Title: [228172] trunk/Tools
Revision
228172
Author
[email protected]
Date
2018-02-06 08:24:59 -0800 (Tue, 06 Feb 2018)

Log Message

[GTK][WPE] Add dependencies watching lists for WKGTK+ and WPE
https://bugs.webkit.org/show_bug.cgi?id=182346

Reviewed by Michael Catanzaro.

Loren, Carlos and Andres are interested on the WKGTK+ dependencies
watchlist since they are running WKGTK+ EWS.

Similarly, Adrian and Carlos are running a WPE EWS.

* Scripts/webkitpy/common/config/watchlist: Added WPEDependencies
  and WebKitGTKDependencies watchlists with the proper people.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (228171 => 228172)


--- trunk/Tools/ChangeLog	2018-02-06 15:16:48 UTC (rev 228171)
+++ trunk/Tools/ChangeLog	2018-02-06 16:24:59 UTC (rev 228172)
@@ -1,5 +1,20 @@
 2018-02-06  Andres Gomez  <[email protected]>
 
+        [GTK][WPE] Add dependencies watching lists for WKGTK+ and WPE
+        https://bugs.webkit.org/show_bug.cgi?id=182346
+
+        Reviewed by Michael Catanzaro.
+
+        Loren, Carlos and Andres are interested on the WKGTK+ dependencies
+        watchlist since they are running WKGTK+ EWS.
+
+        Similarly, Adrian and Carlos are running a WPE EWS.
+
+        * Scripts/webkitpy/common/config/watchlist: Added WPEDependencies
+          and WebKitGTKDependencies watchlists with the proper people.
+
+2018-02-06  Andres Gomez  <[email protected]>
+
         Unreviewed, canonicalize contributors.json
 
         After Thibault's addition, automatic checks complain about

Modified: trunk/Tools/Scripts/webkitpy/common/config/watchlist (228171 => 228172)


--- trunk/Tools/Scripts/webkitpy/common/config/watchlist	2018-02-06 15:16:48 UTC (rev 228171)
+++ trunk/Tools/Scripts/webkitpy/common/config/watchlist	2018-02-06 16:24:59 UTC (rev 228172)
@@ -122,6 +122,14 @@
         "ScrollingCoordinator": {
             "filename": r"Source/WebCore/page/scrolling/",
         },
+        "WPEDependencies": {
+            "filename": r"Tools/wpe/install-dependencies"
+                        r"|Tools/wpe/jhbuild*",
+        },
+        "WebKitGTKDependencies": {
+            "filename": r"Tools/gtk/install-dependencies"
+                        r"|Tools/gtk/jhbuild*",
+        },
         "WebKitGTKTranslations": {
             "filename": r"Source/WebCore/platform/gtk/po/",
         },
@@ -413,6 +421,8 @@
         "WebInspectorRecording": [ "[email protected]" ],
         "JSBuiltins": [ "[email protected]" ],
         "JSBuiltinsGenerator": [ "[email protected]" ],
+        "WPEDependencies": [ "[email protected]", "[email protected]" ],
+        "WebKitGTKDependencies": [ "[email protected]", "[email protected]", "[email protected]" ],
         "WebKitGTKTranslations": [ "[email protected]", "[email protected]", "[email protected]", "[email protected]" ],
         "WebSocket": [ "[email protected]", "[email protected]" ],
         "XSS": [ "[email protected]" ],
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to