diff options
author | rlp@chromium.org <rlp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-08 19:53:14 +0000 |
---|---|---|
committer | rlp@chromium.org <rlp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-08 19:53:14 +0000 |
commit | 18d7e40cc4f7fb3e46b62a65474512c0f7232035 (patch) | |
tree | 0cfabdd9e693f4dc766a4a6e3b69cc89bafd7cba /WATCHLISTS | |
parent | ff4a649cdeafd7c55180a94687cafd4235ec74be (diff) | |
download | chromium_src-18d7e40cc4f7fb3e46b62a65474512c0f7232035.zip chromium_src-18d7e40cc4f7fb3e46b62a65474512c0f7232035.tar.gz chromium_src-18d7e40cc4f7fb3e46b62a65474512c0f7232035.tar.bz2 |
[Hotword] Adding hotword watchlist.
BUG=none
Review URL: https://codereview.chromium.org/361133002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281797 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'WATCHLISTS')
-rw-r--r-- | WATCHLISTS | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -347,6 +347,12 @@ 'history_ui': { 'filepath': 'chrome/browser/resources/history', }, + 'hotword': { + 'filepath': 'chrome/browser/extensions/api/hotword_private/'\ + '|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', |