diff options
author | rcrabb@chromium.org <rcrabb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-21 01:51:26 +0000 |
---|---|---|
committer | rcrabb@chromium.org <rcrabb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-21 01:51:26 +0000 |
commit | 31a1060da0cb2452a361960be0b280d458f9d1b4 (patch) | |
tree | 02cc9db27ca47f79a8687b4e69d9063b5378a830 /WATCHLISTS | |
parent | c3917748748826ea21aa907ab939a22a6b69eec4 (diff) | |
download | chromium_src-31a1060da0cb2452a361960be0b280d458f9d1b4.zip chromium_src-31a1060da0cb2452a361960be0b280d458f9d1b4.tar.gz chromium_src-31a1060da0cb2452a361960be0b280d458f9d1b4.tar.bz2 |
Adding a perf group to the watchlist file.
NOTRY=1
Review URL: https://chromiumcodereview.appspot.com/11414053
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@168950 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'WATCHLISTS')
-rw-r--r-- | WATCHLISTS | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -321,6 +321,11 @@ 'pepper_api': { 'filepath': 'ppapi/c/', }, + 'perf': { + 'filepath': 'tools/perf' \ + '|tools/telemetry' \ + '|chrome/test/perf' + }, 'plugin': { 'filepath': 'chrome/browser/plugin|chrome/plugin/|'\ 'chrome/common/plugin|webkit/glue/webplugin|webkit/glue/plugins/', @@ -384,6 +389,9 @@ 'tcmalloc': { 'filepath': 'third_party/tcmalloc' }, + 'telemetry': { + 'filepath': 'tools/telemetry' + }, 'tests': { 'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/', }, @@ -589,6 +597,7 @@ 'pepper_api': ['piman+watch@chromium.org', 'darin-cc@chromium.org', 'ihf+watch@chromium.org', 'yzshen+watch@chromium.org', 'yusukes+watch@chromium.org', 'raymes+watch@chromium.org'], + 'perf': ['chrome-speed-team+watch@google.com'], 'plugin': ['darin-cc@chromium.org', 'jam@chromium.org', 'stuartmorgan+watch@chromium.org'], 'predictors': ['dominich+watch@chromium.org', 'shishir+watch@chromium.org'], @@ -625,6 +634,7 @@ 'creis+watch@chromium.org', 'ajwong+watch@chromium.org'], 'task_manager': ['yoshiki+watch@chromium.org'], 'tcmalloc': ['dmikurube+memory@chromium.org'], + 'telemetry': ['telemetry+watch@chromium.org'], 'tests': [], 'textinput': ['penghuang+watch@chromium.org', 'suzhe@chromium.org', |