Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Side by Side Diff: WATCHLISTS

Issue 423083002: Add new hotword extension for built-in hotword triggering. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | chrome/browser/browser_resources.grd » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 # Watchlist Rules 5 # Watchlist Rules
6 # Refer: http://dev.chromium.org/developers/contributing-code/watchlists 6 # Refer: http://dev.chromium.org/developers/contributing-code/watchlists
7 7
8 # IMPORTANT: The regular expression filepath is tested against each path using 8 # IMPORTANT: The regular expression filepath is tested against each path using
9 # re.search, so it is not usually necessary to add .*. 9 # re.search, so it is not usually necessary to add .*.
10 10
(...skipping 340 matching lines...) Expand 10 before | Expand all | Expand 10 after
351 }, 351 },
352 'gpu': { 352 'gpu': {
353 'filepath': 'gpu/', 353 'filepath': 'gpu/',
354 }, 354 },
355 'history_ui': { 355 'history_ui': {
356 'filepath': 'chrome/browser/resources/history', 356 'filepath': 'chrome/browser/resources/history',
357 }, 357 },
358 'hotword': { 358 'hotword': {
359 'filepath': 'chrome/browser/extensions/api/hotword_private/'\ 359 'filepath': 'chrome/browser/extensions/api/hotword_private/'\
360 '|chrome/browser/resources/hotword_helper/'\ 360 '|chrome/browser/resources/hotword_helper/'\
361 '|chrome/browser/resources/hotword/'\
361 '|chrome/browser/search/hotword*'\ 362 '|chrome/browser/search/hotword*'\
362 '|chrome/test/data/extensions/api_test/hotword_private/', 363 '|chrome/test/data/extensions/api_test/hotword_private/',
363 }, 364 },
364 'i18n': { 365 'i18n': {
365 'filepath': 'base/i18n/|base/string|l10n|icu|'\ 366 'filepath': 'base/i18n/|base/string|l10n|icu|'\
366 'locale_settings|encoding', 367 'locale_settings|encoding',
367 }, 368 },
368 'imageburner': { 369 'imageburner': {
369 'filepath': 'imageburner' 370 'filepath': 'imageburner'
370 }, 371 },
(...skipping 610 matching lines...) Expand 10 before | Expand all | Expand 10 after
981 'mcasas+watch@chromium.org', 982 'mcasas+watch@chromium.org',
982 'posciak+watch@chromium.org'], 983 'posciak+watch@chromium.org'],
983 'website_settings': ['markusheintz@chromium.org'], 984 'website_settings': ['markusheintz@chromium.org'],
984 'windows_sandboxing': ['wfh+watch@chromium.org'], 985 'windows_sandboxing': ['wfh+watch@chromium.org'],
985 'worker': ['jam@chromium.org'], 986 'worker': ['jam@chromium.org'],
986 'x11': ['derat+watch@chromium.org', 987 'x11': ['derat+watch@chromium.org',
987 'sadrul@chromium.org', 988 'sadrul@chromium.org',
988 'yusukes+watch@chromium.org'], 989 'yusukes+watch@chromium.org'],
989 }, 990 },
990 } 991 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/browser_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698