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

Side by Side Diff: WATCHLISTS

Issue 361133002: [Hotword] Adding hotword watchlist. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | 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 329 matching lines...) Expand 10 before | Expand all | Expand 10 after
340 }, 340 },
341 'gn': { 341 'gn': {
342 'filepath': 'tools/gn', 342 'filepath': 'tools/gn',
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': {
351 '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.
352 '|chrome/browser/resources/hotword_helper/'\
353 '|chrome/browser/search/hotword*'\
354 '|chrome/test/data/extensions/api_test/hotword_private/',
355 },
350 'i18n': { 356 'i18n': {
351 'filepath': 'base/i18n/|base/string|l10n|icu|'\ 357 'filepath': 'base/i18n/|base/string|l10n|icu|'\
352 'locale_settings|encoding', 358 'locale_settings|encoding',
353 }, 359 },
354 'imageburner': { 360 'imageburner': {
355 'filepath': 'imageburner' 361 'filepath': 'imageburner'
356 }, 362 },
357 'importer': { 363 'importer': {
358 'filepath': 'import', 364 'filepath': 'import',
359 }, 365 },
(...skipping 463 matching lines...) Expand 10 before | Expand all | Expand 10 after
823 'yoshiki+watch@chromium.org'], 829 'yoshiki+watch@chromium.org'],
824 'filesapp': ['mtomasz+watch@chromium.org'], 830 'filesapp': ['mtomasz+watch@chromium.org'],
825 'ftp': ['phajdan.jr@chromium.org'], 831 'ftp': ['phajdan.jr@chromium.org'],
826 'gcm': ['zea+watch@chromium.org'], 832 'gcm': ['zea+watch@chromium.org'],
827 'geolocation': ['mvanouwerkerk@chromium.org'], 833 'geolocation': ['mvanouwerkerk@chromium.org'],
828 'gfx_geometry': ['cc-bugs@chromium.org'], 834 'gfx_geometry': ['cc-bugs@chromium.org'],
829 'gfx_image': ['rsesek+watch@chromium.org'], 835 'gfx_image': ['rsesek+watch@chromium.org'],
830 'gn': ['tfarina@chromium.org'], 836 'gn': ['tfarina@chromium.org'],
831 'gpu': ['piman+watch@chromium.org'], 837 'gpu': ['piman+watch@chromium.org'],
832 'history_ui': ['dubroy@chromium.org', 'pam+watch@chromium.org'], 838 'history_ui': ['dubroy@chromium.org', 'pam+watch@chromium.org'],
839 'hotword': ['rlp+watch@chromium.org'],
833 'i18n': ['jshin+watch@chromium.org'], 840 'i18n': ['jshin+watch@chromium.org'],
834 'imageburner': ['tbarzic+watch@chromium.org'], 841 'imageburner': ['tbarzic+watch@chromium.org'],
835 'importer': ['tfarina@chromium.org'], 842 'importer': ['tfarina@chromium.org'],
836 'indexed_db': ['alecflett@chromium.org', 'cmumford@chromium.org', 843 'indexed_db': ['alecflett@chromium.org', 'cmumford@chromium.org',
837 'dgrogan@chromium.org', 844 'dgrogan@chromium.org',
838 'ericu+idb@chromium.org', 'jsbell+idb@chromium.org'], 845 'ericu+idb@chromium.org', 'jsbell+idb@chromium.org'],
839 'installer': ['grt+watch@chromium.org'], 846 'installer': ['grt+watch@chromium.org'],
840 'instant': ['dcblack@chromium.org', 'jered@chromium.org', 847 'instant': ['dcblack@chromium.org', 'jered@chromium.org',
841 'dominich@chromium.org', 'samarth+watch@chromium.org', 848 'dominich@chromium.org', 'samarth+watch@chromium.org',
842 'melevin+watch@chromium.org', 'dougw+watch@chromium.org', 849 'melevin+watch@chromium.org', 'dougw+watch@chromium.org',
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
908 'kinuko+serviceworker@chromium.org', 915 'kinuko+serviceworker@chromium.org',
909 'nhiroki@chromium.org', 916 'nhiroki@chromium.org',
910 'horo+watch@chromium.org', 917 'horo+watch@chromium.org',
911 'alecflett+watch@chromium.org', 918 'alecflett+watch@chromium.org',
912 'jsbell+serviceworker@chromium.org', 919 'jsbell+serviceworker@chromium.org',
913 'michaeln@chromium.org', 920 'michaeln@chromium.org',
914 'serviceworker-reviews@chromium.org'], 921 'serviceworker-reviews@chromium.org'],
915 'site_instance': ['creis+watch@chromium.org', 'ajwong+watch@chromium.org', 922 'site_instance': ['creis+watch@chromium.org', 'ajwong+watch@chromium.org',
916 'nasko+codewatch@chromium.org'], 923 'nasko+codewatch@chromium.org'],
917 'spellcheck': ['groby+spellwatch@chromium.org', 924 'spellcheck': ['groby+spellwatch@chromium.org',
918 'rlp@chromium.org', 925 'rlp+watch@chromium.org',
919 'rouslan+spellwatch@chromium.org'], 926 'rouslan+spellwatch@chromium.org'],
920 'streams': ['zork+watch@chromium.org'], 927 'streams': ['zork+watch@chromium.org'],
921 'sync': ['haitaol+watch@chromium.org', 928 'sync': ['haitaol+watch@chromium.org',
922 'tim+watch@chromium.org', 929 'tim+watch@chromium.org',
923 'maniscalco+watch@chromium.org', 930 'maniscalco+watch@chromium.org',
924 'zea+watch@chromium.org'], 931 'zea+watch@chromium.org'],
925 'syncfs': ['kinuko+fileapi@chromium.org', 932 'syncfs': ['kinuko+fileapi@chromium.org',
926 'nhiroki@chromium.org', 933 'nhiroki@chromium.org',
927 'tzik@chromium.org'], 934 'tzik@chromium.org'],
928 'sync_proto': ['albertb+watch@chromium.org'], 935 'sync_proto': ['albertb+watch@chromium.org'],
(...skipping 30 matching lines...) Expand all
959 'webrtc_media': ['wjia+watch@chromium.org', 966 'webrtc_media': ['wjia+watch@chromium.org',
960 'mcasas+watch@chromium.org', 967 'mcasas+watch@chromium.org',
961 'posciak+watch@chromium.org'], 968 'posciak+watch@chromium.org'],
962 'website_settings': ['markusheintz@chromium.org'], 969 'website_settings': ['markusheintz@chromium.org'],
963 'worker': ['jam@chromium.org'], 970 'worker': ['jam@chromium.org'],
964 'x11': ['derat+watch@chromium.org', 971 'x11': ['derat+watch@chromium.org',
965 'sadrul@chromium.org', 972 'sadrul@chromium.org',
966 'yusukes+watch@chromium.org'], 973 'yusukes+watch@chromium.org'],
967 }, 974 },
968 } 975 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698