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

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: 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
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 332 matching lines...) Expand 10 before | Expand all | Expand 10 after
343 }, 343 },
344 'gpu': { 344 'gpu': {
345 'filepath': 'gpu/', 345 'filepath': 'gpu/',
346 }, 346 },
347 'history_ui': { 347 'history_ui': {
348 'filepath': 'chrome/browser/resources/history', 348 'filepath': 'chrome/browser/resources/history',
349 }, 349 },
350 'hotword': { 350 'hotword': {
351 'filepath': 'chrome/browser/extensions/api/hotword_private/'\ 351 'filepath': 'chrome/browser/extensions/api/hotword_private/'\
352 '|chrome/browser/resources/hotword_helper/'\ 352 '|chrome/browser/resources/hotword_helper/'\
353 '|chrome/browser/resources/hotword/'\
353 '|chrome/browser/search/hotword*'\ 354 '|chrome/browser/search/hotword*'\
354 '|chrome/test/data/extensions/api_test/hotword_private/', 355 '|chrome/test/data/extensions/api_test/hotword_private/',
355 }, 356 },
356 'i18n': { 357 'i18n': {
357 'filepath': 'base/i18n/|base/string|l10n|icu|'\ 358 'filepath': 'base/i18n/|base/string|l10n|icu|'\
358 'locale_settings|encoding', 359 'locale_settings|encoding',
359 }, 360 },
360 'imageburner': { 361 'imageburner': {
361 'filepath': 'imageburner' 362 'filepath': 'imageburner'
362 }, 363 },
(...skipping 603 matching lines...) Expand 10 before | Expand all | Expand 10 after
966 'webrtc_media': ['wjia+watch@chromium.org', 967 'webrtc_media': ['wjia+watch@chromium.org',
967 'mcasas+watch@chromium.org', 968 'mcasas+watch@chromium.org',
968 'posciak+watch@chromium.org'], 969 'posciak+watch@chromium.org'],
969 'website_settings': ['markusheintz@chromium.org'], 970 'website_settings': ['markusheintz@chromium.org'],
970 'worker': ['jam@chromium.org'], 971 'worker': ['jam@chromium.org'],
971 'x11': ['derat+watch@chromium.org', 972 'x11': ['derat+watch@chromium.org',
972 'sadrul@chromium.org', 973 'sadrul@chromium.org',
973 'yusukes+watch@chromium.org'], 974 'yusukes+watch@chromium.org'],
974 }, 975 },
975 } 976 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/browser_resources.grd » ('j') | chrome/browser/extensions/component_loader.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698