Chromium Code Reviews| Index: WATCHLISTS |
| diff --git a/WATCHLISTS b/WATCHLISTS |
| index f57dfa140258f3ab10bf3ccd37bdb48c5d151e87..858175856ffe38d27938eb0d9db6a27d9f414cf4 100644 |
| --- a/WATCHLISTS |
| +++ b/WATCHLISTS |
| @@ -42,6 +42,9 @@ |
| 'debugger': { |
| 'filepath': 'src/debug/', |
| }, |
| + 'feature_shipping_status': { |
| + 'filepath': 'src/flag-definitions.h', |
| + }, |
| }, |
| 'WATCHLISTS': { |
| @@ -54,5 +57,8 @@ |
| 'debugger': [ |
| 'yangguo@chromium.org', |
| ], |
| + 'feature_shipping_status': [ |
| + 'hablich@chromium.org', |
| + ], |
| }, |
| } |