Title: [285143] trunk/Source/WebCore
Revision
285143
Author
hironori.fu...@sony.com
Date
2021-11-01 16:21:30 -0700 (Mon, 01 Nov 2021)

Log Message

[CMake] Can't stat Source/WebCore/Modules/webgpu: No such file or directory
https://bugs.webkit.org/show_bug.cgi?id=232583

Reviewed by Konstantin Tokarev.

r285096 removed WebCore/Modules/webgpu directory.

* CMakeLists.txt: Removed Modules/webgpu directory from
WebCore_IDL_INCLUDES and WebCore_PRIVATE_INCLUDE_DIRECTORIES.
* PlatformMac.cmake:

Modified Paths

Diff

Modified: trunk/Source/WebCore/CMakeLists.txt (285142 => 285143)


--- trunk/Source/WebCore/CMakeLists.txt	2021-11-01 23:13:43 UTC (rev 285142)
+++ trunk/Source/WebCore/CMakeLists.txt	2021-11-01 23:21:30 UTC (rev 285143)
@@ -64,9 +64,6 @@
     "${WEBCORE_DIR}/Modules/webauthn/fido"
     "${WEBCORE_DIR}/Modules/webdatabase"
     "${WEBCORE_DIR}/Modules/webdriver"
-    "${WEBCORE_DIR}/Modules/webgpu"
-    "${WEBCORE_DIR}/Modules/webgpu/WHLSL"
-    "${WEBCORE_DIR}/Modules/webgpu/WHLSL/AST"
     "${WEBCORE_DIR}/Modules/websockets"
     "${WEBCORE_DIR}/Modules/webxr"
     "${WEBCORE_DIR}/accessibility"
@@ -218,7 +215,6 @@
     Modules/web-locks
     Modules/webaudio
     Modules/webdatabase
-    Modules/webgpu
     Modules/websockets
 
     bindings/js

Modified: trunk/Source/WebCore/ChangeLog (285142 => 285143)


--- trunk/Source/WebCore/ChangeLog	2021-11-01 23:13:43 UTC (rev 285142)
+++ trunk/Source/WebCore/ChangeLog	2021-11-01 23:21:30 UTC (rev 285143)
@@ -1,3 +1,16 @@
+2021-11-01  Fujii Hironori  <hironori.fu...@sony.com>
+
+        [CMake] Can't stat Source/WebCore/Modules/webgpu: No such file or directory
+        https://bugs.webkit.org/show_bug.cgi?id=232583
+
+        Reviewed by Konstantin Tokarev.
+
+        r285096 removed WebCore/Modules/webgpu directory.
+
+        * CMakeLists.txt: Removed Modules/webgpu directory from
+        WebCore_IDL_INCLUDES and WebCore_PRIVATE_INCLUDE_DIRECTORIES.
+        * PlatformMac.cmake:
+
 2021-11-01  Myles C. Maxfield  <mmaxfi...@apple.com>
 
         Rename GPUDevice to GPUPrewarming because it conflicts with WebGPU's GPUDevice

Modified: trunk/Source/WebCore/PlatformMac.cmake (285142 => 285143)


--- trunk/Source/WebCore/PlatformMac.cmake	2021-11-01 23:13:43 UTC (rev 285142)
+++ trunk/Source/WebCore/PlatformMac.cmake	2021-11-01 23:21:30 UTC (rev 285143)
@@ -87,7 +87,6 @@
     "${CMAKE_BINARY_DIR}/libwebrtc/PrivateHeaders"
     "${CMAKE_SOURCE_DIR}/Source/ThirdParty/libwebrtc/Source"
     "${WEBCORE_DIR}/Modules/webauthn/apdu"
-    "${WEBCORE_DIR}/Modules/webgpu/WHLSL/Metal"
     "${WEBCORE_DIR}/accessibility/isolatedtree/mac"
     "${WEBCORE_DIR}/accessibility/mac"
     "${WEBCORE_DIR}/bridge/objc"
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to