summaryrefslogtreecommitdiffstats
path: root/WATCHLISTS
diff options
context:
space:
mode:
authorsreeram@chromium.org <sreeram@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-27 18:28:41 +0000
committersreeram@chromium.org <sreeram@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-27 18:28:41 +0000
commit56b4b09d35741fd33b78db522a9e152040031842 (patch)
treeb543d00f74fd69c29b5971971188fdeca9f6c3ad /WATCHLISTS
parentcd2364393b64eafe05bbd11dbcbc235d6fbc4367 (diff)
downloadchromium_src-56b4b09d35741fd33b78db522a9e152040031842.zip
chromium_src-56b4b09d35741fd33b78db522a9e152040031842.tar.gz
chromium_src-56b4b09d35741fd33b78db522a9e152040031842.tar.bz2
Add an Instant watchlist.
The pattern may seem overly broad, but actually, it covers exactly the set of files that affect Chrome Instant. R=nirnimesh@chromium.org BUG=none TEST='depot_tools/watchlists.py chrome/common/instant_types.h' lists sreeram@chromium.org. Review URL: https://chromiumcodereview.appspot.com/10833054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148775 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'WATCHLISTS')
-rw-r--r--WATCHLISTS4
1 files changed, 4 insertions, 0 deletions
diff --git a/WATCHLISTS b/WATCHLISTS
index 67faff8..39c278b 100644
--- a/WATCHLISTS
+++ b/WATCHLISTS
@@ -179,6 +179,9 @@
'installer': {
'filepath': 'chrome/installer/',
},
+ 'instant': {
+ 'filepath': 'instant|searchbox',
+ },
'ipc': {
'filepath': 'ipc/ipc',
},
@@ -462,6 +465,7 @@
'imageburner': ['achuith+watch@chromium.org', 'tbarzic+watch@chromium.org'],
'importer': ['tfarina@chromium.org'],
'installer': ['grt+watch@chromium.org'],
+ 'instant': ['sreeram@chromium.org'],
'ipc': ['jam@chromium.org', 'darin-cc@chromium.org'],
'labs': ['thakis@chromium.org'],
'linux-sandboxing': ['agl@chromium.org', 'jln+watch@chromium.org'],