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 226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
237 'compiled_resources.gyp', | 237 'compiled_resources.gyp', |
238 }, | 238 }, |
239 'content': { | 239 'content': { |
240 'filepath': 'content/', | 240 'filepath': 'content/', |
241 }, | 241 }, |
242 'content_input': { | 242 'content_input': { |
243 'filepath': 'content/browser/renderer_host/input/|'\ | 243 'filepath': 'content/browser/renderer_host/input/|'\ |
244 'content/common/input/|'\ | 244 'content/common/input/|'\ |
245 'content/renderer/input/', | 245 'content/renderer/input/', |
246 }, | 246 }, |
| 247 'content_renderer': { |
| 248 'filepath': 'content/renderer/', |
| 249 }, |
247 'content_shell': { | 250 'content_shell': { |
248 'filepath': 'content/shell/', | 251 'filepath': 'content/shell/', |
249 }, | 252 }, |
250 'cookie_monster': { | 253 'cookie_monster': { |
251 'filepath': 'net/cookies/|'\ | 254 'filepath': 'net/cookies/|'\ |
252 'chrome/browser/net/sqlite_persistent_cookie_store', | 255 'chrome/browser/net/sqlite_persistent_cookie_store', |
253 }, | 256 }, |
254 'deep_memory_profiler': { | 257 'deep_memory_profiler': { |
255 'filepath': 'tools/(deep_memory_profiler|find_runtime_symbols)', | 258 'filepath': 'tools/(deep_memory_profiler|find_runtime_symbols)', |
256 }, | 259 }, |
(...skipping 567 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
824 'chromeos_power' : ['derat+watch@chromium.org'], | 827 'chromeos_power' : ['derat+watch@chromium.org'], |
825 'chromeos_webui': ['nkostylev+watch@chromium.org'], | 828 'chromeos_webui': ['nkostylev+watch@chromium.org'], |
826 'clang_update': ['ukai+watch@chromium.org', | 829 'clang_update': ['ukai+watch@chromium.org', |
827 'dmikurube+clang@chromium.org', | 830 'dmikurube+clang@chromium.org', |
828 'eugenis+clang@chromium.org', | 831 'eugenis+clang@chromium.org', |
829 'glider+clang@chromium.org'], | 832 'glider+clang@chromium.org'], |
830 'clipboard': ['dcheng@chromium.org'], | 833 'clipboard': ['dcheng@chromium.org'], |
831 'closure': ['dbeam+watch-closure@chromium.org', | 834 'closure': ['dbeam+watch-closure@chromium.org', |
832 'vitalyp+closure@chromium.org'], | 835 'vitalyp+closure@chromium.org'], |
833 'content': ['jam@chromium.org', | 836 'content': ['jam@chromium.org', |
834 'darin-cc@chromium.org', | 837 'darin-cc@chromium.org' ], |
835 'mkwst+moarreviews-content@chromium.org'], | |
836 'content_input': ['jdduke+watch@chromium.org'], | 838 'content_input': ['jdduke+watch@chromium.org'], |
| 839 'content_renderer': [ 'mkwst+moarreviews-renderer@chromium.org' ], |
837 'content_shell': ['jochen+watch@chromium.org', | 840 'content_shell': ['jochen+watch@chromium.org', |
838 'mkwst+moarreviews-shell@chromium.org'], | 841 'mkwst+moarreviews-shell@chromium.org'], |
839 'cookie_monster': ['erikwright@chromium.org'], | 842 'cookie_monster': ['erikwright@chromium.org'], |
840 'deep_memory_profiler': ['dmikurube+memory@chromium.org'], | 843 'deep_memory_profiler': ['dmikurube+memory@chromium.org'], |
841 'device_sensors': ['timvolodine@chromium.org', 'mvanouwerkerk@chromium.org',
'rijubrata.bhaumik@intel.com'], | 844 'device_sensors': ['timvolodine@chromium.org', 'mvanouwerkerk@chromium.org',
'rijubrata.bhaumik@intel.com'], |
842 'devtools': ['pfeldman@chromium.org', 'yurys@chromium.org', | 845 'devtools': ['pfeldman@chromium.org', 'yurys@chromium.org', |
843 'vsevik@chromium.org', 'aandrey+blink@chromium.org', | 846 'vsevik@chromium.org', 'aandrey+blink@chromium.org', |
844 'paulirish+reviews@chromium.org', | 847 'paulirish+reviews@chromium.org', |
845 'devtools-reviews@chromium.org'], | 848 'devtools-reviews@chromium.org'], |
846 'disk_cache': ['gavinp+disk@chromium.org'], | 849 'disk_cache': ['gavinp+disk@chromium.org'], |
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
998 'mcasas+watch@chromium.org', | 1001 'mcasas+watch@chromium.org', |
999 'posciak+watch@chromium.org'], | 1002 'posciak+watch@chromium.org'], |
1000 'website_settings': ['markusheintz@chromium.org'], | 1003 'website_settings': ['markusheintz@chromium.org'], |
1001 'windows_sandboxing': ['wfh+watch@chromium.org'], | 1004 'windows_sandboxing': ['wfh+watch@chromium.org'], |
1002 'worker': ['jam@chromium.org'], | 1005 'worker': ['jam@chromium.org'], |
1003 'x11': ['derat+watch@chromium.org', | 1006 'x11': ['derat+watch@chromium.org', |
1004 'sadrul@chromium.org', | 1007 'sadrul@chromium.org', |
1005 'yusukes+watch@chromium.org'], | 1008 'yusukes+watch@chromium.org'], |
1006 }, | 1009 }, |
1007 } | 1010 } |
OLD | NEW |