blob: bb3d0c38b4c9d280591ed2bcaaea91cae07954c6 [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
John Palmer0e0f72bf2021-06-07 09:10:206# Refer: https://chromium.googlesource.com/chromium/src/+/main/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': {
Jinsuk Kim435ac7cc2021-07-06 22:26:5075 'filepath': 'chrome/browser/ui/android/omnibox/',
Tomasz Wiszkowski008dc202021-05-28 10:14:5676 },
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': {
Jinsuk Kim435ac7cc2021-07-06 22:26:5090 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/toolbar/' \
91 '|chrome/browser/ui/android/toolbar/'
Jinsuk Kim95977052020-10-22 01:56:0292 },
Jinsuk Kim797be9a02021-08-02 21:34:3093 'android_toolbar_deps': {
94 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/toolbar/DEPS'
95 },
asvitkine361b276e2016-08-30 18:45:0096 'android_uma_settings': {
Natalie Chouinard4b1887812019-11-27 20:29:5597 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/settings/privacy/PrivacyPreferencesManager.java|'\
98 'chrome/android/java/src/org/chromium/chrome/browser/settings/privacy/PrivacyPreferences.java|'\
asvitkine361b276e2016-08-30 18:45:0099 'chrome/android/java/src/org/chromium/chrome/browser/metrics/UmaSessionStats.java',
100 },
zpengb9a180d2016-10-12 18:40:21101 'android_webapk': {
zpeng4c3bc372016-10-13 03:00:48102 'filepath': 'chrome/android/webapk/|'\
103 'chrome/browser/android/webapk/',
zpengb9a180d2016-10-12 18:40:21104 },
[email protected]7ca78dc12012-09-20 09:26:44105 'android_webview': {
106 'filepath': 'android_webview/',
107 },
Tim Volodine178dc2bc2019-03-19 19:07:22108 'android_webview_network_service': {
109 'filepath': 'android_webview/browser/network_service/',
110 },
Dominick Ngb919db92019-11-18 06:17:16111 'app_service': {
112 'filepath': 'chrome/browser/apps/app_service/'\
113 '|chrome/browser/ui/app_list/app_service/'\
James Cook4bcc1b4f2021-04-29 20:32:51114 '|chrome/browser/ui/ash/shelf/app_service/'\
Nancy Wang731821f2021-01-12 00:36:52115 '|chrome/browser/ui/views/apps/app_dialog/' \
Dominick Ngb919db92019-11-18 06:17:16116 '|components/services/app_service/',
117 },
[email protected]e38d185a2013-07-09 08:23:52118 'app_shortcuts': {
119 'filepath': 'apps/app_shim/'\
[email protected]e38d185a2013-07-09 08:23:52120 '|chrome/common/mac/'
121 },
[email protected]54bf94d2013-01-30 23:07:40122 'apps': {
Dominick Ngfe197c752018-07-18 00:51:26123 'filepath': '^apps/'\
124 '|chrome/browser/apps/'\
Yeunjoo Choidf64fe692021-03-08 05:32:34125 '|chrome/browser/ash/apps/'
[email protected]54bf94d2013-01-30 23:07:40126 },
Maggie Cai9190f7632019-06-12 06:06:57127 'apps_intent_helper': {
128 'filepath': 'chrome/browser/apps/intent_helper/|'\
Yeunjoo Choidf64fe692021-03-08 05:32:34129 'chrome/browser/ash/apps/intent_helper/|'\
Dominick Ngfc5899902021-01-20 21:42:00130 'components/arc/intent_helper/'
Maggie Cai9190f7632019-06-12 06:06:57131 },
lhchavez4b19176f2016-05-04 23:12:46132 'arc': {
133 'filepath': 'arc/',
134 },
lhchavez61532c92016-10-18 21:33:37135 'arc_auth': {
Henrique Ferreirobb1bb4a2021-03-18 00:04:08136 'filepath': 'chrome/browser/ash/arc/auth'
lhchavez61532c92016-10-18 21:33:37137 },
Yuichiro Hanada2e111fb2018-11-19 17:33:05138 'arc_ime': {
Henrique Ferreirobd3913e2021-03-24 00:26:00139 'filepath': 'chrome/browser/ash/arc/input_method_manager/'\
Yuichiro Hanada2e111fb2018-11-19 17:33:05140 '|components/arc/ime/'
141 },
poromov7633f602017-02-21 16:44:01142 'arc_kiosk': {
143 'filepath': 'chrome/browser/chromeos/app_mode/arc/'\
144 '|components/arc/kiosk/'\
145 '|arc_kiosk'
146 },
Miyoung Shin3fc077c2019-08-06 00:29:44147 'arc_mojom': {
148 'filepath': 'components/arc/mojom/',
149 },
lhchavez4b19176f2016-05-04 23:12:46150 'arc_net': {
151 'filepath': 'components/arc/net/',
152 },
ejcarusoa298ec02016-06-16 20:30:43153 'arc_power': {
154 'filepath': 'components/arc/power/',
155 },
[email protected]3ce56642013-10-17 22:12:51156 'ash': {
157 'filepath': 'ash/',
158 },
Jimmy Gong8d570d52021-07-30 22:43:58159 'ash_webui_common': {
160 'filepath': 'ash/webui/common/'\
161 '|chrome/test/data/webui/chromeos/ash_common/',
162 },
wutao5c33d832021-08-23 16:58:21163 'assistive': {
164 'filepath': 'ash/ambient/'\
David Black9b7b19f2020-02-24 18:28:35165 '|ash/app_list/views/assistant/'\
David Black20c36722019-02-05 18:36:31166 '|ash/assistant/'\
wutao5c33d832021-08-23 16:58:21167 '|ash/public/cpp/ambient/'\
168 '|ash/public/cpp/assistant/'\
169 '|ash/public/cpp/wallpaper/'\
wutao8a2f900c2021-04-30 04:50:50170 '|ash/wallpaper/'\
Xiaohui Chen985c26b2018-05-16 18:41:27171 '|chromeos/assistant/'\
wutao8a2f900c2021-04-30 04:50:50172 '|chromeos/components/personalization_app/'\
Xiaohui Chen985c26b2018-05-16 18:41:27173 '|chromeos/services/assistant/'\
wutao5c33d832021-08-23 16:58:21174 '|chromeos/services/libassistant/'\
175 '|chrome/browser/ash/web_applications/personalization_app/'\
176 '|chrome/browser/resources/settings/chromeos/ambient_mode_page/'\
177 '|chrome/browser/ui/ash/.*wallpaper.*/'\
178 '|chrome/browser/ui/ash/ambient/'\
179 '|chrome/browser/ui/ash/assistant/'\
180 '|chrome/browser/ui/webui/settings/chromeos/ambient_mode_handler.*'\
Xiaohui Chenf7e70a22018-02-08 00:36:38181 },
Max Morin2b0206312018-04-06 11:17:40182 'audio_service': {
183 'filepath': 'services/audio/'
184 },
[email protected]f76c8852012-06-21 16:37:00185 'aura': {
[email protected]3ce56642013-10-17 22:12:51186 'filepath': 'ui/aura/',
[email protected]84ba35e32010-08-06 17:22:39187 },
[email protected]c3a6e1e72013-08-02 00:13:07188 'aura_compositor': {
189 'filepath':
190 'ui/compositor/' \
[email protected]6dc38f72014-01-16 22:19:58191 '|content/browser/compositor/' \
danakj479ab502017-03-31 20:19:09192 '|content/browser/renderer_host/compositor_resize_lock' \
[email protected]c3a6e1e72013-08-02 00:13:07193 '|content/browser/renderer_host/render_widget_host_view_aura' \
194 '|content/browser/renderer_host/render_widget_host_view_browsertest' \
[email protected]a6eeeef92014-03-19 19:06:44195 '|content/browser/renderer_host/delegated' \
[email protected]c3a6e1e72013-08-02 00:13:07196 '|content/common/gpu/client/' \
[email protected]c3a6e1e72013-08-02 00:13:07197 },
Katie D14c38ce2019-02-14 00:34:45198 'autoclick': {
199 'filepath': 'ash/autoclick/',
200 },
gogerald5d02fde2018-08-18 04:30:56201 'autofill_assistant': {
Peter Wenf66bd402019-03-18 14:04:33202 'filepath': 'chrome/android/features/autofill_assistant/|'\
gogerald5d02fde2018-08-18 04:30:56203 'chrome/browser/android/autofill_assistant/|'\
204 'components/autofill_assistant/',
205 },
Jared Sauldd47a29d2019-04-18 16:28:54206 'autofill_payments': {
Jared Saul4765c1e2018-06-18 13:44:57207 'filepath': 'chrome/browser/ui/autofill/chrome_autofill_client*|'\
Jared Sauldd47a29d2019-04-18 16:28:54208 'chrome/browser/ui/autofill/payments/|'\
209 'chrome/browser/ui/views/autofill/payments/|'\
210 'components/autofill/core/browser/payments/|'\
211 'components/autofill/core/browser/ui/payments/|'\
212 'components/autofill/core/common/autofill_payments_features*|'\
213 'components/autofill_payments_strings*',
Jared Saul4765c1e2018-06-18 13:44:57214 },
peter39e10a62017-02-21 15:14:13215 'background_fetch': {
Peter Beverloo4548c852017-08-31 13:45:17216 'filepath': 'background_fetch|'\
217 'background-fetch',
peter39e10a62017-02-21 15:14:13218 },
219 'background_sync': {
Josh Karlin1bd016742017-08-18 17:44:17220 'filepath': '/background_sync/',
peter39e10a62017-02-21 15:14:13221 },
dominickn8884155a2016-06-23 02:28:16222 'banners': {
223 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/banners/|'\
224 'chrome/android/javatests/src/org/chromium/chrome/browser/banners/|'\
dominickn8884155a2016-06-23 02:28:16225 'chrome/browser/banners/|'\
226 'chrome/browser/ui/android/infobars/app_banner_.*|'\
Dominick Ng9f748dc82021-01-13 01:52:14227 'components/webapps/browser/banners/|'\
Blink Reformata30d4232018-04-07 15:31:06228 'third_party/blink/public/platform/modules/app_banner/|'\
229 'third_party/blink/renderer/modules/app_banner/',
dominickn8884155a2016-06-23 02:28:16230 },
[email protected]f76c8852012-06-21 16:37:00231 'base': {
[email protected]f2f0fbb92012-07-14 15:52:49232 'filepath': '^base/',
[email protected]7a7a13b2010-08-25 01:10:59233 },
[email protected]5e105332012-09-13 01:55:52234 'base_allocator': {
235 'filepath': '^base/allocator',
236 },
[email protected]1ed5e0fd2012-07-19 00:19:05237 'base_memory': {
238 'filepath': '^base/memory',
239 },
Alexander Timin864bf8a02018-03-12 11:06:28240 'base_scheduler': {
241 'filepath': '^base/task/',
242 },
Gabriel Charettee6bbb532019-04-29 16:39:39243 'base_thread_pool': {
244 'filepath': '^base/task/thread_pool',
robliao1644d8b2016-04-11 15:39:59245 },
[email protected]b17d9e02014-07-29 09:45:50246 'base_win': {
247 'filepath': '^base/win',
248 },
[email protected]7e093d4022014-06-26 19:19:55249 'battery_status': {
250 'filepath': 'content/browser/battery_status/|'\
timvolodine953fde72014-12-09 16:47:10251 'content/test/data/battery_status/|'\
252 'device/battery/',
[email protected]7e093d4022014-06-26 19:19:55253 },
Alexander Timine3deb2a2019-09-20 15:29:09254 'bfcache': {
danakjd3baa132020-09-10 15:33:56255 'filepath': 'content/browser/renderer_host/back_forward_cache.*|'\
Alexander Timine3deb2a2019-09-20 15:29:09256 'content/browser/back_forward_cache_browsertest.cc|'\
257 'content/test/data/back_forward_cache/|'\
Alexander Timin42c775b92019-10-08 12:07:07258 'content/public/browser/back_forward_cache.*|'\
259 'testing/buildbot/filters.bfcache.*.filter',
Alexander Timine3deb2a2019-09-20 15:29:09260 },
wnwen72684762017-03-29 13:28:37261 'binary_size': {
262 'filepath': 'build/android/binary_size/|'\
263 'tools/binary_size/',
264 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13265 'blink': {
Kent Tamurae9b3a9ec2017-08-31 02:20:19266 'filepath': 'third_party/(WebKit|blink)/',
Takeshi Yoshinoe387aa32017-08-02 13:16:13267 },
268 'blink_accessibility': {
Kent Tamuraeb394c72018-04-07 19:14:55269 'filepath': 'third_party/(WebKit|blink)/.*(accessibility|ax_object_cache|web_ax)'
Takeshi Yoshinoe387aa32017-08-02 13:16:13270 },
271 'blink_animation': {
Kent Tamuraeb394c72018-04-07 19:14:55272 'filepath': 'third_party/(WebKit|blink)/.*([Aa]nimat|[Tt]ransition)',
Takeshi Yoshinoe387aa32017-08-02 13:16:13273 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13274 'blink_audio': {
Blink Reformata30d4232018-04-07 15:31:06275 'filepath': 'third_party/blink/renderer/platform/audio' \
276 '|third_party/blink/renderer/modules/webaudio' \
Kent Tamura77578cc2018-11-25 22:33:43277 '|third_party/blink/web_tests/external/wpt/webaudio',
Takeshi Yoshinoe387aa32017-08-02 13:16:13278 },
279 'blink_battery_status': {
Blink Reformata30d4232018-04-07 15:31:06280 'filepath': 'third_party/blink/renderer/modules/battery/' \
Kent Tamura77578cc2018-11-25 22:33:43281 '|third_party/blink/web_tests/battery-status/' \
Kent Tamuraeb394c72018-04-07 19:14:55282 '|third_party/blink/renderer/core/frame/platform_event_(controller|dispatcher)'
Takeshi Yoshinoe387aa32017-08-02 13:16:13283 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13284 'blink_bindings': {
Blink Reformata30d4232018-04-07 15:31:06285 'filepath': 'third_party/blink/renderer/platform/bindings' \
286 '|third_party/blink/renderer/bindings',
Takeshi Yoshinoe387aa32017-08-02 13:16:13287 },
288 'blink_bindings_serialization': {
Kent Tamuraeb394c72018-04-07 19:14:55289 'filepath': 'third_party/blink/renderer/bindings/(core|modules)/v8/.*serializ',
Takeshi Yoshinoe387aa32017-08-02 13:16:13290 },
291 'blink_bluetooth': {
Kent Tamuraeb394c72018-04-07 19:14:55292 'filepath': 'third_party/(WebKit|blink)/.*[Bb]luetooth'
Takeshi Yoshinoe387aa32017-08-02 13:16:13293 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13294 'blink_client_hints': {
Kent Tamuraeb394c72018-04-07 19:14:55295 'filepath': 'third_party/blink/renderer/core/loader/accept_client_hints*' \
296 '|third_party/blink/renderer/core/loader/frame_fetch_context*' \
297 '|third_party/blink/renderer/core/loader/resource/image_resource*' \
298 '|third_party/blink/renderer/platform/loader/fetch/fetch_context*' \
299 '|third_party/blink/renderer/platform/loader/fetch/resource_fetcher*'
Takeshi Yoshinoe387aa32017-08-02 13:16:13300 },
301 'blink_clipboard': {
Blink Reformata30d4232018-04-07 15:31:06302 'filepath': 'third_party/blink/renderer/core/clipboard' \
Kent Tamuraeb394c72018-04-07 19:14:55303 '|third_party/blink/renderer/core/page/.*drag' \
304 '|third_party/blink/renderer/platform/.*drag' \
Kent Tamuraeb394c72018-04-07 19:14:55305 '|third_party/blink/public/platform/.*drag' \
306 '|third_party/blink/public/web/.*drag',
Takeshi Yoshinoe387aa32017-08-02 13:16:13307 },
Jeremy Romanb7b3a6a2018-02-07 20:15:32308 'blink_common': {
Kent Tamuraeb394c72018-04-07 19:14:55309 'filepath': 'third_party/blink/common'
Blink Reformata30d4232018-04-07 15:31:06310 '|third_party/blink/public/common' \
311 '|third_party/blink/public/mojom',
Jeremy Romanb7b3a6a2018-02-07 20:15:32312 },
Kentaro Hara993b0de2017-08-07 02:26:37313 'blink_controller': {
Blink Reformata30d4232018-04-07 15:31:06314 'filepath': 'third_party/blink/renderer/controller',
Kentaro Hara993b0de2017-08-07 02:26:37315 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13316 'blink_css': {
Blink Reformata30d4232018-04-07 15:31:06317 'filepath': 'third_party/blink/renderer/core/css',
Takeshi Yoshinoe387aa32017-08-02 13:16:13318 },
319 'blink_css_flexbox': {
Kent Tamuraeb394c72018-04-07 19:14:55320 'filepath': 'third_party/blink/renderer/core/rendering/.*flex' \
Kent Tamura77578cc2018-11-25 22:33:43321 '|third_party/blink/web_tests/fast/deprecated-flexbox/' \
322 '|third_party/blink/web_tests/css3/flexbox/' \
323 '|third_party/blink/web_tests/ietestcenter/css3/flexbox/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13324 },
325 'blink_css_fragmentation_tests': {
Kent Tamura77578cc2018-11-25 22:33:43326 'filepath': 'third_party/blink/web_tests/fast/multicol/' \
327 '|third_party/blink/web_tests/fast/pagination/' \
328 '|third_party/blink/web_tests/fragmentation/' \
329 '|third_party/blink/web_tests/printing/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13330 },
331 'blink_css_grid_layout': {
Kent Tamuraeb394c72018-04-07 19:14:55332 'filepath': 'third_party/blink/renderer/core/layout/.*grid' \
333 '|third_party/blink/renderer/core/paint/.*grid' \
334 '|third_party/blink/renderer/core/css/.*grid' \
Kent Tamura77578cc2018-11-25 22:33:43335 '|third_party/blink/web_tests/fast/css-grid-layout/' \
336 '|third_party/blink/web_tests/ietestcenter/css3/grid/' \
337 '|third_party/blink/web_tests/platform/.*/fast/css-grid-layout/' \
338 '|third_party/blink/web_tests/platform/.*/ietestcenter/css3/grid/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13339 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13340 'blink_custom_elements': {
Blink Reformata30d4232018-04-07 15:31:06341 'filepath': 'third_party/blink/renderer/core/html/custom/' \
Kent Tamuraeb394c72018-04-07 19:14:55342 '|third_party/blink/renderer/bindings/core/v8/.*custom_element',
Takeshi Yoshinoe387aa32017-08-02 13:16:13343 },
344 'blink_device_orientation': {
Oksana Zhuravlova5e236ec92018-07-25 00:16:03345 'filepath': 'content/browser/device_sensors/' \
346 '|content/test/data/device_sensors/' \
347 '|third_party/blink/renderer/modules/device_orientation/' \
Wanming Lin2f3bb77d2020-04-13 03:48:21348 '|third_party/blink/web_tests/external/wpt/orientation-event/' \
Kent Tamuraeb394c72018-04-07 19:14:55349 '|third_party/blink/renderer/core/frame/platform_event_(controller|dispatcher)' \
350 '|third_party/blink/renderer/core/frame/device_single_window_event_controller'
Takeshi Yoshinoe387aa32017-08-02 13:16:13351 },
352 'blink_devtools': {
Tim van der Lippedf9e7b22019-07-24 13:18:36353 'filepath': 'third_party/blink/.*(inspector|DevTools|dev_tools|devtools)',
Takeshi Yoshinoe387aa32017-08-02 13:16:13354 },
355 'blink_dom': {
Blink Reformata30d4232018-04-07 15:31:06356 'filepath': 'third_party/blink/renderer/core/dom/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13357 },
Daniel Murphyeda2b872019-11-27 23:51:41358 'blink_dom_storage': {
359 'filepath': 'third_party/blink/common/dom_storage/|' \
360 'third_party/blink/public/mojom/dom_storage/|' \
361 'third_party/blink/public/common/dom_storage/|' \
362 'third_party/blink/renderer/modules/storage/',
363 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13364 'blink_events': {
Kent Tamuraeb394c72018-04-07 19:14:55365 'filepath': 'third_party/blink/renderer/core/page/.*event' \
366 '|third_party/blink/renderer/core/dom/.*event' \
367 '|third_party/blink/renderer/core/css/.*event' \
368 '|third_party/blink/renderer/platform/.*event'
Takeshi Yoshinoe387aa32017-08-02 13:16:13369 },
370 'blink_fetch': {
Blink Reformata30d4232018-04-07 15:31:06371 'filepath': 'third_party/blink/renderer/platform/loader/fetch'
Takeshi Yoshinoe387aa32017-08-02 13:16:13372 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13373 'blink_fileapi': {
Blink Reformata30d4232018-04-07 15:31:06374 'filepath': 'third_party/blink/renderer/modules/filesystem/' \
375 '|third_party/blink/renderer/core/fileapi/' \
Kent Tamuraeb394c72018-04-07 19:14:55376 '|third_party/blink/renderer/platform/.*file' \
Kent Tamura77578cc2018-11-25 22:33:43377 '|third_party/blink/web_tests/fast/file' \
Kent Tamuraeb394c72018-04-07 19:14:55378 '|third_party/blink/public/.*_file'
Takeshi Yoshinoe387aa32017-08-02 13:16:13379 },
380 'blink_frames': {
Blink Reformata30d4232018-04-07 15:31:06381 'filepath': 'third_party/blink/renderer/core/frame/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13382 },
383 'blink_geolocation': {
Kent Tamura77578cc2018-11-25 22:33:43384 'filepath': 'third_party/blink/web_tests/geolocation-api/' \
Blink Reformata30d4232018-04-07 15:31:06385 '|third_party/blink/renderer/modules/geolocation/' \
Kent Tamuraeb394c72018-04-07 19:14:55386 '|third_party/blink/public/web/.*geolocation'
Takeshi Yoshinoe387aa32017-08-02 13:16:13387 },
388 'blink_heap': {
Michael Lippautz52bc4b922021-08-30 15:28:14389 'filepath': 'third_party/blink/renderer/platform/heap'
Takeshi Yoshinoe387aa32017-08-02 13:16:13390 },
391 'blink_html': {
Chris Harrelson92233dfd2019-11-08 17:39:46392 'filepath': 'third_party/blink/renderer/core/html/' \
393 '|third_party/blink/renderer/core/mathml/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13394 },
395 'blink_htmlparser': {
Blink Reformata30d4232018-04-07 15:31:06396 'filepath': 'third_party/blink/renderer/core/html/parser/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13397 },
Chris Blume484eaa1b2018-12-14 22:49:18398 'blink_image_codecs': {
399 'filepath': 'third_party/blink/renderer/platform/image-decoders' \
400 '|third_party/blink/renderer/platform/image-encoders' \
401 '|third_party/blink/perf_tests/image_decoder'
402 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13403 'blink_indexed_db': {
Chase Phillips7027bd52018-08-30 17:31:55404 'filepath': 'third_party/blink/common/indexeddb' \
405 '|third_party/blink/public/common/indexeddb' \
406 '|third_party/blink/public/platform/.*_idb' \
407 '|third_party/blink/public/platform/modules/indexeddb' \
408 '|third_party/blink/public/mojom/indexeddb' \
409 '|third_party/blink/renderer/modules/indexeddb/' \
Kent Tamura77578cc2018-11-25 22:33:43410 '|third_party/blink/web_tests/storage/indexeddb'
Takeshi Yoshinoe387aa32017-08-02 13:16:13411 },
412 'blink_input': {
Blink Reformata30d4232018-04-07 15:31:06413 'filepath': 'third_party/blink/renderer/core/input/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13414 },
415 'blink_layers': {
Kent Tamuraeb394c72018-04-07 19:14:55416 'filepath': 'third_party/blink/renderer/core/page/scrolling/scrolling_coordinator' \
417 '|third_party/blink/renderer/platform/graphics/graphics_layer' \
418 '|third_party/blink/renderer/core/layout/layer'
Takeshi Yoshinoe387aa32017-08-02 13:16:13419 },
420 'blink_layout': {
Kent Tamuraeb394c72018-04-07 19:14:55421 'filepath': 'third_party/blink/renderer/core/layout'
Takeshi Yoshinoe387aa32017-08-02 13:16:13422 },
423 'blink_layout_ng': {
Blink Reformata30d4232018-04-07 15:31:06424 'filepath': 'third_party/blink/renderer/core/layout/ng',
Takeshi Yoshinoe387aa32017-08-02 13:16:13425 },
426 'blink_loader': {
Blink Reformata30d4232018-04-07 15:31:06427 'filepath': 'third_party/blink/renderer/core/loader/' \
428 '|third_party/blink/renderer/platform/loader/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13429 },
430 'blink_media': {
Blink Reformata30d4232018-04-07 15:31:06431 'filepath': 'third_party/blink/renderer/core/css/mediaControls' \
Kent Tamuraeb394c72018-04-07 19:14:55432 '|third_party/blink/renderer/core/html/.*_(audio|media|video)' \
433 '|third_party/blink/renderer/core/html/shadow/media_control' \
434 '|third_party/blink/renderer/core/layout/layout_media' \
435 '|third_party/blink/renderer/core/layout/layout_text_track_container_element' \
Blink Reformata30d4232018-04-07 15:31:06436 '|third_party/blink/renderer/modules/(encryptedmedia|mediasource)' \
437 '|third_party/blink/renderer/platform/drm/' \
438 '|third_party/blink/renderer/platform/graphics/media/' \
Kent Tamura77578cc2018-11-25 22:33:43439 '|third_party/blink/web_tests/media/' \
Kent Tamuraeb394c72018-04-07 19:14:55440 '|third_party/blink/public/.*_media'
Takeshi Yoshinoe387aa32017-08-02 13:16:13441 },
442 'blink_media_queries': {
Kent Tamuraeb394c72018-04-07 19:14:55443 'filepath': 'third_party/blink/renderer/core/css/css_media_rule' \
444 '|third_party/blink/renderer/core/css/media_list' \
445 '|third_party/blink/renderer/core/css/media_query' \
446 '|third_party/blink/renderer/core/css/parser/media_query'
Takeshi Yoshinoe387aa32017-08-02 13:16:13447 },
448 'blink_mediastream': {
Blink Reformata30d4232018-04-07 15:31:06449 'filepath': 'third_party/blink/renderer/modules/mediastream/' \
450 '|third_party/blink/renderer/platform/mediastream/' \
Kent Tamuraeb394c72018-04-07 19:14:55451 '|third_party/blink/renderer/platform/exported/web_media_stream' \
452 '|third_party/blink/renderer/platform/exported/web_rtc' \
Kent Tamura77578cc2018-11-25 22:33:43453 '|third_party/blink/web_tests/fast/mediastream/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13454 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13455 'blink_navigator_content_utils': {
Blink Reformata30d4232018-04-07 15:31:06456 'filepath': 'third_party/blink/renderer/modules/navigatorcontentutils' \
Kent Tamura77578cc2018-11-25 22:33:43457 '|third_party/blink/web_tests/fast/dom/navigatorcontentutils'
Takeshi Yoshinoe387aa32017-08-02 13:16:13458 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13459 'blink_out_of_process_frames': {
Kent Tamuraeb394c72018-04-07 19:14:55460 'filepath': 'third_party/blink/renderer/core/frame/frame_owner' \
461 '|third_party/blink/renderer/core/frame/frame\.' \
462 '|third_party/blink/renderer/core/frame/web_frame' \
463 '|third_party/blink/renderer/core/exported/web_remote_frame_impl'
Takeshi Yoshinoe387aa32017-08-02 13:16:13464 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13465 'blink_paint': {
Blink Reformata30d4232018-04-07 15:31:06466 'filepath': 'third_party/blink/renderer/core/paint/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13467 },
Xida Chen0ef92782018-01-17 05:53:35468 'blink_paintworklet': {
Blink Reformata30d4232018-04-07 15:31:06469 'filepath': 'third_party/blink/renderer/modules/csspaint/' \
Kent Tamura77578cc2018-11-25 22:33:43470 '|third_party/blink/web_tests/http/tests/csspaint/' \
471 '|third_party/blink/web_tests/externla/wpt/css/css-paint-api/'
Xida Chen0ef92782018-01-17 05:53:35472 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13473 'blink_permissions': {
Blink Reformata30d4232018-04-07 15:31:06474 'filepath': 'third_party/blink/renderer/modules/permissions/' \
Julie Jeongeun Kim162c2d282019-03-13 07:23:52475 '|third_party/blink/public/mojom/permissions/',
Takeshi Yoshinoe387aa32017-08-02 13:16:13476 },
477 'blink_platform': {
Blink Reformata30d4232018-04-07 15:31:06478 'filepath': 'third_party/blink/renderer/platform'
Takeshi Yoshinoe387aa32017-08-02 13:16:13479 },
480 'blink_platform_graphics': {
Blink Reformata30d4232018-04-07 15:31:06481 'filepath': 'third_party/blink/renderer/platform/fonts' \
482 '|third_party/blink/renderer/platform/geometry' \
483 '|third_party/blink/renderer/platform/graphics'
Takeshi Yoshinoe387aa32017-08-02 13:16:13484 },
485 'blink_preloadScanner': {
Kent Tamuraeb394c72018-04-07 19:14:55486 'filepath': 'third_party/blink/renderer/core/html/parser/html_preload_scanner',
Takeshi Yoshinoe387aa32017-08-02 13:16:13487 },
488 'blink_prerender': {
Hiroki Nakagawaa24ab212020-10-28 03:33:39489 'filepath': 'third_party/blink/renderer/core/.*prerender' \
490 '|third_party/blink/renderer/core/loader/link_loader' \
Hiroki Nakagawa94274a412021-03-02 06:01:41491 '|third_party/blink/public/mojom/prerender/' \
492 '|third_party/blink/web_tests/wpt_internal/prerender/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13493 },
494 'blink_public_api': {
Blink Reformata30d4232018-04-07 15:31:06495 'filepath': 'third_party/blink/public'
Takeshi Yoshinoe387aa32017-08-02 13:16:13496 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13497 'blink_quota': {
Blink Reformata30d4232018-04-07 15:31:06498 'filepath': 'third_party/blink/renderer/modules/quota/' \
Kent Tamuraeb394c72018-04-07 19:14:55499 '|third_party/blink/public/.*quota'
Takeshi Yoshinoe387aa32017-08-02 13:16:13500 },
501 'blink_scheduler': {
Blink Reformata30d4232018-04-07 15:31:06502 'filepath': 'third_party/blink/renderer/platform/scheduler' \
Alexander Timin1ef2e0e2020-03-12 16:13:50503 '|third_party/blink/renderer/platform/scheduler' \
504 '|third_party/blink/renderer/core/html/parser/.*scheduler' \
505 '|third_party/blink/public/platform/scheduler'
Takeshi Yoshinoe387aa32017-08-02 13:16:13506 },
Nate Chapin1a9f01a2019-11-22 17:39:30507 'blink_scheduling_api': {
508 'filepath': 'third_party/blink/renderer/modules/scheduler'
509 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13510 'blink_script': {
Kent Tamuraeb394c72018-04-07 19:14:55511 'filepath': 'third_party/blink/renderer/bindings/core/v8/.*module.*' \
512 '|third_party/blink/renderer/bindings/core/v8/script_controller.*' \
513 '|third_party/blink/renderer/bindings/core/v8/script_source_code.*' \
514 '|third_party/blink/renderer/bindings/core/v8/v8_script_runner.*'
515 '|third_party/blink/renderer/core/dom/.*modul.*' \
516 '|third_party/blink/renderer/core/dom/.*script.*' \
517 '|third_party/blink/renderer/core/html/html_script_element.*' \
518 '|third_party/blink/renderer/core/html/parser/html_parser_script_runner.*' \
Blink Reformata30d4232018-04-07 15:31:06519 '|third_party/blink/renderer/core/loader/modulescript/' \
Kent Tamuraeb394c72018-04-07 19:14:55520 '|third_party/blink/renderer/core/loader/resource/script_resource.*' \
521 '|third_party/blink/renderer/core/svg/svg_script_element.*' \
522 '|third_party/blink/renderer/core/xml/parser/xml_document_parser.*'
Takeshi Yoshinoe387aa32017-08-02 13:16:13523 },
David Bokan9dc0046272017-12-29 00:28:01524 'blink_scroll': {
Kent Tamuraeb394c72018-04-07 19:14:55525 'filepath': 'third_party/blink/renderer/core/frame/.*view.*' \
526 '|third_party/blink/renderer/core/input/.*scroll.*' \
527 '|third_party/blink/renderer/core/input/event_handler.*' \
Blink Reformata30d4232018-04-07 15:31:06528 '|third_party/blink/renderer/core/page/scrolling/' \
Kent Tamuraeb394c72018-04-07 19:14:55529 '|third_party/blink/renderer/core/paint/.*scrollable_area.*' \
Blink Reformata30d4232018-04-07 15:31:06530 '|third_party/blink/renderer/platform/scroll/'
David Bokan9dc0046272017-12-29 00:28:01531 },
Matt Falkenhagenca7fbb62018-07-10 09:21:43532 'blink_service_worker' : {
533 'filepath': 'third_party/blink/renderer/modules/service_worker' \
Kent Tamura77578cc2018-11-25 22:33:43534 '|third_party/blink/web_tests/http/tests/serviceworker' \
535 '|third_party/blink/web_tests/external/wpt/service-workers'
Takeshi Yoshinoe387aa32017-08-02 13:16:13536 },
Matt Falkenhagenca7fbb62018-07-10 09:21:43537 'blink_service_worker_tests' : {
Kent Tamura77578cc2018-11-25 22:33:43538 'filepath': 'third_party/blink/web_tests/http/tests/serviceworker' \
539 '|third_party/blink/web_tests/external/wpt/service-workers'
Takeshi Yoshinoe387aa32017-08-02 13:16:13540 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13541 'blink_spellcheck' : {
Blink Reformata30d4232018-04-07 15:31:06542 'filepath': 'third_party/blink/renderer/core/editing/spellcheck'
Takeshi Yoshinoe387aa32017-08-02 13:16:13543 },
Adam Rice027497d2018-07-27 02:17:02544 'blink_streams': {
545 'filepath': 'third_party/blink/renderer/core/streams/'
546 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13547 'blink_style': {
Kent Tamuraeb394c72018-04-07 19:14:55548 'filepath': 'third_party/(WebKit|blink)/.*(style/|Style)',
Takeshi Yoshinoe387aa32017-08-02 13:16:13549 },
550 'blink_svg': {
Blink Reformata30d4232018-04-07 15:31:06551 'filepath': 'third_party/blink/renderer/core/(layout/)?svg',
Takeshi Yoshinoe387aa32017-08-02 13:16:13552 },
553 'blink_track': {
Blink Reformata30d4232018-04-07 15:31:06554 'filepath': 'third_party/blink/renderer/core/html/track/' \
Kent Tamuraeb394c72018-04-07 19:14:55555 '|third_party/blink/renderer/core/loader/text_track' \
556 '|third_party/blink/renderer/core/html/meida/html_media_element' \
557 '|third_party/blink/renderer/core/html/shadow/media_control' \
Blink Reformata30d4232018-04-07 15:31:06558 '|third_party/blink/renderer/core/css/mediaControl' \
Kent Tamura77578cc2018-11-25 22:33:43559 '|third_party/blink/web_tests/media/track/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13560 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13561 'blink_viewport_interaction': {
Kent Tamuraeb394c72018-04-07 19:14:55562 'filepath': 'third_party/blink/renderer/core/css/.*viewport' \
563 '|third_party/blink/renderer/core/dom/viewport_arguments' \
564 '|third_party/blink/renderer/core/frame/frame_view.*' \
565 '|third_party/blink/renderer/core/frame/.*viewport.*' \
566 '|third_party/blink/renderer/core/html/html_meta_element'
Takeshi Yoshinoe387aa32017-08-02 13:16:13567 },
568 'blink_w3ctests': {
Kent Tamura77578cc2018-11-25 22:33:43569 'filepath': 'third_party/blink/web_tests/external/' \
Kent Tamura01019442018-05-01 22:06:58570 '|third_party/blink/tools/blinkpy/w3c/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13571 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13572 'blink_webp': {
Blink Reformata30d4232018-04-07 15:31:06573 'filepath': 'third_party/blink/renderer/platform/image-decoders/webp' \
Kent Tamuraeb394c72018-04-07 19:14:55574 '|third_party/blink/renderer/platform/image-encoders/skia/webp'
Takeshi Yoshinoe387aa32017-08-02 13:16:13575 },
576 'blink_websockets': {
Blink Reformata30d4232018-04-07 15:31:06577 'filepath': 'third_party/blink/renderer/modules/websockets/' \
578 '|third_party/blink/renderer/platform/modules/websockets/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13579 },
580 'blink_workers': {
Blink Reformata30d4232018-04-07 15:31:06581 'filepath': 'third_party/blink/renderer/core/workers' \
Kent Tamura77578cc2018-11-25 22:33:43582 '|third_party/blink/web_tests/http/tests/workers' \
583 '|third_party/blink/web_tests/fast/workers' \
584 '|third_party/blink/web_tests/external/wpt/workers'
Takeshi Yoshinoe387aa32017-08-02 13:16:13585 },
586 'blink_wtf': {
Blink Reformata30d4232018-04-07 15:31:06587 'filepath': 'third_party/blink/renderer/platform/wtf',
Takeshi Yoshinoe387aa32017-08-02 13:16:13588 },
589 'blink_xml': {
Blink Reformata30d4232018-04-07 15:31:06590 'filepath': 'third_party/blink/renderer/core/xml/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13591 },
Chloe Pellingb8f18ad2021-02-11 05:18:48592 'borealis': {
593 'filepath': 'borealis/',
594 },
donnd787f6ed2016-08-03 01:00:56595 'bottombar': {
596 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/',
597 },
Tarun Bansalc4882282018-07-11 23:53:55598 'breve': {
599 'filepath': 'chrome/browser/net/spdyproxy|'\
600 'chrome_proxy|'\
Tarun Bansal25065ce2019-07-19 04:16:09601 'client_hints|'\
602 'chrome/browser/predictors|'\
Aaron Colwell90ddc4b2020-06-09 18:00:45603 'components/blocklist|'\
Tarun Bansalc4882282018-07-11 23:53:55604 'components/data_use|'\
605 'data_reduction_proxy|'\
Tarun Bansal129ca7842018-07-31 17:14:12606 'data_use_measurement|'\
Sophie Chang42fd3e02021-08-10 03:39:46607 'history_clusters|'\
608 'lazy_load|'\
Tarun Bansal71a77842020-06-25 19:41:36609 'lite_video|'\
Tarun Bansal129ca7842018-07-31 17:14:12610 'navigation_predictor|'\
611 'net/nqe|'\
Tarun Bansalc4882282018-07-11 23:53:55612 'optimization_guide|'\
Tarun Bansal129ca7842018-07-31 17:14:12613 'optimization_hints|'\
Tarun Bansal2ba607d52019-04-25 18:30:52614 'prerender|'\
615 'previews|'\
616 'services/network/resource_scheduler'
Tarun Bansalc4882282018-07-11 23:53:55617 },
[email protected]22650d22012-07-18 17:02:35618 'browser_components': {
[email protected]a7228f62012-09-20 17:52:48619 'filepath': 'chrome/browser/autofill/' \
620 '|chrome/browser/bookmarks/' \
[email protected]a7228f62012-09-20 17:52:48621 '|chrome/browser/favicon/' \
[email protected]ddf288e2013-01-09 20:58:27622 '|chrome/browser/history/' \
[email protected]fccf4882013-03-15 04:46:19623 '|chrome/browser/webdata/' \
[email protected]3947d4a82013-03-12 09:41:05624 '|components/autofill/'
[email protected]22650d22012-07-18 17:02:35625 },
[email protected]f76c8852012-06-21 16:37:00626 'browser_compositor': {
[email protected]f2f0fbb92012-07-14 15:52:49627 'filepath': 'ui/compositor/'
[email protected]fbd846b2010-11-19 01:32:18628 },
michaelpge42ca3b32016-02-19 08:17:57629 'browser_resources_md': {
630 'filepath': 'chrome/browser/resources/md_'\
631 '|chrome/browser/resources/settings/',
632 },
Alexander Timinaa132762019-05-10 16:10:17633 'browser_scheduler': {
634 'filepath': 'content/browser/scheduler'
635 },
[email protected]0ce480532012-07-20 12:33:20636 'browsing_data': {
Christian Dullweberc0b53642018-10-11 16:20:55637 'filepath': 'browsing_data|BrowsingData',
[email protected]0ce480532012-07-20 12:33:20638 },
[email protected]f76c8852012-06-21 16:37:00639 'bubble': {
[email protected]f2f0fbb92012-07-14 15:52:49640 'filepath': 'ui/views/bubble/|'\
rouslan8d6a8372015-09-10 19:10:10641 'chrome/browser/ui/views/bubble/|'\
642 'components/bubble/',
[email protected]f76c8852012-06-21 16:37:00643 },
ryanchung4d157372016-05-10 20:27:16644 'cast_certificate': {
645 'filepath': 'components/cast_certificate/'\
646 '|components/test/data/cast_certificate/',
647 },
mfoltz57fd7f32017-05-03 06:12:58648 'cast_channel': {
mark a. foltz2af0168d2021-04-20 06:35:32649 'filepath': 'components/cast_channel/'
mfoltz57fd7f32017-05-03 06:12:58650 },
mark a. foltzb7228ec12021-01-28 18:29:50651 'cast_streaming': {
652 'filepath': 'media/cast/' \
653 '|chrome/browser/media/cast_mirroring' \
654 '|components/mirroring/' \
655 },
Takeshi Yoshino524e1d262017-07-28 01:16:38656 'cc': {
danakjca574522017-09-20 16:38:59657 'filepath': 'cc/'\
658 '|components/viz/'
659 },
Yi Guc1c54682018-07-23 12:00:00660 'cc-animation': {
661 'filepath': 'cc/animation/'
662 },
danakjca574522017-09-20 16:38:59663 'cc-display': {
664 'filepath': 'components/viz/service/display'\
665 '|cc/output'
666 },
Alexander Timin864bf8a02018-03-12 11:06:28667 'cc-scheduler': {
668 'filepath': 'cc/scheduler'
669 },
eranmc2a9f612015-11-24 16:41:34670 'certificate_transparency': {
671 'filepath': 'components/certificate_transparency/'\
eranmc2a9f612015-11-24 16:41:34672 '|net/cert/ct_'\
673 '|net/cert/multi_log_ct_verifier'\
674 '|net/cert/sct_status_flags.h'\
675 '|net/cert/signed_certificate_timestamp'\
676 '|net/cert/signed_tree_head'\
677 '|net/test/ct_',
678 },
Joe Mason60ec2f32018-02-15 15:50:51679 'chrome_cleaner': {
680 'filepath': 'chrome/browser/component_updater/sw_reporter_'\
681 '|chrome/browser/resources/settings/chrome_cleanup_page/'\
682 '|chrome/browser/safe_browsing/chrome_cleaner/'\
683 '|chrome/browser/ui/views/chrome_cleaner_'\
684 '|chrome/browser/ui/webui/settings/chrome_cleanup_'\
Joe Mason12a02332018-04-19 14:39:00685 '|chrome/chrome_cleaner/'\
Joe Mason60ec2f32018-02-15 15:50:51686 '|components/chrome_cleaner/',
687 },
[email protected]c73ec8ab2014-01-16 20:35:23688 'chrome_elf': {
Patrick Monette0196be22019-05-10 03:33:15689 'filepath': 'chrome/chrome_elf',
[email protected]c73ec8ab2014-01-16 20:35:23690 },
lpy0ca13772017-02-28 19:48:27691 'chrome_grc': {
lpy53b82752017-05-31 22:30:49692 'filepath': 'chrome/browser/resource_coordinator/'\
693 '|services/resource_coordinator/',
lpy0ca13772017-02-28 19:48:27694 },
Sebastien Marchand68b41432019-05-09 19:38:07695 'chrome_performance_manager': {
Sebastien Marchand791561b2019-10-17 21:00:38696 'filepath': 'chrome/browser/performance_manager/'\
697 '|chrome/common/performance_manager/'\
698 '|chrome/renderer/performance_manager/'\
699 '|components/performance_manager/',
Sebastien Marchand68b41432019-05-09 19:38:07700 },
Takeshi Yoshino524e1d262017-07-28 01:16:38701 'chromecast': {
702 'filepath': 'chromecast/',
703 },
704 'chromecast_public': {
705 'filepath': 'chromecast/public/',
706 },
[email protected]f7bf8ba2011-02-24 22:28:46707 'chromedriver': {
samuong53d5e612014-10-10 18:56:38708 'filepath': 'chrome/test/chromedriver|'\
709 'chrome/test/data/chromedriver|'\
John Chen583cee322019-06-12 20:10:39710 'third_party/blink/web_tests/external/wpt/webdriver|'\
711 'third_party/blink/web_tests/WebDriverExpectations|'\
712 'third_party/webdriver'
[email protected]f7bf8ba2011-02-24 22:28:46713 },
[email protected]f76c8852012-06-21 16:37:00714 'chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:49715 'filepath': 'chromeos/',
[email protected]531b1532011-08-11 03:52:01716 },
[email protected]eda0a0b2013-04-19 20:34:35717 'chromeos_attestation': {
718 'filepath': 'chromeos/attestation/|'\
Yeunjoo Choi807560822021-03-15 04:10:12719 'chrome/browser/ash/attestation/|'\
[email protected]64494c3f2013-08-14 22:15:59720 'chrome/browser/extensions/api/enterprise_platform_keys_private/',
[email protected]eda0a0b2013-04-19 20:34:35721 },
Ryan Hansberry8e41a5c42019-04-18 22:12:51722 'chromeos_bluetooth': {
723 'filepath': 'ash/system/bluetooth/'\
Ryan Hansberry8e41a5c42019-04-18 22:12:51724 '|chrome/browser/ui/webui/chromeos/bluetooth*'\
Demetrios Papadopoulosbb154e932019-12-23 22:05:26725 '|chrome/browser/resources/settings/chromeos/bluetooth_page/'\
Ryan Hansberry8e41a5c42019-04-18 22:12:51726 '|chrome/browser/resources/chromeos/bluetooth_pairing_dialog/'\
Ryan Hansberry4773b722019-04-30 17:25:04727 '|device/bluetooth/bluez/'\
728 '|device/bluetooth/chromeos/'\
Ryan Hansberry8e41a5c42019-04-18 22:12:51729 '|ui/webui/resources/cr_components/chromeos/bluetooth*'
730 },
Kyle Horimotofdcf67012019-04-08 19:06:10731 'chromeos_cellular': {
732 'filepath': 'chrome/browser/resources/chromeos/cellular_setup/|'\
733 'chrome/browser/ui/webui/chromeos/cellular_setup/|'\
734 'chromeos/services/cellular_setup/|'\
735 'ui/webui/resources/cr_components/chromeos/cellular_setup/',
736 },
alematec5187b1b2016-08-26 05:32:18737 'chromeos_geolocation': {
738 'filepath': 'chromeos/geolocation/',
739 },
Achuith Bhandarkar434e24592018-03-07 23:05:12740 'chromeos_lkgm': {
741 'filepath': 'chromeos/CHROMEOS_LKGM',
742 },
[email protected]f76c8852012-06-21 16:37:00743 'chromeos_login': {
Jacob Dufaulted1ef2bc2018-08-10 18:21:34744 'filepath': 'ash/login/|'\
Henrique Ferreiroff1cc24c2021-03-08 12:01:57745 'chrome/browser/ash/login/|'\
[email protected]f2f0fbb92012-07-14 15:52:49746 'chrome/browser/ui/webui/chromeos/login/|'\
dzhioevcc7c0492014-11-25 14:52:58747 'chrome/browser/resources/chromeos/login/|'\
748 'ui/login/',
[email protected]a791dac2011-04-07 23:22:57749 },
Trent Apted0c0b4492019-09-30 01:15:24750 'chromeos_media_app': {
Yeunjoo Choi997893e2021-09-07 05:19:07751 'filepath': 'ash/webui/media_app_ui/|'\
Trent Apted44344b952021-06-16 02:04:09752 'chrome/browser/ash/web_applications/media_app/',
Trent Apted0c0b4492019-09-30 01:15:24753 },
[email protected]d7d35f342012-10-22 20:32:47754 'chromeos_net': {
Kyle Horimoto89f06e22019-04-08 19:07:17755 'filepath': 'ash/system/network/|'\
756 'chromeos/network/|'\
Kyle Horimoto77a5fce2019-09-24 01:28:27757 'chromeos/services/network_config/|'\
stevenjbdd133032015-08-07 18:37:47758 'chrome/browser/chromeos/net/|'\
759 'chrome/browser/extensions/api/networking_private/|'\
Jon Mannd82f9342020-05-19 00:31:05760 'chrome/browser/resources/chromeos/internet_config_dialog/|'\
761 'chrome/browser/resources/chromeos/internet_detail_dialog/|'\
762 'chrome/browser/resources/chromeos/network_ui/|'\
Demetrios Papadopoulosbb154e932019-12-23 22:05:26763 'chrome/browser/resources/settings/chromeos/internet_page/|'\
stevenjbdd133032015-08-07 18:37:47764 'extensions/browser/api/networking_private/|'\
Jon Manna19f5a92019-11-21 20:10:59765 'ui/chromeos/network/|'\
766 'ui/webui/resources/cr_components/chromeos/network/'
[email protected]d7d35f342012-10-22 20:32:47767 },
Nicholas Vernef4b763052021-01-27 04:08:05768 'chromeos_tast_control': {
769 'filepath': 'chromeos/tast_control.gni',
770 },
alematec5187b1b2016-08-26 05:32:18771 'chromeos_timezone': {
772 'filepath': 'chromeos/timezone/',
773 },
[email protected]f76c8852012-06-21 16:37:00774 'chromeos_webui': {
[email protected]f2f0fbb92012-07-14 15:52:49775 'filepath': 'chrome/browser/ui/webui/chromeos/|'\
776 'chrome/browser/resources/chromeos/',
[email protected]ba03af42012-03-08 01:37:12777 },
Jon Mann2c257332019-08-14 19:12:14778 'chromeos_wifi_sync': {
779 'filepath': 'chromeos/components/sync_wifi/',
780 },
Anastasia Helfinstein83c763a2019-05-13 18:15:03781 'chromevox': {
Anastasia Helfinstein9dcba0a2019-07-18 20:58:56782 'filepath': 'chromevox|spoken_feedback',
Anastasia Helfinstein83c763a2019-05-13 18:15:03783 },
[email protected]cef7a6d2011-04-29 20:49:07784 'clang_update': {
Nico Webere250e6a2015-12-02 19:31:56785 'filepath': 'tools/clang/scripts/update.py'
[email protected]cef7a6d2011-04-29 20:49:07786 },
[email protected]f76c8852012-06-21 16:37:00787 'clipboard': {
788 'filepath': 'clipboard|dnd|drag|drop',
[email protected]2418b022011-05-19 21:06:02789 },
sdefresned94c5b02015-07-22 17:54:55790 'components_deps': {
791 'filepath': 'components/([^/]*/)*DEPS',
792 },
Matthew Jonesf3b5f4f2019-01-04 00:01:25793 'compositor_animator': {
794 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/compositor/animation/',
795 },
scheib968e61052014-11-05 00:27:25796 'content_bluetooth': {
797 'filepath': 'content/.*bluetooth'
798 },
Rayan Kanso3047d3f2019-06-26 13:26:39799 'content_index': {
800 'filepath': 'content_index',
801 },
kinuko01cbe8a12015-10-20 09:59:06802 'content_loader': {
mmenkefaa97d3b2016-09-25 14:24:02803 'filepath': 'chrome/browser/loader|' \
804 'content/browser/loader|' \
kinuko01cbe8a12015-10-20 09:59:06805 'content/child/*loader',
806 },
arthursonzogni77e14d8e2021-03-09 10:33:16807 'content_security_policy': {
808 'filepath': 'content_security_policy|csp',
809 },
[email protected]aa3311a2012-11-19 16:04:58810 'content_shell': {
811 'filepath': 'content/shell/',
812 },
kinukoa121bce2015-01-30 10:04:41813 'content_worker': {
814 'filepath': 'content/.*worker',
815 },
donnd787f6ed2016-08-03 01:00:56816 'contextual_search': {
817 'filepath': 'chrome/browser/android/contextualsearch/|' \
818 'chrome/android/java/src/org/chromium/chrome/browser/contextualsearch/|' \
819 'chrome/android/javatests/src/org/chromium/chrome/browser/contextualsearch/|' \
820 'components/contextual_search/',
821 },
Nicolás Peña Moreno42e92d32020-09-25 02:11:34822 'core_web_vitals_plm': {
823 'filepath': 'chrome/browser/page_load_metrics/observers/core/|' \
824 'components/page_load_metrics/browser/observers/core/',
825 },
Nicolás Peña Moreno01fbce652020-11-10 22:34:22826 'core_web_vitals_wpt': {
827 'filepath': 'third_party/blink/web_tests/external/wpt/event-timing/|' \
828 'third_party/blink/web_tests/external/wpt/largest-contentful-paint/|' \
829 'third_party/blink/web_tests/external/wpt/layout-instability/',
830 },
wfh792b71c2016-05-04 23:33:41831 'courgette': {
832 'filepath': 'courgette/',
833 },
Nico Weber6ff639a2017-08-11 21:04:50834 'cq': {
Andrii Shyshkalov17176242018-02-24 03:31:32835 'filepath': 'infra/config/branch/cq.cfg',
Nico Weber6ff639a2017-08-11 21:04:50836 },
michaelpge42ca3b32016-02-19 08:17:57837 'cr_elements': {
838 'filepath': 'ui/webui/resources/cr_element',
839 },
Victor-Gabriel Savu778d0dd2021-05-04 15:35:22840 'cros_commercial_policy': {
841 'filepath': 'ash/policy/'\
842 '|components/policy/'\
843 '|chromeos/policy/'\
Yeunjoo Choid0dfae02021-06-25 10:07:44844 '|chrome/browser/ash/policy/'\
Victor-Gabriel Savu778d0dd2021-05-04 15:35:22845 '|chrome/browser/policy/'
846 },
Matt Menard04ecde42020-06-26 20:08:44847 'cros_reporting': {
848 'filepath': 'chrome/browser/policy/messaging_layer/'\
Yeunjoo Choid33fdb62021-07-21 06:57:42849 '|chrome/browser/ash/policy/status_collector/'\
Matt Menard04ecde42020-06-26 20:08:44850 '|components/policy/proto/record',
851 },
Melissa Zhangc4be3d72021-03-19 07:16:53852 'cros_sharesheet': {
853 'filepath': 'chrome/browser/ui/ash/sharesheet/',
854 },
Ben Wells03471a72018-03-22 00:58:46855 'crostini': {
Joel Hockeyded6fa52019-07-10 06:20:29856 'filepath': 'cicerone'\
Joel Hockeyded6fa52019-07-10 06:20:29857 '|concierge'\
858 '|crostini'\
859 '|guest_os'\
860 '|plugin_vm',
Ben Wells03471a72018-03-22 00:58:46861 },
Bailey Berro462580ea2019-02-22 23:09:37862 'cups_printing' : {
rbpotter9e8fca72019-12-28 02:26:14863 'filepath': 'chrome/browser/resources/settings/chromeos/os_printing_page/'\
Bailey Berro462580ea2019-02-22 23:09:37864 '|chrome/test/data/webui/settings/cups_printer_page_tests.js'\
865 '|chrome/browser/ui/webui/settings/chromeos/cups_printers_handler'\
866 '|chrome/browser/chromeos/printing/'\
867 '|printing/',
868 },
Henrique Ferreiroef907f8622020-10-21 09:43:31869 'cursor': {
870 'filepath': 'ui/base/cursor/',
871 },
Wojciech Dzierżanowski7d246b52019-05-10 19:52:26872 'custom_proxy': {
873 'filepath': 'services/network/network_service_proxy_delegate.*',
874 },
ianwencdb8c9e2015-06-18 22:10:15875 'custom_tabs': {
Newton Allen38c62212015-06-24 21:41:53876 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/customtabs/|'\
Peter Beverloo5cc24512018-11-29 15:36:43877 'chrome/android/java/src/org/chromium/chrome/browser/browseractions/|'\
878 'chrome/android/java/src/org/chromium/chrome/browser/browserservices/|'\
879 'chrome/android/javatests/src/org/chromium/chrome/browser/customtabs/|'\
880 'chrome/android/javatests/src/org/chromium/chrome/browser/browseractions/|'\
881 'chrome/android/javatests/src/org/chromium/chrome/browser/browserservices/|'\
882 'chrome/browser/android/customtabs/',
alancuttercbad6512015-06-19 02:31:28883 },
Prashant Nevase1ca62412020-09-17 11:21:16884 'dark_mode': {
Prashant Nevase1f05c8102020-10-14 18:38:19885 'filepath': 'cc/*/*dark_mode*|'\
886 'third_party/blink/renderer/platform/graphics/*dark_mode*',
Prashant Nevase1ca62412020-09-17 11:21:16887 },
Madeleine Barowsky21b04402019-01-29 19:17:05888 'data_decoder': {
889 'filepath': 'services/data_decoder/',
890 },
Ryo Hashimoto900be52c2018-05-24 06:42:26891 'dbus': {
892 'filepath': 'dbus/',
893 },
Patti2627bb62020-03-10 02:53:14894 'demo_mode': {
895 'filepath': 'docs/login/demo_mode.md|'\
Henrique Ferreiro606669a2021-02-24 13:36:55896 'chrome/browser/ash/login/demo_mode/|'\
Patti2627bb62020-03-10 02:53:14897 'ash/metrics/demo_session_metrics_recorder.*',
898 },
Collin Baker4d4ea662020-09-18 21:39:16899 'desktop_in_product_help': {
900 'filepath': 'chrome/browser/ui/in_product_help|'\
901 'chrome/browser/ui/views/in_product_help',
902 },
Bartosz Fabianowski85a823812015-04-16 10:27:51903 'device_bluetooth': {
904 'filepath': 'device/.*bluetooth'
905 },
juncaic08f41d2017-05-04 20:36:58906 'device_chooser': {
907 'filepath': 'chrome/browser/chooser_controller/|'\
908 'chrome/browser/ui/android/bluetooth_chooser_.*|'\
909 'chrome/browser/ui/android/usb_chooser_.*|'\
910 'chrome/browser/ui/bluetooth/|'\
911 'chrome/browser/ui/cocoa/device_chooser_.*|'\
912 'chrome/browser/ui/cocoa/extensions/chooser_dialog_.*|'\
913 'chrome/browser/ui/cocoa/permission_bubble/chooser_bubble_.*|'\
914 'chrome/browser/ui/views/device_chooser_.*|'\
915 'chrome/browser/ui/views/extensions/chooser_dialog_.*|'\
916 'chrome/browser/ui/views/permission_bubble/chooser_bubble_.*|'\
917 'chrome/browser/usb/usb_chooser_.*',
918 },
[email protected]342b12872012-11-07 12:10:46919 'devtools': {
920 'filepath': 'devtools',
921 },
Zentaro Kavanaghee14b882021-09-23 15:48:05922 'diagnostics_mojo': {
923 'filepath': 'chromeos/services/cros_healthd/public/mojom/',
924 },
Bailey Berro9b11fa62020-09-30 01:33:02925 'diagnostics_ui': {
Yeunjoo Choib81a8c62021-07-02 03:02:17926 'filepath': 'ash/webui/diagnostics_ui/',
Bailey Berro9b11fa62020-09-30 01:33:02927 },
Thiabaud Engelbrechtd74340c2020-10-27 13:03:23928 'discardable_memory': {
929 'filepath': 'components/discardable_memory/',
930 },
[email protected]bab2a832012-07-11 23:29:41931 'disk_cache': {
932 'filepath': 'net/disk_cache/|http_cache',
933 },
Daniel Murphyeda2b872019-11-27 23:51:41934 'dom_storage': {
935 'filepath': 'content/common/dom_storage/|'\
936 'content/browser/dom_storage/|'\
937 'components/services/storage/dom_storage/',
938 },
[email protected]f76c8852012-06-21 16:37:00939 'download': {
[email protected]f2f0fbb92012-07-14 15:52:49940 'filepath': 'chrome/browser/download/|'\
[email protected]8492b5b2012-12-17 21:58:08941 'content/browser/download/',
[email protected]6bff0ad2011-06-17 01:32:51942 },
[email protected]ca872e362011-07-12 21:06:03943 'downloads_ui': {
dbeam78528be2016-02-18 07:08:49944 'filepath': 'chrome/browser/resources/(md_)?downloads/|' \
[email protected]8492b5b2012-12-17 21:58:08945 'chrome/browser/ui/webui/.*downloads|' \
946 'chrome/browser/ui/views/download/|' \
asanka2009f412015-10-05 17:28:12947 'chrome/browser/ui/cocoa/download/'
[email protected]ca872e362011-07-12 21:06:03948 },
[email protected]89d2cd52013-04-16 01:55:36949 'drive_resource_metadata': {
Ryo Hashimoto900be52c2018-05-24 06:42:26950 'filepath': 'drive.*resource_metadata'
[email protected]89d2cd52013-04-16 01:55:36951 },
[email protected]3a25c8a2014-06-26 06:47:10952 'eme': {
Xiaohan Wang6cbdcdf2018-06-12 21:55:54953 'filepath': 'chrome/renderer/media/.*key_system|' \
954 'chrome/browser/media/.*(cdm|encrypted)|' \
955 'components/cdm/|' \
[email protected]3a25c8a2014-06-26 06:47:10956 'content/browser/media/cdm/|' \
Xiaohan Wang6cbdcdf2018-06-12 21:55:54957 'media/base/android/.*drm|' \
[email protected]3a25c8a2014-06-26 06:47:10958 'media/cdm/|' \
959 'third_party/widevine/cdm/'
960 },
Dominique Fauteux-Chapleaud7ac5bd02021-06-07 17:23:36961 'enterprise_reporting_private': {
962 'filepath': 'chrome/common/extensions/api/enterprise_reporting_private.idl|' \
963 'chrome/browser/extensions/api/enterprise_reporting_private/|' \
964 'chrome/browser/enterprise/signals/'
965 },
Timothy Lohc2644622020-10-07 05:42:31966 'exo': {
967 'filepath': 'components/exo',
968 },
Justin DeWittf64d39e2018-08-09 21:33:41969 'explore_sites': {
970 'filepath': 'chrome/browser/android/explore_sites/|' \
971 'chrome/android/java/src/org/chromium/chrome/browser/explore_sites/'
972 },
[email protected]f76c8852012-06-21 16:37:00973 'extension': {
974 'filepath': 'extension',
[email protected]161277d42011-06-24 20:48:45975 },
lunalu0a9c05422016-11-11 17:19:06976 'feature_policy': {
Blink Reformata30d4232018-04-07 15:31:06977 'filepath': 'third_party/blink/renderer/platform/feature_policy/|' \
Kent Tamuraeb394c72018-04-07 19:14:55978 'third_party/blink/renderer/bindings/core/v8/origin_trial_features',
lunalu0a9c05422016-11-11 17:19:06979 },
Pete Williamson0b101e42020-01-29 23:33:14980 'feed': {
Ian Wells1dc7053d2020-04-17 18:04:22981 'filepath': 'chrome/android/feed|' \
982 'chrome/browser/android/feed/|' \
Pete Williamson0b101e42020-01-29 23:33:14983 'components/feed/'
984 },
Jeffrey Kardatzkee1bb98d22019-05-24 16:34:52985 'feedback': {
986 'filepath': 'chrome/browser/extensions/api/feedback_private/|' \
987 'chrome/browser/feedback/|' \
988 'components/feedback/|' \
989 'extensions/browser/api/feedback_private/'
990 },
[email protected]f76c8852012-06-21 16:37:00991 'fileapi': {
[email protected]8492b5b2012-12-17 21:58:08992 'filepath': 'file_system/|' \
993 'fileapi/'
[email protected]80919512011-08-03 08:51:04994 },
[email protected]f76c8852012-06-21 16:37:00995 'filebrowse': {
[email protected]8492b5b2012-12-17 21:58:08996 'filepath': 'file_browser|' \
997 'file_manager|' \
998 'filebrowse'
[email protected]4b07b62cc2011-10-03 17:52:39999 },
[email protected]4ed766c2013-09-19 09:45:201000 'filesapp': {
Yeunjoo Choif23b1362021-03-29 14:31:141001 'filepath': 'chrome/browser/ash/drive|' \
Yeunjoo Choi6ecc45b82021-06-22 01:40:041002 'chrome/browser/ash/file_manager|' \
Yeunjoo Choi7073d6e2021-05-11 01:40:481003 'chrome/browser/ash/file_system_provider|' \
okab0be3dc2016-08-30 07:37:101004 'chrome/browser/chromeos/extensions/file_manager|' \
1005 'chrome/browser/chromeos/extensions/file_system_provider|' \
okab0be3dc2016-08-30 07:37:101006 'chrome/browser/drive|' \
1007 'chrome/test/data/extensions/api_test/file_system_provider|' \
1008 'components/drive|' \
1009 'google_apis/drive|' \
Yeunjoo Choi9b62f1a2021-06-23 13:17:001010 'ash/webui/file_manager|' \
okab0be3dc2016-08-30 07:37:101011 'ui/file_manager'
1012 },
Dominik Röttschesf0fd4d62019-06-17 11:15:021013 'freetype_update': {
1014 'filepath': 'third_party/freetype/README.chromium',
1015 },
Tomasz Mikolajewski2905dbb2017-11-22 06:24:041016 'fsp': {
Yeunjoo Choi7073d6e2021-05-11 01:40:481017 'filepath': 'chrome/browser/ash/file_system_provider|' \
1018 'chrome/browser/chromeos/extensions/file_system_provider|' \
Tomasz Mikolajewski66b4faa22017-11-22 09:33:431019 'chrome/test/data/extensions/api_test/file_system_provider'
[email protected]4ed766c2013-09-19 09:45:201020 },
Wez385de5a2017-07-13 20:13:161021 'fuchsia': {
1022 'filepath': 'fuchsia',
1023 },
Nancy Wang731821f2021-01-12 00:36:521024 'full_restore': {
Yeunjoo Choi55626172021-07-27 03:17:271025 'filepath': 'chrome/browser/ash/full_restore/|' \
Sammie Quon53afe7f2021-09-14 20:10:421026 'components/app_restore/'
Nancy Wang731821f2021-01-12 00:36:521027 },
mmoroz58ddb8172016-09-08 18:29:551028 'fuzzing': {
1029 'filepath': 'fuzz|Fuzz',
1030 },
Vincent Scheibd5da4d952017-11-03 01:33:241031 'gamepad': {
1032 'filepath': 'gamepad',
1033 },
[email protected]3a2a6ac02014-06-20 07:07:121034 'gcm': {
peter9f4490a2017-01-27 00:58:361035 'filepath': 'chrome/browser/gcm/|'\
[email protected]3a2a6ac02014-06-20 07:07:121036 'components/gcm_driver/|'\
1037 'google_apis/gcm/',
1038 },
mikhail.pozdnyakova8db26402016-11-28 18:27:121039 'generic_sensor': {
Jun Caiaa1f040d2017-11-15 01:21:531040 'filepath': 'services/device/generic_sensor/|'\
Blink Reformata30d4232018-04-07 15:31:061041 'third_party/blink/renderer/modules/sensor/',
mikhail.pozdnyakova8db26402016-11-28 18:27:121042 },
[email protected]d8036492013-08-09 16:02:231043 'geolocation': {
1044 'filepath': 'chrome/browser/geolocation/|'\
1045 'content/browser/geolocation|'\
1046 'content/public/common/geoposition.*|'\
1047 'content/public/browser/geolocation.*|'\
1048 'content/renderer/geolocation.*|'\
1049 'content/shell/geolocation/',
1050 },
[email protected]cf428f732012-10-02 20:48:151051 'gfx_geometry': {
danakj570c1332015-01-06 16:59:361052 'filepath': 'ui/gfx/geometry/',
[email protected]cf428f732012-10-02 20:48:151053 },
Takeshi Yoshino524e1d262017-07-28 01:16:381054 'gfx_image': {
1055 'filepath': 'ui/gfx/image/',
1056 },
Tommy Steimel0cacd28c2019-11-12 22:12:511057 'global_media_controls': {
1058 'filepath': 'chrome/browser/ui/global_media_controls|'\
1059 'chrome/browser/ui/views/global_media_controls|'\
1060 'chrome/browser/ui/views/feature_promos/global_media_controls|'\
1061 'chrome/browser/ui/in_product_help/global_media_controls',
1062 },
[email protected]4d1773e2014-04-05 07:59:571063 'gn': {
1064 'filepath': 'tools/gn',
1065 },
Corentin Wallezc68aa9b2017-10-02 15:00:031066 'gpu_passthrough_cmd_decoder': {
1067 'filepath': 'gpu/command_buffer/service/.*passthrough',
1068 },
Ehsan Karamadc20cee22018-08-10 21:32:331069 'guest_view': {
1070 'filepath': 'chrome/browser/apps/guest_view|'\
1071 'chrome/browser/extensions/api/web_view|'\
1072 'chrome/browser/guest_view|'\
Kevin McNee239086c2020-10-23 16:06:081073 'chrome/common/extensions/api/(app|web)view_tag\.(json|idl)|'\
1074 'chrome/common/extensions/docs/.*(app|web)view|'\
Ehsan Karamadc20cee22018-08-10 21:32:331075 'chrome/renderer/resources/extensions/web_view|'\
Kevin McNee239086c2020-10-23 16:06:081076 'chrome/test/data/extensions/platform_apps/(app|web)_view|'\
Ehsan Karamadc20cee22018-08-10 21:32:331077 'components/guest_view|'\
1078 'content/browser/browser_plugin|'\
Ehsan Karamadc20cee22018-08-10 21:32:331079 'extensions/browser/api/guest_view|'\
1080 'extensions/browser/guest_view|'\
Kevin McNee239086c2020-10-23 16:06:081081 'extensions/common/api/(app|guest|web)_view.*\.(json|idl)|'\
1082 'extensions/common/api/extension_options.*\.(json|idl)|'\
1083 'extensions/common/api/mime_handler.*\.(json|idl|mojom)|'\
Ehsan Karamadc20cee22018-08-10 21:32:331084 'extensions/common/guest_view|'\
Kevin McNee239086c2020-10-23 16:06:081085 'extensions/common/mojom/guest_view\.mojom|'\
1086 'extensions/renderer/guest_view|'\
1087 'extensions/renderer/resources/guest_view|'\
1088 'extensions/test/data/(app|web)_view',
Ehsan Karamadc20cee22018-08-10 21:32:331089 },
Jeffrey Kardatzkee1bb98d22019-05-24 16:34:521090 'hats': {
Yeunjoo Choi9894ebc2021-04-13 06:56:481091 'filepath': 'chrome/browser/ash/hats/',
Jeffrey Kardatzkee1bb98d22019-05-24 16:34:521092 },
Andrey Kosyakova173d252018-05-07 18:29:111093 'headless': {
1094 'filepath': 'headless/'
1095 },
Minoru Chikamunee9a4b152021-03-04 08:30:201096 'heap_mojo': {
1097 'filepath': 'third_party/blink/renderer/platform/mojo/heap_mojo_.*'
1098 },
David Black01eb6d42020-09-17 17:16:521099 'holding_space': {
1100 'filepath': 'ash/public/cpp/holding_space|'\
1101 'ash/system/holding_space|'\
David Black9e54cec2021-05-18 18:45:571102 'chrome/browser/lacros/.*holding_space.*|'\
1103 'chrome/browser/ui/ash/holding_space|'\
David Black31403b52021-06-02 19:49:181104 'chromeos/crosapi/mojom/.*holding_space.*|'\
Peter Kasting977345832021-07-29 14:05:591105 'tools/metrics/histograms/metadata/holding_space'
David Black01eb6d42020-09-17 17:16:521106 },
[email protected]f76c8852012-06-21 16:37:001107 'i18n': {
[email protected]f2f0fbb92012-07-14 15:52:491108 'filepath': 'base/i18n/|base/string|l10n|icu|'\
timvolodine8cdb94c2016-09-22 12:17:221109 'locale_settings|encoding',
[email protected]f76c8852012-06-21 16:37:001110 },
Jeffrey Cohen9a2604442020-02-13 17:55:561111 'image_editor': {
1112 'filepath': 'chrome/browser/image_editor'\
Jeffrey Cohen27b6ab902020-02-18 22:44:371113 '|chrome/android/modules/image_editor',
Jeffrey Cohen9a2604442020-02-13 17:55:561114 },
Greg Thompson4f90fc992017-07-25 19:30:371115 'incident_reporting': {
1116 'filepath': 'chrome/browser/safe_browsing/incident_reporting',
1117 },
[email protected]c26161352013-11-12 19:50:011118 'indexed_db': {
1119 'filepath': 'content/browser/indexed_db|'\
[email protected]c26161352013-11-12 19:50:011120 'content/public/browser/indexed_db|'\
Chase Phillips7027bd52018-08-30 17:31:551121 'content/renderer/indexed_db|'\
Daniel Murphyeda2b872019-11-27 23:51:411122 'content/test/data/indexeddb|'\
1123 'components/services/storage/indexed_db',
[email protected]c26161352013-11-12 19:50:011124 },
Colin Blundell0aeb4d02020-06-08 14:32:051125 'infobars_for_weblayer': {
1126 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/banners/'\
1127 '|chrome/android/java/src/org/chromium/chrome/browser/infobar/'\
1128 '|chrome/browser/ui/messages/android/java/src/org/chromium/chrome/browser/ui/messages/infobar/'\
1129 '|chrome/browser/ui/android/infobars/',
1130 },
Stephen Martinisf7e0fb12019-09-04 18:59:591131 'infra_docs': {
1132 'filepath': 'docs/infra',
1133 },
dtapuska1f997a12016-03-14 19:22:071134 'input': {
1135 'filepath': 'content/browser/renderer_host/input|'\
1136 'content/renderer/input|'\
1137 'ui/events/blink/'
1138 },
Michael Spang808d5c12018-10-23 19:20:391139 'input_devices': {
1140 'filepath': 'ui/events/devices/',
1141 },
Dominick Ngcaa7b402017-07-11 07:35:391142 'installable': {
Dominick Ng31b7feb2019-01-29 23:24:001143 'filepath': 'chrome/browser/extensions/bookmark_app*'\
Dominick Ng9f748dc82021-01-13 01:52:141144 '|chrome/browser/installable/'
1145 '|components/webapps/browser/installable/',
Dominick Ngcaa7b402017-07-11 07:35:391146 },
mmoss19826c62014-11-14 21:37:361147 'installer_linux': {
1148 'filepath': 'chrome/installer/linux/',
1149 },
Greg Thompson4f90fc992017-07-25 19:30:371150 'installer_win': {
1151 'filepath': 'chrome/install_static/'\
Samuel Huang577ef6c2018-03-13 18:19:341152 '|chrome/installer/(?!gcapi_mac/|linux/|mac/)'\
1153 '|components/zucchini/',
Greg Thompson4f90fc992017-07-25 19:30:371154 },
edchin46453b42017-03-03 01:40:111155 'ios': {
Sylvain Defresne81467d82017-05-29 09:06:141156 'filepath': 'ios/',
edchin46453b42017-03-03 01:40:111157 },
sdefresne18b47312015-06-18 15:15:091158 'ios_chrome': {
Sylvain Defresne81467d82017-05-29 09:06:141159 'filepath': 'ios/chrome/',
sdefresne18b47312015-06-18 15:15:091160 },
marqa4f135f2017-01-10 12:37:341161 'ios_clean': {
Sylvain Defresne81467d82017-05-29 09:06:141162 'filepath': 'ios/clean/',
marqa4f135f2017-01-10 12:37:341163 },
Javier Ernesto Flores Roblesef507e62020-07-08 14:40:341164 'ios_credential_provider': {
1165 'filepath': 'ios/chrome/browser/credential_provider|'\
1166 'ios/chrome/common/credential_provider|'\
1167 'ios/chrome/common/ui|'\
1168 'ios/chrome/credential_provider_extension',
1169 },
Eric Noyaua1825272019-01-02 10:36:391170 'ios_flags': {
Eric Noyaue13b4d72019-01-03 14:23:551171 'filepath': 'ios/chrome/browser/about_flags\.(h|mm)|'\
1172 'ios/chrome/browser/experimental_flags\.(h|mm)|'\
1173 'ios/chrome/browser/resources/Settings.bundle/Experimental\.plist',
Eric Noyaua1825272019-01-02 10:36:391174 },
marqa4f135f2017-01-10 12:37:341175 'ios_showcase': {
Sylvain Defresne81467d82017-05-29 09:06:141176 'filepath': 'ios/showcase/',
marqa4f135f2017-01-10 12:37:341177 },
eugenebutb5a5a8572017-01-20 01:18:111178 'ios_web': {
Sylvain Defresne81467d82017-05-29 09:06:141179 'filepath': 'ios/web(_view)?/',
eugenebutb5a5a8572017-01-20 01:18:111180 },
Javier Ernesto Flores Robles1c74b752020-10-27 13:09:361181 'ios_widget_kit': {
1182 'filepath': 'ios/chrome/common/widget_kit|'\
1183 'ios/chrome/browser/widget_kit|'\
1184 'ios/chrome/widget_kit_extension',
1185 },
Megan Jablonski33f229f2019-12-18 22:58:001186 'language': {
1187 'filepath': 'chrome/browser/language|'\
1188 'components/language|'\
1189 'components/test/data/language|'\
1190 'ios/chrome/browser/language|'\
1191 'ios/web_view/internal/language'
1192 },
Johanndfa4d7d2017-12-07 18:05:291193 'libaom': {
1194 'filepath': 'third_party/libaom/',
1195 },
Takeshi Yoshino524e1d262017-07-28 01:16:381196 'libvpx': {
Johanndfa4d7d2017-12-07 18:05:291197 'filepath': 'third_party/libvpx/',
vabraafbd4f32015-11-10 19:30:231198 },
[email protected]a3f777d2014-01-07 23:38:261199 'libwebp': {
1200 'filepath': 'third_party/libwebp'
1201 },
dominiccabb90e02017-03-31 04:54:231202 'libxml_xslt': {
1203 'filepath': 'third_party/libxml/' \
1204 '|third_party/libxslt/',
1205 },
[email protected]04a292a2013-03-07 19:58:421206 'linux_sandboxing': {
Matthew Denton801686d22020-03-10 00:54:381207 'filepath': 'sandbox/linux/'\
Robert Sesek7d0b49b2020-07-08 18:31:271208 '|sandbox/policy/linux/',
[email protected]f76c8852012-06-21 16:37:001209 },
[email protected]04a292a2013-03-07 19:58:421210 'linux_seccomp_bpf': {
[email protected]d6a23612012-11-13 20:11:541211 'filepath': 'content/common/sandbox.*linux.cc',
[email protected]f76c8852012-06-21 16:37:001212 },
Joe DeBlasio900bf342021-05-03 21:21:501213 'lookalikes': {
1214 'filepath': 'chrome/browser/component_updater/safety_tips_.*'\
1215 '|chrome/browser/lookalikes/'\
1216 '|chrome/browser/reputation/'\
1217 '|chrome/browser/ui/views/page_info/safety_tip_page_info_bubble_view.*'\
1218 '|components/lookalikes/'\
1219 '|components/site_engagement/'\
1220 '|components/url_formatter/',
1221 },
lgrey62faed72016-10-11 21:40:391222 'mac': {
lgrey332339b12016-12-05 17:16:401223 'filepath': '(_|/)(cocoa|mac)(_|\.)|/(cocoa|mac)/|^((?!ios\/).)*\.mm?$',
lgrey62faed72016-10-11 21:40:391224 },
mlamourid8b0feb2015-06-02 16:30:471225 'manifest': {
1226 'filepath': 'content/(browser|renderer)/manifest/'\
Dominick Ng31b7feb2019-01-29 23:24:001227 '|content/public/common/manifest*'\
1228 '|third_party/blink/(common|mojom)/manifest/'\
1229 '|third_party/blink/renderer/modules/manifest/',
mlamourid8b0feb2015-06-02 16:30:471230 },
[email protected]f76c8852012-06-21 16:37:001231 'media': {
Francois Beaufort9ab59c82017-08-24 13:10:291232 'filepath': 'media|third_party/(ffmpeg|opus|libvpx)'
[email protected]f76c8852012-06-21 16:37:001233 },
mcasasfeedbe42017-03-03 05:23:561234 'media_capture_from_element': {
alancutter40359812017-03-03 08:20:271235 'filepath': 'content/renderer/media_capture_from_element/' \
Blink Reformata30d4232018-04-07 15:31:061236 '|third_party/blink/renderer/modules/mediacapture/' \
Kent Tamuraeb394c72018-04-07 19:14:551237 '|third_party/blink/renderer/platform/exported/web_canvas_capture' \
Kent Tamura77578cc2018-11-25 22:33:431238 '|third_party/blink/web_tests/fast/mediacapturefromelement/' \
Kent Tamuraeb394c72018-04-07 19:14:551239 '|third_party/blink/public/platform/web_canvas_capture'
mcasasfeedbe42017-03-03 05:23:561240 },
Tommy Steimel074a1822018-02-07 17:25:441241 'media_controls': {
Blink Reformata30d4232018-04-07 15:31:061242 'filepath': 'third_party/blink/renderer/modules/media_controls/'
Tommy Steimel074a1822018-02-07 17:25:441243 },
[email protected]06dd23172013-06-24 21:04:511244 'media_galleries': {
1245 'filepath': 'chrome/browser/extensions/api/media_galleries/'\
[email protected]06dd23172013-06-24 21:04:511246 '|chrome/browser/media_galleries/'\
1247 '|chrome/browser/storage_monitor/'\
1248 '|chrome/common/media_galleries/'\
Jay Civellicf995502017-09-08 23:59:271249 '|chrome/test/data/extensions/api_test/media_galleries/'
[email protected]06dd23172013-06-24 21:04:511250 },
Miguel Casas7ac35742020-01-09 20:04:401251 'media_gpu_cros': {
1252 'filepath': 'media/gpu/chromeos'\
1253 '|media/gpu/vaapi'\
1254 '|media/gpu/v4l2'\
1255 '|media/gpu/.*\.(cc|h)$'\
1256 '|media/mojo/(clients|mojom|test|services)/.*accelerator.*'
1257 },
1258 'media_gpu_vaapi': {
1259 'filepath': 'media/gpu/vaapi',
1260 },
1261 'media_gpu_win': {
1262 'filepath': 'media/gpu/windows/'
1263 },
alokp9e369ea72e2016-06-10 05:41:091264 'media_mojo': {
Xiaohan Wang6cbdcdf2018-06-12 21:55:541265 'filepath': 'media/mojo/'
alokp9e369ea72e2016-06-10 05:41:091266 },
mcasasfeedbe42017-03-03 05:23:561267 'media_recorder': {
alancutter40359812017-03-03 08:20:271268 'filepath': 'content/renderer/media_recorder/' \
Blink Reformata30d4232018-04-07 15:31:061269 '|third_party/blink/renderer/modules/mediarecorder/' \
Kent Tamuraeb394c72018-04-07 19:14:551270 '|third_party/blink/renderer/platform/exported/web_media_recorder' \
Kent Tamura77578cc2018-11-25 22:33:431271 '|third_party/blink/web_tests/fast/mediarecorder/' \
Kent Tamuraeb394c72018-04-07 19:14:551272 '|third_party/blink/public/platform/web_media_recorder'
mcasasfeedbe42017-03-03 05:23:561273 },
miu5e69f1c52016-10-23 13:40:111274 'media_remoting': {
1275 'filepath': 'chrome/browser/media/cast_remoting'\
Miyoung Shin3fc077c2019-08-06 00:29:441276 '|media/mojo/mojom/remoting.mojom'\
Henrique Ferreirob56c9212021-06-09 17:53:591277 '|media/remoting/'\
1278 '|third_party/blink/public/platform/media/web_media_player_'\
1279 '|third_party/blink/renderer/platform/media/web_media_player_',
miu5e69f1c52016-10-23 13:40:111280 },
kmarshallb698ad4f2015-02-24 19:42:481281 'media_router': {
mark a. foltzb7228ec12021-01-28 18:29:501282 'filepath': 'chrome/app/media_router_strings.grdp' \
mfoltz57fd7f32017-05-03 06:12:581283 '|chrome/browser/media/router/' \
kmarshallb698ad4f2015-02-24 19:42:481284 '|chrome/browser/resources/media_router/' \
Takumi Fujimoto4bef2792018-05-03 17:51:551285 '|chrome/browser/ui/media_router/' \
mfoltz57fd7f32017-05-03 06:12:581286 '|chrome/browser/ui/views/media_router/' \
mark a. foltzb7228ec12021-01-28 18:29:501287 '|chrome/test/media_router/' \
1288 '|components/media_router/'
kmarshallb698ad4f2015-02-24 19:42:481289 },
Alessio Bazzica819f47362021-09-21 17:01:161290 'media_webrtc': {
Alessio Bazzica10197e32021-09-24 12:17:441291 'filepath': '^media/webrtc/'
Alessio Bazzica819f47362021-09-21 17:01:161292 },
[email protected]f76c8852012-06-21 16:37:001293 'message_loop': {
[email protected]f2f0fbb92012-07-14 15:52:491294 'filepath': 'base/message_'
[email protected]f76c8852012-06-21 16:37:001295 },
1296 'metrics': {
[email protected]f2f0fbb92012-07-14 15:52:491297 'filepath': 'base/metrics/'\
asvitkine361b276e2016-08-30 18:45:001298 '|chrome/android/java/src/org/chromium/chrome/browser/metrics/'\
[email protected]f2f0fbb92012-07-14 15:52:491299 '|chrome/browser/metrics/'\
[email protected]f2f0fbb92012-07-14 15:52:491300 '|chrome/browser/chromeos/external_metrics'\
[email protected]b0d594d2014-02-21 03:22:121301 '|chrome/browser/extensions/api/metrics_private/'\
[email protected]f2f0fbb92012-07-14 15:52:491302 '|chrome/browser/ui/webui/metrics_handler'\
asvitkineb7e10302016-01-20 05:17:451303 '|chromecast/browser/metrics/'\
asvitkinee4bad382015-11-05 21:56:451304 '|components/metrics/'\
asvitkineb7e10302016-01-20 05:17:451305 '|components/metrics_services_manager/'\
asvitkinee4bad382015-11-05 21:56:451306 '|components/variations/'\
[email protected]b0d594d2014-02-21 03:22:121307 # Exclude XML files; in particular, histograms.xml.
1308 '|tools/metrics/[^.]*([.](?!xml$).*)?$',
1309 },
Ilya Shermandfce91b72020-03-23 18:52:461310 'metrics_metadata_files': {
1311 # Subscribe to this to watch for changes to {actions, histograms, ukm}.xml
1312 # and to the field trial testing config.
1313 'filepath': 'tools/metrics/.*\.xml$'\
1314 '|testing/variations/fieldtrial_testing_config.json',
1315 },
Gabriel Marinac7ecd72019-10-04 18:16:061316 'metrics_perf': {
1317 'filepath': 'chrome/browser/metrics/perf/',
1318 },
toyoshim8f51f902015-03-27 03:50:211319 'midi': {
1320 'filepath': 'midi',
[email protected]f76c8852012-06-21 16:37:001321 },
Kyle Horimotoc4d57b122018-02-28 01:17:301322 'multidevice': {
Ryan Hansberry587c8082018-09-20 01:31:191323 'filepath': 'ash/multi_device_setup/'\
Henrique Ferreiro2029590e2021-09-23 08:01:521324 '|chrome/browser/ash/cryptauth/'\
Henrique Ferreiro9f24ade2021-09-23 10:12:231325 '|chrome/browser/ash/device_sync/'\
Henrique Ferreiro907994162021-09-23 12:31:561326 '|chrome/browser/ash/multidevice_setup/'\
Henrique Ferreiro7e32397e2021-09-24 08:31:251327 '|chrome/browser/ash/secure_channel/'\
Kyle Horimoto592f64c2018-03-28 23:43:221328 '|chrome/browser/resources/chromeos/multidevice_setup/'\
Ryan Hansberry587c8082018-09-20 01:31:191329 '|chrome/browser/resources/settings/multidevice_page/'\
Demetrios Papadopoulosbb154e932019-12-23 22:05:261330 '|chrome/browser/resources/settings/chromeos/multidevice_page/'\
Ryan Hansberry587c8082018-09-20 01:31:191331 '|chrome/browser/ui/webui/chromeos/multidevice_setup/'\
1332 '|chrome/browser/ui/webui/settings/chromeos/multidevice'\
Kyle Horimoto7de86582018-12-19 20:40:251333 '|chrome/test/data/webui/multidevice_setup/'\
1334 '|chromeos/components/multidevice/'\
James Hawkinsf7e517c2018-03-30 21:01:141335 '|chromeos/components/proximity_auth/'\
Kyle Horimoto7de86582018-12-19 20:40:251336 '|chromeos/resources/multidevice_resources.grdp'\
Kyle Horimoto592f64c2018-03-28 23:43:221337 '|chromeos/services/device_sync/'\
1338 '|chromeos/services/multidevice_setup/'\
1339 '|chromeos/services/secure_channel/'\
Kyle Horimoto9bace7f2018-09-21 23:36:481340 '|ui/webui/resources/cr_components/chromeos/multidevice_setup/'
Kyle Horimotoc4d57b122018-02-28 01:17:301341 },
Alex Newcomer5e587d352020-09-16 18:06:261342 'multipaste': {
1343 'filepath': 'ash/clipboard/',
1344 },
[email protected]f76c8852012-06-21 16:37:001345 'nacl': {
[email protected]f2f0fbb92012-07-14 15:52:491346 'filepath': 'chrome/nacl/|chrome/test/nacl/|'\
[email protected]193912d2013-09-06 17:41:561347 'chrome/browser/nacl_host/|chrome/common/nacl|'\
1348 'native_client_sdk/src/doc/',
[email protected]f76c8852012-06-21 16:37:001349 },
[email protected]99ddc3d2013-01-22 16:15:331350 'native_client_sdk': {
1351 'filepath': '^native_client_sdk/',
1352 },
[email protected]b9ecdb62014-03-07 14:56:431353 'navigation': {
danakjd3baa132020-09-10 15:33:561354 'filepath': 'content/browser/renderer_host|'\
[email protected]b9ecdb62014-03-07 14:56:431355 'content/browser/renderer_host/render_process_host.*|'\
1356 'content/browser/renderer_host/render_view_host.*|'\
1357 'content/browser/web_contents/web_contents_impl.*|'\
1358 'content/renderer/render_frame.*|'\
1359 'content/renderer/render_view.*'
1360 },
Ryan Hansberry8a6e3e3e2020-05-15 17:23:051361 'nearby': {
1362 'filepath': 'chrome/browser/nearby_sharing/|'\
Richard Knoll0636d402020-06-30 17:02:141363 'chrome/browser/resources/nearby_internals/|'\
1364 'chrome/browser/resources/nearby_share/|'\
James Vecorefcdea412020-08-27 08:20:321365 'chrome/browser/resources/settings/chromeos/nearby_share_page/|'\
Richard Knoll0636d402020-06-30 17:02:141366 'chrome/browser/ui/webui/nearby_internals/|'\
1367 'chrome/browser/ui/webui/nearby_share/|'\
James Vecore09205372020-07-30 01:45:151368 'chrome/services/sharing/'
Ryan Hansberry8a6e3e3e2020-05-15 17:23:051369 },
[email protected]f76c8852012-06-21 16:37:001370 'net': {
[email protected]f2f0fbb92012-07-14 15:52:491371 'filepath': 'net/',
[email protected]f76c8852012-06-21 16:37:001372 },
bnc1872e8bd2017-01-27 02:47:281373 'net_base': {
1374 'filepath': 'net/base/',
1375 },
bnc1872e8bd2017-01-27 02:47:281376 'net_http2': {
1377 'filepath': 'net/http2/',
1378 },
[email protected]f76c8852012-06-21 16:37:001379 'net_log': {
mmenke59e4d8fb42016-06-15 21:15:281380 'filepath': 'net/log/|' \
[email protected]f2f0fbb92012-07-14 15:52:491381 'chrome/browser/net/.*net_log|' \
[email protected]f2f0fbb92012-07-14 15:52:491382 'chrome/browser/resources/net_internals/|' \
mmenke59e4d8fb42016-06-15 21:15:281383 'chrome/browser/ui/webui/net_internals/|' \
Takeshi Yoshino6b30abd2017-07-16 03:34:511384 'components/net_log/'
[email protected]f76c8852012-06-21 16:37:001385 },
Adam Rice027497d2018-07-27 02:17:021386 'net_server': {
1387 'filepath': 'net/server/'
1388 },
bnc1872e8bd2017-01-27 02:47:281389 'net_spdy': {
1390 'filepath': 'net/spdy/',
1391 },
Adam Rice027497d2018-07-27 02:17:021392 'net_websockets': {
1393 'filepath': 'net/websockets/',
1394 },
jkarlin539748402015-03-31 17:36:311395 'netinfo': {
Josh Karlin1bd016742017-08-18 17:44:171396 'filepath': '/netinfo/',
jkarlin539748402015-03-31 17:36:311397 },
Helen Li30f43d8e2018-05-09 16:24:011398 'network_service': {
1399 'filepath': 'services/network/',
1400 },
Vincent Scheibd5da4d952017-11-03 01:33:241401 'nfc': {
Rijubrata Bhaumik04f46442019-09-02 07:54:441402 'filepath': 'services/device/nfc/|'\
1403 'third_party/blink/renderer/modules/nfc/'
Vincent Scheibd5da4d952017-11-03 01:33:241404 },
Xing Liue18f0fb2019-03-22 23:55:141405 'notification_scheduler': {
1406 'filepath': 'chrome/browser/notifications/proto/|'\
1407 'chrome/browser/notifications/scheduler/'
1408 },
peterf4758412014-09-17 15:06:011409 'notifications': {
Peter Beverloo4548c852017-08-31 13:45:171410 'filepath': 'chrome/browser/extensions/api/notifications/|'\
1411 'chrome/browser/notifications/|'\
1412 'chrome/test/data/notifications/|'\
1413 'content/browser/notifications/|'\
Peter Beverloo4548c852017-08-31 13:45:171414 'content/common/platform_notification|'\
1415 'content/public/browser/platform_notification|'\
1416 'content/public/common/platform_notification|'\
1417 'content/renderer/notification_|'\
Xi Chengd47af342018-04-24 02:36:331418 'chrome/notification_helper/|'\
Kent Tamura77578cc2018-11-25 22:33:431419 'third_party/blink/web_tests/external/wpt/notifications|'\
1420 'third_party/blink/web_tests/http/tests/notifications|'\
Blink Reformata30d4232018-04-07 15:31:061421 'third_party/blink/renderer/modules/notifications|'\
1422 'third_party/blink/public/platform/modules/notifications|'\
peterf4758412014-09-17 15:06:011423 'ui/message_center/'
1424 },
tbansalc6f1c9f2016-09-30 22:48:421425 'nqe': {
1426 'filepath': 'nqe',
1427 },
mcwilliamsedee5042016-04-05 18:46:451428 'ntp_snippets': {
1429 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk16a37f902016-05-16 15:49:361430 'chrome/android/javatests/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk14c89352016-07-21 13:45:131431 'chrome/android/junit/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk117ffb322017-02-06 12:04:201432 'chrome/android/java/src/org/chromium/chrome/browser/suggestions/|'\
1433 'chrome/android/javatests/src/org/chromium/chrome/browser/suggestions/|'\
mvanouwerkerk538dc0b62016-05-17 14:55:341434 'chrome/browser/android/ntp/ntp_snippets|'\
mcwilliamsedee5042016-04-05 18:46:451435 'chrome/browser/ntp_snippets/|'\
1436 'components/ntp_snippets/|'\
1437 'chrome/android/java/res/layout/new_tab_page|'\
noyau451e6bb62016-12-23 14:29:041438 'chrome/android/java/res/layout/most_visited|'\
1439 'ios/chrome/browser/ntp_snippets'
mcwilliamsedee5042016-04-05 18:46:451440 },
treib70176c52016-07-08 14:34:191441 'ntp_tiles': {
1442 'filepath': 'chrome/browser/android/ntp/|'\
1443 'chrome/browser/ui/webui/ntp/|'\
1444 'chrome/common/search/ntp|'\
noyau451e6bb62016-12-23 14:29:041445 'components/ntp_tiles/|'\
1446 'ios/chrome/browser/ntp_tiles'
treib70176c52016-07-08 14:34:191447 },
dimichdce3ee492016-04-04 04:20:521448 'offline_pages': {
1449 'filepath': 'components/offline_pages/'\
fgorski329be5b2016-04-19 21:38:111450 '|chrome/browser/android/offline_pages/'\
1451 '|chrome/android/java/src/org/chromium/chrome/browser/offlinepages/'
dimichdce3ee492016-04-04 04:20:521452 },
[email protected]f76c8852012-06-21 16:37:001453 'omnibox': {
Justin Donnelly600d8e92018-11-09 00:40:501454 'filepath': '^chrome/browser/autocomplete/|'\
Justin Donnelly671bf1362021-06-03 19:01:251455 '^chrome/browser/resources/new_tab_page/realbox/|'\
Justin Donnelly600d8e92018-11-09 00:40:501456 '^chrome/browser/resources/omnibox|'\
1457 '^chrome/browser/ui/location_bar/|'\
1458 '^chrome/browser/ui/omnibox/|'\
1459 '^chrome/browser/ui/.*/location_bar/|'\
1460 '^chrome/browser/ui/.*/omnibox/|'\
Justin Donnelly671bf1362021-06-03 19:01:251461 '^chrome/browser/ui/.*/realbox/|'\
1462 '^chrome/test/data/webui/new_tab_page/realbox/|'\
Justin Donnellyb8736472020-11-24 15:44:221463 '^components/omnibox/|'\
1464 '^components/search_engines/'
[email protected]f76c8852012-06-21 16:37:001465 },
chasej6dff9292016-02-02 20:33:121466 'origin_trials': {
Jason Chasedfcd02b2018-08-10 21:07:491467 'filepath': 'origin_trial'\
chasej68b8bbd2017-01-26 19:26:131468 '|OriginTrial'\
1469 '|ConditionalFeature',
chasej6dff9292016-02-02 20:33:121470 },
[email protected]4a2078e2013-07-18 20:40:201471 'ozone': {
[email protected]f93c2c92013-10-31 18:22:441472 'filepath': 'ui/ozone/|'\
[email protected]4b66bf922013-10-28 19:49:431473 'ui/events/ozone/|'\
Tom Anderson374e34512019-12-10 23:27:161474 'ui/gfx/linux/|'\
[email protected]4a2078e2013-07-18 20:40:201475 'ui/gl/gl_.*egl.*|'\
1476 'ui/gl/gl_.*ozone.*'
1477 },
Sergey Ulanov004097c2018-11-05 23:29:281478 'ozone_scenic': {
1479 'filepath': 'ui/ozone/platform/scenic',
1480 },
lgarron9e25c7402017-03-15 04:03:111481 'page_info' : {
1482 'filepath': 'chrome/browser/ui/page_info/'\
1483 '|chrome/browser/ui/.*/page_info/'\
lgarron3428b2d32017-03-21 18:35:191484 '|chrome/android/java/src/org/chromium/chrome/browser/page_info/'\
lgarron6cd116a2017-04-07 19:42:181485 '|components/page_info_strings.grdp'\
Gregory Chatzinoffdf93d692017-09-09 01:32:271486 '|ios/chrome/browser/ui/page_info/'
lgarron6cd116a2017-04-07 19:42:181487 },
csharrison3b1dc4062015-10-19 14:31:081488 'page_load_metrics' : {
Tom McKeee6cd28a2021-05-04 18:44:521489 'filepath': '/page_load_metrics/'
csharrison3b1dc4062015-10-19 14:31:081490 },
[email protected]f76c8852012-06-21 16:37:001491 'panels': {
[email protected]7cbe5a52012-09-27 02:00:291492 'filepath': 'chrome/browser/ui/panels'\
1493 '|chrome/browser/ui/cocoa/panels'\
[email protected]7cbe5a52012-09-27 02:00:291494 '|chrome/browser/ui/views/panels'
[email protected]f76c8852012-06-21 16:37:001495 },
Michael Lippautz52bc4b922021-08-30 15:28:141496 'partition_alloc': {
1497 'filepath': 'base/allocator/partition_allocator/'
1498 },
[email protected]3cc8b3922014-05-05 13:12:081499 'password_manager': {
1500 'filepath': 'chrome/.*/password_'\
1501 '|chrome/browser/ui/passwords'\
1502 '|chrome/browser/ui/views/passwords'\
1503 '|chrome/test/data/password'\
1504 '|components/autofill.*password'
1505 '|components/password_'\
vabrccdb7222016-06-01 14:59:401506 '|^ios/chrome/browser/passwords'\
[email protected]3cc8b3922014-05-05 13:12:081507 },
rouslane8a22262016-10-19 20:49:411508 'payments': {
1509 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/payments'\
1510 '|chrome/android/javatests/src/org/chromium/chrome/browser/payments'\
Rouslan Solomakhin81af4cf2017-06-27 15:23:491511 '|chrome/browser/payments'\
1512 '|chrome/browser/ui/views/payments'\
Mohamad Ahmadi2b452762017-07-18 23:17:151513 '|components/payments/test/data'\
rouslana64ceca2016-10-26 01:10:311514 '|components/payments'\
Rouslan Solomakhin81af4cf2017-06-27 15:23:491515 '|content/browser/payments'\
1516 '|content/test/data/payments'\
1517 '|ios/chrome/browser/payments'\
1518 '|ios/chrome/browser/ui/payments'\
1519 '|ios/web/payments'\
1520 '|ios/web/public/payments'\
Kent Tamura77578cc2018-11-25 22:33:431521 '|third_party/blink/web_tests/external/wpt/payment-request'\
1522 '|third_party/blink/web_tests/http/tests/payments'\
1523 '|third_party/blink/web_tests/payments'\
Blink Reformata30d4232018-04-07 15:31:061524 '|third_party/blink/public/platform/modules/payments'\
1525 '|third_party/blink/renderer/modules/payments'
mahmadi0a7bb59f2017-02-22 19:13:491526 },
Lei Zhang91530f72019-06-14 21:20:151527 'pdf': {
Lei Zhangaaf64f52019-06-21 00:52:081528 'filepath': 'components/pdf/'\
1529 '|chrome/browser/pdf/'\
1530 '|chrome/browser/ui/pdf/'\
1531 '|pdf/'
Lei Zhang91530f72019-06-14 21:20:151532 },
[email protected]f76c8852012-06-21 16:37:001533 'pepper_api': {
[email protected]b8491b02013-11-13 03:50:581534 'filepath': 'ppapi/api'\
1535 '|ppapi/c',
[email protected]f76c8852012-06-21 16:37:001536 },
mlamourid8b0feb2015-06-02 16:30:471537 'permissions': {
1538 'filepath': 'content/(child,browser)/permissions/'\
1539 '|content/common/permission_*'\
1540 '|content/public/(common,browser)/permission_*'\
1541 '|chrome/browser/permissions/'\
1542 '|chrome/browser/content_settings/permission*'\
1543 '|permission_context',
1544 },
Kyle Horimoto97611c12020-08-13 17:39:031545 'phonehub': {
Henrique Ferreiro0e1fcc0f2021-09-24 05:46:211546 'filepath': 'chrome/browser/ash/phonehub/'\
Tim Songf7f00b02020-09-03 20:57:001547 '|chromeos/components/phonehub/'\
1548 '|ash/system/phonehub/',
Kyle Horimoto97611c12020-08-13 17:39:031549 },
François Beaufortb2070eb2018-02-08 10:36:341550 'picture_in_picture': {
Blink Reformata30d4232018-04-07 15:31:061551 'filepath': 'third_party/blink/renderer/modules/picture_in_picture/'
François Beaufortb2070eb2018-02-08 10:36:341552 },
Will Harris723f11402020-11-12 23:09:071553 'plugin_metadata': {
1554 'filepath': 'chrome/browser/resources/plugin_metadata/'
1555 },
Ian Clellanda54f1982021-01-14 14:01:511556 'policy_features': {
1557 'filepath' : 'third_party/blink/renderer/core/feature_policy/document_policy_features.json5|'\
1558 'third_party/blink/renderer/core/feature_policy/feature_policy_features.json5'
1559 },
michaelpg11fff3f2015-02-06 03:35:341560 'polymer': {
1561 'filepath': 'third_party/polymer/|'\
michaelpgf94a2a22017-03-06 22:35:001562 'third_party/web-animations-js/|'\
dbeam78528be2016-02-18 07:08:491563 'tools/polymer|'\
michaelpg11fff3f2015-02-06 03:35:341564 'ui/webui/resources/polymer_resources.grdp',
1565 },
Charles Harrison981d33c2017-10-06 21:36:221566 'popup_blocker': {
1567 'filepath': 'chrome/browser/ui/blocked_content'
1568 },
twifkak0c69c1f2015-06-22 18:20:091569 'precache': {
1570 'filepath': '[pP]recache'
1571 },
Hiroki Nakagawa3654fbe2020-10-28 02:53:431572 'prefetch_proxy': {
1573 'filepath': 'chrome/browser/prefetch/prefetch_proxy',
1574 },
[email protected]be775bc2014-06-30 15:41:141575 'prepopulated_engines': {
1576 'filepath': 'components/search_engines/prepopulated_engines.json',
1577 },
[email protected]f76c8852012-06-21 16:37:001578 'prerender': {
Hiroki Nakagawa94274a412021-03-02 06:01:411579 'filepath': 'chrome/browser/chrome_content_browser_client_binder_policies' \
1580 '|content/browser/mojo_binder_policy' \
1581 '|content/browser/prerender/'
[email protected]f76c8852012-06-21 16:37:001582 },
mfoltz57fd7f32017-05-03 06:12:581583 'presentation': {
mark a. foltze8739c7c2019-04-24 18:33:091584 'filepath': 'content/browser/presentation/' \
1585 '|content/public/browser/presentation_' \
1586 '|third_party/blink/public/mojom/presentation/' \
1587 '|third_party/blink/renderer/modules/presentation/' \
1588 '|third_party/blink/web_tests/(virtual/)?presentation/'
mfoltz57fd7f32017-05-03 06:12:581589 },
Robert Ogdenb766c88a2019-06-10 18:10:231590 'preview_features': {
1591 'filepath': 'components/previews/core/previews_features' \
1592 '|components/previews/core/previews_experiments'
1593 },
rbpotter0d9edeed2018-08-03 14:11:581594 'print_preview': {
1595 'filepath': 'chrome/browser/resources/print_preview/' \
1596 '|chrome/browser/ui/webui/print_preview/'
1597 },
peter884896c72015-03-12 14:26:201598 'push_messaging': {
1599 'filepath': 'push_messaging'
1600 },
David Black9b7b19f2020-02-24 18:28:351601 'quick_answers': {
Yeunjoo Choibc95a932021-08-31 01:08:221602 'filepath': 'ash/components/quick_answers/'\
1603 '|ash/quick_answers/'\
1604 '|chrome/browser/renderer_context_menu/quick_answers.*'
David Black9b7b19f2020-02-24 18:28:351605 },
Greg Thompsonc72dc582019-11-14 15:51:321606 'relaunch_notification': {
1607 'filepath': 'chrome/browser/ui/views/relaunch_notification'
1608 },
mark a. foltze8739c7c2019-04-24 18:33:091609 'remoteplayback': {
1610 'filepath': 'chrome/android/features/media_router/java/src/org/chromium/chrome/browser/media/router/FlingingController' \
1611 '|chrome/android/java/src/org/chromium/chrome/browser/media/remote/' \
1612 '|chrome/browser/media/android/remote/' \
mark a. foltze8739c7c2019-04-24 18:33:091613 '|media/renderers/remote_playback' \
Henrique Ferreirob56c9212021-06-09 17:53:591614 '|third_party/blink/public/platform/media/remote_playback' \
mark a. foltze8739c7c2019-04-24 18:33:091615 '|third_party/blink/public/platform/modules/remoteplayback/' \
1616 '|third_party/blink/renderer/core/html/media/remote_playback' \
Henrique Ferreirob56c9212021-06-09 17:53:591617 '|third_party/blink/renderer/platform/media/remote_playback' \
mark a. foltze8739c7c2019-04-24 18:33:091618 '|third_party/blink/renderer/modules/remoteplayback/' \
1619 '|third_party/blink/web_tests/media/remoteplayback/' \
1620 '|third_party/blink/web_tests/virtual/new-remote-playback-pipeline/'
1621 },
[email protected]f76c8852012-06-21 16:37:001622 'remoting': {
sergeyu05995a4f2017-01-24 21:26:011623 'filepath': '^remoting/' \
1624 '|^testing/chromoting'
[email protected]f76c8852012-06-21 16:37:001625 },
gab57e80c72014-12-08 21:06:131626 'rlz_id': {
1627 'filepath' :'rlz/lib/machine_id.cc|'\
1628 'rlz/lib/machine_id.h|'\
1629 'rlz/win/lib/machine_id_win.cc',
1630 },
Joe Medleya129fe32018-01-25 15:20:221631 'runtime_enabled_features': {
Blink Reformata30d4232018-04-07 15:31:061632 'filepath' : 'third_party/blink/renderer/platform/runtime_enabled_features.json5'
Joe Medleya129fe32018-01-25 15:20:221633 },
grt829c6a82014-10-20 09:29:321634 'safe_browsing': {
timvolodine41e95412017-03-14 02:55:341635 'filepath': 'chrome/(browser|common|renderer)/safe_browsing/|'\
1636 'components/safe_browsing/',
grt829c6a82014-10-20 09:29:321637 },
Mike Wittman652832b2019-07-16 14:34:391638 'sampling_profiler': {
1639 'filepath': 'base/profiler/'\
1640 '|chrome/common/profiler/'\
Mike Wittman652832b2019-07-16 14:34:391641 '|chrome/renderer/v8_unwinder*'\
1642 '|components/metrics/*call_stack*'\
Mike Wittmane4a1a252019-07-29 20:27:261643 '|components/metrics/public/mojom/call_stack*',
Mike Wittman652832b2019-07-16 14:34:391644 },
Zentaro Kavanagh050f7bf2020-10-09 19:26:511645 'scanning': {
Yeunjoo Choi9b62f1a2021-06-23 13:17:001646 'filepath': 'ash/webui/scanning/'\
Yeunjoo Choid71ed04b2021-03-11 00:57:521647 '|chrome/browser/ash/scanning/',
Zentaro Kavanagh050f7bf2020-10-09 19:26:511648 },
Robert Sesekae79d38512018-09-04 18:13:301649 'security': {
1650 'filepath': 'base/json/'\
1651 '|base/memory/.*shared_memory'\
Robert Sesek61902db2018-10-09 19:15:451652 '|components/cbor/'\
1653 '|AndroidManifest',
Robert Sesekae79d38512018-09-04 18:13:301654 },
Katie D14c38ce2019-02-14 00:34:451655 'select_to_speak': {
1656 'filepath': 'select_to_speak',
1657 },
Jeffrey Cohen7fe36f502018-12-12 01:38:211658 'send_tab_to_self': {
Jeffrey Cohen9e494a612019-05-21 16:22:441659 'filepath': 'components/send_tab_to_self'\
1660 '|chrome/android/java/src/org/chromium/chrome/browser/send_tab_to_self/'\
Jeffrey Cohen224a4072019-05-23 20:49:331661 '|chrome/android/junit/src/org/chromium/chrome/browser/send_tab_to_self/'\
Jeffrey Cohen9e494a612019-05-21 16:22:441662 '|chrome/browser/android/send_tab_to_self/'\
1663 '|chrome/browser/send_tab_to_self/'\
1664 '|chrome/browser/ui/send_tab_to_self'\
1665 '|ios/chrome/browser/send_tab_to_self/',
Jeffrey Cohen7fe36f502018-12-12 01:38:211666 },
[email protected]0b431722014-01-08 07:21:511667 'service_worker': {
[email protected]edaf31d2014-03-07 00:09:171668 'filepath': 'content/(browser|renderer|child|common)/service_worker/',
[email protected]0b431722014-01-08 07:21:511669 },
Dan Beam5dec1b42018-12-10 23:52:341670 'settings': {
1671 'filepath': 'chrome/browser/resources/settings/'\
1672 '|chrome/browser/ui/webui/settings/'\
1673 '|chrome/test/data/webui/settings/',
1674 },
May Lippertd0b8cfe2019-05-22 19:54:491675 'settings_os_settings': {
Kyle Horimoto1b958952020-01-15 01:39:171676 'filepath': 'chrome/browser/resources/settings/chromeos/'\
1677 '|chrome/browser/resources/settings/os_settings_resouces.grd'\
1678 '|chrome/browser/resources/settings/os_settings_resouces_vulcanized.grd'\
1679 '|chrome/browser/ui/webui/settings/chromeos/'\
Kyle Horimotoec597772020-01-16 03:45:341680 '|chrome/test/data/webui/settings/chromeos/'\
1681 '|ui/webui/resources/cr_components/chromeos/'\
1682 '|ui/webui/resources/cr_elements/chromeos/',
May Lippertd0b8cfe2019-05-22 19:54:491683 },
Melissa Zhangc4be3d72021-03-19 07:16:531684 'share_service': {
1685 'filepath': 'chrome/browser/sharesheet/',
1686 },
1687 'share_sheet': {
Jeffrey Cohen51f7aab2020-02-11 21:32:121688 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/share/'\
Jeffrey Cohen27b6ab902020-02-18 22:44:371689 '|chrome/android/java/res/layout/share_sheet_.*'\
1690 '|chrome/browser/share/android/java/src/org/chromium/chrome/browser/share/',
Jeffrey Cohen51f7aab2020-02-11 21:32:121691 },
Peter Beverloo9a00acc2019-06-04 14:27:251692 'sharing': {
Himanshu Jaju0de6e102019-07-31 11:16:541693 'filepath': 'chrome/browser/sharing/|'\
1694 'chrome/browser/ui/views/sharing/',
Peter Beverloo9a00acc2019-06-04 14:27:251695 },
Jimmy Gongddab2b62021-07-30 02:17:151696 'shimless_rma': {
1697 'filepath': 'ash/webui/shimless_rma/'\
1698 '|chrome/test/data/webui/chromeos/shimless_rma/',
1699 },
dominickn8884155a2016-06-23 02:28:161700 'site_engagement': {
1701 'filepath': 'chrome/browser/engagement/|'\
1702 'chrome/browser/ui/webui/engagement/',
1703 },
[email protected]f76c8852012-06-21 16:37:001704 'site_instance': {
[email protected]f2f0fbb92012-07-14 15:52:491705 'filepath': 'content/browser/site_instance|'\
1706 'content/browser/browsing_instance',
[email protected]f76c8852012-06-21 16:37:001707 },
Ryan Hansberry587c8082018-09-20 01:31:191708 'smartlock': {
Ryan Hansberry2a123022021-09-14 20:54:281709 'filepath': 'ash/public/cpp/smartlock*'\
1710 '|chrome/browser/ash/login/easy_unlock/'\
1711 '|chrome/browser/resources/settings/chromeos/multidevice_page/multidevice_smartlock*'\
1712 '|chrome/test/data/webui/settings/chromeos/multidevice_smartlock*'\
1713 '|chromeos/components/proximity_auth/'\
1714 '|chromeos/dbus/easy_unlock/',
Ryan Hansberry587c8082018-09-20 01:31:191715 },
Zentaro Kavanagh608f8a12018-01-19 18:39:561716 'smb': {
Yeunjoo Choi7073d6e2021-05-11 01:40:481717 'filepath': 'chrome/browser/ash/file_system_provider' \
Yeunjoo Choic74b67a72021-06-11 08:08:361718 '|chrome/browser/ash/smb_client'\
Zentaro Kavanagh608f8a12018-01-19 18:39:561719 '|chromeos/dbus/fake_smb_provider_client'\
1720 '|chromeos/dbus/smb_provider_client',
1721 },
Joe Medleya129fe32018-01-25 15:20:221722 'source_idls': {
Joe Medleyf7671752018-04-13 14:34:501723 'filepath': 'third_party/blink/renderer/(core|modules|platform)/.*\.idl',
Joe Medleya129fe32018-01-25 15:20:221724 },
Annie Sullivan32e8a882019-12-12 16:21:581725 'speed_metrics_changelog': {
Nicolás Peña Moreno585fda52020-05-01 14:32:511726 'filepath': 'docs/speed/metrics_changelog/.*.md',
Annie Sullivan32e8a882019-12-12 16:21:581727 },
[email protected]ad0295d2012-10-11 23:43:361728 'spellcheck': {
1729 'filepath': 'chrome/browser/spellchecker/'\
timvolodine8cdb94c2016-09-22 12:17:221730 '|chrome/browser/renderer_context_menu/spelling_'\
1731 '|components/spellcheck/'\
1732 '|third_party/hunspell/'\
1733 '|third_party/hunspell_dictionaries/',
[email protected]ad0295d2012-10-11 23:43:361734 },
Greg Thompson9ea091702018-01-04 11:06:321735 'startup': {
1736 'filepath': 'chrome/browser/ui/startup/',
1737 },
Alex Newcomer38e62a72021-07-02 22:00:151738 'status_area': {
1739 'filepath': 'ash/system/'\
1740 '|google_apis/calendar/',
1741 },
Daniel Murphyeda2b872019-11-27 23:51:411742 'storage_service' : {
1743 'filepath': 'components/services/storage/',
1744 },
Ian Clelland0fc655482020-02-14 15:20:101745 'structured_headers' : {
1746 'filepath': 'net/http/structured_headers*',
1747 },
vmpstrcc1c08302015-11-18 06:05:511748 'styleguide': {
1749 'filepath': '^styleguide/',
1750 },
Peter Wenbef43902018-11-28 22:08:121751 'styleguide_python': {
1752 'filepath': '^styleguide/python',
1753 },
engedye7b734da2017-02-07 12:08:131754 'subresource_filter': {
Charles Harrisonfb3eac92017-06-26 21:26:021755 'filepath': 'subresource_filter|SubresourceFilter|url_pattern_index',
engedye7b734da2017-02-07 12:08:131756 },
[email protected]43d33e92014-07-14 16:39:311757 'supervised_users': {
1758 'filepath': 'chrome/browser/.*managed_mode'\
1759 '|chrome/browser/.*managed_user'\
1760 '|chrome/browser/.*supervised_user',
1761 },
CJ DiMegliocaddc3482018-12-12 02:28:381762 'surface_layer_for_video': {
1763 'filepath': 'cc/layers/surface_layer*'\
1764 '|third_party/blink/renderer/platform/graphics/video_frame_*'\
1765 '|third_party/blink/renderer/platform/graphics/surface_layer_bridge*',
1766 },
Anastasia Helfinstein5205acb32019-02-15 00:54:131767 'switch_access': {
1768 'filepath': 'switch_access',
1769 },
[email protected]f76c8852012-06-21 16:37:001770 'sync': {
Andrew Grieveecac5a92018-11-08 01:57:011771 'filepath': '^chrome/browser/ui/sync/'\
maxboguefa217942016-04-01 01:08:131772 '|^chrome/browser/ui/views/sync/'\
1773 '|^chrome/test/android/javatests/src/org/chromium/chrome/test/util/browser/sync/'\
1774 '|^ios/chrome/browser/sync/'\
1775 '|^chrome/android/java/src/org/chromium/chrome/browser/sync/'\
1776 '|^chrome/browser/sync/'\
1777 '|^components/browser_sync/'\
Max Boguefef332d2016-07-28 22:09:091778 '|^components/sync/'\
maxboguefa217942016-04-01 01:08:131779 '|^components/sync_bookmarks/'\
Max Boguefef332d2016-07-28 22:09:091780 '|^components/sync_sessions/',
[email protected]f76c8852012-06-21 16:37:001781 },
[email protected]92871a102013-07-01 11:11:411782 'syncfs': {
1783 'filepath': 'sync_file_system',
1784 },
Giovanni Ortuño Urquidia35ceba2019-12-02 04:46:551785 'system_web_apps': {
1786 'filepath': 'chrome/.*system_web_app'
1787 },
miu5e69f1c52016-10-23 13:40:111788 'tab_alert_indicators': {
1789 'filepath': 'content/browser/media/audio_stream_monitor'\
miu5e69f1c52016-10-23 13:40:111790 '|chrome/browser/ui/tabs/tab_utils'\
Peter Kasting479cc1752018-09-28 22:34:371791 '|chrome/browser/ui/views/tabs/alert_indicator'\
miu5e69f1c52016-10-23 13:40:111792 '|chrome/browser/ui/views/tabs/tab\.cc'\
1793 '|chrome/browser/ui/views/tabs/tab_renderer_data'\
1794 '|media/audio/audio_(output_controller|power_monitor)',
1795 },
[email protected]82d74152013-07-28 08:55:311796 'tab_capture': {
mark a. foltzb7228ec12021-01-28 18:29:501797 # TODO: Watch code in media/audio & audio service for tab audio capture
Adam Parker83a488462017-12-22 00:26:481798 'filepath': 'chrome/browser/extensions/api/tab_capture/'\
miu5e69f1c52016-10-23 13:40:111799 '|chrome/renderer/resources/extensions/tab_capture_custom_bindings.js'\
[email protected]31ef420b2014-08-13 21:19:131800 '|chrome/test/data/extensions/api_test/tab_capture/'\
mark a. foltzb7228ec12021-01-28 18:29:501801 '|components/viz/common/(frame_sinks/|gl_helper|gl_i420|yuv_)'\
1802 '|components/viz/host/client_frame_sink'\
Adam Parker83a488462017-12-22 00:26:481803 '|components/viz/service/frame_sinks/(frame_sink_manager'\
1804 '|video_capture/)'\
[email protected]31ef420b2014-08-13 21:19:131805 '|content/browser/media/capture/'\
mark a. foltzb7228ec12021-01-28 18:29:501806 '|content/browser/renderer_host/media/'\
[email protected]31ef420b2014-08-13 21:19:131807 '|media/base/video_frame\.h'\
Adam Parker83a488462017-12-22 00:26:481808 '|media/capture/'\
mark a. foltzb7228ec12021-01-28 18:29:501809 '|services/viz/privileged/mojom/compositing/frame_sink'\
1810 '|third_party/blink/public/mojom/mediastream/'
[email protected]82d74152013-07-28 08:55:311811 },
[email protected]f76c8852012-06-21 16:37:001812 'tab_contents': {
[email protected]f2f0fbb92012-07-14 15:52:491813 'filepath': 'chrome/browser/tab_contents/|'\
1814 'content/browser/tab_contents/|'\
1815 'chrome/browser/ui/tab_contents/',
[email protected]f76c8852012-06-21 16:37:001816 },
Jinsuk Kim0470a42d2021-02-25 00:49:411817 'tab_interface': {
1818 'filepath': 'chrome/browser/tab/'
1819 },
gogeralddad6ac72019-08-06 23:08:371820 'tab_ui_and_start_surface': {
Wei-Yin Chen (陳威尹)943ca0a2019-08-21 14:51:351821 'filepath': 'chrome/android/features/tab_ui/' \
Wei-Yin Chen (陳威尹)e38f7bf2019-10-24 06:24:231822 '|chrome/android/features/start_surface/' \
1823 '|chrome/android/.*/src/org/chromium/chrome/browser/tasks/'
Mei Liang92e37d52019-03-22 17:27:201824 },
tdresserd80646f2017-03-03 19:26:081825 'tbmv2_metrics': {
1826 'filepath': 'third_party/catapult/tracing/tracing/metrics'
1827 },
[email protected]31a10602012-11-21 01:51:261828 'telemetry': {
nednguyen79105d422016-04-18 01:38:421829 'filepath': 'tools/perf/'
[email protected]31a10602012-11-21 01:51:261830 },
Takeshi Yoshino524e1d262017-07-28 01:16:381831 'test_runner': {
1832 'filepath': 'components/test_runner/' \
Kent Tamura21d1de62018-12-10 04:45:201833 '|content/shell/(common|browser|renderer)/web_test/' \
1834 '|content/test/web_test_support.cc' \
1835 '|content/public/test/web_test_support.h' \
Takeshi Yoshino524e1d262017-07-28 01:16:381836 },
[email protected]f76c8852012-06-21 16:37:001837 'tests': {
[email protected]f2f0fbb92012-07-14 15:52:491838 'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/',
[email protected]0cde05a02011-11-30 23:36:521839 },
jlkleinecc81952016-11-19 00:16:071840 'tether': {
Henrique Ferreirof1f05ac2021-09-27 20:01:491841 'filepath': 'chrome/browser/ash/tether/'\
Kyle Horimoto592f64c2018-03-28 23:43:221842 '|chrome/browser/ui/ash/network/tether*'\
Ryan Hansberry587c8082018-09-20 01:31:191843 '|chromeos/components/tether/'
jlkleinecc81952016-11-19 00:16:071844 },
David Tsengb4effe12020-12-07 23:07:131845 'text_to_speech': {
1846 'filepath': 'tts'
1847 },
[email protected]1cbbb30b2011-10-14 08:03:561848 'textinput': {
Bao-Duy Trane2b20b032020-06-09 01:34:481849 'filepath': 'content/browser/renderer_host/render_widget_host_view'\
[email protected]f2f0fbb92012-07-14 15:52:491850 '|content/browser/renderer_host/text_input'\
1851 '|ui/base/ime/'\
[email protected]f2f0fbb92012-07-14 15:52:491852 '|ui/views/controls/textfield/'\
Yuichiro Hanadaf0b3b472017-10-17 07:00:531853 '|ui/wm/core/ime'
[email protected]1cbbb30b2011-10-14 08:03:561854 },
[email protected]3a117c62011-11-29 04:28:021855 'textinput_chromeos': {
Yeunjoo Choi2ef58f42021-07-28 09:28:041856 'filepath': 'chrome/browser/ash/input_method/'\
[email protected]f2f0fbb92012-07-14 15:52:491857 '|chrome/browser/chromeos/extensions/input_method'\
1858 '|chrome/browser/chromeos/status/input_method'\
Bao-Duy Tran8302196d2020-06-11 07:41:521859 '|chrome/browser/extensions/api/input_ime'\
[email protected]f2f0fbb92012-07-14 15:52:491860 '|chrome/browser/resources/keyboard'\
[email protected]f2f0fbb92012-07-14 15:52:491861 'chromeos/.*(language|keyboard)'\
[email protected]6bd9e802013-04-18 06:40:421862 '|chromeos/ime/*'
[email protected]3a117c62011-11-29 04:28:021863 },
Patrick Monette9355f1fc2019-08-09 18:18:161864 'third_party_conflicts': {
1865 'filepath': 'chrome/browser/win/conflicts/'
1866 },
chirantan96fcf6d2015-01-21 22:36:191867 'timers': {
Patrick Monette400b05142021-04-21 22:28:351868 'filepath': 'base/timer/'
chirantan96fcf6d2015-01-21 22:36:191869 },
robliaofd54b5c2017-01-13 00:41:301870 'tools_win_chromeexts': {
1871 'filepath': 'tools/win/chromeexts',
1872 },
AJITH KUMAR V4f0c4812018-03-27 13:46:571873 'touch_selection': {
1874 'filepath': 'ui/touch_selection/'\
1875 '|content/public/android/java/src/org/chromium/content/browser/selection/'
1876 },
[email protected]c8eb7f72013-07-04 15:30:111877 'tracing': {
1878 'filepath': 'base/debug/trace_event.*'\
primianobef13b42015-01-30 15:29:311879 '|base/trace_event/'\
[email protected]c8eb7f72013-07-04 15:30:111880 '|content/browser/tracing/'\
Oystein Eftevaag6410f1a2018-03-01 18:06:301881 '|components/tracing/'\
1882 '|services/tracing/'
[email protected]c8eb7f72013-07-04 15:30:111883 },
Nicolas Ouellet-payeur0c26b872019-09-05 07:38:071884 'traffic_annotation': {
1885 'filepath': 'tools/traffic_annotation/'
1886 },
Megan Jablonski33f229f2019-12-18 22:58:001887 'translate': {
1888 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/translate|'\
1889 'chrome/android/java/src/org/chromium/chrome/browser/infobar/translate|'\
1890 'chrome/android/javatests/src/org/chromium/chrome/browser/translate|'\
1891 'chrome/browser/translate|'\
1892 'chrome/browser/ui/translate|'\
1893 'chrome/browser/ui/webui/translate_internals|'\
1894 'chrome/browser/ui/views/translate|'\
1895 'chrome/renderer/translate|'\
1896 'chrome/test/data/translate|'\
1897 'components/resources/translate_resources.grdp'\
1898 'components/translate|'\
1899 'components/translate_strings_grdp|'\
1900 'ios/chrome/browser/translate|'\
1901 'ios/chrome/browser/ui/translate|'\
1902 'ios/web_view/internal/translate'
1903 },
Taymon A. Beal632f1302021-07-08 04:50:401904 'turtledove': {
1905 'filepath': 'content/browser/interest_group/|'\
1906 'content/services/auction_worklet/|'\
1907 'third_party/blink/public/mojom/interest_group/|'\
1908 'third_party/blink/renderer/modules/ad_auction/'
1909 },
[email protected]cf428f732012-10-02 20:48:151910 'ui_compositor': {
1911 'filepath': 'ui/compositor/layer\.|'\
1912 'ui/compositor/layer_unittest|'\
1913 'ui/compositor/compositor',
1914 },
robliao2c4b7492016-07-19 01:57:261915 'ui_display_win': {
1916 'filepath': '^ui/display/win',
1917 },
[email protected]6b5093c2012-05-23 19:10:181918 'ui_resources': {
[email protected]f2f0fbb92012-07-14 15:52:491919 'filepath': 'ui/resources/'\
1920 '|ui/base/native_theme/resources/'\
1921 '|chrome/app/theme/'
[email protected]6b5093c2012-05-23 19:10:181922 },
edwardjung83f52ef22017-02-07 13:15:071923 'ui_strings': {
1924 'filepath': 'chrome/app/generated_resources.grd'\
1925 '|chrome/app/google_chrome_strings.grd'\
edwardjung83f52ef22017-02-07 13:15:071926 '|chrome/app/settings_strings.grdp'\
Henrique Nakashimaf5439f82021-01-29 23:52:241927 '|chrome/browser/ui/android/strings/android_chrome_strings.grd'\
edwardjung83f52ef22017-02-07 13:15:071928 '|ios/chrome/app/strings/ios(_.+)*_strings.grd'\
1929 '|ui/strings/ui_strings.grd',
1930 },
Robert Liao5c35cbe2019-02-27 02:42:331931 'ui_views': {
1932 'filepath': '^ui/views',
1933 },
Will Harris989ca932019-02-15 19:21:211934 'unified_consent': {
1935 'filepath': 'components/unified_consent/'\
1936 '|chrome/browser/unified_consent/',
1937 },
Vincent Scheibd5da4d952017-11-03 01:33:241938 'usb': {
1939 'filepath': '/usb/',
1940 },
[email protected]c73ec8ab2014-01-16 20:35:231941 'version_assembly': {
1942 'filepath': 'chrome/app/version_assembly',
1943 },
posciak62a72272016-05-11 08:31:241944 'video': {
1945 'filepath': 'content/browser/renderer_host/media/|'\
1946 'content/renderer/media/|'\
1947 'media/capture/video/|'\
1948 'media/filters/|'\
1949 'media/gpu/|'\
1950 '.*video.*',
1951 },
mcasas09e881c2016-04-09 02:09:501952 'video_capture': {
1953 'filepath': 'chrome/browser/media/.*(capture|media|webrtc)'\
1954 '|content/browser/renderer_host/media/.*(capture|media)'\
1955 '|content/renderer/media/.*(capture|media|webrtc)'\
1956 '|media/capture/'\
chfremer2a01a69b2017-01-06 02:39:011957 '|media/muxers/'\
1958 '|services/video_capture/',
mcasas09e881c2016-04-09 02:09:501959 },
[email protected]ef514a32014-02-26 01:02:351960 'virtual_keyboard': {
Darren Shen40a822352019-06-03 05:39:161961 'filepath': 'ash/keyboard/'\
oka47452c22017-02-17 05:07:571962 '|chrome/test/data/chromeos/virtual_keyboard/'\
1963 '|extensions/browser/api/virtual_keyboard_private/'\
Darren Shen40a822352019-06-03 05:39:161964 '|ash/system/virtual_keyboard/',
[email protected]ef514a32014-02-26 01:02:351965 },
billorr3c7e1442016-11-11 21:21:351966 'virtual_reality': {
David Dorwina4a2b73c2018-05-18 22:39:561967 # Includes VR, AR, and XR.
Michael Thiessena7bec5b2018-07-12 19:10:041968 'filepath': '/vr/'\
David Dorwina4a2b73c2018-05-18 22:39:561969 '|/xr'\
Alex Cooper59197c72019-03-29 17:31:551970 '|webxr'\
Bill Orr165281bd2018-12-06 18:27:121971 '|isolated_xr_device'\
David Dorwina4a2b73c2018-05-18 22:39:561972 '|third_party/arcore'\
1973 '|third_party/gvr'\
1974 '|third_party/libovr'\
1975 '|third_party/openvr',
billorr3c7e1442016-11-11 21:21:351976 },
Victor Viannaf3bad1412021-08-11 08:21:011977 'vscode_tooling': {
1978 'filepath': 'tools/vscode',
1979 },
Chris Blumec6ddd6c2018-12-14 23:35:011980 'vulkan': {
1981 'filepath': 'gpu/vulkan'\
1982 '|third_party/vulkan'
1983 },
Vincent Scheibd5da4d952017-11-03 01:33:241984 'wake_lock': {
1985 'filepath': 'wake_lock',
1986 },
May Lippert04ed4b62019-05-24 16:31:221987 'wallpapers': {
Miyoung Shin3fc077c2019-08-06 00:29:441988 'filepath': 'components/arc/common/wallpaper.mojom'\
May Lippert04ed4b62019-05-24 16:31:221989 '|ash/wallpaper/'\
1990 '|chrome/browser/resources/chromeos/wallpaper_manager/',
1991 },
Raymes Khoury6b9bf762019-05-17 05:00:511992 'web_applications': {
1993 'filepath': 'chrome/browser/web_applications'\
1994 '|chrome/browser/ui/web_applications',
1995 },
Devin Mullins4ff9b282018-03-09 00:37:321996 'web_package': {
1997 'filepath': 'content/browser/loader/prefetch_url_loader'\
1998 '|content/browser/web_package/'\
Kunihiko Sakamotoba390852018-07-11 01:08:551999 '|content/test/data/sxg/'
Devin Mullins4ff9b282018-03-09 00:37:322000 },
Matt Giuca9eb910d2017-08-02 04:07:382001 'web_share': {
2002 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/webshare/'\
2003 '|chrome/android/javatests/src/org/chromium/chrome/browser/WebShare.*'\
Kent Tamura77578cc2018-11-25 22:33:432004 '|third_party/blink/web_tests/webshare/'\
2005 '|third_party/blink/web_tests/external/wpt/web-share/'\
Eric Willigers3eeae17c2019-03-13 17:32:102006 '|third_party/blink/public/mojom/webshare/'\
Blink Reformata30d4232018-04-07 15:31:062007 '|third_party/blink/renderer/modules/webshare/',
Matt Giuca9eb910d2017-08-02 04:07:382008 },
Martin Kreichgauer794a18572018-07-20 20:45:432009 'webauthn': {
2010 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/webauth/'\
2011 '|chrome/android/javatests/src/org/chromium/chrome/browser/webauth/'\
Martin Kreichgauer144f8be2019-09-19 18:41:082012 '|chrome/browser/extensions/api/cryptotoken_private/'\
2013 '|chrome/browser/resources/cryptotoken/'\
Martin Kreichgauer794a18572018-07-20 20:45:432014 '|chrome/browser/ui/webauthn/'\
2015 '|chrome/browser/ui/views/webauthn/'\
Martin Kreichgauer1b7dc872019-04-15 18:50:412016 '|chrome/browser/webauthn/'\
Martin Kreichgauer794a18572018-07-20 20:45:432017 '|content/browser/webauth/'\
2018 '|device/fido/'\
Martin Kreichgauer1b7dc872019-04-15 18:50:412019 '|third_party/blink/public/mojom/webauthn/'\
Nina Satragno9573c032019-10-03 18:51:362020 '|third_party/blink/web_tests/external/wpt/webauthn/'\
Martin Kreichgauer1b7dc872019-04-15 18:50:412021 '|third_party/microsoft_webauthn/',
Martin Kreichgauer794a18572018-07-20 20:45:432022 },
Chris Cunninghamde605a02019-12-12 02:39:112023 'webcodecs': {
2024 'filepath': 'third_party/blink/renderer/modules/webcodecs/',
2025 },
Corentin Wallez3f1d0852018-07-04 15:45:362026 'webgpu': {
2027 'filepath': 'third_party/blink/renderer/modules/webgpu/',
2028 },
Majid Valipour1ffeef32021-05-06 19:06:122029 'webid': {
2030 'filepath': 'third_party/blink/renderer/modules/webid/'\
2031 '|third_party/blink/public/mojom/webid/'\
2032 '|chrome/browser/.*webid',
2033 },
Christian O. Andersson2fc7db52019-09-04 15:39:492034 'weblayer': {
2035 'filepath': 'weblayer/',
2036 },
Carlos ILd0907f22020-01-29 22:52:372037 'weblayer_safe_browsing': {
2038 'filepath': 'weblayer/browser/safe_browsing/',
2039 },
2040 'weblayer_ssl': {
2041 'filepath': 'weblayer/browser/ssl*',
2042 },
Yi Gu2a494792021-06-17 14:05:182043 'webotp': {
2044 'filepath': 'third_party/blink/renderer/modules/credentialmanager/credentials_container\.cc'\
2045 '|third_party/blink/renderer/modules/credentialmanager/.*otp'\
2046 '|third_party/blink/public/mojom/sms/'\
2047 '|content/browser/.*sms/'\
2048 '|chrome/browser/sharing/.*sms',
2049 },
Takeshi Yoshinoe387aa32017-08-02 13:16:132050 'webrtc_browser_tests': {
2051 'filepath': 'chrome/browser/media/.*webrtc.*browsertest|'\
2052 'content/browser/media/.*webrtc.*browsertest',
2053 },
[email protected]208879542012-07-05 11:15:342054 'website_settings': {
[email protected]f2f0fbb92012-07-14 15:52:492055 'filepath': 'chrome/browser/content_settings/'\
2056 '|chrome/browser/ui/views/website_settings/'\
2057 '|chrome/browser/ui/website_settings/'\
Christian Dullwebereba9380672021-05-25 13:12:472058 '|chrome/browser/privacy_sandbox/privacy_sandbox_settings'\
mukai077089f2014-09-11 18:41:522059 '|chrome/common/content_settings'\
Christian Dullwebereba9380672021-05-25 13:12:472060 '|components/content_settings/'\
2061 '|services/network/cookie_settings',
[email protected]208879542012-07-05 11:15:342062 },
[email protected]b17d9e02014-07-29 09:45:502063 'windows_sandboxing': {
2064 'filepath': 'sandbox/win/',
2065 },
Luke Zielinskid00a5112019-10-30 17:58:412066 'wpt_tools': {
2067 'filepath': 'third_party/blink/web_tests/external/wpt/tools/',
2068 },
[email protected]f76c8852012-06-21 16:37:002069 'x11': {
[email protected]f2f0fbb92012-07-14 15:52:492070 'filepath': 'content/browser/renderer_host/backing_store_x\.' \
[email protected]f2f0fbb92012-07-14 15:52:492071 '|chrome/browser/chromeos/system_key_event_listener\.' \
[email protected]f76c8852012-06-21 16:37:002072 '|chrome/browser/chromeos/'\
[email protected]f2f0fbb92012-07-14 15:52:492073 'xinput_hierarchy_changed_event_listener\.' \
2074 '|chrome/browser/chromeos/wm_' \
2075 '|ui/base/x/'
[email protected]0d710852012-05-24 01:18:402076 },
Chris Blume04103c42018-12-14 22:46:062077 'zlib': {
2078 'filepath': 'third_party/zlib'
2079 },
wjmaclean3ff6a402015-03-31 19:00:202080 'zoom': {
2081 'filepath': 'chrome/browser/ui/zoom/' \
2082 '|components/ui/zoom/' \
2083 '|content/browser/host_zoom_*' \
2084 '|content/browser/storage_partition_impl*' \
2085 '|content/public/browser/host_zoom_map.h' \
2086 '|content/public/browser/storage_partition.h'
2087 },
amraboelkher5745530b2021-09-02 12:10:322088 'zte': {
2089 'filepath': 'chrome/browser/ash/login/enrollment/*auto_enrollment*|' \
2090 'chrome/browser/ash/policy/enrollment/*auto_enrollment*|' \
2091 'chrome/browser/ash/policy/enrollment/private_membership/'
2092 },
[email protected]a3838612009-10-13 21:57:542093 },
[email protected]ca872e362011-07-12 21:06:032094
pennymac962d190432016-07-27 00:58:352095 ##############################################################################
2096 # Please keep alphabetical
2097 ##############################################################################
[email protected]a3838612009-10-13 21:57:542098 'WATCHLISTS': {
Joe Medley1e1bb652018-04-27 17:36:592099 'about_flags': ['[email protected]',
2100 '[email protected]'],
Daniel Eratb4c9b9e2019-06-04 23:57:262101 'accelerator_table': ['[email protected]'],
Abigail Klein33cac9c2020-12-31 00:14:002102 'accessibility': ['[email protected]',
2103 '[email protected]',
Akihiro Otac504b882019-02-20 02:54:532104 '[email protected]',
dmazzoni5f4b7f12015-02-17 16:35:572105 '[email protected]',
[email protected]f76c8852012-06-21 16:37:002106 '[email protected]',
Sara Katoeff75d22019-11-07 19:08:232107 '[email protected]',
je_julie.kima170bac2015-05-06 14:57:542108 '[email protected]',
Josiah K3bddaed32020-09-11 17:59:372109 '[email protected]',
Kevin Babbitt52b18902019-04-16 21:47:442110 '[email protected]',
dmazzoni5f4b7f12015-02-17 16:35:572111 '[email protected]',
Sara Katoeff75d22019-11-07 19:08:232112 '[email protected]',
[email protected]f76c8852012-06-21 16:37:002113 '[email protected]'],
Shannon Chenccd4b842020-09-25 02:09:212114 'accessibility_component_extensions': ['[email protected]',
2115 '[email protected]'],
Aaron Leventhal22a04da2020-04-17 12:44:192116 'accessibility_minimal_core': ['[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:262117 'add_to_homescreen': ['[email protected]',
Glenn Hartmann6e09db12019-07-31 03:00:112118 '[email protected]',
2119 '[email protected]'],
Minoru Chikamunee9a4b152021-03-04 08:30:202120 'agent_scheduling_group': ['[email protected]',
2121 '[email protected]'],
Peter Wen35bf5932018-10-22 19:51:482122 'android_crash_reporting': ['[email protected]',
2123 '[email protected]'],
johnmaguire6aaac7902016-03-15 12:28:202124 'android_crazy_linker': ['[email protected]'],
Henrique Nakashima64f2b8b2020-02-05 22:54:432125 'android_flags': ['[email protected]'],
dfalcantaraef21e9e2016-01-07 01:16:262126 'android_infobars': ['[email protected]'],
John Budorick56c3c052020-03-30 19:15:572127 'android_infra': ['[email protected]'],
Giovanni Ortuño Urquidicd407ac2021-05-24 05:09:202128 'android_item_chooser_dialogs': ['[email protected]'],
Tomasz Wiszkowski008dc202021-05-28 10:14:562129 'android_omnibox': ['[email protected]'],
Ted Choc042d8442018-03-13 16:35:572130 'android_search_widget': ['[email protected]',
2131 '[email protected]'],
nyquistf602bd02017-02-16 23:17:442132 'android_studio': ['[email protected]',
2133 '[email protected]'],
Daniele Castagna7c829d692018-02-12 16:09:082134 'android_tab': ['[email protected]'],
Jinsuk Kim797be9a02021-08-02 21:34:302135 'android_toolbar': ['[email protected]'],
2136 'android_toolbar_deps': ['[email protected]'],
asvitkine361b276e2016-08-30 18:45:002137 'android_uma_settings': ['[email protected]',
2138 '[email protected]'],
Maggie Cai9190f7632019-06-12 06:06:572139 'android_webapk': ['[email protected]',
Ella Gecf52fc32019-11-18 09:01:562140 '[email protected]',
2141 '[email protected]'],
[email protected]7ca78dc12012-09-20 09:26:442142 'android_webview': ['[email protected]'],
Tim Volodine178dc2bc2019-03-19 19:07:222143 'android_webview_network_service': ['[email protected]'],
nancy5a8934a2020-05-18 03:48:392144 'app_service': ['[email protected]',
2145 '[email protected]'],
Dominick Ng45392562018-12-13 07:21:212146 'app_shortcuts': ['[email protected]',
2147 '[email protected]',
Daniel Murphy608e0272020-03-12 23:15:252148 '[email protected]',
Fabio Rocha7d3e7bfc2020-09-01 19:41:412149 '[email protected]',
2150 '[email protected]'],
pennymac962d190432016-07-27 00:58:352151 'apps': ['[email protected]',
Daniel Murphy608e0272020-03-12 23:15:252152 '[email protected]',
Fabio Rocha7d3e7bfc2020-09-01 19:41:412153 '[email protected]',
2154 '[email protected]'],
Dominick Ngb919db92019-11-18 06:17:162155 'apps_intent_helper': ['[email protected]',
2156 '[email protected]'],
lhchavez4b19176f2016-05-04 23:12:462157 'arc': ['[email protected]',
hidehiko49f0b7c2016-05-24 10:59:472158 '[email protected]',
Junichi Uekawa38d20c12018-03-22 03:31:302159 '[email protected]',
2160 '[email protected]'],
lhchavez61532c92016-10-18 21:33:372161 'arc_auth': ['[email protected]'],
Yuichiro Hanada2e111fb2018-11-19 17:33:052162 'arc_ime': ['[email protected]'],
poromov7633f602017-02-21 16:44:012163 'arc_kiosk': ['[email protected]'],
Miyoung Shin3fc077c2019-08-06 00:29:442164 'arc_mojom': ['[email protected]'],
lhchavez4b19176f2016-05-04 23:12:462165 'arc_net': ['[email protected]',
2166 '[email protected]',
2167 '[email protected]'],
ejcarusoa298ec02016-06-16 20:30:432168 'arc_power': ['[email protected]'],
James Cookbb06c62e2021-08-05 19:09:422169 'ash': ['[email protected]'],
Jimmy Gong8d570d52021-07-30 22:43:582170 'ash_webui_common': ['[email protected]',
2171 '[email protected]',
2172 '[email protected]'],
wutao5c33d832021-08-23 16:58:212173 'assistive': ['[email protected]'],
Max Morin2b0206312018-04-06 11:17:402174 'audio_service': ['[email protected]',
Max Morin2b0206312018-04-06 11:17:402175 '[email protected]'],
James Cookbb06c62e2021-08-05 19:09:422176 'aura': ['[email protected]'],
2177 'aura_compositor': ['[email protected]'],
Katie D14c38ce2019-02-14 00:34:452178 'autoclick': ['[email protected]'],
Mathias Carlenc61d8072018-08-21 16:18:242179 'autofill_assistant': ['[email protected]'],
Jared Saul61b16ed42019-10-11 20:19:442180 'autofill_payments': ['[email protected]',
2181 '[email protected]',
2182 '[email protected]'],
Dan Elphick08d1fd42018-04-26 10:22:332183 'background_fetch': ['[email protected]',
Mugdha Lakhani6876ba12018-04-06 13:12:282184 '[email protected]',
Mugdha Lakhani90e82fd2019-06-25 09:38:492185 '[email protected]'],
Jason Chasedfcd02b2018-08-10 21:07:492186 'background_sync': ['[email protected]',
Mugdha Lakhani90e82fd2019-06-25 09:38:492187 '[email protected]',
Rayan Kanso253399c2018-11-07 19:28:252188 '[email protected]',
2189 '[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:262190 'banners': ['[email protected]',
F07b660412017-08-01 20:53:062191 '[email protected]'],
Takeshi Yoshino524e1d262017-07-28 01:16:382192 'base': ['[email protected]'],
Benoit Lizecc5cb4392020-08-03 19:02:362193 'base_allocator': ['[email protected]',
2194 '[email protected]'],
[email protected]1ed5e0fd2012-07-19 00:19:052195 'base_memory': ['[email protected]'],
Alexander Timin864bf8a02018-03-12 11:06:282196 'base_scheduler': ['[email protected]'],
Gabriel Charettee6bbb532019-04-29 16:39:392197 'base_thread_pool': ['[email protected]',
2198 '[email protected]',
Jesse McKennadd65b882020-11-24 17:07:292199 '[email protected]',
Gabriel Charettee6bbb532019-04-29 16:39:392200 '[email protected]'],
pennymac962d190432016-07-27 00:58:352201 'base_win': ['[email protected]',
Jesse McKennadd65b882020-11-24 17:07:292202 '[email protected]',
Robert Liao27a2fa12017-10-20 18:34:482203 '[email protected]',
pennymac962d190432016-07-27 00:58:352204 '[email protected]'],
[email protected]7e093d4022014-06-26 19:19:552205 'battery_status': ['[email protected]'],
Minoru Chikamunee9a4b152021-03-04 08:30:202206 'bfcache': ['[email protected]',
2207 '[email protected]'],
Lei Zhangf4c2b172020-02-21 06:23:102208 'binary_size': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352209 'blink': ['[email protected]'],
2210 'blink_accessibility': ['[email protected]',
2211 '[email protected]',
horo8e9a01572016-07-27 06:05:312212 '[email protected]',
Kevin Babbitt52b18902019-04-16 21:47:442213 '[email protected]',
pennymac962d190432016-07-27 00:58:352214 '[email protected]'],
2215 'blink_animation': ['[email protected]',
Yi Gubb534b32020-03-03 22:13:212216 '[email protected]',
Eric Willigersb5f2b5a2019-05-13 18:31:492217 '[email protected]'],
Raymond Toyd097b5a2021-07-13 17:55:542218 'blink_audio': ['[email protected]'],
Mounir Lamouri70ac40ff2021-04-06 23:55:082219 'blink_battery_status': ['[email protected]'],
Kentaro Hara1de86192019-05-29 08:51:592220 'blink_bindings': ['[email protected]', '[email protected]'],
jbroman9ac2d532016-09-01 18:20:082221 'blink_bindings_serialization': ['[email protected]'],
Conley Owensd744e392018-04-24 19:18:572222 'blink_bluetooth': ['[email protected]',
Ovidio Henriquez86333882018-11-05 18:25:212223 '[email protected]'],
Nicolas Pena7a6b6992019-01-16 17:20:082224 'blink_client_hints': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352225 'blink_clipboard': ['[email protected]'],
Jeremy Roman02b59c82021-02-25 20:35:092226 'blink_common': ['[email protected]'],
Kentaro Hara08ea1892019-08-29 04:25:242227 'blink_controller': [],
pennymac962d190432016-07-27 00:58:352228 'blink_css': ['[email protected]',
2229 '[email protected]',
danakjc1e13d4e2018-05-04 21:34:422230 '[email protected]'],
pennymac962d190432016-07-27 00:58:352231 'blink_css_flexbox': ['[email protected]'],
Morten Stenshorne4f1b3022017-11-14 12:05:372232 'blink_css_fragmentation_tests': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352233 'blink_css_grid_layout': ['[email protected]',
Sergio Villar Senin20fe6222021-04-20 09:53:252234 '[email protected]'],
Dimitri Glazkov33286c62017-12-08 23:34:252235 'blink_custom_elements': ['[email protected]'],
Oksana Zhuravlova5e236ec92018-07-25 00:16:032236 'blink_device_orientation': ['[email protected]',
Oksana Zhuravlova5e236ec92018-07-25 00:16:032237 '[email protected]',
pennymac962d190432016-07-27 00:58:352238 '[email protected]'],
Pavel Feldmana47e1f92019-09-20 16:58:572239 'blink_devtools': ['[email protected]'],
Lei Zhang784e9a62020-10-12 22:39:432240 'blink_dom': ['[email protected]'],
Daniel Murphyfffe60f82019-12-05 21:30:202241 'blink_dom_storage': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352242 'blink_events': ['[email protected]',
Lei Zhang784e9a62020-10-12 22:39:432243 '[email protected]'],
pennymac962d190432016-07-27 00:58:352244 'blink_fetch': ['[email protected]',
2245 '[email protected]',
Takeshi Yoshino9d7588a32017-07-31 07:17:342246 '[email protected]'],
Hiroki Nakagawa62c133e2020-06-24 06:58:412247 'blink_fileapi': ['[email protected]'],
haraken98d0827a2017-02-27 00:55:192248 'blink_frames': ['[email protected]'],
Mounir Lamouria33886c2018-02-07 10:00:372249 'blink_geolocation': ['[email protected]'],
Nico Weberb6975cc2018-06-19 10:51:452250 'blink_heap': ['[email protected]',
pennymac962d190432016-07-27 00:58:352251 '[email protected]',
Michael Lippautz52bc4b922021-08-30 15:28:142252 '[email protected]'],
Dimitri Glazkov33286c62017-12-08 23:34:252253 'blink_html': ['[email protected]'],
csharrisonf357e9632016-07-29 01:27:222254 'blink_htmlparser': ['[email protected]',
2255 '[email protected]'],
Madeleine Barowsky21b04402019-01-29 19:17:052256 'blink_image_codecs': ['[email protected]',
2257 '[email protected]'],
Daniel Murphyeda2b872019-11-27 23:51:412258 'blink_indexed_db': ['[email protected]',
Adrienne Walker516af3a2021-03-03 19:11:012259 '[email protected]',
2260 '[email protected]'],
Navid Zolghadr051e0a0e2020-05-05 18:15:222261 'blink_input': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352262 'blink_layers': ['[email protected]'],
2263 'blink_layout': ['[email protected]',
pennymac962d190432016-07-27 00:58:352264 '[email protected]'],
Ojan Vafai1fa1ec52018-04-11 17:56:402265 'blink_layout_ng': ['[email protected]',
atotic30c8eba2016-10-28 13:24:072266 '[email protected]',
dgroganf9744ea2017-01-18 23:23:262267 '[email protected]',
lchoi2ba79a72017-05-25 00:23:052268 '[email protected]',
Xiaocheng Hu8bd4d8072017-10-25 23:44:322269 '[email protected]',
2270 '[email protected]'],
pennymac962d190432016-07-27 00:58:352271 'blink_loader': ['[email protected]',
2272 '[email protected]',
Takeshi Yoshinoab2ce8562017-11-09 05:19:192273 '[email protected]'],
pennymac962d190432016-07-27 00:58:352274 'blink_media': ['[email protected]',
2275 '[email protected]',
srirama.mdec4f512016-09-06 08:22:192276 '[email protected]'],
pennymac962d190432016-07-27 00:58:352277 'blink_media_queries': ['[email protected]',
Nicolas Pena7a6b6992019-01-16 17:20:082278 '[email protected]'],
mcasas9558316b2017-03-10 18:57:312279 'blink_mediastream': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352280 'blink_navigator_content_utils': ['[email protected]'],
Mounir Lamouri70ac40ff2021-04-06 23:55:082281 'blink_out_of_process_frames': ['[email protected]'],
Raphael Kubo da Costab856f102019-07-02 09:17:552282 'blink_paint' : ['[email protected]'],
Xida Chen0ef92782018-01-17 05:53:352283 'blink_paintworklet' : ['[email protected]'],
Mounir Lamouri70ac40ff2021-04-06 23:55:082284 'blink_permissions': ['[email protected]'],
kinukoc462adb2016-12-22 12:58:492285 'blink_platform': ['[email protected]'],
ajumabd2c9c22017-05-01 21:29:502286 'blink_platform_graphics': ['[email protected]',
pennymac962d190432016-07-27 00:58:352287 '[email protected]',
2288 '[email protected]',
fmalita9710b732017-02-17 05:10:022289 '[email protected]',
Fernando Serboncinie802c9f2018-11-06 19:17:112290 '[email protected]',
pennymac962d190432016-07-27 00:58:352291 '[email protected]',
pennymac962d190432016-07-27 00:58:352292 '[email protected]'],
Nicolas Pena7a6b6992019-01-16 17:20:082293 'blink_preloadScanner': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352294 'blink_prerender': ['[email protected]',
Hiroki Nakagawaa24ab212020-10-28 03:33:392295 '[email protected]',
Nicolas Pena7a6b6992019-01-16 17:20:082296 '[email protected]'],
Dimitri Glazkov33286c62017-12-08 23:34:252297 'blink_public_api': ['[email protected]'],
Hiroki Nakagawa62c133e2020-06-24 06:58:412298 'blink_quota': ['[email protected]'],
Minoru Chikamunee9a4b152021-03-04 08:30:202299 'blink_scheduler': ['[email protected]',
2300 '[email protected]'],
Nate Chapin1a9f01a2019-11-22 17:39:302301 'blink_scheduling_api': ['[email protected]'],
Kouhei Ueno43382932017-05-30 04:43:572302 'blink_script': ['[email protected]',
Dominic Farolinoc51cb1fb2020-05-27 01:49:152303 '[email protected]', '[email protected]'],
David Bokan9dc0046272017-12-29 00:28:012304 'blink_scroll': ['[email protected]'],
Matt Falkenhagen40369012019-11-19 00:43:552305 'blink_service_worker': ['[email protected]',
pennymac962d190432016-07-27 00:58:352306 '[email protected]',
2307 '[email protected]',
pennymac962d190432016-07-27 00:58:352308 '[email protected]',
2309 '[email protected]',
tzik749ae1e2018-07-20 05:05:012310 '[email protected]'],
Matt Falkenhagenca7fbb62018-07-10 09:21:432311 'blink_service_worker_tests': ['[email protected]'],
Rachel Blum41788872018-10-25 20:54:012312 'blink_spellcheck' : ['[email protected]',
Xiaocheng Hu8bd4d8072017-10-25 23:44:322313 '[email protected]'],
Adam Rice027497d2018-07-27 02:17:022314 'blink_streams': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352315 'blink_style': ['[email protected]'],
2316 'blink_svg': ['[email protected]',
fmalita9710b732017-02-17 05:10:022317 '[email protected]',
pennymac962d190432016-07-27 00:58:352318 '[email protected]',
pennymac962d190432016-07-27 00:58:352319 '[email protected]',
2320 '[email protected]',
pennymac962d190432016-07-27 00:58:352321 '[email protected]'],
pennymac962d190432016-07-27 00:58:352322 'blink_track': ['[email protected]',
2323 '[email protected]',
2324 '[email protected]',
Sriram8d3e0e22017-11-09 10:40:162325 '[email protected]',
2326 '[email protected]'],
David Bokan9dc0046272017-12-29 00:28:012327 'blink_viewport_interaction': ['[email protected]',
2328 '[email protected]'],
pennymac962d190432016-07-27 00:58:352329 'blink_w3ctests': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352330 'blink_webp': ['[email protected]',
2331 '[email protected]',
Madeleine Barowsky21b04402019-01-29 19:17:052332 '[email protected]',
2333 '[email protected]'],
Adam Rice027497d2018-07-27 02:17:022334 'blink_websockets': ['[email protected]',
2335 '[email protected]'],
pennymac962d190432016-07-27 00:58:352336 'blink_workers': ['[email protected]',
pennymac962d190432016-07-27 00:58:352337 '[email protected]',
shimazu99de61f2016-09-07 03:57:412338 '[email protected]',
2339 '[email protected]'],
Kentaro Hara08ea1892019-08-29 04:25:242340 'blink_wtf': ['[email protected]'],
Joel Hockey8131168f2021-09-20 10:56:592341 'blink_xml': ['[email protected]'],
Chloe Pellingb8f18ad2021-02-11 05:18:482342 'borealis': ['[email protected]'],
donnd787f6ed2016-08-03 01:00:562343 'bottombar': ['[email protected]',
2344 '[email protected]'],
Tarun Bansalc4882282018-07-11 23:53:552345 'breve': ['[email protected]'],
[email protected]22650d22012-07-18 17:02:352346 'browser_components': ['[email protected]'],
Antoine Laboure77dc8c72019-07-24 00:31:142347 'browser_compositor': ['[email protected]'],
michaelpge42ca3b32016-02-19 08:17:572348 'browser_resources_md': ['[email protected]'],
Alexander Timinaa132762019-05-10 16:10:172349 'browser_scheduler': ['[email protected]'],
Christian Dullwebered2c82b2018-04-10 08:37:222350 'browsing_data': ['[email protected]',
msramek878b39d92016-04-20 07:55:332351 '[email protected]'],
Rouslan Solomakhin0b13446c2018-07-18 14:47:072352 'bubble': ['[email protected]'],
ryanchung4d157372016-05-10 20:27:162353 'cast_certificate': ['[email protected]',
mfoltz57fd7f32017-05-03 06:12:582354 '[email protected]',
ryanchung24f9d7b2017-01-12 19:18:342355 '[email protected]'],
mark a. foltze8739c7c2019-04-24 18:33:092356 'cast_channel': ['[email protected]',
Ryan Ki Sing Chung27cc7ed92017-07-25 21:53:472357 '[email protected]'],
mark a. foltzb7228ec12021-01-28 18:29:502358 'cast_streaming': ['[email protected]',
2359 '[email protected]',
2360 '[email protected]'],
[email protected]c863702a2012-09-14 20:05:282361 'cc': ['[email protected]'],
Majid Valipour1ffeef32021-05-06 19:06:122362 'cc-animation': ['[email protected]'],
danakj1056fd72021-04-08 18:57:132363 'cc-display': ['[email protected]'],
Alexander Timin864bf8a02018-03-12 11:06:282364 'cc-scheduler': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352365 'certificate_transparency': ['[email protected]',
martijnccdd0542016-11-07 18:49:272366 '[email protected]',
pennymac962d190432016-07-27 00:58:352367 '[email protected]'],
Joe Masona353743f2019-10-11 16:35:462368 'chrome_cleaner': ['[email protected]'],
Patrick Monette9355f1fc2019-08-09 18:18:162369 'chrome_elf': ['[email protected]',
2370 '[email protected]'],
lpy0ca13772017-02-28 19:48:272371 'chrome_grc': ['[email protected]'],
Sebastien Marchand68b41432019-05-09 19:38:072372 'chrome_performance_manager': ['[email protected]'],
Lei Zhang60b18d5e2021-07-13 16:40:082373 'chromecast': ['[email protected]',
halliwellfa56b3a42015-09-04 21:42:572374 '[email protected]'],
gfhuang2548f902016-02-26 02:29:212375 'chromecast_public': ['[email protected]'],
Mathias Bynensa50a91d2021-05-17 07:35:542376 'chromedriver': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352377 'chromeos': ['[email protected]'],
2378 'chromeos_attestation': ['[email protected]'],
James Vecore5b369652021-07-14 23:11:382379 'chromeos_bluetooth': ['[email protected]'],
Kyle Horimotofdcf67012019-04-08 19:06:102380 'chromeos_cellular': ['[email protected]',
Kyle Horimotod7b72f32019-05-09 19:13:122381 '[email protected]',
James Vecore5b369652021-07-14 23:11:382382 '[email protected]'],
alematec5187b1b2016-08-26 05:32:182383 'chromeos_geolocation': ['[email protected]'],
Achuith Bhandarkar434e24592018-03-07 23:05:122384 'chromeos_lkgm': ['[email protected]',
Steven Bennetts793b4702020-05-06 19:14:502385 '[email protected]'],
Achuith Bhandarkarf87cb6a2020-11-19 20:32:182386 'chromeos_login': ['[email protected]',
Roman Sorokin891f4892019-03-28 16:30:332387 '[email protected]',
Toni Barzic43db296e2019-03-20 00:27:222388 '[email protected]'],
Trent Aptede8258b92021-04-01 00:36:262389 'chromeos_media_app': ['[email protected]'],
Kyle Horimoto89f06e22019-04-08 19:07:172390 'chromeos_net': ['[email protected]',
Kyle Horimotod7b72f32019-05-09 19:13:122391 '[email protected]',
2392 '[email protected]',
Jon Manna19f5a92019-11-21 20:10:592393 '[email protected]',
James Vecore5b369652021-07-14 23:11:382394 '[email protected]'],
Nicholas Vernef4b763052021-01-27 04:08:052395 'chromeos_tast_control': ['[email protected]',
Jun Mukaib0420b32021-02-02 17:35:442396 '[email protected]',
Jun Mukai825740e2021-02-03 23:10:172397 '[email protected]'],
alematec5187b1b2016-08-26 05:32:182398 'chromeos_timezone': ['[email protected]'],
2399 'chromeos_webui': ['[email protected]'],
Ryan Hansberry92346b22021-09-15 22:16:312400 'chromeos_wifi_sync': ['[email protected]',
2401 '[email protected]',
James Vecore5b369652021-07-14 23:11:382402 '[email protected]'],
Josiah K3bddaed32020-09-11 17:59:372403 'chromevox': ['[email protected]',
2404 '[email protected]',
Akihiro Ota5c35f1f2019-11-20 23:13:592405 '[email protected]',
Josiah K3bddaed32020-09-11 17:59:372406 '[email protected]'],
Yannic Bonenbergera52a0542021-04-27 13:36:302407 'clang_update': ['[email protected]',
2408 '[email protected]',
[email protected]cf8ffa82013-02-13 08:30:072409 '[email protected]',
George Burgess IVbbcd9912018-04-17 14:59:282410 '[email protected]',
pennymac962d190432016-07-27 00:58:352411 '[email protected]',
rnk28bbd1772016-05-04 17:57:582412 '[email protected]',
Hans Wennborgf2eb949e2018-05-08 12:45:032413 '[email protected]',
Peter Collingbourne1ac5f712018-03-30 22:15:132414 '[email protected]',
rnk28bbd1772016-05-04 17:57:582415 '[email protected]',
pennymac962d190432016-07-27 00:58:352416 '[email protected]',
thestigf023ccc2016-11-10 14:39:152417 '[email protected]',
pennymac962d190432016-07-27 00:58:352418 '[email protected]',
Reid Klecknerfe7f9d52019-08-22 00:11:422419 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002420 'clipboard': ['[email protected]'],
Colin Blundell55da8082019-09-16 13:13:472421 'components_deps': ['[email protected]'],
Matthew Jonesf3b5f4f2019-01-04 00:01:252422 'compositor_animator': ['[email protected]'],
Giovanni Ortuño Urquidicd407ac2021-05-24 05:09:202423 'content_bluetooth': ['[email protected]'],
Rayan Kanso3047d3f2019-06-26 13:26:392424 'content_index': ['[email protected]'],
Randy Smith9d64e6e2018-03-07 20:07:082425 'content_loader': ['[email protected]'],
arthursonzogni77e14d8e2021-03-09 10:33:162426 'content_security_policy':['[email protected]',
2427 '[email protected]',
2428 '[email protected]'],
Mounir Lamouri70ac40ff2021-04-06 23:55:082429 'content_shell': ['[email protected]'],
nhiroki90ba0102015-07-21 01:42:242430 'content_worker': ['[email protected]',
2431 '[email protected]'],
donnd787f6ed2016-08-03 01:00:562432 'contextual_search': ['[email protected]',
2433 '[email protected]'],
Nicolás Peña Moreno42e92d32020-09-25 02:11:342434 'core_web_vitals_plm': ['[email protected]'],
Nicolás Peña Moreno01fbce652020-11-10 22:34:222435 'core_web_vitals_wpt': ['[email protected]',
2436 '[email protected]'],
pennymac962d190432016-07-27 00:58:352437 'courgette': ['[email protected]',
2438 '[email protected]'],
Nico Weber6ff639a2017-08-11 21:04:502439 'cq': ['[email protected]',
2440 '[email protected]',
2441 '[email protected]',
2442 '[email protected]',
2443 '[email protected]'],
Steven Bennettsafa54e12020-03-03 19:18:142444 'cr_elements': ['[email protected]'],
Victor-Gabriel Savu72648ad2021-08-12 19:38:452445 'cros_commercial_policy': ['[email protected]'],
Matt Menard04ecde42020-06-26 20:08:442446 'cros_reporting': ['[email protected]'],
Melissa Zhangc4be3d72021-03-19 07:16:532447 'cros_sharesheet': ['[email protected]'],
Ben Wells03471a72018-03-22 00:58:462448 'crostini': ['[email protected]'],
Matt Menard04ecde42020-06-26 20:08:442449 'cups_printing': ['[email protected]',
2450 '[email protected]'],
Henrique Ferreiroef907f8622020-10-21 09:43:312451 'cursor': ['[email protected]'],
Wojciech Dzierżanowski7d246b52019-05-10 19:52:262452 'custom_proxy': ['[email protected]',
2453 '[email protected]'],
Peter Beverloob90e4c32018-12-07 14:27:192454 'custom_tabs': ['[email protected]',
2455 '[email protected]',
Peter E Conn35d3a982019-01-17 10:35:272456 '[email protected]',
Peter Beverloo5cc24512018-11-29 15:36:432457 '[email protected]',
Peter E Conn35d3a982019-01-17 10:35:272458 '[email protected]'],
Prashant Nevase1ca62412020-09-17 11:21:162459 'dark_mode' : ['[email protected]',
Prashant Nevase860ca6a2021-07-17 11:48:232460 '[email protected]'],
Madeleine Barowsky21b04402019-01-29 19:17:052461 'data_decoder': ['[email protected]'],
Ryo Hashimoto900be52c2018-05-24 06:42:262462 'dbus': ['[email protected]'],
Patti2627bb62020-03-10 02:53:142463 'demo_mode': ['[email protected]'],
Collin Baker4d4ea662020-09-18 21:39:162464 'desktop_in_product_help': ['[email protected]'],
Giovanni Ortuño Urquidicd407ac2021-05-24 05:09:202465 'device_bluetooth': ['[email protected]'],
Conley Owensd744e392018-04-24 19:18:572466 'device_chooser': ['[email protected]',
Ovidio Henriquez86333882018-11-05 18:25:212467 '[email protected]',
2468 '[email protected]'],
Pavel Feldmana47e1f92019-09-20 16:58:572469 'devtools': ['[email protected]'],
Zentaro Kavanaghee14b882021-09-23 15:48:052470 'diagnostics_mojo': ['[email protected]',
2471 '[email protected]',
2472 '[email protected]',
2473 '[email protected]'],
Michael Checof7e383212021-04-22 21:40:112474 'diagnostics_ui': ['[email protected]',
Bailey Berro9b11fa62020-09-30 01:33:022475 '[email protected]',
Michael Checof7e383212021-04-22 21:40:112476 '[email protected]',
Michael Checoc5594772021-06-29 17:58:152477 '[email protected]',
2478 '[email protected]'],
Thiabaud Engelbrechtd74340c2020-10-27 13:03:232479 'discardable_memory': ['[email protected]'],
kinukoc462adb2016-12-22 12:58:492480 'disk_cache': ['[email protected]'],
Daniel Murphyfffe60f82019-12-05 21:30:202481 'dom_storage': ['[email protected]'],
David Trainor051827f2017-06-02 18:33:132482 'download': ['[email protected]'],
Dan Beam6d8ee882020-01-14 20:54:282483 'downloads_ui': ['[email protected]'],
[email protected]89d2cd52013-04-16 01:55:362484 'drive_resource_metadata': ['[email protected]'],
[email protected]3a25c8a2014-06-26 06:47:102485 'eme': ['[email protected]'],
Dominique Fauteux-Chapleaud7ac5bd02021-06-07 17:23:362486 'enterprise_reporting_private': ['[email protected]',
2487 '[email protected]'],
Timothy Lohc2644622020-10-07 05:42:312488 'exo': ['[email protected]'],
Justin DeWittf64d39e2018-08-09 21:33:412489 'explore_sites': ['[email protected]',
2490 '[email protected]',
2491 '[email protected]',
Pete Williamson3600f2d2018-09-24 17:31:112492 '[email protected]',
2493 '[email protected]'],
[email protected]f9529e7922013-06-06 05:19:412494 'extension': ['[email protected]',
2495 '[email protected]'],
Luna Lu7f221f22017-06-13 16:46:142496 'feature_policy': ['[email protected]',
Joe Medleya129fe32018-01-25 15:20:222497 '[email protected]',
Joe Medley1e1bb652018-04-27 17:36:592498 '[email protected]'],
Pete Williamsonc8321302020-01-31 21:35:042499 'feed': ['[email protected]',
2500 '[email protected]',
2501 '[email protected]',
2502 '[email protected]',
Ian Wells1dc7053d2020-04-17 18:04:222503 '[email protected]',
2504 '[email protected]'],
Miriam Zimmerman43b747d52020-06-02 22:50:272505 'feedback': ['[email protected]'],
Hiroki Nakagawa62c133e2020-06-24 06:58:412506 'fileapi': ['[email protected]'],
yoshiki1c0ba2782014-12-08 07:04:262507 'filebrowse': ['[email protected]'],
Joel Hockey8131168f2021-09-20 10:56:592508 'filesapp': ['[email protected]'],
Dominik Röttschesf0fd4d62019-06-17 11:15:022509 'freetype_update': ['[email protected]',
2510 '[email protected]'],
Tomasz Mikolajewski2905dbb2017-11-22 06:24:042511 'fsp': ['[email protected]'],
David Dorwinb3bd4b1a2019-09-24 00:07:012512 'fuchsia': ['[email protected]'],
Nancy Wang731821f2021-01-12 00:36:522513 'full_restore': ['[email protected]'],
mmoroz58ddb8172016-09-08 18:29:552514 'fuzzing': ['[email protected]'],
Conley Owensd744e392018-04-24 19:18:572515 'gamepad': ['[email protected]'],
Nicolas Zeaa4088702019-08-06 20:55:102516 'gcm': ['[email protected]'],
Raphael Kubo da Costab8111f9f2018-10-04 14:24:232517 'generic_sensor': ['[email protected]',
Vincent Scheibd5da4d952017-11-03 01:33:242518 '[email protected]',
Raphael Kubo da Costa0e3cf83d2019-03-11 10:55:562519 '[email protected]',
Rijubrata Bhaumik04f46442019-09-02 07:54:442520 '[email protected]',
timvolodine4cf58ca2017-05-24 16:11:482521 '[email protected]',
mikhail.pozdnyakova8db26402016-11-28 18:27:122522 '[email protected]'],
Mounir Lamouri578ca402019-01-23 20:40:482523 'geolocation': ['[email protected]'],
[email protected]cf428f732012-10-02 20:48:152524 'gfx_geometry': ['[email protected]'],
[email protected]f93b7382012-08-09 20:53:162525 'gfx_image': ['[email protected]'],
Tommy Steimel0cacd28c2019-11-12 22:12:512526 'global_media_controls': ['[email protected]'],
agrieve4d9c1c52016-09-23 17:49:382527 'gn': ['[email protected]',
Trent Apted93d53b02019-01-21 02:54:342528 '[email protected]'],
Corentin Wallez3f1d0852018-07-04 15:45:362529 'gpu_passthrough_cmd_decoder': ['[email protected]'],
Ehsan Karamadc20cee22018-08-10 21:32:332530 'guest_view': ['[email protected]',
Kevin McNee77c2f6b2018-08-14 21:43:582531 '[email protected]',
Ehsan Karamadc20cee22018-08-10 21:32:332532 '[email protected]'],
Miriam Zimmerman43b747d52020-06-02 22:50:272533 'hats': ['[email protected]'],
Andrey Kosyakova173d252018-05-07 18:29:112534 'headless': ['[email protected]'],
Minoru Chikamunee9a4b152021-03-04 08:30:202535 'heap_mojo': ['[email protected]'],
David Black01eb6d42020-09-17 17:16:522536 'holding_space': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002537 'i18n': ['[email protected]'],
Ramya Nagarajan13d5c452020-12-28 19:02:422538 'image_editor': ['[email protected]',
Jeffrey Cohen9a2604442020-02-13 17:55:562539 '[email protected]',
2540 '[email protected]',
Ramya Nagarajan13d5c452020-12-28 19:02:422541 '[email protected]'],
Greg Thompson4f90fc992017-07-25 19:30:372542 'incident_reporting': ['[email protected]'],
Daniel Murphyeda2b872019-11-27 23:51:412543 'indexed_db': ['[email protected]',
Adrienne Walker516af3a2021-03-03 19:11:012544 '[email protected]',
2545 '[email protected]'],
Colin Blundell0aeb4d02020-06-08 14:32:052546 'infobars_for_weblayer': ['[email protected]'],
Stephen Martinisf7e0fb12019-09-04 18:59:592547 'infra_docs': ['[email protected]'],
Navid Zolghadr051e0a0e2020-05-05 18:15:222548 'input': ['[email protected]'],
Michael Spang808d5c12018-10-23 19:20:392549 'input_devices': ['[email protected]'],
Daniel Murphy608e0272020-03-12 23:15:252550 'installable': ['[email protected]',
Fabio Rocha7d3e7bfc2020-09-01 19:41:412551 '[email protected]',
2552 '[email protected]'],
Raphael Kubo da Costaf242cef72017-11-08 16:01:182553 'installer_linux': ['[email protected]',
2554 '[email protected]'],
Greg Thompson4f90fc992017-07-25 19:30:372555 'installer_win': ['[email protected]',
Greg Thompson4f90fc992017-07-25 19:30:372556 '[email protected]'],
edchin46453b42017-03-03 01:40:112557 'ios': ['[email protected]'],
2558 'ios_chrome': ['[email protected]',
eugenebutb5a5a8572017-01-20 01:18:112559 '[email protected]'],
edchin46453b42017-03-03 01:40:112560 'ios_clean': ['[email protected]',
lpromero6846b19d2017-05-23 10:43:592561 '[email protected]'],
Javier Ernesto Flores Roblesef507e62020-07-08 14:40:342562 'ios_credential_provider': ['[email protected]'],
Eric Noyaua1825272019-01-02 10:36:392563 'ios_flags': ['[email protected]'],
edchin46453b42017-03-03 01:40:112564 'ios_showcase': ['[email protected]',
lpromero6846b19d2017-05-23 10:43:592565 '[email protected]'],
Eugene Butdcfd2152021-01-21 10:11:262566 'ios_web': ['[email protected]'],
Javier Ernesto Flores Robles1c74b752020-10-27 13:09:362567 'ios_widget_kit': ['[email protected]'],
Megan Jablonski33f229f2019-12-18 22:58:002568 'language': ['[email protected]'],
Johanndfa4d7d2017-12-07 18:05:292569 'libaom': ['[email protected]',
Jerome Jiang49f3ef2f2020-05-08 22:27:282570 '[email protected]',
pennymac962d190432016-07-27 00:58:352571 '[email protected]',
Jerome Jiang49f3ef2f2020-05-08 22:27:282572 '[email protected]',
2573 '[email protected]',
pennymac962d190432016-07-27 00:58:352574 '[email protected]'],
Johanndfa4d7d2017-12-07 18:05:292575 'libvpx': ['[email protected]',
2576 '[email protected]',
Johanndfa4d7d2017-12-07 18:05:292577 '[email protected]',
2578 '[email protected]',
2579 '[email protected]'],
Takeshi Yoshino524e1d262017-07-28 01:16:382580 'libwebp': ['[email protected]',
2581 '[email protected]',
2582 '[email protected]'],
dominiccabb90e02017-03-31 04:54:232583 'libxml_xslt': ['[email protected]',
2584 '[email protected]'],
Lei Zhang2dd3da652021-07-16 21:14:152585 'linux_sandboxing': ['[email protected]',
Matthew Denton801686d22020-03-10 00:54:382586 '[email protected]'],
Lei Zhang2dd3da652021-07-16 21:14:152587 'linux_seccomp_bpf': ['[email protected]',
Matthew Denton801686d22020-03-10 00:54:382588 '[email protected]'],
Joe DeBlasio900bf342021-05-03 21:21:502589 'lookalikes': ['[email protected]'],
lgrey62faed72016-10-11 21:40:392590 'mac' : ['[email protected]'],
Dominick Ng31b7feb2019-01-29 23:24:002591 'manifest': ['[email protected]',
Fabio Rocha7d3e7bfc2020-09-01 19:41:412592 '[email protected]',
2593 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002594 'media': ['[email protected]'],
Miguel Casas-Sanchez5eb47252017-09-05 21:15:032595 'media_capture_from_element': ['[email protected]'],
Becca Hughes75bc2302021-01-15 21:35:482596 'media_controls': ['[email protected]',
Alex Keng83e23682019-05-16 06:23:072597 '[email protected]'],
pennymac962d190432016-07-27 00:58:352598 'media_galleries': ['[email protected]',
2599 '[email protected]'],
Miguel Casas7ac35742020-01-09 20:04:402600 'media_gpu_cros': ['[email protected]'],
2601 'media_gpu_vaapi': ['[email protected]'],
2602 'media_gpu_win': ['[email protected]'],
Lei Zhang60b18d5e2021-07-13 16:40:082603 'media_mojo': ['[email protected]'],
mcasasfeedbe42017-03-03 05:23:562604 'media_recorder': ['[email protected]',
mcasas9558316b2017-03-10 18:57:312605 '[email protected]'],
mark a. foltze8739c7c2019-04-24 18:33:092606 'media_remoting': ['[email protected]',
mark a. foltzb7228ec12021-01-28 18:29:502607 '[email protected]',
2608 '[email protected]'],
mark a. foltze8739c7c2019-04-24 18:33:092609 'media_router': ['[email protected]',
Takumi Fujimoto4bef2792018-05-03 17:51:552610 '[email protected]'],
Alessio Bazzica819f47362021-09-21 17:01:162611 'media_webrtc': ['[email protected]',
2612 '[email protected]',
2613 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002614 'message_loop': ['[email protected]'],
Joshua Berenhauscb36aff2020-04-17 18:16:592615 'metrics': ['[email protected]',
2616 '[email protected]'],
Ilya Shermandfce91b72020-03-23 18:52:462617 'metrics_metadata_files': ['[email protected]',
Luciano Pachecoa0e62702021-08-17 14:18:542618 '[email protected]',
2619 '[email protected]'],
Gabriel Marinac7ecd72019-10-04 18:16:062620 'metrics_perf': ['[email protected]'],
toyoshim8f51f902015-03-27 03:50:212621 'midi': ['[email protected]'],
Ryan Hansberry92346b22021-09-15 22:16:312622 'multidevice': ['[email protected]',
2623 '[email protected]',
Kyle Horimoto0c440a022019-07-09 23:27:402624 '[email protected]',
James Vecore5b369652021-07-14 23:11:382625 '[email protected]'],
Alex Newcomer5e587d352020-09-16 18:06:262626 'multipaste': ['[email protected]',
2627 '[email protected]',
2628 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002629 'nacl': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352630 'native_client_sdk': ['[email protected]',
2631 '[email protected]'],
Alex Moshchuk3fbcf782018-05-09 00:06:292632 'navigation': ['[email protected]',
2633 '[email protected]',
Fergal Daly6a8b54a2020-02-05 08:50:102634 '[email protected]'],
Ryan Hansberry8a6e3e3e2020-05-15 17:23:052635 'nearby': ['[email protected]',
Ryan Hansberry92346b22021-09-15 22:16:312636 '[email protected]',
Ryan Hansberry21a06d12020-12-15 23:22:312637 '[email protected]',
Ryan Hansberry8a6e3e3e2020-05-15 17:23:052638 '[email protected]',
2639 '[email protected]',
Peter Beverloo6913da6b2020-09-16 22:49:502640 '[email protected]',
Ryan Hansberry8a6e3e3e2020-05-15 17:23:052641 '[email protected]',
Ryan Hansberry21a06d12020-12-15 23:22:312642 '[email protected]'],
Chris Bentzel605478a2018-07-10 21:47:012643 'net': ['[email protected]'],
Junbo Ke9a03e532019-08-20 19:53:472644 'net_base': ['[email protected]',
2645 '[email protected]'],
bnc1872e8bd2017-01-27 02:47:282646 'net_http2': ['[email protected]'],
Eric Roman71629e52020-10-29 17:42:312647 'net_log': ['[email protected]'],
Adam Rice027497d2018-07-27 02:17:022648 'net_server': ['[email protected]'],
bnc1872e8bd2017-01-27 02:47:282649 'net_spdy': ['[email protected]'],
Adam Rice027497d2018-07-27 02:17:022650 'net_websockets': ['[email protected]'],
jkarlin539748402015-03-31 17:36:312651 'netinfo': ['[email protected]'],
Helen Li30f43d8e2018-05-09 16:24:012652 'network_service': ['[email protected]'],
Rijubrata Bhaumik04f46442019-09-02 07:54:442653 'nfc': ['[email protected]',
2654 '[email protected]'],
Xing Liue18f0fb2019-03-22 23:55:142655 'notification_scheduler': ['[email protected]'],
Sara Katoaf48d202021-09-14 23:18:502656 'notifications': ['[email protected]', '[email protected]'],
tbansalc6f1c9f2016-09-30 22:48:422657 'nqe': ['[email protected]'],
Eric Noyaua1825272019-01-02 10:36:392658 'ntp_snippets': ['[email protected]'],
2659 'ntp_tiles': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352660 'offline_pages': ['[email protected]',
Carlos Knippschild6a2e2f02017-06-02 18:18:142661 '[email protected]',
pennymac962d190432016-07-27 00:58:352662 '[email protected]',
2663 '[email protected]',
dewittj74b23f6f2016-04-21 19:29:252664 '[email protected]',
2665 '[email protected]',
Dan H480bd902021-05-26 04:51:082666 '[email protected]'],
jdonnelly6fa5a21d2017-01-03 15:28:352667 'omnibox': ['[email protected]'],
iclelland8b904402016-10-05 15:01:232668 'origin_trials': ['[email protected]',
Ian Clelland1b27f8f62017-06-22 13:36:242669 '[email protected]'],
James Cookbb06c62e2021-08-05 19:09:422670 'ozone': ['[email protected]'],
Sergey Ulanov004097c2018-11-05 23:29:282671 'ozone_scenic': ['[email protected]',
David Dorwinae98e222020-05-04 21:19:522672 '[email protected]',
Sergey Ulanovac3ba332018-11-08 00:16:452673 '[email protected]',
David Dorwinae98e222020-05-04 21:19:522674 '[email protected]'],
Olesia Marukhno0c1047a2021-04-07 14:21:192675 'page_info' : ['[email protected]',
2676 '[email protected]'],
Bryan McQuade4233f412017-07-28 16:23:412677 'page_load_metrics' : ['[email protected]',
2678 '[email protected]',
tdresserd80646f2017-03-03 19:26:082679 '[email protected]',
Tom McKeef07d6d312021-04-26 17:18:342680 '[email protected]',
2681 '[email protected]'],
Daniel Cheng99312b632017-10-25 03:59:492682 'panels': ['[email protected]',
pennymac962d190432016-07-27 00:58:352683 '[email protected]',
2684 '[email protected]'],
Michael Lippautz52bc4b922021-08-30 15:28:142685 'partition_alloc': ['[email protected]',
2686 '[email protected]',
2687 '[email protected]'],
mkwst17a9875d2016-06-24 10:36:392688 'password_manager': ['[email protected]',
Vasilii Sukhanovc4e6c2842018-07-18 12:12:202689 '[email protected]'],
sebsgbbfbea02016-10-24 21:54:592690 'payments': ['[email protected]',
mahmadi0a7bb59f2017-02-22 19:13:492691 '[email protected]',
Liquan (Max) Gu4f3bfaa2021-04-09 03:03:172692 '[email protected]',
2693 '[email protected]'],
Lei Zhang91530f72019-06-14 21:20:152694 'pdf': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352695 'pepper_api': ['[email protected]',
2696 '[email protected]',
2697 '[email protected]',
pennymac962d190432016-07-27 00:58:352698 '[email protected]',
pennymac962d190432016-07-27 00:58:352699 '[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:262700 'permissions': ['[email protected]',
Timothy Loh363aa0dd2019-09-03 04:38:242701 '[email protected]'],
Kyle Horimoto97611c12020-08-13 17:39:032702 'phonehub': ['[email protected]',
2703 '[email protected]',
2704 '[email protected]'],
François Beaufortb2070eb2018-02-08 10:36:342705 'picture_in_picture': ['[email protected]'],
Will Harris723f11402020-11-12 23:09:072706 'plugin_metadata': ['[email protected]'],
Ian Clellanda54f1982021-01-14 14:01:512707 'policy_features': ['[email protected]'],
Dan Beam6d8ee882020-01-14 20:54:282708 'polymer': ['[email protected]'],
Charles Harrison981d33c2017-10-06 21:36:222709 'popup_blocker': ['[email protected]'],
twifkak0c69c1f2015-06-22 18:20:092710 'precache': ['[email protected]'],
Robert Ogden1c2a41f2021-07-26 22:39:242711 'prefetch_proxy': ['[email protected]',
Simon Pelchatffe81592021-02-23 22:52:512712 '[email protected]'],
[email protected]be775bc2014-06-30 15:41:142713 'prepopulated_engines': ['[email protected]'],
Chris Bentzel605478a2018-07-10 21:47:012714 'prerender': ['[email protected]',
Hiroki Nakagawaa24ab212020-10-28 03:33:392715 '[email protected]',
pennymac962d190432016-07-27 00:58:352716 '[email protected]'],
Adam Parkera556b7a2018-05-22 17:53:192717 'presentation': ['[email protected]'],
Robert Ogdenb766c88a2019-06-10 18:10:232718 'preview_features': ['[email protected]'],
Lei Zhang1a86ca92019-06-13 00:04:462719 'print_preview': ['[email protected]'],
Peter Beverloo45bf54c2018-08-06 17:12:032720 'push_messaging': ['[email protected]'],
David Black9b7b19f2020-02-24 18:28:352721 'quick_answers': ['[email protected]'],
Greg Thompsonc72dc582019-11-14 15:51:322722 'relaunch_notification': ['[email protected]'],
mark a. foltze8739c7c2019-04-24 18:33:092723 'remoteplayback': ['[email protected]'],
[email protected]c3887592014-02-06 20:02:252724 'remoting': ['[email protected]'],
Ali Tofigh000debb52017-11-07 21:35:422725 'rlz_id': ['[email protected]',
pennymac962d190432016-07-27 00:58:352726 '[email protected]'],
Joe Medley1e1bb652018-04-27 17:36:592727 'runtime_enabled_features': ['[email protected]'],
Daniel Rubery9fdcd952019-08-26 22:32:472728 'safe_browsing': ['[email protected]',
Daniel Ruberyfa8cd5d2018-09-13 17:31:232729 '[email protected]',
Varun Khaneja212beed2019-12-02 18:06:062730 '[email protected]',
Xinghui Lufad9c932019-07-30 22:57:162731 '[email protected]'],
Mike Wittman652832b2019-07-16 14:34:392732 'sampling_profiler': ['[email protected]'],
Zentaro Kavanagh050f7bf2020-10-09 19:26:512733 'scanning': ['[email protected]',
Zentaro Kavanagh050f7bf2020-10-09 19:26:512734 '[email protected]'],
Robert Sesekae79d38512018-09-04 18:13:302735 'security': ['[email protected]'],
Anastasia Helfinstein83c763a2019-05-13 18:15:032736 'select_to_speak': ['[email protected]',
2737 '[email protected]'],
Jeffrey Cohen7fe36f502018-12-12 01:38:212738 'send_tab_to_self': ['[email protected]',
Jeffrey Cohen7fe36f502018-12-12 01:38:212739 '[email protected]',
Jeffrey Cohen6b31b2d2019-01-23 19:12:302740 '[email protected]'],
pennymac962d190432016-07-27 00:58:352741 'service_worker': ['[email protected]',
[email protected]6d095a8b2014-02-28 15:26:162742 '[email protected]',
pennymac962d190432016-07-27 00:58:352743 '[email protected]',
pennymac962d190432016-07-27 00:58:352744 '[email protected]',
horo8e9a01572016-07-27 06:05:312745 '[email protected]',
tzik749ae1e2018-07-20 05:05:012746 '[email protected]'],
Demetrios Papadopoulos78710632020-01-15 21:54:312747 'settings': ['[email protected]'],
Kyle Horimoto1b958952020-01-15 01:39:172748 'settings_os_settings': ['[email protected]',
Kyle Horimoto1b958952020-01-15 01:39:172749 '[email protected]',
2750 '[email protected]'],
Melissa Zhangc4be3d72021-03-19 07:16:532751 'share_service': ['[email protected]'],
Ramya Nagarajan2a6ffbc2021-04-26 23:28:542752 'share_sheet': ['[email protected]'],
Peter Beverloo6913da6b2020-09-16 22:49:502753 'sharing': ['[email protected]',
Peter Beverlooc2f2f652021-07-02 17:06:122754 '[email protected]'],
Jimmy Gongddab2b62021-07-30 02:17:152755 'shimless_rma': ['[email protected]',
2756 '[email protected]',
2757 '[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:262758 'site_engagement': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352759 'site_instance': ['[email protected]',
Alex Moshchuk3fbcf782018-05-09 00:06:292760 '[email protected]',
Nasko Oskov880548a2021-05-26 15:52:512761 '[email protected]'],
Ryan Hansberry2a123022021-09-14 20:54:282762 'smartlock': ['[email protected]',
2763 '[email protected]',
Ryan Hansberry92346b22021-09-15 22:16:312764 '[email protected]',
Ryan Hansberry2a123022021-09-14 20:54:282765 '[email protected]'],
Zentaro Kavanagh608f8a12018-01-19 18:39:562766 'smb': ['[email protected]'],
Joe Medley1e1bb652018-04-27 17:36:592767 'source_idls': ['[email protected]'],
Annie Sullivan32e8a882019-12-12 16:21:582768 'speed_metrics_changelog': ['[email protected]',
2769 '[email protected]',
Nicolás Peña Moreno01fbce652020-11-10 22:34:222770 '[email protected]',
Connor Clarkb91ac2402020-04-03 17:25:592771 '[email protected]',
Rick Viscomie18c55eb2021-08-04 21:15:012772 '[email protected]',
2773 '[email protected]',
Annie Sullivan32e8a882019-12-12 16:21:582774 '[email protected]'],
Rachel Blum41788872018-10-25 20:54:012775 'spellcheck': ['[email protected]',
timvolodine8cdb94c2016-09-22 12:17:222776 '[email protected]',
2777 '[email protected]'],
Greg Thompson9ea091702018-01-04 11:06:322778 'startup': ['[email protected]',
2779 '[email protected]'],
Alex Newcomer38e62a72021-07-02 22:00:152780 'status_area': ['[email protected]'],
Daniel Murphyfffe60f82019-12-05 21:30:202781 'storage_service': ['[email protected]'],
Ian Clelland0fc655482020-02-14 15:20:102782 'structured_headers': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352783 'styleguide': ['[email protected]',
vmpstrdeec20e2016-11-18 22:17:322784 '[email protected]',
2785 '[email protected]'],
Peter Wenbef43902018-11-28 22:08:122786 'styleguide_python': ['[email protected]',
Peter Wenbef43902018-11-28 22:08:122787 '[email protected]'],
engedye7b734da2017-02-07 12:08:132788 'subresource_filter': ['[email protected]'],
Pam Greene8efbeae92018-10-02 14:54:462789 'supervised_users': [],
CJ DiMegliocaddc3482018-12-12 02:28:382790 'surface_layer_for_video': [ '[email protected]',
2791 '[email protected]'],
Anastasia Helfinstein5205acb32019-02-15 00:54:132792 'switch_access': ['[email protected]'],
maxbogue65ea2632016-04-04 18:12:582793 'sync': ['[email protected]'],
Hiroki Nakagawa62c133e2020-06-24 06:58:412794 'syncfs': ['[email protected]'],
Giovanni Ortuño Urquidid6b07282020-07-16 01:25:322795 'system_web_apps': [ '[email protected]',
2796 '[email protected]'],
mark a. foltzb7228ec12021-01-28 18:29:502797 'tab_alert_indicators': ['[email protected]'],
2798 'tab_capture': ['[email protected]',
2799 '[email protected]'],
pennymac962d190432016-07-27 00:58:352800 'tab_contents': ['[email protected]',
2801 '[email protected]',
2802 '[email protected]'],
Jinsuk Kim0470a42d2021-02-25 00:49:412803 'tab_interface': ['[email protected]'],
Wei-Yin Chen (陳威尹)d7de76d2020-03-27 04:39:432804 'tab_ui_and_start_surface': ['[email protected]',
2805 '[email protected]',
2806 '[email protected]',
2807 '[email protected]',
2808 '[email protected]',
Xi Hana677d712021-03-23 18:44:142809 '[email protected]',
Wei-Yin Chen (陳威尹)d7de76d2020-03-27 04:39:432810 '[email protected]',
2811 '[email protected]'],
tdresserd80646f2017-03-03 19:26:082812 'tbmv2_metrics': ['[email protected]'],
tonygc7f6a4c12015-01-16 18:32:262813 'telemetry': ['[email protected]'],
Mounir Lamouri70ac40ff2021-04-06 23:55:082814 'test_runner': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002815 'tests': [],
Ryan Hansberry92346b22021-09-15 22:16:312816 'tether': ['[email protected]',
2817 '[email protected]'],
David Tsengb4effe12020-12-07 23:07:132818 'text_to_speech': ['[email protected]'],
Keith Lee98ccf8b2019-07-31 01:50:492819 'textinput': ['[email protected]',
2820 '[email protected]',
pennymac962d190432016-07-27 00:58:352821 '[email protected]',
2822 '[email protected]',
Bao-Duy Tran3dc68f2d2020-06-11 08:51:272823 '[email protected]',
Yuichiro Hanadaf0b3b472017-10-17 07:00:532824 '[email protected]',
pennymac962d190432016-07-27 00:58:352825 '[email protected]'],
Keith Lee98ccf8b2019-07-31 01:50:492826 'textinput_chromeos': ['[email protected]',
2827 '[email protected]',
pennymac962d190432016-07-27 00:58:352828 '[email protected]',
Bao-Duy Tran3dc68f2d2020-06-11 08:51:272829 '[email protected]',
Yuichiro Hanadaf0b3b472017-10-17 07:00:532830 '[email protected]',
pennymac962d190432016-07-27 00:58:352831 '[email protected]'],
Patrick Monette9355f1fc2019-08-09 18:18:162832 'third_party_conflicts': ['[email protected]'],
Chirantan Ekbote284e6282019-06-19 01:53:082833 'timers': [],
robliaofd54b5c2017-01-13 00:41:302834 'tools_win_chromeexts': ['[email protected]'],
AJITH KUMAR V4f0c4812018-03-27 13:46:572835 'touch_selection': ['[email protected]',
2836 '[email protected]'],
pennymac962d190432016-07-27 00:58:352837 'tracing': ['[email protected]',
Michael Spangbbcf79de2018-12-13 15:07:262838 '[email protected]',
2839 '[email protected]'],
Nicolas Ouellet-payeur0c26b872019-09-05 07:38:072840 'traffic_annotation': ['[email protected]'],
Megan Jablonski33f229f2019-12-18 22:58:002841 'translate': ['[email protected]'],
Taymon A. Beal632f1302021-07-08 04:50:402842 'turtledove': ['[email protected]'],
[email protected]cf428f732012-10-02 20:48:152843 'ui_compositor': ['[email protected]'],
robliao2c4b7492016-07-19 01:57:262844 'ui_display_win': ['[email protected]'],
[email protected]6b5093c2012-05-23 19:10:182845 'ui_resources': ['[email protected]'],
edwardjung83f52ef22017-02-07 13:15:072846 'ui_strings': ['[email protected]'],
Scott Violet27497292019-03-25 23:06:532847 'ui_views': ['[email protected]',
2848 '[email protected]'],
Will Harris989ca932019-02-15 19:21:212849 'unified_consent': ['[email protected]'],
Ovidio Henriquez86333882018-11-05 18:25:212850 'usb': ['[email protected]',
2851 '[email protected]'],
[email protected]c73ec8ab2014-01-16 20:35:232852 'version_assembly': ['[email protected]',
2853 '[email protected]'],
Alexandre Courbot3e9e55a2018-04-05 05:29:422854 'video': ['[email protected]'],
Rijubrata Bhaumik04f46442019-09-02 07:54:442855 'video_capture': ['[email protected]',
2856 '[email protected]'],
Darren Shen40a822352019-06-03 05:39:162857 'virtual_keyboard': ['[email protected]',
Bao-Duy Tran3dc68f2d2020-06-11 08:51:272858 '[email protected]',
2859 '[email protected]',
2860 '[email protected]'],
billorr3c7e1442016-11-11 21:21:352861 'virtual_reality': ['[email protected]'],
Victor Viannaf3bad1412021-08-11 08:21:012862 'vscode_tooling': ['[email protected]'],
Peng Huangc624cb12020-02-06 15:08:152863 'vulkan': ['[email protected]',
2864 '[email protected]'],
Raphael Kubo da Costabb97c4eb2019-04-25 15:25:392865 'wake_lock': ['[email protected]',
2866 '[email protected]'],
Kyle Horimoto1b958952020-01-15 01:39:172867 'wallpapers': ['[email protected]',
Kyle Horimoto1b958952020-01-15 01:39:172868 '[email protected]',
Xiaohui Chenf141c3d2021-02-26 18:22:322869 '[email protected]',
2870 '[email protected]'],
Alan Cutterc9c44102019-07-05 03:46:222871 'web_applications': ['[email protected]',
2872 '[email protected]',
Raymes Khoury6b9bf762019-05-17 05:00:512873 '[email protected]',
Glen Robertson4d87cfa2020-07-23 06:53:482874 '[email protected]',
Raymes Khoury6b9bf762019-05-17 05:00:512875 '[email protected]',
Daniel Murphy608e0272020-03-12 23:15:252876 '[email protected]',
Fabio Rocha7d3e7bfc2020-09-01 19:41:412877 '[email protected]',
Phillis Tang766f56f52021-07-23 23:03:532878 '[email protected]',
2879 '[email protected]'],
Hayato Itodfca41a52020-01-29 08:35:392880 'web_package': ['[email protected]',
2881 '[email protected]'],
Matt Giuca9eb910d2017-08-02 04:07:382882 'web_share': ['[email protected]'],
Martin Kreichgauer794a18572018-07-20 20:45:432883 'webauthn': ['[email protected]'],
Chris Cunninghamde605a02019-12-12 02:39:112884 'webcodecs': ['[email protected]'],
Corentin Wallez3f1d0852018-07-04 15:45:362885 'webgpu': ['[email protected]',
2886 '[email protected]'],
Majid Valipoureeba2822021-09-08 19:09:212887 'webid': ['[email protected]'],
Melissa Zhangc4be3d72021-03-19 07:16:532888 'weblayer': ['[email protected]'],
Carlos ILd0907f22020-01-29 22:52:372889 'weblayer_safe_browsing' : ['[email protected]'],
2890 'weblayer_ssl' : ['[email protected]'],
Yi Gu2a494792021-06-17 14:05:182891 'webotp': ['[email protected]'],
Takeshi Yoshinoe387aa32017-08-02 13:16:132892 'webrtc_browser_tests': ['[email protected]'],
Christian Dullwebered2c82b2018-04-10 08:37:222893 'website_settings': ['[email protected]',
Raymes Khouryc555e9dc2019-02-18 09:13:222894 '[email protected]'],
Penny MacNeil0ced2cb2018-07-30 21:09:492895 'windows_sandboxing': ['[email protected]'],
Luke Zielinskid00a5112019-10-30 17:58:412896 'wpt_tools': ['[email protected]'],
Daniel Eratb4c9b9e2019-06-04 23:57:262897 'x11': ['[email protected]',
[email protected]f76c8852012-06-21 16:37:002898 '[email protected]'],
Chris Blume04103c42018-12-14 22:46:062899 'zlib': ['[email protected]'],
wjmaclean3ff6a402015-03-31 19:00:202900 'zoom': ['[email protected]'],
amraboelkher5745530b2021-09-02 12:10:322901 'zte': ['[email protected]'],
[email protected]a3838612009-10-13 21:57:542902 },
2903}