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 736 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
747 'accelerator_table': ['mazda+watch@chromium.org', | 747 'accelerator_table': ['mazda+watch@chromium.org', |
748 'derat+watch@chromium.org', | 748 'derat+watch@chromium.org', |
749 'yusukes+watch@chromium.org'], | 749 'yusukes+watch@chromium.org'], |
750 'accessibility': ['dmazzoni+watch@chromium.org', | 750 'accessibility': ['dmazzoni+watch@chromium.org', |
751 'dtseng+watch@chromium.org', | 751 'dtseng+watch@chromium.org', |
752 'plundblad+watch@chromium.org', | 752 'plundblad+watch@chromium.org', |
753 'aboxhall+watch@chromium.org', | 753 'aboxhall+watch@chromium.org', |
754 'yuzo+watch@chromium.org'], | 754 'yuzo+watch@chromium.org'], |
755 'activity_log': ['felt@chromium.org'], | 755 'activity_log': ['felt@chromium.org'], |
756 'android_infra': ['yfriedman+watch@chromium.org', | 756 'android_infra': ['yfriedman+watch@chromium.org', |
757 'ilevy-cc@chromium.org', | |
758 'klundberg+watch@chromium.org'], | 757 'klundberg+watch@chromium.org'], |
759 'android_media': ['avayvod+watch@chromium.org'], | 758 'android_media': ['avayvod+watch@chromium.org'], |
760 'android_tab': ['avayvod+watch@chromium.org', 'dtrainor@chromium.org'], | 759 'android_tab': ['avayvod+watch@chromium.org', 'dtrainor@chromium.org'], |
761 'android_webview': ['android-webview-reviews@chromium.org'], | 760 'android_webview': ['android-webview-reviews@chromium.org'], |
762 'app_list': ['tfarina@chromium.org', 'chrome-apps-syd-reviews@chromium.org']
, | 761 'app_list': ['tfarina@chromium.org', 'chrome-apps-syd-reviews@chromium.org']
, |
763 'app_shortcuts': ['chrome-apps-syd-reviews@chromium.org'], | 762 'app_shortcuts': ['chrome-apps-syd-reviews@chromium.org'], |
764 'appcache': ['michaeln@chromium.org'], | 763 'appcache': ['michaeln@chromium.org'], |
765 'apps': ['tfarina@chromium.org', 'chromium-apps-reviews@chromium.org'], | 764 'apps': ['tfarina@chromium.org', 'chromium-apps-reviews@chromium.org'], |
766 'ash': ['ben+ash@chromium.org', | 765 'ash': ['ben+ash@chromium.org', |
767 'sadrul@chromium.org', | 766 'sadrul@chromium.org', |
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
991 'mcasas+watch@chromium.org', | 990 'mcasas+watch@chromium.org', |
992 'posciak+watch@chromium.org'], | 991 'posciak+watch@chromium.org'], |
993 'website_settings': ['markusheintz@chromium.org'], | 992 'website_settings': ['markusheintz@chromium.org'], |
994 'windows_sandboxing': ['wfh+watch@chromium.org'], | 993 'windows_sandboxing': ['wfh+watch@chromium.org'], |
995 'worker': ['jam@chromium.org'], | 994 'worker': ['jam@chromium.org'], |
996 'x11': ['derat+watch@chromium.org', | 995 'x11': ['derat+watch@chromium.org', |
997 'sadrul@chromium.org', | 996 'sadrul@chromium.org', |
998 'yusukes+watch@chromium.org'], | 997 'yusukes+watch@chromium.org'], |
999 }, | 998 }, |
1000 } | 999 } |
OLD | NEW |