Title: [244715] trunk/Source
- Revision
- 244715
- Author
- [email protected]
- Date
- 2019-04-26 21:28:55 -0700 (Fri, 26 Apr 2019)
Log Message
Enable new build rule for post-processing headers when using XCBuild
https://bugs.webkit.org/show_bug.cgi?id=197340
<rdar://problem/50226685>
Reviewed by Brent Fulgham.
In Bug 197116, we conditionally disabled the old method for
post-processing header files when we are using the new XCBuild build
system. This check-in conditionally enables the new post-processing
facility. Note that the old system is disabled and the new system
enabled only when the USE_NEW_BUILD_SYSTEM environment variable is set
to YES.
Source/_javascript_Core:
* Configurations/_javascript_Core.xcconfig:
Source/WebKit:
* Configurations/WebKit.xcconfig:
Source/WebKitLegacy/mac:
* Configurations/WebKitLegacy.xcconfig:
Modified Paths
Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (244714 => 244715)
--- trunk/Source/_javascript_Core/ChangeLog 2019-04-27 02:20:53 UTC (rev 244714)
+++ trunk/Source/_javascript_Core/ChangeLog 2019-04-27 04:28:55 UTC (rev 244715)
@@ -1,3 +1,20 @@
+2019-04-26 Keith Rollin <[email protected]>
+
+ Enable new build rule for post-processing headers when using XCBuild
+ https://bugs.webkit.org/show_bug.cgi?id=197340
+ <rdar://problem/50226685>
+
+ Reviewed by Brent Fulgham.
+
+ In Bug 197116, we conditionally disabled the old method for
+ post-processing header files when we are using the new XCBuild build
+ system. This check-in conditionally enables the new post-processing
+ facility. Note that the old system is disabled and the new system
+ enabled only when the USE_NEW_BUILD_SYSTEM environment variable is set
+ to YES.
+
+ * Configurations/_javascript_Core.xcconfig:
+
2019-04-26 Jessie Berlin <[email protected]>
Add new mac target numbers
Modified: trunk/Source/_javascript_Core/Configurations/_javascript_Core.xcconfig (244714 => 244715)
--- trunk/Source/_javascript_Core/Configurations/_javascript_Core.xcconfig 2019-04-27 02:20:53 UTC (rev 244714)
+++ trunk/Source/_javascript_Core/Configurations/_javascript_Core.xcconfig 2019-04-27 04:28:55 UTC (rev 244715)
@@ -54,5 +54,6 @@
PRODUCT_BUNDLE_IDENTIFIER = com.apple.$(PRODUCT_NAME:rfc1034identifier);
INSTALLHDRS_SCRIPT_PHASE = YES;
+APPLY_RULES_IN_COPY_HEADERS = $(USE_NEW_BUILD_SYSTEM);
EXCLUDED_SOURCE_FILE_NAMES[sdk=iphone*] = framework.sb;
Modified: trunk/Source/WebKit/ChangeLog (244714 => 244715)
--- trunk/Source/WebKit/ChangeLog 2019-04-27 02:20:53 UTC (rev 244714)
+++ trunk/Source/WebKit/ChangeLog 2019-04-27 04:28:55 UTC (rev 244715)
@@ -1,3 +1,20 @@
+2019-04-26 Keith Rollin <[email protected]>
+
+ Enable new build rule for post-processing headers when using XCBuild
+ https://bugs.webkit.org/show_bug.cgi?id=197340
+ <rdar://problem/50226685>
+
+ Reviewed by Brent Fulgham.
+
+ In Bug 197116, we conditionally disabled the old method for
+ post-processing header files when we are using the new XCBuild build
+ system. This check-in conditionally enables the new post-processing
+ facility. Note that the old system is disabled and the new system
+ enabled only when the USE_NEW_BUILD_SYSTEM environment variable is set
+ to YES.
+
+ * Configurations/WebKit.xcconfig:
+
2019-04-26 Jessie Berlin <[email protected]>
Add new mac target numbers
Modified: trunk/Source/WebKit/Configurations/WebKit.xcconfig (244714 => 244715)
--- trunk/Source/WebKit/Configurations/WebKit.xcconfig 2019-04-27 02:20:53 UTC (rev 244714)
+++ trunk/Source/WebKit/Configurations/WebKit.xcconfig 2019-04-27 04:28:55 UTC (rev 244715)
@@ -155,6 +155,7 @@
EXCLUDED_SOURCE_FILE_NAMES[sdk=iphone*] = PluginProcessShim.dylib SecItemShim.dylib WebProcessShim.dylib *.pdf Resources/mac/* com.apple.WebKit.NetworkProcess.sb com.apple.WebProcess.sb com.apple.WebKit.plugin-common.sb PlugInSandboxProfiles/*.sb;
INSTALLHDRS_SCRIPT_PHASE = YES;
+APPLY_RULES_IN_COPY_HEADERS = $(USE_NEW_BUILD_SYSTEM);
WK_FRAMEWORK_HEADER_POSTPROCESSING_DISABLED[sdk=macosx*] = $(WK_FRAMEWORK_HEADER_POSTPROCESSING_DISABLED$(WK_MACOS_1014));
WK_FRAMEWORK_HEADER_POSTPROCESSING_DISABLED_MACOS_BEFORE_1014 = YES;
Modified: trunk/Source/WebKitLegacy/mac/ChangeLog (244714 => 244715)
--- trunk/Source/WebKitLegacy/mac/ChangeLog 2019-04-27 02:20:53 UTC (rev 244714)
+++ trunk/Source/WebKitLegacy/mac/ChangeLog 2019-04-27 04:28:55 UTC (rev 244715)
@@ -1,3 +1,20 @@
+2019-04-26 Keith Rollin <[email protected]>
+
+ Enable new build rule for post-processing headers when using XCBuild
+ https://bugs.webkit.org/show_bug.cgi?id=197340
+ <rdar://problem/50226685>
+
+ Reviewed by Brent Fulgham.
+
+ In Bug 197116, we conditionally disabled the old method for
+ post-processing header files when we are using the new XCBuild build
+ system. This check-in conditionally enables the new post-processing
+ facility. Note that the old system is disabled and the new system
+ enabled only when the USE_NEW_BUILD_SYSTEM environment variable is set
+ to YES.
+
+ * Configurations/WebKitLegacy.xcconfig:
+
2019-04-26 Jessie Berlin <[email protected]>
Add new mac target numbers
Modified: trunk/Source/WebKitLegacy/mac/Configurations/WebKitLegacy.xcconfig (244714 => 244715)
--- trunk/Source/WebKitLegacy/mac/Configurations/WebKitLegacy.xcconfig 2019-04-27 02:20:53 UTC (rev 244714)
+++ trunk/Source/WebKitLegacy/mac/Configurations/WebKitLegacy.xcconfig 2019-04-27 04:28:55 UTC (rev 244715)
@@ -67,6 +67,7 @@
INSTALLHDRS_COPY_PHASE = YES;
INSTALLHDRS_SCRIPT_PHASE = YES;
+APPLY_RULES_IN_COPY_HEADERS = $(USE_NEW_BUILD_SYSTEM);
PRODUCT_NAME = WebKitLegacy;
PRODUCT_BUNDLE_IDENTIFIER = com.apple.$(PRODUCT_NAME:rfc1034identifier);
UMBRELLA_FRAMEWORKS_DIR = $(PRODUCTION_FRAMEWORKS_DIR)/WebKit.framework/Versions/A/Frameworks;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes