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 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
184 'webkit/renderer/compositor_bindings/|'\ | 184 'webkit/renderer/compositor_bindings/|'\ |
185 'content/common/cc_messages' | 185 'content/common/cc_messages' |
186 }, | 186 }, |
187 'chrome_elf': { | 187 'chrome_elf': { |
188 'filepath': 'chrome_elf', | 188 'filepath': 'chrome_elf', |
189 }, | 189 }, |
190 'chrome_views': { | 190 'chrome_views': { |
191 'filepath': 'chrome/browser/ui/views', | 191 'filepath': 'chrome/browser/ui/views', |
192 }, | 192 }, |
193 'chromedriver': { | 193 'chromedriver': { |
194 'filepath': 'chrome/test/chromedriver' | 194 'filepath': 'chrome/test/chromedriver|'\ |
| 195 'chrome/test/data/chromedriver|'\ |
| 196 'third_party/webdriver' |
195 }, | 197 }, |
196 'chromeos': { | 198 'chromeos': { |
197 'filepath': 'chromeos/', | 199 'filepath': 'chromeos/', |
198 }, | 200 }, |
199 'chromeos_attestation': { | 201 'chromeos_attestation': { |
200 'filepath': 'chromeos/attestation/|'\ | 202 'filepath': 'chromeos/attestation/|'\ |
201 'chrome/browser/chromeos/attestation/|'\ | 203 'chrome/browser/chromeos/attestation/|'\ |
202 'chrome/browser/extensions/api/enterprise_platform_keys_privat
e/', | 204 'chrome/browser/extensions/api/enterprise_platform_keys_privat
e/', |
203 }, | 205 }, |
204 'chromeos_calculator': { | 206 'chromeos_calculator': { |
(...skipping 611 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
816 'hubbe+watch@chromium.org', | 818 'hubbe+watch@chromium.org', |
817 'imcheng+watch@chromium.org', | 819 'imcheng+watch@chromium.org', |
818 'jasonroberts+watch@google.com', | 820 'jasonroberts+watch@google.com', |
819 'mikhal+watch@chromium.org', | 821 'mikhal+watch@chromium.org', |
820 'miu+watch@chromium.org', | 822 'miu+watch@chromium.org', |
821 'pwestin+watch@google.com'], | 823 'pwestin+watch@google.com'], |
822 'cc': ['cc-bugs@chromium.org'], | 824 'cc': ['cc-bugs@chromium.org'], |
823 'chrome_elf': ['caitkp+watch@chromium.org',], | 825 'chrome_elf': ['caitkp+watch@chromium.org',], |
824 'chrome_views': ['tfarina@chromium.org'], | 826 'chrome_views': ['tfarina@chromium.org'], |
825 'chromecast': ['lcwu+watch@chromium.org'], | 827 'chromecast': ['lcwu+watch@chromium.org'], |
826 'chromedriver': ['stgao@chromium.org'], | 828 'chromedriver': ['samuong+watch@chromium.org', 'stgao@chromium.org'], |
827 'chromeos' : ['oshima+watch@chromium.org', | 829 'chromeos' : ['oshima+watch@chromium.org', |
828 'stevenjb+watch@chromium.org'], | 830 'stevenjb+watch@chromium.org'], |
829 'chromeos_attestation' : ['dkrahn+watch@chromium.org'], | 831 'chromeos_attestation' : ['dkrahn+watch@chromium.org'], |
830 'chromeos_calculator' : ['dharcourt@chromium.org'], | 832 'chromeos_calculator' : ['dharcourt@chromium.org'], |
831 'chromeos_dbus': ['hashimoto+watch@chromium.org'], | 833 'chromeos_dbus': ['hashimoto+watch@chromium.org'], |
832 'chromeos_net' : ['stevenjb+watch@chromium.org'], | 834 'chromeos_net' : ['stevenjb+watch@chromium.org'], |
833 'chromeos_power' : ['derat+watch@chromium.org'], | 835 'chromeos_power' : ['derat+watch@chromium.org'], |
834 'chromeos_webui': ['nkostylev+watch@chromium.org'], | 836 'chromeos_webui': ['nkostylev+watch@chromium.org'], |
835 'clang_update': ['ukai+watch@chromium.org', | 837 'clang_update': ['ukai+watch@chromium.org', |
836 'dmikurube+clang@chromium.org', | 838 'dmikurube+clang@chromium.org', |
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1008 'mcasas+watch@chromium.org', | 1010 'mcasas+watch@chromium.org', |
1009 'posciak+watch@chromium.org'], | 1011 'posciak+watch@chromium.org'], |
1010 'website_settings': ['markusheintz@chromium.org'], | 1012 'website_settings': ['markusheintz@chromium.org'], |
1011 'windows_sandboxing': ['wfh+watch@chromium.org'], | 1013 'windows_sandboxing': ['wfh+watch@chromium.org'], |
1012 'worker': ['jam@chromium.org'], | 1014 'worker': ['jam@chromium.org'], |
1013 'x11': ['derat+watch@chromium.org', | 1015 'x11': ['derat+watch@chromium.org', |
1014 'sadrul@chromium.org', | 1016 'sadrul@chromium.org', |
1015 'yusukes+watch@chromium.org'], | 1017 'yusukes+watch@chromium.org'], |
1016 }, | 1018 }, |
1017 } | 1019 } |
OLD | NEW |