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 788 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
799 'bubble': ['alicet@chromium.org', 'msw+watch@chromium.org'], | 799 'bubble': ['alicet@chromium.org', 'msw+watch@chromium.org'], |
800 'cast': ['avayvod+watch@chromium.org', | 800 'cast': ['avayvod+watch@chromium.org', |
801 'hclam+watch@chromium.org', | 801 'hclam+watch@chromium.org', |
802 'hguihot+watch@chromium.org', | 802 'hguihot+watch@chromium.org', |
803 'hubbe+watch@chromium.org', | 803 'hubbe+watch@chromium.org', |
804 'imcheng+watch@chromium.org', | 804 'imcheng+watch@chromium.org', |
805 'jasonroberts+watch@google.com', | 805 'jasonroberts+watch@google.com', |
806 'mikhal+watch@chromium.org', | 806 'mikhal+watch@chromium.org', |
807 'miu+watch@chromium.org', | 807 'miu+watch@chromium.org', |
808 'pwestin+watch@google.com'], | 808 'pwestin+watch@google.com'], |
809 'chromecast': ['ozone-reviews@chromium.org'], | |
810 'cc': ['cc-bugs@chromium.org'], | 809 'cc': ['cc-bugs@chromium.org'], |
811 'chrome_elf': ['caitkp+watch@chromium.org',], | 810 'chrome_elf': ['caitkp+watch@chromium.org',], |
812 'chrome_views': ['tfarina@chromium.org'], | 811 'chrome_views': ['tfarina@chromium.org'], |
813 'chromedriver': ['stgao@chromium.org'], | 812 'chromedriver': ['stgao@chromium.org'], |
814 'chromeos' : ['oshima+watch@chromium.org', | 813 'chromeos' : ['oshima+watch@chromium.org', |
815 'stevenjb+watch@chromium.org'], | 814 'stevenjb+watch@chromium.org'], |
816 'chromeos_attestation' : ['dkrahn+watch@chromium.org'], | 815 'chromeos_attestation' : ['dkrahn+watch@chromium.org'], |
817 'chromeos_calculator' : ['dharcourt@chromium.org'], | 816 'chromeos_calculator' : ['dharcourt@chromium.org'], |
818 'chromeos_net' : ['stevenjb+watch@chromium.org'], | 817 'chromeos_net' : ['stevenjb+watch@chromium.org'], |
819 'chromeos_power' : ['derat+watch@chromium.org'], | 818 'chromeos_power' : ['derat+watch@chromium.org'], |
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
992 'mcasas+watch@chromium.org', | 991 'mcasas+watch@chromium.org', |
993 'posciak+watch@chromium.org'], | 992 'posciak+watch@chromium.org'], |
994 'website_settings': ['markusheintz@chromium.org'], | 993 'website_settings': ['markusheintz@chromium.org'], |
995 'windows_sandboxing': ['wfh+watch@chromium.org'], | 994 'windows_sandboxing': ['wfh+watch@chromium.org'], |
996 'worker': ['jam@chromium.org'], | 995 'worker': ['jam@chromium.org'], |
997 'x11': ['derat+watch@chromium.org', | 996 'x11': ['derat+watch@chromium.org', |
998 'sadrul@chromium.org', | 997 'sadrul@chromium.org', |
999 'yusukes+watch@chromium.org'], | 998 'yusukes+watch@chromium.org'], |
1000 }, | 999 }, |
1001 } | 1000 } |
OLD | NEW |