blob: 706ae4b13b1cc008ebddf4298430dfa550d1cff3 [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
David Dorwinb3bd4b1a2019-09-24 00:07:016# Refer: https://chromium.googlesource.com/chromium/src/+/master/docs/infra/watchlists.md
[email protected]a3838612009-10-13 21:57:547
[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 },
Anastasia Helfinstein76c21c0b82019-11-21 19:45:1428 'accessibility_component_extensions': {
29 'filepath': 'chrome/browser/resources/chromeos/accessibility'
30 },
dominickn8884155a2016-06-23 02:28:1631 'add_to_homescreen': {
32 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/webapps/|'\
33 'chrome/android/javatests/src/org/chromium/chrome/browser/webapps/|'\
34 'chrome/android/junit/src/org/chromium/chrome/browser/webapps/|'\
dominickn8884155a2016-06-23 02:28:1635 'chrome/browser/android/shortcut_.*|'\
36 'chrome/browser/android/webapps/',
37 },
asvitkine361b276e2016-08-30 18:45:0038 'android_crash_reporting': {
Peter Wen35bf5932018-10-22 19:51:4839 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/crash/' \
Mohamed Heikal65ed80d2020-02-06 14:02:3340 '|chrome/browser/android/crash/' \
41 '|components/crash/android/' \
42 '|components/minidump_uploader/'
asvitkine361b276e2016-08-30 18:45:0043 },
johnmaguire6aaac7902016-03-15 12:28:2044 'android_crazy_linker': {
45 'filepath': 'third_party/android_crazy_linker/'
46 },
Peter Wen35bf5932018-10-22 19:51:4847 'android_deps': {
48 'filepath': 'third_party/android_deps/' \
49 '|tools/android/roll/android_deps/'
50 },
Henrique Nakashima64f2b8b2020-02-05 22:54:4351 'android_flags': {
52 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/flags/'
53 },
dfalcantaraef21e9e2016-01-07 01:16:2654 'android_infobars': {
55 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/infobar/'
56 },
[email protected]d2cdf342012-08-07 11:00:0257 'android_infra': {
Andrew Grieve5babdbfc2017-08-16 01:26:4958 'filepath': 'build/config/android/' \
Andrew Grievefe0c9292017-12-05 15:08:5159 '|build/android/' \
[email protected]d2cdf342012-08-07 11:00:0260 '|testing/android/' \
61 '|tools/android/'
62 },
Takeshi Yoshino524e1d262017-07-28 01:16:3863 'android_item_chooser_dialogs': {
64 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/.*ChooserDialog.java|'\
65 'chrome/android/javatests/src/org/chromium/chrome/browser/.*ChooserDialogTest.java'
66 },
Peter Wen35bf5932018-10-22 19:51:4867 'android_lint': {
68 'filepath': 'build/android/lint/'
69 },
[email protected]d6af50812014-04-01 17:18:0970 'android_media': {
71 'filepath': 'content/browser/media/android' \
72 '|content/renderer/media/android' \
73 '|media/audio/android' \
74 '|media/base/android' \
75 '|media/midi/*_android.*' \
76 '|media/video/capture/android'
77 },
Tomasz Wiszkowski36adccf2019-11-04 16:51:0378 'android_omnibox': {
79 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/omnibox/'
80 },
Ted Choc042d8442018-03-13 16:35:5781 'android_search_widget': {
82 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/locale/' \
83 '|chrome/android/java/src/org/chromium/chrome/browser/searchwidget/'
84 },
wnwena0364162017-02-16 20:37:3885 'android_studio': {
nyquist6e560d032017-02-28 07:49:5986 'filepath': 'build/android/gradle/' \
87 '|docs/android_studio.md' \
88 '|tools/android/android_studio'
wnwena0364162017-02-16 20:37:3889 },
[email protected]3261d962014-03-04 22:18:2890 'android_tab': {
91 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/Tab'
92 },
asvitkine361b276e2016-08-30 18:45:0093 'android_uma_settings': {
Natalie Chouinard4b1887812019-11-27 20:29:5594 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/settings/privacy/PrivacyPreferencesManager.java|'\
95 'chrome/android/java/src/org/chromium/chrome/browser/settings/privacy/PrivacyPreferences.java|'\
asvitkine361b276e2016-08-30 18:45:0096 'chrome/android/java/src/org/chromium/chrome/browser/metrics/UmaSessionStats.java',
97 },
zpengb9a180d2016-10-12 18:40:2198 'android_webapk': {
zpeng4c3bc372016-10-13 03:00:4899 'filepath': 'chrome/android/webapk/|'\
100 'chrome/browser/android/webapk/',
zpengb9a180d2016-10-12 18:40:21101 },
[email protected]7ca78dc12012-09-20 09:26:44102 'android_webview': {
103 'filepath': 'android_webview/',
104 },
Tim Volodine178dc2bc2019-03-19 19:07:22105 'android_webview_network_service': {
106 'filepath': 'android_webview/browser/network_service/',
107 },
Yi Guc1c54682018-07-23 12:00:00108 'animation_worklet': {
109 'filepath': 'third_party/blink/renderer/modules/animationworklet/',
110 },
Dominick Ngb919db92019-11-18 06:17:16111 'app_service': {
112 'filepath': 'chrome/browser/apps/app_service/'\
113 '|chrome/browser/ui/app_list/app_service/'\
114 '|chrome/services/app_service/'\
115 '|components/services/app_service/',
116 },
[email protected]e38d185a2013-07-09 08:23:52117 'app_shortcuts': {
118 'filepath': 'apps/app_shim/'\
[email protected]e38d185a2013-07-09 08:23:52119 '|chrome/common/mac/'
120 },
[email protected]54bf94d2013-01-30 23:07:40121 'apps': {
Dominick Ngfe197c752018-07-18 00:51:26122 'filepath': '^apps/'\
123 '|chrome/browser/apps/'\
124 '|chrome/browser/chromeos/apps/'
[email protected]54bf94d2013-01-30 23:07:40125 },
Maggie Cai9190f7632019-06-12 06:06:57126 'apps_intent_helper': {
127 'filepath': 'chrome/browser/apps/intent_helper/|'\
128 'chrome/browser/chromeos/apps/intent_helper/'
129 },
lhchavez4b19176f2016-05-04 23:12:46130 'arc': {
131 'filepath': 'arc/',
132 },
lhchavez61532c92016-10-18 21:33:37133 'arc_auth': {
134 'filepath': 'chrome/browser/chromeos/arc/arc_auth'
135 },
Yuichiro Hanada2e111fb2018-11-19 17:33:05136 'arc_ime': {
137 'filepath': 'chrome/browser/chromeos/arc/input_method_manager/'\
138 '|components/arc/ime/'
139 },
poromov7633f602017-02-21 16:44:01140 'arc_kiosk': {
141 'filepath': 'chrome/browser/chromeos/app_mode/arc/'\
142 '|components/arc/kiosk/'\
143 '|arc_kiosk'
144 },
Miyoung Shin3fc077c2019-08-06 00:29:44145 'arc_mojom': {
146 'filepath': 'components/arc/mojom/',
147 },
lhchavez4b19176f2016-05-04 23:12:46148 'arc_net': {
149 'filepath': 'components/arc/net/',
150 },
ejcarusoa298ec02016-06-16 20:30:43151 'arc_power': {
152 'filepath': 'components/arc/power/',
153 },
Hirokazu Hondaf98a3122018-04-12 11:19:48154 'arc_video_accelerator': {
155 'filepath': 'components/arc/video_accelerator',
156 },
[email protected]3ce56642013-10-17 22:12:51157 'ash': {
158 'filepath': 'ash/',
159 },
Xiaohui Chenf7e70a22018-02-08 00:36:38160 'assistant': {
David Black9b7b19f2020-02-24 18:28:35161 'filepath': 'ash/ambient/ui/.*assistant.*'\
162 '|ash/app_list/views/assistant/'\
David Black20c36722019-02-05 18:36:31163 '|ash/assistant/'\
Xiaohui Chen985c26b2018-05-16 18:41:27164 '|chromeos/assistant/'\
165 '|chromeos/services/assistant/'\
166 '|chrome/browser/ui/ash/assistant/'
Xiaohui Chenf7e70a22018-02-08 00:36:38167 },
Max Morin2b0206312018-04-06 11:17:40168 'audio_service': {
169 'filepath': 'services/audio/'
170 },
[email protected]f76c8852012-06-21 16:37:00171 'aura': {
[email protected]3ce56642013-10-17 22:12:51172 'filepath': 'ui/aura/',
[email protected]84ba35e32010-08-06 17:22:39173 },
[email protected]c3a6e1e72013-08-02 00:13:07174 'aura_compositor': {
175 'filepath':
176 'ui/compositor/' \
[email protected]6dc38f72014-01-16 22:19:58177 '|content/browser/compositor/' \
danakj479ab502017-03-31 20:19:09178 '|content/browser/renderer_host/compositor_resize_lock' \
[email protected]c3a6e1e72013-08-02 00:13:07179 '|content/browser/renderer_host/render_widget_host_view_aura' \
180 '|content/browser/renderer_host/render_widget_host_view_browsertest' \
[email protected]a6eeeef92014-03-19 19:06:44181 '|content/browser/renderer_host/delegated' \
[email protected]c3a6e1e72013-08-02 00:13:07182 '|content/common/gpu/client/' \
[email protected]c3a6e1e72013-08-02 00:13:07183 },
Martin Robinson30f0f7f2019-08-22 16:33:05184 'auralinux_accessibility': {
185 'filepath':
186 'ui/accessibility/platform/.*auralinux.*' \
187 '|ui/views/accessibility/.*auralinux.*' \
188 '|chrome/browser/ui/views/accessibility/.*auralinux.*' \
189 '|content/browser/accessibility/.*auralinux.*' \
190 },
Katie D14c38ce2019-02-14 00:34:45191 'autoclick': {
192 'filepath': 'ash/autoclick/',
193 },
[email protected]2a38f0c02013-05-29 02:27:45194 'autofill': {
rouslanfbfa7402016-11-22 19:36:39195 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/autofill/|'\
196 'chrome/browser/autofill/|'\
[email protected]d9310a82012-11-02 02:53:48197 'chrome/browser/ui/android/autofill/|'\
198 'chrome/browser/ui/autofill/|'\
[email protected]e3e4ca62013-05-17 08:50:27199 'chrome/browser/ui/cocoa/autofill/|'\
[email protected]d9310a82012-11-02 02:53:48200 'chrome/browser/ui/views/autofill/|'\
[email protected]d9310a82012-11-02 02:53:48201 'chrome/renderer/autofill/|'\
202 'chrome/test/data/autofill/|'\
[email protected]3947d4a82013-03-12 09:41:05203 'components/autofill/|'\
[email protected]30964792013-05-29 02:41:25204 'components/autofill/browser/webdata/|'\
vabrbeb0c562015-12-01 10:48:08205 'components/webdata/',
[email protected]b3399272010-08-10 19:49:29206 },
gogerald5d02fde2018-08-18 04:30:56207 'autofill_assistant': {
Peter Wenf66bd402019-03-18 14:04:33208 'filepath': 'chrome/android/features/autofill_assistant/|'\
gogerald5d02fde2018-08-18 04:30:56209 'chrome/browser/android/autofill_assistant/|'\
210 'components/autofill_assistant/',
211 },
Jared Sauldd47a29d2019-04-18 16:28:54212 'autofill_payments': {
Jared Saul4765c1e2018-06-18 13:44:57213 'filepath': 'chrome/browser/ui/autofill/chrome_autofill_client*|'\
Jared Sauldd47a29d2019-04-18 16:28:54214 'chrome/browser/ui/autofill/payments/|'\
215 'chrome/browser/ui/views/autofill/payments/|'\
216 'components/autofill/core/browser/payments/|'\
217 'components/autofill/core/browser/ui/payments/|'\
218 'components/autofill/core/common/autofill_payments_features*|'\
219 'components/autofill_payments_strings*',
Jared Saul4765c1e2018-06-18 13:44:57220 },
peter39e10a62017-02-21 15:14:13221 'background_fetch': {
Peter Beverloo4548c852017-08-31 13:45:17222 'filepath': 'background_fetch|'\
223 'background-fetch',
peter39e10a62017-02-21 15:14:13224 },
225 'background_sync': {
Josh Karlin1bd016742017-08-18 17:44:17226 'filepath': '/background_sync/',
peter39e10a62017-02-21 15:14:13227 },
dominickn8884155a2016-06-23 02:28:16228 'banners': {
229 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/banners/|'\
230 'chrome/android/javatests/src/org/chromium/chrome/browser/banners/|'\
dominickn8884155a2016-06-23 02:28:16231 'chrome/browser/banners/|'\
232 'chrome/browser/ui/android/infobars/app_banner_.*|'\
Blink Reformata30d4232018-04-07 15:31:06233 'third_party/blink/public/platform/modules/app_banner/|'\
234 'third_party/blink/renderer/modules/app_banner/',
dominickn8884155a2016-06-23 02:28:16235 },
[email protected]f76c8852012-06-21 16:37:00236 'base': {
[email protected]f2f0fbb92012-07-14 15:52:49237 'filepath': '^base/',
[email protected]7a7a13b2010-08-25 01:10:59238 },
[email protected]5e105332012-09-13 01:55:52239 'base_allocator': {
240 'filepath': '^base/allocator',
241 },
[email protected]1ed5e0fd2012-07-19 00:19:05242 'base_memory': {
243 'filepath': '^base/memory',
244 },
Alexander Timin864bf8a02018-03-12 11:06:28245 'base_scheduler': {
246 'filepath': '^base/task/',
247 },
Gabriel Charettee6bbb532019-04-29 16:39:39248 'base_thread_pool': {
249 'filepath': '^base/task/thread_pool',
robliao1644d8b2016-04-11 15:39:59250 },
[email protected]b17d9e02014-07-29 09:45:50251 'base_win': {
252 'filepath': '^base/win',
253 },
[email protected]7e093d4022014-06-26 19:19:55254 'battery_status': {
255 'filepath': 'content/browser/battery_status/|'\
timvolodine953fde72014-12-09 16:47:10256 'content/test/data/battery_status/|'\
257 'device/battery/',
[email protected]7e093d4022014-06-26 19:19:55258 },
Alexander Timine3deb2a2019-09-20 15:29:09259 'bfcache': {
260 'filepath': 'content/browser/frame_host/back_forward_cache.*|'\
261 'content/browser/back_forward_cache_browsertest.cc|'\
262 'content/test/data/back_forward_cache/|'\
Alexander Timin42c775b92019-10-08 12:07:07263 'content/public/browser/back_forward_cache.*|'\
264 'testing/buildbot/filters.bfcache.*.filter',
Alexander Timine3deb2a2019-09-20 15:29:09265 },
wnwen72684762017-03-29 13:28:37266 'binary_size': {
267 'filepath': 'build/android/binary_size/|'\
268 'tools/binary_size/',
269 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13270 'blink': {
Kent Tamurae9b3a9ec2017-08-31 02:20:19271 'filepath': 'third_party/(WebKit|blink)/',
Takeshi Yoshinoe387aa32017-08-02 13:16:13272 },
273 'blink_accessibility': {
Kent Tamuraeb394c72018-04-07 19:14:55274 'filepath': 'third_party/(WebKit|blink)/.*(accessibility|ax_object_cache|web_ax)'
Takeshi Yoshinoe387aa32017-08-02 13:16:13275 },
276 'blink_animation': {
Kent Tamuraeb394c72018-04-07 19:14:55277 'filepath': 'third_party/(WebKit|blink)/.*([Aa]nimat|[Tt]ransition)',
Takeshi Yoshinoe387aa32017-08-02 13:16:13278 },
279 'blink_app_banner': {
Blink Reformata30d4232018-04-07 15:31:06280 'filepath': 'third_party/blink/renderer/modules/app_banner' \
281 '|third_party/blink/public/platform/modules/app_banner',
Takeshi Yoshinoe387aa32017-08-02 13:16:13282 },
283 'blink_audio': {
Blink Reformata30d4232018-04-07 15:31:06284 'filepath': 'third_party/blink/renderer/platform/audio' \
285 '|third_party/blink/renderer/modules/webaudio' \
Kent Tamura77578cc2018-11-25 22:33:43286 '|third_party/blink/web_tests/external/wpt/webaudio',
Takeshi Yoshinoe387aa32017-08-02 13:16:13287 },
288 'blink_battery_status': {
Blink Reformata30d4232018-04-07 15:31:06289 'filepath': 'third_party/blink/renderer/modules/battery/' \
Kent Tamura77578cc2018-11-25 22:33:43290 '|third_party/blink/web_tests/battery-status/' \
Kent Tamuraeb394c72018-04-07 19:14:55291 '|third_party/blink/renderer/core/frame/platform_event_(controller|dispatcher)'
Takeshi Yoshinoe387aa32017-08-02 13:16:13292 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13293 'blink_bindings': {
Blink Reformata30d4232018-04-07 15:31:06294 'filepath': 'third_party/blink/renderer/platform/bindings' \
295 '|third_party/blink/renderer/bindings',
Takeshi Yoshinoe387aa32017-08-02 13:16:13296 },
297 'blink_bindings_serialization': {
Kent Tamuraeb394c72018-04-07 19:14:55298 'filepath': 'third_party/blink/renderer/bindings/(core|modules)/v8/.*serializ',
Takeshi Yoshinoe387aa32017-08-02 13:16:13299 },
300 'blink_bluetooth': {
Kent Tamuraeb394c72018-04-07 19:14:55301 'filepath': 'third_party/(WebKit|blink)/.*[Bb]luetooth'
Takeshi Yoshinoe387aa32017-08-02 13:16:13302 },
Fernando Serboncinife13f9d2018-08-14 13:35:54303 'blink_canvas': {
Blink Reformata30d4232018-04-07 15:31:06304 'filepath': 'third_party/blink/renderer/core/html/canvas' \
Fernando Serboncinife13f9d2018-08-14 13:35:54305 '|third_party/blink/renderer/core/offscreencanvas' \
306 '|third_party/blink/renderer/core/geometry' \
307 '|third_party/blink/renderer/modules/canvas' \
308 '|third_party/blink/renderer/platform/graphics/canvas',
Takeshi Yoshinoe387aa32017-08-02 13:16:13309 },
310 'blink_client_hints': {
Kent Tamuraeb394c72018-04-07 19:14:55311 'filepath': 'third_party/blink/renderer/core/loader/accept_client_hints*' \
312 '|third_party/blink/renderer/core/loader/frame_fetch_context*' \
313 '|third_party/blink/renderer/core/loader/resource/image_resource*' \
314 '|third_party/blink/renderer/platform/loader/fetch/fetch_context*' \
315 '|third_party/blink/renderer/platform/loader/fetch/resource_fetcher*'
Takeshi Yoshinoe387aa32017-08-02 13:16:13316 },
317 'blink_clipboard': {
Blink Reformata30d4232018-04-07 15:31:06318 'filepath': 'third_party/blink/renderer/core/clipboard' \
Kent Tamuraeb394c72018-04-07 19:14:55319 '|third_party/blink/renderer/core/page/.*drag' \
320 '|third_party/blink/renderer/platform/.*drag' \
Kent Tamuraeb394c72018-04-07 19:14:55321 '|third_party/blink/public/platform/.*drag' \
322 '|third_party/blink/public/web/.*drag',
Takeshi Yoshinoe387aa32017-08-02 13:16:13323 },
Jeremy Romanb7b3a6a2018-02-07 20:15:32324 'blink_common': {
Kent Tamuraeb394c72018-04-07 19:14:55325 'filepath': 'third_party/blink/common'
Blink Reformata30d4232018-04-07 15:31:06326 '|third_party/blink/public/common' \
327 '|third_party/blink/public/mojom',
Jeremy Romanb7b3a6a2018-02-07 20:15:32328 },
Kentaro Hara993b0de2017-08-07 02:26:37329 'blink_controller': {
Blink Reformata30d4232018-04-07 15:31:06330 'filepath': 'third_party/blink/renderer/controller',
Kentaro Hara993b0de2017-08-07 02:26:37331 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13332 'blink_css': {
Blink Reformata30d4232018-04-07 15:31:06333 'filepath': 'third_party/blink/renderer/core/css',
Takeshi Yoshinoe387aa32017-08-02 13:16:13334 },
335 'blink_css_flexbox': {
Kent Tamuraeb394c72018-04-07 19:14:55336 'filepath': 'third_party/blink/renderer/core/rendering/.*flex' \
Kent Tamura77578cc2018-11-25 22:33:43337 '|third_party/blink/web_tests/fast/deprecated-flexbox/' \
338 '|third_party/blink/web_tests/css3/flexbox/' \
339 '|third_party/blink/web_tests/ietestcenter/css3/flexbox/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13340 },
341 'blink_css_fragmentation_tests': {
Kent Tamura77578cc2018-11-25 22:33:43342 'filepath': 'third_party/blink/web_tests/fast/multicol/' \
343 '|third_party/blink/web_tests/fast/pagination/' \
344 '|third_party/blink/web_tests/fragmentation/' \
345 '|third_party/blink/web_tests/printing/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13346 },
347 'blink_css_grid_layout': {
Kent Tamuraeb394c72018-04-07 19:14:55348 'filepath': 'third_party/blink/renderer/core/layout/.*grid' \
349 '|third_party/blink/renderer/core/paint/.*grid' \
350 '|third_party/blink/renderer/core/css/.*grid' \
Kent Tamura77578cc2018-11-25 22:33:43351 '|third_party/blink/web_tests/fast/css-grid-layout/' \
352 '|third_party/blink/web_tests/ietestcenter/css3/grid/' \
353 '|third_party/blink/web_tests/platform/.*/fast/css-grid-layout/' \
354 '|third_party/blink/web_tests/platform/.*/ietestcenter/css3/grid/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13355 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13356 'blink_custom_elements': {
Blink Reformata30d4232018-04-07 15:31:06357 'filepath': 'third_party/blink/renderer/core/html/custom/' \
Kent Tamuraeb394c72018-04-07 19:14:55358 '|third_party/blink/renderer/bindings/core/v8/.*custom_element',
Takeshi Yoshinoe387aa32017-08-02 13:16:13359 },
360 'blink_device_orientation': {
Oksana Zhuravlova5e236ec92018-07-25 00:16:03361 'filepath': 'content/browser/device_sensors/' \
362 '|content/test/data/device_sensors/' \
363 '|third_party/blink/renderer/modules/device_orientation/' \
Kent Tamura77578cc2018-11-25 22:33:43364 '|third_party/blink/web_tests/device_orientation/' \
Kent Tamuraeb394c72018-04-07 19:14:55365 '|third_party/blink/renderer/core/frame/platform_event_(controller|dispatcher)' \
366 '|third_party/blink/renderer/core/frame/device_single_window_event_controller'
Takeshi Yoshinoe387aa32017-08-02 13:16:13367 },
368 'blink_devtools': {
Tim van der Lippedf9e7b22019-07-24 13:18:36369 'filepath': 'third_party/blink/.*(inspector|DevTools|dev_tools|devtools)',
Takeshi Yoshinoe387aa32017-08-02 13:16:13370 },
371 'blink_dom': {
Blink Reformata30d4232018-04-07 15:31:06372 'filepath': 'third_party/blink/renderer/core/dom/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13373 },
374 'blink_dom_events': {
Blink Reformata30d4232018-04-07 15:31:06375 'filepath': 'third_party/blink/renderer/core/dom/events/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13376 },
Daniel Murphyeda2b872019-11-27 23:51:41377 'blink_dom_storage': {
378 'filepath': 'third_party/blink/common/dom_storage/|' \
379 'third_party/blink/public/mojom/dom_storage/|' \
380 'third_party/blink/public/common/dom_storage/|' \
381 'third_party/blink/renderer/modules/storage/',
382 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13383 'blink_events': {
Kent Tamuraeb394c72018-04-07 19:14:55384 'filepath': 'third_party/blink/renderer/core/page/.*event' \
385 '|third_party/blink/renderer/core/dom/.*event' \
386 '|third_party/blink/renderer/core/css/.*event' \
387 '|third_party/blink/renderer/platform/.*event'
Takeshi Yoshinoe387aa32017-08-02 13:16:13388 },
389 'blink_fetch': {
Blink Reformata30d4232018-04-07 15:31:06390 'filepath': 'third_party/blink/renderer/platform/loader/fetch'
Takeshi Yoshinoe387aa32017-08-02 13:16:13391 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13392 'blink_fileapi': {
Blink Reformata30d4232018-04-07 15:31:06393 'filepath': 'third_party/blink/renderer/modules/filesystem/' \
394 '|third_party/blink/renderer/core/fileapi/' \
Kent Tamuraeb394c72018-04-07 19:14:55395 '|third_party/blink/renderer/platform/.*file' \
Kent Tamura77578cc2018-11-25 22:33:43396 '|third_party/blink/web_tests/fast/file' \
Kent Tamuraeb394c72018-04-07 19:14:55397 '|third_party/blink/public/.*_file'
Takeshi Yoshinoe387aa32017-08-02 13:16:13398 },
399 'blink_frames': {
Blink Reformata30d4232018-04-07 15:31:06400 'filepath': 'third_party/blink/renderer/core/frame/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13401 },
402 'blink_geolocation': {
Kent Tamura77578cc2018-11-25 22:33:43403 'filepath': 'third_party/blink/web_tests/geolocation-api/' \
Blink Reformata30d4232018-04-07 15:31:06404 '|third_party/blink/renderer/modules/geolocation/' \
Kent Tamuraeb394c72018-04-07 19:14:55405 '|third_party/blink/public/web/.*geolocation'
Takeshi Yoshinoe387aa32017-08-02 13:16:13406 },
407 'blink_heap': {
Blink Reformata30d4232018-04-07 15:31:06408 'filepath': 'third_party/blink/renderer/platform/heap' \
Keishi Hattorife98ac812020-02-28 10:19:09409 '|base/allocator/partition_allocator/' \
410 '|components/gc/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13411 },
412 'blink_html': {
Chris Harrelson92233dfd2019-11-08 17:39:46413 'filepath': 'third_party/blink/renderer/core/html/' \
414 '|third_party/blink/renderer/core/mathml/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13415 },
416 'blink_htmlparser': {
Blink Reformata30d4232018-04-07 15:31:06417 'filepath': 'third_party/blink/renderer/core/html/parser/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13418 },
Chris Blume484eaa1b2018-12-14 22:49:18419 'blink_image_codecs': {
420 'filepath': 'third_party/blink/renderer/platform/image-decoders' \
421 '|third_party/blink/renderer/platform/image-encoders' \
422 '|third_party/blink/perf_tests/image_decoder'
423 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13424 'blink_indexed_db': {
Chase Phillips7027bd52018-08-30 17:31:55425 'filepath': 'third_party/blink/common/indexeddb' \
426 '|third_party/blink/public/common/indexeddb' \
427 '|third_party/blink/public/platform/.*_idb' \
428 '|third_party/blink/public/platform/modules/indexeddb' \
429 '|third_party/blink/public/mojom/indexeddb' \
430 '|third_party/blink/renderer/modules/indexeddb/' \
Kent Tamura77578cc2018-11-25 22:33:43431 '|third_party/blink/web_tests/storage/indexeddb'
Takeshi Yoshinoe387aa32017-08-02 13:16:13432 },
433 'blink_input': {
Blink Reformata30d4232018-04-07 15:31:06434 'filepath': 'third_party/blink/renderer/core/input/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13435 },
436 'blink_layers': {
Kent Tamuraeb394c72018-04-07 19:14:55437 'filepath': 'third_party/blink/renderer/core/page/scrolling/scrolling_coordinator' \
438 '|third_party/blink/renderer/platform/graphics/graphics_layer' \
439 '|third_party/blink/renderer/core/layout/layer'
Takeshi Yoshinoe387aa32017-08-02 13:16:13440 },
441 'blink_layout': {
Kent Tamuraeb394c72018-04-07 19:14:55442 'filepath': 'third_party/blink/renderer/core/layout'
Takeshi Yoshinoe387aa32017-08-02 13:16:13443 },
444 'blink_layout_ng': {
Blink Reformata30d4232018-04-07 15:31:06445 'filepath': 'third_party/blink/renderer/core/layout/ng',
Takeshi Yoshinoe387aa32017-08-02 13:16:13446 },
447 'blink_loader': {
Blink Reformata30d4232018-04-07 15:31:06448 'filepath': 'third_party/blink/renderer/core/loader/' \
449 '|third_party/blink/renderer/platform/loader/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13450 },
451 'blink_media': {
Blink Reformata30d4232018-04-07 15:31:06452 'filepath': 'third_party/blink/renderer/core/css/mediaControls' \
Kent Tamuraeb394c72018-04-07 19:14:55453 '|third_party/blink/renderer/core/html/.*_(audio|media|video)' \
454 '|third_party/blink/renderer/core/html/shadow/media_control' \
455 '|third_party/blink/renderer/core/layout/layout_media' \
456 '|third_party/blink/renderer/core/layout/layout_text_track_container_element' \
Blink Reformata30d4232018-04-07 15:31:06457 '|third_party/blink/renderer/modules/(encryptedmedia|mediasource)' \
458 '|third_party/blink/renderer/platform/drm/' \
459 '|third_party/blink/renderer/platform/graphics/media/' \
Kent Tamura77578cc2018-11-25 22:33:43460 '|third_party/blink/web_tests/media/' \
Kent Tamuraeb394c72018-04-07 19:14:55461 '|third_party/blink/public/.*_media'
Takeshi Yoshinoe387aa32017-08-02 13:16:13462 },
463 'blink_media_queries': {
Kent Tamuraeb394c72018-04-07 19:14:55464 'filepath': 'third_party/blink/renderer/core/css/css_media_rule' \
465 '|third_party/blink/renderer/core/css/media_list' \
466 '|third_party/blink/renderer/core/css/media_query' \
467 '|third_party/blink/renderer/core/css/parser/media_query'
Takeshi Yoshinoe387aa32017-08-02 13:16:13468 },
469 'blink_mediastream': {
Blink Reformata30d4232018-04-07 15:31:06470 'filepath': 'third_party/blink/renderer/modules/mediastream/' \
471 '|third_party/blink/renderer/platform/mediastream/' \
Kent Tamuraeb394c72018-04-07 19:14:55472 '|third_party/blink/renderer/platform/exported/web_media_stream' \
473 '|third_party/blink/renderer/platform/exported/web_rtc' \
Kent Tamura77578cc2018-11-25 22:33:43474 '|third_party/blink/web_tests/fast/mediastream/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13475 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13476 'blink_navigator_content_utils': {
Blink Reformata30d4232018-04-07 15:31:06477 'filepath': 'third_party/blink/renderer/modules/navigatorcontentutils' \
Kent Tamura77578cc2018-11-25 22:33:43478 '|third_party/blink/web_tests/fast/dom/navigatorcontentutils'
Takeshi Yoshinoe387aa32017-08-02 13:16:13479 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13480 'blink_out_of_process_frames': {
Kent Tamuraeb394c72018-04-07 19:14:55481 'filepath': 'third_party/blink/renderer/core/frame/frame_owner' \
482 '|third_party/blink/renderer/core/frame/frame\.' \
483 '|third_party/blink/renderer/core/frame/web_frame' \
484 '|third_party/blink/renderer/core/exported/web_remote_frame_impl'
Takeshi Yoshinoe387aa32017-08-02 13:16:13485 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13486 'blink_paint': {
Blink Reformata30d4232018-04-07 15:31:06487 'filepath': 'third_party/blink/renderer/core/paint/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13488 },
Xida Chen0ef92782018-01-17 05:53:35489 'blink_paintworklet': {
Blink Reformata30d4232018-04-07 15:31:06490 'filepath': 'third_party/blink/renderer/modules/csspaint/' \
Kent Tamura77578cc2018-11-25 22:33:43491 '|third_party/blink/web_tests/http/tests/csspaint/' \
492 '|third_party/blink/web_tests/externla/wpt/css/css-paint-api/'
Xida Chen0ef92782018-01-17 05:53:35493 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13494 'blink_permissions': {
Blink Reformata30d4232018-04-07 15:31:06495 'filepath': 'third_party/blink/renderer/modules/permissions/' \
Julie Jeongeun Kim162c2d282019-03-13 07:23:52496 '|third_party/blink/public/mojom/permissions/',
Takeshi Yoshinoe387aa32017-08-02 13:16:13497 },
498 'blink_platform': {
Blink Reformata30d4232018-04-07 15:31:06499 'filepath': 'third_party/blink/renderer/platform'
Takeshi Yoshinoe387aa32017-08-02 13:16:13500 },
501 'blink_platform_graphics': {
Blink Reformata30d4232018-04-07 15:31:06502 'filepath': 'third_party/blink/renderer/platform/fonts' \
503 '|third_party/blink/renderer/platform/geometry' \
504 '|third_party/blink/renderer/platform/graphics'
Takeshi Yoshinoe387aa32017-08-02 13:16:13505 },
506 'blink_preloadScanner': {
Kent Tamuraeb394c72018-04-07 19:14:55507 'filepath': 'third_party/blink/renderer/core/html/parser/html_preload_scanner',
Takeshi Yoshinoe387aa32017-08-02 13:16:13508 },
509 'blink_prerender': {
Kent Tamuraeb394c72018-04-07 19:14:55510 'filepath': 'third_party/(WebKit|blink)/.*([Pp]rerender|loader/link_loader|html/html_link_element)'
Takeshi Yoshinoe387aa32017-08-02 13:16:13511 },
512 'blink_public_api': {
Blink Reformata30d4232018-04-07 15:31:06513 'filepath': 'third_party/blink/public'
Takeshi Yoshinoe387aa32017-08-02 13:16:13514 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13515 'blink_quota': {
Blink Reformata30d4232018-04-07 15:31:06516 'filepath': 'third_party/blink/renderer/modules/quota/' \
Kent Tamuraeb394c72018-04-07 19:14:55517 '|third_party/blink/public/.*quota'
Takeshi Yoshinoe387aa32017-08-02 13:16:13518 },
519 'blink_scheduler': {
Blink Reformata30d4232018-04-07 15:31:06520 'filepath': 'third_party/blink/renderer/platform/scheduler' \
Kent Tamuraeb394c72018-04-07 19:14:55521 '|third_party/blink/renderer/core/html/parser/.*scheduler'
Takeshi Yoshinoe387aa32017-08-02 13:16:13522 },
Nate Chapin1a9f01a2019-11-22 17:39:30523 'blink_scheduling_api': {
524 'filepath': 'third_party/blink/renderer/modules/scheduler'
525 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13526 'blink_screen_orientation': {
Blink Reformata30d4232018-04-07 15:31:06527 'filepath': 'third_party/blink/renderer/modules/screen_orientation/' \
528 '|third_party/blink/public/platform/modules/screen_orientation',
Takeshi Yoshinoe387aa32017-08-02 13:16:13529 },
530 'blink_script': {
Kent Tamuraeb394c72018-04-07 19:14:55531 'filepath': 'third_party/blink/renderer/bindings/core/v8/.*module.*' \
532 '|third_party/blink/renderer/bindings/core/v8/script_controller.*' \
533 '|third_party/blink/renderer/bindings/core/v8/script_source_code.*' \
534 '|third_party/blink/renderer/bindings/core/v8/v8_script_runner.*'
535 '|third_party/blink/renderer/core/dom/.*modul.*' \
536 '|third_party/blink/renderer/core/dom/.*script.*' \
537 '|third_party/blink/renderer/core/html/html_script_element.*' \
538 '|third_party/blink/renderer/core/html/parser/html_parser_script_runner.*' \
Blink Reformata30d4232018-04-07 15:31:06539 '|third_party/blink/renderer/core/loader/modulescript/' \
Kent Tamuraeb394c72018-04-07 19:14:55540 '|third_party/blink/renderer/core/loader/resource/script_resource.*' \
541 '|third_party/blink/renderer/core/svg/svg_script_element.*' \
542 '|third_party/blink/renderer/core/xml/parser/xml_document_parser.*'
Takeshi Yoshinoe387aa32017-08-02 13:16:13543 },
David Bokan9dc0046272017-12-29 00:28:01544 'blink_scroll': {
Kent Tamuraeb394c72018-04-07 19:14:55545 'filepath': 'third_party/blink/renderer/core/frame/.*view.*' \
546 '|third_party/blink/renderer/core/input/.*scroll.*' \
547 '|third_party/blink/renderer/core/input/event_handler.*' \
Blink Reformata30d4232018-04-07 15:31:06548 '|third_party/blink/renderer/core/page/scrolling/' \
Kent Tamuraeb394c72018-04-07 19:14:55549 '|third_party/blink/renderer/core/paint/.*scrollable_area.*' \
Blink Reformata30d4232018-04-07 15:31:06550 '|third_party/blink/renderer/platform/scroll/'
David Bokan9dc0046272017-12-29 00:28:01551 },
Matt Falkenhagenca7fbb62018-07-10 09:21:43552 'blink_service_worker' : {
553 'filepath': 'third_party/blink/renderer/modules/service_worker' \
Kent Tamura77578cc2018-11-25 22:33:43554 '|third_party/blink/web_tests/http/tests/serviceworker' \
555 '|third_party/blink/web_tests/external/wpt/service-workers'
Takeshi Yoshinoe387aa32017-08-02 13:16:13556 },
Matt Falkenhagenca7fbb62018-07-10 09:21:43557 'blink_service_worker_tests' : {
Kent Tamura77578cc2018-11-25 22:33:43558 'filepath': 'third_party/blink/web_tests/http/tests/serviceworker' \
559 '|third_party/blink/web_tests/external/wpt/service-workers'
Takeshi Yoshinoe387aa32017-08-02 13:16:13560 },
561 'blink_shadow_dom': {
Kent Tamuraeb394c72018-04-07 19:14:55562 'filepath': 'third_party/blink/renderer/core/dom/.*shadow' \
563 '|third_party/blink/renderer/core/dom/.*slot' \
564 '|third_party/blink/renderer/core/dom/.*insertion_point' \
565 '|third_party/blink/renderer/core/dom/.*flat_tree'
Takeshi Yoshinoe387aa32017-08-02 13:16:13566 },
567 'blink_spellcheck' : {
Blink Reformata30d4232018-04-07 15:31:06568 'filepath': 'third_party/blink/renderer/core/editing/spellcheck'
Takeshi Yoshinoe387aa32017-08-02 13:16:13569 },
Adam Rice027497d2018-07-27 02:17:02570 'blink_streams': {
571 'filepath': 'third_party/blink/renderer/core/streams/'
572 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13573 'blink_style': {
Kent Tamuraeb394c72018-04-07 19:14:55574 'filepath': 'third_party/(WebKit|blink)/.*(style/|Style)',
Takeshi Yoshinoe387aa32017-08-02 13:16:13575 },
576 'blink_svg': {
Blink Reformata30d4232018-04-07 15:31:06577 'filepath': 'third_party/blink/renderer/core/(layout/)?svg',
Takeshi Yoshinoe387aa32017-08-02 13:16:13578 },
579 'blink_track': {
Blink Reformata30d4232018-04-07 15:31:06580 'filepath': 'third_party/blink/renderer/core/html/track/' \
Kent Tamuraeb394c72018-04-07 19:14:55581 '|third_party/blink/renderer/core/loader/text_track' \
582 '|third_party/blink/renderer/core/html/meida/html_media_element' \
583 '|third_party/blink/renderer/core/html/shadow/media_control' \
Blink Reformata30d4232018-04-07 15:31:06584 '|third_party/blink/renderer/core/css/mediaControl' \
Kent Tamura77578cc2018-11-25 22:33:43585 '|third_party/blink/web_tests/media/track/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13586 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13587 'blink_vibration': {
Kent Tamura77578cc2018-11-25 22:33:43588 'filepath': 'third_party/blink/web_tests/vibration/' \
Blink Reformata30d4232018-04-07 15:31:06589 '|third_party/blink/renderer/modules/vibration/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13590 },
591 'blink_viewport_interaction': {
Kent Tamuraeb394c72018-04-07 19:14:55592 'filepath': 'third_party/blink/renderer/core/css/.*viewport' \
593 '|third_party/blink/renderer/core/dom/viewport_arguments' \
594 '|third_party/blink/renderer/core/frame/frame_view.*' \
595 '|third_party/blink/renderer/core/frame/.*viewport.*' \
596 '|third_party/blink/renderer/core/html/html_meta_element'
Takeshi Yoshinoe387aa32017-08-02 13:16:13597 },
598 'blink_w3ctests': {
Kent Tamura77578cc2018-11-25 22:33:43599 'filepath': 'third_party/blink/web_tests/external/' \
Kent Tamura01019442018-05-01 22:06:58600 '|third_party/blink/tools/blinkpy/w3c/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13601 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13602 'blink_webp': {
Blink Reformata30d4232018-04-07 15:31:06603 'filepath': 'third_party/blink/renderer/platform/image-decoders/webp' \
Kent Tamuraeb394c72018-04-07 19:14:55604 '|third_party/blink/renderer/platform/image-encoders/skia/webp'
Takeshi Yoshinoe387aa32017-08-02 13:16:13605 },
606 'blink_websockets': {
Blink Reformata30d4232018-04-07 15:31:06607 'filepath': 'third_party/blink/renderer/modules/websockets/' \
608 '|third_party/blink/renderer/platform/modules/websockets/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13609 },
610 'blink_workers': {
Blink Reformata30d4232018-04-07 15:31:06611 'filepath': 'third_party/blink/renderer/core/workers' \
Kent Tamura77578cc2018-11-25 22:33:43612 '|third_party/blink/web_tests/http/tests/workers' \
613 '|third_party/blink/web_tests/fast/workers' \
614 '|third_party/blink/web_tests/external/wpt/workers'
Takeshi Yoshinoe387aa32017-08-02 13:16:13615 },
616 'blink_wtf': {
Blink Reformata30d4232018-04-07 15:31:06617 'filepath': 'third_party/blink/renderer/platform/wtf',
Takeshi Yoshinoe387aa32017-08-02 13:16:13618 },
619 'blink_xml': {
Blink Reformata30d4232018-04-07 15:31:06620 'filepath': 'third_party/blink/renderer/core/xml/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13621 },
donnd787f6ed2016-08-03 01:00:56622 'bottombar': {
623 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/',
624 },
Tarun Bansalc4882282018-07-11 23:53:55625 'breve': {
626 'filepath': 'chrome/browser/net/spdyproxy|'\
627 'chrome_proxy|'\
Tarun Bansal25065ce2019-07-19 04:16:09628 'client_hints|'\
629 'chrome/browser/predictors|'\
Tarun Bansalc4882282018-07-11 23:53:55630 'components/blacklist|'\
631 'components/data_use|'\
632 'data_reduction_proxy|'\
Tarun Bansal129ca7842018-07-31 17:14:12633 'data_use_measurement|'\
Tarun Bansal25065ce2019-07-19 04:16:09634 'lazy_load|'\
635 'interventions_internals|'\
Tarun Bansal129ca7842018-07-31 17:14:12636 'navigation_predictor|'\
637 'net/nqe|'\
Tarun Bansalc4882282018-07-11 23:53:55638 'optimization_guide|'\
Tarun Bansal129ca7842018-07-31 17:14:12639 'optimization_hints|'\
Tarun Bansal2ba607d52019-04-25 18:30:52640 'prerender|'\
641 'previews|'\
642 'services/network/resource_scheduler'
Tarun Bansalc4882282018-07-11 23:53:55643 },
[email protected]22650d22012-07-18 17:02:35644 'browser_components': {
[email protected]a7228f62012-09-20 17:52:48645 'filepath': 'chrome/browser/autofill/' \
646 '|chrome/browser/bookmarks/' \
[email protected]a7228f62012-09-20 17:52:48647 '|chrome/browser/favicon/' \
[email protected]ddf288e2013-01-09 20:58:27648 '|chrome/browser/history/' \
[email protected]fccf4882013-03-15 04:46:19649 '|chrome/browser/webdata/' \
[email protected]3947d4a82013-03-12 09:41:05650 '|components/autofill/'
[email protected]22650d22012-07-18 17:02:35651 },
[email protected]f76c8852012-06-21 16:37:00652 'browser_compositor': {
[email protected]f2f0fbb92012-07-14 15:52:49653 'filepath': 'ui/compositor/'
[email protected]fbd846b2010-11-19 01:32:18654 },
michaelpge42ca3b32016-02-19 08:17:57655 'browser_resources_md': {
656 'filepath': 'chrome/browser/resources/md_'\
657 '|chrome/browser/resources/settings/',
658 },
Alexander Timinaa132762019-05-10 16:10:17659 'browser_scheduler': {
660 'filepath': 'content/browser/scheduler'
661 },
[email protected]0ce480532012-07-20 12:33:20662 'browsing_data': {
Christian Dullweberc0b53642018-10-11 16:20:55663 'filepath': 'browsing_data|BrowsingData',
[email protected]0ce480532012-07-20 12:33:20664 },
[email protected]f76c8852012-06-21 16:37:00665 'bubble': {
[email protected]f2f0fbb92012-07-14 15:52:49666 'filepath': 'ui/views/bubble/|'\
rouslan8d6a8372015-09-10 19:10:10667 'chrome/browser/ui/views/bubble/|'\
668 'components/bubble/',
[email protected]f76c8852012-06-21 16:37:00669 },
jkarlin539748402015-03-31 17:36:31670 'cache_storage': {
Josh Karlin1bd016742017-08-18 17:44:17671 'filepath': '/cache.storage/'
672 '|/cachestorage/',
jkarlin539748402015-03-31 17:36:31673 },
[email protected]10fbd5952013-08-22 07:42:39674 'cast': {
mark a. foltze8739c7c2019-04-24 18:33:09675 'filepath': 'media/cast/' \
676 '|chrome/browser/extensions/api/cast_streaming/' \
677 '|chrome/browser/media/cast/' \
678 '|chrome/browser/media/router/providers/cast/' \
679 '|chrome/browser/resources/cast/' \
680 '|chrome/browser/ui/webui/cast/' \
681 '|chrome/common/media_router/providers/cast/' \
682 '|chrome/renderer/media/cast/' \
683 '|chrome/test/data/extensions/api_test/cast/' \
684 '|chrome/test/data/extensions/api_test/cast_streaming/' \
685 '|components/mirroring/' \
686 '|content/public/renderer/media_stream_' \
miu5e69f1c52016-10-23 13:40:11687 '|content/renderer/media/(media_stream|(.+audio_source))',
[email protected]10fbd5952013-08-22 07:42:39688 },
ryanchung4d157372016-05-10 20:27:16689 'cast_certificate': {
690 'filepath': 'components/cast_certificate/'\
691 '|components/test/data/cast_certificate/',
692 },
mfoltz57fd7f32017-05-03 06:12:58693 'cast_channel': {
694 'filepath': 'chrome/test/data/extensions/api_test/cast_channel/' \
Ryan Ki Sing Chung27cc7ed92017-07-25 21:53:47695 '|components/cast_channel/' \
696 '|extensions/browser/api/cast_channel'
mfoltz57fd7f32017-05-03 06:12:58697 },
Takeshi Yoshino524e1d262017-07-28 01:16:38698 'cc': {
danakjca574522017-09-20 16:38:59699 'filepath': 'cc/'\
700 '|components/viz/'
701 },
Yi Guc1c54682018-07-23 12:00:00702 'cc-animation': {
703 'filepath': 'cc/animation/'
704 },
danakjca574522017-09-20 16:38:59705 'cc-contexts': {
706 'filepath': 'components/viz/common/gpu'
707 },
708 'cc-display': {
709 'filepath': 'components/viz/service/display'\
710 '|cc/output'
711 },
712 'cc-paint': {
713 'filepath': 'cc/paint'
714 },
715 'cc-quads': {
716 'filepath': 'components/viz/common/quads'
717 },
718 'cc-resources': {
719 'filepath': 'cc/resources'\
720 '|components/viz/common/resources'
Takeshi Yoshino524e1d262017-07-28 01:16:38721 },
Alexander Timin864bf8a02018-03-12 11:06:28722 'cc-scheduler': {
723 'filepath': 'cc/scheduler'
724 },
eranmc2a9f612015-11-24 16:41:34725 'certificate_transparency': {
726 'filepath': 'components/certificate_transparency/'\
eranmc2a9f612015-11-24 16:41:34727 '|net/cert/ct_'\
728 '|net/cert/multi_log_ct_verifier'\
729 '|net/cert/sct_status_flags.h'\
730 '|net/cert/signed_certificate_timestamp'\
731 '|net/cert/signed_tree_head'\
732 '|net/test/ct_',
733 },
Joe Mason60ec2f32018-02-15 15:50:51734 'chrome_cleaner': {
735 'filepath': 'chrome/browser/component_updater/sw_reporter_'\
736 '|chrome/browser/resources/settings/chrome_cleanup_page/'\
737 '|chrome/browser/safe_browsing/chrome_cleaner/'\
738 '|chrome/browser/ui/views/chrome_cleaner_'\
739 '|chrome/browser/ui/webui/settings/chrome_cleanup_'\
Joe Mason12a02332018-04-19 14:39:00740 '|chrome/chrome_cleaner/'\
Joe Mason60ec2f32018-02-15 15:50:51741 '|components/chrome_cleaner/',
742 },
[email protected]c73ec8ab2014-01-16 20:35:23743 'chrome_elf': {
Patrick Monette0196be22019-05-10 03:33:15744 'filepath': 'chrome/chrome_elf',
[email protected]c73ec8ab2014-01-16 20:35:23745 },
lpy0ca13772017-02-28 19:48:27746 'chrome_grc': {
lpy53b82752017-05-31 22:30:49747 'filepath': 'chrome/browser/resource_coordinator/'\
748 '|services/resource_coordinator/',
lpy0ca13772017-02-28 19:48:27749 },
Sebastien Marchand68b41432019-05-09 19:38:07750 'chrome_performance_manager': {
Sebastien Marchand791561b2019-10-17 21:00:38751 'filepath': 'chrome/browser/performance_manager/'\
752 '|chrome/common/performance_manager/'\
753 '|chrome/renderer/performance_manager/'\
754 '|components/performance_manager/',
Sebastien Marchand68b41432019-05-09 19:38:07755 },
Takeshi Yoshino524e1d262017-07-28 01:16:38756 'chromecast': {
757 'filepath': 'chromecast/',
758 },
759 'chromecast_public': {
760 'filepath': 'chromecast/public/',
761 },
[email protected]f7bf8ba2011-02-24 22:28:46762 'chromedriver': {
samuong53d5e612014-10-10 18:56:38763 'filepath': 'chrome/test/chromedriver|'\
764 'chrome/test/data/chromedriver|'\
John Chen583cee322019-06-12 20:10:39765 'third_party/blink/web_tests/external/wpt/webdriver|'\
766 'third_party/blink/web_tests/WebDriverExpectations|'\
767 'third_party/webdriver'
[email protected]f7bf8ba2011-02-24 22:28:46768 },
[email protected]f76c8852012-06-21 16:37:00769 'chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:49770 'filepath': 'chromeos/',
[email protected]531b1532011-08-11 03:52:01771 },
[email protected]eda0a0b2013-04-19 20:34:35772 'chromeos_attestation': {
773 'filepath': 'chromeos/attestation/|'\
[email protected]64494c3f2013-08-14 22:15:59774 'chrome/browser/chromeos/attestation/|'\
775 'chrome/browser/extensions/api/enterprise_platform_keys_private/',
[email protected]eda0a0b2013-04-19 20:34:35776 },
Ryan Hansberry8e41a5c42019-04-18 22:12:51777 'chromeos_bluetooth': {
778 'filepath': 'ash/system/bluetooth/'\
Ryan Hansberry8e41a5c42019-04-18 22:12:51779 '|chrome/browser/ui/webui/chromeos/bluetooth*'\
Demetrios Papadopoulosbb154e932019-12-23 22:05:26780 '|chrome/browser/resources/settings/chromeos/bluetooth_page/'\
Ryan Hansberry8e41a5c42019-04-18 22:12:51781 '|chrome/browser/resources/chromeos/bluetooth_pairing_dialog/'\
Ryan Hansberry4773b722019-04-30 17:25:04782 '|device/bluetooth/bluez/'\
783 '|device/bluetooth/chromeos/'\
Ryan Hansberry8e41a5c42019-04-18 22:12:51784 '|ui/webui/resources/cr_components/chromeos/bluetooth*'
785 },
[email protected]7c59a152012-11-06 20:56:35786 'chromeos_calculator': {
787 'filepath': 'chrome/common/extensions/docs/examples/apps/calculator/',
788 },
Kyle Horimotofdcf67012019-04-08 19:06:10789 'chromeos_cellular': {
790 'filepath': 'chrome/browser/resources/chromeos/cellular_setup/|'\
791 'chrome/browser/ui/webui/chromeos/cellular_setup/|'\
792 'chromeos/services/cellular_setup/|'\
793 'ui/webui/resources/cr_components/chromeos/cellular_setup/',
794 },
alematec5187b1b2016-08-26 05:32:18795 'chromeos_geolocation': {
796 'filepath': 'chromeos/geolocation/',
797 },
Achuith Bhandarkar434e24592018-03-07 23:05:12798 'chromeos_lkgm': {
799 'filepath': 'chromeos/CHROMEOS_LKGM',
800 },
[email protected]f76c8852012-06-21 16:37:00801 'chromeos_login': {
Jacob Dufaulted1ef2bc2018-08-10 18:21:34802 'filepath': 'ash/login/|'\
803 'chrome/browser/chromeos/login/|'\
[email protected]f2f0fbb92012-07-14 15:52:49804 'chrome/browser/ui/webui/chromeos/login/|'\
dzhioevcc7c0492014-11-25 14:52:58805 'chrome/browser/resources/chromeos/login/|'\
806 'ui/login/',
[email protected]a791dac2011-04-07 23:22:57807 },
Trent Apted0c0b4492019-09-30 01:15:24808 'chromeos_media_app': {
Trent Apted81219322019-12-09 22:44:50809 'filepath': 'chromeos/components/media_app_ui/|'\
810 'chrome/browser/chromeos/web_applications/',
Trent Apted0c0b4492019-09-30 01:15:24811 },
[email protected]d7d35f342012-10-22 20:32:47812 'chromeos_net': {
Kyle Horimoto89f06e22019-04-08 19:07:17813 'filepath': 'ash/system/network/|'\
814 'chromeos/network/|'\
Kyle Horimoto77a5fce2019-09-24 01:28:27815 'chromeos/services/network_config/|'\
stevenjbdd133032015-08-07 18:37:47816 'chrome/browser/chromeos/net/|'\
817 'chrome/browser/extensions/api/networking_private/|'\
Demetrios Papadopoulosbb154e932019-12-23 22:05:26818 'chrome/browser/resources/settings/chromeos/internet_page/|'\
stevenjbdd133032015-08-07 18:37:47819 'extensions/browser/api/networking_private/|'\
Jon Manna19f5a92019-11-21 20:10:59820 'ui/chromeos/network/|'\
821 'ui/webui/resources/cr_components/chromeos/network/'
[email protected]d7d35f342012-10-22 20:32:47822 },
alematec5187b1b2016-08-26 05:32:18823 'chromeos_timezone': {
824 'filepath': 'chromeos/timezone/',
825 },
[email protected]f76c8852012-06-21 16:37:00826 'chromeos_webui': {
[email protected]f2f0fbb92012-07-14 15:52:49827 'filepath': 'chrome/browser/ui/webui/chromeos/|'\
828 'chrome/browser/resources/chromeos/',
[email protected]ba03af42012-03-08 01:37:12829 },
Jon Mann2c257332019-08-14 19:12:14830 'chromeos_wifi_sync': {
831 'filepath': 'chromeos/components/sync_wifi/',
832 },
Anastasia Helfinstein83c763a2019-05-13 18:15:03833 'chromevox': {
Anastasia Helfinstein9dcba0a2019-07-18 20:58:56834 'filepath': 'chromevox|spoken_feedback',
Anastasia Helfinstein83c763a2019-05-13 18:15:03835 },
[email protected]cef7a6d2011-04-29 20:49:07836 'clang_update': {
Nico Webere250e6a2015-12-02 19:31:56837 'filepath': 'tools/clang/scripts/update.py'
[email protected]cef7a6d2011-04-29 20:49:07838 },
[email protected]f76c8852012-06-21 16:37:00839 'clipboard': {
840 'filepath': 'clipboard|dnd|drag|drop',
[email protected]2418b022011-05-19 21:06:02841 },
Aaron Gable64f273582017-03-30 18:02:00842 'codereview_settings': {
843 'filepath': 'codereview.settings',
844 },
sdefresned94c5b02015-07-22 17:54:55845 'components_deps': {
846 'filepath': 'components/([^/]*/)*DEPS',
847 },
Matthew Jonesf3b5f4f2019-01-04 00:01:25848 'compositor_animator': {
849 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/compositor/animation/',
850 },
scheib968e61052014-11-05 00:27:25851 'content_bluetooth': {
852 'filepath': 'content/.*bluetooth'
853 },
Rayan Kanso3047d3f2019-06-26 13:26:39854 'content_index': {
855 'filepath': 'content_index',
856 },
kinuko01cbe8a12015-10-20 09:59:06857 'content_loader': {
mmenkefaa97d3b2016-09-25 14:24:02858 'filepath': 'chrome/browser/loader|' \
859 'content/browser/loader|' \
kinuko01cbe8a12015-10-20 09:59:06860 'content/child/*loader',
861 },
mkwst512627022014-09-16 09:23:27862 'content_renderer': {
863 'filepath': 'content/renderer/',
864 },
[email protected]aa3311a2012-11-19 16:04:58865 'content_shell': {
866 'filepath': 'content/shell/',
867 },
kinukoa121bce2015-01-30 10:04:41868 'content_worker': {
869 'filepath': 'content/.*worker',
870 },
donnd787f6ed2016-08-03 01:00:56871 'contextual_search': {
872 'filepath': 'chrome/browser/android/contextualsearch/|' \
873 'chrome/android/java/src/org/chromium/chrome/browser/contextualsearch/|' \
874 'chrome/android/javatests/src/org/chromium/chrome/browser/contextualsearch/|' \
875 'components/contextual_search/',
876 },
wfh792b71c2016-05-04 23:33:41877 'courgette': {
878 'filepath': 'courgette/',
879 },
Nico Weber6ff639a2017-08-11 21:04:50880 'cq': {
Andrii Shyshkalov17176242018-02-24 03:31:32881 'filepath': 'infra/config/branch/cq.cfg',
Nico Weber6ff639a2017-08-11 21:04:50882 },
michaelpge42ca3b32016-02-19 08:17:57883 'cr_elements': {
884 'filepath': 'ui/webui/resources/cr_element',
885 },
Chung-yih Wang7afc64a2018-03-06 02:09:04886 'cros_benchmarks': {
887 'filepath': 'tools/perf/contrib/cros_benchmarks',
888 },
Ben Wells03471a72018-03-22 00:58:46889 'crostini': {
Joel Hockeyded6fa52019-07-10 06:20:29890 'filepath': 'cicerone'\
891 '|components/exo'\
892 '|concierge'\
893 '|crostini'\
894 '|guest_os'\
895 '|plugin_vm',
Ben Wells03471a72018-03-22 00:58:46896 },
Bailey Berro462580ea2019-02-22 23:09:37897 'cups_printing' : {
rbpotter9e8fca72019-12-28 02:26:14898 'filepath': 'chrome/browser/resources/settings/chromeos/os_printing_page/'\
Bailey Berro462580ea2019-02-22 23:09:37899 '|chrome/test/data/webui/settings/cups_printer_page_tests.js'\
900 '|chrome/browser/ui/webui/settings/chromeos/cups_printers_handler'\
901 '|chrome/browser/chromeos/printing/'\
902 '|printing/',
903 },
Wojciech Dzierżanowski7d246b52019-05-10 19:52:26904 'custom_proxy': {
905 'filepath': 'services/network/network_service_proxy_delegate.*',
906 },
ianwencdb8c9e2015-06-18 22:10:15907 'custom_tabs': {
Newton Allen38c62212015-06-24 21:41:53908 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/customtabs/|'\
Peter Beverloo5cc24512018-11-29 15:36:43909 'chrome/android/java/src/org/chromium/chrome/browser/browseractions/|'\
910 'chrome/android/java/src/org/chromium/chrome/browser/browserservices/|'\
911 'chrome/android/javatests/src/org/chromium/chrome/browser/customtabs/|'\
912 'chrome/android/javatests/src/org/chromium/chrome/browser/browseractions/|'\
913 'chrome/android/javatests/src/org/chromium/chrome/browser/browserservices/|'\
914 'chrome/browser/android/customtabs/',
alancuttercbad6512015-06-19 02:31:28915 },
Madeleine Barowsky21b04402019-01-29 19:17:05916 'data_decoder': {
917 'filepath': 'services/data_decoder/',
918 },
Ryo Hashimoto900be52c2018-05-24 06:42:26919 'dbus': {
920 'filepath': 'dbus/',
921 },
Bartosz Fabianowski85a823812015-04-16 10:27:51922 'device_bluetooth': {
923 'filepath': 'device/.*bluetooth'
924 },
juncaic08f41d2017-05-04 20:36:58925 'device_chooser': {
926 'filepath': 'chrome/browser/chooser_controller/|'\
927 'chrome/browser/ui/android/bluetooth_chooser_.*|'\
928 'chrome/browser/ui/android/usb_chooser_.*|'\
929 'chrome/browser/ui/bluetooth/|'\
930 'chrome/browser/ui/cocoa/device_chooser_.*|'\
931 'chrome/browser/ui/cocoa/extensions/chooser_dialog_.*|'\
932 'chrome/browser/ui/cocoa/permission_bubble/chooser_bubble_.*|'\
933 'chrome/browser/ui/views/device_chooser_.*|'\
934 'chrome/browser/ui/views/extensions/chooser_dialog_.*|'\
935 'chrome/browser/ui/views/permission_bubble/chooser_bubble_.*|'\
936 'chrome/browser/usb/usb_chooser_.*',
937 },
[email protected]342b12872012-11-07 12:10:46938 'devtools': {
939 'filepath': 'devtools',
940 },
[email protected]bab2a832012-07-11 23:29:41941 'disk_cache': {
942 'filepath': 'net/disk_cache/|http_cache',
943 },
Daniel Murphyeda2b872019-11-27 23:51:41944 'dom_storage': {
945 'filepath': 'content/common/dom_storage/|'\
946 'content/browser/dom_storage/|'\
947 'components/services/storage/dom_storage/',
948 },
[email protected]f76c8852012-06-21 16:37:00949 'download': {
[email protected]f2f0fbb92012-07-14 15:52:49950 'filepath': 'chrome/browser/download/|'\
[email protected]8492b5b2012-12-17 21:58:08951 'content/browser/download/',
[email protected]6bff0ad2011-06-17 01:32:51952 },
[email protected]ca872e362011-07-12 21:06:03953 'downloads_ui': {
dbeam78528be2016-02-18 07:08:49954 'filepath': 'chrome/browser/resources/(md_)?downloads/|' \
[email protected]8492b5b2012-12-17 21:58:08955 'chrome/browser/ui/webui/.*downloads|' \
956 'chrome/browser/ui/views/download/|' \
asanka2009f412015-10-05 17:28:12957 'chrome/browser/ui/cocoa/download/'
[email protected]ca872e362011-07-12 21:06:03958 },
[email protected]89d2cd52013-04-16 01:55:36959 'drive_resource_metadata': {
Ryo Hashimoto900be52c2018-05-24 06:42:26960 'filepath': 'drive.*resource_metadata'
[email protected]89d2cd52013-04-16 01:55:36961 },
[email protected]3a25c8a2014-06-26 06:47:10962 'eme': {
Xiaohan Wang6cbdcdf2018-06-12 21:55:54963 'filepath': 'chrome/renderer/media/.*key_system|' \
964 'chrome/browser/media/.*(cdm|encrypted)|' \
965 'components/cdm/|' \
[email protected]3a25c8a2014-06-26 06:47:10966 'content/browser/media/cdm/|' \
Xiaohan Wang6cbdcdf2018-06-12 21:55:54967 'media/base/android/.*drm|' \
[email protected]3a25c8a2014-06-26 06:47:10968 'media/cdm/|' \
969 'third_party/widevine/cdm/'
970 },
Justin DeWittf64d39e2018-08-09 21:33:41971 'explore_sites': {
972 'filepath': 'chrome/browser/android/explore_sites/|' \
973 'chrome/android/java/src/org/chromium/chrome/browser/explore_sites/'
974 },
[email protected]f76c8852012-06-21 16:37:00975 'extension': {
976 'filepath': 'extension',
[email protected]161277d42011-06-24 20:48:45977 },
lunalu0a9c05422016-11-11 17:19:06978 'feature_policy': {
Blink Reformata30d4232018-04-07 15:31:06979 'filepath': 'third_party/blink/renderer/platform/feature_policy/|' \
Kent Tamuraeb394c72018-04-07 19:14:55980 'third_party/blink/renderer/bindings/core/v8/origin_trial_features',
lunalu0a9c05422016-11-11 17:19:06981 },
Pete Williamson0b101e42020-01-29 23:33:14982 'feed': {
983 'filepath': 'chrome/browser/android/feed/|' \
984 'components/feed/'
985 },
Jeffrey Kardatzkee1bb98d22019-05-24 16:34:52986 'feedback': {
987 'filepath': 'chrome/browser/extensions/api/feedback_private/|' \
988 'chrome/browser/feedback/|' \
989 'components/feedback/|' \
990 'extensions/browser/api/feedback_private/'
991 },
[email protected]f76c8852012-06-21 16:37:00992 'fileapi': {
[email protected]8492b5b2012-12-17 21:58:08993 'filepath': 'file_system/|' \
994 'fileapi/'
[email protected]80919512011-08-03 08:51:04995 },
[email protected]f76c8852012-06-21 16:37:00996 'filebrowse': {
[email protected]8492b5b2012-12-17 21:58:08997 'filepath': 'file_browser|' \
998 'file_manager|' \
999 'filebrowse'
[email protected]4b07b62cc2011-10-03 17:52:391000 },
[email protected]4ed766c2013-09-19 09:45:201001 'filesapp': {
okab0be3dc2016-08-30 07:37:101002 'filepath': 'chrome/browser/chromeos/drive|' \
1003 'chrome/browser/chromeos/extensions/file_manager|' \
1004 'chrome/browser/chromeos/extensions/file_system_provider|' \
1005 'chrome/browser/chromeos/file_manager|' \
1006 'chrome/browser/chromeos/file_system_provider|' \
1007 'chrome/browser/drive|' \
1008 'chrome/test/data/extensions/api_test/file_system_provider|' \
1009 'components/drive|' \
1010 'google_apis/drive|' \
1011 'ui/file_manager'
1012 },
Dominik Röttschesf0fd4d62019-06-17 11:15:021013 'freetype_update': {
1014 'filepath': 'third_party/freetype/README.chromium',
1015 },
Tomasz Mikolajewski2905dbb2017-11-22 06:24:041016 'fsp': {
1017 'filepath': 'chrome/browser/chromeos/extensions/file_system_provider|' \
1018 'chrome/browser/chromeos/file_system_provider|' \
Tomasz Mikolajewski66b4faa22017-11-22 09:33:431019 'chrome/test/data/extensions/api_test/file_system_provider'
[email protected]4ed766c2013-09-19 09:45:201020 },
Wez385de5a2017-07-13 20:13:161021 'fuchsia': {
1022 'filepath': 'fuchsia',
1023 },
mmoroz58ddb8172016-09-08 18:29:551024 'fuzzing': {
1025 'filepath': 'fuzz|Fuzz',
1026 },
Vincent Scheibd5da4d952017-11-03 01:33:241027 'gamepad': {
1028 'filepath': 'gamepad',
1029 },
[email protected]3a2a6ac02014-06-20 07:07:121030 'gcm': {
peter9f4490a2017-01-27 00:58:361031 'filepath': 'chrome/browser/gcm/|'\
[email protected]3a2a6ac02014-06-20 07:07:121032 'components/gcm_driver/|'\
1033 'google_apis/gcm/',
1034 },
mikhail.pozdnyakova8db26402016-11-28 18:27:121035 'generic_sensor': {
Jun Caiaa1f040d2017-11-15 01:21:531036 'filepath': 'services/device/generic_sensor/|'\
Blink Reformata30d4232018-04-07 15:31:061037 'third_party/blink/renderer/modules/sensor/',
mikhail.pozdnyakova8db26402016-11-28 18:27:121038 },
[email protected]d8036492013-08-09 16:02:231039 'geolocation': {
1040 'filepath': 'chrome/browser/geolocation/|'\
1041 'content/browser/geolocation|'\
1042 'content/public/common/geoposition.*|'\
1043 'content/public/browser/geolocation.*|'\
1044 'content/renderer/geolocation.*|'\
1045 'content/shell/geolocation/',
1046 },
[email protected]cf428f732012-10-02 20:48:151047 'gfx_geometry': {
danakj570c1332015-01-06 16:59:361048 'filepath': 'ui/gfx/geometry/',
[email protected]cf428f732012-10-02 20:48:151049 },
Takeshi Yoshino524e1d262017-07-28 01:16:381050 'gfx_image': {
1051 'filepath': 'ui/gfx/image/',
1052 },
Tommy Steimel0cacd28c2019-11-12 22:12:511053 'global_media_controls': {
1054 'filepath': 'chrome/browser/ui/global_media_controls|'\
1055 'chrome/browser/ui/views/global_media_controls|'\
1056 'chrome/browser/ui/views/feature_promos/global_media_controls|'\
1057 'chrome/browser/ui/in_product_help/global_media_controls',
1058 },
[email protected]4d1773e2014-04-05 07:59:571059 'gn': {
1060 'filepath': 'tools/gn',
1061 },
Corentin Wallezc68aa9b2017-10-02 15:00:031062 'gpu_passthrough_cmd_decoder': {
1063 'filepath': 'gpu/command_buffer/service/.*passthrough',
1064 },
Ehsan Karamadc20cee22018-08-10 21:32:331065 'guest_view': {
1066 'filepath': 'chrome/browser/apps/guest_view|'\
1067 'chrome/browser/extensions/api/web_view|'\
1068 'chrome/browser/guest_view|'\
1069 'chrome/common/extensions/api/webview*.json|'\
1070 'chrome/common/extensions/docs|'\
1071 'chrome/renderer/resources/extensions/web_view|'\
1072 'components/guest_view|'\
1073 'content/browser/browser_plugin|'\
1074 'content/renderer/browser_plugin|'\
1075 'extensions/browser/api/guest_view|'\
1076 'extensions/browser/guest_view|'\
1077 'extensions/common/guest_view|'\
Miyoung Shin3fc077c2019-08-06 00:29:441078 'extensions/common/mojom/guest_view.mojom|'\
Ehsan Karamadc20cee22018-08-10 21:32:331079 'extensions/common/api/*view*.json|'\
1080 'extensions/renderer/guest_view',
1081 },
Jeffrey Kardatzkee1bb98d22019-05-24 16:34:521082 'hats': {
1083 'filepath': 'chrome/browser/chromeos/hats/',
1084 },
Andrey Kosyakova173d252018-05-07 18:29:111085 'headless': {
1086 'filepath': 'headless/'
1087 },
[email protected]f76c8852012-06-21 16:37:001088 'i18n': {
[email protected]f2f0fbb92012-07-14 15:52:491089 'filepath': 'base/i18n/|base/string|l10n|icu|'\
timvolodine8cdb94c2016-09-22 12:17:221090 'locale_settings|encoding',
[email protected]f76c8852012-06-21 16:37:001091 },
Jeffrey Cohen9a2604442020-02-13 17:55:561092 'image_editor': {
1093 'filepath': 'chrome/browser/image_editor'\
Jeffrey Cohen27b6ab902020-02-18 22:44:371094 '|chrome/android/modules/image_editor',
Jeffrey Cohen9a2604442020-02-13 17:55:561095 },
Greg Thompson4f90fc992017-07-25 19:30:371096 'incident_reporting': {
1097 'filepath': 'chrome/browser/safe_browsing/incident_reporting',
1098 },
[email protected]c26161352013-11-12 19:50:011099 'indexed_db': {
1100 'filepath': 'content/browser/indexed_db|'\
[email protected]c26161352013-11-12 19:50:011101 'content/public/browser/indexed_db|'\
Chase Phillips7027bd52018-08-30 17:31:551102 'content/renderer/indexed_db|'\
Daniel Murphyeda2b872019-11-27 23:51:411103 'content/test/data/indexeddb|'\
1104 'components/services/storage/indexed_db',
[email protected]c26161352013-11-12 19:50:011105 },
John Budorickf6a1c302018-10-29 16:32:481106 'infra': {
1107 'filepath': 'infra/config|'\
1108 'testing/buildbot|'\
John Budorick2d04e372018-10-29 18:03:301109 'tools/mb',
John Budorickf6a1c302018-10-29 16:32:481110 },
Stephen Martinisf7e0fb12019-09-04 18:59:591111 'infra_docs': {
1112 'filepath': 'docs/infra',
1113 },
dtapuska1f997a12016-03-14 19:22:071114 'input': {
1115 'filepath': 'content/browser/renderer_host/input|'\
1116 'content/renderer/input|'\
1117 'ui/events/blink/'
1118 },
Michael Spang808d5c12018-10-23 19:20:391119 'input_devices': {
1120 'filepath': 'ui/events/devices/',
1121 },
Dominick Ngcaa7b402017-07-11 07:35:391122 'installable': {
Dominick Ng31b7feb2019-01-29 23:24:001123 'filepath': 'chrome/browser/extensions/bookmark_app*'\
1124 '|chrome/browser/installable/',
Dominick Ngcaa7b402017-07-11 07:35:391125 },
mmoss19826c62014-11-14 21:37:361126 'installer_linux': {
1127 'filepath': 'chrome/installer/linux/',
1128 },
Greg Thompson4f90fc992017-07-25 19:30:371129 'installer_win': {
1130 'filepath': 'chrome/install_static/'\
Samuel Huang577ef6c2018-03-13 18:19:341131 '|chrome/installer/(?!gcapi_mac/|linux/|mac/)'\
1132 '|components/zucchini/',
Greg Thompson4f90fc992017-07-25 19:30:371133 },
edchin46453b42017-03-03 01:40:111134 'ios': {
Sylvain Defresne81467d82017-05-29 09:06:141135 'filepath': 'ios/',
edchin46453b42017-03-03 01:40:111136 },
sdefresne18b47312015-06-18 15:15:091137 'ios_chrome': {
Sylvain Defresne81467d82017-05-29 09:06:141138 'filepath': 'ios/chrome/',
sdefresne18b47312015-06-18 15:15:091139 },
marqa4f135f2017-01-10 12:37:341140 'ios_clean': {
Sylvain Defresne81467d82017-05-29 09:06:141141 'filepath': 'ios/clean/',
marqa4f135f2017-01-10 12:37:341142 },
Eric Noyaua1825272019-01-02 10:36:391143 'ios_flags': {
Eric Noyaue13b4d72019-01-03 14:23:551144 'filepath': 'ios/chrome/browser/about_flags\.(h|mm)|'\
1145 'ios/chrome/browser/experimental_flags\.(h|mm)|'\
1146 'ios/chrome/browser/resources/Settings.bundle/Experimental\.plist',
Eric Noyaua1825272019-01-02 10:36:391147 },
marqa4f135f2017-01-10 12:37:341148 'ios_showcase': {
Sylvain Defresne81467d82017-05-29 09:06:141149 'filepath': 'ios/showcase/',
marqa4f135f2017-01-10 12:37:341150 },
eugenebutb5a5a8572017-01-20 01:18:111151 'ios_web': {
Sylvain Defresne81467d82017-05-29 09:06:141152 'filepath': 'ios/web(_view)?/',
eugenebutb5a5a8572017-01-20 01:18:111153 },
Robert Ogden2df066b2020-01-14 23:58:491154 'isolated_prefetch': {
1155 'filepath': 'chrome/browser/prerender/isolated',
1156 },
Megan Jablonski33f229f2019-12-18 22:58:001157 'language': {
1158 'filepath': 'chrome/browser/language|'\
1159 'components/language|'\
1160 'components/test/data/language|'\
1161 'ios/chrome/browser/language|'\
1162 'ios/web_view/internal/language'
1163 },
Johanndfa4d7d2017-12-07 18:05:291164 'libaom': {
1165 'filepath': 'third_party/libaom/',
1166 },
Takeshi Yoshino524e1d262017-07-28 01:16:381167 'libvpx': {
Johanndfa4d7d2017-12-07 18:05:291168 'filepath': 'third_party/libvpx/',
vabraafbd4f32015-11-10 19:30:231169 },
[email protected]a3f777d2014-01-07 23:38:261170 'libwebp': {
1171 'filepath': 'third_party/libwebp'
1172 },
dominiccabb90e02017-03-31 04:54:231173 'libxml_xslt': {
1174 'filepath': 'third_party/libxml/' \
1175 '|third_party/libxslt/',
1176 },
[email protected]04a292a2013-03-07 19:58:421177 'linux_sandboxing': {
[email protected]f2f0fbb92012-07-14 15:52:491178 'filepath': 'sandbox/linux/',
[email protected]f76c8852012-06-21 16:37:001179 },
[email protected]04a292a2013-03-07 19:58:421180 'linux_seccomp_bpf': {
[email protected]d6a23612012-11-13 20:11:541181 'filepath': 'content/common/sandbox.*linux.cc',
[email protected]f76c8852012-06-21 16:37:001182 },
lgrey62faed72016-10-11 21:40:391183 'mac': {
lgrey332339b12016-12-05 17:16:401184 'filepath': '(_|/)(cocoa|mac)(_|\.)|/(cocoa|mac)/|^((?!ios\/).)*\.mm?$',
lgrey62faed72016-10-11 21:40:391185 },
mlamourid8b0feb2015-06-02 16:30:471186 'manifest': {
1187 'filepath': 'content/(browser|renderer)/manifest/'\
Dominick Ng31b7feb2019-01-29 23:24:001188 '|content/public/common/manifest*'\
1189 '|third_party/blink/(common|mojom)/manifest/'\
1190 '|third_party/blink/renderer/modules/manifest/',
mlamourid8b0feb2015-06-02 16:30:471191 },
James Cook2dc6d042018-04-24 22:00:201192 'mash_buildbot_filters': {
1193 'filepath': 'testing/buildbot/filters/mash.*filter',
1194 },
[email protected]f76c8852012-06-21 16:37:001195 'media': {
Francois Beaufort9ab59c82017-08-24 13:10:291196 'filepath': 'media|third_party/(ffmpeg|opus|libvpx)'
[email protected]f76c8852012-06-21 16:37:001197 },
mcasasfeedbe42017-03-03 05:23:561198 'media_capture_from_element': {
alancutter40359812017-03-03 08:20:271199 'filepath': 'content/renderer/media_capture_from_element/' \
Blink Reformata30d4232018-04-07 15:31:061200 '|third_party/blink/renderer/modules/mediacapture/' \
Kent Tamuraeb394c72018-04-07 19:14:551201 '|third_party/blink/renderer/platform/exported/web_canvas_capture' \
Kent Tamura77578cc2018-11-25 22:33:431202 '|third_party/blink/web_tests/fast/mediacapturefromelement/' \
Kent Tamuraeb394c72018-04-07 19:14:551203 '|third_party/blink/public/platform/web_canvas_capture'
mcasasfeedbe42017-03-03 05:23:561204 },
Tommy Steimel074a1822018-02-07 17:25:441205 'media_controls': {
Blink Reformata30d4232018-04-07 15:31:061206 'filepath': 'third_party/blink/renderer/modules/media_controls/'
Tommy Steimel074a1822018-02-07 17:25:441207 },
[email protected]06dd23172013-06-24 21:04:511208 'media_galleries': {
1209 'filepath': 'chrome/browser/extensions/api/media_galleries/'\
[email protected]06dd23172013-06-24 21:04:511210 '|chrome/browser/media_galleries/'\
1211 '|chrome/browser/storage_monitor/'\
1212 '|chrome/common/media_galleries/'\
Jay Civellicf995502017-09-08 23:59:271213 '|chrome/test/data/extensions/api_test/media_galleries/'
[email protected]06dd23172013-06-24 21:04:511214 },
Hirokazu Hondae31ce109a2018-09-18 11:18:501215 'media_gpu': {
1216 'filepath': 'media/gpu/',
1217 },
Miguel Casas7ac35742020-01-09 20:04:401218 'media_gpu_cros': {
1219 'filepath': 'media/gpu/chromeos'\
1220 '|media/gpu/vaapi'\
1221 '|media/gpu/v4l2'\
1222 '|media/gpu/.*\.(cc|h)$'\
1223 '|media/mojo/(clients|mojom|test|services)/.*accelerator.*'
1224 },
1225 'media_gpu_vaapi': {
1226 'filepath': 'media/gpu/vaapi',
1227 },
1228 'media_gpu_win': {
1229 'filepath': 'media/gpu/windows/'
1230 },
alokp9e369ea72e2016-06-10 05:41:091231 'media_mojo': {
Xiaohan Wang6cbdcdf2018-06-12 21:55:541232 'filepath': 'media/mojo/'
alokp9e369ea72e2016-06-10 05:41:091233 },
mcasasfeedbe42017-03-03 05:23:561234 'media_recorder': {
alancutter40359812017-03-03 08:20:271235 'filepath': 'content/renderer/media_recorder/' \
Blink Reformata30d4232018-04-07 15:31:061236 '|third_party/blink/renderer/modules/mediarecorder/' \
Kent Tamuraeb394c72018-04-07 19:14:551237 '|third_party/blink/renderer/platform/exported/web_media_recorder' \
Kent Tamura77578cc2018-11-25 22:33:431238 '|third_party/blink/web_tests/fast/mediarecorder/' \
Kent Tamuraeb394c72018-04-07 19:14:551239 '|third_party/blink/public/platform/web_media_recorder'
mcasasfeedbe42017-03-03 05:23:561240 },
miu5e69f1c52016-10-23 13:40:111241 'media_remoting': {
1242 'filepath': 'chrome/browser/media/cast_remoting'\
1243 '|media/blink/webmediaplayer_'\
Miyoung Shin3fc077c2019-08-06 00:29:441244 '|media/mojo/mojom/remoting.mojom'\
miu5e69f1c52016-10-23 13:40:111245 '|media/remoting/',
1246 },
kmarshallb698ad4f2015-02-24 19:42:481247 'media_router': {
mark a. foltze8739c7c2019-04-24 18:33:091248 'filepath': 'chrome/android/features/media_router/' \
1249 '|chrome/app/media_router_strings.grdp' \
mfoltz57fd7f32017-05-03 06:12:581250 '|chrome/browser/media/router/' \
kmarshallb698ad4f2015-02-24 19:42:481251 '|chrome/browser/resources/media_router/' \
Takumi Fujimoto4bef2792018-05-03 17:51:551252 '|chrome/browser/ui/media_router/' \
mfoltz57fd7f32017-05-03 06:12:581253 '|chrome/browser/ui/views/media_router/' \
kmarshallb698ad4f2015-02-24 19:42:481254 '|chrome/browser/ui/webui/media_router/' \
Takumi Fujimoto4bef2792018-05-03 17:51:551255 '|chrome/common/media_router/' \
mfoltz57fd7f32017-05-03 06:12:581256 '|chrome/test/data/webui/media_router/' \
1257 '|chrome/test/media_router/' \
1258 '|chrome/utility/media_router/'
kmarshallb698ad4f2015-02-24 19:42:481259 },
[email protected]f76c8852012-06-21 16:37:001260 'message_loop': {
[email protected]f2f0fbb92012-07-14 15:52:491261 'filepath': 'base/message_'
[email protected]f76c8852012-06-21 16:37:001262 },
1263 'metrics': {
[email protected]f2f0fbb92012-07-14 15:52:491264 'filepath': 'base/metrics/'\
asvitkine361b276e2016-08-30 18:45:001265 '|chrome/android/java/src/org/chromium/chrome/browser/metrics/'\
[email protected]f2f0fbb92012-07-14 15:52:491266 '|chrome/browser/metrics/'\
[email protected]f2f0fbb92012-07-14 15:52:491267 '|chrome/browser/chromeos/external_metrics'\
[email protected]b0d594d2014-02-21 03:22:121268 '|chrome/browser/extensions/api/metrics_private/'\
[email protected]f2f0fbb92012-07-14 15:52:491269 '|chrome/browser/ui/webui/metrics_handler'\
asvitkineb7e10302016-01-20 05:17:451270 '|chromecast/browser/metrics/'\
asvitkinee4bad382015-11-05 21:56:451271 '|components/metrics/'\
asvitkineb7e10302016-01-20 05:17:451272 '|components/metrics_services_manager/'\
[email protected]ce6b855a2014-03-12 19:51:391273 '|components/rappor/'\
asvitkinee4bad382015-11-05 21:56:451274 '|components/variations/'\
[email protected]b0d594d2014-02-21 03:22:121275 # Exclude XML files; in particular, histograms.xml.
1276 '|tools/metrics/[^.]*([.](?!xml$).*)?$',
1277 },
Gabriel Marinac7ecd72019-10-04 18:16:061278 'metrics_perf': {
1279 'filepath': 'chrome/browser/metrics/perf/',
1280 },
[email protected]b0d594d2014-02-21 03:22:121281 'metrics_xml_files': {
1282 # Subscribe to this to watch for changes to histograms.xml.
toyoshim8f51f902015-03-27 03:50:211283 'filepath': 'tools/metrics/.*\.xml$',
1284 },
1285 'midi': {
1286 'filepath': 'midi',
[email protected]f76c8852012-06-21 16:37:001287 },
[email protected]341f218a2013-09-24 22:16:101288 'mojo': {
1289 'filepath': 'mojo',
1290 },
Kyle Horimotoc4d57b122018-02-28 01:17:301291 'multidevice': {
Ryan Hansberry587c8082018-09-20 01:31:191292 'filepath': 'ash/multi_device_setup/'\
Kyle Horimoto7de86582018-12-19 20:40:251293 '|chrome/browser/chromeos/cryptauth/'\
Ryan Hansberry587c8082018-09-20 01:31:191294 '|chrome/browser/chromeos/device_sync/'\
1295 '|chrome/browser/chromeos/multidevice_setup/'\
1296 '|chrome/browser/chromeos/secure_channel/'\
Kyle Horimoto592f64c2018-03-28 23:43:221297 '|chrome/browser/resources/chromeos/multidevice_setup/'\
Ryan Hansberry587c8082018-09-20 01:31:191298 '|chrome/browser/resources/settings/multidevice_page/'\
Demetrios Papadopoulosbb154e932019-12-23 22:05:261299 '|chrome/browser/resources/settings/chromeos/multidevice_page/'\
Ryan Hansberry587c8082018-09-20 01:31:191300 '|chrome/browser/ui/webui/chromeos/multidevice_setup/'\
1301 '|chrome/browser/ui/webui/settings/chromeos/multidevice'\
Kyle Horimoto7de86582018-12-19 20:40:251302 '|chrome/test/data/webui/multidevice_setup/'\
1303 '|chromeos/components/multidevice/'\
James Hawkinsf7e517c2018-03-30 21:01:141304 '|chromeos/components/proximity_auth/'\
Kyle Horimoto7de86582018-12-19 20:40:251305 '|chromeos/resources/multidevice_resources.grdp'\
Kyle Horimoto592f64c2018-03-28 23:43:221306 '|chromeos/services/device_sync/'\
1307 '|chromeos/services/multidevice_setup/'\
1308 '|chromeos/services/secure_channel/'\
Kyle Horimoto9bace7f2018-09-21 23:36:481309 '|ui/webui/resources/cr_components/chromeos/multidevice_setup/'
Kyle Horimotoc4d57b122018-02-28 01:17:301310 },
[email protected]f76c8852012-06-21 16:37:001311 'nacl': {
[email protected]f2f0fbb92012-07-14 15:52:491312 'filepath': 'chrome/nacl/|chrome/test/nacl/|'\
[email protected]193912d2013-09-06 17:41:561313 'chrome/browser/nacl_host/|chrome/common/nacl|'\
1314 'native_client_sdk/src/doc/',
[email protected]f76c8852012-06-21 16:37:001315 },
[email protected]99ddc3d2013-01-22 16:15:331316 'native_client_sdk': {
1317 'filepath': '^native_client_sdk/',
1318 },
[email protected]b9ecdb62014-03-07 14:56:431319 'navigation': {
1320 'filepath': 'content/browser/frame_host|'\
1321 'content/browser/renderer_host/render_process_host.*|'\
1322 'content/browser/renderer_host/render_view_host.*|'\
1323 'content/browser/web_contents/web_contents_impl.*|'\
1324 'content/renderer/render_frame.*|'\
1325 'content/renderer/render_view.*'
1326 },
[email protected]f76c8852012-06-21 16:37:001327 'net': {
[email protected]f2f0fbb92012-07-14 15:52:491328 'filepath': 'net/',
[email protected]f76c8852012-06-21 16:37:001329 },
bnc1872e8bd2017-01-27 02:47:281330 'net_base': {
1331 'filepath': 'net/base/',
1332 },
bnc1872e8bd2017-01-27 02:47:281333 'net_http2': {
1334 'filepath': 'net/http2/',
1335 },
[email protected]f76c8852012-06-21 16:37:001336 'net_log': {
mmenke59e4d8fb42016-06-15 21:15:281337 'filepath': 'net/log/|' \
[email protected]f2f0fbb92012-07-14 15:52:491338 'chrome/browser/net/.*net_log|' \
[email protected]f2f0fbb92012-07-14 15:52:491339 'chrome/browser/resources/net_internals/|' \
mmenke59e4d8fb42016-06-15 21:15:281340 'chrome/browser/ui/webui/net_internals/|' \
Takeshi Yoshino6b30abd2017-07-16 03:34:511341 'components/net_log/'
[email protected]f76c8852012-06-21 16:37:001342 },
Adam Rice027497d2018-07-27 02:17:021343 'net_server': {
1344 'filepath': 'net/server/'
1345 },
bnc1872e8bd2017-01-27 02:47:281346 'net_spdy': {
1347 'filepath': 'net/spdy/',
1348 },
Adam Rice027497d2018-07-27 02:17:021349 'net_websockets': {
1350 'filepath': 'net/websockets/',
1351 },
jkarlin539748402015-03-31 17:36:311352 'netinfo': {
Josh Karlin1bd016742017-08-18 17:44:171353 'filepath': '/netinfo/',
jkarlin539748402015-03-31 17:36:311354 },
Helen Li30f43d8e2018-05-09 16:24:011355 'network_service': {
1356 'filepath': 'services/network/',
1357 },
Vincent Scheibd5da4d952017-11-03 01:33:241358 'nfc': {
Rijubrata Bhaumik04f46442019-09-02 07:54:441359 'filepath': 'services/device/nfc/|'\
1360 'third_party/blink/renderer/modules/nfc/'
Vincent Scheibd5da4d952017-11-03 01:33:241361 },
Xing Liue18f0fb2019-03-22 23:55:141362 'notification_scheduler': {
1363 'filepath': 'chrome/browser/notifications/proto/|'\
1364 'chrome/browser/notifications/scheduler/'
1365 },
peterf4758412014-09-17 15:06:011366 'notifications': {
Peter Beverloo4548c852017-08-31 13:45:171367 'filepath': 'chrome/browser/extensions/api/notifications/|'\
1368 'chrome/browser/notifications/|'\
1369 'chrome/test/data/notifications/|'\
1370 'content/browser/notifications/|'\
Peter Beverloo4548c852017-08-31 13:45:171371 'content/common/platform_notification|'\
1372 'content/public/browser/platform_notification|'\
1373 'content/public/common/platform_notification|'\
1374 'content/renderer/notification_|'\
Xi Chengd47af342018-04-24 02:36:331375 'chrome/notification_helper/|'\
Kent Tamura77578cc2018-11-25 22:33:431376 'third_party/blink/web_tests/external/wpt/notifications|'\
1377 'third_party/blink/web_tests/http/tests/notifications|'\
Blink Reformata30d4232018-04-07 15:31:061378 'third_party/blink/renderer/modules/notifications|'\
1379 'third_party/blink/public/platform/modules/notifications|'\
peterf4758412014-09-17 15:06:011380 'ui/message_center/'
1381 },
tbansalc6f1c9f2016-09-30 22:48:421382 'nqe': {
1383 'filepath': 'nqe',
1384 },
mcwilliamsedee5042016-04-05 18:46:451385 'ntp_snippets': {
1386 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk16a37f902016-05-16 15:49:361387 'chrome/android/javatests/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk14c89352016-07-21 13:45:131388 'chrome/android/junit/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk117ffb322017-02-06 12:04:201389 'chrome/android/java/src/org/chromium/chrome/browser/suggestions/|'\
1390 'chrome/android/javatests/src/org/chromium/chrome/browser/suggestions/|'\
mvanouwerkerk538dc0b62016-05-17 14:55:341391 'chrome/browser/android/ntp/ntp_snippets|'\
mcwilliamsedee5042016-04-05 18:46:451392 'chrome/browser/ntp_snippets/|'\
mvanouwerkerk41649732016-05-17 13:37:001393 'chrome/browser/resources/snippets_internals|'\
1394 'chrome/browser/ui/webui/snippets_internals|'\
mcwilliamsedee5042016-04-05 18:46:451395 'components/ntp_snippets/|'\
1396 'chrome/android/java/res/layout/new_tab_page|'\
noyau451e6bb62016-12-23 14:29:041397 'chrome/android/java/res/layout/most_visited|'\
1398 'ios/chrome/browser/ntp_snippets'
mcwilliamsedee5042016-04-05 18:46:451399 },
treib70176c52016-07-08 14:34:191400 'ntp_tiles': {
1401 'filepath': 'chrome/browser/android/ntp/|'\
1402 'chrome/browser/ui/webui/ntp/|'\
1403 'chrome/common/search/ntp|'\
noyau451e6bb62016-12-23 14:29:041404 'components/ntp_tiles/|'\
1405 'ios/chrome/browser/ntp_tiles'
treib70176c52016-07-08 14:34:191406 },
peterb8ec88f82017-03-21 13:29:421407 'offline_items_collection': {
1408 'filepath': 'components/offline_items_collection/',
1409 },
dimichdce3ee492016-04-04 04:20:521410 'offline_pages': {
1411 'filepath': 'components/offline_pages/'\
fgorski329be5b2016-04-19 21:38:111412 '|chrome/browser/android/offline_pages/'\
1413 '|chrome/android/java/src/org/chromium/chrome/browser/offlinepages/'
dimichdce3ee492016-04-04 04:20:521414 },
[email protected]f76c8852012-06-21 16:37:001415 'omnibox': {
Justin Donnelly600d8e92018-11-09 00:40:501416 'filepath': '^chrome/browser/autocomplete/|'\
1417 '^chrome/browser/resources/omnibox|'\
1418 '^chrome/browser/ui/location_bar/|'\
1419 '^chrome/browser/ui/omnibox/|'\
1420 '^chrome/browser/ui/.*/location_bar/|'\
1421 '^chrome/browser/ui/.*/omnibox/|'\
1422 '^components/omnibox/'
[email protected]f76c8852012-06-21 16:37:001423 },
Doug Arnetta94d3ae2017-11-07 00:10:341424 'optimization_guide': {
1425 'filepath': 'optimization_guide|'\
1426 'optimization_hints',
1427 },
chasej6dff9292016-02-02 20:33:121428 'origin_trials': {
Jason Chasedfcd02b2018-08-10 21:07:491429 'filepath': 'origin_trial'\
chasej68b8bbd2017-01-26 19:26:131430 '|OriginTrial'\
1431 '|ConditionalFeature',
chasej6dff9292016-02-02 20:33:121432 },
[email protected]4a2078e2013-07-18 20:40:201433 'ozone': {
[email protected]f93c2c92013-10-31 18:22:441434 'filepath': 'ui/ozone/|'\
[email protected]4b66bf922013-10-28 19:49:431435 'ui/events/ozone/|'\
Tom Anderson374e34512019-12-10 23:27:161436 'ui/gfx/linux/|'\
[email protected]4a2078e2013-07-18 20:40:201437 'ui/gl/gl_.*egl.*|'\
1438 'ui/gl/gl_.*ozone.*'
1439 },
Sergey Ulanov004097c2018-11-05 23:29:281440 'ozone_scenic': {
1441 'filepath': 'ui/ozone/platform/scenic',
1442 },
lgarron9e25c7402017-03-15 04:03:111443 'page_info' : {
1444 'filepath': 'chrome/browser/ui/page_info/'\
1445 '|chrome/browser/ui/.*/page_info/'\
lgarron3428b2d32017-03-21 18:35:191446 '|chrome/android/java/src/org/chromium/chrome/browser/page_info/'\
lgarron6cd116a2017-04-07 19:42:181447 '|components/page_info_strings.grdp'\
Gregory Chatzinoffdf93d692017-09-09 01:32:271448 '|ios/chrome/browser/ui/page_info/'
lgarron6cd116a2017-04-07 19:42:181449 },
csharrison3b1dc4062015-10-19 14:31:081450 'page_load_metrics' : {
bmcquade9f433702016-07-26 23:33:501451 'filepath': 'chrome/browser/page_load_metrics/'\
1452 '|chrome/common/page_load_metrics/'\
1453 '|chrome/renderer/page_load_metrics/'
csharrison3b1dc4062015-10-19 14:31:081454 },
[email protected]f76c8852012-06-21 16:37:001455 'panels': {
[email protected]7cbe5a52012-09-27 02:00:291456 'filepath': 'chrome/browser/ui/panels'\
1457 '|chrome/browser/ui/cocoa/panels'\
[email protected]7cbe5a52012-09-27 02:00:291458 '|chrome/browser/ui/views/panels'
[email protected]f76c8852012-06-21 16:37:001459 },
[email protected]3cc8b3922014-05-05 13:12:081460 'password_manager': {
1461 'filepath': 'chrome/.*/password_'\
1462 '|chrome/browser/ui/passwords'\
1463 '|chrome/browser/ui/views/passwords'\
1464 '|chrome/test/data/password'\
1465 '|components/autofill.*password'
1466 '|components/password_'\
vabrccdb7222016-06-01 14:59:401467 '|^ios/chrome/browser/passwords'\
[email protected]3cc8b3922014-05-05 13:12:081468 },
rouslane8a22262016-10-19 20:49:411469 'payments': {
1470 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/payments'\
1471 '|chrome/android/javatests/src/org/chromium/chrome/browser/payments'\
Rouslan Solomakhin81af4cf2017-06-27 15:23:491472 '|chrome/browser/payments'\
1473 '|chrome/browser/ui/views/payments'\
Mohamad Ahmadi2b452762017-07-18 23:17:151474 '|components/payments/test/data'\
rouslana64ceca2016-10-26 01:10:311475 '|components/payments'\
Rouslan Solomakhin81af4cf2017-06-27 15:23:491476 '|content/browser/payments'\
1477 '|content/test/data/payments'\
1478 '|ios/chrome/browser/payments'\
1479 '|ios/chrome/browser/ui/payments'\
1480 '|ios/web/payments'\
1481 '|ios/web/public/payments'\
Kent Tamura77578cc2018-11-25 22:33:431482 '|third_party/blink/web_tests/external/wpt/payment-request'\
1483 '|third_party/blink/web_tests/http/tests/payments'\
1484 '|third_party/blink/web_tests/payments'\
Blink Reformata30d4232018-04-07 15:31:061485 '|third_party/blink/public/platform/modules/payments'\
1486 '|third_party/blink/renderer/modules/payments'
mahmadi0a7bb59f2017-02-22 19:13:491487 },
1488 'payments_ios': {
Rouslan Solomakhin81af4cf2017-06-27 15:23:491489 'filepath': 'ios/web/payments'\
1490 '|ios/chrome/browser/payments'\
1491 '|ios/chrome/browser/ui/payments'\
1492 '|ios/web/public/payments'
rouslane8a22262016-10-19 20:49:411493 },
Lei Zhang91530f72019-06-14 21:20:151494 'pdf': {
Lei Zhangaaf64f52019-06-21 00:52:081495 'filepath': 'components/pdf/'\
1496 '|chrome/browser/pdf/'\
1497 '|chrome/browser/ui/pdf/'\
1498 '|pdf/'
Lei Zhang91530f72019-06-14 21:20:151499 },
[email protected]f76c8852012-06-21 16:37:001500 'pepper_api': {
[email protected]b8491b02013-11-13 03:50:581501 'filepath': 'ppapi/api'\
1502 '|ppapi/c',
[email protected]f76c8852012-06-21 16:37:001503 },
mlamourid8b0feb2015-06-02 16:30:471504 'permissions': {
1505 'filepath': 'content/(child,browser)/permissions/'\
1506 '|content/common/permission_*'\
1507 '|content/public/(common,browser)/permission_*'\
1508 '|chrome/browser/permissions/'\
1509 '|chrome/browser/content_settings/permission*'\
1510 '|permission_context',
1511 },
François Beaufortb2070eb2018-02-08 10:36:341512 'picture_in_picture': {
Blink Reformata30d4232018-04-07 15:31:061513 'filepath': 'third_party/blink/renderer/modules/picture_in_picture/'
François Beaufortb2070eb2018-02-08 10:36:341514 },
michaelpg11fff3f2015-02-06 03:35:341515 'polymer': {
1516 'filepath': 'third_party/polymer/|'\
michaelpgf94a2a22017-03-06 22:35:001517 'third_party/web-animations-js/|'\
dbeam78528be2016-02-18 07:08:491518 'tools/polymer|'\
michaelpg11fff3f2015-02-06 03:35:341519 'ui/webui/resources/polymer_resources.grdp',
1520 },
Charles Harrison981d33c2017-10-06 21:36:221521 'popup_blocker': {
1522 'filepath': 'chrome/browser/ui/blocked_content'
1523 },
twifkak0c69c1f2015-06-22 18:20:091524 'precache': {
1525 'filepath': '[pP]recache'
1526 },
[email protected]be775bc2014-06-30 15:41:141527 'prepopulated_engines': {
1528 'filepath': 'components/search_engines/prepopulated_engines.json',
1529 },
[email protected]f76c8852012-06-21 16:37:001530 'prerender': {
[email protected]78375a52012-07-14 14:47:571531 'filepath': 'prerender'
[email protected]f76c8852012-06-21 16:37:001532 },
mfoltz57fd7f32017-05-03 06:12:581533 'presentation': {
mark a. foltze8739c7c2019-04-24 18:33:091534 'filepath': 'content/browser/presentation/' \
1535 '|content/public/browser/presentation_' \
1536 '|third_party/blink/public/mojom/presentation/' \
1537 '|third_party/blink/renderer/modules/presentation/' \
1538 '|third_party/blink/web_tests/(virtual/)?presentation/'
mfoltz57fd7f32017-05-03 06:12:581539 },
Robert Ogdenb766c88a2019-06-10 18:10:231540 'preview_features': {
1541 'filepath': 'components/previews/core/previews_features' \
1542 '|components/previews/core/previews_experiments'
1543 },
rbpotter0d9edeed2018-08-03 14:11:581544 'print_preview': {
1545 'filepath': 'chrome/browser/resources/print_preview/' \
1546 '|chrome/browser/ui/webui/print_preview/'
1547 },
peter884896c72015-03-12 14:26:201548 'push_messaging': {
1549 'filepath': 'push_messaging'
1550 },
David Black9b7b19f2020-02-24 18:28:351551 'quick_answers': {
1552 'filepath': 'ash/quick_answers/'\
1553 '|chrome/browser/renderer_context_menu/quick_answers.*'\
1554 '|chromeos/components/quick_answers/'
1555 },
stkhapugin06503142016-12-07 14:32:121556 'reading_list': {
1557 'filepath': 'components/reading_list|'\
1558 'ios/chrome/browser/reading_list|'\
1559 'ios/chrome/browser/ui/reading_list',
1560 },
Greg Thompsonc72dc582019-11-14 15:51:321561 'relaunch_notification': {
1562 'filepath': 'chrome/browser/ui/views/relaunch_notification'
1563 },
mark a. foltze8739c7c2019-04-24 18:33:091564 'remoteplayback': {
1565 'filepath': 'chrome/android/features/media_router/java/src/org/chromium/chrome/browser/media/router/FlingingController' \
1566 '|chrome/android/java/src/org/chromium/chrome/browser/media/remote/' \
1567 '|chrome/browser/media/android/remote/' \
1568 '|media/blink/remote_playback' \
1569 '|media/renderers/remote_playback' \
1570 '|third_party/blink/public/platform/modules/remoteplayback/' \
1571 '|third_party/blink/renderer/core/html/media/remote_playback' \
1572 '|third_party/blink/renderer/modules/remoteplayback/' \
1573 '|third_party/blink/web_tests/media/remoteplayback/' \
1574 '|third_party/blink/web_tests/virtual/new-remote-playback-pipeline/'
1575 },
[email protected]f76c8852012-06-21 16:37:001576 'remoting': {
sergeyu05995a4f2017-01-24 21:26:011577 'filepath': '^remoting/' \
1578 '|^testing/chromoting'
[email protected]f76c8852012-06-21 16:37:001579 },
gab57e80c72014-12-08 21:06:131580 'rlz_id': {
1581 'filepath' :'rlz/lib/machine_id.cc|'\
1582 'rlz/lib/machine_id.h|'\
1583 'rlz/win/lib/machine_id_win.cc',
1584 },
Joe Medleya129fe32018-01-25 15:20:221585 'runtime_enabled_features': {
Blink Reformata30d4232018-04-07 15:31:061586 'filepath' : 'third_party/blink/renderer/platform/runtime_enabled_features.json5'
Joe Medleya129fe32018-01-25 15:20:221587 },
grt829c6a82014-10-20 09:29:321588 'safe_browsing': {
timvolodine41e95412017-03-14 02:55:341589 'filepath': 'chrome/(browser|common|renderer)/safe_browsing/|'\
1590 'components/safe_browsing/',
grt829c6a82014-10-20 09:29:321591 },
Joe DeBlasiob3125f12019-10-18 21:02:541592 'safety_tips': {
1593 'filepath': 'chrome/browser/component_updater/safety_tips_.*'\
1594 '|chrome/browser/lookalikes/'\
Joe DeBlasio97b342e2019-10-22 17:33:581595 '|chrome/browser/reputation/'\
Joe DeBlasiob3125f12019-10-18 21:02:541596 '|chrome/browser/ui/views/page_info/safety_tip_page_info_bubble_view.*',
1597 },
Mike Wittman652832b2019-07-16 14:34:391598 'sampling_profiler': {
1599 'filepath': 'base/profiler/'\
1600 '|chrome/common/profiler/'\
Mike Wittman652832b2019-07-16 14:34:391601 '|chrome/renderer/v8_unwinder*'\
1602 '|components/metrics/*call_stack*'\
Mike Wittmane4a1a252019-07-29 20:27:261603 '|components/metrics/public/mojom/call_stack*',
Mike Wittman652832b2019-07-16 14:34:391604 },
mlamourid8b0feb2015-06-02 16:30:471605 'screen_orientation': {
1606 'filepath': 'screen_orientation',
1607 },
Robert Sesekae79d38512018-09-04 18:13:301608 'security': {
1609 'filepath': 'base/json/'\
1610 '|base/memory/.*shared_memory'\
Robert Sesek61902db2018-10-09 19:15:451611 '|components/cbor/'\
1612 '|AndroidManifest',
Robert Sesekae79d38512018-09-04 18:13:301613 },
Katie D14c38ce2019-02-14 00:34:451614 'select_to_speak': {
1615 'filepath': 'select_to_speak',
1616 },
Jeffrey Cohen7fe36f502018-12-12 01:38:211617 'send_tab_to_self': {
Jeffrey Cohen9e494a612019-05-21 16:22:441618 'filepath': 'components/send_tab_to_self'\
1619 '|chrome/android/java/src/org/chromium/chrome/browser/send_tab_to_self/'\
Jeffrey Cohen224a4072019-05-23 20:49:331620 '|chrome/android/junit/src/org/chromium/chrome/browser/send_tab_to_self/'\
Jeffrey Cohen9e494a612019-05-21 16:22:441621 '|chrome/browser/android/send_tab_to_self/'\
1622 '|chrome/browser/send_tab_to_self/'\
1623 '|chrome/browser/ui/send_tab_to_self'\
1624 '|ios/chrome/browser/send_tab_to_self/',
Jeffrey Cohen7fe36f502018-12-12 01:38:211625 },
[email protected]0b431722014-01-08 07:21:511626 'service_worker': {
[email protected]edaf31d2014-03-07 00:09:171627 'filepath': 'content/(browser|renderer|child|common)/service_worker/',
[email protected]0b431722014-01-08 07:21:511628 },
Dan Beam5dec1b42018-12-10 23:52:341629 'settings': {
1630 'filepath': 'chrome/browser/resources/settings/'\
1631 '|chrome/browser/ui/webui/settings/'\
1632 '|chrome/test/data/webui/settings/',
1633 },
May Lippertd0b8cfe2019-05-22 19:54:491634 'settings_os_settings': {
Kyle Horimoto1b958952020-01-15 01:39:171635 'filepath': 'chrome/browser/resources/settings/chromeos/'\
1636 '|chrome/browser/resources/settings/os_settings_resouces.grd'\
1637 '|chrome/browser/resources/settings/os_settings_resouces_vulcanized.grd'\
1638 '|chrome/browser/ui/webui/settings/chromeos/'\
Kyle Horimotoec597772020-01-16 03:45:341639 '|chrome/test/data/webui/settings/chromeos/'\
1640 '|ui/webui/resources/cr_components/chromeos/'\
1641 '|ui/webui/resources/cr_elements/chromeos/',
May Lippertd0b8cfe2019-05-22 19:54:491642 },
Jeffrey Cohen51f7aab2020-02-11 21:32:121643 'share_sheet': {
1644 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/share/'\
Jeffrey Cohen27b6ab902020-02-18 22:44:371645 '|chrome/android/java/res/layout/share_sheet_.*'\
1646 '|chrome/browser/share/android/java/src/org/chromium/chrome/browser/share/',
Jeffrey Cohen51f7aab2020-02-11 21:32:121647 },
Peter Beverloo9a00acc2019-06-04 14:27:251648 'sharing': {
Himanshu Jaju0de6e102019-07-31 11:16:541649 'filepath': 'chrome/browser/sharing/|'\
1650 'chrome/browser/ui/views/sharing/',
Peter Beverloo9a00acc2019-06-04 14:27:251651 },
dominickn8884155a2016-06-23 02:28:161652 'site_engagement': {
1653 'filepath': 'chrome/browser/engagement/|'\
1654 'chrome/browser/ui/webui/engagement/',
1655 },
[email protected]f76c8852012-06-21 16:37:001656 'site_instance': {
[email protected]f2f0fbb92012-07-14 15:52:491657 'filepath': 'content/browser/site_instance|'\
1658 'content/browser/browsing_instance',
[email protected]f76c8852012-06-21 16:37:001659 },
Ryan Hansberry587c8082018-09-20 01:31:191660 'smartlock': {
James Hawkins14e753e82018-11-08 17:33:421661 'filepath': 'chrome/browser/chromeos/login/easy_unlock/'\
Ryan Hansberry587c8082018-09-20 01:31:191662 '|chrome/browser/resources/easy_unlock/'\
1663 '|chromeos/components/proximity_auth/'
1664 },
Zentaro Kavanagh608f8a12018-01-19 18:39:561665 'smb': {
1666 'filepath': 'chrome/browser/chromeos/file_system_provider'\
1667 '|chrome/browser/chromeos/smb_client'\
1668 '|chromeos/dbus/fake_smb_provider_client'\
1669 '|chromeos/dbus/smb_provider_client',
1670 },
Joe Medleya129fe32018-01-25 15:20:221671 'source_idls': {
Joe Medleyf7671752018-04-13 14:34:501672 'filepath': 'third_party/blink/renderer/(core|modules|platform)/.*\.idl',
Joe Medleya129fe32018-01-25 15:20:221673 },
Annie Sullivan32e8a882019-12-12 16:21:581674 'speed_metrics_changelog': {
1675 'filepath': 'docs/speed/metrics_changelog/.*.md',
1676 },
[email protected]ad0295d2012-10-11 23:43:361677 'spellcheck': {
1678 'filepath': 'chrome/browser/spellchecker/'\
timvolodine8cdb94c2016-09-22 12:17:221679 '|chrome/browser/renderer_context_menu/spelling_'\
1680 '|components/spellcheck/'\
1681 '|third_party/hunspell/'\
1682 '|third_party/hunspell_dictionaries/',
[email protected]ad0295d2012-10-11 23:43:361683 },
Greg Thompson9ea091702018-01-04 11:06:321684 'startup': {
1685 'filepath': 'chrome/browser/ui/startup/',
1686 },
Daniel Murphyeda2b872019-11-27 23:51:411687 'storage_service' : {
1688 'filepath': 'components/services/storage/',
1689 },
Ian Clelland0fc655482020-02-14 15:20:101690 'structured_headers' : {
1691 'filepath': 'net/http/structured_headers*',
1692 },
vmpstrcc1c08302015-11-18 06:05:511693 'styleguide': {
1694 'filepath': '^styleguide/',
1695 },
Peter Wenbef43902018-11-28 22:08:121696 'styleguide_python': {
1697 'filepath': '^styleguide/python',
1698 },
engedye7b734da2017-02-07 12:08:131699 'subresource_filter': {
Charles Harrisonfb3eac92017-06-26 21:26:021700 'filepath': 'subresource_filter|SubresourceFilter|url_pattern_index',
engedye7b734da2017-02-07 12:08:131701 },
[email protected]43d33e92014-07-14 16:39:311702 'supervised_users': {
1703 'filepath': 'chrome/browser/.*managed_mode'\
1704 '|chrome/browser/.*managed_user'\
1705 '|chrome/browser/.*supervised_user',
1706 },
CJ DiMegliocaddc3482018-12-12 02:28:381707 'surface_layer_for_video': {
1708 'filepath': 'cc/layers/surface_layer*'\
1709 '|third_party/blink/renderer/platform/graphics/video_frame_*'\
1710 '|third_party/blink/renderer/platform/graphics/surface_layer_bridge*',
1711 },
Anastasia Helfinstein5205acb32019-02-15 00:54:131712 'switch_access': {
1713 'filepath': 'switch_access',
1714 },
[email protected]f76c8852012-06-21 16:37:001715 'sync': {
Andrew Grieveecac5a92018-11-08 01:57:011716 'filepath': '^chrome/browser/ui/sync/'\
maxboguefa217942016-04-01 01:08:131717 '|^chrome/browser/ui/views/sync/'\
1718 '|^chrome/test/android/javatests/src/org/chromium/chrome/test/util/browser/sync/'\
1719 '|^ios/chrome/browser/sync/'\
1720 '|^chrome/android/java/src/org/chromium/chrome/browser/sync/'\
1721 '|^chrome/browser/sync/'\
1722 '|^components/browser_sync/'\
Max Boguefef332d2016-07-28 22:09:091723 '|^components/sync/'\
maxboguefa217942016-04-01 01:08:131724 '|^components/sync_bookmarks/'\
Max Boguefef332d2016-07-28 22:09:091725 '|^components/sync_sessions/',
[email protected]f76c8852012-06-21 16:37:001726 },
[email protected]92871a102013-07-01 11:11:411727 'syncfs': {
1728 'filepath': 'sync_file_system',
1729 },
Giovanni Ortuño Urquidia35ceba2019-12-02 04:46:551730 'system_web_apps': {
1731 'filepath': 'chrome/.*system_web_app'
1732 },
miu5e69f1c52016-10-23 13:40:111733 'tab_alert_indicators': {
1734 'filepath': 'content/browser/media/audio_stream_monitor'\
miu5e69f1c52016-10-23 13:40:111735 '|chrome/browser/ui/tabs/tab_utils'\
Peter Kasting479cc1752018-09-28 22:34:371736 '|chrome/browser/ui/views/tabs/alert_indicator'\
miu5e69f1c52016-10-23 13:40:111737 '|chrome/browser/ui/views/tabs/tab\.cc'\
1738 '|chrome/browser/ui/views/tabs/tab_renderer_data'\
1739 '|media/audio/audio_(output_controller|power_monitor)',
1740 },
[email protected]82d74152013-07-28 08:55:311741 'tab_capture': {
Adam Parker83a488462017-12-22 00:26:481742 'filepath': 'chrome/browser/extensions/api/tab_capture/'\
miu5e69f1c52016-10-23 13:40:111743 '|chrome/renderer/resources/extensions/tab_capture_custom_bindings.js'\
[email protected]31ef420b2014-08-13 21:19:131744 '|chrome/test/data/extensions/api_test/tab_capture/'\
Adam Parker83a488462017-12-22 00:26:481745 '|components/viz/common/(frame_sinks/copy_output_|gl_helper|yuv_)'\
1746 '|components/viz/service/display/'\
1747 '|components/viz/service/frame_sinks/(frame_sink_manager'\
1748 '|video_capture/)'\
[email protected]31ef420b2014-08-13 21:19:131749 '|content/browser/media/capture/'\
[email protected]31ef420b2014-08-13 21:19:131750 '|content/browser/renderer_host/media/(audio_'\
1751 '|media_stream_manager|video_)'\
miu5e69f1c52016-10-23 13:40:111752 '|content/public/renderer/media_stream_'\
1753 '|content/renderer/media/(media_stream|(.+audio_source))'\
[email protected]31ef420b2014-08-13 21:19:131754 '|media/audio/(audio_output_controller|fake_audio_|virtual_audio_)'\
1755 '|media/base/video_frame\.h'\
Adam Parker83a488462017-12-22 00:26:481756 '|media/capture/'\
Miyoung Shin3fc077c2019-08-06 00:29:441757 '|services/viz/privileged/mojom/compositing/frame_sink',
[email protected]82d74152013-07-28 08:55:311758 },
[email protected]f76c8852012-06-21 16:37:001759 'tab_contents': {
[email protected]f2f0fbb92012-07-14 15:52:491760 'filepath': 'chrome/browser/tab_contents/|'\
1761 'content/browser/tab_contents/|'\
1762 'chrome/browser/ui/tab_contents/',
[email protected]f76c8852012-06-21 16:37:001763 },
gogeralddad6ac72019-08-06 23:08:371764 'tab_ui_and_start_surface': {
Wei-Yin Chen (陳威尹)943ca0a2019-08-21 14:51:351765 'filepath': 'chrome/android/features/tab_ui/' \
Wei-Yin Chen (陳威尹)e38f7bf2019-10-24 06:24:231766 '|chrome/android/features/start_surface/' \
1767 '|chrome/android/.*/src/org/chromium/chrome/browser/tasks/'
Mei Liang92e37d52019-03-22 17:27:201768 },
tdresserd80646f2017-03-03 19:26:081769 'tbmv2_metrics': {
1770 'filepath': 'third_party/catapult/tracing/tracing/metrics'
1771 },
[email protected]31a10602012-11-21 01:51:261772 'telemetry': {
nednguyen79105d422016-04-18 01:38:421773 'filepath': 'tools/perf/'
[email protected]31a10602012-11-21 01:51:261774 },
Takeshi Yoshino524e1d262017-07-28 01:16:381775 'test_runner': {
1776 'filepath': 'components/test_runner/' \
Kent Tamura21d1de62018-12-10 04:45:201777 '|content/shell/(common|browser|renderer)/web_test/' \
1778 '|content/test/web_test_support.cc' \
1779 '|content/public/test/web_test_support.h' \
Takeshi Yoshino524e1d262017-07-28 01:16:381780 },
[email protected]f76c8852012-06-21 16:37:001781 'tests': {
[email protected]f2f0fbb92012-07-14 15:52:491782 'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/',
[email protected]0cde05a02011-11-30 23:36:521783 },
jlkleinecc81952016-11-19 00:16:071784 'tether': {
Kyle Horimoto592f64c2018-03-28 23:43:221785 'filepath': 'chrome/browser/chromeos/tether/'\
1786 '|chrome/browser/ui/ash/network/tether*'\
Ryan Hansberry587c8082018-09-20 01:31:191787 '|chromeos/components/tether/'
jlkleinecc81952016-11-19 00:16:071788 },
[email protected]1cbbb30b2011-10-14 08:03:561789 'textinput': {
Yuichiro Hanadaf0b3b472017-10-17 07:00:531790 'filepath': 'chrome/browser/ui/input_method'\
[email protected]f2f0fbb92012-07-14 15:52:491791 '|content/browser/renderer_host/render_widget_host_view'\
1792 '|content/browser/renderer_host/text_input'\
1793 '|ui/base/ime/'\
[email protected]f2f0fbb92012-07-14 15:52:491794 '|ui/views/controls/textfield/'\
Yuichiro Hanadaf0b3b472017-10-17 07:00:531795 '|ui/wm/core/ime'
[email protected]1cbbb30b2011-10-14 08:03:561796 },
[email protected]3a117c62011-11-29 04:28:021797 'textinput_chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:491798 'filepath': 'chrome/browser/chromeos/input_method/'\
1799 '|chrome/browser/chromeos/extensions/input_method'\
1800 '|chrome/browser/chromeos/status/input_method'\
1801 '|chrome/browser/extensions/extension_input_'\
1802 '|chrome/browser/resources/keyboard'\
[email protected]f2f0fbb92012-07-14 15:52:491803 'chromeos/.*(language|keyboard)'\
[email protected]6bd9e802013-04-18 06:40:421804 '|chromeos/ime/*'
[email protected]3a117c62011-11-29 04:28:021805 },
Patrick Monette9355f1fc2019-08-09 18:18:161806 'third_party_conflicts': {
1807 'filepath': 'chrome/browser/win/conflicts/'
1808 },
chirantan96fcf6d2015-01-21 22:36:191809 'timers': {
1810 'filepath': 'base/timer/'\
1811 '|components/timers/'
1812 },
robliaofd54b5c2017-01-13 00:41:301813 'tools_win_chromeexts': {
1814 'filepath': 'tools/win/chromeexts',
1815 },
AJITH KUMAR V4f0c4812018-03-27 13:46:571816 'touch_selection': {
1817 'filepath': 'ui/touch_selection/'\
1818 '|content/public/android/java/src/org/chromium/content/browser/selection/'
1819 },
[email protected]c8eb7f72013-07-04 15:30:111820 'tracing': {
1821 'filepath': 'base/debug/trace_event.*'\
primianobef13b42015-01-30 15:29:311822 '|base/trace_event/'\
[email protected]c8eb7f72013-07-04 15:30:111823 '|content/browser/tracing/'\
Oystein Eftevaag6410f1a2018-03-01 18:06:301824 '|components/tracing/'\
1825 '|services/tracing/'
[email protected]c8eb7f72013-07-04 15:30:111826 },
Nicolas Ouellet-payeur0c26b872019-09-05 07:38:071827 'traffic_annotation': {
1828 'filepath': 'tools/traffic_annotation/'
1829 },
Megan Jablonski33f229f2019-12-18 22:58:001830 'translate': {
1831 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/translate|'\
1832 'chrome/android/java/src/org/chromium/chrome/browser/infobar/translate|'\
1833 'chrome/android/javatests/src/org/chromium/chrome/browser/translate|'\
1834 'chrome/browser/translate|'\
1835 'chrome/browser/ui/translate|'\
1836 'chrome/browser/ui/webui/translate_internals|'\
1837 'chrome/browser/ui/views/translate|'\
1838 'chrome/renderer/translate|'\
1839 'chrome/test/data/translate|'\
1840 'components/resources/translate_resources.grdp'\
1841 'components/translate|'\
1842 'components/translate_strings_grdp|'\
1843 'ios/chrome/browser/translate|'\
1844 'ios/chrome/browser/ui/translate|'\
1845 'ios/web_view/internal/translate'
1846 },
[email protected]cf428f732012-10-02 20:48:151847 'ui_compositor': {
1848 'filepath': 'ui/compositor/layer\.|'\
1849 'ui/compositor/layer_unittest|'\
1850 'ui/compositor/compositor',
1851 },
robliao2c4b7492016-07-19 01:57:261852 'ui_display_win': {
1853 'filepath': '^ui/display/win',
1854 },
[email protected]6b5093c2012-05-23 19:10:181855 'ui_resources': {
[email protected]f2f0fbb92012-07-14 15:52:491856 'filepath': 'ui/resources/'\
1857 '|ui/base/native_theme/resources/'\
1858 '|chrome/app/theme/'
[email protected]6b5093c2012-05-23 19:10:181859 },
edwardjung83f52ef22017-02-07 13:15:071860 'ui_strings': {
1861 'filepath': 'chrome/app/generated_resources.grd'\
1862 '|chrome/app/google_chrome_strings.grd'\
1863 '|chrome/android/java/strings/android_chrome_strings.grd'\
1864 '|chrome/app/settings_strings.grdp'\
1865 '|ios/chrome/app/strings/ios(_.+)*_strings.grd'\
1866 '|ui/strings/ui_strings.grd',
1867 },
Robert Liao5c35cbe2019-02-27 02:42:331868 'ui_views': {
1869 'filepath': '^ui/views',
1870 },
Will Harris989ca932019-02-15 19:21:211871 'unified_consent': {
1872 'filepath': 'components/unified_consent/'\
1873 '|chrome/browser/unified_consent/',
1874 },
Vincent Scheibd5da4d952017-11-03 01:33:241875 'usb': {
1876 'filepath': '/usb/',
1877 },
[email protected]c73ec8ab2014-01-16 20:35:231878 'version_assembly': {
1879 'filepath': 'chrome/app/version_assembly',
1880 },
posciak62a72272016-05-11 08:31:241881 'video': {
1882 'filepath': 'content/browser/renderer_host/media/|'\
1883 'content/renderer/media/|'\
1884 'media/capture/video/|'\
1885 'media/filters/|'\
1886 'media/gpu/|'\
1887 '.*video.*',
1888 },
mcasas09e881c2016-04-09 02:09:501889 'video_capture': {
1890 'filepath': 'chrome/browser/media/.*(capture|media|webrtc)'\
1891 '|content/browser/renderer_host/media/.*(capture|media)'\
1892 '|content/renderer/media/.*(capture|media|webrtc)'\
1893 '|media/capture/'\
chfremer2a01a69b2017-01-06 02:39:011894 '|media/muxers/'\
1895 '|services/video_capture/',
mcasas09e881c2016-04-09 02:09:501896 },
Alexandre Courbot3e9e55a2018-04-05 05:29:421897 'video_gpu': {
1898 'filepath': 'content/renderer/media/|'\
1899 'media/capture/video/|'\
1900 'media/gpu/',
1901 },
[email protected]ef514a32014-02-26 01:02:351902 'virtual_keyboard': {
Darren Shen40a822352019-06-03 05:39:161903 'filepath': 'ash/keyboard/'\
oka47452c22017-02-17 05:07:571904 '|chrome/test/data/chromeos/virtual_keyboard/'\
1905 '|extensions/browser/api/virtual_keyboard_private/'\
Darren Shen40a822352019-06-03 05:39:161906 '|ash/system/virtual_keyboard/',
[email protected]ef514a32014-02-26 01:02:351907 },
billorr3c7e1442016-11-11 21:21:351908 'virtual_reality': {
David Dorwina4a2b73c2018-05-18 22:39:561909 # Includes VR, AR, and XR.
Michael Thiessena7bec5b2018-07-12 19:10:041910 'filepath': '/vr/'\
David Dorwina4a2b73c2018-05-18 22:39:561911 '|/xr'\
Alex Cooper59197c72019-03-29 17:31:551912 '|webxr'\
Bill Orr165281bd2018-12-06 18:27:121913 '|isolated_xr_device'\
David Dorwina4a2b73c2018-05-18 22:39:561914 '|third_party/arcore'\
1915 '|third_party/gvr'\
1916 '|third_party/libovr'\
1917 '|third_party/openvr',
billorr3c7e1442016-11-11 21:21:351918 },
Chris Blumec6ddd6c2018-12-14 23:35:011919 'vulkan': {
1920 'filepath': 'gpu/vulkan'\
1921 '|third_party/vulkan'
1922 },
Vincent Scheibd5da4d952017-11-03 01:33:241923 'wake_lock': {
1924 'filepath': 'wake_lock',
1925 },
May Lippert04ed4b62019-05-24 16:31:221926 'wallpapers': {
Miyoung Shin3fc077c2019-08-06 00:29:441927 'filepath': 'components/arc/common/wallpaper.mojom'\
May Lippert04ed4b62019-05-24 16:31:221928 '|ash/wallpaper/'\
1929 '|chrome/browser/resources/chromeos/wallpaper_manager/',
1930 },
Raymes Khoury6b9bf762019-05-17 05:00:511931 'web_applications': {
1932 'filepath': 'chrome/browser/web_applications'\
1933 '|chrome/browser/ui/web_applications',
1934 },
Devin Mullins4ff9b282018-03-09 00:37:321935 'web_package': {
1936 'filepath': 'content/browser/loader/prefetch_url_loader'\
1937 '|content/browser/web_package/'\
Kunihiko Sakamotoba390852018-07-11 01:08:551938 '|content/test/data/sxg/'
Devin Mullins4ff9b282018-03-09 00:37:321939 },
Matt Giuca9eb910d2017-08-02 04:07:381940 'web_share': {
1941 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/webshare/'\
1942 '|chrome/android/javatests/src/org/chromium/chrome/browser/WebShare.*'\
Kent Tamura77578cc2018-11-25 22:33:431943 '|third_party/blink/web_tests/webshare/'\
1944 '|third_party/blink/web_tests/external/wpt/web-share/'\
Eric Willigers3eeae17c2019-03-13 17:32:101945 '|third_party/blink/public/mojom/webshare/'\
Blink Reformata30d4232018-04-07 15:31:061946 '|third_party/blink/renderer/modules/webshare/',
Matt Giuca9eb910d2017-08-02 04:07:381947 },
Martin Kreichgauer794a18572018-07-20 20:45:431948 'webauthn': {
1949 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/webauth/'\
1950 '|chrome/android/javatests/src/org/chromium/chrome/browser/webauth/'\
Martin Kreichgauer144f8be2019-09-19 18:41:081951 '|chrome/browser/extensions/api/cryptotoken_private/'\
1952 '|chrome/browser/resources/cryptotoken/'\
Martin Kreichgauer794a18572018-07-20 20:45:431953 '|chrome/browser/ui/webauthn/'\
1954 '|chrome/browser/ui/views/webauthn/'\
Martin Kreichgauer1b7dc872019-04-15 18:50:411955 '|chrome/browser/webauthn/'\
Martin Kreichgauer794a18572018-07-20 20:45:431956 '|content/browser/webauth/'\
1957 '|device/fido/'\
Martin Kreichgauer1b7dc872019-04-15 18:50:411958 '|third_party/blink/public/mojom/webauthn/'\
Nina Satragno9573c032019-10-03 18:51:361959 '|third_party/blink/web_tests/external/wpt/webauthn/'\
Martin Kreichgauer1b7dc872019-04-15 18:50:411960 '|third_party/microsoft_webauthn/',
Martin Kreichgauer794a18572018-07-20 20:45:431961 },
Chris Cunninghamde605a02019-12-12 02:39:111962 'webcodecs': {
1963 'filepath': 'third_party/blink/renderer/modules/webcodecs/',
1964 },
Corentin Wallez3f1d0852018-07-04 15:45:361965 'webgpu': {
1966 'filepath': 'third_party/blink/renderer/modules/webgpu/',
1967 },
Christian O. Andersson2fc7db52019-09-04 15:39:491968 'weblayer': {
1969 'filepath': 'weblayer/',
1970 },
Carlos ILd0907f22020-01-29 22:52:371971 'weblayer_safe_browsing': {
1972 'filepath': 'weblayer/browser/safe_browsing/',
1973 },
1974 'weblayer_ssl': {
1975 'filepath': 'weblayer/browser/ssl*',
1976 },
Takeshi Yoshinoe387aa32017-08-02 13:16:131977 'webrtc_browser_tests': {
1978 'filepath': 'chrome/browser/media/.*webrtc.*browsertest|'\
1979 'content/browser/media/.*webrtc.*browsertest',
1980 },
[email protected]208879542012-07-05 11:15:341981 'website_settings': {
[email protected]f2f0fbb92012-07-14 15:52:491982 'filepath': 'chrome/browser/content_settings/'\
1983 '|chrome/browser/ui/views/website_settings/'\
1984 '|chrome/browser/ui/website_settings/'\
mukai077089f2014-09-11 18:41:521985 '|chrome/common/content_settings'\
1986 '|components/content_settings/',
[email protected]208879542012-07-05 11:15:341987 },
[email protected]b17d9e02014-07-29 09:45:501988 'windows_sandboxing': {
1989 'filepath': 'sandbox/win/',
1990 },
Luke Zielinskid00a5112019-10-30 17:58:411991 'wpt_tools': {
1992 'filepath': 'third_party/blink/web_tests/external/wpt/tools/',
1993 },
[email protected]f76c8852012-06-21 16:37:001994 'x11': {
[email protected]f2f0fbb92012-07-14 15:52:491995 'filepath': 'content/browser/renderer_host/backing_store_x\.' \
1996 '|chrome/browser/chromeos/input_method/xkeyboard\.' \
1997 '|chrome/browser/chromeos/system_key_event_listener\.' \
[email protected]f76c8852012-06-21 16:37:001998 '|chrome/browser/chromeos/'\
[email protected]f2f0fbb92012-07-14 15:52:491999 'xinput_hierarchy_changed_event_listener\.' \
2000 '|chrome/browser/chromeos/wm_' \
2001 '|ui/base/x/'
[email protected]0d710852012-05-24 01:18:402002 },
Chris Blume04103c42018-12-14 22:46:062003 'zlib': {
2004 'filepath': 'third_party/zlib'
2005 },
wjmaclean3ff6a402015-03-31 19:00:202006 'zoom': {
2007 'filepath': 'chrome/browser/ui/zoom/' \
2008 '|components/ui/zoom/' \
2009 '|content/browser/host_zoom_*' \
2010 '|content/browser/storage_partition_impl*' \
2011 '|content/public/browser/host_zoom_map.h' \
2012 '|content/public/browser/storage_partition.h'
2013 },
[email protected]a3838612009-10-13 21:57:542014 },
[email protected]ca872e362011-07-12 21:06:032015
pennymac962d190432016-07-27 00:58:352016 ##############################################################################
2017 # Please keep alphabetical
2018 ##############################################################################
[email protected]a3838612009-10-13 21:57:542019 'WATCHLISTS': {
Joe Medley1e1bb652018-04-27 17:36:592020 'about_flags': ['[email protected]',
2021 '[email protected]'],
Daniel Eratb4c9b9e2019-06-04 23:57:262022 'accelerator_table': ['[email protected]'],
dmazzoni5f4b7f12015-02-17 16:35:572023 'accessibility': ['[email protected]',
Akihiro Otac504b882019-02-20 02:54:532024 '[email protected]',
Aaron Leventhal978557022017-06-09 15:39:412025 '[email protected]',
dmazzoni5f4b7f12015-02-17 16:35:572026 '[email protected]',
dougtcd8ac01d2017-03-24 16:23:402027 '[email protected]',
[email protected]f76c8852012-06-21 16:37:002028 '[email protected]',
Sara Katoeff75d22019-11-07 19:08:232029 '[email protected]',
je_julie.kima170bac2015-05-06 14:57:542030 '[email protected]',
Kevin Babbitt52b18902019-04-16 21:47:442031 '[email protected]',
dmazzoni5f4b7f12015-02-17 16:35:572032 '[email protected]',
Sara Katoeff75d22019-11-07 19:08:232033 '[email protected]',
[email protected]f76c8852012-06-21 16:37:002034 '[email protected]'],
Anastasia Helfinstein76c21c0b82019-11-21 19:45:142035 'accessibility_component_extensions': ['[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:262036 'add_to_homescreen': ['[email protected]',
Xi Han50f523a1d2017-07-19 15:56:112037 '[email protected]',
Glenn Hartmann6e09db12019-07-31 03:00:112038 '[email protected]',
2039 '[email protected]'],
Peter Wen35bf5932018-10-22 19:51:482040 'android_crash_reporting': ['[email protected]',
2041 '[email protected]'],
johnmaguire6aaac7902016-03-15 12:28:202042 'android_crazy_linker': ['[email protected]'],
Peter Wen35bf5932018-10-22 19:51:482043 'android_deps': ['[email protected]'],
Henrique Nakashima64f2b8b2020-02-05 22:54:432044 'android_flags': ['[email protected]'],
dfalcantaraef21e9e2016-01-07 01:16:262045 'android_infobars': ['[email protected]'],
agrieve4d9c1c52016-09-23 17:49:382046 'android_infra': ['[email protected]',
Andrew Grieve5babdbfc2017-08-16 01:26:492047 '[email protected]'],
Takeshi Yoshino524e1d262017-07-28 01:16:382048 'android_item_chooser_dialogs': ['[email protected]',
2049 '[email protected]'],
Peter Wen35bf5932018-10-22 19:51:482050 'android_lint': ['[email protected]'],
Daniele Castagna7c829d692018-02-12 16:09:082051 'android_media': ['[email protected]'],
Tomasz Wiszkowski36adccf2019-11-04 16:51:032052 'android_omnibox': ['[email protected]'],
Ted Choc042d8442018-03-13 16:35:572053 'android_search_widget': ['[email protected]',
2054 '[email protected]'],
nyquistf602bd02017-02-16 23:17:442055 'android_studio': ['[email protected]',
2056 '[email protected]'],
Daniele Castagna7c829d692018-02-12 16:09:082057 'android_tab': ['[email protected]'],
asvitkine361b276e2016-08-30 18:45:002058 'android_uma_settings': ['[email protected]',
2059 '[email protected]'],
Maggie Cai9190f7632019-06-12 06:06:572060 'android_webapk': ['[email protected]',
Ella Gecf52fc32019-11-18 09:01:562061 '[email protected]',
2062 '[email protected]'],
[email protected]7ca78dc12012-09-20 09:26:442063 'android_webview': ['[email protected]'],
Tim Volodine178dc2bc2019-03-19 19:07:222064 'android_webview_network_service': ['[email protected]'],
Yi Guc1c54682018-07-23 12:00:002065 'animation_worklet': ['[email protected]',
2066 '[email protected]'],
Dominick Ngb919db92019-11-18 06:17:162067 'app_service': ['[email protected]'],
Dominick Ng45392562018-12-13 07:21:212068 'app_shortcuts': ['[email protected]',
2069 '[email protected]',
Trent Aptedabfd2572019-01-17 05:49:532070 '[email protected]'],
pennymac962d190432016-07-27 00:58:352071 'apps': ['[email protected]',
Trent Apted93d53b02019-01-21 02:54:342072 '[email protected]'],
Dominick Ngb919db92019-11-18 06:17:162073 'apps_intent_helper': ['[email protected]',
2074 '[email protected]'],
lhchavez4b19176f2016-05-04 23:12:462075 'arc': ['[email protected]',
hidehiko49f0b7c2016-05-24 10:59:472076 '[email protected]',
victorhsieh52feccd2017-02-27 18:27:022077 '[email protected]',
Junichi Uekawa38d20c12018-03-22 03:31:302078 '[email protected]',
2079 '[email protected]'],
lhchavez61532c92016-10-18 21:33:372080 'arc_auth': ['[email protected]'],
Yuichiro Hanada2e111fb2018-11-19 17:33:052081 'arc_ime': ['[email protected]'],
poromov7633f602017-02-21 16:44:012082 'arc_kiosk': ['[email protected]'],
Miyoung Shin3fc077c2019-08-06 00:29:442083 'arc_mojom': ['[email protected]'],
lhchavez4b19176f2016-05-04 23:12:462084 'arc_net': ['[email protected]',
2085 '[email protected]',
2086 '[email protected]'],
ejcarusoa298ec02016-06-16 20:30:432087 'arc_power': ['[email protected]'],
Hirokazu Hondaf98a3122018-04-12 11:19:482088 'arc_video_accelerator': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352089 'ash': ['[email protected]',
2090 '[email protected]'],
Xiaohui Chen87d4b112020-02-22 00:17:552091 'assistant': ['[email protected]'],
Max Morin2b0206312018-04-06 11:17:402092 'audio_service': ['[email protected]',
Max Morin2b0206312018-04-06 11:17:402093 '[email protected]'],
pennymac962d190432016-07-27 00:58:352094 'aura': ['[email protected]',
2095 '[email protected]'],
[email protected]c3a6e1e72013-08-02 00:13:072096 'aura_compositor': ['[email protected]',
2097 '[email protected]',
Antoine Laboure77dc8c72019-07-24 00:31:142098 '[email protected]'],
Martin Robinson30f0f7f2019-08-22 16:33:052099 'auralinux_accessibility': ['[email protected]'],
Katie D14c38ce2019-02-14 00:34:452100 'autoclick': ['[email protected]'],
Jared Saul4765c1e2018-06-18 13:44:572101 'autofill': ['[email protected]',
sebsg55d59d82018-06-19 18:29:522102 '[email protected]',
sebsgbbfbea02016-10-24 21:54:592103 '[email protected]',
Anthony Vallee-Dubois866affd22018-03-19 15:13:212104 '[email protected]',
Vaclav Brozek9048a1222018-11-30 08:11:502105 '[email protected]'],
Mathias Carlenc61d8072018-08-21 16:18:242106 'autofill_assistant': ['[email protected]'],
Jared Saul61b16ed42019-10-11 20:19:442107 'autofill_payments': ['[email protected]',
2108 '[email protected]',
2109 '[email protected]'],
Dan Elphick08d1fd42018-04-26 10:22:332110 'background_fetch': ['[email protected]',
Mugdha Lakhani6876ba12018-04-06 13:12:282111 '[email protected]',
Mugdha Lakhani90e82fd2019-06-25 09:38:492112 '[email protected]'],
Jason Chasedfcd02b2018-08-10 21:07:492113 'background_sync': ['[email protected]',
Mugdha Lakhani90e82fd2019-06-25 09:38:492114 '[email protected]',
Rayan Kanso253399c2018-11-07 19:28:252115 '[email protected]',
2116 '[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:262117 'banners': ['[email protected]',
Xi Han50f523a1d2017-07-19 15:56:112118 '[email protected]',
F07b660412017-08-01 20:53:062119 '[email protected]'],
Takeshi Yoshino524e1d262017-07-28 01:16:382120 'base': ['[email protected]'],
Reid Klecknerc2027242019-08-23 20:00:352121 'base_allocator': ['[email protected]'],
[email protected]1ed5e0fd2012-07-19 00:19:052122 'base_memory': ['[email protected]'],
Alexander Timin864bf8a02018-03-12 11:06:282123 'base_scheduler': ['[email protected]'],
Gabriel Charettee6bbb532019-04-29 16:39:392124 'base_thread_pool': ['[email protected]',
2125 '[email protected]',
2126 '[email protected]'],
pennymac962d190432016-07-27 00:58:352127 'base_win': ['[email protected]',
Robert Liao27a2fa12017-10-20 18:34:482128 '[email protected]',
pennymac962d190432016-07-27 00:58:352129 '[email protected]'],
[email protected]7e093d4022014-06-26 19:19:552130 'battery_status': ['[email protected]'],
Alexander Timine3deb2a2019-09-20 15:29:092131 'bfcache': ['[email protected]'],
Lei Zhangf4c2b172020-02-21 06:23:102132 'binary_size': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352133 'blink': ['[email protected]'],
2134 'blink_accessibility': ['[email protected]',
2135 '[email protected]',
dougtcd8ac01d2017-03-24 16:23:402136 '[email protected]',
horo8e9a01572016-07-27 06:05:312137 '[email protected]',
Kevin Babbitt52b18902019-04-16 21:47:442138 '[email protected]',
pennymac962d190432016-07-27 00:58:352139 '[email protected]'],
2140 'blink_animation': ['[email protected]',
Yi Gu05a8d892019-12-03 17:06:512141 '[email protected]',
Yi Gubb534b32020-03-03 22:13:212142 '[email protected]',
Eric Willigersb5f2b5a2019-05-13 18:31:492143 '[email protected]'],
pennymac962d190432016-07-27 00:58:352144 'blink_app_banner': ['[email protected]'],
2145 'blink_audio': ['[email protected]',
2146 '[email protected]'],
2147 'blink_battery_status': ['[email protected]',
2148 '[email protected]'],
Kentaro Hara1de86192019-05-29 08:51:592149 'blink_bindings': ['[email protected]', '[email protected]'],
jbroman9ac2d532016-09-01 18:20:082150 'blink_bindings_serialization': ['[email protected]'],
Conley Owensd744e392018-04-24 19:18:572151 'blink_bluetooth': ['[email protected]',
Ovidio Henriquez86333882018-11-05 18:25:212152 '[email protected]',
2153 '[email protected]'],
Raphael Kubo da Costab856f102019-07-02 09:17:552154 'blink_canvas': ['[email protected]'],
Nicolas Pena7a6b6992019-01-16 17:20:082155 'blink_client_hints': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352156 'blink_clipboard': ['[email protected]'],
Kinuko Yasuda4a342642018-03-01 09:29:552157 'blink_common': ['[email protected]',
2158 '[email protected]'],
Kentaro Hara08ea1892019-08-29 04:25:242159 'blink_controller': [],
pennymac962d190432016-07-27 00:58:352160 'blink_css': ['[email protected]',
2161 '[email protected]',
danakjc1e13d4e2018-05-04 21:34:422162 '[email protected]'],
pennymac962d190432016-07-27 00:58:352163 'blink_css_flexbox': ['[email protected]'],
Morten Stenshorne4f1b3022017-11-14 12:05:372164 'blink_css_fragmentation_tests': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352165 'blink_css_grid_layout': ['[email protected]',
Oriol Brufau825a8482019-11-04 10:38:162166 '[email protected]',
horo8e9a01572016-07-27 06:05:312167 '[email protected]',
pennymac962d190432016-07-27 00:58:352168 '[email protected]'],
Dimitri Glazkov33286c62017-12-08 23:34:252169 'blink_custom_elements': ['[email protected]'],
Oksana Zhuravlova5e236ec92018-07-25 00:16:032170 'blink_device_orientation': ['[email protected]',
2171 '[email protected]',
2172 '[email protected]',
pennymac962d190432016-07-27 00:58:352173 '[email protected]'],
Pavel Feldmana47e1f92019-09-20 16:58:572174 'blink_devtools': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352175 'blink_dom': ['[email protected]',
danakjc1e13d4e2018-05-04 21:34:422176 '[email protected]'],
Hayato Ito3e487372019-04-18 05:37:212177 'blink_dom_events': ['[email protected]'],
Daniel Murphyfffe60f82019-12-05 21:30:202178 'blink_dom_storage': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352179 'blink_events': ['[email protected]',
pennymac962d190432016-07-27 00:58:352180 '[email protected]',
2181 '[email protected]'],
2182 'blink_fetch': ['[email protected]',
2183 '[email protected]',
Takeshi Yoshino9d7588a32017-07-31 07:17:342184 '[email protected]'],
pennymac962d190432016-07-27 00:58:352185 'blink_fileapi': ['[email protected]',
tzik8be52292019-07-17 08:28:452186 '[email protected]'],
haraken98d0827a2017-02-27 00:55:192187 'blink_frames': ['[email protected]'],
Mounir Lamouria33886c2018-02-07 10:00:372188 'blink_geolocation': ['[email protected]'],
Nico Weberb6975cc2018-06-19 10:51:452189 'blink_heap': ['[email protected]',
pennymac962d190432016-07-27 00:58:352190 '[email protected]',
2191 '[email protected]'],
Dimitri Glazkov33286c62017-12-08 23:34:252192 'blink_html': ['[email protected]'],
csharrisonf357e9632016-07-29 01:27:222193 'blink_htmlparser': ['[email protected]',
2194 '[email protected]'],
Madeleine Barowsky21b04402019-01-29 19:17:052195 'blink_image_codecs': ['[email protected]',
2196 '[email protected]'],
Daniel Murphyeda2b872019-11-27 23:51:412197 'blink_indexed_db': ['[email protected]',
Daniel Murphyfffe60f82019-12-05 21:30:202198 '[email protected]'],
pennymac962d190432016-07-27 00:58:352199 'blink_input': ['[email protected]',
Navid Zolghadrf7ac0562018-08-02 21:43:162200 '[email protected]'],
pennymac962d190432016-07-27 00:58:352201 'blink_layers': ['[email protected]'],
2202 'blink_layout': ['[email protected]',
2203 '[email protected]',
pennymac962d190432016-07-27 00:58:352204 '[email protected]'],
Ojan Vafai1fa1ec52018-04-11 17:56:402205 'blink_layout_ng': ['[email protected]',
atotic30c8eba2016-10-28 13:24:072206 '[email protected]',
dgroganf9744ea2017-01-18 23:23:262207 '[email protected]',
lchoi2ba79a72017-05-25 00:23:052208 '[email protected]',
Xiaocheng Hu8bd4d8072017-10-25 23:44:322209 '[email protected]',
2210 '[email protected]'],
pennymac962d190432016-07-27 00:58:352211 'blink_loader': ['[email protected]',
2212 '[email protected]',
Takeshi Yoshinoab2ce8562017-11-09 05:19:192213 '[email protected]'],
pennymac962d190432016-07-27 00:58:352214 'blink_media': ['[email protected]',
2215 '[email protected]',
srirama.mdec4f512016-09-06 08:22:192216 '[email protected]',
2217 '[email protected]'],
pennymac962d190432016-07-27 00:58:352218 'blink_media_queries': ['[email protected]',
Nicolas Pena7a6b6992019-01-16 17:20:082219 '[email protected]'],
mcasas9558316b2017-03-10 18:57:312220 'blink_mediastream': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352221 'blink_navigator_content_utils': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352222 'blink_out_of_process_frames': ['[email protected]',
2223 '[email protected]'],
Raphael Kubo da Costab856f102019-07-02 09:17:552224 'blink_paint' : ['[email protected]'],
Xida Chen0ef92782018-01-17 05:53:352225 'blink_paintworklet' : ['[email protected]'],
Balazs Engedy23f08852018-09-24 23:39:582226 'blink_permissions': ['[email protected]',
2227 '[email protected]'],
kinukoc462adb2016-12-22 12:58:492228 'blink_platform': ['[email protected]'],
ajumabd2c9c22017-05-01 21:29:502229 'blink_platform_graphics': ['[email protected]',
pennymac962d190432016-07-27 00:58:352230 '[email protected]',
2231 '[email protected]',
fmalita9710b732017-02-17 05:10:022232 '[email protected]',
Fernando Serboncinie802c9f2018-11-06 19:17:112233 '[email protected]',
pennymac962d190432016-07-27 00:58:352234 '[email protected]',
pennymac962d190432016-07-27 00:58:352235 '[email protected]'],
Nicolas Pena7a6b6992019-01-16 17:20:082236 'blink_preloadScanner': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352237 'blink_prerender': ['[email protected]',
Nicolas Pena7a6b6992019-01-16 17:20:082238 '[email protected]'],
Dimitri Glazkov33286c62017-12-08 23:34:252239 'blink_public_api': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352240 'blink_quota': ['[email protected]',
tzik8be52292019-07-17 08:28:452241 '[email protected]'],
Kentaro Hara08ea1892019-08-29 04:25:242242 'blink_scheduler': ['[email protected]'],
Nate Chapin1a9f01a2019-11-22 17:39:302243 'blink_scheduling_api': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352244 'blink_screen_orientation': ['[email protected]'],
Kouhei Ueno43382932017-05-30 04:43:572245 'blink_script': ['[email protected]',
Takayoshi Kochi57997382018-07-19 03:57:592246 '[email protected]'],
David Bokan9dc0046272017-12-29 00:28:012247 'blink_scroll': ['[email protected]'],
Matt Falkenhagen40369012019-11-19 00:43:552248 'blink_service_worker': ['[email protected]',
pennymac962d190432016-07-27 00:58:352249 '[email protected]',
2250 '[email protected]',
pennymac962d190432016-07-27 00:58:352251 '[email protected]',
2252 '[email protected]',
tzik749ae1e2018-07-20 05:05:012253 '[email protected]'],
Matt Falkenhagenca7fbb62018-07-10 09:21:432254 'blink_service_worker_tests': ['[email protected]'],
Hayato Ito3e487372019-04-18 05:37:212255 'blink_shadow_dom': ['[email protected]'],
Rachel Blum41788872018-10-25 20:54:012256 'blink_spellcheck' : ['[email protected]',
Xiaocheng Hu8bd4d8072017-10-25 23:44:322257 '[email protected]'],
Adam Rice027497d2018-07-27 02:17:022258 'blink_streams': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352259 'blink_style': ['[email protected]'],
2260 'blink_svg': ['[email protected]',
fmalita9710b732017-02-17 05:10:022261 '[email protected]',
pennymac962d190432016-07-27 00:58:352262 '[email protected]',
pennymac962d190432016-07-27 00:58:352263 '[email protected]',
2264 '[email protected]',
pennymac962d190432016-07-27 00:58:352265 '[email protected]'],
pennymac962d190432016-07-27 00:58:352266 'blink_track': ['[email protected]',
2267 '[email protected]',
2268 '[email protected]',
Sriram8d3e0e22017-11-09 10:40:162269 '[email protected]',
2270 '[email protected]'],
mvanouwerkerk38f632c62017-04-13 10:35:312271 'blink_vibration': ['[email protected]'],
David Bokan9dc0046272017-12-29 00:28:012272 'blink_viewport_interaction': ['[email protected]',
2273 '[email protected]'],
pennymac962d190432016-07-27 00:58:352274 'blink_w3ctests': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352275 'blink_webp': ['[email protected]',
2276 '[email protected]',
Madeleine Barowsky21b04402019-01-29 19:17:052277 '[email protected]',
2278 '[email protected]'],
Adam Rice027497d2018-07-27 02:17:022279 'blink_websockets': ['[email protected]',
2280 '[email protected]'],
pennymac962d190432016-07-27 00:58:352281 'blink_workers': ['[email protected]',
pennymac962d190432016-07-27 00:58:352282 '[email protected]',
shimazu99de61f2016-09-07 03:57:412283 '[email protected]',
2284 '[email protected]'],
Kentaro Hara08ea1892019-08-29 04:25:242285 'blink_wtf': ['[email protected]'],
Joel Hockey0db16432018-03-09 22:41:492286 'blink_xml': ['[email protected]',
2287 '[email protected]'],
donnd787f6ed2016-08-03 01:00:562288 'bottombar': ['[email protected]',
2289 '[email protected]'],
Tarun Bansalc4882282018-07-11 23:53:552290 'breve': ['[email protected]'],
[email protected]22650d22012-07-18 17:02:352291 'browser_components': ['[email protected]'],
Antoine Laboure77dc8c72019-07-24 00:31:142292 'browser_compositor': ['[email protected]'],
michaelpge42ca3b32016-02-19 08:17:572293 'browser_resources_md': ['[email protected]'],
Alexander Timinaa132762019-05-10 16:10:172294 'browser_scheduler': ['[email protected]'],
Christian Dullwebered2c82b2018-04-10 08:37:222295 'browsing_data': ['[email protected]',
msramek878b39d92016-04-20 07:55:332296 '[email protected]'],
Rouslan Solomakhin0b13446c2018-07-18 14:47:072297 'bubble': ['[email protected]'],
Josh Karlin1bd016742017-08-18 17:44:172298 'cache_storage': ['[email protected]'],
mark a. foltze8739c7c2019-04-24 18:33:092299 'cast': ['[email protected]',
miua1710162015-08-27 01:38:092300 '[email protected]',
mark a. foltze8739c7c2019-04-24 18:33:092301 '[email protected]',
Xiaohan Wang22ab04c12019-02-06 00:41:042302 '[email protected]'],
ryanchung4d157372016-05-10 20:27:162303 'cast_certificate': ['[email protected]',
mfoltz57fd7f32017-05-03 06:12:582304 '[email protected]',
ryanchung24f9d7b2017-01-12 19:18:342305 '[email protected]'],
mark a. foltze8739c7c2019-04-24 18:33:092306 'cast_channel': ['[email protected]',
Ryan Ki Sing Chung27cc7ed92017-07-25 21:53:472307 '[email protected]'],
[email protected]c863702a2012-09-14 20:05:282308 'cc': ['[email protected]'],
Yi Guc1c54682018-07-23 12:00:002309 'cc-animation': ['[email protected]',
Yi Gubb534b32020-03-03 22:13:212310 '[email protected]',
Yi Guc1c54682018-07-23 12:00:002311 '[email protected]'],
danakjca574522017-09-20 16:38:592312 'cc-contexts': ['[email protected]'],
Peng Huangc624cb12020-02-06 15:08:152313 'cc-display': ['[email protected]',
2314 '[email protected]'],
danakjca574522017-09-20 16:38:592315 'cc-paint': ['[email protected]'],
2316 'cc-quads': ['[email protected]'],
2317 'cc-resources': ['[email protected]'],
Alexander Timin864bf8a02018-03-12 11:06:282318 'cc-scheduler': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352319 'certificate_transparency': ['[email protected]',
martijnccdd0542016-11-07 18:49:272320 '[email protected]',
pennymac962d190432016-07-27 00:58:352321 '[email protected]'],
Joe Masona353743f2019-10-11 16:35:462322 'chrome_cleaner': ['[email protected]'],
Patrick Monette9355f1fc2019-08-09 18:18:162323 'chrome_elf': ['[email protected]',
2324 '[email protected]'],
lpy0ca13772017-02-28 19:48:272325 'chrome_grc': ['[email protected]'],
Sebastien Marchand68b41432019-05-09 19:38:072326 'chrome_performance_manager': ['[email protected]'],
alokp9d869cc12016-05-27 01:46:312327 'chromecast': ['[email protected]',
2328 '[email protected]',
halliwellfa56b3a42015-09-04 21:42:572329 '[email protected]'],
gfhuang2548f902016-02-26 02:29:212330 'chromecast_public': ['[email protected]'],
kereliuk08eda794c2018-09-05 16:10:232331 'chromedriver': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352332 'chromeos': ['[email protected]'],
2333 'chromeos_attestation': ['[email protected]'],
Ryan Hansberry8e41a5c42019-04-18 22:12:512334 'chromeos_bluetooth': ['[email protected]',
Ryan Hansberry897c4fde2020-02-18 22:50:092335 '[email protected]',
Ryan Hansberry8ebe8492019-10-22 17:46:442336 '[email protected]'],
pennymac962d190432016-07-27 00:58:352337 'chromeos_calculator': ['[email protected]'],
Kyle Horimotofdcf67012019-04-08 19:06:102338 'chromeos_cellular': ['[email protected]',
Kyle Horimotod7b72f32019-05-09 19:13:122339 '[email protected]',
2340 '[email protected]',
Ryan Hansberry897c4fde2020-02-18 22:50:092341 '[email protected]',
Ryan Hansberry97a37782019-11-15 17:42:002342 '[email protected]'],
alematec5187b1b2016-08-26 05:32:182343 'chromeos_geolocation': ['[email protected]'],
Achuith Bhandarkar434e24592018-03-07 23:05:122344 'chromeos_lkgm': ['[email protected]',
Benjamin Pastened7029352018-04-17 19:09:102345 '[email protected]',
Achuith Bhandarkar434e24592018-03-07 23:05:122346 '[email protected]'],
alematec5187b1b2016-08-26 05:32:182347 'chromeos_login': ['[email protected]',
Jacob Dufaulted1ef2bc2018-08-10 18:21:342348 '[email protected]',
Roman Sorokin891f4892019-03-28 16:30:332349 '[email protected]',
Toni Barzic43db296e2019-03-20 00:27:222350 '[email protected]'],
Trent Apted0c0b4492019-09-30 01:15:242351 'chromeos_media_app': ['[email protected]'],
Kyle Horimoto89f06e22019-04-08 19:07:172352 'chromeos_net': ['[email protected]',
Kyle Horimotod7b72f32019-05-09 19:13:122353 '[email protected]',
2354 '[email protected]',
Jon Manna19f5a92019-11-21 20:10:592355 '[email protected]',
Ryan Hansberry897c4fde2020-02-18 22:50:092356 '[email protected]',
Ryan Hansberry8ebe8492019-10-22 17:46:442357 '[email protected]',
2358 '[email protected]'],
alematec5187b1b2016-08-26 05:32:182359 'chromeos_timezone': ['[email protected]'],
2360 'chromeos_webui': ['[email protected]'],
James Hawkins57cbf652020-02-03 23:55:012361 'chromeos_wifi_sync': ['[email protected]',
Ryan Hansberry897c4fde2020-02-18 22:50:092362 '[email protected]',
Ryan Hansberry8ebe8492019-10-22 17:46:442363 '[email protected]',
2364 '[email protected]'],
Akihiro Ota5c35f1f2019-11-20 23:13:592365 'chromevox': ['[email protected]',
2366 '[email protected]',
2367 '[email protected]'],
Daniel Cheng99312b632017-10-25 03:59:492368 'clang_update': ['[email protected]',
[email protected]cf8ffa82013-02-13 08:30:072369 '[email protected]',
George Burgess IVbbcd9912018-04-17 14:59:282370 '[email protected]',
pennymac962d190432016-07-27 00:58:352371 '[email protected]',
rnk28bbd1772016-05-04 17:57:582372 '[email protected]',
Hans Wennborgf2eb949e2018-05-08 12:45:032373 '[email protected]',
Peter Collingbourne1ac5f712018-03-30 22:15:132374 '[email protected]',
rnk28bbd1772016-05-04 17:57:582375 '[email protected]',
pennymac962d190432016-07-27 00:58:352376 '[email protected]',
thestigf023ccc2016-11-10 14:39:152377 '[email protected]',
pennymac962d190432016-07-27 00:58:352378 '[email protected]',
Reid Klecknerfe7f9d52019-08-22 00:11:422379 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002380 'clipboard': ['[email protected]'],
Aaron Gable64f273582017-03-30 18:02:002381 'codereview_settings': ['[email protected]'],
Colin Blundell55da8082019-09-16 13:13:472382 'components_deps': ['[email protected]'],
Matthew Jonesf3b5f4f2019-01-04 00:01:252383 'compositor_animator': ['[email protected]'],
Conley Owensd744e392018-04-24 19:18:572384 'content_bluetooth': ['[email protected]',
Vincent Scheibf01b55ff22018-01-10 21:05:062385 '[email protected]'],
Rayan Kanso3047d3f2019-06-26 13:26:392386 'content_index': ['[email protected]'],
Randy Smith9d64e6e2018-03-07 20:07:082387 'content_loader': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352388 'content_renderer': ['[email protected]'],
Jochen Eisingeraf65c9842020-02-01 07:54:522389 'content_shell': ['[email protected]',
peterc9e3e172015-11-02 09:29:162390 '[email protected]'],
nhiroki90ba0102015-07-21 01:42:242391 'content_worker': ['[email protected]',
2392 '[email protected]'],
donnd787f6ed2016-08-03 01:00:562393 'contextual_search': ['[email protected]',
2394 '[email protected]'],
pennymac962d190432016-07-27 00:58:352395 'courgette': ['[email protected]',
2396 '[email protected]'],
Nico Weber6ff639a2017-08-11 21:04:502397 'cq': ['[email protected]',
2398 '[email protected]',
2399 '[email protected]',
2400 '[email protected]',
2401 '[email protected]'],
Steven Bennettsafa54e12020-03-03 19:18:142402 'cr_elements': ['[email protected]'],
Chung-yih Wang7afc64a2018-03-06 02:09:042403 'cros_benchmarks': ['[email protected]',
2404 '[email protected]',
2405 '[email protected]'],
Ben Wells03471a72018-03-22 00:58:462406 'crostini': ['[email protected]'],
Lei Zhang1a86ca92019-06-13 00:04:462407 'cups_printing': ['[email protected]'],
Wojciech Dzierżanowski7d246b52019-05-10 19:52:262408 'custom_proxy': ['[email protected]',
2409 '[email protected]'],
Peter Beverloob90e4c32018-12-07 14:27:192410 'custom_tabs': ['[email protected]',
2411 '[email protected]',
Peter E Conn35d3a982019-01-17 10:35:272412 '[email protected]',
Peter Beverloo5cc24512018-11-29 15:36:432413 '[email protected]',
Peter E Conn35d3a982019-01-17 10:35:272414 '[email protected]'],
Madeleine Barowsky21b04402019-01-29 19:17:052415 'data_decoder': ['[email protected]'],
Ryo Hashimoto900be52c2018-05-24 06:42:262416 'dbus': ['[email protected]'],
Conley Owensd744e392018-04-24 19:18:572417 'device_bluetooth': ['[email protected]',
Vincent Scheibf01b55ff22018-01-10 21:05:062418 '[email protected]'],
Conley Owensd744e392018-04-24 19:18:572419 'device_chooser': ['[email protected]',
Ovidio Henriquez86333882018-11-05 18:25:212420 '[email protected]',
2421 '[email protected]'],
Pavel Feldmana47e1f92019-09-20 16:58:572422 'devtools': ['[email protected]'],
kinukoc462adb2016-12-22 12:58:492423 'disk_cache': ['[email protected]'],
Daniel Murphyfffe60f82019-12-05 21:30:202424 'dom_storage': ['[email protected]'],
David Trainor051827f2017-06-02 18:33:132425 'download': ['[email protected]'],
Dan Beam6d8ee882020-01-14 20:54:282426 'downloads_ui': ['[email protected]'],
[email protected]89d2cd52013-04-16 01:55:362427 'drive_resource_metadata': ['[email protected]'],
[email protected]3a25c8a2014-06-26 06:47:102428 'eme': ['[email protected]'],
Justin DeWittf64d39e2018-08-09 21:33:412429 'explore_sites': ['[email protected]',
2430 '[email protected]',
2431 '[email protected]',
Pete Williamson3600f2d2018-09-24 17:31:112432 '[email protected]',
2433 '[email protected]'],
[email protected]f9529e7922013-06-06 05:19:412434 'extension': ['[email protected]',
2435 '[email protected]'],
Luna Lu7f221f22017-06-13 16:46:142436 'feature_policy': ['[email protected]',
Joe Medleya129fe32018-01-25 15:20:222437 '[email protected]',
Joe Medley1e1bb652018-04-27 17:36:592438 '[email protected]'],
Pete Williamsonc8321302020-01-31 21:35:042439 'feed': ['[email protected]',
2440 '[email protected]',
2441 '[email protected]',
2442 '[email protected]',
2443 '[email protected]'],
Jeffrey Kardatzke1fa8ecaf2019-09-25 15:56:322444 'feedback': ['[email protected]'],
[email protected]84dcfd92014-05-23 13:18:192445 'fileapi': ['[email protected]',
tzik8be52292019-07-17 08:28:452446 '[email protected]'],
yoshiki1c0ba2782014-12-08 07:04:262447 'filebrowse': ['[email protected]'],
Joel Hockey0db16432018-03-09 22:41:492448 'filesapp': ['[email protected]',
2449 '[email protected]',
okab0be3dc2016-08-30 07:37:102450 '[email protected]'],
Dominik Röttschesf0fd4d62019-06-17 11:15:022451 'freetype_update': ['[email protected]',
2452 '[email protected]'],
Tomasz Mikolajewski2905dbb2017-11-22 06:24:042453 'fsp': ['[email protected]'],
David Dorwinb3bd4b1a2019-09-24 00:07:012454 'fuchsia': ['[email protected]'],
mmoroz58ddb8172016-09-08 18:29:552455 'fuzzing': ['[email protected]'],
Conley Owensd744e392018-04-24 19:18:572456 'gamepad': ['[email protected]'],
Nicolas Zeaa4088702019-08-06 20:55:102457 'gcm': ['[email protected]'],
Raphael Kubo da Costab8111f9f2018-10-04 14:24:232458 'generic_sensor': ['[email protected]',
Vincent Scheibd5da4d952017-11-03 01:33:242459 '[email protected]',
Raphael Kubo da Costa0e3cf83d2019-03-11 10:55:562460 '[email protected]',
Rijubrata Bhaumik04f46442019-09-02 07:54:442461 '[email protected]',
timvolodine4cf58ca2017-05-24 16:11:482462 '[email protected]',
mikhail.pozdnyakova8db26402016-11-28 18:27:122463 '[email protected]'],
Mounir Lamouri578ca402019-01-23 20:40:482464 'geolocation': ['[email protected]'],
[email protected]cf428f732012-10-02 20:48:152465 'gfx_geometry': ['[email protected]'],
[email protected]f93b7382012-08-09 20:53:162466 'gfx_image': ['[email protected]'],
Tommy Steimel0cacd28c2019-11-12 22:12:512467 'global_media_controls': ['[email protected]'],
agrieve4d9c1c52016-09-23 17:49:382468 'gn': ['[email protected]',
Trent Apted93d53b02019-01-21 02:54:342469 '[email protected]'],
Corentin Wallez3f1d0852018-07-04 15:45:362470 'gpu_passthrough_cmd_decoder': ['[email protected]'],
Ehsan Karamadc20cee22018-08-10 21:32:332471 'guest_view': ['[email protected]',
Kevin McNee77c2f6b2018-08-14 21:43:582472 '[email protected]',
Ehsan Karamadc20cee22018-08-10 21:32:332473 '[email protected]'],
Jeffrey Kardatzke1fa8ecaf2019-09-25 15:56:322474 'hats': ['[email protected]'],
Andrey Kosyakova173d252018-05-07 18:29:112475 'headless': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002476 'i18n': ['[email protected]'],
Jeffrey Cohen9a2604442020-02-13 17:55:562477 'image_editor': ['[email protected]',
2478 '[email protected]',
2479 '[email protected]',
2480 '[email protected]'],
Greg Thompson4f90fc992017-07-25 19:30:372481 'incident_reporting': ['[email protected]'],
Daniel Murphyeda2b872019-11-27 23:51:412482 'indexed_db': ['[email protected]',
Daniel Murphyfffe60f82019-12-05 21:30:202483 '[email protected]'],
John Budorickf6a1c302018-10-29 16:32:482484 'infra': ['[email protected]'],
Stephen Martinisf7e0fb12019-09-04 18:59:592485 'infra_docs': ['[email protected]'],
Navid Zolghadr9994e8e2019-01-22 17:36:082486 'input': ['[email protected]',
2487 '[email protected]'],
Michael Spang808d5c12018-10-23 19:20:392488 'input_devices': ['[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:262489 'installable': ['[email protected]'],
Raphael Kubo da Costaf242cef72017-11-08 16:01:182490 'installer_linux': ['[email protected]',
2491 '[email protected]'],
Greg Thompson4f90fc992017-07-25 19:30:372492 'installer_win': ['[email protected]',
Greg Thompson4f90fc992017-07-25 19:30:372493 '[email protected]'],
edchin46453b42017-03-03 01:40:112494 'ios': ['[email protected]'],
2495 'ios_chrome': ['[email protected]',
eugenebutb5a5a8572017-01-20 01:18:112496 '[email protected]'],
edchin46453b42017-03-03 01:40:112497 'ios_clean': ['[email protected]',
lpromero6846b19d2017-05-23 10:43:592498 '[email protected]'],
Eric Noyaua1825272019-01-02 10:36:392499 'ios_flags': ['[email protected]'],
edchin46453b42017-03-03 01:40:112500 'ios_showcase': ['[email protected]',
lpromero6846b19d2017-05-23 10:43:592501 '[email protected]'],
edchin46453b42017-03-03 01:40:112502 'ios_web': ['[email protected]',
2503 '[email protected]'],
Robert Ogden2df066b2020-01-14 23:58:492504 'isolated_prefetch': ['[email protected]',
2505 '[email protected]'],
Megan Jablonski33f229f2019-12-18 22:58:002506 'language': ['[email protected]'],
Johanndfa4d7d2017-12-07 18:05:292507 'libaom': ['[email protected]',
pennymac962d190432016-07-27 00:58:352508 '[email protected]',
2509 '[email protected]',
2510 '[email protected]'],
Johanndfa4d7d2017-12-07 18:05:292511 'libvpx': ['[email protected]',
2512 '[email protected]',
2513 '[email protected]',
2514 '[email protected]',
2515 '[email protected]',
2516 '[email protected]'],
Takeshi Yoshino524e1d262017-07-28 01:16:382517 'libwebp': ['[email protected]',
2518 '[email protected]',
2519 '[email protected]'],
dominiccabb90e02017-03-31 04:54:232520 'libxml_xslt': ['[email protected]',
2521 '[email protected]'],
[email protected]6d7e0bf2014-07-28 22:30:402522 'linux_sandboxing': ['[email protected]'],
[email protected]04a292a2013-03-07 19:58:422523 'linux_seccomp_bpf': ['[email protected]'],
lgrey62faed72016-10-11 21:40:392524 'mac' : ['[email protected]'],
Dominick Ng31b7feb2019-01-29 23:24:002525 'manifest': ['[email protected]',
2526 '[email protected]'],
James Cook4bfa66fa2018-05-29 17:20:422527 'mash_buildbot_filters': ['[email protected]',
2528 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002529 'media': ['[email protected]'],
Miguel Casas-Sanchez5eb47252017-09-05 21:15:032530 'media_capture_from_element': ['[email protected]'],
Alex Keng83e23682019-05-16 06:23:072531 'media_controls': ['[email protected]',
2532 '[email protected]'],
pennymac962d190432016-07-27 00:58:352533 'media_galleries': ['[email protected]',
2534 '[email protected]'],
Hirokazu Hondae31ce109a2018-09-18 11:18:502535 'media_gpu': ['[email protected]'],
Miguel Casas7ac35742020-01-09 20:04:402536 'media_gpu_cros': ['[email protected]'],
2537 'media_gpu_vaapi': ['[email protected]'],
2538 'media_gpu_win': ['[email protected]'],
Xiaohan Wang6cbdcdf2018-06-12 21:55:542539 'media_mojo': ['[email protected]',
2540 '[email protected]'],
mcasasfeedbe42017-03-03 05:23:562541 'media_recorder': ['[email protected]',
mcasas9558316b2017-03-10 18:57:312542 '[email protected]'],
mark a. foltze8739c7c2019-04-24 18:33:092543 'media_remoting': ['[email protected]',
apacible01538e02016-11-04 22:15:312544 '[email protected]',
Xiaohan Wang22ab04c12019-02-06 00:41:042545 '[email protected]'],
mark a. foltze8739c7c2019-04-24 18:33:092546 'media_router': ['[email protected]',
Xiangjun Zhang880262a2018-08-07 22:35:382547 '[email protected]',
Takumi Fujimoto4bef2792018-05-03 17:51:552548 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002549 'message_loop': ['[email protected]'],
isherman1eee6f12014-12-09 02:14:302550 'metrics': ['[email protected]'],
Gabriel Marinac7ecd72019-10-04 18:16:062551 'metrics_perf': ['[email protected]'],
Ilya Sherman804b16f2019-12-18 20:20:312552 'metrics_xml_files': ['[email protected]'],
toyoshim8f51f902015-03-27 03:50:212553 'midi': ['[email protected]'],
Darin Fisherf5c9bdf2019-09-06 22:30:232554 'mojo': ['[email protected]'],
Ryan Hansberry587c8082018-09-20 01:31:192555 'multidevice': ['[email protected]',
Ryan Hansberry897c4fde2020-02-18 22:50:092556 '[email protected]',
Kyle Horimoto0c440a022019-07-09 23:27:402557 '[email protected]',
Ryan Hansberry8ebe8492019-10-22 17:46:442558 '[email protected]',
2559 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002560 'nacl': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352561 'native_client_sdk': ['[email protected]',
2562 '[email protected]'],
Alex Moshchuk3fbcf782018-05-09 00:06:292563 'navigation': ['[email protected]',
2564 '[email protected]',
Fergal Daly6a8b54a2020-02-05 08:50:102565 '[email protected]',
2566 '[email protected]'],
Chris Bentzel605478a2018-07-10 21:47:012567 'net': ['[email protected]'],
Junbo Ke9a03e532019-08-20 19:53:472568 'net_base': ['[email protected]',
2569 '[email protected]'],
bnc1872e8bd2017-01-27 02:47:282570 'net_http2': ['[email protected]'],
2571 'net_log': ['[email protected]',
Matt Menkecebc2402017-07-20 16:26:092572 '[email protected]'],
Adam Rice027497d2018-07-27 02:17:022573 'net_server': ['[email protected]'],
bnc1872e8bd2017-01-27 02:47:282574 'net_spdy': ['[email protected]'],
Adam Rice027497d2018-07-27 02:17:022575 'net_websockets': ['[email protected]'],
jkarlin539748402015-03-31 17:36:312576 'netinfo': ['[email protected]'],
Helen Li30f43d8e2018-05-09 16:24:012577 'network_service': ['[email protected]'],
Rijubrata Bhaumik04f46442019-09-02 07:54:442578 'nfc': ['[email protected]',
2579 '[email protected]'],
Xing Liue18f0fb2019-03-22 23:55:142580 'notification_scheduler': ['[email protected]'],
Peter Beverloo45bf54c2018-08-06 17:12:032581 'notifications': ['[email protected]'],
tbansalc6f1c9f2016-09-30 22:48:422582 'nqe': ['[email protected]'],
Eric Noyaua1825272019-01-02 10:36:392583 'ntp_snippets': ['[email protected]'],
2584 'ntp_tiles': ['[email protected]'],
peterc7e27422017-05-17 04:05:282585 'offline_items_collection': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352586 'offline_pages': ['[email protected]',
Carlos Knippschild6a2e2f02017-06-02 18:18:142587 '[email protected]',
pennymac962d190432016-07-27 00:58:352588 '[email protected]',
2589 '[email protected]',
dewittj74b23f6f2016-04-21 19:29:252590 '[email protected]',
2591 '[email protected]',
Dan Harrington163354f2019-03-29 21:28:352592 '[email protected]',
2593 '[email protected]'],
jdonnelly6fa5a21d2017-01-03 15:28:352594 'omnibox': ['[email protected]'],
Sophie Chang76811dfb2018-12-20 21:40:472595 'optimization_guide': ['[email protected]'],
iclelland8b904402016-10-05 15:01:232596 'origin_trials': ['[email protected]',
Ian Clelland1b27f8f62017-06-22 13:36:242597 '[email protected]'],
pennymac962d190432016-07-27 00:58:352598 'ozone': ['[email protected]',
2599 '[email protected]'],
Sergey Ulanov004097c2018-11-05 23:29:282600 'ozone_scenic': ['[email protected]',
Sergey Ulanovac3ba332018-11-08 00:16:452601 '[email protected]',
Sergey Ulanov004097c2018-11-05 23:29:282602 '[email protected]',
2603 '[email protected]',
2604 '[email protected]'],
Joe DeBlasiob3125f12019-10-18 21:02:542605 'page_info' : ['[email protected]',
2606 '[email protected]'],
Bryan McQuade4233f412017-07-28 16:23:412607 'page_load_metrics' : ['[email protected]',
2608 '[email protected]',
tdresserd80646f2017-03-03 19:26:082609 '[email protected]',
2610 '[email protected]'],
Daniel Cheng99312b632017-10-25 03:59:492611 'panels': ['[email protected]',
pennymac962d190432016-07-27 00:58:352612 '[email protected]',
2613 '[email protected]'],
mkwst17a9875d2016-06-24 10:36:392614 'password_manager': ['[email protected]',
Vasilii Sukhanovc4e6c2842018-07-18 12:12:202615 '[email protected]'],
sebsgbbfbea02016-10-24 21:54:592616 'payments': ['[email protected]',
mahmadi0a7bb59f2017-02-22 19:13:492617 '[email protected]',
Danyao Wang49cabfc2019-05-31 20:17:342618 '[email protected]',
Sahel Sharifye82954f92019-11-25 22:06:382619 '[email protected]',
2620 '[email protected]'],
2621 'payments_ios': ['[email protected]',
2622 '[email protected]'],
Lei Zhang91530f72019-06-14 21:20:152623 'pdf': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352624 'pepper_api': ['[email protected]',
2625 '[email protected]',
2626 '[email protected]',
pennymac962d190432016-07-27 00:58:352627 '[email protected]',
pennymac962d190432016-07-27 00:58:352628 '[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:262629 'permissions': ['[email protected]',
Xi Han50f523a1d2017-07-19 15:56:112630 '[email protected]',
Dominick Ngcaa7b402017-07-11 07:35:392631 '[email protected]',
Timothy Loh363aa0dd2019-09-03 04:38:242632 '[email protected]'],
François Beaufortb2070eb2018-02-08 10:36:342633 'picture_in_picture': ['[email protected]'],
Dan Beam6d8ee882020-01-14 20:54:282634 'polymer': ['[email protected]'],
Charles Harrison981d33c2017-10-06 21:36:222635 'popup_blocker': ['[email protected]'],
twifkak0c69c1f2015-06-22 18:20:092636 'precache': ['[email protected]'],
[email protected]be775bc2014-06-30 15:41:142637 'prepopulated_engines': ['[email protected]'],
Chris Bentzel605478a2018-07-10 21:47:012638 'prerender': ['[email protected]',
pennymac962d190432016-07-27 00:58:352639 '[email protected]'],
Adam Parkera556b7a2018-05-22 17:53:192640 'presentation': ['[email protected]'],
Robert Ogdenb766c88a2019-06-10 18:10:232641 'preview_features': ['[email protected]'],
Lei Zhang1a86ca92019-06-13 00:04:462642 'print_preview': ['[email protected]'],
Peter Beverloo45bf54c2018-08-06 17:12:032643 'push_messaging': ['[email protected]'],
David Black9b7b19f2020-02-24 18:28:352644 'quick_answers': ['[email protected]'],
stkhapugin06503142016-12-07 14:32:122645 'reading_list': ['[email protected]'],
Greg Thompsonc72dc582019-11-14 15:51:322646 'relaunch_notification': ['[email protected]'],
mark a. foltze8739c7c2019-04-24 18:33:092647 'remoteplayback': ['[email protected]'],
[email protected]c3887592014-02-06 20:02:252648 'remoting': ['[email protected]'],
Ali Tofigh000debb52017-11-07 21:35:422649 'rlz_id': ['[email protected]',
pennymac962d190432016-07-27 00:58:352650 '[email protected]'],
Joe Medley1e1bb652018-04-27 17:36:592651 'runtime_enabled_features': ['[email protected]'],
Daniel Rubery9fdcd952019-08-26 22:32:472652 'safe_browsing': ['[email protected]',
Daniel Ruberyfa8cd5d2018-09-13 17:31:232653 '[email protected]',
Varun Khaneja212beed2019-12-02 18:06:062654 '[email protected]',
Xinghui Lufad9c932019-07-30 22:57:162655 '[email protected]'],
Joe DeBlasiob3125f12019-10-18 21:02:542656 'safety_tips': ['[email protected]'],
Mike Wittman652832b2019-07-16 14:34:392657 'sampling_profiler': ['[email protected]'],
mlamourid8b0feb2015-06-02 16:30:472658 'screen_orientation': ['[email protected]'],
Robert Sesekae79d38512018-09-04 18:13:302659 'security': ['[email protected]'],
Anastasia Helfinstein83c763a2019-05-13 18:15:032660 'select_to_speak': ['[email protected]',
2661 '[email protected]'],
Jeffrey Cohen7fe36f502018-12-12 01:38:212662 'send_tab_to_self': ['[email protected]',
Jeffrey Cohen7fe36f502018-12-12 01:38:212663 '[email protected]',
Jeffrey Cohen6b31b2d2019-01-23 19:12:302664 '[email protected]'],
pennymac962d190432016-07-27 00:58:352665 'service_worker': ['[email protected]',
[email protected]6d095a8b2014-02-28 15:26:162666 '[email protected]',
pennymac962d190432016-07-27 00:58:352667 '[email protected]',
pennymac962d190432016-07-27 00:58:352668 '[email protected]',
horo8e9a01572016-07-27 06:05:312669 '[email protected]',
tzik749ae1e2018-07-20 05:05:012670 '[email protected]'],
Demetrios Papadopoulos78710632020-01-15 21:54:312671 'settings': ['[email protected]'],
Kyle Horimoto1b958952020-01-15 01:39:172672 'settings_os_settings': ['[email protected]',
Kyle Horimoto1b958952020-01-15 01:39:172673 '[email protected]',
2674 '[email protected]'],
Jeffrey Cohen51f7aab2020-02-11 21:32:122675 'share_sheet': ['[email protected]'],
Peter Beverloo9a00acc2019-06-04 14:27:252676 'sharing': ['[email protected]',
2677 '[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:262678 'site_engagement': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352679 'site_instance': ['[email protected]',
Alex Moshchuk3fbcf782018-05-09 00:06:292680 '[email protected]',
pennymac962d190432016-07-27 00:58:352681 '[email protected]',
[email protected]b9ecdb62014-03-07 14:56:432682 '[email protected]'],
Ryan Hansberry587c8082018-09-20 01:31:192683 'smartlock': ['[email protected]',
Ryan Hansberry897c4fde2020-02-18 22:50:092684 '[email protected]',
Ryan Hansberry8ebe8492019-10-22 17:46:442685 '[email protected]'],
Zentaro Kavanagh608f8a12018-01-19 18:39:562686 'smb': ['[email protected]'],
Joe Medley1e1bb652018-04-27 17:36:592687 'source_idls': ['[email protected]'],
Annie Sullivan32e8a882019-12-12 16:21:582688 'speed_metrics_changelog': ['[email protected]',
2689 '[email protected]',
Annie Sullivane8c88b732020-01-17 21:49:142690 '[email protected]',
Annie Sullivan32e8a882019-12-12 16:21:582691 '[email protected]'],
Rachel Blum41788872018-10-25 20:54:012692 'spellcheck': ['[email protected]',
timvolodine8cdb94c2016-09-22 12:17:222693 '[email protected]',
2694 '[email protected]'],
Greg Thompson9ea091702018-01-04 11:06:322695 'startup': ['[email protected]',
2696 '[email protected]'],
Daniel Murphyfffe60f82019-12-05 21:30:202697 'storage_service': ['[email protected]'],
Ian Clelland0fc655482020-02-14 15:20:102698 'structured_headers': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352699 'styleguide': ['[email protected]',
vmpstrdeec20e2016-11-18 22:17:322700 '[email protected]',
2701 '[email protected]'],
Peter Wenbef43902018-11-28 22:08:122702 'styleguide_python': ['[email protected]',
Peter Wenbef43902018-11-28 22:08:122703 '[email protected]'],
engedye7b734da2017-02-07 12:08:132704 'subresource_filter': ['[email protected]'],
Pam Greene8efbeae92018-10-02 14:54:462705 'supervised_users': [],
CJ DiMegliocaddc3482018-12-12 02:28:382706 'surface_layer_for_video': [ '[email protected]',
2707 '[email protected]'],
Anastasia Helfinstein5205acb32019-02-15 00:54:132708 'switch_access': ['[email protected]'],
maxbogue65ea2632016-04-04 18:12:582709 'sync': ['[email protected]'],
[email protected]84dcfd92014-05-23 13:18:192710 'syncfs': ['[email protected]',
tzik8be52292019-07-17 08:28:452711 '[email protected]'],
Giovanni Ortuño Urquidia35ceba2019-12-02 04:46:552712 'system_web_apps': [ '[email protected]' ],
miu5e69f1c52016-10-23 13:40:112713 'tab_alert_indicators': ['[email protected]'],
Adam Parkera556b7a2018-05-22 17:53:192714 'tab_capture': ['[email protected]',
Xiaohan Wang22ab04c12019-02-06 00:41:042715 '[email protected]'],
pennymac962d190432016-07-27 00:58:352716 'tab_contents': ['[email protected]',
2717 '[email protected]',
2718 '[email protected]'],
gogeralddad6ac72019-08-06 23:08:372719 'tab_ui_and_start_surface': ['[email protected]',
2720 '[email protected]',
2721 '[email protected]',
2722 '[email protected]',
Matt Simmons9616c7e2019-08-08 18:02:462723 '[email protected]',
2724 '[email protected]'],
tdresserd80646f2017-03-03 19:26:082725 'tbmv2_metrics': ['[email protected]'],
tonygc7f6a4c12015-01-16 18:32:262726 'telemetry': ['[email protected]'],
Jochen Eisingeraf65c9842020-02-01 07:54:522727 'test_runner': ['[email protected]',
einbindera29577e2016-08-23 01:21:492728 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002729 'tests': [],
Ryan Hansberry587c8082018-09-20 01:31:192730 'tether': ['[email protected]',
Ryan Hansberry897c4fde2020-02-18 22:50:092731 '[email protected]',
Ryan Hansberry8ebe8492019-10-22 17:46:442732 '[email protected]'],
Keith Lee98ccf8b2019-07-31 01:50:492733 'textinput': ['[email protected]',
2734 '[email protected]',
pennymac962d190432016-07-27 00:58:352735 '[email protected]',
2736 '[email protected]',
Yuichiro Hanadaf0b3b472017-10-17 07:00:532737 '[email protected]',
pennymac962d190432016-07-27 00:58:352738 '[email protected]'],
Keith Lee98ccf8b2019-07-31 01:50:492739 'textinput_chromeos': ['[email protected]',
2740 '[email protected]',
pennymac962d190432016-07-27 00:58:352741 '[email protected]',
Yuichiro Hanadaf0b3b472017-10-17 07:00:532742 '[email protected]',
pennymac962d190432016-07-27 00:58:352743 '[email protected]'],
Patrick Monette9355f1fc2019-08-09 18:18:162744 'third_party_conflicts': ['[email protected]'],
Chirantan Ekbote284e6282019-06-19 01:53:082745 'timers': [],
robliaofd54b5c2017-01-13 00:41:302746 'tools_win_chromeexts': ['[email protected]'],
AJITH KUMAR V4f0c4812018-03-27 13:46:572747 'touch_selection': ['[email protected]',
2748 '[email protected]'],
pennymac962d190432016-07-27 00:58:352749 'tracing': ['[email protected]',
Michael Spangbbcf79de2018-12-13 15:07:262750 '[email protected]',
2751 '[email protected]'],
Nicolas Ouellet-payeur0c26b872019-09-05 07:38:072752 'traffic_annotation': ['[email protected]'],
Megan Jablonski33f229f2019-12-18 22:58:002753 'translate': ['[email protected]'],
[email protected]cf428f732012-10-02 20:48:152754 'ui_compositor': ['[email protected]'],
robliao2c4b7492016-07-19 01:57:262755 'ui_display_win': ['[email protected]'],
[email protected]6b5093c2012-05-23 19:10:182756 'ui_resources': ['[email protected]'],
edwardjung83f52ef22017-02-07 13:15:072757 'ui_strings': ['[email protected]'],
Scott Violet27497292019-03-25 23:06:532758 'ui_views': ['[email protected]',
2759 '[email protected]'],
Will Harris989ca932019-02-15 19:21:212760 'unified_consent': ['[email protected]'],
Ovidio Henriquez86333882018-11-05 18:25:212761 'usb': ['[email protected]',
2762 '[email protected]'],
[email protected]c73ec8ab2014-01-16 20:35:232763 'version_assembly': ['[email protected]',
2764 '[email protected]'],
Alexandre Courbot3e9e55a2018-04-05 05:29:422765 'video': ['[email protected]'],
Rijubrata Bhaumik04f46442019-09-02 07:54:442766 'video_capture': ['[email protected]',
2767 '[email protected]'],
Alexandre Courbot3e9e55a2018-04-05 05:29:422768 'video_gpu': ['[email protected]'],
Darren Shen40a822352019-06-03 05:39:162769 'virtual_keyboard': ['[email protected]',
Darren Shen405b8972019-04-10 07:16:292770 '[email protected]',
2771 '[email protected]'],
billorr3c7e1442016-11-11 21:21:352772 'virtual_reality': ['[email protected]'],
Peng Huangc624cb12020-02-06 15:08:152773 'vulkan': ['[email protected]',
2774 '[email protected]'],
Raphael Kubo da Costabb97c4eb2019-04-25 15:25:392775 'wake_lock': ['[email protected]',
2776 '[email protected]'],
Kyle Horimoto1b958952020-01-15 01:39:172777 'wallpapers': ['[email protected]',
Kyle Horimoto1b958952020-01-15 01:39:172778 '[email protected]',
2779 '[email protected]'],
Alan Cutterc9c44102019-07-05 03:46:222780 'web_applications': ['[email protected]',
2781 '[email protected]',
Raymes Khoury6b9bf762019-05-17 05:00:512782 '[email protected]',
2783 '[email protected]',
Raymes Khoury0de8f2c2019-11-05 23:43:492784 '[email protected]'],
Hayato Itodfca41a52020-01-29 08:35:392785 'web_package': ['[email protected]',
2786 '[email protected]'],
Matt Giuca9eb910d2017-08-02 04:07:382787 'web_share': ['[email protected]'],
Martin Kreichgauer794a18572018-07-20 20:45:432788 'webauthn': ['[email protected]'],
Chris Cunninghamde605a02019-12-12 02:39:112789 'webcodecs': ['[email protected]'],
Corentin Wallez3f1d0852018-07-04 15:45:362790 'webgpu': ['[email protected]',
2791 '[email protected]'],
Darin Fisherf5c9bdf2019-09-06 22:30:232792 'weblayer': ['[email protected]',
2793 '[email protected]'],
Carlos ILd0907f22020-01-29 22:52:372794 'weblayer_safe_browsing' : ['[email protected]'],
2795 'weblayer_ssl' : ['[email protected]'],
Takeshi Yoshinoe387aa32017-08-02 13:16:132796 'webrtc_browser_tests': ['[email protected]'],
Christian Dullwebered2c82b2018-04-10 08:37:222797 'website_settings': ['[email protected]',
Raymes Khouryc555e9dc2019-02-18 09:13:222798 '[email protected]'],
Penny MacNeil0ced2cb2018-07-30 21:09:492799 'windows_sandboxing': ['[email protected]'],
Luke Zielinskid00a5112019-10-30 17:58:412800 'wpt_tools': ['[email protected]'],
Daniel Eratb4c9b9e2019-06-04 23:57:262801 'x11': ['[email protected]',
[email protected]f76c8852012-06-21 16:37:002802 '[email protected]'],
Chris Blume04103c42018-12-14 22:46:062803 'zlib': ['[email protected]'],
wjmaclean3ff6a402015-03-31 19:00:202804 'zoom': ['[email protected]'],
[email protected]a3838612009-10-13 21:57:542805 },
2806}