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 816 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
827 'rouslan+autofillwatch@chromium.org'], | 827 'rouslan+autofillwatch@chromium.org'], |
828 'automation': ['robertshield@chromium.org'], | 828 'automation': ['robertshield@chromium.org'], |
829 'base': ['erikwright+watch@chromium.org'], | 829 'base': ['erikwright+watch@chromium.org'], |
830 'base_allocator': ['dmikurube@chromium.org', | 830 'base_allocator': ['dmikurube@chromium.org', |
831 'wfh+watch@chromium.org'], | 831 'wfh+watch@chromium.org'], |
832 'base_memory': ['gavinp+memory@chromium.org'], | 832 'base_memory': ['gavinp+memory@chromium.org'], |
833 'base_win': ['grt+watch@chromium.org', 'wfh+watch@chromium.org'], | 833 'base_win': ['grt+watch@chromium.org', 'wfh+watch@chromium.org'], |
834 'battery_status': ['timvolodine@chromium.org'], | 834 'battery_status': ['timvolodine@chromium.org'], |
835 'bookmarks': ['noyau+watch@chromium.org', 'tfarina@chromium.org'], | 835 'bookmarks': ['noyau+watch@chromium.org', 'tfarina@chromium.org'], |
836 'browser_chromeos': ['davemoore+watch@chromium.org', | 836 'browser_chromeos': ['davemoore+watch@chromium.org', |
837 'stevenjb+watch@chromium.org', | 837 'stevenjb+watch@chromium.org'], |
838 'nkostylev+watch@chromium.org'], | |
839 'browser_components': ['browser-components-watch@chromium.org'], | 838 'browser_components': ['browser-components-watch@chromium.org'], |
840 'browser_compositor': ['vollick@chromium.org', | 839 'browser_compositor': ['vollick@chromium.org', |
841 'piman+watch@chromium.org'], | 840 'piman+watch@chromium.org'], |
842 'browser_resources': ['arv+watch@chromium.org'], | 841 'browser_resources': ['arv+watch@chromium.org'], |
843 'browsing_data': ['markusheintz@chromium.org'], | 842 'browsing_data': ['markusheintz@chromium.org'], |
844 'bubble': ['alicet@chromium.org', 'msw+watch@chromium.org'], | 843 'bubble': ['alicet@chromium.org', 'msw+watch@chromium.org'], |
845 'cast': ['avayvod+watch@chromium.org', | 844 'cast': ['avayvod+watch@chromium.org', |
846 'hclam+watch@chromium.org', | 845 'hclam+watch@chromium.org', |
847 'hguihot+watch@chromium.org', | 846 'hguihot+watch@chromium.org', |
848 'hubbe+watch@chromium.org', | 847 'hubbe+watch@chromium.org', |
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1058 'mcasas+watch@chromium.org', | 1057 'mcasas+watch@chromium.org', |
1059 'posciak+watch@chromium.org'], | 1058 'posciak+watch@chromium.org'], |
1060 'website_settings': ['markusheintz@chromium.org'], | 1059 'website_settings': ['markusheintz@chromium.org'], |
1061 'windows_sandboxing': ['wfh+watch@chromium.org'], | 1060 'windows_sandboxing': ['wfh+watch@chromium.org'], |
1062 'worker': ['jam@chromium.org'], | 1061 'worker': ['jam@chromium.org'], |
1063 'x11': ['derat+watch@chromium.org', | 1062 'x11': ['derat+watch@chromium.org', |
1064 'sadrul@chromium.org', | 1063 'sadrul@chromium.org', |
1065 'yusukes+watch@chromium.org'], | 1064 'yusukes+watch@chromium.org'], |
1066 }, | 1065 }, |
1067 } | 1066 } |
OLD | NEW |