Changeset 238055 in webkit
- Timestamp:
- Nov 9, 2018, 2:32:12 PM (6 years ago)
- Location:
- trunk/Source
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r238031 r238055 1 2018-11-09 Keith Rollin <krollin@apple.com> 2 3 Unreviewed build fix after https://bugs.webkit.org/show_bug.cgi?id=191324 4 5 Remove the use of .xcfilelists until their side-effects are better 6 understood. 7 8 * JavaScriptCore.xcodeproj/project.pbxproj: 9 1 10 2018-11-09 Keith Miller <keith_miller@apple.com> 2 11 -
trunk/Source/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj
r238008 r238055 4 4 classes = { 5 5 }; 6 objectVersion = 51;6 objectVersion = 46; 7 7 objects = { 8 8 … … 10164 10164 name = "Generate Unified Sources"; 10165 10165 outputFileListPaths = ( 10166 "$(SRCROOT)/UnifiedSources.xcfilelist",10167 10166 ); 10168 10167 outputPaths = ( … … 10274 10273 name = "Generate Derived Sources"; 10275 10274 outputFileListPaths = ( 10276 "$(SRCROOT)/DerivedSources.xcfilelist",10277 10275 ); 10278 10276 outputPaths = ( -
trunk/Source/WebCore/ChangeLog
r238054 r238055 1 2018-11-09 Keith Rollin <krollin@apple.com> 2 3 Unreviewed build fix after https://bugs.webkit.org/show_bug.cgi?id=191324 4 5 Remove the use of .xcfilelists until their side-effects are better 6 understood. 7 8 * WebCore.xcodeproj/project.pbxproj: 9 1 10 2018-11-09 Jer Noble <jer.noble@apple.com> 2 11 -
trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj
r238049 r238055 4 4 classes = { 5 5 }; 6 objectVersion = 51;6 objectVersion = 46; 7 7 objects = { 8 8 … … 32020 32020 name = "Generate Unified Sources"; 32021 32021 outputFileListPaths = ( 32022 "$(SRCROOT)/UnifiedSources.xcfilelist",32023 32022 ); 32024 32023 outputPaths = ( … … 32125 32124 name = "Generate Derived Sources"; 32126 32125 outputFileListPaths = ( 32127 "$(SRCROOT)/DerivedSources.xcfilelist",32128 32126 ); 32129 32127 outputPaths = ( -
trunk/Source/WebKit/ChangeLog
r238051 r238055 1 2018-11-09 Keith Rollin <krollin@apple.com> 2 3 Unreviewed build fix after https://bugs.webkit.org/show_bug.cgi?id=191324 4 5 Remove the use of .xcfilelists until their side-effects are better 6 understood. 7 8 * WebKit.xcodeproj/project.pbxproj: 9 1 10 2018-11-09 Basuke Suzuki <basuke.suzuki@sony.com> 2 11 -
trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj
r238008 r238055 4 4 classes = { 5 5 }; 6 objectVersion = 51;6 objectVersion = 46; 7 7 objects = { 8 8 … … 10190 10190 name = "Generate Unified Sources"; 10191 10191 outputFileListPaths = ( 10192 "$(SRCROOT)/UnifiedSources.xcfilelist",10193 10192 ); 10194 10193 outputPaths = ( … … 10554 10553 name = "Generate Derived Sources"; 10555 10554 outputFileListPaths = ( 10556 "$(SRCROOT)/DerivedSources.xcfilelist",10557 10555 ); 10558 10556 outputPaths = (
Note:
See TracChangeset
for help on using the changeset viewer.