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 893 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
904 'chromeos_net' : ['stevenjb+watch@chromium.org'], | 904 'chromeos_net' : ['stevenjb+watch@chromium.org'], |
905 'chromeos_power' : ['derat+watch@chromium.org'], | 905 'chromeos_power' : ['derat+watch@chromium.org'], |
906 'chromeos_login' : ['dzhioev+watch@chromium.org'], | 906 'chromeos_login' : ['dzhioev+watch@chromium.org'], |
907 'chromeos_webui': ['nkostylev+watch@chromium.org'], | 907 'chromeos_webui': ['nkostylev+watch@chromium.org'], |
908 'clang_update': ['ukai+watch@chromium.org', | 908 'clang_update': ['ukai+watch@chromium.org', |
909 'dmikurube+clang@chromium.org', | 909 'dmikurube+clang@chromium.org', |
910 'eugenis+clang@chromium.org', | 910 'eugenis+clang@chromium.org', |
911 'glider+clang@chromium.org'], | 911 'glider+clang@chromium.org'], |
912 'clipboard': ['dcheng@chromium.org'], | 912 'clipboard': ['dcheng@chromium.org'], |
913 'closure': ['dbeam+watch-closure@chromium.org', | 913 'closure': ['dbeam+watch-closure@chromium.org', |
914 'vitalyp+closure@chromium.org'], | 914 'vitalyp+closure@chromium.org', |
| 915 'jlklein+watch-closure@chromium.org'], |
915 'content': ['jam@chromium.org', | 916 'content': ['jam@chromium.org', |
916 'darin-cc@chromium.org' ], | 917 'darin-cc@chromium.org' ], |
917 'content_bluetooth': ['scheib+watch@chromium.org'], | 918 'content_bluetooth': ['scheib+watch@chromium.org'], |
918 'content_input': ['jdduke+watch@chromium.org'], | 919 'content_input': ['jdduke+watch@chromium.org'], |
919 'content_renderer': [ 'mkwst+moarreviews-renderer@chromium.org', | 920 'content_renderer': [ 'mkwst+moarreviews-renderer@chromium.org', |
920 'mlamouri+watch-content@chromium.org'], | 921 'mlamouri+watch-content@chromium.org'], |
921 'content_shell': ['jochen+watch@chromium.org', | 922 'content_shell': ['jochen+watch@chromium.org', |
922 'mkwst+moarreviews-shell@chromium.org', | 923 'mkwst+moarreviews-shell@chromium.org', |
923 'mlamouri+watch-content@chromium.org'], | 924 'mlamouri+watch-content@chromium.org'], |
924 'content_worker': ['kinuko+watch@chromium.org'], | 925 'content_worker': ['kinuko+watch@chromium.org'], |
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1104 'posciak+watch@chromium.org'], | 1105 'posciak+watch@chromium.org'], |
1105 'website_settings': ['markusheintz@chromium.org'], | 1106 'website_settings': ['markusheintz@chromium.org'], |
1106 'windows_sandboxing': ['wfh+watch@chromium.org'], | 1107 'windows_sandboxing': ['wfh+watch@chromium.org'], |
1107 'worker': ['jam@chromium.org'], | 1108 'worker': ['jam@chromium.org'], |
1108 'x11': ['derat+watch@chromium.org', | 1109 'x11': ['derat+watch@chromium.org', |
1109 'sadrul@chromium.org', | 1110 'sadrul@chromium.org', |
1110 'yusukes+watch@chromium.org'], | 1111 'yusukes+watch@chromium.org'], |
1111 'zoom': ['wjmaclean@chromium.org'], | 1112 'zoom': ['wjmaclean@chromium.org'], |
1112 }, | 1113 }, |
1113 } | 1114 } |
OLD | NEW |