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

Side by Side Diff: WATCHLISTS

Issue 679633002: chromeos: Remove legacy code for chrome://imageburner (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix unit_tests build Created 6 years, 1 month 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 362 matching lines...) Expand 10 before | Expand all | Expand 10 after
373 'filepath': 'chrome/browser/extensions/api/hotword_private/'\ 373 'filepath': 'chrome/browser/extensions/api/hotword_private/'\
374 '|chrome/browser/resources/hotword_helper/'\ 374 '|chrome/browser/resources/hotword_helper/'\
375 '|chrome/browser/resources/hotword/'\ 375 '|chrome/browser/resources/hotword/'\
376 '|chrome/browser/search/hotword*'\ 376 '|chrome/browser/search/hotword*'\
377 '|chrome/test/data/extensions/api_test/hotword_private/', 377 '|chrome/test/data/extensions/api_test/hotword_private/',
378 }, 378 },
379 'i18n': { 379 'i18n': {
380 'filepath': 'base/i18n/|base/string|l10n|icu|'\ 380 'filepath': 'base/i18n/|base/string|l10n|icu|'\
381 'locale_settings|encoding', 381 'locale_settings|encoding',
382 }, 382 },
383 'imageburner': {
384 'filepath': 'imageburner'
385 },
386 'importer': { 383 'importer': {
387 'filepath': 'import', 384 'filepath': 'import',
388 }, 385 },
389 'indexed_db': { 386 'indexed_db': {
390 'filepath': 'content/browser/indexed_db|'\ 387 'filepath': 'content/browser/indexed_db|'\
391 'content/child/indexed_db|'\ 388 'content/child/indexed_db|'\
392 'content/common/indexed_db|'\ 389 'content/common/indexed_db|'\
393 'content/public/browser/indexed_db|'\ 390 'content/public/browser/indexed_db|'\
394 'content/test/data/indexeddb', 391 'content/test/data/indexeddb',
395 }, 392 },
(...skipping 480 matching lines...) Expand 10 before | Expand all | Expand 10 after
876 'ftp': ['phajdan.jr@chromium.org'], 873 'ftp': ['phajdan.jr@chromium.org'],
877 'gcm': ['zea+watch@chromium.org'], 874 'gcm': ['zea+watch@chromium.org'],
878 'geolocation': ['mvanouwerkerk@chromium.org'], 875 'geolocation': ['mvanouwerkerk@chromium.org'],
879 'gfx_geometry': ['cc-bugs@chromium.org'], 876 'gfx_geometry': ['cc-bugs@chromium.org'],
880 'gfx_image': ['rsesek+watch@chromium.org'], 877 'gfx_image': ['rsesek+watch@chromium.org'],
881 'gn': ['tfarina@chromium.org'], 878 'gn': ['tfarina@chromium.org'],
882 'gpu': ['piman+watch@chromium.org'], 879 'gpu': ['piman+watch@chromium.org'],
883 'history_ui': ['dubroy@chromium.org', 'pam+watch@chromium.org'], 880 'history_ui': ['dubroy@chromium.org', 'pam+watch@chromium.org'],
884 'hotword': ['rlp+watch@chromium.org'], 881 'hotword': ['rlp+watch@chromium.org'],
885 'i18n': ['jshin+watch@chromium.org'], 882 'i18n': ['jshin+watch@chromium.org'],
886 'imageburner': ['tbarzic+watch@chromium.org'],
887 'importer': ['tfarina@chromium.org'], 883 'importer': ['tfarina@chromium.org'],
888 'indexed_db': ['cmumford@chromium.org', 884 'indexed_db': ['cmumford@chromium.org',
889 'dgrogan@chromium.org', 'jsbell+idb@chromium.org'], 885 'dgrogan@chromium.org', 'jsbell+idb@chromium.org'],
890 'installer': ['grt+watch@chromium.org', 'wfh+watch@chromium.org'], 886 'installer': ['grt+watch@chromium.org', 'wfh+watch@chromium.org'],
891 'instant': ['dcblack@chromium.org', 'jered@chromium.org', 887 'instant': ['dcblack@chromium.org', 'jered@chromium.org',
892 'samarth+watch@chromium.org', 'donnd+watch@chromium.org', 888 'samarth+watch@chromium.org', 'donnd+watch@chromium.org',
893 'melevin+watch@chromium.org', 'dougw+watch@chromium.org', 889 'melevin+watch@chromium.org', 'dougw+watch@chromium.org',
894 'kmadhusu+watch@chromium.org', 'dhollowa+watch@chromium.org', 890 'kmadhusu+watch@chromium.org', 'dhollowa+watch@chromium.org',
895 'jfweitz+watch@chromium.org', 'skanuj+watch@chromium.org'], 891 'jfweitz+watch@chromium.org', 'skanuj+watch@chromium.org'],
896 'ipc': ['jam@chromium.org', 'darin-cc@chromium.org'], 892 'ipc': ['jam@chromium.org', 'darin-cc@chromium.org'],
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
1009 'mcasas+watch@chromium.org', 1005 'mcasas+watch@chromium.org',
1010 'posciak+watch@chromium.org'], 1006 'posciak+watch@chromium.org'],
1011 'website_settings': ['markusheintz@chromium.org'], 1007 'website_settings': ['markusheintz@chromium.org'],
1012 'windows_sandboxing': ['wfh+watch@chromium.org'], 1008 'windows_sandboxing': ['wfh+watch@chromium.org'],
1013 'worker': ['jam@chromium.org'], 1009 'worker': ['jam@chromium.org'],
1014 'x11': ['derat+watch@chromium.org', 1010 'x11': ['derat+watch@chromium.org',
1015 'sadrul@chromium.org', 1011 'sadrul@chromium.org',
1016 'yusukes+watch@chromium.org'], 1012 'yusukes+watch@chromium.org'],
1017 }, 1013 },
1018 } 1014 }
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