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 802 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
813 'nektar+watch@chromium.org', | 813 'nektar+watch@chromium.org', |
814 'plundblad+watch@chromium.org', | 814 'plundblad+watch@chromium.org', |
815 'yuzo+watch@chromium.org'], | 815 'yuzo+watch@chromium.org'], |
816 'activity_log': ['felt@chromium.org'], | 816 'activity_log': ['felt@chromium.org'], |
817 'android_infra': ['yfriedman+watch@chromium.org', | 817 'android_infra': ['yfriedman+watch@chromium.org', |
818 'klundberg+watch@chromium.org', | 818 'klundberg+watch@chromium.org', |
819 'jbudorick+watch@chromium.org'], | 819 'jbudorick+watch@chromium.org'], |
820 'android_media': ['avayvod+watch@chromium.org'], | 820 'android_media': ['avayvod+watch@chromium.org'], |
821 'android_tab': ['avayvod+watch@chromium.org', 'dtrainor@chromium.org'], | 821 'android_tab': ['avayvod+watch@chromium.org', 'dtrainor@chromium.org'], |
822 'android_webview': ['android-webview-reviews@chromium.org'], | 822 'android_webview': ['android-webview-reviews@chromium.org'], |
823 'app_list': ['tfarina@chromium.org', 'chrome-apps-syd-reviews@chromium.org']
, | 823 'app_list': ['tfarina@chromium.org', |
824 'app_shortcuts': ['chrome-apps-syd-reviews@chromium.org'], | 824 'mgiuca@chromium.org', |
| 825 'tapted@chromium.org'], |
| 826 'app_shortcuts': ['mgiuca@chromium.org', 'tapted@chromium.org'], |
825 'appcache': ['michaeln@chromium.org'], | 827 'appcache': ['michaeln@chromium.org'], |
826 'apps': ['tfarina@chromium.org', 'chromium-apps-reviews@chromium.org'], | 828 'apps': ['tfarina@chromium.org', 'chromium-apps-reviews@chromium.org'], |
827 'ash': ['sadrul@chromium.org', | 829 'ash': ['sadrul@chromium.org', |
828 'kalyan.kondapally@intel.com'], | 830 'kalyan.kondapally@intel.com'], |
829 'aura': ['sadrul@chromium.org', | 831 'aura': ['sadrul@chromium.org', |
830 'kalyan.kondapally@intel.com'], | 832 'kalyan.kondapally@intel.com'], |
831 'aura_compositor': ['danakj+watch@chromium.org', | 833 'aura_compositor': ['danakj+watch@chromium.org', |
832 'jbauman+watch@chromium.org', | 834 'jbauman+watch@chromium.org', |
833 'piman+watch@chromium.org', | 835 'piman+watch@chromium.org', |
834 'sievers+watch@chromium.org', | 836 'sievers+watch@chromium.org', |
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1070 'mcasas+watch@chromium.org', | 1072 'mcasas+watch@chromium.org', |
1071 'posciak+watch@chromium.org'], | 1073 'posciak+watch@chromium.org'], |
1072 'website_settings': ['markusheintz@chromium.org'], | 1074 'website_settings': ['markusheintz@chromium.org'], |
1073 'windows_sandboxing': ['wfh+watch@chromium.org'], | 1075 'windows_sandboxing': ['wfh+watch@chromium.org'], |
1074 'worker': ['jam@chromium.org'], | 1076 'worker': ['jam@chromium.org'], |
1075 'x11': ['derat+watch@chromium.org', | 1077 'x11': ['derat+watch@chromium.org', |
1076 'sadrul@chromium.org', | 1078 'sadrul@chromium.org', |
1077 'yusukes+watch@chromium.org'], | 1079 'yusukes+watch@chromium.org'], |
1078 }, | 1080 }, |
1079 } | 1081 } |
OLD | NEW |