Chromium Code Reviews| Index: WATCHLISTS |
| diff --git a/WATCHLISTS b/WATCHLISTS |
| index 40ce3d865dc2a0d79b6367e696c5ab8e7937ea90..981608589e1f9fb2adf76ca4b857668e89510ec1 100644 |
| --- a/WATCHLISTS |
| +++ b/WATCHLISTS |
| @@ -63,6 +63,9 @@ |
| 'gypfiles': { |
| 'filepath': 'gypfiles/', |
| }, |
| + 'inspector': { |
| + 'filepath': 'src/inspector/', |
|
dgozman
2016/09/28 20:16:40
We also need include/v8-inspector* and test/inspec
kozy
2016/09/28 20:29:44
Done.
|
| + }, |
| }, |
| 'WATCHLISTS': { |
| @@ -96,5 +99,8 @@ |
| 'gypfiles': [ |
| 'machenbach@chromium.org', |
| ], |
| + 'inspector': [ |
| + 'devtools-reviews@chromium.org', |
| + ], |
| }, |
| } |