Chromium Code Reviews| Index: WATCHLISTS |
| diff --git a/WATCHLISTS b/WATCHLISTS |
| index f34d565dcc9437aaad38a19257d4542a7ebb97a0..45b15f0f2114045216ba99d32d06d59859ebce90 100644 |
| --- a/WATCHLISTS |
| +++ b/WATCHLISTS |
| @@ -118,6 +118,9 @@ |
| 'base_memory': { |
| 'filepath': '^base/memory', |
| }, |
| + 'base_win': { |
| + 'filepath': '^base/win', |
| + }, |
| 'battery_status': { |
| 'filepath': 'content/browser/battery_status/|'\ |
| 'content/common/battery_status_messages.h|'\ |
| @@ -135,6 +138,9 @@ |
| '|chrome/browser/ui/views/bookmarks/' \ |
| '|components/bookmarks' |
| }, |
| + 'breakpad_app': { |
| + 'filepath': 'components/breakpad/app/', |
| + }, |
| 'browser': { |
| 'filepath': 'chrome/browser/', |
| }, |
| @@ -707,6 +713,9 @@ |
| '|chrome/browser/ui/website_settings/'\ |
| '|chrome/common/content_settings', |
| }, |
| + 'windows_sandboxing': { |
| + 'filepath': 'sandbox/win/', |
| + }, |
| 'worker': { |
| 'filepath': 'chrome/browser/worker_host/|chrome/worker/|'\ |
| 'chrome/common/worker_messages|webkit/glue/webworker', |
| @@ -761,8 +770,9 @@ |
| 'rouslan+autofillwatch@chromium.org'], |
| 'automation': ['robertshield@chromium.org'], |
| 'base': ['erikwright+watch@chromium.org'], |
| - 'base_allocator': ['dmikurube+memory@chromium.org'], |
| + 'base_allocator': ['dmikurube+memory@chromium.org', 'wfh+watch@chromium.org'], |
|
Ilya Sherman
2014/07/28 21:08:43
nit: 80-col, please.
Will Harris
2014/07/28 21:11:42
Done.
|
| 'base_memory': ['gavinp+memory@chromium.org'], |
| + 'base_win': ['wfh+watch@chromium.org'], |
| 'battery_status': ['timvolodine@chromium.org'], |
| 'bookmarks': ['tfarina@chromium.org'], |
| 'browser_chromeos': ['davemoore+watch@chromium.org', |
| @@ -843,7 +853,7 @@ |
| 'importer': ['tfarina@chromium.org'], |
| 'indexed_db': ['alecflett@chromium.org', 'cmumford@chromium.org', |
| 'dgrogan@chromium.org', 'jsbell+idb@chromium.org'], |
| - 'installer': ['grt+watch@chromium.org'], |
| + 'installer': ['grt+watch@chromium.org', 'wfh+watch@chromium.org'], |
| 'instant': ['dcblack@chromium.org', 'jered@chromium.org', |
| 'dominich@chromium.org', 'samarth+watch@chromium.org', |
| 'melevin+watch@chromium.org', 'dougw+watch@chromium.org', |
| @@ -948,7 +958,7 @@ |
| 'nona+watch@chromium.org', |
| 'yukishiino+watch@chromium.org'], |
| 'tools_emacs': ['dhollowa+watch@chromium.org'], |
| - 'tracing': ['dsinclair+watch@chromium.org'], |
| + 'tracing': ['dsinclair+watch@chromium.org', 'wfh+watch@chromium.org'], |
| 'ui_compositor': ['cc-bugs@chromium.org'], |
| 'ui_resources': ['oshima+watch@chromium.org'], |
| 'valgrind': ['bruening+watch@chromium.org', |
| @@ -967,6 +977,7 @@ |
| 'mcasas+watch@chromium.org', |
| 'posciak+watch@chromium.org'], |
| 'website_settings': ['markusheintz@chromium.org'], |
| + 'windows_sandboxing': ['wfh+watch@chromium.org'], |
|
Ilya Sherman
2014/07/28 21:08:43
Note: The "+watch" suffix probably won't help you
Will Harris
2014/07/28 21:11:42
I suspect the filter has to be placed on the chrom
|
| 'worker': ['jam@chromium.org'], |
| 'x11': ['derat+watch@chromium.org', |
| 'sadrul@chromium.org', |