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 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
234 'clipboard': { | 234 'clipboard': { |
235 'filepath': 'clipboard|dnd|drag|drop', | 235 'filepath': 'clipboard|dnd|drag|drop', |
236 }, | 236 }, |
237 'closure': { | 237 'closure': { |
238 'filepath': 'third_party/closure_(compiler|linter)/|' | 238 'filepath': 'third_party/closure_(compiler|linter)/|' |
239 'compiled_resources.gyp', | 239 'compiled_resources.gyp', |
240 }, | 240 }, |
241 'content': { | 241 'content': { |
242 'filepath': 'content/', | 242 'filepath': 'content/', |
243 }, | 243 }, |
244 'content_bluetooth': { | |
245 'filepath': 'content/.*[Bb]luetooth' | |
Raymond Toy
2014/11/04 23:05:28
Nit. Is it really necessary to have both upper and
scheib
2014/11/04 23:14:32
The wildcard handles any subdirectory of content.
| |
246 }, | |
244 'content_input': { | 247 'content_input': { |
245 'filepath': 'content/browser/renderer_host/input/|'\ | 248 'filepath': 'content/browser/renderer_host/input/|'\ |
246 'content/common/input/|'\ | 249 'content/common/input/|'\ |
247 'content/renderer/input/', | 250 'content/renderer/input/', |
248 }, | 251 }, |
249 'content_renderer': { | 252 'content_renderer': { |
250 'filepath': 'content/renderer/', | 253 'filepath': 'content/renderer/', |
251 }, | 254 }, |
252 'content_shell': { | 255 'content_shell': { |
253 'filepath': 'content/shell/', | 256 'filepath': 'content/shell/', |
(...skipping 580 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
834 'chromeos_webui': ['nkostylev+watch@chromium.org'], | 837 'chromeos_webui': ['nkostylev+watch@chromium.org'], |
835 'clang_update': ['ukai+watch@chromium.org', | 838 'clang_update': ['ukai+watch@chromium.org', |
836 'dmikurube+clang@chromium.org', | 839 'dmikurube+clang@chromium.org', |
837 'eugenis+clang@chromium.org', | 840 'eugenis+clang@chromium.org', |
838 'glider+clang@chromium.org'], | 841 'glider+clang@chromium.org'], |
839 'clipboard': ['dcheng@chromium.org'], | 842 'clipboard': ['dcheng@chromium.org'], |
840 'closure': ['dbeam+watch-closure@chromium.org', | 843 'closure': ['dbeam+watch-closure@chromium.org', |
841 'vitalyp+closure@chromium.org'], | 844 'vitalyp+closure@chromium.org'], |
842 'content': ['jam@chromium.org', | 845 'content': ['jam@chromium.org', |
843 'darin-cc@chromium.org' ], | 846 'darin-cc@chromium.org' ], |
847 'content_bluetooth': ['scheib+watch@chromium.org'], | |
844 'content_input': ['jdduke+watch@chromium.org'], | 848 'content_input': ['jdduke+watch@chromium.org'], |
845 'content_renderer': [ 'mkwst+moarreviews-renderer@chromium.org' ], | 849 'content_renderer': [ 'mkwst+moarreviews-renderer@chromium.org' ], |
846 'content_shell': ['jochen+watch@chromium.org', | 850 'content_shell': ['jochen+watch@chromium.org', |
847 'mkwst+moarreviews-shell@chromium.org'], | 851 'mkwst+moarreviews-shell@chromium.org'], |
848 'cookie_monster': ['erikwright@chromium.org'], | 852 'cookie_monster': ['erikwright@chromium.org'], |
849 'deep_memory_profiler': ['dmikurube@chromium.org'], | 853 'deep_memory_profiler': ['dmikurube@chromium.org'], |
850 'device_sensors': ['timvolodine@chromium.org', 'mvanouwerkerk@chromium.org', 'rijubrata.bhaumik@intel.com'], | 854 'device_sensors': ['timvolodine@chromium.org', 'mvanouwerkerk@chromium.org', 'rijubrata.bhaumik@intel.com'], |
851 'devtools': ['pfeldman@chromium.org', 'yurys@chromium.org', | 855 'devtools': ['pfeldman@chromium.org', 'yurys@chromium.org', |
852 'vsevik@chromium.org', 'aandrey+blink@chromium.org', | 856 'vsevik@chromium.org', 'aandrey+blink@chromium.org', |
853 'paulirish+reviews@chromium.org', | 857 'paulirish+reviews@chromium.org', |
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1005 'mcasas+watch@chromium.org', | 1009 'mcasas+watch@chromium.org', |
1006 'posciak+watch@chromium.org'], | 1010 'posciak+watch@chromium.org'], |
1007 'website_settings': ['markusheintz@chromium.org'], | 1011 'website_settings': ['markusheintz@chromium.org'], |
1008 'windows_sandboxing': ['wfh+watch@chromium.org'], | 1012 'windows_sandboxing': ['wfh+watch@chromium.org'], |
1009 'worker': ['jam@chromium.org'], | 1013 'worker': ['jam@chromium.org'], |
1010 'x11': ['derat+watch@chromium.org', | 1014 'x11': ['derat+watch@chromium.org', |
1011 'sadrul@chromium.org', | 1015 'sadrul@chromium.org', |
1012 'yusukes+watch@chromium.org'], | 1016 'yusukes+watch@chromium.org'], |
1013 }, | 1017 }, |
1014 } | 1018 } |
OLD | NEW |