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 340 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 Loading... |
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 } |
OLD | NEW |