Title: [293586] branches/safari-614.1.11-branch/Source/WebGPU
- Revision
- 293586
- Author
- repst...@apple.com
- Date
- 2022-04-28 12:59:09 -0700 (Thu, 28 Apr 2022)
Log Message
Cherry-pick r293558. rdar://problem/91769511
WebGPU doesn't create a symlink to the system content path in installhdrs
https://bugs.webkit.org/show_bug.cgi?id=239819
Reviewed by Alexey Proskuryakov.
Enabled script phases for installhdrs and installapi.
* Configurations/WebGPU.xcconfig:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@293558 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Modified Paths
Diff
Modified: branches/safari-614.1.11-branch/Source/WebGPU/ChangeLog (293585 => 293586)
--- branches/safari-614.1.11-branch/Source/WebGPU/ChangeLog 2022-04-28 19:56:15 UTC (rev 293585)
+++ branches/safari-614.1.11-branch/Source/WebGPU/ChangeLog 2022-04-28 19:59:09 UTC (rev 293586)
@@ -1,3 +1,30 @@
+2022-04-28 Russell Epstein <repst...@apple.com>
+
+ Cherry-pick r293558. rdar://problem/91769511
+
+ WebGPU doesn't create a symlink to the system content path in installhdrs
+ https://bugs.webkit.org/show_bug.cgi?id=239819
+
+ Reviewed by Alexey Proskuryakov.
+
+ Enabled script phases for installhdrs and installapi.
+
+ * Configurations/WebGPU.xcconfig:
+
+
+ git-svn-id: https://svn.webkit.org/repository/webkit/trunk@293558 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+ 2022-04-27 Michael Saboff <msab...@apple.com>
+
+ WebGPU doesn't create a symlink to the system content path in installhdrs
+ https://bugs.webkit.org/show_bug.cgi?id=239819
+
+ Reviewed by Alexey Proskuryakov.
+
+ Enabled script phases for installhdrs and installapi.
+
+ * Configurations/WebGPU.xcconfig:
+
2022-04-20 Myles C. Maxfield <mmaxfi...@apple.com>
[WebGPU] Expand hardware capabilities to include features (beyond just limits)
Modified: branches/safari-614.1.11-branch/Source/WebGPU/Configurations/WebGPU.xcconfig (293585 => 293586)
--- branches/safari-614.1.11-branch/Source/WebGPU/Configurations/WebGPU.xcconfig 2022-04-28 19:56:15 UTC (rev 293585)
+++ branches/safari-614.1.11-branch/Source/WebGPU/Configurations/WebGPU.xcconfig 2022-04-28 19:59:09 UTC (rev 293586)
@@ -59,6 +59,8 @@
OUTPUT_ALTERNATE_ROOT_PATH = $(OUTPUT_ALTERNATE_ROOT_PATH_$(USE_SYSTEM_CONTENT_PATH));
OUTPUT_ALTERNATE_ROOT_PATH_YES = $(DSTROOT)$(ALTERNATE_ROOT_PATH)/$(FULL_PRODUCT_NAME);
+INSTALLHDRS_SCRIPT_PHASE = YES;
+
PRODUCT_NAME = WebGPU;
PRODUCT_BUNDLE_IDENTIFIER = com.apple.$(PRODUCT_NAME:rfc1034identifier);
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes