blob: 8288a79e879ea243709dfcc0a4802feb722d3674 [file] [log] [blame]
[email protected]37f978c2012-01-05 17:58:171# Copyright (c) 2012 The Chromium Authors. All rights reserved.
[email protected]a3838612009-10-13 21:57:542# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5# Watchlist Rules
6# Refer: http://dev.chromium.org/developers/contributing-code/watchlists
7
[email protected]f2f0fbb92012-07-14 15:52:498# IMPORTANT: The regular expression filepath is tested against each path using
9# re.search, so it is not usually necessary to add .*.
[email protected]a3838612009-10-13 21:57:5410
11{
12 'WATCHLIST_DEFINITIONS': {
[email protected]f76c8852012-06-21 16:37:0013 'accelerator_table': {
14 'filepath': 'ash/accelerators/accelerator_table\.cc' \
15 '|chrome/browser/ui/views/accelerator_table\.cc',
[email protected]a3838612009-10-13 21:57:5416 },
[email protected]f76c8852012-06-21 16:37:0017 'accessibility': {
[email protected]f2f0fbb92012-07-14 15:52:4918 'filepath': 'chrome/browser/accessibility/' \
19 '|content/browser/accessibility/' \
20 '|chrome/.*accessib' \
21 '|ui/base/accessibility/' \
22 '|ui/views/accessibility/'
[email protected]a3838612009-10-13 21:57:5423 },
[email protected]d2cdf342012-08-07 11:00:0224 'android_infra': {
25 'filepath': 'build/android/' \
26 '|testing/android/' \
27 '|tools/android/'
28 },
[email protected]7ca78dc12012-09-20 09:26:4429 'android_webview': {
30 'filepath': 'android_webview/',
31 },
[email protected]8a197f22012-06-22 14:59:0532 'app_list': {
[email protected]f2f0fbb92012-07-14 15:52:4933 'filepath': 'ui/app_list/',
[email protected]8a197f22012-06-22 14:59:0534 },
[email protected]374a93c2009-11-05 21:45:5635 'appcache': {
[email protected]f2f0fbb92012-07-14 15:52:4936 'filepath': 'appcache/',
[email protected]374a93c2009-11-05 21:45:5637 },
[email protected]f76c8852012-06-21 16:37:0038 'aura': {
[email protected]f2f0fbb92012-07-14 15:52:4939 'filepath': 'ui/aura/|'\
40 'ash/',
[email protected]84ba35e32010-08-06 17:22:3941 },
[email protected]b3399272010-08-10 19:49:2942 'autofill': {
[email protected]d9310a82012-11-02 02:53:4843 'filepath': 'chrome/browser/api/webdata/|'\
44 'chrome/browser/autofill/|'\
45 'chrome/browser/resources/options/autofill_|'\
46 'chrome/browser/sync/glue/autofill_|'\
47 'chrome/browser/ui/android/autofill/|'\
48 'chrome/browser/ui/autofill/|'\
49 'chrome/browser/ui/gtk/autofill/|'\
50 'chrome/browser/ui/views/autofill/|'\
51 'chrome/browser/ui/webui/options/autofill_|'\
52 'chrome/browser/webdata/|'\
53 'chrome/common/autofill_|'\
54 'chrome/common/form_|'\
55 'chrome/common/password_|'\
56 'chrome/renderer/autofill/|'\
57 'chrome/test/data/autofill/|'\
58 'content/public/common/password_|'\
59 'content/public/renderer/password_|'\
60 'content/renderer/password_',
[email protected]b3399272010-08-10 19:49:2961 },
[email protected]f76c8852012-06-21 16:37:0062 'automation': {
[email protected]f2f0fbb92012-07-14 15:52:4963 'filepath': 'chrome/browser/automation/|chrome/test/automation/',
[email protected]b8a0f8fa2010-09-02 18:35:5564 },
[email protected]f76c8852012-06-21 16:37:0065 'base': {
[email protected]f2f0fbb92012-07-14 15:52:4966 'filepath': '^base/',
[email protected]7a7a13b2010-08-25 01:10:5967 },
[email protected]5e105332012-09-13 01:55:5268 'base_allocator': {
69 'filepath': '^base/allocator',
70 },
[email protected]1ed5e0fd2012-07-19 00:19:0571 'base_memory': {
72 'filepath': '^base/memory',
73 },
[email protected]f76c8852012-06-21 16:37:0074 'browser': {
[email protected]f2f0fbb92012-07-14 15:52:4975 'filepath': 'chrome/browser/',
[email protected]02c44522010-10-08 17:43:2576 },
[email protected]f76c8852012-06-21 16:37:0077 'browser_chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:4978 'filepath': 'chrome/browser/chromeos/',
[email protected]02c44522010-10-08 17:43:2579 },
[email protected]22650d22012-07-18 17:02:3580 'browser_components': {
[email protected]a7228f62012-09-20 17:52:4881 'filepath': 'chrome/browser/autofill/' \
82 '|chrome/browser/bookmarks/' \
83 '|chrome/browser/common/' \
84 '|chrome/browser/favicon/' \
[email protected]ddf288e2013-01-09 20:58:2785 '|chrome/browser/history/' \
86 '|chrome/browser/visitedlink/'
[email protected]22650d22012-07-18 17:02:3587 },
[email protected]f76c8852012-06-21 16:37:0088 'browser_compositor': {
[email protected]f2f0fbb92012-07-14 15:52:4989 'filepath': 'ui/compositor/'
[email protected]fbd846b2010-11-19 01:32:1890 },
[email protected]f76c8852012-06-21 16:37:0091 'browser_resources': {
[email protected]f2f0fbb92012-07-14 15:52:4992 'filepath': 'chrome/browser/resources/',
[email protected]f76c8852012-06-21 16:37:0093 },
[email protected]0ce480532012-07-20 12:33:2094 'browsing_data': {
95 'filepath': 'chrome/browser/browsing_data/',
96 },
[email protected]f76c8852012-06-21 16:37:0097 'bubble': {
[email protected]f2f0fbb92012-07-14 15:52:4998 'filepath': 'ui/views/bubble/|'\
99 'chrome/browser/ui/views/bubble/',
[email protected]f76c8852012-06-21 16:37:00100 },
[email protected]c863702a2012-09-14 20:05:28101 'cc': {
102 'filepath': 'cc/|'\
[email protected]4934d362012-11-22 22:04:53103 'webkit/compositor_bindings/|'\
104 'content/common/cc_messages'
[email protected]c863702a2012-09-14 20:05:28105 },
[email protected]f76c8852012-06-21 16:37:00106 'chrome_frame': {
[email protected]f2f0fbb92012-07-14 15:52:49107 'filepath': 'chrome_frame/',
[email protected]ee6ded32011-01-24 14:33:27108 },
[email protected]d5b21972012-07-20 02:06:01109 'chrome_views': {
110 'filepath': 'chrome/browser/ui/views',
111 },
[email protected]f7bf8ba2011-02-24 22:28:46112 'chromedriver': {
113 'filepath': 'chrome/test/webdriver|third_party/webdriver'
114 },
[email protected]f76c8852012-06-21 16:37:00115 'chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:49116 'filepath': 'chromeos/',
[email protected]531b1532011-08-11 03:52:01117 },
[email protected]7c59a152012-11-06 20:56:35118 'chromeos_calculator': {
119 'filepath': 'chrome/common/extensions/docs/examples/apps/calculator/',
120 },
[email protected]f76c8852012-06-21 16:37:00121 'chromeos_login': {
[email protected]f2f0fbb92012-07-14 15:52:49122 'filepath': 'chrome/browser/chromeos/login/|'\
123 'chrome/browser/ui/webui/chromeos/login/|'\
124 'chrome/browser/resources/chromeos/login/',
[email protected]a791dac2011-04-07 23:22:57125 },
[email protected]d7d35f342012-10-22 20:32:47126 'chromeos_net': {
127 'filepath': 'chromeos/network/|'\
128 'chrome/browser/chromeos/cros/|'\
129 'chrome/browser/chromeos/net/',
130 },
[email protected]f76c8852012-06-21 16:37:00131 'chromeos_webui': {
[email protected]f2f0fbb92012-07-14 15:52:49132 'filepath': 'chrome/browser/ui/webui/chromeos/|'\
133 'chrome/browser/resources/chromeos/',
[email protected]ba03af42012-03-08 01:37:12134 },
[email protected]cef7a6d2011-04-29 20:49:07135 'clang_update': {
136 'filepath': 'tools/clang/scripts/update.sh'
137 },
[email protected]f76c8852012-06-21 16:37:00138 'clipboard': {
139 'filepath': 'clipboard|dnd|drag|drop',
[email protected]2418b022011-05-19 21:06:02140 },
[email protected]6acd6d22012-08-03 15:00:45141 'contacts': {
142 'filepath': 'chrome/browser/chromeos/contacts/|'\
143 'chrome/browser/chromeos/gdata/gdata_contacts_service',
144 },
[email protected]f76c8852012-06-21 16:37:00145 'content': {
[email protected]f2f0fbb92012-07-14 15:52:49146 'filepath': 'content/',
[email protected]f76c8852012-06-21 16:37:00147 },
[email protected]aa3311a2012-11-19 16:04:58148 'content_shell': {
149 'filepath': 'content/shell/',
150 },
[email protected]f76c8852012-06-21 16:37:00151 'cookie_monster': {
[email protected]f2f0fbb92012-07-14 15:52:49152 'filepath': 'net/cookies/|'\
[email protected]8492b5b2012-12-17 21:58:08153 'chrome/browser/net/sqlite_persistent_cookie_store',
[email protected]f76c8852012-06-21 16:37:00154 },
[email protected]5e105332012-09-13 01:55:52155 'deep_memory_profiler': {
156 'filepath': 'tools/(deep_memory_profiler|find_runtime_symbols)',
157 },
[email protected]342b12872012-11-07 12:10:46158 'devtools': {
159 'filepath': 'devtools',
160 },
[email protected]bab2a832012-07-11 23:29:41161 'disk_cache': {
162 'filepath': 'net/disk_cache/|http_cache',
163 },
[email protected]f76c8852012-06-21 16:37:00164 'dns': {
[email protected]f2f0fbb92012-07-14 15:52:49165 'filepath': 'net/base/host_resolver|' \
[email protected]8492b5b2012-12-17 21:58:08166 'net/base/host_cache|' \
167 'net/dns/'
[email protected]f76c8852012-06-21 16:37:00168 },
169 'domui_options': {
[email protected]f2f0fbb92012-07-14 15:52:49170 'filepath': 'chrome/browser/resources/options/|'\
[email protected]f76c8852012-06-21 16:37:00171 'chrome/browser/resources/options.html|'\
[email protected]f2f0fbb92012-07-14 15:52:49172 'chrome/browser/ui/webui/options/',
[email protected]f76c8852012-06-21 16:37:00173 },
174 'download': {
[email protected]f2f0fbb92012-07-14 15:52:49175 'filepath': 'chrome/browser/download/|'\
[email protected]8492b5b2012-12-17 21:58:08176 'content/browser/download/',
[email protected]6bff0ad2011-06-17 01:32:51177 },
[email protected]8492b5b2012-12-17 21:58:08178 'downloads_ext': {
179 'filepath': 'chrome/browser/extensions/api/downloads/|'\
180 'chrome/common/extensions/api/downloads.idl',
[email protected]e52c2832012-12-17 23:52:16181 },
[email protected]ca872e362011-07-12 21:06:03182 'downloads_ui': {
[email protected]8492b5b2012-12-17 21:58:08183 'filepath': 'chrome/browser/resources/downloads/|' \
184 'chrome/browser/ui/webui/.*downloads|' \
185 'chrome/browser/ui/views/download/|' \
186 'chrome/browser/ui/cocoa/download/|' \
187 'chrome/browser/ui/gtk/download/'
[email protected]ca872e362011-07-12 21:06:03188 },
[email protected]f6df20a2012-10-23 21:22:07189 'drive': {
[email protected]8492b5b2012-12-17 21:58:08190 'filepath': 'chrome/browser/chromeos/drive/|' \
191 'chrome/browser/google_apis/'
[email protected]f6df20a2012-10-23 21:22:07192 },
[email protected]f76c8852012-06-21 16:37:00193 'extension': {
194 'filepath': 'extension',
[email protected]161277d42011-06-24 20:48:45195 },
[email protected]f76c8852012-06-21 16:37:00196 'fileapi': {
[email protected]8492b5b2012-12-17 21:58:08197 'filepath': 'file_system/|' \
198 'fileapi/'
[email protected]80919512011-08-03 08:51:04199 },
[email protected]f76c8852012-06-21 16:37:00200 'filebrowse': {
[email protected]8492b5b2012-12-17 21:58:08201 'filepath': 'file_browser|' \
202 'file_manager|' \
203 'filebrowse'
[email protected]4b07b62cc2011-10-03 17:52:39204 },
[email protected]f76c8852012-06-21 16:37:00205 'ftp': {
206 'filepath': 'ftp',
[email protected]ffeb189d2011-10-05 18:49:39207 },
[email protected]f76c8852012-06-21 16:37:00208 'fullscreen_controller': {
209 'filepath': 'fullscreen_controller',
210 },
[email protected]f93b7382012-08-09 20:53:16211 'gfx_image': {
212 'filepath': 'ui/gfx/image/',
213 },
[email protected]cf428f732012-10-02 20:48:15214 'gfx_geometry': {
215 'filepath': 'ui/gfx/rect|'\
[email protected]38b6f042012-11-02 17:01:24216 'ui/gfx/quad|'\
[email protected]cf428f732012-10-02 20:48:15217 'ui/gfx/point|'\
218 'ui/gfx/size|'\
[email protected]ceb36f7d2012-10-31 18:33:24219 'ui/gfx/transform|'\
220 'ui/gfx/vector2d',
[email protected]cf428f732012-10-02 20:48:15221 },
[email protected]f76c8852012-06-21 16:37:00222 'gpu': {
[email protected]f2f0fbb92012-07-14 15:52:49223 'filepath': 'gpu/',
[email protected]f76c8852012-06-21 16:37:00224 },
[email protected]f76c8852012-06-21 16:37:00225 'history_ui': {
[email protected]f2f0fbb92012-07-14 15:52:49226 'filepath': 'chrome/browser/resources/history',
[email protected]f76c8852012-06-21 16:37:00227 },
228 'i18n': {
[email protected]f2f0fbb92012-07-14 15:52:49229 'filepath': 'base/i18n/|base/string|l10n|icu|'\
230 'locale_settings|encoding',
[email protected]f76c8852012-06-21 16:37:00231 },
232 'imageburner': {
233 'filepath': 'imageburner'
234 },
235 'importer': {
[email protected]f2f0fbb92012-07-14 15:52:49236 'filepath': 'import',
[email protected]f76c8852012-06-21 16:37:00237 },
238 'installer': {
[email protected]f2f0fbb92012-07-14 15:52:49239 'filepath': 'chrome/installer/',
[email protected]f76c8852012-06-21 16:37:00240 },
[email protected]56b4b09d32012-07-27 18:28:41241 'instant': {
242 'filepath': 'instant|searchbox',
243 },
[email protected]f76c8852012-06-21 16:37:00244 'ipc': {
[email protected]f2f0fbb92012-07-14 15:52:49245 'filepath': 'ipc/ipc',
[email protected]f76c8852012-06-21 16:37:00246 },
247 'labs': {
248 'filepath': 'chrome/browser/labs' \
249 '|chrome/browser/dom_ui/labs'
250 },
251 'layout_tests': {
[email protected]f2f0fbb92012-07-14 15:52:49252 'filepath': 'webkit/(tools|data)/(layout_tests|test_shell)/',
[email protected]f76c8852012-06-21 16:37:00253 },
254 'linux-sandboxing': {
[email protected]f2f0fbb92012-07-14 15:52:49255 'filepath': 'sandbox/linux/',
[email protected]f76c8852012-06-21 16:37:00256 },
257 'linux-seccomp-bpf': {
[email protected]d6a23612012-11-13 20:11:54258 'filepath': 'content/common/sandbox.*linux.cc',
[email protected]f76c8852012-06-21 16:37:00259 },
260 'locale_settings': {
[email protected]f2f0fbb92012-07-14 15:52:49261 'filepath': 'chrome/app/resources/locale_settings',
[email protected]f76c8852012-06-21 16:37:00262 },
263 'mac': {
264 'filepath': 'cocoa|\.mm$|(_mac|_posix)\.(cc|h)$',
265 },
266 'media': {
[email protected]f2f0fbb92012-07-14 15:52:49267 'filepath': 'media/|third_party/(ffmpeg|openmax)/|webmediaplayer|'\
[email protected]034548d2012-07-31 20:34:00268 'audio_message_filter|video_layer|media_internals',
[email protected]f76c8852012-06-21 16:37:00269 },
270 'message_loop': {
[email protected]f2f0fbb92012-07-14 15:52:49271 'filepath': 'base/message_'
[email protected]f76c8852012-06-21 16:37:00272 },
273 'metrics': {
[email protected]f2f0fbb92012-07-14 15:52:49274 'filepath': 'base/metrics/'\
275 '|chrome/browser/metrics/'\
276 '|chrome/common/metrics/'\
277 '|chrome_frame/metrics'\
278 '|chrome/browser/chromeos/external_metrics'\
279 '|chrome/browser/extensions/api/metrics/metrics'\
280 '|chrome/browser/ui/webui/metrics_handler'\
[email protected]f76c8852012-06-21 16:37:00281 '|content/browser/user_metrics.cc'\
282 '|content/public/browser/user_metrics.h'\
283 '|chrome/tools/extract_actions.py'
284 },
285 'mouse_lock': {
286 'filepath': 'mouse_lock',
287 },
288 'nacl': {
[email protected]f2f0fbb92012-07-14 15:52:49289 'filepath': 'chrome/nacl/|chrome/test/nacl/|'\
290 'chrome/browser/nacl_host/|chrome/common/nacl',
[email protected]f76c8852012-06-21 16:37:00291 },
292 'net': {
[email protected]f2f0fbb92012-07-14 15:52:49293 'filepath': 'net/',
[email protected]f76c8852012-06-21 16:37:00294 },
295 'net_error_list': {
296 'filepath': 'net/base/net_error_list.h',
297 },
298 'net_log': {
[email protected]f2f0fbb92012-07-14 15:52:49299 'filepath': 'net/base/net_log|' \
300 'chrome/browser/net/.*net_log|' \
301 'chrome/browser/net/passive_log_collector|' \
302 'chrome/browser/resources/net_internals/|' \
303 'chrome/browser/ui/webui/net_internals/'
[email protected]f76c8852012-06-21 16:37:00304 },
305 'npapi_headers': {
[email protected]f2f0fbb92012-07-14 15:52:49306 'filepath': 'third_party/npapi/bindings/',
[email protected]f76c8852012-06-21 16:37:00307 },
308 'ntp': {
[email protected]f2f0fbb92012-07-14 15:52:49309 'filepath': 'chrome/browser/resources/ntp4/|'\
[email protected]437c44b2012-11-08 01:35:52310 'chrome/browser/resources/ntp_search/|'\
[email protected]f2f0fbb92012-07-14 15:52:49311 'chrome/browser/ui/webui/ntp/',
[email protected]f76c8852012-06-21 16:37:00312 },
313 'omnibox': {
[email protected]f2f0fbb92012-07-14 15:52:49314 'filepath': 'chrome/browser/autocomplete/'\
315 '|chrome/browser/ui/.*/omnibox/'
[email protected]f76c8852012-06-21 16:37:00316 },
[email protected]437c44b2012-11-08 01:35:52317 'options': {
318 'filepath': 'chrome/browser/resources/options/|'\
319 'chrome/browser/ui/webui/options/',
320 },
[email protected]f76c8852012-06-21 16:37:00321 'panels': {
[email protected]7cbe5a52012-09-27 02:00:29322 'filepath': 'chrome/browser/ui/panels'\
323 '|chrome/browser/ui/cocoa/panels'\
324 '|chrome/browser/ui/gtk/panels'\
325 '|chrome/browser/ui/views/panels'
[email protected]f76c8852012-06-21 16:37:00326 },
327 'pepper_api': {
[email protected]f2f0fbb92012-07-14 15:52:49328 'filepath': 'ppapi/c/',
[email protected]f76c8852012-06-21 16:37:00329 },
[email protected]31a10602012-11-21 01:51:26330 'perf': {
331 'filepath': 'tools/perf' \
332 '|tools/telemetry' \
333 '|chrome/test/perf'
334 },
[email protected]f76c8852012-06-21 16:37:00335 'plugin': {
[email protected]f2f0fbb92012-07-14 15:52:49336 'filepath': 'chrome/browser/plugin|chrome/plugin/|'\
337 'chrome/common/plugin|webkit/glue/webplugin|webkit/glue/plugins/',
[email protected]f76c8852012-06-21 16:37:00338 },
[email protected]ef6cc442012-10-30 03:24:17339 'predictors': {
340 'filepath': 'predictors',
341 },
[email protected]f76c8852012-06-21 16:37:00342 'prerender': {
[email protected]78375a52012-07-14 14:47:57343 'filepath': 'prerender'
[email protected]f76c8852012-06-21 16:37:00344 },
345 'pyauto': {
346 'filepath': 'chrome/test/pyautolib' \
347 '|chrome/test/functional' \
348 '|chrome/browser/automation/automation_provider_json'
349 },
350 'remoting': {
[email protected]f2f0fbb92012-07-14 15:52:49351 'filepath': 'remoting/',
[email protected]f76c8852012-06-21 16:37:00352 },
353 'renderer': {
[email protected]f2f0fbb92012-07-14 15:52:49354 'filepath': 'chrome/browser/renderer_host/|chrome/renderer/|'\
355 'chrome/common/render',
[email protected]f76c8852012-06-21 16:37:00356 },
[email protected]21cd39b2012-06-28 01:48:40357 'search': {
[email protected]f2f0fbb92012-07-14 15:52:49358 'filepath': 'chrome/browser/ui/search/',
[email protected]21cd39b2012-06-28 01:48:40359 },
[email protected]f76c8852012-06-21 16:37:00360 'sessions': {
[email protected]f2f0fbb92012-07-14 15:52:49361 'filepath': 'chrome/browser/sessions/',
[email protected]f76c8852012-06-21 16:37:00362 },
363 'shell_window': {
[email protected]981bab22012-12-04 22:38:35364 'filepath': 'chrome/browser/ui/(views/|gtk/|cocoa/|)extensions/(shell|app)'
[email protected]f76c8852012-06-21 16:37:00365 },
366 'site_instance': {
[email protected]f2f0fbb92012-07-14 15:52:49367 'filepath': 'content/browser/site_instance|'\
368 'content/browser/browsing_instance',
[email protected]f76c8852012-06-21 16:37:00369 },
370 'speech': {
[email protected]f2f0fbb92012-07-14 15:52:49371 'filepath': 'chrome/browser/speech/'\
372 '|content/browser/speech/'\
373 '|content/common/.*speech'\
374 '|content/public/.*speech'
[email protected]f76c8852012-06-21 16:37:00375 },
[email protected]ad0295d2012-10-11 23:43:36376 'spellcheck': {
377 'filepath': 'chrome/browser/spellchecker/'\
378 '|chrome/browser/tab_contents/spellchecker'\
379 '|chrome/browser/tab_contents/spelling_menu'\
380 '|chrome/common/spellcheck_'\
381 '|chrome/renderer/spellchecker/'\
382 '|webkit/tools/test_shell/mock_spellcheck'
383 },
[email protected]f76c8852012-06-21 16:37:00384 'sync': {
[email protected]1e29f172012-09-06 16:32:13385 'filepath': 'chrome/browser/sync/|sync/',
[email protected]f76c8852012-06-21 16:37:00386 },
387 'tab_contents': {
[email protected]f2f0fbb92012-07-14 15:52:49388 'filepath': 'chrome/browser/tab_contents/|'\
389 'content/browser/tab_contents/|'\
390 'chrome/browser/ui/tab_contents/',
[email protected]f76c8852012-06-21 16:37:00391 },
392 'task_manager': {
393 'filepath': 'task_manager'
394 },
[email protected]5e105332012-09-13 01:55:52395 'tcmalloc': {
396 'filepath': 'third_party/tcmalloc'
397 },
[email protected]31a10602012-11-21 01:51:26398 'telemetry': {
399 'filepath': 'tools/telemetry'
400 },
[email protected]f76c8852012-06-21 16:37:00401 'tests': {
[email protected]f2f0fbb92012-07-14 15:52:49402 'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/',
[email protected]0cde05a02011-11-30 23:36:52403 },
[email protected]1cbbb30b2011-10-14 08:03:56404 'textinput': {
[email protected]f2f0fbb92012-07-14 15:52:49405 'filepath': 'content/browser/renderer_host/gtk_im'\
406 '|content/browser/renderer_host/gtk_key'\
407 '|content/browser/renderer_host/render_widget_host_view'\
408 '|content/browser/renderer_host/text_input'\
409 '|ui/base/ime/'\
410 '|ui/base/gtk/event'\
411 '|ui/base/gtk/gtk_im'\
412 '|ui/base/keycodes/'\
413 '|ui/base/win/ime'\
414 '|ui/views/controls/textfield/'\
415 '|ui/views/ime/'
[email protected]1cbbb30b2011-10-14 08:03:56416 },
[email protected]3a117c62011-11-29 04:28:02417 'textinput_chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:49418 'filepath': 'chrome/browser/chromeos/input_method/'\
419 '|chrome/browser/chromeos/extensions/input_method'\
420 '|chrome/browser/chromeos/status/input_method'\
421 '|chrome/browser/extensions/extension_input_'\
422 '|chrome/browser/resources/keyboard'\
423 '|chrome/browser/resources/options/language'\
[email protected]ef03eae2011-11-30 08:43:43424 '|chrome/browser/ui/webui/options/'\
[email protected]f2f0fbb92012-07-14 15:52:49425 'chromeos/.*(language|keyboard)'\
426 '|chrome/browser/ui/webui/options/language'
[email protected]3a117c62011-11-29 04:28:02427 },
[email protected]f76c8852012-06-21 16:37:00428 'tools': {
[email protected]f2f0fbb92012-07-14 15:52:49429 'filepath': 'tools/',
[email protected]6bea7b42011-10-19 19:47:09430 },
[email protected]f76c8852012-06-21 16:37:00431 'tools_emacs': {
[email protected]f2f0fbb92012-07-14 15:52:49432 'filepath': 'tools/emacs/',
[email protected]65676d32012-04-18 14:41:05433 },
[email protected]cf428f732012-10-02 20:48:15434 'ui_compositor': {
435 'filepath': 'ui/compositor/layer\.|'\
436 'ui/compositor/layer_unittest|'\
437 'ui/compositor/compositor',
438 },
[email protected]6b5093c2012-05-23 19:10:18439 'ui_resources': {
[email protected]f2f0fbb92012-07-14 15:52:49440 'filepath': 'ui/resources/'\
441 '|ui/base/native_theme/resources/'\
442 '|chrome/app/theme/'
[email protected]6b5093c2012-05-23 19:10:18443 },
[email protected]f76c8852012-06-21 16:37:00444 'valgrind': {
445 'filepath': 'valgrind',
446 },
447 'views': {
448 # Applies to all files and subdirs within this directory.
[email protected]f2f0fbb92012-07-14 15:52:49449 'filepath': '^ui/views/',
[email protected]f76c8852012-06-21 16:37:00450 },
451 'views_core': {
452 'filepath': 'ui/views/view.h|'\
453 'ui/views/view.cc|'\
[email protected]f2f0fbb92012-07-14 15:52:49454 'ui/views/widget/',
[email protected]f76c8852012-06-21 16:37:00455 },
[email protected]d9010032012-07-16 22:50:30456 'webintents': {
457 'filepath': 'chrome/browser/intents/.*'\
458 '|chrome/browser/ui/intents/.*'\
459 '|chrome/browser/webdata/.*intent.*'\
460 '|chrome/browser/ui/webui/options2/.*intent.*'\
461 '|chrome/browser/ui/cocoa/.*intent.*'\
462 '|chrome/browser/ui/gtk/.*intent.*'\
463 '|chrome/browser/ui/views/.*intent.*'\
464 '|content/browser/intents/.*'\
465 '|content/common/intents.*'\
466 '|content/public/browser/.*intent.*'
467 '|webkit/glue/.*intent.*'
468 },
[email protected]208879542012-07-05 11:15:34469 'website_settings': {
[email protected]f2f0fbb92012-07-14 15:52:49470 'filepath': 'chrome/browser/content_settings/'\
471 '|chrome/browser/ui/views/website_settings/'\
472 '|chrome/browser/ui/website_settings/'\
473 '|chrome/common/content_settings',
[email protected]208879542012-07-05 11:15:34474 },
[email protected]f76c8852012-06-21 16:37:00475 'webkit': {
[email protected]f2f0fbb92012-07-14 15:52:49476 'filepath': 'webkit/',
[email protected]f76c8852012-06-21 16:37:00477 },
478 'worker': {
[email protected]f2f0fbb92012-07-14 15:52:49479 'filepath': 'chrome/browser/worker_host/|chrome/worker/|'\
480 'chrome/common/worker_messages|webkit/glue/webworker',
[email protected]f76c8852012-06-21 16:37:00481 },
482 'x11': {
[email protected]f2f0fbb92012-07-14 15:52:49483 'filepath': 'content/browser/renderer_host/backing_store_x\.' \
484 '|chrome/browser/chromeos/input_method/xkeyboard\.' \
485 '|chrome/browser/chromeos/system_key_event_listener\.' \
[email protected]f76c8852012-06-21 16:37:00486 '|chrome/browser/chromeos/'\
[email protected]f2f0fbb92012-07-14 15:52:49487 'xinput_hierarchy_changed_event_listener\.' \
488 '|chrome/browser/chromeos/wm_' \
489 '|ui/base/x/'
[email protected]0d710852012-05-24 01:18:40490 },
[email protected]a3838612009-10-13 21:57:54491 },
[email protected]ca872e362011-07-12 21:06:03492
[email protected]a3838612009-10-13 21:57:54493 'WATCHLISTS': {
[email protected]f76c8852012-06-21 16:37:00494 'accelerator_table': ['[email protected]',
495 '[email protected]',
496 '[email protected]'],
497 'accessibility': ['[email protected]',
498 '[email protected]',
499 '[email protected]',
500 '[email protected]',
501 '[email protected]',
502 '[email protected]',
503 '[email protected]',
504 '[email protected]',
505 '[email protected]'],
[email protected]d2cdf342012-08-07 11:00:02506 'android_infra': ['[email protected]',
507 '[email protected]',
[email protected]124d9b12012-08-24 10:44:58508 '[email protected]',
[email protected]0ebfa0a2012-11-07 19:33:47509 '[email protected]',
510 '[email protected]',
511 '[email protected]'],
[email protected]7ca78dc12012-09-20 09:26:44512 'android_webview': ['[email protected]'],
[email protected]8a197f22012-06-22 14:59:05513 'app_list': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00514 'appcache': ['[email protected]'],
515 'aura': ['[email protected]', '[email protected]'],
516 'autofill': ['[email protected]', '[email protected]',
[email protected]d9310a82012-11-02 02:53:48517 '[email protected]', '[email protected]',
518 '[email protected]',
[email protected]f306c412012-12-08 04:21:55519 '[email protected]', '[email protected]',
520 '[email protected]', '[email protected]',
521 '[email protected]'],
[email protected]be4f8662012-01-02 15:59:59522 'automation': ['[email protected]',
[email protected]73f3435e2011-10-14 13:20:21523 '[email protected]'],
[email protected]4a55dec2012-08-30 18:54:35524 'base': ['[email protected]'],
[email protected]5e105332012-09-13 01:55:52525 'base_allocator': ['[email protected]'],
[email protected]1ed5e0fd2012-07-19 00:19:05526 'base_memory': ['[email protected]'],
[email protected]6b5093c2012-05-23 19:10:18527 'browser_chromeos': ['[email protected]',
528 '[email protected]',
529 '[email protected]'],
[email protected]22650d22012-07-18 17:02:35530 'browser_components': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00531 'browser_compositor': ['[email protected]', '[email protected]',
[email protected]21cd39b2012-06-28 01:48:40532 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:00533 'browser_resources': ['[email protected]'],
[email protected]0ce480532012-07-20 12:33:20534 'browsing_data': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00535 'bubble': ['[email protected]', '[email protected]'],
[email protected]c863702a2012-09-14 20:05:28536 'cc': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00537 'chrome_frame': ['[email protected]', '[email protected]',
538 '[email protected]'],
[email protected]d5b21972012-07-20 02:06:01539 'chrome_views': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00540 'chromedriver': ['[email protected]'],
[email protected]6b5093c2012-05-23 19:10:18541 'chromeos' : ['[email protected]',
542 '[email protected]'],
[email protected]7c59a152012-11-06 20:56:35543 'chromeos_calculator' : ['[email protected]'],
[email protected]d7d35f342012-10-22 20:32:47544 'chromeos_net' : ['[email protected]',
545 '[email protected]',
546 '[email protected]'],
[email protected]93a564782011-09-28 14:20:31547 'chromeos_webui': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00548 'clang_update': ['[email protected]', '[email protected]',
[email protected]84b8bd102012-11-07 04:59:14549 '[email protected]',
550 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:00551 'clipboard': ['[email protected]'],
[email protected]6acd6d22012-08-03 15:00:45552 'contacts': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00553 'content': ['[email protected]', '[email protected]',
[email protected]ad74c372012-06-28 11:02:58554 '[email protected]'],
[email protected]aa3311a2012-11-19 16:04:58555 'content_shell': ['[email protected]'],
[email protected]6dc01c542012-11-15 02:48:09556 'cookie_monster': ['[email protected]'],
[email protected]5e105332012-09-13 01:55:52557 'deep_memory_profiler': ['[email protected]'],
[email protected]342b12872012-11-07 12:10:46558 'devtools': ['[email protected]', '[email protected]',
559 '[email protected]'],
[email protected]bab2a832012-07-11 23:29:41560 'disk_cache': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00561 'dns': ['[email protected]'],
[email protected]8492b5b2012-12-17 21:58:08562 'download': ['[email protected]', '[email protected]'],
563 'downloads_ext': ['[email protected]'],
564 'downloads_ui': ['[email protected]', '[email protected]', '[email protected]'],
[email protected]f6df20a2012-10-23 21:22:07565 'drive': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00566 'extension': ['[email protected]',
[email protected]8acbdbe2012-10-18 23:20:04567 '[email protected]'],
[email protected]aed5a3012012-09-13 02:32:18568 'fileapi': ['[email protected]', '[email protected]'],
[email protected]f76c8852012-06-21 16:37:00569 'filebrowse': ['[email protected]'],
570 'ftp': ['[email protected]'],
571 'fullscreen_controller': ['[email protected]'],
[email protected]cf428f732012-10-02 20:48:15572 'gfx_geometry': ['[email protected]'],
[email protected]f93b7382012-08-09 20:53:16573 'gfx_image': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00574 'gpu': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00575 'history_ui': ['[email protected]'],
576 'i18n': ['[email protected]'],
577 'imageburner': ['[email protected]', '[email protected]'],
578 'importer': ['[email protected]'],
579 'installer': ['[email protected]'],
[email protected]c0baf2352012-08-01 02:52:57580 'instant': ['[email protected]', '[email protected]',
581 '[email protected]', '[email protected]',
[email protected]ef6cc442012-10-30 03:24:17582 '[email protected]', '[email protected]',
583 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:00584 'ipc': ['[email protected]', '[email protected]'],
585 'labs': ['[email protected]'],
586 'linux-sandboxing': ['[email protected]', '[email protected]'],
587 'linux-seccomp-bpf': ['[email protected]'],
588 'locale_settings': ['[email protected]'],
[email protected]9cfa6e5a2012-11-14 17:13:03589 'mac': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00590 'media': ['[email protected]'],
591 'message_loop': ['[email protected]'],
592 'metrics': ['[email protected]',
593 '[email protected]',
594 '[email protected]'],
595 'mouse_lock': ['[email protected]'],
596 'nacl': ['[email protected]'],
597 'net': ['[email protected]', '[email protected]'],
598 'net_error_list': ['[email protected]'],
599 'net_log': ['[email protected]', '[email protected]'],
[email protected]d5fa18c42010-06-01 22:33:31600 'npapi_headers': ['[email protected]'],
[email protected]0bce107762012-11-27 11:42:54601 'ntp': ['[email protected]', '[email protected]',
602 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:00603 'omnibox': ['[email protected]'],
[email protected]437c44b2012-11-08 01:35:52604 'options': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00605 'panels': ['[email protected]', '[email protected]',
606 '[email protected]', '[email protected]'],
607 'pepper_api': ['[email protected]', '[email protected]',
[email protected]5243260f2012-09-11 00:09:25608 '[email protected]', '[email protected]',
[email protected]a5424e92012-10-27 18:24:39609 '[email protected]', '[email protected]'],
[email protected]31a10602012-11-21 01:51:26610 'perf': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00611 'plugin': ['[email protected]', '[email protected]',
612 '[email protected]'],
[email protected]ef6cc442012-10-30 03:24:17613 'predictors': ['[email protected]', '[email protected]'],
[email protected]f76c8852012-06-21 16:37:00614 'prerender': ['[email protected]', '[email protected]',
[email protected]78375a52012-07-14 14:47:57615 '[email protected]', '[email protected]',
616 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:00617 'pyauto': ['[email protected]',
[email protected]4f788fd2012-10-10 21:43:38618 '[email protected]',
[email protected]f76c8852012-06-21 16:37:00619 '[email protected]'],
[email protected]e2c1e292012-01-25 23:40:34620 'remoting': ['[email protected]',
621 '[email protected]',
622 '[email protected]',
[email protected]84cdbcc42011-11-17 01:01:01623 '[email protected]',
[email protected]e06acea2011-02-03 07:11:07624 '[email protected]',
625 '[email protected]',
[email protected]aed5a3012012-09-13 02:32:18626 '[email protected]',
[email protected]e06acea2011-02-03 07:11:07627 '[email protected]',
628 '[email protected]',
[email protected]6ceb3fc52011-12-08 22:04:34629 '[email protected]',
630 '[email protected]',
631 '[email protected]'],
[email protected]4a55dec2012-08-30 18:54:35632 'renderer': ['[email protected]'],
[email protected]21cd39b2012-06-28 01:48:40633 'search': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00634 'sessions': ['[email protected]'],
635 'shell_window': ['[email protected]'],
636 'site_instance': ['[email protected]', '[email protected]'],
[email protected]ad0295d2012-10-11 23:43:36637 'spellcheck': ['[email protected]',
638 '[email protected]'],
[email protected]be73a982012-09-12 22:29:47639 'sync': ['[email protected]',
640 '[email protected]',
641 '[email protected]',
642 '[email protected]'],
[email protected]4a55dec2012-08-30 18:54:35643 'tab_contents': ['[email protected]',
[email protected]f76c8852012-06-21 16:37:00644 '[email protected]', '[email protected]'],
[email protected]531b1532011-08-11 03:52:01645 'task_manager': ['[email protected]'],
[email protected]5e105332012-09-13 01:55:52646 'tcmalloc': ['[email protected]'],
[email protected]31a10602012-11-21 01:51:26647 'telemetry': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00648 'tests': [],
[email protected]494f3cf2011-11-14 07:14:02649 'textinput': ['[email protected]',
650 '[email protected]',
651 '[email protected]'],
[email protected]3a117c62011-11-29 04:28:02652 'textinput_chromeos': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00653 'tools': ['[email protected]'],
654 'tools_emacs': ['[email protected]',
655 '[email protected]'],
[email protected]cf428f732012-10-02 20:48:15656 'ui_compositor': ['[email protected]'],
[email protected]6b5093c2012-05-23 19:10:18657 'ui_resources': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00658 'valgrind': ['[email protected]',
659 '[email protected]',
660 '[email protected]'],
661 'views': ['[email protected]'],
662 'views_core': ['[email protected]'],
[email protected]d9010032012-07-16 22:50:30663 'webintents': [
664 '[email protected]',
[email protected]30207982012-08-10 00:25:20665 '[email protected]',
[email protected]631ac672012-09-06 22:02:45666 '[email protected]',
667 '[email protected]'],
[email protected]208879542012-07-05 11:15:34668 'website_settings': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00669 'webkit': ['[email protected]'],
670 'worker': ['[email protected]'],
671 'x11': ['[email protected]',
672 '[email protected]',
673 '[email protected]'],
[email protected]a3838612009-10-13 21:57:54674 },
675}