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 755 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
766 'accelerator_table': ['mazda+watch@chromium.org', | 766 'accelerator_table': ['mazda+watch@chromium.org', |
767 'derat+watch@chromium.org', | 767 'derat+watch@chromium.org', |
768 'yusukes+watch@chromium.org'], | 768 'yusukes+watch@chromium.org'], |
769 'accessibility': ['dmazzoni+watch@chromium.org', | 769 'accessibility': ['dmazzoni+watch@chromium.org', |
770 'dtseng+watch@chromium.org', | 770 'dtseng+watch@chromium.org', |
771 'plundblad+watch@chromium.org', | 771 'plundblad+watch@chromium.org', |
772 'aboxhall+watch@chromium.org', | 772 'aboxhall+watch@chromium.org', |
773 'yuzo+watch@chromium.org'], | 773 'yuzo+watch@chromium.org'], |
774 'activity_log': ['felt@chromium.org'], | 774 'activity_log': ['felt@chromium.org'], |
775 'android_infra': ['yfriedman+watch@chromium.org', | 775 'android_infra': ['yfriedman+watch@chromium.org', |
776 'klundberg+watch@chromium.org'], | 776 'klundberg+watch@chromium.org', |
| 777 'jbudorick+watch@chromium.org'], |
777 'android_media': ['avayvod+watch@chromium.org'], | 778 'android_media': ['avayvod+watch@chromium.org'], |
778 'android_tab': ['avayvod+watch@chromium.org', 'dtrainor@chromium.org'], | 779 'android_tab': ['avayvod+watch@chromium.org', 'dtrainor@chromium.org'], |
779 'android_webview': ['android-webview-reviews@chromium.org'], | 780 'android_webview': ['android-webview-reviews@chromium.org'], |
780 'app_list': ['tfarina@chromium.org', 'chrome-apps-syd-reviews@chromium.org']
, | 781 'app_list': ['tfarina@chromium.org', 'chrome-apps-syd-reviews@chromium.org']
, |
781 'app_shortcuts': ['chrome-apps-syd-reviews@chromium.org'], | 782 'app_shortcuts': ['chrome-apps-syd-reviews@chromium.org'], |
782 'appcache': ['michaeln@chromium.org'], | 783 'appcache': ['michaeln@chromium.org'], |
783 'apps': ['tfarina@chromium.org', 'chromium-apps-reviews@chromium.org'], | 784 'apps': ['tfarina@chromium.org', 'chromium-apps-reviews@chromium.org'], |
784 'ash': ['sadrul@chromium.org', | 785 'ash': ['sadrul@chromium.org', |
785 'kalyan.kondapally@intel.com'], | 786 'kalyan.kondapally@intel.com'], |
786 'aura': ['sadrul@chromium.org', | 787 'aura': ['sadrul@chromium.org', |
(...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1009 'mcasas+watch@chromium.org', | 1010 'mcasas+watch@chromium.org', |
1010 'posciak+watch@chromium.org'], | 1011 'posciak+watch@chromium.org'], |
1011 'website_settings': ['markusheintz@chromium.org'], | 1012 'website_settings': ['markusheintz@chromium.org'], |
1012 'windows_sandboxing': ['wfh+watch@chromium.org'], | 1013 'windows_sandboxing': ['wfh+watch@chromium.org'], |
1013 'worker': ['jam@chromium.org'], | 1014 'worker': ['jam@chromium.org'], |
1014 'x11': ['derat+watch@chromium.org', | 1015 'x11': ['derat+watch@chromium.org', |
1015 'sadrul@chromium.org', | 1016 'sadrul@chromium.org', |
1016 'yusukes+watch@chromium.org'], | 1017 'yusukes+watch@chromium.org'], |
1017 }, | 1018 }, |
1018 } | 1019 } |
OLD | NEW |