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 207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
218 'chromeos_webui': { | 218 'chromeos_webui': { |
219 'filepath': 'chrome/browser/ui/webui/chromeos/|'\ | 219 'filepath': 'chrome/browser/ui/webui/chromeos/|'\ |
220 'chrome/browser/resources/chromeos/', | 220 'chrome/browser/resources/chromeos/', |
221 }, | 221 }, |
222 'clang_update': { | 222 'clang_update': { |
223 'filepath': 'tools/clang/scripts/update.sh' | 223 'filepath': 'tools/clang/scripts/update.sh' |
224 }, | 224 }, |
225 'clipboard': { | 225 'clipboard': { |
226 'filepath': 'clipboard|dnd|drag|drop', | 226 'filepath': 'clipboard|dnd|drag|drop', |
227 }, | 227 }, |
| 228 'closure': { |
| 229 'filepath': 'third_party/closure_(compiler|linter)/', |
| 230 }, |
228 'content': { | 231 'content': { |
229 'filepath': 'content/', | 232 'filepath': 'content/', |
230 }, | 233 }, |
231 'content_input': { | 234 'content_input': { |
232 'filepath': 'content/browser/renderer_host/input/|'\ | 235 'filepath': 'content/browser/renderer_host/input/|'\ |
233 'content/common/input/|'\ | 236 'content/common/input/|'\ |
234 'content/renderer/input/', | 237 'content/renderer/input/', |
235 }, | 238 }, |
236 'content_shell': { | 239 'content_shell': { |
237 'filepath': 'content/shell/', | 240 'filepath': 'content/shell/', |
(...skipping 566 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
804 'chromeos_attestation' : ['dkrahn+watch@chromium.org'], | 807 'chromeos_attestation' : ['dkrahn+watch@chromium.org'], |
805 'chromeos_calculator' : ['dharcourt@chromium.org'], | 808 'chromeos_calculator' : ['dharcourt@chromium.org'], |
806 'chromeos_net' : ['stevenjb+watch@chromium.org'], | 809 'chromeos_net' : ['stevenjb+watch@chromium.org'], |
807 'chromeos_power' : ['derat+watch@chromium.org'], | 810 'chromeos_power' : ['derat+watch@chromium.org'], |
808 'chromeos_webui': ['nkostylev+watch@chromium.org'], | 811 'chromeos_webui': ['nkostylev+watch@chromium.org'], |
809 'clang_update': ['ukai+watch@chromium.org', | 812 'clang_update': ['ukai+watch@chromium.org', |
810 'dmikurube+clang@chromium.org', | 813 'dmikurube+clang@chromium.org', |
811 'eugenis+clang@chromium.org', | 814 'eugenis+clang@chromium.org', |
812 'glider+clang@chromium.org'], | 815 'glider+clang@chromium.org'], |
813 'clipboard': ['dcheng@chromium.org'], | 816 'clipboard': ['dcheng@chromium.org'], |
| 817 'closure': ['dbeam+watch-closure@chromium.org'], |
814 'content': ['jam@chromium.org', | 818 'content': ['jam@chromium.org', |
815 'darin-cc@chromium.org'], | 819 'darin-cc@chromium.org'], |
816 'content_input': ['jdduke+watch@chromium.org'], | 820 'content_input': ['jdduke+watch@chromium.org'], |
817 'content_shell': ['jochen+watch@chromium.org'], | 821 'content_shell': ['jochen+watch@chromium.org'], |
818 'cookie_monster': ['erikwright@chromium.org'], | 822 'cookie_monster': ['erikwright@chromium.org'], |
819 'deep_memory_profiler': ['dmikurube+memory@chromium.org'], | 823 'deep_memory_profiler': ['dmikurube+memory@chromium.org'], |
820 'device_sensors': ['timvolodine@chromium.org', 'mvanouwerkerk@chromium.org',
'rijubrata.bhaumik@intel.com'], | 824 'device_sensors': ['timvolodine@chromium.org', 'mvanouwerkerk@chromium.org',
'rijubrata.bhaumik@intel.com'], |
821 'devtools': ['pfeldman@chromium.org', 'yurys@chromium.org', | 825 'devtools': ['pfeldman@chromium.org', 'yurys@chromium.org', |
822 'vsevik@chromium.org', 'aandrey+blink@chromium.org', | 826 'vsevik@chromium.org', 'aandrey+blink@chromium.org', |
823 'paulirish+reviews@chromium.org', | 827 'paulirish+reviews@chromium.org', |
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
978 'mcasas+watch@chromium.org', | 982 'mcasas+watch@chromium.org', |
979 'posciak+watch@chromium.org'], | 983 'posciak+watch@chromium.org'], |
980 'website_settings': ['markusheintz@chromium.org'], | 984 'website_settings': ['markusheintz@chromium.org'], |
981 'windows_sandboxing': ['wfh+watch@chromium.org'], | 985 'windows_sandboxing': ['wfh+watch@chromium.org'], |
982 'worker': ['jam@chromium.org'], | 986 'worker': ['jam@chromium.org'], |
983 'x11': ['derat+watch@chromium.org', | 987 'x11': ['derat+watch@chromium.org', |
984 'sadrul@chromium.org', | 988 'sadrul@chromium.org', |
985 'yusukes+watch@chromium.org'], | 989 'yusukes+watch@chromium.org'], |
986 }, | 990 }, |
987 } | 991 } |
OLD | NEW |