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 810 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
821 'tommycli@chromium.org', 'vandebo@chromium.org'], | 821 'tommycli@chromium.org', 'vandebo@chromium.org'], |
822 'message_loop': ['sadrul@chromium.org'], | 822 'message_loop': ['sadrul@chromium.org'], |
823 'metrics': ['jar@chromium.org', | 823 'metrics': ['jar@chromium.org', |
824 'isherman@chromium.org', | 824 'isherman@chromium.org', |
825 'asvitkine+watch@chromium.org'], | 825 'asvitkine+watch@chromium.org'], |
826 'metrics_xml_files': ['jar@chromium.org', 'asvitkine+watch@chromium.org'], | 826 'metrics_xml_files': ['jar@chromium.org', 'asvitkine+watch@chromium.org'], |
827 'mojo': ['aa@chromium.org', | 827 'mojo': ['aa@chromium.org', |
828 'abarth@chromium.org', | 828 'abarth@chromium.org', |
829 'ben+mojo@chromium.org', | 829 'ben+mojo@chromium.org', |
830 'darin@chromium.org', | 830 'darin@chromium.org', |
| 831 'qsr+mojo@chromium.org', |
831 'viettrungluu+watch@chromium.org'], | 832 'viettrungluu+watch@chromium.org'], |
832 'mouse_lock': ['scheib+watch@chromium.org'], | 833 'mouse_lock': ['scheib+watch@chromium.org'], |
833 'music_manager_private': ['gab+watch@chromium.org', | 834 'music_manager_private': ['gab+watch@chromium.org', |
834 'erikwright+watch@chromium.org', | 835 'erikwright+watch@chromium.org', |
835 'robertshield+watch@chromium.org'], | 836 'robertshield+watch@chromium.org'], |
836 'nacl': ['native-client-reviews@googlegroups.com'], | 837 'nacl': ['native-client-reviews@googlegroups.com'], |
837 'native_client_sdk': ['sbc@chromium.org', 'binji+watch@chromium.org'], | 838 'native_client_sdk': ['sbc@chromium.org', 'binji+watch@chromium.org'], |
838 'navigation': ['creis+watch@chromium.org', 'nasko+codewatch@chromium.org'], | 839 'navigation': ['creis+watch@chromium.org', 'nasko+codewatch@chromium.org'], |
839 'net': ['cbentzel+watch@chromium.org'], | 840 'net': ['cbentzel+watch@chromium.org'], |
840 'net_error_list': ['mmenke@chromium.org'], | 841 'net_error_list': ['mmenke@chromium.org'], |
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
922 'webrtc_media': ['fischman+watch@chromium.org', | 923 'webrtc_media': ['fischman+watch@chromium.org', |
923 'wjia+watch@chromium.org', | 924 'wjia+watch@chromium.org', |
924 'mcasas+watch@chromium.org'], | 925 'mcasas+watch@chromium.org'], |
925 'website_settings': ['markusheintz@chromium.org'], | 926 'website_settings': ['markusheintz@chromium.org'], |
926 'worker': ['jam@chromium.org'], | 927 'worker': ['jam@chromium.org'], |
927 'x11': ['derat+watch@chromium.org', | 928 'x11': ['derat+watch@chromium.org', |
928 'sadrul@chromium.org', | 929 'sadrul@chromium.org', |
929 'yusukes+watch@chromium.org'], | 930 'yusukes+watch@chromium.org'], |
930 }, | 931 }, |
931 } | 932 } |
OLD | NEW |