diff options
author | pfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-07 12:10:46 +0000 |
---|---|---|
committer | pfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-07 12:10:46 +0000 |
commit | 342b1287ed7d4496377fe3453092eef482be0d28 (patch) | |
tree | c4ebb945f4ef7e54752013277f72417927b81456 | |
parent | cc39b05ca683a5f402c657456ae85e045d8b5568 (diff) | |
download | chromium_src-342b1287ed7d4496377fe3453092eef482be0d28.zip chromium_src-342b1287ed7d4496377fe3453092eef482be0d28.tar.gz chromium_src-342b1287ed7d4496377fe3453092eef482be0d28.tar.bz2 |
Watchlist: added devtools watchlist.
Review URL: https://chromiumcodereview.appspot.com/11369098
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@166390 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | WATCHLISTS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -150,6 +150,9 @@ 'deep_memory_profiler': { 'filepath': 'tools/(deep_memory_profiler|find_runtime_symbols)', }, + 'devtools': { + 'filepath': 'devtools', + }, 'disk_cache': { 'filepath': 'net/disk_cache/|http_cache', }, @@ -528,6 +531,8 @@ 'cookie_monster': ['erikwright@chromium.org', 'rkn@chromium.org', 'wtc@chromium.org'], 'deep_memory_profiler': ['dmikurube+memory@chromium.org'], + 'devtools': ['pfeldman@chromium.org', 'yurys@chromium.org', + 'vsevik@chromium.org'], 'disk_cache': ['gavinp+disk@chromium.org'], 'dns': ['mmenke@chromium.org'], 'download': ['rdsmith+dwatch@chromium.org'], |