blob: 53b282541901a7253a06bd81acbf4c02287dc13a [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]f2f0fbb92012-07-14 15:52:4943 'filepath': 'chrome/browser/autofill/|'\
44 'chrome/browser/resources/options/autofill_|'\
45 'chrome/browser/sync/glue/autofill_|'\
46 'chrome/browser/ui/webui/options/autofill_|'\
47 'chrome/renderer/autofill/|'\
48 'chrome/test/data/autofill/|'\
49 'chrome/test/data/autofill/heuristics/input/|'\
50 'chrome/test/data/autofill/heuristics/output/|'\
51 'chrome/test/data/autofill/merge/input/|'\
52 'chrome/test/data/autofill/merge/output/|'\
53 'webkit/forms/',
[email protected]b3399272010-08-10 19:49:2954 },
[email protected]f76c8852012-06-21 16:37:0055 'automation': {
[email protected]f2f0fbb92012-07-14 15:52:4956 'filepath': 'chrome/browser/automation/|chrome/test/automation/',
[email protected]b8a0f8fa2010-09-02 18:35:5557 },
[email protected]f76c8852012-06-21 16:37:0058 'base': {
[email protected]f2f0fbb92012-07-14 15:52:4959 'filepath': '^base/',
[email protected]7a7a13b2010-08-25 01:10:5960 },
[email protected]5e105332012-09-13 01:55:5261 'base_allocator': {
62 'filepath': '^base/allocator',
63 },
[email protected]1ed5e0fd2012-07-19 00:19:0564 'base_memory': {
65 'filepath': '^base/memory',
66 },
[email protected]f76c8852012-06-21 16:37:0067 'browser': {
[email protected]f2f0fbb92012-07-14 15:52:4968 'filepath': 'chrome/browser/',
[email protected]02c44522010-10-08 17:43:2569 },
[email protected]f76c8852012-06-21 16:37:0070 'browser_chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:4971 'filepath': 'chrome/browser/chromeos/',
[email protected]02c44522010-10-08 17:43:2572 },
[email protected]22650d22012-07-18 17:02:3573 'browser_components': {
[email protected]1414a00d2012-09-19 02:21:4374 'filepath': 'chrome/browser/autofill/|'\
75 'chrome/browser/history/|'\
76 'chrome/browser/bookmarks/|'\
77 'chrome/browser/favicon/',
[email protected]22650d22012-07-18 17:02:3578 },
[email protected]f76c8852012-06-21 16:37:0079 'browser_compositor': {
[email protected]f2f0fbb92012-07-14 15:52:4980 'filepath': 'ui/compositor/'
[email protected]fbd846b2010-11-19 01:32:1881 },
[email protected]f76c8852012-06-21 16:37:0082 'browser_resources': {
[email protected]f2f0fbb92012-07-14 15:52:4983 'filepath': 'chrome/browser/resources/',
[email protected]f76c8852012-06-21 16:37:0084 },
[email protected]0ce480532012-07-20 12:33:2085 'browsing_data': {
86 'filepath': 'chrome/browser/browsing_data/',
87 },
[email protected]f76c8852012-06-21 16:37:0088 'bubble': {
[email protected]f2f0fbb92012-07-14 15:52:4989 'filepath': 'ui/views/bubble/|'\
90 'chrome/browser/ui/views/bubble/',
[email protected]f76c8852012-06-21 16:37:0091 },
[email protected]c863702a2012-09-14 20:05:2892 'cc': {
93 'filepath': 'cc/|'\
94 'webkit/compositor_bindings/',
95 },
[email protected]f76c8852012-06-21 16:37:0096 'chrome_frame': {
[email protected]f2f0fbb92012-07-14 15:52:4997 'filepath': 'chrome_frame/',
[email protected]ee6ded32011-01-24 14:33:2798 },
[email protected]d5b21972012-07-20 02:06:0199 'chrome_views': {
100 'filepath': 'chrome/browser/ui/views',
101 },
[email protected]f7bf8ba2011-02-24 22:28:46102 'chromedriver': {
103 'filepath': 'chrome/test/webdriver|third_party/webdriver'
104 },
[email protected]f76c8852012-06-21 16:37:00105 'chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:49106 'filepath': 'chromeos/',
[email protected]531b1532011-08-11 03:52:01107 },
[email protected]f76c8852012-06-21 16:37:00108 'chromeos_login': {
[email protected]f2f0fbb92012-07-14 15:52:49109 'filepath': 'chrome/browser/chromeos/login/|'\
110 'chrome/browser/ui/webui/chromeos/login/|'\
111 'chrome/browser/resources/chromeos/login/',
[email protected]a791dac2011-04-07 23:22:57112 },
[email protected]f76c8852012-06-21 16:37:00113 'chromeos_webui': {
[email protected]f2f0fbb92012-07-14 15:52:49114 'filepath': 'chrome/browser/ui/webui/chromeos/|'\
115 'chrome/browser/resources/chromeos/',
[email protected]ba03af42012-03-08 01:37:12116 },
[email protected]cef7a6d2011-04-29 20:49:07117 'clang_update': {
118 'filepath': 'tools/clang/scripts/update.sh'
119 },
[email protected]f76c8852012-06-21 16:37:00120 'clipboard': {
121 'filepath': 'clipboard|dnd|drag|drop',
[email protected]2418b022011-05-19 21:06:02122 },
[email protected]6acd6d22012-08-03 15:00:45123 'contacts': {
124 'filepath': 'chrome/browser/chromeos/contacts/|'\
125 'chrome/browser/chromeos/gdata/gdata_contacts_service',
126 },
[email protected]f76c8852012-06-21 16:37:00127 'content': {
[email protected]f2f0fbb92012-07-14 15:52:49128 'filepath': 'content/',
[email protected]f76c8852012-06-21 16:37:00129 },
130 'cookie_monster': {
[email protected]f2f0fbb92012-07-14 15:52:49131 'filepath': 'net/cookies/|'\
132 'chrome/browser/net/sqlite_persistent_cookie_store',
[email protected]f76c8852012-06-21 16:37:00133 },
[email protected]5e105332012-09-13 01:55:52134 'deep_memory_profiler': {
135 'filepath': 'tools/(deep_memory_profiler|find_runtime_symbols)',
136 },
[email protected]bab2a832012-07-11 23:29:41137 'disk_cache': {
138 'filepath': 'net/disk_cache/|http_cache',
139 },
[email protected]f76c8852012-06-21 16:37:00140 'dns': {
[email protected]f2f0fbb92012-07-14 15:52:49141 'filepath': 'net/base/host_resolver|' \
142 'net/base/host_cache|' \
143 'net/dns/'
[email protected]f76c8852012-06-21 16:37:00144 },
145 'domui_options': {
[email protected]f2f0fbb92012-07-14 15:52:49146 'filepath': 'chrome/browser/resources/options/|'\
[email protected]f76c8852012-06-21 16:37:00147 'chrome/browser/resources/options.html|'\
[email protected]f2f0fbb92012-07-14 15:52:49148 'chrome/browser/ui/webui/options/',
[email protected]f76c8852012-06-21 16:37:00149 },
150 'download': {
[email protected]f2f0fbb92012-07-14 15:52:49151 'filepath': 'chrome/browser/download/|'\
152 'content/browser/download/',
[email protected]6bff0ad2011-06-17 01:32:51153 },
[email protected]ca872e362011-07-12 21:06:03154 'downloads_ui': {
[email protected]f2f0fbb92012-07-14 15:52:49155 'filepath': 'chrome/browser/resources/.*downloads\.' \
156 '|chrome/browser/ui/webui/.*downloads' \
157 '|chrome/browser/ui/views/download/' \
158 '|chrome/browser/ui/cocoa/download/' \
159 '|chrome/browser/ui/gtk/download/'
[email protected]ca872e362011-07-12 21:06:03160 },
[email protected]f76c8852012-06-21 16:37:00161 'extension': {
162 'filepath': 'extension',
[email protected]161277d42011-06-24 20:48:45163 },
[email protected]f76c8852012-06-21 16:37:00164 'fileapi': {
[email protected]f2f0fbb92012-07-14 15:52:49165 'filepath': 'file_system/' \
166 '|fileapi/'
[email protected]80919512011-08-03 08:51:04167 },
[email protected]f76c8852012-06-21 16:37:00168 'filebrowse': {
169 'filepath': 'file_browser' \
170 '|file_manager' \
171 '|filebrowse'
[email protected]4b07b62cc2011-10-03 17:52:39172 },
[email protected]f76c8852012-06-21 16:37:00173 'ftp': {
174 'filepath': 'ftp',
[email protected]ffeb189d2011-10-05 18:49:39175 },
[email protected]f76c8852012-06-21 16:37:00176 'fullscreen_controller': {
177 'filepath': 'fullscreen_controller',
178 },
[email protected]f93b7382012-08-09 20:53:16179 'gdata': {
[email protected]f76c8852012-06-21 16:37:00180 'filepath': 'gdata'
181 },
[email protected]f93b7382012-08-09 20:53:16182 'gfx_image': {
183 'filepath': 'ui/gfx/image/',
184 },
[email protected]f76c8852012-06-21 16:37:00185 'gpu': {
[email protected]f2f0fbb92012-07-14 15:52:49186 'filepath': 'gpu/',
[email protected]f76c8852012-06-21 16:37:00187 },
[email protected]f76c8852012-06-21 16:37:00188 'history_ui': {
[email protected]f2f0fbb92012-07-14 15:52:49189 'filepath': 'chrome/browser/resources/history',
[email protected]f76c8852012-06-21 16:37:00190 },
191 'i18n': {
[email protected]f2f0fbb92012-07-14 15:52:49192 'filepath': 'base/i18n/|base/string|l10n|icu|'\
193 'locale_settings|encoding',
[email protected]f76c8852012-06-21 16:37:00194 },
195 'imageburner': {
196 'filepath': 'imageburner'
197 },
198 'importer': {
[email protected]f2f0fbb92012-07-14 15:52:49199 'filepath': 'import',
[email protected]f76c8852012-06-21 16:37:00200 },
201 'installer': {
[email protected]f2f0fbb92012-07-14 15:52:49202 'filepath': 'chrome/installer/',
[email protected]f76c8852012-06-21 16:37:00203 },
[email protected]56b4b09d32012-07-27 18:28:41204 'instant': {
205 'filepath': 'instant|searchbox',
206 },
[email protected]f76c8852012-06-21 16:37:00207 'ipc': {
[email protected]f2f0fbb92012-07-14 15:52:49208 'filepath': 'ipc/ipc',
[email protected]f76c8852012-06-21 16:37:00209 },
210 'labs': {
211 'filepath': 'chrome/browser/labs' \
212 '|chrome/browser/dom_ui/labs'
213 },
214 'layout_tests': {
[email protected]f2f0fbb92012-07-14 15:52:49215 'filepath': 'webkit/(tools|data)/(layout_tests|test_shell)/',
[email protected]f76c8852012-06-21 16:37:00216 },
217 'linux-sandboxing': {
[email protected]f2f0fbb92012-07-14 15:52:49218 'filepath': 'sandbox/linux/',
[email protected]f76c8852012-06-21 16:37:00219 },
220 'linux-seccomp-bpf': {
221 'filepath': 'content/common/sandbox_init_linux.cc',
222 },
223 'locale_settings': {
[email protected]f2f0fbb92012-07-14 15:52:49224 'filepath': 'chrome/app/resources/locale_settings',
[email protected]f76c8852012-06-21 16:37:00225 },
226 'mac': {
227 'filepath': 'cocoa|\.mm$|(_mac|_posix)\.(cc|h)$',
228 },
229 'media': {
[email protected]f2f0fbb92012-07-14 15:52:49230 'filepath': 'media/|third_party/(ffmpeg|openmax)/|webmediaplayer|'\
[email protected]034548d2012-07-31 20:34:00231 'audio_message_filter|video_layer|media_internals',
[email protected]f76c8852012-06-21 16:37:00232 },
233 'message_loop': {
[email protected]f2f0fbb92012-07-14 15:52:49234 'filepath': 'base/message_'
[email protected]f76c8852012-06-21 16:37:00235 },
236 'metrics': {
[email protected]f2f0fbb92012-07-14 15:52:49237 'filepath': 'base/metrics/'\
238 '|chrome/browser/metrics/'\
239 '|chrome/common/metrics/'\
240 '|chrome_frame/metrics'\
241 '|chrome/browser/chromeos/external_metrics'\
242 '|chrome/browser/extensions/api/metrics/metrics'\
243 '|chrome/browser/ui/webui/metrics_handler'\
[email protected]f76c8852012-06-21 16:37:00244 '|content/browser/user_metrics.cc'\
245 '|content/public/browser/user_metrics.h'\
246 '|chrome/tools/extract_actions.py'
247 },
248 'mouse_lock': {
249 'filepath': 'mouse_lock',
250 },
251 'nacl': {
[email protected]f2f0fbb92012-07-14 15:52:49252 'filepath': 'chrome/nacl/|chrome/test/nacl/|'\
253 'chrome/browser/nacl_host/|chrome/common/nacl',
[email protected]f76c8852012-06-21 16:37:00254 },
255 'net': {
[email protected]f2f0fbb92012-07-14 15:52:49256 'filepath': 'net/',
[email protected]f76c8852012-06-21 16:37:00257 },
258 'net_error_list': {
259 'filepath': 'net/base/net_error_list.h',
260 },
261 'net_log': {
[email protected]f2f0fbb92012-07-14 15:52:49262 'filepath': 'net/base/net_log|' \
263 'chrome/browser/net/.*net_log|' \
264 'chrome/browser/net/passive_log_collector|' \
265 'chrome/browser/resources/net_internals/|' \
266 'chrome/browser/ui/webui/net_internals/'
[email protected]f76c8852012-06-21 16:37:00267 },
268 'npapi_headers': {
[email protected]f2f0fbb92012-07-14 15:52:49269 'filepath': 'third_party/npapi/bindings/',
[email protected]f76c8852012-06-21 16:37:00270 },
271 'ntp': {
[email protected]f2f0fbb92012-07-14 15:52:49272 'filepath': 'chrome/browser/resources/ntp4/|'\
273 'chrome/browser/resources/touch_ntp/|'\
274 'chrome/browser/resources/touch_ntp/|'\
275 'chrome/browser/ui/webui/ntp/',
[email protected]f76c8852012-06-21 16:37:00276 },
277 'omnibox': {
[email protected]f2f0fbb92012-07-14 15:52:49278 'filepath': 'chrome/browser/autocomplete/'\
279 '|chrome/browser/ui/.*/omnibox/'
[email protected]f76c8852012-06-21 16:37:00280 },
281 'panels': {
[email protected]f2f0fbb92012-07-14 15:52:49282 'filepath': 'chrome/browser/ui/panels/',
[email protected]f76c8852012-06-21 16:37:00283 },
284 'pepper_api': {
[email protected]f2f0fbb92012-07-14 15:52:49285 'filepath': 'ppapi/c/',
[email protected]f76c8852012-06-21 16:37:00286 },
287 'plugin': {
[email protected]f2f0fbb92012-07-14 15:52:49288 'filepath': 'chrome/browser/plugin|chrome/plugin/|'\
289 'chrome/common/plugin|webkit/glue/webplugin|webkit/glue/plugins/',
[email protected]f76c8852012-06-21 16:37:00290 },
291 'prerender': {
[email protected]78375a52012-07-14 14:47:57292 'filepath': 'prerender'
[email protected]f76c8852012-06-21 16:37:00293 },
294 'pyauto': {
295 'filepath': 'chrome/test/pyautolib' \
296 '|chrome/test/functional' \
297 '|chrome/browser/automation/automation_provider_json'
298 },
299 'remoting': {
[email protected]f2f0fbb92012-07-14 15:52:49300 'filepath': 'remoting/',
[email protected]f76c8852012-06-21 16:37:00301 },
302 'renderer': {
[email protected]f2f0fbb92012-07-14 15:52:49303 'filepath': 'chrome/browser/renderer_host/|chrome/renderer/|'\
304 'chrome/common/render',
[email protected]f76c8852012-06-21 16:37:00305 },
[email protected]21cd39b2012-06-28 01:48:40306 'search': {
[email protected]f2f0fbb92012-07-14 15:52:49307 'filepath': 'chrome/browser/ui/search/',
[email protected]21cd39b2012-06-28 01:48:40308 },
[email protected]f76c8852012-06-21 16:37:00309 'sessions': {
[email protected]f2f0fbb92012-07-14 15:52:49310 'filepath': 'chrome/browser/sessions/',
[email protected]f76c8852012-06-21 16:37:00311 },
312 'shell_window': {
[email protected]f2f0fbb92012-07-14 15:52:49313 'filepath': 'chrome/browser/ui/(views/|gtk/|cocoa/|)extensions/shell'
[email protected]f76c8852012-06-21 16:37:00314 },
315 'site_instance': {
[email protected]f2f0fbb92012-07-14 15:52:49316 'filepath': 'content/browser/site_instance|'\
317 'content/browser/browsing_instance',
[email protected]f76c8852012-06-21 16:37:00318 },
319 'speech': {
[email protected]f2f0fbb92012-07-14 15:52:49320 'filepath': 'chrome/browser/speech/'\
321 '|content/browser/speech/'\
322 '|content/common/.*speech'\
323 '|content/public/.*speech'
[email protected]f76c8852012-06-21 16:37:00324 },
325 'sync': {
[email protected]1e29f172012-09-06 16:32:13326 'filepath': 'chrome/browser/sync/|sync/',
[email protected]f76c8852012-06-21 16:37:00327 },
328 'tab_contents': {
[email protected]f2f0fbb92012-07-14 15:52:49329 'filepath': 'chrome/browser/tab_contents/|'\
330 'content/browser/tab_contents/|'\
331 'chrome/browser/ui/tab_contents/',
[email protected]f76c8852012-06-21 16:37:00332 },
333 'task_manager': {
334 'filepath': 'task_manager'
335 },
[email protected]5e105332012-09-13 01:55:52336 'tcmalloc': {
337 'filepath': 'third_party/tcmalloc'
338 },
[email protected]f76c8852012-06-21 16:37:00339 'tests': {
[email protected]f2f0fbb92012-07-14 15:52:49340 'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/',
[email protected]0cde05a02011-11-30 23:36:52341 },
[email protected]1cbbb30b2011-10-14 08:03:56342 'textinput': {
[email protected]f2f0fbb92012-07-14 15:52:49343 'filepath': 'content/browser/renderer_host/gtk_im'\
344 '|content/browser/renderer_host/gtk_key'\
345 '|content/browser/renderer_host/render_widget_host_view'\
346 '|content/browser/renderer_host/text_input'\
347 '|ui/base/ime/'\
348 '|ui/base/gtk/event'\
349 '|ui/base/gtk/gtk_im'\
350 '|ui/base/keycodes/'\
351 '|ui/base/win/ime'\
352 '|ui/views/controls/textfield/'\
353 '|ui/views/ime/'
[email protected]1cbbb30b2011-10-14 08:03:56354 },
[email protected]3a117c62011-11-29 04:28:02355 'textinput_chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:49356 'filepath': 'chrome/browser/chromeos/input_method/'\
357 '|chrome/browser/chromeos/extensions/input_method'\
358 '|chrome/browser/chromeos/status/input_method'\
359 '|chrome/browser/extensions/extension_input_'\
360 '|chrome/browser/resources/keyboard'\
361 '|chrome/browser/resources/options/language'\
[email protected]ef03eae2011-11-30 08:43:43362 '|chrome/browser/ui/webui/options/'\
[email protected]f2f0fbb92012-07-14 15:52:49363 'chromeos/.*(language|keyboard)'\
364 '|chrome/browser/ui/webui/options/language'
[email protected]3a117c62011-11-29 04:28:02365 },
[email protected]f76c8852012-06-21 16:37:00366 'tools': {
[email protected]f2f0fbb92012-07-14 15:52:49367 'filepath': 'tools/',
[email protected]6bea7b42011-10-19 19:47:09368 },
[email protected]f76c8852012-06-21 16:37:00369 'tools_emacs': {
[email protected]f2f0fbb92012-07-14 15:52:49370 'filepath': 'tools/emacs/',
[email protected]65676d32012-04-18 14:41:05371 },
[email protected]6b5093c2012-05-23 19:10:18372 'ui_resources': {
[email protected]f2f0fbb92012-07-14 15:52:49373 'filepath': 'ui/resources/'\
374 '|ui/base/native_theme/resources/'\
375 '|chrome/app/theme/'
[email protected]6b5093c2012-05-23 19:10:18376 },
[email protected]f76c8852012-06-21 16:37:00377 'valgrind': {
378 'filepath': 'valgrind',
379 },
380 'views': {
381 # Applies to all files and subdirs within this directory.
[email protected]f2f0fbb92012-07-14 15:52:49382 'filepath': '^ui/views/',
[email protected]f76c8852012-06-21 16:37:00383 },
384 'views_core': {
385 'filepath': 'ui/views/view.h|'\
386 'ui/views/view.cc|'\
[email protected]f2f0fbb92012-07-14 15:52:49387 'ui/views/widget/',
[email protected]f76c8852012-06-21 16:37:00388 },
[email protected]d9010032012-07-16 22:50:30389 'webintents': {
390 'filepath': 'chrome/browser/intents/.*'\
391 '|chrome/browser/ui/intents/.*'\
392 '|chrome/browser/webdata/.*intent.*'\
393 '|chrome/browser/ui/webui/options2/.*intent.*'\
394 '|chrome/browser/ui/cocoa/.*intent.*'\
395 '|chrome/browser/ui/gtk/.*intent.*'\
396 '|chrome/browser/ui/views/.*intent.*'\
397 '|content/browser/intents/.*'\
398 '|content/common/intents.*'\
399 '|content/public/browser/.*intent.*'
400 '|webkit/glue/.*intent.*'
401 },
[email protected]208879542012-07-05 11:15:34402 'website_settings': {
[email protected]f2f0fbb92012-07-14 15:52:49403 'filepath': 'chrome/browser/content_settings/'\
404 '|chrome/browser/ui/views/website_settings/'\
405 '|chrome/browser/ui/website_settings/'\
406 '|chrome/common/content_settings',
[email protected]208879542012-07-05 11:15:34407 },
[email protected]f76c8852012-06-21 16:37:00408 'webkit': {
[email protected]f2f0fbb92012-07-14 15:52:49409 'filepath': 'webkit/',
[email protected]f76c8852012-06-21 16:37:00410 },
411 'worker': {
[email protected]f2f0fbb92012-07-14 15:52:49412 'filepath': 'chrome/browser/worker_host/|chrome/worker/|'\
413 'chrome/common/worker_messages|webkit/glue/webworker',
[email protected]f76c8852012-06-21 16:37:00414 },
415 'x11': {
[email protected]f2f0fbb92012-07-14 15:52:49416 'filepath': 'content/browser/renderer_host/backing_store_x\.' \
417 '|chrome/browser/chromeos/input_method/xkeyboard\.' \
418 '|chrome/browser/chromeos/system_key_event_listener\.' \
[email protected]f76c8852012-06-21 16:37:00419 '|chrome/browser/chromeos/'\
[email protected]f2f0fbb92012-07-14 15:52:49420 'xinput_hierarchy_changed_event_listener\.' \
421 '|chrome/browser/chromeos/wm_' \
422 '|ui/base/x/'
[email protected]0d710852012-05-24 01:18:40423 },
[email protected]a3838612009-10-13 21:57:54424 },
[email protected]ca872e362011-07-12 21:06:03425
[email protected]a3838612009-10-13 21:57:54426 'WATCHLISTS': {
[email protected]f76c8852012-06-21 16:37:00427 'accelerator_table': ['[email protected]',
428 '[email protected]',
429 '[email protected]'],
430 'accessibility': ['[email protected]',
431 '[email protected]',
432 '[email protected]',
433 '[email protected]',
434 '[email protected]',
435 '[email protected]',
436 '[email protected]',
437 '[email protected]',
438 '[email protected]'],
[email protected]d2cdf342012-08-07 11:00:02439 'android_infra': ['[email protected]',
440 '[email protected]',
[email protected]124d9b12012-08-24 10:44:58441 '[email protected]',
442 '[email protected]'],
[email protected]7ca78dc12012-09-20 09:26:44443 'android_webview': ['[email protected]'],
[email protected]8a197f22012-06-22 14:59:05444 'app_list': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00445 'appcache': ['[email protected]'],
446 'aura': ['[email protected]', '[email protected]'],
447 'autofill': ['[email protected]', '[email protected]',
448 '[email protected]'],
[email protected]be4f8662012-01-02 15:59:59449 'automation': ['[email protected]',
[email protected]73f3435e2011-10-14 13:20:21450 '[email protected]'],
[email protected]4a55dec2012-08-30 18:54:35451 'base': ['[email protected]'],
[email protected]5e105332012-09-13 01:55:52452 'base_allocator': ['[email protected]'],
[email protected]1ed5e0fd2012-07-19 00:19:05453 'base_memory': ['[email protected]'],
[email protected]6b5093c2012-05-23 19:10:18454 'browser_chromeos': ['[email protected]',
455 '[email protected]',
456 '[email protected]'],
[email protected]22650d22012-07-18 17:02:35457 'browser_components': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00458 'browser_compositor': ['[email protected]', '[email protected]',
[email protected]21cd39b2012-06-28 01:48:40459 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:00460 'browser_resources': ['[email protected]'],
[email protected]0ce480532012-07-20 12:33:20461 'browsing_data': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00462 'bubble': ['[email protected]', '[email protected]'],
[email protected]c863702a2012-09-14 20:05:28463 'cc': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00464 'chrome_frame': ['[email protected]', '[email protected]',
465 '[email protected]'],
[email protected]d5b21972012-07-20 02:06:01466 'chrome_views': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00467 'chromedriver': ['[email protected]'],
[email protected]6b5093c2012-05-23 19:10:18468 'chromeos' : ['[email protected]',
469 '[email protected]'],
[email protected]93a564782011-09-28 14:20:31470 'chromeos_webui': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00471 'clang_update': ['[email protected]', '[email protected]',
472 '[email protected]'],
473 'clipboard': ['[email protected]'],
[email protected]6acd6d22012-08-03 15:00:45474 'contacts': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00475 'content': ['[email protected]', '[email protected]',
[email protected]ad74c372012-06-28 11:02:58476 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:00477 'cookie_monster': ['[email protected]', '[email protected]',
478 '[email protected]'],
[email protected]5e105332012-09-13 01:55:52479 'deep_memory_profiler': ['[email protected]'],
[email protected]bab2a832012-07-11 23:29:41480 'disk_cache': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00481 'dns': ['[email protected]'],
482 'download': ['[email protected]'],
483 'downloads_ui': ['[email protected]', '[email protected]'],
484 'extension': ['[email protected]',
485 '[email protected]'],
[email protected]aed5a3012012-09-13 02:32:18486 'fileapi': ['[email protected]', '[email protected]'],
[email protected]f76c8852012-06-21 16:37:00487 'filebrowse': ['[email protected]'],
488 'ftp': ['[email protected]'],
489 'fullscreen_controller': ['[email protected]'],
490 'gdata': ['[email protected]'],
[email protected]f93b7382012-08-09 20:53:16491 'gfx_image': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00492 'gpu': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00493 'history_ui': ['[email protected]'],
494 'i18n': ['[email protected]'],
495 'imageburner': ['[email protected]', '[email protected]'],
496 'importer': ['[email protected]'],
497 'installer': ['[email protected]'],
[email protected]c0baf2352012-08-01 02:52:57498 'instant': ['[email protected]', '[email protected]',
499 '[email protected]', '[email protected]',
[email protected]db038f52012-09-14 22:15:34500 '[email protected]', '[email protected]',
501 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:00502 'ipc': ['[email protected]', '[email protected]'],
503 'labs': ['[email protected]'],
504 'linux-sandboxing': ['[email protected]', '[email protected]'],
505 'linux-seccomp-bpf': ['[email protected]'],
506 'locale_settings': ['[email protected]'],
507 'media': ['[email protected]'],
508 'message_loop': ['[email protected]'],
509 'metrics': ['[email protected]',
510 '[email protected]',
511 '[email protected]'],
512 'mouse_lock': ['[email protected]'],
513 'nacl': ['[email protected]'],
514 'net': ['[email protected]', '[email protected]'],
515 'net_error_list': ['[email protected]'],
516 'net_log': ['[email protected]', '[email protected]'],
[email protected]d5fa18c42010-06-01 22:33:31517 'npapi_headers': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00518 'ntp': ['[email protected]', '[email protected]'],
519 'omnibox': ['[email protected]'],
520 'panels': ['[email protected]', '[email protected]',
521 '[email protected]', '[email protected]'],
522 'pepper_api': ['[email protected]', '[email protected]',
[email protected]5243260f2012-09-11 00:09:25523 '[email protected]', '[email protected]',
524 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:00525 'plugin': ['[email protected]', '[email protected]',
526 '[email protected]'],
527 'prerender': ['[email protected]', '[email protected]',
[email protected]78375a52012-07-14 14:47:57528 '[email protected]', '[email protected]',
529 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:00530 'pyauto': ['[email protected]',
531 '[email protected]', '[email protected]',
532 '[email protected]'],
[email protected]e2c1e292012-01-25 23:40:34533 'remoting': ['[email protected]',
534 '[email protected]',
535 '[email protected]',
[email protected]84cdbcc42011-11-17 01:01:01536 '[email protected]',
[email protected]e06acea2011-02-03 07:11:07537 '[email protected]',
538 '[email protected]',
[email protected]aed5a3012012-09-13 02:32:18539 '[email protected]',
[email protected]e06acea2011-02-03 07:11:07540 '[email protected]',
541 '[email protected]',
[email protected]6ceb3fc52011-12-08 22:04:34542 '[email protected]',
543 '[email protected]',
544 '[email protected]'],
[email protected]4a55dec2012-08-30 18:54:35545 'renderer': ['[email protected]'],
[email protected]21cd39b2012-06-28 01:48:40546 'search': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00547 'sessions': ['[email protected]'],
548 'shell_window': ['[email protected]'],
549 'site_instance': ['[email protected]', '[email protected]'],
550 'speech': ['[email protected]'],
[email protected]be73a982012-09-12 22:29:47551 'sync': ['[email protected]',
552 '[email protected]',
553 '[email protected]',
554 '[email protected]'],
[email protected]4a55dec2012-08-30 18:54:35555 'tab_contents': ['[email protected]',
[email protected]f76c8852012-06-21 16:37:00556 '[email protected]', '[email protected]'],
[email protected]531b1532011-08-11 03:52:01557 'task_manager': ['[email protected]'],
[email protected]5e105332012-09-13 01:55:52558 'tcmalloc': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00559 'tests': [],
[email protected]494f3cf2011-11-14 07:14:02560 'textinput': ['[email protected]',
561 '[email protected]',
562 '[email protected]'],
[email protected]3a117c62011-11-29 04:28:02563 'textinput_chromeos': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00564 'tools': ['[email protected]'],
565 'tools_emacs': ['[email protected]',
566 '[email protected]'],
[email protected]6b5093c2012-05-23 19:10:18567 'ui_resources': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00568 'valgrind': ['[email protected]',
569 '[email protected]',
570 '[email protected]'],
571 'views': ['[email protected]'],
572 'views_core': ['[email protected]'],
[email protected]d9010032012-07-16 22:50:30573 'webintents': [
574 '[email protected]',
[email protected]30207982012-08-10 00:25:20575 '[email protected]',
[email protected]631ac672012-09-06 22:02:45576 '[email protected]',
577 '[email protected]'],
[email protected]208879542012-07-05 11:15:34578 'website_settings': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00579 'webkit': ['[email protected]'],
580 'worker': ['[email protected]'],
581 'x11': ['[email protected]',
582 '[email protected]',
583 '[email protected]'],
[email protected]a3838612009-10-13 21:57:54584 },
585}