blob: 0802f1a75ec0b15439e4015ce71f88ea2b639cac [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 },
Aaron Leventhal22a04da2020-04-17 12:44:1931 'accessibility_minimal_core': {
32 'filepath': 'ui/accessibility/(ax_enums|ax_event_generator|ax_node\.|ax_node_data\.|ax_tree\.|ax_tree_serializer)' \
33 '|ui/accessibility/platform/ax_platform_node_(base|mac|win)' \
34 '|third_party/(WebKit|blink)/.*(accessibility|ax_object|web_ax|ax_node|ax_layout)' \
35 '|content/renderer/accessibility/render_accessibility_impl' \
36 '|content/browser/accessibility/browser_accessibility(\.|_manager|_win|_com|_cocoa)'
37 },
dominickn8884155a2016-06-23 02:28:1638 'add_to_homescreen': {
39 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/webapps/|'\
40 'chrome/android/javatests/src/org/chromium/chrome/browser/webapps/|'\
41 'chrome/android/junit/src/org/chromium/chrome/browser/webapps/|'\
dominickn8884155a2016-06-23 02:28:1642 'chrome/browser/android/shortcut_.*|'\
Dominick Ng9f748dc82021-01-13 01:52:1443 'chrome/browser/android/webapps/|'\
44 'components/webapps/browser/android/',
dominickn8884155a2016-06-23 02:28:1645 },
Tal Pressman05df6aa422020-12-07 05:16:0846 'agent_scheduling_group': {
47 'filepath': '.*agent_scheduling_group.*|.*agent_group_scheduler.*',
48 },
asvitkine361b276e2016-08-30 18:45:0049 'android_crash_reporting': {
Peter Wen35bf5932018-10-22 19:51:4850 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/crash/' \
Mohamed Heikal65ed80d2020-02-06 14:02:3351 '|chrome/browser/android/crash/' \
52 '|components/crash/android/' \
53 '|components/minidump_uploader/'
asvitkine361b276e2016-08-30 18:45:0054 },
johnmaguire6aaac7902016-03-15 12:28:2055 'android_crazy_linker': {
56 'filepath': 'third_party/android_crazy_linker/'
57 },
Henrique Nakashima64f2b8b2020-02-05 22:54:4358 'android_flags': {
59 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/flags/'
60 },
dfalcantaraef21e9e2016-01-07 01:16:2661 'android_infobars': {
62 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/infobar/'
63 },
[email protected]d2cdf342012-08-07 11:00:0264 'android_infra': {
Andrew Grieve5babdbfc2017-08-16 01:26:4965 'filepath': 'build/config/android/' \
Andrew Grievefe0c9292017-12-05 15:08:5166 '|build/android/' \
[email protected]d2cdf342012-08-07 11:00:0267 '|testing/android/' \
68 '|tools/android/'
69 },
Takeshi Yoshino524e1d262017-07-28 01:16:3870 'android_item_chooser_dialogs': {
71 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/.*ChooserDialog.java|'\
72 'chrome/android/javatests/src/org/chromium/chrome/browser/.*ChooserDialogTest.java'
73 },
Tomasz Wiszkowski36adccf2019-11-04 16:51:0374 'android_omnibox': {
75 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/omnibox/'
76 },
Ted Choc042d8442018-03-13 16:35:5777 'android_search_widget': {
78 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/locale/' \
79 '|chrome/android/java/src/org/chromium/chrome/browser/searchwidget/'
80 },
wnwena0364162017-02-16 20:37:3881 'android_studio': {
nyquist6e560d032017-02-28 07:49:5982 'filepath': 'build/android/gradle/' \
83 '|docs/android_studio.md' \
84 '|tools/android/android_studio'
wnwena0364162017-02-16 20:37:3885 },
[email protected]3261d962014-03-04 22:18:2886 'android_tab': {
87 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/Tab'
88 },
Jinsuk Kim95977052020-10-22 01:56:0289 'android_toolbar': {
90 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/toolbar/'
91 },
asvitkine361b276e2016-08-30 18:45:0092 'android_uma_settings': {
Natalie Chouinard4b1887812019-11-27 20:29:5593 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/settings/privacy/PrivacyPreferencesManager.java|'\
94 'chrome/android/java/src/org/chromium/chrome/browser/settings/privacy/PrivacyPreferences.java|'\
asvitkine361b276e2016-08-30 18:45:0095 'chrome/android/java/src/org/chromium/chrome/browser/metrics/UmaSessionStats.java',
96 },
zpengb9a180d2016-10-12 18:40:2197 'android_webapk': {
zpeng4c3bc372016-10-13 03:00:4898 'filepath': 'chrome/android/webapk/|'\
99 'chrome/browser/android/webapk/',
zpengb9a180d2016-10-12 18:40:21100 },
[email protected]7ca78dc12012-09-20 09:26:44101 'android_webview': {
102 'filepath': 'android_webview/',
103 },
Tim Volodine178dc2bc2019-03-19 19:07:22104 'android_webview_network_service': {
105 'filepath': 'android_webview/browser/network_service/',
106 },
Yi Guc1c54682018-07-23 12:00:00107 'animation_worklet': {
108 'filepath': 'third_party/blink/renderer/modules/animationworklet/',
109 },
Dominick Ngb919db92019-11-18 06:17:16110 'app_service': {
111 'filepath': 'chrome/browser/apps/app_service/'\
112 '|chrome/browser/ui/app_list/app_service/'\
nancy5a8934a2020-05-18 03:48:39113 '|chrome/browser/ui/ash/launcher/app_service/'\
Nancy Wang731821f2021-01-12 00:36:52114 '|chrome/browser/ui/views/apps/app_dialog/' \
Dominick Ngb919db92019-11-18 06:17:16115 '|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/'\
Yeunjoo Choidf64fe692021-03-08 05:32:34124 '|chrome/browser/ash/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/|'\
Yeunjoo Choidf64fe692021-03-08 05:32:34128 'chrome/browser/ash/apps/intent_helper/|'\
Dominick Ngfc5899902021-01-20 21:42:00129 'components/arc/intent_helper/'
Maggie Cai9190f7632019-06-12 06:06:57130 },
lhchavez4b19176f2016-05-04 23:12:46131 'arc': {
132 'filepath': 'arc/',
133 },
lhchavez61532c92016-10-18 21:33:37134 'arc_auth': {
Henrique Ferreirobb1bb4a2021-03-18 00:04:08135 'filepath': 'chrome/browser/ash/arc/auth'
lhchavez61532c92016-10-18 21:33:37136 },
Yuichiro Hanada2e111fb2018-11-19 17:33:05137 'arc_ime': {
Henrique Ferreirobd3913e2021-03-24 00:26:00138 'filepath': 'chrome/browser/ash/arc/input_method_manager/'\
Yuichiro Hanada2e111fb2018-11-19 17:33:05139 '|components/arc/ime/'
140 },
poromov7633f602017-02-21 16:44:01141 'arc_kiosk': {
142 'filepath': 'chrome/browser/chromeos/app_mode/arc/'\
143 '|components/arc/kiosk/'\
144 '|arc_kiosk'
145 },
Miyoung Shin3fc077c2019-08-06 00:29:44146 'arc_mojom': {
147 'filepath': 'components/arc/mojom/',
148 },
lhchavez4b19176f2016-05-04 23:12:46149 'arc_net': {
150 'filepath': 'components/arc/net/',
151 },
ejcarusoa298ec02016-06-16 20:30:43152 'arc_power': {
153 'filepath': 'components/arc/power/',
154 },
[email protected]3ce56642013-10-17 22:12:51155 'ash': {
156 'filepath': 'ash/',
157 },
Xiaohui Chenf7e70a22018-02-08 00:36:38158 'assistant': {
David Black9b7b19f2020-02-24 18:28:35159 'filepath': 'ash/ambient/ui/.*assistant.*'\
160 '|ash/app_list/views/assistant/'\
David Black20c36722019-02-05 18:36:31161 '|ash/assistant/'\
Xiaohui Chen985c26b2018-05-16 18:41:27162 '|chromeos/assistant/'\
163 '|chromeos/services/assistant/'\
164 '|chrome/browser/ui/ash/assistant/'
Xiaohui Chenf7e70a22018-02-08 00:36:38165 },
Max Morin2b0206312018-04-06 11:17:40166 'audio_service': {
167 'filepath': 'services/audio/'
168 },
[email protected]f76c8852012-06-21 16:37:00169 'aura': {
[email protected]3ce56642013-10-17 22:12:51170 'filepath': 'ui/aura/',
[email protected]84ba35e32010-08-06 17:22:39171 },
[email protected]c3a6e1e72013-08-02 00:13:07172 'aura_compositor': {
173 'filepath':
174 'ui/compositor/' \
[email protected]6dc38f72014-01-16 22:19:58175 '|content/browser/compositor/' \
danakj479ab502017-03-31 20:19:09176 '|content/browser/renderer_host/compositor_resize_lock' \
[email protected]c3a6e1e72013-08-02 00:13:07177 '|content/browser/renderer_host/render_widget_host_view_aura' \
178 '|content/browser/renderer_host/render_widget_host_view_browsertest' \
[email protected]a6eeeef92014-03-19 19:06:44179 '|content/browser/renderer_host/delegated' \
[email protected]c3a6e1e72013-08-02 00:13:07180 '|content/common/gpu/client/' \
[email protected]c3a6e1e72013-08-02 00:13:07181 },
Katie D14c38ce2019-02-14 00:34:45182 'autoclick': {
183 'filepath': 'ash/autoclick/',
184 },
[email protected]2a38f0c02013-05-29 02:27:45185 'autofill': {
rouslanfbfa7402016-11-22 19:36:39186 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/autofill/|'\
187 'chrome/browser/autofill/|'\
[email protected]d9310a82012-11-02 02:53:48188 'chrome/browser/ui/android/autofill/|'\
189 'chrome/browser/ui/autofill/|'\
[email protected]e3e4ca62013-05-17 08:50:27190 'chrome/browser/ui/cocoa/autofill/|'\
[email protected]d9310a82012-11-02 02:53:48191 'chrome/browser/ui/views/autofill/|'\
[email protected]d9310a82012-11-02 02:53:48192 'chrome/renderer/autofill/|'\
193 'chrome/test/data/autofill/|'\
[email protected]3947d4a82013-03-12 09:41:05194 'components/autofill/|'\
[email protected]30964792013-05-29 02:41:25195 'components/autofill/browser/webdata/|'\
vabrbeb0c562015-12-01 10:48:08196 'components/webdata/',
[email protected]b3399272010-08-10 19:49:29197 },
gogerald5d02fde2018-08-18 04:30:56198 'autofill_assistant': {
Peter Wenf66bd402019-03-18 14:04:33199 'filepath': 'chrome/android/features/autofill_assistant/|'\
gogerald5d02fde2018-08-18 04:30:56200 'chrome/browser/android/autofill_assistant/|'\
201 'components/autofill_assistant/',
202 },
Jared Sauldd47a29d2019-04-18 16:28:54203 'autofill_payments': {
Jared Saul4765c1e2018-06-18 13:44:57204 'filepath': 'chrome/browser/ui/autofill/chrome_autofill_client*|'\
Jared Sauldd47a29d2019-04-18 16:28:54205 'chrome/browser/ui/autofill/payments/|'\
206 'chrome/browser/ui/views/autofill/payments/|'\
207 'components/autofill/core/browser/payments/|'\
208 'components/autofill/core/browser/ui/payments/|'\
209 'components/autofill/core/common/autofill_payments_features*|'\
210 'components/autofill_payments_strings*',
Jared Saul4765c1e2018-06-18 13:44:57211 },
peter39e10a62017-02-21 15:14:13212 'background_fetch': {
Peter Beverloo4548c852017-08-31 13:45:17213 'filepath': 'background_fetch|'\
214 'background-fetch',
peter39e10a62017-02-21 15:14:13215 },
216 'background_sync': {
Josh Karlin1bd016742017-08-18 17:44:17217 'filepath': '/background_sync/',
peter39e10a62017-02-21 15:14:13218 },
dominickn8884155a2016-06-23 02:28:16219 'banners': {
220 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/banners/|'\
221 'chrome/android/javatests/src/org/chromium/chrome/browser/banners/|'\
dominickn8884155a2016-06-23 02:28:16222 'chrome/browser/banners/|'\
223 'chrome/browser/ui/android/infobars/app_banner_.*|'\
Dominick Ng9f748dc82021-01-13 01:52:14224 'components/webapps/browser/banners/|'\
Blink Reformata30d4232018-04-07 15:31:06225 'third_party/blink/public/platform/modules/app_banner/|'\
226 'third_party/blink/renderer/modules/app_banner/',
dominickn8884155a2016-06-23 02:28:16227 },
[email protected]f76c8852012-06-21 16:37:00228 'base': {
[email protected]f2f0fbb92012-07-14 15:52:49229 'filepath': '^base/',
[email protected]7a7a13b2010-08-25 01:10:59230 },
[email protected]5e105332012-09-13 01:55:52231 'base_allocator': {
232 'filepath': '^base/allocator',
233 },
[email protected]1ed5e0fd2012-07-19 00:19:05234 'base_memory': {
235 'filepath': '^base/memory',
236 },
Alexander Timin864bf8a02018-03-12 11:06:28237 'base_scheduler': {
238 'filepath': '^base/task/',
239 },
Gabriel Charettee6bbb532019-04-29 16:39:39240 'base_thread_pool': {
241 'filepath': '^base/task/thread_pool',
robliao1644d8b2016-04-11 15:39:59242 },
[email protected]b17d9e02014-07-29 09:45:50243 'base_win': {
244 'filepath': '^base/win',
245 },
[email protected]7e093d4022014-06-26 19:19:55246 'battery_status': {
247 'filepath': 'content/browser/battery_status/|'\
timvolodine953fde72014-12-09 16:47:10248 'content/test/data/battery_status/|'\
249 'device/battery/',
[email protected]7e093d4022014-06-26 19:19:55250 },
Alexander Timine3deb2a2019-09-20 15:29:09251 'bfcache': {
danakjd3baa132020-09-10 15:33:56252 'filepath': 'content/browser/renderer_host/back_forward_cache.*|'\
Alexander Timine3deb2a2019-09-20 15:29:09253 'content/browser/back_forward_cache_browsertest.cc|'\
254 'content/test/data/back_forward_cache/|'\
Alexander Timin42c775b92019-10-08 12:07:07255 'content/public/browser/back_forward_cache.*|'\
256 'testing/buildbot/filters.bfcache.*.filter',
Alexander Timine3deb2a2019-09-20 15:29:09257 },
wnwen72684762017-03-29 13:28:37258 'binary_size': {
259 'filepath': 'build/android/binary_size/|'\
260 'tools/binary_size/',
261 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13262 'blink': {
Kent Tamurae9b3a9ec2017-08-31 02:20:19263 'filepath': 'third_party/(WebKit|blink)/',
Takeshi Yoshinoe387aa32017-08-02 13:16:13264 },
265 'blink_accessibility': {
Kent Tamuraeb394c72018-04-07 19:14:55266 'filepath': 'third_party/(WebKit|blink)/.*(accessibility|ax_object_cache|web_ax)'
Takeshi Yoshinoe387aa32017-08-02 13:16:13267 },
268 'blink_animation': {
Kent Tamuraeb394c72018-04-07 19:14:55269 'filepath': 'third_party/(WebKit|blink)/.*([Aa]nimat|[Tt]ransition)',
Takeshi Yoshinoe387aa32017-08-02 13:16:13270 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13271 'blink_audio': {
Blink Reformata30d4232018-04-07 15:31:06272 'filepath': 'third_party/blink/renderer/platform/audio' \
273 '|third_party/blink/renderer/modules/webaudio' \
Kent Tamura77578cc2018-11-25 22:33:43274 '|third_party/blink/web_tests/external/wpt/webaudio',
Takeshi Yoshinoe387aa32017-08-02 13:16:13275 },
276 'blink_battery_status': {
Blink Reformata30d4232018-04-07 15:31:06277 'filepath': 'third_party/blink/renderer/modules/battery/' \
Kent Tamura77578cc2018-11-25 22:33:43278 '|third_party/blink/web_tests/battery-status/' \
Kent Tamuraeb394c72018-04-07 19:14:55279 '|third_party/blink/renderer/core/frame/platform_event_(controller|dispatcher)'
Takeshi Yoshinoe387aa32017-08-02 13:16:13280 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13281 'blink_bindings': {
Blink Reformata30d4232018-04-07 15:31:06282 'filepath': 'third_party/blink/renderer/platform/bindings' \
283 '|third_party/blink/renderer/bindings',
Takeshi Yoshinoe387aa32017-08-02 13:16:13284 },
285 'blink_bindings_serialization': {
Kent Tamuraeb394c72018-04-07 19:14:55286 'filepath': 'third_party/blink/renderer/bindings/(core|modules)/v8/.*serializ',
Takeshi Yoshinoe387aa32017-08-02 13:16:13287 },
288 'blink_bluetooth': {
Kent Tamuraeb394c72018-04-07 19:14:55289 'filepath': 'third_party/(WebKit|blink)/.*[Bb]luetooth'
Takeshi Yoshinoe387aa32017-08-02 13:16:13290 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13291 'blink_client_hints': {
Kent Tamuraeb394c72018-04-07 19:14:55292 'filepath': 'third_party/blink/renderer/core/loader/accept_client_hints*' \
293 '|third_party/blink/renderer/core/loader/frame_fetch_context*' \
294 '|third_party/blink/renderer/core/loader/resource/image_resource*' \
295 '|third_party/blink/renderer/platform/loader/fetch/fetch_context*' \
296 '|third_party/blink/renderer/platform/loader/fetch/resource_fetcher*'
Takeshi Yoshinoe387aa32017-08-02 13:16:13297 },
298 'blink_clipboard': {
Blink Reformata30d4232018-04-07 15:31:06299 'filepath': 'third_party/blink/renderer/core/clipboard' \
Kent Tamuraeb394c72018-04-07 19:14:55300 '|third_party/blink/renderer/core/page/.*drag' \
301 '|third_party/blink/renderer/platform/.*drag' \
Kent Tamuraeb394c72018-04-07 19:14:55302 '|third_party/blink/public/platform/.*drag' \
303 '|third_party/blink/public/web/.*drag',
Takeshi Yoshinoe387aa32017-08-02 13:16:13304 },
Jeremy Romanb7b3a6a2018-02-07 20:15:32305 'blink_common': {
Kent Tamuraeb394c72018-04-07 19:14:55306 'filepath': 'third_party/blink/common'
Blink Reformata30d4232018-04-07 15:31:06307 '|third_party/blink/public/common' \
308 '|third_party/blink/public/mojom',
Jeremy Romanb7b3a6a2018-02-07 20:15:32309 },
Kentaro Hara993b0de2017-08-07 02:26:37310 'blink_controller': {
Blink Reformata30d4232018-04-07 15:31:06311 'filepath': 'third_party/blink/renderer/controller',
Kentaro Hara993b0de2017-08-07 02:26:37312 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13313 'blink_css': {
Blink Reformata30d4232018-04-07 15:31:06314 'filepath': 'third_party/blink/renderer/core/css',
Takeshi Yoshinoe387aa32017-08-02 13:16:13315 },
316 'blink_css_flexbox': {
Kent Tamuraeb394c72018-04-07 19:14:55317 'filepath': 'third_party/blink/renderer/core/rendering/.*flex' \
Kent Tamura77578cc2018-11-25 22:33:43318 '|third_party/blink/web_tests/fast/deprecated-flexbox/' \
319 '|third_party/blink/web_tests/css3/flexbox/' \
320 '|third_party/blink/web_tests/ietestcenter/css3/flexbox/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13321 },
322 'blink_css_fragmentation_tests': {
Kent Tamura77578cc2018-11-25 22:33:43323 'filepath': 'third_party/blink/web_tests/fast/multicol/' \
324 '|third_party/blink/web_tests/fast/pagination/' \
325 '|third_party/blink/web_tests/fragmentation/' \
326 '|third_party/blink/web_tests/printing/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13327 },
328 'blink_css_grid_layout': {
Kent Tamuraeb394c72018-04-07 19:14:55329 'filepath': 'third_party/blink/renderer/core/layout/.*grid' \
330 '|third_party/blink/renderer/core/paint/.*grid' \
331 '|third_party/blink/renderer/core/css/.*grid' \
Kent Tamura77578cc2018-11-25 22:33:43332 '|third_party/blink/web_tests/fast/css-grid-layout/' \
333 '|third_party/blink/web_tests/ietestcenter/css3/grid/' \
334 '|third_party/blink/web_tests/platform/.*/fast/css-grid-layout/' \
335 '|third_party/blink/web_tests/platform/.*/ietestcenter/css3/grid/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13336 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13337 'blink_custom_elements': {
Blink Reformata30d4232018-04-07 15:31:06338 'filepath': 'third_party/blink/renderer/core/html/custom/' \
Kent Tamuraeb394c72018-04-07 19:14:55339 '|third_party/blink/renderer/bindings/core/v8/.*custom_element',
Takeshi Yoshinoe387aa32017-08-02 13:16:13340 },
341 'blink_device_orientation': {
Oksana Zhuravlova5e236ec92018-07-25 00:16:03342 'filepath': 'content/browser/device_sensors/' \
343 '|content/test/data/device_sensors/' \
344 '|third_party/blink/renderer/modules/device_orientation/' \
Wanming Lin2f3bb77d2020-04-13 03:48:21345 '|third_party/blink/web_tests/external/wpt/orientation-event/' \
Kent Tamuraeb394c72018-04-07 19:14:55346 '|third_party/blink/renderer/core/frame/platform_event_(controller|dispatcher)' \
347 '|third_party/blink/renderer/core/frame/device_single_window_event_controller'
Takeshi Yoshinoe387aa32017-08-02 13:16:13348 },
349 'blink_devtools': {
Tim van der Lippedf9e7b22019-07-24 13:18:36350 'filepath': 'third_party/blink/.*(inspector|DevTools|dev_tools|devtools)',
Takeshi Yoshinoe387aa32017-08-02 13:16:13351 },
352 'blink_dom': {
Blink Reformata30d4232018-04-07 15:31:06353 'filepath': 'third_party/blink/renderer/core/dom/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13354 },
Daniel Murphyeda2b872019-11-27 23:51:41355 'blink_dom_storage': {
356 'filepath': 'third_party/blink/common/dom_storage/|' \
357 'third_party/blink/public/mojom/dom_storage/|' \
358 'third_party/blink/public/common/dom_storage/|' \
359 'third_party/blink/renderer/modules/storage/',
360 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13361 'blink_events': {
Kent Tamuraeb394c72018-04-07 19:14:55362 'filepath': 'third_party/blink/renderer/core/page/.*event' \
363 '|third_party/blink/renderer/core/dom/.*event' \
364 '|third_party/blink/renderer/core/css/.*event' \
365 '|third_party/blink/renderer/platform/.*event'
Takeshi Yoshinoe387aa32017-08-02 13:16:13366 },
367 'blink_fetch': {
Blink Reformata30d4232018-04-07 15:31:06368 'filepath': 'third_party/blink/renderer/platform/loader/fetch'
Takeshi Yoshinoe387aa32017-08-02 13:16:13369 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13370 'blink_fileapi': {
Blink Reformata30d4232018-04-07 15:31:06371 'filepath': 'third_party/blink/renderer/modules/filesystem/' \
372 '|third_party/blink/renderer/core/fileapi/' \
Kent Tamuraeb394c72018-04-07 19:14:55373 '|third_party/blink/renderer/platform/.*file' \
Kent Tamura77578cc2018-11-25 22:33:43374 '|third_party/blink/web_tests/fast/file' \
Kent Tamuraeb394c72018-04-07 19:14:55375 '|third_party/blink/public/.*_file'
Takeshi Yoshinoe387aa32017-08-02 13:16:13376 },
377 'blink_frames': {
Blink Reformata30d4232018-04-07 15:31:06378 'filepath': 'third_party/blink/renderer/core/frame/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13379 },
380 'blink_geolocation': {
Kent Tamura77578cc2018-11-25 22:33:43381 'filepath': 'third_party/blink/web_tests/geolocation-api/' \
Blink Reformata30d4232018-04-07 15:31:06382 '|third_party/blink/renderer/modules/geolocation/' \
Kent Tamuraeb394c72018-04-07 19:14:55383 '|third_party/blink/public/web/.*geolocation'
Takeshi Yoshinoe387aa32017-08-02 13:16:13384 },
385 'blink_heap': {
Blink Reformata30d4232018-04-07 15:31:06386 'filepath': 'third_party/blink/renderer/platform/heap' \
Keishi Hattorife98ac812020-02-28 10:19:09387 '|base/allocator/partition_allocator/' \
388 '|components/gc/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13389 },
390 'blink_html': {
Chris Harrelson92233dfd2019-11-08 17:39:46391 'filepath': 'third_party/blink/renderer/core/html/' \
392 '|third_party/blink/renderer/core/mathml/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13393 },
394 'blink_htmlparser': {
Blink Reformata30d4232018-04-07 15:31:06395 'filepath': 'third_party/blink/renderer/core/html/parser/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13396 },
Chris Blume484eaa1b2018-12-14 22:49:18397 'blink_image_codecs': {
398 'filepath': 'third_party/blink/renderer/platform/image-decoders' \
399 '|third_party/blink/renderer/platform/image-encoders' \
400 '|third_party/blink/perf_tests/image_decoder'
401 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13402 'blink_indexed_db': {
Chase Phillips7027bd52018-08-30 17:31:55403 'filepath': 'third_party/blink/common/indexeddb' \
404 '|third_party/blink/public/common/indexeddb' \
405 '|third_party/blink/public/platform/.*_idb' \
406 '|third_party/blink/public/platform/modules/indexeddb' \
407 '|third_party/blink/public/mojom/indexeddb' \
408 '|third_party/blink/renderer/modules/indexeddb/' \
Kent Tamura77578cc2018-11-25 22:33:43409 '|third_party/blink/web_tests/storage/indexeddb'
Takeshi Yoshinoe387aa32017-08-02 13:16:13410 },
411 'blink_input': {
Blink Reformata30d4232018-04-07 15:31:06412 'filepath': 'third_party/blink/renderer/core/input/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13413 },
414 'blink_layers': {
Kent Tamuraeb394c72018-04-07 19:14:55415 'filepath': 'third_party/blink/renderer/core/page/scrolling/scrolling_coordinator' \
416 '|third_party/blink/renderer/platform/graphics/graphics_layer' \
417 '|third_party/blink/renderer/core/layout/layer'
Takeshi Yoshinoe387aa32017-08-02 13:16:13418 },
419 'blink_layout': {
Kent Tamuraeb394c72018-04-07 19:14:55420 'filepath': 'third_party/blink/renderer/core/layout'
Takeshi Yoshinoe387aa32017-08-02 13:16:13421 },
422 'blink_layout_ng': {
Blink Reformata30d4232018-04-07 15:31:06423 'filepath': 'third_party/blink/renderer/core/layout/ng',
Takeshi Yoshinoe387aa32017-08-02 13:16:13424 },
425 'blink_loader': {
Blink Reformata30d4232018-04-07 15:31:06426 'filepath': 'third_party/blink/renderer/core/loader/' \
427 '|third_party/blink/renderer/platform/loader/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13428 },
429 'blink_media': {
Blink Reformata30d4232018-04-07 15:31:06430 'filepath': 'third_party/blink/renderer/core/css/mediaControls' \
Kent Tamuraeb394c72018-04-07 19:14:55431 '|third_party/blink/renderer/core/html/.*_(audio|media|video)' \
432 '|third_party/blink/renderer/core/html/shadow/media_control' \
433 '|third_party/blink/renderer/core/layout/layout_media' \
434 '|third_party/blink/renderer/core/layout/layout_text_track_container_element' \
Blink Reformata30d4232018-04-07 15:31:06435 '|third_party/blink/renderer/modules/(encryptedmedia|mediasource)' \
436 '|third_party/blink/renderer/platform/drm/' \
437 '|third_party/blink/renderer/platform/graphics/media/' \
Kent Tamura77578cc2018-11-25 22:33:43438 '|third_party/blink/web_tests/media/' \
Kent Tamuraeb394c72018-04-07 19:14:55439 '|third_party/blink/public/.*_media'
Takeshi Yoshinoe387aa32017-08-02 13:16:13440 },
441 'blink_media_queries': {
Kent Tamuraeb394c72018-04-07 19:14:55442 'filepath': 'third_party/blink/renderer/core/css/css_media_rule' \
443 '|third_party/blink/renderer/core/css/media_list' \
444 '|third_party/blink/renderer/core/css/media_query' \
445 '|third_party/blink/renderer/core/css/parser/media_query'
Takeshi Yoshinoe387aa32017-08-02 13:16:13446 },
447 'blink_mediastream': {
Blink Reformata30d4232018-04-07 15:31:06448 'filepath': 'third_party/blink/renderer/modules/mediastream/' \
449 '|third_party/blink/renderer/platform/mediastream/' \
Kent Tamuraeb394c72018-04-07 19:14:55450 '|third_party/blink/renderer/platform/exported/web_media_stream' \
451 '|third_party/blink/renderer/platform/exported/web_rtc' \
Kent Tamura77578cc2018-11-25 22:33:43452 '|third_party/blink/web_tests/fast/mediastream/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13453 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13454 'blink_navigator_content_utils': {
Blink Reformata30d4232018-04-07 15:31:06455 'filepath': 'third_party/blink/renderer/modules/navigatorcontentutils' \
Kent Tamura77578cc2018-11-25 22:33:43456 '|third_party/blink/web_tests/fast/dom/navigatorcontentutils'
Takeshi Yoshinoe387aa32017-08-02 13:16:13457 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13458 'blink_out_of_process_frames': {
Kent Tamuraeb394c72018-04-07 19:14:55459 'filepath': 'third_party/blink/renderer/core/frame/frame_owner' \
460 '|third_party/blink/renderer/core/frame/frame\.' \
461 '|third_party/blink/renderer/core/frame/web_frame' \
462 '|third_party/blink/renderer/core/exported/web_remote_frame_impl'
Takeshi Yoshinoe387aa32017-08-02 13:16:13463 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13464 'blink_paint': {
Blink Reformata30d4232018-04-07 15:31:06465 'filepath': 'third_party/blink/renderer/core/paint/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13466 },
Xida Chen0ef92782018-01-17 05:53:35467 'blink_paintworklet': {
Blink Reformata30d4232018-04-07 15:31:06468 'filepath': 'third_party/blink/renderer/modules/csspaint/' \
Kent Tamura77578cc2018-11-25 22:33:43469 '|third_party/blink/web_tests/http/tests/csspaint/' \
470 '|third_party/blink/web_tests/externla/wpt/css/css-paint-api/'
Xida Chen0ef92782018-01-17 05:53:35471 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13472 'blink_permissions': {
Blink Reformata30d4232018-04-07 15:31:06473 'filepath': 'third_party/blink/renderer/modules/permissions/' \
Julie Jeongeun Kim162c2d282019-03-13 07:23:52474 '|third_party/blink/public/mojom/permissions/',
Takeshi Yoshinoe387aa32017-08-02 13:16:13475 },
476 'blink_platform': {
Blink Reformata30d4232018-04-07 15:31:06477 'filepath': 'third_party/blink/renderer/platform'
Takeshi Yoshinoe387aa32017-08-02 13:16:13478 },
479 'blink_platform_graphics': {
Blink Reformata30d4232018-04-07 15:31:06480 'filepath': 'third_party/blink/renderer/platform/fonts' \
481 '|third_party/blink/renderer/platform/geometry' \
482 '|third_party/blink/renderer/platform/graphics'
Takeshi Yoshinoe387aa32017-08-02 13:16:13483 },
484 'blink_preloadScanner': {
Kent Tamuraeb394c72018-04-07 19:14:55485 'filepath': 'third_party/blink/renderer/core/html/parser/html_preload_scanner',
Takeshi Yoshinoe387aa32017-08-02 13:16:13486 },
487 'blink_prerender': {
Hiroki Nakagawaa24ab212020-10-28 03:33:39488 'filepath': 'third_party/blink/renderer/core/.*prerender' \
489 '|third_party/blink/renderer/core/loader/link_loader' \
Hiroki Nakagawa94274a412021-03-02 06:01:41490 '|third_party/blink/public/mojom/prerender/' \
491 '|third_party/blink/web_tests/wpt_internal/prerender/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13492 },
493 'blink_public_api': {
Blink Reformata30d4232018-04-07 15:31:06494 'filepath': 'third_party/blink/public'
Takeshi Yoshinoe387aa32017-08-02 13:16:13495 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13496 'blink_quota': {
Blink Reformata30d4232018-04-07 15:31:06497 'filepath': 'third_party/blink/renderer/modules/quota/' \
Kent Tamuraeb394c72018-04-07 19:14:55498 '|third_party/blink/public/.*quota'
Takeshi Yoshinoe387aa32017-08-02 13:16:13499 },
500 'blink_scheduler': {
Blink Reformata30d4232018-04-07 15:31:06501 'filepath': 'third_party/blink/renderer/platform/scheduler' \
Alexander Timin1ef2e0e2020-03-12 16:13:50502 '|third_party/blink/renderer/platform/scheduler' \
503 '|third_party/blink/renderer/core/html/parser/.*scheduler' \
504 '|third_party/blink/public/platform/scheduler'
Takeshi Yoshinoe387aa32017-08-02 13:16:13505 },
Nate Chapin1a9f01a2019-11-22 17:39:30506 'blink_scheduling_api': {
507 'filepath': 'third_party/blink/renderer/modules/scheduler'
508 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13509 'blink_script': {
Kent Tamuraeb394c72018-04-07 19:14:55510 'filepath': 'third_party/blink/renderer/bindings/core/v8/.*module.*' \
511 '|third_party/blink/renderer/bindings/core/v8/script_controller.*' \
512 '|third_party/blink/renderer/bindings/core/v8/script_source_code.*' \
513 '|third_party/blink/renderer/bindings/core/v8/v8_script_runner.*'
514 '|third_party/blink/renderer/core/dom/.*modul.*' \
515 '|third_party/blink/renderer/core/dom/.*script.*' \
516 '|third_party/blink/renderer/core/html/html_script_element.*' \
517 '|third_party/blink/renderer/core/html/parser/html_parser_script_runner.*' \
Blink Reformata30d4232018-04-07 15:31:06518 '|third_party/blink/renderer/core/loader/modulescript/' \
Kent Tamuraeb394c72018-04-07 19:14:55519 '|third_party/blink/renderer/core/loader/resource/script_resource.*' \
520 '|third_party/blink/renderer/core/svg/svg_script_element.*' \
521 '|third_party/blink/renderer/core/xml/parser/xml_document_parser.*'
Takeshi Yoshinoe387aa32017-08-02 13:16:13522 },
David Bokan9dc0046272017-12-29 00:28:01523 'blink_scroll': {
Kent Tamuraeb394c72018-04-07 19:14:55524 'filepath': 'third_party/blink/renderer/core/frame/.*view.*' \
525 '|third_party/blink/renderer/core/input/.*scroll.*' \
526 '|third_party/blink/renderer/core/input/event_handler.*' \
Blink Reformata30d4232018-04-07 15:31:06527 '|third_party/blink/renderer/core/page/scrolling/' \
Kent Tamuraeb394c72018-04-07 19:14:55528 '|third_party/blink/renderer/core/paint/.*scrollable_area.*' \
Blink Reformata30d4232018-04-07 15:31:06529 '|third_party/blink/renderer/platform/scroll/'
David Bokan9dc0046272017-12-29 00:28:01530 },
Matt Falkenhagenca7fbb62018-07-10 09:21:43531 'blink_service_worker' : {
532 'filepath': 'third_party/blink/renderer/modules/service_worker' \
Kent Tamura77578cc2018-11-25 22:33:43533 '|third_party/blink/web_tests/http/tests/serviceworker' \
534 '|third_party/blink/web_tests/external/wpt/service-workers'
Takeshi Yoshinoe387aa32017-08-02 13:16:13535 },
Matt Falkenhagenca7fbb62018-07-10 09:21:43536 'blink_service_worker_tests' : {
Kent Tamura77578cc2018-11-25 22:33:43537 'filepath': 'third_party/blink/web_tests/http/tests/serviceworker' \
538 '|third_party/blink/web_tests/external/wpt/service-workers'
Takeshi Yoshinoe387aa32017-08-02 13:16:13539 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13540 'blink_spellcheck' : {
Blink Reformata30d4232018-04-07 15:31:06541 'filepath': 'third_party/blink/renderer/core/editing/spellcheck'
Takeshi Yoshinoe387aa32017-08-02 13:16:13542 },
Adam Rice027497d2018-07-27 02:17:02543 'blink_streams': {
544 'filepath': 'third_party/blink/renderer/core/streams/'
545 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13546 'blink_style': {
Kent Tamuraeb394c72018-04-07 19:14:55547 'filepath': 'third_party/(WebKit|blink)/.*(style/|Style)',
Takeshi Yoshinoe387aa32017-08-02 13:16:13548 },
549 'blink_svg': {
Blink Reformata30d4232018-04-07 15:31:06550 'filepath': 'third_party/blink/renderer/core/(layout/)?svg',
Takeshi Yoshinoe387aa32017-08-02 13:16:13551 },
552 'blink_track': {
Blink Reformata30d4232018-04-07 15:31:06553 'filepath': 'third_party/blink/renderer/core/html/track/' \
Kent Tamuraeb394c72018-04-07 19:14:55554 '|third_party/blink/renderer/core/loader/text_track' \
555 '|third_party/blink/renderer/core/html/meida/html_media_element' \
556 '|third_party/blink/renderer/core/html/shadow/media_control' \
Blink Reformata30d4232018-04-07 15:31:06557 '|third_party/blink/renderer/core/css/mediaControl' \
Kent Tamura77578cc2018-11-25 22:33:43558 '|third_party/blink/web_tests/media/track/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13559 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13560 'blink_viewport_interaction': {
Kent Tamuraeb394c72018-04-07 19:14:55561 'filepath': 'third_party/blink/renderer/core/css/.*viewport' \
562 '|third_party/blink/renderer/core/dom/viewport_arguments' \
563 '|third_party/blink/renderer/core/frame/frame_view.*' \
564 '|third_party/blink/renderer/core/frame/.*viewport.*' \
565 '|third_party/blink/renderer/core/html/html_meta_element'
Takeshi Yoshinoe387aa32017-08-02 13:16:13566 },
567 'blink_w3ctests': {
Kent Tamura77578cc2018-11-25 22:33:43568 'filepath': 'third_party/blink/web_tests/external/' \
Kent Tamura01019442018-05-01 22:06:58569 '|third_party/blink/tools/blinkpy/w3c/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13570 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13571 'blink_webp': {
Blink Reformata30d4232018-04-07 15:31:06572 'filepath': 'third_party/blink/renderer/platform/image-decoders/webp' \
Kent Tamuraeb394c72018-04-07 19:14:55573 '|third_party/blink/renderer/platform/image-encoders/skia/webp'
Takeshi Yoshinoe387aa32017-08-02 13:16:13574 },
575 'blink_websockets': {
Blink Reformata30d4232018-04-07 15:31:06576 'filepath': 'third_party/blink/renderer/modules/websockets/' \
577 '|third_party/blink/renderer/platform/modules/websockets/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13578 },
579 'blink_workers': {
Blink Reformata30d4232018-04-07 15:31:06580 'filepath': 'third_party/blink/renderer/core/workers' \
Kent Tamura77578cc2018-11-25 22:33:43581 '|third_party/blink/web_tests/http/tests/workers' \
582 '|third_party/blink/web_tests/fast/workers' \
583 '|third_party/blink/web_tests/external/wpt/workers'
Takeshi Yoshinoe387aa32017-08-02 13:16:13584 },
585 'blink_wtf': {
Blink Reformata30d4232018-04-07 15:31:06586 'filepath': 'third_party/blink/renderer/platform/wtf',
Takeshi Yoshinoe387aa32017-08-02 13:16:13587 },
588 'blink_xml': {
Blink Reformata30d4232018-04-07 15:31:06589 'filepath': 'third_party/blink/renderer/core/xml/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13590 },
Chloe Pellingb8f18ad2021-02-11 05:18:48591 'borealis': {
592 'filepath': 'borealis/',
593 },
donnd787f6ed2016-08-03 01:00:56594 'bottombar': {
595 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/',
596 },
Tarun Bansalc4882282018-07-11 23:53:55597 'breve': {
598 'filepath': 'chrome/browser/net/spdyproxy|'\
599 'chrome_proxy|'\
Tarun Bansal25065ce2019-07-19 04:16:09600 'client_hints|'\
601 'chrome/browser/predictors|'\
Aaron Colwell90ddc4b2020-06-09 18:00:45602 'components/blocklist|'\
Tarun Bansalc4882282018-07-11 23:53:55603 'components/data_use|'\
604 'data_reduction_proxy|'\
Tarun Bansal129ca7842018-07-31 17:14:12605 'data_use_measurement|'\
Tarun Bansal25065ce2019-07-19 04:16:09606 'lazy_load|'\
Tarun Bansal71a77842020-06-25 19:41:36607 'lite_video|'\
Sophie Chang6bf60312021-02-03 19:07:22608 'memories|'\
Tarun Bansal129ca7842018-07-31 17:14:12609 'navigation_predictor|'\
610 'net/nqe|'\
Tarun Bansalc4882282018-07-11 23:53:55611 'optimization_guide|'\
Tarun Bansal129ca7842018-07-31 17:14:12612 'optimization_hints|'\
Tarun Bansal2ba607d52019-04-25 18:30:52613 'prerender|'\
614 'previews|'\
615 'services/network/resource_scheduler'
Tarun Bansalc4882282018-07-11 23:53:55616 },
[email protected]22650d22012-07-18 17:02:35617 'browser_components': {
[email protected]a7228f62012-09-20 17:52:48618 'filepath': 'chrome/browser/autofill/' \
619 '|chrome/browser/bookmarks/' \
[email protected]a7228f62012-09-20 17:52:48620 '|chrome/browser/favicon/' \
[email protected]ddf288e2013-01-09 20:58:27621 '|chrome/browser/history/' \
[email protected]fccf4882013-03-15 04:46:19622 '|chrome/browser/webdata/' \
[email protected]3947d4a82013-03-12 09:41:05623 '|components/autofill/'
[email protected]22650d22012-07-18 17:02:35624 },
[email protected]f76c8852012-06-21 16:37:00625 'browser_compositor': {
[email protected]f2f0fbb92012-07-14 15:52:49626 'filepath': 'ui/compositor/'
[email protected]fbd846b2010-11-19 01:32:18627 },
michaelpge42ca3b32016-02-19 08:17:57628 'browser_resources_md': {
629 'filepath': 'chrome/browser/resources/md_'\
630 '|chrome/browser/resources/settings/',
631 },
Alexander Timinaa132762019-05-10 16:10:17632 'browser_scheduler': {
633 'filepath': 'content/browser/scheduler'
634 },
[email protected]0ce480532012-07-20 12:33:20635 'browsing_data': {
Christian Dullweberc0b53642018-10-11 16:20:55636 'filepath': 'browsing_data|BrowsingData',
[email protected]0ce480532012-07-20 12:33:20637 },
[email protected]f76c8852012-06-21 16:37:00638 'bubble': {
[email protected]f2f0fbb92012-07-14 15:52:49639 'filepath': 'ui/views/bubble/|'\
rouslan8d6a8372015-09-10 19:10:10640 'chrome/browser/ui/views/bubble/|'\
641 'components/bubble/',
[email protected]f76c8852012-06-21 16:37:00642 },
ryanchung4d157372016-05-10 20:27:16643 'cast_certificate': {
644 'filepath': 'components/cast_certificate/'\
645 '|components/test/data/cast_certificate/',
646 },
mfoltz57fd7f32017-05-03 06:12:58647 'cast_channel': {
mark a. foltz2af0168d2021-04-20 06:35:32648 'filepath': 'components/cast_channel/'
mfoltz57fd7f32017-05-03 06:12:58649 },
mark a. foltzb7228ec12021-01-28 18:29:50650 'cast_streaming': {
651 'filepath': 'media/cast/' \
652 '|chrome/browser/media/cast_mirroring' \
653 '|components/mirroring/' \
654 },
Takeshi Yoshino524e1d262017-07-28 01:16:38655 'cc': {
danakjca574522017-09-20 16:38:59656 'filepath': 'cc/'\
657 '|components/viz/'
658 },
Yi Guc1c54682018-07-23 12:00:00659 'cc-animation': {
660 'filepath': 'cc/animation/'
661 },
danakjca574522017-09-20 16:38:59662 'cc-display': {
663 'filepath': 'components/viz/service/display'\
664 '|cc/output'
665 },
Alexander Timin864bf8a02018-03-12 11:06:28666 'cc-scheduler': {
667 'filepath': 'cc/scheduler'
668 },
eranmc2a9f612015-11-24 16:41:34669 'certificate_transparency': {
670 'filepath': 'components/certificate_transparency/'\
eranmc2a9f612015-11-24 16:41:34671 '|net/cert/ct_'\
672 '|net/cert/multi_log_ct_verifier'\
673 '|net/cert/sct_status_flags.h'\
674 '|net/cert/signed_certificate_timestamp'\
675 '|net/cert/signed_tree_head'\
676 '|net/test/ct_',
677 },
Joe Mason60ec2f32018-02-15 15:50:51678 'chrome_cleaner': {
679 'filepath': 'chrome/browser/component_updater/sw_reporter_'\
680 '|chrome/browser/resources/settings/chrome_cleanup_page/'\
681 '|chrome/browser/safe_browsing/chrome_cleaner/'\
682 '|chrome/browser/ui/views/chrome_cleaner_'\
683 '|chrome/browser/ui/webui/settings/chrome_cleanup_'\
Joe Mason12a02332018-04-19 14:39:00684 '|chrome/chrome_cleaner/'\
Joe Mason60ec2f32018-02-15 15:50:51685 '|components/chrome_cleaner/',
686 },
[email protected]c73ec8ab2014-01-16 20:35:23687 'chrome_elf': {
Patrick Monette0196be22019-05-10 03:33:15688 'filepath': 'chrome/chrome_elf',
[email protected]c73ec8ab2014-01-16 20:35:23689 },
lpy0ca13772017-02-28 19:48:27690 'chrome_grc': {
lpy53b82752017-05-31 22:30:49691 'filepath': 'chrome/browser/resource_coordinator/'\
692 '|services/resource_coordinator/',
lpy0ca13772017-02-28 19:48:27693 },
Sebastien Marchand68b41432019-05-09 19:38:07694 'chrome_performance_manager': {
Sebastien Marchand791561b2019-10-17 21:00:38695 'filepath': 'chrome/browser/performance_manager/'\
696 '|chrome/common/performance_manager/'\
697 '|chrome/renderer/performance_manager/'\
698 '|components/performance_manager/',
Sebastien Marchand68b41432019-05-09 19:38:07699 },
Takeshi Yoshino524e1d262017-07-28 01:16:38700 'chromecast': {
701 'filepath': 'chromecast/',
702 },
703 'chromecast_public': {
704 'filepath': 'chromecast/public/',
705 },
[email protected]f7bf8ba2011-02-24 22:28:46706 'chromedriver': {
samuong53d5e612014-10-10 18:56:38707 'filepath': 'chrome/test/chromedriver|'\
708 'chrome/test/data/chromedriver|'\
John Chen583cee322019-06-12 20:10:39709 'third_party/blink/web_tests/external/wpt/webdriver|'\
710 'third_party/blink/web_tests/WebDriverExpectations|'\
711 'third_party/webdriver'
[email protected]f7bf8ba2011-02-24 22:28:46712 },
[email protected]f76c8852012-06-21 16:37:00713 'chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:49714 'filepath': 'chromeos/',
[email protected]531b1532011-08-11 03:52:01715 },
[email protected]eda0a0b2013-04-19 20:34:35716 'chromeos_attestation': {
717 'filepath': 'chromeos/attestation/|'\
Yeunjoo Choi807560822021-03-15 04:10:12718 'chrome/browser/ash/attestation/|'\
[email protected]64494c3f2013-08-14 22:15:59719 'chrome/browser/extensions/api/enterprise_platform_keys_private/',
[email protected]eda0a0b2013-04-19 20:34:35720 },
Ryan Hansberry8e41a5c42019-04-18 22:12:51721 'chromeos_bluetooth': {
722 'filepath': 'ash/system/bluetooth/'\
Ryan Hansberry8e41a5c42019-04-18 22:12:51723 '|chrome/browser/ui/webui/chromeos/bluetooth*'\
Demetrios Papadopoulosbb154e932019-12-23 22:05:26724 '|chrome/browser/resources/settings/chromeos/bluetooth_page/'\
Ryan Hansberry8e41a5c42019-04-18 22:12:51725 '|chrome/browser/resources/chromeos/bluetooth_pairing_dialog/'\
Ryan Hansberry4773b722019-04-30 17:25:04726 '|device/bluetooth/bluez/'\
727 '|device/bluetooth/chromeos/'\
Ryan Hansberry8e41a5c42019-04-18 22:12:51728 '|ui/webui/resources/cr_components/chromeos/bluetooth*'
729 },
Kyle Horimotofdcf67012019-04-08 19:06:10730 'chromeos_cellular': {
731 'filepath': 'chrome/browser/resources/chromeos/cellular_setup/|'\
732 'chrome/browser/ui/webui/chromeos/cellular_setup/|'\
733 'chromeos/services/cellular_setup/|'\
734 'ui/webui/resources/cr_components/chromeos/cellular_setup/',
735 },
alematec5187b1b2016-08-26 05:32:18736 'chromeos_geolocation': {
737 'filepath': 'chromeos/geolocation/',
738 },
Achuith Bhandarkar434e24592018-03-07 23:05:12739 'chromeos_lkgm': {
740 'filepath': 'chromeos/CHROMEOS_LKGM',
741 },
[email protected]f76c8852012-06-21 16:37:00742 'chromeos_login': {
Jacob Dufaulted1ef2bc2018-08-10 18:21:34743 'filepath': 'ash/login/|'\
Henrique Ferreiroff1cc24c2021-03-08 12:01:57744 'chrome/browser/ash/login/|'\
[email protected]f2f0fbb92012-07-14 15:52:49745 'chrome/browser/ui/webui/chromeos/login/|'\
dzhioevcc7c0492014-11-25 14:52:58746 'chrome/browser/resources/chromeos/login/|'\
747 'ui/login/',
[email protected]a791dac2011-04-07 23:22:57748 },
Trent Apted0c0b4492019-09-30 01:15:24749 'chromeos_media_app': {
Trent Apted81219322019-12-09 22:44:50750 'filepath': 'chromeos/components/media_app_ui/|'\
Yeunjoo Choi0a8a8412021-02-26 11:09:59751 'chrome/browser/ash/web_applications/',
Trent Apted0c0b4492019-09-30 01:15:24752 },
[email protected]d7d35f342012-10-22 20:32:47753 'chromeos_net': {
Kyle Horimoto89f06e22019-04-08 19:07:17754 'filepath': 'ash/system/network/|'\
755 'chromeos/network/|'\
Kyle Horimoto77a5fce2019-09-24 01:28:27756 'chromeos/services/network_config/|'\
stevenjbdd133032015-08-07 18:37:47757 'chrome/browser/chromeos/net/|'\
758 'chrome/browser/extensions/api/networking_private/|'\
Jon Mannd82f9342020-05-19 00:31:05759 'chrome/browser/resources/chromeos/internet_config_dialog/|'\
760 'chrome/browser/resources/chromeos/internet_detail_dialog/|'\
761 'chrome/browser/resources/chromeos/network_ui/|'\
Demetrios Papadopoulosbb154e932019-12-23 22:05:26762 'chrome/browser/resources/settings/chromeos/internet_page/|'\
stevenjbdd133032015-08-07 18:37:47763 'extensions/browser/api/networking_private/|'\
Jon Manna19f5a92019-11-21 20:10:59764 'ui/chromeos/network/|'\
765 'ui/webui/resources/cr_components/chromeos/network/'
[email protected]d7d35f342012-10-22 20:32:47766 },
Nicholas Vernef4b763052021-01-27 04:08:05767 'chromeos_tast_control': {
768 'filepath': 'chromeos/tast_control.gni',
769 },
alematec5187b1b2016-08-26 05:32:18770 'chromeos_timezone': {
771 'filepath': 'chromeos/timezone/',
772 },
[email protected]f76c8852012-06-21 16:37:00773 'chromeos_webui': {
[email protected]f2f0fbb92012-07-14 15:52:49774 'filepath': 'chrome/browser/ui/webui/chromeos/|'\
775 'chrome/browser/resources/chromeos/',
[email protected]ba03af42012-03-08 01:37:12776 },
Jon Mann2c257332019-08-14 19:12:14777 'chromeos_wifi_sync': {
778 'filepath': 'chromeos/components/sync_wifi/',
779 },
Anastasia Helfinstein83c763a2019-05-13 18:15:03780 'chromevox': {
Anastasia Helfinstein9dcba0a2019-07-18 20:58:56781 'filepath': 'chromevox|spoken_feedback',
Anastasia Helfinstein83c763a2019-05-13 18:15:03782 },
[email protected]cef7a6d2011-04-29 20:49:07783 'clang_update': {
Nico Webere250e6a2015-12-02 19:31:56784 'filepath': 'tools/clang/scripts/update.py'
[email protected]cef7a6d2011-04-29 20:49:07785 },
[email protected]f76c8852012-06-21 16:37:00786 'clipboard': {
787 'filepath': 'clipboard|dnd|drag|drop',
[email protected]2418b022011-05-19 21:06:02788 },
sdefresned94c5b02015-07-22 17:54:55789 'components_deps': {
790 'filepath': 'components/([^/]*/)*DEPS',
791 },
Matthew Jonesf3b5f4f2019-01-04 00:01:25792 'compositor_animator': {
793 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/compositor/animation/',
794 },
scheib968e61052014-11-05 00:27:25795 'content_bluetooth': {
796 'filepath': 'content/.*bluetooth'
797 },
Rayan Kanso3047d3f2019-06-26 13:26:39798 'content_index': {
799 'filepath': 'content_index',
800 },
kinuko01cbe8a12015-10-20 09:59:06801 'content_loader': {
mmenkefaa97d3b2016-09-25 14:24:02802 'filepath': 'chrome/browser/loader|' \
803 'content/browser/loader|' \
kinuko01cbe8a12015-10-20 09:59:06804 'content/child/*loader',
805 },
arthursonzogni77e14d8e2021-03-09 10:33:16806 'content_security_policy': {
807 'filepath': 'content_security_policy|csp',
808 },
[email protected]aa3311a2012-11-19 16:04:58809 'content_shell': {
810 'filepath': 'content/shell/',
811 },
kinukoa121bce2015-01-30 10:04:41812 'content_worker': {
813 'filepath': 'content/.*worker',
814 },
donnd787f6ed2016-08-03 01:00:56815 'contextual_search': {
816 'filepath': 'chrome/browser/android/contextualsearch/|' \
817 'chrome/android/java/src/org/chromium/chrome/browser/contextualsearch/|' \
818 'chrome/android/javatests/src/org/chromium/chrome/browser/contextualsearch/|' \
819 'components/contextual_search/',
820 },
Nicolás Peña Moreno42e92d32020-09-25 02:11:34821 'core_web_vitals_plm': {
822 'filepath': 'chrome/browser/page_load_metrics/observers/core/|' \
823 'components/page_load_metrics/browser/observers/core/',
824 },
Nicolás Peña Moreno01fbce652020-11-10 22:34:22825 'core_web_vitals_wpt': {
826 'filepath': 'third_party/blink/web_tests/external/wpt/event-timing/|' \
827 'third_party/blink/web_tests/external/wpt/largest-contentful-paint/|' \
828 'third_party/blink/web_tests/external/wpt/layout-instability/',
829 },
wfh792b71c2016-05-04 23:33:41830 'courgette': {
831 'filepath': 'courgette/',
832 },
Nico Weber6ff639a2017-08-11 21:04:50833 'cq': {
Andrii Shyshkalov17176242018-02-24 03:31:32834 'filepath': 'infra/config/branch/cq.cfg',
Nico Weber6ff639a2017-08-11 21:04:50835 },
michaelpge42ca3b32016-02-19 08:17:57836 'cr_elements': {
837 'filepath': 'ui/webui/resources/cr_element',
838 },
Matt Menard04ecde42020-06-26 20:08:44839 'cros_reporting': {
840 'filepath': 'chrome/browser/policy/messaging_layer/'\
841 '|chrome/browser/chromeos/policy/status_collector/'\
842 '|components/policy/proto/record',
843 },
Melissa Zhangc4be3d72021-03-19 07:16:53844 'cros_sharesheet': {
845 'filepath': 'chrome/browser/ui/ash/sharesheet/',
846 },
Ben Wells03471a72018-03-22 00:58:46847 'crostini': {
Joel Hockeyded6fa52019-07-10 06:20:29848 'filepath': 'cicerone'\
Joel Hockeyded6fa52019-07-10 06:20:29849 '|concierge'\
850 '|crostini'\
851 '|guest_os'\
852 '|plugin_vm',
Ben Wells03471a72018-03-22 00:58:46853 },
Bailey Berro462580ea2019-02-22 23:09:37854 'cups_printing' : {
rbpotter9e8fca72019-12-28 02:26:14855 'filepath': 'chrome/browser/resources/settings/chromeos/os_printing_page/'\
Bailey Berro462580ea2019-02-22 23:09:37856 '|chrome/test/data/webui/settings/cups_printer_page_tests.js'\
857 '|chrome/browser/ui/webui/settings/chromeos/cups_printers_handler'\
858 '|chrome/browser/chromeos/printing/'\
859 '|printing/',
860 },
Henrique Ferreiroef907f8622020-10-21 09:43:31861 'cursor': {
862 'filepath': 'ui/base/cursor/',
863 },
Wojciech Dzierżanowski7d246b52019-05-10 19:52:26864 'custom_proxy': {
865 'filepath': 'services/network/network_service_proxy_delegate.*',
866 },
ianwencdb8c9e2015-06-18 22:10:15867 'custom_tabs': {
Newton Allen38c62212015-06-24 21:41:53868 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/customtabs/|'\
Peter Beverloo5cc24512018-11-29 15:36:43869 'chrome/android/java/src/org/chromium/chrome/browser/browseractions/|'\
870 'chrome/android/java/src/org/chromium/chrome/browser/browserservices/|'\
871 'chrome/android/javatests/src/org/chromium/chrome/browser/customtabs/|'\
872 'chrome/android/javatests/src/org/chromium/chrome/browser/browseractions/|'\
873 'chrome/android/javatests/src/org/chromium/chrome/browser/browserservices/|'\
874 'chrome/browser/android/customtabs/',
alancuttercbad6512015-06-19 02:31:28875 },
Prashant Nevase1ca62412020-09-17 11:21:16876 'dark_mode': {
Prashant Nevase1f05c8102020-10-14 18:38:19877 'filepath': 'cc/*/*dark_mode*|'\
878 'third_party/blink/renderer/platform/graphics/*dark_mode*',
Prashant Nevase1ca62412020-09-17 11:21:16879 },
Madeleine Barowsky21b04402019-01-29 19:17:05880 'data_decoder': {
881 'filepath': 'services/data_decoder/',
882 },
Ryo Hashimoto900be52c2018-05-24 06:42:26883 'dbus': {
884 'filepath': 'dbus/',
885 },
Patti2627bb62020-03-10 02:53:14886 'demo_mode': {
887 'filepath': 'docs/login/demo_mode.md|'\
Henrique Ferreiro606669a2021-02-24 13:36:55888 'chrome/browser/ash/login/demo_mode/|'\
Patti2627bb62020-03-10 02:53:14889 'ash/metrics/demo_session_metrics_recorder.*',
890 },
Collin Baker4d4ea662020-09-18 21:39:16891 'desktop_in_product_help': {
892 'filepath': 'chrome/browser/ui/in_product_help|'\
893 'chrome/browser/ui/views/in_product_help',
894 },
Bartosz Fabianowski85a823812015-04-16 10:27:51895 'device_bluetooth': {
896 'filepath': 'device/.*bluetooth'
897 },
juncaic08f41d2017-05-04 20:36:58898 'device_chooser': {
899 'filepath': 'chrome/browser/chooser_controller/|'\
900 'chrome/browser/ui/android/bluetooth_chooser_.*|'\
901 'chrome/browser/ui/android/usb_chooser_.*|'\
902 'chrome/browser/ui/bluetooth/|'\
903 'chrome/browser/ui/cocoa/device_chooser_.*|'\
904 'chrome/browser/ui/cocoa/extensions/chooser_dialog_.*|'\
905 'chrome/browser/ui/cocoa/permission_bubble/chooser_bubble_.*|'\
906 'chrome/browser/ui/views/device_chooser_.*|'\
907 'chrome/browser/ui/views/extensions/chooser_dialog_.*|'\
908 'chrome/browser/ui/views/permission_bubble/chooser_bubble_.*|'\
909 'chrome/browser/usb/usb_chooser_.*',
910 },
[email protected]342b12872012-11-07 12:10:46911 'devtools': {
912 'filepath': 'devtools',
913 },
Bailey Berro9b11fa62020-09-30 01:33:02914 'diagnostics_ui': {
915 'filepath': 'chromeos/components/diagnostics_ui/',
916 },
Thiabaud Engelbrechtd74340c2020-10-27 13:03:23917 'discardable_memory': {
918 'filepath': 'components/discardable_memory/',
919 },
[email protected]bab2a832012-07-11 23:29:41920 'disk_cache': {
921 'filepath': 'net/disk_cache/|http_cache',
922 },
Daniel Murphyeda2b872019-11-27 23:51:41923 'dom_storage': {
924 'filepath': 'content/common/dom_storage/|'\
925 'content/browser/dom_storage/|'\
926 'components/services/storage/dom_storage/',
927 },
[email protected]f76c8852012-06-21 16:37:00928 'download': {
[email protected]f2f0fbb92012-07-14 15:52:49929 'filepath': 'chrome/browser/download/|'\
[email protected]8492b5b2012-12-17 21:58:08930 'content/browser/download/',
[email protected]6bff0ad2011-06-17 01:32:51931 },
[email protected]ca872e362011-07-12 21:06:03932 'downloads_ui': {
dbeam78528be2016-02-18 07:08:49933 'filepath': 'chrome/browser/resources/(md_)?downloads/|' \
[email protected]8492b5b2012-12-17 21:58:08934 'chrome/browser/ui/webui/.*downloads|' \
935 'chrome/browser/ui/views/download/|' \
asanka2009f412015-10-05 17:28:12936 'chrome/browser/ui/cocoa/download/'
[email protected]ca872e362011-07-12 21:06:03937 },
[email protected]89d2cd52013-04-16 01:55:36938 'drive_resource_metadata': {
Ryo Hashimoto900be52c2018-05-24 06:42:26939 'filepath': 'drive.*resource_metadata'
[email protected]89d2cd52013-04-16 01:55:36940 },
[email protected]3a25c8a2014-06-26 06:47:10941 'eme': {
Xiaohan Wang6cbdcdf2018-06-12 21:55:54942 'filepath': 'chrome/renderer/media/.*key_system|' \
943 'chrome/browser/media/.*(cdm|encrypted)|' \
944 'components/cdm/|' \
[email protected]3a25c8a2014-06-26 06:47:10945 'content/browser/media/cdm/|' \
Xiaohan Wang6cbdcdf2018-06-12 21:55:54946 'media/base/android/.*drm|' \
[email protected]3a25c8a2014-06-26 06:47:10947 'media/cdm/|' \
948 'third_party/widevine/cdm/'
949 },
Timothy Lohc2644622020-10-07 05:42:31950 'exo': {
951 'filepath': 'components/exo',
952 },
Justin DeWittf64d39e2018-08-09 21:33:41953 'explore_sites': {
954 'filepath': 'chrome/browser/android/explore_sites/|' \
955 'chrome/android/java/src/org/chromium/chrome/browser/explore_sites/'
956 },
[email protected]f76c8852012-06-21 16:37:00957 'extension': {
958 'filepath': 'extension',
[email protected]161277d42011-06-24 20:48:45959 },
lunalu0a9c05422016-11-11 17:19:06960 'feature_policy': {
Blink Reformata30d4232018-04-07 15:31:06961 'filepath': 'third_party/blink/renderer/platform/feature_policy/|' \
Kent Tamuraeb394c72018-04-07 19:14:55962 'third_party/blink/renderer/bindings/core/v8/origin_trial_features',
lunalu0a9c05422016-11-11 17:19:06963 },
Pete Williamson0b101e42020-01-29 23:33:14964 'feed': {
Ian Wells1dc7053d2020-04-17 18:04:22965 'filepath': 'chrome/android/feed|' \
966 'chrome/browser/android/feed/|' \
Pete Williamson0b101e42020-01-29 23:33:14967 'components/feed/'
968 },
Jeffrey Kardatzkee1bb98d22019-05-24 16:34:52969 'feedback': {
970 'filepath': 'chrome/browser/extensions/api/feedback_private/|' \
971 'chrome/browser/feedback/|' \
972 'components/feedback/|' \
973 'extensions/browser/api/feedback_private/'
974 },
[email protected]f76c8852012-06-21 16:37:00975 'fileapi': {
[email protected]8492b5b2012-12-17 21:58:08976 'filepath': 'file_system/|' \
977 'fileapi/'
[email protected]80919512011-08-03 08:51:04978 },
[email protected]f76c8852012-06-21 16:37:00979 'filebrowse': {
[email protected]8492b5b2012-12-17 21:58:08980 'filepath': 'file_browser|' \
981 'file_manager|' \
982 'filebrowse'
[email protected]4b07b62cc2011-10-03 17:52:39983 },
[email protected]4ed766c2013-09-19 09:45:20984 'filesapp': {
Yeunjoo Choif23b1362021-03-29 14:31:14985 'filepath': 'chrome/browser/ash/drive|' \
okab0be3dc2016-08-30 07:37:10986 'chrome/browser/chromeos/extensions/file_manager|' \
987 'chrome/browser/chromeos/extensions/file_system_provider|' \
988 'chrome/browser/chromeos/file_manager|' \
989 'chrome/browser/chromeos/file_system_provider|' \
990 'chrome/browser/drive|' \
991 'chrome/test/data/extensions/api_test/file_system_provider|' \
992 'components/drive|' \
993 'google_apis/drive|' \
994 'ui/file_manager'
995 },
Dominik Röttschesf0fd4d62019-06-17 11:15:02996 'freetype_update': {
997 'filepath': 'third_party/freetype/README.chromium',
998 },
Tomasz Mikolajewski2905dbb2017-11-22 06:24:04999 'fsp': {
1000 'filepath': 'chrome/browser/chromeos/extensions/file_system_provider|' \
1001 'chrome/browser/chromeos/file_system_provider|' \
Tomasz Mikolajewski66b4faa22017-11-22 09:33:431002 'chrome/test/data/extensions/api_test/file_system_provider'
[email protected]4ed766c2013-09-19 09:45:201003 },
Wez385de5a2017-07-13 20:13:161004 'fuchsia': {
1005 'filepath': 'fuchsia',
1006 },
Nancy Wang731821f2021-01-12 00:36:521007 'full_restore': {
1008 'filepath': 'chrome/browser/chromeos/full_restore/|' \
1009 'components/full_restore/'
1010 },
mmoroz58ddb8172016-09-08 18:29:551011 'fuzzing': {
1012 'filepath': 'fuzz|Fuzz',
1013 },
Vincent Scheibd5da4d952017-11-03 01:33:241014 'gamepad': {
1015 'filepath': 'gamepad',
1016 },
[email protected]3a2a6ac02014-06-20 07:07:121017 'gcm': {
peter9f4490a2017-01-27 00:58:361018 'filepath': 'chrome/browser/gcm/|'\
[email protected]3a2a6ac02014-06-20 07:07:121019 'components/gcm_driver/|'\
1020 'google_apis/gcm/',
1021 },
mikhail.pozdnyakova8db26402016-11-28 18:27:121022 'generic_sensor': {
Jun Caiaa1f040d2017-11-15 01:21:531023 'filepath': 'services/device/generic_sensor/|'\
Blink Reformata30d4232018-04-07 15:31:061024 'third_party/blink/renderer/modules/sensor/',
mikhail.pozdnyakova8db26402016-11-28 18:27:121025 },
[email protected]d8036492013-08-09 16:02:231026 'geolocation': {
1027 'filepath': 'chrome/browser/geolocation/|'\
1028 'content/browser/geolocation|'\
1029 'content/public/common/geoposition.*|'\
1030 'content/public/browser/geolocation.*|'\
1031 'content/renderer/geolocation.*|'\
1032 'content/shell/geolocation/',
1033 },
[email protected]cf428f732012-10-02 20:48:151034 'gfx_geometry': {
danakj570c1332015-01-06 16:59:361035 'filepath': 'ui/gfx/geometry/',
[email protected]cf428f732012-10-02 20:48:151036 },
Takeshi Yoshino524e1d262017-07-28 01:16:381037 'gfx_image': {
1038 'filepath': 'ui/gfx/image/',
1039 },
Tommy Steimel0cacd28c2019-11-12 22:12:511040 'global_media_controls': {
1041 'filepath': 'chrome/browser/ui/global_media_controls|'\
1042 'chrome/browser/ui/views/global_media_controls|'\
1043 'chrome/browser/ui/views/feature_promos/global_media_controls|'\
1044 'chrome/browser/ui/in_product_help/global_media_controls',
1045 },
[email protected]4d1773e2014-04-05 07:59:571046 'gn': {
1047 'filepath': 'tools/gn',
1048 },
Corentin Wallezc68aa9b2017-10-02 15:00:031049 'gpu_passthrough_cmd_decoder': {
1050 'filepath': 'gpu/command_buffer/service/.*passthrough',
1051 },
Ehsan Karamadc20cee22018-08-10 21:32:331052 'guest_view': {
1053 'filepath': 'chrome/browser/apps/guest_view|'\
1054 'chrome/browser/extensions/api/web_view|'\
1055 'chrome/browser/guest_view|'\
Kevin McNee239086c2020-10-23 16:06:081056 'chrome/common/extensions/api/(app|web)view_tag\.(json|idl)|'\
1057 'chrome/common/extensions/docs/.*(app|web)view|'\
Ehsan Karamadc20cee22018-08-10 21:32:331058 'chrome/renderer/resources/extensions/web_view|'\
Kevin McNee239086c2020-10-23 16:06:081059 'chrome/test/data/extensions/platform_apps/(app|web)_view|'\
Ehsan Karamadc20cee22018-08-10 21:32:331060 'components/guest_view|'\
1061 'content/browser/browser_plugin|'\
Ehsan Karamadc20cee22018-08-10 21:32:331062 'extensions/browser/api/guest_view|'\
1063 'extensions/browser/guest_view|'\
Kevin McNee239086c2020-10-23 16:06:081064 'extensions/common/api/(app|guest|web)_view.*\.(json|idl)|'\
1065 'extensions/common/api/extension_options.*\.(json|idl)|'\
1066 'extensions/common/api/mime_handler.*\.(json|idl|mojom)|'\
Ehsan Karamadc20cee22018-08-10 21:32:331067 'extensions/common/guest_view|'\
Kevin McNee239086c2020-10-23 16:06:081068 'extensions/common/mojom/guest_view\.mojom|'\
1069 'extensions/renderer/guest_view|'\
1070 'extensions/renderer/resources/guest_view|'\
1071 'extensions/test/data/(app|web)_view',
Ehsan Karamadc20cee22018-08-10 21:32:331072 },
Jeffrey Kardatzkee1bb98d22019-05-24 16:34:521073 'hats': {
Yeunjoo Choi9894ebc2021-04-13 06:56:481074 'filepath': 'chrome/browser/ash/hats/',
Jeffrey Kardatzkee1bb98d22019-05-24 16:34:521075 },
Andrey Kosyakova173d252018-05-07 18:29:111076 'headless': {
1077 'filepath': 'headless/'
1078 },
Minoru Chikamunee9a4b152021-03-04 08:30:201079 'heap_mojo': {
1080 'filepath': 'third_party/blink/renderer/platform/mojo/heap_mojo_.*'
1081 },
David Black01eb6d42020-09-17 17:16:521082 'holding_space': {
1083 'filepath': 'ash/public/cpp/holding_space|'\
1084 'ash/system/holding_space|'\
1085 'chrome/browser/ui/ash/holding_space'
1086 },
[email protected]f76c8852012-06-21 16:37:001087 'i18n': {
[email protected]f2f0fbb92012-07-14 15:52:491088 'filepath': 'base/i18n/|base/string|l10n|icu|'\
timvolodine8cdb94c2016-09-22 12:17:221089 'locale_settings|encoding',
[email protected]f76c8852012-06-21 16:37:001090 },
Jeffrey Cohen9a2604442020-02-13 17:55:561091 'image_editor': {
1092 'filepath': 'chrome/browser/image_editor'\
Jeffrey Cohen27b6ab902020-02-18 22:44:371093 '|chrome/android/modules/image_editor',
Jeffrey Cohen9a2604442020-02-13 17:55:561094 },
Greg Thompson4f90fc992017-07-25 19:30:371095 'incident_reporting': {
1096 'filepath': 'chrome/browser/safe_browsing/incident_reporting',
1097 },
[email protected]c26161352013-11-12 19:50:011098 'indexed_db': {
1099 'filepath': 'content/browser/indexed_db|'\
[email protected]c26161352013-11-12 19:50:011100 'content/public/browser/indexed_db|'\
Chase Phillips7027bd52018-08-30 17:31:551101 'content/renderer/indexed_db|'\
Daniel Murphyeda2b872019-11-27 23:51:411102 'content/test/data/indexeddb|'\
1103 'components/services/storage/indexed_db',
[email protected]c26161352013-11-12 19:50:011104 },
Colin Blundell0aeb4d02020-06-08 14:32:051105 'infobars_for_weblayer': {
1106 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/banners/'\
1107 '|chrome/android/java/src/org/chromium/chrome/browser/infobar/'\
1108 '|chrome/browser/ui/messages/android/java/src/org/chromium/chrome/browser/ui/messages/infobar/'\
1109 '|chrome/browser/ui/android/infobars/',
1110 },
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*'\
Dominick Ng9f748dc82021-01-13 01:52:141124 '|chrome/browser/installable/'
1125 '|components/webapps/browser/installable/',
Dominick Ngcaa7b402017-07-11 07:35:391126 },
mmoss19826c62014-11-14 21:37:361127 'installer_linux': {
1128 'filepath': 'chrome/installer/linux/',
1129 },
Greg Thompson4f90fc992017-07-25 19:30:371130 'installer_win': {
1131 'filepath': 'chrome/install_static/'\
Samuel Huang577ef6c2018-03-13 18:19:341132 '|chrome/installer/(?!gcapi_mac/|linux/|mac/)'\
1133 '|components/zucchini/',
Greg Thompson4f90fc992017-07-25 19:30:371134 },
edchin46453b42017-03-03 01:40:111135 'ios': {
Sylvain Defresne81467d82017-05-29 09:06:141136 'filepath': 'ios/',
edchin46453b42017-03-03 01:40:111137 },
sdefresne18b47312015-06-18 15:15:091138 'ios_chrome': {
Sylvain Defresne81467d82017-05-29 09:06:141139 'filepath': 'ios/chrome/',
sdefresne18b47312015-06-18 15:15:091140 },
marqa4f135f2017-01-10 12:37:341141 'ios_clean': {
Sylvain Defresne81467d82017-05-29 09:06:141142 'filepath': 'ios/clean/',
marqa4f135f2017-01-10 12:37:341143 },
Javier Ernesto Flores Roblesef507e62020-07-08 14:40:341144 'ios_credential_provider': {
1145 'filepath': 'ios/chrome/browser/credential_provider|'\
1146 'ios/chrome/common/credential_provider|'\
1147 'ios/chrome/common/ui|'\
1148 'ios/chrome/credential_provider_extension',
1149 },
Eric Noyaua1825272019-01-02 10:36:391150 'ios_flags': {
Eric Noyaue13b4d72019-01-03 14:23:551151 'filepath': 'ios/chrome/browser/about_flags\.(h|mm)|'\
1152 'ios/chrome/browser/experimental_flags\.(h|mm)|'\
1153 'ios/chrome/browser/resources/Settings.bundle/Experimental\.plist',
Eric Noyaua1825272019-01-02 10:36:391154 },
marqa4f135f2017-01-10 12:37:341155 'ios_showcase': {
Sylvain Defresne81467d82017-05-29 09:06:141156 'filepath': 'ios/showcase/',
marqa4f135f2017-01-10 12:37:341157 },
eugenebutb5a5a8572017-01-20 01:18:111158 'ios_web': {
Sylvain Defresne81467d82017-05-29 09:06:141159 'filepath': 'ios/web(_view)?/',
eugenebutb5a5a8572017-01-20 01:18:111160 },
Javier Ernesto Flores Robles1c74b752020-10-27 13:09:361161 'ios_widget_kit': {
1162 'filepath': 'ios/chrome/common/widget_kit|'\
1163 'ios/chrome/browser/widget_kit|'\
1164 'ios/chrome/widget_kit_extension',
1165 },
Megan Jablonski33f229f2019-12-18 22:58:001166 'language': {
1167 'filepath': 'chrome/browser/language|'\
1168 'components/language|'\
1169 'components/test/data/language|'\
1170 'ios/chrome/browser/language|'\
1171 'ios/web_view/internal/language'
1172 },
Johanndfa4d7d2017-12-07 18:05:291173 'libaom': {
1174 'filepath': 'third_party/libaom/',
1175 },
Takeshi Yoshino524e1d262017-07-28 01:16:381176 'libvpx': {
Johanndfa4d7d2017-12-07 18:05:291177 'filepath': 'third_party/libvpx/',
vabraafbd4f32015-11-10 19:30:231178 },
[email protected]a3f777d2014-01-07 23:38:261179 'libwebp': {
1180 'filepath': 'third_party/libwebp'
1181 },
dominiccabb90e02017-03-31 04:54:231182 'libxml_xslt': {
1183 'filepath': 'third_party/libxml/' \
1184 '|third_party/libxslt/',
1185 },
[email protected]04a292a2013-03-07 19:58:421186 'linux_sandboxing': {
Matthew Denton801686d22020-03-10 00:54:381187 'filepath': 'sandbox/linux/'\
Robert Sesek7d0b49b2020-07-08 18:31:271188 '|sandbox/policy/linux/',
[email protected]f76c8852012-06-21 16:37:001189 },
[email protected]04a292a2013-03-07 19:58:421190 'linux_seccomp_bpf': {
[email protected]d6a23612012-11-13 20:11:541191 'filepath': 'content/common/sandbox.*linux.cc',
[email protected]f76c8852012-06-21 16:37:001192 },
lgrey62faed72016-10-11 21:40:391193 'mac': {
lgrey332339b12016-12-05 17:16:401194 'filepath': '(_|/)(cocoa|mac)(_|\.)|/(cocoa|mac)/|^((?!ios\/).)*\.mm?$',
lgrey62faed72016-10-11 21:40:391195 },
mlamourid8b0feb2015-06-02 16:30:471196 'manifest': {
1197 'filepath': 'content/(browser|renderer)/manifest/'\
Dominick Ng31b7feb2019-01-29 23:24:001198 '|content/public/common/manifest*'\
1199 '|third_party/blink/(common|mojom)/manifest/'\
1200 '|third_party/blink/renderer/modules/manifest/',
mlamourid8b0feb2015-06-02 16:30:471201 },
[email protected]f76c8852012-06-21 16:37:001202 'media': {
Francois Beaufort9ab59c82017-08-24 13:10:291203 'filepath': 'media|third_party/(ffmpeg|opus|libvpx)'
[email protected]f76c8852012-06-21 16:37:001204 },
mcasasfeedbe42017-03-03 05:23:561205 'media_capture_from_element': {
alancutter40359812017-03-03 08:20:271206 'filepath': 'content/renderer/media_capture_from_element/' \
Blink Reformata30d4232018-04-07 15:31:061207 '|third_party/blink/renderer/modules/mediacapture/' \
Kent Tamuraeb394c72018-04-07 19:14:551208 '|third_party/blink/renderer/platform/exported/web_canvas_capture' \
Kent Tamura77578cc2018-11-25 22:33:431209 '|third_party/blink/web_tests/fast/mediacapturefromelement/' \
Kent Tamuraeb394c72018-04-07 19:14:551210 '|third_party/blink/public/platform/web_canvas_capture'
mcasasfeedbe42017-03-03 05:23:561211 },
Tommy Steimel074a1822018-02-07 17:25:441212 'media_controls': {
Blink Reformata30d4232018-04-07 15:31:061213 'filepath': 'third_party/blink/renderer/modules/media_controls/'
Tommy Steimel074a1822018-02-07 17:25:441214 },
[email protected]06dd23172013-06-24 21:04:511215 'media_galleries': {
1216 'filepath': 'chrome/browser/extensions/api/media_galleries/'\
[email protected]06dd23172013-06-24 21:04:511217 '|chrome/browser/media_galleries/'\
1218 '|chrome/browser/storage_monitor/'\
1219 '|chrome/common/media_galleries/'\
Jay Civellicf995502017-09-08 23:59:271220 '|chrome/test/data/extensions/api_test/media_galleries/'
[email protected]06dd23172013-06-24 21:04:511221 },
Miguel Casas7ac35742020-01-09 20:04:401222 'media_gpu_cros': {
1223 'filepath': 'media/gpu/chromeos'\
1224 '|media/gpu/vaapi'\
1225 '|media/gpu/v4l2'\
1226 '|media/gpu/.*\.(cc|h)$'\
1227 '|media/mojo/(clients|mojom|test|services)/.*accelerator.*'
1228 },
1229 'media_gpu_vaapi': {
1230 'filepath': 'media/gpu/vaapi',
1231 },
1232 'media_gpu_win': {
1233 'filepath': 'media/gpu/windows/'
1234 },
alokp9e369ea72e2016-06-10 05:41:091235 'media_mojo': {
Xiaohan Wang6cbdcdf2018-06-12 21:55:541236 'filepath': 'media/mojo/'
alokp9e369ea72e2016-06-10 05:41:091237 },
mcasasfeedbe42017-03-03 05:23:561238 'media_recorder': {
alancutter40359812017-03-03 08:20:271239 'filepath': 'content/renderer/media_recorder/' \
Blink Reformata30d4232018-04-07 15:31:061240 '|third_party/blink/renderer/modules/mediarecorder/' \
Kent Tamuraeb394c72018-04-07 19:14:551241 '|third_party/blink/renderer/platform/exported/web_media_recorder' \
Kent Tamura77578cc2018-11-25 22:33:431242 '|third_party/blink/web_tests/fast/mediarecorder/' \
Kent Tamuraeb394c72018-04-07 19:14:551243 '|third_party/blink/public/platform/web_media_recorder'
mcasasfeedbe42017-03-03 05:23:561244 },
miu5e69f1c52016-10-23 13:40:111245 'media_remoting': {
1246 'filepath': 'chrome/browser/media/cast_remoting'\
1247 '|media/blink/webmediaplayer_'\
Miyoung Shin3fc077c2019-08-06 00:29:441248 '|media/mojo/mojom/remoting.mojom'\
miu5e69f1c52016-10-23 13:40:111249 '|media/remoting/',
1250 },
kmarshallb698ad4f2015-02-24 19:42:481251 'media_router': {
mark a. foltzb7228ec12021-01-28 18:29:501252 'filepath': 'chrome/app/media_router_strings.grdp' \
mfoltz57fd7f32017-05-03 06:12:581253 '|chrome/browser/media/router/' \
kmarshallb698ad4f2015-02-24 19:42:481254 '|chrome/browser/resources/media_router/' \
Takumi Fujimoto4bef2792018-05-03 17:51:551255 '|chrome/browser/ui/media_router/' \
mfoltz57fd7f32017-05-03 06:12:581256 '|chrome/browser/ui/views/media_router/' \
mark a. foltzb7228ec12021-01-28 18:29:501257 '|chrome/test/media_router/' \
1258 '|components/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/'\
asvitkinee4bad382015-11-05 21:56:451273 '|components/variations/'\
[email protected]b0d594d2014-02-21 03:22:121274 # Exclude XML files; in particular, histograms.xml.
1275 '|tools/metrics/[^.]*([.](?!xml$).*)?$',
1276 },
Ilya Shermandfce91b72020-03-23 18:52:461277 'metrics_metadata_files': {
1278 # Subscribe to this to watch for changes to {actions, histograms, ukm}.xml
1279 # and to the field trial testing config.
1280 'filepath': 'tools/metrics/.*\.xml$'\
1281 '|testing/variations/fieldtrial_testing_config.json',
1282 },
Gabriel Marinac7ecd72019-10-04 18:16:061283 'metrics_perf': {
1284 'filepath': 'chrome/browser/metrics/perf/',
1285 },
toyoshim8f51f902015-03-27 03:50:211286 'midi': {
1287 'filepath': 'midi',
[email protected]f76c8852012-06-21 16:37:001288 },
Kyle Horimotoc4d57b122018-02-28 01:17:301289 'multidevice': {
Ryan Hansberry587c8082018-09-20 01:31:191290 'filepath': 'ash/multi_device_setup/'\
Kyle Horimoto7de86582018-12-19 20:40:251291 '|chrome/browser/chromeos/cryptauth/'\
Ryan Hansberry587c8082018-09-20 01:31:191292 '|chrome/browser/chromeos/device_sync/'\
1293 '|chrome/browser/chromeos/multidevice_setup/'\
1294 '|chrome/browser/chromeos/secure_channel/'\
Kyle Horimoto592f64c2018-03-28 23:43:221295 '|chrome/browser/resources/chromeos/multidevice_setup/'\
Ryan Hansberry587c8082018-09-20 01:31:191296 '|chrome/browser/resources/settings/multidevice_page/'\
Demetrios Papadopoulosbb154e932019-12-23 22:05:261297 '|chrome/browser/resources/settings/chromeos/multidevice_page/'\
Ryan Hansberry587c8082018-09-20 01:31:191298 '|chrome/browser/ui/webui/chromeos/multidevice_setup/'\
1299 '|chrome/browser/ui/webui/settings/chromeos/multidevice'\
Kyle Horimoto7de86582018-12-19 20:40:251300 '|chrome/test/data/webui/multidevice_setup/'\
1301 '|chromeos/components/multidevice/'\
James Hawkinsf7e517c2018-03-30 21:01:141302 '|chromeos/components/proximity_auth/'\
Kyle Horimoto7de86582018-12-19 20:40:251303 '|chromeos/resources/multidevice_resources.grdp'\
Kyle Horimoto592f64c2018-03-28 23:43:221304 '|chromeos/services/device_sync/'\
1305 '|chromeos/services/multidevice_setup/'\
1306 '|chromeos/services/secure_channel/'\
Kyle Horimoto9bace7f2018-09-21 23:36:481307 '|ui/webui/resources/cr_components/chromeos/multidevice_setup/'
Kyle Horimotoc4d57b122018-02-28 01:17:301308 },
Alex Newcomer5e587d352020-09-16 18:06:261309 'multipaste': {
1310 'filepath': 'ash/clipboard/',
1311 },
[email protected]f76c8852012-06-21 16:37:001312 'nacl': {
[email protected]f2f0fbb92012-07-14 15:52:491313 'filepath': 'chrome/nacl/|chrome/test/nacl/|'\
[email protected]193912d2013-09-06 17:41:561314 'chrome/browser/nacl_host/|chrome/common/nacl|'\
1315 'native_client_sdk/src/doc/',
[email protected]f76c8852012-06-21 16:37:001316 },
[email protected]99ddc3d2013-01-22 16:15:331317 'native_client_sdk': {
1318 'filepath': '^native_client_sdk/',
1319 },
[email protected]b9ecdb62014-03-07 14:56:431320 'navigation': {
danakjd3baa132020-09-10 15:33:561321 'filepath': 'content/browser/renderer_host|'\
[email protected]b9ecdb62014-03-07 14:56:431322 'content/browser/renderer_host/render_process_host.*|'\
1323 'content/browser/renderer_host/render_view_host.*|'\
1324 'content/browser/web_contents/web_contents_impl.*|'\
1325 'content/renderer/render_frame.*|'\
1326 'content/renderer/render_view.*'
1327 },
Ryan Hansberry8a6e3e3e2020-05-15 17:23:051328 'nearby': {
1329 'filepath': 'chrome/browser/nearby_sharing/|'\
Richard Knoll0636d402020-06-30 17:02:141330 'chrome/browser/resources/nearby_internals/|'\
1331 'chrome/browser/resources/nearby_share/|'\
James Vecorefcdea412020-08-27 08:20:321332 'chrome/browser/resources/settings/chromeos/nearby_share_page/|'\
Richard Knoll0636d402020-06-30 17:02:141333 'chrome/browser/ui/webui/nearby_internals/|'\
1334 'chrome/browser/ui/webui/nearby_share/|'\
James Vecore09205372020-07-30 01:45:151335 'chrome/services/sharing/'
Ryan Hansberry8a6e3e3e2020-05-15 17:23:051336 },
[email protected]f76c8852012-06-21 16:37:001337 'net': {
[email protected]f2f0fbb92012-07-14 15:52:491338 'filepath': 'net/',
[email protected]f76c8852012-06-21 16:37:001339 },
bnc1872e8bd2017-01-27 02:47:281340 'net_base': {
1341 'filepath': 'net/base/',
1342 },
bnc1872e8bd2017-01-27 02:47:281343 'net_http2': {
1344 'filepath': 'net/http2/',
1345 },
[email protected]f76c8852012-06-21 16:37:001346 'net_log': {
mmenke59e4d8fb42016-06-15 21:15:281347 'filepath': 'net/log/|' \
[email protected]f2f0fbb92012-07-14 15:52:491348 'chrome/browser/net/.*net_log|' \
[email protected]f2f0fbb92012-07-14 15:52:491349 'chrome/browser/resources/net_internals/|' \
mmenke59e4d8fb42016-06-15 21:15:281350 'chrome/browser/ui/webui/net_internals/|' \
Takeshi Yoshino6b30abd2017-07-16 03:34:511351 'components/net_log/'
[email protected]f76c8852012-06-21 16:37:001352 },
Adam Rice027497d2018-07-27 02:17:021353 'net_server': {
1354 'filepath': 'net/server/'
1355 },
bnc1872e8bd2017-01-27 02:47:281356 'net_spdy': {
1357 'filepath': 'net/spdy/',
1358 },
Adam Rice027497d2018-07-27 02:17:021359 'net_websockets': {
1360 'filepath': 'net/websockets/',
1361 },
jkarlin539748402015-03-31 17:36:311362 'netinfo': {
Josh Karlin1bd016742017-08-18 17:44:171363 'filepath': '/netinfo/',
jkarlin539748402015-03-31 17:36:311364 },
Helen Li30f43d8e2018-05-09 16:24:011365 'network_service': {
1366 'filepath': 'services/network/',
1367 },
Vincent Scheibd5da4d952017-11-03 01:33:241368 'nfc': {
Rijubrata Bhaumik04f46442019-09-02 07:54:441369 'filepath': 'services/device/nfc/|'\
1370 'third_party/blink/renderer/modules/nfc/'
Vincent Scheibd5da4d952017-11-03 01:33:241371 },
Xing Liue18f0fb2019-03-22 23:55:141372 'notification_scheduler': {
1373 'filepath': 'chrome/browser/notifications/proto/|'\
1374 'chrome/browser/notifications/scheduler/'
1375 },
peterf4758412014-09-17 15:06:011376 'notifications': {
Peter Beverloo4548c852017-08-31 13:45:171377 'filepath': 'chrome/browser/extensions/api/notifications/|'\
1378 'chrome/browser/notifications/|'\
1379 'chrome/test/data/notifications/|'\
1380 'content/browser/notifications/|'\
Peter Beverloo4548c852017-08-31 13:45:171381 'content/common/platform_notification|'\
1382 'content/public/browser/platform_notification|'\
1383 'content/public/common/platform_notification|'\
1384 'content/renderer/notification_|'\
Xi Chengd47af342018-04-24 02:36:331385 'chrome/notification_helper/|'\
Kent Tamura77578cc2018-11-25 22:33:431386 'third_party/blink/web_tests/external/wpt/notifications|'\
1387 'third_party/blink/web_tests/http/tests/notifications|'\
Blink Reformata30d4232018-04-07 15:31:061388 'third_party/blink/renderer/modules/notifications|'\
1389 'third_party/blink/public/platform/modules/notifications|'\
peterf4758412014-09-17 15:06:011390 'ui/message_center/'
1391 },
tbansalc6f1c9f2016-09-30 22:48:421392 'nqe': {
1393 'filepath': 'nqe',
1394 },
mcwilliamsedee5042016-04-05 18:46:451395 'ntp_snippets': {
1396 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk16a37f902016-05-16 15:49:361397 'chrome/android/javatests/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk14c89352016-07-21 13:45:131398 'chrome/android/junit/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk117ffb322017-02-06 12:04:201399 'chrome/android/java/src/org/chromium/chrome/browser/suggestions/|'\
1400 'chrome/android/javatests/src/org/chromium/chrome/browser/suggestions/|'\
mvanouwerkerk538dc0b62016-05-17 14:55:341401 'chrome/browser/android/ntp/ntp_snippets|'\
mcwilliamsedee5042016-04-05 18:46:451402 'chrome/browser/ntp_snippets/|'\
1403 'components/ntp_snippets/|'\
1404 'chrome/android/java/res/layout/new_tab_page|'\
noyau451e6bb62016-12-23 14:29:041405 'chrome/android/java/res/layout/most_visited|'\
1406 'ios/chrome/browser/ntp_snippets'
mcwilliamsedee5042016-04-05 18:46:451407 },
treib70176c52016-07-08 14:34:191408 'ntp_tiles': {
1409 'filepath': 'chrome/browser/android/ntp/|'\
1410 'chrome/browser/ui/webui/ntp/|'\
1411 'chrome/common/search/ntp|'\
noyau451e6bb62016-12-23 14:29:041412 'components/ntp_tiles/|'\
1413 'ios/chrome/browser/ntp_tiles'
treib70176c52016-07-08 14:34:191414 },
peterb8ec88f82017-03-21 13:29:421415 'offline_items_collection': {
1416 'filepath': 'components/offline_items_collection/',
1417 },
dimichdce3ee492016-04-04 04:20:521418 'offline_pages': {
1419 'filepath': 'components/offline_pages/'\
fgorski329be5b2016-04-19 21:38:111420 '|chrome/browser/android/offline_pages/'\
1421 '|chrome/android/java/src/org/chromium/chrome/browser/offlinepages/'
dimichdce3ee492016-04-04 04:20:521422 },
[email protected]f76c8852012-06-21 16:37:001423 'omnibox': {
Justin Donnelly600d8e92018-11-09 00:40:501424 'filepath': '^chrome/browser/autocomplete/|'\
1425 '^chrome/browser/resources/omnibox|'\
1426 '^chrome/browser/ui/location_bar/|'\
1427 '^chrome/browser/ui/omnibox/|'\
1428 '^chrome/browser/ui/.*/location_bar/|'\
1429 '^chrome/browser/ui/.*/omnibox/|'\
Justin Donnellyb8736472020-11-24 15:44:221430 '^components/omnibox/|'\
1431 '^components/search_engines/'
[email protected]f76c8852012-06-21 16:37:001432 },
chasej6dff9292016-02-02 20:33:121433 'origin_trials': {
Jason Chasedfcd02b2018-08-10 21:07:491434 'filepath': 'origin_trial'\
chasej68b8bbd2017-01-26 19:26:131435 '|OriginTrial'\
1436 '|ConditionalFeature',
chasej6dff9292016-02-02 20:33:121437 },
[email protected]4a2078e2013-07-18 20:40:201438 'ozone': {
[email protected]f93c2c92013-10-31 18:22:441439 'filepath': 'ui/ozone/|'\
[email protected]4b66bf922013-10-28 19:49:431440 'ui/events/ozone/|'\
Tom Anderson374e34512019-12-10 23:27:161441 'ui/gfx/linux/|'\
[email protected]4a2078e2013-07-18 20:40:201442 'ui/gl/gl_.*egl.*|'\
1443 'ui/gl/gl_.*ozone.*'
1444 },
Sergey Ulanov004097c2018-11-05 23:29:281445 'ozone_scenic': {
1446 'filepath': 'ui/ozone/platform/scenic',
1447 },
lgarron9e25c7402017-03-15 04:03:111448 'page_info' : {
1449 'filepath': 'chrome/browser/ui/page_info/'\
1450 '|chrome/browser/ui/.*/page_info/'\
lgarron3428b2d32017-03-21 18:35:191451 '|chrome/android/java/src/org/chromium/chrome/browser/page_info/'\
lgarron6cd116a2017-04-07 19:42:181452 '|components/page_info_strings.grdp'\
Gregory Chatzinoffdf93d692017-09-09 01:32:271453 '|ios/chrome/browser/ui/page_info/'
lgarron6cd116a2017-04-07 19:42:181454 },
csharrison3b1dc4062015-10-19 14:31:081455 'page_load_metrics' : {
bmcquade9f433702016-07-26 23:33:501456 'filepath': 'chrome/browser/page_load_metrics/'\
1457 '|chrome/common/page_load_metrics/'\
1458 '|chrome/renderer/page_load_metrics/'
csharrison3b1dc4062015-10-19 14:31:081459 },
[email protected]f76c8852012-06-21 16:37:001460 'panels': {
[email protected]7cbe5a52012-09-27 02:00:291461 'filepath': 'chrome/browser/ui/panels'\
1462 '|chrome/browser/ui/cocoa/panels'\
[email protected]7cbe5a52012-09-27 02:00:291463 '|chrome/browser/ui/views/panels'
[email protected]f76c8852012-06-21 16:37:001464 },
[email protected]3cc8b3922014-05-05 13:12:081465 'password_manager': {
1466 'filepath': 'chrome/.*/password_'\
1467 '|chrome/browser/ui/passwords'\
1468 '|chrome/browser/ui/views/passwords'\
1469 '|chrome/test/data/password'\
1470 '|components/autofill.*password'
1471 '|components/password_'\
vabrccdb7222016-06-01 14:59:401472 '|^ios/chrome/browser/passwords'\
[email protected]3cc8b3922014-05-05 13:12:081473 },
rouslane8a22262016-10-19 20:49:411474 'payments': {
1475 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/payments'\
1476 '|chrome/android/javatests/src/org/chromium/chrome/browser/payments'\
Rouslan Solomakhin81af4cf2017-06-27 15:23:491477 '|chrome/browser/payments'\
1478 '|chrome/browser/ui/views/payments'\
Mohamad Ahmadi2b452762017-07-18 23:17:151479 '|components/payments/test/data'\
rouslana64ceca2016-10-26 01:10:311480 '|components/payments'\
Rouslan Solomakhin81af4cf2017-06-27 15:23:491481 '|content/browser/payments'\
1482 '|content/test/data/payments'\
1483 '|ios/chrome/browser/payments'\
1484 '|ios/chrome/browser/ui/payments'\
1485 '|ios/web/payments'\
1486 '|ios/web/public/payments'\
Kent Tamura77578cc2018-11-25 22:33:431487 '|third_party/blink/web_tests/external/wpt/payment-request'\
1488 '|third_party/blink/web_tests/http/tests/payments'\
1489 '|third_party/blink/web_tests/payments'\
Blink Reformata30d4232018-04-07 15:31:061490 '|third_party/blink/public/platform/modules/payments'\
1491 '|third_party/blink/renderer/modules/payments'
mahmadi0a7bb59f2017-02-22 19:13:491492 },
Lei Zhang91530f72019-06-14 21:20:151493 'pdf': {
Lei Zhangaaf64f52019-06-21 00:52:081494 'filepath': 'components/pdf/'\
1495 '|chrome/browser/pdf/'\
1496 '|chrome/browser/ui/pdf/'\
1497 '|pdf/'
Lei Zhang91530f72019-06-14 21:20:151498 },
[email protected]f76c8852012-06-21 16:37:001499 'pepper_api': {
[email protected]b8491b02013-11-13 03:50:581500 'filepath': 'ppapi/api'\
1501 '|ppapi/c',
[email protected]f76c8852012-06-21 16:37:001502 },
mlamourid8b0feb2015-06-02 16:30:471503 'permissions': {
1504 'filepath': 'content/(child,browser)/permissions/'\
1505 '|content/common/permission_*'\
1506 '|content/public/(common,browser)/permission_*'\
1507 '|chrome/browser/permissions/'\
1508 '|chrome/browser/content_settings/permission*'\
1509 '|permission_context',
1510 },
Kyle Horimoto97611c12020-08-13 17:39:031511 'phonehub': {
Tim Songf7f00b02020-09-03 20:57:001512 'filepath': 'chrome/browser/chromeos/phonehub/'\
1513 '|chromeos/components/phonehub/'\
1514 '|ash/system/phonehub/',
Kyle Horimoto97611c12020-08-13 17:39:031515 },
François Beaufortb2070eb2018-02-08 10:36:341516 'picture_in_picture': {
Blink Reformata30d4232018-04-07 15:31:061517 'filepath': 'third_party/blink/renderer/modules/picture_in_picture/'
François Beaufortb2070eb2018-02-08 10:36:341518 },
Will Harris723f11402020-11-12 23:09:071519 'plugin_metadata': {
1520 'filepath': 'chrome/browser/resources/plugin_metadata/'
1521 },
Ian Clellanda54f1982021-01-14 14:01:511522 'policy_features': {
1523 'filepath' : 'third_party/blink/renderer/core/feature_policy/document_policy_features.json5|'\
1524 'third_party/blink/renderer/core/feature_policy/feature_policy_features.json5'
1525 },
michaelpg11fff3f2015-02-06 03:35:341526 'polymer': {
1527 'filepath': 'third_party/polymer/|'\
michaelpgf94a2a22017-03-06 22:35:001528 'third_party/web-animations-js/|'\
dbeam78528be2016-02-18 07:08:491529 'tools/polymer|'\
michaelpg11fff3f2015-02-06 03:35:341530 'ui/webui/resources/polymer_resources.grdp',
1531 },
Charles Harrison981d33c2017-10-06 21:36:221532 'popup_blocker': {
1533 'filepath': 'chrome/browser/ui/blocked_content'
1534 },
twifkak0c69c1f2015-06-22 18:20:091535 'precache': {
1536 'filepath': '[pP]recache'
1537 },
Hiroki Nakagawa3654fbe2020-10-28 02:53:431538 'prefetch_proxy': {
1539 'filepath': 'chrome/browser/prefetch/prefetch_proxy',
1540 },
[email protected]be775bc2014-06-30 15:41:141541 'prepopulated_engines': {
1542 'filepath': 'components/search_engines/prepopulated_engines.json',
1543 },
[email protected]f76c8852012-06-21 16:37:001544 'prerender': {
Hiroki Nakagawa94274a412021-03-02 06:01:411545 'filepath': 'chrome/browser/chrome_content_browser_client_binder_policies' \
1546 '|content/browser/mojo_binder_policy' \
1547 '|content/browser/prerender/'
[email protected]f76c8852012-06-21 16:37:001548 },
mfoltz57fd7f32017-05-03 06:12:581549 'presentation': {
mark a. foltze8739c7c2019-04-24 18:33:091550 'filepath': 'content/browser/presentation/' \
1551 '|content/public/browser/presentation_' \
1552 '|third_party/blink/public/mojom/presentation/' \
1553 '|third_party/blink/renderer/modules/presentation/' \
1554 '|third_party/blink/web_tests/(virtual/)?presentation/'
mfoltz57fd7f32017-05-03 06:12:581555 },
Robert Ogdenb766c88a2019-06-10 18:10:231556 'preview_features': {
1557 'filepath': 'components/previews/core/previews_features' \
1558 '|components/previews/core/previews_experiments'
1559 },
rbpotter0d9edeed2018-08-03 14:11:581560 'print_preview': {
1561 'filepath': 'chrome/browser/resources/print_preview/' \
1562 '|chrome/browser/ui/webui/print_preview/'
1563 },
peter884896c72015-03-12 14:26:201564 'push_messaging': {
1565 'filepath': 'push_messaging'
1566 },
David Black9b7b19f2020-02-24 18:28:351567 'quick_answers': {
1568 'filepath': 'ash/quick_answers/'\
1569 '|chrome/browser/renderer_context_menu/quick_answers.*'\
1570 '|chromeos/components/quick_answers/'
1571 },
Greg Thompsonc72dc582019-11-14 15:51:321572 'relaunch_notification': {
1573 'filepath': 'chrome/browser/ui/views/relaunch_notification'
1574 },
mark a. foltze8739c7c2019-04-24 18:33:091575 'remoteplayback': {
1576 'filepath': 'chrome/android/features/media_router/java/src/org/chromium/chrome/browser/media/router/FlingingController' \
1577 '|chrome/android/java/src/org/chromium/chrome/browser/media/remote/' \
1578 '|chrome/browser/media/android/remote/' \
1579 '|media/blink/remote_playback' \
1580 '|media/renderers/remote_playback' \
1581 '|third_party/blink/public/platform/modules/remoteplayback/' \
1582 '|third_party/blink/renderer/core/html/media/remote_playback' \
1583 '|third_party/blink/renderer/modules/remoteplayback/' \
1584 '|third_party/blink/web_tests/media/remoteplayback/' \
1585 '|third_party/blink/web_tests/virtual/new-remote-playback-pipeline/'
1586 },
[email protected]f76c8852012-06-21 16:37:001587 'remoting': {
sergeyu05995a4f2017-01-24 21:26:011588 'filepath': '^remoting/' \
1589 '|^testing/chromoting'
[email protected]f76c8852012-06-21 16:37:001590 },
gab57e80c72014-12-08 21:06:131591 'rlz_id': {
1592 'filepath' :'rlz/lib/machine_id.cc|'\
1593 'rlz/lib/machine_id.h|'\
1594 'rlz/win/lib/machine_id_win.cc',
1595 },
Joe Medleya129fe32018-01-25 15:20:221596 'runtime_enabled_features': {
Blink Reformata30d4232018-04-07 15:31:061597 'filepath' : 'third_party/blink/renderer/platform/runtime_enabled_features.json5'
Joe Medleya129fe32018-01-25 15:20:221598 },
grt829c6a82014-10-20 09:29:321599 'safe_browsing': {
timvolodine41e95412017-03-14 02:55:341600 'filepath': 'chrome/(browser|common|renderer)/safe_browsing/|'\
1601 'components/safe_browsing/',
grt829c6a82014-10-20 09:29:321602 },
Joe DeBlasiob3125f12019-10-18 21:02:541603 'safety_tips': {
1604 'filepath': 'chrome/browser/component_updater/safety_tips_.*'\
1605 '|chrome/browser/lookalikes/'\
Joe DeBlasio97b342e2019-10-22 17:33:581606 '|chrome/browser/reputation/'\
Joe DeBlasiob3125f12019-10-18 21:02:541607 '|chrome/browser/ui/views/page_info/safety_tip_page_info_bubble_view.*',
1608 },
Mike Wittman652832b2019-07-16 14:34:391609 'sampling_profiler': {
1610 'filepath': 'base/profiler/'\
1611 '|chrome/common/profiler/'\
Mike Wittman652832b2019-07-16 14:34:391612 '|chrome/renderer/v8_unwinder*'\
1613 '|components/metrics/*call_stack*'\
Mike Wittmane4a1a252019-07-29 20:27:261614 '|components/metrics/public/mojom/call_stack*',
Mike Wittman652832b2019-07-16 14:34:391615 },
Zentaro Kavanagh050f7bf2020-10-09 19:26:511616 'scanning': {
Yeunjoo Choi65751de2021-03-31 03:37:341617 'filepath': 'ash/content/scanning/'\
Yeunjoo Choid71ed04b2021-03-11 00:57:521618 '|chrome/browser/ash/scanning/',
Zentaro Kavanagh050f7bf2020-10-09 19:26:511619 },
Robert Sesekae79d38512018-09-04 18:13:301620 'security': {
1621 'filepath': 'base/json/'\
1622 '|base/memory/.*shared_memory'\
Robert Sesek61902db2018-10-09 19:15:451623 '|components/cbor/'\
1624 '|AndroidManifest',
Robert Sesekae79d38512018-09-04 18:13:301625 },
Katie D14c38ce2019-02-14 00:34:451626 'select_to_speak': {
1627 'filepath': 'select_to_speak',
1628 },
Jeffrey Cohen7fe36f502018-12-12 01:38:211629 'send_tab_to_self': {
Jeffrey Cohen9e494a612019-05-21 16:22:441630 'filepath': 'components/send_tab_to_self'\
1631 '|chrome/android/java/src/org/chromium/chrome/browser/send_tab_to_self/'\
Jeffrey Cohen224a4072019-05-23 20:49:331632 '|chrome/android/junit/src/org/chromium/chrome/browser/send_tab_to_self/'\
Jeffrey Cohen9e494a612019-05-21 16:22:441633 '|chrome/browser/android/send_tab_to_self/'\
1634 '|chrome/browser/send_tab_to_self/'\
1635 '|chrome/browser/ui/send_tab_to_self'\
1636 '|ios/chrome/browser/send_tab_to_self/',
Jeffrey Cohen7fe36f502018-12-12 01:38:211637 },
[email protected]0b431722014-01-08 07:21:511638 'service_worker': {
[email protected]edaf31d2014-03-07 00:09:171639 'filepath': 'content/(browser|renderer|child|common)/service_worker/',
[email protected]0b431722014-01-08 07:21:511640 },
Dan Beam5dec1b42018-12-10 23:52:341641 'settings': {
1642 'filepath': 'chrome/browser/resources/settings/'\
1643 '|chrome/browser/ui/webui/settings/'\
1644 '|chrome/test/data/webui/settings/',
1645 },
May Lippertd0b8cfe2019-05-22 19:54:491646 'settings_os_settings': {
Kyle Horimoto1b958952020-01-15 01:39:171647 'filepath': 'chrome/browser/resources/settings/chromeos/'\
1648 '|chrome/browser/resources/settings/os_settings_resouces.grd'\
1649 '|chrome/browser/resources/settings/os_settings_resouces_vulcanized.grd'\
1650 '|chrome/browser/ui/webui/settings/chromeos/'\
Kyle Horimotoec597772020-01-16 03:45:341651 '|chrome/test/data/webui/settings/chromeos/'\
1652 '|ui/webui/resources/cr_components/chromeos/'\
1653 '|ui/webui/resources/cr_elements/chromeos/',
May Lippertd0b8cfe2019-05-22 19:54:491654 },
Melissa Zhangc4be3d72021-03-19 07:16:531655 'share_service': {
1656 'filepath': 'chrome/browser/sharesheet/',
1657 },
1658 'share_sheet': {
Jeffrey Cohen51f7aab2020-02-11 21:32:121659 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/share/'\
Jeffrey Cohen27b6ab902020-02-18 22:44:371660 '|chrome/android/java/res/layout/share_sheet_.*'\
1661 '|chrome/browser/share/android/java/src/org/chromium/chrome/browser/share/',
Jeffrey Cohen51f7aab2020-02-11 21:32:121662 },
Peter Beverloo9a00acc2019-06-04 14:27:251663 'sharing': {
Himanshu Jaju0de6e102019-07-31 11:16:541664 'filepath': 'chrome/browser/sharing/|'\
1665 'chrome/browser/ui/views/sharing/',
Peter Beverloo9a00acc2019-06-04 14:27:251666 },
dominickn8884155a2016-06-23 02:28:161667 'site_engagement': {
1668 'filepath': 'chrome/browser/engagement/|'\
1669 'chrome/browser/ui/webui/engagement/',
1670 },
[email protected]f76c8852012-06-21 16:37:001671 'site_instance': {
[email protected]f2f0fbb92012-07-14 15:52:491672 'filepath': 'content/browser/site_instance|'\
1673 'content/browser/browsing_instance',
[email protected]f76c8852012-06-21 16:37:001674 },
Ryan Hansberry587c8082018-09-20 01:31:191675 'smartlock': {
Henrique Ferreirob3c117562021-02-24 20:12:451676 'filepath': 'chrome/browser/ash/login/easy_unlock/'\
Ryan Hansberry587c8082018-09-20 01:31:191677 '|chrome/browser/resources/easy_unlock/'\
1678 '|chromeos/components/proximity_auth/'
1679 },
Zentaro Kavanagh608f8a12018-01-19 18:39:561680 'smb': {
1681 'filepath': 'chrome/browser/chromeos/file_system_provider'\
1682 '|chrome/browser/chromeos/smb_client'\
1683 '|chromeos/dbus/fake_smb_provider_client'\
1684 '|chromeos/dbus/smb_provider_client',
1685 },
Joe Medleya129fe32018-01-25 15:20:221686 'source_idls': {
Joe Medleyf7671752018-04-13 14:34:501687 'filepath': 'third_party/blink/renderer/(core|modules|platform)/.*\.idl',
Joe Medleya129fe32018-01-25 15:20:221688 },
Annie Sullivan32e8a882019-12-12 16:21:581689 'speed_metrics_changelog': {
Nicolás Peña Moreno585fda52020-05-01 14:32:511690 'filepath': 'docs/speed/metrics_changelog/.*.md',
Annie Sullivan32e8a882019-12-12 16:21:581691 },
[email protected]ad0295d2012-10-11 23:43:361692 'spellcheck': {
1693 'filepath': 'chrome/browser/spellchecker/'\
timvolodine8cdb94c2016-09-22 12:17:221694 '|chrome/browser/renderer_context_menu/spelling_'\
1695 '|components/spellcheck/'\
1696 '|third_party/hunspell/'\
1697 '|third_party/hunspell_dictionaries/',
[email protected]ad0295d2012-10-11 23:43:361698 },
Greg Thompson9ea091702018-01-04 11:06:321699 'startup': {
1700 'filepath': 'chrome/browser/ui/startup/',
1701 },
Daniel Murphyeda2b872019-11-27 23:51:411702 'storage_service' : {
1703 'filepath': 'components/services/storage/',
1704 },
Ian Clelland0fc655482020-02-14 15:20:101705 'structured_headers' : {
1706 'filepath': 'net/http/structured_headers*',
1707 },
vmpstrcc1c08302015-11-18 06:05:511708 'styleguide': {
1709 'filepath': '^styleguide/',
1710 },
Peter Wenbef43902018-11-28 22:08:121711 'styleguide_python': {
1712 'filepath': '^styleguide/python',
1713 },
engedye7b734da2017-02-07 12:08:131714 'subresource_filter': {
Charles Harrisonfb3eac92017-06-26 21:26:021715 'filepath': 'subresource_filter|SubresourceFilter|url_pattern_index',
engedye7b734da2017-02-07 12:08:131716 },
[email protected]43d33e92014-07-14 16:39:311717 'supervised_users': {
1718 'filepath': 'chrome/browser/.*managed_mode'\
1719 '|chrome/browser/.*managed_user'\
1720 '|chrome/browser/.*supervised_user',
1721 },
CJ DiMegliocaddc3482018-12-12 02:28:381722 'surface_layer_for_video': {
1723 'filepath': 'cc/layers/surface_layer*'\
1724 '|third_party/blink/renderer/platform/graphics/video_frame_*'\
1725 '|third_party/blink/renderer/platform/graphics/surface_layer_bridge*',
1726 },
Anastasia Helfinstein5205acb32019-02-15 00:54:131727 'switch_access': {
1728 'filepath': 'switch_access',
1729 },
[email protected]f76c8852012-06-21 16:37:001730 'sync': {
Andrew Grieveecac5a92018-11-08 01:57:011731 'filepath': '^chrome/browser/ui/sync/'\
maxboguefa217942016-04-01 01:08:131732 '|^chrome/browser/ui/views/sync/'\
1733 '|^chrome/test/android/javatests/src/org/chromium/chrome/test/util/browser/sync/'\
1734 '|^ios/chrome/browser/sync/'\
1735 '|^chrome/android/java/src/org/chromium/chrome/browser/sync/'\
1736 '|^chrome/browser/sync/'\
1737 '|^components/browser_sync/'\
Max Boguefef332d2016-07-28 22:09:091738 '|^components/sync/'\
maxboguefa217942016-04-01 01:08:131739 '|^components/sync_bookmarks/'\
Max Boguefef332d2016-07-28 22:09:091740 '|^components/sync_sessions/',
[email protected]f76c8852012-06-21 16:37:001741 },
[email protected]92871a102013-07-01 11:11:411742 'syncfs': {
1743 'filepath': 'sync_file_system',
1744 },
Giovanni Ortuño Urquidia35ceba2019-12-02 04:46:551745 'system_web_apps': {
1746 'filepath': 'chrome/.*system_web_app'
1747 },
miu5e69f1c52016-10-23 13:40:111748 'tab_alert_indicators': {
1749 'filepath': 'content/browser/media/audio_stream_monitor'\
miu5e69f1c52016-10-23 13:40:111750 '|chrome/browser/ui/tabs/tab_utils'\
Peter Kasting479cc1752018-09-28 22:34:371751 '|chrome/browser/ui/views/tabs/alert_indicator'\
miu5e69f1c52016-10-23 13:40:111752 '|chrome/browser/ui/views/tabs/tab\.cc'\
1753 '|chrome/browser/ui/views/tabs/tab_renderer_data'\
1754 '|media/audio/audio_(output_controller|power_monitor)',
1755 },
[email protected]82d74152013-07-28 08:55:311756 'tab_capture': {
mark a. foltzb7228ec12021-01-28 18:29:501757 # TODO: Watch code in media/audio & audio service for tab audio capture
Adam Parker83a488462017-12-22 00:26:481758 'filepath': 'chrome/browser/extensions/api/tab_capture/'\
miu5e69f1c52016-10-23 13:40:111759 '|chrome/renderer/resources/extensions/tab_capture_custom_bindings.js'\
[email protected]31ef420b2014-08-13 21:19:131760 '|chrome/test/data/extensions/api_test/tab_capture/'\
mark a. foltzb7228ec12021-01-28 18:29:501761 '|components/viz/common/(frame_sinks/|gl_helper|gl_i420|yuv_)'\
1762 '|components/viz/host/client_frame_sink'\
Adam Parker83a488462017-12-22 00:26:481763 '|components/viz/service/frame_sinks/(frame_sink_manager'\
1764 '|video_capture/)'\
[email protected]31ef420b2014-08-13 21:19:131765 '|content/browser/media/capture/'\
mark a. foltzb7228ec12021-01-28 18:29:501766 '|content/browser/renderer_host/media/'\
[email protected]31ef420b2014-08-13 21:19:131767 '|media/base/video_frame\.h'\
Adam Parker83a488462017-12-22 00:26:481768 '|media/capture/'\
mark a. foltzb7228ec12021-01-28 18:29:501769 '|services/viz/privileged/mojom/compositing/frame_sink'\
1770 '|third_party/blink/public/mojom/mediastream/'
[email protected]82d74152013-07-28 08:55:311771 },
[email protected]f76c8852012-06-21 16:37:001772 'tab_contents': {
[email protected]f2f0fbb92012-07-14 15:52:491773 'filepath': 'chrome/browser/tab_contents/|'\
1774 'content/browser/tab_contents/|'\
1775 'chrome/browser/ui/tab_contents/',
[email protected]f76c8852012-06-21 16:37:001776 },
Jinsuk Kim0470a42d2021-02-25 00:49:411777 'tab_interface': {
1778 'filepath': 'chrome/browser/tab/'
1779 },
gogeralddad6ac72019-08-06 23:08:371780 'tab_ui_and_start_surface': {
Wei-Yin Chen (陳威尹)943ca0a2019-08-21 14:51:351781 'filepath': 'chrome/android/features/tab_ui/' \
Wei-Yin Chen (陳威尹)e38f7bf2019-10-24 06:24:231782 '|chrome/android/features/start_surface/' \
1783 '|chrome/android/.*/src/org/chromium/chrome/browser/tasks/'
Mei Liang92e37d52019-03-22 17:27:201784 },
tdresserd80646f2017-03-03 19:26:081785 'tbmv2_metrics': {
1786 'filepath': 'third_party/catapult/tracing/tracing/metrics'
1787 },
[email protected]31a10602012-11-21 01:51:261788 'telemetry': {
nednguyen79105d422016-04-18 01:38:421789 'filepath': 'tools/perf/'
[email protected]31a10602012-11-21 01:51:261790 },
Takeshi Yoshino524e1d262017-07-28 01:16:381791 'test_runner': {
1792 'filepath': 'components/test_runner/' \
Kent Tamura21d1de62018-12-10 04:45:201793 '|content/shell/(common|browser|renderer)/web_test/' \
1794 '|content/test/web_test_support.cc' \
1795 '|content/public/test/web_test_support.h' \
Takeshi Yoshino524e1d262017-07-28 01:16:381796 },
[email protected]f76c8852012-06-21 16:37:001797 'tests': {
[email protected]f2f0fbb92012-07-14 15:52:491798 'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/',
[email protected]0cde05a02011-11-30 23:36:521799 },
jlkleinecc81952016-11-19 00:16:071800 'tether': {
Kyle Horimoto592f64c2018-03-28 23:43:221801 'filepath': 'chrome/browser/chromeos/tether/'\
1802 '|chrome/browser/ui/ash/network/tether*'\
Ryan Hansberry587c8082018-09-20 01:31:191803 '|chromeos/components/tether/'
jlkleinecc81952016-11-19 00:16:071804 },
David Tsengb4effe12020-12-07 23:07:131805 'text_to_speech': {
1806 'filepath': 'tts'
1807 },
[email protected]1cbbb30b2011-10-14 08:03:561808 'textinput': {
Bao-Duy Trane2b20b032020-06-09 01:34:481809 'filepath': 'content/browser/renderer_host/render_widget_host_view'\
[email protected]f2f0fbb92012-07-14 15:52:491810 '|content/browser/renderer_host/text_input'\
1811 '|ui/base/ime/'\
[email protected]f2f0fbb92012-07-14 15:52:491812 '|ui/views/controls/textfield/'\
Yuichiro Hanadaf0b3b472017-10-17 07:00:531813 '|ui/wm/core/ime'
[email protected]1cbbb30b2011-10-14 08:03:561814 },
[email protected]3a117c62011-11-29 04:28:021815 'textinput_chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:491816 'filepath': 'chrome/browser/chromeos/input_method/'\
1817 '|chrome/browser/chromeos/extensions/input_method'\
1818 '|chrome/browser/chromeos/status/input_method'\
Bao-Duy Tran8302196d2020-06-11 07:41:521819 '|chrome/browser/extensions/api/input_ime'\
[email protected]f2f0fbb92012-07-14 15:52:491820 '|chrome/browser/resources/keyboard'\
[email protected]f2f0fbb92012-07-14 15:52:491821 'chromeos/.*(language|keyboard)'\
[email protected]6bd9e802013-04-18 06:40:421822 '|chromeos/ime/*'
[email protected]3a117c62011-11-29 04:28:021823 },
Patrick Monette9355f1fc2019-08-09 18:18:161824 'third_party_conflicts': {
1825 'filepath': 'chrome/browser/win/conflicts/'
1826 },
chirantan96fcf6d2015-01-21 22:36:191827 'timers': {
Patrick Monette400b05142021-04-21 22:28:351828 'filepath': 'base/timer/'
chirantan96fcf6d2015-01-21 22:36:191829 },
robliaofd54b5c2017-01-13 00:41:301830 'tools_win_chromeexts': {
1831 'filepath': 'tools/win/chromeexts',
1832 },
AJITH KUMAR V4f0c4812018-03-27 13:46:571833 'touch_selection': {
1834 'filepath': 'ui/touch_selection/'\
1835 '|content/public/android/java/src/org/chromium/content/browser/selection/'
1836 },
[email protected]c8eb7f72013-07-04 15:30:111837 'tracing': {
1838 'filepath': 'base/debug/trace_event.*'\
primianobef13b42015-01-30 15:29:311839 '|base/trace_event/'\
[email protected]c8eb7f72013-07-04 15:30:111840 '|content/browser/tracing/'\
Oystein Eftevaag6410f1a2018-03-01 18:06:301841 '|components/tracing/'\
1842 '|services/tracing/'
[email protected]c8eb7f72013-07-04 15:30:111843 },
Nicolas Ouellet-payeur0c26b872019-09-05 07:38:071844 'traffic_annotation': {
1845 'filepath': 'tools/traffic_annotation/'
1846 },
Megan Jablonski33f229f2019-12-18 22:58:001847 'translate': {
1848 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/translate|'\
1849 'chrome/android/java/src/org/chromium/chrome/browser/infobar/translate|'\
1850 'chrome/android/javatests/src/org/chromium/chrome/browser/translate|'\
1851 'chrome/browser/translate|'\
1852 'chrome/browser/ui/translate|'\
1853 'chrome/browser/ui/webui/translate_internals|'\
1854 'chrome/browser/ui/views/translate|'\
1855 'chrome/renderer/translate|'\
1856 'chrome/test/data/translate|'\
1857 'components/resources/translate_resources.grdp'\
1858 'components/translate|'\
1859 'components/translate_strings_grdp|'\
1860 'ios/chrome/browser/translate|'\
1861 'ios/chrome/browser/ui/translate|'\
1862 'ios/web_view/internal/translate'
1863 },
[email protected]cf428f732012-10-02 20:48:151864 'ui_compositor': {
1865 'filepath': 'ui/compositor/layer\.|'\
1866 'ui/compositor/layer_unittest|'\
1867 'ui/compositor/compositor',
1868 },
robliao2c4b7492016-07-19 01:57:261869 'ui_display_win': {
1870 'filepath': '^ui/display/win',
1871 },
[email protected]6b5093c2012-05-23 19:10:181872 'ui_resources': {
[email protected]f2f0fbb92012-07-14 15:52:491873 'filepath': 'ui/resources/'\
1874 '|ui/base/native_theme/resources/'\
1875 '|chrome/app/theme/'
[email protected]6b5093c2012-05-23 19:10:181876 },
edwardjung83f52ef22017-02-07 13:15:071877 'ui_strings': {
1878 'filepath': 'chrome/app/generated_resources.grd'\
1879 '|chrome/app/google_chrome_strings.grd'\
edwardjung83f52ef22017-02-07 13:15:071880 '|chrome/app/settings_strings.grdp'\
Henrique Nakashimaf5439f82021-01-29 23:52:241881 '|chrome/browser/ui/android/strings/android_chrome_strings.grd'\
edwardjung83f52ef22017-02-07 13:15:071882 '|ios/chrome/app/strings/ios(_.+)*_strings.grd'\
1883 '|ui/strings/ui_strings.grd',
1884 },
Robert Liao5c35cbe2019-02-27 02:42:331885 'ui_views': {
1886 'filepath': '^ui/views',
1887 },
Will Harris989ca932019-02-15 19:21:211888 'unified_consent': {
1889 'filepath': 'components/unified_consent/'\
1890 '|chrome/browser/unified_consent/',
1891 },
Vincent Scheibd5da4d952017-11-03 01:33:241892 'usb': {
1893 'filepath': '/usb/',
1894 },
[email protected]c73ec8ab2014-01-16 20:35:231895 'version_assembly': {
1896 'filepath': 'chrome/app/version_assembly',
1897 },
posciak62a72272016-05-11 08:31:241898 'video': {
1899 'filepath': 'content/browser/renderer_host/media/|'\
1900 'content/renderer/media/|'\
1901 'media/capture/video/|'\
1902 'media/filters/|'\
1903 'media/gpu/|'\
1904 '.*video.*',
1905 },
mcasas09e881c2016-04-09 02:09:501906 'video_capture': {
1907 'filepath': 'chrome/browser/media/.*(capture|media|webrtc)'\
1908 '|content/browser/renderer_host/media/.*(capture|media)'\
1909 '|content/renderer/media/.*(capture|media|webrtc)'\
1910 '|media/capture/'\
chfremer2a01a69b2017-01-06 02:39:011911 '|media/muxers/'\
1912 '|services/video_capture/',
mcasas09e881c2016-04-09 02:09:501913 },
[email protected]ef514a32014-02-26 01:02:351914 'virtual_keyboard': {
Darren Shen40a822352019-06-03 05:39:161915 'filepath': 'ash/keyboard/'\
oka47452c22017-02-17 05:07:571916 '|chrome/test/data/chromeos/virtual_keyboard/'\
1917 '|extensions/browser/api/virtual_keyboard_private/'\
Darren Shen40a822352019-06-03 05:39:161918 '|ash/system/virtual_keyboard/',
[email protected]ef514a32014-02-26 01:02:351919 },
billorr3c7e1442016-11-11 21:21:351920 'virtual_reality': {
David Dorwina4a2b73c2018-05-18 22:39:561921 # Includes VR, AR, and XR.
Michael Thiessena7bec5b2018-07-12 19:10:041922 'filepath': '/vr/'\
David Dorwina4a2b73c2018-05-18 22:39:561923 '|/xr'\
Alex Cooper59197c72019-03-29 17:31:551924 '|webxr'\
Bill Orr165281bd2018-12-06 18:27:121925 '|isolated_xr_device'\
David Dorwina4a2b73c2018-05-18 22:39:561926 '|third_party/arcore'\
1927 '|third_party/gvr'\
1928 '|third_party/libovr'\
1929 '|third_party/openvr',
billorr3c7e1442016-11-11 21:21:351930 },
Chris Blumec6ddd6c2018-12-14 23:35:011931 'vulkan': {
1932 'filepath': 'gpu/vulkan'\
1933 '|third_party/vulkan'
1934 },
Vincent Scheibd5da4d952017-11-03 01:33:241935 'wake_lock': {
1936 'filepath': 'wake_lock',
1937 },
May Lippert04ed4b62019-05-24 16:31:221938 'wallpapers': {
Miyoung Shin3fc077c2019-08-06 00:29:441939 'filepath': 'components/arc/common/wallpaper.mojom'\
May Lippert04ed4b62019-05-24 16:31:221940 '|ash/wallpaper/'\
1941 '|chrome/browser/resources/chromeos/wallpaper_manager/',
1942 },
Raymes Khoury6b9bf762019-05-17 05:00:511943 'web_applications': {
1944 'filepath': 'chrome/browser/web_applications'\
1945 '|chrome/browser/ui/web_applications',
1946 },
Devin Mullins4ff9b282018-03-09 00:37:321947 'web_package': {
1948 'filepath': 'content/browser/loader/prefetch_url_loader'\
1949 '|content/browser/web_package/'\
Kunihiko Sakamotoba390852018-07-11 01:08:551950 '|content/test/data/sxg/'
Devin Mullins4ff9b282018-03-09 00:37:321951 },
Matt Giuca9eb910d2017-08-02 04:07:381952 'web_share': {
1953 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/webshare/'\
1954 '|chrome/android/javatests/src/org/chromium/chrome/browser/WebShare.*'\
Kent Tamura77578cc2018-11-25 22:33:431955 '|third_party/blink/web_tests/webshare/'\
1956 '|third_party/blink/web_tests/external/wpt/web-share/'\
Eric Willigers3eeae17c2019-03-13 17:32:101957 '|third_party/blink/public/mojom/webshare/'\
Blink Reformata30d4232018-04-07 15:31:061958 '|third_party/blink/renderer/modules/webshare/',
Matt Giuca9eb910d2017-08-02 04:07:381959 },
Martin Kreichgauer794a18572018-07-20 20:45:431960 'webauthn': {
1961 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/webauth/'\
1962 '|chrome/android/javatests/src/org/chromium/chrome/browser/webauth/'\
Martin Kreichgauer144f8be2019-09-19 18:41:081963 '|chrome/browser/extensions/api/cryptotoken_private/'\
1964 '|chrome/browser/resources/cryptotoken/'\
Martin Kreichgauer794a18572018-07-20 20:45:431965 '|chrome/browser/ui/webauthn/'\
1966 '|chrome/browser/ui/views/webauthn/'\
Martin Kreichgauer1b7dc872019-04-15 18:50:411967 '|chrome/browser/webauthn/'\
Martin Kreichgauer794a18572018-07-20 20:45:431968 '|content/browser/webauth/'\
1969 '|device/fido/'\
Martin Kreichgauer1b7dc872019-04-15 18:50:411970 '|third_party/blink/public/mojom/webauthn/'\
Nina Satragno9573c032019-10-03 18:51:361971 '|third_party/blink/web_tests/external/wpt/webauthn/'\
Martin Kreichgauer1b7dc872019-04-15 18:50:411972 '|third_party/microsoft_webauthn/',
Martin Kreichgauer794a18572018-07-20 20:45:431973 },
Chris Cunninghamde605a02019-12-12 02:39:111974 'webcodecs': {
1975 'filepath': 'third_party/blink/renderer/modules/webcodecs/',
1976 },
Corentin Wallez3f1d0852018-07-04 15:45:361977 'webgpu': {
1978 'filepath': 'third_party/blink/renderer/modules/webgpu/',
1979 },
Christian O. Andersson2fc7db52019-09-04 15:39:491980 'weblayer': {
1981 'filepath': 'weblayer/',
1982 },
Carlos ILd0907f22020-01-29 22:52:371983 'weblayer_safe_browsing': {
1984 'filepath': 'weblayer/browser/safe_browsing/',
1985 },
1986 'weblayer_ssl': {
1987 'filepath': 'weblayer/browser/ssl*',
1988 },
Takeshi Yoshinoe387aa32017-08-02 13:16:131989 'webrtc_browser_tests': {
1990 'filepath': 'chrome/browser/media/.*webrtc.*browsertest|'\
1991 'content/browser/media/.*webrtc.*browsertest',
1992 },
[email protected]208879542012-07-05 11:15:341993 'website_settings': {
[email protected]f2f0fbb92012-07-14 15:52:491994 'filepath': 'chrome/browser/content_settings/'\
1995 '|chrome/browser/ui/views/website_settings/'\
1996 '|chrome/browser/ui/website_settings/'\
mukai077089f2014-09-11 18:41:521997 '|chrome/common/content_settings'\
1998 '|components/content_settings/',
[email protected]208879542012-07-05 11:15:341999 },
[email protected]b17d9e02014-07-29 09:45:502000 'windows_sandboxing': {
2001 'filepath': 'sandbox/win/',
2002 },
Luke Zielinskid00a5112019-10-30 17:58:412003 'wpt_tools': {
2004 'filepath': 'third_party/blink/web_tests/external/wpt/tools/',
2005 },
[email protected]f76c8852012-06-21 16:37:002006 'x11': {
[email protected]f2f0fbb92012-07-14 15:52:492007 'filepath': 'content/browser/renderer_host/backing_store_x\.' \
2008 '|chrome/browser/chromeos/input_method/xkeyboard\.' \
2009 '|chrome/browser/chromeos/system_key_event_listener\.' \
[email protected]f76c8852012-06-21 16:37:002010 '|chrome/browser/chromeos/'\
[email protected]f2f0fbb92012-07-14 15:52:492011 'xinput_hierarchy_changed_event_listener\.' \
2012 '|chrome/browser/chromeos/wm_' \
2013 '|ui/base/x/'
[email protected]0d710852012-05-24 01:18:402014 },
Chris Blume04103c42018-12-14 22:46:062015 'zlib': {
2016 'filepath': 'third_party/zlib'
2017 },
wjmaclean3ff6a402015-03-31 19:00:202018 'zoom': {
2019 'filepath': 'chrome/browser/ui/zoom/' \
2020 '|components/ui/zoom/' \
2021 '|content/browser/host_zoom_*' \
2022 '|content/browser/storage_partition_impl*' \
2023 '|content/public/browser/host_zoom_map.h' \
2024 '|content/public/browser/storage_partition.h'
2025 },
[email protected]a3838612009-10-13 21:57:542026 },
[email protected]ca872e362011-07-12 21:06:032027
pennymac962d190432016-07-27 00:58:352028 ##############################################################################
2029 # Please keep alphabetical
2030 ##############################################################################
[email protected]a3838612009-10-13 21:57:542031 'WATCHLISTS': {
Joe Medley1e1bb652018-04-27 17:36:592032 'about_flags': ['[email protected]',
2033 '[email protected]'],
Daniel Eratb4c9b9e2019-06-04 23:57:262034 'accelerator_table': ['[email protected]'],
Abigail Klein33cac9c2020-12-31 00:14:002035 'accessibility': ['[email protected]',
2036 '[email protected]',
Akihiro Otac504b882019-02-20 02:54:532037 '[email protected]',
dmazzoni5f4b7f12015-02-17 16:35:572038 '[email protected]',
[email protected]f76c8852012-06-21 16:37:002039 '[email protected]',
Sara Katoeff75d22019-11-07 19:08:232040 '[email protected]',
je_julie.kima170bac2015-05-06 14:57:542041 '[email protected]',
Josiah K3bddaed32020-09-11 17:59:372042 '[email protected]',
Kevin Babbitt52b18902019-04-16 21:47:442043 '[email protected]',
dmazzoni5f4b7f12015-02-17 16:35:572044 '[email protected]',
Sara Katoeff75d22019-11-07 19:08:232045 '[email protected]',
[email protected]f76c8852012-06-21 16:37:002046 '[email protected]'],
Shannon Chenccd4b842020-09-25 02:09:212047 'accessibility_component_extensions': ['[email protected]',
2048 '[email protected]'],
Aaron Leventhal22a04da2020-04-17 12:44:192049 'accessibility_minimal_core': ['[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:262050 'add_to_homescreen': ['[email protected]',
Glenn Hartmann6e09db12019-07-31 03:00:112051 '[email protected]',
2052 '[email protected]'],
Minoru Chikamunee9a4b152021-03-04 08:30:202053 'agent_scheduling_group': ['[email protected]',
2054 '[email protected]'],
Peter Wen35bf5932018-10-22 19:51:482055 'android_crash_reporting': ['[email protected]',
2056 '[email protected]'],
johnmaguire6aaac7902016-03-15 12:28:202057 'android_crazy_linker': ['[email protected]'],
Henrique Nakashima64f2b8b2020-02-05 22:54:432058 'android_flags': ['[email protected]'],
dfalcantaraef21e9e2016-01-07 01:16:262059 'android_infobars': ['[email protected]'],
John Budorick56c3c052020-03-30 19:15:572060 'android_infra': ['[email protected]'],
Takeshi Yoshino524e1d262017-07-28 01:16:382061 'android_item_chooser_dialogs': ['[email protected]',
2062 '[email protected]'],
Jinsuk Kim0f3cef12021-02-02 23:28:242063 'android_omnibox': ['[email protected]',
2064 '[email protected]'],
Ted Choc042d8442018-03-13 16:35:572065 'android_search_widget': ['[email protected]',
2066 '[email protected]'],
nyquistf602bd02017-02-16 23:17:442067 'android_studio': ['[email protected]',
2068 '[email protected]'],
Daniele Castagna7c829d692018-02-12 16:09:082069 'android_tab': ['[email protected]'],
Xi Hana677d712021-03-23 18:44:142070 'android_toolbar': ['[email protected]',
2071 '[email protected]'],
asvitkine361b276e2016-08-30 18:45:002072 'android_uma_settings': ['[email protected]',
2073 '[email protected]'],
Maggie Cai9190f7632019-06-12 06:06:572074 'android_webapk': ['[email protected]',
Ella Gecf52fc32019-11-18 09:01:562075 '[email protected]',
2076 '[email protected]'],
[email protected]7ca78dc12012-09-20 09:26:442077 'android_webview': ['[email protected]'],
Tim Volodine178dc2bc2019-03-19 19:07:222078 'android_webview_network_service': ['[email protected]'],
Yi Gu6a1be462020-06-02 01:09:322079 'animation_worklet': ['[email protected]'],
nancy5a8934a2020-05-18 03:48:392080 'app_service': ['[email protected]',
2081 '[email protected]'],
Dominick Ng45392562018-12-13 07:21:212082 'app_shortcuts': ['[email protected]',
2083 '[email protected]',
Daniel Murphy608e0272020-03-12 23:15:252084 '[email protected]',
Fabio Rocha7d3e7bfc2020-09-01 19:41:412085 '[email protected]',
2086 '[email protected]'],
pennymac962d190432016-07-27 00:58:352087 'apps': ['[email protected]',
Daniel Murphy608e0272020-03-12 23:15:252088 '[email protected]',
Fabio Rocha7d3e7bfc2020-09-01 19:41:412089 '[email protected]',
2090 '[email protected]'],
Dominick Ngb919db92019-11-18 06:17:162091 'apps_intent_helper': ['[email protected]',
2092 '[email protected]'],
lhchavez4b19176f2016-05-04 23:12:462093 'arc': ['[email protected]',
hidehiko49f0b7c2016-05-24 10:59:472094 '[email protected]',
Junichi Uekawa38d20c12018-03-22 03:31:302095 '[email protected]',
2096 '[email protected]'],
lhchavez61532c92016-10-18 21:33:372097 'arc_auth': ['[email protected]'],
Yuichiro Hanada2e111fb2018-11-19 17:33:052098 'arc_ime': ['[email protected]'],
poromov7633f602017-02-21 16:44:012099 'arc_kiosk': ['[email protected]'],
Miyoung Shin3fc077c2019-08-06 00:29:442100 'arc_mojom': ['[email protected]'],
lhchavez4b19176f2016-05-04 23:12:462101 'arc_net': ['[email protected]',
2102 '[email protected]',
2103 '[email protected]'],
ejcarusoa298ec02016-06-16 20:30:432104 'arc_power': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352105 'ash': ['[email protected]',
2106 '[email protected]'],
Xiaohui Chen87d4b112020-02-22 00:17:552107 'assistant': ['[email protected]'],
Max Morin2b0206312018-04-06 11:17:402108 'audio_service': ['[email protected]',
Max Morin2b0206312018-04-06 11:17:402109 '[email protected]'],
pennymac962d190432016-07-27 00:58:352110 'aura': ['[email protected]',
2111 '[email protected]'],
danakj1056fd72021-04-08 18:57:132112 'aura_compositor': ['[email protected]',
Antoine Laboure77dc8c72019-07-24 00:31:142113 '[email protected]'],
Katie D14c38ce2019-02-14 00:34:452114 'autoclick': ['[email protected]'],
Jared Saul4765c1e2018-06-18 13:44:572115 'autofill': ['[email protected]',
sebsg55d59d82018-06-19 18:29:522116 '[email protected]',
sebsgbbfbea02016-10-24 21:54:592117 '[email protected]',
Anthony Vallee-Dubois866affd22018-03-19 15:13:212118 '[email protected]',
Vaclav Brozek9048a1222018-11-30 08:11:502119 '[email protected]'],
Mathias Carlenc61d8072018-08-21 16:18:242120 'autofill_assistant': ['[email protected]'],
Jared Saul61b16ed42019-10-11 20:19:442121 'autofill_payments': ['[email protected]',
2122 '[email protected]',
2123 '[email protected]'],
Dan Elphick08d1fd42018-04-26 10:22:332124 'background_fetch': ['[email protected]',
Mugdha Lakhani6876ba12018-04-06 13:12:282125 '[email protected]',
Mugdha Lakhani90e82fd2019-06-25 09:38:492126 '[email protected]'],
Jason Chasedfcd02b2018-08-10 21:07:492127 'background_sync': ['[email protected]',
Mugdha Lakhani90e82fd2019-06-25 09:38:492128 '[email protected]',
Rayan Kanso253399c2018-11-07 19:28:252129 '[email protected]',
2130 '[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:262131 'banners': ['[email protected]',
F07b660412017-08-01 20:53:062132 '[email protected]'],
Takeshi Yoshino524e1d262017-07-28 01:16:382133 'base': ['[email protected]'],
Benoit Lizecc5cb4392020-08-03 19:02:362134 'base_allocator': ['[email protected]',
2135 '[email protected]'],
[email protected]1ed5e0fd2012-07-19 00:19:052136 'base_memory': ['[email protected]'],
Alexander Timin864bf8a02018-03-12 11:06:282137 'base_scheduler': ['[email protected]'],
Gabriel Charettee6bbb532019-04-29 16:39:392138 'base_thread_pool': ['[email protected]',
2139 '[email protected]',
Jesse McKennadd65b882020-11-24 17:07:292140 '[email protected]',
Gabriel Charettee6bbb532019-04-29 16:39:392141 '[email protected]'],
pennymac962d190432016-07-27 00:58:352142 'base_win': ['[email protected]',
Jesse McKennadd65b882020-11-24 17:07:292143 '[email protected]',
Robert Liao27a2fa12017-10-20 18:34:482144 '[email protected]',
pennymac962d190432016-07-27 00:58:352145 '[email protected]'],
[email protected]7e093d4022014-06-26 19:19:552146 'battery_status': ['[email protected]'],
Minoru Chikamunee9a4b152021-03-04 08:30:202147 'bfcache': ['[email protected]',
2148 '[email protected]'],
Lei Zhangf4c2b172020-02-21 06:23:102149 'binary_size': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352150 'blink': ['[email protected]'],
2151 'blink_accessibility': ['[email protected]',
2152 '[email protected]',
horo8e9a01572016-07-27 06:05:312153 '[email protected]',
Kevin Babbitt52b18902019-04-16 21:47:442154 '[email protected]',
pennymac962d190432016-07-27 00:58:352155 '[email protected]'],
2156 'blink_animation': ['[email protected]',
Yi Gubb534b32020-03-03 22:13:212157 '[email protected]',
Eric Willigersb5f2b5a2019-05-13 18:31:492158 '[email protected]'],
pennymac962d190432016-07-27 00:58:352159 'blink_audio': ['[email protected]',
2160 '[email protected]'],
Mounir Lamouri70ac40ff2021-04-06 23:55:082161 'blink_battery_status': ['[email protected]'],
Kentaro Hara1de86192019-05-29 08:51:592162 'blink_bindings': ['[email protected]', '[email protected]'],
jbroman9ac2d532016-09-01 18:20:082163 'blink_bindings_serialization': ['[email protected]'],
Conley Owensd744e392018-04-24 19:18:572164 'blink_bluetooth': ['[email protected]',
Ovidio Henriquez86333882018-11-05 18:25:212165 '[email protected]',
2166 '[email protected]'],
Nicolas Pena7a6b6992019-01-16 17:20:082167 'blink_client_hints': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352168 'blink_clipboard': ['[email protected]'],
Jeremy Roman02b59c82021-02-25 20:35:092169 'blink_common': ['[email protected]'],
Kentaro Hara08ea1892019-08-29 04:25:242170 'blink_controller': [],
pennymac962d190432016-07-27 00:58:352171 'blink_css': ['[email protected]',
2172 '[email protected]',
danakjc1e13d4e2018-05-04 21:34:422173 '[email protected]'],
pennymac962d190432016-07-27 00:58:352174 'blink_css_flexbox': ['[email protected]'],
Morten Stenshorne4f1b3022017-11-14 12:05:372175 'blink_css_fragmentation_tests': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352176 'blink_css_grid_layout': ['[email protected]',
Sergio Villar Senin20fe6222021-04-20 09:53:252177 '[email protected]'],
Dimitri Glazkov33286c62017-12-08 23:34:252178 'blink_custom_elements': ['[email protected]'],
Oksana Zhuravlova5e236ec92018-07-25 00:16:032179 'blink_device_orientation': ['[email protected]',
Oksana Zhuravlova5e236ec92018-07-25 00:16:032180 '[email protected]',
pennymac962d190432016-07-27 00:58:352181 '[email protected]'],
Pavel Feldmana47e1f92019-09-20 16:58:572182 'blink_devtools': ['[email protected]'],
Lei Zhang784e9a62020-10-12 22:39:432183 'blink_dom': ['[email protected]'],
Daniel Murphyfffe60f82019-12-05 21:30:202184 'blink_dom_storage': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352185 'blink_events': ['[email protected]',
Lei Zhang784e9a62020-10-12 22:39:432186 '[email protected]'],
pennymac962d190432016-07-27 00:58:352187 'blink_fetch': ['[email protected]',
2188 '[email protected]',
Takeshi Yoshino9d7588a32017-07-31 07:17:342189 '[email protected]'],
Hiroki Nakagawa62c133e2020-06-24 06:58:412190 'blink_fileapi': ['[email protected]'],
haraken98d0827a2017-02-27 00:55:192191 'blink_frames': ['[email protected]'],
Mounir Lamouria33886c2018-02-07 10:00:372192 'blink_geolocation': ['[email protected]'],
Nico Weberb6975cc2018-06-19 10:51:452193 'blink_heap': ['[email protected]',
pennymac962d190432016-07-27 00:58:352194 '[email protected]',
2195 '[email protected]'],
Dimitri Glazkov33286c62017-12-08 23:34:252196 'blink_html': ['[email protected]'],
csharrisonf357e9632016-07-29 01:27:222197 'blink_htmlparser': ['[email protected]',
2198 '[email protected]'],
Madeleine Barowsky21b04402019-01-29 19:17:052199 'blink_image_codecs': ['[email protected]',
2200 '[email protected]'],
Daniel Murphyeda2b872019-11-27 23:51:412201 'blink_indexed_db': ['[email protected]',
Adrienne Walker516af3a2021-03-03 19:11:012202 '[email protected]',
2203 '[email protected]'],
Navid Zolghadr051e0a0e2020-05-05 18:15:222204 'blink_input': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352205 'blink_layers': ['[email protected]'],
2206 'blink_layout': ['[email protected]',
pennymac962d190432016-07-27 00:58:352207 '[email protected]'],
Ojan Vafai1fa1ec52018-04-11 17:56:402208 'blink_layout_ng': ['[email protected]',
atotic30c8eba2016-10-28 13:24:072209 '[email protected]',
dgroganf9744ea2017-01-18 23:23:262210 '[email protected]',
lchoi2ba79a72017-05-25 00:23:052211 '[email protected]',
Xiaocheng Hu8bd4d8072017-10-25 23:44:322212 '[email protected]',
2213 '[email protected]'],
pennymac962d190432016-07-27 00:58:352214 'blink_loader': ['[email protected]',
2215 '[email protected]',
Takeshi Yoshinoab2ce8562017-11-09 05:19:192216 '[email protected]'],
pennymac962d190432016-07-27 00:58:352217 'blink_media': ['[email protected]',
2218 '[email protected]',
srirama.mdec4f512016-09-06 08:22:192219 '[email protected]'],
pennymac962d190432016-07-27 00:58:352220 'blink_media_queries': ['[email protected]',
Nicolas Pena7a6b6992019-01-16 17:20:082221 '[email protected]'],
mcasas9558316b2017-03-10 18:57:312222 'blink_mediastream': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352223 'blink_navigator_content_utils': ['[email protected]'],
Mounir Lamouri70ac40ff2021-04-06 23:55:082224 'blink_out_of_process_frames': ['[email protected]'],
Raphael Kubo da Costab856f102019-07-02 09:17:552225 'blink_paint' : ['[email protected]'],
Xida Chen0ef92782018-01-17 05:53:352226 'blink_paintworklet' : ['[email protected]'],
Mounir Lamouri70ac40ff2021-04-06 23:55:082227 'blink_permissions': ['[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]',
Hiroki Nakagawaa24ab212020-10-28 03:33:392238 '[email protected]',
Nicolas Pena7a6b6992019-01-16 17:20:082239 '[email protected]'],
Dimitri Glazkov33286c62017-12-08 23:34:252240 'blink_public_api': ['[email protected]'],
Hiroki Nakagawa62c133e2020-06-24 06:58:412241 'blink_quota': ['[email protected]'],
Minoru Chikamunee9a4b152021-03-04 08:30:202242 'blink_scheduler': ['[email protected]',
2243 '[email protected]'],
Nate Chapin1a9f01a2019-11-22 17:39:302244 'blink_scheduling_api': ['[email protected]'],
Kouhei Ueno43382932017-05-30 04:43:572245 'blink_script': ['[email protected]',
Dominic Farolinoc51cb1fb2020-05-27 01:49:152246 '[email protected]', '[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]'],
Rachel Blum41788872018-10-25 20:54:012255 'blink_spellcheck' : ['[email protected]',
Xiaocheng Hu8bd4d8072017-10-25 23:44:322256 '[email protected]'],
Adam Rice027497d2018-07-27 02:17:022257 'blink_streams': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352258 'blink_style': ['[email protected]'],
2259 'blink_svg': ['[email protected]',
fmalita9710b732017-02-17 05:10:022260 '[email protected]',
pennymac962d190432016-07-27 00:58:352261 '[email protected]',
pennymac962d190432016-07-27 00:58:352262 '[email protected]',
2263 '[email protected]',
pennymac962d190432016-07-27 00:58:352264 '[email protected]'],
pennymac962d190432016-07-27 00:58:352265 'blink_track': ['[email protected]',
2266 '[email protected]',
2267 '[email protected]',
Sriram8d3e0e22017-11-09 10:40:162268 '[email protected]',
2269 '[email protected]'],
David Bokan9dc0046272017-12-29 00:28:012270 'blink_viewport_interaction': ['[email protected]',
2271 '[email protected]'],
pennymac962d190432016-07-27 00:58:352272 'blink_w3ctests': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352273 'blink_webp': ['[email protected]',
2274 '[email protected]',
Madeleine Barowsky21b04402019-01-29 19:17:052275 '[email protected]',
2276 '[email protected]'],
Adam Rice027497d2018-07-27 02:17:022277 'blink_websockets': ['[email protected]',
2278 '[email protected]'],
pennymac962d190432016-07-27 00:58:352279 'blink_workers': ['[email protected]',
pennymac962d190432016-07-27 00:58:352280 '[email protected]',
shimazu99de61f2016-09-07 03:57:412281 '[email protected]',
2282 '[email protected]'],
Kentaro Hara08ea1892019-08-29 04:25:242283 'blink_wtf': ['[email protected]'],
Joel Hockey0db16432018-03-09 22:41:492284 'blink_xml': ['[email protected]',
2285 '[email protected]'],
Chloe Pellingb8f18ad2021-02-11 05:18:482286 'borealis': ['[email protected]'],
donnd787f6ed2016-08-03 01:00:562287 'bottombar': ['[email protected]',
2288 '[email protected]'],
Tarun Bansalc4882282018-07-11 23:53:552289 'breve': ['[email protected]'],
[email protected]22650d22012-07-18 17:02:352290 'browser_components': ['[email protected]'],
Antoine Laboure77dc8c72019-07-24 00:31:142291 'browser_compositor': ['[email protected]'],
michaelpge42ca3b32016-02-19 08:17:572292 'browser_resources_md': ['[email protected]'],
Alexander Timinaa132762019-05-10 16:10:172293 'browser_scheduler': ['[email protected]'],
Christian Dullwebered2c82b2018-04-10 08:37:222294 'browsing_data': ['[email protected]',
msramek878b39d92016-04-20 07:55:332295 '[email protected]'],
Rouslan Solomakhin0b13446c2018-07-18 14:47:072296 'bubble': ['[email protected]'],
ryanchung4d157372016-05-10 20:27:162297 'cast_certificate': ['[email protected]',
mfoltz57fd7f32017-05-03 06:12:582298 '[email protected]',
ryanchung24f9d7b2017-01-12 19:18:342299 '[email protected]'],
mark a. foltze8739c7c2019-04-24 18:33:092300 'cast_channel': ['[email protected]',
Ryan Ki Sing Chung27cc7ed92017-07-25 21:53:472301 '[email protected]'],
mark a. foltzb7228ec12021-01-28 18:29:502302 'cast_streaming': ['[email protected]',
2303 '[email protected]',
2304 '[email protected]'],
[email protected]c863702a2012-09-14 20:05:282305 'cc': ['[email protected]'],
Yi Gu6a1be462020-06-02 01:09:322306 'cc-animation': ['[email protected]',
Yi Guc1c54682018-07-23 12:00:002307 '[email protected]'],
danakj1056fd72021-04-08 18:57:132308 'cc-display': ['[email protected]'],
Alexander Timin864bf8a02018-03-12 11:06:282309 'cc-scheduler': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352310 'certificate_transparency': ['[email protected]',
martijnccdd0542016-11-07 18:49:272311 '[email protected]',
pennymac962d190432016-07-27 00:58:352312 '[email protected]'],
Joe Masona353743f2019-10-11 16:35:462313 'chrome_cleaner': ['[email protected]'],
Patrick Monette9355f1fc2019-08-09 18:18:162314 'chrome_elf': ['[email protected]',
2315 '[email protected]'],
lpy0ca13772017-02-28 19:48:272316 'chrome_grc': ['[email protected]'],
Sebastien Marchand68b41432019-05-09 19:38:072317 'chrome_performance_manager': ['[email protected]'],
alokp9d869cc12016-05-27 01:46:312318 'chromecast': ['[email protected]',
2319 '[email protected]',
halliwellfa56b3a42015-09-04 21:42:572320 '[email protected]'],
gfhuang2548f902016-02-26 02:29:212321 'chromecast_public': ['[email protected]'],
kereliuk08eda794c2018-09-05 16:10:232322 'chromedriver': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352323 'chromeos': ['[email protected]'],
2324 'chromeos_attestation': ['[email protected]'],
Ryan Hansberry8e41a5c42019-04-18 22:12:512325 'chromeos_bluetooth': ['[email protected]',
Ryan Hansberry8ebe8492019-10-22 17:46:442326 '[email protected]'],
Kyle Horimotofdcf67012019-04-08 19:06:102327 'chromeos_cellular': ['[email protected]',
Kyle Horimotod7b72f32019-05-09 19:13:122328 '[email protected]',
2329 '[email protected]',
Ryan Hansberry97a37782019-11-15 17:42:002330 '[email protected]'],
alematec5187b1b2016-08-26 05:32:182331 'chromeos_geolocation': ['[email protected]'],
Achuith Bhandarkar434e24592018-03-07 23:05:122332 'chromeos_lkgm': ['[email protected]',
Steven Bennetts793b4702020-05-06 19:14:502333 '[email protected]'],
Achuith Bhandarkarf87cb6a2020-11-19 20:32:182334 'chromeos_login': ['[email protected]',
Roman Sorokin891f4892019-03-28 16:30:332335 '[email protected]',
Toni Barzic43db296e2019-03-20 00:27:222336 '[email protected]'],
Trent Aptede8258b92021-04-01 00:36:262337 'chromeos_media_app': ['[email protected]'],
Kyle Horimoto89f06e22019-04-08 19:07:172338 'chromeos_net': ['[email protected]',
Kyle Horimotod7b72f32019-05-09 19:13:122339 '[email protected]',
2340 '[email protected]',
Jon Manna19f5a92019-11-21 20:10:592341 '[email protected]',
Ryan Hansberry8ebe8492019-10-22 17:46:442342 '[email protected]',
2343 '[email protected]'],
Nicholas Vernef4b763052021-01-27 04:08:052344 'chromeos_tast_control': ['[email protected]',
Jun Mukaib0420b32021-02-02 17:35:442345 '[email protected]',
Jun Mukai825740e2021-02-03 23:10:172346 '[email protected]',
2347 '[email protected]'],
alematec5187b1b2016-08-26 05:32:182348 'chromeos_timezone': ['[email protected]'],
2349 'chromeos_webui': ['[email protected]'],
James Hawkins57cbf652020-02-03 23:55:012350 'chromeos_wifi_sync': ['[email protected]',
Ryan Hansberry8ebe8492019-10-22 17:46:442351 '[email protected]',
2352 '[email protected]'],
Josiah K3bddaed32020-09-11 17:59:372353 'chromevox': ['[email protected]',
2354 '[email protected]',
Akihiro Ota5c35f1f2019-11-20 23:13:592355 '[email protected]',
Josiah K3bddaed32020-09-11 17:59:372356 '[email protected]'],
Daniel Cheng99312b632017-10-25 03:59:492357 'clang_update': ['[email protected]',
[email protected]cf8ffa82013-02-13 08:30:072358 '[email protected]',
George Burgess IVbbcd9912018-04-17 14:59:282359 '[email protected]',
pennymac962d190432016-07-27 00:58:352360 '[email protected]',
rnk28bbd1772016-05-04 17:57:582361 '[email protected]',
Hans Wennborgf2eb949e2018-05-08 12:45:032362 '[email protected]',
Peter Collingbourne1ac5f712018-03-30 22:15:132363 '[email protected]',
rnk28bbd1772016-05-04 17:57:582364 '[email protected]',
pennymac962d190432016-07-27 00:58:352365 '[email protected]',
thestigf023ccc2016-11-10 14:39:152366 '[email protected]',
pennymac962d190432016-07-27 00:58:352367 '[email protected]',
Reid Klecknerfe7f9d52019-08-22 00:11:422368 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002369 'clipboard': ['[email protected]'],
Colin Blundell55da8082019-09-16 13:13:472370 'components_deps': ['[email protected]'],
Matthew Jonesf3b5f4f2019-01-04 00:01:252371 'compositor_animator': ['[email protected]'],
Conley Owensd744e392018-04-24 19:18:572372 'content_bluetooth': ['[email protected]',
Vincent Scheibf01b55ff22018-01-10 21:05:062373 '[email protected]'],
Rayan Kanso3047d3f2019-06-26 13:26:392374 'content_index': ['[email protected]'],
Randy Smith9d64e6e2018-03-07 20:07:082375 'content_loader': ['[email protected]'],
arthursonzogni77e14d8e2021-03-09 10:33:162376 'content_security_policy':['[email protected]',
2377 '[email protected]',
2378 '[email protected]'],
Mounir Lamouri70ac40ff2021-04-06 23:55:082379 'content_shell': ['[email protected]'],
nhiroki90ba0102015-07-21 01:42:242380 'content_worker': ['[email protected]',
2381 '[email protected]'],
donnd787f6ed2016-08-03 01:00:562382 'contextual_search': ['[email protected]',
2383 '[email protected]'],
Nicolás Peña Moreno42e92d32020-09-25 02:11:342384 'core_web_vitals_plm': ['[email protected]'],
Nicolás Peña Moreno01fbce652020-11-10 22:34:222385 'core_web_vitals_wpt': ['[email protected]',
2386 '[email protected]'],
pennymac962d190432016-07-27 00:58:352387 'courgette': ['[email protected]',
2388 '[email protected]'],
Nico Weber6ff639a2017-08-11 21:04:502389 'cq': ['[email protected]',
2390 '[email protected]',
2391 '[email protected]',
2392 '[email protected]',
2393 '[email protected]'],
Steven Bennettsafa54e12020-03-03 19:18:142394 'cr_elements': ['[email protected]'],
Matt Menard04ecde42020-06-26 20:08:442395 'cros_reporting': ['[email protected]'],
Melissa Zhangc4be3d72021-03-19 07:16:532396 'cros_sharesheet': ['[email protected]'],
Ben Wells03471a72018-03-22 00:58:462397 'crostini': ['[email protected]'],
Matt Menard04ecde42020-06-26 20:08:442398 'cups_printing': ['[email protected]',
2399 '[email protected]'],
Henrique Ferreiroef907f8622020-10-21 09:43:312400 'cursor': ['[email protected]'],
Wojciech Dzierżanowski7d246b52019-05-10 19:52:262401 'custom_proxy': ['[email protected]',
2402 '[email protected]'],
Peter Beverloob90e4c32018-12-07 14:27:192403 'custom_tabs': ['[email protected]',
2404 '[email protected]',
Peter E Conn35d3a982019-01-17 10:35:272405 '[email protected]',
Peter Beverloo5cc24512018-11-29 15:36:432406 '[email protected]',
Peter E Conn35d3a982019-01-17 10:35:272407 '[email protected]'],
Prashant Nevase1ca62412020-09-17 11:21:162408 'dark_mode' : ['[email protected]',
2409 '[email protected]'],
Madeleine Barowsky21b04402019-01-29 19:17:052410 'data_decoder': ['[email protected]'],
Ryo Hashimoto900be52c2018-05-24 06:42:262411 'dbus': ['[email protected]'],
Patti2627bb62020-03-10 02:53:142412 'demo_mode': ['[email protected]'],
Collin Baker4d4ea662020-09-18 21:39:162413 'desktop_in_product_help': ['[email protected]'],
Conley Owensd744e392018-04-24 19:18:572414 'device_bluetooth': ['[email protected]',
Vincent Scheibf01b55ff22018-01-10 21:05:062415 '[email protected]'],
Conley Owensd744e392018-04-24 19:18:572416 'device_chooser': ['[email protected]',
Ovidio Henriquez86333882018-11-05 18:25:212417 '[email protected]',
2418 '[email protected]'],
Pavel Feldmana47e1f92019-09-20 16:58:572419 'devtools': ['[email protected]'],
Bailey Berro9b11fa62020-09-30 01:33:022420 'diagnostics_ui': ['[email protected]',
Gavin Williamsd8164b92021-01-06 23:10:152421 '[email protected]',
Bailey Berro9b11fa62020-09-30 01:33:022422 '[email protected]',
2423 '[email protected]',
2424 '[email protected]'],
Thiabaud Engelbrechtd74340c2020-10-27 13:03:232425 'discardable_memory': ['[email protected]'],
kinukoc462adb2016-12-22 12:58:492426 'disk_cache': ['[email protected]'],
Daniel Murphyfffe60f82019-12-05 21:30:202427 'dom_storage': ['[email protected]'],
David Trainor051827f2017-06-02 18:33:132428 'download': ['[email protected]'],
Dan Beam6d8ee882020-01-14 20:54:282429 'downloads_ui': ['[email protected]'],
[email protected]89d2cd52013-04-16 01:55:362430 'drive_resource_metadata': ['[email protected]'],
[email protected]3a25c8a2014-06-26 06:47:102431 'eme': ['[email protected]'],
Timothy Lohc2644622020-10-07 05:42:312432 'exo': ['[email protected]'],
Justin DeWittf64d39e2018-08-09 21:33:412433 'explore_sites': ['[email protected]',
2434 '[email protected]',
2435 '[email protected]',
Pete Williamson3600f2d2018-09-24 17:31:112436 '[email protected]',
2437 '[email protected]'],
[email protected]f9529e7922013-06-06 05:19:412438 'extension': ['[email protected]',
2439 '[email protected]'],
Luna Lu7f221f22017-06-13 16:46:142440 'feature_policy': ['[email protected]',
Joe Medleya129fe32018-01-25 15:20:222441 '[email protected]',
Joe Medley1e1bb652018-04-27 17:36:592442 '[email protected]'],
Pete Williamsonc8321302020-01-31 21:35:042443 'feed': ['[email protected]',
2444 '[email protected]',
2445 '[email protected]',
2446 '[email protected]',
Ian Wells1dc7053d2020-04-17 18:04:222447 '[email protected]',
2448 '[email protected]'],
Miriam Zimmerman43b747d52020-06-02 22:50:272449 'feedback': ['[email protected]'],
Hiroki Nakagawa62c133e2020-06-24 06:58:412450 'fileapi': ['[email protected]'],
yoshiki1c0ba2782014-12-08 07:04:262451 'filebrowse': ['[email protected]'],
Joel Hockey0db16432018-03-09 22:41:492452 'filesapp': ['[email protected]',
2453 '[email protected]',
okab0be3dc2016-08-30 07:37:102454 '[email protected]'],
Dominik Röttschesf0fd4d62019-06-17 11:15:022455 'freetype_update': ['[email protected]',
2456 '[email protected]'],
Tomasz Mikolajewski2905dbb2017-11-22 06:24:042457 'fsp': ['[email protected]'],
David Dorwinb3bd4b1a2019-09-24 00:07:012458 'fuchsia': ['[email protected]'],
Nancy Wang731821f2021-01-12 00:36:522459 'full_restore': ['[email protected]'],
mmoroz58ddb8172016-09-08 18:29:552460 'fuzzing': ['[email protected]'],
Conley Owensd744e392018-04-24 19:18:572461 'gamepad': ['[email protected]'],
Nicolas Zeaa4088702019-08-06 20:55:102462 'gcm': ['[email protected]'],
Raphael Kubo da Costab8111f9f2018-10-04 14:24:232463 'generic_sensor': ['[email protected]',
Vincent Scheibd5da4d952017-11-03 01:33:242464 '[email protected]',
Raphael Kubo da Costa0e3cf83d2019-03-11 10:55:562465 '[email protected]',
Rijubrata Bhaumik04f46442019-09-02 07:54:442466 '[email protected]',
timvolodine4cf58ca2017-05-24 16:11:482467 '[email protected]',
mikhail.pozdnyakova8db26402016-11-28 18:27:122468 '[email protected]'],
Mounir Lamouri578ca402019-01-23 20:40:482469 'geolocation': ['[email protected]'],
[email protected]cf428f732012-10-02 20:48:152470 'gfx_geometry': ['[email protected]'],
[email protected]f93b7382012-08-09 20:53:162471 'gfx_image': ['[email protected]'],
Tommy Steimel0cacd28c2019-11-12 22:12:512472 'global_media_controls': ['[email protected]'],
agrieve4d9c1c52016-09-23 17:49:382473 'gn': ['[email protected]',
Trent Apted93d53b02019-01-21 02:54:342474 '[email protected]'],
Corentin Wallez3f1d0852018-07-04 15:45:362475 'gpu_passthrough_cmd_decoder': ['[email protected]'],
Ehsan Karamadc20cee22018-08-10 21:32:332476 'guest_view': ['[email protected]',
Kevin McNee77c2f6b2018-08-14 21:43:582477 '[email protected]',
Ehsan Karamadc20cee22018-08-10 21:32:332478 '[email protected]'],
Miriam Zimmerman43b747d52020-06-02 22:50:272479 'hats': ['[email protected]'],
Andrey Kosyakova173d252018-05-07 18:29:112480 'headless': ['[email protected]'],
Minoru Chikamunee9a4b152021-03-04 08:30:202481 'heap_mojo': ['[email protected]'],
David Black01eb6d42020-09-17 17:16:522482 'holding_space': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002483 'i18n': ['[email protected]'],
Ramya Nagarajan13d5c452020-12-28 19:02:422484 'image_editor': ['[email protected]',
Jeffrey Cohen9a2604442020-02-13 17:55:562485 '[email protected]',
2486 '[email protected]',
Ramya Nagarajan13d5c452020-12-28 19:02:422487 '[email protected]',
2488 '[email protected]'],
Greg Thompson4f90fc992017-07-25 19:30:372489 'incident_reporting': ['[email protected]'],
Daniel Murphyeda2b872019-11-27 23:51:412490 'indexed_db': ['[email protected]',
Adrienne Walker516af3a2021-03-03 19:11:012491 '[email protected]',
2492 '[email protected]'],
Colin Blundell0aeb4d02020-06-08 14:32:052493 'infobars_for_weblayer': ['[email protected]'],
Stephen Martinisf7e0fb12019-09-04 18:59:592494 'infra_docs': ['[email protected]'],
Navid Zolghadr051e0a0e2020-05-05 18:15:222495 'input': ['[email protected]'],
Michael Spang808d5c12018-10-23 19:20:392496 'input_devices': ['[email protected]'],
Daniel Murphy608e0272020-03-12 23:15:252497 'installable': ['[email protected]',
Fabio Rocha7d3e7bfc2020-09-01 19:41:412498 '[email protected]',
2499 '[email protected]'],
Raphael Kubo da Costaf242cef72017-11-08 16:01:182500 'installer_linux': ['[email protected]',
2501 '[email protected]'],
Greg Thompson4f90fc992017-07-25 19:30:372502 'installer_win': ['[email protected]',
Greg Thompson4f90fc992017-07-25 19:30:372503 '[email protected]'],
edchin46453b42017-03-03 01:40:112504 'ios': ['[email protected]'],
2505 'ios_chrome': ['[email protected]',
eugenebutb5a5a8572017-01-20 01:18:112506 '[email protected]'],
edchin46453b42017-03-03 01:40:112507 'ios_clean': ['[email protected]',
lpromero6846b19d2017-05-23 10:43:592508 '[email protected]'],
Javier Ernesto Flores Roblesef507e62020-07-08 14:40:342509 'ios_credential_provider': ['[email protected]'],
Eric Noyaua1825272019-01-02 10:36:392510 'ios_flags': ['[email protected]'],
edchin46453b42017-03-03 01:40:112511 'ios_showcase': ['[email protected]',
lpromero6846b19d2017-05-23 10:43:592512 '[email protected]'],
Eugene Butdcfd2152021-01-21 10:11:262513 'ios_web': ['[email protected]'],
Javier Ernesto Flores Robles1c74b752020-10-27 13:09:362514 'ios_widget_kit': ['[email protected]'],
Megan Jablonski33f229f2019-12-18 22:58:002515 'language': ['[email protected]'],
Johanndfa4d7d2017-12-07 18:05:292516 'libaom': ['[email protected]',
Jerome Jiang49f3ef2f2020-05-08 22:27:282517 '[email protected]',
pennymac962d190432016-07-27 00:58:352518 '[email protected]',
Jerome Jiang49f3ef2f2020-05-08 22:27:282519 '[email protected]',
2520 '[email protected]',
pennymac962d190432016-07-27 00:58:352521 '[email protected]'],
Johanndfa4d7d2017-12-07 18:05:292522 'libvpx': ['[email protected]',
2523 '[email protected]',
Johanndfa4d7d2017-12-07 18:05:292524 '[email protected]',
2525 '[email protected]',
2526 '[email protected]'],
Takeshi Yoshino524e1d262017-07-28 01:16:382527 'libwebp': ['[email protected]',
2528 '[email protected]',
2529 '[email protected]'],
dominiccabb90e02017-03-31 04:54:232530 'libxml_xslt': ['[email protected]',
2531 '[email protected]'],
Matthew Denton801686d22020-03-10 00:54:382532 'linux_sandboxing': ['[email protected]',
2533 '[email protected]',
2534 '[email protected]'],
2535 'linux_seccomp_bpf': ['[email protected]',
2536 '[email protected]',
2537 '[email protected]'],
lgrey62faed72016-10-11 21:40:392538 'mac' : ['[email protected]'],
Dominick Ng31b7feb2019-01-29 23:24:002539 'manifest': ['[email protected]',
Fabio Rocha7d3e7bfc2020-09-01 19:41:412540 '[email protected]',
2541 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002542 'media': ['[email protected]'],
Miguel Casas-Sanchez5eb47252017-09-05 21:15:032543 'media_capture_from_element': ['[email protected]'],
Becca Hughes75bc2302021-01-15 21:35:482544 'media_controls': ['[email protected]',
Alex Keng83e23682019-05-16 06:23:072545 '[email protected]'],
pennymac962d190432016-07-27 00:58:352546 'media_galleries': ['[email protected]',
2547 '[email protected]'],
Miguel Casas7ac35742020-01-09 20:04:402548 'media_gpu_cros': ['[email protected]'],
2549 'media_gpu_vaapi': ['[email protected]'],
2550 'media_gpu_win': ['[email protected]'],
Xiaohan Wang6cbdcdf2018-06-12 21:55:542551 'media_mojo': ['[email protected]',
2552 '[email protected]'],
mcasasfeedbe42017-03-03 05:23:562553 'media_recorder': ['[email protected]',
mcasas9558316b2017-03-10 18:57:312554 '[email protected]'],
mark a. foltze8739c7c2019-04-24 18:33:092555 'media_remoting': ['[email protected]',
mark a. foltzb7228ec12021-01-28 18:29:502556 '[email protected]',
2557 '[email protected]'],
mark a. foltze8739c7c2019-04-24 18:33:092558 'media_router': ['[email protected]',
Takumi Fujimoto4bef2792018-05-03 17:51:552559 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002560 'message_loop': ['[email protected]'],
Joshua Berenhauscb36aff2020-04-17 18:16:592561 'metrics': ['[email protected]',
2562 '[email protected]'],
Ilya Shermandfce91b72020-03-23 18:52:462563 'metrics_metadata_files': ['[email protected]',
2564 '[email protected]'],
Gabriel Marinac7ecd72019-10-04 18:16:062565 'metrics_perf': ['[email protected]'],
toyoshim8f51f902015-03-27 03:50:212566 'midi': ['[email protected]'],
Ryan Hansberry587c8082018-09-20 01:31:192567 'multidevice': ['[email protected]',
Kyle Horimoto0c440a022019-07-09 23:27:402568 '[email protected]',
Ryan Hansberry8ebe8492019-10-22 17:46:442569 '[email protected]',
2570 '[email protected]'],
Alex Newcomer5e587d352020-09-16 18:06:262571 'multipaste': ['[email protected]',
2572 '[email protected]',
2573 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002574 'nacl': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352575 'native_client_sdk': ['[email protected]',
2576 '[email protected]'],
Alex Moshchuk3fbcf782018-05-09 00:06:292577 'navigation': ['[email protected]',
2578 '[email protected]',
Fergal Daly6a8b54a2020-02-05 08:50:102579 '[email protected]',
2580 '[email protected]'],
Ryan Hansberry8a6e3e3e2020-05-15 17:23:052581 'nearby': ['[email protected]',
Ryan Hansberry21a06d12020-12-15 23:22:312582 '[email protected]',
Ryan Hansberry8a6e3e3e2020-05-15 17:23:052583 '[email protected]',
2584 '[email protected]',
Peter Beverloo6913da6b2020-09-16 22:49:502585 '[email protected]',
Ryan Hansberry8a6e3e3e2020-05-15 17:23:052586 '[email protected]',
Peter Beverloo6913da6b2020-09-16 22:49:502587 '[email protected]',
Ryan Hansberry21a06d12020-12-15 23:22:312588 '[email protected]',
2589 '[email protected]'],
Chris Bentzel605478a2018-07-10 21:47:012590 'net': ['[email protected]'],
Junbo Ke9a03e532019-08-20 19:53:472591 'net_base': ['[email protected]',
2592 '[email protected]'],
bnc1872e8bd2017-01-27 02:47:282593 'net_http2': ['[email protected]'],
Eric Roman71629e52020-10-29 17:42:312594 'net_log': ['[email protected]'],
Adam Rice027497d2018-07-27 02:17:022595 'net_server': ['[email protected]'],
bnc1872e8bd2017-01-27 02:47:282596 'net_spdy': ['[email protected]'],
Adam Rice027497d2018-07-27 02:17:022597 'net_websockets': ['[email protected]'],
jkarlin539748402015-03-31 17:36:312598 'netinfo': ['[email protected]'],
Helen Li30f43d8e2018-05-09 16:24:012599 'network_service': ['[email protected]'],
Rijubrata Bhaumik04f46442019-09-02 07:54:442600 'nfc': ['[email protected]',
2601 '[email protected]'],
Xing Liue18f0fb2019-03-22 23:55:142602 'notification_scheduler': ['[email protected]'],
Peter Beverloo45bf54c2018-08-06 17:12:032603 'notifications': ['[email protected]'],
tbansalc6f1c9f2016-09-30 22:48:422604 'nqe': ['[email protected]'],
Eric Noyaua1825272019-01-02 10:36:392605 'ntp_snippets': ['[email protected]'],
2606 'ntp_tiles': ['[email protected]'],
peterc7e27422017-05-17 04:05:282607 'offline_items_collection': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352608 'offline_pages': ['[email protected]',
Carlos Knippschild6a2e2f02017-06-02 18:18:142609 '[email protected]',
pennymac962d190432016-07-27 00:58:352610 '[email protected]',
2611 '[email protected]',
dewittj74b23f6f2016-04-21 19:29:252612 '[email protected]',
2613 '[email protected]',
Dan Harrington163354f2019-03-29 21:28:352614 '[email protected]',
2615 '[email protected]'],
jdonnelly6fa5a21d2017-01-03 15:28:352616 'omnibox': ['[email protected]'],
iclelland8b904402016-10-05 15:01:232617 'origin_trials': ['[email protected]',
Ian Clelland1b27f8f62017-06-22 13:36:242618 '[email protected]'],
pennymac962d190432016-07-27 00:58:352619 'ozone': ['[email protected]',
2620 '[email protected]'],
Sergey Ulanov004097c2018-11-05 23:29:282621 'ozone_scenic': ['[email protected]',
David Dorwinae98e222020-05-04 21:19:522622 '[email protected]',
Sergey Ulanovac3ba332018-11-08 00:16:452623 '[email protected]',
David Dorwinae98e222020-05-04 21:19:522624 '[email protected]'],
Olesia Marukhno0c1047a2021-04-07 14:21:192625 'page_info' : ['[email protected]',
2626 '[email protected]'],
Bryan McQuade4233f412017-07-28 16:23:412627 'page_load_metrics' : ['[email protected]',
2628 '[email protected]',
tdresserd80646f2017-03-03 19:26:082629 '[email protected]',
2630 '[email protected]'],
Daniel Cheng99312b632017-10-25 03:59:492631 'panels': ['[email protected]',
pennymac962d190432016-07-27 00:58:352632 '[email protected]',
2633 '[email protected]'],
mkwst17a9875d2016-06-24 10:36:392634 'password_manager': ['[email protected]',
Vasilii Sukhanovc4e6c2842018-07-18 12:12:202635 '[email protected]'],
sebsgbbfbea02016-10-24 21:54:592636 'payments': ['[email protected]',
mahmadi0a7bb59f2017-02-22 19:13:492637 '[email protected]',
Danyao Wang49cabfc2019-05-31 20:17:342638 '[email protected]',
Liquan (Max) Gu4f3bfaa2021-04-09 03:03:172639 '[email protected]',
2640 '[email protected]'],
Lei Zhang91530f72019-06-14 21:20:152641 'pdf': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352642 'pepper_api': ['[email protected]',
2643 '[email protected]',
2644 '[email protected]',
pennymac962d190432016-07-27 00:58:352645 '[email protected]',
pennymac962d190432016-07-27 00:58:352646 '[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:262647 'permissions': ['[email protected]',
Timothy Loh363aa0dd2019-09-03 04:38:242648 '[email protected]'],
Kyle Horimoto97611c12020-08-13 17:39:032649 'phonehub': ['[email protected]',
2650 '[email protected]',
2651 '[email protected]'],
François Beaufortb2070eb2018-02-08 10:36:342652 'picture_in_picture': ['[email protected]'],
Will Harris723f11402020-11-12 23:09:072653 'plugin_metadata': ['[email protected]'],
Ian Clellanda54f1982021-01-14 14:01:512654 'policy_features': ['[email protected]'],
Dan Beam6d8ee882020-01-14 20:54:282655 'polymer': ['[email protected]'],
Charles Harrison981d33c2017-10-06 21:36:222656 'popup_blocker': ['[email protected]'],
twifkak0c69c1f2015-06-22 18:20:092657 'precache': ['[email protected]'],
Hiroki Nakagawa3654fbe2020-10-28 02:53:432658 'prefetch_proxy': ['[email protected]',
Simon Pelchatffe81592021-02-23 22:52:512659 '[email protected]',
2660 '[email protected]'],
[email protected]be775bc2014-06-30 15:41:142661 'prepopulated_engines': ['[email protected]'],
Chris Bentzel605478a2018-07-10 21:47:012662 'prerender': ['[email protected]',
Hiroki Nakagawaa24ab212020-10-28 03:33:392663 '[email protected]',
pennymac962d190432016-07-27 00:58:352664 '[email protected]'],
Adam Parkera556b7a2018-05-22 17:53:192665 'presentation': ['[email protected]'],
Robert Ogdenb766c88a2019-06-10 18:10:232666 'preview_features': ['[email protected]'],
Lei Zhang1a86ca92019-06-13 00:04:462667 'print_preview': ['[email protected]'],
Peter Beverloo45bf54c2018-08-06 17:12:032668 'push_messaging': ['[email protected]'],
David Black9b7b19f2020-02-24 18:28:352669 'quick_answers': ['[email protected]'],
Greg Thompsonc72dc582019-11-14 15:51:322670 'relaunch_notification': ['[email protected]'],
mark a. foltze8739c7c2019-04-24 18:33:092671 'remoteplayback': ['[email protected]'],
[email protected]c3887592014-02-06 20:02:252672 'remoting': ['[email protected]'],
Ali Tofigh000debb52017-11-07 21:35:422673 'rlz_id': ['[email protected]',
pennymac962d190432016-07-27 00:58:352674 '[email protected]'],
Joe Medley1e1bb652018-04-27 17:36:592675 'runtime_enabled_features': ['[email protected]'],
Daniel Rubery9fdcd952019-08-26 22:32:472676 'safe_browsing': ['[email protected]',
Daniel Ruberyfa8cd5d2018-09-13 17:31:232677 '[email protected]',
Varun Khaneja212beed2019-12-02 18:06:062678 '[email protected]',
Xinghui Lufad9c932019-07-30 22:57:162679 '[email protected]'],
Joe DeBlasiob3125f12019-10-18 21:02:542680 'safety_tips': ['[email protected]'],
Mike Wittman652832b2019-07-16 14:34:392681 'sampling_profiler': ['[email protected]'],
Zentaro Kavanagh050f7bf2020-10-09 19:26:512682 'scanning': ['[email protected]',
Zentaro Kavanagh050f7bf2020-10-09 19:26:512683 '[email protected]'],
Robert Sesekae79d38512018-09-04 18:13:302684 'security': ['[email protected]'],
Anastasia Helfinstein83c763a2019-05-13 18:15:032685 'select_to_speak': ['[email protected]',
2686 '[email protected]'],
Jeffrey Cohen7fe36f502018-12-12 01:38:212687 'send_tab_to_self': ['[email protected]',
Jeffrey Cohen7fe36f502018-12-12 01:38:212688 '[email protected]',
Ramya Nagarajan13d5c452020-12-28 19:02:422689 '[email protected]',
Jeffrey Cohen6b31b2d2019-01-23 19:12:302690 '[email protected]'],
pennymac962d190432016-07-27 00:58:352691 'service_worker': ['[email protected]',
[email protected]6d095a8b2014-02-28 15:26:162692 '[email protected]',
pennymac962d190432016-07-27 00:58:352693 '[email protected]',
pennymac962d190432016-07-27 00:58:352694 '[email protected]',
horo8e9a01572016-07-27 06:05:312695 '[email protected]',
tzik749ae1e2018-07-20 05:05:012696 '[email protected]'],
Demetrios Papadopoulos78710632020-01-15 21:54:312697 'settings': ['[email protected]'],
Kyle Horimoto1b958952020-01-15 01:39:172698 'settings_os_settings': ['[email protected]',
Kyle Horimoto1b958952020-01-15 01:39:172699 '[email protected]',
2700 '[email protected]'],
Melissa Zhangc4be3d72021-03-19 07:16:532701 'share_service': ['[email protected]'],
Ramya Nagarajan13d5c452020-12-28 19:02:422702 'share_sheet': ['[email protected]',
2703 '[email protected]'],
Peter Beverloo6913da6b2020-09-16 22:49:502704 'sharing': ['[email protected]',
2705 '[email protected]',
Ramya Nagarajan13d5c452020-12-28 19:02:422706 '[email protected]',
2707 '[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:262708 'site_engagement': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352709 'site_instance': ['[email protected]',
Alex Moshchuk3fbcf782018-05-09 00:06:292710 '[email protected]',
pennymac962d190432016-07-27 00:58:352711 '[email protected]',
[email protected]b9ecdb62014-03-07 14:56:432712 '[email protected]'],
Ryan Hansberry587c8082018-09-20 01:31:192713 'smartlock': ['[email protected]',
Ryan Hansberry8ebe8492019-10-22 17:46:442714 '[email protected]'],
Zentaro Kavanagh608f8a12018-01-19 18:39:562715 'smb': ['[email protected]'],
Joe Medley1e1bb652018-04-27 17:36:592716 'source_idls': ['[email protected]'],
Annie Sullivan32e8a882019-12-12 16:21:582717 'speed_metrics_changelog': ['[email protected]',
2718 '[email protected]',
Nicolás Peña Moreno01fbce652020-11-10 22:34:222719 '[email protected]',
Connor Clarkb91ac2402020-04-03 17:25:592720 '[email protected]',
Annie Sullivane8c88b732020-01-17 21:49:142721 '[email protected]',
Annie Sullivan32e8a882019-12-12 16:21:582722 '[email protected]'],
Rachel Blum41788872018-10-25 20:54:012723 'spellcheck': ['[email protected]',
timvolodine8cdb94c2016-09-22 12:17:222724 '[email protected]',
2725 '[email protected]'],
Greg Thompson9ea091702018-01-04 11:06:322726 'startup': ['[email protected]',
2727 '[email protected]'],
Daniel Murphyfffe60f82019-12-05 21:30:202728 'storage_service': ['[email protected]'],
Ian Clelland0fc655482020-02-14 15:20:102729 'structured_headers': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352730 'styleguide': ['[email protected]',
vmpstrdeec20e2016-11-18 22:17:322731 '[email protected]',
2732 '[email protected]'],
Peter Wenbef43902018-11-28 22:08:122733 'styleguide_python': ['[email protected]',
Peter Wenbef43902018-11-28 22:08:122734 '[email protected]'],
engedye7b734da2017-02-07 12:08:132735 'subresource_filter': ['[email protected]'],
Pam Greene8efbeae92018-10-02 14:54:462736 'supervised_users': [],
CJ DiMegliocaddc3482018-12-12 02:28:382737 'surface_layer_for_video': [ '[email protected]',
2738 '[email protected]'],
Anastasia Helfinstein5205acb32019-02-15 00:54:132739 'switch_access': ['[email protected]'],
maxbogue65ea2632016-04-04 18:12:582740 'sync': ['[email protected]'],
Hiroki Nakagawa62c133e2020-06-24 06:58:412741 'syncfs': ['[email protected]'],
Giovanni Ortuño Urquidid6b07282020-07-16 01:25:322742 'system_web_apps': [ '[email protected]',
2743 '[email protected]'],
mark a. foltzb7228ec12021-01-28 18:29:502744 'tab_alert_indicators': ['[email protected]'],
2745 'tab_capture': ['[email protected]',
2746 '[email protected]'],
pennymac962d190432016-07-27 00:58:352747 'tab_contents': ['[email protected]',
2748 '[email protected]',
2749 '[email protected]'],
Jinsuk Kim0470a42d2021-02-25 00:49:412750 'tab_interface': ['[email protected]'],
Wei-Yin Chen (陳威尹)d7de76d2020-03-27 04:39:432751 'tab_ui_and_start_surface': ['[email protected]',
2752 '[email protected]',
2753 '[email protected]',
2754 '[email protected]',
2755 '[email protected]',
Xi Hana677d712021-03-23 18:44:142756 '[email protected]',
Wei-Yin Chen (陳威尹)d7de76d2020-03-27 04:39:432757 '[email protected]',
2758 '[email protected]'],
tdresserd80646f2017-03-03 19:26:082759 'tbmv2_metrics': ['[email protected]'],
tonygc7f6a4c12015-01-16 18:32:262760 'telemetry': ['[email protected]'],
Mounir Lamouri70ac40ff2021-04-06 23:55:082761 'test_runner': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002762 'tests': [],
Ryan Hansberry587c8082018-09-20 01:31:192763 'tether': ['[email protected]',
Ryan Hansberry8ebe8492019-10-22 17:46:442764 '[email protected]'],
David Tsengb4effe12020-12-07 23:07:132765 'text_to_speech': ['[email protected]'],
Keith Lee98ccf8b2019-07-31 01:50:492766 'textinput': ['[email protected]',
2767 '[email protected]',
pennymac962d190432016-07-27 00:58:352768 '[email protected]',
2769 '[email protected]',
Bao-Duy Tran3dc68f2d2020-06-11 08:51:272770 '[email protected]',
Yuichiro Hanadaf0b3b472017-10-17 07:00:532771 '[email protected]',
pennymac962d190432016-07-27 00:58:352772 '[email protected]'],
Keith Lee98ccf8b2019-07-31 01:50:492773 'textinput_chromeos': ['[email protected]',
Kenton Lam48de94e32021-01-11 00:53:472774 '[email protected]',
Keith Lee98ccf8b2019-07-31 01:50:492775 '[email protected]',
pennymac962d190432016-07-27 00:58:352776 '[email protected]',
Bao-Duy Tran3dc68f2d2020-06-11 08:51:272777 '[email protected]',
Yuichiro Hanadaf0b3b472017-10-17 07:00:532778 '[email protected]',
pennymac962d190432016-07-27 00:58:352779 '[email protected]'],
Patrick Monette9355f1fc2019-08-09 18:18:162780 'third_party_conflicts': ['[email protected]'],
Chirantan Ekbote284e6282019-06-19 01:53:082781 'timers': [],
robliaofd54b5c2017-01-13 00:41:302782 'tools_win_chromeexts': ['[email protected]'],
AJITH KUMAR V4f0c4812018-03-27 13:46:572783 'touch_selection': ['[email protected]',
2784 '[email protected]'],
pennymac962d190432016-07-27 00:58:352785 'tracing': ['[email protected]',
Michael Spangbbcf79de2018-12-13 15:07:262786 '[email protected]',
2787 '[email protected]'],
Nicolas Ouellet-payeur0c26b872019-09-05 07:38:072788 'traffic_annotation': ['[email protected]'],
Megan Jablonski33f229f2019-12-18 22:58:002789 'translate': ['[email protected]'],
[email protected]cf428f732012-10-02 20:48:152790 'ui_compositor': ['[email protected]'],
robliao2c4b7492016-07-19 01:57:262791 'ui_display_win': ['[email protected]'],
[email protected]6b5093c2012-05-23 19:10:182792 'ui_resources': ['[email protected]'],
edwardjung83f52ef22017-02-07 13:15:072793 'ui_strings': ['[email protected]'],
Scott Violet27497292019-03-25 23:06:532794 'ui_views': ['[email protected]',
2795 '[email protected]'],
Will Harris989ca932019-02-15 19:21:212796 'unified_consent': ['[email protected]'],
Ovidio Henriquez86333882018-11-05 18:25:212797 'usb': ['[email protected]',
2798 '[email protected]'],
[email protected]c73ec8ab2014-01-16 20:35:232799 'version_assembly': ['[email protected]',
2800 '[email protected]'],
Alexandre Courbot3e9e55a2018-04-05 05:29:422801 'video': ['[email protected]'],
Rijubrata Bhaumik04f46442019-09-02 07:54:442802 'video_capture': ['[email protected]',
2803 '[email protected]'],
Darren Shen40a822352019-06-03 05:39:162804 'virtual_keyboard': ['[email protected]',
Kenton Lam48de94e32021-01-11 00:53:472805 '[email protected]',
Bao-Duy Tran3dc68f2d2020-06-11 08:51:272806 '[email protected]',
2807 '[email protected]',
2808 '[email protected]'],
billorr3c7e1442016-11-11 21:21:352809 'virtual_reality': ['[email protected]'],
Peng Huangc624cb12020-02-06 15:08:152810 'vulkan': ['[email protected]',
2811 '[email protected]'],
Raphael Kubo da Costabb97c4eb2019-04-25 15:25:392812 'wake_lock': ['[email protected]',
2813 '[email protected]'],
Kyle Horimoto1b958952020-01-15 01:39:172814 'wallpapers': ['[email protected]',
Kyle Horimoto1b958952020-01-15 01:39:172815 '[email protected]',
Xiaohui Chenf141c3d2021-02-26 18:22:322816 '[email protected]',
2817 '[email protected]'],
Alan Cutterc9c44102019-07-05 03:46:222818 'web_applications': ['[email protected]',
2819 '[email protected]',
Raymes Khoury6b9bf762019-05-17 05:00:512820 '[email protected]',
Glen Robertson4d87cfa2020-07-23 06:53:482821 '[email protected]',
Raymes Khoury6b9bf762019-05-17 05:00:512822 '[email protected]',
Daniel Murphy608e0272020-03-12 23:15:252823 '[email protected]',
Fabio Rocha7d3e7bfc2020-09-01 19:41:412824 '[email protected]',
2825 '[email protected]'],
Hayato Itodfca41a52020-01-29 08:35:392826 'web_package': ['[email protected]',
2827 '[email protected]'],
Matt Giuca9eb910d2017-08-02 04:07:382828 'web_share': ['[email protected]'],
Martin Kreichgauer794a18572018-07-20 20:45:432829 'webauthn': ['[email protected]'],
Chris Cunninghamde605a02019-12-12 02:39:112830 'webcodecs': ['[email protected]'],
Corentin Wallez3f1d0852018-07-04 15:45:362831 'webgpu': ['[email protected]',
2832 '[email protected]'],
Melissa Zhangc4be3d72021-03-19 07:16:532833 'weblayer': ['[email protected]'],
Carlos ILd0907f22020-01-29 22:52:372834 'weblayer_safe_browsing' : ['[email protected]'],
2835 'weblayer_ssl' : ['[email protected]'],
Takeshi Yoshinoe387aa32017-08-02 13:16:132836 'webrtc_browser_tests': ['[email protected]'],
Christian Dullwebered2c82b2018-04-10 08:37:222837 'website_settings': ['[email protected]',
Raymes Khouryc555e9dc2019-02-18 09:13:222838 '[email protected]'],
Penny MacNeil0ced2cb2018-07-30 21:09:492839 'windows_sandboxing': ['[email protected]'],
Luke Zielinskid00a5112019-10-30 17:58:412840 'wpt_tools': ['[email protected]'],
Daniel Eratb4c9b9e2019-06-04 23:57:262841 'x11': ['[email protected]',
[email protected]f76c8852012-06-21 16:37:002842 '[email protected]'],
Chris Blume04103c42018-12-14 22:46:062843 'zlib': ['[email protected]'],
wjmaclean3ff6a402015-03-31 19:00:202844 'zoom': ['[email protected]'],
[email protected]a3838612009-10-13 21:57:542845 },
2846}