blob: 2e214555e65b0567437d32b1e9478395714be89d [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 },
dfalcantaraef21e9e2016-01-07 01:16:2632 'android_infobars': {
33 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/infobar/'
34 },
[email protected]d2cdf342012-08-07 11:00:0235 'android_infra': {
36 'filepath': 'build/android/' \
37 '|testing/android/' \
38 '|tools/android/'
39 },
gabadieb0d23bb92016-02-17 11:26:1640 'android_loading': {
41 'filepath': 'tools/android/loading/'
42 },
[email protected]d6af50812014-04-01 17:18:0943 'android_media': {
44 'filepath': 'content/browser/media/android' \
45 '|content/renderer/media/android' \
46 '|media/audio/android' \
47 '|media/base/android' \
48 '|media/midi/*_android.*' \
49 '|media/video/capture/android'
50 },
[email protected]3261d962014-03-04 22:18:2851 'android_tab': {
52 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/Tab'
53 },
[email protected]7ca78dc12012-09-20 09:26:4454 'android_webview': {
55 'filepath': 'android_webview/',
56 },
[email protected]8a197f22012-06-22 14:59:0557 'app_list': {
[email protected]311cc902013-03-15 04:45:4658 'filepath': 'chrome/browser/ui/app_list'\
59 '|chrome/browser/ui/ash/app_list'\
[email protected]311cc902013-03-15 04:45:4660 '|chrome/browser/ui/views/app_list'\
61 '|ui/app_list/'
[email protected]8a197f22012-06-22 14:59:0562 },
[email protected]e38d185a2013-07-09 08:23:5263 'app_shortcuts': {
64 'filepath': 'apps/app_shim/'\
65 '|chrome/browser/web_applications/'\
66 '|chrome/browser/ui/web_applications/'\
67 '|chrome/common/mac/'
68 },
[email protected]374a93c2009-11-05 21:45:5669 'appcache': {
[email protected]f2f0fbb92012-07-14 15:52:4970 'filepath': 'appcache/',
[email protected]374a93c2009-11-05 21:45:5671 },
[email protected]54bf94d2013-01-30 23:07:4072 'apps': {
73 'filepath': '^apps/',
74 },
[email protected]3ce56642013-10-17 22:12:5175 'ash': {
76 'filepath': 'ash/',
77 },
[email protected]f76c8852012-06-21 16:37:0078 'aura': {
[email protected]3ce56642013-10-17 22:12:5179 'filepath': 'ui/aura/',
[email protected]84ba35e32010-08-06 17:22:3980 },
[email protected]c3a6e1e72013-08-02 00:13:0781 'aura_compositor': {
82 'filepath':
83 'ui/compositor/' \
[email protected]6dc38f72014-01-16 22:19:5884 '|content/browser/compositor/' \
85 '|content/browser/renderer_host/compositor_resize_lock_aura' \
[email protected]c3a6e1e72013-08-02 00:13:0786 '|content/browser/renderer_host/render_widget_host_view_aura' \
87 '|content/browser/renderer_host/render_widget_host_view_browsertest' \
[email protected]a6eeeef92014-03-19 19:06:4488 '|content/browser/renderer_host/delegated' \
89 '|content/browser/renderer_host/software' \
[email protected]c3a6e1e72013-08-02 00:13:0790 '|content/common/gpu/client/' \
[email protected]c3a6e1e72013-08-02 00:13:0791 },
sullivan0171e3c2015-03-03 18:47:2192 'auto_bisect': {
93 'filepath': 'tools/run-bisect-perf-regression.py'\
94 '|tools/run-perf-test.cfg'\
95 '|tools/auto_bisect/'
96 },
[email protected]2a38f0c02013-05-29 02:27:4597 'autofill': {
[email protected]30964792013-05-29 02:41:2598 'filepath': 'chrome/browser/autofill/|'\
[email protected]d9310a82012-11-02 02:53:4899 'chrome/browser/resources/options/autofill_|'\
[email protected]d9310a82012-11-02 02:53:48100 'chrome/browser/ui/android/autofill/|'\
101 'chrome/browser/ui/autofill/|'\
[email protected]e3e4ca62013-05-17 08:50:27102 'chrome/browser/ui/cocoa/autofill/|'\
[email protected]d9310a82012-11-02 02:53:48103 'chrome/browser/ui/views/autofill/|'\
104 'chrome/browser/ui/webui/options/autofill_|'\
[email protected]d9310a82012-11-02 02:53:48105 'chrome/renderer/autofill/|'\
106 'chrome/test/data/autofill/|'\
[email protected]3947d4a82013-03-12 09:41:05107 'components/autofill/|'\
[email protected]30964792013-05-29 02:41:25108 'components/autofill/browser/webdata/|'\
vabrbeb0c562015-12-01 10:48:08109 'components/webdata/',
[email protected]b3399272010-08-10 19:49:29110 },
[email protected]f76c8852012-06-21 16:37:00111 'automation': {
[email protected]f2f0fbb92012-07-14 15:52:49112 'filepath': 'chrome/browser/automation/|chrome/test/automation/',
[email protected]b8a0f8fa2010-09-02 18:35:55113 },
jkarlin539748402015-03-31 17:36:31114 'background_sync': {
115 'filepath': 'background_sync',
116 },
[email protected]f76c8852012-06-21 16:37:00117 'base': {
[email protected]f2f0fbb92012-07-14 15:52:49118 'filepath': '^base/',
[email protected]7a7a13b2010-08-25 01:10:59119 },
[email protected]5e105332012-09-13 01:55:52120 'base_allocator': {
121 'filepath': '^base/allocator',
122 },
[email protected]1ed5e0fd2012-07-19 00:19:05123 'base_memory': {
124 'filepath': '^base/memory',
125 },
[email protected]b17d9e02014-07-29 09:45:50126 'base_win': {
127 'filepath': '^base/win',
128 },
[email protected]7e093d4022014-06-26 19:19:55129 'battery_status': {
130 'filepath': 'content/browser/battery_status/|'\
timvolodine953fde72014-12-09 16:47:10131 'content/renderer/battery_status/|'\
132 'content/test/data/battery_status/|'\
133 'device/battery/',
[email protected]7e093d4022014-06-26 19:19:55134 },
maniscalco44c99752015-09-09 21:52:04135 'blimp': {
136 'filepath': '^blimp/',
137 },
[email protected]06798f72013-01-14 22:31:17138 'bookmarks': {
139 'filepath': 'chrome/browser/bookmarks/' \
[email protected]771ad482013-07-16 17:32:48140 '|chrome/browser/extensions/api/bookmark_manager_private/' \
141 '|chrome/browser/extensions/api/bookmarks/' \
142 '|chrome/browser/resources/bookmark_manager/' \
[email protected]cd869cde2013-01-31 15:46:35143 '|chrome/browser/ui/bookmarks/' \
144 '|chrome/browser/ui/cocoa/bookmarks/' \
[email protected]5cb8b6e12014-05-19 16:53:46145 '|chrome/browser/ui/views/bookmarks/' \
146 '|components/bookmarks'
[email protected]06798f72013-01-14 22:31:17147 },
[email protected]b17d9e02014-07-29 09:45:50148 'breakpad_app': {
sdefresne8ba0b88c2015-09-18 10:33:13149 'filepath': 'components/crash/content/app/',
[email protected]b17d9e02014-07-29 09:45:50150 },
[email protected]f76c8852012-06-21 16:37:00151 'browser': {
[email protected]f2f0fbb92012-07-14 15:52:49152 'filepath': 'chrome/browser/',
[email protected]02c44522010-10-08 17:43:25153 },
[email protected]f76c8852012-06-21 16:37:00154 'browser_chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:49155 'filepath': 'chrome/browser/chromeos/',
[email protected]02c44522010-10-08 17:43:25156 },
[email protected]22650d22012-07-18 17:02:35157 'browser_components': {
[email protected]a7228f62012-09-20 17:52:48158 'filepath': 'chrome/browser/autofill/' \
159 '|chrome/browser/bookmarks/' \
[email protected]a7228f62012-09-20 17:52:48160 '|chrome/browser/favicon/' \
[email protected]ddf288e2013-01-09 20:58:27161 '|chrome/browser/history/' \
[email protected]fccf4882013-03-15 04:46:19162 '|chrome/browser/webdata/' \
[email protected]3947d4a82013-03-12 09:41:05163 '|components/autofill/'
[email protected]22650d22012-07-18 17:02:35164 },
[email protected]f76c8852012-06-21 16:37:00165 'browser_compositor': {
[email protected]f2f0fbb92012-07-14 15:52:49166 'filepath': 'ui/compositor/'
[email protected]fbd846b2010-11-19 01:32:18167 },
[email protected]f76c8852012-06-21 16:37:00168 'browser_resources': {
[email protected]f2f0fbb92012-07-14 15:52:49169 'filepath': 'chrome/browser/resources/',
[email protected]f76c8852012-06-21 16:37:00170 },
michaelpge42ca3b32016-02-19 08:17:57171 'browser_resources_md': {
172 'filepath': 'chrome/browser/resources/md_'\
173 '|chrome/browser/resources/settings/',
174 },
[email protected]0ce480532012-07-20 12:33:20175 'browsing_data': {
176 'filepath': 'chrome/browser/browsing_data/',
177 },
[email protected]f76c8852012-06-21 16:37:00178 'bubble': {
[email protected]f2f0fbb92012-07-14 15:52:49179 'filepath': 'ui/views/bubble/|'\
rouslan8d6a8372015-09-10 19:10:10180 'chrome/browser/ui/views/bubble/|'\
181 'components/bubble/',
[email protected]f76c8852012-06-21 16:37:00182 },
jkarlin539748402015-03-31 17:36:31183 'cache_storage': {
184 'filepath': 'cache_storage',
185 },
[email protected]10fbd5952013-08-22 07:42:39186 'cast': {
[email protected]31ef420b2014-08-13 21:19:13187 'filepath': 'media/cast/'\
188 '|chrome/browser/extensions/api/cast_streaming/'\
189 '|chrome/browser/media/cast'\
190 '|chrome/renderer/media/cast'\
191 '|chrome/test/data/extensions/api_test/cast_'\
192 '|content/public/renderer/media_stream_',
[email protected]10fbd5952013-08-22 07:42:39193 },
eranmc2a9f612015-11-24 16:41:34194 'certificate_transparency': {
195 'filepath': 'components/certificate_transparency/'\
196 '|components/packed_ct_ev_whitelist/'\
197 '|net/cert/ct_'\
198 '|net/cert/multi_log_ct_verifier'\
199 '|net/cert/sct_status_flags.h'\
200 '|net/cert/signed_certificate_timestamp'\
201 '|net/cert/signed_tree_head'\
202 '|net/test/ct_',
203 },
[email protected]651d9992014-04-09 17:18:41204 'chromecast': {
205 'filepath': 'chromecast/',
206 },
gfhuang2548f902016-02-26 02:29:21207 'chromecast_public': {
208 'filepath': 'chromecast/public/',
209 },
[email protected]c863702a2012-09-14 20:05:28210 'cc': {
211 'filepath': 'cc/|'\
[email protected]4934d362012-11-22 22:04:53212 'content/common/cc_messages'
[email protected]c863702a2012-09-14 20:05:28213 },
[email protected]c73ec8ab2014-01-16 20:35:23214 'chrome_elf': {
215 'filepath': 'chrome_elf',
216 },
[email protected]d5b21972012-07-20 02:06:01217 'chrome_views': {
218 'filepath': 'chrome/browser/ui/views',
219 },
[email protected]f7bf8ba2011-02-24 22:28:46220 'chromedriver': {
samuong53d5e612014-10-10 18:56:38221 'filepath': 'chrome/test/chromedriver|'\
222 'chrome/test/data/chromedriver|'\
223 'third_party/webdriver'
[email protected]f7bf8ba2011-02-24 22:28:46224 },
[email protected]f76c8852012-06-21 16:37:00225 'chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:49226 'filepath': 'chromeos/',
[email protected]531b1532011-08-11 03:52:01227 },
[email protected]eda0a0b2013-04-19 20:34:35228 'chromeos_attestation': {
229 'filepath': 'chromeos/attestation/|'\
[email protected]64494c3f2013-08-14 22:15:59230 'chrome/browser/chromeos/attestation/|'\
231 'chrome/browser/extensions/api/enterprise_platform_keys_private/',
[email protected]eda0a0b2013-04-19 20:34:35232 },
[email protected]7c59a152012-11-06 20:56:35233 'chromeos_calculator': {
234 'filepath': 'chrome/common/extensions/docs/examples/apps/calculator/',
235 },
hashimoto40ecb692014-09-02 04:51:31236 'chromeos_dbus': {
237 'filepath': 'chromeos/dbus/',
238 },
[email protected]f76c8852012-06-21 16:37:00239 'chromeos_login': {
[email protected]f2f0fbb92012-07-14 15:52:49240 'filepath': 'chrome/browser/chromeos/login/|'\
241 'chrome/browser/ui/webui/chromeos/login/|'\
dzhioevcc7c0492014-11-25 14:52:58242 'chrome/browser/resources/chromeos/login/|'\
243 'ui/login/',
[email protected]a791dac2011-04-07 23:22:57244 },
[email protected]d7d35f342012-10-22 20:32:47245 'chromeos_net': {
246 'filepath': 'chromeos/network/|'\
stevenjbdd133032015-08-07 18:37:47247 'chrome/browser/chromeos/net/|'\
248 'chrome/browser/extensions/api/networking_private/|'\
249 'extensions/browser/api/networking_private/|'\
250 'ui/chromeos/network/',
[email protected]d7d35f342012-10-22 20:32:47251 },
[email protected]2315ac0c2013-02-05 00:49:16252 'chromeos_power': {
[email protected]c3943ad2013-07-03 13:44:56253 'filepath': 'ash/system/chromeos/power/|'\
254 'chromeos/dbus/power_.*|'\
[email protected]2315ac0c2013-02-05 00:49:16255 'chrome/browser/chromeos/power/',
256 },
[email protected]f76c8852012-06-21 16:37:00257 'chromeos_webui': {
[email protected]f2f0fbb92012-07-14 15:52:49258 'filepath': 'chrome/browser/ui/webui/chromeos/|'\
259 'chrome/browser/resources/chromeos/',
[email protected]ba03af42012-03-08 01:37:12260 },
[email protected]cef7a6d2011-04-29 20:49:07261 'clang_update': {
Nico Webere250e6a2015-12-02 19:31:56262 'filepath': 'tools/clang/scripts/update.py'
[email protected]cef7a6d2011-04-29 20:49:07263 },
[email protected]f76c8852012-06-21 16:37:00264 'clipboard': {
265 'filepath': 'clipboard|dnd|drag|drop',
[email protected]2418b022011-05-19 21:06:02266 },
[email protected]0387ab32014-08-05 00:13:42267 'closure': {
[email protected]18fd7a532014-08-20 23:09:51268 'filepath': 'third_party/closure_(compiler|linter)/|'
dbeam78528be2016-02-18 07:08:49269 'compiled_resources2?.gyp',
[email protected]0387ab32014-08-05 00:13:42270 },
sdefresned94c5b02015-07-22 17:54:55271 'components_deps': {
272 'filepath': 'components/([^/]*/)*DEPS',
273 },
[email protected]f76c8852012-06-21 16:37:00274 'content': {
[email protected]f2f0fbb92012-07-14 15:52:49275 'filepath': 'content/',
[email protected]f76c8852012-06-21 16:37:00276 },
scheib968e61052014-11-05 00:27:25277 'content_bluetooth': {
278 'filepath': 'content/.*bluetooth'
279 },
kinuko01cbe8a12015-10-20 09:59:06280 'content_loader': {
281 'filepath': 'content/browser/loader|'\
282 'content/child/*loader',
283 },
mkwst512627022014-09-16 09:23:27284 'content_renderer': {
285 'filepath': 'content/renderer/',
286 },
[email protected]aa3311a2012-11-19 16:04:58287 'content_shell': {
288 'filepath': 'content/shell/',
289 },
kinukoa121bce2015-01-30 10:04:41290 'content_worker': {
291 'filepath': 'content/.*worker',
292 },
[email protected]f76c8852012-06-21 16:37:00293 'cookie_monster': {
[email protected]f2f0fbb92012-07-14 15:52:49294 'filepath': 'net/cookies/|'\
[email protected]8492b5b2012-12-17 21:58:08295 'chrome/browser/net/sqlite_persistent_cookie_store',
[email protected]f76c8852012-06-21 16:37:00296 },
michaelpge42ca3b32016-02-19 08:17:57297 'cr_elements': {
298 'filepath': 'ui/webui/resources/cr_element',
299 },
ianwencdb8c9e2015-06-18 22:10:15300 'custom_tabs': {
Newton Allen38c62212015-06-24 21:41:53301 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/customtabs/|'\
ianwencdb8c9e2015-06-18 22:10:15302 'chrome/android/javatests/src/org/chromium/chrome/browser/customtabs/',
alancuttercbad6512015-06-19 02:31:28303 },
[email protected]5e105332012-09-13 01:55:52304 'deep_memory_profiler': {
305 'filepath': 'tools/(deep_memory_profiler|find_runtime_symbols)',
306 },
Bartosz Fabianowski85a823812015-04-16 10:27:51307 'device_bluetooth': {
308 'filepath': 'device/.*bluetooth'
309 },
[email protected]29ad47c2014-04-23 09:12:48310 'device_sensors': {
311 'filepath': 'content/browser/device_sensors/|'\
312 'content/common/device_sensors/|'\
313 'content/public/android/java/src/org/chromium/content/browser/DeviceSensors.java|'\
314 'content/public/android/javatests/src/org/chromium/content/browser/DeviceSensorsTest.java|'\
315 'content/renderer/device_sensors/',
[email protected]8c667232013-11-12 19:49:14316 },
scheibabdd7d32015-02-11 22:13:08317 'developer_recommended_flags': {
318 'filepath': 'developer_recommended_flags.gypi',
319 },
[email protected]342b12872012-11-07 12:10:46320 'devtools': {
321 'filepath': 'devtools',
322 },
[email protected]bab2a832012-07-11 23:29:41323 'disk_cache': {
324 'filepath': 'net/disk_cache/|http_cache',
325 },
[email protected]f76c8852012-06-21 16:37:00326 'dns': {
[email protected]f2f0fbb92012-07-14 15:52:49327 'filepath': 'net/base/host_resolver|' \
[email protected]8492b5b2012-12-17 21:58:08328 'net/base/host_cache|' \
329 'net/dns/'
[email protected]f76c8852012-06-21 16:37:00330 },
[email protected]f76c8852012-06-21 16:37:00331 'download': {
[email protected]f2f0fbb92012-07-14 15:52:49332 'filepath': 'chrome/browser/download/|'\
[email protected]8492b5b2012-12-17 21:58:08333 'content/browser/download/',
[email protected]6bff0ad2011-06-17 01:32:51334 },
[email protected]ca872e362011-07-12 21:06:03335 'downloads_ui': {
dbeam78528be2016-02-18 07:08:49336 'filepath': 'chrome/browser/resources/(md_)?downloads/|' \
[email protected]8492b5b2012-12-17 21:58:08337 'chrome/browser/ui/webui/.*downloads|' \
338 'chrome/browser/ui/views/download/|' \
asanka2009f412015-10-05 17:28:12339 'chrome/browser/ui/cocoa/download/'
[email protected]ca872e362011-07-12 21:06:03340 },
[email protected]f6df20a2012-10-23 21:22:07341 'drive': {
[email protected]8492b5b2012-12-17 21:58:08342 'filepath': 'chrome/browser/chromeos/drive/|' \
343 'chrome/browser/google_apis/'
[email protected]f6df20a2012-10-23 21:22:07344 },
[email protected]89d2cd52013-04-16 01:55:36345 'drive_resource_metadata': {
[email protected]2c948e12013-10-17 03:08:33346 'filepath': 'chrome/browser/chromeos/drive/resource_metadata'
[email protected]89d2cd52013-04-16 01:55:36347 },
[email protected]3a25c8a2014-06-26 06:47:10348 'eme': {
349 'filepath': 'components/cdm/|' \
350 'content/browser/media/cdm/|' \
351 'content/renderer/media/crypto/|' \
352 'media/base/android/*drm*|' \
353 'media/cdm/|' \
354 'third_party/widevine/cdm/'
355 },
[email protected]247dcfb92014-04-23 18:25:59356 'events': {
357 'filepath': 'ui/events/',
358 },
[email protected]f76c8852012-06-21 16:37:00359 'extension': {
360 'filepath': 'extension',
[email protected]161277d42011-06-24 20:48:45361 },
[email protected]f76c8852012-06-21 16:37:00362 'fileapi': {
[email protected]8492b5b2012-12-17 21:58:08363 'filepath': 'file_system/|' \
364 'fileapi/'
[email protected]80919512011-08-03 08:51:04365 },
[email protected]f76c8852012-06-21 16:37:00366 'filebrowse': {
[email protected]8492b5b2012-12-17 21:58:08367 'filepath': 'file_browser|' \
368 'file_manager|' \
369 'filebrowse'
[email protected]4b07b62cc2011-10-03 17:52:39370 },
[email protected]4ed766c2013-09-19 09:45:20371 'filesapp': {
[email protected]4ff3d9f2014-04-24 05:25:20372 'filepath': 'ui/file_manager'
[email protected]4ed766c2013-09-19 09:45:20373 },
[email protected]f76c8852012-06-21 16:37:00374 'ftp': {
375 'filepath': 'ftp',
[email protected]ffeb189d2011-10-05 18:49:39376 },
[email protected]3a2a6ac02014-06-20 07:07:12377 'gcm': {
378 'filepath': 'chrome/browser/services/gcm/|'\
379 'components/gcm_driver/|'\
380 'google_apis/gcm/',
381 },
[email protected]d8036492013-08-09 16:02:23382 'geolocation': {
383 'filepath': 'chrome/browser/geolocation/|'\
384 'content/browser/geolocation|'\
385 'content/public/common/geoposition.*|'\
386 'content/public/browser/geolocation.*|'\
387 'content/renderer/geolocation.*|'\
388 'content/shell/geolocation/',
389 },
[email protected]f93b7382012-08-09 20:53:16390 'gfx_image': {
391 'filepath': 'ui/gfx/image/',
392 },
[email protected]cf428f732012-10-02 20:48:15393 'gfx_geometry': {
danakj570c1332015-01-06 16:59:36394 'filepath': 'ui/gfx/geometry/',
[email protected]cf428f732012-10-02 20:48:15395 },
[email protected]4d1773e2014-04-05 07:59:57396 'gn': {
397 'filepath': 'tools/gn',
398 },
[email protected]f76c8852012-06-21 16:37:00399 'gpu': {
[email protected]f2f0fbb92012-07-14 15:52:49400 'filepath': 'gpu/',
[email protected]f76c8852012-06-21 16:37:00401 },
[email protected]f76c8852012-06-21 16:37:00402 'history_ui': {
dbeam78528be2016-02-18 07:08:49403 'filepath': 'chrome/browser/resources/(md_)?history|'\
404 'chrome/browser/ui/webui/.*history',
[email protected]f76c8852012-06-21 16:37:00405 },
[email protected]18d7e402014-07-08 19:53:14406 'hotword': {
407 'filepath': 'chrome/browser/extensions/api/hotword_private/'\
408 '|chrome/browser/resources/hotword_helper/'\
[email protected]535980d42014-08-12 14:31:28409 '|chrome/browser/resources/hotword/'\
[email protected]18d7e402014-07-08 19:53:14410 '|chrome/browser/search/hotword*'\
411 '|chrome/test/data/extensions/api_test/hotword_private/',
412 },
[email protected]f76c8852012-06-21 16:37:00413 'i18n': {
[email protected]f2f0fbb92012-07-14 15:52:49414 'filepath': 'base/i18n/|base/string|l10n|icu|'\
415 'locale_settings|encoding',
[email protected]f76c8852012-06-21 16:37:00416 },
[email protected]f76c8852012-06-21 16:37:00417 'importer': {
[email protected]f2f0fbb92012-07-14 15:52:49418 'filepath': 'import',
[email protected]f76c8852012-06-21 16:37:00419 },
[email protected]c26161352013-11-12 19:50:01420 'indexed_db': {
421 'filepath': 'content/browser/indexed_db|'\
422 'content/child/indexed_db|'\
423 'content/common/indexed_db|'\
424 'content/public/browser/indexed_db|'\
425 'content/test/data/indexeddb',
426 },
bruthigaa8281f2016-02-09 17:52:31427 'ink_drop': {
428 'filepath': 'ui/views/animation/test/.*ink_drop.*|' \
429 'ui/views/animation/.*ink_drop.*'
430 },
[email protected]f76c8852012-06-21 16:37:00431 'installer': {
[email protected]f2f0fbb92012-07-14 15:52:49432 'filepath': 'chrome/installer/',
[email protected]f76c8852012-06-21 16:37:00433 },
mmoss19826c62014-11-14 21:37:36434 'installer_linux': {
435 'filepath': 'chrome/installer/linux/',
436 },
[email protected]56b4b09d32012-07-27 18:28:41437 'instant': {
[email protected]607903d2013-03-25 22:15:47438 'filepath': 'instant|searchbox|'\
439 'chrome/browser/search/|'\
[email protected]c29b7dae2013-03-25 22:29:13440 'chrome/browser/ui/search/|'\
[email protected]eb99f8e2013-07-10 10:17:39441 'chrome/browser/resources/local_ntp/|'\
[email protected]607903d2013-03-25 22:15:47442 'chrome/common/search_types.*',
[email protected]56b4b09d32012-07-27 18:28:41443 },
sdefresne18b47312015-06-18 15:15:09444 'ios_chrome': {
445 'filepath': 'ios/chrome',
446 },
[email protected]f76c8852012-06-21 16:37:00447 'ipc': {
[email protected]f2f0fbb92012-07-14 15:52:49448 'filepath': 'ipc/ipc',
[email protected]f76c8852012-06-21 16:37:00449 },
mkwstb0d1b1d2014-09-30 11:45:36450 'ipc_messages': {
451 'filepath': '_message.*.h|'\
452 '_messages.cc',
453 },
vabraafbd4f32015-11-10 19:30:23454 'login': {
455 'filepath': 'chrome/browser/ui/login'
456 },
[email protected]a3f777d2014-01-07 23:38:26457 'libwebp': {
458 'filepath': 'third_party/libwebp'
459 },
johannkoenig52381382015-09-18 22:35:25460 'libvpx': {
johannkoenig8cdf03472016-03-02 13:54:31461 'filepath': 'third_party/libvpx'
johannkoenig52381382015-09-18 22:35:25462 },
[email protected]04a292a2013-03-07 19:58:42463 'linux_fonts': {
464 'filepath': 'ui/gfx/font_render_params_.*|'\
deratcd2d6fb2015-02-12 00:10:41465 'ui/gfx/platform_font_linux.*|'\
466 'ui/gfx/render_text_harfbuzz.*',
[email protected]04a292a2013-03-07 19:58:42467 },
468 'linux_sandboxing': {
[email protected]f2f0fbb92012-07-14 15:52:49469 'filepath': 'sandbox/linux/',
[email protected]f76c8852012-06-21 16:37:00470 },
[email protected]04a292a2013-03-07 19:58:42471 'linux_seccomp_bpf': {
[email protected]d6a23612012-11-13 20:11:54472 'filepath': 'content/common/sandbox.*linux.cc',
[email protected]f76c8852012-06-21 16:37:00473 },
yzshen481e18d2015-05-08 16:29:17474 'mandoline': {
475 'filepath': 'mandoline',
476 },
mlamourid8b0feb2015-06-02 16:30:47477 'manifest': {
478 'filepath': 'content/(browser|renderer)/manifest/'\
479 '|content/public/common/manifest*',
480 },
michaelpg32ca07902015-02-07 00:31:11481 'md_settings': {
michaelpge42ca3b32016-02-19 08:17:57482 'filepath': 'chrome/browser/resources/settings/'\
michaelpg9bc66292015-09-04 22:35:19483 '|chrome/browser/ui/webui/settings/',
michaelpg32ca07902015-02-07 00:31:11484 },
[email protected]f76c8852012-06-21 16:37:00485 'media': {
[email protected]f2f0fbb92012-07-14 15:52:49486 'filepath': 'media/|third_party/(ffmpeg|openmax)/|webmediaplayer|'\
[email protected]034548d2012-07-31 20:34:00487 'audio_message_filter|video_layer|media_internals',
[email protected]f76c8852012-06-21 16:37:00488 },
[email protected]06dd23172013-06-24 21:04:51489 'media_galleries': {
490 'filepath': 'chrome/browser/extensions/api/media_galleries/'\
[email protected]06dd23172013-06-24 21:04:51491 '|chrome/browser/media_galleries/'\
492 '|chrome/browser/storage_monitor/'\
493 '|chrome/common/media_galleries/'\
494 '|chrome/test/data/extensions/api_test/media_galleries/'\
495 '|chrome/utility/itunes*'\
496 '|chrome/utility/picasa*',
497 },
kmarshallb698ad4f2015-02-24 19:42:48498 'media_router': {
499 'filepath': 'chrome/browser/media/router/*' \
500 '|chrome/app/theme/*/common/media_router*' \
501 '|chrome/browser/resources/media_router/' \
502 '|chrome/browser/ui/webui/media_router/' \
503 '|chrome/test/media_router/',
504 },
[email protected]f76c8852012-06-21 16:37:00505 'message_loop': {
[email protected]f2f0fbb92012-07-14 15:52:49506 'filepath': 'base/message_'
[email protected]f76c8852012-06-21 16:37:00507 },
508 'metrics': {
[email protected]f2f0fbb92012-07-14 15:52:49509 'filepath': 'base/metrics/'\
510 '|chrome/browser/metrics/'\
[email protected]f2f0fbb92012-07-14 15:52:49511 '|chrome/browser/chromeos/external_metrics'\
[email protected]b0d594d2014-02-21 03:22:12512 '|chrome/browser/extensions/api/metrics_private/'\
[email protected]f2f0fbb92012-07-14 15:52:49513 '|chrome/browser/ui/webui/metrics_handler'\
asvitkineb7e10302016-01-20 05:17:45514 '|chromecast/browser/metrics/'\
[email protected]f76c8852012-06-21 16:37:00515 '|content/browser/user_metrics.cc'\
asvitkinee4bad382015-11-05 21:56:45516 '|components/metrics/'\
asvitkineb7e10302016-01-20 05:17:45517 '|components/metrics_services_manager/'\
[email protected]ce6b855a2014-03-12 19:51:39518 '|components/rappor/'\
asvitkinee4bad382015-11-05 21:56:45519 '|components/variations/'\
[email protected]f76c8852012-06-21 16:37:00520 '|content/public/browser/user_metrics.h'\
[email protected]b0d594d2014-02-21 03:22:12521 # Exclude XML files; in particular, histograms.xml.
522 '|tools/metrics/[^.]*([.](?!xml$).*)?$',
523 },
524 'metrics_xml_files': {
525 # Subscribe to this to watch for changes to histograms.xml.
toyoshim8f51f902015-03-27 03:50:21526 'filepath': 'tools/metrics/.*\.xml$',
527 },
528 'midi': {
529 'filepath': 'midi',
[email protected]f76c8852012-06-21 16:37:00530 },
[email protected]341f218a2013-09-24 22:16:10531 'mojo': {
532 'filepath': 'mojo',
533 },
[email protected]f76c8852012-06-21 16:37:00534 'mouse_lock': {
535 'filepath': 'mouse_lock',
536 },
rjkroegef60dea862015-10-29 17:50:06537 'mus': {
538 'filepath': 'components/mus/'\
539 '|mojo/gles2/'\
540 '|mojo/gpu/',
541 },
[email protected]f76c8852012-06-21 16:37:00542 'nacl': {
[email protected]f2f0fbb92012-07-14 15:52:49543 'filepath': 'chrome/nacl/|chrome/test/nacl/|'\
[email protected]193912d2013-09-06 17:41:56544 'chrome/browser/nacl_host/|chrome/common/nacl|'\
545 'native_client_sdk/src/doc/',
[email protected]f76c8852012-06-21 16:37:00546 },
[email protected]99ddc3d2013-01-22 16:15:33547 'native_client_sdk': {
548 'filepath': '^native_client_sdk/',
549 },
[email protected]b9ecdb62014-03-07 14:56:43550 'navigation': {
551 'filepath': 'content/browser/frame_host|'\
552 'content/browser/renderer_host/render_process_host.*|'\
553 'content/browser/renderer_host/render_view_host.*|'\
554 'content/browser/web_contents/web_contents_impl.*|'\
555 'content/renderer/render_frame.*|'\
556 'content/renderer/render_view.*'
557 },
[email protected]f76c8852012-06-21 16:37:00558 'net': {
[email protected]f2f0fbb92012-07-14 15:52:49559 'filepath': 'net/',
[email protected]f76c8852012-06-21 16:37:00560 },
561 'net_error_list': {
562 'filepath': 'net/base/net_error_list.h',
563 },
564 'net_log': {
[email protected]f2f0fbb92012-07-14 15:52:49565 'filepath': 'net/base/net_log|' \
566 'chrome/browser/net/.*net_log|' \
567 'chrome/browser/net/passive_log_collector|' \
568 'chrome/browser/resources/net_internals/|' \
569 'chrome/browser/ui/webui/net_internals/'
[email protected]f76c8852012-06-21 16:37:00570 },
jkarlin539748402015-03-31 17:36:31571 'netinfo': {
572 'filepath': 'netinfo',
573 },
rdsmith2fcbee82015-07-22 00:20:13574 'network_quality': {
575 'filepath': 'net/base/network_quality*',
576 },
peterf4758412014-09-17 15:06:01577 'notifications': {
578 'filepath': 'chrome/browser/extensions/api/notifications/|' \
579 'chrome/browser/notifications/|' \
peter8ab156b2015-03-29 15:44:12580 'chrome/test/data/notifications/|' \
581 'content/browser/notifications/|' \
582 'content/child/notifications/|' \
583 'content/common/platform_notification|' \
584 'content/public/browser/platform_notification|' \
585 'content/public/common/platform_notification|' \
586 'content/renderer/notification_|' \
peterf4758412014-09-17 15:06:01587 'ui/message_center/'
588 },
[email protected]f76c8852012-06-21 16:37:00589 'ntp': {
[email protected]f2f0fbb92012-07-14 15:52:49590 'filepath': 'chrome/browser/resources/ntp4/|'\
[email protected]b7ecd5f2013-02-14 21:04:16591 'chrome/browser/resources/ntp_android/|'\
[email protected]f2f0fbb92012-07-14 15:52:49592 'chrome/browser/ui/webui/ntp/',
[email protected]f76c8852012-06-21 16:37:00593 },
594 'omnibox': {
[email protected]f2f0fbb92012-07-14 15:52:49595 'filepath': 'chrome/browser/autocomplete/'\
596 '|chrome/browser/ui/.*/omnibox/'
[email protected]f76c8852012-06-21 16:37:00597 },
[email protected]437c44b2012-11-08 01:35:52598 'options': {
599 'filepath': 'chrome/browser/resources/options/|'\
600 'chrome/browser/ui/webui/options/',
601 },
chasej6dff9292016-02-02 20:33:12602 'origin_trials': {
603 'filepath': 'origin_trials',
604 },
[email protected]4a2078e2013-07-18 20:40:20605 'ozone': {
[email protected]f93c2c92013-10-31 18:22:44606 'filepath': 'ui/ozone/|'\
[email protected]4b66bf922013-10-28 19:49:43607 'ui/events/ozone/|'\
608 'ui/gfx/ozone/|'\
[email protected]4a2078e2013-07-18 20:40:20609 'ui/gl/gl_.*egl.*|'\
610 'ui/gl/gl_.*ozone.*'
611 },
csharrison3b1dc4062015-10-19 14:31:08612 'page_load_metrics' : {
613 'filepath': 'components/page_load_metrics/'
614 },
[email protected]f76c8852012-06-21 16:37:00615 'panels': {
[email protected]7cbe5a52012-09-27 02:00:29616 'filepath': 'chrome/browser/ui/panels'\
617 '|chrome/browser/ui/cocoa/panels'\
[email protected]7cbe5a52012-09-27 02:00:29618 '|chrome/browser/ui/views/panels'
[email protected]f76c8852012-06-21 16:37:00619 },
[email protected]3cc8b3922014-05-05 13:12:08620 'password_manager': {
621 'filepath': 'chrome/.*/password_'\
622 '|chrome/browser/ui/passwords'\
623 '|chrome/browser/ui/views/passwords'\
624 '|chrome/test/data/password'\
625 '|components/autofill.*password'
626 '|components/password_'\
627 },
[email protected]f76c8852012-06-21 16:37:00628 'pepper_api': {
[email protected]b8491b02013-11-13 03:50:58629 'filepath': 'ppapi/api'\
630 '|ppapi/c',
[email protected]f76c8852012-06-21 16:37:00631 },
mlamourid8b0feb2015-06-02 16:30:47632 'permissions': {
633 'filepath': 'content/(child,browser)/permissions/'\
634 '|content/common/permission_*'\
635 '|content/public/(common,browser)/permission_*'\
636 '|chrome/browser/permissions/'\
637 '|chrome/browser/content_settings/permission*'\
638 '|permission_context',
639 },
[email protected]f76c8852012-06-21 16:37:00640 'plugin': {
[email protected]f2f0fbb92012-07-14 15:52:49641 'filepath': 'chrome/browser/plugin|chrome/plugin/|'\
Thiago Farinae067154bb2015-05-07 15:37:59642 'chrome/common/plugin',
[email protected]f76c8852012-06-21 16:37:00643 },
tnagelad92622a92015-10-20 10:26:30644 'policy_definitions': {
645 'filepath': 'components/policy/resources/policy_templates.json',
646 },
michaelpg11fff3f2015-02-06 03:35:34647 'polymer': {
648 'filepath': 'third_party/polymer/|'\
dbeam78528be2016-02-18 07:08:49649 'tools/polymer|'\
michaelpg11fff3f2015-02-06 03:35:34650 'ui/webui/resources/polymer_resources.grdp',
651 },
twifkak0c69c1f2015-06-22 18:20:09652 'precache': {
653 'filepath': '[pP]recache'
654 },
[email protected]ef6cc442012-10-30 03:24:17655 'predictors': {
656 'filepath': 'predictors',
657 },
[email protected]be775bc2014-06-30 15:41:14658 'prepopulated_engines': {
659 'filepath': 'components/search_engines/prepopulated_engines.json',
660 },
[email protected]f76c8852012-06-21 16:37:00661 'prerender': {
[email protected]78375a52012-07-14 14:47:57662 'filepath': 'prerender'
[email protected]f76c8852012-06-21 16:37:00663 },
peter884896c72015-03-12 14:26:20664 'push_messaging': {
665 'filepath': 'push_messaging'
666 },
[email protected]f76c8852012-06-21 16:37:00667 'pyauto': {
668 'filepath': 'chrome/test/pyautolib' \
669 '|chrome/test/functional' \
670 '|chrome/browser/automation/automation_provider_json'
671 },
672 'remoting': {
anandce1c55372015-03-04 01:23:10673 'filepath': 'remoting/' \
674 '|testing/chromoting'
[email protected]f76c8852012-06-21 16:37:00675 },
gab57e80c72014-12-08 21:06:13676 'rlz_id': {
677 'filepath' :'rlz/lib/machine_id.cc|'\
678 'rlz/lib/machine_id.h|'\
679 'rlz/win/lib/machine_id_win.cc',
680 },
grt829c6a82014-10-20 09:29:32681 'safe_browsing': {
682 'filepath': 'chrome/(browser|common|renderer)/safe_browsing/',
683 },
rickyz0a819bfc2015-02-04 23:57:22684 'sandbox': {
685 'filepath': 'sandbox/'\
686 '|content/browser/bootstrap_sandbox_mac'\
687 '|content/browser/renderer_host/render_sandbox_host_linux'\
688 '|content/browser/renderer_host/sandbox_ipc_linux'\
689 '|content/browser/zygote_host/'\
690 '|content/common/sandbox_'\
691 '|content/zygote/'\
692 },
skyostil20dea312014-11-11 13:43:06693 'scheduler': {
rmcilroyfa5ac552015-04-09 12:33:17694 'filepath': 'cc/scheduler'\
jochen83c639f02015-04-22 17:07:37695 '|components/scheduler'\
rmcilroyfa5ac552015-04-09 12:33:17696 '|content/renderer/scheduler'
skyostil20dea312014-11-11 13:43:06697 },
mlamourid8b0feb2015-06-02 16:30:47698 'screen_orientation': {
699 'filepath': 'screen_orientation',
700 },
[email protected]21cd39b2012-06-28 01:48:40701 'search': {
[email protected]f2f0fbb92012-07-14 15:52:49702 'filepath': 'chrome/browser/ui/search/',
[email protected]21cd39b2012-06-28 01:48:40703 },
[email protected]0b431722014-01-08 07:21:51704 'service_worker': {
[email protected]edaf31d2014-03-07 00:09:17705 'filepath': 'content/(browser|renderer|child|common)/service_worker/',
[email protected]0b431722014-01-08 07:21:51706 },
[email protected]f76c8852012-06-21 16:37:00707 'site_instance': {
[email protected]f2f0fbb92012-07-14 15:52:49708 'filepath': 'content/browser/site_instance|'\
709 'content/browser/browsing_instance',
[email protected]f76c8852012-06-21 16:37:00710 },
711 'speech': {
[email protected]f2f0fbb92012-07-14 15:52:49712 'filepath': 'chrome/browser/speech/'\
713 '|content/browser/speech/'\
714 '|content/common/.*speech'\
715 '|content/public/.*speech'
[email protected]f76c8852012-06-21 16:37:00716 },
[email protected]ad0295d2012-10-11 23:43:36717 'spellcheck': {
718 'filepath': 'chrome/browser/spellchecker/'\
719 '|chrome/browser/tab_contents/spellchecker'\
720 '|chrome/browser/tab_contents/spelling_menu'\
721 '|chrome/common/spellcheck_'\
722 '|chrome/renderer/spellchecker/'\
[email protected]97e677a62013-01-11 19:18:35723 '|third_party/hunspell/'\
724 '|third_party/hunspell_dictionaries/'\
[email protected]ad0295d2012-10-11 23:43:36725 },
[email protected]67f39af2013-08-23 20:06:05726 'streams': {
727 'filepath': 'content/browser/streams/',
728 },
vmpstrcc1c08302015-11-18 06:05:51729 'styleguide': {
730 'filepath': '^styleguide/',
731 },
[email protected]43d33e92014-07-14 16:39:31732 'supervised_users': {
733 'filepath': 'chrome/browser/.*managed_mode'\
734 '|chrome/browser/.*managed_user'\
735 '|chrome/browser/.*supervised_user',
736 },
[email protected]f76c8852012-06-21 16:37:00737 'sync': {
[email protected]3a2a6ac02014-06-20 07:07:12738 'filepath': 'chrome/browser/sync/|sync/|components/sync_driver/',
[email protected]f76c8852012-06-21 16:37:00739 },
[email protected]92871a102013-07-01 11:11:41740 'syncfs': {
741 'filepath': 'sync_file_system',
742 },
[email protected]4529a792013-06-18 19:18:49743 'sync_proto': {
744 'filepath': 'sync/protocol/',
745 },
[email protected]82d74152013-07-28 08:55:31746 'tab_capture': {
[email protected]31ef420b2014-08-13 21:19:13747 'filepath': 'cc/output/copy_output_request'\
748 '|chrome/browser/extensions/api/tab_capture/'\
749 '|chrome/test/data/extensions/api_test/tab_capture/'\
750 '|content/browser/compositor/delegated_frame_host'\
751 '|content/browser/media/capture/'\
752 '|content/browser/renderer_host/compositing_iosurface'\
753 '|content/browser/renderer_host/media/(audio_'\
754 '|media_stream_manager|video_)'\
755 '|media/audio/(audio_output_controller|fake_audio_|virtual_audio_)'\
756 '|media/base/video_frame\.h'\
757 '|media/video/capture/video_capture_',
[email protected]82d74152013-07-28 08:55:31758 },
[email protected]f76c8852012-06-21 16:37:00759 'tab_contents': {
[email protected]f2f0fbb92012-07-14 15:52:49760 'filepath': 'chrome/browser/tab_contents/|'\
761 'content/browser/tab_contents/|'\
762 'chrome/browser/ui/tab_contents/',
[email protected]f76c8852012-06-21 16:37:00763 },
[email protected]31ef420b2014-08-13 21:19:13764 'tab_media_indicators': {
765 'filepath': 'chrome/browser/media/audio_stream_monitor'\
766 '|chrome/browser/ui/cocoa/tabs/tab_controller\.mm'\
767 '|chrome/browser/ui/tabs/tab_utils'\
768 '|chrome/browser/ui/views/tabs/tab\.cc'\
769 '|chrome/browser/ui/views/tabs/tab_renderer_data'\
770 '|media/audio/audio_(output_controller|power_monitor)',
771 },
[email protected]f76c8852012-06-21 16:37:00772 'task_manager': {
773 'filepath': 'task_manager'
774 },
[email protected]5e105332012-09-13 01:55:52775 'tcmalloc': {
776 'filepath': 'third_party/tcmalloc'
777 },
[email protected]31a10602012-11-21 01:51:26778 'telemetry': {
[email protected]5fef30a2014-03-12 20:09:19779 'filepath': 'tools/perf/|'\
780 'tools/telemetry/'
[email protected]31a10602012-11-21 01:51:26781 },
[email protected]f76c8852012-06-21 16:37:00782 'tests': {
[email protected]f2f0fbb92012-07-14 15:52:49783 'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/',
[email protected]0cde05a02011-11-30 23:36:52784 },
[email protected]1cbbb30b2011-10-14 08:03:56785 'textinput': {
[email protected]f2f0fbb92012-07-14 15:52:49786 'filepath': 'content/browser/renderer_host/gtk_im'\
787 '|content/browser/renderer_host/gtk_key'\
788 '|content/browser/renderer_host/render_widget_host_view'\
789 '|content/browser/renderer_host/text_input'\
790 '|ui/base/ime/'\
791 '|ui/base/gtk/event'\
792 '|ui/base/gtk/gtk_im'\
793 '|ui/base/keycodes/'\
794 '|ui/base/win/ime'\
795 '|ui/views/controls/textfield/'\
796 '|ui/views/ime/'
[email protected]1cbbb30b2011-10-14 08:03:56797 },
[email protected]3a117c62011-11-29 04:28:02798 'textinput_chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:49799 'filepath': 'chrome/browser/chromeos/input_method/'\
800 '|chrome/browser/chromeos/extensions/input_method'\
801 '|chrome/browser/chromeos/status/input_method'\
802 '|chrome/browser/extensions/extension_input_'\
803 '|chrome/browser/resources/keyboard'\
804 '|chrome/browser/resources/options/language'\
[email protected]ef03eae2011-11-30 08:43:43805 '|chrome/browser/ui/webui/options/'\
[email protected]f2f0fbb92012-07-14 15:52:49806 'chromeos/.*(language|keyboard)'\
[email protected]6bd9e802013-04-18 06:40:42807 '|chrome/browser/ui/webui/options/language'\
808 '|chromeos/ime/*'
[email protected]3a117c62011-11-29 04:28:02809 },
chirantan96fcf6d2015-01-21 22:36:19810 'timers': {
811 'filepath': 'base/timer/'\
812 '|components/timers/'
813 },
[email protected]f76c8852012-06-21 16:37:00814 'tools': {
[email protected]f2f0fbb92012-07-14 15:52:49815 'filepath': 'tools/',
[email protected]6bea7b42011-10-19 19:47:09816 },
[email protected]f76c8852012-06-21 16:37:00817 'tools_emacs': {
[email protected]f2f0fbb92012-07-14 15:52:49818 'filepath': 'tools/emacs/',
[email protected]65676d32012-04-18 14:41:05819 },
[email protected]c8eb7f72013-07-04 15:30:11820 'tracing': {
821 'filepath': 'base/debug/trace_event.*'\
primianobef13b42015-01-30 15:29:31822 '|base/trace_event/'\
[email protected]c8eb7f72013-07-04 15:30:11823 '|content/browser/tracing/'\
824 '|components/tracing/'
825 },
[email protected]cf428f732012-10-02 20:48:15826 'ui_compositor': {
827 'filepath': 'ui/compositor/layer\.|'\
828 'ui/compositor/layer_unittest|'\
829 'ui/compositor/compositor',
830 },
[email protected]6b5093c2012-05-23 19:10:18831 'ui_resources': {
[email protected]f2f0fbb92012-07-14 15:52:49832 'filepath': 'ui/resources/'\
833 '|ui/base/native_theme/resources/'\
834 '|chrome/app/theme/'
[email protected]6b5093c2012-05-23 19:10:18835 },
[email protected]f76c8852012-06-21 16:37:00836 'valgrind': {
837 'filepath': 'valgrind',
838 },
[email protected]c73ec8ab2014-01-16 20:35:23839 'version_assembly': {
840 'filepath': 'chrome/app/version_assembly',
841 },
[email protected]f76c8852012-06-21 16:37:00842 'views': {
843 # Applies to all files and subdirs within this directory.
[email protected]f2f0fbb92012-07-14 15:52:49844 'filepath': '^ui/views/',
[email protected]f76c8852012-06-21 16:37:00845 },
[email protected]f47d871a2013-10-11 22:14:15846 'views_corewm': {
847 'filepath': 'ui/views/corewm/',
[email protected]3fc918142013-10-12 01:42:17848 },
[email protected]ef514a32014-02-26 01:02:35849 'virtual_keyboard': {
850 'filepath': 'ui/keyboard/'\
851 'chrome/test/data/chromeos/virtual_keyboard/'\
852 'chrome/common/extensions/api/virtual_keyboard',
853 },
[email protected]b887a262013-09-18 22:43:56854 'webrtc_media': {
855 'filepath': 'chrome/browser/media/|'\
856 'content/browser/renderer_host/media/|'\
[email protected]70098052014-07-01 08:58:10857 'content/common/gpu/media/|'\
[email protected]b887a262013-09-18 22:43:56858 'content/renderer/media/|'\
mcasasfec6c752014-11-11 13:25:58859 'media/base/android/|'\
mcasasa5584a02015-09-11 21:15:28860 'media/capture/|'\
mcasas53024942014-11-11 12:59:28861 'video.*_accelerat',
[email protected]b887a262013-09-18 22:43:56862 },
phoglundfad6cac2015-06-02 09:21:26863 'webrtc_browser_tests': {
864 'filepath': 'chrome/browser/media/.*webrtc.*browsertest|'\
865 'content/browser/media/.*webrtc.*browsertest',
866 },
[email protected]208879542012-07-05 11:15:34867 'website_settings': {
[email protected]f2f0fbb92012-07-14 15:52:49868 'filepath': 'chrome/browser/content_settings/'\
869 '|chrome/browser/ui/views/website_settings/'\
870 '|chrome/browser/ui/website_settings/'\
mukai077089f2014-09-11 18:41:52871 '|chrome/common/content_settings'\
872 '|components/content_settings/',
[email protected]208879542012-07-05 11:15:34873 },
[email protected]b17d9e02014-07-29 09:45:50874 'windows_sandboxing': {
875 'filepath': 'sandbox/win/',
876 },
[email protected]f76c8852012-06-21 16:37:00877 'x11': {
[email protected]f2f0fbb92012-07-14 15:52:49878 'filepath': 'content/browser/renderer_host/backing_store_x\.' \
879 '|chrome/browser/chromeos/input_method/xkeyboard\.' \
880 '|chrome/browser/chromeos/system_key_event_listener\.' \
[email protected]f76c8852012-06-21 16:37:00881 '|chrome/browser/chromeos/'\
[email protected]f2f0fbb92012-07-14 15:52:49882 'xinput_hierarchy_changed_event_listener\.' \
883 '|chrome/browser/chromeos/wm_' \
884 '|ui/base/x/'
[email protected]0d710852012-05-24 01:18:40885 },
wjmaclean3ff6a402015-03-31 19:00:20886 'zoom': {
887 'filepath': 'chrome/browser/ui/zoom/' \
888 '|components/ui/zoom/' \
889 '|content/browser/host_zoom_*' \
890 '|content/browser/storage_partition_impl*' \
891 '|content/public/browser/host_zoom_map.h' \
892 '|content/public/browser/storage_partition.h'
893 },
timlohd035d572015-09-25 15:28:02894
895 'blink': {
896 'filepath': 'third_party/WebKit/',
897 },
898 'blink_accessibility': {
899 'filepath': 'third_party/WebKit/.*(accessibility|AXObjectCache|WebAX)'
900 },
901 'blink_animation': {
902 'filepath': 'third_party/WebKit/.*([Aa]nimat|[Tt]ransition)',
903 },
904 'blink_app_banner': {
905 'filepath': 'third_party/WebKit/Source/modules/app_banner' \
906 '|third_party/WebKit/public/platform/modules/app_banner',
907 },
908 'blink_audio': {
909 'filepath': 'third_party/WebKit/Source/platform/audio' \
910 '|third_party/WebKit/Source/modules/webaudio',
911 },
912 'blink_battery_status': {
913 'filepath': 'third_party/WebKit/Source/modules/battery/' \
914 '|third_party/WebKit/LayoutTests/battery-status/' \
915 '|third_party/WebKit/Source/core/frame/PlatformEvent(Controller|Dispatcher)'
916 },
917 'blink_bidi': {
918 'filepath': 'third_party/WebKit/Source/platform/text/.*Bidi' \
919 '|third_party/WebKit/Source/core/rendering/.*Bidi',
920 },
921 'blink_bindings': {
922 'filepath': 'third_party/WebKit/Source/bindings',
923 },
924 'blink_bluetooth': {
925 'filepath': 'third_party/WebKit/.*[Bb]luetooth'
926 },
927 'blink_canvas2d': {
928 'filepath': 'third_party/WebKit/Source/core/html/canvas' \
929 '|third_party/WebKit/Source/core/html/HTMLCanvasElement' \
930 '|third_party/WebKit/Source/modules/canvas2d' \
931 '|third_party/WebKit/Source/platform/graphics/Canvas2D',
932 },
933 'blink_clipboard': {
934 'filepath': 'third_party/WebKit/Source/core/clipboard' \
935 '|third_party/WebKit/Source/core/page/.*Drag' \
936 '|third_party/WebKit/Source/platform/.*Drag' \
937 '|third_party/WebKit/Source/platform/clipboard' \
938 '|third_party/WebKit/Source/web/.*Drag' \
939 '|third_party/WebKit/public/platform/.*Drag' \
940 '|third_party/WebKit/public/web/.*Drag',
941 },
942 'blink_content_security_policy': {
943 'filepath': 'third_party/WebKit/Source/core/frame/csp' \
944 '|third_party/WebKit/Source/core/events/SecurityPolicyViolationEvent' \
945 '|third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy'
946 },
947 'blink_css': {
948 'filepath': 'third_party/WebKit/Source/core/css',
949 },
950 'blink_css_grid_layout': {
951 'filepath': 'third_party/WebKit/Source/core/layout/.*Grid' \
952 '|third_party/WebKit/Source/core/paint/.*Grid' \
953 '|third_party/WebKit/Source/core/css/.*Grid' \
954 '|third_party/WebKit/LayoutTests/fast/css-grid-layout/' \
955 '|third_party/WebKit/LayoutTests/ietestcenter/css3/grid/' \
956 '|third_party/WebKit/LayoutTests/platform/.*/fast/css-grid-layout/' \
957 '|third_party/WebKit/LayoutTests/platform/.*/ietestcenter/css3/grid/'
958 },
959 'blink_css_flexbox': {
960 'filepath': 'third_party/WebKit/Source/core/rendering/.*Flex' \
961 '|third_party/WebKit/LayoutTests/fast/deprecated-flexbox/' \
962 '|third_party/WebKit/LayoutTests/css3/flexbox/' \
963 '|third_party/WebKit/LayoutTests/ietestcenter/css3/flexbox/'
964 },
965 'blink_css_fragmentation_tests': {
966 'filepath': 'third_party/WebKit/LayoutTests/fast/multicol/' \
mstensho6471a3d2015-11-25 12:31:02967 '|third_party/WebKit/LayoutTests/fast/pagination/' \
968 '|third_party/WebKit/LayoutTests/printing/'
timlohd035d572015-09-25 15:28:02969 },
970 'blink_css_regions': {
971 'filepath': 'third_party/WebKit/Source/core/rendering/.*(Region|FlowThread)' \
972 '|third_party/WebKit/Source/core/dom/NodeRendering' \
973 '|third_party/WebKit/Source/core/dom/.*NamedFlow' \
974 '|third_party/WebKit/Source/core/css/.*Region' \
975 '|third_party/WebKit/LayoutTests/compositing/regions/' \
976 '|third_party/WebKit/LayoutTests/fast/regions/' \
977 '|third_party/WebKit/LayoutTests/platform/chromium.*/fast/regions/'
978 },
979 'blink_custom_elements': {
980 'filepath': 'third_party/WebKit/Source/core/dom/CustomElement' \
981 '|third_party/WebKit/Source/bindings/v8/.*CustomElement',
982 },
983 'blink_device_light': {
984 'filepath': 'third_party/WebKit/Source/modules/device_light/' \
985 '|third_party/WebKit/LayoutTests/fast/dom/DeviceLight/'
986 },
987 'blink_device_orientation': {
988 'filepath': 'third_party/WebKit/Source/modules/device_orientation/' \
989 '|third_party/WebKit/LayoutTests/fast/dom/DeviceMotion/' \
990 '|third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/' \
991 '|third_party/WebKit/Source/core/frame/PlatformEvent(Controller|Dispatcher)' \
992 '|third_party/WebKit/Source/core/frame/DeviceSingleWindowEventController'
993 },
994 'blink_devtools': {
995 'filepath': 'third_party/WebKit/.*(inspector|DevTools|devtools)',
996 },
997 'blink_dom': {
998 'filepath': 'third_party/WebKit/Source/core/dom/'
999 },
1000 'blink_events': {
1001 'filepath': 'third_party/WebKit/Source/core/page/.*Event' \
1002 '|third_party/WebKit/Source/core/dom/.*Event' \
1003 '|third_party/WebKit/Source/core/css/.*Event' \
1004 '|third_party/WebKit/Source/platform/.*Event'
1005 },
1006 'blink_fetch': {
1007 'filepath': 'third_party/WebKit/Source/core/fetch',
1008 },
1009 'blink_heap': {
1010 'filepath': 'third_party/WebKit/Source/platform/heap' \
1011 '|third_party/WebKit/Source/wtf/Partition.*'
1012 },
1013 'blink_html': {
1014 'filepath': 'third_party/WebKit/Source/core/html/'
1015 },
1016 'blink_loader': {
1017 'filepath': 'third_party/WebKit/Source/core/loader',
1018 },
1019 'blink_notifications': {
1020 'filepath': 'third_party/WebKit/LayoutTests/http/tests/notifications' \
1021 '|third_party/WebKit/Source/modules/notifications' \
1022 '|third_party/WebKit/public/platform/modules/notifications'
1023 },
1024 'blink_owners': {
1025 'filepath': 'third_party/WebKit/.*OWNERS',
1026 },
1027 'blink_paint': {
1028 'filepath': 'third_party/WebKit/Source/core/paint/'
1029 },
1030 'blink_permissions': {
1031 'filepath': 'third_party/WebKit/Source/modules/permissions/' \
1032 '|third_party/WebKit/public/platform/modules/permissions/',
1033 },
1034 'blink_preloadScanner': {
1035 'filepath': 'third_party/WebKit/Source/core/html/parser/HTMLPreloadScanner',
1036 },
1037 'blink_public_api': {
1038 'filepath': 'third_party/WebKit/public'
1039 },
1040 'blink_push_messaging': {
1041 'filepath': 'third_party/WebKit/LayoutTests/http/tests/push_messaging' \
1042 '|third_party/WebKit/Source/modules/push_messaging' \
1043 '|third_party/WebKit/public/platform/modules/push_messaging'
1044 },
kinuko533a1692015-12-21 08:57:251045 'blink_platform': {
1046 'filepath': 'third_party/WebKit/Source/platform'
1047 },
timlohd035d572015-09-25 15:28:021048 'blink_platform_graphics': {
1049 'filepath': 'third_party/WebKit/Source/platform/fonts' \
1050 '|third_party/WebKit/Source/platform/geometry' \
1051 '|third_party/WebKit/Source/platform/graphics'
1052 },
1053 'blink_indexed_db': {
1054 'filepath': 'third_party/WebKit/Source/modules/indexeddb/' \
1055 '|third_party/WebKit/Source/web/.*IDB' \
1056 '|third_party/WebKit/LayoutTests/storage/indexeddb' \
1057 '|third_party/WebKit/public/platform/.*IDB'
1058 },
1059 'blink_layout': {
1060 'filepath': 'third_party/WebKit/Source/core/layout' \
1061 '|third_party/WebKit/Source/core/rendering'
1062 },
1063 'blink_layers': {
1064 'filepath': 'third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator' \
1065 '|third_party/WebKit/Source/platform/graphics/GraphicsLayer' \
1066 '|third_party/WebKit/Source/core/layout/Layer'
1067 },
1068 'blink_prerender': {
1069 'filepath': 'third_party/WebKit/.*(Prerender|loader/LinkLoader|html/HTMLLinkElement)'
1070 },
1071 'blink_client_hints': {
1072 'filepath': 'third_party/WebKit/Source/core/loader/AcceptClientHints*' \
1073 '|third_party/WebKit/Source/core/loader/FrameFetchContext*' \
1074 '|third_party/WebKit/Source/core/fetch/FetchContext*' \
1075 '|third_party/WebKit/Source/core/fetch/ImageResource*' \
1076 '|third_party/WebKit/Source/core/fetch/ResourceFetcher*'
1077 },
1078 'blink_track': {
1079 'filepath': 'third_party/WebKit/Source/core/html/track/' \
1080 '|third_party/WebKit/Source/core/loader/TextTrack' \
1081 '|third_party/WebKit/Source/core/html/HTMLMediaElement' \
1082 '|third_party/WebKit/Source/core/html/HTMLTrackElement' \
1083 '|third_party/WebKit/Source/core/html/shadow/MediaControl' \
1084 '|third_party/WebKit/Source/core/css/mediaControl' \
1085 '|third_party/WebKit/LayoutTests/media/track/'
1086 },
1087 'blink_media': {
1088 'filepath': 'third_party/WebKit/Source/core/css/mediaControls' \
1089 '|third_party/WebKit/Source/core/html/.*(Audio|Media|Video)' \
1090 '|third_party/WebKit/Source/core/html/shadow/MediaControl' \
1091 '|third_party/WebKit/Source/core/layout/LayoutMedia' \
1092 '|third_party/WebKit/Source/core/layout/LayoutTextTrackContainerElement' \
1093 '|third_party/WebKit/Source/modules/(encryptedmedia|mediasource)' \
1094 '|third_party/WebKit/Source/platform/drm/' \
1095 '|third_party/WebKit/Source/platform/graphics/media/' \
1096 '|third_party/WebKit/Source/web/.*Media' \
1097 '|third_party/WebKit/LayoutTests/media/' \
1098 '|third_party/WebKit/public/.*Media'
1099 },
1100 'blink_media_queries': {
1101 'filepath': 'third_party/WebKit/Source/core/css/CSSMediaRule' \
1102 '|third_party/WebKit/Source/core/css/MediaList' \
1103 '|third_party/WebKit/Source/core/css/MediaQuery' \
1104 '|third_party/WebKit/Source/core/css/parser/MediaQuery'
1105 },
1106 'blink_navigator_content_utils': {
1107 'filepath': 'third_party/WebKit/Source/modules/navigatorcontentutils' \
1108 '|third_party/WebKit/LayoutTests/fast/dom/navigatorcontentutils'
1109 },
1110 'blink_out_of_process_frames': {
1111 'filepath': 'third_party/WebKit/Source/core/frame/FrameOwner' \
1112 '|third_party/WebKit/Source/web/WebFrame' \
1113 '|third_party/WebKit/Source/web/WebRemoteFrameImpl'
1114 },
1115 'blink_fileapi': {
1116 'filepath': 'third_party/WebKit/Source/modules/filesystem/' \
1117 '|third_party/WebKit/Source/core/fileapi/' \
1118 '|third_party/WebKit/Source/platform/.*File' \
1119 '|third_party/WebKit/Source/web/.*File' \
1120 '|third_party/WebKit/LayoutTests/fast/file' \
1121 '|third_party/WebKit/public/.*File'
1122 },
1123 'blink_quota': {
1124 'filepath': 'third_party/WebKit/Source/modules/quota/' \
1125 '|third_party/WebKit/Source/web/.*Quota' \
1126 '|third_party/WebKit/public/.*Quota'
1127 },
1128 'blink_mediastream': {
1129 'filepath': 'third_party/WebKit/Source/modules/mediastream/' \
1130 '|third_party/WebKit/Source/platform/mediastream/' \
1131 '|third_party/WebKit/Source/platform/exported/WebMediaStream' \
1132 '|third_party/WebKit/Source/platform/exported/WebRTC' \
1133 '|third_party/WebKit/LayoutTests/fast/mediastream/'
1134 },
1135 'blink_geolocation': {
1136 'filepath': 'third_party/WebKit/LayoutTests/fast/dom/Geolocation/' \
1137 '|third_party/WebKit/Source/modules/geolocation/' \
1138 '|third_party/WebKit/Source/web/.*Geolocation' \
1139 '|third_party/WebKit/public/web/.*Geolocation'
1140 },
1141 'blink_htmlparser': {
1142 'filepath': 'third_party/WebKit/Source/core/html/parser/'
1143 },
1144 'blink_screen_orientation': {
1145 'filepath': 'third_party/WebKit/Source/modules/screen_orientation/' \
1146 '|third_party/WebKit/public/platform/modules/screen_orientation',
1147 },
1148 'blink_scheduler': {
1149 'filepath': 'third_party/WebKit/Source/platform/scheduler' \
1150 '|third_party/WebKit/Source/core/html/parser/.*Scheduler'
1151 },
1152 'blink_serviceworkers' : {
1153 'filepath': 'third_party/WebKit/Source/modules/serviceworkers' \
1154 '|third_party/WebKit/LayoutTests/http/tests/serviceworker'
1155 },
1156 'blink_serviceworkers_tests' : {
1157 'filepath': 'third_party/WebKit/LayoutTests/http/tests/serviceworker'
1158 },
1159 'blink_sheriff_o_matic' : {
1160 'filepath': 'third_party/WebKit/Tools/GardeningServer'
1161 },
1162 'blink_spellcheck' : {
1163 'filepath': 'third_party/WebKit/Source/core/editing/spellcheck'
1164 },
jbromana7bdfdb2016-02-05 15:10:321165 'blink_spv2_layout_tests': {
1166 'filepath': 'third_party/WebKit/LayoutTests/virtual/spv2'
1167 },
timlohd035d572015-09-25 15:28:021168 'blink_style': {
1169 'filepath': 'third_party/WebKit/.*(style/|Style)',
1170 },
1171 'blink_svg': {
1172 'filepath': 'third_party/WebKit/Source/core/(layout/)?svg',
1173 },
timlohd035d572015-09-25 15:28:021174 'blink_vibration': {
1175 'filepath': 'third_party/WebKit/LayoutTests/vibration/' \
1176 '|third_party/WebKit/Source/modules/vibration/'
1177 },
1178 'blink_viewport_interaction': {
1179 'filepath': 'third_party/WebKit/Source/core/css/.*Viewport' \
1180 '|third_party/WebKit/Source/core/dom/ViewportArguments' \
1181 '|third_party/WebKit/Source/core/html/HTMLMetaElement' \
1182 '|third_party/WebKit/Source/core/page/FrameView' \
1183 '|third_party/WebKit/Source/core/page/scrolling'
1184 },
1185 'blink_w3ctests': {
1186 'filepath': 'third_party/WebKit/LayoutTests/imported/' \
1187 '|third_party/WebKit/Tools/Scripts/webkitpy/w3c/'
1188 },
timlohd035d572015-09-25 15:28:021189 'blink_webcomponents': {
1190 'filepath': 'third_party/WebKit/Source/core/dom/shadow/' \
1191 '|third_party/WebKit/Source/core/dom/custom/' \
1192 '|third_party/WebKit/Source/core/html/imports/' \
1193 '|third_party/WebKit/Source/bindings/v8/custom/V8CustomElementConstructorCustom' \
1194 '|third_party/WebKit/Source/bindings/v8/CustomElementHelpers'
1195 },
1196 'blink_webp': {
1197 'filepath': 'third_party/WebKit/Source/platform/image-decoders/webp' \
1198 '|third_party/WebKit/Source/platform/image-encoders/skia/WEBP'
1199 },
1200 'blink_websockets': {
1201 'filepath': 'third_party/WebKit/Source/modules/websockets/'
1202 },
1203 'blink_workers': {
1204 'filepath': 'third_party/WebKit/Source/core/workers',
1205 },
1206 'blink_wtf': {
1207 'filepath': 'third_party/WebKit/Source/wtf',
1208 },
1209 'blink_xmlhttprequest': {
1210 'filepath': 'third_party/WebKit/Source/core/xmlhttprequest/'
tfarinad21f9472015-10-13 18:36:011211 },
1212 'test_runner': {
1213 'filepath': 'components/test_runner/' \
1214 '|content/shell/(common|browser|renderer)/layout_test/' \
1215 '|content/test/layouttest_support.cc' \
1216 '|content/public/test/layouttest_support.h' \
tfarinad21f9472015-10-13 18:36:011217 },
[email protected]a3838612009-10-13 21:57:541218 },
[email protected]ca872e362011-07-12 21:06:031219
[email protected]a3838612009-10-13 21:57:541220 'WATCHLISTS': {
asvitkinee4bad382015-11-05 21:56:451221 'about_flags': ['[email protected]'],
mazda6471d0e2015-10-02 06:32:551222 'accelerator_table': ['[email protected]',
[email protected]f76c8852012-06-21 16:37:001223 '[email protected]'],
dmazzoni5f4b7f12015-02-17 16:35:571224 'accessibility': ['[email protected]',
1225 '[email protected]',
[email protected]f76c8852012-06-21 16:37:001226 '[email protected]',
je_julie.kima170bac2015-05-06 14:57:541227 '[email protected]',
dmazzoni5f4b7f12015-02-17 16:35:571228 '[email protected]',
[email protected]f76c8852012-06-21 16:37:001229 '[email protected]'],
[email protected]e9db77a2013-06-12 23:56:171230 'activity_log': ['[email protected]'],
dfalcantaraef21e9e2016-01-07 01:16:261231 'android_infobars': ['[email protected]'],
yfriedman78e879d2016-01-19 15:40:061232 'android_infra': ['[email protected]',
mikecasec0ea0862015-10-24 00:14:321233 '[email protected]'],
gabadieb0d23bb92016-02-17 11:26:161234 'android_loading': ['[email protected]'],
mlamourid8b0feb2015-06-02 16:30:471235 'android_media': ['[email protected]',
1236 '[email protected]'],
[email protected]c9ae7a32014-03-31 22:18:591237 'android_tab': ['[email protected]', '[email protected]'],
[email protected]7ca78dc12012-09-20 09:26:441238 'android_webview': ['[email protected]'],
benwellse9e22c22015-03-26 20:26:141239 'app_list': ['[email protected]',
1240 '[email protected]',
1241 '[email protected]'],
1242 'app_shortcuts': ['[email protected]', '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001243 'appcache': ['[email protected]'],
[email protected]54bf94d2013-01-30 23:07:401244 'apps': ['[email protected]', '[email protected]'],
ben0ee290d02014-10-28 00:02:521245 'ash': ['[email protected]',
1246 '[email protected]'],
1247 'aura': ['[email protected]',
[email protected]a6349a92013-10-04 11:49:321248 '[email protected]'],
[email protected]c3a6e1e72013-08-02 00:13:071249 'aura_compositor': ['[email protected]',
1250 '[email protected]',
1251 '[email protected]',
[email protected]a6349a92013-10-04 11:49:321252 '[email protected]',
1253 '[email protected]'],
sullivan0171e3c2015-03-03 18:47:211254 'auto_bisect': ['[email protected]'],
bondd355e0f62015-08-24 23:54:421255 'autofill': ['[email protected]',
1256 '[email protected]',
jdonnelly40d55452015-08-31 19:37:031257 '[email protected]',
vabraafbd4f32015-11-10 19:30:231258 '[email protected]',
1259 '[email protected]'],
[email protected]121773a2013-06-07 22:02:331260 'automation': ['[email protected]'],
iclellandf581d48d2016-01-21 22:07:151261 'background_sync': ['[email protected]','[email protected]',
chasej6dff9292016-02-02 20:33:121262 '[email protected]',
1263 '[email protected]'],
dmikurubee40b4062014-11-04 17:47:191264 'base_allocator': ['[email protected]',
[email protected]b17d9e02014-07-29 09:45:501265 '[email protected]'],
[email protected]1ed5e0fd2012-07-19 00:19:051266 'base_memory': ['[email protected]'],
grt829c6a82014-10-20 09:29:321267 'base_win': ['[email protected]', '[email protected]'],
[email protected]7e093d4022014-06-26 19:19:551268 'battery_status': ['[email protected]'],
anandc54ad4f72016-01-08 20:43:531269 'blimp' : ['[email protected]',
1270 '[email protected]',
nyquist0af49ad2015-09-16 19:22:351271 '[email protected]',
1272 '[email protected]',
sriramsr93d84202015-10-08 00:06:151273 '[email protected]',
1274 '[email protected]',
1275 '[email protected]'],
noyauc7f9ea392014-11-26 11:24:481276 'bookmarks': ['[email protected]', '[email protected]'],
stevenjbdd133032015-08-07 18:37:471277 'browser_chromeos': ['[email protected]'],
[email protected]22650d22012-07-18 17:02:351278 'browser_components': ['[email protected]'],
[email protected]466af5e2013-08-01 19:53:441279 'browser_compositor': ['[email protected]',
[email protected]21cd39b2012-06-28 01:48:401280 '[email protected]'],
[email protected]17a2fba2013-02-07 18:46:571281 'browser_resources': ['[email protected]'],
michaelpge42ca3b32016-02-19 08:17:571282 'browser_resources_md': ['[email protected]'],
[email protected]0ce480532012-07-20 12:33:201283 'browsing_data': ['[email protected]'],
rouslan8d6a8372015-09-10 19:10:101284 'bubble': ['[email protected]',
1285 '[email protected]',
1286 '[email protected]',
1287 '[email protected]'],
nhiroki58623d32015-04-27 07:10:111288 'cache_storage': ['[email protected]', '[email protected]'],
[email protected]c9ae7a32014-03-31 22:18:591289 'cast': ['[email protected]',
[email protected]479180d22014-03-11 09:47:341290 '[email protected]',
miua1710162015-08-27 01:38:091291 '[email protected]',
[email protected]ad8ff0e2013-12-13 09:24:121292 '[email protected]',
miua1710162015-08-27 01:38:091293 '[email protected]',
1294 '[email protected]'],
[email protected]c863702a2012-09-14 20:05:281295 'cc': ['[email protected]'],
eranmc2a9f612015-11-24 16:41:341296 'certificate_transparency': ['[email protected]', '[email protected]'],
[email protected]c73ec8ab2014-01-16 20:35:231297 'chrome_elf': ['[email protected]',],
[email protected]d5b21972012-07-20 02:06:011298 'chrome_views': ['[email protected]'],
halliwellfa56b3a42015-09-04 21:42:571299 'chromecast': ['[email protected]',
1300 '[email protected]',
1301 '[email protected]'],
gfhuang2548f902016-02-26 02:29:211302 'chromecast_public': ['[email protected]'],
stgaocea5a9c2015-05-29 22:31:391303 'chromedriver': ['[email protected]'],
stevenjbdd133032015-08-07 18:37:471304 'chromeos' : ['[email protected]'],
[email protected]eda0a0b2013-04-19 20:34:351305 'chromeos_attestation' : ['[email protected]'],
[email protected]7c59a152012-11-06 20:56:351306 'chromeos_calculator' : ['[email protected]'],
hashimoto40ecb692014-09-02 04:51:311307 'chromeos_dbus': ['[email protected]'],
[email protected]2a66f5752013-11-26 04:34:021308 'chromeos_net' : ['[email protected]'],
[email protected]2315ac0c2013-02-05 00:49:161309 'chromeos_power' : ['[email protected]'],
achuithd0c0911d2015-09-02 11:25:551310 'chromeos_login' : ['[email protected]',
1311 '[email protected]'],
[email protected]e8af07b2013-02-13 19:21:251312 'clang_update': ['[email protected]',
[email protected]cf8ffa82013-02-13 08:30:071313 '[email protected]',
1314 '[email protected]',
hans5aeb7d12015-09-29 20:50:351315 '[email protected]',
[email protected]cf8ffa82013-02-13 08:30:071316 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001317 'clipboard': ['[email protected]'],
[email protected]18fd7a532014-08-20 23:09:511318 'closure': ['[email protected]',
dbeam78528be2016-02-18 07:08:491319 '[email protected]',
1320 '[email protected]'],
sdefresned94c5b02015-07-22 17:54:551321 'components_deps': ['[email protected]',
1322 '[email protected]',
1323 '[email protected]'],
[email protected]7bdda282014-03-27 16:30:591324 'content': ['[email protected]',
mkwst512627022014-09-16 09:23:271325 '[email protected]' ],
ortunob0035b242016-01-26 21:00:361326 'content_bluetooth': ['[email protected]',
1327 '[email protected]'],
kinuko01cbe8a12015-10-20 09:59:061328 'content_loader': ['[email protected]'],
mlamouri5cdcdf02014-11-27 15:58:591329 'content_renderer': [ '[email protected]',
1330 '[email protected]'],
mkwst75a31a42014-09-14 18:32:531331 'content_shell': ['[email protected]',
mlamouri5cdcdf02014-11-27 15:58:591332 '[email protected]',
peterc9e3e172015-11-02 09:29:161333 '[email protected]',
1334 '[email protected]'],
nhiroki90ba0102015-07-21 01:42:241335 'content_worker': ['[email protected]',
1336 '[email protected]'],
michaelpge42ca3b32016-02-19 08:17:571337 'cr_elements': ['[email protected]',
1338 '[email protected]',
1339 '[email protected]'],
dmikurubee40b4062014-11-04 17:47:191340 'deep_memory_profiler': ['[email protected]'],
ortunob0035b242016-01-26 21:00:361341 'device_bluetooth': ['[email protected]',
1342 '[email protected]'],
mlamouri5cdcdf02014-11-27 15:58:591343 'device_sensors': ['[email protected]',
1344 '[email protected]',
1345 '[email protected]',
1346 '[email protected]'],
scheibabdd7d32015-02-11 22:13:081347 'developer_recommended_flags': ['[email protected]'],
yurysa0fccaa2015-10-26 22:47:101348 'devtools': ['[email protected]', '[email protected]'],
[email protected]bab2a832012-07-11 23:29:411349 'disk_cache': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001350 'dns': ['[email protected]'],
benjhaydendd24d5a642015-10-05 18:19:511351 'download': ['[email protected]'],
dbeam78528be2016-02-18 07:08:491352 'downloads_ui': ['[email protected]',
1353 '[email protected]'],
[email protected]9a3781d2013-04-04 18:31:401354 'drive': ['[email protected]'],
[email protected]89d2cd52013-04-16 01:55:361355 'drive_resource_metadata': ['[email protected]'],
[email protected]3a25c8a2014-06-26 06:47:101356 'eme': ['[email protected]'],
jdduke7edf3ca42015-10-26 18:20:011357 'events': ['[email protected]'],
[email protected]f9529e7922013-06-06 05:19:411358 'extension': ['[email protected]',
1359 '[email protected]'],
[email protected]84dcfd92014-05-23 13:18:191360 'fileapi': ['[email protected]',
[email protected]6f217122013-11-25 07:21:481361 '[email protected]',
1362 '[email protected]'],
yoshiki1c0ba2782014-12-08 07:04:261363 'filebrowse': ['[email protected]'],
[email protected]4ed766c2013-09-19 09:45:201364 'filesapp': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001365 'ftp': ['[email protected]'],
johnme02d3cdb2016-02-24 18:10:191366 'gcm': ['[email protected]', '[email protected]',
1367 '[email protected]'],
mlamouri5cdcdf02014-11-27 15:58:591368 'geolocation': ['[email protected]',
1369 '[email protected]'],
[email protected]cf428f732012-10-02 20:48:151370 'gfx_geometry': ['[email protected]'],
[email protected]f93b7382012-08-09 20:53:161371 'gfx_image': ['[email protected]'],
[email protected]4d1773e2014-04-05 07:59:571372 'gn': ['[email protected]'],
[email protected]a6159102013-11-08 23:21:521373 'gpu': ['[email protected]'],
dbeam78528be2016-02-18 07:08:491374 'history_ui': ['[email protected]',
1375 '[email protected]',
1376 '[email protected]'],
[email protected]18d7e402014-07-08 19:53:141377 'hotword': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001378 'i18n': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001379 'importer': ['[email protected]'],
[email protected]8b250562014-08-12 19:07:451380 'indexed_db': ['[email protected]',
dgrogand792a7f2016-01-21 00:12:131381 '[email protected]'],
bruthigaa8281f2016-02-09 17:52:311382 'ink_drop': ['[email protected]'],
[email protected]b17d9e02014-07-29 09:45:501383 'installer': ['[email protected]', '[email protected]'],
mmoss19826c62014-11-14 21:37:361384 'installer_linux': [ '[email protected]'],
[email protected]f2079e12013-06-05 00:26:371385 'instant': ['[email protected]', '[email protected]',
tburkard8268a8d2014-09-17 12:53:441386 '[email protected]', '[email protected]',
[email protected]b1ac652d9b2013-05-03 16:25:041387 '[email protected]', '[email protected]',
[email protected]2cefb692013-05-14 20:20:381388 '[email protected]', '[email protected]',
tburkard8268a8d2014-09-17 12:53:441389 '[email protected]', '[email protected]'],
sdefresne18b47312015-06-18 15:15:091390 'ios_chrome': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001391 'ipc': ['[email protected]', '[email protected]'],
vabraafbd4f32015-11-10 19:30:231392 'login': ['[email protected]'],
jzerna66c86c2016-02-05 22:53:021393 'libwebp': ['[email protected]', '[email protected]', '[email protected]'],
johannkoenig52381382015-09-18 22:35:251394 'libvpx': ['[email protected]', '[email protected]',
1395 '[email protected]', '[email protected]'],
[email protected]04a292a2013-03-07 19:58:421396 'linux_fonts': ['[email protected]'],
[email protected]6d7e0bf2014-07-28 22:30:401397 'linux_sandboxing': ['[email protected]'],
[email protected]04a292a2013-03-07 19:58:421398 'linux_seccomp_bpf': ['[email protected]'],
[email protected]43d33e92014-07-14 16:39:311399 'supervised_users': ['[email protected]'],
penghuang7d460212015-07-21 20:25:061400 'mandoline': ['[email protected]',
rjkroegef60dea862015-10-29 17:50:061401 '[email protected]',
1402 '[email protected]'],
mlamourid8b0feb2015-06-02 16:30:471403 'manifest': ['[email protected]'],
dbeam7a734562015-09-15 18:23:171404 'md_settings': ['[email protected]',
michaelpg32ca07902015-02-07 00:31:111405 '[email protected]',
michaelpg32ca07902015-02-07 00:31:111406 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001407 'media': ['[email protected]'],
tommycli5dee9172015-06-18 19:36:561408 'media_galleries': ['[email protected]', '[email protected]'],
kmarshallb698ad4f2015-02-24 19:42:481409 'media_router': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001410 'message_loop': ['[email protected]'],
isherman1eee6f12014-12-09 02:14:301411 'metrics': ['[email protected]'],
[email protected]1d8899ee2014-06-10 20:58:121412 'metrics_xml_files': ['[email protected]'],
toyoshim8f51f902015-03-27 03:50:211413 'midi': ['[email protected]'],
[email protected]c3830c622013-10-10 22:00:001414 'mojo': ['[email protected]',
[email protected]62bbe812013-10-24 22:24:161415 '[email protected]',
[email protected]f47d871a2013-10-11 22:14:151416 '[email protected]',
[email protected]3bf40cb2013-10-11 19:10:491417 '[email protected]',
[email protected]0f79ff62014-04-25 23:35:531418 '[email protected]',
[email protected]84003af2014-05-02 09:37:131419 '[email protected]',
1420 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001421 'mouse_lock': ['[email protected]'],
rjkroegef60dea862015-10-29 17:50:061422 'mus': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001423 'nacl': ['[email protected]'],
[email protected]cfe80042014-04-14 22:11:541424 'native_client_sdk': ['[email protected]', '[email protected]'],
[email protected]b9ecdb62014-03-07 14:56:431425 'navigation': ['[email protected]', '[email protected]'],
[email protected]0b6c5e92013-03-08 22:42:521426 'net': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001427 'net_error_list': ['[email protected]'],
jkarlin539748402015-03-31 17:36:311428 'netinfo': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001429 'net_log': ['[email protected]', '[email protected]'],
rdsmith2fcbee82015-07-22 00:20:131430 'network_quality': ['[email protected]'],
peterc9e3e172015-11-02 09:29:161431 'notifications': ['[email protected]',
mlamouri5cdcdf02014-11-27 15:58:591432 '[email protected]'],
Evan Stade459d16662015-07-07 17:04:571433 'ntp': ['[email protected]',
[email protected]0bce107762012-11-27 11:42:541434 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001435 'omnibox': ['[email protected]'],
michaelpgf6260fbd2015-02-06 17:59:351436 'options': ['[email protected]',
1437 '[email protected]'],
chasej6dff9292016-02-02 20:33:121438 'origin_trials': ['[email protected]'],
Evan Stadeb873f1a2014-09-09 00:57:321439 'ozone': ['[email protected]', '[email protected]'],
csharrison3b1dc4062015-10-19 14:31:081440 'page_load_metrics' : ['[email protected]',
kinuko01cbe8a12015-10-20 09:59:061441 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001442 'panels': ['[email protected]', '[email protected]',
1443 '[email protected]', '[email protected]'],
mkwstb0a0ccfb2014-10-23 12:53:251444 'password_manager': ['[email protected]',
vabr57d76102015-04-16 09:48:511445 '[email protected]',
vabraafbd4f32015-11-10 19:30:231446 '[email protected]'],
bradnelson3fdc28cb2015-01-23 20:03:251447 'pepper_api': ['[email protected]',
1448 '[email protected]', '[email protected]',
raymesf5084632015-07-02 07:14:151449 '[email protected]', '[email protected]',
1450 '[email protected]', '[email protected]'],
kcarattinic1d30ef2016-01-07 05:12:301451 'permissions': ['[email protected]'],
stuartmorganf8c132922015-01-23 14:45:341452 'plugin': ['[email protected]'],
tnagelad92622a92015-10-20 10:26:301453 'policy_definitions': ['[email protected]'],
dbeam78528be2016-02-18 07:08:491454 'polymer': ['[email protected]',
1455 '[email protected]'],
twifkak0c69c1f2015-06-22 18:20:091456 'precache': ['[email protected]'],
tburkard8268a8d2014-09-17 12:53:441457 'predictors': ['[email protected]'],
[email protected]be775bc2014-06-30 15:41:141458 'prepopulated_engines': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001459 'prerender': ['[email protected]', '[email protected]',
jkarlin539748402015-03-31 17:36:311460 '[email protected]', '[email protected]'],
peterc9e3e172015-11-02 09:29:161461 'push_messaging': ['[email protected]', '[email protected]',
harknessf287a8f42016-01-25 09:58:131462 '[email protected]',
1463 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001464 'pyauto': ['[email protected]',
[email protected]4f788fd2012-10-10 21:43:381465 '[email protected]',
[email protected]f76c8852012-06-21 16:37:001466 '[email protected]'],
[email protected]c3887592014-02-06 20:02:251467 'remoting': ['[email protected]'],
gab57e80c72014-12-08 21:06:131468 'rlz_id': ['[email protected]',
gab57e80c72014-12-08 21:06:131469 '[email protected]'],
grt829c6a82014-10-20 09:29:321470 'safe_browsing': ['[email protected]'],
rickyz0a819bfc2015-02-04 23:57:221471 'sandbox': ['[email protected]'],
skyostil20dea312014-11-11 13:43:061472 'scheduler': ['[email protected]'],
mlamourid8b0feb2015-06-02 16:30:471473 'screen_orientation': ['[email protected]'],
[email protected]0b431722014-01-08 07:21:511474 'service_worker': ['[email protected]',
[email protected]84dcfd92014-05-23 13:18:191475 '[email protected]',
[email protected]0b431722014-01-08 07:21:511476 '[email protected]',
[email protected]dd864bc2014-02-24 23:04:091477 '[email protected]',
[email protected]6d095a8b2014-02-28 15:26:161478 '[email protected]',
[email protected]edaf31d2014-03-07 00:09:171479 '[email protected]',
[email protected]6d095a8b2014-02-28 15:26:161480 '[email protected]'],
[email protected]b9ecdb62014-03-07 14:56:431481 'site_instance': ['[email protected]', '[email protected]',
1482 '[email protected]'],
[email protected]ad0295d2012-10-11 23:43:361483 'spellcheck': ['[email protected]',
[email protected]18d7e402014-07-08 19:53:141484 '[email protected]',
rouslan8d6a8372015-09-10 19:10:101485 '[email protected]'],
[email protected]67f39af2013-08-23 20:06:051486 'streams': ['[email protected]'],
vmpstr63a36532016-03-09 01:11:301487 'styleguide': ['[email protected]', '[email protected]'],
zea2b40a9292014-10-09 16:45:251488 'sync': ['[email protected]',
maxboguee02372182014-11-13 00:42:221489 '[email protected]',
pvalenzuela77e4487302015-03-16 17:22:101490 '[email protected]',
[email protected]3a2a6ac02014-06-20 07:07:121491 '[email protected]'],
[email protected]84dcfd92014-05-23 13:18:191492 'syncfs': ['[email protected]',
[email protected]6f217122013-11-25 07:21:481493 '[email protected]',
1494 '[email protected]'],
[email protected]4529a792013-06-18 19:18:491495 'sync_proto': ['[email protected]'],
[email protected]82d74152013-07-28 08:55:311496 'tab_capture': ['[email protected]'],
[email protected]4a55dec2012-08-30 18:54:351497 'tab_contents': ['[email protected]',
[email protected]f76c8852012-06-21 16:37:001498 '[email protected]', '[email protected]'],
[email protected]31ef420b2014-08-13 21:19:131499 'tab_media_indicators': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:191500 'tcmalloc': ['[email protected]'],
tonygc7f6a4c12015-01-16 18:32:261501 'telemetry': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001502 'tests': [],
penghuang7d460212015-07-21 20:25:061503 'textinput': ['[email protected]',
[email protected]6bd9e802013-04-18 06:40:421504 '[email protected]',
[email protected]ba2c923f2013-10-19 14:08:181505 '[email protected]',
yukishiino616672e2015-04-02 06:43:101506 '[email protected]'],
[email protected]6bd9e802013-04-18 06:40:421507 'textinput_chromeos': ['[email protected]',
[email protected]ba2c923f2013-10-19 14:08:181508 '[email protected]',
yukishiino616672e2015-04-02 06:43:101509 '[email protected]'],
chirantan96fcf6d2015-01-21 22:36:191510 'timers': ['[email protected]'],
[email protected]0fc48a12014-06-07 20:26:051511 'tools_emacs': ['[email protected]'],
sullivand4bfaed82015-02-13 19:43:381512 'tracing': ['[email protected]', '[email protected]'],
[email protected]cf428f732012-10-02 20:48:151513 'ui_compositor': ['[email protected]'],
[email protected]6b5093c2012-05-23 19:10:181514 'ui_resources': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001515 'valgrind': ['[email protected]',
timurrrr5335dbd2015-04-15 11:04:551516 '[email protected]'],
[email protected]c73ec8ab2014-01-16 20:35:231517 'version_assembly': ['[email protected]',
1518 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001519 'views': ['[email protected]'],
[email protected]ef514a32014-02-26 01:02:351520 'virtual_keyboard': ['[email protected]',
1521 '[email protected]'],
mcasasa5584a02015-09-11 21:15:281522 'webrtc_media': ['[email protected]',
[email protected]70098052014-07-01 08:58:101523 '[email protected]'],
tnakamuraa9bda962015-06-03 13:34:021524 'webrtc_browser_tests': ['[email protected]',
1525 '[email protected]'],
raymesf5084632015-07-02 07:14:151526 'website_settings': ['[email protected]',
msramek78c361b72015-10-20 14:09:151527 '[email protected]',
1528 '[email protected]'],
[email protected]b17d9e02014-07-29 09:45:501529 'windows_sandboxing': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001530 'x11': ['[email protected]',
1531 '[email protected]',
1532 '[email protected]'],
wjmaclean3ff6a402015-03-31 19:00:201533 'zoom': ['[email protected]'],
timlohd035d572015-09-25 15:28:021534
1535 'blink': ['[email protected]'],
1536 'blink_accessibility': ['[email protected]',
1537 '[email protected]',
1538 '[email protected]',
1539 '[email protected]'],
1540 'blink_animation': ['[email protected]',
1541 '[email protected]',
1542 '[email protected]',
1543 '[email protected]',
1544 '[email protected]'],
1545 'blink_app_banner': [ '[email protected]' ],
hongchan07217ca2016-02-12 23:38:591546 'blink_audio': ['[email protected]',
1547 '[email protected]'],
timlohd035d572015-09-25 15:28:021548 'blink_battery_status': [ '[email protected]',
1549 '[email protected]' ],
1550 'blink_bidi': [ '[email protected]' ],
1551 'blink_bindings': [ '[email protected]' ],
ortunob0035b242016-01-26 21:00:361552 'blink_bluetooth': [ '[email protected]',
1553 '[email protected]'],
timlohd035d572015-09-25 15:28:021554 'blink_canvas2d': [ '[email protected]',
1555 '[email protected]',
ajumadd78f9b2015-11-16 21:06:481556 '[email protected]',
1557 '[email protected]' ],
timlohd035d572015-09-25 15:28:021558 'blink_clipboard': [ '[email protected]', ],
1559 'blink_content_security_policy': [ '[email protected]' ],
1560 'blink_css': [ '[email protected]',
1561 '[email protected]',
1562 '[email protected]',
1563 '[email protected]',
1564 '[email protected]' ],
1565 'blink_css_grid_layout': [ '[email protected]',
1566 '[email protected]',
1567 '[email protected]' ],
1568 'blink_css_flexbox': [ '[email protected]' ],
1569 'blink_css_fragmentation_tests': [ '[email protected]' ],
1570 'blink_css_regions': [ '[email protected]' ],
1571 'blink_custom_elements': [ '[email protected]',
1572 '[email protected]' ],
1573 'blink_dom': [ '[email protected]',
1574 '[email protected]',
1575 '[email protected]',
1576 '[email protected]',
1577 '[email protected]' ],
1578 'blink_device_light': [ '[email protected]',
1579 '[email protected]' ],
1580 'blink_device_orientation': [ '[email protected]',
1581 '[email protected]',
timlohd035d572015-09-25 15:28:021582 '[email protected]' ],
1583 'blink_devtools': [ '[email protected]',
1584 '[email protected]',
1585 '[email protected]',
timlohd035d572015-09-25 15:28:021586 '[email protected]',
1587 '[email protected]',
1588 '[email protected]',
1589 '[email protected]' ],
1590 'blink_events': [ '[email protected]',
1591 '[email protected]',
1592 '[email protected]' ],
1593 'blink_fetch': [ '[email protected]',
1594 '[email protected]',
1595 '[email protected]',
kinuko01cbe8a12015-10-20 09:59:061596 '[email protected]' ],
timlohd035d572015-09-25 15:28:021597 'blink_layers': [ '[email protected]' ],
1598 'blink_loader': [ '[email protected]',
1599 '[email protected]',
1600 '[email protected]',
kinuko01cbe8a12015-10-20 09:59:061601 '[email protected]' ],
timlohd035d572015-09-25 15:28:021602 'blink_owners': [ '[email protected]'],
kinuko533a1692015-12-21 08:57:251603 'blink_platform': [ '[email protected]' ],
timlohd035d572015-09-25 15:28:021604 'blink_platform_graphics': [ '[email protected]',
danakj7d0a4fd2016-01-07 00:54:311605 '[email protected]',
timlohd035d572015-09-25 15:28:021606 '[email protected]',
1607 '[email protected]',
1608 '[email protected]',
1609 '[email protected]',
1610 '[email protected]',
1611 '[email protected]',
1612 '[email protected]',
1613 '[email protected]',
chrishtr3b2ec152015-09-29 16:27:281614 '[email protected]',
1615 '[email protected]' ],
timlohd035d572015-09-25 15:28:021616 'blink_heap': [ '[email protected]',
1617 '[email protected]',
1618 '[email protected]',
1619 '[email protected]' ],
1620 'blink_html': [ '[email protected]',
1621 '[email protected]' ],
chrishtr3b2ec152015-09-29 16:27:281622 'blink_public_api': [ '[email protected]',
1623 '[email protected]' ],
dgrogand792a7f2016-01-21 00:12:131624 'blink_indexed_db': ['[email protected]',
timlohd035d572015-09-25 15:28:021625 '[email protected]'],
1626 'blink_layout': [ '[email protected]',
1627 '[email protected]',
1628 '[email protected]',
1629 '[email protected]',
1630 '[email protected]',
1631 '[email protected]',
1632 '[email protected]' ],
1633 'blink_paint' : [ '[email protected]',
1634 '[email protected]',
1635 '[email protected]' ],
1636 'blink_permissions': [ '[email protected]' ],
1637 'blink_prerender': [ '[email protected]',
1638 '[email protected]' ],
1639 'blink_preloadScanner': [ '[email protected]' ],
1640 'blink_push_messaging': [ '[email protected]',
1641 '[email protected]',
peterc9e3e172015-11-02 09:29:161642 '[email protected]' ],
timlohd035d572015-09-25 15:28:021643 'blink_client_hints': [ '[email protected]' ],
1644 'blink_scheduler': [ '[email protected]' ],
1645 'blink_track': [ '[email protected]',
1646 '[email protected]',
1647 '[email protected]',
1648 '[email protected]',
1649 '[email protected]',
1650 '[email protected]' ],
1651 'blink_media': [ '[email protected]',
1652 '[email protected]',
1653 '[email protected]',
1654 '[email protected]' ],
1655 'blink_media_queries': [ '[email protected]',
1656 '[email protected]' ],
1657 'blink_fileapi': [ '[email protected]',
1658 '[email protected]',
1659 '[email protected]' ],
1660 'blink_quota': [ '[email protected]',
1661 '[email protected]',
1662 '[email protected]' ],
1663 'blink_viewport_interaction': [ '[email protected]' ],
1664 'blink_webcomponents': [ '[email protected]',
1665 '[email protected]' ],
1666 'blink_mediastream': [ '[email protected]' ],
1667 'blink_navigator_content_utils': [ '[email protected]' ],
peterc9e3e172015-11-02 09:29:161668 'blink_notifications': [ '[email protected]' ],
timlohd035d572015-09-25 15:28:021669 'blink_geolocation': [ '[email protected]',
1670 '[email protected]',
1671 '[email protected]' ],
1672 'blink_htmlparser': [ '[email protected]' ],
1673 'blink_vibration': [ '[email protected]',
1674 '[email protected]' ],
1675 'blink_serviceworkers': [ '[email protected]',
1676 '[email protected]',
1677 '[email protected]',
1678 '[email protected]',
1679 '[email protected]',
1680 '[email protected]',
1681 '[email protected]',
1682 '[email protected]' ],
1683 'blink_serviceworkers_tests': [ '[email protected]' ],
1684 'blink_sheriff_o_matic': [ '[email protected]',
1685 '[email protected]',
1686 '[email protected]',
1687 '[email protected]',
1688 '[email protected]',
1689 '[email protected]',
1690 '[email protected]',
1691 '[email protected]' ],
1692 'blink_spellcheck' : [ '[email protected]' ],
jbromana7bdfdb2016-02-05 15:10:321693 'blink_spv2_layout_tests': [ '[email protected]',
1694 '[email protected]' ],
timlohd035d572015-09-25 15:28:021695 'blink_style': [ '[email protected]' ],
1696 'blink_svg': [ '[email protected]',
1697 '[email protected]',
1698 '[email protected]',
1699 '[email protected]',
1700 '[email protected]',
1701 '[email protected]',
1702 '[email protected]',
1703 '[email protected]' ],
timlohd035d572015-09-25 15:28:021704 'blink_w3ctests' : [ '[email protected]' ],
1705 'blink_webp': [ '[email protected]',
1706 '[email protected]',
1707 '[email protected]',
1708 '[email protected]' ],
1709 'blink_out_of_process_frames': [ '[email protected]',
1710 '[email protected]' ],
1711 'blink_screen_orientation': [ '[email protected]' ],
timlohd035d572015-09-25 15:28:021712 'blink_websockets': [ '[email protected]',
1713 '[email protected]' ],
1714 'blink_workers': [ '[email protected]',
1715 '[email protected]',
1716 '[email protected]',
1717 '[email protected]' ],
1718 'blink_wtf': [ '[email protected]',
1719 '[email protected]' ],
1720 'blink_xmlhttprequest': [ '[email protected]' ],
tfarinad21f9472015-10-13 18:36:011721 'test_runner': [ '[email protected]',
1722 '[email protected]' ],
[email protected]a3838612009-10-13 21:57:541723 },
1724}