diff options
author | sreeram@chromium.org <sreeram@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-27 18:28:41 +0000 |
---|---|---|
committer | sreeram@chromium.org <sreeram@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-27 18:28:41 +0000 |
commit | 56b4b09d35741fd33b78db522a9e152040031842 (patch) | |
tree | b543d00f74fd69c29b5971971188fdeca9f6c3ad /WATCHLISTS | |
parent | cd2364393b64eafe05bbd11dbcbc235d6fbc4367 (diff) | |
download | chromium_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-- | WATCHLISTS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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'], |