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 868 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
879 'battery_status': ['timvolodine@chromium.org'], | 879 'battery_status': ['timvolodine@chromium.org'], |
880 'bookmarks': ['noyau+watch@chromium.org', 'tfarina@chromium.org'], | 880 'bookmarks': ['noyau+watch@chromium.org', 'tfarina@chromium.org'], |
881 'browser_chromeos': ['davemoore+watch@chromium.org', | 881 'browser_chromeos': ['davemoore+watch@chromium.org', |
882 'stevenjb+watch@chromium.org'], | 882 'stevenjb+watch@chromium.org'], |
883 'browser_components': ['browser-components-watch@chromium.org'], | 883 'browser_components': ['browser-components-watch@chromium.org'], |
884 'browser_compositor': ['vollick@chromium.org', | 884 'browser_compositor': ['vollick@chromium.org', |
885 'piman+watch@chromium.org'], | 885 'piman+watch@chromium.org'], |
886 'browser_resources': ['arv+watch@chromium.org'], | 886 'browser_resources': ['arv+watch@chromium.org'], |
887 'browsing_data': ['markusheintz@chromium.org'], | 887 'browsing_data': ['markusheintz@chromium.org'], |
888 'bubble': ['alicet@chromium.org', 'msw+watch@chromium.org'], | 888 'bubble': ['alicet@chromium.org', 'msw+watch@chromium.org'], |
889 'cache_storage': ['jkarlin+watch@chromium.org'], | 889 'cache_storage': ['jkarlin+watch@chromium.org', 'nhiroki@chromium.org'], |
890 'cast': ['avayvod+watch@chromium.org', | 890 'cast': ['avayvod+watch@chromium.org', |
891 'hclam+watch@chromium.org', | 891 'hclam+watch@chromium.org', |
892 'hguihot+watch@chromium.org', | 892 'hguihot+watch@chromium.org', |
893 'hubbe+watch@chromium.org', | 893 'hubbe+watch@chromium.org', |
894 'imcheng+watch@chromium.org', | 894 'imcheng+watch@chromium.org', |
895 'jasonroberts+watch@google.com', | 895 'jasonroberts+watch@google.com', |
896 'miu+watch@chromium.org'], | 896 'miu+watch@chromium.org'], |
897 'cc': ['cc-bugs@chromium.org'], | 897 'cc': ['cc-bugs@chromium.org'], |
898 'chrome_elf': ['caitkp+watch@chromium.org',], | 898 'chrome_elf': ['caitkp+watch@chromium.org',], |
899 'chrome_views': ['tfarina@chromium.org'], | 899 'chrome_views': ['tfarina@chromium.org'], |
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1107 'posciak+watch@chromium.org'], | 1107 'posciak+watch@chromium.org'], |
1108 'website_settings': ['markusheintz@chromium.org'], | 1108 'website_settings': ['markusheintz@chromium.org'], |
1109 'windows_sandboxing': ['wfh+watch@chromium.org'], | 1109 'windows_sandboxing': ['wfh+watch@chromium.org'], |
1110 'worker': ['jam@chromium.org'], | 1110 'worker': ['jam@chromium.org'], |
1111 'x11': ['derat+watch@chromium.org', | 1111 'x11': ['derat+watch@chromium.org', |
1112 'sadrul@chromium.org', | 1112 'sadrul@chromium.org', |
1113 'yusukes+watch@chromium.org'], | 1113 'yusukes+watch@chromium.org'], |
1114 'zoom': ['wjmaclean@chromium.org'], | 1114 'zoom': ['wjmaclean@chromium.org'], |
1115 }, | 1115 }, |
1116 } | 1116 } |
OLD | NEW |