summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xWATCHLISTS8
1 files changed, 8 insertions, 0 deletions
diff --git a/WATCHLISTS b/WATCHLISTS
index b4658d4..85c861e 100755
--- a/WATCHLISTS
+++ b/WATCHLISTS
@@ -14,9 +14,15 @@
'valgrind': {
'filepath': 'tools/valgrind/.*',
},
+ 'purify': {
+ 'filepath': 'purify',
+ },
'mac': {
'filepath': 'cocoa|\.mm$|(_mac|_posix)\.(cc|h)$',
},
+ 'extension': {
+ 'filepath': 'extension',
+ },
'views': {
# Applies to all files and subdirs within this directory.
'filepath': 'views/.*',
@@ -44,5 +50,7 @@
'renderer': ['darin@chromium.org'],
'webkit': ['darin@chromium.org'],
'plugin': ['darin@chromium.org'],
+ 'extension': ['erikkay@chromium.org'],
+ 'purify': ['erikkay@chromium.org'],
},
}