Changeset 235542 in webkit


Ignore:
Timestamp:
Aug 31, 2018, 3:19:43 AM (7 years ago)
Author:
ddkilzer@apple.com
Message:

REGRESSION (r235190): Fix name of WebAudioBufferList.{cpp,h} in Xcode project

  • WebCore.xcodeproj/project.pbxproj:
  • Add the 'name' parameter to the file references, then fix the visual name everywhere else, so these files don't appear as "cocoa/WebAudioBufferList.{cpp,h}" in the project.
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r235539 r235542  
     12018-08-31  David Kilzer  <ddkilzer@apple.com>
     2
     3        REGRESSION (r235190): Fix name of WebAudioBufferList.{cpp,h} in Xcode project
     4
     5        * WebCore.xcodeproj/project.pbxproj:
     6        - Add the 'name' parameter to the file references, then fix the
     7          visual name everywhere else, so these files don't appear as
     8          "cocoa/WebAudioBufferList.{cpp,h}" in the project.
     9
    1102018-08-31  Frederic Wang  <fwang@igalia.com>
    211
  • trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj

    r235521 r235542  
    40614061                CDE595971BF26E2100A1CBE8 /* CDMSessionMediaSourceAVFObjC.h in Headers */ = {isa = PBXBuildFile; fileRef = CDE595961BF26E2100A1CBE8 /* CDMSessionMediaSourceAVFObjC.h */; };
    40624062                CDE5959D1BF2757100A1CBE8 /* CDMSessionMediaSourceAVFObjC.mm in Sources */ = {isa = PBXBuildFile; fileRef = CDE5959C1BF2757100A1CBE8 /* CDMSessionMediaSourceAVFObjC.mm */; };
    4063                 CDE667A41E4BBF1500E8154A /* cocoa/WebAudioBufferList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CDE667A21E4BBF1500E8154A /* cocoa/WebAudioBufferList.cpp */; };
    4064                 CDE667A51E4BBF1500E8154A /* cocoa/WebAudioBufferList.h in Headers */ = {isa = PBXBuildFile; fileRef = CDE667A31E4BBF1500E8154A /* cocoa/WebAudioBufferList.h */; settings = {ATTRIBUTES = (Private, ); }; };
     4063                CDE667A41E4BBF1500E8154A /* WebAudioBufferList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CDE667A21E4BBF1500E8154A /* WebAudioBufferList.cpp */; };
     4064                CDE667A51E4BBF1500E8154A /* WebAudioBufferList.h in Headers */ = {isa = PBXBuildFile; fileRef = CDE667A31E4BBF1500E8154A /* WebAudioBufferList.h */; settings = {ATTRIBUTES = (Private, ); }; };
    40654065                CDE7FC45181904B1002BBB77 /* OrderIterator.h in Headers */ = {isa = PBXBuildFile; fileRef = CDE7FC43181904B1002BBB77 /* OrderIterator.h */; settings = {ATTRIBUTES = (Private, ); }; };
    40664066                CDE83DB2183C44060031EAA3 /* VideoPlaybackQuality.h in Headers */ = {isa = PBXBuildFile; fileRef = CDE83DB0183C44060031EAA3 /* VideoPlaybackQuality.h */; };
     
    1336813368                CDE6560E17CA6E7600526BA7 /* mediaControlsApple.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = mediaControlsApple.js; sourceTree = "<group>"; };
    1336913369                CDE667A11E4BBA4D00E8154A /* PlatformAudioData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PlatformAudioData.h; sourceTree = "<group>"; };
    13370                 CDE667A21E4BBF1500E8154A /* cocoa/WebAudioBufferList.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = cocoa/WebAudioBufferList.cpp; sourceTree = "<group>"; };
    13371                 CDE667A31E4BBF1500E8154A /* cocoa/WebAudioBufferList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cocoa/WebAudioBufferList.h; sourceTree = "<group>"; };
     13370                CDE667A21E4BBF1500E8154A /* WebAudioBufferList.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = WebAudioBufferList.cpp; path = cocoa/WebAudioBufferList.cpp; sourceTree = "<group>"; };
     13371                CDE667A31E4BBF1500E8154A /* WebAudioBufferList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = WebAudioBufferList.h; path = cocoa/WebAudioBufferList.h; sourceTree = "<group>"; };
    1337213372                CDE7FC42181904B1002BBB77 /* OrderIterator.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OrderIterator.cpp; sourceTree = "<group>"; };
    1337313373                CDE7FC43181904B1002BBB77 /* OrderIterator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OrderIterator.h; sourceTree = "<group>"; };
     
    2456724567                        isa = PBXGroup;
    2456824568                        children = (
    24569                                 CDE667A21E4BBF1500E8154A /* cocoa/WebAudioBufferList.cpp */,
    24570                                 CDE667A31E4BBF1500E8154A /* cocoa/WebAudioBufferList.h */,
     24569                                CDE667A21E4BBF1500E8154A /* WebAudioBufferList.cpp */,
     24570                                CDE667A31E4BBF1500E8154A /* WebAudioBufferList.h */,
    2457124571                                CD669D661D232DFF004D1866 /* MediaSessionManagerCocoa.cpp */,
    2457224572                                CD227E362113AEFA00D285AF /* MediaSessionManagerCocoa.h */,
     
    2728027280                                580371621A66F00A00BAF519 /* ClipRect.h in Headers */,
    2728127281                                97AABD1314FA09D5007457AE /* CloseEvent.h in Headers */,
    27282                                 CDE667A51E4BBF1500E8154A /* cocoa/WebAudioBufferList.h in Headers */,
     27282                                CDE667A51E4BBF1500E8154A /* WebAudioBufferList.h in Headers */,
    2728327283                                C0C054CB1118C8E400CE2636 /* CodeGenerator.pm in Headers */,
    2728427284                                BC5EB5DF0E81B9AB00B25965 /* CollapsedBorderValue.h in Headers */,
     
    3137131371                                CDDE02F018B5651300CF7FF1 /* CDMSessionAVStreamSession.mm in Sources */,
    3137231372                                CDE5959D1BF2757100A1CBE8 /* CDMSessionMediaSourceAVFObjC.mm in Sources */,
    31373                                 CDE667A41E4BBF1500E8154A /* cocoa/WebAudioBufferList.cpp in Sources */,
     31373                                CDE667A41E4BBF1500E8154A /* WebAudioBufferList.cpp in Sources */,
    3137431374                                A14090FB1AA51E1D0091191A /* ContentFilterUnblockHandlerCocoa.mm in Sources */,
    3137531375                                07AFF4231EFB144900B545B3 /* CoreAudioCaptureSourceIOS.mm in Sources */,
Note: See TracChangeset for help on using the changeset viewer.