Title: [285777] trunk
Revision
285777
Author
mmaxfi...@apple.com
Date
2021-11-13 10:49:16 -0800 (Sat, 13 Nov 2021)

Log Message

[WebGPU] Add WebGPU.xcodeproj to WebKit.xcworkspace
https://bugs.webkit.org/show_bug.cgi?id=233078

Reviewed by Dean Jackson.

Mechanical change. When building WebGPU becomes required,
people using this workspace will need it.

* WebKit.xcworkspace/contents.xcworkspacedata:

Modified Paths

Diff

Modified: trunk/ChangeLog (285776 => 285777)


--- trunk/ChangeLog	2021-11-13 18:38:12 UTC (rev 285776)
+++ trunk/ChangeLog	2021-11-13 18:49:16 UTC (rev 285777)
@@ -1,3 +1,15 @@
+2021-11-13  Myles C. Maxfield  <mmaxfi...@apple.com>
+
+        [WebGPU] Add WebGPU.xcodeproj to WebKit.xcworkspace
+        https://bugs.webkit.org/show_bug.cgi?id=233078
+
+        Reviewed by Dean Jackson.
+
+        Mechanical change. When building WebGPU becomes required,
+        people using this workspace will need it.
+
+        * WebKit.xcworkspace/contents.xcworkspacedata:
+
 2021-11-12  Don Olmstead  <don.olmst...@sony.com>
 
         [WinCairo] Add Little-CMS support

Modified: trunk/WebKit.xcworkspace/contents.xcworkspacedata (285776 => 285777)


--- trunk/WebKit.xcworkspace/contents.xcworkspacedata	2021-11-13 18:38:12 UTC (rev 285776)
+++ trunk/WebKit.xcworkspace/contents.xcworkspacedata	2021-11-13 18:49:16 UTC (rev 285777)
@@ -17,6 +17,9 @@
       location = "group:Source/ThirdParty/libwebrtc/libwebrtc.xcodeproj">
    </FileRef>
    <FileRef
+      location = "group:Source/WebGPU/WebGPU.xcodeproj">
+   </FileRef>
+   <FileRef
       location = "group:Source/WebCore/WebCore.xcodeproj">
    </FileRef>
    <FileRef
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to