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 |
11 { | 11 { |
12 'WATCHLIST_DEFINITIONS': { | 12 'WATCHLIST_DEFINITIONS': { |
13 'accelerator_table': { | 13 'accelerator_table': { |
14 'filepath': 'ash/accelerators/accelerator_table\.cc' \ | 14 'filepath': 'ash/accelerators/accelerator_table\.cc' \ |
15 '|chrome/browser/ui/views/accelerator_table\.cc', | 15 '|chrome/browser/ui/views/accelerator_table\.cc', |
16 }, | 16 }, |
17 'accessibility': { | 17 'accessibility': { |
18 'filepath': 'chrome/browser/accessibility/' \ | 18 'filepath': 'chrome/browser/accessibility/' \ |
19 '|content/browser/accessibility/' \ | 19 '|content/browser/accessibility/' \ |
20 '|chrome/.*accessib' \ | 20 '|chrome/.*accessib' \ |
21 '|ui/base/accessibility/' \ | 21 '|ui/base/accessibility/' \ |
22 '|ui/views/accessibility/' | 22 '|ui/views/accessibility/' |
23 }, | 23 }, |
| 24 'android_infra': { |
| 25 'filepath': 'build/android/' \ |
| 26 '|testing/android/' \ |
| 27 '|tools/android/' |
| 28 }, |
24 'app_list': { | 29 'app_list': { |
25 'filepath': 'ui/app_list/', | 30 'filepath': 'ui/app_list/', |
26 }, | 31 }, |
27 'appcache': { | 32 'appcache': { |
28 'filepath': 'appcache/', | 33 'filepath': 'appcache/', |
29 }, | 34 }, |
30 'aura': { | 35 'aura': { |
31 'filepath': 'ui/aura/|'\ | 36 'filepath': 'ui/aura/|'\ |
32 'ash/', | 37 'ash/', |
33 }, | 38 }, |
(...skipping 377 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
411 'yusukes+watch@chromium.org'], | 416 'yusukes+watch@chromium.org'], |
412 'accessibility': ['dmazzoni+watch@chromium.org', | 417 'accessibility': ['dmazzoni+watch@chromium.org', |
413 'dtseng+watch@chromium.org', | 418 'dtseng+watch@chromium.org', |
414 'ctguil+watch@chromium.org', | 419 'ctguil+watch@chromium.org', |
415 'aboxhall+watch@chromium.org', | 420 'aboxhall+watch@chromium.org', |
416 'davidbarr+watch@chromium.org', | 421 'davidbarr+watch@chromium.org', |
417 'zork+watch@chromium.org', | 422 'zork+watch@chromium.org', |
418 'hashimoto+watch@chromium.org', | 423 'hashimoto+watch@chromium.org', |
419 'yoshiki+watch@chromium.org', | 424 'yoshiki+watch@chromium.org', |
420 'yuzo+watch@chromium.org'], | 425 'yuzo+watch@chromium.org'], |
| 426 'android_infra': ['peter+watch@chromium.org', |
| 427 'bulach+watch@chromium.org', |
| 428 'yfriedman+watch@chromium.org'], |
421 'app_list': ['tfarina@chromium.org'], | 429 'app_list': ['tfarina@chromium.org'], |
422 'appcache': ['michaeln@chromium.org'], | 430 'appcache': ['michaeln@chromium.org'], |
423 'aura': ['ben+watch@chromium.org', 'sadrul@chromium.org'], | 431 'aura': ['ben+watch@chromium.org', 'sadrul@chromium.org'], |
424 'autofill': ['dhollowa+watch@chromium.org', 'isherman@chromium.org', | 432 'autofill': ['dhollowa+watch@chromium.org', 'isherman@chromium.org', |
425 'dyu@chromium.org'], | 433 'dyu@chromium.org'], |
426 'automation': ['kkania@chromium.org', | 434 'automation': ['kkania@chromium.org', |
427 'robertshield@chromium.org'], | 435 'robertshield@chromium.org'], |
428 'base': ['brettw-cc@chromium.org', 'erikwright@chromium.org'], | 436 'base': ['brettw-cc@chromium.org', 'erikwright@chromium.org'], |
429 'base_memory': ['gavinp+memory@chromium.org'], | 437 'base_memory': ['gavinp+memory@chromium.org'], |
430 'browser_chromeos': ['davemoore+watch@chromium.org', | 438 'browser_chromeos': ['davemoore+watch@chromium.org', |
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
545 'gbillock+watch@chromium.org', | 553 'gbillock+watch@chromium.org', |
546 'smckay+watch@chromium.org'], | 554 'smckay+watch@chromium.org'], |
547 'website_settings': ['markusheintz@chromium.org'], | 555 'website_settings': ['markusheintz@chromium.org'], |
548 'webkit': ['darin-cc@chromium.org'], | 556 'webkit': ['darin-cc@chromium.org'], |
549 'worker': ['jam@chromium.org'], | 557 'worker': ['jam@chromium.org'], |
550 'x11': ['derat+watch@chromium.org', | 558 'x11': ['derat+watch@chromium.org', |
551 'sadrul@chromium.org', | 559 'sadrul@chromium.org', |
552 'yusukes+watch@chromium.org'], | 560 'yusukes+watch@chromium.org'], |
553 }, | 561 }, |
554 } | 562 } |
OLD | NEW |