Chromium Code Reviews| Index: WATCHLISTS |
| diff --git a/WATCHLISTS b/WATCHLISTS |
| index f88c5ff11321a961fd55ed2b6fab65c149d935a6..3706e3ebffc8bcecac012981792ca8bf1fab6488 100644 |
| --- a/WATCHLISTS |
| +++ b/WATCHLISTS |
| @@ -347,6 +347,12 @@ |
| 'history_ui': { |
| 'filepath': 'chrome/browser/resources/history', |
| }, |
| + 'hotword': { |
| + 'filepath': 'chrome/browser/extensions/api/hotword_private/' |
|
Ilya Sherman
2014/07/07 21:38:32
I think you want a trailing '\' on this line.
rpetterson
2014/07/07 21:41:37
Done.
|
| + '|chrome/browser/resources/hotword_helper/'\ |
| + '|chrome/browser/search/hotword*'\ |
| + '|chrome/test/data/extensions/api_test/hotword_private/', |
| + }, |
| 'i18n': { |
| 'filepath': 'base/i18n/|base/string|l10n|icu|'\ |
| 'locale_settings|encoding', |
| @@ -830,6 +836,7 @@ |
| 'gn': ['tfarina@chromium.org'], |
| 'gpu': ['piman+watch@chromium.org'], |
| 'history_ui': ['dubroy@chromium.org', 'pam+watch@chromium.org'], |
| + 'hotword': ['rlp+watch@chromium.org'], |
| 'i18n': ['jshin+watch@chromium.org'], |
| 'imageburner': ['tbarzic+watch@chromium.org'], |
| 'importer': ['tfarina@chromium.org'], |
| @@ -915,7 +922,7 @@ |
| 'site_instance': ['creis+watch@chromium.org', 'ajwong+watch@chromium.org', |
| 'nasko+codewatch@chromium.org'], |
| 'spellcheck': ['groby+spellwatch@chromium.org', |
| - 'rlp@chromium.org', |
| + 'rlp+watch@chromium.org', |
| 'rouslan+spellwatch@chromium.org'], |
| 'streams': ['zork+watch@chromium.org'], |
| 'sync': ['haitaol+watch@chromium.org', |