blob: 4692ba9281599ff511785f10c86da6fffdd72a10 [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/' \
85 '|chrome/browser/history/'
[email protected]22650d22012-07-18 17:02:3586 },
[email protected]f76c8852012-06-21 16:37:0087 'browser_compositor': {
[email protected]f2f0fbb92012-07-14 15:52:4988 'filepath': 'ui/compositor/'
[email protected]fbd846b2010-11-19 01:32:1889 },
[email protected]f76c8852012-06-21 16:37:0090 'browser_resources': {
[email protected]f2f0fbb92012-07-14 15:52:4991 'filepath': 'chrome/browser/resources/',
[email protected]f76c8852012-06-21 16:37:0092 },
[email protected]0ce480532012-07-20 12:33:2093 'browsing_data': {
94 'filepath': 'chrome/browser/browsing_data/',
95 },
[email protected]f76c8852012-06-21 16:37:0096 'bubble': {
[email protected]f2f0fbb92012-07-14 15:52:4997 'filepath': 'ui/views/bubble/|'\
98 'chrome/browser/ui/views/bubble/',
[email protected]f76c8852012-06-21 16:37:0099 },
[email protected]c863702a2012-09-14 20:05:28100 'cc': {
101 'filepath': 'cc/|'\
[email protected]4934d362012-11-22 22:04:53102 'webkit/compositor_bindings/|'\
103 'content/common/cc_messages'
[email protected]c863702a2012-09-14 20:05:28104 },
[email protected]f76c8852012-06-21 16:37:00105 'chrome_frame': {
[email protected]f2f0fbb92012-07-14 15:52:49106 'filepath': 'chrome_frame/',
[email protected]ee6ded32011-01-24 14:33:27107 },
[email protected]d5b21972012-07-20 02:06:01108 'chrome_views': {
109 'filepath': 'chrome/browser/ui/views',
110 },
[email protected]f7bf8ba2011-02-24 22:28:46111 'chromedriver': {
112 'filepath': 'chrome/test/webdriver|third_party/webdriver'
113 },
[email protected]f76c8852012-06-21 16:37:00114 'chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:49115 'filepath': 'chromeos/',
[email protected]531b1532011-08-11 03:52:01116 },
[email protected]7c59a152012-11-06 20:56:35117 'chromeos_calculator': {
118 'filepath': 'chrome/common/extensions/docs/examples/apps/calculator/',
119 },
[email protected]f76c8852012-06-21 16:37:00120 'chromeos_login': {
[email protected]f2f0fbb92012-07-14 15:52:49121 'filepath': 'chrome/browser/chromeos/login/|'\
122 'chrome/browser/ui/webui/chromeos/login/|'\
123 'chrome/browser/resources/chromeos/login/',
[email protected]a791dac2011-04-07 23:22:57124 },
[email protected]d7d35f342012-10-22 20:32:47125 'chromeos_net': {
126 'filepath': 'chromeos/network/|'\
127 'chrome/browser/chromeos/cros/|'\
128 'chrome/browser/chromeos/net/',
129 },
[email protected]f76c8852012-06-21 16:37:00130 'chromeos_webui': {
[email protected]f2f0fbb92012-07-14 15:52:49131 'filepath': 'chrome/browser/ui/webui/chromeos/|'\
132 'chrome/browser/resources/chromeos/',
[email protected]ba03af42012-03-08 01:37:12133 },
[email protected]cef7a6d2011-04-29 20:49:07134 'clang_update': {
135 'filepath': 'tools/clang/scripts/update.sh'
136 },
[email protected]f76c8852012-06-21 16:37:00137 'clipboard': {
138 'filepath': 'clipboard|dnd|drag|drop',
[email protected]2418b022011-05-19 21:06:02139 },
[email protected]6acd6d22012-08-03 15:00:45140 'contacts': {
141 'filepath': 'chrome/browser/chromeos/contacts/|'\
142 'chrome/browser/chromeos/gdata/gdata_contacts_service',
143 },
[email protected]f76c8852012-06-21 16:37:00144 'content': {
[email protected]f2f0fbb92012-07-14 15:52:49145 'filepath': 'content/',
[email protected]f76c8852012-06-21 16:37:00146 },
[email protected]aa3311a2012-11-19 16:04:58147 'content_shell': {
148 'filepath': 'content/shell/',
149 },
[email protected]f76c8852012-06-21 16:37:00150 'cookie_monster': {
[email protected]f2f0fbb92012-07-14 15:52:49151 'filepath': 'net/cookies/|'\
152 'chrome/browser/net/sqlite_persistent_cookie_store',
[email protected]f76c8852012-06-21 16:37:00153 },
[email protected]5e105332012-09-13 01:55:52154 'deep_memory_profiler': {
155 'filepath': 'tools/(deep_memory_profiler|find_runtime_symbols)',
156 },
[email protected]342b12872012-11-07 12:10:46157 'devtools': {
158 'filepath': 'devtools',
159 },
[email protected]bab2a832012-07-11 23:29:41160 'disk_cache': {
161 'filepath': 'net/disk_cache/|http_cache',
162 },
[email protected]f76c8852012-06-21 16:37:00163 'dns': {
[email protected]f2f0fbb92012-07-14 15:52:49164 'filepath': 'net/base/host_resolver|' \
165 'net/base/host_cache|' \
166 'net/dns/'
[email protected]f76c8852012-06-21 16:37:00167 },
168 'domui_options': {
[email protected]f2f0fbb92012-07-14 15:52:49169 'filepath': 'chrome/browser/resources/options/|'\
[email protected]f76c8852012-06-21 16:37:00170 'chrome/browser/resources/options.html|'\
[email protected]f2f0fbb92012-07-14 15:52:49171 'chrome/browser/ui/webui/options/',
[email protected]f76c8852012-06-21 16:37:00172 },
173 'download': {
[email protected]f2f0fbb92012-07-14 15:52:49174 'filepath': 'chrome/browser/download/|'\
175 'content/browser/download/',
[email protected]6bff0ad2011-06-17 01:32:51176 },
[email protected]ca872e362011-07-12 21:06:03177 'downloads_ui': {
[email protected]f2f0fbb92012-07-14 15:52:49178 'filepath': 'chrome/browser/resources/.*downloads\.' \
179 '|chrome/browser/ui/webui/.*downloads' \
180 '|chrome/browser/ui/views/download/' \
181 '|chrome/browser/ui/cocoa/download/' \
182 '|chrome/browser/ui/gtk/download/'
[email protected]ca872e362011-07-12 21:06:03183 },
[email protected]f6df20a2012-10-23 21:22:07184 'drive': {
185 'filepath': 'chrome/browser/chromeos/drive/' \
186 '|chrome/browser/google_apis/'
187 },
[email protected]f76c8852012-06-21 16:37:00188 'extension': {
189 'filepath': 'extension',
[email protected]161277d42011-06-24 20:48:45190 },
[email protected]f76c8852012-06-21 16:37:00191 'fileapi': {
[email protected]f2f0fbb92012-07-14 15:52:49192 'filepath': 'file_system/' \
193 '|fileapi/'
[email protected]80919512011-08-03 08:51:04194 },
[email protected]f76c8852012-06-21 16:37:00195 'filebrowse': {
196 'filepath': 'file_browser' \
197 '|file_manager' \
198 '|filebrowse'
[email protected]4b07b62cc2011-10-03 17:52:39199 },
[email protected]f76c8852012-06-21 16:37:00200 'ftp': {
201 'filepath': 'ftp',
[email protected]ffeb189d2011-10-05 18:49:39202 },
[email protected]f76c8852012-06-21 16:37:00203 'fullscreen_controller': {
204 'filepath': 'fullscreen_controller',
205 },
[email protected]f93b7382012-08-09 20:53:16206 'gfx_image': {
207 'filepath': 'ui/gfx/image/',
208 },
[email protected]cf428f732012-10-02 20:48:15209 'gfx_geometry': {
210 'filepath': 'ui/gfx/rect|'\
[email protected]38b6f042012-11-02 17:01:24211 'ui/gfx/quad|'\
[email protected]cf428f732012-10-02 20:48:15212 'ui/gfx/point|'\
213 'ui/gfx/size|'\
[email protected]ceb36f7d2012-10-31 18:33:24214 'ui/gfx/transform|'\
215 'ui/gfx/vector2d',
[email protected]cf428f732012-10-02 20:48:15216 },
[email protected]f76c8852012-06-21 16:37:00217 'gpu': {
[email protected]f2f0fbb92012-07-14 15:52:49218 'filepath': 'gpu/',
[email protected]f76c8852012-06-21 16:37:00219 },
[email protected]f76c8852012-06-21 16:37:00220 'history_ui': {
[email protected]f2f0fbb92012-07-14 15:52:49221 'filepath': 'chrome/browser/resources/history',
[email protected]f76c8852012-06-21 16:37:00222 },
223 'i18n': {
[email protected]f2f0fbb92012-07-14 15:52:49224 'filepath': 'base/i18n/|base/string|l10n|icu|'\
225 'locale_settings|encoding',
[email protected]f76c8852012-06-21 16:37:00226 },
227 'imageburner': {
228 'filepath': 'imageburner'
229 },
230 'importer': {
[email protected]f2f0fbb92012-07-14 15:52:49231 'filepath': 'import',
[email protected]f76c8852012-06-21 16:37:00232 },
233 'installer': {
[email protected]f2f0fbb92012-07-14 15:52:49234 'filepath': 'chrome/installer/',
[email protected]f76c8852012-06-21 16:37:00235 },
[email protected]56b4b09d32012-07-27 18:28:41236 'instant': {
237 'filepath': 'instant|searchbox',
238 },
[email protected]f76c8852012-06-21 16:37:00239 'ipc': {
[email protected]f2f0fbb92012-07-14 15:52:49240 'filepath': 'ipc/ipc',
[email protected]f76c8852012-06-21 16:37:00241 },
242 'labs': {
243 'filepath': 'chrome/browser/labs' \
244 '|chrome/browser/dom_ui/labs'
245 },
246 'layout_tests': {
[email protected]f2f0fbb92012-07-14 15:52:49247 'filepath': 'webkit/(tools|data)/(layout_tests|test_shell)/',
[email protected]f76c8852012-06-21 16:37:00248 },
249 'linux-sandboxing': {
[email protected]f2f0fbb92012-07-14 15:52:49250 'filepath': 'sandbox/linux/',
[email protected]f76c8852012-06-21 16:37:00251 },
252 'linux-seccomp-bpf': {
[email protected]d6a23612012-11-13 20:11:54253 'filepath': 'content/common/sandbox.*linux.cc',
[email protected]f76c8852012-06-21 16:37:00254 },
255 'locale_settings': {
[email protected]f2f0fbb92012-07-14 15:52:49256 'filepath': 'chrome/app/resources/locale_settings',
[email protected]f76c8852012-06-21 16:37:00257 },
258 'mac': {
259 'filepath': 'cocoa|\.mm$|(_mac|_posix)\.(cc|h)$',
260 },
261 'media': {
[email protected]f2f0fbb92012-07-14 15:52:49262 'filepath': 'media/|third_party/(ffmpeg|openmax)/|webmediaplayer|'\
[email protected]034548d2012-07-31 20:34:00263 'audio_message_filter|video_layer|media_internals',
[email protected]f76c8852012-06-21 16:37:00264 },
265 'message_loop': {
[email protected]f2f0fbb92012-07-14 15:52:49266 'filepath': 'base/message_'
[email protected]f76c8852012-06-21 16:37:00267 },
268 'metrics': {
[email protected]f2f0fbb92012-07-14 15:52:49269 'filepath': 'base/metrics/'\
270 '|chrome/browser/metrics/'\
271 '|chrome/common/metrics/'\
272 '|chrome_frame/metrics'\
273 '|chrome/browser/chromeos/external_metrics'\
274 '|chrome/browser/extensions/api/metrics/metrics'\
275 '|chrome/browser/ui/webui/metrics_handler'\
[email protected]f76c8852012-06-21 16:37:00276 '|content/browser/user_metrics.cc'\
277 '|content/public/browser/user_metrics.h'\
278 '|chrome/tools/extract_actions.py'
279 },
280 'mouse_lock': {
281 'filepath': 'mouse_lock',
282 },
283 'nacl': {
[email protected]f2f0fbb92012-07-14 15:52:49284 'filepath': 'chrome/nacl/|chrome/test/nacl/|'\
285 'chrome/browser/nacl_host/|chrome/common/nacl',
[email protected]f76c8852012-06-21 16:37:00286 },
287 'net': {
[email protected]f2f0fbb92012-07-14 15:52:49288 'filepath': 'net/',
[email protected]f76c8852012-06-21 16:37:00289 },
290 'net_error_list': {
291 'filepath': 'net/base/net_error_list.h',
292 },
293 'net_log': {
[email protected]f2f0fbb92012-07-14 15:52:49294 'filepath': 'net/base/net_log|' \
295 'chrome/browser/net/.*net_log|' \
296 'chrome/browser/net/passive_log_collector|' \
297 'chrome/browser/resources/net_internals/|' \
298 'chrome/browser/ui/webui/net_internals/'
[email protected]f76c8852012-06-21 16:37:00299 },
300 'npapi_headers': {
[email protected]f2f0fbb92012-07-14 15:52:49301 'filepath': 'third_party/npapi/bindings/',
[email protected]f76c8852012-06-21 16:37:00302 },
303 'ntp': {
[email protected]f2f0fbb92012-07-14 15:52:49304 'filepath': 'chrome/browser/resources/ntp4/|'\
[email protected]437c44b2012-11-08 01:35:52305 'chrome/browser/resources/ntp_search/|'\
[email protected]f2f0fbb92012-07-14 15:52:49306 'chrome/browser/ui/webui/ntp/',
[email protected]f76c8852012-06-21 16:37:00307 },
308 'omnibox': {
[email protected]f2f0fbb92012-07-14 15:52:49309 'filepath': 'chrome/browser/autocomplete/'\
310 '|chrome/browser/ui/.*/omnibox/'
[email protected]f76c8852012-06-21 16:37:00311 },
[email protected]437c44b2012-11-08 01:35:52312 'options': {
313 'filepath': 'chrome/browser/resources/options/|'\
314 'chrome/browser/ui/webui/options/',
315 },
[email protected]f76c8852012-06-21 16:37:00316 'panels': {
[email protected]7cbe5a52012-09-27 02:00:29317 'filepath': 'chrome/browser/ui/panels'\
318 '|chrome/browser/ui/cocoa/panels'\
319 '|chrome/browser/ui/gtk/panels'\
320 '|chrome/browser/ui/views/panels'
[email protected]f76c8852012-06-21 16:37:00321 },
322 'pepper_api': {
[email protected]f2f0fbb92012-07-14 15:52:49323 'filepath': 'ppapi/c/',
[email protected]f76c8852012-06-21 16:37:00324 },
[email protected]31a10602012-11-21 01:51:26325 'perf': {
326 'filepath': 'tools/perf' \
327 '|tools/telemetry' \
328 '|chrome/test/perf'
329 },
[email protected]f76c8852012-06-21 16:37:00330 'plugin': {
[email protected]f2f0fbb92012-07-14 15:52:49331 'filepath': 'chrome/browser/plugin|chrome/plugin/|'\
332 'chrome/common/plugin|webkit/glue/webplugin|webkit/glue/plugins/',
[email protected]f76c8852012-06-21 16:37:00333 },
[email protected]ef6cc442012-10-30 03:24:17334 'predictors': {
335 'filepath': 'predictors',
336 },
[email protected]f76c8852012-06-21 16:37:00337 'prerender': {
[email protected]78375a52012-07-14 14:47:57338 'filepath': 'prerender'
[email protected]f76c8852012-06-21 16:37:00339 },
340 'pyauto': {
341 'filepath': 'chrome/test/pyautolib' \
342 '|chrome/test/functional' \
343 '|chrome/browser/automation/automation_provider_json'
344 },
345 'remoting': {
[email protected]f2f0fbb92012-07-14 15:52:49346 'filepath': 'remoting/',
[email protected]f76c8852012-06-21 16:37:00347 },
348 'renderer': {
[email protected]f2f0fbb92012-07-14 15:52:49349 'filepath': 'chrome/browser/renderer_host/|chrome/renderer/|'\
350 'chrome/common/render',
[email protected]f76c8852012-06-21 16:37:00351 },
[email protected]21cd39b2012-06-28 01:48:40352 'search': {
[email protected]f2f0fbb92012-07-14 15:52:49353 'filepath': 'chrome/browser/ui/search/',
[email protected]21cd39b2012-06-28 01:48:40354 },
[email protected]f76c8852012-06-21 16:37:00355 'sessions': {
[email protected]f2f0fbb92012-07-14 15:52:49356 'filepath': 'chrome/browser/sessions/',
[email protected]f76c8852012-06-21 16:37:00357 },
358 'shell_window': {
[email protected]981bab22012-12-04 22:38:35359 'filepath': 'chrome/browser/ui/(views/|gtk/|cocoa/|)extensions/(shell|app)'
[email protected]f76c8852012-06-21 16:37:00360 },
361 'site_instance': {
[email protected]f2f0fbb92012-07-14 15:52:49362 'filepath': 'content/browser/site_instance|'\
363 'content/browser/browsing_instance',
[email protected]f76c8852012-06-21 16:37:00364 },
365 'speech': {
[email protected]f2f0fbb92012-07-14 15:52:49366 'filepath': 'chrome/browser/speech/'\
367 '|content/browser/speech/'\
368 '|content/common/.*speech'\
369 '|content/public/.*speech'
[email protected]f76c8852012-06-21 16:37:00370 },
[email protected]ad0295d2012-10-11 23:43:36371 'spellcheck': {
372 'filepath': 'chrome/browser/spellchecker/'\
373 '|chrome/browser/tab_contents/spellchecker'\
374 '|chrome/browser/tab_contents/spelling_menu'\
375 '|chrome/common/spellcheck_'\
376 '|chrome/renderer/spellchecker/'\
377 '|webkit/tools/test_shell/mock_spellcheck'
378 },
[email protected]f76c8852012-06-21 16:37:00379 'sync': {
[email protected]1e29f172012-09-06 16:32:13380 'filepath': 'chrome/browser/sync/|sync/',
[email protected]f76c8852012-06-21 16:37:00381 },
382 'tab_contents': {
[email protected]f2f0fbb92012-07-14 15:52:49383 'filepath': 'chrome/browser/tab_contents/|'\
384 'content/browser/tab_contents/|'\
385 'chrome/browser/ui/tab_contents/',
[email protected]f76c8852012-06-21 16:37:00386 },
387 'task_manager': {
388 'filepath': 'task_manager'
389 },
[email protected]5e105332012-09-13 01:55:52390 'tcmalloc': {
391 'filepath': 'third_party/tcmalloc'
392 },
[email protected]31a10602012-11-21 01:51:26393 'telemetry': {
394 'filepath': 'tools/telemetry'
395 },
[email protected]f76c8852012-06-21 16:37:00396 'tests': {
[email protected]f2f0fbb92012-07-14 15:52:49397 'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/',
[email protected]0cde05a02011-11-30 23:36:52398 },
[email protected]1cbbb30b2011-10-14 08:03:56399 'textinput': {
[email protected]f2f0fbb92012-07-14 15:52:49400 'filepath': 'content/browser/renderer_host/gtk_im'\
401 '|content/browser/renderer_host/gtk_key'\
402 '|content/browser/renderer_host/render_widget_host_view'\
403 '|content/browser/renderer_host/text_input'\
404 '|ui/base/ime/'\
405 '|ui/base/gtk/event'\
406 '|ui/base/gtk/gtk_im'\
407 '|ui/base/keycodes/'\
408 '|ui/base/win/ime'\
409 '|ui/views/controls/textfield/'\
410 '|ui/views/ime/'
[email protected]1cbbb30b2011-10-14 08:03:56411 },
[email protected]3a117c62011-11-29 04:28:02412 'textinput_chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:49413 'filepath': 'chrome/browser/chromeos/input_method/'\
414 '|chrome/browser/chromeos/extensions/input_method'\
415 '|chrome/browser/chromeos/status/input_method'\
416 '|chrome/browser/extensions/extension_input_'\
417 '|chrome/browser/resources/keyboard'\
418 '|chrome/browser/resources/options/language'\
[email protected]ef03eae2011-11-30 08:43:43419 '|chrome/browser/ui/webui/options/'\
[email protected]f2f0fbb92012-07-14 15:52:49420 'chromeos/.*(language|keyboard)'\
421 '|chrome/browser/ui/webui/options/language'
[email protected]3a117c62011-11-29 04:28:02422 },
[email protected]f76c8852012-06-21 16:37:00423 'tools': {
[email protected]f2f0fbb92012-07-14 15:52:49424 'filepath': 'tools/',
[email protected]6bea7b42011-10-19 19:47:09425 },
[email protected]f76c8852012-06-21 16:37:00426 'tools_emacs': {
[email protected]f2f0fbb92012-07-14 15:52:49427 'filepath': 'tools/emacs/',
[email protected]65676d32012-04-18 14:41:05428 },
[email protected]cf428f732012-10-02 20:48:15429 'ui_compositor': {
430 'filepath': 'ui/compositor/layer\.|'\
431 'ui/compositor/layer_unittest|'\
432 'ui/compositor/compositor',
433 },
[email protected]6b5093c2012-05-23 19:10:18434 'ui_resources': {
[email protected]f2f0fbb92012-07-14 15:52:49435 'filepath': 'ui/resources/'\
436 '|ui/base/native_theme/resources/'\
437 '|chrome/app/theme/'
[email protected]6b5093c2012-05-23 19:10:18438 },
[email protected]f76c8852012-06-21 16:37:00439 'valgrind': {
440 'filepath': 'valgrind',
441 },
442 'views': {
443 # Applies to all files and subdirs within this directory.
[email protected]f2f0fbb92012-07-14 15:52:49444 'filepath': '^ui/views/',
[email protected]f76c8852012-06-21 16:37:00445 },
446 'views_core': {
447 'filepath': 'ui/views/view.h|'\
448 'ui/views/view.cc|'\
[email protected]f2f0fbb92012-07-14 15:52:49449 'ui/views/widget/',
[email protected]f76c8852012-06-21 16:37:00450 },
[email protected]d9010032012-07-16 22:50:30451 'webintents': {
452 'filepath': 'chrome/browser/intents/.*'\
453 '|chrome/browser/ui/intents/.*'\
454 '|chrome/browser/webdata/.*intent.*'\
455 '|chrome/browser/ui/webui/options2/.*intent.*'\
456 '|chrome/browser/ui/cocoa/.*intent.*'\
457 '|chrome/browser/ui/gtk/.*intent.*'\
458 '|chrome/browser/ui/views/.*intent.*'\
459 '|content/browser/intents/.*'\
460 '|content/common/intents.*'\
461 '|content/public/browser/.*intent.*'
462 '|webkit/glue/.*intent.*'
463 },
[email protected]208879542012-07-05 11:15:34464 'website_settings': {
[email protected]f2f0fbb92012-07-14 15:52:49465 'filepath': 'chrome/browser/content_settings/'\
466 '|chrome/browser/ui/views/website_settings/'\
467 '|chrome/browser/ui/website_settings/'\
468 '|chrome/common/content_settings',
[email protected]208879542012-07-05 11:15:34469 },
[email protected]f76c8852012-06-21 16:37:00470 'webkit': {
[email protected]f2f0fbb92012-07-14 15:52:49471 'filepath': 'webkit/',
[email protected]f76c8852012-06-21 16:37:00472 },
473 'worker': {
[email protected]f2f0fbb92012-07-14 15:52:49474 'filepath': 'chrome/browser/worker_host/|chrome/worker/|'\
475 'chrome/common/worker_messages|webkit/glue/webworker',
[email protected]f76c8852012-06-21 16:37:00476 },
477 'x11': {
[email protected]f2f0fbb92012-07-14 15:52:49478 'filepath': 'content/browser/renderer_host/backing_store_x\.' \
479 '|chrome/browser/chromeos/input_method/xkeyboard\.' \
480 '|chrome/browser/chromeos/system_key_event_listener\.' \
[email protected]f76c8852012-06-21 16:37:00481 '|chrome/browser/chromeos/'\
[email protected]f2f0fbb92012-07-14 15:52:49482 'xinput_hierarchy_changed_event_listener\.' \
483 '|chrome/browser/chromeos/wm_' \
484 '|ui/base/x/'
[email protected]0d710852012-05-24 01:18:40485 },
[email protected]a3838612009-10-13 21:57:54486 },
[email protected]ca872e362011-07-12 21:06:03487
[email protected]a3838612009-10-13 21:57:54488 'WATCHLISTS': {
[email protected]f76c8852012-06-21 16:37:00489 'accelerator_table': ['[email protected]',
490 '[email protected]',
491 '[email protected]'],
492 'accessibility': ['[email protected]',
493 '[email protected]',
494 '[email protected]',
495 '[email protected]',
496 '[email protected]',
497 '[email protected]',
498 '[email protected]',
499 '[email protected]',
500 '[email protected]'],
[email protected]d2cdf342012-08-07 11:00:02501 'android_infra': ['[email protected]',
502 '[email protected]',
[email protected]124d9b12012-08-24 10:44:58503 '[email protected]',
[email protected]0ebfa0a2012-11-07 19:33:47504 '[email protected]',
505 '[email protected]',
506 '[email protected]'],
[email protected]7ca78dc12012-09-20 09:26:44507 'android_webview': ['[email protected]'],
[email protected]8a197f22012-06-22 14:59:05508 'app_list': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00509 'appcache': ['[email protected]'],
510 'aura': ['[email protected]', '[email protected]'],
511 'autofill': ['[email protected]', '[email protected]',
[email protected]d9310a82012-11-02 02:53:48512 '[email protected]', '[email protected]',
513 '[email protected]',
[email protected]f306c412012-12-08 04:21:55514 '[email protected]', '[email protected]',
515 '[email protected]', '[email protected]',
516 '[email protected]'],
[email protected]be4f8662012-01-02 15:59:59517 'automation': ['[email protected]',
[email protected]73f3435e2011-10-14 13:20:21518 '[email protected]'],
[email protected]4a55dec2012-08-30 18:54:35519 'base': ['[email protected]'],
[email protected]5e105332012-09-13 01:55:52520 'base_allocator': ['[email protected]'],
[email protected]1ed5e0fd2012-07-19 00:19:05521 'base_memory': ['[email protected]'],
[email protected]6b5093c2012-05-23 19:10:18522 'browser_chromeos': ['[email protected]',
523 '[email protected]',
524 '[email protected]'],
[email protected]22650d22012-07-18 17:02:35525 'browser_components': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00526 'browser_compositor': ['[email protected]', '[email protected]',
[email protected]21cd39b2012-06-28 01:48:40527 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:00528 'browser_resources': ['[email protected]'],
[email protected]0ce480532012-07-20 12:33:20529 'browsing_data': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00530 'bubble': ['[email protected]', '[email protected]'],
[email protected]c863702a2012-09-14 20:05:28531 'cc': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00532 'chrome_frame': ['[email protected]', '[email protected]',
533 '[email protected]'],
[email protected]d5b21972012-07-20 02:06:01534 'chrome_views': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00535 'chromedriver': ['[email protected]'],
[email protected]6b5093c2012-05-23 19:10:18536 'chromeos' : ['[email protected]',
537 '[email protected]'],
[email protected]7c59a152012-11-06 20:56:35538 'chromeos_calculator' : ['[email protected]'],
[email protected]d7d35f342012-10-22 20:32:47539 'chromeos_net' : ['[email protected]',
540 '[email protected]',
541 '[email protected]'],
[email protected]93a564782011-09-28 14:20:31542 'chromeos_webui': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00543 'clang_update': ['[email protected]', '[email protected]',
[email protected]84b8bd102012-11-07 04:59:14544 '[email protected]',
545 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:00546 'clipboard': ['[email protected]'],
[email protected]6acd6d22012-08-03 15:00:45547 'contacts': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00548 'content': ['[email protected]', '[email protected]',
[email protected]ad74c372012-06-28 11:02:58549 '[email protected]'],
[email protected]aa3311a2012-11-19 16:04:58550 'content_shell': ['[email protected]'],
[email protected]6dc01c542012-11-15 02:48:09551 'cookie_monster': ['[email protected]'],
[email protected]5e105332012-09-13 01:55:52552 'deep_memory_profiler': ['[email protected]'],
[email protected]342b12872012-11-07 12:10:46553 'devtools': ['[email protected]', '[email protected]',
554 '[email protected]'],
[email protected]bab2a832012-07-11 23:29:41555 'disk_cache': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00556 'dns': ['[email protected]'],
557 'download': ['[email protected]'],
558 'downloads_ui': ['[email protected]', '[email protected]'],
[email protected]f6df20a2012-10-23 21:22:07559 'drive': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00560 'extension': ['[email protected]',
[email protected]8acbdbe2012-10-18 23:20:04561 '[email protected]'],
[email protected]aed5a3012012-09-13 02:32:18562 'fileapi': ['[email protected]', '[email protected]'],
[email protected]f76c8852012-06-21 16:37:00563 'filebrowse': ['[email protected]'],
564 'ftp': ['[email protected]'],
565 'fullscreen_controller': ['[email protected]'],
[email protected]cf428f732012-10-02 20:48:15566 'gfx_geometry': ['[email protected]'],
[email protected]f93b7382012-08-09 20:53:16567 'gfx_image': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00568 'gpu': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00569 'history_ui': ['[email protected]'],
570 'i18n': ['[email protected]'],
571 'imageburner': ['[email protected]', '[email protected]'],
572 'importer': ['[email protected]'],
573 'installer': ['[email protected]'],
[email protected]c0baf2352012-08-01 02:52:57574 'instant': ['[email protected]', '[email protected]',
575 '[email protected]', '[email protected]',
[email protected]ef6cc442012-10-30 03:24:17576 '[email protected]', '[email protected]',
577 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:00578 'ipc': ['[email protected]', '[email protected]'],
579 'labs': ['[email protected]'],
580 'linux-sandboxing': ['[email protected]', '[email protected]'],
581 'linux-seccomp-bpf': ['[email protected]'],
582 'locale_settings': ['[email protected]'],
[email protected]9cfa6e5a2012-11-14 17:13:03583 'mac': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00584 'media': ['[email protected]'],
585 'message_loop': ['[email protected]'],
586 'metrics': ['[email protected]',
587 '[email protected]',
588 '[email protected]'],
589 'mouse_lock': ['[email protected]'],
590 'nacl': ['[email protected]'],
591 'net': ['[email protected]', '[email protected]'],
592 'net_error_list': ['[email protected]'],
593 'net_log': ['[email protected]', '[email protected]'],
[email protected]d5fa18c42010-06-01 22:33:31594 'npapi_headers': ['[email protected]'],
[email protected]0bce107762012-11-27 11:42:54595 'ntp': ['[email protected]', '[email protected]',
596 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:00597 'omnibox': ['[email protected]'],
[email protected]437c44b2012-11-08 01:35:52598 'options': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00599 'panels': ['[email protected]', '[email protected]',
600 '[email protected]', '[email protected]'],
601 'pepper_api': ['[email protected]', '[email protected]',
[email protected]5243260f2012-09-11 00:09:25602 '[email protected]', '[email protected]',
[email protected]a5424e92012-10-27 18:24:39603 '[email protected]', '[email protected]'],
[email protected]31a10602012-11-21 01:51:26604 'perf': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00605 'plugin': ['[email protected]', '[email protected]',
606 '[email protected]'],
[email protected]ef6cc442012-10-30 03:24:17607 'predictors': ['[email protected]', '[email protected]'],
[email protected]f76c8852012-06-21 16:37:00608 'prerender': ['[email protected]', '[email protected]',
[email protected]78375a52012-07-14 14:47:57609 '[email protected]', '[email protected]',
610 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:00611 'pyauto': ['[email protected]',
[email protected]4f788fd2012-10-10 21:43:38612 '[email protected]',
[email protected]f76c8852012-06-21 16:37:00613 '[email protected]'],
[email protected]e2c1e292012-01-25 23:40:34614 'remoting': ['[email protected]',
615 '[email protected]',
616 '[email protected]',
[email protected]84cdbcc42011-11-17 01:01:01617 '[email protected]',
[email protected]e06acea2011-02-03 07:11:07618 '[email protected]',
619 '[email protected]',
[email protected]aed5a3012012-09-13 02:32:18620 '[email protected]',
[email protected]e06acea2011-02-03 07:11:07621 '[email protected]',
622 '[email protected]',
[email protected]6ceb3fc52011-12-08 22:04:34623 '[email protected]',
624 '[email protected]',
625 '[email protected]'],
[email protected]4a55dec2012-08-30 18:54:35626 'renderer': ['[email protected]'],
[email protected]21cd39b2012-06-28 01:48:40627 'search': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00628 'sessions': ['[email protected]'],
629 'shell_window': ['[email protected]'],
630 'site_instance': ['[email protected]', '[email protected]'],
[email protected]ad0295d2012-10-11 23:43:36631 'spellcheck': ['[email protected]',
632 '[email protected]'],
[email protected]be73a982012-09-12 22:29:47633 'sync': ['[email protected]',
634 '[email protected]',
635 '[email protected]',
636 '[email protected]'],
[email protected]4a55dec2012-08-30 18:54:35637 'tab_contents': ['[email protected]',
[email protected]f76c8852012-06-21 16:37:00638 '[email protected]', '[email protected]'],
[email protected]531b1532011-08-11 03:52:01639 'task_manager': ['[email protected]'],
[email protected]5e105332012-09-13 01:55:52640 'tcmalloc': ['[email protected]'],
[email protected]31a10602012-11-21 01:51:26641 'telemetry': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00642 'tests': [],
[email protected]494f3cf2011-11-14 07:14:02643 'textinput': ['[email protected]',
644 '[email protected]',
645 '[email protected]'],
[email protected]3a117c62011-11-29 04:28:02646 'textinput_chromeos': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00647 'tools': ['[email protected]'],
648 'tools_emacs': ['[email protected]',
649 '[email protected]'],
[email protected]cf428f732012-10-02 20:48:15650 'ui_compositor': ['[email protected]'],
[email protected]6b5093c2012-05-23 19:10:18651 'ui_resources': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00652 'valgrind': ['[email protected]',
653 '[email protected]',
654 '[email protected]'],
655 'views': ['[email protected]'],
656 'views_core': ['[email protected]'],
[email protected]d9010032012-07-16 22:50:30657 'webintents': [
658 '[email protected]',
[email protected]30207982012-08-10 00:25:20659 '[email protected]',
[email protected]631ac672012-09-06 22:02:45660 '[email protected]',
661 '[email protected]'],
[email protected]208879542012-07-05 11:15:34662 'website_settings': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00663 'webkit': ['[email protected]'],
664 'worker': ['[email protected]'],
665 'x11': ['[email protected]',
666 '[email protected]',
667 '[email protected]'],
[email protected]a3838612009-10-13 21:57:54668 },
669}