Index: WATCHLISTS |
=================================================================== |
--- WATCHLISTS (revision 18306) |
+++ WATCHLISTS (working copy) |
@@ -17,11 +17,19 @@ |
'mac': { |
'filepath': 'cocoa|\.mm$|(_mac|_posix)\.(cc|h)$', |
}, |
+ 'views': { |
+ 'filepath': 'views/.*', |
+ }, |
+ 'browser': { |
+ 'filepath': 'chrome/browser/.*', |
+ }, |
}, |
'WATCHLISTS': { |
'this_file': ['nirnimesh@chromium.org'], |
'valgrind': ['nirnimesh@chromium.org', 'dank@chromium.org'], |
'mac': ['jrg@chromium.org'], |
+ 'views': ['ben@chromium.org'], |
+ 'browser': ['ben@chromium.org'], |
}, |
} |