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 824 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
835 'gfx_geometry': ['cc-bugs@chromium.org'], | 835 'gfx_geometry': ['cc-bugs@chromium.org'], |
836 'gfx_image': ['rsesek+watch@chromium.org'], | 836 'gfx_image': ['rsesek+watch@chromium.org'], |
837 'gn': ['tfarina@chromium.org'], | 837 'gn': ['tfarina@chromium.org'], |
838 'gpu': ['piman+watch@chromium.org'], | 838 'gpu': ['piman+watch@chromium.org'], |
839 'history_ui': ['dubroy@chromium.org', 'pam+watch@chromium.org'], | 839 'history_ui': ['dubroy@chromium.org', 'pam+watch@chromium.org'], |
840 'hotword': ['rlp+watch@chromium.org'], | 840 'hotword': ['rlp+watch@chromium.org'], |
841 'i18n': ['jshin+watch@chromium.org'], | 841 'i18n': ['jshin+watch@chromium.org'], |
842 'imageburner': ['tbarzic+watch@chromium.org'], | 842 'imageburner': ['tbarzic+watch@chromium.org'], |
843 'importer': ['tfarina@chromium.org'], | 843 'importer': ['tfarina@chromium.org'], |
844 'indexed_db': ['alecflett@chromium.org', 'cmumford@chromium.org', | 844 'indexed_db': ['alecflett@chromium.org', 'cmumford@chromium.org', |
845 'dgrogan@chromium.org', | 845 'dgrogan@chromium.org', 'jsbell+idb@chromium.org'], |
846 'ericu+idb@chromium.org', 'jsbell+idb@chromium.org'], | |
847 'installer': ['grt+watch@chromium.org'], | 846 'installer': ['grt+watch@chromium.org'], |
848 'instant': ['dcblack@chromium.org', 'jered@chromium.org', | 847 'instant': ['dcblack@chromium.org', 'jered@chromium.org', |
849 'dominich@chromium.org', 'samarth+watch@chromium.org', | 848 'dominich@chromium.org', 'samarth+watch@chromium.org', |
850 'melevin+watch@chromium.org', 'dougw+watch@chromium.org', | 849 'melevin+watch@chromium.org', 'dougw+watch@chromium.org', |
851 'kmadhusu+watch@chromium.org', 'dhollowa+watch@chromium.org', | 850 'kmadhusu+watch@chromium.org', 'dhollowa+watch@chromium.org', |
852 'jfweitz+watch@chromium.org', 'skanuj+watch@chromium.org', | 851 'jfweitz+watch@chromium.org', 'skanuj+watch@chromium.org', |
853 'donnd+watch@chromium.org'], | 852 'donnd+watch@chromium.org'], |
854 'ipc': ['jam@chromium.org', 'darin-cc@chromium.org'], | 853 'ipc': ['jam@chromium.org', 'darin-cc@chromium.org'], |
855 'libwebp': ['urvang@google.com', 'jzern@chromium.org', | 854 'libwebp': ['urvang@google.com', 'jzern@chromium.org', |
856 'skal@google.com', 'vikasa@google.com'], | 855 'skal@google.com', 'vikasa@google.com'], |
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
967 'webrtc_media': ['wjia+watch@chromium.org', | 966 'webrtc_media': ['wjia+watch@chromium.org', |
968 'mcasas+watch@chromium.org', | 967 'mcasas+watch@chromium.org', |
969 'posciak+watch@chromium.org'], | 968 'posciak+watch@chromium.org'], |
970 'website_settings': ['markusheintz@chromium.org'], | 969 'website_settings': ['markusheintz@chromium.org'], |
971 'worker': ['jam@chromium.org'], | 970 'worker': ['jam@chromium.org'], |
972 'x11': ['derat+watch@chromium.org', | 971 'x11': ['derat+watch@chromium.org', |
973 'sadrul@chromium.org', | 972 'sadrul@chromium.org', |
974 'yusukes+watch@chromium.org'], | 973 'yusukes+watch@chromium.org'], |
975 }, | 974 }, |
976 } | 975 } |
OLD | NEW |