Chromium Code Reviews| Index: WATCHLISTS |
| diff --git a/WATCHLISTS b/WATCHLISTS |
| index 56c85c4fe5a3edbc1a23b95b180f5bf1d54f2b43..fe7e9fec6593c64ff54572781ce2673dab898bb6 100644 |
| --- a/WATCHLISTS |
| +++ b/WATCHLISTS |
| @@ -241,6 +241,9 @@ |
| 'content': { |
| 'filepath': 'content/', |
| }, |
| + 'content_bluetooth': { |
| + 'filepath': 'content/.*[Bb]luetooth' |
|
Raymond Toy
2014/11/04 23:05:28
Nit. Is it really necessary to have both upper and
scheib
2014/11/04 23:14:32
The wildcard handles any subdirectory of content.
|
| + }, |
| 'content_input': { |
| 'filepath': 'content/browser/renderer_host/input/|'\ |
| 'content/common/input/|'\ |
| @@ -841,6 +844,7 @@ |
| 'vitalyp+closure@chromium.org'], |
| 'content': ['jam@chromium.org', |
| 'darin-cc@chromium.org' ], |
| + 'content_bluetooth': ['scheib+watch@chromium.org'], |
| 'content_input': ['jdduke+watch@chromium.org'], |
| 'content_renderer': [ 'mkwst+moarreviews-renderer@chromium.org' ], |
| 'content_shell': ['jochen+watch@chromium.org', |