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