| 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 688 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 699 'WATCHLISTS': { | 699 'WATCHLISTS': { |
| 700 'accelerator_table': ['mazda+watch@chromium.org', | 700 'accelerator_table': ['mazda+watch@chromium.org', |
| 701 'derat+watch@chromium.org', | 701 'derat+watch@chromium.org', |
| 702 'yusukes+watch@chromium.org'], | 702 'yusukes+watch@chromium.org'], |
| 703 'accessibility': ['dmazzoni+watch@chromium.org', | 703 'accessibility': ['dmazzoni+watch@chromium.org', |
| 704 'dtseng+watch@chromium.org', | 704 'dtseng+watch@chromium.org', |
| 705 'plundblad+watch@chromium.org', | 705 'plundblad+watch@chromium.org', |
| 706 'aboxhall+watch@chromium.org', | 706 'aboxhall+watch@chromium.org', |
| 707 'yuzo+watch@chromium.org'], | 707 'yuzo+watch@chromium.org'], |
| 708 'activity_log': ['felt@chromium.org'], | 708 'activity_log': ['felt@chromium.org'], |
| 709 'android_infra': ['bulach+watch@chromium.org', | 709 'android_infra': ['yfriedman+watch@chromium.org', |
| 710 'yfriedman+watch@chromium.org', | |
| 711 'ilevy-cc@chromium.org', | 710 'ilevy-cc@chromium.org', |
| 712 'klundberg+watch@chromium.org'], | 711 'klundberg+watch@chromium.org'], |
| 713 'android_media': ['avayvod+watch@chromium.org'], | 712 'android_media': ['avayvod+watch@chromium.org'], |
| 714 'android_tab': ['avayvod+watch@chromium.org', 'dtrainor@chromium.org'], | 713 'android_tab': ['avayvod+watch@chromium.org', 'dtrainor@chromium.org'], |
| 715 'android_webview': ['android-webview-reviews@chromium.org'], | 714 'android_webview': ['android-webview-reviews@chromium.org'], |
| 716 'app_list': ['tfarina@chromium.org', 'chrome-apps-syd-reviews@chromium.org']
, | 715 'app_list': ['tfarina@chromium.org', 'chrome-apps-syd-reviews@chromium.org']
, |
| 717 'app_shortcuts': ['chrome-apps-syd-reviews@chromium.org'], | 716 'app_shortcuts': ['chrome-apps-syd-reviews@chromium.org'], |
| 718 'appcache': ['michaeln@chromium.org'], | 717 'appcache': ['michaeln@chromium.org'], |
| 719 'apps': ['tfarina@chromium.org', 'chromium-apps-reviews@chromium.org'], | 718 'apps': ['tfarina@chromium.org', 'chromium-apps-reviews@chromium.org'], |
| 720 'ash': ['ben+ash@chromium.org', | 719 'ash': ['ben+ash@chromium.org', |
| (...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 937 'webkit': ['darin-cc@chromium.org'], | 936 'webkit': ['darin-cc@chromium.org'], |
| 938 'webrtc_media': ['wjia+watch@chromium.org', | 937 'webrtc_media': ['wjia+watch@chromium.org', |
| 939 'mcasas+watch@chromium.org'], | 938 'mcasas+watch@chromium.org'], |
| 940 'website_settings': ['markusheintz@chromium.org'], | 939 'website_settings': ['markusheintz@chromium.org'], |
| 941 'worker': ['jam@chromium.org'], | 940 'worker': ['jam@chromium.org'], |
| 942 'x11': ['derat+watch@chromium.org', | 941 'x11': ['derat+watch@chromium.org', |
| 943 'sadrul@chromium.org', | 942 'sadrul@chromium.org', |
| 944 'yusukes+watch@chromium.org'], | 943 'yusukes+watch@chromium.org'], |
| 945 }, | 944 }, |
| 946 } | 945 } |
| OLD | NEW |