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 822 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
833 }, | 833 }, |
834 }, | 834 }, |
835 | 835 |
836 'WATCHLISTS': { | 836 'WATCHLISTS': { |
837 'accelerator_table': ['mazda+watch@chromium.org', | 837 'accelerator_table': ['mazda+watch@chromium.org', |
838 'derat+watch@chromium.org', | 838 'derat+watch@chromium.org', |
839 'yusukes+watch@chromium.org'], | 839 'yusukes+watch@chromium.org'], |
840 'accessibility': ['aboxhall+watch@chromium.org', | 840 'accessibility': ['aboxhall+watch@chromium.org', |
841 'dmazzoni+watch@chromium.org', | 841 'dmazzoni+watch@chromium.org', |
842 'dtseng+watch@chromium.org', | 842 'dtseng+watch@chromium.org', |
843 'je_julie.kim@samsung.com', | 843 'je_julie.kim@chromium.org', |
844 'nektar+watch@chromium.org', | 844 'nektar+watch@chromium.org', |
845 'plundblad+watch@chromium.org', | 845 'plundblad+watch@chromium.org', |
846 'yuzo+watch@chromium.org'], | 846 'yuzo+watch@chromium.org'], |
847 'activity_log': ['felt@chromium.org'], | 847 'activity_log': ['felt@chromium.org'], |
848 'android_infra': ['yfriedman+watch@chromium.org', | 848 'android_infra': ['yfriedman+watch@chromium.org', |
849 'klundberg+watch@chromium.org', | 849 'klundberg+watch@chromium.org', |
850 'jbudorick+watch@chromium.org'], | 850 'jbudorick+watch@chromium.org'], |
851 'android_media': ['avayvod+watch@chromium.org'], | 851 'android_media': ['avayvod+watch@chromium.org'], |
852 'android_tab': ['avayvod+watch@chromium.org', 'dtrainor@chromium.org'], | 852 'android_tab': ['avayvod+watch@chromium.org', 'dtrainor@chromium.org'], |
853 'android_webview': ['android-webview-reviews@chromium.org'], | 853 'android_webview': ['android-webview-reviews@chromium.org'], |
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1107 'posciak+watch@chromium.org'], | 1107 'posciak+watch@chromium.org'], |
1108 'website_settings': ['markusheintz@chromium.org'], | 1108 'website_settings': ['markusheintz@chromium.org'], |
1109 'windows_sandboxing': ['wfh+watch@chromium.org'], | 1109 'windows_sandboxing': ['wfh+watch@chromium.org'], |
1110 'worker': ['jam@chromium.org'], | 1110 'worker': ['jam@chromium.org'], |
1111 'x11': ['derat+watch@chromium.org', | 1111 'x11': ['derat+watch@chromium.org', |
1112 'sadrul@chromium.org', | 1112 'sadrul@chromium.org', |
1113 'yusukes+watch@chromium.org'], | 1113 'yusukes+watch@chromium.org'], |
1114 'zoom': ['wjmaclean@chromium.org'], | 1114 'zoom': ['wjmaclean@chromium.org'], |
1115 }, | 1115 }, |
1116 } | 1116 } |
OLD | NEW |