blob: 1dc441b90be8461aa7c44266e91239f6d90a497b [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/.*|'\
[email protected]9c4bf232011-12-15 02:25:08198 'chrome/test/data/autofill/merge/output/.*|'\
199 'webkit/forms/.*',
[email protected]b3399272010-08-10 19:49:29200 },
[email protected]b8a0f8fa2010-09-02 18:35:55201 'webdata': {
202 'filepath': 'chrome/browser/webdata/.*',
203 },
[email protected]7a7a13b2010-08-25 01:10:59204 'i18n': {
205 'filepath': 'base/i18n/.*|base/*string.*|.*l10n.*|.*icu.*|'\
206 '.*locale_settings.*|.*encoding.*',
207 },
[email protected]34911482010-10-01 20:09:43208 'pyauto': {
209 'filepath': 'chrome/test/pyautolib' \
210 '|chrome/test/functional' \
211 '|chrome/browser/automation/automation_provider_json'
[email protected]02c44522010-10-08 17:43:25212 },
213 'labs': {
214 'filepath': 'chrome/browser/labs' \
215 '|chrome/browser/dom_ui/labs'
216 },
[email protected]58b6cfa2011-02-14 12:27:29217 'fileapi': {
218 'filepath': 'file_system/.*' \
219 '|fileapi/.*'
[email protected]fbd846b2010-11-19 01:32:18220 },
[email protected]c55f781e2011-01-20 22:15:19221 'pepper_api': {
222 'filepath': 'ppapi/c/.*',
223 },
[email protected]ee6ded32011-01-24 14:33:27224 'prerender': {
225 'filepath': 'chrome/browser/prerender/.*'
226 },
[email protected]f7bf8ba2011-02-24 22:28:46227 'chromedriver': {
228 'filepath': 'chrome/test/webdriver|third_party/webdriver'
229 },
[email protected]531b1532011-08-11 03:52:01230 'task_manager': {
231 'filepath': 'task_manager'
232 },
[email protected]ca872e362011-07-12 21:06:03233 'filebrowse': {
[email protected]a791dac2011-04-07 23:22:57234 'filepath': 'file_browser' \
235 '|file_manager' \
236 '|filebrowse'
237 },
[email protected]ca872e362011-07-12 21:06:03238 'imageburner': {
[email protected]a791dac2011-04-07 23:22:57239 'filepath': 'imageburner'
240 },
[email protected]eb58e8f2011-09-15 23:30:02241 'active_downloads': {
242 'filepath': 'active_downloads'
243 },
[email protected]cef7a6d2011-04-29 20:49:07244 'clang_update': {
245 'filepath': 'tools/clang/scripts/update.sh'
246 },
[email protected]2418b022011-05-19 21:06:02247 'panels': {
248 'filepath': 'chrome/browser/ui/panels/.*',
249 },
[email protected]7817e142011-10-04 15:19:08250 'accelerator_table_linux': {
251 'filepath': 'chrome/browser/ui/views/accelerator_table_linux.cc',
[email protected]6bff0ad2011-06-17 01:32:51252 },
[email protected]ca872e362011-07-12 21:06:03253 'downloads_ui': {
[email protected]1c3fe472011-07-18 23:58:25254 'filepath': 'chrome/browser/resources/.*downloads\..*' \
[email protected]161277d42011-06-24 20:48:45255 '|chrome/browser/ui/webui/.*downloads.*' \
[email protected]ca872e362011-07-12 21:06:03256 '|chrome/browser/ui/views/download/.*' \
257 '|chrome/browser/ui/cocoa/download/.*' \
258 '|chrome/browser/ui/gtk/download/.*'
259 },
260 'x11': {
261 'filepath': 'content/browser/renderer_host/backing_store_x\..*' \
262 '|chrome/browser/chromeos/input_method/xkeyboard\..*' \
263 '|chrome/browser/chromeos/system_key_event_listener\..*' \
[email protected]39e133b2011-11-16 04:26:42264 '|chrome/browser/chromeos/'\
265 'xinput_hierarchy_changed_event_listener\..*' \
[email protected]ca872e362011-07-12 21:06:03266 '|chrome/browser/chromeos/wm_.*' \
267 '|ui/base/x/.*'
[email protected]161277d42011-06-24 20:48:45268 },
[email protected]80919512011-08-03 08:51:04269 'accessibility': {
270 'filepath': 'chrome/browser/accessibility/.*' \
271 '|content/browser/accessibility/.*' \
272 '|chrome/.*accessib.*' \
273 '|ui/base/accessibility/.*' \
[email protected]9d155152011-12-02 19:36:41274 '|ui/views/accessibility/.*'
[email protected]80919512011-08-03 08:51:04275 },
[email protected]4b07b62cc2011-10-03 17:52:39276 'tools_emacs': {
277 'filepath': 'tools/emacs/.*',
278 },
[email protected]ffeb189d2011-10-05 18:49:39279 'browser_compositor': {
280 'filepath': 'ui/gfx/compositor/.*'
281 },
[email protected]0cde05a02011-11-30 23:36:52282 'browser_gl': {
283 'filepath': 'ui/gfx/gl/.*'
284 },
[email protected]1cbbb30b2011-10-14 08:03:56285 'textinput': {
286 'filepath': 'content/browser/renderer_host/gtk_im.*'\
287 '|content/browser/renderer_host/gtk_key.*'\
288 '|content/browser/renderer_host/render_widget_host_view.*'\
289 '|content/browser/renderer_host/text_input.*'\
290 '|ui/base/ime/.*'\
291 '|ui/base/gtk/event.*'\
292 '|ui/base/gtk/gtk_im.*'\
293 '|ui/base/keycodes/.*'\
294 '|ui/base/win/ime.*'\
[email protected]9d155152011-12-02 19:36:41295 '|ui/views/controls/textfield/.*'\
296 '|ui/views/ime/.*'
[email protected]1cbbb30b2011-10-14 08:03:56297 },
[email protected]3a117c62011-11-29 04:28:02298 'textinput_chromeos': {
299 'filepath': 'chrome/browser/chromeos/input_method/.*'\
300 '|chrome/browser/chromeos/extensions/input_method.*'\
301 '|chrome/browser/chromeos/status/input_method.*'\
[email protected]ef03eae2011-11-30 08:43:43302 '|chrome/browser/extensions/extension_input_.*'\
[email protected]3a117c62011-11-29 04:28:02303 '|chrome/browser/resources/keyboard.*'\
[email protected]ef03eae2011-11-30 08:43:43304 '|chrome/browser/resources/options/language.*'\
305 '|chrome/browser/ui/webui/options/'\
306 'chromeos/.*(language|keyboard).*'\
307 '|chrome/browser/ui/webui/options/language.*'
[email protected]3a117c62011-11-29 04:28:02308 },
[email protected]1cbbb30b2011-10-14 08:03:56309 'omnibox': {
310 'filepath': 'chrome/browser/autocomplete/.*'\
311 '|chrome/browser/ui/.*/omnibox/.*'
312 },
[email protected]6bea7b42011-10-19 19:47:09313 'message_loop': {
314 'filepath': 'base/message_.*'
315 },
[email protected]c2f6800f2011-10-31 23:44:32316 'clipboard': {
[email protected]c767b062011-11-17 22:58:55317 'filepath': 'clipboard|dnd|drag|drop',
[email protected]c2f6800f2011-10-31 23:44:32318 },
[email protected]a3838612009-10-13 21:57:54319 },
[email protected]ca872e362011-07-12 21:06:03320
[email protected]a3838612009-10-13 21:57:54321 'WATCHLISTS': {
322 'this_file': ['[email protected]'],
[email protected]b0434b272010-02-25 10:11:51323 'valgrind': ['[email protected]',
[email protected]8d1ff5b82010-08-04 19:12:45324 '[email protected]',
[email protected]b0434b272010-02-25 10:11:51325 '[email protected]'],
[email protected]bf1ca902010-03-23 17:34:29326 'base': ['[email protected]'],
[email protected]0d1d9582010-03-23 19:26:00327 'browser_main': ['[email protected]'],
[email protected]cabd51c2010-03-17 16:38:11328 'browser_resources': ['[email protected]'],
[email protected]6a527c92011-11-04 21:16:28329 'bubble': ['[email protected]', '[email protected]'],
[email protected]0f12afc2011-08-17 06:13:56330 'content': ['[email protected]', '[email protected]',
[email protected]9c863682011-09-09 01:01:08331 '[email protected]',
[email protected]3ae288a2011-10-12 21:40:24332 '[email protected]'],
[email protected]6ca57ed2010-11-18 17:36:04333 'download': ['[email protected]','[email protected]'],
[email protected]bf1ca902010-03-23 17:34:29334 'history': ['[email protected]'],
[email protected]3a38fe92010-02-19 18:42:03335 'renderer': ['[email protected]',
[email protected]fae8f252010-06-28 03:25:29336 '[email protected]'],
[email protected]b95700e62011-10-05 22:47:31337 'tab_contents': ['[email protected]', '[email protected]',
338 '[email protected]', '[email protected]'],
339 'site_instance': ['[email protected]', '[email protected]'],
[email protected]3a38fe92010-02-19 18:42:03340 'webkit': ['[email protected]'],
[email protected]8d1ff5b82010-08-04 19:12:45341 'plugin': ['[email protected]', '[email protected]',
342 '[email protected]'],
[email protected]a3838612009-10-13 21:57:54343 'worker': ['[email protected]'],
[email protected]b1f54d12009-11-02 22:59:17344 'extension': ['[email protected]',
[email protected]735d18f2011-12-02 17:58:00345 '[email protected]',
346 '[email protected]'],
[email protected]dbac96e2010-04-15 12:55:43347 'net': ['[email protected]', '[email protected]'],
[email protected]fc92df062011-04-05 15:32:27348 'net_error_list': ['[email protected]'],
[email protected]e4314542011-07-20 18:51:13349 'net_log': ['[email protected]', '[email protected]'],
[email protected]a3838612009-10-13 21:57:54350 'ftp': ['[email protected]'],
[email protected]e6fdd382011-10-04 17:03:36351 'dns': ['[email protected]'],
[email protected]84cdbcc42011-11-17 01:01:01352 'media': ['[email protected]',
[email protected]346962f2011-06-24 17:30:57353 '[email protected]', '[email protected]',
[email protected]d451a3b2011-02-16 00:17:17354 '[email protected]', '[email protected]',
[email protected]cc8869b2011-10-14 05:01:57355 '[email protected]', '[email protected]',
356 '[email protected]'],
[email protected]3a38fe92010-02-19 18:42:03357 'ipc': ['[email protected]', '[email protected]'],
[email protected]a3838612009-10-13 21:57:54358 'linux-sandboxing': ['[email protected]'],
359 'sync': ['[email protected]', '[email protected]',
[email protected]879e0322011-10-19 23:42:00360 '[email protected]', '[email protected]'],
[email protected]a3838612009-10-13 21:57:54361 'tools': ['[email protected]'],
[email protected]66e7ce02009-10-20 01:04:22362 'tests': ['[email protected]'],
[email protected]73f3435e2011-10-14 13:20:21363 'automation': ['[email protected]', '[email protected]',
364 '[email protected]'],
365 'chrome_frame': ['[email protected]', '[email protected]'],
[email protected]ca872e362011-07-12 21:06:03366 'nacl': ['[email protected]'],
[email protected]374a93c2009-11-05 21:45:56367 'appcache': ['[email protected]'],
[email protected]87e84f962009-12-22 22:28:03368 'gpu': ['[email protected]'],
[email protected]d9f3bc022010-02-11 20:53:52369 'locale_settings': ['[email protected]'],
[email protected]ad84bb892011-10-18 00:00:58370 'chromeos': ['[email protected]', '[email protected]',
[email protected]93a564782011-09-28 14:20:31371 '[email protected]'],
372 'chromeos_webui': ['[email protected]'],
[email protected]d5fa18c42010-06-01 22:33:31373 'npapi_headers': ['[email protected]'],
[email protected]84cdbcc42011-11-17 01:01:01374 'remoting': ['[email protected]',
375 '[email protected]',
[email protected]e06acea2011-02-03 07:11:07376 '[email protected]',
377 '[email protected]',
378 '[email protected]',
379 '[email protected]',
[email protected]6ceb3fc52011-12-08 22:04:34380 '[email protected]',
381 '[email protected]',
382 '[email protected]'],
[email protected]7c5c6f3a2011-04-28 19:56:49383 'ntp': ['[email protected]'],
[email protected]75c34242011-07-25 21:08:23384 'cookie_monster': ['[email protected]', '[email protected]',
385 '[email protected]', '[email protected]'],
[email protected]542acf62011-11-30 23:46:31386 'autofill': ['[email protected]', '[email protected]',
[email protected]1efb61d2011-09-28 01:46:40387 '[email protected]', '[email protected]'],
[email protected]542acf62011-11-30 23:46:31388 'webdata': ['[email protected]'],
[email protected]7a7a13b2010-08-25 01:10:59389 'i18n': ['[email protected]'],
[email protected]34911482010-10-01 20:09:43390 'pyauto': ['[email protected]', '[email protected]',
[email protected]9b827352011-07-20 16:42:21391 '[email protected]', '[email protected]',
392 '[email protected]'],
[email protected]02c44522010-10-08 17:43:25393 'labs': ['[email protected]'],
[email protected]58b6cfa2011-02-14 12:27:29394 'fileapi': ['[email protected]'],
[email protected]cc8869b2011-10-14 05:01:57395 'pepper_api': ['[email protected]', '[email protected]',
[email protected]66aaa6b2011-11-05 03:05:55396 '[email protected]', '[email protected]'],
[email protected]790e6be2011-06-14 19:26:39397 'prerender': ['[email protected]', '[email protected]',
[email protected]e4314542011-07-20 18:51:13398 '[email protected]', '[email protected]'],
[email protected]f7bf8ba2011-02-24 22:28:46399 'chromedriver': ['[email protected]'],
[email protected]531b1532011-08-11 03:52:01400 'task_manager': ['[email protected]'],
[email protected]a791dac2011-04-07 23:22:57401 'imageburner': ['[email protected]', '[email protected]'],
[email protected]eb58e8f2011-09-15 23:30:02402 'active_downloads': ['[email protected]'],
[email protected]a791dac2011-04-07 23:22:57403 'filebrowse': ['[email protected]', '[email protected]'],
[email protected]686bc542011-05-06 07:08:14404 'clang_update': ['[email protected]', '[email protected]'],
[email protected]2418b022011-05-19 21:06:02405 'panels': ['[email protected]', '[email protected]',
[email protected]0f560e0422011-05-21 17:01:33406 '[email protected]', '[email protected]',
[email protected]ca872e362011-07-12 21:06:03407 '[email protected]'],
[email protected]0f560e0422011-05-21 17:01:33408 'importer': ['[email protected]'],
[email protected]0cde05a02011-11-30 23:36:52409 'views': ['[email protected]'],
[email protected]7817e142011-10-04 15:19:08410 'accelerator_table_linux': ['[email protected]',
411 '[email protected]'],
[email protected]1c3fe472011-07-18 23:58:25412 'downloads_ui': ['[email protected]', '[email protected]'],
[email protected]494f3cf2011-11-14 07:14:02413 'x11': ['[email protected]',
414 '[email protected]',
415 '[email protected]'],
[email protected]80919512011-08-03 08:51:04416 'accessibility': ['[email protected]',
417 '[email protected]',
418 '[email protected]',
419 '[email protected]',
420 '[email protected]',
421 '[email protected]',
422 '[email protected]',
[email protected]531b1532011-08-11 03:52:01423 '[email protected]',
[email protected]80919512011-08-03 08:51:04424 '[email protected]'],
[email protected]0cde05a02011-11-30 23:36:52425 'aura': ['[email protected]', '[email protected]',
[email protected]542acf62011-11-30 23:46:31426 '[email protected]'],
[email protected]f46447a2011-09-29 20:56:17427 'views_core': ['[email protected]'],
[email protected]542acf62011-11-30 23:46:31428 'tools_emacs': ['[email protected]',
429 '[email protected]'],
[email protected]8206cda2011-10-24 23:51:26430 'browser_compositor': ['[email protected]', '[email protected]',
[email protected]542acf62011-11-30 23:46:31431 '[email protected]',
432 '[email protected]'],
433 'browser_gl': ['[email protected]'],
[email protected]494f3cf2011-11-14 07:14:02434 'textinput': ['[email protected]',
435 '[email protected]',
436 '[email protected]'],
[email protected]3a117c62011-11-29 04:28:02437 'textinput_chromeos': ['[email protected]'],
[email protected]1cbbb30b2011-10-14 08:03:56438 'omnibox': ['[email protected]'],
[email protected]6bea7b42011-10-19 19:47:09439 'message_loop': ['[email protected]'],
[email protected]c2f6800f2011-10-31 23:44:32440 'clipboard': ['[email protected]'],
[email protected]a3838612009-10-13 21:57:54441 },
442}