Title: [228172] trunk/Tools
Revision
228172
Author
ago...@igalia.com
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  <ago...@igalia.com>
 
+        [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  <ago...@igalia.com>
+
         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": [ "web...@devinrousso.com" ],
         "JSBuiltins": [ "joep...@webkit.org" ],
         "JSBuiltinsGenerator": [ "bb...@apple.com" ],
+        "WPEDependencies": [ "ape...@igalia.com", "clo...@igalia.com" ],
+        "WebKitGTKDependencies": [ "ago...@igalia.com", "lti...@igalia.com", "clo...@igalia.com" ],
         "WebKitGTKTranslations": [ "g...@gnome.org", "be...@igalia.com", "cgar...@igalia.com", "mcatanz...@igalia.com" ],
         "WebSocket": [ "yu...@chromium.org", "toyoshim+watchl...@chromium.org" ],
         "XSS": [ "dba...@webkit.org" ],
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to