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 1070 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1081 'shuchen+watch@chromium.org'], | 1081 'shuchen+watch@chromium.org'], |
1082 'textinput_chromeos': ['yusukes+watch@chromium.org', | 1082 'textinput_chromeos': ['yusukes+watch@chromium.org', |
1083 'nona+watch@chromium.org', | 1083 'nona+watch@chromium.org', |
1084 'shuchen+watch@chromium.org'], | 1084 'shuchen+watch@chromium.org'], |
1085 'timers': ['chirantan+watch@chromium.org'], | 1085 'timers': ['chirantan+watch@chromium.org'], |
1086 'tools_emacs': ['dhollowa+watch@chromium.org'], | 1086 'tools_emacs': ['dhollowa+watch@chromium.org'], |
1087 'tracing': ['tracing+reviews@chromium.org', 'wfh+watch@chromium.org'], | 1087 'tracing': ['tracing+reviews@chromium.org', 'wfh+watch@chromium.org'], |
1088 'ui_compositor': ['cc-bugs@chromium.org'], | 1088 'ui_compositor': ['cc-bugs@chromium.org'], |
1089 'ui_resources': ['oshima+watch@chromium.org'], | 1089 'ui_resources': ['oshima+watch@chromium.org'], |
1090 'valgrind': ['bruening+watch@chromium.org', | 1090 'valgrind': ['bruening+watch@chromium.org', |
1091 'glider+watch@chromium.org', | 1091 'glider+watch@chromium.org'], |
1092 'timurrrr+watch@chromium.org'], | |
1093 'version_assembly': ['caitkp+watch@chromium.org', | 1092 'version_assembly': ['caitkp+watch@chromium.org', |
1094 'gab+watch@chromium.org'], | 1093 'gab+watch@chromium.org'], |
1095 'views': ['tfarina@chromium.org'], | 1094 'views': ['tfarina@chromium.org'], |
1096 'views_core': ['tdanderson+views@chromium.org'], | 1095 'views_core': ['tdanderson+views@chromium.org'], |
1097 'virtual_keyboard': ['dfaden+virtualkb@google.com', | 1096 'virtual_keyboard': ['dfaden+virtualkb@google.com', |
1098 'groby+virtualkb@chromium.org'], | 1097 'groby+virtualkb@chromium.org'], |
1099 'webkit': ['darin-cc@chromium.org'], | 1098 'webkit': ['darin-cc@chromium.org'], |
1100 'webrtc_media': ['wjia+watch@chromium.org', | 1099 'webrtc_media': ['wjia+watch@chromium.org', |
1101 'mcasas+watch@chromium.org', | 1100 'mcasas+watch@chromium.org', |
1102 'posciak+watch@chromium.org'], | 1101 'posciak+watch@chromium.org'], |
1103 'website_settings': ['markusheintz@chromium.org'], | 1102 'website_settings': ['markusheintz@chromium.org'], |
1104 'windows_sandboxing': ['wfh+watch@chromium.org'], | 1103 'windows_sandboxing': ['wfh+watch@chromium.org'], |
1105 'worker': ['jam@chromium.org'], | 1104 'worker': ['jam@chromium.org'], |
1106 'x11': ['derat+watch@chromium.org', | 1105 'x11': ['derat+watch@chromium.org', |
1107 'sadrul@chromium.org', | 1106 'sadrul@chromium.org', |
1108 'yusukes+watch@chromium.org'], | 1107 'yusukes+watch@chromium.org'], |
1109 'zoom': ['wjmaclean@chromium.org'], | 1108 'zoom': ['wjmaclean@chromium.org'], |
1110 }, | 1109 }, |
1111 } | 1110 } |
OLD | NEW |