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 895 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
906 'telemetry': ['telemetry+watch@chromium.org'], | 906 'telemetry': ['telemetry+watch@chromium.org'], |
907 'tests': [], | 907 'tests': [], |
908 'textinput': ['penghuang+watch@chromium.org', | 908 'textinput': ['penghuang+watch@chromium.org', |
909 'suzhe@chromium.org', | 909 'suzhe@chromium.org', |
910 'yusukes+watch@chromium.org', | 910 'yusukes+watch@chromium.org', |
911 'nona+watch@chromium.org', | 911 'nona+watch@chromium.org', |
912 'yukishiino+watch@chromium.org'], | 912 'yukishiino+watch@chromium.org'], |
913 'textinput_chromeos': ['yusukes+watch@chromium.org', | 913 'textinput_chromeos': ['yusukes+watch@chromium.org', |
914 'nona+watch@chromium.org', | 914 'nona+watch@chromium.org', |
915 'yukishiino+watch@chromium.org'], | 915 'yukishiino+watch@chromium.org'], |
916 'tools_emacs': ['fischman+watch@chromium.org', | 916 'tools_emacs': ['dhollowa+watch@chromium.org'], |
917 'dhollowa+watch@chromium.org'], | |
918 'tracing': ['dsinclair+watch@chromium.org'], | 917 'tracing': ['dsinclair+watch@chromium.org'], |
919 'ui_compositor': ['cc-bugs@chromium.org'], | 918 'ui_compositor': ['cc-bugs@chromium.org'], |
920 'ui_resources': ['oshima+watch@chromium.org'], | 919 'ui_resources': ['oshima+watch@chromium.org'], |
921 'valgrind': ['bruening+watch@chromium.org', | 920 'valgrind': ['bruening+watch@chromium.org', |
922 'glider+watch@chromium.org', | 921 'glider+watch@chromium.org', |
923 'timurrrr+watch@chromium.org'], | 922 'timurrrr+watch@chromium.org'], |
924 'version_assembly': ['caitkp+watch@chromium.org', | 923 'version_assembly': ['caitkp+watch@chromium.org', |
925 'gab+watch@chromium.org'], | 924 'gab+watch@chromium.org'], |
926 'views': ['tfarina@chromium.org'], | 925 'views': ['tfarina@chromium.org'], |
927 'views_core': ['ben+views@chromium.org', | 926 'views_core': ['ben+views@chromium.org', |
928 'tdanderson+views@chromium.org'], | 927 'tdanderson+views@chromium.org'], |
929 'views_corewm': ['ben+corewm@chromium.org'], | 928 'views_corewm': ['ben+corewm@chromium.org'], |
930 'virtual_keyboard': ['dfaden+virtualkb@google.com', | 929 'virtual_keyboard': ['dfaden+virtualkb@google.com', |
931 'groby+virtualkb@chromium.org'], | 930 'groby+virtualkb@chromium.org'], |
932 'webkit': ['darin-cc@chromium.org'], | 931 'webkit': ['darin-cc@chromium.org'], |
933 'webrtc_media': ['fischman+watch@chromium.org', | 932 'webrtc_media': ['wjia+watch@chromium.org', |
934 'wjia+watch@chromium.org', | |
935 'mcasas+watch@chromium.org'], | 933 'mcasas+watch@chromium.org'], |
936 'website_settings': ['markusheintz@chromium.org'], | 934 'website_settings': ['markusheintz@chromium.org'], |
937 'worker': ['jam@chromium.org'], | 935 'worker': ['jam@chromium.org'], |
938 'x11': ['derat+watch@chromium.org', | 936 'x11': ['derat+watch@chromium.org', |
939 'sadrul@chromium.org', | 937 'sadrul@chromium.org', |
940 'yusukes+watch@chromium.org'], | 938 'yusukes+watch@chromium.org'], |
941 }, | 939 }, |
942 } | 940 } |
OLD | NEW |