blob: 05f2e73ffa7fcbb8e6bb3f064a103b75f6f9497f [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
Henrique Ferreirof7531d42022-01-18 21:36:089# re.search, so it is not usually necessary to add .* at the end of the pattern.
[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/|'\
Henrique Ferreirof7531d42022-01-18 21:36:0842 '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': {
Henrique Ferreirof7531d42022-01-18 21:36:0847 'filepath': '.*agent_scheduling_group|.*agent_group_scheduler',
Tal Pressman05df6aa422020-12-07 05:16:0848 },
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': {
Henrique Ferreiro84875712021-10-01 13:18:30143 'filepath': 'chrome/browser/ash/app_mode/arc/'\
poromov7633f602017-02-21 16:44:01144 '|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/'\
Yeunjoo Choi0b9596052021-10-18 03:13:44171 '|ash/webui/personalization_app/'\
Xiaohui Chen985c26b2018-05-16 18:41:27172 '|chromeos/assistant/'\
173 '|chromeos/services/assistant/'\
wutao5c33d832021-08-23 16:58:21174 '|chromeos/services/libassistant/'\
David Black1fd7a7c42021-12-22 00:13:01175 '|chrome/browser/ash/wallpaper_handlers/'\
wutao5c33d832021-08-23 16:58:21176 '|chrome/browser/ash/web_applications/personalization_app/'\
177 '|chrome/browser/resources/settings/chromeos/ambient_mode_page/'\
178 '|chrome/browser/ui/ash/.*wallpaper.*/'\
179 '|chrome/browser/ui/ash/ambient/'\
180 '|chrome/browser/ui/ash/assistant/'\
Henrique Ferreirof7531d42022-01-18 21:36:08181 '|chrome/browser/ui/webui/settings/chromeos/ambient_mode_handler'\
Xiaohui Chenf7e70a22018-02-08 00:36:38182 },
Max Morin2b0206312018-04-06 11:17:40183 'audio_service': {
184 'filepath': 'services/audio/'
185 },
[email protected]f76c8852012-06-21 16:37:00186 'aura': {
[email protected]3ce56642013-10-17 22:12:51187 'filepath': 'ui/aura/',
[email protected]84ba35e32010-08-06 17:22:39188 },
[email protected]c3a6e1e72013-08-02 00:13:07189 'aura_compositor': {
190 'filepath':
191 'ui/compositor/' \
[email protected]6dc38f72014-01-16 22:19:58192 '|content/browser/compositor/' \
danakj479ab502017-03-31 20:19:09193 '|content/browser/renderer_host/compositor_resize_lock' \
[email protected]c3a6e1e72013-08-02 00:13:07194 '|content/browser/renderer_host/render_widget_host_view_aura' \
195 '|content/browser/renderer_host/render_widget_host_view_browsertest' \
[email protected]a6eeeef92014-03-19 19:06:44196 '|content/browser/renderer_host/delegated' \
[email protected]c3a6e1e72013-08-02 00:13:07197 '|content/common/gpu/client/' \
[email protected]c3a6e1e72013-08-02 00:13:07198 },
Katie D14c38ce2019-02-14 00:34:45199 'autoclick': {
200 'filepath': 'ash/autoclick/',
201 },
gogerald5d02fde2018-08-18 04:30:56202 'autofill_assistant': {
Peter Wenf66bd402019-03-18 14:04:33203 'filepath': 'chrome/android/features/autofill_assistant/|'\
gogerald5d02fde2018-08-18 04:30:56204 'chrome/browser/android/autofill_assistant/|'\
205 'components/autofill_assistant/',
206 },
Jared Sauldd47a29d2019-04-18 16:28:54207 'autofill_payments': {
Henrique Ferreiroe2b0a792022-01-14 23:47:58208 'filepath': 'chrome/browser/ui/autofill/chrome_autofill_client|'\
Jared Sauldd47a29d2019-04-18 16:28:54209 'chrome/browser/ui/autofill/payments/|'\
210 'chrome/browser/ui/views/autofill/payments/|'\
211 'components/autofill/core/browser/payments/|'\
212 'components/autofill/core/browser/ui/payments/|'\
Henrique Ferreiroe2b0a792022-01-14 23:47:58213 'components/autofill/core/common/autofill_payments_features|'\
214 'components/autofill_payments_strings',
Jared Saul4765c1e2018-06-18 13:44:57215 },
peter39e10a62017-02-21 15:14:13216 'background_fetch': {
Peter Beverloo4548c852017-08-31 13:45:17217 'filepath': 'background_fetch|'\
218 'background-fetch',
peter39e10a62017-02-21 15:14:13219 },
220 'background_sync': {
Josh Karlin1bd016742017-08-18 17:44:17221 'filepath': '/background_sync/',
peter39e10a62017-02-21 15:14:13222 },
dominickn8884155a2016-06-23 02:28:16223 'banners': {
224 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/banners/|'\
225 'chrome/android/javatests/src/org/chromium/chrome/browser/banners/|'\
dominickn8884155a2016-06-23 02:28:16226 'chrome/browser/banners/|'\
Henrique Ferreirof7531d42022-01-18 21:36:08227 'chrome/browser/ui/android/infobars/app_banner_|'\
Dominick Ng9f748dc82021-01-13 01:52:14228 'components/webapps/browser/banners/|'\
Blink Reformata30d4232018-04-07 15:31:06229 'third_party/blink/public/platform/modules/app_banner/|'\
230 'third_party/blink/renderer/modules/app_banner/',
dominickn8884155a2016-06-23 02:28:16231 },
[email protected]f76c8852012-06-21 16:37:00232 'base': {
[email protected]f2f0fbb92012-07-14 15:52:49233 'filepath': '^base/',
[email protected]7a7a13b2010-08-25 01:10:59234 },
[email protected]5e105332012-09-13 01:55:52235 'base_allocator': {
236 'filepath': '^base/allocator',
237 },
[email protected]1ed5e0fd2012-07-19 00:19:05238 'base_memory': {
239 'filepath': '^base/memory',
240 },
Alexander Timin864bf8a02018-03-12 11:06:28241 'base_scheduler': {
242 'filepath': '^base/task/',
243 },
Gabriel Charettee6bbb532019-04-29 16:39:39244 'base_thread_pool': {
245 'filepath': '^base/task/thread_pool',
robliao1644d8b2016-04-11 15:39:59246 },
[email protected]b17d9e02014-07-29 09:45:50247 'base_win': {
248 'filepath': '^base/win',
249 },
[email protected]7e093d4022014-06-26 19:19:55250 'battery_status': {
251 'filepath': 'content/browser/battery_status/|'\
timvolodine953fde72014-12-09 16:47:10252 'content/test/data/battery_status/|'\
253 'device/battery/',
[email protected]7e093d4022014-06-26 19:19:55254 },
Alexander Timine3deb2a2019-09-20 15:29:09255 'bfcache': {
Henrique Ferreirof7531d42022-01-18 21:36:08256 'filepath': 'content/browser/renderer_host/back_forward_cache|'\
Alexander Timine3deb2a2019-09-20 15:29:09257 'content/browser/back_forward_cache_browsertest.cc|'\
258 'content/test/data/back_forward_cache/|'\
Henrique Ferreirof7531d42022-01-18 21:36:08259 'content/public/browser/back_forward_cache|'\
Alexander Timin42c775b92019-10-08 12:07:07260 'testing/buildbot/filters.bfcache.*.filter',
Alexander Timine3deb2a2019-09-20 15:29:09261 },
wnwen72684762017-03-29 13:28:37262 'binary_size': {
263 'filepath': 'build/android/binary_size/|'\
264 'tools/binary_size/',
265 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13266 'blink': {
Kent Tamurae9b3a9ec2017-08-31 02:20:19267 'filepath': 'third_party/(WebKit|blink)/',
Takeshi Yoshinoe387aa32017-08-02 13:16:13268 },
269 'blink_accessibility': {
Kent Tamuraeb394c72018-04-07 19:14:55270 'filepath': 'third_party/(WebKit|blink)/.*(accessibility|ax_object_cache|web_ax)'
Takeshi Yoshinoe387aa32017-08-02 13:16:13271 },
272 'blink_animation': {
Kent Tamuraeb394c72018-04-07 19:14:55273 'filepath': 'third_party/(WebKit|blink)/.*([Aa]nimat|[Tt]ransition)',
Takeshi Yoshinoe387aa32017-08-02 13:16:13274 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13275 'blink_audio': {
Blink Reformata30d4232018-04-07 15:31:06276 'filepath': 'third_party/blink/renderer/platform/audio' \
277 '|third_party/blink/renderer/modules/webaudio' \
Kent Tamura77578cc2018-11-25 22:33:43278 '|third_party/blink/web_tests/external/wpt/webaudio',
Takeshi Yoshinoe387aa32017-08-02 13:16:13279 },
280 'blink_battery_status': {
Blink Reformata30d4232018-04-07 15:31:06281 'filepath': 'third_party/blink/renderer/modules/battery/' \
Kent Tamura77578cc2018-11-25 22:33:43282 '|third_party/blink/web_tests/battery-status/' \
Kent Tamuraeb394c72018-04-07 19:14:55283 '|third_party/blink/renderer/core/frame/platform_event_(controller|dispatcher)'
Takeshi Yoshinoe387aa32017-08-02 13:16:13284 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13285 'blink_bindings': {
Blink Reformata30d4232018-04-07 15:31:06286 'filepath': 'third_party/blink/renderer/platform/bindings' \
287 '|third_party/blink/renderer/bindings',
Takeshi Yoshinoe387aa32017-08-02 13:16:13288 },
289 'blink_bindings_serialization': {
Kent Tamuraeb394c72018-04-07 19:14:55290 'filepath': 'third_party/blink/renderer/bindings/(core|modules)/v8/.*serializ',
Takeshi Yoshinoe387aa32017-08-02 13:16:13291 },
292 'blink_bluetooth': {
Kent Tamuraeb394c72018-04-07 19:14:55293 'filepath': 'third_party/(WebKit|blink)/.*[Bb]luetooth'
Takeshi Yoshinoe387aa32017-08-02 13:16:13294 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13295 'blink_client_hints': {
Henrique Ferreiroe2b0a792022-01-14 23:47:58296 'filepath': 'third_party/blink/renderer/core/loader/accept_client_hints' \
297 '|third_party/blink/renderer/core/loader/frame_fetch_context' \
298 '|third_party/blink/renderer/core/loader/resource/image_resource' \
299 '|third_party/blink/renderer/platform/loader/fetch/fetch_context' \
300 '|third_party/blink/renderer/platform/loader/fetch/resource_fetcher'
Takeshi Yoshinoe387aa32017-08-02 13:16:13301 },
302 'blink_clipboard': {
Blink Reformata30d4232018-04-07 15:31:06303 'filepath': 'third_party/blink/renderer/core/clipboard' \
Kent Tamuraeb394c72018-04-07 19:14:55304 '|third_party/blink/renderer/core/page/.*drag' \
305 '|third_party/blink/renderer/platform/.*drag' \
Kent Tamuraeb394c72018-04-07 19:14:55306 '|third_party/blink/public/platform/.*drag' \
307 '|third_party/blink/public/web/.*drag',
Takeshi Yoshinoe387aa32017-08-02 13:16:13308 },
Jeremy Romanb7b3a6a2018-02-07 20:15:32309 'blink_common': {
Kent Tamuraeb394c72018-04-07 19:14:55310 'filepath': 'third_party/blink/common'
Blink Reformata30d4232018-04-07 15:31:06311 '|third_party/blink/public/common' \
312 '|third_party/blink/public/mojom',
Jeremy Romanb7b3a6a2018-02-07 20:15:32313 },
Kentaro Hara993b0de2017-08-07 02:26:37314 'blink_controller': {
Blink Reformata30d4232018-04-07 15:31:06315 'filepath': 'third_party/blink/renderer/controller',
Kentaro Hara993b0de2017-08-07 02:26:37316 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13317 'blink_css': {
Blink Reformata30d4232018-04-07 15:31:06318 'filepath': 'third_party/blink/renderer/core/css',
Takeshi Yoshinoe387aa32017-08-02 13:16:13319 },
320 'blink_css_flexbox': {
Kent Tamuraeb394c72018-04-07 19:14:55321 'filepath': 'third_party/blink/renderer/core/rendering/.*flex' \
Kent Tamura77578cc2018-11-25 22:33:43322 '|third_party/blink/web_tests/fast/deprecated-flexbox/' \
323 '|third_party/blink/web_tests/css3/flexbox/' \
324 '|third_party/blink/web_tests/ietestcenter/css3/flexbox/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13325 },
326 'blink_css_fragmentation_tests': {
Kent Tamura77578cc2018-11-25 22:33:43327 'filepath': 'third_party/blink/web_tests/fast/multicol/' \
328 '|third_party/blink/web_tests/fast/pagination/' \
329 '|third_party/blink/web_tests/fragmentation/' \
330 '|third_party/blink/web_tests/printing/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13331 },
332 'blink_css_grid_layout': {
Kent Tamuraeb394c72018-04-07 19:14:55333 'filepath': 'third_party/blink/renderer/core/layout/.*grid' \
334 '|third_party/blink/renderer/core/paint/.*grid' \
335 '|third_party/blink/renderer/core/css/.*grid' \
Kent Tamura77578cc2018-11-25 22:33:43336 '|third_party/blink/web_tests/fast/css-grid-layout/' \
337 '|third_party/blink/web_tests/ietestcenter/css3/grid/' \
338 '|third_party/blink/web_tests/platform/.*/fast/css-grid-layout/' \
339 '|third_party/blink/web_tests/platform/.*/ietestcenter/css3/grid/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13340 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13341 'blink_custom_elements': {
Blink Reformata30d4232018-04-07 15:31:06342 'filepath': 'third_party/blink/renderer/core/html/custom/' \
Kent Tamuraeb394c72018-04-07 19:14:55343 '|third_party/blink/renderer/bindings/core/v8/.*custom_element',
Takeshi Yoshinoe387aa32017-08-02 13:16:13344 },
345 'blink_device_orientation': {
Oksana Zhuravlova5e236ec92018-07-25 00:16:03346 'filepath': 'content/browser/device_sensors/' \
347 '|content/test/data/device_sensors/' \
348 '|third_party/blink/renderer/modules/device_orientation/' \
Wanming Lin2f3bb77d2020-04-13 03:48:21349 '|third_party/blink/web_tests/external/wpt/orientation-event/' \
Kent Tamuraeb394c72018-04-07 19:14:55350 '|third_party/blink/renderer/core/frame/platform_event_(controller|dispatcher)' \
351 '|third_party/blink/renderer/core/frame/device_single_window_event_controller'
Takeshi Yoshinoe387aa32017-08-02 13:16:13352 },
353 'blink_devtools': {
Tim van der Lippedf9e7b22019-07-24 13:18:36354 'filepath': 'third_party/blink/.*(inspector|DevTools|dev_tools|devtools)',
Takeshi Yoshinoe387aa32017-08-02 13:16:13355 },
356 'blink_dom': {
Blink Reformata30d4232018-04-07 15:31:06357 'filepath': 'third_party/blink/renderer/core/dom/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13358 },
Daniel Murphyeda2b872019-11-27 23:51:41359 'blink_dom_storage': {
360 'filepath': 'third_party/blink/common/dom_storage/|' \
361 'third_party/blink/public/mojom/dom_storage/|' \
362 'third_party/blink/public/common/dom_storage/|' \
363 'third_party/blink/renderer/modules/storage/',
364 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13365 'blink_events': {
Kent Tamuraeb394c72018-04-07 19:14:55366 'filepath': 'third_party/blink/renderer/core/page/.*event' \
367 '|third_party/blink/renderer/core/dom/.*event' \
368 '|third_party/blink/renderer/core/css/.*event' \
369 '|third_party/blink/renderer/platform/.*event'
Takeshi Yoshinoe387aa32017-08-02 13:16:13370 },
371 'blink_fetch': {
Blink Reformata30d4232018-04-07 15:31:06372 'filepath': 'third_party/blink/renderer/platform/loader/fetch'
Takeshi Yoshinoe387aa32017-08-02 13:16:13373 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13374 'blink_fileapi': {
Blink Reformata30d4232018-04-07 15:31:06375 'filepath': 'third_party/blink/renderer/modules/filesystem/' \
376 '|third_party/blink/renderer/core/fileapi/' \
Kent Tamuraeb394c72018-04-07 19:14:55377 '|third_party/blink/renderer/platform/.*file' \
Kent Tamura77578cc2018-11-25 22:33:43378 '|third_party/blink/web_tests/fast/file' \
Kent Tamuraeb394c72018-04-07 19:14:55379 '|third_party/blink/public/.*_file'
Takeshi Yoshinoe387aa32017-08-02 13:16:13380 },
381 'blink_frames': {
Blink Reformata30d4232018-04-07 15:31:06382 'filepath': 'third_party/blink/renderer/core/frame/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13383 },
384 'blink_geolocation': {
Kent Tamura77578cc2018-11-25 22:33:43385 'filepath': 'third_party/blink/web_tests/geolocation-api/' \
Blink Reformata30d4232018-04-07 15:31:06386 '|third_party/blink/renderer/modules/geolocation/' \
Kent Tamuraeb394c72018-04-07 19:14:55387 '|third_party/blink/public/web/.*geolocation'
Takeshi Yoshinoe387aa32017-08-02 13:16:13388 },
389 'blink_heap': {
Michael Lippautz52bc4b922021-08-30 15:28:14390 'filepath': 'third_party/blink/renderer/platform/heap'
Takeshi Yoshinoe387aa32017-08-02 13:16:13391 },
392 'blink_html': {
Chris Harrelson92233dfd2019-11-08 17:39:46393 'filepath': 'third_party/blink/renderer/core/html/' \
394 '|third_party/blink/renderer/core/mathml/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13395 },
396 'blink_htmlparser': {
Blink Reformata30d4232018-04-07 15:31:06397 'filepath': 'third_party/blink/renderer/core/html/parser/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13398 },
Chris Blume484eaa1b2018-12-14 22:49:18399 'blink_image_codecs': {
400 'filepath': 'third_party/blink/renderer/platform/image-decoders' \
401 '|third_party/blink/renderer/platform/image-encoders' \
402 '|third_party/blink/perf_tests/image_decoder'
403 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13404 'blink_indexed_db': {
Chase Phillips7027bd52018-08-30 17:31:55405 'filepath': 'third_party/blink/common/indexeddb' \
406 '|third_party/blink/public/common/indexeddb' \
407 '|third_party/blink/public/platform/.*_idb' \
408 '|third_party/blink/public/platform/modules/indexeddb' \
409 '|third_party/blink/public/mojom/indexeddb' \
410 '|third_party/blink/renderer/modules/indexeddb/' \
Kent Tamura77578cc2018-11-25 22:33:43411 '|third_party/blink/web_tests/storage/indexeddb'
Takeshi Yoshinoe387aa32017-08-02 13:16:13412 },
413 'blink_input': {
Blink Reformata30d4232018-04-07 15:31:06414 'filepath': 'third_party/blink/renderer/core/input/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13415 },
416 'blink_layers': {
Kent Tamuraeb394c72018-04-07 19:14:55417 'filepath': 'third_party/blink/renderer/core/page/scrolling/scrolling_coordinator' \
418 '|third_party/blink/renderer/platform/graphics/graphics_layer' \
419 '|third_party/blink/renderer/core/layout/layer'
Takeshi Yoshinoe387aa32017-08-02 13:16:13420 },
421 'blink_layout': {
Kent Tamuraeb394c72018-04-07 19:14:55422 'filepath': 'third_party/blink/renderer/core/layout'
Takeshi Yoshinoe387aa32017-08-02 13:16:13423 },
424 'blink_layout_ng': {
Blink Reformata30d4232018-04-07 15:31:06425 'filepath': 'third_party/blink/renderer/core/layout/ng',
Takeshi Yoshinoe387aa32017-08-02 13:16:13426 },
427 'blink_loader': {
Blink Reformata30d4232018-04-07 15:31:06428 'filepath': 'third_party/blink/renderer/core/loader/' \
429 '|third_party/blink/renderer/platform/loader/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13430 },
431 'blink_media': {
Blink Reformata30d4232018-04-07 15:31:06432 'filepath': 'third_party/blink/renderer/core/css/mediaControls' \
Kent Tamuraeb394c72018-04-07 19:14:55433 '|third_party/blink/renderer/core/html/.*_(audio|media|video)' \
434 '|third_party/blink/renderer/core/html/shadow/media_control' \
435 '|third_party/blink/renderer/core/layout/layout_media' \
436 '|third_party/blink/renderer/core/layout/layout_text_track_container_element' \
Blink Reformata30d4232018-04-07 15:31:06437 '|third_party/blink/renderer/modules/(encryptedmedia|mediasource)' \
438 '|third_party/blink/renderer/platform/drm/' \
439 '|third_party/blink/renderer/platform/graphics/media/' \
Kent Tamura77578cc2018-11-25 22:33:43440 '|third_party/blink/web_tests/media/' \
Kent Tamuraeb394c72018-04-07 19:14:55441 '|third_party/blink/public/.*_media'
Takeshi Yoshinoe387aa32017-08-02 13:16:13442 },
443 'blink_media_queries': {
Kent Tamuraeb394c72018-04-07 19:14:55444 'filepath': 'third_party/blink/renderer/core/css/css_media_rule' \
445 '|third_party/blink/renderer/core/css/media_list' \
446 '|third_party/blink/renderer/core/css/media_query' \
447 '|third_party/blink/renderer/core/css/parser/media_query'
Takeshi Yoshinoe387aa32017-08-02 13:16:13448 },
449 'blink_mediastream': {
Blink Reformata30d4232018-04-07 15:31:06450 'filepath': 'third_party/blink/renderer/modules/mediastream/' \
451 '|third_party/blink/renderer/platform/mediastream/' \
Kent Tamuraeb394c72018-04-07 19:14:55452 '|third_party/blink/renderer/platform/exported/web_media_stream' \
453 '|third_party/blink/renderer/platform/exported/web_rtc' \
Kent Tamura77578cc2018-11-25 22:33:43454 '|third_party/blink/web_tests/fast/mediastream/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13455 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13456 'blink_navigator_content_utils': {
Blink Reformata30d4232018-04-07 15:31:06457 'filepath': 'third_party/blink/renderer/modules/navigatorcontentutils' \
Kent Tamura77578cc2018-11-25 22:33:43458 '|third_party/blink/web_tests/fast/dom/navigatorcontentutils'
Takeshi Yoshinoe387aa32017-08-02 13:16:13459 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13460 'blink_out_of_process_frames': {
Kent Tamuraeb394c72018-04-07 19:14:55461 'filepath': 'third_party/blink/renderer/core/frame/frame_owner' \
462 '|third_party/blink/renderer/core/frame/frame\.' \
463 '|third_party/blink/renderer/core/frame/web_frame' \
464 '|third_party/blink/renderer/core/exported/web_remote_frame_impl'
Takeshi Yoshinoe387aa32017-08-02 13:16:13465 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13466 'blink_paint': {
Blink Reformata30d4232018-04-07 15:31:06467 'filepath': 'third_party/blink/renderer/core/paint/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13468 },
Xida Chen0ef92782018-01-17 05:53:35469 'blink_paintworklet': {
Blink Reformata30d4232018-04-07 15:31:06470 'filepath': 'third_party/blink/renderer/modules/csspaint/' \
Kent Tamura77578cc2018-11-25 22:33:43471 '|third_party/blink/web_tests/http/tests/csspaint/' \
472 '|third_party/blink/web_tests/externla/wpt/css/css-paint-api/'
Xida Chen0ef92782018-01-17 05:53:35473 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13474 'blink_permissions': {
Blink Reformata30d4232018-04-07 15:31:06475 'filepath': 'third_party/blink/renderer/modules/permissions/' \
Julie Jeongeun Kim162c2d282019-03-13 07:23:52476 '|third_party/blink/public/mojom/permissions/',
Takeshi Yoshinoe387aa32017-08-02 13:16:13477 },
478 'blink_platform': {
Blink Reformata30d4232018-04-07 15:31:06479 'filepath': 'third_party/blink/renderer/platform'
Takeshi Yoshinoe387aa32017-08-02 13:16:13480 },
481 'blink_platform_graphics': {
Blink Reformata30d4232018-04-07 15:31:06482 'filepath': 'third_party/blink/renderer/platform/fonts' \
483 '|third_party/blink/renderer/platform/geometry' \
484 '|third_party/blink/renderer/platform/graphics'
Takeshi Yoshinoe387aa32017-08-02 13:16:13485 },
486 'blink_preloadScanner': {
Kent Tamuraeb394c72018-04-07 19:14:55487 'filepath': 'third_party/blink/renderer/core/html/parser/html_preload_scanner',
Takeshi Yoshinoe387aa32017-08-02 13:16:13488 },
489 'blink_prerender': {
Hiroki Nakagawaa24ab212020-10-28 03:33:39490 'filepath': 'third_party/blink/renderer/core/.*prerender' \
491 '|third_party/blink/renderer/core/loader/link_loader' \
Hiroki Nakagawa94274a412021-03-02 06:01:41492 '|third_party/blink/public/mojom/prerender/' \
Hiroki Nakagawa3146f3ec2021-10-08 07:04:08493 '|third_party/blink/web_tests/external/wpt/speculation-rules/prerender/' \
Hiroki Nakagawa94274a412021-03-02 06:01:41494 '|third_party/blink/web_tests/wpt_internal/prerender/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13495 },
496 'blink_public_api': {
Blink Reformata30d4232018-04-07 15:31:06497 'filepath': 'third_party/blink/public'
Takeshi Yoshinoe387aa32017-08-02 13:16:13498 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13499 'blink_quota': {
Blink Reformata30d4232018-04-07 15:31:06500 'filepath': 'third_party/blink/renderer/modules/quota/' \
Kent Tamuraeb394c72018-04-07 19:14:55501 '|third_party/blink/public/.*quota'
Takeshi Yoshinoe387aa32017-08-02 13:16:13502 },
503 'blink_scheduler': {
Blink Reformata30d4232018-04-07 15:31:06504 'filepath': 'third_party/blink/renderer/platform/scheduler' \
Alexander Timin1ef2e0e2020-03-12 16:13:50505 '|third_party/blink/renderer/platform/scheduler' \
506 '|third_party/blink/renderer/core/html/parser/.*scheduler' \
507 '|third_party/blink/public/platform/scheduler'
Takeshi Yoshinoe387aa32017-08-02 13:16:13508 },
Nate Chapin1a9f01a2019-11-22 17:39:30509 'blink_scheduling_api': {
510 'filepath': 'third_party/blink/renderer/modules/scheduler'
511 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13512 'blink_script': {
Henrique Ferreirof7531d42022-01-18 21:36:08513 'filepath': 'third_party/blink/renderer/bindings/core/v8/.*module' \
514 '|third_party/blink/renderer/bindings/core/v8/script_controller' \
515 '|third_party/blink/renderer/bindings/core/v8/script_source_code' \
516 '|third_party/blink/renderer/bindings/core/v8/v8_script_runner'
517 '|third_party/blink/renderer/core/dom/.*modul' \
518 '|third_party/blink/renderer/core/dom/.*script' \
519 '|third_party/blink/renderer/core/html/html_script_element' \
520 '|third_party/blink/renderer/core/html/parser/html_parser_script_runner' \
Blink Reformata30d4232018-04-07 15:31:06521 '|third_party/blink/renderer/core/loader/modulescript/' \
Henrique Ferreirof7531d42022-01-18 21:36:08522 '|third_party/blink/renderer/core/loader/resource/script_resource' \
523 '|third_party/blink/renderer/core/svg/svg_script_element' \
524 '|third_party/blink/renderer/core/xml/parser/xml_document_parser'
Takeshi Yoshinoe387aa32017-08-02 13:16:13525 },
David Bokan9dc0046272017-12-29 00:28:01526 'blink_scroll': {
Henrique Ferreirof7531d42022-01-18 21:36:08527 'filepath': 'third_party/blink/renderer/core/frame/.*view' \
528 '|third_party/blink/renderer/core/input/.*scroll' \
529 '|third_party/blink/renderer/core/input/event_handler' \
Blink Reformata30d4232018-04-07 15:31:06530 '|third_party/blink/renderer/core/page/scrolling/' \
Henrique Ferreirof7531d42022-01-18 21:36:08531 '|third_party/blink/renderer/core/paint/.*scrollable_area' \
Blink Reformata30d4232018-04-07 15:31:06532 '|third_party/blink/renderer/platform/scroll/'
David Bokan9dc0046272017-12-29 00:28:01533 },
Matt Falkenhagenca7fbb62018-07-10 09:21:43534 'blink_service_worker' : {
535 'filepath': 'third_party/blink/renderer/modules/service_worker' \
Kent Tamura77578cc2018-11-25 22:33:43536 '|third_party/blink/web_tests/http/tests/serviceworker' \
537 '|third_party/blink/web_tests/external/wpt/service-workers'
Takeshi Yoshinoe387aa32017-08-02 13:16:13538 },
Matt Falkenhagenca7fbb62018-07-10 09:21:43539 'blink_service_worker_tests' : {
Kent Tamura77578cc2018-11-25 22:33:43540 'filepath': 'third_party/blink/web_tests/http/tests/serviceworker' \
541 '|third_party/blink/web_tests/external/wpt/service-workers'
Takeshi Yoshinoe387aa32017-08-02 13:16:13542 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13543 'blink_spellcheck' : {
Blink Reformata30d4232018-04-07 15:31:06544 'filepath': 'third_party/blink/renderer/core/editing/spellcheck'
Takeshi Yoshinoe387aa32017-08-02 13:16:13545 },
Adam Rice027497d2018-07-27 02:17:02546 'blink_streams': {
547 'filepath': 'third_party/blink/renderer/core/streams/'
548 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13549 'blink_style': {
Kent Tamuraeb394c72018-04-07 19:14:55550 'filepath': 'third_party/(WebKit|blink)/.*(style/|Style)',
Takeshi Yoshinoe387aa32017-08-02 13:16:13551 },
552 'blink_svg': {
Blink Reformata30d4232018-04-07 15:31:06553 'filepath': 'third_party/blink/renderer/core/(layout/)?svg',
Takeshi Yoshinoe387aa32017-08-02 13:16:13554 },
555 'blink_track': {
Blink Reformata30d4232018-04-07 15:31:06556 'filepath': 'third_party/blink/renderer/core/html/track/' \
Kent Tamuraeb394c72018-04-07 19:14:55557 '|third_party/blink/renderer/core/loader/text_track' \
558 '|third_party/blink/renderer/core/html/meida/html_media_element' \
559 '|third_party/blink/renderer/core/html/shadow/media_control' \
Blink Reformata30d4232018-04-07 15:31:06560 '|third_party/blink/renderer/core/css/mediaControl' \
Kent Tamura77578cc2018-11-25 22:33:43561 '|third_party/blink/web_tests/media/track/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13562 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13563 'blink_viewport_interaction': {
Kent Tamuraeb394c72018-04-07 19:14:55564 'filepath': 'third_party/blink/renderer/core/css/.*viewport' \
565 '|third_party/blink/renderer/core/dom/viewport_arguments' \
Henrique Ferreirof7531d42022-01-18 21:36:08566 '|third_party/blink/renderer/core/frame/frame_view' \
567 '|third_party/blink/renderer/core/frame/.*viewport' \
Kent Tamuraeb394c72018-04-07 19:14:55568 '|third_party/blink/renderer/core/html/html_meta_element'
Takeshi Yoshinoe387aa32017-08-02 13:16:13569 },
570 'blink_w3ctests': {
Kent Tamura77578cc2018-11-25 22:33:43571 'filepath': 'third_party/blink/web_tests/external/' \
Kent Tamura01019442018-05-01 22:06:58572 '|third_party/blink/tools/blinkpy/w3c/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13573 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13574 'blink_webp': {
Blink Reformata30d4232018-04-07 15:31:06575 'filepath': 'third_party/blink/renderer/platform/image-decoders/webp' \
Kent Tamuraeb394c72018-04-07 19:14:55576 '|third_party/blink/renderer/platform/image-encoders/skia/webp'
Takeshi Yoshinoe387aa32017-08-02 13:16:13577 },
578 'blink_websockets': {
Blink Reformata30d4232018-04-07 15:31:06579 'filepath': 'third_party/blink/renderer/modules/websockets/' \
580 '|third_party/blink/renderer/platform/modules/websockets/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13581 },
582 'blink_workers': {
Blink Reformata30d4232018-04-07 15:31:06583 'filepath': 'third_party/blink/renderer/core/workers' \
Kent Tamura77578cc2018-11-25 22:33:43584 '|third_party/blink/web_tests/http/tests/workers' \
585 '|third_party/blink/web_tests/fast/workers' \
586 '|third_party/blink/web_tests/external/wpt/workers'
Takeshi Yoshinoe387aa32017-08-02 13:16:13587 },
588 'blink_wtf': {
Blink Reformata30d4232018-04-07 15:31:06589 'filepath': 'third_party/blink/renderer/platform/wtf',
Takeshi Yoshinoe387aa32017-08-02 13:16:13590 },
591 'blink_xml': {
Blink Reformata30d4232018-04-07 15:31:06592 'filepath': 'third_party/blink/renderer/core/xml/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13593 },
Chloe Pellingb8f18ad2021-02-11 05:18:48594 'borealis': {
595 'filepath': 'borealis/',
596 },
donnd787f6ed2016-08-03 01:00:56597 'bottombar': {
598 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/',
599 },
[email protected]22650d22012-07-18 17:02:35600 'browser_components': {
[email protected]a7228f62012-09-20 17:52:48601 'filepath': 'chrome/browser/autofill/' \
602 '|chrome/browser/bookmarks/' \
[email protected]a7228f62012-09-20 17:52:48603 '|chrome/browser/favicon/' \
[email protected]ddf288e2013-01-09 20:58:27604 '|chrome/browser/history/' \
[email protected]fccf4882013-03-15 04:46:19605 '|chrome/browser/webdata/' \
[email protected]3947d4a82013-03-12 09:41:05606 '|components/autofill/'
[email protected]22650d22012-07-18 17:02:35607 },
[email protected]f76c8852012-06-21 16:37:00608 'browser_compositor': {
[email protected]f2f0fbb92012-07-14 15:52:49609 'filepath': 'ui/compositor/'
[email protected]fbd846b2010-11-19 01:32:18610 },
Alexander Timinaa132762019-05-10 16:10:17611 'browser_scheduler': {
612 'filepath': 'content/browser/scheduler'
613 },
[email protected]0ce480532012-07-20 12:33:20614 'browsing_data': {
Christian Dullweberc0b53642018-10-11 16:20:55615 'filepath': 'browsing_data|BrowsingData',
[email protected]0ce480532012-07-20 12:33:20616 },
Brian Malcolm27dcc022022-01-04 18:11:15617 'cast_2_class': {
618 'filepath': '/access_code/' \
619 '|access_code_cast' \
620 '|ash/public/cpp/cast' \
621 '|ash/system/cast' \
622 '|chrome/browser/media/router/providers' \
623 '|chrome/browser/ui/ash/cast' \
624 '|media_router/cast_dialog_view' \
625 '|media/router/discovery',
626 },
ryanchung4d157372016-05-10 20:27:16627 'cast_certificate': {
628 'filepath': 'components/cast_certificate/'\
629 '|components/test/data/cast_certificate/',
630 },
mfoltz57fd7f32017-05-03 06:12:58631 'cast_channel': {
mark a. foltz2af0168d2021-04-20 06:35:32632 'filepath': 'components/cast_channel/'
mfoltz57fd7f32017-05-03 06:12:58633 },
mark a. foltzb7228ec12021-01-28 18:29:50634 'cast_streaming': {
635 'filepath': 'media/cast/' \
636 '|chrome/browser/media/cast_mirroring' \
637 '|components/mirroring/' \
638 },
Takeshi Yoshino524e1d262017-07-28 01:16:38639 'cc': {
danakjca574522017-09-20 16:38:59640 'filepath': 'cc/'\
641 '|components/viz/'
642 },
Yi Guc1c54682018-07-23 12:00:00643 'cc-animation': {
644 'filepath': 'cc/animation/'
645 },
danakjca574522017-09-20 16:38:59646 'cc-display': {
647 'filepath': 'components/viz/service/display'\
648 '|cc/output'
649 },
Alexander Timin864bf8a02018-03-12 11:06:28650 'cc-scheduler': {
651 'filepath': 'cc/scheduler'
652 },
eranmc2a9f612015-11-24 16:41:34653 'certificate_transparency': {
Joe DeBlasioae26a2712022-02-03 02:16:05654 'filepath': 'chrome/browser/ssl/sct_'\
655 '|components/certificate_transparency/'\
eranmc2a9f612015-11-24 16:41:34656 '|net/cert/ct_'\
657 '|net/cert/multi_log_ct_verifier'\
658 '|net/cert/sct_status_flags.h'\
659 '|net/cert/signed_certificate_timestamp'\
660 '|net/cert/signed_tree_head'\
Joe DeBlasiobfe592942022-01-20 01:40:03661 '|net/services/network/sct_auditing/'\
662 '|net/services/network/ct_'\
Joe DeBlasioae26a2712022-02-03 02:16:05663 '|net/test/ct_'\
664 '|services/network/sct_auditing/'
eranmc2a9f612015-11-24 16:41:34665 },
Wei Leeda4232af82021-10-18 02:37:39666 'chrome_camera_app': {
667 'filepath': # Exclude string translation .xtb files.
Wei Leef52eabc2021-10-18 07:38:38668 'ash/webui/camera_app_ui/.*$(?<!\.xtb)'\
Wei Leeda4232af82021-10-18 02:37:39669 '|chrome/browser/ash/web_applications/camera_app'\
670 '|components/arc/intent_helper/control_camera_app_delegate.h'\
671 '|components/arc/mojom/camera_intent.mojom'\
Henrique Ferreirof7531d42022-01-18 21:36:08672 '|media/capture/video/chromeos/camera_app'\
673 '|media/capture/video/chromeos/mojom/camera_app',
Wei Leeda4232af82021-10-18 02:37:39674 },
Joe Mason60ec2f32018-02-15 15:50:51675 'chrome_cleaner': {
676 'filepath': 'chrome/browser/component_updater/sw_reporter_'\
677 '|chrome/browser/resources/settings/chrome_cleanup_page/'\
678 '|chrome/browser/safe_browsing/chrome_cleaner/'\
679 '|chrome/browser/ui/views/chrome_cleaner_'\
680 '|chrome/browser/ui/webui/settings/chrome_cleanup_'\
Joe Mason12a02332018-04-19 14:39:00681 '|chrome/chrome_cleaner/'\
Joe Mason60ec2f32018-02-15 15:50:51682 '|components/chrome_cleaner/',
683 },
[email protected]c73ec8ab2014-01-16 20:35:23684 'chrome_elf': {
Patrick Monette0196be22019-05-10 03:33:15685 'filepath': 'chrome/chrome_elf',
[email protected]c73ec8ab2014-01-16 20:35:23686 },
lpy0ca13772017-02-28 19:48:27687 'chrome_grc': {
lpy53b82752017-05-31 22:30:49688 'filepath': 'chrome/browser/resource_coordinator/'\
689 '|services/resource_coordinator/',
lpy0ca13772017-02-28 19:48:27690 },
Tarun Bansal4943ed062022-02-08 21:56:50691 'chrome_intelligence': {
692 'filepath': 'history_clusters'\
693 '|optimization_guide'\
694 '|optimization_hints'\
695 '|third_party/eigen3'\
696 '|third_party/farmhash'\
697 '|third_party/fft2d'\
698 '|third_party/fp16'\
699 '|third_party/gemmlowp'\
700 '|third_party/libzip'\
701 '|third_party/neon_2_sse'\
702 '|third_party/ruy'\
703 '|third_party/tensorflow-text'\
704 '|third_party/tflite'\
705 '|third_party/tflite_support'\
706 '|third_party/utf',
707 },
Sebastien Marchand68b41432019-05-09 19:38:07708 'chrome_performance_manager': {
Sebastien Marchand791561b2019-10-17 21:00:38709 'filepath': 'chrome/browser/performance_manager/'\
Sebastien Marchand791561b2019-10-17 21:00:38710 '|chrome/renderer/performance_manager/'\
711 '|components/performance_manager/',
Sebastien Marchand68b41432019-05-09 19:38:07712 },
Takeshi Yoshino524e1d262017-07-28 01:16:38713 'chromecast': {
714 'filepath': 'chromecast/',
715 },
716 'chromecast_public': {
717 'filepath': 'chromecast/public/',
718 },
[email protected]f7bf8ba2011-02-24 22:28:46719 'chromedriver': {
samuong53d5e612014-10-10 18:56:38720 'filepath': 'chrome/test/chromedriver|'\
721 'chrome/test/data/chromedriver|'\
John Chen583cee322019-06-12 20:10:39722 'third_party/blink/web_tests/external/wpt/webdriver|'\
723 'third_party/blink/web_tests/WebDriverExpectations|'\
724 'third_party/webdriver'
[email protected]f7bf8ba2011-02-24 22:28:46725 },
[email protected]f76c8852012-06-21 16:37:00726 'chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:49727 'filepath': 'chromeos/',
[email protected]531b1532011-08-11 03:52:01728 },
[email protected]eda0a0b2013-04-19 20:34:35729 'chromeos_attestation': {
Yeunjoo Choi6ae1dbb2021-11-22 02:19:31730 'filepath': 'ash/components/attestation/|'\
Yeunjoo Choi807560822021-03-15 04:10:12731 'chrome/browser/ash/attestation/|'\
[email protected]64494c3f2013-08-14 22:15:59732 'chrome/browser/extensions/api/enterprise_platform_keys_private/',
[email protected]eda0a0b2013-04-19 20:34:35733 },
Ryan Hansberry8e41a5c42019-04-18 22:12:51734 'chromeos_bluetooth': {
735 'filepath': 'ash/system/bluetooth/'\
Henrique Ferreiroe2b0a792022-01-14 23:47:58736 '|chrome/browser/ui/webui/chromeos/bluetooth'\
Demetrios Papadopoulosbb154e932019-12-23 22:05:26737 '|chrome/browser/resources/settings/chromeos/bluetooth_page/'\
Ryan Hansberry8e41a5c42019-04-18 22:12:51738 '|chrome/browser/resources/chromeos/bluetooth_pairing_dialog/'\
Ryan Hansberry4773b722019-04-30 17:25:04739 '|device/bluetooth/bluez/'\
740 '|device/bluetooth/chromeos/'\
Henrique Ferreiroe2b0a792022-01-14 23:47:58741 '|ui/webui/resources/cr_components/chromeos/bluetooth'
Ryan Hansberry8e41a5c42019-04-18 22:12:51742 },
Kyle Horimotofdcf67012019-04-08 19:06:10743 'chromeos_cellular': {
Henrique Ferreiroef86fe72022-03-02 16:06:04744 'filepath': 'ash/services/cellular_setup/|'\
745 'chromeos/dbus/hermes/|'\
Kyle Horimotofdcf67012019-04-08 19:06:10746 'ui/webui/resources/cr_components/chromeos/cellular_setup/',
747 },
alematec5187b1b2016-08-26 05:32:18748 'chromeos_geolocation': {
Yeunjoo Choi50359a02021-10-15 05:31:15749 'filepath': 'ash/components/geolocation/',
alematec5187b1b2016-08-26 05:32:18750 },
Achuith Bhandarkar434e24592018-03-07 23:05:12751 'chromeos_lkgm': {
752 'filepath': 'chromeos/CHROMEOS_LKGM',
753 },
[email protected]f76c8852012-06-21 16:37:00754 'chromeos_login': {
Jacob Dufaulted1ef2bc2018-08-10 18:21:34755 'filepath': 'ash/login/|'\
Henrique Ferreiroff1cc24c2021-03-08 12:01:57756 'chrome/browser/ash/login/|'\
[email protected]f2f0fbb92012-07-14 15:52:49757 'chrome/browser/ui/webui/chromeos/login/|'\
dzhioevcc7c0492014-11-25 14:52:58758 'chrome/browser/resources/chromeos/login/|'\
759 'ui/login/',
[email protected]a791dac2011-04-07 23:22:57760 },
Trent Apted0c0b4492019-09-30 01:15:24761 'chromeos_media_app': {
Yeunjoo Choi997893e2021-09-07 05:19:07762 'filepath': 'ash/webui/media_app_ui/|'\
Trent Apted44344b952021-06-16 02:04:09763 'chrome/browser/ash/web_applications/media_app/',
Trent Apted0c0b4492019-09-30 01:15:24764 },
[email protected]d7d35f342012-10-22 20:32:47765 'chromeos_net': {
Kyle Horimoto89f06e22019-04-08 19:07:17766 'filepath': 'ash/system/network/|'\
Kyle Horimotoe5b3edf32021-12-07 18:17:58767 'chromeos/dbus/shill/|'\
Kyle Horimoto89f06e22019-04-08 19:07:17768 'chromeos/network/|'\
Kyle Horimoto77a5fce2019-09-24 01:28:27769 'chromeos/services/network_config/|'\
Henrique Ferreirod57c4962021-09-29 07:26:59770 'chrome/browser/ash/net/|'\
stevenjbdd133032015-08-07 18:37:47771 'chrome/browser/extensions/api/networking_private/|'\
Jon Mannd82f9342020-05-19 00:31:05772 'chrome/browser/resources/chromeos/internet_config_dialog/|'\
773 'chrome/browser/resources/chromeos/internet_detail_dialog/|'\
774 'chrome/browser/resources/chromeos/network_ui/|'\
Demetrios Papadopoulosbb154e932019-12-23 22:05:26775 'chrome/browser/resources/settings/chromeos/internet_page/|'\
stevenjbdd133032015-08-07 18:37:47776 'extensions/browser/api/networking_private/|'\
Jon Manna19f5a92019-11-21 20:10:59777 'ui/chromeos/network/|'\
778 'ui/webui/resources/cr_components/chromeos/network/'
[email protected]d7d35f342012-10-22 20:32:47779 },
Nicholas Vernef4b763052021-01-27 04:08:05780 'chromeos_tast_control': {
781 'filepath': 'chromeos/tast_control.gni',
782 },
alematec5187b1b2016-08-26 05:32:18783 'chromeos_timezone': {
Yeunjoo Choi953a4c32021-10-15 05:20:44784 'filepath': 'ash/components/timezone/',
alematec5187b1b2016-08-26 05:32:18785 },
[email protected]f76c8852012-06-21 16:37:00786 'chromeos_webui': {
[email protected]f2f0fbb92012-07-14 15:52:49787 'filepath': 'chrome/browser/ui/webui/chromeos/|'\
788 'chrome/browser/resources/chromeos/',
[email protected]ba03af42012-03-08 01:37:12789 },
Jon Mann2c257332019-08-14 19:12:14790 'chromeos_wifi_sync': {
791 'filepath': 'chromeos/components/sync_wifi/',
792 },
Andrew Shulaevddb14db2022-03-01 13:27:55793 'chrometto_proto_extensions': {
794 'filepath': 'base/tracing/protos/',
795 },
Anastasia Helfinstein83c763a2019-05-13 18:15:03796 'chromevox': {
Anastasia Helfinstein9dcba0a2019-07-18 20:58:56797 'filepath': 'chromevox|spoken_feedback',
Anastasia Helfinstein83c763a2019-05-13 18:15:03798 },
[email protected]cef7a6d2011-04-29 20:49:07799 'clang_update': {
Nico Webere250e6a2015-12-02 19:31:56800 'filepath': 'tools/clang/scripts/update.py'
[email protected]cef7a6d2011-04-29 20:49:07801 },
[email protected]f76c8852012-06-21 16:37:00802 'clipboard': {
803 'filepath': 'clipboard|dnd|drag|drop',
[email protected]2418b022011-05-19 21:06:02804 },
sdefresned94c5b02015-07-22 17:54:55805 'components_deps': {
806 'filepath': 'components/([^/]*/)*DEPS',
807 },
Matthew Jonesf3b5f4f2019-01-04 00:01:25808 'compositor_animator': {
809 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/compositor/animation/',
810 },
scheib968e61052014-11-05 00:27:25811 'content_bluetooth': {
812 'filepath': 'content/.*bluetooth'
813 },
Rayan Kanso3047d3f2019-06-26 13:26:39814 'content_index': {
815 'filepath': 'content_index',
816 },
kinuko01cbe8a12015-10-20 09:59:06817 'content_loader': {
mmenkefaa97d3b2016-09-25 14:24:02818 'filepath': 'chrome/browser/loader|' \
819 'content/browser/loader|' \
Henrique Ferreiroe2b0a792022-01-14 23:47:58820 'content/child/.*loader',
kinuko01cbe8a12015-10-20 09:59:06821 },
arthursonzogni77e14d8e2021-03-09 10:33:16822 'content_security_policy': {
823 'filepath': 'content_security_policy|csp',
824 },
[email protected]aa3311a2012-11-19 16:04:58825 'content_shell': {
826 'filepath': 'content/shell/',
827 },
kinukoa121bce2015-01-30 10:04:41828 'content_worker': {
829 'filepath': 'content/.*worker',
830 },
donnd787f6ed2016-08-03 01:00:56831 'contextual_search': {
832 'filepath': 'chrome/browser/android/contextualsearch/|' \
833 'chrome/android/java/src/org/chromium/chrome/browser/contextualsearch/|' \
834 'chrome/android/javatests/src/org/chromium/chrome/browser/contextualsearch/|' \
835 'components/contextual_search/',
836 },
Nicolás Peña Moreno42e92d32020-09-25 02:11:34837 'core_web_vitals_plm': {
838 'filepath': 'chrome/browser/page_load_metrics/observers/core/|' \
839 'components/page_load_metrics/browser/observers/core/',
840 },
Nicolás Peña Moreno01fbce652020-11-10 22:34:22841 'core_web_vitals_wpt': {
842 'filepath': 'third_party/blink/web_tests/external/wpt/event-timing/|' \
843 'third_party/blink/web_tests/external/wpt/largest-contentful-paint/|' \
844 'third_party/blink/web_tests/external/wpt/layout-instability/',
845 },
wfh792b71c2016-05-04 23:33:41846 'courgette': {
847 'filepath': 'courgette/',
848 },
Nico Weber6ff639a2017-08-11 21:04:50849 'cq': {
Andrii Shyshkalov17176242018-02-24 03:31:32850 'filepath': 'infra/config/branch/cq.cfg',
Nico Weber6ff639a2017-08-11 21:04:50851 },
michaelpge42ca3b32016-02-19 08:17:57852 'cr_elements': {
853 'filepath': 'ui/webui/resources/cr_element',
854 },
Victor-Gabriel Savu778d0dd2021-05-04 15:35:22855 'cros_commercial_policy': {
Yeunjoo Choif9e1d7b2021-12-01 02:46:16856 'filepath': 'ash/components/policy/'\
857 '|ash/policy/'\
Victor-Gabriel Savu778d0dd2021-05-04 15:35:22858 '|components/policy/'\
Yeunjoo Choid0dfae02021-06-25 10:07:44859 '|chrome/browser/ash/policy/'\
Victor-Gabriel Savu61439ae2022-02-21 13:52:44860 '|chrome/browser/policy/'\
861 '|chrome/test/enterprise'\
862 '|ash/components/arc/enterprise/'\
863 '|chrome/browser/ash/arc/enterprise/'\
864 '|docs/website/site/administrators/'
Victor-Gabriel Savu778d0dd2021-05-04 15:35:22865 },
Melissa Zhang93eadf352022-04-28 06:05:15866 'cros_discovery': {
867 'filepath': 'chrome/browser/apps/app_discovery_service/'\
868 '|chrome/browser/apps/app_provisioning_service/',
869 },
Matt Menard04ecde42020-06-26 20:08:44870 'cros_reporting': {
871 'filepath': 'chrome/browser/policy/messaging_layer/'\
Yeunjoo Choid33fdb62021-07-21 06:57:42872 '|chrome/browser/ash/policy/status_collector/'\
Matt Menard04ecde42020-06-26 20:08:44873 '|components/policy/proto/record',
874 },
Melissa Zhangc4be3d72021-03-19 07:16:53875 'cros_sharesheet': {
Melissa Zhang67f57672021-10-27 06:32:30876 'filepath': 'chrome/browser/ui/ash/sharesheet/'\
877 '|chrome/browser/ash/sharesheet/',
Melissa Zhangc4be3d72021-03-19 07:16:53878 },
Ben Wells03471a72018-03-22 00:58:46879 'crostini': {
Joel Hockeyded6fa52019-07-10 06:20:29880 'filepath': 'cicerone'\
Joel Hockeyded6fa52019-07-10 06:20:29881 '|concierge'\
882 '|crostini'\
883 '|guest_os'\
884 '|plugin_vm',
Ben Wells03471a72018-03-22 00:58:46885 },
Bailey Berro462580ea2019-02-22 23:09:37886 'cups_printing' : {
rbpotter9e8fca72019-12-28 02:26:14887 'filepath': 'chrome/browser/resources/settings/chromeos/os_printing_page/'\
Bailey Berro462580ea2019-02-22 23:09:37888 '|chrome/test/data/webui/settings/cups_printer_page_tests.js'\
889 '|chrome/browser/ui/webui/settings/chromeos/cups_printers_handler'\
Henrique Ferreiro84875712021-10-01 13:18:30890 '|chrome/browser/ash/printing/'\
Bailey Berro462580ea2019-02-22 23:09:37891 '|chrome/browser/chromeos/printing/'\
892 '|printing/',
893 },
Henrique Ferreiroef907f8622020-10-21 09:43:31894 'cursor': {
Henrique Ferreiro399af632021-12-27 10:18:12895 'filepath': 'ash/display/cursor'\
896 '|ash/wm/.*cursor'\
897 '|ui/aura/cursor/'\
898 '|ui/base/cursor/'\
899 '|ui/base/x/x11_cursor'\
900 '|ui/base/win/win_cursor'\
901 '|ui/ozone/common/bitmap_cursor'\
902 '|ui/views/widget/desktop_aura/.*cursor'\
903 '|ui/wm/core/.*cursor',
Henrique Ferreiroef907f8622020-10-21 09:43:31904 },
Javier Fernández García-Boente8fec55bc2022-04-08 10:19:35905 'custom_handlers': {
906 'filepath': 'chrome/browser/custom_handlers/|'\
907 'components/custom_handlers/',
908 },
Wojciech Dzierżanowski7d246b52019-05-10 19:52:26909 'custom_proxy': {
Henrique Ferreirof7531d42022-01-18 21:36:08910 'filepath': 'services/network/network_service_proxy_delegate',
Wojciech Dzierżanowski7d246b52019-05-10 19:52:26911 },
ianwencdb8c9e2015-06-18 22:10:15912 'custom_tabs': {
Newton Allen38c62212015-06-24 21:41:53913 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/customtabs/|'\
Peter Beverloo5cc24512018-11-29 15:36:43914 'chrome/android/java/src/org/chromium/chrome/browser/browseractions/|'\
915 'chrome/android/java/src/org/chromium/chrome/browser/browserservices/|'\
916 'chrome/android/javatests/src/org/chromium/chrome/browser/customtabs/|'\
917 'chrome/android/javatests/src/org/chromium/chrome/browser/browseractions/|'\
918 'chrome/android/javatests/src/org/chromium/chrome/browser/browserservices/|'\
919 'chrome/browser/android/customtabs/',
alancuttercbad6512015-06-19 02:31:28920 },
Prashant Nevase1ca62412020-09-17 11:21:16921 'dark_mode': {
Henrique Ferreiroe2b0a792022-01-14 23:47:58922 'filepath': 'cc/.*/.*dark_mode|'\
923 'third_party/blink/renderer/platform/graphics/.*dark_mode',
Prashant Nevase1ca62412020-09-17 11:21:16924 },
Madeleine Barowsky21b04402019-01-29 19:17:05925 'data_decoder': {
926 'filepath': 'services/data_decoder/',
927 },
Ryo Hashimoto900be52c2018-05-24 06:42:26928 'dbus': {
929 'filepath': 'dbus/',
930 },
Collin Baker4d4ea662020-09-18 21:39:16931 'desktop_in_product_help': {
932 'filepath': 'chrome/browser/ui/in_product_help|'\
933 'chrome/browser/ui/views/in_product_help',
934 },
Bartosz Fabianowski85a823812015-04-16 10:27:51935 'device_bluetooth': {
936 'filepath': 'device/.*bluetooth'
937 },
juncaic08f41d2017-05-04 20:36:58938 'device_chooser': {
939 'filepath': 'chrome/browser/chooser_controller/|'\
Henrique Ferreirof7531d42022-01-18 21:36:08940 'chrome/browser/ui/android/bluetooth_chooser_|'\
941 'chrome/browser/ui/android/usb_chooser_|'\
juncaic08f41d2017-05-04 20:36:58942 'chrome/browser/ui/bluetooth/|'\
Henrique Ferreirof7531d42022-01-18 21:36:08943 'chrome/browser/ui/cocoa/device_chooser_|'\
944 'chrome/browser/ui/cocoa/extensions/chooser_dialog_|'\
945 'chrome/browser/ui/cocoa/permission_bubble/chooser_bubble_|'\
946 'chrome/browser/ui/views/device_chooser_|'\
947 'chrome/browser/ui/views/extensions/chooser_dialog_|'\
948 'chrome/browser/ui/views/permission_bubble/chooser_bubble_|'\
949 'chrome/browser/usb/usb_chooser_',
juncaic08f41d2017-05-04 20:36:58950 },
[email protected]342b12872012-11-07 12:10:46951 'devtools': {
952 'filepath': 'devtools',
953 },
Zentaro Kavanaghee14b882021-09-23 15:48:05954 'diagnostics_mojo': {
955 'filepath': 'chromeos/services/cros_healthd/public/mojom/',
956 },
Bailey Berro9b11fa62020-09-30 01:33:02957 'diagnostics_ui': {
Yeunjoo Choib81a8c62021-07-02 03:02:17958 'filepath': 'ash/webui/diagnostics_ui/',
Bailey Berro9b11fa62020-09-30 01:33:02959 },
Thiabaud Engelbrechtd74340c2020-10-27 13:03:23960 'discardable_memory': {
961 'filepath': 'components/discardable_memory/',
962 },
[email protected]bab2a832012-07-11 23:29:41963 'disk_cache': {
964 'filepath': 'net/disk_cache/|http_cache',
965 },
Daniel Murphyeda2b872019-11-27 23:51:41966 'dom_storage': {
967 'filepath': 'content/common/dom_storage/|'\
968 'content/browser/dom_storage/|'\
969 'components/services/storage/dom_storage/',
970 },
[email protected]f76c8852012-06-21 16:37:00971 'download': {
[email protected]f2f0fbb92012-07-14 15:52:49972 'filepath': 'chrome/browser/download/|'\
[email protected]8492b5b2012-12-17 21:58:08973 'content/browser/download/',
[email protected]6bff0ad2011-06-17 01:32:51974 },
[email protected]ca872e362011-07-12 21:06:03975 'downloads_ui': {
dpapade7a443f2021-11-01 15:15:09976 'filepath': 'chrome/browser/resources/downloads/|' \
[email protected]8492b5b2012-12-17 21:58:08977 'chrome/browser/ui/webui/.*downloads|' \
978 'chrome/browser/ui/views/download/|' \
asanka2009f412015-10-05 17:28:12979 'chrome/browser/ui/cocoa/download/'
[email protected]ca872e362011-07-12 21:06:03980 },
[email protected]89d2cd52013-04-16 01:55:36981 'drive_resource_metadata': {
Ryo Hashimoto900be52c2018-05-24 06:42:26982 'filepath': 'drive.*resource_metadata'
[email protected]89d2cd52013-04-16 01:55:36983 },
[email protected]3a25c8a2014-06-26 06:47:10984 'eme': {
Xiaohan Wang6cbdcdf2018-06-12 21:55:54985 'filepath': 'chrome/renderer/media/.*key_system|' \
986 'chrome/browser/media/.*(cdm|encrypted)|' \
987 'components/cdm/|' \
[email protected]3a25c8a2014-06-26 06:47:10988 'content/browser/media/cdm/|' \
Xiaohan Wang6cbdcdf2018-06-12 21:55:54989 'media/base/android/.*drm|' \
[email protected]3a25c8a2014-06-26 06:47:10990 'media/cdm/|' \
991 'third_party/widevine/cdm/'
992 },
Dominique Fauteux-Chapleaud7ac5bd02021-06-07 17:23:36993 'enterprise_reporting_private': {
994 'filepath': 'chrome/common/extensions/api/enterprise_reporting_private.idl|' \
995 'chrome/browser/extensions/api/enterprise_reporting_private/|' \
996 'chrome/browser/enterprise/signals/'
997 },
Timothy Lohc2644622020-10-07 05:42:31998 'exo': {
999 'filepath': 'components/exo',
1000 },
Justin DeWittf64d39e2018-08-09 21:33:411001 'explore_sites': {
1002 'filepath': 'chrome/browser/android/explore_sites/|' \
1003 'chrome/android/java/src/org/chromium/chrome/browser/explore_sites/'
1004 },
[email protected]f76c8852012-06-21 16:37:001005 'extension': {
1006 'filepath': 'extension',
[email protected]161277d42011-06-24 20:48:451007 },
lunalu0a9c05422016-11-11 17:19:061008 'feature_policy': {
Blink Reformata30d4232018-04-07 15:31:061009 'filepath': 'third_party/blink/renderer/platform/feature_policy/|' \
Kent Tamuraeb394c72018-04-07 19:14:551010 'third_party/blink/renderer/bindings/core/v8/origin_trial_features',
lunalu0a9c05422016-11-11 17:19:061011 },
Pete Williamson0b101e42020-01-29 23:33:141012 'feed': {
Ian Wells1dc7053d2020-04-17 18:04:221013 'filepath': 'chrome/android/feed|' \
Dan Harringtonef8ddd52021-10-07 15:46:181014 'chrome/browser/feed/|' \
Pete Williamson0b101e42020-01-29 23:33:141015 'components/feed/'
1016 },
Jeffrey Kardatzkee1bb98d22019-05-24 16:34:521017 'feedback': {
1018 'filepath': 'chrome/browser/extensions/api/feedback_private/|' \
1019 'chrome/browser/feedback/|' \
1020 'components/feedback/|' \
1021 'extensions/browser/api/feedback_private/'
1022 },
[email protected]f76c8852012-06-21 16:37:001023 'fileapi': {
[email protected]8492b5b2012-12-17 21:58:081024 'filepath': 'file_system/|' \
1025 'fileapi/'
[email protected]80919512011-08-03 08:51:041026 },
[email protected]f76c8852012-06-21 16:37:001027 'filebrowse': {
[email protected]8492b5b2012-12-17 21:58:081028 'filepath': 'file_browser|' \
1029 'file_manager|' \
1030 'filebrowse'
[email protected]4b07b62cc2011-10-03 17:52:391031 },
[email protected]4ed766c2013-09-19 09:45:201032 'filesapp': {
Yeunjoo Choif23b1362021-03-29 14:31:141033 'filepath': 'chrome/browser/ash/drive|' \
Yeunjoo Choi6ecc45b82021-06-22 01:40:041034 'chrome/browser/ash/file_manager|' \
Yeunjoo Choi7073d6e2021-05-11 01:40:481035 'chrome/browser/ash/file_system_provider|' \
okab0be3dc2016-08-30 07:37:101036 'chrome/browser/chromeos/extensions/file_manager|' \
1037 'chrome/browser/chromeos/extensions/file_system_provider|' \
okab0be3dc2016-08-30 07:37:101038 'chrome/browser/drive|' \
1039 'chrome/test/data/extensions/api_test/file_system_provider|' \
1040 'components/drive|' \
1041 'google_apis/drive|' \
Yeunjoo Choi9b62f1a2021-06-23 13:17:001042 'ash/webui/file_manager|' \
okab0be3dc2016-08-30 07:37:101043 'ui/file_manager'
1044 },
Michael Checof43fb88e2021-11-30 19:08:111045 'firmware_update': {
1046 'filepath': 'ash/components/fwupd/|' \
1047 'chromeos/dbus/fwupd/|' \
1048 'ash/webui/firmware_update_ui/'
1049 },
Dominik Röttschesf0fd4d62019-06-17 11:15:021050 'freetype_update': {
1051 'filepath': 'third_party/freetype/README.chromium',
1052 },
Tomasz Mikolajewski2905dbb2017-11-22 06:24:041053 'fsp': {
Yeunjoo Choi7073d6e2021-05-11 01:40:481054 'filepath': 'chrome/browser/ash/file_system_provider|' \
1055 'chrome/browser/chromeos/extensions/file_system_provider|' \
Tomasz Mikolajewski66b4faa22017-11-22 09:33:431056 'chrome/test/data/extensions/api_test/file_system_provider'
[email protected]4ed766c2013-09-19 09:45:201057 },
Wez385de5a2017-07-13 20:13:161058 'fuchsia': {
1059 'filepath': 'fuchsia',
1060 },
Nancy Wang731821f2021-01-12 00:36:521061 'full_restore': {
Yeunjoo Choi55626172021-07-27 03:17:271062 'filepath': 'chrome/browser/ash/full_restore/|' \
Sammie Quon53afe7f2021-09-14 20:10:421063 'components/app_restore/'
Nancy Wang731821f2021-01-12 00:36:521064 },
mmoroz58ddb8172016-09-08 18:29:551065 'fuzzing': {
1066 'filepath': 'fuzz|Fuzz',
1067 },
Vincent Scheibd5da4d952017-11-03 01:33:241068 'gamepad': {
1069 'filepath': 'gamepad',
1070 },
[email protected]3a2a6ac02014-06-20 07:07:121071 'gcm': {
peter9f4490a2017-01-27 00:58:361072 'filepath': 'chrome/browser/gcm/|'\
[email protected]3a2a6ac02014-06-20 07:07:121073 'components/gcm_driver/|'\
1074 'google_apis/gcm/',
1075 },
mikhail.pozdnyakova8db26402016-11-28 18:27:121076 'generic_sensor': {
Jun Caiaa1f040d2017-11-15 01:21:531077 'filepath': 'services/device/generic_sensor/|'\
Blink Reformata30d4232018-04-07 15:31:061078 'third_party/blink/renderer/modules/sensor/',
mikhail.pozdnyakova8db26402016-11-28 18:27:121079 },
[email protected]d8036492013-08-09 16:02:231080 'geolocation': {
1081 'filepath': 'chrome/browser/geolocation/|'\
1082 'content/browser/geolocation|'\
Henrique Ferreirof7531d42022-01-18 21:36:081083 'content/public/common/geoposition|'\
1084 'content/public/browser/geolocation|'\
1085 'content/renderer/geolocation|'\
[email protected]d8036492013-08-09 16:02:231086 'content/shell/geolocation/',
1087 },
[email protected]cf428f732012-10-02 20:48:151088 'gfx_geometry': {
danakj570c1332015-01-06 16:59:361089 'filepath': 'ui/gfx/geometry/',
[email protected]cf428f732012-10-02 20:48:151090 },
Takeshi Yoshino524e1d262017-07-28 01:16:381091 'gfx_image': {
1092 'filepath': 'ui/gfx/image/',
1093 },
Tommy Steimel0cacd28c2019-11-12 22:12:511094 'global_media_controls': {
1095 'filepath': 'chrome/browser/ui/global_media_controls|'\
1096 'chrome/browser/ui/views/global_media_controls|'\
1097 'chrome/browser/ui/views/feature_promos/global_media_controls|'\
1098 'chrome/browser/ui/in_product_help/global_media_controls',
1099 },
[email protected]4d1773e2014-04-05 07:59:571100 'gn': {
1101 'filepath': 'tools/gn',
1102 },
Corentin Wallezc68aa9b2017-10-02 15:00:031103 'gpu_passthrough_cmd_decoder': {
1104 'filepath': 'gpu/command_buffer/service/.*passthrough',
1105 },
Ehsan Karamadc20cee22018-08-10 21:32:331106 'guest_view': {
1107 'filepath': 'chrome/browser/apps/guest_view|'\
1108 'chrome/browser/extensions/api/web_view|'\
1109 'chrome/browser/guest_view|'\
Kevin McNee239086c2020-10-23 16:06:081110 'chrome/common/extensions/api/(app|web)view_tag\.(json|idl)|'\
1111 'chrome/common/extensions/docs/.*(app|web)view|'\
Ehsan Karamadc20cee22018-08-10 21:32:331112 'chrome/renderer/resources/extensions/web_view|'\
Kevin McNee239086c2020-10-23 16:06:081113 'chrome/test/data/extensions/platform_apps/(app|web)_view|'\
Ehsan Karamadc20cee22018-08-10 21:32:331114 'components/guest_view|'\
1115 'content/browser/browser_plugin|'\
Ehsan Karamadc20cee22018-08-10 21:32:331116 'extensions/browser/api/guest_view|'\
1117 'extensions/browser/guest_view|'\
Kevin McNee239086c2020-10-23 16:06:081118 'extensions/common/api/(app|guest|web)_view.*\.(json|idl)|'\
1119 'extensions/common/api/extension_options.*\.(json|idl)|'\
1120 'extensions/common/api/mime_handler.*\.(json|idl|mojom)|'\
Ehsan Karamadc20cee22018-08-10 21:32:331121 'extensions/common/guest_view|'\
Kevin McNee239086c2020-10-23 16:06:081122 'extensions/common/mojom/guest_view\.mojom|'\
1123 'extensions/renderer/guest_view|'\
1124 'extensions/renderer/resources/guest_view|'\
1125 'extensions/test/data/(app|web)_view',
Ehsan Karamadc20cee22018-08-10 21:32:331126 },
Jeffrey Kardatzkee1bb98d22019-05-24 16:34:521127 'hats': {
Yeunjoo Choi9894ebc2021-04-13 06:56:481128 'filepath': 'chrome/browser/ash/hats/',
Jeffrey Kardatzkee1bb98d22019-05-24 16:34:521129 },
Andrey Kosyakova173d252018-05-07 18:29:111130 'headless': {
1131 'filepath': 'headless/'
1132 },
Minoru Chikamunee9a4b152021-03-04 08:30:201133 'heap_mojo': {
Henrique Ferreirof7531d42022-01-18 21:36:081134 'filepath': 'third_party/blink/renderer/platform/mojo/heap_mojo_'
Minoru Chikamunee9a4b152021-03-04 08:30:201135 },
David Black01eb6d42020-09-17 17:16:521136 'holding_space': {
1137 'filepath': 'ash/public/cpp/holding_space|'\
1138 'ash/system/holding_space|'\
David Blackfa1044e2022-01-19 22:51:561139 'ash/system/progress_indicator|'\
Henrique Ferreirof7531d42022-01-18 21:36:081140 'chrome/browser/lacros/.*holding_space|'\
David Black9e54cec2021-05-18 18:45:571141 'chrome/browser/ui/ash/holding_space|'\
Henrique Ferreirof7531d42022-01-18 21:36:081142 'chrome/browser/ui/ash/thumbnail_loader|'\
1143 'chromeos/crosapi/mojom/.*holding_space|'\
Peter Kasting977345832021-07-29 14:05:591144 'tools/metrics/histograms/metadata/holding_space'
David Black01eb6d42020-09-17 17:16:521145 },
[email protected]f76c8852012-06-21 16:37:001146 'i18n': {
[email protected]f2f0fbb92012-07-14 15:52:491147 'filepath': 'base/i18n/|base/string|l10n|icu|'\
timvolodine8cdb94c2016-09-22 12:17:221148 'locale_settings|encoding',
[email protected]f76c8852012-06-21 16:37:001149 },
Jeffrey Cohen9a2604442020-02-13 17:55:561150 'image_editor': {
1151 'filepath': 'chrome/browser/image_editor'\
Jeffrey Cohen27b6ab902020-02-18 22:44:371152 '|chrome/android/modules/image_editor',
Jeffrey Cohen9a2604442020-02-13 17:55:561153 },
Greg Thompson4f90fc992017-07-25 19:30:371154 'incident_reporting': {
1155 'filepath': 'chrome/browser/safe_browsing/incident_reporting',
1156 },
[email protected]c26161352013-11-12 19:50:011157 'indexed_db': {
1158 'filepath': 'content/browser/indexed_db|'\
[email protected]c26161352013-11-12 19:50:011159 'content/public/browser/indexed_db|'\
Chase Phillips7027bd52018-08-30 17:31:551160 'content/renderer/indexed_db|'\
Daniel Murphyeda2b872019-11-27 23:51:411161 'content/test/data/indexeddb|'\
1162 'components/services/storage/indexed_db',
[email protected]c26161352013-11-12 19:50:011163 },
Colin Blundell0aeb4d02020-06-08 14:32:051164 'infobars_for_weblayer': {
1165 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/banners/'\
1166 '|chrome/android/java/src/org/chromium/chrome/browser/infobar/'\
1167 '|chrome/browser/ui/messages/android/java/src/org/chromium/chrome/browser/ui/messages/infobar/'\
1168 '|chrome/browser/ui/android/infobars/',
1169 },
Stephen Martinisf7e0fb12019-09-04 18:59:591170 'infra_docs': {
1171 'filepath': 'docs/infra',
1172 },
dtapuska1f997a12016-03-14 19:22:071173 'input': {
1174 'filepath': 'content/browser/renderer_host/input|'\
1175 'content/renderer/input|'\
1176 'ui/events/blink/'
1177 },
Michael Spang808d5c12018-10-23 19:20:391178 'input_devices': {
1179 'filepath': 'ui/events/devices/',
1180 },
Dominick Ngcaa7b402017-07-11 07:35:391181 'installable': {
Henrique Ferreiroe2b0a792022-01-14 23:47:581182 'filepath': 'chrome/browser/extensions/bookmark_app'\
Dominick Ng9f748dc82021-01-13 01:52:141183 '|chrome/browser/installable/'
1184 '|components/webapps/browser/installable/',
Dominick Ngcaa7b402017-07-11 07:35:391185 },
mmoss19826c62014-11-14 21:37:361186 'installer_linux': {
1187 'filepath': 'chrome/installer/linux/',
1188 },
Greg Thompson4f90fc992017-07-25 19:30:371189 'installer_win': {
1190 'filepath': 'chrome/install_static/'\
Samuel Huang577ef6c2018-03-13 18:19:341191 '|chrome/installer/(?!gcapi_mac/|linux/|mac/)'\
1192 '|components/zucchini/',
Greg Thompson4f90fc992017-07-25 19:30:371193 },
edchin46453b42017-03-03 01:40:111194 'ios': {
Sylvain Defresne81467d82017-05-29 09:06:141195 'filepath': 'ios/',
edchin46453b42017-03-03 01:40:111196 },
sdefresne18b47312015-06-18 15:15:091197 'ios_chrome': {
Sylvain Defresne81467d82017-05-29 09:06:141198 'filepath': 'ios/chrome/',
sdefresne18b47312015-06-18 15:15:091199 },
marqa4f135f2017-01-10 12:37:341200 'ios_clean': {
Sylvain Defresne81467d82017-05-29 09:06:141201 'filepath': 'ios/clean/',
marqa4f135f2017-01-10 12:37:341202 },
Javier Ernesto Flores Roblesef507e62020-07-08 14:40:341203 'ios_credential_provider': {
1204 'filepath': 'ios/chrome/browser/credential_provider|'\
1205 'ios/chrome/common/credential_provider|'\
1206 'ios/chrome/common/ui|'\
1207 'ios/chrome/credential_provider_extension',
1208 },
Eric Noyaua1825272019-01-02 10:36:391209 'ios_flags': {
Eric Noyaue13b4d72019-01-03 14:23:551210 'filepath': 'ios/chrome/browser/about_flags\.(h|mm)|'\
1211 'ios/chrome/browser/experimental_flags\.(h|mm)|'\
1212 'ios/chrome/browser/resources/Settings.bundle/Experimental\.plist',
Eric Noyaua1825272019-01-02 10:36:391213 },
marqa4f135f2017-01-10 12:37:341214 'ios_showcase': {
Sylvain Defresne81467d82017-05-29 09:06:141215 'filepath': 'ios/showcase/',
marqa4f135f2017-01-10 12:37:341216 },
eugenebutb5a5a8572017-01-20 01:18:111217 'ios_web': {
Sylvain Defresne81467d82017-05-29 09:06:141218 'filepath': 'ios/web(_view)?/',
eugenebutb5a5a8572017-01-20 01:18:111219 },
Javier Ernesto Flores Robles1c74b752020-10-27 13:09:361220 'ios_widget_kit': {
1221 'filepath': 'ios/chrome/common/widget_kit|'\
1222 'ios/chrome/browser/widget_kit|'\
1223 'ios/chrome/widget_kit_extension',
1224 },
Megan Jablonski33f229f2019-12-18 22:58:001225 'language': {
1226 'filepath': 'chrome/browser/language|'\
1227 'components/language|'\
1228 'components/test/data/language|'\
1229 'ios/chrome/browser/language|'\
1230 'ios/web_view/internal/language'
1231 },
Johanndfa4d7d2017-12-07 18:05:291232 'libaom': {
1233 'filepath': 'third_party/libaom/',
1234 },
Takeshi Yoshino524e1d262017-07-28 01:16:381235 'libvpx': {
Johanndfa4d7d2017-12-07 18:05:291236 'filepath': 'third_party/libvpx/',
vabraafbd4f32015-11-10 19:30:231237 },
[email protected]a3f777d2014-01-07 23:38:261238 'libwebp': {
1239 'filepath': 'third_party/libwebp'
1240 },
dominiccabb90e02017-03-31 04:54:231241 'libxml_xslt': {
1242 'filepath': 'third_party/libxml/' \
1243 '|third_party/libxslt/',
1244 },
[email protected]04a292a2013-03-07 19:58:421245 'linux_sandboxing': {
Matthew Denton801686d22020-03-10 00:54:381246 'filepath': 'sandbox/linux/'\
Robert Sesek7d0b49b2020-07-08 18:31:271247 '|sandbox/policy/linux/',
[email protected]f76c8852012-06-21 16:37:001248 },
[email protected]04a292a2013-03-07 19:58:421249 'linux_seccomp_bpf': {
[email protected]d6a23612012-11-13 20:11:541250 'filepath': 'content/common/sandbox.*linux.cc',
[email protected]f76c8852012-06-21 16:37:001251 },
Joe DeBlasio900bf342021-05-03 21:21:501252 'lookalikes': {
Henrique Ferreirof7531d42022-01-18 21:36:081253 'filepath': 'chrome/browser/component_updater/safety_tips_'\
Joe DeBlasio900bf342021-05-03 21:21:501254 '|chrome/browser/lookalikes/'\
1255 '|chrome/browser/reputation/'\
Henrique Ferreirof7531d42022-01-18 21:36:081256 '|chrome/browser/ui/views/page_info/safety_tip_page_info_bubble_view'\
Joe DeBlasio900bf342021-05-03 21:21:501257 '|components/lookalikes/'\
1258 '|components/site_engagement/'\
1259 '|components/url_formatter/',
1260 },
lgrey62faed72016-10-11 21:40:391261 'mac': {
lgrey332339b12016-12-05 17:16:401262 'filepath': '(_|/)(cocoa|mac)(_|\.)|/(cocoa|mac)/|^((?!ios\/).)*\.mm?$',
lgrey62faed72016-10-11 21:40:391263 },
mlamourid8b0feb2015-06-02 16:30:471264 'manifest': {
1265 'filepath': 'content/(browser|renderer)/manifest/'\
Henrique Ferreiroe2b0a792022-01-14 23:47:581266 '|content/public/common/manifest'\
Dominick Ng31b7feb2019-01-29 23:24:001267 '|third_party/blink/(common|mojom)/manifest/'\
1268 '|third_party/blink/renderer/modules/manifest/',
mlamourid8b0feb2015-06-02 16:30:471269 },
[email protected]f76c8852012-06-21 16:37:001270 'media': {
Francois Beaufort9ab59c82017-08-24 13:10:291271 'filepath': 'media|third_party/(ffmpeg|opus|libvpx)'
[email protected]f76c8852012-06-21 16:37:001272 },
mcasasfeedbe42017-03-03 05:23:561273 'media_capture_from_element': {
alancutter40359812017-03-03 08:20:271274 'filepath': 'content/renderer/media_capture_from_element/' \
Blink Reformata30d4232018-04-07 15:31:061275 '|third_party/blink/renderer/modules/mediacapture/' \
Kent Tamuraeb394c72018-04-07 19:14:551276 '|third_party/blink/renderer/platform/exported/web_canvas_capture' \
Kent Tamura77578cc2018-11-25 22:33:431277 '|third_party/blink/web_tests/fast/mediacapturefromelement/' \
Kent Tamuraeb394c72018-04-07 19:14:551278 '|third_party/blink/public/platform/web_canvas_capture'
mcasasfeedbe42017-03-03 05:23:561279 },
Tommy Steimel074a1822018-02-07 17:25:441280 'media_controls': {
Blink Reformata30d4232018-04-07 15:31:061281 'filepath': 'third_party/blink/renderer/modules/media_controls/'
Tommy Steimel074a1822018-02-07 17:25:441282 },
[email protected]06dd23172013-06-24 21:04:511283 'media_galleries': {
1284 'filepath': 'chrome/browser/extensions/api/media_galleries/'\
[email protected]06dd23172013-06-24 21:04:511285 '|chrome/browser/media_galleries/'\
1286 '|chrome/browser/storage_monitor/'\
1287 '|chrome/common/media_galleries/'\
Jay Civellicf995502017-09-08 23:59:271288 '|chrome/test/data/extensions/api_test/media_galleries/'
[email protected]06dd23172013-06-24 21:04:511289 },
Miguel Casas7ac35742020-01-09 20:04:401290 'media_gpu_cros': {
1291 'filepath': 'media/gpu/chromeos'\
1292 '|media/gpu/vaapi'\
1293 '|media/gpu/v4l2'\
1294 '|media/gpu/.*\.(cc|h)$'\
Henrique Ferreirof7531d42022-01-18 21:36:081295 '|media/mojo/(clients|mojom|test|services)/.*accelerator'
Miguel Casas7ac35742020-01-09 20:04:401296 },
1297 'media_gpu_vaapi': {
1298 'filepath': 'media/gpu/vaapi',
1299 },
1300 'media_gpu_win': {
1301 'filepath': 'media/gpu/windows/'
1302 },
alokp9e369ea72e2016-06-10 05:41:091303 'media_mojo': {
Xiaohan Wang6cbdcdf2018-06-12 21:55:541304 'filepath': 'media/mojo/'
alokp9e369ea72e2016-06-10 05:41:091305 },
mcasasfeedbe42017-03-03 05:23:561306 'media_recorder': {
alancutter40359812017-03-03 08:20:271307 'filepath': 'content/renderer/media_recorder/' \
Blink Reformata30d4232018-04-07 15:31:061308 '|third_party/blink/renderer/modules/mediarecorder/' \
Kent Tamuraeb394c72018-04-07 19:14:551309 '|third_party/blink/renderer/platform/exported/web_media_recorder' \
Kent Tamura77578cc2018-11-25 22:33:431310 '|third_party/blink/web_tests/fast/mediarecorder/' \
Kent Tamuraeb394c72018-04-07 19:14:551311 '|third_party/blink/public/platform/web_media_recorder'
mcasasfeedbe42017-03-03 05:23:561312 },
miu5e69f1c52016-10-23 13:40:111313 'media_remoting': {
1314 'filepath': 'chrome/browser/media/cast_remoting'\
Miyoung Shin3fc077c2019-08-06 00:29:441315 '|media/mojo/mojom/remoting.mojom'\
Henrique Ferreirob56c9212021-06-09 17:53:591316 '|media/remoting/'\
1317 '|third_party/blink/public/platform/media/web_media_player_'\
1318 '|third_party/blink/renderer/platform/media/web_media_player_',
miu5e69f1c52016-10-23 13:40:111319 },
kmarshallb698ad4f2015-02-24 19:42:481320 'media_router': {
mark a. foltzb7228ec12021-01-28 18:29:501321 'filepath': 'chrome/app/media_router_strings.grdp' \
mfoltz57fd7f32017-05-03 06:12:581322 '|chrome/browser/media/router/' \
kmarshallb698ad4f2015-02-24 19:42:481323 '|chrome/browser/resources/media_router/' \
Takumi Fujimoto4bef2792018-05-03 17:51:551324 '|chrome/browser/ui/media_router/' \
mfoltz57fd7f32017-05-03 06:12:581325 '|chrome/browser/ui/views/media_router/' \
mark a. foltzb7228ec12021-01-28 18:29:501326 '|chrome/test/media_router/' \
1327 '|components/media_router/'
kmarshallb698ad4f2015-02-24 19:42:481328 },
Alessio Bazzica819f47362021-09-21 17:01:161329 'media_webrtc': {
Alessio Bazzica10197e32021-09-24 12:17:441330 'filepath': '^media/webrtc/'
Alessio Bazzica819f47362021-09-21 17:01:161331 },
[email protected]f76c8852012-06-21 16:37:001332 'message_loop': {
[email protected]f2f0fbb92012-07-14 15:52:491333 'filepath': 'base/message_'
[email protected]f76c8852012-06-21 16:37:001334 },
1335 'metrics': {
[email protected]f2f0fbb92012-07-14 15:52:491336 'filepath': 'base/metrics/'\
asvitkine361b276e2016-08-30 18:45:001337 '|chrome/android/java/src/org/chromium/chrome/browser/metrics/'\
[email protected]f2f0fbb92012-07-14 15:52:491338 '|chrome/browser/metrics/'\
Henrique Ferreiro84875712021-10-01 13:18:301339 '|chrome/browser/ash/external_metrics'\
[email protected]b0d594d2014-02-21 03:22:121340 '|chrome/browser/extensions/api/metrics_private/'\
[email protected]f2f0fbb92012-07-14 15:52:491341 '|chrome/browser/ui/webui/metrics_handler'\
asvitkineb7e10302016-01-20 05:17:451342 '|chromecast/browser/metrics/'\
asvitkinee4bad382015-11-05 21:56:451343 '|components/metrics/'\
asvitkineb7e10302016-01-20 05:17:451344 '|components/metrics_services_manager/'\
asvitkinee4bad382015-11-05 21:56:451345 '|components/variations/'\
[email protected]b0d594d2014-02-21 03:22:121346 # Exclude XML files; in particular, histograms.xml.
1347 '|tools/metrics/[^.]*([.](?!xml$).*)?$',
1348 },
Ilya Shermandfce91b72020-03-23 18:52:461349 'metrics_metadata_files': {
1350 # Subscribe to this to watch for changes to {actions, histograms, ukm}.xml
1351 # and to the field trial testing config.
1352 'filepath': 'tools/metrics/.*\.xml$'\
1353 '|testing/variations/fieldtrial_testing_config.json',
1354 },
Gabriel Marinac7ecd72019-10-04 18:16:061355 'metrics_perf': {
1356 'filepath': 'chrome/browser/metrics/perf/',
1357 },
toyoshim8f51f902015-03-27 03:50:211358 'midi': {
1359 'filepath': 'midi',
[email protected]f76c8852012-06-21 16:37:001360 },
Brian Sheedy750aed972021-10-26 18:22:211361 'minidump_tests': {
1362 'filepath': 'tools/perf/core/minidump_unittest.py',
1363 },
Kyle Horimotoc4d57b122018-02-28 01:17:301364 'multidevice': {
Yeunjoo Choi16cbd432021-12-08 05:58:211365 'filepath': 'ash/components/proximity_auth/'\
Henrique Ferreiroe694d212022-03-18 13:01:571366 '|ash/components/multidevice/'\
Yeunjoo Choi16cbd432021-12-08 05:58:211367 '|ash/multi_device_setup/'\
Yeunjoo Choib60b5a92022-02-09 04:40:551368 '|ash/resources/multidevice_resources.grdp'\
Yeunjoo Choiac4dd482022-03-04 01:41:461369 '|ash/services/device_sync/'\
Yeunjoo Choi6594a8d12022-02-18 06:52:451370 '|ash/services/multidevice_setup/'\
Henrique Ferreiro736cbef2022-02-01 15:11:021371 '|ash/services/secure_channel/'\
Henrique Ferreiro2029590e2021-09-23 08:01:521372 '|chrome/browser/ash/cryptauth/'\
Henrique Ferreiro9f24ade2021-09-23 10:12:231373 '|chrome/browser/ash/device_sync/'\
Henrique Ferreiro907994162021-09-23 12:31:561374 '|chrome/browser/ash/multidevice_setup/'\
Henrique Ferreiro7e32397e2021-09-24 08:31:251375 '|chrome/browser/ash/secure_channel/'\
Kyle Horimoto592f64c2018-03-28 23:43:221376 '|chrome/browser/resources/chromeos/multidevice_setup/'\
Demetrios Papadopoulosbb154e932019-12-23 22:05:261377 '|chrome/browser/resources/settings/chromeos/multidevice_page/'\
Ryan Hansberry587c8082018-09-20 01:31:191378 '|chrome/browser/ui/webui/chromeos/multidevice_setup/'\
1379 '|chrome/browser/ui/webui/settings/chromeos/multidevice'\
Kyle Horimoto7de86582018-12-19 20:40:251380 '|chrome/test/data/webui/multidevice_setup/'\
Kyle Horimoto9bace7f2018-09-21 23:36:481381 '|ui/webui/resources/cr_components/chromeos/multidevice_setup/'
Kyle Horimotoc4d57b122018-02-28 01:17:301382 },
Alex Newcomer5e587d352020-09-16 18:06:261383 'multipaste': {
1384 'filepath': 'ash/clipboard/',
1385 },
[email protected]f76c8852012-06-21 16:37:001386 'nacl': {
[email protected]f2f0fbb92012-07-14 15:52:491387 'filepath': 'chrome/nacl/|chrome/test/nacl/|'\
[email protected]193912d2013-09-06 17:41:561388 'chrome/browser/nacl_host/|chrome/common/nacl|'\
1389 'native_client_sdk/src/doc/',
[email protected]f76c8852012-06-21 16:37:001390 },
[email protected]99ddc3d2013-01-22 16:15:331391 'native_client_sdk': {
1392 'filepath': '^native_client_sdk/',
1393 },
[email protected]b9ecdb62014-03-07 14:56:431394 'navigation': {
danakjd3baa132020-09-10 15:33:561395 'filepath': 'content/browser/renderer_host|'\
Henrique Ferreirof7531d42022-01-18 21:36:081396 'content/browser/renderer_host/render_process_host|'\
1397 'content/browser/renderer_host/render_view_host|'\
1398 'content/browser/web_contents/web_contents_impl|'\
1399 'content/renderer/render_frame|'\
1400 'content/renderer/render_view'
[email protected]b9ecdb62014-03-07 14:56:431401 },
Ryan Hansberry8a6e3e3e2020-05-15 17:23:051402 'nearby': {
1403 'filepath': 'chrome/browser/nearby_sharing/|'\
Richard Knoll0636d402020-06-30 17:02:141404 'chrome/browser/resources/nearby_internals/|'\
1405 'chrome/browser/resources/nearby_share/|'\
James Vecorefcdea412020-08-27 08:20:321406 'chrome/browser/resources/settings/chromeos/nearby_share_page/|'\
Richard Knoll0636d402020-06-30 17:02:141407 'chrome/browser/ui/webui/nearby_internals/|'\
1408 'chrome/browser/ui/webui/nearby_share/|'\
James Vecore09205372020-07-30 01:45:151409 'chrome/services/sharing/'
Ryan Hansberry8a6e3e3e2020-05-15 17:23:051410 },
[email protected]f76c8852012-06-21 16:37:001411 'net': {
[email protected]f2f0fbb92012-07-14 15:52:491412 'filepath': 'net/',
[email protected]f76c8852012-06-21 16:37:001413 },
bnc1872e8bd2017-01-27 02:47:281414 'net_base': {
1415 'filepath': 'net/base/',
1416 },
bnc1872e8bd2017-01-27 02:47:281417 'net_http2': {
1418 'filepath': 'net/http2/',
1419 },
[email protected]f76c8852012-06-21 16:37:001420 'net_log': {
mmenke59e4d8fb42016-06-15 21:15:281421 'filepath': 'net/log/|' \
[email protected]f2f0fbb92012-07-14 15:52:491422 'chrome/browser/net/.*net_log|' \
[email protected]f2f0fbb92012-07-14 15:52:491423 'chrome/browser/resources/net_internals/|' \
mmenke59e4d8fb42016-06-15 21:15:281424 'chrome/browser/ui/webui/net_internals/|' \
Takeshi Yoshino6b30abd2017-07-16 03:34:511425 'components/net_log/'
[email protected]f76c8852012-06-21 16:37:001426 },
Adam Rice027497d2018-07-27 02:17:021427 'net_server': {
1428 'filepath': 'net/server/'
1429 },
bnc1872e8bd2017-01-27 02:47:281430 'net_spdy': {
1431 'filepath': 'net/spdy/',
1432 },
Adam Rice027497d2018-07-27 02:17:021433 'net_websockets': {
1434 'filepath': 'net/websockets/',
1435 },
jkarlin539748402015-03-31 17:36:311436 'netinfo': {
Josh Karlin1bd016742017-08-18 17:44:171437 'filepath': '/netinfo/',
jkarlin539748402015-03-31 17:36:311438 },
Helen Li30f43d8e2018-05-09 16:24:011439 'network_service': {
1440 'filepath': 'services/network/',
1441 },
Vincent Scheibd5da4d952017-11-03 01:33:241442 'nfc': {
Rijubrata Bhaumik04f46442019-09-02 07:54:441443 'filepath': 'services/device/nfc/|'\
1444 'third_party/blink/renderer/modules/nfc/'
Vincent Scheibd5da4d952017-11-03 01:33:241445 },
peterf4758412014-09-17 15:06:011446 'notifications': {
Peter Beverloo4548c852017-08-31 13:45:171447 'filepath': 'chrome/browser/extensions/api/notifications/|'\
1448 'chrome/browser/notifications/|'\
1449 'chrome/test/data/notifications/|'\
1450 'content/browser/notifications/|'\
Peter Beverloo4548c852017-08-31 13:45:171451 'content/common/platform_notification|'\
1452 'content/public/browser/platform_notification|'\
1453 'content/public/common/platform_notification|'\
1454 'content/renderer/notification_|'\
Xi Chengd47af342018-04-24 02:36:331455 'chrome/notification_helper/|'\
Kent Tamura77578cc2018-11-25 22:33:431456 'third_party/blink/web_tests/external/wpt/notifications|'\
1457 'third_party/blink/web_tests/http/tests/notifications|'\
Blink Reformata30d4232018-04-07 15:31:061458 'third_party/blink/renderer/modules/notifications|'\
1459 'third_party/blink/public/platform/modules/notifications|'\
peterf4758412014-09-17 15:06:011460 'ui/message_center/'
1461 },
tbansalc6f1c9f2016-09-30 22:48:421462 'nqe': {
1463 'filepath': 'nqe',
1464 },
mcwilliamsedee5042016-04-05 18:46:451465 'ntp_snippets': {
1466 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk16a37f902016-05-16 15:49:361467 'chrome/android/javatests/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk14c89352016-07-21 13:45:131468 'chrome/android/junit/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk117ffb322017-02-06 12:04:201469 'chrome/android/java/src/org/chromium/chrome/browser/suggestions/|'\
1470 'chrome/android/javatests/src/org/chromium/chrome/browser/suggestions/|'\
mvanouwerkerk538dc0b62016-05-17 14:55:341471 'chrome/browser/android/ntp/ntp_snippets|'\
mcwilliamsedee5042016-04-05 18:46:451472 'chrome/browser/ntp_snippets/|'\
1473 'components/ntp_snippets/|'\
1474 'chrome/android/java/res/layout/new_tab_page|'\
noyau451e6bb62016-12-23 14:29:041475 'chrome/android/java/res/layout/most_visited|'\
1476 'ios/chrome/browser/ntp_snippets'
mcwilliamsedee5042016-04-05 18:46:451477 },
treib70176c52016-07-08 14:34:191478 'ntp_tiles': {
1479 'filepath': 'chrome/browser/android/ntp/|'\
1480 'chrome/browser/ui/webui/ntp/|'\
1481 'chrome/common/search/ntp|'\
noyau451e6bb62016-12-23 14:29:041482 'components/ntp_tiles/|'\
1483 'ios/chrome/browser/ntp_tiles'
treib70176c52016-07-08 14:34:191484 },
dimichdce3ee492016-04-04 04:20:521485 'offline_pages': {
1486 'filepath': 'components/offline_pages/'\
fgorski329be5b2016-04-19 21:38:111487 '|chrome/browser/android/offline_pages/'\
1488 '|chrome/android/java/src/org/chromium/chrome/browser/offlinepages/'
dimichdce3ee492016-04-04 04:20:521489 },
[email protected]f76c8852012-06-21 16:37:001490 'omnibox': {
Justin Donnelly600d8e92018-11-09 00:40:501491 'filepath': '^chrome/browser/autocomplete/|'\
Justin Donnelly671bf1362021-06-03 19:01:251492 '^chrome/browser/resources/new_tab_page/realbox/|'\
Justin Donnelly600d8e92018-11-09 00:40:501493 '^chrome/browser/resources/omnibox|'\
1494 '^chrome/browser/ui/location_bar/|'\
1495 '^chrome/browser/ui/omnibox/|'\
1496 '^chrome/browser/ui/.*/location_bar/|'\
1497 '^chrome/browser/ui/.*/omnibox/|'\
Justin Donnelly671bf1362021-06-03 19:01:251498 '^chrome/browser/ui/.*/realbox/|'\
1499 '^chrome/test/data/webui/new_tab_page/realbox/|'\
Justin Donnellyb8736472020-11-24 15:44:221500 '^components/omnibox/|'\
1501 '^components/search_engines/'
[email protected]f76c8852012-06-21 16:37:001502 },
chasej6dff9292016-02-02 20:33:121503 'origin_trials': {
Jason Chasedfcd02b2018-08-10 21:07:491504 'filepath': 'origin_trial'\
chasej68b8bbd2017-01-26 19:26:131505 '|OriginTrial'\
1506 '|ConditionalFeature',
chasej6dff9292016-02-02 20:33:121507 },
Will Harris5e196ff2022-03-18 00:15:021508 'os_crypt': {
1509 'filepath': 'components/os_crypt/',
1510 },
[email protected]4a2078e2013-07-18 20:40:201511 'ozone': {
[email protected]f93c2c92013-10-31 18:22:441512 'filepath': 'ui/ozone/|'\
[email protected]4b66bf922013-10-28 19:49:431513 'ui/events/ozone/|'\
Tom Anderson374e34512019-12-10 23:27:161514 'ui/gfx/linux/|'\
Henrique Ferreirof7531d42022-01-18 21:36:081515 'ui/gl/gl_.*egl|'\
1516 'ui/gl/gl_.*ozone'
[email protected]4a2078e2013-07-18 20:40:201517 },
David Dorwin697781d2021-12-16 22:12:341518 'ozone_fuchsia': {
1519 'filepath': 'ui/ozone/platform/flatland/|'\
1520 'ui/ozone/platform/scenic/'
Sergey Ulanov004097c2018-11-05 23:29:281521 },
lgarron9e25c7402017-03-15 04:03:111522 'page_info' : {
1523 'filepath': 'chrome/browser/ui/page_info/'\
1524 '|chrome/browser/ui/.*/page_info/'\
lgarron3428b2d32017-03-21 18:35:191525 '|chrome/android/java/src/org/chromium/chrome/browser/page_info/'\
lgarron6cd116a2017-04-07 19:42:181526 '|components/page_info_strings.grdp'\
Gregory Chatzinoffdf93d692017-09-09 01:32:271527 '|ios/chrome/browser/ui/page_info/'
lgarron6cd116a2017-04-07 19:42:181528 },
csharrison3b1dc4062015-10-19 14:31:081529 'page_load_metrics' : {
Tom McKeee6cd28a2021-05-04 18:44:521530 'filepath': '/page_load_metrics/'
csharrison3b1dc4062015-10-19 14:31:081531 },
[email protected]f76c8852012-06-21 16:37:001532 'panels': {
[email protected]7cbe5a52012-09-27 02:00:291533 'filepath': 'chrome/browser/ui/panels'\
1534 '|chrome/browser/ui/cocoa/panels'\
[email protected]7cbe5a52012-09-27 02:00:291535 '|chrome/browser/ui/views/panels'
[email protected]f76c8852012-06-21 16:37:001536 },
Michael Lippautz52bc4b922021-08-30 15:28:141537 'partition_alloc': {
1538 'filepath': 'base/allocator/partition_allocator/'
1539 },
[email protected]3cc8b3922014-05-05 13:12:081540 'password_manager': {
1541 'filepath': 'chrome/.*/password_'\
1542 '|chrome/browser/ui/passwords'\
1543 '|chrome/browser/ui/views/passwords'\
1544 '|chrome/test/data/password'\
1545 '|components/autofill.*password'
1546 '|components/password_'\
vabrccdb7222016-06-01 14:59:401547 '|^ios/chrome/browser/passwords'\
[email protected]3cc8b3922014-05-05 13:12:081548 },
rouslane8a22262016-10-19 20:49:411549 'payments': {
1550 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/payments'\
1551 '|chrome/android/javatests/src/org/chromium/chrome/browser/payments'\
Rouslan Solomakhin81af4cf2017-06-27 15:23:491552 '|chrome/browser/payments'\
1553 '|chrome/browser/ui/views/payments'\
Mohamad Ahmadi2b452762017-07-18 23:17:151554 '|components/payments/test/data'\
rouslana64ceca2016-10-26 01:10:311555 '|components/payments'\
Rouslan Solomakhin81af4cf2017-06-27 15:23:491556 '|content/browser/payments'\
1557 '|content/test/data/payments'\
1558 '|ios/chrome/browser/payments'\
1559 '|ios/chrome/browser/ui/payments'\
1560 '|ios/web/payments'\
1561 '|ios/web/public/payments'\
Kent Tamura77578cc2018-11-25 22:33:431562 '|third_party/blink/web_tests/external/wpt/payment-request'\
1563 '|third_party/blink/web_tests/http/tests/payments'\
1564 '|third_party/blink/web_tests/payments'\
Blink Reformata30d4232018-04-07 15:31:061565 '|third_party/blink/public/platform/modules/payments'\
1566 '|third_party/blink/renderer/modules/payments'
mahmadi0a7bb59f2017-02-22 19:13:491567 },
Lei Zhang91530f72019-06-14 21:20:151568 'pdf': {
Lei Zhangaaf64f52019-06-21 00:52:081569 'filepath': 'components/pdf/'\
1570 '|chrome/browser/pdf/'\
1571 '|chrome/browser/ui/pdf/'\
1572 '|pdf/'
Lei Zhang91530f72019-06-14 21:20:151573 },
[email protected]f76c8852012-06-21 16:37:001574 'pepper_api': {
[email protected]b8491b02013-11-13 03:50:581575 'filepath': 'ppapi/api'\
1576 '|ppapi/c',
[email protected]f76c8852012-06-21 16:37:001577 },
mlamourid8b0feb2015-06-02 16:30:471578 'permissions': {
1579 'filepath': 'content/(child,browser)/permissions/'\
Henrique Ferreiroe2b0a792022-01-14 23:47:581580 '|content/common/permission_'\
1581 '|content/public/(common,browser)/permission_'\
mlamourid8b0feb2015-06-02 16:30:471582 '|chrome/browser/permissions/'\
Henrique Ferreiroe2b0a792022-01-14 23:47:581583 '|chrome/browser/content_settings/permission'\
mlamourid8b0feb2015-06-02 16:30:471584 '|permission_context',
1585 },
Kyle Horimoto97611c12020-08-13 17:39:031586 'phonehub': {
Henrique Ferreiro0e1fcc0f2021-09-24 05:46:211587 'filepath': 'chrome/browser/ash/phonehub/'\
Henrique Ferreiro47615b22021-11-11 08:06:481588 '|ash/components/phonehub/'\
Tim Songf7f00b02020-09-03 20:57:001589 '|ash/system/phonehub/',
Kyle Horimoto97611c12020-08-13 17:39:031590 },
François Beaufortb2070eb2018-02-08 10:36:341591 'picture_in_picture': {
Blink Reformata30d4232018-04-07 15:31:061592 'filepath': 'third_party/blink/renderer/modules/picture_in_picture/'
François Beaufortb2070eb2018-02-08 10:36:341593 },
Will Harris723f11402020-11-12 23:09:071594 'plugin_metadata': {
1595 'filepath': 'chrome/browser/resources/plugin_metadata/'
1596 },
Ian Clellanda54f1982021-01-14 14:01:511597 'policy_features': {
1598 'filepath' : 'third_party/blink/renderer/core/feature_policy/document_policy_features.json5|'\
1599 'third_party/blink/renderer/core/feature_policy/feature_policy_features.json5'
1600 },
michaelpg11fff3f2015-02-06 03:35:341601 'polymer': {
1602 'filepath': 'third_party/polymer/|'\
michaelpgf94a2a22017-03-06 22:35:001603 'third_party/web-animations-js/|'\
James Zern01a2ffea2021-11-02 02:33:391604 'tools/polymer'
michaelpg11fff3f2015-02-06 03:35:341605 },
Charles Harrison981d33c2017-10-06 21:36:221606 'popup_blocker': {
1607 'filepath': 'chrome/browser/ui/blocked_content'
1608 },
twifkak0c69c1f2015-06-22 18:20:091609 'precache': {
1610 'filepath': '[pP]recache'
1611 },
Hiroki Nakagawa3654fbe2020-10-28 02:53:431612 'prefetch_proxy': {
1613 'filepath': 'chrome/browser/prefetch/prefetch_proxy',
1614 },
[email protected]be775bc2014-06-30 15:41:141615 'prepopulated_engines': {
1616 'filepath': 'components/search_engines/prepopulated_engines.json',
1617 },
[email protected]f76c8852012-06-21 16:37:001618 'prerender': {
Hiroki Nakagawa94274a412021-03-02 06:01:411619 'filepath': 'chrome/browser/chrome_content_browser_client_binder_policies' \
Hiroki Nakagawa3146f3ec2021-10-08 07:04:081620 '|chrome/browser/prerender/' \
Hiroki Nakagawa94274a412021-03-02 06:01:411621 '|content/browser/mojo_binder_policy' \
1622 '|content/browser/prerender/'
[email protected]f76c8852012-06-21 16:37:001623 },
mfoltz57fd7f32017-05-03 06:12:581624 'presentation': {
mark a. foltze8739c7c2019-04-24 18:33:091625 'filepath': 'content/browser/presentation/' \
1626 '|content/public/browser/presentation_' \
1627 '|third_party/blink/public/mojom/presentation/' \
1628 '|third_party/blink/renderer/modules/presentation/' \
1629 '|third_party/blink/web_tests/(virtual/)?presentation/'
mfoltz57fd7f32017-05-03 06:12:581630 },
Robert Ogdenb766c88a2019-06-10 18:10:231631 'preview_features': {
1632 'filepath': 'components/previews/core/previews_features' \
1633 '|components/previews/core/previews_experiments'
1634 },
rbpotter0d9edeed2018-08-03 14:11:581635 'print_preview': {
1636 'filepath': 'chrome/browser/resources/print_preview/' \
1637 '|chrome/browser/ui/webui/print_preview/'
1638 },
peter884896c72015-03-12 14:26:201639 'push_messaging': {
1640 'filepath': 'push_messaging'
1641 },
David Black9b7b19f2020-02-24 18:28:351642 'quick_answers': {
Yue Lif0da5bf2021-11-19 22:01:571643 'filepath': 'ash/quick_answers/'\
Henrique Ferreirof7531d42022-01-18 21:36:081644 '|chrome/browser/renderer_context_menu/quick_answers'\
Yue Lif0da5bf2021-11-19 22:01:571645 '|chromeos/components/quick_answers/'
David Black9b7b19f2020-02-24 18:28:351646 },
Greg Thompsonc72dc582019-11-14 15:51:321647 'relaunch_notification': {
1648 'filepath': 'chrome/browser/ui/views/relaunch_notification'
1649 },
mark a. foltze8739c7c2019-04-24 18:33:091650 'remoteplayback': {
1651 'filepath': 'chrome/android/features/media_router/java/src/org/chromium/chrome/browser/media/router/FlingingController' \
1652 '|chrome/android/java/src/org/chromium/chrome/browser/media/remote/' \
1653 '|chrome/browser/media/android/remote/' \
mark a. foltze8739c7c2019-04-24 18:33:091654 '|media/renderers/remote_playback' \
Henrique Ferreirob56c9212021-06-09 17:53:591655 '|third_party/blink/public/platform/media/remote_playback' \
mark a. foltze8739c7c2019-04-24 18:33:091656 '|third_party/blink/public/platform/modules/remoteplayback/' \
1657 '|third_party/blink/renderer/core/html/media/remote_playback' \
Henrique Ferreirob56c9212021-06-09 17:53:591658 '|third_party/blink/renderer/platform/media/remote_playback' \
mark a. foltze8739c7c2019-04-24 18:33:091659 '|third_party/blink/renderer/modules/remoteplayback/' \
1660 '|third_party/blink/web_tests/media/remoteplayback/' \
1661 '|third_party/blink/web_tests/virtual/new-remote-playback-pipeline/'
1662 },
[email protected]f76c8852012-06-21 16:37:001663 'remoting': {
sergeyu05995a4f2017-01-24 21:26:011664 'filepath': '^remoting/' \
1665 '|^testing/chromoting'
[email protected]f76c8852012-06-21 16:37:001666 },
Jimmy4378aa32022-03-25 21:44:211667 'rgb_kbd': {
1668 'filepath': 'ash/rgb_keyboard/'
1669 },
gab57e80c72014-12-08 21:06:131670 'rlz_id': {
1671 'filepath' :'rlz/lib/machine_id.cc|'\
1672 'rlz/lib/machine_id.h|'\
1673 'rlz/win/lib/machine_id_win.cc',
1674 },
Joe Medleya129fe32018-01-25 15:20:221675 'runtime_enabled_features': {
Blink Reformata30d4232018-04-07 15:31:061676 'filepath' : 'third_party/blink/renderer/platform/runtime_enabled_features.json5'
Joe Medleya129fe32018-01-25 15:20:221677 },
grt829c6a82014-10-20 09:29:321678 'safe_browsing': {
timvolodine41e95412017-03-14 02:55:341679 'filepath': 'chrome/(browser|common|renderer)/safe_browsing/|'\
1680 'components/safe_browsing/',
grt829c6a82014-10-20 09:29:321681 },
Mike Wittman652832b2019-07-16 14:34:391682 'sampling_profiler': {
1683 'filepath': 'base/profiler/'\
1684 '|chrome/common/profiler/'\
Henrique Ferreiroe2b0a792022-01-14 23:47:581685 '|chrome/renderer/v8_unwinder'\
1686 '|components/metrics/.*call_stack'\
1687 '|components/metrics/public/mojom/call_stack',
Mike Wittman652832b2019-07-16 14:34:391688 },
Zentaro Kavanagh050f7bf2020-10-09 19:26:511689 'scanning': {
Yeunjoo Choi9b62f1a2021-06-23 13:17:001690 'filepath': 'ash/webui/scanning/'\
Yeunjoo Choid71ed04b2021-03-11 00:57:521691 '|chrome/browser/ash/scanning/',
Zentaro Kavanagh050f7bf2020-10-09 19:26:511692 },
Robert Sesekae79d38512018-09-04 18:13:301693 'security': {
1694 'filepath': 'base/json/'\
1695 '|base/memory/.*shared_memory'\
Robert Sesek61902db2018-10-09 19:15:451696 '|components/cbor/'\
1697 '|AndroidManifest',
Robert Sesekae79d38512018-09-04 18:13:301698 },
Katie D14c38ce2019-02-14 00:34:451699 'select_to_speak': {
1700 'filepath': 'select_to_speak',
1701 },
Jeffrey Cohen7fe36f502018-12-12 01:38:211702 'send_tab_to_self': {
Jeffrey Cohen9e494a612019-05-21 16:22:441703 'filepath': 'components/send_tab_to_self'\
1704 '|chrome/android/java/src/org/chromium/chrome/browser/send_tab_to_self/'\
Jeffrey Cohen224a4072019-05-23 20:49:331705 '|chrome/android/junit/src/org/chromium/chrome/browser/send_tab_to_self/'\
Jeffrey Cohen9e494a612019-05-21 16:22:441706 '|chrome/browser/android/send_tab_to_self/'\
1707 '|chrome/browser/send_tab_to_self/'\
1708 '|chrome/browser/ui/send_tab_to_self'\
1709 '|ios/chrome/browser/send_tab_to_self/',
Jeffrey Cohen7fe36f502018-12-12 01:38:211710 },
[email protected]0b431722014-01-08 07:21:511711 'service_worker': {
[email protected]edaf31d2014-03-07 00:09:171712 'filepath': 'content/(browser|renderer|child|common)/service_worker/',
[email protected]0b431722014-01-08 07:21:511713 },
Dan Beam5dec1b42018-12-10 23:52:341714 'settings': {
1715 'filepath': 'chrome/browser/resources/settings/'\
1716 '|chrome/browser/ui/webui/settings/'\
1717 '|chrome/test/data/webui/settings/',
1718 },
May Lippertd0b8cfe2019-05-22 19:54:491719 'settings_os_settings': {
Kyle Horimoto1b958952020-01-15 01:39:171720 'filepath': 'chrome/browser/resources/settings/chromeos/'\
Kyle Horimoto1b958952020-01-15 01:39:171721 '|chrome/browser/ui/webui/settings/chromeos/'\
Kyle Horimotoec597772020-01-16 03:45:341722 '|chrome/test/data/webui/settings/chromeos/'\
1723 '|ui/webui/resources/cr_components/chromeos/'\
1724 '|ui/webui/resources/cr_elements/chromeos/',
May Lippertd0b8cfe2019-05-22 19:54:491725 },
Melissa Zhangc4be3d72021-03-19 07:16:531726 'share_service': {
1727 'filepath': 'chrome/browser/sharesheet/',
1728 },
1729 'share_sheet': {
Jeffrey Cohen51f7aab2020-02-11 21:32:121730 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/share/'\
Henrique Ferreirof7531d42022-01-18 21:36:081731 '|chrome/android/java/res/layout/share_sheet_'\
Jeffrey Cohen27b6ab902020-02-18 22:44:371732 '|chrome/browser/share/android/java/src/org/chromium/chrome/browser/share/',
Jeffrey Cohen51f7aab2020-02-11 21:32:121733 },
Peter Beverloo9a00acc2019-06-04 14:27:251734 'sharing': {
Himanshu Jaju0de6e102019-07-31 11:16:541735 'filepath': 'chrome/browser/sharing/|'\
1736 'chrome/browser/ui/views/sharing/',
Peter Beverloo9a00acc2019-06-04 14:27:251737 },
Jimmy Gongddab2b62021-07-30 02:17:151738 'shimless_rma': {
1739 'filepath': 'ash/webui/shimless_rma/'\
1740 '|chrome/test/data/webui/chromeos/shimless_rma/',
1741 },
dominickn8884155a2016-06-23 02:28:161742 'site_engagement': {
1743 'filepath': 'chrome/browser/engagement/|'\
1744 'chrome/browser/ui/webui/engagement/',
1745 },
[email protected]f76c8852012-06-21 16:37:001746 'site_instance': {
[email protected]f2f0fbb92012-07-14 15:52:491747 'filepath': 'content/browser/site_instance|'\
1748 'content/browser/browsing_instance',
[email protected]f76c8852012-06-21 16:37:001749 },
Ryan Hansberry587c8082018-09-20 01:31:191750 'smartlock': {
Yeunjoo Choi16cbd432021-12-08 05:58:211751 'filepath': 'ash/components/proximity_auth/'\
Ryan Hansberryfcfcfb92022-02-01 21:54:561752 '|ash/login/ui/smart_lock.*'\
Henrique Ferreiroe2b0a792022-01-14 23:47:581753 '|ash/public/cpp/smartlock'\
Ryan Hansberry2a123022021-09-14 20:54:281754 '|chrome/browser/ash/login/easy_unlock/'\
dpapade7a443f2021-11-01 15:15:091755 '|chrome/browser/resources/chromeos/quick_unlock/'\
Henrique Ferreiroe2b0a792022-01-14 23:47:581756 '|chrome/browser/resources/settings/chromeos/multidevice_page/multidevice_smartlock'\
1757 '|chrome/test/data/webui/settings/chromeos/multidevice_smartlock'\
Ryan Hansberry2a123022021-09-14 20:54:281758 '|chromeos/dbus/easy_unlock/',
Ryan Hansberry587c8082018-09-20 01:31:191759 },
Zentaro Kavanagh608f8a12018-01-19 18:39:561760 'smb': {
Yeunjoo Choi7073d6e2021-05-11 01:40:481761 'filepath': 'chrome/browser/ash/file_system_provider' \
Yeunjoo Choic74b67a72021-06-11 08:08:361762 '|chrome/browser/ash/smb_client'\
Zentaro Kavanagh608f8a12018-01-19 18:39:561763 '|chromeos/dbus/fake_smb_provider_client'\
1764 '|chromeos/dbus/smb_provider_client',
1765 },
Joe Medleya129fe32018-01-25 15:20:221766 'source_idls': {
Joe Medleyf7671752018-04-13 14:34:501767 'filepath': 'third_party/blink/renderer/(core|modules|platform)/.*\.idl',
Joe Medleya129fe32018-01-25 15:20:221768 },
Annie Sullivan32e8a882019-12-12 16:21:581769 'speed_metrics_changelog': {
Nicolás Peña Moreno585fda52020-05-01 14:32:511770 'filepath': 'docs/speed/metrics_changelog/.*.md',
Annie Sullivan32e8a882019-12-12 16:21:581771 },
[email protected]ad0295d2012-10-11 23:43:361772 'spellcheck': {
1773 'filepath': 'chrome/browser/spellchecker/'\
timvolodine8cdb94c2016-09-22 12:17:221774 '|chrome/browser/renderer_context_menu/spelling_'\
1775 '|components/spellcheck/'\
1776 '|third_party/hunspell/'\
1777 '|third_party/hunspell_dictionaries/',
[email protected]ad0295d2012-10-11 23:43:361778 },
Greg Thompson9ea091702018-01-04 11:06:321779 'startup': {
1780 'filepath': 'chrome/browser/ui/startup/',
1781 },
Daniel Murphyeda2b872019-11-27 23:51:411782 'storage_service' : {
1783 'filepath': 'components/services/storage/',
1784 },
Ian Clelland0fc655482020-02-14 15:20:101785 'structured_headers' : {
Henrique Ferreiroe2b0a792022-01-14 23:47:581786 'filepath': 'net/http/structured_headers',
Ian Clelland0fc655482020-02-14 15:20:101787 },
vmpstrcc1c08302015-11-18 06:05:511788 'styleguide': {
1789 'filepath': '^styleguide/',
1790 },
Peter Wenbef43902018-11-28 22:08:121791 'styleguide_python': {
1792 'filepath': '^styleguide/python',
1793 },
engedye7b734da2017-02-07 12:08:131794 'subresource_filter': {
Charles Harrisonfb3eac92017-06-26 21:26:021795 'filepath': 'subresource_filter|SubresourceFilter|url_pattern_index',
engedye7b734da2017-02-07 12:08:131796 },
[email protected]43d33e92014-07-14 16:39:311797 'supervised_users': {
1798 'filepath': 'chrome/browser/.*managed_mode'\
1799 '|chrome/browser/.*managed_user'\
1800 '|chrome/browser/.*supervised_user',
1801 },
CJ DiMegliocaddc3482018-12-12 02:28:381802 'surface_layer_for_video': {
Henrique Ferreiroe2b0a792022-01-14 23:47:581803 'filepath': 'cc/layers/surface_layer'\
1804 '|third_party/blink/renderer/platform/graphics/video_frame_'\
1805 '|third_party/blink/renderer/platform/graphics/surface_layer_bridge',
CJ DiMegliocaddc3482018-12-12 02:28:381806 },
Anastasia Helfinstein5205acb32019-02-15 00:54:131807 'switch_access': {
1808 'filepath': 'switch_access',
1809 },
[email protected]92871a102013-07-01 11:11:411810 'syncfs': {
1811 'filepath': 'sync_file_system',
1812 },
Giovanni Ortuño Urquidia35ceba2019-12-02 04:46:551813 'system_web_apps': {
1814 'filepath': 'chrome/.*system_web_app'
1815 },
miu5e69f1c52016-10-23 13:40:111816 'tab_alert_indicators': {
1817 'filepath': 'content/browser/media/audio_stream_monitor'\
miu5e69f1c52016-10-23 13:40:111818 '|chrome/browser/ui/tabs/tab_utils'\
evliuf27f7ff2022-01-25 21:15:241819 '|chrome/browser/ui/views/tabs/alert_indicator_button'\
miu5e69f1c52016-10-23 13:40:111820 '|chrome/browser/ui/views/tabs/tab\.cc'\
1821 '|chrome/browser/ui/views/tabs/tab_renderer_data'\
1822 '|media/audio/audio_(output_controller|power_monitor)',
1823 },
[email protected]82d74152013-07-28 08:55:311824 'tab_capture': {
mark a. foltzb7228ec12021-01-28 18:29:501825 # TODO: Watch code in media/audio & audio service for tab audio capture
Adam Parker83a488462017-12-22 00:26:481826 'filepath': 'chrome/browser/extensions/api/tab_capture/'\
miu5e69f1c52016-10-23 13:40:111827 '|chrome/renderer/resources/extensions/tab_capture_custom_bindings.js'\
[email protected]31ef420b2014-08-13 21:19:131828 '|chrome/test/data/extensions/api_test/tab_capture/'\
mark a. foltzb7228ec12021-01-28 18:29:501829 '|components/viz/common/(frame_sinks/|gl_helper|gl_i420|yuv_)'\
1830 '|components/viz/host/client_frame_sink'\
Adam Parker83a488462017-12-22 00:26:481831 '|components/viz/service/frame_sinks/(frame_sink_manager'\
1832 '|video_capture/)'\
[email protected]31ef420b2014-08-13 21:19:131833 '|content/browser/media/capture/'\
mark a. foltzb7228ec12021-01-28 18:29:501834 '|content/browser/renderer_host/media/'\
[email protected]31ef420b2014-08-13 21:19:131835 '|media/base/video_frame\.h'\
Adam Parker83a488462017-12-22 00:26:481836 '|media/capture/'\
mark a. foltzb7228ec12021-01-28 18:29:501837 '|services/viz/privileged/mojom/compositing/frame_sink'\
1838 '|third_party/blink/public/mojom/mediastream/'
[email protected]82d74152013-07-28 08:55:311839 },
[email protected]f76c8852012-06-21 16:37:001840 'tab_contents': {
[email protected]f2f0fbb92012-07-14 15:52:491841 'filepath': 'chrome/browser/tab_contents/|'\
1842 'content/browser/tab_contents/|'\
1843 'chrome/browser/ui/tab_contents/',
[email protected]f76c8852012-06-21 16:37:001844 },
Jinsuk Kim0470a42d2021-02-25 00:49:411845 'tab_interface': {
1846 'filepath': 'chrome/browser/tab/'
1847 },
gogeralddad6ac72019-08-06 23:08:371848 'tab_ui_and_start_surface': {
Wei-Yin Chen (陳威尹)943ca0a2019-08-21 14:51:351849 'filepath': 'chrome/android/features/tab_ui/' \
Wei-Yin Chen (陳威尹)e38f7bf2019-10-24 06:24:231850 '|chrome/android/features/start_surface/' \
1851 '|chrome/android/.*/src/org/chromium/chrome/browser/tasks/'
Mei Liang92e37d52019-03-22 17:27:201852 },
tdresserd80646f2017-03-03 19:26:081853 'tbmv2_metrics': {
1854 'filepath': 'third_party/catapult/tracing/tracing/metrics'
1855 },
[email protected]31a10602012-11-21 01:51:261856 'telemetry': {
nednguyen79105d422016-04-18 01:38:421857 'filepath': 'tools/perf/'
[email protected]31a10602012-11-21 01:51:261858 },
Takeshi Yoshino524e1d262017-07-28 01:16:381859 'test_runner': {
1860 'filepath': 'components/test_runner/' \
Kent Tamura21d1de62018-12-10 04:45:201861 '|content/shell/(common|browser|renderer)/web_test/' \
1862 '|content/test/web_test_support.cc' \
1863 '|content/public/test/web_test_support.h' \
Takeshi Yoshino524e1d262017-07-28 01:16:381864 },
[email protected]f76c8852012-06-21 16:37:001865 'tests': {
[email protected]f2f0fbb92012-07-14 15:52:491866 'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/',
[email protected]0cde05a02011-11-30 23:36:521867 },
jlkleinecc81952016-11-19 00:16:071868 'tether': {
Yeunjoo Choi4a6edaa2021-12-08 10:08:031869 'filepath': 'ash/components/tether/'\
1870 '|chrome/browser/ash/tether/'\
Henrique Ferreiroe2b0a792022-01-14 23:47:581871 '|chrome/browser/ui/ash/network/tether'\
jlkleinecc81952016-11-19 00:16:071872 },
David Tsengb4effe12020-12-07 23:07:131873 'text_to_speech': {
1874 'filepath': 'tts'
1875 },
[email protected]1cbbb30b2011-10-14 08:03:561876 'textinput': {
Bao-Duy Trane2b20b032020-06-09 01:34:481877 'filepath': 'content/browser/renderer_host/render_widget_host_view'\
[email protected]f2f0fbb92012-07-14 15:52:491878 '|content/browser/renderer_host/text_input'\
1879 '|ui/base/ime/'\
[email protected]f2f0fbb92012-07-14 15:52:491880 '|ui/views/controls/textfield/'\
Yuichiro Hanadaf0b3b472017-10-17 07:00:531881 '|ui/wm/core/ime'
[email protected]1cbbb30b2011-10-14 08:03:561882 },
[email protected]3a117c62011-11-29 04:28:021883 'textinput_chromeos': {
Yeunjoo Choi2ef58f42021-07-28 09:28:041884 'filepath': 'chrome/browser/ash/input_method/'\
[email protected]f2f0fbb92012-07-14 15:52:491885 '|chrome/browser/chromeos/extensions/input_method'\
Bao-Duy Tran8302196d2020-06-11 07:41:521886 '|chrome/browser/extensions/api/input_ime'\
dpapade7a443f2021-11-01 15:15:091887 '|chrome/browser/resources/chromeos/keyboard/' \
[email protected]f2f0fbb92012-07-14 15:52:491888 'chromeos/.*(language|keyboard)'\
Henrique Ferreiroe2b0a792022-01-14 23:47:581889 '|chromeos/ime/'
[email protected]3a117c62011-11-29 04:28:021890 },
Patrick Monette9355f1fc2019-08-09 18:18:161891 'third_party_conflicts': {
1892 'filepath': 'chrome/browser/win/conflicts/'
1893 },
chirantan96fcf6d2015-01-21 22:36:191894 'timers': {
Patrick Monette400b05142021-04-21 22:28:351895 'filepath': 'base/timer/'
chirantan96fcf6d2015-01-21 22:36:191896 },
robliaofd54b5c2017-01-13 00:41:301897 'tools_win_chromeexts': {
1898 'filepath': 'tools/win/chromeexts',
1899 },
AJITH KUMAR V4f0c4812018-03-27 13:46:571900 'touch_selection': {
1901 'filepath': 'ui/touch_selection/'\
1902 '|content/public/android/java/src/org/chromium/content/browser/selection/'
1903 },
[email protected]c8eb7f72013-07-04 15:30:111904 'tracing': {
Henrique Ferreirof7531d42022-01-18 21:36:081905 'filepath': 'base/debug/trace_event'\
primianobef13b42015-01-30 15:29:311906 '|base/trace_event/'\
[email protected]c8eb7f72013-07-04 15:30:111907 '|content/browser/tracing/'\
Oystein Eftevaag6410f1a2018-03-01 18:06:301908 '|components/tracing/'\
1909 '|services/tracing/'
[email protected]c8eb7f72013-07-04 15:30:111910 },
Nicolas Ouellet-payeur0c26b872019-09-05 07:38:071911 'traffic_annotation': {
1912 'filepath': 'tools/traffic_annotation/'
1913 },
Megan Jablonski33f229f2019-12-18 22:58:001914 'translate': {
1915 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/translate|'\
1916 'chrome/android/java/src/org/chromium/chrome/browser/infobar/translate|'\
1917 'chrome/android/javatests/src/org/chromium/chrome/browser/translate|'\
1918 'chrome/browser/translate|'\
1919 'chrome/browser/ui/translate|'\
1920 'chrome/browser/ui/webui/translate_internals|'\
1921 'chrome/browser/ui/views/translate|'\
1922 'chrome/renderer/translate|'\
1923 'chrome/test/data/translate|'\
1924 'components/resources/translate_resources.grdp'\
1925 'components/translate|'\
1926 'components/translate_strings_grdp|'\
1927 'ios/chrome/browser/translate|'\
1928 'ios/chrome/browser/ui/translate|'\
1929 'ios/web_view/internal/translate'
1930 },
Taymon A. Beal632f1302021-07-08 04:50:401931 'turtledove': {
1932 'filepath': 'content/browser/interest_group/|'\
1933 'content/services/auction_worklet/|'\
1934 'third_party/blink/public/mojom/interest_group/|'\
1935 'third_party/blink/renderer/modules/ad_auction/'
1936 },
[email protected]cf428f732012-10-02 20:48:151937 'ui_compositor': {
1938 'filepath': 'ui/compositor/layer\.|'\
1939 'ui/compositor/layer_unittest|'\
1940 'ui/compositor/compositor',
1941 },
robliao2c4b7492016-07-19 01:57:261942 'ui_display_win': {
1943 'filepath': '^ui/display/win',
1944 },
[email protected]6b5093c2012-05-23 19:10:181945 'ui_resources': {
[email protected]f2f0fbb92012-07-14 15:52:491946 'filepath': 'ui/resources/'\
1947 '|ui/base/native_theme/resources/'\
1948 '|chrome/app/theme/'
[email protected]6b5093c2012-05-23 19:10:181949 },
edwardjung83f52ef22017-02-07 13:15:071950 'ui_strings': {
1951 'filepath': 'chrome/app/generated_resources.grd'\
1952 '|chrome/app/google_chrome_strings.grd'\
edwardjung83f52ef22017-02-07 13:15:071953 '|chrome/app/settings_strings.grdp'\
Henrique Nakashimaf5439f82021-01-29 23:52:241954 '|chrome/browser/ui/android/strings/android_chrome_strings.grd'\
edwardjung83f52ef22017-02-07 13:15:071955 '|ios/chrome/app/strings/ios(_.+)*_strings.grd'\
1956 '|ui/strings/ui_strings.grd',
1957 },
Robert Liao5c35cbe2019-02-27 02:42:331958 'ui_views': {
1959 'filepath': '^ui/views',
1960 },
Will Harris989ca932019-02-15 19:21:211961 'unified_consent': {
1962 'filepath': 'components/unified_consent/'\
1963 '|chrome/browser/unified_consent/',
1964 },
Vincent Scheibd5da4d952017-11-03 01:33:241965 'usb': {
1966 'filepath': '/usb/',
1967 },
[email protected]c73ec8ab2014-01-16 20:35:231968 'version_assembly': {
1969 'filepath': 'chrome/app/version_assembly',
1970 },
posciak62a72272016-05-11 08:31:241971 'video': {
1972 'filepath': 'content/browser/renderer_host/media/|'\
1973 'content/renderer/media/|'\
1974 'media/capture/video/|'\
1975 'media/filters/|'\
1976 'media/gpu/|'\
Henrique Ferreirof7531d42022-01-18 21:36:081977 '.*video',
posciak62a72272016-05-11 08:31:241978 },
mcasas09e881c2016-04-09 02:09:501979 'video_capture': {
1980 'filepath': 'chrome/browser/media/.*(capture|media|webrtc)'\
1981 '|content/browser/renderer_host/media/.*(capture|media)'\
1982 '|content/renderer/media/.*(capture|media|webrtc)'\
1983 '|media/capture/'\
chfremer2a01a69b2017-01-06 02:39:011984 '|media/muxers/'\
1985 '|services/video_capture/',
mcasas09e881c2016-04-09 02:09:501986 },
[email protected]ef514a32014-02-26 01:02:351987 'virtual_keyboard': {
Darren Shen40a822352019-06-03 05:39:161988 'filepath': 'ash/keyboard/'\
oka47452c22017-02-17 05:07:571989 '|chrome/test/data/chromeos/virtual_keyboard/'\
1990 '|extensions/browser/api/virtual_keyboard_private/'\
Darren Shen40a822352019-06-03 05:39:161991 '|ash/system/virtual_keyboard/',
[email protected]ef514a32014-02-26 01:02:351992 },
billorr3c7e1442016-11-11 21:21:351993 'virtual_reality': {
David Dorwina4a2b73c2018-05-18 22:39:561994 # Includes VR, AR, and XR.
Michael Thiessena7bec5b2018-07-12 19:10:041995 'filepath': '/vr/'\
David Dorwina4a2b73c2018-05-18 22:39:561996 '|/xr'\
Alex Cooper59197c72019-03-29 17:31:551997 '|webxr'\
Bill Orr165281bd2018-12-06 18:27:121998 '|isolated_xr_device'\
David Dorwina4a2b73c2018-05-18 22:39:561999 '|third_party/arcore'\
2000 '|third_party/gvr'\
2001 '|third_party/libovr'\
2002 '|third_party/openvr',
billorr3c7e1442016-11-11 21:21:352003 },
Victor Viannaf3bad1412021-08-11 08:21:012004 'vscode_tooling': {
2005 'filepath': 'tools/vscode',
2006 },
Chris Blumec6ddd6c2018-12-14 23:35:012007 'vulkan': {
2008 'filepath': 'gpu/vulkan'\
2009 '|third_party/vulkan'
2010 },
Vincent Scheibd5da4d952017-11-03 01:33:242011 'wake_lock': {
2012 'filepath': 'wake_lock',
2013 },
May Lippert04ed4b62019-05-24 16:31:222014 'wallpapers': {
Miyoung Shin3fc077c2019-08-06 00:29:442015 'filepath': 'components/arc/common/wallpaper.mojom'\
May Lippert04ed4b62019-05-24 16:31:222016 '|ash/wallpaper/'\
2017 '|chrome/browser/resources/chromeos/wallpaper_manager/',
2018 },
Raymes Khoury6b9bf762019-05-17 05:00:512019 'web_applications': {
2020 'filepath': 'chrome/browser/web_applications'\
2021 '|chrome/browser/ui/web_applications',
2022 },
Devin Mullins4ff9b282018-03-09 00:37:322023 'web_package': {
Christian Flachf9cb9662022-04-12 09:41:582024 'filepath': 'components/web_package/'\
2025 '|content/browser/loader/prefetch_url_loader'\
Devin Mullins4ff9b282018-03-09 00:37:322026 '|content/browser/web_package/'\
Kunihiko Sakamotoba390852018-07-11 01:08:552027 '|content/test/data/sxg/'
Devin Mullins4ff9b282018-03-09 00:37:322028 },
Matt Giuca9eb910d2017-08-02 04:07:382029 'web_share': {
2030 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/webshare/'\
Henrique Ferreirof7531d42022-01-18 21:36:082031 '|chrome/android/javatests/src/org/chromium/chrome/browser/WebShare'\
Kent Tamura77578cc2018-11-25 22:33:432032 '|third_party/blink/web_tests/webshare/'\
2033 '|third_party/blink/web_tests/external/wpt/web-share/'\
Eric Willigers3eeae17c2019-03-13 17:32:102034 '|third_party/blink/public/mojom/webshare/'\
Blink Reformata30d4232018-04-07 15:31:062035 '|third_party/blink/renderer/modules/webshare/',
Matt Giuca9eb910d2017-08-02 04:07:382036 },
Martin Kreichgauer794a18572018-07-20 20:45:432037 'webauthn': {
2038 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/webauth/'\
2039 '|chrome/android/javatests/src/org/chromium/chrome/browser/webauth/'\
Martin Kreichgauer144f8be2019-09-19 18:41:082040 '|chrome/browser/extensions/api/cryptotoken_private/'\
2041 '|chrome/browser/resources/cryptotoken/'\
Martin Kreichgauer794a18572018-07-20 20:45:432042 '|chrome/browser/ui/webauthn/'\
2043 '|chrome/browser/ui/views/webauthn/'\
Martin Kreichgauer1b7dc872019-04-15 18:50:412044 '|chrome/browser/webauthn/'\
Martin Kreichgauer794a18572018-07-20 20:45:432045 '|content/browser/webauth/'\
2046 '|device/fido/'\
Martin Kreichgauer1b7dc872019-04-15 18:50:412047 '|third_party/blink/public/mojom/webauthn/'\
Nina Satragno9573c032019-10-03 18:51:362048 '|third_party/blink/web_tests/external/wpt/webauthn/'\
Martin Kreichgauer1b7dc872019-04-15 18:50:412049 '|third_party/microsoft_webauthn/',
Martin Kreichgauer794a18572018-07-20 20:45:432050 },
Chris Cunninghamde605a02019-12-12 02:39:112051 'webcodecs': {
2052 'filepath': 'third_party/blink/renderer/modules/webcodecs/',
2053 },
Corentin Wallez3f1d0852018-07-04 15:45:362054 'webgpu': {
2055 'filepath': 'third_party/blink/renderer/modules/webgpu/',
2056 },
Majid Valipour1ffeef32021-05-06 19:06:122057 'webid': {
2058 'filepath': 'third_party/blink/renderer/modules/webid/'\
2059 '|third_party/blink/public/mojom/webid/'\
Christian Biesinger0ad46482022-01-17 16:25:542060 '|content/browser/webid'\
Majid Valipour1ffeef32021-05-06 19:06:122061 '|chrome/browser/.*webid',
2062 },
Christian O. Andersson2fc7db52019-09-04 15:39:492063 'weblayer': {
2064 'filepath': 'weblayer/',
2065 },
Carlos ILd0907f22020-01-29 22:52:372066 'weblayer_safe_browsing': {
2067 'filepath': 'weblayer/browser/safe_browsing/',
2068 },
2069 'weblayer_ssl': {
Henrique Ferreiroe2b0a792022-01-14 23:47:582070 'filepath': 'weblayer/browser/ssl',
Carlos ILd0907f22020-01-29 22:52:372071 },
Yi Gu2a494792021-06-17 14:05:182072 'webotp': {
2073 'filepath': 'third_party/blink/renderer/modules/credentialmanager/credentials_container\.cc'\
2074 '|third_party/blink/renderer/modules/credentialmanager/.*otp'\
2075 '|third_party/blink/public/mojom/sms/'\
2076 '|content/browser/.*sms/'\
2077 '|chrome/browser/sharing/.*sms',
2078 },
Takeshi Yoshinoe387aa32017-08-02 13:16:132079 'webrtc_browser_tests': {
2080 'filepath': 'chrome/browser/media/.*webrtc.*browsertest|'\
2081 'content/browser/media/.*webrtc.*browsertest',
2082 },
[email protected]208879542012-07-05 11:15:342083 'website_settings': {
[email protected]f2f0fbb92012-07-14 15:52:492084 'filepath': 'chrome/browser/content_settings/'\
2085 '|chrome/browser/ui/views/website_settings/'\
2086 '|chrome/browser/ui/website_settings/'\
Christian Dullwebereba9380672021-05-25 13:12:472087 '|chrome/browser/privacy_sandbox/privacy_sandbox_settings'\
mukai077089f2014-09-11 18:41:522088 '|chrome/common/content_settings'\
Christian Dullwebereba9380672021-05-25 13:12:472089 '|components/content_settings/'\
2090 '|services/network/cookie_settings',
[email protected]208879542012-07-05 11:15:342091 },
[email protected]b17d9e02014-07-29 09:45:502092 'windows_sandboxing': {
2093 'filepath': 'sandbox/win/',
2094 },
Luke Zielinskid00a5112019-10-30 17:58:412095 'wpt_tools': {
2096 'filepath': 'third_party/blink/web_tests/external/wpt/tools/',
2097 },
[email protected]f76c8852012-06-21 16:37:002098 'x11': {
Henrique Ferreiro84875712021-10-01 13:18:302099 'filepath': 'ui/base/x/'
[email protected]0d710852012-05-24 01:18:402100 },
Chris Blume04103c42018-12-14 22:46:062101 'zlib': {
2102 'filepath': 'third_party/zlib'
2103 },
wjmaclean3ff6a402015-03-31 19:00:202104 'zoom': {
2105 'filepath': 'chrome/browser/ui/zoom/' \
2106 '|components/ui/zoom/' \
Henrique Ferreiroe2b0a792022-01-14 23:47:582107 '|content/browser/host_zoom_' \
2108 '|content/browser/storage_partition_impl' \
wjmaclean3ff6a402015-03-31 19:00:202109 '|content/public/browser/host_zoom_map.h' \
2110 '|content/public/browser/storage_partition.h'
2111 },
amraboelkher5745530b2021-09-02 12:10:322112 'zte': {
Henrique Ferreiroe2b0a792022-01-14 23:47:582113 'filepath': 'chrome/browser/ash/login/enrollment/.*auto_enrollment|' \
2114 'chrome/browser/ash/policy/enrollment/.*auto_enrollment|' \
amraboelkher5745530b2021-09-02 12:10:322115 'chrome/browser/ash/policy/enrollment/private_membership/'
2116 },
[email protected]a3838612009-10-13 21:57:542117 },
[email protected]ca872e362011-07-12 21:06:032118
pennymac962d190432016-07-27 00:58:352119 ##############################################################################
2120 # Please keep alphabetical
2121 ##############################################################################
[email protected]a3838612009-10-13 21:57:542122 'WATCHLISTS': {
Joe Medley1e1bb652018-04-27 17:36:592123 'about_flags': ['[email protected]',
2124 '[email protected]'],
Daniel Eratb4c9b9e2019-06-04 23:57:262125 'accelerator_table': ['[email protected]'],
Abigail Klein33cac9c2020-12-31 00:14:002126 'accessibility': ['[email protected]',
Akihiro Otac504b882019-02-20 02:54:532127 '[email protected]',
[email protected]f76c8852012-06-21 16:37:002128 '[email protected]',
Sara Katoeff75d22019-11-07 19:08:232129 '[email protected]',
je_julie.kima170bac2015-05-06 14:57:542130 '[email protected]',
Josiah K3bddaed32020-09-11 17:59:372131 '[email protected]',
Kevin Babbitt52b18902019-04-16 21:47:442132 '[email protected]',
dmazzoni5f4b7f12015-02-17 16:35:572133 '[email protected]',
Sara Katoeff75d22019-11-07 19:08:232134 '[email protected]',
[email protected]f76c8852012-06-21 16:37:002135 '[email protected]'],
Shannon Chenccd4b842020-09-25 02:09:212136 'accessibility_component_extensions': ['[email protected]',
2137 '[email protected]'],
Aaron Leventhal22a04da2020-04-17 12:44:192138 'accessibility_minimal_core': ['[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:262139 'add_to_homescreen': ['[email protected]',
Glenn Hartmann6e09db12019-07-31 03:00:112140 '[email protected]',
2141 '[email protected]'],
Minoru Chikamunee9a4b152021-03-04 08:30:202142 'agent_scheduling_group': ['[email protected]',
2143 '[email protected]'],
Peter Wen35bf5932018-10-22 19:51:482144 'android_crash_reporting': ['[email protected]',
2145 '[email protected]'],
johnmaguire6aaac7902016-03-15 12:28:202146 'android_crazy_linker': ['[email protected]'],
Henrique Nakashima64f2b8b2020-02-05 22:54:432147 'android_flags': ['[email protected]'],
dfalcantaraef21e9e2016-01-07 01:16:262148 'android_infobars': ['[email protected]'],
Peter Wen1a6544cf2022-02-18 18:56:332149 'android_infra': ['[email protected]',
2150 '[email protected]'],
Raphael Kubo da Costa91e823f42022-03-25 17:51:262151 'android_item_chooser_dialogs': [],
Tomasz Wiszkowski008dc202021-05-28 10:14:562152 'android_omnibox': ['[email protected]'],
Ted Choc042d8442018-03-13 16:35:572153 'android_search_widget': ['[email protected]',
2154 '[email protected]'],
nyquistf602bd02017-02-16 23:17:442155 'android_studio': ['[email protected]',
2156 '[email protected]'],
Daniele Castagna7c829d692018-02-12 16:09:082157 'android_tab': ['[email protected]'],
Jinsuk Kim797be9a02021-08-02 21:34:302158 'android_toolbar': ['[email protected]'],
2159 'android_toolbar_deps': ['[email protected]'],
asvitkine361b276e2016-08-30 18:45:002160 'android_uma_settings': ['[email protected]',
2161 '[email protected]'],
Maggie Cai9190f7632019-06-12 06:06:572162 'android_webapk': ['[email protected]',
Ella Gecf52fc32019-11-18 09:01:562163 '[email protected]',
2164 '[email protected]'],
[email protected]7ca78dc12012-09-20 09:26:442165 'android_webview': ['[email protected]'],
Raphael Kubo da Costa75cd7102021-11-23 12:27:212166 'android_webview_network_service': [],
nancy5a8934a2020-05-18 03:48:392167 'app_service': ['[email protected]',
2168 '[email protected]'],
Dominick Ng45392562018-12-13 07:21:212169 'app_shortcuts': ['[email protected]',
2170 '[email protected]',
Daniel Murphy608e0272020-03-12 23:15:252171 '[email protected]',
Fabio Rocha7d3e7bfc2020-09-01 19:41:412172 '[email protected]',
2173 '[email protected]'],
pennymac962d190432016-07-27 00:58:352174 'apps': ['[email protected]',
Daniel Murphy608e0272020-03-12 23:15:252175 '[email protected]',
Fabio Rocha7d3e7bfc2020-09-01 19:41:412176 '[email protected]',
2177 '[email protected]'],
Dominick Ngb919db92019-11-18 06:17:162178 'apps_intent_helper': ['[email protected]',
2179 '[email protected]'],
lhchavez4b19176f2016-05-04 23:12:462180 'arc': ['[email protected]',
hidehiko49f0b7c2016-05-24 10:59:472181 '[email protected]',
Junichi Uekawa38d20c12018-03-22 03:31:302182 '[email protected]',
2183 '[email protected]'],
lhchavez61532c92016-10-18 21:33:372184 'arc_auth': ['[email protected]'],
Yuichiro Hanada2e111fb2018-11-19 17:33:052185 'arc_ime': ['[email protected]'],
poromov7633f602017-02-21 16:44:012186 'arc_kiosk': ['[email protected]'],
Miyoung Shin3fc077c2019-08-06 00:29:442187 'arc_mojom': ['[email protected]'],
lhchavez4b19176f2016-05-04 23:12:462188 'arc_net': ['[email protected]',
2189 '[email protected]',
2190 '[email protected]'],
ejcarusoa298ec02016-06-16 20:30:432191 'arc_power': ['[email protected]'],
James Cookbb06c62e2021-08-05 19:09:422192 'ash': ['[email protected]'],
Jimmy Gong8d570d52021-07-30 22:43:582193 'ash_webui_common': ['[email protected]',
2194 '[email protected]',
2195 '[email protected]'],
wutao5c33d832021-08-23 16:58:212196 'assistive': ['[email protected]'],
Max Morin2b0206312018-04-06 11:17:402197 'audio_service': ['[email protected]',
Max Morin2b0206312018-04-06 11:17:402198 '[email protected]'],
James Cookbb06c62e2021-08-05 19:09:422199 'aura': ['[email protected]'],
2200 'aura_compositor': ['[email protected]'],
Katie D14c38ce2019-02-14 00:34:452201 'autoclick': ['[email protected]'],
Mathias Carlenc61d8072018-08-21 16:18:242202 'autofill_assistant': ['[email protected]'],
Jared Saul61b16ed42019-10-11 20:19:442203 'autofill_payments': ['[email protected]',
2204 '[email protected]',
Siyu Anc7e7ffd12022-04-12 01:08:322205 '[email protected]',
2206 '[email protected]'],
Dan Elphick08d1fd42018-04-26 10:22:332207 'background_fetch': ['[email protected]',
Mugdha Lakhani6876ba12018-04-06 13:12:282208 '[email protected]',
Mugdha Lakhani90e82fd2019-06-25 09:38:492209 '[email protected]'],
Jason Chasedfcd02b2018-08-10 21:07:492210 'background_sync': ['[email protected]',
Mugdha Lakhani90e82fd2019-06-25 09:38:492211 '[email protected]',
Rayan Kanso253399c2018-11-07 19:28:252212 '[email protected]',
2213 '[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:262214 'banners': ['[email protected]',
F07b660412017-08-01 20:53:062215 '[email protected]'],
Takeshi Yoshino524e1d262017-07-28 01:16:382216 'base': ['[email protected]'],
Benoit Lizecc5cb4392020-08-03 19:02:362217 'base_allocator': ['[email protected]',
2218 '[email protected]'],
[email protected]1ed5e0fd2012-07-19 00:19:052219 'base_memory': ['[email protected]'],
Alexander Timin864bf8a02018-03-12 11:06:282220 'base_scheduler': ['[email protected]'],
Gabriel Charettee6bbb532019-04-29 16:39:392221 'base_thread_pool': ['[email protected]',
2222 '[email protected]',
Jesse McKennadd65b882020-11-24 17:07:292223 '[email protected]',
Gabriel Charettee6bbb532019-04-29 16:39:392224 '[email protected]'],
pennymac962d190432016-07-27 00:58:352225 'base_win': ['[email protected]',
Jesse McKennadd65b882020-11-24 17:07:292226 '[email protected]',
Robert Liao27a2fa12017-10-20 18:34:482227 '[email protected]',
pennymac962d190432016-07-27 00:58:352228 '[email protected]'],
Raphael Kubo da Costa75cd7102021-11-23 12:27:212229 'battery_status': ['[email protected]'],
Minoru Chikamunee9a4b152021-03-04 08:30:202230 'bfcache': ['[email protected]',
2231 '[email protected]'],
Lei Zhangf4c2b172020-02-21 06:23:102232 'binary_size': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352233 'blink': ['[email protected]'],
Aaron Leventhalb3725b992021-11-15 23:10:142234 'blink_accessibility': ['[email protected]',
Kevin Babbitt52b18902019-04-16 21:47:442235 '[email protected]',
pennymac962d190432016-07-27 00:58:352236 '[email protected]'],
2237 'blink_animation': ['[email protected]',
Yi Gubb534b32020-03-03 22:13:212238 '[email protected]',
Eric Willigersb5f2b5a2019-05-13 18:31:492239 '[email protected]'],
Hongchan Choi5e099c72022-04-29 16:48:102240 'blink_audio': ['[email protected]', '[email protected]'],
Raphael Kubo da Costa75cd7102021-11-23 12:27:212241 'blink_battery_status': ['[email protected]'],
Kentaro Hara1de86192019-05-29 08:51:592242 'blink_bindings': ['[email protected]', '[email protected]'],
jbroman9ac2d532016-09-01 18:20:082243 'blink_bindings_serialization': ['[email protected]'],
Conley Owensd744e392018-04-24 19:18:572244 'blink_bluetooth': ['[email protected]',
Ovidio Henriquez86333882018-11-05 18:25:212245 '[email protected]'],
Nicolas Pena7a6b6992019-01-16 17:20:082246 'blink_client_hints': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352247 'blink_clipboard': ['[email protected]'],
Jeremy Roman02b59c82021-02-25 20:35:092248 'blink_common': ['[email protected]'],
Kentaro Hara08ea1892019-08-29 04:25:242249 'blink_controller': [],
pennymac962d190432016-07-27 00:58:352250 'blink_css': ['[email protected]',
2251 '[email protected]',
danakjc1e13d4e2018-05-04 21:34:422252 '[email protected]'],
pennymac962d190432016-07-27 00:58:352253 'blink_css_flexbox': ['[email protected]'],
Morten Stenshorne4f1b3022017-11-14 12:05:372254 'blink_css_fragmentation_tests': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352255 'blink_css_grid_layout': ['[email protected]',
Sergio Villar Senin20fe6222021-04-20 09:53:252256 '[email protected]'],
Dimitri Glazkov33286c62017-12-08 23:34:252257 'blink_custom_elements': ['[email protected]'],
Raphael Kubo da Costa91e823f42022-03-25 17:51:262258 'blink_device_orientation': ['[email protected]'],
Pavel Feldmana47e1f92019-09-20 16:58:572259 'blink_devtools': ['[email protected]'],
Lei Zhang784e9a62020-10-12 22:39:432260 'blink_dom': ['[email protected]'],
Daniel Murphyfffe60f82019-12-05 21:30:202261 'blink_dom_storage': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352262 'blink_events': ['[email protected]',
Lei Zhang784e9a62020-10-12 22:39:432263 '[email protected]'],
pennymac962d190432016-07-27 00:58:352264 'blink_fetch': ['[email protected]',
2265 '[email protected]',
Takeshi Yoshino9d7588a32017-07-31 07:17:342266 '[email protected]'],
Hiroki Nakagawa62c133e2020-06-24 06:58:412267 'blink_fileapi': ['[email protected]'],
haraken98d0827a2017-02-27 00:55:192268 'blink_frames': ['[email protected]'],
Raphael Kubo da Costa75cd7102021-11-23 12:27:212269 'blink_geolocation': [],
Nico Weberb6975cc2018-06-19 10:51:452270 'blink_heap': ['[email protected]',
pennymac962d190432016-07-27 00:58:352271 '[email protected]',
Michael Lippautz52bc4b922021-08-30 15:28:142272 '[email protected]'],
Dimitri Glazkov33286c62017-12-08 23:34:252273 'blink_html': ['[email protected]'],
csharrisonf357e9632016-07-29 01:27:222274 'blink_htmlparser': ['[email protected]',
2275 '[email protected]'],
Madeleine Barowsky21b04402019-01-29 19:17:052276 'blink_image_codecs': ['[email protected]',
2277 '[email protected]'],
Daniel Murphyeda2b872019-11-27 23:51:412278 'blink_indexed_db': ['[email protected]',
Adrienne Walker516af3a2021-03-03 19:11:012279 '[email protected]',
2280 '[email protected]'],
Navid Zolghadr051e0a0e2020-05-05 18:15:222281 'blink_input': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352282 'blink_layers': ['[email protected]'],
2283 'blink_layout': ['[email protected]',
pennymac962d190432016-07-27 00:58:352284 '[email protected]'],
Christian Biesinger0ad46482022-01-17 16:25:542285 'blink_layout_ng': ['[email protected]',
dgroganf9744ea2017-01-18 23:23:262286 '[email protected]',
lchoi2ba79a72017-05-25 00:23:052287 '[email protected]',
Xiaocheng Hu8bd4d8072017-10-25 23:44:322288 '[email protected]',
2289 '[email protected]'],
pennymac962d190432016-07-27 00:58:352290 'blink_loader': ['[email protected]',
2291 '[email protected]',
Takeshi Yoshinoab2ce8562017-11-09 05:19:192292 '[email protected]'],
pennymac962d190432016-07-27 00:58:352293 'blink_media': ['[email protected]',
2294 '[email protected]',
srirama.mdec4f512016-09-06 08:22:192295 '[email protected]'],
pennymac962d190432016-07-27 00:58:352296 'blink_media_queries': ['[email protected]',
Nicolas Pena7a6b6992019-01-16 17:20:082297 '[email protected]'],
mcasas9558316b2017-03-10 18:57:312298 'blink_mediastream': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352299 'blink_navigator_content_utils': ['[email protected]'],
Mounir Lamouri70ac40ff2021-04-06 23:55:082300 'blink_out_of_process_frames': ['[email protected]'],
Raphael Kubo da Costab856f102019-07-02 09:17:552301 'blink_paint' : ['[email protected]'],
Xida Chen0ef92782018-01-17 05:53:352302 'blink_paintworklet' : ['[email protected]'],
Mounir Lamouri70ac40ff2021-04-06 23:55:082303 'blink_permissions': ['[email protected]'],
kinukoc462adb2016-12-22 12:58:492304 'blink_platform': ['[email protected]'],
ajumabd2c9c22017-05-01 21:29:502305 'blink_platform_graphics': ['[email protected]',
pennymac962d190432016-07-27 00:58:352306 '[email protected]',
2307 '[email protected]',
fmalita9710b732017-02-17 05:10:022308 '[email protected]',
Fernando Serboncinie802c9f2018-11-06 19:17:112309 '[email protected]',
pennymac962d190432016-07-27 00:58:352310 '[email protected]',
pennymac962d190432016-07-27 00:58:352311 '[email protected]'],
Nicolas Pena7a6b6992019-01-16 17:20:082312 'blink_preloadScanner': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352313 'blink_prerender': ['[email protected]',
Hiroki Nakagawaa24ab212020-10-28 03:33:392314 '[email protected]',
Nicolas Pena7a6b6992019-01-16 17:20:082315 '[email protected]'],
Dimitri Glazkov33286c62017-12-08 23:34:252316 'blink_public_api': ['[email protected]'],
Hiroki Nakagawa62c133e2020-06-24 06:58:412317 'blink_quota': ['[email protected]'],
Minoru Chikamunee9a4b152021-03-04 08:30:202318 'blink_scheduler': ['[email protected]',
2319 '[email protected]'],
Nate Chapin1a9f01a2019-11-22 17:39:302320 'blink_scheduling_api': ['[email protected]'],
Kouhei Ueno43382932017-05-30 04:43:572321 'blink_script': ['[email protected]',
Dominic Farolinoc51cb1fb2020-05-27 01:49:152322 '[email protected]', '[email protected]'],
David Bokan9dc0046272017-12-29 00:28:012323 'blink_scroll': ['[email protected]'],
Matt Falkenhagen40369012019-11-19 00:43:552324 'blink_service_worker': ['[email protected]',
pennymac962d190432016-07-27 00:58:352325 '[email protected]',
2326 '[email protected]',
pennymac962d190432016-07-27 00:58:352327 '[email protected]',
2328 '[email protected]',
tzik749ae1e2018-07-20 05:05:012329 '[email protected]'],
Matt Falkenhagenca7fbb62018-07-10 09:21:432330 'blink_service_worker_tests': ['[email protected]'],
Raphael Kubo da Costa75cd7102021-11-23 12:27:212331 'blink_spellcheck' : ['[email protected]'],
Adam Rice027497d2018-07-27 02:17:022332 'blink_streams': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352333 'blink_style': ['[email protected]'],
2334 'blink_svg': ['[email protected]',
fmalita9710b732017-02-17 05:10:022335 '[email protected]',
pennymac962d190432016-07-27 00:58:352336 '[email protected]',
pennymac962d190432016-07-27 00:58:352337 '[email protected]',
2338 '[email protected]',
pennymac962d190432016-07-27 00:58:352339 '[email protected]'],
pennymac962d190432016-07-27 00:58:352340 'blink_track': ['[email protected]',
2341 '[email protected]',
2342 '[email protected]',
Sriram8d3e0e22017-11-09 10:40:162343 '[email protected]',
2344 '[email protected]'],
David Bokan9dc0046272017-12-29 00:28:012345 'blink_viewport_interaction': ['[email protected]',
2346 '[email protected]'],
pennymac962d190432016-07-27 00:58:352347 'blink_w3ctests': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352348 'blink_webp': ['[email protected]',
2349 '[email protected]',
Madeleine Barowsky21b04402019-01-29 19:17:052350 '[email protected]',
2351 '[email protected]'],
Adam Rice027497d2018-07-27 02:17:022352 'blink_websockets': ['[email protected]',
2353 '[email protected]'],
pennymac962d190432016-07-27 00:58:352354 'blink_workers': ['[email protected]',
pennymac962d190432016-07-27 00:58:352355 '[email protected]',
shimazu99de61f2016-09-07 03:57:412356 '[email protected]',
2357 '[email protected]'],
Kentaro Hara08ea1892019-08-29 04:25:242358 'blink_wtf': ['[email protected]'],
Joel Hockey8131168f2021-09-20 10:56:592359 'blink_xml': ['[email protected]'],
Chloe Pellingb8f18ad2021-02-11 05:18:482360 'borealis': ['[email protected]'],
donnd787f6ed2016-08-03 01:00:562361 'bottombar': ['[email protected]',
2362 '[email protected]'],
[email protected]22650d22012-07-18 17:02:352363 'browser_components': ['[email protected]'],
Antoine Laboure77dc8c72019-07-24 00:31:142364 'browser_compositor': ['[email protected]'],
Alexander Timinaa132762019-05-10 16:10:172365 'browser_scheduler': ['[email protected]'],
Christian Dullwebered2c82b2018-04-10 08:37:222366 'browsing_data': ['[email protected]',
msramek878b39d92016-04-20 07:55:332367 '[email protected]'],
Brian Malcolm27dcc022022-01-04 18:11:152368 'cast_2_class': ['[email protected]'],
ryanchung4d157372016-05-10 20:27:162369 'cast_certificate': ['[email protected]',
mfoltz57fd7f32017-05-03 06:12:582370 '[email protected]',
ryanchung24f9d7b2017-01-12 19:18:342371 '[email protected]'],
mark a. foltze8739c7c2019-04-24 18:33:092372 'cast_channel': ['[email protected]',
Ryan Ki Sing Chung27cc7ed92017-07-25 21:53:472373 '[email protected]'],
mark a. foltzb7228ec12021-01-28 18:29:502374 'cast_streaming': ['[email protected]',
2375 '[email protected]',
2376 '[email protected]'],
[email protected]c863702a2012-09-14 20:05:282377 'cc': ['[email protected]'],
Majid Valipour1ffeef32021-05-06 19:06:122378 'cc-animation': ['[email protected]'],
danakj1056fd72021-04-08 18:57:132379 'cc-display': ['[email protected]'],
Alexander Timin864bf8a02018-03-12 11:06:282380 'cc-scheduler': ['[email protected]'],
Joe DeBlasiobfe592942022-01-20 01:40:032381 'certificate_transparency': ['[email protected]',
martijnccdd0542016-11-07 18:49:272382 '[email protected]',
pennymac962d190432016-07-27 00:58:352383 '[email protected]'],
Wei Leeda4232af82021-10-18 02:37:392384 'chrome_camera_app': ['[email protected]'],
Joe Masona353743f2019-10-11 16:35:462385 'chrome_cleaner': ['[email protected]'],
Patrick Monette9355f1fc2019-08-09 18:18:162386 'chrome_elf': ['[email protected]',
2387 '[email protected]'],
lpy0ca13772017-02-28 19:48:272388 'chrome_grc': ['[email protected]'],
Tarun Bansal4943ed062022-02-08 21:56:502389 'chrome_intelligence': ['[email protected]'],
Sebastien Marchand68b41432019-05-09 19:38:072390 'chrome_performance_manager': ['[email protected]'],
Lei Zhang60b18d5e2021-07-13 16:40:082391 'chromecast': ['[email protected]',
halliwellfa56b3a42015-09-04 21:42:572392 '[email protected]'],
gfhuang2548f902016-02-26 02:29:212393 'chromecast_public': ['[email protected]'],
Mathias Bynensa50a91d2021-05-17 07:35:542394 'chromedriver': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352395 'chromeos': ['[email protected]'],
2396 'chromeos_attestation': ['[email protected]'],
Gordon Setod701fcf2022-04-01 22:57:012397 'chromeos_bluetooth': ['[email protected]',
2398 '[email protected]',
2399 '[email protected]',
2400 '[email protected]',
2401 '[email protected]',
2402 '[email protected]',
2403 '[email protected]',
2404 '[email protected]'],
Kyle Horimotofdcf67012019-04-08 19:06:102405 'chromeos_cellular': ['[email protected]',
Kyle Horimoto0d90a9002021-12-07 18:18:292406 '[email protected]',
2407 '[email protected]',
2408 '[email protected]',
2409 '[email protected]',
2410 '[email protected]',
2411 '[email protected]',
2412 '[email protected]'],
alematec5187b1b2016-08-26 05:32:182413 'chromeos_geolocation': ['[email protected]'],
Achuith Bhandarkar434e24592018-03-07 23:05:122414 'chromeos_lkgm': ['[email protected]',
Steven Bennetts793b4702020-05-06 19:14:502415 '[email protected]'],
Achuith Bhandarkarf87cb6a2020-11-19 20:32:182416 'chromeos_login': ['[email protected]',
Toni Barzic43db296e2019-03-20 00:27:222417 '[email protected]'],
Trent Aptede8258b92021-04-01 00:36:262418 'chromeos_media_app': ['[email protected]'],
Kyle Horimoto89f06e22019-04-08 19:07:172419 'chromeos_net': ['[email protected]',
Kyle Horimotoe5b3edf32021-12-07 18:17:582420 '[email protected]',
Kyle Horimotod7b72f32019-05-09 19:13:122421 '[email protected]',
Kyle Horimotoe5b3edf32021-12-07 18:17:582422 '[email protected]',
2423 '[email protected]',
2424 '[email protected]',
Jon Manna19f5a92019-11-21 20:10:592425 '[email protected]',
Kyle Horimotoe5b3edf32021-12-07 18:17:582426 '[email protected]',
2427 '[email protected]',
2428 '[email protected]'],
Nicholas Vernef4b763052021-01-27 04:08:052429 'chromeos_tast_control': ['[email protected]',
Jun Mukaib0420b32021-02-02 17:35:442430 '[email protected]',
Jun Mukai825740e2021-02-03 23:10:172431 '[email protected]'],
alematec5187b1b2016-08-26 05:32:182432 'chromeos_timezone': ['[email protected]'],
2433 'chromeos_webui': ['[email protected]'],
Ryan Hansberry92346b22021-09-15 22:16:312434 'chromeos_wifi_sync': ['[email protected]',
2435 '[email protected]',
James Vecore5b369652021-07-14 23:11:382436 '[email protected]'],
Andrew Shulaevddb14db2022-03-01 13:27:552437 'chrometto_proto_extensions': ['[email protected]'],
Josiah K3bddaed32020-09-11 17:59:372438 'chromevox': ['[email protected]',
2439 '[email protected]',
Akihiro Ota5c35f1f2019-11-20 23:13:592440 '[email protected]',
Josiah K3bddaed32020-09-11 17:59:372441 '[email protected]'],
Yannic Bonenbergera52a0542021-04-27 13:36:302442 'clang_update': ['[email protected]',
2443 '[email protected]',
[email protected]cf8ffa82013-02-13 08:30:072444 '[email protected]',
George Burgess IVbbcd9912018-04-17 14:59:282445 '[email protected]',
pennymac962d190432016-07-27 00:58:352446 '[email protected]',
rnk28bbd1772016-05-04 17:57:582447 '[email protected]',
Hans Wennborgf2eb949e2018-05-08 12:45:032448 '[email protected]',
Peter Collingbourne1ac5f712018-03-30 22:15:132449 '[email protected]',
rnk28bbd1772016-05-04 17:57:582450 '[email protected]',
pennymac962d190432016-07-27 00:58:352451 '[email protected]',
thestigf023ccc2016-11-10 14:39:152452 '[email protected]',
pennymac962d190432016-07-27 00:58:352453 '[email protected]',
Reid Klecknerfe7f9d52019-08-22 00:11:422454 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002455 'clipboard': ['[email protected]'],
Colin Blundell55da8082019-09-16 13:13:472456 'components_deps': ['[email protected]'],
Matthew Jonesf3b5f4f2019-01-04 00:01:252457 'compositor_animator': ['[email protected]'],
Giovanni Ortuño Urquidicd407ac2021-05-24 05:09:202458 'content_bluetooth': ['[email protected]'],
Rayan Kanso3047d3f2019-06-26 13:26:392459 'content_index': ['[email protected]'],
Randy Smith9d64e6e2018-03-07 20:07:082460 'content_loader': ['[email protected]'],
arthursonzogni77e14d8e2021-03-09 10:33:162461 'content_security_policy':['[email protected]',
2462 '[email protected]',
2463 '[email protected]'],
Mounir Lamouri70ac40ff2021-04-06 23:55:082464 'content_shell': ['[email protected]'],
nhiroki90ba0102015-07-21 01:42:242465 'content_worker': ['[email protected]',
2466 '[email protected]'],
donnd787f6ed2016-08-03 01:00:562467 'contextual_search': ['[email protected]',
2468 '[email protected]'],
Nicolás Peña Moreno42e92d32020-09-25 02:11:342469 'core_web_vitals_plm': ['[email protected]'],
Nicolás Peña Moreno01fbce652020-11-10 22:34:222470 'core_web_vitals_wpt': ['[email protected]',
2471 '[email protected]'],
pennymac962d190432016-07-27 00:58:352472 'courgette': ['[email protected]',
2473 '[email protected]'],
Nico Weber6ff639a2017-08-11 21:04:502474 'cq': ['[email protected]',
2475 '[email protected]',
2476 '[email protected]',
2477 '[email protected]',
2478 '[email protected]'],
Steven Bennettsafa54e12020-03-03 19:18:142479 'cr_elements': ['[email protected]'],
Victor-Gabriel Savu49872f32022-03-14 14:14:052480 'cros_commercial_policy': ['[email protected]'],
Melissa Zhang93eadf352022-04-28 06:05:152481 'cros_discovery': ['[email protected]'],
Matt Menard04ecde42020-06-26 20:08:442482 'cros_reporting': ['[email protected]'],
Melissa Zhangc4be3d72021-03-19 07:16:532483 'cros_sharesheet': ['[email protected]'],
Ben Wells03471a72018-03-22 00:58:462484 'crostini': ['[email protected]'],
Matt Menard04ecde42020-06-26 20:08:442485 'cups_printing': ['[email protected]',
2486 '[email protected]'],
Henrique Ferreiroef907f8622020-10-21 09:43:312487 'cursor': ['[email protected]'],
Javier Fernández García-Boente8fec55bc2022-04-08 10:19:352488 'custom_handlers': ['[email protected]'],
Wojciech Dzierżanowski7d246b52019-05-10 19:52:262489 'custom_proxy': ['[email protected]',
2490 '[email protected]'],
Peter Beverloob90e4c32018-12-07 14:27:192491 'custom_tabs': ['[email protected]',
2492 '[email protected]',
Peter E Conn35d3a982019-01-17 10:35:272493 '[email protected]',
Peter Beverloo5cc24512018-11-29 15:36:432494 '[email protected]',
Peter E Conn35d3a982019-01-17 10:35:272495 '[email protected]'],
Prashant Nevase1ca62412020-09-17 11:21:162496 'dark_mode' : ['[email protected]',
Prashant Nevase860ca6a2021-07-17 11:48:232497 '[email protected]'],
Madeleine Barowsky21b04402019-01-29 19:17:052498 'data_decoder': ['[email protected]'],
Ryo Hashimoto900be52c2018-05-24 06:42:262499 'dbus': ['[email protected]'],
Collin Baker4d4ea662020-09-18 21:39:162500 'desktop_in_product_help': ['[email protected]'],
Giovanni Ortuño Urquidicd407ac2021-05-24 05:09:202501 'device_bluetooth': ['[email protected]'],
Raphael Kubo da Costa91e823f42022-03-25 17:51:262502 'device_chooser': ['[email protected]',
Ovidio Henriquez86333882018-11-05 18:25:212503 '[email protected]'],
Pavel Feldmana47e1f92019-09-20 16:58:572504 'devtools': ['[email protected]'],
Zentaro Kavanaghee14b882021-09-23 15:48:052505 'diagnostics_mojo': ['[email protected]',
2506 '[email protected]',
2507 '[email protected]',
2508 '[email protected]'],
Michael Checof7e383212021-04-22 21:40:112509 'diagnostics_ui': ['[email protected]',
Bailey Berro9b11fa62020-09-30 01:33:022510 '[email protected]',
Michael Checof7e383212021-04-22 21:40:112511 '[email protected]',
Michael Checoc5594772021-06-29 17:58:152512 '[email protected]',
2513 '[email protected]'],
Thiabaud Engelbrechtd74340c2020-10-27 13:03:232514 'discardable_memory': ['[email protected]'],
kinukoc462adb2016-12-22 12:58:492515 'disk_cache': ['[email protected]'],
Daniel Murphyfffe60f82019-12-05 21:30:202516 'dom_storage': ['[email protected]'],
David Trainor051827f2017-06-02 18:33:132517 'download': ['[email protected]'],
Dan Beam6d8ee882020-01-14 20:54:282518 'downloads_ui': ['[email protected]'],
[email protected]89d2cd52013-04-16 01:55:362519 'drive_resource_metadata': ['[email protected]'],
[email protected]3a25c8a2014-06-26 06:47:102520 'eme': ['[email protected]'],
Dominique Fauteux-Chapleaud7ac5bd02021-06-07 17:23:362521 'enterprise_reporting_private': ['[email protected]',
2522 '[email protected]'],
Yuichiro Hanadab66fc362022-01-12 02:59:352523 'exo': ['[email protected]',
2524 '[email protected]'],
Justin DeWittf64d39e2018-08-09 21:33:412525 'explore_sites': ['[email protected]',
2526 '[email protected]',
2527 '[email protected]',
Pete Williamson3600f2d2018-09-24 17:31:112528 '[email protected]',
2529 '[email protected]'],
[email protected]f9529e7922013-06-06 05:19:412530 'extension': ['[email protected]',
2531 '[email protected]'],
Luna Lu7f221f22017-06-13 16:46:142532 'feature_policy': ['[email protected]',
Joe Medleya129fe32018-01-25 15:20:222533 '[email protected]',
Joe Medley1e1bb652018-04-27 17:36:592534 '[email protected]'],
Pete Williamsonc8321302020-01-31 21:35:042535 'feed': ['[email protected]',
2536 '[email protected]',
2537 '[email protected]',
2538 '[email protected]',
Ian Wells1dc7053d2020-04-17 18:04:222539 '[email protected]',
2540 '[email protected]'],
Miriam Zimmerman43b747d52020-06-02 22:50:272541 'feedback': ['[email protected]'],
Hiroki Nakagawa62c133e2020-06-24 06:58:412542 'fileapi': ['[email protected]'],
yoshiki1c0ba2782014-12-08 07:04:262543 'filebrowse': ['[email protected]'],
Joel Hockey8131168f2021-09-20 10:56:592544 'filesapp': ['[email protected]'],
Michael Checof43fb88e2021-11-30 19:08:112545 'firmware_update': ['[email protected]',
2546 '[email protected]',
2547 '[email protected]'],
Dominik Röttschesf0fd4d62019-06-17 11:15:022548 'freetype_update': ['[email protected]',
2549 '[email protected]'],
Tomasz Mikolajewski2905dbb2017-11-22 06:24:042550 'fsp': ['[email protected]'],
David Dorwinb3bd4b1a2019-09-24 00:07:012551 'fuchsia': ['[email protected]'],
Nancy Wang731821f2021-01-12 00:36:522552 'full_restore': ['[email protected]'],
mmoroz58ddb8172016-09-08 18:29:552553 'fuzzing': ['[email protected]'],
Conley Owensd744e392018-04-24 19:18:572554 'gamepad': ['[email protected]'],
Nicolas Zeaa4088702019-08-06 20:55:102555 'gcm': ['[email protected]'],
Raphael Kubo da Costa91e823f42022-03-25 17:51:262556 'generic_sensor': ['[email protected]',
Raphael Kubo da Costa0e3cf83d2019-03-11 10:55:562557 '[email protected]',
Rijubrata Bhaumik04f46442019-09-02 07:54:442558 '[email protected]',
mikhail.pozdnyakova8db26402016-11-28 18:27:122559 '[email protected]'],
Mounir Lamouri578ca402019-01-23 20:40:482560 'geolocation': ['[email protected]'],
[email protected]cf428f732012-10-02 20:48:152561 'gfx_geometry': ['[email protected]'],
[email protected]f93b7382012-08-09 20:53:162562 'gfx_image': ['[email protected]'],
Tommy Steimel0cacd28c2019-11-12 22:12:512563 'global_media_controls': ['[email protected]'],
agrieve4d9c1c52016-09-23 17:49:382564 'gn': ['[email protected]',
Trent Apted93d53b02019-01-21 02:54:342565 '[email protected]'],
Corentin Wallez3f1d0852018-07-04 15:45:362566 'gpu_passthrough_cmd_decoder': ['[email protected]'],
Ehsan Karamadc20cee22018-08-10 21:32:332567 'guest_view': ['[email protected]',
Kevin McNee77c2f6b2018-08-14 21:43:582568 '[email protected]',
Ehsan Karamadc20cee22018-08-10 21:32:332569 '[email protected]'],
Miriam Zimmerman43b747d52020-06-02 22:50:272570 'hats': ['[email protected]'],
Andrey Kosyakova173d252018-05-07 18:29:112571 'headless': ['[email protected]'],
Minoru Chikamunee9a4b152021-03-04 08:30:202572 'heap_mojo': ['[email protected]'],
David Black01eb6d42020-09-17 17:16:522573 'holding_space': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002574 'i18n': ['[email protected]'],
Ramya Nagarajan13d5c452020-12-28 19:02:422575 'image_editor': ['[email protected]',
Jeffrey Cohen9a2604442020-02-13 17:55:562576 '[email protected]',
2577 '[email protected]',
Ramya Nagarajan13d5c452020-12-28 19:02:422578 '[email protected]'],
Greg Thompson4f90fc992017-07-25 19:30:372579 'incident_reporting': ['[email protected]'],
Daniel Murphyeda2b872019-11-27 23:51:412580 'indexed_db': ['[email protected]',
Adrienne Walker516af3a2021-03-03 19:11:012581 '[email protected]',
2582 '[email protected]'],
Colin Blundell0aeb4d02020-06-08 14:32:052583 'infobars_for_weblayer': ['[email protected]'],
Stephen Martinisf7e0fb12019-09-04 18:59:592584 'infra_docs': ['[email protected]'],
Navid Zolghadr051e0a0e2020-05-05 18:15:222585 'input': ['[email protected]'],
Michael Spang808d5c12018-10-23 19:20:392586 'input_devices': ['[email protected]'],
Daniel Murphy608e0272020-03-12 23:15:252587 'installable': ['[email protected]',
Fabio Rocha7d3e7bfc2020-09-01 19:41:412588 '[email protected]',
2589 '[email protected]'],
Raphael Kubo da Costaf242cef72017-11-08 16:01:182590 'installer_linux': ['[email protected]',
2591 '[email protected]'],
Greg Thompson4f90fc992017-07-25 19:30:372592 'installer_win': ['[email protected]',
Greg Thompson4f90fc992017-07-25 19:30:372593 '[email protected]'],
edchin46453b42017-03-03 01:40:112594 'ios': ['[email protected]'],
2595 'ios_chrome': ['[email protected]',
eugenebutb5a5a8572017-01-20 01:18:112596 '[email protected]'],
edchin46453b42017-03-03 01:40:112597 'ios_clean': ['[email protected]',
lpromero6846b19d2017-05-23 10:43:592598 '[email protected]'],
David Jeanfbfc1e22021-12-20 14:27:432599 'ios_credential_provider': ['[email protected]'],
Eric Noyaua1825272019-01-02 10:36:392600 'ios_flags': ['[email protected]'],
edchin46453b42017-03-03 01:40:112601 'ios_showcase': ['[email protected]',
lpromero6846b19d2017-05-23 10:43:592602 '[email protected]'],
Eugene Butdcfd2152021-01-21 10:11:262603 'ios_web': ['[email protected]'],
David Jeanfbfc1e22021-12-20 14:27:432604 'ios_widget_kit': ['[email protected]'],
Megan Jablonski33f229f2019-12-18 22:58:002605 'language': ['[email protected]'],
Johanndfa4d7d2017-12-07 18:05:292606 'libaom': ['[email protected]',
Jerome Jiang49f3ef2f2020-05-08 22:27:282607 '[email protected]',
pennymac962d190432016-07-27 00:58:352608 '[email protected]',
Jerome Jiang49f3ef2f2020-05-08 22:27:282609 '[email protected]',
pennymac962d190432016-07-27 00:58:352610 '[email protected]'],
Johanndfa4d7d2017-12-07 18:05:292611 'libvpx': ['[email protected]',
2612 '[email protected]',
Johanndfa4d7d2017-12-07 18:05:292613 '[email protected]',
2614 '[email protected]',
2615 '[email protected]'],
Takeshi Yoshino524e1d262017-07-28 01:16:382616 'libwebp': ['[email protected]',
2617 '[email protected]',
2618 '[email protected]'],
dominiccabb90e02017-03-31 04:54:232619 'libxml_xslt': ['[email protected]',
2620 '[email protected]'],
Lei Zhang2dd3da652021-07-16 21:14:152621 'linux_sandboxing': ['[email protected]',
Matthew Denton801686d22020-03-10 00:54:382622 '[email protected]'],
Lei Zhang2dd3da652021-07-16 21:14:152623 'linux_seccomp_bpf': ['[email protected]',
Matthew Denton801686d22020-03-10 00:54:382624 '[email protected]'],
Joe DeBlasio900bf342021-05-03 21:21:502625 'lookalikes': ['[email protected]'],
lgrey62faed72016-10-11 21:40:392626 'mac' : ['[email protected]'],
Dominick Ng31b7feb2019-01-29 23:24:002627 'manifest': ['[email protected]',
Fabio Rocha7d3e7bfc2020-09-01 19:41:412628 '[email protected]',
2629 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002630 'media': ['[email protected]'],
Miguel Casas-Sanchez5eb47252017-09-05 21:15:032631 'media_capture_from_element': ['[email protected]'],
Becca Hughes75bc2302021-01-15 21:35:482632 'media_controls': ['[email protected]',
Alex Keng83e23682019-05-16 06:23:072633 '[email protected]'],
pennymac962d190432016-07-27 00:58:352634 'media_galleries': ['[email protected]',
2635 '[email protected]'],
Miguel Casas7ac35742020-01-09 20:04:402636 'media_gpu_cros': ['[email protected]'],
2637 'media_gpu_vaapi': ['[email protected]'],
2638 'media_gpu_win': ['[email protected]'],
Lei Zhang60b18d5e2021-07-13 16:40:082639 'media_mojo': ['[email protected]'],
mcasasfeedbe42017-03-03 05:23:562640 'media_recorder': ['[email protected]',
mcasas9558316b2017-03-10 18:57:312641 '[email protected]'],
mark a. foltze8739c7c2019-04-24 18:33:092642 'media_remoting': ['[email protected]',
mark a. foltzb7228ec12021-01-28 18:29:502643 '[email protected]',
2644 '[email protected]'],
Takumi Fujimoto4ef57dc2021-11-23 23:15:032645 'media_router': ['[email protected]'],
Alessio Bazzica819f47362021-09-21 17:01:162646 'media_webrtc': ['[email protected]',
2647 '[email protected]',
2648 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002649 'message_loop': ['[email protected]'],
Joshua Berenhauscb36aff2020-04-17 18:16:592650 'metrics': ['[email protected]',
2651 '[email protected]'],
Ilya Shermandfce91b72020-03-23 18:52:462652 'metrics_metadata_files': ['[email protected]',
Luciano Pachecobce23602021-10-11 01:41:072653 '[email protected]'],
Gabriel Marinac7ecd72019-10-04 18:16:062654 'metrics_perf': ['[email protected]'],
toyoshim8f51f902015-03-27 03:50:212655 'midi': ['[email protected]'],
Brian Sheedy750aed972021-10-26 18:22:212656 'minidump_tests': ['[email protected]'],
Ryan Hansberry92346b22021-09-15 22:16:312657 'multidevice': ['[email protected]',
2658 '[email protected]',
Kyle Horimoto0c440a022019-07-09 23:27:402659 '[email protected]',
James Vecore5b369652021-07-14 23:11:382660 '[email protected]'],
Alex Newcomer5e587d352020-09-16 18:06:262661 'multipaste': ['[email protected]',
2662 '[email protected]',
2663 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002664 'nacl': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352665 'native_client_sdk': ['[email protected]',
2666 '[email protected]'],
Alex Moshchuk3fbcf782018-05-09 00:06:292667 'navigation': ['[email protected]',
2668 '[email protected]',
Fergal Daly6a8b54a2020-02-05 08:50:102669 '[email protected]'],
Ryan Hansberry8a6e3e3e2020-05-15 17:23:052670 'nearby': ['[email protected]',
Ryan Hansberry92346b22021-09-15 22:16:312671 '[email protected]',
Ryan Hansberry21a06d12020-12-15 23:22:312672 '[email protected]',
Ryan Hansberry8a6e3e3e2020-05-15 17:23:052673 '[email protected]',
2674 '[email protected]',
Peter Beverloo6913da6b2020-09-16 22:49:502675 '[email protected]',
Ryan Hansberry8a6e3e3e2020-05-15 17:23:052676 '[email protected]',
Ryan Hansberry21a06d12020-12-15 23:22:312677 '[email protected]'],
Chris Bentzel605478a2018-07-10 21:47:012678 'net': ['[email protected]'],
Junbo Ke9a03e532019-08-20 19:53:472679 'net_base': ['[email protected]',
2680 '[email protected]'],
bnc1872e8bd2017-01-27 02:47:282681 'net_http2': ['[email protected]'],
Eric Roman71629e52020-10-29 17:42:312682 'net_log': ['[email protected]'],
Adam Rice027497d2018-07-27 02:17:022683 'net_server': ['[email protected]'],
bnc1872e8bd2017-01-27 02:47:282684 'net_spdy': ['[email protected]'],
Adam Rice027497d2018-07-27 02:17:022685 'net_websockets': ['[email protected]'],
jkarlin539748402015-03-31 17:36:312686 'netinfo': ['[email protected]'],
Helen Li30f43d8e2018-05-09 16:24:012687 'network_service': ['[email protected]'],
Rijubrata Bhaumik04f46442019-09-02 07:54:442688 'nfc': ['[email protected]',
2689 '[email protected]'],
Sara Katoaf48d202021-09-14 23:18:502690 'notifications': ['[email protected]', '[email protected]'],
tbansalc6f1c9f2016-09-30 22:48:422691 'nqe': ['[email protected]'],
Eric Noyaua1825272019-01-02 10:36:392692 'ntp_snippets': ['[email protected]'],
2693 'ntp_tiles': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352694 'offline_pages': ['[email protected]',
Carlos Knippschild6a2e2f02017-06-02 18:18:142695 '[email protected]',
pennymac962d190432016-07-27 00:58:352696 '[email protected]',
2697 '[email protected]',
dewittj74b23f6f2016-04-21 19:29:252698 '[email protected]',
Lei Zhang2a3f53742021-11-01 23:05:212699 '[email protected]'],
jdonnelly6fa5a21d2017-01-03 15:28:352700 'omnibox': ['[email protected]'],
iclelland8b904402016-10-05 15:01:232701 'origin_trials': ['[email protected]',
Ian Clelland1b27f8f62017-06-22 13:36:242702 '[email protected]'],
Will Harris5e196ff2022-03-18 00:15:022703 'os_crypt': ['[email protected]'],
James Cookbb06c62e2021-08-05 19:09:422704 'ozone': ['[email protected]'],
David Dorwin697781d2021-12-16 22:12:342705 'ozone_fuchsia': ['[email protected]',
2706 '[email protected]',
2707 '[email protected]',
2708 '[email protected]',
2709 '[email protected]'],
Olesia Marukhno0c1047a2021-04-07 14:21:192710 'page_info' : ['[email protected]',
2711 '[email protected]'],
Bryan McQuade4233f412017-07-28 16:23:412712 'page_load_metrics' : ['[email protected]',
2713 '[email protected]',
tdresserd80646f2017-03-03 19:26:082714 '[email protected]',
Tom McKeef07d6d312021-04-26 17:18:342715 '[email protected]',
2716 '[email protected]'],
Daniel Cheng99312b632017-10-25 03:59:492717 'panels': ['[email protected]',
pennymac962d190432016-07-27 00:58:352718 '[email protected]',
2719 '[email protected]'],
Michael Lippautz52bc4b922021-08-30 15:28:142720 'partition_alloc': ['[email protected]',
2721 '[email protected]',
2722 '[email protected]'],
mkwst17a9875d2016-06-24 10:36:392723 'password_manager': ['[email protected]',
Vasilii Sukhanovc4e6c2842018-07-18 12:12:202724 '[email protected]'],
sebsgbbfbea02016-10-24 21:54:592725 'payments': ['[email protected]',
mahmadi0a7bb59f2017-02-22 19:13:492726 '[email protected]',
Liquan (Max) Gu4f3bfaa2021-04-09 03:03:172727 '[email protected]'],
Lei Zhang91530f72019-06-14 21:20:152728 'pdf': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352729 'pepper_api': ['[email protected]',
2730 '[email protected]',
2731 '[email protected]',
pennymac962d190432016-07-27 00:58:352732 '[email protected]',
pennymac962d190432016-07-27 00:58:352733 '[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:262734 'permissions': ['[email protected]',
Timothy Loh363aa0dd2019-09-03 04:38:242735 '[email protected]'],
Kyle Horimoto6f4f45d2021-10-14 03:30:562736 'phonehub': ['[email protected]'],
François Beaufortb2070eb2018-02-08 10:36:342737 'picture_in_picture': ['[email protected]'],
Will Harris723f11402020-11-12 23:09:072738 'plugin_metadata': ['[email protected]'],
Ian Clellanda54f1982021-01-14 14:01:512739 'policy_features': ['[email protected]'],
Dan Beam6d8ee882020-01-14 20:54:282740 'polymer': ['[email protected]'],
Charles Harrison981d33c2017-10-06 21:36:222741 'popup_blocker': ['[email protected]'],
twifkak0c69c1f2015-06-22 18:20:092742 'precache': ['[email protected]'],
Robert Ogden1c2a41f2021-07-26 22:39:242743 'prefetch_proxy': ['[email protected]',
Simon Pelchatffe81592021-02-23 22:52:512744 '[email protected]'],
[email protected]be775bc2014-06-30 15:41:142745 'prepopulated_engines': ['[email protected]'],
Chris Bentzel605478a2018-07-10 21:47:012746 'prerender': ['[email protected]',
Hiroki Nakagawaa24ab212020-10-28 03:33:392747 '[email protected]',
pennymac962d190432016-07-27 00:58:352748 '[email protected]'],
Adam Parkera556b7a2018-05-22 17:53:192749 'presentation': ['[email protected]'],
Robert Ogdenb766c88a2019-06-10 18:10:232750 'preview_features': ['[email protected]'],
Lei Zhang1a86ca92019-06-13 00:04:462751 'print_preview': ['[email protected]'],
Peter Beverloo45bf54c2018-08-06 17:12:032752 'push_messaging': ['[email protected]'],
David Black9b7b19f2020-02-24 18:28:352753 'quick_answers': ['[email protected]'],
Greg Thompsonc72dc582019-11-14 15:51:322754 'relaunch_notification': ['[email protected]'],
mark a. foltze8739c7c2019-04-24 18:33:092755 'remoteplayback': ['[email protected]'],
[email protected]c3887592014-02-06 20:02:252756 'remoting': ['[email protected]'],
Jimmy4378aa32022-03-25 21:44:212757 'rgb_kbd': ['[email protected]',
2758 '[email protected]',
2759 '[email protected]'],
Ali Tofigh000debb52017-11-07 21:35:422760 'rlz_id': ['[email protected]',
pennymac962d190432016-07-27 00:58:352761 '[email protected]'],
Joe Medley1e1bb652018-04-27 17:36:592762 'runtime_enabled_features': ['[email protected]'],
Daniel Rubery9fdcd952019-08-26 22:32:472763 'safe_browsing': ['[email protected]',
Varun Khaneja212beed2019-12-02 18:06:062764 '[email protected]',
Xinghui Lufad9c932019-07-30 22:57:162765 '[email protected]'],
Charlie Hu556baa42022-05-04 14:08:332766 'sampling_profiler': ['[email protected]',
2767 '[email protected]'],
Zentaro Kavanagh050f7bf2020-10-09 19:26:512768 'scanning': ['[email protected]',
Zentaro Kavanagh050f7bf2020-10-09 19:26:512769 '[email protected]'],
Robert Sesekae79d38512018-09-04 18:13:302770 'security': ['[email protected]'],
Anastasia Helfinstein83c763a2019-05-13 18:15:032771 'select_to_speak': ['[email protected]',
2772 '[email protected]'],
Ryan Hansberryfcfcfb92022-02-01 21:54:562773 'send_tab_to_self': ['[email protected]',
Jeffrey Cohen6b31b2d2019-01-23 19:12:302774 '[email protected]'],
pennymac962d190432016-07-27 00:58:352775 'service_worker': ['[email protected]',
[email protected]6d095a8b2014-02-28 15:26:162776 '[email protected]',
pennymac962d190432016-07-27 00:58:352777 '[email protected]',
pennymac962d190432016-07-27 00:58:352778 '[email protected]',
horo8e9a01572016-07-27 06:05:312779 '[email protected]',
tzik749ae1e2018-07-20 05:05:012780 '[email protected]'],
Demetrios Papadopoulos78710632020-01-15 21:54:312781 'settings': ['[email protected]'],
Xiaohui Chen5fa1bbd2021-12-07 02:45:372782 'settings_os_settings': ['[email protected]'],
Melissa Zhangc4be3d72021-03-19 07:16:532783 'share_service': ['[email protected]'],
Ramya Nagarajan2a6ffbc2021-04-26 23:28:542784 'share_sheet': ['[email protected]'],
Peter Beverloo6913da6b2020-09-16 22:49:502785 'sharing': ['[email protected]',
Peter Beverlooc2f2f652021-07-02 17:06:122786 '[email protected]'],
Jimmy Gongddab2b62021-07-30 02:17:152787 'shimless_rma': ['[email protected]',
2788 '[email protected]',
Michael Checodcb21e82022-02-11 00:21:142789 '[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:262790 'site_engagement': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352791 'site_instance': ['[email protected]',
Alex Moshchuk3fbcf782018-05-09 00:06:292792 '[email protected]',
Nasko Oskov880548a2021-05-26 15:52:512793 '[email protected]'],
Ryan Hansberry2a123022021-09-14 20:54:282794 'smartlock': ['[email protected]',
2795 '[email protected]',
Ryan Hansberry92346b22021-09-15 22:16:312796 '[email protected]',
Ryan Hansberryfcfcfb92022-02-01 21:54:562797 '[email protected]',
2798 '[email protected]'],
Zentaro Kavanagh608f8a12018-01-19 18:39:562799 'smb': ['[email protected]'],
Joe Medley1e1bb652018-04-27 17:36:592800 'source_idls': ['[email protected]'],
Annie Sullivan32e8a882019-12-12 16:21:582801 'speed_metrics_changelog': ['[email protected]',
2802 '[email protected]',
Nicolás Peña Moreno01fbce652020-11-10 22:34:222803 '[email protected]',
Connor Clarkb91ac2402020-04-03 17:25:592804 '[email protected]',
Rick Viscomie18c55eb2021-08-04 21:15:012805 '[email protected]',
2806 '[email protected]',
Annie Sullivan32e8a882019-12-12 16:21:582807 '[email protected]'],
Rachel Blum41788872018-10-25 20:54:012808 'spellcheck': ['[email protected]',
Raphael Kubo da Costa75cd7102021-11-23 12:27:212809 '[email protected]'],
Christian Flach74ca34db2022-02-18 10:26:552810 'startup': ['[email protected]',
2811 '[email protected]',
Greg Thompson684b048292021-09-28 09:38:462812 '[email protected]'],
Daniel Murphyfffe60f82019-12-05 21:30:202813 'storage_service': ['[email protected]'],
Ian Clelland0fc655482020-02-14 15:20:102814 'structured_headers': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352815 'styleguide': ['[email protected]',
vmpstrdeec20e2016-11-18 22:17:322816 '[email protected]',
Will Harris438d2772022-02-09 17:03:062817 '[email protected]',
2818 '[email protected]'],
Peter Wenbef43902018-11-28 22:08:122819 'styleguide_python': ['[email protected]',
Peter Wenbef43902018-11-28 22:08:122820 '[email protected]'],
engedye7b734da2017-02-07 12:08:132821 'subresource_filter': ['[email protected]'],
Pam Greene8efbeae92018-10-02 14:54:462822 'supervised_users': [],
CJ DiMegliocaddc3482018-12-12 02:28:382823 'surface_layer_for_video': [ '[email protected]',
2824 '[email protected]'],
Anastasia Helfinstein5205acb32019-02-15 00:54:132825 'switch_access': ['[email protected]'],
Hiroki Nakagawa62c133e2020-06-24 06:58:412826 'syncfs': ['[email protected]'],
Giovanni Ortuño Urquidid6b07282020-07-16 01:25:322827 'system_web_apps': [ '[email protected]',
Jiewei Qian6cdf3f72022-03-14 05:34:552828 '[email protected]',
2829 '[email protected]'],
mark a. foltzb7228ec12021-01-28 18:29:502830 'tab_alert_indicators': ['[email protected]'],
2831 'tab_capture': ['[email protected]',
2832 '[email protected]'],
pennymac962d190432016-07-27 00:58:352833 'tab_contents': ['[email protected]',
2834 '[email protected]',
2835 '[email protected]'],
Jinsuk Kim0470a42d2021-02-25 00:49:412836 'tab_interface': ['[email protected]'],
Wei-Yin Chen (陳威尹)d7de76d2020-03-27 04:39:432837 'tab_ui_and_start_surface': ['[email protected]',
2838 '[email protected]',
2839 '[email protected]',
2840 '[email protected]',
2841 '[email protected]',
Xi Hana677d712021-03-23 18:44:142842 '[email protected]',
Wei-Yin Chen (陳威尹)d7de76d2020-03-27 04:39:432843 '[email protected]',
2844 '[email protected]'],
tdresserd80646f2017-03-03 19:26:082845 'tbmv2_metrics': ['[email protected]'],
tonygc7f6a4c12015-01-16 18:32:262846 'telemetry': ['[email protected]'],
Mounir Lamouri70ac40ff2021-04-06 23:55:082847 'test_runner': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002848 'tests': [],
Ryan Hansberryfcfcfb92022-02-01 21:54:562849 'tether': ['[email protected]',
2850 '[email protected]',
2851 '[email protected]',
2852 '[email protected]',
2853 '[email protected]'],
David Tsengb4effe12020-12-07 23:07:132854 'text_to_speech': ['[email protected]'],
Keith Lee98ccf8b2019-07-31 01:50:492855 'textinput': ['[email protected]',
2856 '[email protected]',
pennymac962d190432016-07-27 00:58:352857 '[email protected]',
2858 '[email protected]',
Bao-Duy Tran3dc68f2d2020-06-11 08:51:272859 '[email protected]',
Yuichiro Hanadaf0b3b472017-10-17 07:00:532860 '[email protected]',
pennymac962d190432016-07-27 00:58:352861 '[email protected]'],
Keith Lee98ccf8b2019-07-31 01:50:492862 'textinput_chromeos': ['[email protected]',
2863 '[email protected]',
pennymac962d190432016-07-27 00:58:352864 '[email protected]',
Bao-Duy Tran3dc68f2d2020-06-11 08:51:272865 '[email protected]',
Yuichiro Hanadaf0b3b472017-10-17 07:00:532866 '[email protected]',
pennymac962d190432016-07-27 00:58:352867 '[email protected]'],
Patrick Monette9355f1fc2019-08-09 18:18:162868 'third_party_conflicts': ['[email protected]'],
Chirantan Ekbote284e6282019-06-19 01:53:082869 'timers': [],
robliaofd54b5c2017-01-13 00:41:302870 'tools_win_chromeexts': ['[email protected]'],
AJITH KUMAR V4f0c4812018-03-27 13:46:572871 'touch_selection': ['[email protected]',
2872 '[email protected]'],
pennymac962d190432016-07-27 00:58:352873 'tracing': ['[email protected]',
Michael Spangbbcf79de2018-12-13 15:07:262874 '[email protected]',
2875 '[email protected]'],
Ramya Gopalan236394a2021-11-22 18:28:532876 'traffic_annotation': ['[email protected]',
2877 '[email protected]',
2878 '[email protected]'],
Megan Jablonski33f229f2019-12-18 22:58:002879 'translate': ['[email protected]'],
Taymon Beal2f3ffcf12022-01-19 22:47:182880 'turtledove': [],
[email protected]cf428f732012-10-02 20:48:152881 'ui_compositor': ['[email protected]'],
robliao2c4b7492016-07-19 01:57:262882 'ui_display_win': ['[email protected]'],
[email protected]6b5093c2012-05-23 19:10:182883 'ui_resources': ['[email protected]'],
edwardjung83f52ef22017-02-07 13:15:072884 'ui_strings': ['[email protected]'],
Scott Violet27497292019-03-25 23:06:532885 'ui_views': ['[email protected]',
2886 '[email protected]'],
Will Harris989ca932019-02-15 19:21:212887 'unified_consent': ['[email protected]'],
Ovidio Henriquez86333882018-11-05 18:25:212888 'usb': ['[email protected]',
2889 '[email protected]'],
[email protected]c73ec8ab2014-01-16 20:35:232890 'version_assembly': ['[email protected]',
2891 '[email protected]'],
Alexandre Courbot3e9e55a2018-04-05 05:29:422892 'video': ['[email protected]'],
Rijubrata Bhaumik04f46442019-09-02 07:54:442893 'video_capture': ['[email protected]',
2894 '[email protected]'],
Darren Shen40a822352019-06-03 05:39:162895 'virtual_keyboard': ['[email protected]',
Bao-Duy Tran3dc68f2d2020-06-11 08:51:272896 '[email protected]',
2897 '[email protected]',
2898 '[email protected]'],
billorr3c7e1442016-11-11 21:21:352899 'virtual_reality': ['[email protected]'],
Victor Viannaf3bad1412021-08-11 08:21:012900 'vscode_tooling': ['[email protected]'],
Peng Huangc624cb12020-02-06 15:08:152901 'vulkan': ['[email protected]',
2902 '[email protected]'],
Raphael Kubo da Costabb97c4eb2019-04-25 15:25:392903 'wake_lock': ['[email protected]',
2904 '[email protected]'],
Kyle Horimoto0df9f0312021-10-14 16:50:392905 'wallpapers': ['[email protected]'],
Alan Cutterc9c44102019-07-05 03:46:222906 'web_applications': ['[email protected]',
Ivan Šandrkef03ab82021-12-01 10:59:542907 '[email protected]',
Alan Cutterc9c44102019-07-05 03:46:222908 '[email protected]',
Raymes Khoury6b9bf762019-05-17 05:00:512909 '[email protected]',
Glen Robertson4d87cfa2020-07-23 06:53:482910 '[email protected]',
Ivan Šandrkef03ab82021-12-01 10:59:542911 '[email protected]',
Raymes Khoury6b9bf762019-05-17 05:00:512912 '[email protected]',
Daniel Murphy608e0272020-03-12 23:15:252913 '[email protected]',
Ivan Šandrkef03ab82021-12-01 10:59:542914 '[email protected]',
2915 '[email protected]'],
Christian Flachf9cb9662022-04-12 09:41:582916 'web_package': ['[email protected]',
2917 '[email protected]',
2918 '[email protected]'],
Matt Giuca9eb910d2017-08-02 04:07:382919 'web_share': ['[email protected]'],
Martin Kreichgauer794a18572018-07-20 20:45:432920 'webauthn': ['[email protected]'],
Chris Cunninghamde605a02019-12-12 02:39:112921 'webcodecs': ['[email protected]'],
Corentin Wallez3f1d0852018-07-04 15:45:362922 'webgpu': ['[email protected]',
2923 '[email protected]'],
Christian Biesinger0ad46482022-01-17 16:25:542924 'webid': ['[email protected]', '[email protected]'],
Melissa Zhangc4be3d72021-03-19 07:16:532925 'weblayer': ['[email protected]'],
Carlos ILd0907f22020-01-29 22:52:372926 'weblayer_safe_browsing' : ['[email protected]'],
2927 'weblayer_ssl' : ['[email protected]'],
Yi Gu2a494792021-06-17 14:05:182928 'webotp': ['[email protected]'],
Takeshi Yoshinoe387aa32017-08-02 13:16:132929 'webrtc_browser_tests': ['[email protected]'],
Christian Dullwebered2c82b2018-04-10 08:37:222930 'website_settings': ['[email protected]',
Raymes Khouryc555e9dc2019-02-18 09:13:222931 '[email protected]'],
Penny MacNeil0ced2cb2018-07-30 21:09:492932 'windows_sandboxing': ['[email protected]'],
Luke Zielinskid00a5112019-10-30 17:58:412933 'wpt_tools': ['[email protected]'],
Daniel Eratb4c9b9e2019-06-04 23:57:262934 'x11': ['[email protected]',
[email protected]f76c8852012-06-21 16:37:002935 '[email protected]'],
Chris Blume04103c42018-12-14 22:46:062936 'zlib': ['[email protected]'],
wjmaclean3ff6a402015-03-31 19:00:202937 'zoom': ['[email protected]'],
amraboelkher5745530b2021-09-02 12:10:322938 'zte': ['[email protected]'],
[email protected]a3838612009-10-13 21:57:542939 },
2940}