summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xWATCHLISTS9
1 files changed, 9 insertions, 0 deletions
diff --git a/WATCHLISTS b/WATCHLISTS
index 9924890..50f61c7 100755
--- a/WATCHLISTS
+++ b/WATCHLISTS
@@ -17,11 +17,20 @@
'mac': {
'filepath': 'cocoa|\.mm$|(_mac|_posix)\.(cc|h)$',
},
+ 'views': {
+ # Applies to all files and subdirs within this directory.
+ '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'],
},
}