blob: 702058244f14779a2245718536a5f98a422145f4 [file] [log] [blame]
[email protected]790e6be2011-06-14 19:26:391# Copyright (c) 2011 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
8
9{
10 'WATCHLIST_DEFINITIONS': {
11 'this_file': {
[email protected]b1f54d12009-11-02 22:59:1712 'filepath': '^WATCHLISTS$',
[email protected]a3838612009-10-13 21:57:5413 },
14 'valgrind': {
15 'filepath': 'valgrind',
16 },
[email protected]a3838612009-10-13 21:57:5417 'mac': {
18 'filepath': 'cocoa|\.mm$|(_mac|_posix)\.(cc|h)$',
19 },
20 'base': {
21 'filepath': '^base/.*',
22 },
23 'extension': {
24 'filepath': 'extension',
25 },
26 'views': {
27 # Applies to all files and subdirs within this directory.
[email protected]9d155152011-12-02 19:36:4128 'filepath': '^ui/views/.*',
[email protected]a3838612009-10-13 21:57:5429 },
[email protected]f46447a2011-09-29 20:56:1730 'aura': {
[email protected]1c8479c2011-11-24 19:29:0031 'filepath': 'ui/aura/.*|'\
[email protected]f46447a2011-09-29 20:56:1732 'ui/aura_shell/.*',
33 },
34 'views_core': {
[email protected]9d155152011-12-02 19:36:4135 'filepath': 'ui/views/view.h|'\
36 'ui/views/view.cc|'\
37 'ui/views/widget/.*',
[email protected]f46447a2011-09-29 20:56:1738 },
[email protected]a3838612009-10-13 21:57:5439 'browser': {
40 'filepath': 'chrome/browser/.*',
41 },
[email protected]bf1ca902010-03-23 17:34:2942 'browser_main': {
43 'filepath': 'chrome/browser/browser_main.cc',
44 },
[email protected]cabd51c2010-03-17 16:38:1145 'browser_resources': {
46 'filepath': 'chrome/browser/resources/.*',
47 },
[email protected]6a527c92011-11-04 21:16:2848 'bubble': {
[email protected]9d155152011-12-02 19:36:4149 'filepath': 'ui/views/bubble/.*|'\
[email protected]6a527c92011-11-04 21:16:2850 'chrome/browser/ui/views/bubble/.*',
51 },
[email protected]e70e11022010-03-30 15:27:1052 'chromeos_login': {
[email protected]93a564782011-09-28 14:20:3153 'filepath': 'chrome/browser/chromeos/login/.*|'\
54 'chrome/browser/ui/webui/chromeos/login/.*|'\
55 'chrome/browser/resources/chromeos/login/.*',
[email protected]fe4d4f02010-03-30 18:48:3256 },
[email protected]e6f1366e2011-02-23 20:48:3657 'content': {
58 'filepath': 'content/.*',
59 },
[email protected]8b13e302010-10-01 09:33:4560 'download': {
[email protected]04d81232011-07-15 23:00:0561 'filepath': 'chrome/browser/download/.*|'\
62 'content/browser/download/.*',
[email protected]8b13e302010-10-01 09:33:4563 },
[email protected]a3838612009-10-13 21:57:5464 'history': {
65 'filepath': 'chrome/browser/history/.*',
66 },
67 'renderer': {
[email protected]b1f54d12009-11-02 22:59:1768 'filepath': 'chrome/browser/renderer_host/.*|chrome/renderer/.*|'\
69 'chrome/common/render.*',
[email protected]a3838612009-10-13 21:57:5470 },
[email protected]a3838612009-10-13 21:57:5471 'tab_contents': {
[email protected]30a7fa9c2011-04-07 16:22:2872 'filepath': 'chrome/browser/tab_contents/.*|'\
73 'content/browser/tab_contents/.*|'\
74 'chrome/browser/ui/tab_contents/.*',
[email protected]a3838612009-10-13 21:57:5475 },
[email protected]b95700e62011-10-05 22:47:3176 'site_instance': {
77 'filepath': 'content/browser/site_instance.*|'\
78 'content/browser/browsing_instance.*',
79 },
[email protected]a3838612009-10-13 21:57:5480 'webkit': {
81 'filepath': 'webkit/.*',
82 },
83 'plugin': {
[email protected]b1f54d12009-11-02 22:59:1784 'filepath': 'chrome/browser/plugin.*|chrome/plugin/.*|'\
85 'chrome/common/plugin.*|webkit/glue/webplugin.*|webkit/glue/plugins/.*',
[email protected]a3838612009-10-13 21:57:5486 },
87 'worker': {
[email protected]b1f54d12009-11-02 22:59:1788 'filepath': 'chrome/browser/worker_host/.*|chrome/worker/.*|'\
89 'chrome/common/worker_messages.*|webkit/glue/webworker.*',
[email protected]a3838612009-10-13 21:57:5490 },
91 'net': {
92 'filepath': 'net/.*',
93 },
[email protected]fc92df062011-04-05 15:32:2794 'net_error_list': {
95 'filepath': 'net/base/net_error_list.h',
96 },
[email protected]e4314542011-07-20 18:51:1397 'net_log': {
98 'filepath': 'net/base/net_log.*|' \
99 'chrome/browser/net/.*net_log.*|' \
100 'chrome/browser/net/passive_log_collector.*|' \
101 'chrome/browser/resources/net_internals/.*|' \
102 'chrome/browser/ui/webui/net_internals_ui.*'
103 },
[email protected]a3838612009-10-13 21:57:54104 'ftp': {
105 'filepath': 'ftp',
106 },
[email protected]e6fdd382011-10-04 17:03:36107 'dns': {
108 'filepath': 'net/base/host_resolver.*|' \
109 'net/base/host_cache.*|' \
110 'net/dns/.*'
111 },
[email protected]a3838612009-10-13 21:57:54112 'installer': {
113 'filepath': 'chrome/installer/.*',
114 },
115 'importer': {
116 'filepath': '.*import.*',
117 },
118 'media': {
[email protected]464791b2010-03-02 20:26:23119 'filepath': 'media/.*|third_party/(ffmpeg|openmax)/.*|webmediaplayer|'\
[email protected]c06dca682010-06-22 01:33:42120 'audio_message_filter|video_layer',
[email protected]a3838612009-10-13 21:57:54121 },
122 'ipc': {
123 'filepath': 'ipc/ipc.*',
124 },
125 'linux-sandboxing': {
126 'filepath': 'sandbox/linux/.*',
127 },
128 'sync': {
[email protected]9d155152011-12-02 19:36:41129 'filepath': 'chrome/browser/sync/.*',
[email protected]a3838612009-10-13 21:57:54130 },
131 'layout_tests': {
132 'filepath': 'webkit/(tools|data)/(layout_tests|test_shell)/.*',
133 },
134 'tools': {
135 'filepath': 'tools/.*',
136 },
137 'tests': {
138 'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/.*',
139 },
140 'automation': {
141 'filepath': 'chrome/browser/automation/.*|chrome/test/automation/.*',
142 },
143 'chrome_frame': {
144 'filepath': 'chrome_frame/.*',
145 },
146 'nacl': {
[email protected]b1f54d12009-11-02 22:59:17147 'filepath': 'chrome/nacl/.*|chrome/test/nacl/.*|'\
[email protected]e15a4fa2010-02-11 23:09:29148 'chrome/browser/nacl_host/.*|chrome/common/nacl.*',
[email protected]a3838612009-10-13 21:57:54149 },
[email protected]374a93c2009-11-05 21:45:56150 'appcache': {
151 'filepath': 'appcache/.*',
152 },
[email protected]87e84f962009-12-22 22:28:03153 'gpu': {
154 'filepath': 'gpu/.*',
155 },
[email protected]a3ce4262010-02-05 17:46:25156 'locale_settings': {
[email protected]d9f3bc022010-02-11 20:53:52157 'filepath': 'chrome/app/resources/locale_settings.*',
[email protected]a3ce4262010-02-05 17:46:25158 },
[email protected]88abb082010-04-15 21:19:08159 'chromeos': {
160 'filepath': 'chrome/browser/chromeos/.*',
161 },
[email protected]93a564782011-09-28 14:20:31162 'chromeos_webui': {
163 'filepath': 'chrome/browser/ui/webui/chromeos/.*|'\
164 'chrome/browser/resources/chromeos/.*',
165 },
[email protected]d5fa18c42010-06-01 22:33:31166 'npapi_headers': {
167 'filepath': 'third_party/npapi/bindings/.*',
168 },
[email protected]304359bf2010-06-10 16:06:02169 'remoting': {
170 'filepath': 'remoting/.*',
171 },
[email protected]ca872e362011-07-12 21:06:03172 'domui_options': {
[email protected]900e4962010-07-19 19:06:44173 'filepath': 'chrome/browser/resources/options/.*|'\
[email protected]62e95912010-10-13 20:35:41174 'chrome/browser/resources/options.html|'\
[email protected]9d155152011-12-02 19:36:41175 'chrome/browser/ui/webui/options/.*',
[email protected]900e4962010-07-19 19:06:44176 },
[email protected]ca872e362011-07-12 21:06:03177 'ntp': {
[email protected]7c5c6f3a2011-04-28 19:56:49178 'filepath': 'chrome/browser/resources/ntp/.*|'\
179 'chrome/browser/resources/ntp4/.*|'\
180 'chrome/browser/resources/touch_ntp/.*|'\
181 'chrome/browser/resources/touch_ntp/.*|'\
182 'chrome/browser/ui/webui/ntp/.*',
183 },
[email protected]84ba35e32010-08-06 17:22:39184 'cookie_monster': {
185 'filepath': 'net/base/cookie_.*|'\
186 'chrome/browser/net/sqlite_persistent_cookie_store.*',
187 },
[email protected]b3399272010-08-10 19:49:29188 'autofill': {
[email protected]d39655112011-04-18 18:05:36189 'filepath': 'chrome/browser/autofill/.*|'\
[email protected]880e0362011-02-24 00:53:48190 'chrome/browser/resources/options/autofill_.*|'\
[email protected]b3399272010-08-10 19:49:29191 'chrome/browser/sync/glue/autofill_.*|'\
[email protected]d39655112011-04-18 18:05:36192 'chrome/browser/ui/webui/options/autofill_.*|'\
193 'chrome/renderer/autofill/.*|'\
194 'chrome/test/data/autofill/.*|'\
195 'chrome/test/data/autofill/heuristics/input/.*|'\
196 'chrome/test/data/autofill/heuristics/output/.*|'\
197 'chrome/test/data/autofill/merge/input/.*|'\
198 'chrome/test/data/autofill/merge/output/.*',
[email protected]b3399272010-08-10 19:49:29199 },
[email protected]b8a0f8fa2010-09-02 18:35:55200 'webdata': {
201 'filepath': 'chrome/browser/webdata/.*',
202 },
[email protected]7a7a13b2010-08-25 01:10:59203 'i18n': {
204 'filepath': 'base/i18n/.*|base/*string.*|.*l10n.*|.*icu.*|'\
205 '.*locale_settings.*|.*encoding.*',
206 },
[email protected]34911482010-10-01 20:09:43207 'pyauto': {
208 'filepath': 'chrome/test/pyautolib' \
209 '|chrome/test/functional' \
210 '|chrome/browser/automation/automation_provider_json'
[email protected]02c44522010-10-08 17:43:25211 },
212 'labs': {
213 'filepath': 'chrome/browser/labs' \
214 '|chrome/browser/dom_ui/labs'
215 },
[email protected]58b6cfa2011-02-14 12:27:29216 'fileapi': {
217 'filepath': 'file_system/.*' \
218 '|fileapi/.*'
[email protected]fbd846b2010-11-19 01:32:18219 },
[email protected]c55f781e2011-01-20 22:15:19220 'pepper_api': {
221 'filepath': 'ppapi/c/.*',
222 },
[email protected]ee6ded32011-01-24 14:33:27223 'prerender': {
224 'filepath': 'chrome/browser/prerender/.*'
225 },
[email protected]f7bf8ba2011-02-24 22:28:46226 'chromedriver': {
227 'filepath': 'chrome/test/webdriver|third_party/webdriver'
228 },
[email protected]531b1532011-08-11 03:52:01229 'task_manager': {
230 'filepath': 'task_manager'
231 },
[email protected]ca872e362011-07-12 21:06:03232 'filebrowse': {
[email protected]a791dac2011-04-07 23:22:57233 'filepath': 'file_browser' \
234 '|file_manager' \
235 '|filebrowse'
236 },
[email protected]ca872e362011-07-12 21:06:03237 'imageburner': {
[email protected]a791dac2011-04-07 23:22:57238 'filepath': 'imageburner'
239 },
[email protected]eb58e8f2011-09-15 23:30:02240 'active_downloads': {
241 'filepath': 'active_downloads'
242 },
[email protected]cef7a6d2011-04-29 20:49:07243 'clang_update': {
244 'filepath': 'tools/clang/scripts/update.sh'
245 },
[email protected]2418b022011-05-19 21:06:02246 'panels': {
247 'filepath': 'chrome/browser/ui/panels/.*',
248 },
[email protected]7817e142011-10-04 15:19:08249 'accelerator_table_linux': {
250 'filepath': 'chrome/browser/ui/views/accelerator_table_linux.cc',
[email protected]6bff0ad2011-06-17 01:32:51251 },
[email protected]ca872e362011-07-12 21:06:03252 'downloads_ui': {
[email protected]1c3fe472011-07-18 23:58:25253 'filepath': 'chrome/browser/resources/.*downloads\..*' \
[email protected]161277d42011-06-24 20:48:45254 '|chrome/browser/ui/webui/.*downloads.*' \
[email protected]ca872e362011-07-12 21:06:03255 '|chrome/browser/ui/views/download/.*' \
256 '|chrome/browser/ui/cocoa/download/.*' \
257 '|chrome/browser/ui/gtk/download/.*'
258 },
259 'x11': {
260 'filepath': 'content/browser/renderer_host/backing_store_x\..*' \
261 '|chrome/browser/chromeos/input_method/xkeyboard\..*' \
262 '|chrome/browser/chromeos/system_key_event_listener\..*' \
[email protected]39e133b2011-11-16 04:26:42263 '|chrome/browser/chromeos/'\
264 'xinput_hierarchy_changed_event_listener\..*' \
[email protected]ca872e362011-07-12 21:06:03265 '|chrome/browser/chromeos/wm_.*' \
266 '|ui/base/x/.*'
[email protected]161277d42011-06-24 20:48:45267 },
[email protected]80919512011-08-03 08:51:04268 'accessibility': {
269 'filepath': 'chrome/browser/accessibility/.*' \
270 '|content/browser/accessibility/.*' \
271 '|chrome/.*accessib.*' \
272 '|ui/base/accessibility/.*' \
[email protected]9d155152011-12-02 19:36:41273 '|ui/views/accessibility/.*'
[email protected]80919512011-08-03 08:51:04274 },
[email protected]4b07b62cc2011-10-03 17:52:39275 'tools_emacs': {
276 'filepath': 'tools/emacs/.*',
277 },
[email protected]ffeb189d2011-10-05 18:49:39278 'browser_compositor': {
279 'filepath': 'ui/gfx/compositor/.*'
280 },
[email protected]0cde05a02011-11-30 23:36:52281 'browser_gl': {
282 'filepath': 'ui/gfx/gl/.*'
283 },
[email protected]1cbbb30b2011-10-14 08:03:56284 'textinput': {
285 'filepath': 'content/browser/renderer_host/gtk_im.*'\
286 '|content/browser/renderer_host/gtk_key.*'\
287 '|content/browser/renderer_host/render_widget_host_view.*'\
288 '|content/browser/renderer_host/text_input.*'\
289 '|ui/base/ime/.*'\
290 '|ui/base/gtk/event.*'\
291 '|ui/base/gtk/gtk_im.*'\
292 '|ui/base/keycodes/.*'\
293 '|ui/base/win/ime.*'\
[email protected]9d155152011-12-02 19:36:41294 '|ui/views/controls/textfield/.*'\
295 '|ui/views/ime/.*'
[email protected]1cbbb30b2011-10-14 08:03:56296 },
[email protected]3a117c62011-11-29 04:28:02297 'textinput_chromeos': {
298 'filepath': 'chrome/browser/chromeos/input_method/.*'\
299 '|chrome/browser/chromeos/extensions/input_method.*'\
300 '|chrome/browser/chromeos/status/input_method.*'\
[email protected]ef03eae2011-11-30 08:43:43301 '|chrome/browser/extensions/extension_input_.*'\
[email protected]3a117c62011-11-29 04:28:02302 '|chrome/browser/resources/keyboard.*'\
[email protected]ef03eae2011-11-30 08:43:43303 '|chrome/browser/resources/options/language.*'\
304 '|chrome/browser/ui/webui/options/'\
305 'chromeos/.*(language|keyboard).*'\
306 '|chrome/browser/ui/webui/options/language.*'
[email protected]3a117c62011-11-29 04:28:02307 },
[email protected]1cbbb30b2011-10-14 08:03:56308 'omnibox': {
309 'filepath': 'chrome/browser/autocomplete/.*'\
310 '|chrome/browser/ui/.*/omnibox/.*'
311 },
[email protected]6bea7b42011-10-19 19:47:09312 'message_loop': {
313 'filepath': 'base/message_.*'
314 },
[email protected]c2f6800f2011-10-31 23:44:32315 'clipboard': {
[email protected]c767b062011-11-17 22:58:55316 'filepath': 'clipboard|dnd|drag|drop',
[email protected]c2f6800f2011-10-31 23:44:32317 },
[email protected]a3838612009-10-13 21:57:54318 },
[email protected]ca872e362011-07-12 21:06:03319
[email protected]a3838612009-10-13 21:57:54320 'WATCHLISTS': {
321 'this_file': ['[email protected]'],
[email protected]b0434b272010-02-25 10:11:51322 'valgrind': ['[email protected]',
[email protected]8d1ff5b82010-08-04 19:12:45323 '[email protected]',
[email protected]b0434b272010-02-25 10:11:51324 '[email protected]'],
[email protected]bf1ca902010-03-23 17:34:29325 'base': ['[email protected]'],
[email protected]0d1d9582010-03-23 19:26:00326 'browser_main': ['[email protected]'],
[email protected]cabd51c2010-03-17 16:38:11327 'browser_resources': ['[email protected]'],
[email protected]6a527c92011-11-04 21:16:28328 'bubble': ['[email protected]', '[email protected]'],
[email protected]0f12afc2011-08-17 06:13:56329 'content': ['[email protected]', '[email protected]',
[email protected]9c863682011-09-09 01:01:08330 '[email protected]',
[email protected]3ae288a2011-10-12 21:40:24331 '[email protected]'],
[email protected]6ca57ed2010-11-18 17:36:04332 'download': ['[email protected]','[email protected]'],
[email protected]bf1ca902010-03-23 17:34:29333 'history': ['[email protected]'],
[email protected]3a38fe92010-02-19 18:42:03334 'renderer': ['[email protected]',
[email protected]fae8f252010-06-28 03:25:29335 '[email protected]'],
[email protected]b95700e62011-10-05 22:47:31336 'tab_contents': ['[email protected]', '[email protected]',
337 '[email protected]', '[email protected]'],
338 'site_instance': ['[email protected]', '[email protected]'],
[email protected]3a38fe92010-02-19 18:42:03339 'webkit': ['[email protected]'],
[email protected]8d1ff5b82010-08-04 19:12:45340 'plugin': ['[email protected]', '[email protected]',
341 '[email protected]'],
[email protected]a3838612009-10-13 21:57:54342 'worker': ['[email protected]'],
[email protected]b1f54d12009-11-02 22:59:17343 'extension': ['[email protected]',
[email protected]735d18f2011-12-02 17:58:00344 '[email protected]',
345 '[email protected]'],
[email protected]dbac96e2010-04-15 12:55:43346 'net': ['[email protected]', '[email protected]'],
[email protected]fc92df062011-04-05 15:32:27347 'net_error_list': ['[email protected]'],
[email protected]e4314542011-07-20 18:51:13348 'net_log': ['[email protected]', '[email protected]'],
[email protected]a3838612009-10-13 21:57:54349 'ftp': ['[email protected]'],
[email protected]e6fdd382011-10-04 17:03:36350 'dns': ['[email protected]'],
[email protected]84cdbcc42011-11-17 01:01:01351 'media': ['[email protected]',
[email protected]346962f2011-06-24 17:30:57352 '[email protected]', '[email protected]',
[email protected]d451a3b2011-02-16 00:17:17353 '[email protected]', '[email protected]',
[email protected]cc8869b2011-10-14 05:01:57354 '[email protected]', '[email protected]',
355 '[email protected]'],
[email protected]3a38fe92010-02-19 18:42:03356 'ipc': ['[email protected]', '[email protected]'],
[email protected]a3838612009-10-13 21:57:54357 'linux-sandboxing': ['[email protected]'],
358 'sync': ['[email protected]', '[email protected]',
[email protected]879e0322011-10-19 23:42:00359 '[email protected]', '[email protected]'],
[email protected]a3838612009-10-13 21:57:54360 'tools': ['[email protected]'],
[email protected]66e7ce02009-10-20 01:04:22361 'tests': ['[email protected]'],
[email protected]73f3435e2011-10-14 13:20:21362 'automation': ['[email protected]', '[email protected]',
363 '[email protected]'],
364 'chrome_frame': ['[email protected]', '[email protected]'],
[email protected]ca872e362011-07-12 21:06:03365 'nacl': ['[email protected]'],
[email protected]374a93c2009-11-05 21:45:56366 'appcache': ['[email protected]'],
[email protected]87e84f962009-12-22 22:28:03367 'gpu': ['[email protected]'],
[email protected]d9f3bc022010-02-11 20:53:52368 'locale_settings': ['[email protected]'],
[email protected]ad84bb892011-10-18 00:00:58369 'chromeos': ['[email protected]', '[email protected]',
[email protected]93a564782011-09-28 14:20:31370 '[email protected]'],
371 'chromeos_webui': ['[email protected]'],
[email protected]d5fa18c42010-06-01 22:33:31372 'npapi_headers': ['[email protected]'],
[email protected]84cdbcc42011-11-17 01:01:01373 'remoting': ['[email protected]',
374 '[email protected]',
[email protected]e06acea2011-02-03 07:11:07375 '[email protected]',
376 '[email protected]',
377 '[email protected]',
378 '[email protected]',
379 '[email protected]'],
[email protected]7c5c6f3a2011-04-28 19:56:49380 'ntp': ['[email protected]'],
[email protected]75c34242011-07-25 21:08:23381 'cookie_monster': ['[email protected]', '[email protected]',
382 '[email protected]', '[email protected]'],
[email protected]542acf62011-11-30 23:46:31383 'autofill': ['[email protected]', '[email protected]',
[email protected]1efb61d2011-09-28 01:46:40384 '[email protected]', '[email protected]'],
[email protected]542acf62011-11-30 23:46:31385 'webdata': ['[email protected]'],
[email protected]7a7a13b2010-08-25 01:10:59386 'i18n': ['[email protected]'],
[email protected]34911482010-10-01 20:09:43387 'pyauto': ['[email protected]', '[email protected]',
[email protected]9b827352011-07-20 16:42:21388 '[email protected]', '[email protected]',
389 '[email protected]'],
[email protected]02c44522010-10-08 17:43:25390 'labs': ['[email protected]'],
[email protected]58b6cfa2011-02-14 12:27:29391 'fileapi': ['[email protected]'],
[email protected]cc8869b2011-10-14 05:01:57392 'pepper_api': ['[email protected]', '[email protected]',
[email protected]66aaa6b2011-11-05 03:05:55393 '[email protected]', '[email protected]'],
[email protected]790e6be2011-06-14 19:26:39394 'prerender': ['[email protected]', '[email protected]',
[email protected]e4314542011-07-20 18:51:13395 '[email protected]', '[email protected]'],
[email protected]f7bf8ba2011-02-24 22:28:46396 'chromedriver': ['[email protected]'],
[email protected]531b1532011-08-11 03:52:01397 'task_manager': ['[email protected]'],
[email protected]a791dac2011-04-07 23:22:57398 'imageburner': ['[email protected]', '[email protected]'],
[email protected]eb58e8f2011-09-15 23:30:02399 'active_downloads': ['[email protected]'],
[email protected]a791dac2011-04-07 23:22:57400 'filebrowse': ['[email protected]', '[email protected]'],
[email protected]686bc542011-05-06 07:08:14401 'clang_update': ['[email protected]', '[email protected]'],
[email protected]2418b022011-05-19 21:06:02402 'panels': ['[email protected]', '[email protected]',
[email protected]0f560e0422011-05-21 17:01:33403 '[email protected]', '[email protected]',
[email protected]ca872e362011-07-12 21:06:03404 '[email protected]'],
[email protected]0f560e0422011-05-21 17:01:33405 'importer': ['[email protected]'],
[email protected]0cde05a02011-11-30 23:36:52406 'views': ['[email protected]'],
[email protected]7817e142011-10-04 15:19:08407 'accelerator_table_linux': ['[email protected]',
408 '[email protected]'],
[email protected]1c3fe472011-07-18 23:58:25409 'downloads_ui': ['[email protected]', '[email protected]'],
[email protected]494f3cf2011-11-14 07:14:02410 'x11': ['[email protected]',
411 '[email protected]',
412 '[email protected]'],
[email protected]80919512011-08-03 08:51:04413 'accessibility': ['[email protected]',
414 '[email protected]',
415 '[email protected]',
416 '[email protected]',
417 '[email protected]',
418 '[email protected]',
419 '[email protected]',
[email protected]531b1532011-08-11 03:52:01420 '[email protected]',
[email protected]80919512011-08-03 08:51:04421 '[email protected]'],
[email protected]0cde05a02011-11-30 23:36:52422 'aura': ['[email protected]', '[email protected]',
[email protected]542acf62011-11-30 23:46:31423 '[email protected]'],
[email protected]f46447a2011-09-29 20:56:17424 'views_core': ['[email protected]'],
[email protected]542acf62011-11-30 23:46:31425 'tools_emacs': ['[email protected]',
426 '[email protected]'],
[email protected]8206cda2011-10-24 23:51:26427 'browser_compositor': ['[email protected]', '[email protected]',
[email protected]542acf62011-11-30 23:46:31428 '[email protected]',
429 '[email protected]'],
430 'browser_gl': ['[email protected]'],
[email protected]494f3cf2011-11-14 07:14:02431 'textinput': ['[email protected]',
432 '[email protected]',
433 '[email protected]'],
[email protected]3a117c62011-11-29 04:28:02434 'textinput_chromeos': ['[email protected]'],
[email protected]1cbbb30b2011-10-14 08:03:56435 'omnibox': ['[email protected]'],
[email protected]6bea7b42011-10-19 19:47:09436 'message_loop': ['[email protected]'],
[email protected]c2f6800f2011-10-31 23:44:32437 'clipboard': ['[email protected]'],
[email protected]a3838612009-10-13 21:57:54438 },
439}