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 892 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
903 'indexed_db': ['cmumford@chromium.org', | 903 'indexed_db': ['cmumford@chromium.org', |
904 'dgrogan@chromium.org', 'jsbell+idb@chromium.org'], | 904 'dgrogan@chromium.org', 'jsbell+idb@chromium.org'], |
905 'installer': ['grt+watch@chromium.org', 'wfh+watch@chromium.org'], | 905 'installer': ['grt+watch@chromium.org', 'wfh+watch@chromium.org'], |
906 'installer_linux': [ 'mmoss@chromium.org'], | 906 'installer_linux': [ 'mmoss@chromium.org'], |
907 'instant': ['dcblack@chromium.org', 'jered@chromium.org', | 907 'instant': ['dcblack@chromium.org', 'jered@chromium.org', |
908 'samarth+watch@chromium.org', 'donnd+watch@chromium.org', | 908 'samarth+watch@chromium.org', 'donnd+watch@chromium.org', |
909 'melevin+watch@chromium.org', 'dougw+watch@chromium.org', | 909 'melevin+watch@chromium.org', 'dougw+watch@chromium.org', |
910 'kmadhusu+watch@chromium.org', 'dhollowa+watch@chromium.org', | 910 'kmadhusu+watch@chromium.org', 'dhollowa+watch@chromium.org', |
911 'jfweitz+watch@chromium.org', 'skanuj+watch@chromium.org'], | 911 'jfweitz+watch@chromium.org', 'skanuj+watch@chromium.org'], |
912 'ipc': ['jam@chromium.org', 'darin-cc@chromium.org'], | 912 'ipc': ['jam@chromium.org', 'darin-cc@chromium.org'], |
913 'libwebp': ['urvang@google.com', 'jzern@chromium.org', | 913 'libwebp': ['urvang@chromium.org', 'jzern@chromium.org', |
914 'skal@google.com', 'vikasa@google.com'], | 914 'skal@google.com', 'vikasa@google.com'], |
915 'linux_fonts': ['derat+watch@chromium.org'], | 915 'linux_fonts': ['derat+watch@chromium.org'], |
916 'linux_sandboxing': ['jln+watch@chromium.org'], | 916 'linux_sandboxing': ['jln+watch@chromium.org'], |
917 'linux_seccomp_bpf': ['jln+watch@chromium.org'], | 917 'linux_seccomp_bpf': ['jln+watch@chromium.org'], |
918 'supervised_users': ['pam+watch@chromium.org'], | 918 'supervised_users': ['pam+watch@chromium.org'], |
919 'media': ['feature-media-reviews@chromium.org'], | 919 'media': ['feature-media-reviews@chromium.org'], |
920 'media_galleries': ['gbillock@chromium.org', 'thestig@chromium.org', | 920 'media_galleries': ['gbillock@chromium.org', 'thestig@chromium.org', |
921 'tommycli@chromium.org', 'vandebo@chromium.org'], | 921 'tommycli@chromium.org', 'vandebo@chromium.org'], |
922 'message_loop': ['sadrul@chromium.org'], | 922 'message_loop': ['sadrul@chromium.org'], |
923 'metrics': ['asvitkine+watch@chromium.org'], | 923 'metrics': ['asvitkine+watch@chromium.org'], |
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1026 'mcasas+watch@chromium.org', | 1026 'mcasas+watch@chromium.org', |
1027 'posciak+watch@chromium.org'], | 1027 'posciak+watch@chromium.org'], |
1028 'website_settings': ['markusheintz@chromium.org'], | 1028 'website_settings': ['markusheintz@chromium.org'], |
1029 'windows_sandboxing': ['wfh+watch@chromium.org'], | 1029 'windows_sandboxing': ['wfh+watch@chromium.org'], |
1030 'worker': ['jam@chromium.org'], | 1030 'worker': ['jam@chromium.org'], |
1031 'x11': ['derat+watch@chromium.org', | 1031 'x11': ['derat+watch@chromium.org', |
1032 'sadrul@chromium.org', | 1032 'sadrul@chromium.org', |
1033 'yusukes+watch@chromium.org'], | 1033 'yusukes+watch@chromium.org'], |
1034 }, | 1034 }, |
1035 } | 1035 } |
OLD | NEW |