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 1023 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1034 'textinput': ['penghuang+watch@chromium.org', | 1034 'textinput': ['penghuang+watch@chromium.org', |
1035 'suzhe@chromium.org', | 1035 'suzhe@chromium.org', |
1036 'yusukes+watch@chromium.org', | 1036 'yusukes+watch@chromium.org', |
1037 'nona+watch@chromium.org', | 1037 'nona+watch@chromium.org', |
1038 'yukishiino+watch@chromium.org'], | 1038 'yukishiino+watch@chromium.org'], |
1039 'textinput_chromeos': ['yusukes+watch@chromium.org', | 1039 'textinput_chromeos': ['yusukes+watch@chromium.org', |
1040 'nona+watch@chromium.org', | 1040 'nona+watch@chromium.org', |
1041 'yukishiino+watch@chromium.org'], | 1041 'yukishiino+watch@chromium.org'], |
1042 'timers': ['chirantan+watch@chromium.org'], | 1042 'timers': ['chirantan+watch@chromium.org'], |
1043 'tools_emacs': ['dhollowa+watch@chromium.org'], | 1043 'tools_emacs': ['dhollowa+watch@chromium.org'], |
1044 'tracing': ['dsinclair+watch@chromium.org', 'wfh+watch@chromium.org'], | 1044 'tracing': ['tracing+reviews@chromium.org', 'wfh+watch@chromium.org'], |
1045 'ui_compositor': ['cc-bugs@chromium.org'], | 1045 'ui_compositor': ['cc-bugs@chromium.org'], |
1046 'ui_resources': ['oshima+watch@chromium.org'], | 1046 'ui_resources': ['oshima+watch@chromium.org'], |
1047 'valgrind': ['bruening+watch@chromium.org', | 1047 'valgrind': ['bruening+watch@chromium.org', |
1048 'glider+watch@chromium.org', | 1048 'glider+watch@chromium.org', |
1049 'timurrrr+watch@chromium.org'], | 1049 'timurrrr+watch@chromium.org'], |
1050 'version_assembly': ['caitkp+watch@chromium.org', | 1050 'version_assembly': ['caitkp+watch@chromium.org', |
1051 'gab+watch@chromium.org'], | 1051 'gab+watch@chromium.org'], |
1052 'views': ['tfarina@chromium.org'], | 1052 'views': ['tfarina@chromium.org'], |
1053 'views_core': ['tdanderson+views@chromium.org'], | 1053 'views_core': ['tdanderson+views@chromium.org'], |
1054 'virtual_keyboard': ['dfaden+virtualkb@google.com', | 1054 'virtual_keyboard': ['dfaden+virtualkb@google.com', |
1055 'groby+virtualkb@chromium.org'], | 1055 'groby+virtualkb@chromium.org'], |
1056 'webkit': ['darin-cc@chromium.org'], | 1056 'webkit': ['darin-cc@chromium.org'], |
1057 'webrtc_media': ['wjia+watch@chromium.org', | 1057 'webrtc_media': ['wjia+watch@chromium.org', |
1058 'mcasas+watch@chromium.org', | 1058 'mcasas+watch@chromium.org', |
1059 'posciak+watch@chromium.org'], | 1059 'posciak+watch@chromium.org'], |
1060 'website_settings': ['markusheintz@chromium.org'], | 1060 'website_settings': ['markusheintz@chromium.org'], |
1061 'windows_sandboxing': ['wfh+watch@chromium.org'], | 1061 'windows_sandboxing': ['wfh+watch@chromium.org'], |
1062 'worker': ['jam@chromium.org'], | 1062 'worker': ['jam@chromium.org'], |
1063 'x11': ['derat+watch@chromium.org', | 1063 'x11': ['derat+watch@chromium.org', |
1064 'sadrul@chromium.org', | 1064 'sadrul@chromium.org', |
1065 'yusukes+watch@chromium.org'], | 1065 'yusukes+watch@chromium.org'], |
1066 }, | 1066 }, |
1067 } | 1067 } |
OLD | NEW |