blob: cd0e9d70f6f26905d99dda957a3dea4fa8fcaacc [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': {
asvitkinee4bad382015-11-05 21:56:4513 'about_flags': {
14 'filepath': 'chrome/browser/about_flags\.cc'
15 },
[email protected]f76c8852012-06-21 16:37:0016 'accelerator_table': {
17 'filepath': 'ash/accelerators/accelerator_table\.cc' \
18 '|chrome/browser/ui/views/accelerator_table\.cc',
[email protected]a3838612009-10-13 21:57:5419 },
[email protected]f76c8852012-06-21 16:37:0020 'accessibility': {
dmazzoni5f4b7f12015-02-17 16:35:5721 'filepath': 'accessibility' \
22 '|braille' \
[email protected]a4156bfb2014-02-27 22:37:4723 '|chromevox' \
dmazzoni5f4b7f12015-02-17 16:35:5724 '|iaccessible2' \
25 '|isimpledom' \
26 '|liblouis'
[email protected]a3838612009-10-13 21:57:5427 },
[email protected]e9db77a2013-06-12 23:56:1728 'activity_log': {
29 'filepath': 'chrome/browser/extensions/activity_log/' \
30 '|chrome/browser/extensions/api/activity_log_private/'
31 },
johnmaguire6aaac7902016-03-15 12:28:2032 'android_crazy_linker': {
33 'filepath': 'third_party/android_crazy_linker/'
34 },
dfalcantaraef21e9e2016-01-07 01:16:2635 'android_infobars': {
36 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/infobar/'
37 },
[email protected]d2cdf342012-08-07 11:00:0238 'android_infra': {
39 'filepath': 'build/android/' \
40 '|testing/android/' \
41 '|tools/android/'
42 },
gabadieb0d23bb92016-02-17 11:26:1643 'android_loading': {
44 'filepath': 'tools/android/loading/'
45 },
[email protected]d6af50812014-04-01 17:18:0946 'android_media': {
47 'filepath': 'content/browser/media/android' \
48 '|content/renderer/media/android' \
49 '|media/audio/android' \
50 '|media/base/android' \
51 '|media/midi/*_android.*' \
52 '|media/video/capture/android'
53 },
[email protected]3261d962014-03-04 22:18:2854 'android_tab': {
55 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/Tab'
56 },
[email protected]7ca78dc12012-09-20 09:26:4457 'android_webview': {
58 'filepath': 'android_webview/',
59 },
[email protected]8a197f22012-06-22 14:59:0560 'app_list': {
[email protected]311cc902013-03-15 04:45:4661 'filepath': 'chrome/browser/ui/app_list'\
62 '|chrome/browser/ui/ash/app_list'\
[email protected]311cc902013-03-15 04:45:4663 '|chrome/browser/ui/views/app_list'\
64 '|ui/app_list/'
[email protected]8a197f22012-06-22 14:59:0565 },
[email protected]e38d185a2013-07-09 08:23:5266 'app_shortcuts': {
67 'filepath': 'apps/app_shim/'\
68 '|chrome/browser/web_applications/'\
69 '|chrome/browser/ui/web_applications/'\
70 '|chrome/common/mac/'
71 },
[email protected]374a93c2009-11-05 21:45:5672 'appcache': {
[email protected]f2f0fbb92012-07-14 15:52:4973 'filepath': 'appcache/',
[email protected]374a93c2009-11-05 21:45:5674 },
[email protected]54bf94d2013-01-30 23:07:4075 'apps': {
76 'filepath': '^apps/',
77 },
[email protected]3ce56642013-10-17 22:12:5178 'ash': {
79 'filepath': 'ash/',
80 },
[email protected]f76c8852012-06-21 16:37:0081 'aura': {
[email protected]3ce56642013-10-17 22:12:5182 'filepath': 'ui/aura/',
[email protected]84ba35e32010-08-06 17:22:3983 },
[email protected]c3a6e1e72013-08-02 00:13:0784 'aura_compositor': {
85 'filepath':
86 'ui/compositor/' \
[email protected]6dc38f72014-01-16 22:19:5887 '|content/browser/compositor/' \
88 '|content/browser/renderer_host/compositor_resize_lock_aura' \
[email protected]c3a6e1e72013-08-02 00:13:0789 '|content/browser/renderer_host/render_widget_host_view_aura' \
90 '|content/browser/renderer_host/render_widget_host_view_browsertest' \
[email protected]a6eeeef92014-03-19 19:06:4491 '|content/browser/renderer_host/delegated' \
92 '|content/browser/renderer_host/software' \
[email protected]c3a6e1e72013-08-02 00:13:0793 '|content/common/gpu/client/' \
[email protected]c3a6e1e72013-08-02 00:13:0794 },
sullivan0171e3c2015-03-03 18:47:2195 'auto_bisect': {
96 'filepath': 'tools/run-bisect-perf-regression.py'\
97 '|tools/run-perf-test.cfg'\
98 '|tools/auto_bisect/'
99 },
[email protected]2a38f0c02013-05-29 02:27:45100 'autofill': {
[email protected]30964792013-05-29 02:41:25101 'filepath': 'chrome/browser/autofill/|'\
[email protected]d9310a82012-11-02 02:53:48102 'chrome/browser/resources/options/autofill_|'\
[email protected]d9310a82012-11-02 02:53:48103 'chrome/browser/ui/android/autofill/|'\
104 'chrome/browser/ui/autofill/|'\
[email protected]e3e4ca62013-05-17 08:50:27105 'chrome/browser/ui/cocoa/autofill/|'\
[email protected]d9310a82012-11-02 02:53:48106 'chrome/browser/ui/views/autofill/|'\
107 'chrome/browser/ui/webui/options/autofill_|'\
[email protected]d9310a82012-11-02 02:53:48108 'chrome/renderer/autofill/|'\
109 'chrome/test/data/autofill/|'\
[email protected]3947d4a82013-03-12 09:41:05110 'components/autofill/|'\
[email protected]30964792013-05-29 02:41:25111 'components/autofill/browser/webdata/|'\
vabrbeb0c562015-12-01 10:48:08112 'components/webdata/',
[email protected]b3399272010-08-10 19:49:29113 },
[email protected]f76c8852012-06-21 16:37:00114 'automation': {
[email protected]f2f0fbb92012-07-14 15:52:49115 'filepath': 'chrome/browser/automation/|chrome/test/automation/',
[email protected]b8a0f8fa2010-09-02 18:35:55116 },
jkarlin539748402015-03-31 17:36:31117 'background_sync': {
118 'filepath': 'background_sync',
119 },
[email protected]f76c8852012-06-21 16:37:00120 'base': {
[email protected]f2f0fbb92012-07-14 15:52:49121 'filepath': '^base/',
[email protected]7a7a13b2010-08-25 01:10:59122 },
[email protected]5e105332012-09-13 01:55:52123 'base_allocator': {
124 'filepath': '^base/allocator',
125 },
[email protected]1ed5e0fd2012-07-19 00:19:05126 'base_memory': {
127 'filepath': '^base/memory',
128 },
[email protected]b17d9e02014-07-29 09:45:50129 'base_win': {
130 'filepath': '^base/win',
131 },
[email protected]7e093d4022014-06-26 19:19:55132 'battery_status': {
133 'filepath': 'content/browser/battery_status/|'\
timvolodine953fde72014-12-09 16:47:10134 'content/renderer/battery_status/|'\
135 'content/test/data/battery_status/|'\
136 'device/battery/',
[email protected]7e093d4022014-06-26 19:19:55137 },
maniscalco44c99752015-09-09 21:52:04138 'blimp': {
139 'filepath': '^blimp/',
140 },
[email protected]06798f72013-01-14 22:31:17141 'bookmarks': {
142 'filepath': 'chrome/browser/bookmarks/' \
[email protected]771ad482013-07-16 17:32:48143 '|chrome/browser/extensions/api/bookmark_manager_private/' \
144 '|chrome/browser/extensions/api/bookmarks/' \
145 '|chrome/browser/resources/bookmark_manager/' \
[email protected]cd869cde2013-01-31 15:46:35146 '|chrome/browser/ui/bookmarks/' \
147 '|chrome/browser/ui/cocoa/bookmarks/' \
[email protected]5cb8b6e12014-05-19 16:53:46148 '|chrome/browser/ui/views/bookmarks/' \
149 '|components/bookmarks'
[email protected]06798f72013-01-14 22:31:17150 },
[email protected]b17d9e02014-07-29 09:45:50151 'breakpad_app': {
sdefresne8ba0b88c2015-09-18 10:33:13152 'filepath': 'components/crash/content/app/',
[email protected]b17d9e02014-07-29 09:45:50153 },
[email protected]f76c8852012-06-21 16:37:00154 'browser': {
[email protected]f2f0fbb92012-07-14 15:52:49155 'filepath': 'chrome/browser/',
[email protected]02c44522010-10-08 17:43:25156 },
[email protected]f76c8852012-06-21 16:37:00157 'browser_chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:49158 'filepath': 'chrome/browser/chromeos/',
[email protected]02c44522010-10-08 17:43:25159 },
[email protected]22650d22012-07-18 17:02:35160 'browser_components': {
[email protected]a7228f62012-09-20 17:52:48161 'filepath': 'chrome/browser/autofill/' \
162 '|chrome/browser/bookmarks/' \
[email protected]a7228f62012-09-20 17:52:48163 '|chrome/browser/favicon/' \
[email protected]ddf288e2013-01-09 20:58:27164 '|chrome/browser/history/' \
[email protected]fccf4882013-03-15 04:46:19165 '|chrome/browser/webdata/' \
[email protected]3947d4a82013-03-12 09:41:05166 '|components/autofill/'
[email protected]22650d22012-07-18 17:02:35167 },
[email protected]f76c8852012-06-21 16:37:00168 'browser_compositor': {
[email protected]f2f0fbb92012-07-14 15:52:49169 'filepath': 'ui/compositor/'
[email protected]fbd846b2010-11-19 01:32:18170 },
[email protected]f76c8852012-06-21 16:37:00171 'browser_resources': {
[email protected]f2f0fbb92012-07-14 15:52:49172 'filepath': 'chrome/browser/resources/',
[email protected]f76c8852012-06-21 16:37:00173 },
michaelpge42ca3b32016-02-19 08:17:57174 'browser_resources_md': {
175 'filepath': 'chrome/browser/resources/md_'\
176 '|chrome/browser/resources/settings/',
177 },
[email protected]0ce480532012-07-20 12:33:20178 'browsing_data': {
179 'filepath': 'chrome/browser/browsing_data/',
180 },
[email protected]f76c8852012-06-21 16:37:00181 'bubble': {
[email protected]f2f0fbb92012-07-14 15:52:49182 'filepath': 'ui/views/bubble/|'\
rouslan8d6a8372015-09-10 19:10:10183 'chrome/browser/ui/views/bubble/|'\
184 'components/bubble/',
[email protected]f76c8852012-06-21 16:37:00185 },
jkarlin539748402015-03-31 17:36:31186 'cache_storage': {
187 'filepath': 'cache_storage',
188 },
[email protected]10fbd5952013-08-22 07:42:39189 'cast': {
[email protected]31ef420b2014-08-13 21:19:13190 'filepath': 'media/cast/'\
191 '|chrome/browser/extensions/api/cast_streaming/'\
192 '|chrome/browser/media/cast'\
193 '|chrome/renderer/media/cast'\
194 '|chrome/test/data/extensions/api_test/cast_'\
195 '|content/public/renderer/media_stream_',
[email protected]10fbd5952013-08-22 07:42:39196 },
eranmc2a9f612015-11-24 16:41:34197 'certificate_transparency': {
198 'filepath': 'components/certificate_transparency/'\
199 '|components/packed_ct_ev_whitelist/'\
200 '|net/cert/ct_'\
201 '|net/cert/multi_log_ct_verifier'\
202 '|net/cert/sct_status_flags.h'\
203 '|net/cert/signed_certificate_timestamp'\
204 '|net/cert/signed_tree_head'\
205 '|net/test/ct_',
206 },
[email protected]651d9992014-04-09 17:18:41207 'chromecast': {
208 'filepath': 'chromecast/',
209 },
gfhuang2548f902016-02-26 02:29:21210 'chromecast_public': {
211 'filepath': 'chromecast/public/',
212 },
[email protected]c863702a2012-09-14 20:05:28213 'cc': {
214 'filepath': 'cc/|'\
[email protected]4934d362012-11-22 22:04:53215 'content/common/cc_messages'
[email protected]c863702a2012-09-14 20:05:28216 },
[email protected]c73ec8ab2014-01-16 20:35:23217 'chrome_elf': {
218 'filepath': 'chrome_elf',
219 },
[email protected]d5b21972012-07-20 02:06:01220 'chrome_views': {
221 'filepath': 'chrome/browser/ui/views',
222 },
[email protected]f7bf8ba2011-02-24 22:28:46223 'chromedriver': {
samuong53d5e612014-10-10 18:56:38224 'filepath': 'chrome/test/chromedriver|'\
225 'chrome/test/data/chromedriver|'\
226 'third_party/webdriver'
[email protected]f7bf8ba2011-02-24 22:28:46227 },
[email protected]f76c8852012-06-21 16:37:00228 'chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:49229 'filepath': 'chromeos/',
[email protected]531b1532011-08-11 03:52:01230 },
[email protected]eda0a0b2013-04-19 20:34:35231 'chromeos_attestation': {
232 'filepath': 'chromeos/attestation/|'\
[email protected]64494c3f2013-08-14 22:15:59233 'chrome/browser/chromeos/attestation/|'\
234 'chrome/browser/extensions/api/enterprise_platform_keys_private/',
[email protected]eda0a0b2013-04-19 20:34:35235 },
[email protected]7c59a152012-11-06 20:56:35236 'chromeos_calculator': {
237 'filepath': 'chrome/common/extensions/docs/examples/apps/calculator/',
238 },
hashimoto40ecb692014-09-02 04:51:31239 'chromeos_dbus': {
240 'filepath': 'chromeos/dbus/',
241 },
[email protected]f76c8852012-06-21 16:37:00242 'chromeos_login': {
[email protected]f2f0fbb92012-07-14 15:52:49243 'filepath': 'chrome/browser/chromeos/login/|'\
244 'chrome/browser/ui/webui/chromeos/login/|'\
dzhioevcc7c0492014-11-25 14:52:58245 'chrome/browser/resources/chromeos/login/|'\
246 'ui/login/',
[email protected]a791dac2011-04-07 23:22:57247 },
[email protected]d7d35f342012-10-22 20:32:47248 'chromeos_net': {
249 'filepath': 'chromeos/network/|'\
stevenjbdd133032015-08-07 18:37:47250 'chrome/browser/chromeos/net/|'\
251 'chrome/browser/extensions/api/networking_private/|'\
252 'extensions/browser/api/networking_private/|'\
253 'ui/chromeos/network/',
[email protected]d7d35f342012-10-22 20:32:47254 },
[email protected]2315ac0c2013-02-05 00:49:16255 'chromeos_power': {
[email protected]c3943ad2013-07-03 13:44:56256 'filepath': 'ash/system/chromeos/power/|'\
257 'chromeos/dbus/power_.*|'\
[email protected]2315ac0c2013-02-05 00:49:16258 'chrome/browser/chromeos/power/',
259 },
[email protected]f76c8852012-06-21 16:37:00260 'chromeos_webui': {
[email protected]f2f0fbb92012-07-14 15:52:49261 'filepath': 'chrome/browser/ui/webui/chromeos/|'\
262 'chrome/browser/resources/chromeos/',
[email protected]ba03af42012-03-08 01:37:12263 },
[email protected]cef7a6d2011-04-29 20:49:07264 'clang_update': {
Nico Webere250e6a2015-12-02 19:31:56265 'filepath': 'tools/clang/scripts/update.py'
[email protected]cef7a6d2011-04-29 20:49:07266 },
[email protected]f76c8852012-06-21 16:37:00267 'clipboard': {
268 'filepath': 'clipboard|dnd|drag|drop',
[email protected]2418b022011-05-19 21:06:02269 },
[email protected]0387ab32014-08-05 00:13:42270 'closure': {
[email protected]18fd7a532014-08-20 23:09:51271 'filepath': 'third_party/closure_(compiler|linter)/|'
dbeam78528be2016-02-18 07:08:49272 'compiled_resources2?.gyp',
[email protected]0387ab32014-08-05 00:13:42273 },
sdefresned94c5b02015-07-22 17:54:55274 'components_deps': {
275 'filepath': 'components/([^/]*/)*DEPS',
276 },
[email protected]f76c8852012-06-21 16:37:00277 'content': {
[email protected]f2f0fbb92012-07-14 15:52:49278 'filepath': 'content/',
[email protected]f76c8852012-06-21 16:37:00279 },
scheib968e61052014-11-05 00:27:25280 'content_bluetooth': {
281 'filepath': 'content/.*bluetooth'
282 },
kinuko01cbe8a12015-10-20 09:59:06283 'content_loader': {
284 'filepath': 'content/browser/loader|'\
285 'content/child/*loader',
286 },
mkwst512627022014-09-16 09:23:27287 'content_renderer': {
288 'filepath': 'content/renderer/',
289 },
[email protected]aa3311a2012-11-19 16:04:58290 'content_shell': {
291 'filepath': 'content/shell/',
292 },
kinukoa121bce2015-01-30 10:04:41293 'content_worker': {
294 'filepath': 'content/.*worker',
295 },
[email protected]f76c8852012-06-21 16:37:00296 'cookie_monster': {
[email protected]f2f0fbb92012-07-14 15:52:49297 'filepath': 'net/cookies/|'\
[email protected]8492b5b2012-12-17 21:58:08298 'chrome/browser/net/sqlite_persistent_cookie_store',
[email protected]f76c8852012-06-21 16:37:00299 },
michaelpge42ca3b32016-02-19 08:17:57300 'cr_elements': {
301 'filepath': 'ui/webui/resources/cr_element',
302 },
ianwencdb8c9e2015-06-18 22:10:15303 'custom_tabs': {
Newton Allen38c62212015-06-24 21:41:53304 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/customtabs/|'\
ianwencdb8c9e2015-06-18 22:10:15305 'chrome/android/javatests/src/org/chromium/chrome/browser/customtabs/',
alancuttercbad6512015-06-19 02:31:28306 },
[email protected]5e105332012-09-13 01:55:52307 'deep_memory_profiler': {
308 'filepath': 'tools/(deep_memory_profiler|find_runtime_symbols)',
309 },
Bartosz Fabianowski85a823812015-04-16 10:27:51310 'device_bluetooth': {
311 'filepath': 'device/.*bluetooth'
312 },
[email protected]29ad47c2014-04-23 09:12:48313 'device_sensors': {
314 'filepath': 'content/browser/device_sensors/|'\
315 'content/common/device_sensors/|'\
316 'content/public/android/java/src/org/chromium/content/browser/DeviceSensors.java|'\
317 'content/public/android/javatests/src/org/chromium/content/browser/DeviceSensorsTest.java|'\
318 'content/renderer/device_sensors/',
[email protected]8c667232013-11-12 19:49:14319 },
scheibabdd7d32015-02-11 22:13:08320 'developer_recommended_flags': {
321 'filepath': 'developer_recommended_flags.gypi',
322 },
[email protected]342b12872012-11-07 12:10:46323 'devtools': {
324 'filepath': 'devtools',
325 },
[email protected]bab2a832012-07-11 23:29:41326 'disk_cache': {
327 'filepath': 'net/disk_cache/|http_cache',
328 },
[email protected]f76c8852012-06-21 16:37:00329 'dns': {
[email protected]f2f0fbb92012-07-14 15:52:49330 'filepath': 'net/base/host_resolver|' \
[email protected]8492b5b2012-12-17 21:58:08331 'net/base/host_cache|' \
332 'net/dns/'
[email protected]f76c8852012-06-21 16:37:00333 },
[email protected]f76c8852012-06-21 16:37:00334 'download': {
[email protected]f2f0fbb92012-07-14 15:52:49335 'filepath': 'chrome/browser/download/|'\
[email protected]8492b5b2012-12-17 21:58:08336 'content/browser/download/',
[email protected]6bff0ad2011-06-17 01:32:51337 },
[email protected]ca872e362011-07-12 21:06:03338 'downloads_ui': {
dbeam78528be2016-02-18 07:08:49339 'filepath': 'chrome/browser/resources/(md_)?downloads/|' \
[email protected]8492b5b2012-12-17 21:58:08340 'chrome/browser/ui/webui/.*downloads|' \
341 'chrome/browser/ui/views/download/|' \
asanka2009f412015-10-05 17:28:12342 'chrome/browser/ui/cocoa/download/'
[email protected]ca872e362011-07-12 21:06:03343 },
[email protected]f6df20a2012-10-23 21:22:07344 'drive': {
[email protected]8492b5b2012-12-17 21:58:08345 'filepath': 'chrome/browser/chromeos/drive/|' \
346 'chrome/browser/google_apis/'
[email protected]f6df20a2012-10-23 21:22:07347 },
[email protected]89d2cd52013-04-16 01:55:36348 'drive_resource_metadata': {
[email protected]2c948e12013-10-17 03:08:33349 'filepath': 'chrome/browser/chromeos/drive/resource_metadata'
[email protected]89d2cd52013-04-16 01:55:36350 },
[email protected]3a25c8a2014-06-26 06:47:10351 'eme': {
352 'filepath': 'components/cdm/|' \
353 'content/browser/media/cdm/|' \
354 'content/renderer/media/crypto/|' \
355 'media/base/android/*drm*|' \
356 'media/cdm/|' \
357 'third_party/widevine/cdm/'
358 },
[email protected]247dcfb92014-04-23 18:25:59359 'events': {
360 'filepath': 'ui/events/',
361 },
[email protected]f76c8852012-06-21 16:37:00362 'extension': {
363 'filepath': 'extension',
[email protected]161277d42011-06-24 20:48:45364 },
[email protected]f76c8852012-06-21 16:37:00365 'fileapi': {
[email protected]8492b5b2012-12-17 21:58:08366 'filepath': 'file_system/|' \
367 'fileapi/'
[email protected]80919512011-08-03 08:51:04368 },
[email protected]f76c8852012-06-21 16:37:00369 'filebrowse': {
[email protected]8492b5b2012-12-17 21:58:08370 'filepath': 'file_browser|' \
371 'file_manager|' \
372 'filebrowse'
[email protected]4b07b62cc2011-10-03 17:52:39373 },
[email protected]4ed766c2013-09-19 09:45:20374 'filesapp': {
[email protected]4ff3d9f2014-04-24 05:25:20375 'filepath': 'ui/file_manager'
[email protected]4ed766c2013-09-19 09:45:20376 },
[email protected]f76c8852012-06-21 16:37:00377 'ftp': {
378 'filepath': 'ftp',
[email protected]ffeb189d2011-10-05 18:49:39379 },
[email protected]3a2a6ac02014-06-20 07:07:12380 'gcm': {
381 'filepath': 'chrome/browser/services/gcm/|'\
382 'components/gcm_driver/|'\
383 'google_apis/gcm/',
384 },
[email protected]d8036492013-08-09 16:02:23385 'geolocation': {
386 'filepath': 'chrome/browser/geolocation/|'\
387 'content/browser/geolocation|'\
388 'content/public/common/geoposition.*|'\
389 'content/public/browser/geolocation.*|'\
390 'content/renderer/geolocation.*|'\
391 'content/shell/geolocation/',
392 },
[email protected]f93b7382012-08-09 20:53:16393 'gfx_image': {
394 'filepath': 'ui/gfx/image/',
395 },
[email protected]cf428f732012-10-02 20:48:15396 'gfx_geometry': {
danakj570c1332015-01-06 16:59:36397 'filepath': 'ui/gfx/geometry/',
[email protected]cf428f732012-10-02 20:48:15398 },
[email protected]4d1773e2014-04-05 07:59:57399 'gn': {
400 'filepath': 'tools/gn',
401 },
[email protected]f76c8852012-06-21 16:37:00402 'gpu': {
[email protected]f2f0fbb92012-07-14 15:52:49403 'filepath': 'gpu/',
[email protected]f76c8852012-06-21 16:37:00404 },
[email protected]f76c8852012-06-21 16:37:00405 'history_ui': {
dbeam78528be2016-02-18 07:08:49406 'filepath': 'chrome/browser/resources/(md_)?history|'\
407 'chrome/browser/ui/webui/.*history',
[email protected]f76c8852012-06-21 16:37:00408 },
[email protected]18d7e402014-07-08 19:53:14409 'hotword': {
410 'filepath': 'chrome/browser/extensions/api/hotword_private/'\
411 '|chrome/browser/resources/hotword_helper/'\
[email protected]535980d42014-08-12 14:31:28412 '|chrome/browser/resources/hotword/'\
[email protected]18d7e402014-07-08 19:53:14413 '|chrome/browser/search/hotword*'\
414 '|chrome/test/data/extensions/api_test/hotword_private/',
415 },
[email protected]f76c8852012-06-21 16:37:00416 'i18n': {
[email protected]f2f0fbb92012-07-14 15:52:49417 'filepath': 'base/i18n/|base/string|l10n|icu|'\
418 'locale_settings|encoding',
[email protected]f76c8852012-06-21 16:37:00419 },
[email protected]f76c8852012-06-21 16:37:00420 'importer': {
[email protected]f2f0fbb92012-07-14 15:52:49421 'filepath': 'import',
[email protected]f76c8852012-06-21 16:37:00422 },
[email protected]c26161352013-11-12 19:50:01423 'indexed_db': {
424 'filepath': 'content/browser/indexed_db|'\
425 'content/child/indexed_db|'\
426 'content/common/indexed_db|'\
427 'content/public/browser/indexed_db|'\
428 'content/test/data/indexeddb',
429 },
bruthigaa8281f2016-02-09 17:52:31430 'ink_drop': {
431 'filepath': 'ui/views/animation/test/.*ink_drop.*|' \
432 'ui/views/animation/.*ink_drop.*'
433 },
dtapuska1f997a12016-03-14 19:22:07434 'input': {
435 'filepath': 'content/browser/renderer_host/input|'\
436 'content/renderer/input|'\
437 'ui/events/blink/'
438 },
[email protected]f76c8852012-06-21 16:37:00439 'installer': {
[email protected]f2f0fbb92012-07-14 15:52:49440 'filepath': 'chrome/installer/',
[email protected]f76c8852012-06-21 16:37:00441 },
mmoss19826c62014-11-14 21:37:36442 'installer_linux': {
443 'filepath': 'chrome/installer/linux/',
444 },
[email protected]56b4b09d32012-07-27 18:28:41445 'instant': {
[email protected]607903d2013-03-25 22:15:47446 'filepath': 'instant|searchbox|'\
447 'chrome/browser/search/|'\
[email protected]c29b7dae2013-03-25 22:29:13448 'chrome/browser/ui/search/|'\
[email protected]eb99f8e2013-07-10 10:17:39449 'chrome/browser/resources/local_ntp/|'\
[email protected]607903d2013-03-25 22:15:47450 'chrome/common/search_types.*',
[email protected]56b4b09d32012-07-27 18:28:41451 },
sdefresne18b47312015-06-18 15:15:09452 'ios_chrome': {
453 'filepath': 'ios/chrome',
454 },
[email protected]f76c8852012-06-21 16:37:00455 'ipc': {
[email protected]f2f0fbb92012-07-14 15:52:49456 'filepath': 'ipc/ipc',
[email protected]f76c8852012-06-21 16:37:00457 },
mkwstb0d1b1d2014-09-30 11:45:36458 'ipc_messages': {
459 'filepath': '_message.*.h|'\
460 '_messages.cc',
461 },
vabraafbd4f32015-11-10 19:30:23462 'login': {
463 'filepath': 'chrome/browser/ui/login'
464 },
[email protected]a3f777d2014-01-07 23:38:26465 'libwebp': {
466 'filepath': 'third_party/libwebp'
467 },
johannkoenig52381382015-09-18 22:35:25468 'libvpx': {
johannkoenig8cdf03472016-03-02 13:54:31469 'filepath': 'third_party/libvpx'
johannkoenig52381382015-09-18 22:35:25470 },
[email protected]04a292a2013-03-07 19:58:42471 'linux_fonts': {
472 'filepath': 'ui/gfx/font_render_params_.*|'\
deratcd2d6fb2015-02-12 00:10:41473 'ui/gfx/platform_font_linux.*|'\
474 'ui/gfx/render_text_harfbuzz.*',
[email protected]04a292a2013-03-07 19:58:42475 },
476 'linux_sandboxing': {
[email protected]f2f0fbb92012-07-14 15:52:49477 'filepath': 'sandbox/linux/',
[email protected]f76c8852012-06-21 16:37:00478 },
[email protected]04a292a2013-03-07 19:58:42479 'linux_seccomp_bpf': {
[email protected]d6a23612012-11-13 20:11:54480 'filepath': 'content/common/sandbox.*linux.cc',
[email protected]f76c8852012-06-21 16:37:00481 },
mlamourid8b0feb2015-06-02 16:30:47482 'manifest': {
483 'filepath': 'content/(browser|renderer)/manifest/'\
484 '|content/public/common/manifest*',
485 },
michaelpg32ca07902015-02-07 00:31:11486 'md_settings': {
michaelpge42ca3b32016-02-19 08:17:57487 'filepath': 'chrome/browser/resources/settings/'\
michaelpg9bc66292015-09-04 22:35:19488 '|chrome/browser/ui/webui/settings/',
michaelpg32ca07902015-02-07 00:31:11489 },
[email protected]f76c8852012-06-21 16:37:00490 'media': {
[email protected]f2f0fbb92012-07-14 15:52:49491 'filepath': 'media/|third_party/(ffmpeg|openmax)/|webmediaplayer|'\
[email protected]034548d2012-07-31 20:34:00492 'audio_message_filter|video_layer|media_internals',
[email protected]f76c8852012-06-21 16:37:00493 },
[email protected]06dd23172013-06-24 21:04:51494 'media_galleries': {
495 'filepath': 'chrome/browser/extensions/api/media_galleries/'\
[email protected]06dd23172013-06-24 21:04:51496 '|chrome/browser/media_galleries/'\
497 '|chrome/browser/storage_monitor/'\
498 '|chrome/common/media_galleries/'\
499 '|chrome/test/data/extensions/api_test/media_galleries/'\
500 '|chrome/utility/itunes*'\
501 '|chrome/utility/picasa*',
502 },
kmarshallb698ad4f2015-02-24 19:42:48503 'media_router': {
504 'filepath': 'chrome/browser/media/router/*' \
505 '|chrome/app/theme/*/common/media_router*' \
506 '|chrome/browser/resources/media_router/' \
507 '|chrome/browser/ui/webui/media_router/' \
508 '|chrome/test/media_router/',
509 },
[email protected]f76c8852012-06-21 16:37:00510 'message_loop': {
[email protected]f2f0fbb92012-07-14 15:52:49511 'filepath': 'base/message_'
[email protected]f76c8852012-06-21 16:37:00512 },
513 'metrics': {
[email protected]f2f0fbb92012-07-14 15:52:49514 'filepath': 'base/metrics/'\
515 '|chrome/browser/metrics/'\
[email protected]f2f0fbb92012-07-14 15:52:49516 '|chrome/browser/chromeos/external_metrics'\
[email protected]b0d594d2014-02-21 03:22:12517 '|chrome/browser/extensions/api/metrics_private/'\
[email protected]f2f0fbb92012-07-14 15:52:49518 '|chrome/browser/ui/webui/metrics_handler'\
asvitkineb7e10302016-01-20 05:17:45519 '|chromecast/browser/metrics/'\
[email protected]f76c8852012-06-21 16:37:00520 '|content/browser/user_metrics.cc'\
asvitkinee4bad382015-11-05 21:56:45521 '|components/metrics/'\
asvitkineb7e10302016-01-20 05:17:45522 '|components/metrics_services_manager/'\
[email protected]ce6b855a2014-03-12 19:51:39523 '|components/rappor/'\
asvitkinee4bad382015-11-05 21:56:45524 '|components/variations/'\
[email protected]f76c8852012-06-21 16:37:00525 '|content/public/browser/user_metrics.h'\
[email protected]b0d594d2014-02-21 03:22:12526 # Exclude XML files; in particular, histograms.xml.
527 '|tools/metrics/[^.]*([.](?!xml$).*)?$',
528 },
529 'metrics_xml_files': {
530 # Subscribe to this to watch for changes to histograms.xml.
toyoshim8f51f902015-03-27 03:50:21531 'filepath': 'tools/metrics/.*\.xml$',
532 },
533 'midi': {
534 'filepath': 'midi',
[email protected]f76c8852012-06-21 16:37:00535 },
[email protected]341f218a2013-09-24 22:16:10536 'mojo': {
537 'filepath': 'mojo',
538 },
[email protected]f76c8852012-06-21 16:37:00539 'mouse_lock': {
540 'filepath': 'mouse_lock',
541 },
rjkroegef60dea862015-10-29 17:50:06542 'mus': {
543 'filepath': 'components/mus/'\
544 '|mojo/gles2/'\
545 '|mojo/gpu/',
546 },
[email protected]f76c8852012-06-21 16:37:00547 'nacl': {
[email protected]f2f0fbb92012-07-14 15:52:49548 'filepath': 'chrome/nacl/|chrome/test/nacl/|'\
[email protected]193912d2013-09-06 17:41:56549 'chrome/browser/nacl_host/|chrome/common/nacl|'\
550 'native_client_sdk/src/doc/',
[email protected]f76c8852012-06-21 16:37:00551 },
[email protected]99ddc3d2013-01-22 16:15:33552 'native_client_sdk': {
553 'filepath': '^native_client_sdk/',
554 },
[email protected]b9ecdb62014-03-07 14:56:43555 'navigation': {
556 'filepath': 'content/browser/frame_host|'\
557 'content/browser/renderer_host/render_process_host.*|'\
558 'content/browser/renderer_host/render_view_host.*|'\
559 'content/browser/web_contents/web_contents_impl.*|'\
560 'content/renderer/render_frame.*|'\
561 'content/renderer/render_view.*'
562 },
[email protected]f76c8852012-06-21 16:37:00563 'net': {
[email protected]f2f0fbb92012-07-14 15:52:49564 'filepath': 'net/',
[email protected]f76c8852012-06-21 16:37:00565 },
566 'net_error_list': {
567 'filepath': 'net/base/net_error_list.h',
568 },
569 'net_log': {
[email protected]f2f0fbb92012-07-14 15:52:49570 'filepath': 'net/base/net_log|' \
571 'chrome/browser/net/.*net_log|' \
572 'chrome/browser/net/passive_log_collector|' \
573 'chrome/browser/resources/net_internals/|' \
574 'chrome/browser/ui/webui/net_internals/'
[email protected]f76c8852012-06-21 16:37:00575 },
jkarlin539748402015-03-31 17:36:31576 'netinfo': {
577 'filepath': 'netinfo',
578 },
peterf4758412014-09-17 15:06:01579 'notifications': {
580 'filepath': 'chrome/browser/extensions/api/notifications/|' \
581 'chrome/browser/notifications/|' \
peter8ab156b2015-03-29 15:44:12582 'chrome/test/data/notifications/|' \
583 'content/browser/notifications/|' \
584 'content/child/notifications/|' \
585 'content/common/platform_notification|' \
586 'content/public/browser/platform_notification|' \
587 'content/public/common/platform_notification|' \
588 'content/renderer/notification_|' \
peterf4758412014-09-17 15:06:01589 'ui/message_center/'
590 },
[email protected]f76c8852012-06-21 16:37:00591 'ntp': {
[email protected]f2f0fbb92012-07-14 15:52:49592 'filepath': 'chrome/browser/resources/ntp4/|'\
[email protected]b7ecd5f2013-02-14 21:04:16593 'chrome/browser/resources/ntp_android/|'\
[email protected]f2f0fbb92012-07-14 15:52:49594 'chrome/browser/ui/webui/ntp/',
[email protected]f76c8852012-06-21 16:37:00595 },
596 'omnibox': {
[email protected]f2f0fbb92012-07-14 15:52:49597 'filepath': 'chrome/browser/autocomplete/'\
598 '|chrome/browser/ui/.*/omnibox/'
[email protected]f76c8852012-06-21 16:37:00599 },
[email protected]437c44b2012-11-08 01:35:52600 'options': {
601 'filepath': 'chrome/browser/resources/options/|'\
602 'chrome/browser/ui/webui/options/',
603 },
chasej6dff9292016-02-02 20:33:12604 'origin_trials': {
605 'filepath': 'origin_trials',
606 },
[email protected]4a2078e2013-07-18 20:40:20607 'ozone': {
[email protected]f93c2c92013-10-31 18:22:44608 'filepath': 'ui/ozone/|'\
[email protected]4b66bf922013-10-28 19:49:43609 'ui/events/ozone/|'\
610 'ui/gfx/ozone/|'\
[email protected]4a2078e2013-07-18 20:40:20611 'ui/gl/gl_.*egl.*|'\
612 'ui/gl/gl_.*ozone.*'
613 },
csharrison3b1dc4062015-10-19 14:31:08614 'page_load_metrics' : {
615 'filepath': 'components/page_load_metrics/'
616 },
[email protected]f76c8852012-06-21 16:37:00617 'panels': {
[email protected]7cbe5a52012-09-27 02:00:29618 'filepath': 'chrome/browser/ui/panels'\
619 '|chrome/browser/ui/cocoa/panels'\
[email protected]7cbe5a52012-09-27 02:00:29620 '|chrome/browser/ui/views/panels'
[email protected]f76c8852012-06-21 16:37:00621 },
[email protected]3cc8b3922014-05-05 13:12:08622 'password_manager': {
623 'filepath': 'chrome/.*/password_'\
624 '|chrome/browser/ui/passwords'\
625 '|chrome/browser/ui/views/passwords'\
626 '|chrome/test/data/password'\
627 '|components/autofill.*password'
628 '|components/password_'\
629 },
[email protected]f76c8852012-06-21 16:37:00630 'pepper_api': {
[email protected]b8491b02013-11-13 03:50:58631 'filepath': 'ppapi/api'\
632 '|ppapi/c',
[email protected]f76c8852012-06-21 16:37:00633 },
mlamourid8b0feb2015-06-02 16:30:47634 'permissions': {
635 'filepath': 'content/(child,browser)/permissions/'\
636 '|content/common/permission_*'\
637 '|content/public/(common,browser)/permission_*'\
638 '|chrome/browser/permissions/'\
639 '|chrome/browser/content_settings/permission*'\
640 '|permission_context',
641 },
[email protected]f76c8852012-06-21 16:37:00642 'plugin': {
[email protected]f2f0fbb92012-07-14 15:52:49643 'filepath': 'chrome/browser/plugin|chrome/plugin/|'\
Thiago Farinae067154bb2015-05-07 15:37:59644 'chrome/common/plugin',
[email protected]f76c8852012-06-21 16:37:00645 },
tnagelad92622a92015-10-20 10:26:30646 'policy_definitions': {
647 'filepath': 'components/policy/resources/policy_templates.json',
648 },
michaelpg11fff3f2015-02-06 03:35:34649 'polymer': {
650 'filepath': 'third_party/polymer/|'\
dbeam78528be2016-02-18 07:08:49651 'tools/polymer|'\
michaelpg11fff3f2015-02-06 03:35:34652 'ui/webui/resources/polymer_resources.grdp',
653 },
twifkak0c69c1f2015-06-22 18:20:09654 'precache': {
655 'filepath': '[pP]recache'
656 },
[email protected]ef6cc442012-10-30 03:24:17657 'predictors': {
658 'filepath': 'predictors',
659 },
[email protected]be775bc2014-06-30 15:41:14660 'prepopulated_engines': {
661 'filepath': 'components/search_engines/prepopulated_engines.json',
662 },
[email protected]f76c8852012-06-21 16:37:00663 'prerender': {
[email protected]78375a52012-07-14 14:47:57664 'filepath': 'prerender'
[email protected]f76c8852012-06-21 16:37:00665 },
peter884896c72015-03-12 14:26:20666 'push_messaging': {
667 'filepath': 'push_messaging'
668 },
[email protected]f76c8852012-06-21 16:37:00669 'pyauto': {
670 'filepath': 'chrome/test/pyautolib' \
671 '|chrome/test/functional' \
672 '|chrome/browser/automation/automation_provider_json'
673 },
674 'remoting': {
anandce1c55372015-03-04 01:23:10675 'filepath': 'remoting/' \
676 '|testing/chromoting'
[email protected]f76c8852012-06-21 16:37:00677 },
rdsmith33aa2b32016-03-17 18:08:23678 'resource_scheduler': {
679 'filepath' : 'content/browser/loader/resource_scheduler*'
680 },
gab57e80c72014-12-08 21:06:13681 'rlz_id': {
682 'filepath' :'rlz/lib/machine_id.cc|'\
683 'rlz/lib/machine_id.h|'\
684 'rlz/win/lib/machine_id_win.cc',
685 },
grt829c6a82014-10-20 09:29:32686 'safe_browsing': {
687 'filepath': 'chrome/(browser|common|renderer)/safe_browsing/',
688 },
rickyz0a819bfc2015-02-04 23:57:22689 'sandbox': {
690 'filepath': 'sandbox/'\
691 '|content/browser/bootstrap_sandbox_mac'\
692 '|content/browser/renderer_host/render_sandbox_host_linux'\
693 '|content/browser/renderer_host/sandbox_ipc_linux'\
694 '|content/browser/zygote_host/'\
695 '|content/common/sandbox_'\
696 '|content/zygote/'\
697 },
skyostil20dea312014-11-11 13:43:06698 'scheduler': {
rmcilroyfa5ac552015-04-09 12:33:17699 'filepath': 'cc/scheduler'\
jochen83c639f02015-04-22 17:07:37700 '|components/scheduler'\
rmcilroyfa5ac552015-04-09 12:33:17701 '|content/renderer/scheduler'
skyostil20dea312014-11-11 13:43:06702 },
mlamourid8b0feb2015-06-02 16:30:47703 'screen_orientation': {
704 'filepath': 'screen_orientation',
705 },
[email protected]21cd39b2012-06-28 01:48:40706 'search': {
[email protected]f2f0fbb92012-07-14 15:52:49707 'filepath': 'chrome/browser/ui/search/',
[email protected]21cd39b2012-06-28 01:48:40708 },
[email protected]0b431722014-01-08 07:21:51709 'service_worker': {
[email protected]edaf31d2014-03-07 00:09:17710 'filepath': 'content/(browser|renderer|child|common)/service_worker/',
[email protected]0b431722014-01-08 07:21:51711 },
[email protected]f76c8852012-06-21 16:37:00712 'site_instance': {
[email protected]f2f0fbb92012-07-14 15:52:49713 'filepath': 'content/browser/site_instance|'\
714 'content/browser/browsing_instance',
[email protected]f76c8852012-06-21 16:37:00715 },
716 'speech': {
[email protected]f2f0fbb92012-07-14 15:52:49717 'filepath': 'chrome/browser/speech/'\
718 '|content/browser/speech/'\
719 '|content/common/.*speech'\
720 '|content/public/.*speech'
[email protected]f76c8852012-06-21 16:37:00721 },
[email protected]ad0295d2012-10-11 23:43:36722 'spellcheck': {
723 'filepath': 'chrome/browser/spellchecker/'\
724 '|chrome/browser/tab_contents/spellchecker'\
725 '|chrome/browser/tab_contents/spelling_menu'\
726 '|chrome/common/spellcheck_'\
727 '|chrome/renderer/spellchecker/'\
[email protected]97e677a62013-01-11 19:18:35728 '|third_party/hunspell/'\
729 '|third_party/hunspell_dictionaries/'\
[email protected]ad0295d2012-10-11 23:43:36730 },
[email protected]67f39af2013-08-23 20:06:05731 'streams': {
732 'filepath': 'content/browser/streams/',
733 },
vmpstrcc1c08302015-11-18 06:05:51734 'styleguide': {
735 'filepath': '^styleguide/',
736 },
[email protected]43d33e92014-07-14 16:39:31737 'supervised_users': {
738 'filepath': 'chrome/browser/.*managed_mode'\
739 '|chrome/browser/.*managed_user'\
740 '|chrome/browser/.*supervised_user',
741 },
[email protected]f76c8852012-06-21 16:37:00742 'sync': {
maxboguefa217942016-04-01 01:08:13743 'filepath': '^chrome/android/sync_shell/'\
744 '|^chrome/browser/ui/sync/'\
745 '|^chrome/browser/ui/views/sync/'\
746 '|^chrome/test/android/javatests/src/org/chromium/chrome/test/util/browser/sync/'\
747 '|^ios/chrome/browser/sync/'\
748 '|^chrome/android/java/src/org/chromium/chrome/browser/sync/'\
749 '|^chrome/browser/sync/'\
750 '|^components/browser_sync/'\
751 '|^components/sync_bookmarks/'\
752 '|^components/sync_driver/'\
753 '|^components/sync_sessions/'\
754 '|^sync/',
[email protected]f76c8852012-06-21 16:37:00755 },
[email protected]92871a102013-07-01 11:11:41756 'syncfs': {
757 'filepath': 'sync_file_system',
758 },
[email protected]4529a792013-06-18 19:18:49759 'sync_proto': {
760 'filepath': 'sync/protocol/',
761 },
[email protected]82d74152013-07-28 08:55:31762 'tab_capture': {
[email protected]31ef420b2014-08-13 21:19:13763 'filepath': 'cc/output/copy_output_request'\
764 '|chrome/browser/extensions/api/tab_capture/'\
765 '|chrome/test/data/extensions/api_test/tab_capture/'\
766 '|content/browser/compositor/delegated_frame_host'\
767 '|content/browser/media/capture/'\
768 '|content/browser/renderer_host/compositing_iosurface'\
769 '|content/browser/renderer_host/media/(audio_'\
770 '|media_stream_manager|video_)'\
771 '|media/audio/(audio_output_controller|fake_audio_|virtual_audio_)'\
772 '|media/base/video_frame\.h'\
773 '|media/video/capture/video_capture_',
[email protected]82d74152013-07-28 08:55:31774 },
[email protected]f76c8852012-06-21 16:37:00775 'tab_contents': {
[email protected]f2f0fbb92012-07-14 15:52:49776 'filepath': 'chrome/browser/tab_contents/|'\
777 'content/browser/tab_contents/|'\
778 'chrome/browser/ui/tab_contents/',
[email protected]f76c8852012-06-21 16:37:00779 },
[email protected]31ef420b2014-08-13 21:19:13780 'tab_media_indicators': {
781 'filepath': 'chrome/browser/media/audio_stream_monitor'\
782 '|chrome/browser/ui/cocoa/tabs/tab_controller\.mm'\
783 '|chrome/browser/ui/tabs/tab_utils'\
784 '|chrome/browser/ui/views/tabs/tab\.cc'\
785 '|chrome/browser/ui/views/tabs/tab_renderer_data'\
786 '|media/audio/audio_(output_controller|power_monitor)',
787 },
[email protected]f76c8852012-06-21 16:37:00788 'task_manager': {
789 'filepath': 'task_manager'
790 },
[email protected]5e105332012-09-13 01:55:52791 'tcmalloc': {
792 'filepath': 'third_party/tcmalloc'
793 },
[email protected]31a10602012-11-21 01:51:26794 'telemetry': {
[email protected]5fef30a2014-03-12 20:09:19795 'filepath': 'tools/perf/|'\
796 'tools/telemetry/'
[email protected]31a10602012-11-21 01:51:26797 },
[email protected]f76c8852012-06-21 16:37:00798 'tests': {
[email protected]f2f0fbb92012-07-14 15:52:49799 'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/',
[email protected]0cde05a02011-11-30 23:36:52800 },
[email protected]1cbbb30b2011-10-14 08:03:56801 'textinput': {
[email protected]f2f0fbb92012-07-14 15:52:49802 'filepath': 'content/browser/renderer_host/gtk_im'\
803 '|content/browser/renderer_host/gtk_key'\
804 '|content/browser/renderer_host/render_widget_host_view'\
805 '|content/browser/renderer_host/text_input'\
806 '|ui/base/ime/'\
807 '|ui/base/gtk/event'\
808 '|ui/base/gtk/gtk_im'\
809 '|ui/base/keycodes/'\
810 '|ui/base/win/ime'\
811 '|ui/views/controls/textfield/'\
812 '|ui/views/ime/'
[email protected]1cbbb30b2011-10-14 08:03:56813 },
[email protected]3a117c62011-11-29 04:28:02814 'textinput_chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:49815 'filepath': 'chrome/browser/chromeos/input_method/'\
816 '|chrome/browser/chromeos/extensions/input_method'\
817 '|chrome/browser/chromeos/status/input_method'\
818 '|chrome/browser/extensions/extension_input_'\
819 '|chrome/browser/resources/keyboard'\
820 '|chrome/browser/resources/options/language'\
[email protected]ef03eae2011-11-30 08:43:43821 '|chrome/browser/ui/webui/options/'\
[email protected]f2f0fbb92012-07-14 15:52:49822 'chromeos/.*(language|keyboard)'\
[email protected]6bd9e802013-04-18 06:40:42823 '|chrome/browser/ui/webui/options/language'\
824 '|chromeos/ime/*'
[email protected]3a117c62011-11-29 04:28:02825 },
chirantan96fcf6d2015-01-21 22:36:19826 'timers': {
827 'filepath': 'base/timer/'\
828 '|components/timers/'
829 },
[email protected]f76c8852012-06-21 16:37:00830 'tools': {
[email protected]f2f0fbb92012-07-14 15:52:49831 'filepath': 'tools/',
[email protected]6bea7b42011-10-19 19:47:09832 },
[email protected]f76c8852012-06-21 16:37:00833 'tools_emacs': {
[email protected]f2f0fbb92012-07-14 15:52:49834 'filepath': 'tools/emacs/',
[email protected]65676d32012-04-18 14:41:05835 },
[email protected]c8eb7f72013-07-04 15:30:11836 'tracing': {
837 'filepath': 'base/debug/trace_event.*'\
primianobef13b42015-01-30 15:29:31838 '|base/trace_event/'\
[email protected]c8eb7f72013-07-04 15:30:11839 '|content/browser/tracing/'\
840 '|components/tracing/'
841 },
[email protected]cf428f732012-10-02 20:48:15842 'ui_compositor': {
843 'filepath': 'ui/compositor/layer\.|'\
844 'ui/compositor/layer_unittest|'\
845 'ui/compositor/compositor',
846 },
[email protected]6b5093c2012-05-23 19:10:18847 'ui_resources': {
[email protected]f2f0fbb92012-07-14 15:52:49848 'filepath': 'ui/resources/'\
849 '|ui/base/native_theme/resources/'\
850 '|chrome/app/theme/'
[email protected]6b5093c2012-05-23 19:10:18851 },
[email protected]f76c8852012-06-21 16:37:00852 'valgrind': {
853 'filepath': 'valgrind',
854 },
[email protected]c73ec8ab2014-01-16 20:35:23855 'version_assembly': {
856 'filepath': 'chrome/app/version_assembly',
857 },
[email protected]f76c8852012-06-21 16:37:00858 'views': {
859 # Applies to all files and subdirs within this directory.
[email protected]f2f0fbb92012-07-14 15:52:49860 'filepath': '^ui/views/',
[email protected]f76c8852012-06-21 16:37:00861 },
[email protected]f47d871a2013-10-11 22:14:15862 'views_corewm': {
863 'filepath': 'ui/views/corewm/',
[email protected]3fc918142013-10-12 01:42:17864 },
[email protected]ef514a32014-02-26 01:02:35865 'virtual_keyboard': {
866 'filepath': 'ui/keyboard/'\
867 'chrome/test/data/chromeos/virtual_keyboard/'\
868 'chrome/common/extensions/api/virtual_keyboard',
869 },
[email protected]b887a262013-09-18 22:43:56870 'webrtc_media': {
871 'filepath': 'chrome/browser/media/|'\
872 'content/browser/renderer_host/media/|'\
[email protected]70098052014-07-01 08:58:10873 'content/common/gpu/media/|'\
[email protected]b887a262013-09-18 22:43:56874 'content/renderer/media/|'\
mcasasfec6c752014-11-11 13:25:58875 'media/base/android/|'\
mcasasa5584a02015-09-11 21:15:28876 'media/capture/|'\
mcasas53024942014-11-11 12:59:28877 'video.*_accelerat',
[email protected]b887a262013-09-18 22:43:56878 },
phoglundfad6cac2015-06-02 09:21:26879 'webrtc_browser_tests': {
880 'filepath': 'chrome/browser/media/.*webrtc.*browsertest|'\
881 'content/browser/media/.*webrtc.*browsertest',
882 },
[email protected]208879542012-07-05 11:15:34883 'website_settings': {
[email protected]f2f0fbb92012-07-14 15:52:49884 'filepath': 'chrome/browser/content_settings/'\
885 '|chrome/browser/ui/views/website_settings/'\
886 '|chrome/browser/ui/website_settings/'\
mukai077089f2014-09-11 18:41:52887 '|chrome/common/content_settings'\
888 '|components/content_settings/',
[email protected]208879542012-07-05 11:15:34889 },
[email protected]b17d9e02014-07-29 09:45:50890 'windows_sandboxing': {
891 'filepath': 'sandbox/win/',
892 },
[email protected]f76c8852012-06-21 16:37:00893 'x11': {
[email protected]f2f0fbb92012-07-14 15:52:49894 'filepath': 'content/browser/renderer_host/backing_store_x\.' \
895 '|chrome/browser/chromeos/input_method/xkeyboard\.' \
896 '|chrome/browser/chromeos/system_key_event_listener\.' \
[email protected]f76c8852012-06-21 16:37:00897 '|chrome/browser/chromeos/'\
[email protected]f2f0fbb92012-07-14 15:52:49898 'xinput_hierarchy_changed_event_listener\.' \
899 '|chrome/browser/chromeos/wm_' \
900 '|ui/base/x/'
[email protected]0d710852012-05-24 01:18:40901 },
wjmaclean3ff6a402015-03-31 19:00:20902 'zoom': {
903 'filepath': 'chrome/browser/ui/zoom/' \
904 '|components/ui/zoom/' \
905 '|content/browser/host_zoom_*' \
906 '|content/browser/storage_partition_impl*' \
907 '|content/public/browser/host_zoom_map.h' \
908 '|content/public/browser/storage_partition.h'
909 },
timlohd035d572015-09-25 15:28:02910
911 'blink': {
912 'filepath': 'third_party/WebKit/',
913 },
914 'blink_accessibility': {
915 'filepath': 'third_party/WebKit/.*(accessibility|AXObjectCache|WebAX)'
916 },
917 'blink_animation': {
918 'filepath': 'third_party/WebKit/.*([Aa]nimat|[Tt]ransition)',
919 },
920 'blink_app_banner': {
921 'filepath': 'third_party/WebKit/Source/modules/app_banner' \
922 '|third_party/WebKit/public/platform/modules/app_banner',
923 },
924 'blink_audio': {
925 'filepath': 'third_party/WebKit/Source/platform/audio' \
926 '|third_party/WebKit/Source/modules/webaudio',
927 },
928 'blink_battery_status': {
929 'filepath': 'third_party/WebKit/Source/modules/battery/' \
930 '|third_party/WebKit/LayoutTests/battery-status/' \
931 '|third_party/WebKit/Source/core/frame/PlatformEvent(Controller|Dispatcher)'
932 },
933 'blink_bidi': {
934 'filepath': 'third_party/WebKit/Source/platform/text/.*Bidi' \
935 '|third_party/WebKit/Source/core/rendering/.*Bidi',
936 },
937 'blink_bindings': {
938 'filepath': 'third_party/WebKit/Source/bindings',
939 },
940 'blink_bluetooth': {
941 'filepath': 'third_party/WebKit/.*[Bb]luetooth'
942 },
943 'blink_canvas2d': {
944 'filepath': 'third_party/WebKit/Source/core/html/canvas' \
945 '|third_party/WebKit/Source/core/html/HTMLCanvasElement' \
946 '|third_party/WebKit/Source/modules/canvas2d' \
947 '|third_party/WebKit/Source/platform/graphics/Canvas2D',
948 },
949 'blink_clipboard': {
950 'filepath': 'third_party/WebKit/Source/core/clipboard' \
951 '|third_party/WebKit/Source/core/page/.*Drag' \
952 '|third_party/WebKit/Source/platform/.*Drag' \
953 '|third_party/WebKit/Source/platform/clipboard' \
954 '|third_party/WebKit/Source/web/.*Drag' \
955 '|third_party/WebKit/public/platform/.*Drag' \
956 '|third_party/WebKit/public/web/.*Drag',
957 },
958 'blink_content_security_policy': {
959 'filepath': 'third_party/WebKit/Source/core/frame/csp' \
960 '|third_party/WebKit/Source/core/events/SecurityPolicyViolationEvent' \
961 '|third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy'
962 },
963 'blink_css': {
964 'filepath': 'third_party/WebKit/Source/core/css',
965 },
966 'blink_css_grid_layout': {
967 'filepath': 'third_party/WebKit/Source/core/layout/.*Grid' \
968 '|third_party/WebKit/Source/core/paint/.*Grid' \
969 '|third_party/WebKit/Source/core/css/.*Grid' \
970 '|third_party/WebKit/LayoutTests/fast/css-grid-layout/' \
971 '|third_party/WebKit/LayoutTests/ietestcenter/css3/grid/' \
972 '|third_party/WebKit/LayoutTests/platform/.*/fast/css-grid-layout/' \
973 '|third_party/WebKit/LayoutTests/platform/.*/ietestcenter/css3/grid/'
974 },
975 'blink_css_flexbox': {
976 'filepath': 'third_party/WebKit/Source/core/rendering/.*Flex' \
977 '|third_party/WebKit/LayoutTests/fast/deprecated-flexbox/' \
978 '|third_party/WebKit/LayoutTests/css3/flexbox/' \
979 '|third_party/WebKit/LayoutTests/ietestcenter/css3/flexbox/'
980 },
981 'blink_css_fragmentation_tests': {
982 'filepath': 'third_party/WebKit/LayoutTests/fast/multicol/' \
mstensho6471a3d2015-11-25 12:31:02983 '|third_party/WebKit/LayoutTests/fast/pagination/' \
984 '|third_party/WebKit/LayoutTests/printing/'
timlohd035d572015-09-25 15:28:02985 },
986 'blink_css_regions': {
987 'filepath': 'third_party/WebKit/Source/core/rendering/.*(Region|FlowThread)' \
988 '|third_party/WebKit/Source/core/dom/NodeRendering' \
989 '|third_party/WebKit/Source/core/dom/.*NamedFlow' \
990 '|third_party/WebKit/Source/core/css/.*Region' \
991 '|third_party/WebKit/LayoutTests/compositing/regions/' \
992 '|third_party/WebKit/LayoutTests/fast/regions/' \
993 '|third_party/WebKit/LayoutTests/platform/chromium.*/fast/regions/'
994 },
995 'blink_custom_elements': {
996 'filepath': 'third_party/WebKit/Source/core/dom/CustomElement' \
997 '|third_party/WebKit/Source/bindings/v8/.*CustomElement',
998 },
999 'blink_device_light': {
1000 'filepath': 'third_party/WebKit/Source/modules/device_light/' \
1001 '|third_party/WebKit/LayoutTests/fast/dom/DeviceLight/'
1002 },
1003 'blink_device_orientation': {
1004 'filepath': 'third_party/WebKit/Source/modules/device_orientation/' \
1005 '|third_party/WebKit/LayoutTests/fast/dom/DeviceMotion/' \
1006 '|third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/' \
1007 '|third_party/WebKit/Source/core/frame/PlatformEvent(Controller|Dispatcher)' \
1008 '|third_party/WebKit/Source/core/frame/DeviceSingleWindowEventController'
1009 },
1010 'blink_devtools': {
1011 'filepath': 'third_party/WebKit/.*(inspector|DevTools|devtools)',
1012 },
1013 'blink_dom': {
1014 'filepath': 'third_party/WebKit/Source/core/dom/'
1015 },
1016 'blink_events': {
1017 'filepath': 'third_party/WebKit/Source/core/page/.*Event' \
1018 '|third_party/WebKit/Source/core/dom/.*Event' \
1019 '|third_party/WebKit/Source/core/css/.*Event' \
1020 '|third_party/WebKit/Source/platform/.*Event'
1021 },
1022 'blink_fetch': {
1023 'filepath': 'third_party/WebKit/Source/core/fetch',
1024 },
1025 'blink_heap': {
1026 'filepath': 'third_party/WebKit/Source/platform/heap' \
1027 '|third_party/WebKit/Source/wtf/Partition.*'
1028 },
1029 'blink_html': {
1030 'filepath': 'third_party/WebKit/Source/core/html/'
1031 },
1032 'blink_loader': {
1033 'filepath': 'third_party/WebKit/Source/core/loader',
1034 },
haraken04143c62016-03-31 08:48:561035 'blink_modules': {
1036 'filepath': 'third_party/WebKit/Source/modules'
1037 },
timlohd035d572015-09-25 15:28:021038 'blink_notifications': {
1039 'filepath': 'third_party/WebKit/LayoutTests/http/tests/notifications' \
1040 '|third_party/WebKit/Source/modules/notifications' \
1041 '|third_party/WebKit/public/platform/modules/notifications'
1042 },
1043 'blink_owners': {
1044 'filepath': 'third_party/WebKit/.*OWNERS',
1045 },
1046 'blink_paint': {
1047 'filepath': 'third_party/WebKit/Source/core/paint/'
1048 },
1049 'blink_permissions': {
1050 'filepath': 'third_party/WebKit/Source/modules/permissions/' \
1051 '|third_party/WebKit/public/platform/modules/permissions/',
1052 },
1053 'blink_preloadScanner': {
1054 'filepath': 'third_party/WebKit/Source/core/html/parser/HTMLPreloadScanner',
1055 },
1056 'blink_public_api': {
1057 'filepath': 'third_party/WebKit/public'
1058 },
1059 'blink_push_messaging': {
1060 'filepath': 'third_party/WebKit/LayoutTests/http/tests/push_messaging' \
1061 '|third_party/WebKit/Source/modules/push_messaging' \
1062 '|third_party/WebKit/public/platform/modules/push_messaging'
1063 },
kinuko533a1692015-12-21 08:57:251064 'blink_platform': {
1065 'filepath': 'third_party/WebKit/Source/platform'
1066 },
timlohd035d572015-09-25 15:28:021067 'blink_platform_graphics': {
1068 'filepath': 'third_party/WebKit/Source/platform/fonts' \
1069 '|third_party/WebKit/Source/platform/geometry' \
1070 '|third_party/WebKit/Source/platform/graphics'
1071 },
1072 'blink_indexed_db': {
1073 'filepath': 'third_party/WebKit/Source/modules/indexeddb/' \
1074 '|third_party/WebKit/Source/web/.*IDB' \
1075 '|third_party/WebKit/LayoutTests/storage/indexeddb' \
1076 '|third_party/WebKit/public/platform/.*IDB'
1077 },
dtapuska1f997a12016-03-14 19:22:071078 'blink_input': {
1079 'filepath': 'third_party/WebKit/Source/core/input/'
1080 },
timlohd035d572015-09-25 15:28:021081 'blink_layout': {
1082 'filepath': 'third_party/WebKit/Source/core/layout' \
1083 '|third_party/WebKit/Source/core/rendering'
1084 },
1085 'blink_layers': {
1086 'filepath': 'third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator' \
1087 '|third_party/WebKit/Source/platform/graphics/GraphicsLayer' \
1088 '|third_party/WebKit/Source/core/layout/Layer'
1089 },
1090 'blink_prerender': {
1091 'filepath': 'third_party/WebKit/.*(Prerender|loader/LinkLoader|html/HTMLLinkElement)'
1092 },
1093 'blink_client_hints': {
1094 'filepath': 'third_party/WebKit/Source/core/loader/AcceptClientHints*' \
1095 '|third_party/WebKit/Source/core/loader/FrameFetchContext*' \
1096 '|third_party/WebKit/Source/core/fetch/FetchContext*' \
1097 '|third_party/WebKit/Source/core/fetch/ImageResource*' \
1098 '|third_party/WebKit/Source/core/fetch/ResourceFetcher*'
1099 },
1100 'blink_track': {
1101 'filepath': 'third_party/WebKit/Source/core/html/track/' \
1102 '|third_party/WebKit/Source/core/loader/TextTrack' \
1103 '|third_party/WebKit/Source/core/html/HTMLMediaElement' \
1104 '|third_party/WebKit/Source/core/html/HTMLTrackElement' \
1105 '|third_party/WebKit/Source/core/html/shadow/MediaControl' \
1106 '|third_party/WebKit/Source/core/css/mediaControl' \
1107 '|third_party/WebKit/LayoutTests/media/track/'
1108 },
1109 'blink_media': {
1110 'filepath': 'third_party/WebKit/Source/core/css/mediaControls' \
1111 '|third_party/WebKit/Source/core/html/.*(Audio|Media|Video)' \
1112 '|third_party/WebKit/Source/core/html/shadow/MediaControl' \
1113 '|third_party/WebKit/Source/core/layout/LayoutMedia' \
1114 '|third_party/WebKit/Source/core/layout/LayoutTextTrackContainerElement' \
1115 '|third_party/WebKit/Source/modules/(encryptedmedia|mediasource)' \
1116 '|third_party/WebKit/Source/platform/drm/' \
1117 '|third_party/WebKit/Source/platform/graphics/media/' \
1118 '|third_party/WebKit/Source/web/.*Media' \
1119 '|third_party/WebKit/LayoutTests/media/' \
1120 '|third_party/WebKit/public/.*Media'
1121 },
1122 'blink_media_queries': {
1123 'filepath': 'third_party/WebKit/Source/core/css/CSSMediaRule' \
1124 '|third_party/WebKit/Source/core/css/MediaList' \
1125 '|third_party/WebKit/Source/core/css/MediaQuery' \
1126 '|third_party/WebKit/Source/core/css/parser/MediaQuery'
1127 },
1128 'blink_navigator_content_utils': {
1129 'filepath': 'third_party/WebKit/Source/modules/navigatorcontentutils' \
1130 '|third_party/WebKit/LayoutTests/fast/dom/navigatorcontentutils'
1131 },
1132 'blink_out_of_process_frames': {
1133 'filepath': 'third_party/WebKit/Source/core/frame/FrameOwner' \
1134 '|third_party/WebKit/Source/web/WebFrame' \
1135 '|third_party/WebKit/Source/web/WebRemoteFrameImpl'
1136 },
1137 'blink_fileapi': {
1138 'filepath': 'third_party/WebKit/Source/modules/filesystem/' \
1139 '|third_party/WebKit/Source/core/fileapi/' \
1140 '|third_party/WebKit/Source/platform/.*File' \
1141 '|third_party/WebKit/Source/web/.*File' \
1142 '|third_party/WebKit/LayoutTests/fast/file' \
1143 '|third_party/WebKit/public/.*File'
1144 },
1145 'blink_quota': {
1146 'filepath': 'third_party/WebKit/Source/modules/quota/' \
1147 '|third_party/WebKit/Source/web/.*Quota' \
1148 '|third_party/WebKit/public/.*Quota'
1149 },
1150 'blink_mediastream': {
1151 'filepath': 'third_party/WebKit/Source/modules/mediastream/' \
1152 '|third_party/WebKit/Source/platform/mediastream/' \
1153 '|third_party/WebKit/Source/platform/exported/WebMediaStream' \
1154 '|third_party/WebKit/Source/platform/exported/WebRTC' \
1155 '|third_party/WebKit/LayoutTests/fast/mediastream/'
1156 },
1157 'blink_geolocation': {
1158 'filepath': 'third_party/WebKit/LayoutTests/fast/dom/Geolocation/' \
1159 '|third_party/WebKit/Source/modules/geolocation/' \
1160 '|third_party/WebKit/Source/web/.*Geolocation' \
1161 '|third_party/WebKit/public/web/.*Geolocation'
1162 },
1163 'blink_htmlparser': {
1164 'filepath': 'third_party/WebKit/Source/core/html/parser/'
1165 },
1166 'blink_screen_orientation': {
1167 'filepath': 'third_party/WebKit/Source/modules/screen_orientation/' \
1168 '|third_party/WebKit/public/platform/modules/screen_orientation',
1169 },
1170 'blink_scheduler': {
1171 'filepath': 'third_party/WebKit/Source/platform/scheduler' \
1172 '|third_party/WebKit/Source/core/html/parser/.*Scheduler'
1173 },
1174 'blink_serviceworkers' : {
1175 'filepath': 'third_party/WebKit/Source/modules/serviceworkers' \
1176 '|third_party/WebKit/LayoutTests/http/tests/serviceworker'
1177 },
1178 'blink_serviceworkers_tests' : {
1179 'filepath': 'third_party/WebKit/LayoutTests/http/tests/serviceworker'
1180 },
1181 'blink_sheriff_o_matic' : {
1182 'filepath': 'third_party/WebKit/Tools/GardeningServer'
1183 },
1184 'blink_spellcheck' : {
1185 'filepath': 'third_party/WebKit/Source/core/editing/spellcheck'
1186 },
jbromana7bdfdb2016-02-05 15:10:321187 'blink_spv2_layout_tests': {
1188 'filepath': 'third_party/WebKit/LayoutTests/virtual/spv2'
1189 },
timlohd035d572015-09-25 15:28:021190 'blink_style': {
1191 'filepath': 'third_party/WebKit/.*(style/|Style)',
1192 },
1193 'blink_svg': {
1194 'filepath': 'third_party/WebKit/Source/core/(layout/)?svg',
1195 },
timlohd035d572015-09-25 15:28:021196 'blink_vibration': {
1197 'filepath': 'third_party/WebKit/LayoutTests/vibration/' \
1198 '|third_party/WebKit/Source/modules/vibration/'
1199 },
1200 'blink_viewport_interaction': {
1201 'filepath': 'third_party/WebKit/Source/core/css/.*Viewport' \
1202 '|third_party/WebKit/Source/core/dom/ViewportArguments' \
1203 '|third_party/WebKit/Source/core/html/HTMLMetaElement' \
1204 '|third_party/WebKit/Source/core/page/FrameView' \
1205 '|third_party/WebKit/Source/core/page/scrolling'
1206 },
1207 'blink_w3ctests': {
1208 'filepath': 'third_party/WebKit/LayoutTests/imported/' \
1209 '|third_party/WebKit/Tools/Scripts/webkitpy/w3c/'
1210 },
timlohd035d572015-09-25 15:28:021211 'blink_webcomponents': {
1212 'filepath': 'third_party/WebKit/Source/core/dom/shadow/' \
1213 '|third_party/WebKit/Source/core/dom/custom/' \
1214 '|third_party/WebKit/Source/core/html/imports/' \
1215 '|third_party/WebKit/Source/bindings/v8/custom/V8CustomElementConstructorCustom' \
1216 '|third_party/WebKit/Source/bindings/v8/CustomElementHelpers'
1217 },
1218 'blink_webp': {
1219 'filepath': 'third_party/WebKit/Source/platform/image-decoders/webp' \
1220 '|third_party/WebKit/Source/platform/image-encoders/skia/WEBP'
1221 },
1222 'blink_websockets': {
1223 'filepath': 'third_party/WebKit/Source/modules/websockets/'
1224 },
1225 'blink_workers': {
1226 'filepath': 'third_party/WebKit/Source/core/workers',
1227 },
1228 'blink_wtf': {
1229 'filepath': 'third_party/WebKit/Source/wtf',
1230 },
1231 'blink_xmlhttprequest': {
1232 'filepath': 'third_party/WebKit/Source/core/xmlhttprequest/'
tfarinad21f9472015-10-13 18:36:011233 },
1234 'test_runner': {
1235 'filepath': 'components/test_runner/' \
1236 '|content/shell/(common|browser|renderer)/layout_test/' \
1237 '|content/test/layouttest_support.cc' \
1238 '|content/public/test/layouttest_support.h' \
tfarinad21f9472015-10-13 18:36:011239 },
[email protected]a3838612009-10-13 21:57:541240 },
[email protected]ca872e362011-07-12 21:06:031241
[email protected]a3838612009-10-13 21:57:541242 'WATCHLISTS': {
asvitkinee4bad382015-11-05 21:56:451243 'about_flags': ['[email protected]'],
mazda6471d0e2015-10-02 06:32:551244 'accelerator_table': ['[email protected]',
[email protected]f76c8852012-06-21 16:37:001245 '[email protected]'],
dmazzoni5f4b7f12015-02-17 16:35:571246 'accessibility': ['[email protected]',
1247 '[email protected]',
[email protected]f76c8852012-06-21 16:37:001248 '[email protected]',
je_julie.kima170bac2015-05-06 14:57:541249 '[email protected]',
dmazzoni5f4b7f12015-02-17 16:35:571250 '[email protected]',
[email protected]f76c8852012-06-21 16:37:001251 '[email protected]'],
[email protected]e9db77a2013-06-12 23:56:171252 'activity_log': ['[email protected]'],
johnmaguire6aaac7902016-03-15 12:28:201253 'android_crazy_linker': ['[email protected]'],
dfalcantaraef21e9e2016-01-07 01:16:261254 'android_infobars': ['[email protected]'],
yfriedman78e879d2016-01-19 15:40:061255 'android_infra': ['[email protected]',
mikecasec0ea0862015-10-24 00:14:321256 '[email protected]'],
lizebf34f69b2016-03-30 16:08:531257 'android_loading': ['[email protected]',
drogere76b5632016-03-31 14:14:411258 '[email protected]'],
mlamourid8b0feb2015-06-02 16:30:471259 'android_media': ['[email protected]',
1260 '[email protected]'],
[email protected]c9ae7a32014-03-31 22:18:591261 'android_tab': ['[email protected]', '[email protected]'],
[email protected]7ca78dc12012-09-20 09:26:441262 'android_webview': ['[email protected]'],
benwellse9e22c22015-03-26 20:26:141263 'app_list': ['[email protected]',
1264 '[email protected]',
1265 '[email protected]'],
1266 'app_shortcuts': ['[email protected]', '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001267 'appcache': ['[email protected]'],
[email protected]54bf94d2013-01-30 23:07:401268 'apps': ['[email protected]', '[email protected]'],
ben0ee290d02014-10-28 00:02:521269 'ash': ['[email protected]',
1270 '[email protected]'],
1271 'aura': ['[email protected]',
[email protected]a6349a92013-10-04 11:49:321272 '[email protected]'],
[email protected]c3a6e1e72013-08-02 00:13:071273 'aura_compositor': ['[email protected]',
1274 '[email protected]',
1275 '[email protected]',
[email protected]a6349a92013-10-04 11:49:321276 '[email protected]',
1277 '[email protected]'],
sullivan0171e3c2015-03-03 18:47:211278 'auto_bisect': ['[email protected]'],
bondd355e0f62015-08-24 23:54:421279 'autofill': ['[email protected]',
1280 '[email protected]',
jdonnelly40d55452015-08-31 19:37:031281 '[email protected]',
vabraafbd4f32015-11-10 19:30:231282 '[email protected]',
1283 '[email protected]'],
[email protected]121773a2013-06-07 22:02:331284 'automation': ['[email protected]'],
iclellandf581d48d2016-01-21 22:07:151285 'background_sync': ['[email protected]','[email protected]',
chasej6dff9292016-02-02 20:33:121286 '[email protected]',
1287 '[email protected]'],
dmikurubee40b4062014-11-04 17:47:191288 'base_allocator': ['[email protected]',
[email protected]b17d9e02014-07-29 09:45:501289 '[email protected]'],
[email protected]1ed5e0fd2012-07-19 00:19:051290 'base_memory': ['[email protected]'],
grt829c6a82014-10-20 09:29:321291 'base_win': ['[email protected]', '[email protected]'],
[email protected]7e093d4022014-06-26 19:19:551292 'battery_status': ['[email protected]'],
anandc54ad4f72016-01-08 20:43:531293 'blimp' : ['[email protected]',
1294 '[email protected]',
jessicag4b355162016-03-24 00:33:361295 '[email protected]',
nyquist0af49ad2015-09-16 19:22:351296 '[email protected]',
1297 '[email protected]',
sriramsr93d84202015-10-08 00:06:151298 '[email protected]',
1299 '[email protected]',
1300 '[email protected]'],
noyauc7f9ea392014-11-26 11:24:481301 'bookmarks': ['[email protected]', '[email protected]'],
stevenjbdd133032015-08-07 18:37:471302 'browser_chromeos': ['[email protected]'],
[email protected]22650d22012-07-18 17:02:351303 'browser_components': ['[email protected]'],
[email protected]466af5e2013-08-01 19:53:441304 'browser_compositor': ['[email protected]',
[email protected]21cd39b2012-06-28 01:48:401305 '[email protected]'],
[email protected]17a2fba2013-02-07 18:46:571306 'browser_resources': ['[email protected]'],
michaelpge42ca3b32016-02-19 08:17:571307 'browser_resources_md': ['[email protected]'],
[email protected]0ce480532012-07-20 12:33:201308 'browsing_data': ['[email protected]'],
rouslan8d6a8372015-09-10 19:10:101309 'bubble': ['[email protected]',
1310 '[email protected]',
1311 '[email protected]',
1312 '[email protected]'],
nhiroki58623d32015-04-27 07:10:111313 'cache_storage': ['[email protected]', '[email protected]'],
[email protected]c9ae7a32014-03-31 22:18:591314 'cast': ['[email protected]',
[email protected]479180d22014-03-11 09:47:341315 '[email protected]',
miua1710162015-08-27 01:38:091316 '[email protected]',
[email protected]ad8ff0e2013-12-13 09:24:121317 '[email protected]',
miua1710162015-08-27 01:38:091318 '[email protected]',
1319 '[email protected]'],
[email protected]c863702a2012-09-14 20:05:281320 'cc': ['[email protected]'],
eranmc2a9f612015-11-24 16:41:341321 'certificate_transparency': ['[email protected]', '[email protected]'],
[email protected]c73ec8ab2014-01-16 20:35:231322 'chrome_elf': ['[email protected]',],
[email protected]d5b21972012-07-20 02:06:011323 'chrome_views': ['[email protected]'],
gunsch0cd49cdb2016-03-11 00:26:411324 'chromecast': ['[email protected]',
halliwellfa56b3a42015-09-04 21:42:571325 '[email protected]'],
gfhuang2548f902016-02-26 02:29:211326 'chromecast_public': ['[email protected]'],
stgaocea5a9c2015-05-29 22:31:391327 'chromedriver': ['[email protected]'],
stevenjbdd133032015-08-07 18:37:471328 'chromeos' : ['[email protected]'],
[email protected]eda0a0b2013-04-19 20:34:351329 'chromeos_attestation' : ['[email protected]'],
[email protected]7c59a152012-11-06 20:56:351330 'chromeos_calculator' : ['[email protected]'],
hashimoto40ecb692014-09-02 04:51:311331 'chromeos_dbus': ['[email protected]'],
[email protected]2a66f5752013-11-26 04:34:021332 'chromeos_net' : ['[email protected]'],
[email protected]2315ac0c2013-02-05 00:49:161333 'chromeos_power' : ['[email protected]'],
achuithd0c0911d2015-09-02 11:25:551334 'chromeos_login' : ['[email protected]',
1335 '[email protected]'],
[email protected]e8af07b2013-02-13 19:21:251336 'clang_update': ['[email protected]',
[email protected]cf8ffa82013-02-13 08:30:071337 '[email protected]',
1338 '[email protected]',
hans5aeb7d12015-09-29 20:50:351339 '[email protected]',
[email protected]cf8ffa82013-02-13 08:30:071340 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001341 'clipboard': ['[email protected]'],
[email protected]18fd7a532014-08-20 23:09:511342 'closure': ['[email protected]',
dbeam78528be2016-02-18 07:08:491343 '[email protected]',
1344 '[email protected]'],
sdefresned94c5b02015-07-22 17:54:551345 'components_deps': ['[email protected]',
1346 '[email protected]',
1347 '[email protected]'],
[email protected]7bdda282014-03-27 16:30:591348 'content': ['[email protected]',
mkwst512627022014-09-16 09:23:271349 '[email protected]' ],
ortunob0035b242016-01-26 21:00:361350 'content_bluetooth': ['[email protected]',
1351 '[email protected]'],
kinuko01cbe8a12015-10-20 09:59:061352 'content_loader': ['[email protected]'],
mlamouri5cdcdf02014-11-27 15:58:591353 'content_renderer': [ '[email protected]',
1354 '[email protected]'],
mkwst75a31a42014-09-14 18:32:531355 'content_shell': ['[email protected]',
mlamouri5cdcdf02014-11-27 15:58:591356 '[email protected]',
peterc9e3e172015-11-02 09:29:161357 '[email protected]',
1358 '[email protected]'],
nhiroki90ba0102015-07-21 01:42:241359 'content_worker': ['[email protected]',
1360 '[email protected]'],
michaelpge42ca3b32016-02-19 08:17:571361 'cr_elements': ['[email protected]',
1362 '[email protected]',
1363 '[email protected]'],
lizebf34f69b2016-03-30 16:08:531364 'custom_tabs': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:191365 'deep_memory_profiler': ['[email protected]'],
ortunob0035b242016-01-26 21:00:361366 'device_bluetooth': ['[email protected]',
1367 '[email protected]'],
mlamouri5cdcdf02014-11-27 15:58:591368 'device_sensors': ['[email protected]',
1369 '[email protected]',
1370 '[email protected]',
1371 '[email protected]'],
scheibabdd7d32015-02-11 22:13:081372 'developer_recommended_flags': ['[email protected]'],
yurysa0fccaa2015-10-26 22:47:101373 'devtools': ['[email protected]', '[email protected]'],
[email protected]bab2a832012-07-11 23:29:411374 'disk_cache': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001375 'dns': ['[email protected]'],
benjhaydendd24d5a642015-10-05 18:19:511376 'download': ['[email protected]'],
dbeam78528be2016-02-18 07:08:491377 'downloads_ui': ['[email protected]',
1378 '[email protected]'],
[email protected]9a3781d2013-04-04 18:31:401379 'drive': ['[email protected]'],
[email protected]89d2cd52013-04-16 01:55:361380 'drive_resource_metadata': ['[email protected]'],
[email protected]3a25c8a2014-06-26 06:47:101381 'eme': ['[email protected]'],
jdduke7edf3ca42015-10-26 18:20:011382 'events': ['[email protected]'],
[email protected]f9529e7922013-06-06 05:19:411383 'extension': ['[email protected]',
1384 '[email protected]'],
[email protected]84dcfd92014-05-23 13:18:191385 'fileapi': ['[email protected]',
[email protected]6f217122013-11-25 07:21:481386 '[email protected]',
1387 '[email protected]'],
yoshiki1c0ba2782014-12-08 07:04:261388 'filebrowse': ['[email protected]'],
[email protected]4ed766c2013-09-19 09:45:201389 'filesapp': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001390 'ftp': ['[email protected]'],
johnme02d3cdb2016-02-24 18:10:191391 'gcm': ['[email protected]', '[email protected]',
1392 '[email protected]'],
mlamouri5cdcdf02014-11-27 15:58:591393 'geolocation': ['[email protected]',
1394 '[email protected]'],
[email protected]cf428f732012-10-02 20:48:151395 'gfx_geometry': ['[email protected]'],
[email protected]f93b7382012-08-09 20:53:161396 'gfx_image': ['[email protected]'],
[email protected]4d1773e2014-04-05 07:59:571397 'gn': ['[email protected]'],
[email protected]a6159102013-11-08 23:21:521398 'gpu': ['[email protected]'],
dbeam78528be2016-02-18 07:08:491399 'history_ui': ['[email protected]',
1400 '[email protected]',
1401 '[email protected]'],
[email protected]18d7e402014-07-08 19:53:141402 'hotword': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001403 'i18n': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001404 'importer': ['[email protected]'],
[email protected]8b250562014-08-12 19:07:451405 'indexed_db': ['[email protected]',
dgrogand792a7f2016-01-21 00:12:131406 '[email protected]'],
bruthigaa8281f2016-02-09 17:52:311407 'ink_drop': ['[email protected]'],
dtapuska1f997a12016-03-14 19:22:071408 'input': ['[email protected]'],
[email protected]b17d9e02014-07-29 09:45:501409 'installer': ['[email protected]', '[email protected]'],
mmoss19826c62014-11-14 21:37:361410 'installer_linux': [ '[email protected]'],
[email protected]f2079e12013-06-05 00:26:371411 'instant': ['[email protected]', '[email protected]',
tburkard8268a8d2014-09-17 12:53:441412 '[email protected]', '[email protected]',
[email protected]b1ac652d9b2013-05-03 16:25:041413 '[email protected]', '[email protected]',
[email protected]2cefb692013-05-14 20:20:381414 '[email protected]', '[email protected]',
tburkard8268a8d2014-09-17 12:53:441415 '[email protected]', '[email protected]'],
sdefresne18b47312015-06-18 15:15:091416 'ios_chrome': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001417 'ipc': ['[email protected]', '[email protected]'],
vabraafbd4f32015-11-10 19:30:231418 'login': ['[email protected]'],
jzerna66c86c2016-02-05 22:53:021419 'libwebp': ['[email protected]', '[email protected]', '[email protected]'],
johannkoenig52381382015-09-18 22:35:251420 'libvpx': ['[email protected]', '[email protected]',
1421 '[email protected]', '[email protected]'],
[email protected]04a292a2013-03-07 19:58:421422 'linux_fonts': ['[email protected]'],
[email protected]6d7e0bf2014-07-28 22:30:401423 'linux_sandboxing': ['[email protected]'],
[email protected]04a292a2013-03-07 19:58:421424 'linux_seccomp_bpf': ['[email protected]'],
[email protected]43d33e92014-07-14 16:39:311425 'supervised_users': ['[email protected]'],
mlamourid8b0feb2015-06-02 16:30:471426 'manifest': ['[email protected]'],
dbeam7a734562015-09-15 18:23:171427 'md_settings': ['[email protected]',
michaelpg32ca07902015-02-07 00:31:111428 '[email protected]',
michaelpg32ca07902015-02-07 00:31:111429 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001430 'media': ['[email protected]'],
tommycli5dee9172015-06-18 19:36:561431 'media_galleries': ['[email protected]', '[email protected]'],
kmarshallb698ad4f2015-02-24 19:42:481432 'media_router': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001433 'message_loop': ['[email protected]'],
isherman1eee6f12014-12-09 02:14:301434 'metrics': ['[email protected]'],
[email protected]1d8899ee2014-06-10 20:58:121435 'metrics_xml_files': ['[email protected]'],
toyoshim8f51f902015-03-27 03:50:211436 'midi': ['[email protected]'],
[email protected]c3830c622013-10-10 22:00:001437 'mojo': ['[email protected]',
[email protected]62bbe812013-10-24 22:24:161438 '[email protected]',
[email protected]f47d871a2013-10-11 22:14:151439 '[email protected]',
[email protected]3bf40cb2013-10-11 19:10:491440 '[email protected]',
[email protected]0f79ff62014-04-25 23:35:531441 '[email protected]',
[email protected]84003af2014-05-02 09:37:131442 '[email protected]',
1443 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001444 'mouse_lock': ['[email protected]'],
rjkroegef60dea862015-10-29 17:50:061445 'mus': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001446 'nacl': ['[email protected]'],
[email protected]cfe80042014-04-14 22:11:541447 'native_client_sdk': ['[email protected]', '[email protected]'],
[email protected]b9ecdb62014-03-07 14:56:431448 'navigation': ['[email protected]', '[email protected]'],
[email protected]0b6c5e92013-03-08 22:42:521449 'net': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001450 'net_error_list': ['[email protected]'],
jkarlin539748402015-03-31 17:36:311451 'netinfo': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001452 'net_log': ['[email protected]', '[email protected]'],
peterc9e3e172015-11-02 09:29:161453 'notifications': ['[email protected]',
mlamouri5cdcdf02014-11-27 15:58:591454 '[email protected]'],
Evan Stade459d16662015-07-07 17:04:571455 'ntp': ['[email protected]',
[email protected]0bce107762012-11-27 11:42:541456 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001457 'omnibox': ['[email protected]'],
michaelpgf6260fbd2015-02-06 17:59:351458 'options': ['[email protected]',
1459 '[email protected]'],
chasej6dff9292016-02-02 20:33:121460 'origin_trials': ['[email protected]'],
Evan Stadeb873f1a2014-09-09 00:57:321461 'ozone': ['[email protected]', '[email protected]'],
csharrison3b1dc4062015-10-19 14:31:081462 'page_load_metrics' : ['[email protected]',
kinuko01cbe8a12015-10-20 09:59:061463 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001464 'panels': ['[email protected]', '[email protected]',
1465 '[email protected]', '[email protected]'],
mkwstb0a0ccfb2014-10-23 12:53:251466 'password_manager': ['[email protected]',
vabr57d76102015-04-16 09:48:511467 '[email protected]',
vabraafbd4f32015-11-10 19:30:231468 '[email protected]'],
bradnelson3fdc28cb2015-01-23 20:03:251469 'pepper_api': ['[email protected]',
1470 '[email protected]', '[email protected]',
raymesf5084632015-07-02 07:14:151471 '[email protected]', '[email protected]',
1472 '[email protected]', '[email protected]'],
kcarattinic1d30ef2016-01-07 05:12:301473 'permissions': ['[email protected]'],
stuartmorganf8c132922015-01-23 14:45:341474 'plugin': ['[email protected]'],
tnagelad92622a92015-10-20 10:26:301475 'policy_definitions': ['[email protected]'],
dbeam78528be2016-02-18 07:08:491476 'polymer': ['[email protected]',
1477 '[email protected]'],
twifkak0c69c1f2015-06-22 18:20:091478 'precache': ['[email protected]'],
tburkard8268a8d2014-09-17 12:53:441479 'predictors': ['[email protected]'],
[email protected]be775bc2014-06-30 15:41:141480 'prepopulated_engines': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001481 'prerender': ['[email protected]', '[email protected]',
jkarlin539748402015-03-31 17:36:311482 '[email protected]', '[email protected]'],
peterc9e3e172015-11-02 09:29:161483 'push_messaging': ['[email protected]', '[email protected]',
harknessf287a8f42016-01-25 09:58:131484 '[email protected]',
1485 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001486 'pyauto': ['[email protected]',
[email protected]4f788fd2012-10-10 21:43:381487 '[email protected]',
[email protected]f76c8852012-06-21 16:37:001488 '[email protected]'],
[email protected]c3887592014-02-06 20:02:251489 'remoting': ['[email protected]'],
rdsmith33aa2b32016-03-17 18:08:231490 'resource_scheduler': ['[email protected]'],
gab57e80c72014-12-08 21:06:131491 'rlz_id': ['[email protected]',
alito0c8029e2016-03-16 05:22:591492 '[email protected]',
1493 '[email protected]'],
grt829c6a82014-10-20 09:29:321494 'safe_browsing': ['[email protected]'],
rickyz0a819bfc2015-02-04 23:57:221495 'sandbox': ['[email protected]'],
skyostil20dea312014-11-11 13:43:061496 'scheduler': ['[email protected]'],
mlamourid8b0feb2015-06-02 16:30:471497 'screen_orientation': ['[email protected]'],
[email protected]0b431722014-01-08 07:21:511498 'service_worker': ['[email protected]',
[email protected]84dcfd92014-05-23 13:18:191499 '[email protected]',
[email protected]0b431722014-01-08 07:21:511500 '[email protected]',
[email protected]dd864bc2014-02-24 23:04:091501 '[email protected]',
[email protected]6d095a8b2014-02-28 15:26:161502 '[email protected]',
[email protected]edaf31d2014-03-07 00:09:171503 '[email protected]',
[email protected]6d095a8b2014-02-28 15:26:161504 '[email protected]'],
[email protected]b9ecdb62014-03-07 14:56:431505 'site_instance': ['[email protected]', '[email protected]',
1506 '[email protected]'],
[email protected]ad0295d2012-10-11 23:43:361507 'spellcheck': ['[email protected]',
[email protected]18d7e402014-07-08 19:53:141508 '[email protected]',
rouslan8d6a8372015-09-10 19:10:101509 '[email protected]'],
[email protected]67f39af2013-08-23 20:06:051510 'streams': ['[email protected]'],
vmpstr63a36532016-03-09 01:11:301511 'styleguide': ['[email protected]', '[email protected]'],
zea2b40a9292014-10-09 16:45:251512 'sync': ['[email protected]',
maxboguee02372182014-11-13 00:42:221513 '[email protected]',
pvalenzuela77e4487302015-03-16 17:22:101514 '[email protected]',
[email protected]3a2a6ac02014-06-20 07:07:121515 '[email protected]'],
[email protected]84dcfd92014-05-23 13:18:191516 'syncfs': ['[email protected]',
[email protected]6f217122013-11-25 07:21:481517 '[email protected]',
1518 '[email protected]'],
[email protected]4529a792013-06-18 19:18:491519 'sync_proto': ['[email protected]'],
[email protected]82d74152013-07-28 08:55:311520 'tab_capture': ['[email protected]'],
[email protected]4a55dec2012-08-30 18:54:351521 'tab_contents': ['[email protected]',
[email protected]f76c8852012-06-21 16:37:001522 '[email protected]', '[email protected]'],
[email protected]31ef420b2014-08-13 21:19:131523 'tab_media_indicators': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:191524 'tcmalloc': ['[email protected]'],
tonygc7f6a4c12015-01-16 18:32:261525 'telemetry': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001526 'tests': [],
penghuang7d460212015-07-21 20:25:061527 'textinput': ['[email protected]',
[email protected]6bd9e802013-04-18 06:40:421528 '[email protected]',
[email protected]ba2c923f2013-10-19 14:08:181529 '[email protected]',
yukishiino616672e2015-04-02 06:43:101530 '[email protected]'],
[email protected]6bd9e802013-04-18 06:40:421531 'textinput_chromeos': ['[email protected]',
[email protected]ba2c923f2013-10-19 14:08:181532 '[email protected]',
yukishiino616672e2015-04-02 06:43:101533 '[email protected]'],
chirantan96fcf6d2015-01-21 22:36:191534 'timers': ['[email protected]'],
[email protected]0fc48a12014-06-07 20:26:051535 'tools_emacs': ['[email protected]'],
sullivand4bfaed82015-02-13 19:43:381536 'tracing': ['[email protected]', '[email protected]'],
[email protected]cf428f732012-10-02 20:48:151537 'ui_compositor': ['[email protected]'],
[email protected]6b5093c2012-05-23 19:10:181538 'ui_resources': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001539 'valgrind': ['[email protected]',
timurrrr5335dbd2015-04-15 11:04:551540 '[email protected]'],
[email protected]c73ec8ab2014-01-16 20:35:231541 'version_assembly': ['[email protected]',
1542 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001543 'views': ['[email protected]'],
[email protected]ef514a32014-02-26 01:02:351544 'virtual_keyboard': ['[email protected]',
1545 '[email protected]'],
mcasasa5584a02015-09-11 21:15:281546 'webrtc_media': ['[email protected]',
[email protected]70098052014-07-01 08:58:101547 '[email protected]'],
tnakamuraa9bda962015-06-03 13:34:021548 'webrtc_browser_tests': ['[email protected]',
1549 '[email protected]'],
raymesf5084632015-07-02 07:14:151550 'website_settings': ['[email protected]',
msramek78c361b72015-10-20 14:09:151551 '[email protected]',
1552 '[email protected]'],
[email protected]b17d9e02014-07-29 09:45:501553 'windows_sandboxing': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001554 'x11': ['[email protected]',
1555 '[email protected]',
1556 '[email protected]'],
wjmaclean3ff6a402015-03-31 19:00:201557 'zoom': ['[email protected]'],
timlohd035d572015-09-25 15:28:021558
1559 'blink': ['[email protected]'],
1560 'blink_accessibility': ['[email protected]',
1561 '[email protected]',
1562 '[email protected]',
1563 '[email protected]'],
1564 'blink_animation': ['[email protected]',
1565 '[email protected]',
1566 '[email protected]',
1567 '[email protected]',
1568 '[email protected]'],
1569 'blink_app_banner': [ '[email protected]' ],
hongchan07217ca2016-02-12 23:38:591570 'blink_audio': ['[email protected]',
1571 '[email protected]'],
timlohd035d572015-09-25 15:28:021572 'blink_battery_status': [ '[email protected]',
1573 '[email protected]' ],
1574 'blink_bidi': [ '[email protected]' ],
1575 'blink_bindings': [ '[email protected]' ],
ortunob0035b242016-01-26 21:00:361576 'blink_bluetooth': [ '[email protected]',
1577 '[email protected]'],
timlohd035d572015-09-25 15:28:021578 'blink_canvas2d': [ '[email protected]',
1579 '[email protected]',
ajumadd78f9b2015-11-16 21:06:481580 '[email protected]',
1581 '[email protected]' ],
timlohd035d572015-09-25 15:28:021582 'blink_clipboard': [ '[email protected]', ],
1583 'blink_content_security_policy': [ '[email protected]' ],
1584 'blink_css': [ '[email protected]',
1585 '[email protected]',
1586 '[email protected]',
1587 '[email protected]',
1588 '[email protected]' ],
1589 'blink_css_grid_layout': [ '[email protected]',
1590 '[email protected]',
1591 '[email protected]' ],
1592 'blink_css_flexbox': [ '[email protected]' ],
1593 'blink_css_fragmentation_tests': [ '[email protected]' ],
1594 'blink_css_regions': [ '[email protected]' ],
1595 'blink_custom_elements': [ '[email protected]',
1596 '[email protected]' ],
1597 'blink_dom': [ '[email protected]',
1598 '[email protected]',
1599 '[email protected]',
1600 '[email protected]',
1601 '[email protected]' ],
1602 'blink_device_light': [ '[email protected]',
1603 '[email protected]' ],
1604 'blink_device_orientation': [ '[email protected]',
1605 '[email protected]',
timlohd035d572015-09-25 15:28:021606 '[email protected]' ],
1607 'blink_devtools': [ '[email protected]',
1608 '[email protected]',
1609 '[email protected]',
timlohd035d572015-09-25 15:28:021610 '[email protected]',
1611 '[email protected]',
1612 '[email protected]',
1613 '[email protected]' ],
1614 'blink_events': [ '[email protected]',
1615 '[email protected]',
dtapuska1f997a12016-03-14 19:22:071616 '[email protected]',
timlohd035d572015-09-25 15:28:021617 '[email protected]' ],
1618 'blink_fetch': [ '[email protected]',
1619 '[email protected]',
1620 '[email protected]',
kinuko01cbe8a12015-10-20 09:59:061621 '[email protected]' ],
dtapuska1f997a12016-03-14 19:22:071622 'blink_input': [ '[email protected]' ],
timlohd035d572015-09-25 15:28:021623 'blink_layers': [ '[email protected]' ],
1624 'blink_loader': [ '[email protected]',
1625 '[email protected]',
1626 '[email protected]',
kinuko01cbe8a12015-10-20 09:59:061627 '[email protected]' ],
timlohd035d572015-09-25 15:28:021628 'blink_owners': [ '[email protected]'],
kinuko533a1692015-12-21 08:57:251629 'blink_platform': [ '[email protected]' ],
timlohd035d572015-09-25 15:28:021630 'blink_platform_graphics': [ '[email protected]',
danakj7d0a4fd2016-01-07 00:54:311631 '[email protected]',
timlohd035d572015-09-25 15:28:021632 '[email protected]',
1633 '[email protected]',
1634 '[email protected]',
1635 '[email protected]',
1636 '[email protected]',
1637 '[email protected]',
1638 '[email protected]',
1639 '[email protected]',
chrishtr3b2ec152015-09-29 16:27:281640 '[email protected]',
1641 '[email protected]' ],
haraken04143c62016-03-31 08:48:561642 'blink_modules': [ '[email protected]' ],
timlohd035d572015-09-25 15:28:021643 'blink_heap': [ '[email protected]',
1644 '[email protected]',
1645 '[email protected]',
1646 '[email protected]' ],
1647 'blink_html': [ '[email protected]',
1648 '[email protected]' ],
chrishtr3b2ec152015-09-29 16:27:281649 'blink_public_api': [ '[email protected]',
1650 '[email protected]' ],
dgrogand792a7f2016-01-21 00:12:131651 'blink_indexed_db': ['[email protected]',
timlohd035d572015-09-25 15:28:021652 '[email protected]'],
1653 'blink_layout': [ '[email protected]',
1654 '[email protected]',
1655 '[email protected]',
1656 '[email protected]',
1657 '[email protected]',
1658 '[email protected]',
1659 '[email protected]' ],
1660 'blink_paint' : [ '[email protected]',
1661 '[email protected]',
1662 '[email protected]' ],
1663 'blink_permissions': [ '[email protected]' ],
1664 'blink_prerender': [ '[email protected]',
1665 '[email protected]' ],
1666 'blink_preloadScanner': [ '[email protected]' ],
1667 'blink_push_messaging': [ '[email protected]',
1668 '[email protected]',
peterc9e3e172015-11-02 09:29:161669 '[email protected]' ],
timlohd035d572015-09-25 15:28:021670 'blink_client_hints': [ '[email protected]' ],
1671 'blink_scheduler': [ '[email protected]' ],
1672 'blink_track': [ '[email protected]',
1673 '[email protected]',
1674 '[email protected]',
1675 '[email protected]',
1676 '[email protected]',
1677 '[email protected]' ],
1678 'blink_media': [ '[email protected]',
1679 '[email protected]',
1680 '[email protected]',
1681 '[email protected]' ],
1682 'blink_media_queries': [ '[email protected]',
1683 '[email protected]' ],
1684 'blink_fileapi': [ '[email protected]',
1685 '[email protected]',
1686 '[email protected]' ],
1687 'blink_quota': [ '[email protected]',
1688 '[email protected]',
1689 '[email protected]' ],
1690 'blink_viewport_interaction': [ '[email protected]' ],
1691 'blink_webcomponents': [ '[email protected]',
1692 '[email protected]' ],
1693 'blink_mediastream': [ '[email protected]' ],
1694 'blink_navigator_content_utils': [ '[email protected]' ],
peterc9e3e172015-11-02 09:29:161695 'blink_notifications': [ '[email protected]' ],
timlohd035d572015-09-25 15:28:021696 'blink_geolocation': [ '[email protected]',
1697 '[email protected]',
1698 '[email protected]' ],
1699 'blink_htmlparser': [ '[email protected]' ],
1700 'blink_vibration': [ '[email protected]',
1701 '[email protected]' ],
1702 'blink_serviceworkers': [ '[email protected]',
1703 '[email protected]',
1704 '[email protected]',
1705 '[email protected]',
1706 '[email protected]',
1707 '[email protected]',
1708 '[email protected]',
1709 '[email protected]' ],
1710 'blink_serviceworkers_tests': [ '[email protected]' ],
1711 'blink_sheriff_o_matic': [ '[email protected]',
1712 '[email protected]',
1713 '[email protected]',
1714 '[email protected]',
1715 '[email protected]',
1716 '[email protected]',
1717 '[email protected]',
1718 '[email protected]' ],
1719 'blink_spellcheck' : [ '[email protected]' ],
jbromana7bdfdb2016-02-05 15:10:321720 'blink_spv2_layout_tests': [ '[email protected]',
1721 '[email protected]' ],
timlohd035d572015-09-25 15:28:021722 'blink_style': [ '[email protected]' ],
1723 'blink_svg': [ '[email protected]',
1724 '[email protected]',
1725 '[email protected]',
1726 '[email protected]',
1727 '[email protected]',
1728 '[email protected]',
1729 '[email protected]',
1730 '[email protected]' ],
timlohd035d572015-09-25 15:28:021731 'blink_w3ctests' : [ '[email protected]' ],
1732 'blink_webp': [ '[email protected]',
1733 '[email protected]',
1734 '[email protected]',
1735 '[email protected]' ],
1736 'blink_out_of_process_frames': [ '[email protected]',
1737 '[email protected]' ],
1738 'blink_screen_orientation': [ '[email protected]' ],
timlohd035d572015-09-25 15:28:021739 'blink_websockets': [ '[email protected]',
1740 '[email protected]' ],
1741 'blink_workers': [ '[email protected]',
1742 '[email protected]',
1743 '[email protected]',
1744 '[email protected]' ],
1745 'blink_wtf': [ '[email protected]',
1746 '[email protected]' ],
1747 'blink_xmlhttprequest': [ '[email protected]' ],
tfarinad21f9472015-10-13 18:36:011748 'test_runner': [ '[email protected]',
1749 '[email protected]' ],
[email protected]a3838612009-10-13 21:57:541750 },
1751}