OLD | NEW |
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 338 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
349 }, | 349 }, |
350 'gpu': { | 350 'gpu': { |
351 'filepath': 'gpu/', | 351 'filepath': 'gpu/', |
352 }, | 352 }, |
353 'history_ui': { | 353 'history_ui': { |
354 'filepath': 'chrome/browser/resources/history', | 354 'filepath': 'chrome/browser/resources/history', |
355 }, | 355 }, |
356 'hotword': { | 356 'hotword': { |
357 'filepath': 'chrome/browser/extensions/api/hotword_private/'\ | 357 'filepath': 'chrome/browser/extensions/api/hotword_private/'\ |
358 '|chrome/browser/resources/hotword_helper/'\ | 358 '|chrome/browser/resources/hotword_helper/'\ |
| 359 '|chrome/browser/resources/hotword/'\ |
359 '|chrome/browser/search/hotword*'\ | 360 '|chrome/browser/search/hotword*'\ |
360 '|chrome/test/data/extensions/api_test/hotword_private/', | 361 '|chrome/test/data/extensions/api_test/hotword_private/', |
361 }, | 362 }, |
362 'i18n': { | 363 'i18n': { |
363 'filepath': 'base/i18n/|base/string|l10n|icu|'\ | 364 'filepath': 'base/i18n/|base/string|l10n|icu|'\ |
364 'locale_settings|encoding', | 365 'locale_settings|encoding', |
365 }, | 366 }, |
366 'imageburner': { | 367 'imageburner': { |
367 'filepath': 'imageburner' | 368 'filepath': 'imageburner' |
368 }, | 369 }, |
(...skipping 609 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
978 'mcasas+watch@chromium.org', | 979 'mcasas+watch@chromium.org', |
979 'posciak+watch@chromium.org'], | 980 'posciak+watch@chromium.org'], |
980 'website_settings': ['markusheintz@chromium.org'], | 981 'website_settings': ['markusheintz@chromium.org'], |
981 'windows_sandboxing': ['wfh+watch@chromium.org'], | 982 'windows_sandboxing': ['wfh+watch@chromium.org'], |
982 'worker': ['jam@chromium.org'], | 983 'worker': ['jam@chromium.org'], |
983 'x11': ['derat+watch@chromium.org', | 984 'x11': ['derat+watch@chromium.org', |
984 'sadrul@chromium.org', | 985 'sadrul@chromium.org', |
985 'yusukes+watch@chromium.org'], | 986 'yusukes+watch@chromium.org'], |
986 }, | 987 }, |
987 } | 988 } |
OLD | NEW |