summaryrefslogtreecommitdiffstats
path: root/WATCHLISTS
diff options
context:
space:
mode:
authorben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-15 20:22:21 +0000
committerben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-15 20:22:21 +0000
commita8d291f1d760d9bbc0adf38bee5caada097513cf (patch)
tree321470b582b25f19fd0ec5306240fda287ca846c /WATCHLISTS
parentee2df648776cc000aded2b737608b805039cf5e8 (diff)
downloadchromium_src-a8d291f1d760d9bbc0adf38bee5caada097513cf.zip
chromium_src-a8d291f1d760d9bbc0adf38bee5caada097513cf.tar.gz
chromium_src-a8d291f1d760d9bbc0adf38bee5caada097513cf.tar.bz2
Adding watchlist categories for views top level dir and browser/ dir under chrome.
BUG=none TEST=none Review URL: http://codereview.chromium.org/126078 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18426 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'WATCHLISTS')
-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'],
},
}