Index: WATCHLISTS |
diff --git a/WATCHLISTS b/WATCHLISTS |
index f8b5add8fdf02baca84c03c1608c47f7fbbbbf19..2352f1e2fc480710fc991c6f5f3e6c11c043b876 100644 |
--- a/WATCHLISTS |
+++ b/WATCHLISTS |
@@ -81,6 +81,12 @@ |
'sync': { |
'filepath': 'chrome/browser/sync/.*|chrome/browser/views/sync/.*|chrome/test/live_sync/.*', |
}, |
+ 'tests': { |
+ 'filepath': 'unittest|browsertest|uitest', |
+ }, |
+ 'automation': { |
+ 'filepath': 'chrome/browser/automation/.*|chrome/test/automation/.*', |
+ }, |
}, |
'WATCHLISTS': { |
@@ -110,5 +116,7 @@ |
'linux-sandboxing': ['agl@chromium.org'], |
'sync': ['tim@chromium.org', 'nick@chromium.org', |
'idana@chromium.org'], |
+ 'tests': ['phajdan.jr@chromium.org'], |
+ 'automation': ['phajdan.jr@chromium.org'], |
}, |
} |