Title: [238055] trunk/Source
Revision
238055
Author
[email protected]
Date
2018-11-09 14:32:12 -0800 (Fri, 09 Nov 2018)

Log Message

Unreviewed build fix after https://bugs.webkit.org/show_bug.cgi?id=191324

Remove the use of .xcfilelists until their side-effects are better
understood.

Source/_javascript_Core:

* _javascript_Core.xcodeproj/project.pbxproj:

Source/WebCore:

* WebCore.xcodeproj/project.pbxproj:

Source/WebKit:

* WebKit.xcodeproj/project.pbxproj:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (238054 => 238055)


--- trunk/Source/_javascript_Core/ChangeLog	2018-11-09 21:59:22 UTC (rev 238054)
+++ trunk/Source/_javascript_Core/ChangeLog	2018-11-09 22:32:12 UTC (rev 238055)
@@ -1,3 +1,12 @@
+2018-11-09  Keith Rollin  <[email protected]>
+
+        Unreviewed build fix after https://bugs.webkit.org/show_bug.cgi?id=191324
+
+        Remove the use of .xcfilelists until their side-effects are better
+        understood.
+
+        * _javascript_Core.xcodeproj/project.pbxproj:
+
 2018-11-09  Keith Miller  <[email protected]>
 
         LLInt VectorSizeOffset should be based on offset extraction

Modified: trunk/Source/_javascript_Core/_javascript_Core.xcodeproj/project.pbxproj (238054 => 238055)


--- trunk/Source/_javascript_Core/_javascript_Core.xcodeproj/project.pbxproj	2018-11-09 21:59:22 UTC (rev 238054)
+++ trunk/Source/_javascript_Core/_javascript_Core.xcodeproj/project.pbxproj	2018-11-09 22:32:12 UTC (rev 238055)
@@ -3,7 +3,7 @@
 	archiveVersion = 1;
 	classes = {
 	};
-	objectVersion = 51;
+	objectVersion = 46;
 	objects = {
 
 /* Begin PBXAggregateTarget section */
@@ -10163,7 +10163,6 @@
 			);
 			name = "Generate Unified Sources";
 			outputFileListPaths = (
-				"$(SRCROOT)/UnifiedSources.xcfilelist",
 			);
 			outputPaths = (
 			);
@@ -10273,7 +10272,6 @@
 			);
 			name = "Generate Derived Sources";
 			outputFileListPaths = (
-				"$(SRCROOT)/DerivedSources.xcfilelist",
 			);
 			outputPaths = (
 			);

Modified: trunk/Source/WebCore/ChangeLog (238054 => 238055)


--- trunk/Source/WebCore/ChangeLog	2018-11-09 21:59:22 UTC (rev 238054)
+++ trunk/Source/WebCore/ChangeLog	2018-11-09 22:32:12 UTC (rev 238055)
@@ -1,3 +1,12 @@
+2018-11-09  Keith Rollin  <[email protected]>
+
+        Unreviewed build fix after https://bugs.webkit.org/show_bug.cgi?id=191324
+
+        Remove the use of .xcfilelists until their side-effects are better
+        understood.
+
+        * WebCore.xcodeproj/project.pbxproj:
+
 2018-11-09  Jer Noble  <[email protected]>
 
         SourceBuffer throws an error when appending a second init segment after changeType().

Modified: trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj (238054 => 238055)


--- trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj	2018-11-09 21:59:22 UTC (rev 238054)
+++ trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj	2018-11-09 22:32:12 UTC (rev 238055)
@@ -3,7 +3,7 @@
 	archiveVersion = 1;
 	classes = {
 	};
-	objectVersion = 51;
+	objectVersion = 46;
 	objects = {
 
 /* Begin PBXAggregateTarget section */
@@ -32019,7 +32019,6 @@
 			);
 			name = "Generate Unified Sources";
 			outputFileListPaths = (
-				"$(SRCROOT)/UnifiedSources.xcfilelist",
 			);
 			outputPaths = (
 			);
@@ -32124,7 +32123,6 @@
 			);
 			name = "Generate Derived Sources";
 			outputFileListPaths = (
-				"$(SRCROOT)/DerivedSources.xcfilelist",
 			);
 			outputPaths = (
 			);

Modified: trunk/Source/WebKit/ChangeLog (238054 => 238055)


--- trunk/Source/WebKit/ChangeLog	2018-11-09 21:59:22 UTC (rev 238054)
+++ trunk/Source/WebKit/ChangeLog	2018-11-09 22:32:12 UTC (rev 238055)
@@ -1,3 +1,12 @@
+2018-11-09  Keith Rollin  <[email protected]>
+
+        Unreviewed build fix after https://bugs.webkit.org/show_bug.cgi?id=191324
+
+        Remove the use of .xcfilelists until their side-effects are better
+        understood.
+
+        * WebKit.xcodeproj/project.pbxproj:
+
 2018-11-09  Basuke Suzuki  <[email protected]>
 
         [Curl][WebKit] Implement Proxy configuration API.

Modified: trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj (238054 => 238055)


--- trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj	2018-11-09 21:59:22 UTC (rev 238054)
+++ trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj	2018-11-09 22:32:12 UTC (rev 238055)
@@ -3,7 +3,7 @@
 	archiveVersion = 1;
 	classes = {
 	};
-	objectVersion = 51;
+	objectVersion = 46;
 	objects = {
 
 /* Begin PBXAggregateTarget section */
@@ -10189,7 +10189,6 @@
 			);
 			name = "Generate Unified Sources";
 			outputFileListPaths = (
-				"$(SRCROOT)/UnifiedSources.xcfilelist",
 			);
 			outputPaths = (
 			);
@@ -10553,7 +10552,6 @@
 			);
 			name = "Generate Derived Sources";
 			outputFileListPaths = (
-				"$(SRCROOT)/DerivedSources.xcfilelist",
 			);
 			outputPaths = (
 			);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to