Title: [255077] trunk/Source/_javascript_Core
Revision
255077
Author
[email protected]
Date
2020-01-24 09:58:22 -0800 (Fri, 24 Jan 2020)

Log Message

Unreviewed, rolling out r255052.
https://bugs.webkit.org/show_bug.cgi?id=206758

"Broke production builds" (Requested by rmorisset on #webkit).

Reverted changeset:

"Break the dependency between jsc and DerivedSources"
https://bugs.webkit.org/show_bug.cgi?id=206720
https://trac.webkit.org/changeset/255052

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (255076 => 255077)


--- trunk/Source/_javascript_Core/ChangeLog	2020-01-24 17:35:45 UTC (rev 255076)
+++ trunk/Source/_javascript_Core/ChangeLog	2020-01-24 17:58:22 UTC (rev 255077)
@@ -1,3 +1,16 @@
+2020-01-24  Commit Queue  <[email protected]>
+
+        Unreviewed, rolling out r255052.
+        https://bugs.webkit.org/show_bug.cgi?id=206758
+
+        "Broke production builds" (Requested by rmorisset on #webkit).
+
+        Reverted changeset:
+
+        "Break the dependency between jsc and DerivedSources"
+        https://bugs.webkit.org/show_bug.cgi?id=206720
+        https://trac.webkit.org/changeset/255052
+
 2020-01-24  Adrian Perez de Castro  <[email protected]>
 
         Fix various non-unified build issues introduced since r254751

Modified: trunk/Source/_javascript_Core/Configurations/JSC.xcconfig (255076 => 255077)


--- trunk/Source/_javascript_Core/Configurations/JSC.xcconfig	2020-01-24 17:35:45 UTC (rev 255076)
+++ trunk/Source/_javascript_Core/Configurations/JSC.xcconfig	2020-01-24 17:58:22 UTC (rev 255077)
@@ -37,3 +37,4 @@
 
 // Explicitly add the PrivateHeaders directory to the search path so that generated header files can be found in production builds.
 HEADER_SEARCH_PATHS = "$(_javascript_CORE_FRAMEWORKS_DIR)/_javascript_Core.framework/PrivateHeaders" $(inherited);
+HEADER_SEARCH_PATHS = "${BUILT_PRODUCTS_DIR}/DerivedSources/_javascript_Core" $(HEADER_SEARCH_PATHS);

Modified: trunk/Source/_javascript_Core/_javascript_Core.xcodeproj/project.pbxproj (255076 => 255077)


--- trunk/Source/_javascript_Core/_javascript_Core.xcodeproj/project.pbxproj	2020-01-24 17:35:45 UTC (rev 255076)
+++ trunk/Source/_javascript_Core/_javascript_Core.xcodeproj/project.pbxproj	2020-01-24 17:58:22 UTC (rev 255077)
@@ -2087,6 +2087,13 @@
 			remoteGlobalIDString = E1AC2E2720F7B94C00B0897D;
 			remoteInfo = "Unlock Keychain";
 		};
+		14D9D9D9218462B5009126C2 /* PBXContainerItemProxy */ = {
+			isa = PBXContainerItemProxy;
+			containerPortal = 0867D690FE84028FC02AAC07 /* Project object */;
+			proxyType = 1;
+			remoteGlobalIDString = 65FB3F6609D11E9100F49DEB;
+			remoteInfo = "Derived Sources";
+		};
 		52CD0F652242F5A3004A18A5 /* PBXContainerItemProxy */ = {
 			isa = PBXContainerItemProxy;
 			containerPortal = 0867D690FE84028FC02AAC07 /* Project object */;
@@ -10616,6 +10623,7 @@
 			buildRules = (
 			);
 			dependencies = (
+				14D9D9DA218462B5009126C2 /* PBXTargetDependency */,
 			);
 			name = jsc;
 			productInstallPath = /usr/local/bin;
@@ -11425,6 +11433,11 @@
 			target = E1AC2E2720F7B94C00B0897D /* Unlock Keychain */;
 			targetProxy = 14CFB11823035F6900F0048C /* PBXContainerItemProxy */;
 		};
+		14D9D9DA218462B5009126C2 /* PBXTargetDependency */ = {
+			isa = PBXTargetDependency;
+			target = 65FB3F6609D11E9100F49DEB /* Derived Sources */;
+			targetProxy = 14D9D9D9218462B5009126C2 /* PBXContainerItemProxy */;
+		};
 		52CD0F662242F5A3004A18A5 /* PBXTargetDependency */ = {
 			isa = PBXTargetDependency;
 			target = 52CD0F592242F569004A18A5 /* testdfg */;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to