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 906 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
917 'chromecast': ['gunsch+watch@chromium.org', 'lcwu+watch@chromium.org'], | 917 'chromecast': ['gunsch+watch@chromium.org', 'lcwu+watch@chromium.org'], |
918 'chromedriver': ['samuong+watch@chromium.org'], | 918 'chromedriver': ['samuong+watch@chromium.org'], |
919 'chromeos' : ['oshima+watch@chromium.org', | 919 'chromeos' : ['oshima+watch@chromium.org', |
920 'stevenjb+watch@chromium.org'], | 920 'stevenjb+watch@chromium.org'], |
921 'chromeos_attestation' : ['dkrahn+watch@chromium.org'], | 921 'chromeos_attestation' : ['dkrahn+watch@chromium.org'], |
922 'chromeos_calculator' : ['dharcourt@chromium.org'], | 922 'chromeos_calculator' : ['dharcourt@chromium.org'], |
923 'chromeos_dbus': ['hashimoto+watch@chromium.org'], | 923 'chromeos_dbus': ['hashimoto+watch@chromium.org'], |
924 'chromeos_net' : ['stevenjb+watch@chromium.org'], | 924 'chromeos_net' : ['stevenjb+watch@chromium.org'], |
925 'chromeos_power' : ['derat+watch@chromium.org'], | 925 'chromeos_power' : ['derat+watch@chromium.org'], |
926 'chromeos_login' : ['dzhioev+watch@chromium.org'], | 926 'chromeos_login' : ['dzhioev+watch@chromium.org'], |
927 'chromeos_webui': ['nkostylev+watch@chromium.org'], | |
928 'clang_update': ['ukai+watch@chromium.org', | 927 'clang_update': ['ukai+watch@chromium.org', |
929 'dmikurube+clang@chromium.org', | 928 'dmikurube+clang@chromium.org', |
930 'eugenis+clang@chromium.org', | 929 'eugenis+clang@chromium.org', |
931 'glider+clang@chromium.org'], | 930 'glider+clang@chromium.org'], |
932 'clipboard': ['dcheng@chromium.org'], | 931 'clipboard': ['dcheng@chromium.org'], |
933 'closure': ['dbeam+watch-closure@chromium.org', | 932 'closure': ['dbeam+watch-closure@chromium.org', |
934 'vitalyp+closure@chromium.org', | 933 'vitalyp+closure@chromium.org', |
935 'jlklein+watch-closure@chromium.org'], | 934 'jlklein+watch-closure@chromium.org'], |
936 'content': ['jam@chromium.org', | 935 'content': ['jam@chromium.org', |
937 'darin-cc@chromium.org' ], | 936 'darin-cc@chromium.org' ], |
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1129 'tnakamura+watch@chromium.org'], | 1128 'tnakamura+watch@chromium.org'], |
1130 'website_settings': ['markusheintz@chromium.org'], | 1129 'website_settings': ['markusheintz@chromium.org'], |
1131 'windows_sandboxing': ['wfh+watch@chromium.org'], | 1130 'windows_sandboxing': ['wfh+watch@chromium.org'], |
1132 'worker': ['jam@chromium.org'], | 1131 'worker': ['jam@chromium.org'], |
1133 'x11': ['derat+watch@chromium.org', | 1132 'x11': ['derat+watch@chromium.org', |
1134 'sadrul@chromium.org', | 1133 'sadrul@chromium.org', |
1135 'yusukes+watch@chromium.org'], | 1134 'yusukes+watch@chromium.org'], |
1136 'zoom': ['wjmaclean@chromium.org'], | 1135 'zoom': ['wjmaclean@chromium.org'], |
1137 }, | 1136 }, |
1138 } | 1137 } |
OLD | NEW |