Changeset 235542 in webkit
- Timestamp:
- Aug 31, 2018, 3:19:43 AM (7 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r235539 r235542 1 2018-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 1 10 2018-08-31 Frederic Wang <fwang@igalia.com> 2 11 -
trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj
r235521 r235542 4061 4061 CDE595971BF26E2100A1CBE8 /* CDMSessionMediaSourceAVFObjC.h in Headers */ = {isa = PBXBuildFile; fileRef = CDE595961BF26E2100A1CBE8 /* CDMSessionMediaSourceAVFObjC.h */; }; 4062 4062 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, ); }; }; 4065 4065 CDE7FC45181904B1002BBB77 /* OrderIterator.h in Headers */ = {isa = PBXBuildFile; fileRef = CDE7FC43181904B1002BBB77 /* OrderIterator.h */; settings = {ATTRIBUTES = (Private, ); }; }; 4066 4066 CDE83DB2183C44060031EAA3 /* VideoPlaybackQuality.h in Headers */ = {isa = PBXBuildFile; fileRef = CDE83DB0183C44060031EAA3 /* VideoPlaybackQuality.h */; }; … … 13368 13368 CDE6560E17CA6E7600526BA7 /* mediaControlsApple.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = mediaControlsApple.js; sourceTree = "<group>"; }; 13369 13369 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>"; }; 13372 13372 CDE7FC42181904B1002BBB77 /* OrderIterator.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OrderIterator.cpp; sourceTree = "<group>"; }; 13373 13373 CDE7FC43181904B1002BBB77 /* OrderIterator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OrderIterator.h; sourceTree = "<group>"; }; … … 24567 24567 isa = PBXGroup; 24568 24568 children = ( 24569 CDE667A21E4BBF1500E8154A /* cocoa/WebAudioBufferList.cpp */,24570 CDE667A31E4BBF1500E8154A /* cocoa/WebAudioBufferList.h */,24569 CDE667A21E4BBF1500E8154A /* WebAudioBufferList.cpp */, 24570 CDE667A31E4BBF1500E8154A /* WebAudioBufferList.h */, 24571 24571 CD669D661D232DFF004D1866 /* MediaSessionManagerCocoa.cpp */, 24572 24572 CD227E362113AEFA00D285AF /* MediaSessionManagerCocoa.h */, … … 27280 27280 580371621A66F00A00BAF519 /* ClipRect.h in Headers */, 27281 27281 97AABD1314FA09D5007457AE /* CloseEvent.h in Headers */, 27282 CDE667A51E4BBF1500E8154A /* cocoa/WebAudioBufferList.h in Headers */,27282 CDE667A51E4BBF1500E8154A /* WebAudioBufferList.h in Headers */, 27283 27283 C0C054CB1118C8E400CE2636 /* CodeGenerator.pm in Headers */, 27284 27284 BC5EB5DF0E81B9AB00B25965 /* CollapsedBorderValue.h in Headers */, … … 31371 31371 CDDE02F018B5651300CF7FF1 /* CDMSessionAVStreamSession.mm in Sources */, 31372 31372 CDE5959D1BF2757100A1CBE8 /* CDMSessionMediaSourceAVFObjC.mm in Sources */, 31373 CDE667A41E4BBF1500E8154A /* cocoa/WebAudioBufferList.cpp in Sources */,31373 CDE667A41E4BBF1500E8154A /* WebAudioBufferList.cpp in Sources */, 31374 31374 A14090FB1AA51E1D0091191A /* ContentFilterUnblockHandlerCocoa.mm in Sources */, 31375 31375 07AFF4231EFB144900B545B3 /* CoreAudioCaptureSourceIOS.mm in Sources */,
Note:
See TracChangeset
for help on using the changeset viewer.