Changeset 88904 in webkit


Ignore:
Timestamp:
Jun 14, 2011 9:37:34 PM (13 years ago)
Author:
ddkilzer@apple.com
Message:

<http://webkit.org/b/62677> Part 1/2: Remove duplicate header entries in WebCore project file

Reviewed by Darin Adler.

These headers were added as duplicates in r83256:

DefaultAudioDestinationNode.h
JSOfflineAudioCompletionEvent.h
OfflineAudioCompletionEvent.h
OfflineAudioDestinationNode.h

The following duplicates were introduced in r84053 (after having
been originally added in r83729):

StorageInfo.h
StorageInfoErrorCallback.h
StorageInfoQuotaCallback.h
StorageInfoUsageCallback.h

  • WebCore.xcodeproj/project.pbxproj: Remove duplicates using

'uniq' since sort-Xcode-project-file did most of the work.

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r88901 r88904  
     12011-06-14  David Kilzer  <ddkilzer@apple.com>
     2
     3        <http://webkit.org/b/62677> Part 1/2: Remove duplicate header entries in WebCore project file
     4
     5        Reviewed by Darin Adler.
     6
     7        These headers were added as duplicates in r83256:
     8
     9            DefaultAudioDestinationNode.h
     10            JSOfflineAudioCompletionEvent.h
     11            OfflineAudioCompletionEvent.h
     12            OfflineAudioDestinationNode.h
     13
     14        The following duplicates were introduced in r84053 (after having
     15        been originally added in r83729):
     16
     17            StorageInfo.h
     18            StorageInfoErrorCallback.h
     19            StorageInfoQuotaCallback.h
     20            StorageInfoUsageCallback.h
     21
     22        * WebCore.xcodeproj/project.pbxproj: Remove duplicates using
     23        'uniq' since sort-Xcode-project-file did most of the work.
     24
    1252011-06-14  Kent Tamura  <tkent@chromium.org>
    226
  • trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj

    r88798 r88904  
    2040920409                                41A3D58F101C152D00316D07 /* DedicatedWorkerThread.h in Headers */,
    2041020410                                FD06DFA6134A4DEF006F5D7D /* DefaultAudioDestinationNode.h in Headers */,
    20411                                 FD06DFA6134A4DEF006F5D7D /* DefaultAudioDestinationNode.h in Headers */,
    2041220411                                BCC36EB91342AA3F004BEEF7 /* DefaultLocalizationStrategy.h in Headers */,
    2041320412                                4167EBF6102962BA003D252A /* DefaultSharedWorkerRepository.h in Headers */,
     
    2193321932                                77A17AA712F28B2A004E02F6 /* JSOESVertexArrayObject.h in Headers */,
    2193421933                                FDF6BAF9134A4C9800822920 /* JSOfflineAudioCompletionEvent.h in Headers */,
    21935                                 FDF6BAF9134A4C9800822920 /* JSOfflineAudioCompletionEvent.h in Headers */,
    2193621934                                2E24476913959173004B6C19 /* JSOperationNotAllowedException.h in Headers */,
    2193721935                                A826E8AE0A1A8F2300CD1BB6 /* JSOptionConstructor.h in Headers */,
     
    2232422322                                77A17A7212F28182004E02F6 /* OESVertexArrayObject.h in Headers */,
    2232522323                                FDA3E95A134A49EF008D4B5A /* OfflineAudioCompletionEvent.h in Headers */,
    22326                                 FDA3E95A134A49EF008D4B5A /* OfflineAudioCompletionEvent.h in Headers */,
    22327                                 FDA3E95C134A49EF008D4B5A /* OfflineAudioDestinationNode.h in Headers */,
    2232822324                                FDA3E95C134A49EF008D4B5A /* OfflineAudioDestinationNode.h in Headers */,
    2232922325                                F4EAF4AF10C742B1009100D3 /* OpenTypeSanitizer.h in Headers */,
     
    2272222718                                C5EBDD84105EDDEC0056816F /* StorageEventDispatcher.h in Headers */,
    2272322719                                892CF1ED134C655500AAEDA1 /* StorageInfo.h in Headers */,
    22724                                 892CF1ED134C655500AAEDA1 /* StorageInfo.h in Headers */,
    22725                                 892CF192134C620D00AAEDA1 /* StorageInfoErrorCallback.h in Headers */,
    2272622720                                892CF192134C620D00AAEDA1 /* StorageInfoErrorCallback.h in Headers */,
    2272722721                                892CF193134C620D00AAEDA1 /* StorageInfoQuotaCallback.h in Headers */,
    22728                                 892CF193134C620D00AAEDA1 /* StorageInfoQuotaCallback.h in Headers */,
    22729                                 892CF194134C620D00AAEDA1 /* StorageInfoUsageCallback.h in Headers */,
    2273022722                                892CF194134C620D00AAEDA1 /* StorageInfoUsageCallback.h in Headers */,
    2273122723                                51E0BB380DA5ACB600A9E417 /* StorageMap.h in Headers */,
Note: See TracChangeset for help on using the changeset viewer.