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 493 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
504 'ilevy+watch@chromium.org', | 504 'ilevy+watch@chromium.org', |
505 'klundberg+watch@chromium.org', | 505 'klundberg+watch@chromium.org', |
506 'frankf+watch@chromium.org'], | 506 'frankf+watch@chromium.org'], |
507 'android_webview': ['android-webview-reviews@chromium.org'], | 507 'android_webview': ['android-webview-reviews@chromium.org'], |
508 'app_list': ['tfarina@chromium.org'], | 508 'app_list': ['tfarina@chromium.org'], |
509 'appcache': ['michaeln@chromium.org'], | 509 'appcache': ['michaeln@chromium.org'], |
510 'aura': ['ben+watch@chromium.org', 'sadrul@chromium.org'], | 510 'aura': ['ben+watch@chromium.org', 'sadrul@chromium.org'], |
511 'autofill': ['dhollowa+watch@chromium.org', 'isherman@chromium.org', | 511 'autofill': ['dhollowa+watch@chromium.org', 'isherman@chromium.org', |
512 'dyu@chromium.org', 'abodenha@chromium.org', | 512 'dyu@chromium.org', 'abodenha@chromium.org', |
513 'dbeam+watch-autofill@chromium.org', | 513 'dbeam+watch-autofill@chromium.org', |
514 'estade+watch@chromium.org'], | 514 'estade+watch@chromium.org', 'ahutter@chromium.org', |
| 515 'dgwallinga@chromium.org', 'ramankk@chromium.org', |
| 516 'benquan@chromium.org'], |
515 'automation': ['kkania@chromium.org', | 517 'automation': ['kkania@chromium.org', |
516 'robertshield@chromium.org'], | 518 'robertshield@chromium.org'], |
517 'base': ['erikwright+watch@chromium.org'], | 519 'base': ['erikwright+watch@chromium.org'], |
518 'base_allocator': ['dmikurube+memory@chromium.org'], | 520 'base_allocator': ['dmikurube+memory@chromium.org'], |
519 'base_memory': ['gavinp+memory@chromium.org'], | 521 'base_memory': ['gavinp+memory@chromium.org'], |
520 'browser_chromeos': ['davemoore+watch@chromium.org', | 522 'browser_chromeos': ['davemoore+watch@chromium.org', |
521 'stevenjb+watch@chromium.org', | 523 'stevenjb+watch@chromium.org', |
522 'nkostylev+watch@chromium.org'], | 524 'nkostylev+watch@chromium.org'], |
523 'browser_components': ['browser-components-watch@chromium.org'], | 525 'browser_components': ['browser-components-watch@chromium.org'], |
524 'browser_compositor': ['backer@chromium.org', 'vollick@chromium.org', | 526 'browser_compositor': ['backer@chromium.org', 'vollick@chromium.org', |
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
658 'groby+watch@chromium.org', | 660 'groby+watch@chromium.org', |
659 'rouslan+watch@chromium.org'], | 661 'rouslan+watch@chromium.org'], |
660 'website_settings': ['markusheintz@chromium.org'], | 662 'website_settings': ['markusheintz@chromium.org'], |
661 'webkit': ['darin-cc@chromium.org'], | 663 'webkit': ['darin-cc@chromium.org'], |
662 'worker': ['jam@chromium.org'], | 664 'worker': ['jam@chromium.org'], |
663 'x11': ['derat+watch@chromium.org', | 665 'x11': ['derat+watch@chromium.org', |
664 'sadrul@chromium.org', | 666 'sadrul@chromium.org', |
665 'yusukes+watch@chromium.org'], | 667 'yusukes+watch@chromium.org'], |
666 }, | 668 }, |
667 } | 669 } |
OLD | NEW |