blob: 88e8c840c80f5a31394967736b4c65443a4777d3 [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]8a197f22012-06-22 14:59:0524 'app_list': {
[email protected]f2f0fbb92012-07-14 15:52:4925 'filepath': 'ui/app_list/',
[email protected]8a197f22012-06-22 14:59:0526 },
[email protected]374a93c2009-11-05 21:45:5627 'appcache': {
[email protected]f2f0fbb92012-07-14 15:52:4928 'filepath': 'appcache/',
[email protected]374a93c2009-11-05 21:45:5629 },
[email protected]f76c8852012-06-21 16:37:0030 'aura': {
[email protected]f2f0fbb92012-07-14 15:52:4931 'filepath': 'ui/aura/|'\
32 'ash/',
[email protected]84ba35e32010-08-06 17:22:3933 },
[email protected]b3399272010-08-10 19:49:2934 'autofill': {
[email protected]f2f0fbb92012-07-14 15:52:4935 'filepath': 'chrome/browser/autofill/|'\
36 'chrome/browser/resources/options/autofill_|'\
37 'chrome/browser/sync/glue/autofill_|'\
38 'chrome/browser/ui/webui/options/autofill_|'\
39 'chrome/renderer/autofill/|'\
40 'chrome/test/data/autofill/|'\
41 'chrome/test/data/autofill/heuristics/input/|'\
42 'chrome/test/data/autofill/heuristics/output/|'\
43 'chrome/test/data/autofill/merge/input/|'\
44 'chrome/test/data/autofill/merge/output/|'\
45 'webkit/forms/',
[email protected]b3399272010-08-10 19:49:2946 },
[email protected]f76c8852012-06-21 16:37:0047 'automation': {
[email protected]f2f0fbb92012-07-14 15:52:4948 'filepath': 'chrome/browser/automation/|chrome/test/automation/',
[email protected]b8a0f8fa2010-09-02 18:35:5549 },
[email protected]f76c8852012-06-21 16:37:0050 'base': {
[email protected]f2f0fbb92012-07-14 15:52:4951 'filepath': '^base/',
[email protected]7a7a13b2010-08-25 01:10:5952 },
[email protected]1ed5e0fd2012-07-19 00:19:0553 'base_memory': {
54 'filepath': '^base/memory',
55 },
[email protected]f76c8852012-06-21 16:37:0056 'browser': {
[email protected]f2f0fbb92012-07-14 15:52:4957 'filepath': 'chrome/browser/',
[email protected]02c44522010-10-08 17:43:2558 },
[email protected]f76c8852012-06-21 16:37:0059 'browser_chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:4960 'filepath': 'chrome/browser/chromeos/',
[email protected]02c44522010-10-08 17:43:2561 },
[email protected]22650d22012-07-18 17:02:3562 'browser_components': {
63 'filepath': 'chrome/browser/autofill/',
64 },
[email protected]f76c8852012-06-21 16:37:0065 'browser_compositor': {
[email protected]f2f0fbb92012-07-14 15:52:4966 'filepath': 'ui/compositor/'
[email protected]fbd846b2010-11-19 01:32:1867 },
[email protected]f76c8852012-06-21 16:37:0068 'browser_main': {
69 'filepath': 'chrome/browser/browser_main.cc',
70 },
71 'browser_resources': {
[email protected]f2f0fbb92012-07-14 15:52:4972 'filepath': 'chrome/browser/resources/',
[email protected]f76c8852012-06-21 16:37:0073 },
74 'bubble': {
[email protected]f2f0fbb92012-07-14 15:52:4975 'filepath': 'ui/views/bubble/|'\
76 'chrome/browser/ui/views/bubble/',
[email protected]f76c8852012-06-21 16:37:0077 },
78 'chrome_frame': {
[email protected]f2f0fbb92012-07-14 15:52:4979 'filepath': 'chrome_frame/',
[email protected]ee6ded32011-01-24 14:33:2780 },
[email protected]f7bf8ba2011-02-24 22:28:4681 'chromedriver': {
82 'filepath': 'chrome/test/webdriver|third_party/webdriver'
83 },
[email protected]f76c8852012-06-21 16:37:0084 'chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:4985 'filepath': 'chromeos/',
[email protected]531b1532011-08-11 03:52:0186 },
[email protected]f76c8852012-06-21 16:37:0087 'chromeos_login': {
[email protected]f2f0fbb92012-07-14 15:52:4988 'filepath': 'chrome/browser/chromeos/login/|'\
89 'chrome/browser/ui/webui/chromeos/login/|'\
90 'chrome/browser/resources/chromeos/login/',
[email protected]a791dac2011-04-07 23:22:5791 },
[email protected]f76c8852012-06-21 16:37:0092 'chromeos_webui': {
[email protected]f2f0fbb92012-07-14 15:52:4993 'filepath': 'chrome/browser/ui/webui/chromeos/|'\
94 'chrome/browser/resources/chromeos/',
[email protected]ba03af42012-03-08 01:37:1295 },
[email protected]cef7a6d2011-04-29 20:49:0796 'clang_update': {
97 'filepath': 'tools/clang/scripts/update.sh'
98 },
[email protected]f76c8852012-06-21 16:37:0099 'clipboard': {
100 'filepath': 'clipboard|dnd|drag|drop',
[email protected]2418b022011-05-19 21:06:02101 },
[email protected]f76c8852012-06-21 16:37:00102 'content': {
[email protected]f2f0fbb92012-07-14 15:52:49103 'filepath': 'content/',
[email protected]f76c8852012-06-21 16:37:00104 },
105 'cookie_monster': {
[email protected]f2f0fbb92012-07-14 15:52:49106 'filepath': 'net/cookies/|'\
107 'chrome/browser/net/sqlite_persistent_cookie_store',
[email protected]f76c8852012-06-21 16:37:00108 },
[email protected]bab2a832012-07-11 23:29:41109 'disk_cache': {
110 'filepath': 'net/disk_cache/|http_cache',
111 },
[email protected]f76c8852012-06-21 16:37:00112 'dns': {
[email protected]f2f0fbb92012-07-14 15:52:49113 'filepath': 'net/base/host_resolver|' \
114 'net/base/host_cache|' \
115 'net/dns/'
[email protected]f76c8852012-06-21 16:37:00116 },
117 'domui_options': {
[email protected]f2f0fbb92012-07-14 15:52:49118 'filepath': 'chrome/browser/resources/options/|'\
[email protected]f76c8852012-06-21 16:37:00119 'chrome/browser/resources/options.html|'\
[email protected]f2f0fbb92012-07-14 15:52:49120 'chrome/browser/ui/webui/options/',
[email protected]f76c8852012-06-21 16:37:00121 },
122 'download': {
[email protected]f2f0fbb92012-07-14 15:52:49123 'filepath': 'chrome/browser/download/|'\
124 'content/browser/download/',
[email protected]6bff0ad2011-06-17 01:32:51125 },
[email protected]ca872e362011-07-12 21:06:03126 'downloads_ui': {
[email protected]f2f0fbb92012-07-14 15:52:49127 'filepath': 'chrome/browser/resources/.*downloads\.' \
128 '|chrome/browser/ui/webui/.*downloads' \
129 '|chrome/browser/ui/views/download/' \
130 '|chrome/browser/ui/cocoa/download/' \
131 '|chrome/browser/ui/gtk/download/'
[email protected]ca872e362011-07-12 21:06:03132 },
[email protected]f76c8852012-06-21 16:37:00133 'extension': {
134 'filepath': 'extension',
[email protected]161277d42011-06-24 20:48:45135 },
[email protected]f76c8852012-06-21 16:37:00136 'fileapi': {
[email protected]f2f0fbb92012-07-14 15:52:49137 'filepath': 'file_system/' \
138 '|fileapi/'
[email protected]80919512011-08-03 08:51:04139 },
[email protected]f76c8852012-06-21 16:37:00140 'filebrowse': {
141 'filepath': 'file_browser' \
142 '|file_manager' \
143 '|filebrowse'
[email protected]4b07b62cc2011-10-03 17:52:39144 },
[email protected]f76c8852012-06-21 16:37:00145 'ftp': {
146 'filepath': 'ftp',
[email protected]ffeb189d2011-10-05 18:49:39147 },
[email protected]f76c8852012-06-21 16:37:00148 'fullscreen_controller': {
149 'filepath': 'fullscreen_controller',
150 },
151 'gdata' : {
152 'filepath': 'gdata'
153 },
154 'gpu': {
[email protected]f2f0fbb92012-07-14 15:52:49155 'filepath': 'gpu/',
[email protected]f76c8852012-06-21 16:37:00156 },
157 'history': {
[email protected]f2f0fbb92012-07-14 15:52:49158 'filepath': 'chrome/browser/history/',
[email protected]f76c8852012-06-21 16:37:00159 },
160 'history_ui': {
[email protected]f2f0fbb92012-07-14 15:52:49161 'filepath': 'chrome/browser/resources/history',
[email protected]f76c8852012-06-21 16:37:00162 },
163 'i18n': {
[email protected]f2f0fbb92012-07-14 15:52:49164 'filepath': 'base/i18n/|base/string|l10n|icu|'\
165 'locale_settings|encoding',
[email protected]f76c8852012-06-21 16:37:00166 },
167 'imageburner': {
168 'filepath': 'imageburner'
169 },
170 'importer': {
[email protected]f2f0fbb92012-07-14 15:52:49171 'filepath': 'import',
[email protected]f76c8852012-06-21 16:37:00172 },
173 'installer': {
[email protected]f2f0fbb92012-07-14 15:52:49174 'filepath': 'chrome/installer/',
[email protected]f76c8852012-06-21 16:37:00175 },
176 'ipc': {
[email protected]f2f0fbb92012-07-14 15:52:49177 'filepath': 'ipc/ipc',
[email protected]f76c8852012-06-21 16:37:00178 },
179 'labs': {
180 'filepath': 'chrome/browser/labs' \
181 '|chrome/browser/dom_ui/labs'
182 },
183 'layout_tests': {
[email protected]f2f0fbb92012-07-14 15:52:49184 'filepath': 'webkit/(tools|data)/(layout_tests|test_shell)/',
[email protected]f76c8852012-06-21 16:37:00185 },
186 'linux-sandboxing': {
[email protected]f2f0fbb92012-07-14 15:52:49187 'filepath': 'sandbox/linux/',
[email protected]f76c8852012-06-21 16:37:00188 },
189 'linux-seccomp-bpf': {
190 'filepath': 'content/common/sandbox_init_linux.cc',
191 },
192 'locale_settings': {
[email protected]f2f0fbb92012-07-14 15:52:49193 'filepath': 'chrome/app/resources/locale_settings',
[email protected]f76c8852012-06-21 16:37:00194 },
195 'mac': {
196 'filepath': 'cocoa|\.mm$|(_mac|_posix)\.(cc|h)$',
197 },
198 'media': {
[email protected]f2f0fbb92012-07-14 15:52:49199 'filepath': 'media/|third_party/(ffmpeg|openmax)/|webmediaplayer|'\
[email protected]f76c8852012-06-21 16:37:00200 'audio_message_filter|video_layer',
201 },
202 'message_loop': {
[email protected]f2f0fbb92012-07-14 15:52:49203 'filepath': 'base/message_'
[email protected]f76c8852012-06-21 16:37:00204 },
205 'metrics': {
[email protected]f2f0fbb92012-07-14 15:52:49206 'filepath': 'base/metrics/'\
207 '|chrome/browser/metrics/'\
208 '|chrome/common/metrics/'\
209 '|chrome_frame/metrics'\
210 '|chrome/browser/chromeos/external_metrics'\
211 '|chrome/browser/extensions/api/metrics/metrics'\
212 '|chrome/browser/ui/webui/metrics_handler'\
[email protected]f76c8852012-06-21 16:37:00213 '|content/browser/user_metrics.cc'\
214 '|content/public/browser/user_metrics.h'\
215 '|chrome/tools/extract_actions.py'
216 },
217 'mouse_lock': {
218 'filepath': 'mouse_lock',
219 },
220 'nacl': {
[email protected]f2f0fbb92012-07-14 15:52:49221 'filepath': 'chrome/nacl/|chrome/test/nacl/|'\
222 'chrome/browser/nacl_host/|chrome/common/nacl',
[email protected]f76c8852012-06-21 16:37:00223 },
224 'net': {
[email protected]f2f0fbb92012-07-14 15:52:49225 'filepath': 'net/',
[email protected]f76c8852012-06-21 16:37:00226 },
227 'net_error_list': {
228 'filepath': 'net/base/net_error_list.h',
229 },
230 'net_log': {
[email protected]f2f0fbb92012-07-14 15:52:49231 'filepath': 'net/base/net_log|' \
232 'chrome/browser/net/.*net_log|' \
233 'chrome/browser/net/passive_log_collector|' \
234 'chrome/browser/resources/net_internals/|' \
235 'chrome/browser/ui/webui/net_internals/'
[email protected]f76c8852012-06-21 16:37:00236 },
237 'npapi_headers': {
[email protected]f2f0fbb92012-07-14 15:52:49238 'filepath': 'third_party/npapi/bindings/',
[email protected]f76c8852012-06-21 16:37:00239 },
240 'ntp': {
[email protected]f2f0fbb92012-07-14 15:52:49241 'filepath': 'chrome/browser/resources/ntp4/|'\
242 'chrome/browser/resources/touch_ntp/|'\
243 'chrome/browser/resources/touch_ntp/|'\
244 'chrome/browser/ui/webui/ntp/',
[email protected]f76c8852012-06-21 16:37:00245 },
246 'omnibox': {
[email protected]f2f0fbb92012-07-14 15:52:49247 'filepath': 'chrome/browser/autocomplete/'\
248 '|chrome/browser/ui/.*/omnibox/'
[email protected]f76c8852012-06-21 16:37:00249 },
250 'panels': {
[email protected]f2f0fbb92012-07-14 15:52:49251 'filepath': 'chrome/browser/ui/panels/',
[email protected]f76c8852012-06-21 16:37:00252 },
253 'pepper_api': {
[email protected]f2f0fbb92012-07-14 15:52:49254 'filepath': 'ppapi/c/',
[email protected]f76c8852012-06-21 16:37:00255 },
256 'plugin': {
[email protected]f2f0fbb92012-07-14 15:52:49257 'filepath': 'chrome/browser/plugin|chrome/plugin/|'\
258 'chrome/common/plugin|webkit/glue/webplugin|webkit/glue/plugins/',
[email protected]f76c8852012-06-21 16:37:00259 },
260 'prerender': {
[email protected]78375a52012-07-14 14:47:57261 'filepath': 'prerender'
[email protected]f76c8852012-06-21 16:37:00262 },
263 'pyauto': {
264 'filepath': 'chrome/test/pyautolib' \
265 '|chrome/test/functional' \
266 '|chrome/browser/automation/automation_provider_json'
267 },
268 'remoting': {
[email protected]f2f0fbb92012-07-14 15:52:49269 'filepath': 'remoting/',
[email protected]f76c8852012-06-21 16:37:00270 },
271 'renderer': {
[email protected]f2f0fbb92012-07-14 15:52:49272 'filepath': 'chrome/browser/renderer_host/|chrome/renderer/|'\
273 'chrome/common/render',
[email protected]f76c8852012-06-21 16:37:00274 },
[email protected]21cd39b2012-06-28 01:48:40275 'search': {
[email protected]f2f0fbb92012-07-14 15:52:49276 'filepath': 'chrome/browser/ui/search/',
[email protected]21cd39b2012-06-28 01:48:40277 },
[email protected]f76c8852012-06-21 16:37:00278 'sessions': {
[email protected]f2f0fbb92012-07-14 15:52:49279 'filepath': 'chrome/browser/sessions/',
[email protected]f76c8852012-06-21 16:37:00280 },
281 'shell_window': {
[email protected]f2f0fbb92012-07-14 15:52:49282 'filepath': 'chrome/browser/ui/(views/|gtk/|cocoa/|)extensions/shell'
[email protected]f76c8852012-06-21 16:37:00283 },
284 'site_instance': {
[email protected]f2f0fbb92012-07-14 15:52:49285 'filepath': 'content/browser/site_instance|'\
286 'content/browser/browsing_instance',
[email protected]f76c8852012-06-21 16:37:00287 },
288 'speech': {
[email protected]f2f0fbb92012-07-14 15:52:49289 'filepath': 'chrome/browser/speech/'\
290 '|content/browser/speech/'\
291 '|content/common/.*speech'\
292 '|content/public/.*speech'
[email protected]f76c8852012-06-21 16:37:00293 },
294 'sync': {
[email protected]f2f0fbb92012-07-14 15:52:49295 'filepath': 'chrome/browser/sync/',
[email protected]f76c8852012-06-21 16:37:00296 },
297 'tab_contents': {
[email protected]f2f0fbb92012-07-14 15:52:49298 'filepath': 'chrome/browser/tab_contents/|'\
299 'content/browser/tab_contents/|'\
300 'chrome/browser/ui/tab_contents/',
[email protected]f76c8852012-06-21 16:37:00301 },
302 'task_manager': {
303 'filepath': 'task_manager'
304 },
305 'tests': {
[email protected]f2f0fbb92012-07-14 15:52:49306 'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/',
[email protected]0cde05a02011-11-30 23:36:52307 },
[email protected]1cbbb30b2011-10-14 08:03:56308 'textinput': {
[email protected]f2f0fbb92012-07-14 15:52:49309 'filepath': 'content/browser/renderer_host/gtk_im'\
310 '|content/browser/renderer_host/gtk_key'\
311 '|content/browser/renderer_host/render_widget_host_view'\
312 '|content/browser/renderer_host/text_input'\
313 '|ui/base/ime/'\
314 '|ui/base/gtk/event'\
315 '|ui/base/gtk/gtk_im'\
316 '|ui/base/keycodes/'\
317 '|ui/base/win/ime'\
318 '|ui/views/controls/textfield/'\
319 '|ui/views/ime/'
[email protected]1cbbb30b2011-10-14 08:03:56320 },
[email protected]3a117c62011-11-29 04:28:02321 'textinput_chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:49322 'filepath': 'chrome/browser/chromeos/input_method/'\
323 '|chrome/browser/chromeos/extensions/input_method'\
324 '|chrome/browser/chromeos/status/input_method'\
325 '|chrome/browser/extensions/extension_input_'\
326 '|chrome/browser/resources/keyboard'\
327 '|chrome/browser/resources/options/language'\
[email protected]ef03eae2011-11-30 08:43:43328 '|chrome/browser/ui/webui/options/'\
[email protected]f2f0fbb92012-07-14 15:52:49329 'chromeos/.*(language|keyboard)'\
330 '|chrome/browser/ui/webui/options/language'
[email protected]3a117c62011-11-29 04:28:02331 },
[email protected]f76c8852012-06-21 16:37:00332 'this_file': {
333 'filepath': '^WATCHLISTS$',
[email protected]1cbbb30b2011-10-14 08:03:56334 },
[email protected]f76c8852012-06-21 16:37:00335 'tools': {
[email protected]f2f0fbb92012-07-14 15:52:49336 'filepath': 'tools/',
[email protected]6bea7b42011-10-19 19:47:09337 },
[email protected]f76c8852012-06-21 16:37:00338 'tools_emacs': {
[email protected]f2f0fbb92012-07-14 15:52:49339 'filepath': 'tools/emacs/',
[email protected]65676d32012-04-18 14:41:05340 },
[email protected]6b5093c2012-05-23 19:10:18341 'ui_resources': {
[email protected]f2f0fbb92012-07-14 15:52:49342 'filepath': 'ui/resources/'\
343 '|ui/base/native_theme/resources/'\
344 '|chrome/app/theme/'
[email protected]6b5093c2012-05-23 19:10:18345 },
[email protected]f76c8852012-06-21 16:37:00346 'valgrind': {
347 'filepath': 'valgrind',
348 },
349 'views': {
350 # Applies to all files and subdirs within this directory.
[email protected]f2f0fbb92012-07-14 15:52:49351 'filepath': '^ui/views/',
[email protected]f76c8852012-06-21 16:37:00352 },
353 'views_core': {
354 'filepath': 'ui/views/view.h|'\
355 'ui/views/view.cc|'\
[email protected]f2f0fbb92012-07-14 15:52:49356 'ui/views/widget/',
[email protected]f76c8852012-06-21 16:37:00357 },
[email protected]d9010032012-07-16 22:50:30358 'webintents': {
359 'filepath': 'chrome/browser/intents/.*'\
360 '|chrome/browser/ui/intents/.*'\
361 '|chrome/browser/webdata/.*intent.*'\
362 '|chrome/browser/ui/webui/options2/.*intent.*'\
363 '|chrome/browser/ui/cocoa/.*intent.*'\
364 '|chrome/browser/ui/gtk/.*intent.*'\
365 '|chrome/browser/ui/views/.*intent.*'\
366 '|content/browser/intents/.*'\
367 '|content/common/intents.*'\
368 '|content/public/browser/.*intent.*'
369 '|webkit/glue/.*intent.*'
370 },
[email protected]208879542012-07-05 11:15:34371 'website_settings': {
[email protected]f2f0fbb92012-07-14 15:52:49372 'filepath': 'chrome/browser/content_settings/'\
373 '|chrome/browser/ui/views/website_settings/'\
374 '|chrome/browser/ui/website_settings/'\
375 '|chrome/common/content_settings',
[email protected]208879542012-07-05 11:15:34376 },
[email protected]f76c8852012-06-21 16:37:00377 'webkit': {
[email protected]f2f0fbb92012-07-14 15:52:49378 'filepath': 'webkit/',
[email protected]f76c8852012-06-21 16:37:00379 },
380 'worker': {
[email protected]f2f0fbb92012-07-14 15:52:49381 'filepath': 'chrome/browser/worker_host/|chrome/worker/|'\
382 'chrome/common/worker_messages|webkit/glue/webworker',
[email protected]f76c8852012-06-21 16:37:00383 },
384 'x11': {
[email protected]f2f0fbb92012-07-14 15:52:49385 'filepath': 'content/browser/renderer_host/backing_store_x\.' \
386 '|chrome/browser/chromeos/input_method/xkeyboard\.' \
387 '|chrome/browser/chromeos/system_key_event_listener\.' \
[email protected]f76c8852012-06-21 16:37:00388 '|chrome/browser/chromeos/'\
[email protected]f2f0fbb92012-07-14 15:52:49389 'xinput_hierarchy_changed_event_listener\.' \
390 '|chrome/browser/chromeos/wm_' \
391 '|ui/base/x/'
[email protected]0d710852012-05-24 01:18:40392 },
[email protected]a3838612009-10-13 21:57:54393 },
[email protected]ca872e362011-07-12 21:06:03394
[email protected]a3838612009-10-13 21:57:54395 'WATCHLISTS': {
[email protected]f76c8852012-06-21 16:37:00396 'accelerator_table': ['[email protected]',
397 '[email protected]',
398 '[email protected]'],
399 'accessibility': ['[email protected]',
400 '[email protected]',
401 '[email protected]',
402 '[email protected]',
403 '[email protected]',
404 '[email protected]',
405 '[email protected]',
406 '[email protected]',
407 '[email protected]'],
[email protected]8a197f22012-06-22 14:59:05408 'app_list': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00409 'appcache': ['[email protected]'],
410 'aura': ['[email protected]', '[email protected]'],
411 'autofill': ['[email protected]', '[email protected]',
412 '[email protected]'],
[email protected]be4f8662012-01-02 15:59:59413 'automation': ['[email protected]',
[email protected]73f3435e2011-10-14 13:20:21414 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:00415 'base': ['[email protected]', '[email protected]'],
[email protected]1ed5e0fd2012-07-19 00:19:05416 'base_memory': ['[email protected]'],
[email protected]6b5093c2012-05-23 19:10:18417 'browser_chromeos': ['[email protected]',
418 '[email protected]',
419 '[email protected]'],
[email protected]22650d22012-07-18 17:02:35420 'browser_components': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00421 'browser_compositor': ['[email protected]', '[email protected]',
[email protected]21cd39b2012-06-28 01:48:40422 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:00423 'browser_main': ['[email protected]'],
424 'browser_resources': ['[email protected]'],
425 'bubble': ['[email protected]', '[email protected]'],
426 'chrome_frame': ['[email protected]', '[email protected]',
427 '[email protected]'],
428 'chromedriver': ['[email protected]'],
[email protected]6b5093c2012-05-23 19:10:18429 'chromeos' : ['[email protected]',
430 '[email protected]'],
[email protected]93a564782011-09-28 14:20:31431 'chromeos_webui': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00432 'clang_update': ['[email protected]', '[email protected]',
433 '[email protected]'],
434 'clipboard': ['[email protected]'],
435 'content': ['[email protected]', '[email protected]',
[email protected]ad74c372012-06-28 11:02:58436 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:00437 'cookie_monster': ['[email protected]', '[email protected]',
438 '[email protected]'],
[email protected]bab2a832012-07-11 23:29:41439 'disk_cache': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00440 'dns': ['[email protected]'],
441 'download': ['[email protected]'],
442 'downloads_ui': ['[email protected]', '[email protected]'],
443 'extension': ['[email protected]',
444 '[email protected]'],
445 'fileapi': ['[email protected]'],
446 'filebrowse': ['[email protected]'],
447 'ftp': ['[email protected]'],
448 'fullscreen_controller': ['[email protected]'],
449 'gdata': ['[email protected]'],
450 'gpu': ['[email protected]'],
451 'history': ['[email protected]'],
452 'history_ui': ['[email protected]'],
453 'i18n': ['[email protected]'],
454 'imageburner': ['[email protected]', '[email protected]'],
455 'importer': ['[email protected]'],
456 'installer': ['[email protected]'],
457 'ipc': ['[email protected]', '[email protected]'],
458 'labs': ['[email protected]'],
459 'linux-sandboxing': ['[email protected]', '[email protected]'],
460 'linux-seccomp-bpf': ['[email protected]'],
461 'locale_settings': ['[email protected]'],
462 'media': ['[email protected]'],
463 'message_loop': ['[email protected]'],
464 'metrics': ['[email protected]',
465 '[email protected]',
466 '[email protected]'],
467 'mouse_lock': ['[email protected]'],
468 'nacl': ['[email protected]'],
469 'net': ['[email protected]', '[email protected]'],
470 'net_error_list': ['[email protected]'],
471 'net_log': ['[email protected]', '[email protected]'],
[email protected]d5fa18c42010-06-01 22:33:31472 'npapi_headers': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00473 'ntp': ['[email protected]', '[email protected]'],
474 'omnibox': ['[email protected]'],
475 'panels': ['[email protected]', '[email protected]',
476 '[email protected]', '[email protected]'],
477 'pepper_api': ['[email protected]', '[email protected]',
478 '[email protected]', '[email protected]'],
479 'plugin': ['[email protected]', '[email protected]',
480 '[email protected]'],
481 'prerender': ['[email protected]', '[email protected]',
[email protected]78375a52012-07-14 14:47:57482 '[email protected]', '[email protected]',
483 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:00484 'pyauto': ['[email protected]',
485 '[email protected]', '[email protected]',
486 '[email protected]'],
[email protected]e2c1e292012-01-25 23:40:34487 'remoting': ['[email protected]',
488 '[email protected]',
489 '[email protected]',
[email protected]84cdbcc42011-11-17 01:01:01490 '[email protected]',
[email protected]e06acea2011-02-03 07:11:07491 '[email protected]',
492 '[email protected]',
493 '[email protected]',
494 '[email protected]',
[email protected]6ceb3fc52011-12-08 22:04:34495 '[email protected]',
496 '[email protected]',
497 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:00498 'renderer': ['[email protected]',
499 '[email protected]'],
[email protected]21cd39b2012-06-28 01:48:40500 'search': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00501 'sessions': ['[email protected]'],
502 'shell_window': ['[email protected]'],
503 'site_instance': ['[email protected]', '[email protected]'],
504 'speech': ['[email protected]'],
505 'sync': ['[email protected]', '[email protected]',
506 '[email protected]', '[email protected]'],
507 'tab_contents': ['[email protected]', '[email protected]',
508 '[email protected]', '[email protected]'],
[email protected]531b1532011-08-11 03:52:01509 'task_manager': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00510 'tests': [],
[email protected]494f3cf2011-11-14 07:14:02511 'textinput': ['[email protected]',
512 '[email protected]',
513 '[email protected]'],
[email protected]3a117c62011-11-29 04:28:02514 'textinput_chromeos': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00515 'this_file': ['[email protected]'],
516 'tools': ['[email protected]'],
517 'tools_emacs': ['[email protected]',
518 '[email protected]'],
[email protected]6b5093c2012-05-23 19:10:18519 'ui_resources': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00520 'valgrind': ['[email protected]',
521 '[email protected]',
522 '[email protected]'],
523 'views': ['[email protected]'],
524 'views_core': ['[email protected]'],
[email protected]d9010032012-07-16 22:50:30525 'webintents': [
526 '[email protected]',
527 '[email protected]'],
[email protected]208879542012-07-05 11:15:34528 'website_settings': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00529 'webkit': ['[email protected]'],
530 'worker': ['[email protected]'],
531 'x11': ['[email protected]',
532 '[email protected]',
533 '[email protected]'],
[email protected]a3838612009-10-13 21:57:54534 },
535}