Title: [248385] trunk/Tools
Revision
248385
Author
mmaxfi...@apple.com
Date
2019-08-07 13:32:30 -0700 (Wed, 07 Aug 2019)

Log Message

Add WHLSL and WebGPU to the watchlist file
https://bugs.webkit.org/show_bug.cgi?id=200509

Reviewed by Robin Morisset.

* Scripts/webkitpy/common/config/watchlist:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (248384 => 248385)


--- trunk/Tools/ChangeLog	2019-08-07 19:58:15 UTC (rev 248384)
+++ trunk/Tools/ChangeLog	2019-08-07 20:32:30 UTC (rev 248385)
@@ -1,3 +1,12 @@
+2019-08-07  Myles C. Maxfield  <mmaxfi...@apple.com>
+
+        Add WHLSL and WebGPU to the watchlist file
+        https://bugs.webkit.org/show_bug.cgi?id=200509
+
+        Reviewed by Robin Morisset.
+
+        * Scripts/webkitpy/common/config/watchlist:
+
 2019-08-07  Keith Rollin  <krol...@apple.com>
 
         Unreviewed build fix after r248317 -- disable XCBuild because it

Modified: trunk/Tools/Scripts/webkitpy/common/config/watchlist (248384 => 248385)


--- trunk/Tools/Scripts/webkitpy/common/config/watchlist	2019-08-07 19:58:15 UTC (rev 248384)
+++ trunk/Tools/Scripts/webkitpy/common/config/watchlist	2019-08-07 20:32:30 UTC (rev 248385)
@@ -356,6 +356,11 @@
                         r"|LayoutTests/crypto/"
                         r"|LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/",
         },
+        "WebGPU": {
+            "filename": r"Source/WebCore/Modules/webgpu/"
+                        r"|Source/WebCore/platform/graphics/gpu/"
+                        r"|Source/WebCore/platform/graphics/gpu/cocoa/",
+        },
         "WebRTC": {
             "filename": r"Source/ThirdParty/libwebrtc/"
                         r"|Source/WebKit/Shared/*RTC*"
@@ -364,6 +369,11 @@
                         r"|LayoutTests/webrtc/"
                         r"|LayoutTests/imported/w3c/web-platform-tests/webrtc/",
         },
+        "WHLSL": {
+            "filename": r"Source/WebCore/Modules/webgpu/WHLSL/"
+                        r"|Source/WebCore/Modules/webgpu/WHLSL/AST/"
+                        r"|Source/WebCore/Modules/webgpu/WHLSL/Metal/",
+        },
     },
     "CC_RULES": {
         # Note: All email addresses listed must be registered with bugzilla.
@@ -434,7 +444,9 @@
         "webkitperl": [ "dba...@webkit.org" ],
         "webkitpy": [ "gl...@skynav.com" ],
         "WebCryptoAPI": [ "jiewen_...@apple.com" ],
+        "WebGPU": [ "mmaxfi...@apple.com" ],
         "WebRTC": [ "eric.carl...@apple.com" ],
+        "WHLSL": [ "mmaxfi...@apple.com" ],
     },
     "MESSAGE_RULES": {
         "GtkWebKit2PublicAPI": [ "Thanks for the patch. If this patch contains new public API "
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to