blob: f4af75d3330da9105381fe3dff65739e83454bd7 [file] [log] [blame]
[email protected]37f978c2012-01-05 17:58:171# Copyright (c) 2012 The Chromium Authors. All rights reserved.
[email protected]a3838612009-10-13 21:57:542# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5# Watchlist Rules
David Dorwinb3bd4b1a2019-09-24 00:07:016# Refer: https://chromium.googlesource.com/chromium/src/+/master/docs/infra/watchlists.md
[email protected]a3838612009-10-13 21:57:547
[email protected]f2f0fbb92012-07-14 15:52:498# IMPORTANT: The regular expression filepath is tested against each path using
9# re.search, so it is not usually necessary to add .*.
[email protected]a3838612009-10-13 21:57:5410
11{
12 'WATCHLIST_DEFINITIONS': {
asvitkinee4bad382015-11-05 21:56:4513 'about_flags': {
14 'filepath': 'chrome/browser/about_flags\.cc'
15 },
[email protected]f76c8852012-06-21 16:37:0016 'accelerator_table': {
17 'filepath': 'ash/accelerators/accelerator_table\.cc' \
18 '|chrome/browser/ui/views/accelerator_table\.cc',
[email protected]a3838612009-10-13 21:57:5419 },
[email protected]f76c8852012-06-21 16:37:0020 'accessibility': {
dmazzoni5f4b7f12015-02-17 16:35:5721 'filepath': 'accessibility' \
22 '|braille' \
[email protected]a4156bfb2014-02-27 22:37:4723 '|chromevox' \
dmazzoni5f4b7f12015-02-17 16:35:5724 '|iaccessible2' \
25 '|isimpledom' \
26 '|liblouis'
[email protected]a3838612009-10-13 21:57:5427 },
Anastasia Helfinstein76c21c0b82019-11-21 19:45:1428 'accessibility_component_extensions': {
29 'filepath': 'chrome/browser/resources/chromeos/accessibility'
30 },
Aaron Leventhal22a04da2020-04-17 12:44:1931 'accessibility_minimal_core': {
32 'filepath': 'ui/accessibility/(ax_enums|ax_event_generator|ax_node\.|ax_node_data\.|ax_tree\.|ax_tree_serializer)' \
33 '|ui/accessibility/platform/ax_platform_node_(base|mac|win)' \
34 '|third_party/(WebKit|blink)/.*(accessibility|ax_object|web_ax|ax_node|ax_layout)' \
35 '|content/renderer/accessibility/render_accessibility_impl' \
36 '|content/browser/accessibility/browser_accessibility(\.|_manager|_win|_com|_cocoa)'
37 },
dominickn8884155a2016-06-23 02:28:1638 'add_to_homescreen': {
39 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/webapps/|'\
40 'chrome/android/javatests/src/org/chromium/chrome/browser/webapps/|'\
41 'chrome/android/junit/src/org/chromium/chrome/browser/webapps/|'\
dominickn8884155a2016-06-23 02:28:1642 'chrome/browser/android/shortcut_.*|'\
43 'chrome/browser/android/webapps/',
44 },
asvitkine361b276e2016-08-30 18:45:0045 'android_crash_reporting': {
Peter Wen35bf5932018-10-22 19:51:4846 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/crash/' \
Mohamed Heikal65ed80d2020-02-06 14:02:3347 '|chrome/browser/android/crash/' \
48 '|components/crash/android/' \
49 '|components/minidump_uploader/'
asvitkine361b276e2016-08-30 18:45:0050 },
johnmaguire6aaac7902016-03-15 12:28:2051 'android_crazy_linker': {
52 'filepath': 'third_party/android_crazy_linker/'
53 },
Peter Wen35bf5932018-10-22 19:51:4854 'android_deps': {
55 'filepath': 'third_party/android_deps/' \
56 '|tools/android/roll/android_deps/'
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 },
Peter Wen35bf5932018-10-22 19:51:4874 'android_lint': {
75 'filepath': 'build/android/lint/'
76 },
[email protected]d6af50812014-04-01 17:18:0977 'android_media': {
78 'filepath': 'content/browser/media/android' \
79 '|content/renderer/media/android' \
80 '|media/audio/android' \
81 '|media/base/android' \
82 '|media/midi/*_android.*' \
83 '|media/video/capture/android'
84 },
Tomasz Wiszkowski36adccf2019-11-04 16:51:0385 'android_omnibox': {
86 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/omnibox/'
87 },
Ted Choc042d8442018-03-13 16:35:5788 'android_search_widget': {
89 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/locale/' \
90 '|chrome/android/java/src/org/chromium/chrome/browser/searchwidget/'
91 },
wnwena0364162017-02-16 20:37:3892 'android_studio': {
nyquist6e560d032017-02-28 07:49:5993 'filepath': 'build/android/gradle/' \
94 '|docs/android_studio.md' \
95 '|tools/android/android_studio'
wnwena0364162017-02-16 20:37:3896 },
[email protected]3261d962014-03-04 22:18:2897 'android_tab': {
98 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/Tab'
99 },
asvitkine361b276e2016-08-30 18:45:00100 'android_uma_settings': {
Natalie Chouinard4b1887812019-11-27 20:29:55101 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/settings/privacy/PrivacyPreferencesManager.java|'\
102 'chrome/android/java/src/org/chromium/chrome/browser/settings/privacy/PrivacyPreferences.java|'\
asvitkine361b276e2016-08-30 18:45:00103 'chrome/android/java/src/org/chromium/chrome/browser/metrics/UmaSessionStats.java',
104 },
zpengb9a180d2016-10-12 18:40:21105 'android_webapk': {
zpeng4c3bc372016-10-13 03:00:48106 'filepath': 'chrome/android/webapk/|'\
107 'chrome/browser/android/webapk/',
zpengb9a180d2016-10-12 18:40:21108 },
[email protected]7ca78dc12012-09-20 09:26:44109 'android_webview': {
110 'filepath': 'android_webview/',
111 },
Tim Volodine178dc2bc2019-03-19 19:07:22112 'android_webview_network_service': {
113 'filepath': 'android_webview/browser/network_service/',
114 },
Yi Guc1c54682018-07-23 12:00:00115 'animation_worklet': {
116 'filepath': 'third_party/blink/renderer/modules/animationworklet/',
117 },
Dominick Ngb919db92019-11-18 06:17:16118 'app_service': {
119 'filepath': 'chrome/browser/apps/app_service/'\
120 '|chrome/browser/ui/app_list/app_service/'\
nancy5a8934a2020-05-18 03:48:39121 '|chrome/browser/ui/ash/launcher/app_service/'\
Dominick Ngb919db92019-11-18 06:17:16122 '|components/services/app_service/',
123 },
[email protected]e38d185a2013-07-09 08:23:52124 'app_shortcuts': {
125 'filepath': 'apps/app_shim/'\
[email protected]e38d185a2013-07-09 08:23:52126 '|chrome/common/mac/'
127 },
[email protected]54bf94d2013-01-30 23:07:40128 'apps': {
Dominick Ngfe197c752018-07-18 00:51:26129 'filepath': '^apps/'\
130 '|chrome/browser/apps/'\
131 '|chrome/browser/chromeos/apps/'
[email protected]54bf94d2013-01-30 23:07:40132 },
Maggie Cai9190f7632019-06-12 06:06:57133 'apps_intent_helper': {
134 'filepath': 'chrome/browser/apps/intent_helper/|'\
135 'chrome/browser/chromeos/apps/intent_helper/'
136 },
lhchavez4b19176f2016-05-04 23:12:46137 'arc': {
138 'filepath': 'arc/',
139 },
lhchavez61532c92016-10-18 21:33:37140 'arc_auth': {
141 'filepath': 'chrome/browser/chromeos/arc/arc_auth'
142 },
Yuichiro Hanada2e111fb2018-11-19 17:33:05143 'arc_ime': {
144 'filepath': 'chrome/browser/chromeos/arc/input_method_manager/'\
145 '|components/arc/ime/'
146 },
poromov7633f602017-02-21 16:44:01147 'arc_kiosk': {
148 'filepath': 'chrome/browser/chromeos/app_mode/arc/'\
149 '|components/arc/kiosk/'\
150 '|arc_kiosk'
151 },
Miyoung Shin3fc077c2019-08-06 00:29:44152 'arc_mojom': {
153 'filepath': 'components/arc/mojom/',
154 },
lhchavez4b19176f2016-05-04 23:12:46155 'arc_net': {
156 'filepath': 'components/arc/net/',
157 },
ejcarusoa298ec02016-06-16 20:30:43158 'arc_power': {
159 'filepath': 'components/arc/power/',
160 },
Hirokazu Hondaf98a3122018-04-12 11:19:48161 'arc_video_accelerator': {
162 'filepath': 'components/arc/video_accelerator',
163 },
[email protected]3ce56642013-10-17 22:12:51164 'ash': {
165 'filepath': 'ash/',
166 },
Xiaohui Chenf7e70a22018-02-08 00:36:38167 'assistant': {
David Black9b7b19f2020-02-24 18:28:35168 'filepath': 'ash/ambient/ui/.*assistant.*'\
169 '|ash/app_list/views/assistant/'\
David Black20c36722019-02-05 18:36:31170 '|ash/assistant/'\
Xiaohui Chen985c26b2018-05-16 18:41:27171 '|chromeos/assistant/'\
172 '|chromeos/services/assistant/'\
173 '|chrome/browser/ui/ash/assistant/'
Xiaohui Chenf7e70a22018-02-08 00:36:38174 },
Max Morin2b0206312018-04-06 11:17:40175 'audio_service': {
176 'filepath': 'services/audio/'
177 },
[email protected]f76c8852012-06-21 16:37:00178 'aura': {
[email protected]3ce56642013-10-17 22:12:51179 'filepath': 'ui/aura/',
[email protected]84ba35e32010-08-06 17:22:39180 },
[email protected]c3a6e1e72013-08-02 00:13:07181 'aura_compositor': {
182 'filepath':
183 'ui/compositor/' \
[email protected]6dc38f72014-01-16 22:19:58184 '|content/browser/compositor/' \
danakj479ab502017-03-31 20:19:09185 '|content/browser/renderer_host/compositor_resize_lock' \
[email protected]c3a6e1e72013-08-02 00:13:07186 '|content/browser/renderer_host/render_widget_host_view_aura' \
187 '|content/browser/renderer_host/render_widget_host_view_browsertest' \
[email protected]a6eeeef92014-03-19 19:06:44188 '|content/browser/renderer_host/delegated' \
[email protected]c3a6e1e72013-08-02 00:13:07189 '|content/common/gpu/client/' \
[email protected]c3a6e1e72013-08-02 00:13:07190 },
Katie D14c38ce2019-02-14 00:34:45191 'autoclick': {
192 'filepath': 'ash/autoclick/',
193 },
[email protected]2a38f0c02013-05-29 02:27:45194 'autofill': {
rouslanfbfa7402016-11-22 19:36:39195 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/autofill/|'\
196 'chrome/browser/autofill/|'\
[email protected]d9310a82012-11-02 02:53:48197 'chrome/browser/ui/android/autofill/|'\
198 'chrome/browser/ui/autofill/|'\
[email protected]e3e4ca62013-05-17 08:50:27199 'chrome/browser/ui/cocoa/autofill/|'\
[email protected]d9310a82012-11-02 02:53:48200 'chrome/browser/ui/views/autofill/|'\
[email protected]d9310a82012-11-02 02:53:48201 'chrome/renderer/autofill/|'\
202 'chrome/test/data/autofill/|'\
[email protected]3947d4a82013-03-12 09:41:05203 'components/autofill/|'\
[email protected]30964792013-05-29 02:41:25204 'components/autofill/browser/webdata/|'\
vabrbeb0c562015-12-01 10:48:08205 'components/webdata/',
[email protected]b3399272010-08-10 19:49:29206 },
gogerald5d02fde2018-08-18 04:30:56207 'autofill_assistant': {
Peter Wenf66bd402019-03-18 14:04:33208 'filepath': 'chrome/android/features/autofill_assistant/|'\
gogerald5d02fde2018-08-18 04:30:56209 'chrome/browser/android/autofill_assistant/|'\
210 'components/autofill_assistant/',
211 },
Jared Sauldd47a29d2019-04-18 16:28:54212 'autofill_payments': {
Jared Saul4765c1e2018-06-18 13:44:57213 'filepath': 'chrome/browser/ui/autofill/chrome_autofill_client*|'\
Jared Sauldd47a29d2019-04-18 16:28:54214 'chrome/browser/ui/autofill/payments/|'\
215 'chrome/browser/ui/views/autofill/payments/|'\
216 'components/autofill/core/browser/payments/|'\
217 'components/autofill/core/browser/ui/payments/|'\
218 'components/autofill/core/common/autofill_payments_features*|'\
219 'components/autofill_payments_strings*',
Jared Saul4765c1e2018-06-18 13:44:57220 },
peter39e10a62017-02-21 15:14:13221 'background_fetch': {
Peter Beverloo4548c852017-08-31 13:45:17222 'filepath': 'background_fetch|'\
223 'background-fetch',
peter39e10a62017-02-21 15:14:13224 },
225 'background_sync': {
Josh Karlin1bd016742017-08-18 17:44:17226 'filepath': '/background_sync/',
peter39e10a62017-02-21 15:14:13227 },
dominickn8884155a2016-06-23 02:28:16228 'banners': {
229 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/banners/|'\
230 'chrome/android/javatests/src/org/chromium/chrome/browser/banners/|'\
dominickn8884155a2016-06-23 02:28:16231 'chrome/browser/banners/|'\
232 'chrome/browser/ui/android/infobars/app_banner_.*|'\
Blink Reformata30d4232018-04-07 15:31:06233 'third_party/blink/public/platform/modules/app_banner/|'\
234 'third_party/blink/renderer/modules/app_banner/',
dominickn8884155a2016-06-23 02:28:16235 },
[email protected]f76c8852012-06-21 16:37:00236 'base': {
[email protected]f2f0fbb92012-07-14 15:52:49237 'filepath': '^base/',
[email protected]7a7a13b2010-08-25 01:10:59238 },
[email protected]5e105332012-09-13 01:55:52239 'base_allocator': {
240 'filepath': '^base/allocator',
241 },
[email protected]1ed5e0fd2012-07-19 00:19:05242 'base_memory': {
243 'filepath': '^base/memory',
244 },
Alexander Timin864bf8a02018-03-12 11:06:28245 'base_scheduler': {
246 'filepath': '^base/task/',
247 },
Gabriel Charettee6bbb532019-04-29 16:39:39248 'base_thread_pool': {
249 'filepath': '^base/task/thread_pool',
robliao1644d8b2016-04-11 15:39:59250 },
[email protected]b17d9e02014-07-29 09:45:50251 'base_win': {
252 'filepath': '^base/win',
253 },
[email protected]7e093d4022014-06-26 19:19:55254 'battery_status': {
255 'filepath': 'content/browser/battery_status/|'\
timvolodine953fde72014-12-09 16:47:10256 'content/test/data/battery_status/|'\
257 'device/battery/',
[email protected]7e093d4022014-06-26 19:19:55258 },
Alexander Timine3deb2a2019-09-20 15:29:09259 'bfcache': {
danakjd3baa132020-09-10 15:33:56260 'filepath': 'content/browser/renderer_host/back_forward_cache.*|'\
Alexander Timine3deb2a2019-09-20 15:29:09261 'content/browser/back_forward_cache_browsertest.cc|'\
262 'content/test/data/back_forward_cache/|'\
Alexander Timin42c775b92019-10-08 12:07:07263 'content/public/browser/back_forward_cache.*|'\
264 'testing/buildbot/filters.bfcache.*.filter',
Alexander Timine3deb2a2019-09-20 15:29:09265 },
wnwen72684762017-03-29 13:28:37266 'binary_size': {
267 'filepath': 'build/android/binary_size/|'\
268 'tools/binary_size/',
269 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13270 'blink': {
Kent Tamurae9b3a9ec2017-08-31 02:20:19271 'filepath': 'third_party/(WebKit|blink)/',
Takeshi Yoshinoe387aa32017-08-02 13:16:13272 },
273 'blink_accessibility': {
Kent Tamuraeb394c72018-04-07 19:14:55274 'filepath': 'third_party/(WebKit|blink)/.*(accessibility|ax_object_cache|web_ax)'
Takeshi Yoshinoe387aa32017-08-02 13:16:13275 },
276 'blink_animation': {
Kent Tamuraeb394c72018-04-07 19:14:55277 'filepath': 'third_party/(WebKit|blink)/.*([Aa]nimat|[Tt]ransition)',
Takeshi Yoshinoe387aa32017-08-02 13:16:13278 },
279 'blink_app_banner': {
Blink Reformata30d4232018-04-07 15:31:06280 'filepath': 'third_party/blink/renderer/modules/app_banner' \
281 '|third_party/blink/public/platform/modules/app_banner',
Takeshi Yoshinoe387aa32017-08-02 13:16:13282 },
283 'blink_audio': {
Blink Reformata30d4232018-04-07 15:31:06284 'filepath': 'third_party/blink/renderer/platform/audio' \
285 '|third_party/blink/renderer/modules/webaudio' \
Kent Tamura77578cc2018-11-25 22:33:43286 '|third_party/blink/web_tests/external/wpt/webaudio',
Takeshi Yoshinoe387aa32017-08-02 13:16:13287 },
288 'blink_battery_status': {
Blink Reformata30d4232018-04-07 15:31:06289 'filepath': 'third_party/blink/renderer/modules/battery/' \
Kent Tamura77578cc2018-11-25 22:33:43290 '|third_party/blink/web_tests/battery-status/' \
Kent Tamuraeb394c72018-04-07 19:14:55291 '|third_party/blink/renderer/core/frame/platform_event_(controller|dispatcher)'
Takeshi Yoshinoe387aa32017-08-02 13:16:13292 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13293 'blink_bindings': {
Blink Reformata30d4232018-04-07 15:31:06294 'filepath': 'third_party/blink/renderer/platform/bindings' \
295 '|third_party/blink/renderer/bindings',
Takeshi Yoshinoe387aa32017-08-02 13:16:13296 },
297 'blink_bindings_serialization': {
Kent Tamuraeb394c72018-04-07 19:14:55298 'filepath': 'third_party/blink/renderer/bindings/(core|modules)/v8/.*serializ',
Takeshi Yoshinoe387aa32017-08-02 13:16:13299 },
300 'blink_bluetooth': {
Kent Tamuraeb394c72018-04-07 19:14:55301 'filepath': 'third_party/(WebKit|blink)/.*[Bb]luetooth'
Takeshi Yoshinoe387aa32017-08-02 13:16:13302 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13303 'blink_client_hints': {
Kent Tamuraeb394c72018-04-07 19:14:55304 'filepath': 'third_party/blink/renderer/core/loader/accept_client_hints*' \
305 '|third_party/blink/renderer/core/loader/frame_fetch_context*' \
306 '|third_party/blink/renderer/core/loader/resource/image_resource*' \
307 '|third_party/blink/renderer/platform/loader/fetch/fetch_context*' \
308 '|third_party/blink/renderer/platform/loader/fetch/resource_fetcher*'
Takeshi Yoshinoe387aa32017-08-02 13:16:13309 },
310 'blink_clipboard': {
Blink Reformata30d4232018-04-07 15:31:06311 'filepath': 'third_party/blink/renderer/core/clipboard' \
Kent Tamuraeb394c72018-04-07 19:14:55312 '|third_party/blink/renderer/core/page/.*drag' \
313 '|third_party/blink/renderer/platform/.*drag' \
Kent Tamuraeb394c72018-04-07 19:14:55314 '|third_party/blink/public/platform/.*drag' \
315 '|third_party/blink/public/web/.*drag',
Takeshi Yoshinoe387aa32017-08-02 13:16:13316 },
Jeremy Romanb7b3a6a2018-02-07 20:15:32317 'blink_common': {
Kent Tamuraeb394c72018-04-07 19:14:55318 'filepath': 'third_party/blink/common'
Blink Reformata30d4232018-04-07 15:31:06319 '|third_party/blink/public/common' \
320 '|third_party/blink/public/mojom',
Jeremy Romanb7b3a6a2018-02-07 20:15:32321 },
Kentaro Hara993b0de2017-08-07 02:26:37322 'blink_controller': {
Blink Reformata30d4232018-04-07 15:31:06323 'filepath': 'third_party/blink/renderer/controller',
Kentaro Hara993b0de2017-08-07 02:26:37324 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13325 'blink_css': {
Blink Reformata30d4232018-04-07 15:31:06326 'filepath': 'third_party/blink/renderer/core/css',
Takeshi Yoshinoe387aa32017-08-02 13:16:13327 },
328 'blink_css_flexbox': {
Kent Tamuraeb394c72018-04-07 19:14:55329 'filepath': 'third_party/blink/renderer/core/rendering/.*flex' \
Kent Tamura77578cc2018-11-25 22:33:43330 '|third_party/blink/web_tests/fast/deprecated-flexbox/' \
331 '|third_party/blink/web_tests/css3/flexbox/' \
332 '|third_party/blink/web_tests/ietestcenter/css3/flexbox/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13333 },
334 'blink_css_fragmentation_tests': {
Kent Tamura77578cc2018-11-25 22:33:43335 'filepath': 'third_party/blink/web_tests/fast/multicol/' \
336 '|third_party/blink/web_tests/fast/pagination/' \
337 '|third_party/blink/web_tests/fragmentation/' \
338 '|third_party/blink/web_tests/printing/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13339 },
340 'blink_css_grid_layout': {
Kent Tamuraeb394c72018-04-07 19:14:55341 'filepath': 'third_party/blink/renderer/core/layout/.*grid' \
342 '|third_party/blink/renderer/core/paint/.*grid' \
343 '|third_party/blink/renderer/core/css/.*grid' \
Kent Tamura77578cc2018-11-25 22:33:43344 '|third_party/blink/web_tests/fast/css-grid-layout/' \
345 '|third_party/blink/web_tests/ietestcenter/css3/grid/' \
346 '|third_party/blink/web_tests/platform/.*/fast/css-grid-layout/' \
347 '|third_party/blink/web_tests/platform/.*/ietestcenter/css3/grid/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13348 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13349 'blink_custom_elements': {
Blink Reformata30d4232018-04-07 15:31:06350 'filepath': 'third_party/blink/renderer/core/html/custom/' \
Kent Tamuraeb394c72018-04-07 19:14:55351 '|third_party/blink/renderer/bindings/core/v8/.*custom_element',
Takeshi Yoshinoe387aa32017-08-02 13:16:13352 },
353 'blink_device_orientation': {
Oksana Zhuravlova5e236ec92018-07-25 00:16:03354 'filepath': 'content/browser/device_sensors/' \
355 '|content/test/data/device_sensors/' \
356 '|third_party/blink/renderer/modules/device_orientation/' \
Wanming Lin2f3bb77d2020-04-13 03:48:21357 '|third_party/blink/web_tests/external/wpt/orientation-event/' \
Kent Tamuraeb394c72018-04-07 19:14:55358 '|third_party/blink/renderer/core/frame/platform_event_(controller|dispatcher)' \
359 '|third_party/blink/renderer/core/frame/device_single_window_event_controller'
Takeshi Yoshinoe387aa32017-08-02 13:16:13360 },
361 'blink_devtools': {
Tim van der Lippedf9e7b22019-07-24 13:18:36362 'filepath': 'third_party/blink/.*(inspector|DevTools|dev_tools|devtools)',
Takeshi Yoshinoe387aa32017-08-02 13:16:13363 },
364 'blink_dom': {
Blink Reformata30d4232018-04-07 15:31:06365 'filepath': 'third_party/blink/renderer/core/dom/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13366 },
Daniel Murphyeda2b872019-11-27 23:51:41367 'blink_dom_storage': {
368 'filepath': 'third_party/blink/common/dom_storage/|' \
369 'third_party/blink/public/mojom/dom_storage/|' \
370 'third_party/blink/public/common/dom_storage/|' \
371 'third_party/blink/renderer/modules/storage/',
372 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13373 'blink_events': {
Kent Tamuraeb394c72018-04-07 19:14:55374 'filepath': 'third_party/blink/renderer/core/page/.*event' \
375 '|third_party/blink/renderer/core/dom/.*event' \
376 '|third_party/blink/renderer/core/css/.*event' \
377 '|third_party/blink/renderer/platform/.*event'
Takeshi Yoshinoe387aa32017-08-02 13:16:13378 },
379 'blink_fetch': {
Blink Reformata30d4232018-04-07 15:31:06380 'filepath': 'third_party/blink/renderer/platform/loader/fetch'
Takeshi Yoshinoe387aa32017-08-02 13:16:13381 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13382 'blink_fileapi': {
Blink Reformata30d4232018-04-07 15:31:06383 'filepath': 'third_party/blink/renderer/modules/filesystem/' \
384 '|third_party/blink/renderer/core/fileapi/' \
Kent Tamuraeb394c72018-04-07 19:14:55385 '|third_party/blink/renderer/platform/.*file' \
Kent Tamura77578cc2018-11-25 22:33:43386 '|third_party/blink/web_tests/fast/file' \
Kent Tamuraeb394c72018-04-07 19:14:55387 '|third_party/blink/public/.*_file'
Takeshi Yoshinoe387aa32017-08-02 13:16:13388 },
389 'blink_frames': {
Blink Reformata30d4232018-04-07 15:31:06390 'filepath': 'third_party/blink/renderer/core/frame/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13391 },
392 'blink_geolocation': {
Kent Tamura77578cc2018-11-25 22:33:43393 'filepath': 'third_party/blink/web_tests/geolocation-api/' \
Blink Reformata30d4232018-04-07 15:31:06394 '|third_party/blink/renderer/modules/geolocation/' \
Kent Tamuraeb394c72018-04-07 19:14:55395 '|third_party/blink/public/web/.*geolocation'
Takeshi Yoshinoe387aa32017-08-02 13:16:13396 },
397 'blink_heap': {
Blink Reformata30d4232018-04-07 15:31:06398 'filepath': 'third_party/blink/renderer/platform/heap' \
Keishi Hattorife98ac812020-02-28 10:19:09399 '|base/allocator/partition_allocator/' \
400 '|components/gc/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13401 },
402 'blink_html': {
Chris Harrelson92233dfd2019-11-08 17:39:46403 'filepath': 'third_party/blink/renderer/core/html/' \
404 '|third_party/blink/renderer/core/mathml/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13405 },
406 'blink_htmlparser': {
Blink Reformata30d4232018-04-07 15:31:06407 'filepath': 'third_party/blink/renderer/core/html/parser/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13408 },
Chris Blume484eaa1b2018-12-14 22:49:18409 'blink_image_codecs': {
410 'filepath': 'third_party/blink/renderer/platform/image-decoders' \
411 '|third_party/blink/renderer/platform/image-encoders' \
412 '|third_party/blink/perf_tests/image_decoder'
413 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13414 'blink_indexed_db': {
Chase Phillips7027bd52018-08-30 17:31:55415 'filepath': 'third_party/blink/common/indexeddb' \
416 '|third_party/blink/public/common/indexeddb' \
417 '|third_party/blink/public/platform/.*_idb' \
418 '|third_party/blink/public/platform/modules/indexeddb' \
419 '|third_party/blink/public/mojom/indexeddb' \
420 '|third_party/blink/renderer/modules/indexeddb/' \
Kent Tamura77578cc2018-11-25 22:33:43421 '|third_party/blink/web_tests/storage/indexeddb'
Takeshi Yoshinoe387aa32017-08-02 13:16:13422 },
423 'blink_input': {
Blink Reformata30d4232018-04-07 15:31:06424 'filepath': 'third_party/blink/renderer/core/input/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13425 },
426 'blink_layers': {
Kent Tamuraeb394c72018-04-07 19:14:55427 'filepath': 'third_party/blink/renderer/core/page/scrolling/scrolling_coordinator' \
428 '|third_party/blink/renderer/platform/graphics/graphics_layer' \
429 '|third_party/blink/renderer/core/layout/layer'
Takeshi Yoshinoe387aa32017-08-02 13:16:13430 },
431 'blink_layout': {
Kent Tamuraeb394c72018-04-07 19:14:55432 'filepath': 'third_party/blink/renderer/core/layout'
Takeshi Yoshinoe387aa32017-08-02 13:16:13433 },
434 'blink_layout_ng': {
Blink Reformata30d4232018-04-07 15:31:06435 'filepath': 'third_party/blink/renderer/core/layout/ng',
Takeshi Yoshinoe387aa32017-08-02 13:16:13436 },
437 'blink_loader': {
Blink Reformata30d4232018-04-07 15:31:06438 'filepath': 'third_party/blink/renderer/core/loader/' \
439 '|third_party/blink/renderer/platform/loader/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13440 },
441 'blink_media': {
Blink Reformata30d4232018-04-07 15:31:06442 'filepath': 'third_party/blink/renderer/core/css/mediaControls' \
Kent Tamuraeb394c72018-04-07 19:14:55443 '|third_party/blink/renderer/core/html/.*_(audio|media|video)' \
444 '|third_party/blink/renderer/core/html/shadow/media_control' \
445 '|third_party/blink/renderer/core/layout/layout_media' \
446 '|third_party/blink/renderer/core/layout/layout_text_track_container_element' \
Blink Reformata30d4232018-04-07 15:31:06447 '|third_party/blink/renderer/modules/(encryptedmedia|mediasource)' \
448 '|third_party/blink/renderer/platform/drm/' \
449 '|third_party/blink/renderer/platform/graphics/media/' \
Kent Tamura77578cc2018-11-25 22:33:43450 '|third_party/blink/web_tests/media/' \
Kent Tamuraeb394c72018-04-07 19:14:55451 '|third_party/blink/public/.*_media'
Takeshi Yoshinoe387aa32017-08-02 13:16:13452 },
453 'blink_media_queries': {
Kent Tamuraeb394c72018-04-07 19:14:55454 'filepath': 'third_party/blink/renderer/core/css/css_media_rule' \
455 '|third_party/blink/renderer/core/css/media_list' \
456 '|third_party/blink/renderer/core/css/media_query' \
457 '|third_party/blink/renderer/core/css/parser/media_query'
Takeshi Yoshinoe387aa32017-08-02 13:16:13458 },
459 'blink_mediastream': {
Blink Reformata30d4232018-04-07 15:31:06460 'filepath': 'third_party/blink/renderer/modules/mediastream/' \
461 '|third_party/blink/renderer/platform/mediastream/' \
Kent Tamuraeb394c72018-04-07 19:14:55462 '|third_party/blink/renderer/platform/exported/web_media_stream' \
463 '|third_party/blink/renderer/platform/exported/web_rtc' \
Kent Tamura77578cc2018-11-25 22:33:43464 '|third_party/blink/web_tests/fast/mediastream/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13465 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13466 'blink_navigator_content_utils': {
Blink Reformata30d4232018-04-07 15:31:06467 'filepath': 'third_party/blink/renderer/modules/navigatorcontentutils' \
Kent Tamura77578cc2018-11-25 22:33:43468 '|third_party/blink/web_tests/fast/dom/navigatorcontentutils'
Takeshi Yoshinoe387aa32017-08-02 13:16:13469 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13470 'blink_out_of_process_frames': {
Kent Tamuraeb394c72018-04-07 19:14:55471 'filepath': 'third_party/blink/renderer/core/frame/frame_owner' \
472 '|third_party/blink/renderer/core/frame/frame\.' \
473 '|third_party/blink/renderer/core/frame/web_frame' \
474 '|third_party/blink/renderer/core/exported/web_remote_frame_impl'
Takeshi Yoshinoe387aa32017-08-02 13:16:13475 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13476 'blink_paint': {
Blink Reformata30d4232018-04-07 15:31:06477 'filepath': 'third_party/blink/renderer/core/paint/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13478 },
Xida Chen0ef92782018-01-17 05:53:35479 'blink_paintworklet': {
Blink Reformata30d4232018-04-07 15:31:06480 'filepath': 'third_party/blink/renderer/modules/csspaint/' \
Kent Tamura77578cc2018-11-25 22:33:43481 '|third_party/blink/web_tests/http/tests/csspaint/' \
482 '|third_party/blink/web_tests/externla/wpt/css/css-paint-api/'
Xida Chen0ef92782018-01-17 05:53:35483 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13484 'blink_permissions': {
Blink Reformata30d4232018-04-07 15:31:06485 'filepath': 'third_party/blink/renderer/modules/permissions/' \
Julie Jeongeun Kim162c2d282019-03-13 07:23:52486 '|third_party/blink/public/mojom/permissions/',
Takeshi Yoshinoe387aa32017-08-02 13:16:13487 },
488 'blink_platform': {
Blink Reformata30d4232018-04-07 15:31:06489 'filepath': 'third_party/blink/renderer/platform'
Takeshi Yoshinoe387aa32017-08-02 13:16:13490 },
491 'blink_platform_graphics': {
Blink Reformata30d4232018-04-07 15:31:06492 'filepath': 'third_party/blink/renderer/platform/fonts' \
493 '|third_party/blink/renderer/platform/geometry' \
494 '|third_party/blink/renderer/platform/graphics'
Takeshi Yoshinoe387aa32017-08-02 13:16:13495 },
496 'blink_preloadScanner': {
Kent Tamuraeb394c72018-04-07 19:14:55497 'filepath': 'third_party/blink/renderer/core/html/parser/html_preload_scanner',
Takeshi Yoshinoe387aa32017-08-02 13:16:13498 },
499 'blink_prerender': {
Kent Tamuraeb394c72018-04-07 19:14:55500 'filepath': 'third_party/(WebKit|blink)/.*([Pp]rerender|loader/link_loader|html/html_link_element)'
Takeshi Yoshinoe387aa32017-08-02 13:16:13501 },
502 'blink_public_api': {
Blink Reformata30d4232018-04-07 15:31:06503 'filepath': 'third_party/blink/public'
Takeshi Yoshinoe387aa32017-08-02 13:16:13504 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13505 'blink_quota': {
Blink Reformata30d4232018-04-07 15:31:06506 'filepath': 'third_party/blink/renderer/modules/quota/' \
Kent Tamuraeb394c72018-04-07 19:14:55507 '|third_party/blink/public/.*quota'
Takeshi Yoshinoe387aa32017-08-02 13:16:13508 },
509 'blink_scheduler': {
Blink Reformata30d4232018-04-07 15:31:06510 'filepath': 'third_party/blink/renderer/platform/scheduler' \
Alexander Timin1ef2e0e2020-03-12 16:13:50511 '|third_party/blink/renderer/platform/scheduler' \
512 '|third_party/blink/renderer/core/html/parser/.*scheduler' \
513 '|third_party/blink/public/platform/scheduler'
Takeshi Yoshinoe387aa32017-08-02 13:16:13514 },
Nate Chapin1a9f01a2019-11-22 17:39:30515 'blink_scheduling_api': {
516 'filepath': 'third_party/blink/renderer/modules/scheduler'
517 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13518 'blink_screen_orientation': {
Blink Reformata30d4232018-04-07 15:31:06519 'filepath': 'third_party/blink/renderer/modules/screen_orientation/' \
520 '|third_party/blink/public/platform/modules/screen_orientation',
Takeshi Yoshinoe387aa32017-08-02 13:16:13521 },
522 'blink_script': {
Kent Tamuraeb394c72018-04-07 19:14:55523 'filepath': 'third_party/blink/renderer/bindings/core/v8/.*module.*' \
524 '|third_party/blink/renderer/bindings/core/v8/script_controller.*' \
525 '|third_party/blink/renderer/bindings/core/v8/script_source_code.*' \
526 '|third_party/blink/renderer/bindings/core/v8/v8_script_runner.*'
527 '|third_party/blink/renderer/core/dom/.*modul.*' \
528 '|third_party/blink/renderer/core/dom/.*script.*' \
529 '|third_party/blink/renderer/core/html/html_script_element.*' \
530 '|third_party/blink/renderer/core/html/parser/html_parser_script_runner.*' \
Blink Reformata30d4232018-04-07 15:31:06531 '|third_party/blink/renderer/core/loader/modulescript/' \
Kent Tamuraeb394c72018-04-07 19:14:55532 '|third_party/blink/renderer/core/loader/resource/script_resource.*' \
533 '|third_party/blink/renderer/core/svg/svg_script_element.*' \
534 '|third_party/blink/renderer/core/xml/parser/xml_document_parser.*'
Takeshi Yoshinoe387aa32017-08-02 13:16:13535 },
David Bokan9dc0046272017-12-29 00:28:01536 'blink_scroll': {
Kent Tamuraeb394c72018-04-07 19:14:55537 'filepath': 'third_party/blink/renderer/core/frame/.*view.*' \
538 '|third_party/blink/renderer/core/input/.*scroll.*' \
539 '|third_party/blink/renderer/core/input/event_handler.*' \
Blink Reformata30d4232018-04-07 15:31:06540 '|third_party/blink/renderer/core/page/scrolling/' \
Kent Tamuraeb394c72018-04-07 19:14:55541 '|third_party/blink/renderer/core/paint/.*scrollable_area.*' \
Blink Reformata30d4232018-04-07 15:31:06542 '|third_party/blink/renderer/platform/scroll/'
David Bokan9dc0046272017-12-29 00:28:01543 },
Matt Falkenhagenca7fbb62018-07-10 09:21:43544 'blink_service_worker' : {
545 'filepath': 'third_party/blink/renderer/modules/service_worker' \
Kent Tamura77578cc2018-11-25 22:33:43546 '|third_party/blink/web_tests/http/tests/serviceworker' \
547 '|third_party/blink/web_tests/external/wpt/service-workers'
Takeshi Yoshinoe387aa32017-08-02 13:16:13548 },
Matt Falkenhagenca7fbb62018-07-10 09:21:43549 'blink_service_worker_tests' : {
Kent Tamura77578cc2018-11-25 22:33:43550 'filepath': 'third_party/blink/web_tests/http/tests/serviceworker' \
551 '|third_party/blink/web_tests/external/wpt/service-workers'
Takeshi Yoshinoe387aa32017-08-02 13:16:13552 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13553 'blink_spellcheck' : {
Blink Reformata30d4232018-04-07 15:31:06554 'filepath': 'third_party/blink/renderer/core/editing/spellcheck'
Takeshi Yoshinoe387aa32017-08-02 13:16:13555 },
Adam Rice027497d2018-07-27 02:17:02556 'blink_streams': {
557 'filepath': 'third_party/blink/renderer/core/streams/'
558 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13559 'blink_style': {
Kent Tamuraeb394c72018-04-07 19:14:55560 'filepath': 'third_party/(WebKit|blink)/.*(style/|Style)',
Takeshi Yoshinoe387aa32017-08-02 13:16:13561 },
562 'blink_svg': {
Blink Reformata30d4232018-04-07 15:31:06563 'filepath': 'third_party/blink/renderer/core/(layout/)?svg',
Takeshi Yoshinoe387aa32017-08-02 13:16:13564 },
565 'blink_track': {
Blink Reformata30d4232018-04-07 15:31:06566 'filepath': 'third_party/blink/renderer/core/html/track/' \
Kent Tamuraeb394c72018-04-07 19:14:55567 '|third_party/blink/renderer/core/loader/text_track' \
568 '|third_party/blink/renderer/core/html/meida/html_media_element' \
569 '|third_party/blink/renderer/core/html/shadow/media_control' \
Blink Reformata30d4232018-04-07 15:31:06570 '|third_party/blink/renderer/core/css/mediaControl' \
Kent Tamura77578cc2018-11-25 22:33:43571 '|third_party/blink/web_tests/media/track/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13572 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13573 'blink_vibration': {
Kent Tamura77578cc2018-11-25 22:33:43574 'filepath': 'third_party/blink/web_tests/vibration/' \
Blink Reformata30d4232018-04-07 15:31:06575 '|third_party/blink/renderer/modules/vibration/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13576 },
577 'blink_viewport_interaction': {
Kent Tamuraeb394c72018-04-07 19:14:55578 'filepath': 'third_party/blink/renderer/core/css/.*viewport' \
579 '|third_party/blink/renderer/core/dom/viewport_arguments' \
580 '|third_party/blink/renderer/core/frame/frame_view.*' \
581 '|third_party/blink/renderer/core/frame/.*viewport.*' \
582 '|third_party/blink/renderer/core/html/html_meta_element'
Takeshi Yoshinoe387aa32017-08-02 13:16:13583 },
584 'blink_w3ctests': {
Kent Tamura77578cc2018-11-25 22:33:43585 'filepath': 'third_party/blink/web_tests/external/' \
Kent Tamura01019442018-05-01 22:06:58586 '|third_party/blink/tools/blinkpy/w3c/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13587 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13588 'blink_webp': {
Blink Reformata30d4232018-04-07 15:31:06589 'filepath': 'third_party/blink/renderer/platform/image-decoders/webp' \
Kent Tamuraeb394c72018-04-07 19:14:55590 '|third_party/blink/renderer/platform/image-encoders/skia/webp'
Takeshi Yoshinoe387aa32017-08-02 13:16:13591 },
592 'blink_websockets': {
Blink Reformata30d4232018-04-07 15:31:06593 'filepath': 'third_party/blink/renderer/modules/websockets/' \
594 '|third_party/blink/renderer/platform/modules/websockets/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13595 },
596 'blink_workers': {
Blink Reformata30d4232018-04-07 15:31:06597 'filepath': 'third_party/blink/renderer/core/workers' \
Kent Tamura77578cc2018-11-25 22:33:43598 '|third_party/blink/web_tests/http/tests/workers' \
599 '|third_party/blink/web_tests/fast/workers' \
600 '|third_party/blink/web_tests/external/wpt/workers'
Takeshi Yoshinoe387aa32017-08-02 13:16:13601 },
602 'blink_wtf': {
Blink Reformata30d4232018-04-07 15:31:06603 'filepath': 'third_party/blink/renderer/platform/wtf',
Takeshi Yoshinoe387aa32017-08-02 13:16:13604 },
605 'blink_xml': {
Blink Reformata30d4232018-04-07 15:31:06606 'filepath': 'third_party/blink/renderer/core/xml/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13607 },
donnd787f6ed2016-08-03 01:00:56608 'bottombar': {
609 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/',
610 },
Tarun Bansalc4882282018-07-11 23:53:55611 'breve': {
612 'filepath': 'chrome/browser/net/spdyproxy|'\
613 'chrome_proxy|'\
Tarun Bansal25065ce2019-07-19 04:16:09614 'client_hints|'\
615 'chrome/browser/predictors|'\
Aaron Colwell90ddc4b2020-06-09 18:00:45616 'components/blocklist|'\
Tarun Bansalc4882282018-07-11 23:53:55617 'components/data_use|'\
618 'data_reduction_proxy|'\
Tarun Bansal129ca7842018-07-31 17:14:12619 'data_use_measurement|'\
Tarun Bansal25065ce2019-07-19 04:16:09620 'lazy_load|'\
Tarun Bansal71a77842020-06-25 19:41:36621 'lite_video|'\
Tarun Bansal25065ce2019-07-19 04:16:09622 'interventions_internals|'\
Tarun Bansal129ca7842018-07-31 17:14:12623 'navigation_predictor|'\
624 'net/nqe|'\
Tarun Bansalc4882282018-07-11 23:53:55625 'optimization_guide|'\
Tarun Bansal129ca7842018-07-31 17:14:12626 'optimization_hints|'\
Tarun Bansal2ba607d52019-04-25 18:30:52627 'prerender|'\
628 'previews|'\
629 'services/network/resource_scheduler'
Tarun Bansalc4882282018-07-11 23:53:55630 },
[email protected]22650d22012-07-18 17:02:35631 'browser_components': {
[email protected]a7228f62012-09-20 17:52:48632 'filepath': 'chrome/browser/autofill/' \
633 '|chrome/browser/bookmarks/' \
[email protected]a7228f62012-09-20 17:52:48634 '|chrome/browser/favicon/' \
[email protected]ddf288e2013-01-09 20:58:27635 '|chrome/browser/history/' \
[email protected]fccf4882013-03-15 04:46:19636 '|chrome/browser/webdata/' \
[email protected]3947d4a82013-03-12 09:41:05637 '|components/autofill/'
[email protected]22650d22012-07-18 17:02:35638 },
[email protected]f76c8852012-06-21 16:37:00639 'browser_compositor': {
[email protected]f2f0fbb92012-07-14 15:52:49640 'filepath': 'ui/compositor/'
[email protected]fbd846b2010-11-19 01:32:18641 },
michaelpge42ca3b32016-02-19 08:17:57642 'browser_resources_md': {
643 'filepath': 'chrome/browser/resources/md_'\
644 '|chrome/browser/resources/settings/',
645 },
Alexander Timinaa132762019-05-10 16:10:17646 'browser_scheduler': {
647 'filepath': 'content/browser/scheduler'
648 },
[email protected]0ce480532012-07-20 12:33:20649 'browsing_data': {
Christian Dullweberc0b53642018-10-11 16:20:55650 'filepath': 'browsing_data|BrowsingData',
[email protected]0ce480532012-07-20 12:33:20651 },
[email protected]f76c8852012-06-21 16:37:00652 'bubble': {
[email protected]f2f0fbb92012-07-14 15:52:49653 'filepath': 'ui/views/bubble/|'\
rouslan8d6a8372015-09-10 19:10:10654 'chrome/browser/ui/views/bubble/|'\
655 'components/bubble/',
[email protected]f76c8852012-06-21 16:37:00656 },
[email protected]10fbd5952013-08-22 07:42:39657 'cast': {
mark a. foltze8739c7c2019-04-24 18:33:09658 'filepath': 'media/cast/' \
659 '|chrome/browser/extensions/api/cast_streaming/' \
660 '|chrome/browser/media/cast/' \
661 '|chrome/browser/media/router/providers/cast/' \
662 '|chrome/browser/resources/cast/' \
663 '|chrome/browser/ui/webui/cast/' \
664 '|chrome/common/media_router/providers/cast/' \
665 '|chrome/renderer/media/cast/' \
666 '|chrome/test/data/extensions/api_test/cast/' \
667 '|chrome/test/data/extensions/api_test/cast_streaming/' \
668 '|components/mirroring/' \
669 '|content/public/renderer/media_stream_' \
miu5e69f1c52016-10-23 13:40:11670 '|content/renderer/media/(media_stream|(.+audio_source))',
[email protected]10fbd5952013-08-22 07:42:39671 },
ryanchung4d157372016-05-10 20:27:16672 'cast_certificate': {
673 'filepath': 'components/cast_certificate/'\
674 '|components/test/data/cast_certificate/',
675 },
mfoltz57fd7f32017-05-03 06:12:58676 'cast_channel': {
677 'filepath': 'chrome/test/data/extensions/api_test/cast_channel/' \
Ryan Ki Sing Chung27cc7ed92017-07-25 21:53:47678 '|components/cast_channel/' \
679 '|extensions/browser/api/cast_channel'
mfoltz57fd7f32017-05-03 06:12:58680 },
Takeshi Yoshino524e1d262017-07-28 01:16:38681 'cc': {
danakjca574522017-09-20 16:38:59682 'filepath': 'cc/'\
683 '|components/viz/'
684 },
Yi Guc1c54682018-07-23 12:00:00685 'cc-animation': {
686 'filepath': 'cc/animation/'
687 },
danakjca574522017-09-20 16:38:59688 'cc-contexts': {
689 'filepath': 'components/viz/common/gpu'
690 },
691 'cc-display': {
692 'filepath': 'components/viz/service/display'\
693 '|cc/output'
694 },
695 'cc-paint': {
696 'filepath': 'cc/paint'
697 },
698 'cc-quads': {
699 'filepath': 'components/viz/common/quads'
700 },
701 'cc-resources': {
702 'filepath': 'cc/resources'\
703 '|components/viz/common/resources'
Takeshi Yoshino524e1d262017-07-28 01:16:38704 },
Alexander Timin864bf8a02018-03-12 11:06:28705 'cc-scheduler': {
706 'filepath': 'cc/scheduler'
707 },
eranmc2a9f612015-11-24 16:41:34708 'certificate_transparency': {
709 'filepath': 'components/certificate_transparency/'\
eranmc2a9f612015-11-24 16:41:34710 '|net/cert/ct_'\
711 '|net/cert/multi_log_ct_verifier'\
712 '|net/cert/sct_status_flags.h'\
713 '|net/cert/signed_certificate_timestamp'\
714 '|net/cert/signed_tree_head'\
715 '|net/test/ct_',
716 },
Joe Mason60ec2f32018-02-15 15:50:51717 'chrome_cleaner': {
718 'filepath': 'chrome/browser/component_updater/sw_reporter_'\
719 '|chrome/browser/resources/settings/chrome_cleanup_page/'\
720 '|chrome/browser/safe_browsing/chrome_cleaner/'\
721 '|chrome/browser/ui/views/chrome_cleaner_'\
722 '|chrome/browser/ui/webui/settings/chrome_cleanup_'\
Joe Mason12a02332018-04-19 14:39:00723 '|chrome/chrome_cleaner/'\
Joe Mason60ec2f32018-02-15 15:50:51724 '|components/chrome_cleaner/',
725 },
[email protected]c73ec8ab2014-01-16 20:35:23726 'chrome_elf': {
Patrick Monette0196be22019-05-10 03:33:15727 'filepath': 'chrome/chrome_elf',
[email protected]c73ec8ab2014-01-16 20:35:23728 },
lpy0ca13772017-02-28 19:48:27729 'chrome_grc': {
lpy53b82752017-05-31 22:30:49730 'filepath': 'chrome/browser/resource_coordinator/'\
731 '|services/resource_coordinator/',
lpy0ca13772017-02-28 19:48:27732 },
Sebastien Marchand68b41432019-05-09 19:38:07733 'chrome_performance_manager': {
Sebastien Marchand791561b2019-10-17 21:00:38734 'filepath': 'chrome/browser/performance_manager/'\
735 '|chrome/common/performance_manager/'\
736 '|chrome/renderer/performance_manager/'\
737 '|components/performance_manager/',
Sebastien Marchand68b41432019-05-09 19:38:07738 },
Takeshi Yoshino524e1d262017-07-28 01:16:38739 'chromecast': {
740 'filepath': 'chromecast/',
741 },
742 'chromecast_public': {
743 'filepath': 'chromecast/public/',
744 },
[email protected]f7bf8ba2011-02-24 22:28:46745 'chromedriver': {
samuong53d5e612014-10-10 18:56:38746 'filepath': 'chrome/test/chromedriver|'\
747 'chrome/test/data/chromedriver|'\
John Chen583cee322019-06-12 20:10:39748 'third_party/blink/web_tests/external/wpt/webdriver|'\
749 'third_party/blink/web_tests/WebDriverExpectations|'\
750 'third_party/webdriver'
[email protected]f7bf8ba2011-02-24 22:28:46751 },
[email protected]f76c8852012-06-21 16:37:00752 'chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:49753 'filepath': 'chromeos/',
[email protected]531b1532011-08-11 03:52:01754 },
[email protected]eda0a0b2013-04-19 20:34:35755 'chromeos_attestation': {
756 'filepath': 'chromeos/attestation/|'\
[email protected]64494c3f2013-08-14 22:15:59757 'chrome/browser/chromeos/attestation/|'\
758 'chrome/browser/extensions/api/enterprise_platform_keys_private/',
[email protected]eda0a0b2013-04-19 20:34:35759 },
Ryan Hansberry8e41a5c42019-04-18 22:12:51760 'chromeos_bluetooth': {
761 'filepath': 'ash/system/bluetooth/'\
Ryan Hansberry8e41a5c42019-04-18 22:12:51762 '|chrome/browser/ui/webui/chromeos/bluetooth*'\
Demetrios Papadopoulosbb154e932019-12-23 22:05:26763 '|chrome/browser/resources/settings/chromeos/bluetooth_page/'\
Ryan Hansberry8e41a5c42019-04-18 22:12:51764 '|chrome/browser/resources/chromeos/bluetooth_pairing_dialog/'\
Ryan Hansberry4773b722019-04-30 17:25:04765 '|device/bluetooth/bluez/'\
766 '|device/bluetooth/chromeos/'\
Ryan Hansberry8e41a5c42019-04-18 22:12:51767 '|ui/webui/resources/cr_components/chromeos/bluetooth*'
768 },
[email protected]7c59a152012-11-06 20:56:35769 'chromeos_calculator': {
770 'filepath': 'chrome/common/extensions/docs/examples/apps/calculator/',
771 },
Kyle Horimotofdcf67012019-04-08 19:06:10772 'chromeos_cellular': {
773 'filepath': 'chrome/browser/resources/chromeos/cellular_setup/|'\
774 'chrome/browser/ui/webui/chromeos/cellular_setup/|'\
775 'chromeos/services/cellular_setup/|'\
776 'ui/webui/resources/cr_components/chromeos/cellular_setup/',
777 },
alematec5187b1b2016-08-26 05:32:18778 'chromeos_geolocation': {
779 'filepath': 'chromeos/geolocation/',
780 },
Achuith Bhandarkar434e24592018-03-07 23:05:12781 'chromeos_lkgm': {
782 'filepath': 'chromeos/CHROMEOS_LKGM',
783 },
[email protected]f76c8852012-06-21 16:37:00784 'chromeos_login': {
Jacob Dufaulted1ef2bc2018-08-10 18:21:34785 'filepath': 'ash/login/|'\
786 'chrome/browser/chromeos/login/|'\
[email protected]f2f0fbb92012-07-14 15:52:49787 'chrome/browser/ui/webui/chromeos/login/|'\
dzhioevcc7c0492014-11-25 14:52:58788 'chrome/browser/resources/chromeos/login/|'\
789 'ui/login/',
[email protected]a791dac2011-04-07 23:22:57790 },
Trent Apted0c0b4492019-09-30 01:15:24791 'chromeos_media_app': {
Trent Apted81219322019-12-09 22:44:50792 'filepath': 'chromeos/components/media_app_ui/|'\
793 'chrome/browser/chromeos/web_applications/',
Trent Apted0c0b4492019-09-30 01:15:24794 },
[email protected]d7d35f342012-10-22 20:32:47795 'chromeos_net': {
Kyle Horimoto89f06e22019-04-08 19:07:17796 'filepath': 'ash/system/network/|'\
797 'chromeos/network/|'\
Kyle Horimoto77a5fce2019-09-24 01:28:27798 'chromeos/services/network_config/|'\
stevenjbdd133032015-08-07 18:37:47799 'chrome/browser/chromeos/net/|'\
800 'chrome/browser/extensions/api/networking_private/|'\
Jon Mannd82f9342020-05-19 00:31:05801 'chrome/browser/resources/chromeos/internet_config_dialog/|'\
802 'chrome/browser/resources/chromeos/internet_detail_dialog/|'\
803 'chrome/browser/resources/chromeos/network_ui/|'\
Demetrios Papadopoulosbb154e932019-12-23 22:05:26804 'chrome/browser/resources/settings/chromeos/internet_page/|'\
stevenjbdd133032015-08-07 18:37:47805 'extensions/browser/api/networking_private/|'\
Jon Manna19f5a92019-11-21 20:10:59806 'ui/chromeos/network/|'\
807 'ui/webui/resources/cr_components/chromeos/network/'
[email protected]d7d35f342012-10-22 20:32:47808 },
alematec5187b1b2016-08-26 05:32:18809 'chromeos_timezone': {
810 'filepath': 'chromeos/timezone/',
811 },
[email protected]f76c8852012-06-21 16:37:00812 'chromeos_webui': {
[email protected]f2f0fbb92012-07-14 15:52:49813 'filepath': 'chrome/browser/ui/webui/chromeos/|'\
814 'chrome/browser/resources/chromeos/',
[email protected]ba03af42012-03-08 01:37:12815 },
Jon Mann2c257332019-08-14 19:12:14816 'chromeos_wifi_sync': {
817 'filepath': 'chromeos/components/sync_wifi/',
818 },
Anastasia Helfinstein83c763a2019-05-13 18:15:03819 'chromevox': {
Anastasia Helfinstein9dcba0a2019-07-18 20:58:56820 'filepath': 'chromevox|spoken_feedback',
Anastasia Helfinstein83c763a2019-05-13 18:15:03821 },
[email protected]cef7a6d2011-04-29 20:49:07822 'clang_update': {
Nico Webere250e6a2015-12-02 19:31:56823 'filepath': 'tools/clang/scripts/update.py'
[email protected]cef7a6d2011-04-29 20:49:07824 },
[email protected]f76c8852012-06-21 16:37:00825 'clipboard': {
826 'filepath': 'clipboard|dnd|drag|drop',
[email protected]2418b022011-05-19 21:06:02827 },
sdefresned94c5b02015-07-22 17:54:55828 'components_deps': {
829 'filepath': 'components/([^/]*/)*DEPS',
830 },
Matthew Jonesf3b5f4f2019-01-04 00:01:25831 'compositor_animator': {
832 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/compositor/animation/',
833 },
scheib968e61052014-11-05 00:27:25834 'content_bluetooth': {
835 'filepath': 'content/.*bluetooth'
836 },
Rayan Kanso3047d3f2019-06-26 13:26:39837 'content_index': {
838 'filepath': 'content_index',
839 },
kinuko01cbe8a12015-10-20 09:59:06840 'content_loader': {
mmenkefaa97d3b2016-09-25 14:24:02841 'filepath': 'chrome/browser/loader|' \
842 'content/browser/loader|' \
kinuko01cbe8a12015-10-20 09:59:06843 'content/child/*loader',
844 },
mkwst512627022014-09-16 09:23:27845 'content_renderer': {
846 'filepath': 'content/renderer/',
847 },
[email protected]aa3311a2012-11-19 16:04:58848 'content_shell': {
849 'filepath': 'content/shell/',
850 },
kinukoa121bce2015-01-30 10:04:41851 'content_worker': {
852 'filepath': 'content/.*worker',
853 },
donnd787f6ed2016-08-03 01:00:56854 'contextual_search': {
855 'filepath': 'chrome/browser/android/contextualsearch/|' \
856 'chrome/android/java/src/org/chromium/chrome/browser/contextualsearch/|' \
857 'chrome/android/javatests/src/org/chromium/chrome/browser/contextualsearch/|' \
858 'components/contextual_search/',
859 },
Nicolás Peña Moreno42e92d32020-09-25 02:11:34860 'core_web_vitals_plm': {
861 'filepath': 'chrome/browser/page_load_metrics/observers/core/|' \
862 'components/page_load_metrics/browser/observers/core/',
863 },
wfh792b71c2016-05-04 23:33:41864 'courgette': {
865 'filepath': 'courgette/',
866 },
Nico Weber6ff639a2017-08-11 21:04:50867 'cq': {
Andrii Shyshkalov17176242018-02-24 03:31:32868 'filepath': 'infra/config/branch/cq.cfg',
Nico Weber6ff639a2017-08-11 21:04:50869 },
michaelpge42ca3b32016-02-19 08:17:57870 'cr_elements': {
871 'filepath': 'ui/webui/resources/cr_element',
872 },
Chung-yih Wang7afc64a2018-03-06 02:09:04873 'cros_benchmarks': {
874 'filepath': 'tools/perf/contrib/cros_benchmarks',
875 },
Matt Menard04ecde42020-06-26 20:08:44876 'cros_reporting': {
877 'filepath': 'chrome/browser/policy/messaging_layer/'\
878 '|chrome/browser/chromeos/policy/status_collector/'\
879 '|components/policy/proto/record',
880 },
Ben Wells03471a72018-03-22 00:58:46881 'crostini': {
Joel Hockeyded6fa52019-07-10 06:20:29882 'filepath': 'cicerone'\
Joel Hockeyded6fa52019-07-10 06:20:29883 '|concierge'\
884 '|crostini'\
885 '|guest_os'\
886 '|plugin_vm',
Ben Wells03471a72018-03-22 00:58:46887 },
Bailey Berro462580ea2019-02-22 23:09:37888 'cups_printing' : {
rbpotter9e8fca72019-12-28 02:26:14889 'filepath': 'chrome/browser/resources/settings/chromeos/os_printing_page/'\
Bailey Berro462580ea2019-02-22 23:09:37890 '|chrome/test/data/webui/settings/cups_printer_page_tests.js'\
891 '|chrome/browser/ui/webui/settings/chromeos/cups_printers_handler'\
892 '|chrome/browser/chromeos/printing/'\
893 '|printing/',
894 },
Henrique Ferreiroef907f8622020-10-21 09:43:31895 'cursor': {
896 'filepath': 'ui/base/cursor/',
897 },
Wojciech Dzierżanowski7d246b52019-05-10 19:52:26898 'custom_proxy': {
899 'filepath': 'services/network/network_service_proxy_delegate.*',
900 },
ianwencdb8c9e2015-06-18 22:10:15901 'custom_tabs': {
Newton Allen38c62212015-06-24 21:41:53902 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/customtabs/|'\
Peter Beverloo5cc24512018-11-29 15:36:43903 'chrome/android/java/src/org/chromium/chrome/browser/browseractions/|'\
904 'chrome/android/java/src/org/chromium/chrome/browser/browserservices/|'\
905 'chrome/android/javatests/src/org/chromium/chrome/browser/customtabs/|'\
906 'chrome/android/javatests/src/org/chromium/chrome/browser/browseractions/|'\
907 'chrome/android/javatests/src/org/chromium/chrome/browser/browserservices/|'\
908 'chrome/browser/android/customtabs/',
alancuttercbad6512015-06-19 02:31:28909 },
Prashant Nevase1ca62412020-09-17 11:21:16910 'dark_mode': {
Prashant Nevase1f05c8102020-10-14 18:38:19911 'filepath': 'cc/*/*dark_mode*|'\
912 'third_party/blink/renderer/platform/graphics/*dark_mode*',
Prashant Nevase1ca62412020-09-17 11:21:16913 },
Madeleine Barowsky21b04402019-01-29 19:17:05914 'data_decoder': {
915 'filepath': 'services/data_decoder/',
916 },
Ryo Hashimoto900be52c2018-05-24 06:42:26917 'dbus': {
918 'filepath': 'dbus/',
919 },
Patti2627bb62020-03-10 02:53:14920 'demo_mode': {
921 'filepath': 'docs/login/demo_mode.md|'\
922 'chrome/browser/chromeos/login/demo_mode/|'\
923 'ash/metrics/demo_session_metrics_recorder.*',
924 },
Collin Baker4d4ea662020-09-18 21:39:16925 'desktop_in_product_help': {
926 'filepath': 'chrome/browser/ui/in_product_help|'\
927 'chrome/browser/ui/views/in_product_help',
928 },
Bartosz Fabianowski85a823812015-04-16 10:27:51929 'device_bluetooth': {
930 'filepath': 'device/.*bluetooth'
931 },
juncaic08f41d2017-05-04 20:36:58932 'device_chooser': {
933 'filepath': 'chrome/browser/chooser_controller/|'\
934 'chrome/browser/ui/android/bluetooth_chooser_.*|'\
935 'chrome/browser/ui/android/usb_chooser_.*|'\
936 'chrome/browser/ui/bluetooth/|'\
937 'chrome/browser/ui/cocoa/device_chooser_.*|'\
938 'chrome/browser/ui/cocoa/extensions/chooser_dialog_.*|'\
939 'chrome/browser/ui/cocoa/permission_bubble/chooser_bubble_.*|'\
940 'chrome/browser/ui/views/device_chooser_.*|'\
941 'chrome/browser/ui/views/extensions/chooser_dialog_.*|'\
942 'chrome/browser/ui/views/permission_bubble/chooser_bubble_.*|'\
943 'chrome/browser/usb/usb_chooser_.*',
944 },
[email protected]342b12872012-11-07 12:10:46945 'devtools': {
946 'filepath': 'devtools',
947 },
Bailey Berro9b11fa62020-09-30 01:33:02948 'diagnostics_ui': {
949 'filepath': 'chromeos/components/diagnostics_ui/',
950 },
[email protected]bab2a832012-07-11 23:29:41951 'disk_cache': {
952 'filepath': 'net/disk_cache/|http_cache',
953 },
Daniel Murphyeda2b872019-11-27 23:51:41954 'dom_storage': {
955 'filepath': 'content/common/dom_storage/|'\
956 'content/browser/dom_storage/|'\
957 'components/services/storage/dom_storage/',
958 },
[email protected]f76c8852012-06-21 16:37:00959 'download': {
[email protected]f2f0fbb92012-07-14 15:52:49960 'filepath': 'chrome/browser/download/|'\
[email protected]8492b5b2012-12-17 21:58:08961 'content/browser/download/',
[email protected]6bff0ad2011-06-17 01:32:51962 },
[email protected]ca872e362011-07-12 21:06:03963 'downloads_ui': {
dbeam78528be2016-02-18 07:08:49964 'filepath': 'chrome/browser/resources/(md_)?downloads/|' \
[email protected]8492b5b2012-12-17 21:58:08965 'chrome/browser/ui/webui/.*downloads|' \
966 'chrome/browser/ui/views/download/|' \
asanka2009f412015-10-05 17:28:12967 'chrome/browser/ui/cocoa/download/'
[email protected]ca872e362011-07-12 21:06:03968 },
[email protected]89d2cd52013-04-16 01:55:36969 'drive_resource_metadata': {
Ryo Hashimoto900be52c2018-05-24 06:42:26970 'filepath': 'drive.*resource_metadata'
[email protected]89d2cd52013-04-16 01:55:36971 },
[email protected]3a25c8a2014-06-26 06:47:10972 'eme': {
Xiaohan Wang6cbdcdf2018-06-12 21:55:54973 'filepath': 'chrome/renderer/media/.*key_system|' \
974 'chrome/browser/media/.*(cdm|encrypted)|' \
975 'components/cdm/|' \
[email protected]3a25c8a2014-06-26 06:47:10976 'content/browser/media/cdm/|' \
Xiaohan Wang6cbdcdf2018-06-12 21:55:54977 'media/base/android/.*drm|' \
[email protected]3a25c8a2014-06-26 06:47:10978 'media/cdm/|' \
979 'third_party/widevine/cdm/'
980 },
Timothy Lohc2644622020-10-07 05:42:31981 'exo': {
982 'filepath': 'components/exo',
983 },
Justin DeWittf64d39e2018-08-09 21:33:41984 'explore_sites': {
985 'filepath': 'chrome/browser/android/explore_sites/|' \
986 'chrome/android/java/src/org/chromium/chrome/browser/explore_sites/'
987 },
[email protected]f76c8852012-06-21 16:37:00988 'extension': {
989 'filepath': 'extension',
[email protected]161277d42011-06-24 20:48:45990 },
lunalu0a9c05422016-11-11 17:19:06991 'feature_policy': {
Blink Reformata30d4232018-04-07 15:31:06992 'filepath': 'third_party/blink/renderer/platform/feature_policy/|' \
Kent Tamuraeb394c72018-04-07 19:14:55993 'third_party/blink/renderer/bindings/core/v8/origin_trial_features',
lunalu0a9c05422016-11-11 17:19:06994 },
Pete Williamson0b101e42020-01-29 23:33:14995 'feed': {
Ian Wells1dc7053d2020-04-17 18:04:22996 'filepath': 'chrome/android/feed|' \
997 'chrome/browser/android/feed/|' \
Pete Williamson0b101e42020-01-29 23:33:14998 'components/feed/'
999 },
Jeffrey Kardatzkee1bb98d22019-05-24 16:34:521000 'feedback': {
1001 'filepath': 'chrome/browser/extensions/api/feedback_private/|' \
1002 'chrome/browser/feedback/|' \
1003 'components/feedback/|' \
1004 'extensions/browser/api/feedback_private/'
1005 },
[email protected]f76c8852012-06-21 16:37:001006 'fileapi': {
[email protected]8492b5b2012-12-17 21:58:081007 'filepath': 'file_system/|' \
1008 'fileapi/'
[email protected]80919512011-08-03 08:51:041009 },
[email protected]f76c8852012-06-21 16:37:001010 'filebrowse': {
[email protected]8492b5b2012-12-17 21:58:081011 'filepath': 'file_browser|' \
1012 'file_manager|' \
1013 'filebrowse'
[email protected]4b07b62cc2011-10-03 17:52:391014 },
[email protected]4ed766c2013-09-19 09:45:201015 'filesapp': {
okab0be3dc2016-08-30 07:37:101016 'filepath': 'chrome/browser/chromeos/drive|' \
1017 'chrome/browser/chromeos/extensions/file_manager|' \
1018 'chrome/browser/chromeos/extensions/file_system_provider|' \
1019 'chrome/browser/chromeos/file_manager|' \
1020 'chrome/browser/chromeos/file_system_provider|' \
1021 'chrome/browser/drive|' \
1022 'chrome/test/data/extensions/api_test/file_system_provider|' \
1023 'components/drive|' \
1024 'google_apis/drive|' \
1025 'ui/file_manager'
1026 },
Dominik Röttschesf0fd4d62019-06-17 11:15:021027 'freetype_update': {
1028 'filepath': 'third_party/freetype/README.chromium',
1029 },
Tomasz Mikolajewski2905dbb2017-11-22 06:24:041030 'fsp': {
1031 'filepath': 'chrome/browser/chromeos/extensions/file_system_provider|' \
1032 'chrome/browser/chromeos/file_system_provider|' \
Tomasz Mikolajewski66b4faa22017-11-22 09:33:431033 'chrome/test/data/extensions/api_test/file_system_provider'
[email protected]4ed766c2013-09-19 09:45:201034 },
Wez385de5a2017-07-13 20:13:161035 'fuchsia': {
1036 'filepath': 'fuchsia',
1037 },
mmoroz58ddb8172016-09-08 18:29:551038 'fuzzing': {
1039 'filepath': 'fuzz|Fuzz',
1040 },
Vincent Scheibd5da4d952017-11-03 01:33:241041 'gamepad': {
1042 'filepath': 'gamepad',
1043 },
[email protected]3a2a6ac02014-06-20 07:07:121044 'gcm': {
peter9f4490a2017-01-27 00:58:361045 'filepath': 'chrome/browser/gcm/|'\
[email protected]3a2a6ac02014-06-20 07:07:121046 'components/gcm_driver/|'\
1047 'google_apis/gcm/',
1048 },
mikhail.pozdnyakova8db26402016-11-28 18:27:121049 'generic_sensor': {
Jun Caiaa1f040d2017-11-15 01:21:531050 'filepath': 'services/device/generic_sensor/|'\
Blink Reformata30d4232018-04-07 15:31:061051 'third_party/blink/renderer/modules/sensor/',
mikhail.pozdnyakova8db26402016-11-28 18:27:121052 },
[email protected]d8036492013-08-09 16:02:231053 'geolocation': {
1054 'filepath': 'chrome/browser/geolocation/|'\
1055 'content/browser/geolocation|'\
1056 'content/public/common/geoposition.*|'\
1057 'content/public/browser/geolocation.*|'\
1058 'content/renderer/geolocation.*|'\
1059 'content/shell/geolocation/',
1060 },
[email protected]cf428f732012-10-02 20:48:151061 'gfx_geometry': {
danakj570c1332015-01-06 16:59:361062 'filepath': 'ui/gfx/geometry/',
[email protected]cf428f732012-10-02 20:48:151063 },
Takeshi Yoshino524e1d262017-07-28 01:16:381064 'gfx_image': {
1065 'filepath': 'ui/gfx/image/',
1066 },
Tommy Steimel0cacd28c2019-11-12 22:12:511067 'global_media_controls': {
1068 'filepath': 'chrome/browser/ui/global_media_controls|'\
1069 'chrome/browser/ui/views/global_media_controls|'\
1070 'chrome/browser/ui/views/feature_promos/global_media_controls|'\
1071 'chrome/browser/ui/in_product_help/global_media_controls',
1072 },
[email protected]4d1773e2014-04-05 07:59:571073 'gn': {
1074 'filepath': 'tools/gn',
1075 },
Corentin Wallezc68aa9b2017-10-02 15:00:031076 'gpu_passthrough_cmd_decoder': {
1077 'filepath': 'gpu/command_buffer/service/.*passthrough',
1078 },
Ehsan Karamadc20cee22018-08-10 21:32:331079 'guest_view': {
1080 'filepath': 'chrome/browser/apps/guest_view|'\
1081 'chrome/browser/extensions/api/web_view|'\
1082 'chrome/browser/guest_view|'\
1083 'chrome/common/extensions/api/webview*.json|'\
1084 'chrome/common/extensions/docs|'\
1085 'chrome/renderer/resources/extensions/web_view|'\
1086 'components/guest_view|'\
1087 'content/browser/browser_plugin|'\
Ehsan Karamadc20cee22018-08-10 21:32:331088 'extensions/browser/api/guest_view|'\
1089 'extensions/browser/guest_view|'\
1090 'extensions/common/guest_view|'\
Miyoung Shin3fc077c2019-08-06 00:29:441091 'extensions/common/mojom/guest_view.mojom|'\
Ehsan Karamadc20cee22018-08-10 21:32:331092 'extensions/common/api/*view*.json|'\
1093 'extensions/renderer/guest_view',
1094 },
Jeffrey Kardatzkee1bb98d22019-05-24 16:34:521095 'hats': {
1096 'filepath': 'chrome/browser/chromeos/hats/',
1097 },
Andrey Kosyakova173d252018-05-07 18:29:111098 'headless': {
1099 'filepath': 'headless/'
1100 },
David Black01eb6d42020-09-17 17:16:521101 'holding_space': {
1102 'filepath': 'ash/public/cpp/holding_space|'\
1103 'ash/system/holding_space|'\
1104 'chrome/browser/ui/ash/holding_space'
1105 },
[email protected]f76c8852012-06-21 16:37:001106 'i18n': {
[email protected]f2f0fbb92012-07-14 15:52:491107 'filepath': 'base/i18n/|base/string|l10n|icu|'\
timvolodine8cdb94c2016-09-22 12:17:221108 'locale_settings|encoding',
[email protected]f76c8852012-06-21 16:37:001109 },
Jeffrey Cohen9a2604442020-02-13 17:55:561110 'image_editor': {
1111 'filepath': 'chrome/browser/image_editor'\
Jeffrey Cohen27b6ab902020-02-18 22:44:371112 '|chrome/android/modules/image_editor',
Jeffrey Cohen9a2604442020-02-13 17:55:561113 },
Greg Thompson4f90fc992017-07-25 19:30:371114 'incident_reporting': {
1115 'filepath': 'chrome/browser/safe_browsing/incident_reporting',
1116 },
[email protected]c26161352013-11-12 19:50:011117 'indexed_db': {
1118 'filepath': 'content/browser/indexed_db|'\
[email protected]c26161352013-11-12 19:50:011119 'content/public/browser/indexed_db|'\
Chase Phillips7027bd52018-08-30 17:31:551120 'content/renderer/indexed_db|'\
Daniel Murphyeda2b872019-11-27 23:51:411121 'content/test/data/indexeddb|'\
1122 'components/services/storage/indexed_db',
[email protected]c26161352013-11-12 19:50:011123 },
Colin Blundell0aeb4d02020-06-08 14:32:051124 'infobars_for_weblayer': {
1125 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/banners/'\
1126 '|chrome/android/java/src/org/chromium/chrome/browser/infobar/'\
1127 '|chrome/browser/ui/messages/android/java/src/org/chromium/chrome/browser/ui/messages/infobar/'\
1128 '|chrome/browser/ui/android/infobars/',
1129 },
Stephen Martinisf7e0fb12019-09-04 18:59:591130 'infra_docs': {
1131 'filepath': 'docs/infra',
1132 },
dtapuska1f997a12016-03-14 19:22:071133 'input': {
1134 'filepath': 'content/browser/renderer_host/input|'\
1135 'content/renderer/input|'\
1136 'ui/events/blink/'
1137 },
Michael Spang808d5c12018-10-23 19:20:391138 'input_devices': {
1139 'filepath': 'ui/events/devices/',
1140 },
Dominick Ngcaa7b402017-07-11 07:35:391141 'installable': {
Dominick Ng31b7feb2019-01-29 23:24:001142 'filepath': 'chrome/browser/extensions/bookmark_app*'\
1143 '|chrome/browser/installable/',
Dominick Ngcaa7b402017-07-11 07:35:391144 },
mmoss19826c62014-11-14 21:37:361145 'installer_linux': {
1146 'filepath': 'chrome/installer/linux/',
1147 },
Greg Thompson4f90fc992017-07-25 19:30:371148 'installer_win': {
1149 'filepath': 'chrome/install_static/'\
Samuel Huang577ef6c2018-03-13 18:19:341150 '|chrome/installer/(?!gcapi_mac/|linux/|mac/)'\
1151 '|components/zucchini/',
Greg Thompson4f90fc992017-07-25 19:30:371152 },
edchin46453b42017-03-03 01:40:111153 'ios': {
Sylvain Defresne81467d82017-05-29 09:06:141154 'filepath': 'ios/',
edchin46453b42017-03-03 01:40:111155 },
sdefresne18b47312015-06-18 15:15:091156 'ios_chrome': {
Sylvain Defresne81467d82017-05-29 09:06:141157 'filepath': 'ios/chrome/',
sdefresne18b47312015-06-18 15:15:091158 },
marqa4f135f2017-01-10 12:37:341159 'ios_clean': {
Sylvain Defresne81467d82017-05-29 09:06:141160 'filepath': 'ios/clean/',
marqa4f135f2017-01-10 12:37:341161 },
Javier Ernesto Flores Roblesef507e62020-07-08 14:40:341162 'ios_credential_provider': {
1163 'filepath': 'ios/chrome/browser/credential_provider|'\
1164 'ios/chrome/common/credential_provider|'\
1165 'ios/chrome/common/ui|'\
1166 'ios/chrome/credential_provider_extension',
1167 },
Eric Noyaua1825272019-01-02 10:36:391168 'ios_flags': {
Eric Noyaue13b4d72019-01-03 14:23:551169 'filepath': 'ios/chrome/browser/about_flags\.(h|mm)|'\
1170 'ios/chrome/browser/experimental_flags\.(h|mm)|'\
1171 'ios/chrome/browser/resources/Settings.bundle/Experimental\.plist',
Eric Noyaua1825272019-01-02 10:36:391172 },
marqa4f135f2017-01-10 12:37:341173 'ios_showcase': {
Sylvain Defresne81467d82017-05-29 09:06:141174 'filepath': 'ios/showcase/',
marqa4f135f2017-01-10 12:37:341175 },
eugenebutb5a5a8572017-01-20 01:18:111176 'ios_web': {
Sylvain Defresne81467d82017-05-29 09:06:141177 'filepath': 'ios/web(_view)?/',
eugenebutb5a5a8572017-01-20 01:18:111178 },
Robert Ogden2df066b2020-01-14 23:58:491179 'isolated_prefetch': {
1180 'filepath': 'chrome/browser/prerender/isolated',
1181 },
Megan Jablonski33f229f2019-12-18 22:58:001182 'language': {
1183 'filepath': 'chrome/browser/language|'\
1184 'components/language|'\
1185 'components/test/data/language|'\
1186 'ios/chrome/browser/language|'\
1187 'ios/web_view/internal/language'
1188 },
Johanndfa4d7d2017-12-07 18:05:291189 'libaom': {
1190 'filepath': 'third_party/libaom/',
1191 },
Takeshi Yoshino524e1d262017-07-28 01:16:381192 'libvpx': {
Johanndfa4d7d2017-12-07 18:05:291193 'filepath': 'third_party/libvpx/',
vabraafbd4f32015-11-10 19:30:231194 },
[email protected]a3f777d2014-01-07 23:38:261195 'libwebp': {
1196 'filepath': 'third_party/libwebp'
1197 },
dominiccabb90e02017-03-31 04:54:231198 'libxml_xslt': {
1199 'filepath': 'third_party/libxml/' \
1200 '|third_party/libxslt/',
1201 },
[email protected]04a292a2013-03-07 19:58:421202 'linux_sandboxing': {
Matthew Denton801686d22020-03-10 00:54:381203 'filepath': 'sandbox/linux/'\
Robert Sesek7d0b49b2020-07-08 18:31:271204 '|sandbox/policy/linux/',
[email protected]f76c8852012-06-21 16:37:001205 },
[email protected]04a292a2013-03-07 19:58:421206 'linux_seccomp_bpf': {
[email protected]d6a23612012-11-13 20:11:541207 'filepath': 'content/common/sandbox.*linux.cc',
[email protected]f76c8852012-06-21 16:37:001208 },
lgrey62faed72016-10-11 21:40:391209 'mac': {
lgrey332339b12016-12-05 17:16:401210 'filepath': '(_|/)(cocoa|mac)(_|\.)|/(cocoa|mac)/|^((?!ios\/).)*\.mm?$',
lgrey62faed72016-10-11 21:40:391211 },
mlamourid8b0feb2015-06-02 16:30:471212 'manifest': {
1213 'filepath': 'content/(browser|renderer)/manifest/'\
Dominick Ng31b7feb2019-01-29 23:24:001214 '|content/public/common/manifest*'\
1215 '|third_party/blink/(common|mojom)/manifest/'\
1216 '|third_party/blink/renderer/modules/manifest/',
mlamourid8b0feb2015-06-02 16:30:471217 },
[email protected]f76c8852012-06-21 16:37:001218 'media': {
Francois Beaufort9ab59c82017-08-24 13:10:291219 'filepath': 'media|third_party/(ffmpeg|opus|libvpx)'
[email protected]f76c8852012-06-21 16:37:001220 },
mcasasfeedbe42017-03-03 05:23:561221 'media_capture_from_element': {
alancutter40359812017-03-03 08:20:271222 'filepath': 'content/renderer/media_capture_from_element/' \
Blink Reformata30d4232018-04-07 15:31:061223 '|third_party/blink/renderer/modules/mediacapture/' \
Kent Tamuraeb394c72018-04-07 19:14:551224 '|third_party/blink/renderer/platform/exported/web_canvas_capture' \
Kent Tamura77578cc2018-11-25 22:33:431225 '|third_party/blink/web_tests/fast/mediacapturefromelement/' \
Kent Tamuraeb394c72018-04-07 19:14:551226 '|third_party/blink/public/platform/web_canvas_capture'
mcasasfeedbe42017-03-03 05:23:561227 },
Tommy Steimel074a1822018-02-07 17:25:441228 'media_controls': {
Blink Reformata30d4232018-04-07 15:31:061229 'filepath': 'third_party/blink/renderer/modules/media_controls/'
Tommy Steimel074a1822018-02-07 17:25:441230 },
Becca Hughes087b43c2020-04-08 21:59:521231 'media_feeds': {
1232 'filepath': 'chrome/browser/media/feeds/'\
1233 '|chrome/renderer/media/media_feeds*'\
1234 '|components/schema_org/'\
1235 '|third_party/schema_org/',
1236 },
[email protected]06dd23172013-06-24 21:04:511237 'media_galleries': {
1238 'filepath': 'chrome/browser/extensions/api/media_galleries/'\
[email protected]06dd23172013-06-24 21:04:511239 '|chrome/browser/media_galleries/'\
1240 '|chrome/browser/storage_monitor/'\
1241 '|chrome/common/media_galleries/'\
Jay Civellicf995502017-09-08 23:59:271242 '|chrome/test/data/extensions/api_test/media_galleries/'
[email protected]06dd23172013-06-24 21:04:511243 },
Hirokazu Hondae31ce109a2018-09-18 11:18:501244 'media_gpu': {
1245 'filepath': 'media/gpu/',
1246 },
Miguel Casas7ac35742020-01-09 20:04:401247 'media_gpu_cros': {
1248 'filepath': 'media/gpu/chromeos'\
1249 '|media/gpu/vaapi'\
1250 '|media/gpu/v4l2'\
1251 '|media/gpu/.*\.(cc|h)$'\
1252 '|media/mojo/(clients|mojom|test|services)/.*accelerator.*'
1253 },
1254 'media_gpu_vaapi': {
1255 'filepath': 'media/gpu/vaapi',
1256 },
1257 'media_gpu_win': {
1258 'filepath': 'media/gpu/windows/'
1259 },
Becca Hughes087b43c2020-04-08 21:59:521260 'media_history': {
1261 'filepath': 'chrome/browser/media/history/'
1262 },
alokp9e369ea72e2016-06-10 05:41:091263 'media_mojo': {
Xiaohan Wang6cbdcdf2018-06-12 21:55:541264 'filepath': 'media/mojo/'
alokp9e369ea72e2016-06-10 05:41:091265 },
mcasasfeedbe42017-03-03 05:23:561266 'media_recorder': {
alancutter40359812017-03-03 08:20:271267 'filepath': 'content/renderer/media_recorder/' \
Blink Reformata30d4232018-04-07 15:31:061268 '|third_party/blink/renderer/modules/mediarecorder/' \
Kent Tamuraeb394c72018-04-07 19:14:551269 '|third_party/blink/renderer/platform/exported/web_media_recorder' \
Kent Tamura77578cc2018-11-25 22:33:431270 '|third_party/blink/web_tests/fast/mediarecorder/' \
Kent Tamuraeb394c72018-04-07 19:14:551271 '|third_party/blink/public/platform/web_media_recorder'
mcasasfeedbe42017-03-03 05:23:561272 },
miu5e69f1c52016-10-23 13:40:111273 'media_remoting': {
1274 'filepath': 'chrome/browser/media/cast_remoting'\
1275 '|media/blink/webmediaplayer_'\
Miyoung Shin3fc077c2019-08-06 00:29:441276 '|media/mojo/mojom/remoting.mojom'\
miu5e69f1c52016-10-23 13:40:111277 '|media/remoting/',
1278 },
kmarshallb698ad4f2015-02-24 19:42:481279 'media_router': {
mark a. foltze8739c7c2019-04-24 18:33:091280 'filepath': 'chrome/android/features/media_router/' \
1281 '|chrome/app/media_router_strings.grdp' \
mfoltz57fd7f32017-05-03 06:12:581282 '|chrome/browser/media/router/' \
kmarshallb698ad4f2015-02-24 19:42:481283 '|chrome/browser/resources/media_router/' \
Takumi Fujimoto4bef2792018-05-03 17:51:551284 '|chrome/browser/ui/media_router/' \
mfoltz57fd7f32017-05-03 06:12:581285 '|chrome/browser/ui/views/media_router/' \
kmarshallb698ad4f2015-02-24 19:42:481286 '|chrome/browser/ui/webui/media_router/' \
Takumi Fujimoto4bef2792018-05-03 17:51:551287 '|chrome/common/media_router/' \
mfoltz57fd7f32017-05-03 06:12:581288 '|chrome/test/data/webui/media_router/' \
mark a. foltz65eee112020-03-05 22:44:421289 '|chrome/test/media_router/'
kmarshallb698ad4f2015-02-24 19:42:481290 },
[email protected]f76c8852012-06-21 16:37:001291 'message_loop': {
[email protected]f2f0fbb92012-07-14 15:52:491292 'filepath': 'base/message_'
[email protected]f76c8852012-06-21 16:37:001293 },
1294 'metrics': {
[email protected]f2f0fbb92012-07-14 15:52:491295 'filepath': 'base/metrics/'\
asvitkine361b276e2016-08-30 18:45:001296 '|chrome/android/java/src/org/chromium/chrome/browser/metrics/'\
[email protected]f2f0fbb92012-07-14 15:52:491297 '|chrome/browser/metrics/'\
[email protected]f2f0fbb92012-07-14 15:52:491298 '|chrome/browser/chromeos/external_metrics'\
[email protected]b0d594d2014-02-21 03:22:121299 '|chrome/browser/extensions/api/metrics_private/'\
[email protected]f2f0fbb92012-07-14 15:52:491300 '|chrome/browser/ui/webui/metrics_handler'\
asvitkineb7e10302016-01-20 05:17:451301 '|chromecast/browser/metrics/'\
asvitkinee4bad382015-11-05 21:56:451302 '|components/metrics/'\
asvitkineb7e10302016-01-20 05:17:451303 '|components/metrics_services_manager/'\
[email protected]ce6b855a2014-03-12 19:51:391304 '|components/rappor/'\
asvitkinee4bad382015-11-05 21:56:451305 '|components/variations/'\
[email protected]b0d594d2014-02-21 03:22:121306 # Exclude XML files; in particular, histograms.xml.
1307 '|tools/metrics/[^.]*([.](?!xml$).*)?$',
1308 },
Ilya Shermandfce91b72020-03-23 18:52:461309 'metrics_metadata_files': {
1310 # Subscribe to this to watch for changes to {actions, histograms, ukm}.xml
1311 # and to the field trial testing config.
1312 'filepath': 'tools/metrics/.*\.xml$'\
1313 '|testing/variations/fieldtrial_testing_config.json',
1314 },
Gabriel Marinac7ecd72019-10-04 18:16:061315 'metrics_perf': {
1316 'filepath': 'chrome/browser/metrics/perf/',
1317 },
toyoshim8f51f902015-03-27 03:50:211318 'midi': {
1319 'filepath': 'midi',
[email protected]f76c8852012-06-21 16:37:001320 },
[email protected]341f218a2013-09-24 22:16:101321 'mojo': {
1322 'filepath': 'mojo',
1323 },
Kyle Horimotoc4d57b122018-02-28 01:17:301324 'multidevice': {
Ryan Hansberry587c8082018-09-20 01:31:191325 'filepath': 'ash/multi_device_setup/'\
Kyle Horimoto7de86582018-12-19 20:40:251326 '|chrome/browser/chromeos/cryptauth/'\
Ryan Hansberry587c8082018-09-20 01:31:191327 '|chrome/browser/chromeos/device_sync/'\
1328 '|chrome/browser/chromeos/multidevice_setup/'\
1329 '|chrome/browser/chromeos/secure_channel/'\
Kyle Horimoto592f64c2018-03-28 23:43:221330 '|chrome/browser/resources/chromeos/multidevice_setup/'\
Ryan Hansberry587c8082018-09-20 01:31:191331 '|chrome/browser/resources/settings/multidevice_page/'\
Demetrios Papadopoulosbb154e932019-12-23 22:05:261332 '|chrome/browser/resources/settings/chromeos/multidevice_page/'\
Ryan Hansberry587c8082018-09-20 01:31:191333 '|chrome/browser/ui/webui/chromeos/multidevice_setup/'\
1334 '|chrome/browser/ui/webui/settings/chromeos/multidevice'\
Kyle Horimoto7de86582018-12-19 20:40:251335 '|chrome/test/data/webui/multidevice_setup/'\
1336 '|chromeos/components/multidevice/'\
James Hawkinsf7e517c2018-03-30 21:01:141337 '|chromeos/components/proximity_auth/'\
Kyle Horimoto7de86582018-12-19 20:40:251338 '|chromeos/resources/multidevice_resources.grdp'\
Kyle Horimoto592f64c2018-03-28 23:43:221339 '|chromeos/services/device_sync/'\
1340 '|chromeos/services/multidevice_setup/'\
1341 '|chromeos/services/secure_channel/'\
Kyle Horimoto9bace7f2018-09-21 23:36:481342 '|ui/webui/resources/cr_components/chromeos/multidevice_setup/'
Kyle Horimotoc4d57b122018-02-28 01:17:301343 },
Alex Newcomer5e587d352020-09-16 18:06:261344 'multipaste': {
1345 'filepath': 'ash/clipboard/',
1346 },
[email protected]f76c8852012-06-21 16:37:001347 'nacl': {
[email protected]f2f0fbb92012-07-14 15:52:491348 'filepath': 'chrome/nacl/|chrome/test/nacl/|'\
[email protected]193912d2013-09-06 17:41:561349 'chrome/browser/nacl_host/|chrome/common/nacl|'\
1350 'native_client_sdk/src/doc/',
[email protected]f76c8852012-06-21 16:37:001351 },
[email protected]99ddc3d2013-01-22 16:15:331352 'native_client_sdk': {
1353 'filepath': '^native_client_sdk/',
1354 },
[email protected]b9ecdb62014-03-07 14:56:431355 'navigation': {
danakjd3baa132020-09-10 15:33:561356 'filepath': 'content/browser/renderer_host|'\
[email protected]b9ecdb62014-03-07 14:56:431357 'content/browser/renderer_host/render_process_host.*|'\
1358 'content/browser/renderer_host/render_view_host.*|'\
1359 'content/browser/web_contents/web_contents_impl.*|'\
1360 'content/renderer/render_frame.*|'\
1361 'content/renderer/render_view.*'
1362 },
Ryan Hansberry8a6e3e3e2020-05-15 17:23:051363 'nearby': {
1364 'filepath': 'chrome/browser/nearby_sharing/|'\
Richard Knoll0636d402020-06-30 17:02:141365 'chrome/browser/resources/nearby_internals/|'\
1366 'chrome/browser/resources/nearby_share/|'\
James Vecorefcdea412020-08-27 08:20:321367 'chrome/browser/resources/settings/chromeos/nearby_share_page/|'\
Richard Knoll0636d402020-06-30 17:02:141368 'chrome/browser/ui/webui/nearby_internals/|'\
1369 'chrome/browser/ui/webui/nearby_share/|'\
James Vecore09205372020-07-30 01:45:151370 'chrome/services/sharing/'
Ryan Hansberry8a6e3e3e2020-05-15 17:23:051371 },
[email protected]f76c8852012-06-21 16:37:001372 'net': {
[email protected]f2f0fbb92012-07-14 15:52:491373 'filepath': 'net/',
[email protected]f76c8852012-06-21 16:37:001374 },
bnc1872e8bd2017-01-27 02:47:281375 'net_base': {
1376 'filepath': 'net/base/',
1377 },
bnc1872e8bd2017-01-27 02:47:281378 'net_http2': {
1379 'filepath': 'net/http2/',
1380 },
[email protected]f76c8852012-06-21 16:37:001381 'net_log': {
mmenke59e4d8fb42016-06-15 21:15:281382 'filepath': 'net/log/|' \
[email protected]f2f0fbb92012-07-14 15:52:491383 'chrome/browser/net/.*net_log|' \
[email protected]f2f0fbb92012-07-14 15:52:491384 'chrome/browser/resources/net_internals/|' \
mmenke59e4d8fb42016-06-15 21:15:281385 'chrome/browser/ui/webui/net_internals/|' \
Takeshi Yoshino6b30abd2017-07-16 03:34:511386 'components/net_log/'
[email protected]f76c8852012-06-21 16:37:001387 },
Adam Rice027497d2018-07-27 02:17:021388 'net_server': {
1389 'filepath': 'net/server/'
1390 },
bnc1872e8bd2017-01-27 02:47:281391 'net_spdy': {
1392 'filepath': 'net/spdy/',
1393 },
Adam Rice027497d2018-07-27 02:17:021394 'net_websockets': {
1395 'filepath': 'net/websockets/',
1396 },
jkarlin539748402015-03-31 17:36:311397 'netinfo': {
Josh Karlin1bd016742017-08-18 17:44:171398 'filepath': '/netinfo/',
jkarlin539748402015-03-31 17:36:311399 },
Helen Li30f43d8e2018-05-09 16:24:011400 'network_service': {
1401 'filepath': 'services/network/',
1402 },
Vincent Scheibd5da4d952017-11-03 01:33:241403 'nfc': {
Rijubrata Bhaumik04f46442019-09-02 07:54:441404 'filepath': 'services/device/nfc/|'\
1405 'third_party/blink/renderer/modules/nfc/'
Vincent Scheibd5da4d952017-11-03 01:33:241406 },
Xing Liue18f0fb2019-03-22 23:55:141407 'notification_scheduler': {
1408 'filepath': 'chrome/browser/notifications/proto/|'\
1409 'chrome/browser/notifications/scheduler/'
1410 },
peterf4758412014-09-17 15:06:011411 'notifications': {
Peter Beverloo4548c852017-08-31 13:45:171412 'filepath': 'chrome/browser/extensions/api/notifications/|'\
1413 'chrome/browser/notifications/|'\
1414 'chrome/test/data/notifications/|'\
1415 'content/browser/notifications/|'\
Peter Beverloo4548c852017-08-31 13:45:171416 'content/common/platform_notification|'\
1417 'content/public/browser/platform_notification|'\
1418 'content/public/common/platform_notification|'\
1419 'content/renderer/notification_|'\
Xi Chengd47af342018-04-24 02:36:331420 'chrome/notification_helper/|'\
Kent Tamura77578cc2018-11-25 22:33:431421 'third_party/blink/web_tests/external/wpt/notifications|'\
1422 'third_party/blink/web_tests/http/tests/notifications|'\
Blink Reformata30d4232018-04-07 15:31:061423 'third_party/blink/renderer/modules/notifications|'\
1424 'third_party/blink/public/platform/modules/notifications|'\
peterf4758412014-09-17 15:06:011425 'ui/message_center/'
1426 },
tbansalc6f1c9f2016-09-30 22:48:421427 'nqe': {
1428 'filepath': 'nqe',
1429 },
mcwilliamsedee5042016-04-05 18:46:451430 'ntp_snippets': {
1431 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk16a37f902016-05-16 15:49:361432 'chrome/android/javatests/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk14c89352016-07-21 13:45:131433 'chrome/android/junit/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk117ffb322017-02-06 12:04:201434 'chrome/android/java/src/org/chromium/chrome/browser/suggestions/|'\
1435 'chrome/android/javatests/src/org/chromium/chrome/browser/suggestions/|'\
mvanouwerkerk538dc0b62016-05-17 14:55:341436 'chrome/browser/android/ntp/ntp_snippets|'\
mcwilliamsedee5042016-04-05 18:46:451437 'chrome/browser/ntp_snippets/|'\
1438 'components/ntp_snippets/|'\
1439 'chrome/android/java/res/layout/new_tab_page|'\
noyau451e6bb62016-12-23 14:29:041440 'chrome/android/java/res/layout/most_visited|'\
1441 'ios/chrome/browser/ntp_snippets'
mcwilliamsedee5042016-04-05 18:46:451442 },
treib70176c52016-07-08 14:34:191443 'ntp_tiles': {
1444 'filepath': 'chrome/browser/android/ntp/|'\
1445 'chrome/browser/ui/webui/ntp/|'\
1446 'chrome/common/search/ntp|'\
noyau451e6bb62016-12-23 14:29:041447 'components/ntp_tiles/|'\
1448 'ios/chrome/browser/ntp_tiles'
treib70176c52016-07-08 14:34:191449 },
peterb8ec88f82017-03-21 13:29:421450 'offline_items_collection': {
1451 'filepath': 'components/offline_items_collection/',
1452 },
dimichdce3ee492016-04-04 04:20:521453 'offline_pages': {
1454 'filepath': 'components/offline_pages/'\
fgorski329be5b2016-04-19 21:38:111455 '|chrome/browser/android/offline_pages/'\
1456 '|chrome/android/java/src/org/chromium/chrome/browser/offlinepages/'
dimichdce3ee492016-04-04 04:20:521457 },
[email protected]f76c8852012-06-21 16:37:001458 'omnibox': {
Justin Donnelly600d8e92018-11-09 00:40:501459 'filepath': '^chrome/browser/autocomplete/|'\
1460 '^chrome/browser/resources/omnibox|'\
1461 '^chrome/browser/ui/location_bar/|'\
1462 '^chrome/browser/ui/omnibox/|'\
1463 '^chrome/browser/ui/.*/location_bar/|'\
1464 '^chrome/browser/ui/.*/omnibox/|'\
1465 '^components/omnibox/'
[email protected]f76c8852012-06-21 16:37:001466 },
Doug Arnetta94d3ae2017-11-07 00:10:341467 'optimization_guide': {
1468 'filepath': 'optimization_guide|'\
1469 'optimization_hints',
1470 },
chasej6dff9292016-02-02 20:33:121471 'origin_trials': {
Jason Chasedfcd02b2018-08-10 21:07:491472 'filepath': 'origin_trial'\
chasej68b8bbd2017-01-26 19:26:131473 '|OriginTrial'\
1474 '|ConditionalFeature',
chasej6dff9292016-02-02 20:33:121475 },
[email protected]4a2078e2013-07-18 20:40:201476 'ozone': {
[email protected]f93c2c92013-10-31 18:22:441477 'filepath': 'ui/ozone/|'\
[email protected]4b66bf922013-10-28 19:49:431478 'ui/events/ozone/|'\
Tom Anderson374e34512019-12-10 23:27:161479 'ui/gfx/linux/|'\
[email protected]4a2078e2013-07-18 20:40:201480 'ui/gl/gl_.*egl.*|'\
1481 'ui/gl/gl_.*ozone.*'
1482 },
Sergey Ulanov004097c2018-11-05 23:29:281483 'ozone_scenic': {
1484 'filepath': 'ui/ozone/platform/scenic',
1485 },
lgarron9e25c7402017-03-15 04:03:111486 'page_info' : {
1487 'filepath': 'chrome/browser/ui/page_info/'\
1488 '|chrome/browser/ui/.*/page_info/'\
lgarron3428b2d32017-03-21 18:35:191489 '|chrome/android/java/src/org/chromium/chrome/browser/page_info/'\
lgarron6cd116a2017-04-07 19:42:181490 '|components/page_info_strings.grdp'\
Gregory Chatzinoffdf93d692017-09-09 01:32:271491 '|ios/chrome/browser/ui/page_info/'
lgarron6cd116a2017-04-07 19:42:181492 },
csharrison3b1dc4062015-10-19 14:31:081493 'page_load_metrics' : {
bmcquade9f433702016-07-26 23:33:501494 'filepath': 'chrome/browser/page_load_metrics/'\
1495 '|chrome/common/page_load_metrics/'\
1496 '|chrome/renderer/page_load_metrics/'
csharrison3b1dc4062015-10-19 14:31:081497 },
[email protected]f76c8852012-06-21 16:37:001498 'panels': {
[email protected]7cbe5a52012-09-27 02:00:291499 'filepath': 'chrome/browser/ui/panels'\
1500 '|chrome/browser/ui/cocoa/panels'\
[email protected]7cbe5a52012-09-27 02:00:291501 '|chrome/browser/ui/views/panels'
[email protected]f76c8852012-06-21 16:37:001502 },
[email protected]3cc8b3922014-05-05 13:12:081503 'password_manager': {
1504 'filepath': 'chrome/.*/password_'\
1505 '|chrome/browser/ui/passwords'\
1506 '|chrome/browser/ui/views/passwords'\
1507 '|chrome/test/data/password'\
1508 '|components/autofill.*password'
1509 '|components/password_'\
vabrccdb7222016-06-01 14:59:401510 '|^ios/chrome/browser/passwords'\
[email protected]3cc8b3922014-05-05 13:12:081511 },
rouslane8a22262016-10-19 20:49:411512 'payments': {
1513 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/payments'\
1514 '|chrome/android/javatests/src/org/chromium/chrome/browser/payments'\
Rouslan Solomakhin81af4cf2017-06-27 15:23:491515 '|chrome/browser/payments'\
1516 '|chrome/browser/ui/views/payments'\
Mohamad Ahmadi2b452762017-07-18 23:17:151517 '|components/payments/test/data'\
rouslana64ceca2016-10-26 01:10:311518 '|components/payments'\
Rouslan Solomakhin81af4cf2017-06-27 15:23:491519 '|content/browser/payments'\
1520 '|content/test/data/payments'\
1521 '|ios/chrome/browser/payments'\
1522 '|ios/chrome/browser/ui/payments'\
1523 '|ios/web/payments'\
1524 '|ios/web/public/payments'\
Kent Tamura77578cc2018-11-25 22:33:431525 '|third_party/blink/web_tests/external/wpt/payment-request'\
1526 '|third_party/blink/web_tests/http/tests/payments'\
1527 '|third_party/blink/web_tests/payments'\
Blink Reformata30d4232018-04-07 15:31:061528 '|third_party/blink/public/platform/modules/payments'\
1529 '|third_party/blink/renderer/modules/payments'
mahmadi0a7bb59f2017-02-22 19:13:491530 },
1531 'payments_ios': {
Rouslan Solomakhin81af4cf2017-06-27 15:23:491532 'filepath': 'ios/web/payments'\
1533 '|ios/chrome/browser/payments'\
1534 '|ios/chrome/browser/ui/payments'\
1535 '|ios/web/public/payments'
rouslane8a22262016-10-19 20:49:411536 },
Lei Zhang91530f72019-06-14 21:20:151537 'pdf': {
Lei Zhangaaf64f52019-06-21 00:52:081538 'filepath': 'components/pdf/'\
1539 '|chrome/browser/pdf/'\
1540 '|chrome/browser/ui/pdf/'\
1541 '|pdf/'
Lei Zhang91530f72019-06-14 21:20:151542 },
[email protected]f76c8852012-06-21 16:37:001543 'pepper_api': {
[email protected]b8491b02013-11-13 03:50:581544 'filepath': 'ppapi/api'\
1545 '|ppapi/c',
[email protected]f76c8852012-06-21 16:37:001546 },
mlamourid8b0feb2015-06-02 16:30:471547 'permissions': {
1548 'filepath': 'content/(child,browser)/permissions/'\
1549 '|content/common/permission_*'\
1550 '|content/public/(common,browser)/permission_*'\
1551 '|chrome/browser/permissions/'\
1552 '|chrome/browser/content_settings/permission*'\
1553 '|permission_context',
1554 },
Kyle Horimoto97611c12020-08-13 17:39:031555 'phonehub': {
Tim Songf7f00b02020-09-03 20:57:001556 'filepath': 'chrome/browser/chromeos/phonehub/'\
1557 '|chromeos/components/phonehub/'\
1558 '|ash/system/phonehub/',
Kyle Horimoto97611c12020-08-13 17:39:031559 },
François Beaufortb2070eb2018-02-08 10:36:341560 'picture_in_picture': {
Blink Reformata30d4232018-04-07 15:31:061561 'filepath': 'third_party/blink/renderer/modules/picture_in_picture/'
François Beaufortb2070eb2018-02-08 10:36:341562 },
michaelpg11fff3f2015-02-06 03:35:341563 'polymer': {
1564 'filepath': 'third_party/polymer/|'\
michaelpgf94a2a22017-03-06 22:35:001565 'third_party/web-animations-js/|'\
dbeam78528be2016-02-18 07:08:491566 'tools/polymer|'\
michaelpg11fff3f2015-02-06 03:35:341567 'ui/webui/resources/polymer_resources.grdp',
1568 },
Charles Harrison981d33c2017-10-06 21:36:221569 'popup_blocker': {
1570 'filepath': 'chrome/browser/ui/blocked_content'
1571 },
twifkak0c69c1f2015-06-22 18:20:091572 'precache': {
1573 'filepath': '[pP]recache'
1574 },
[email protected]be775bc2014-06-30 15:41:141575 'prepopulated_engines': {
1576 'filepath': 'components/search_engines/prepopulated_engines.json',
1577 },
[email protected]f76c8852012-06-21 16:37:001578 'prerender': {
[email protected]78375a52012-07-14 14:47:571579 'filepath': 'prerender'
[email protected]f76c8852012-06-21 16:37:001580 },
mfoltz57fd7f32017-05-03 06:12:581581 'presentation': {
mark a. foltze8739c7c2019-04-24 18:33:091582 'filepath': 'content/browser/presentation/' \
1583 '|content/public/browser/presentation_' \
1584 '|third_party/blink/public/mojom/presentation/' \
1585 '|third_party/blink/renderer/modules/presentation/' \
1586 '|third_party/blink/web_tests/(virtual/)?presentation/'
mfoltz57fd7f32017-05-03 06:12:581587 },
Robert Ogdenb766c88a2019-06-10 18:10:231588 'preview_features': {
1589 'filepath': 'components/previews/core/previews_features' \
1590 '|components/previews/core/previews_experiments'
1591 },
rbpotter0d9edeed2018-08-03 14:11:581592 'print_preview': {
1593 'filepath': 'chrome/browser/resources/print_preview/' \
1594 '|chrome/browser/ui/webui/print_preview/'
1595 },
peter884896c72015-03-12 14:26:201596 'push_messaging': {
1597 'filepath': 'push_messaging'
1598 },
David Black9b7b19f2020-02-24 18:28:351599 'quick_answers': {
1600 'filepath': 'ash/quick_answers/'\
1601 '|chrome/browser/renderer_context_menu/quick_answers.*'\
1602 '|chromeos/components/quick_answers/'
1603 },
stkhapugin06503142016-12-07 14:32:121604 'reading_list': {
1605 'filepath': 'components/reading_list|'\
1606 'ios/chrome/browser/reading_list|'\
1607 'ios/chrome/browser/ui/reading_list',
1608 },
Greg Thompsonc72dc582019-11-14 15:51:321609 'relaunch_notification': {
1610 'filepath': 'chrome/browser/ui/views/relaunch_notification'
1611 },
mark a. foltze8739c7c2019-04-24 18:33:091612 'remoteplayback': {
1613 'filepath': 'chrome/android/features/media_router/java/src/org/chromium/chrome/browser/media/router/FlingingController' \
1614 '|chrome/android/java/src/org/chromium/chrome/browser/media/remote/' \
1615 '|chrome/browser/media/android/remote/' \
1616 '|media/blink/remote_playback' \
1617 '|media/renderers/remote_playback' \
1618 '|third_party/blink/public/platform/modules/remoteplayback/' \
1619 '|third_party/blink/renderer/core/html/media/remote_playback' \
1620 '|third_party/blink/renderer/modules/remoteplayback/' \
1621 '|third_party/blink/web_tests/media/remoteplayback/' \
1622 '|third_party/blink/web_tests/virtual/new-remote-playback-pipeline/'
1623 },
[email protected]f76c8852012-06-21 16:37:001624 'remoting': {
sergeyu05995a4f2017-01-24 21:26:011625 'filepath': '^remoting/' \
1626 '|^testing/chromoting'
[email protected]f76c8852012-06-21 16:37:001627 },
gab57e80c72014-12-08 21:06:131628 'rlz_id': {
1629 'filepath' :'rlz/lib/machine_id.cc|'\
1630 'rlz/lib/machine_id.h|'\
1631 'rlz/win/lib/machine_id_win.cc',
1632 },
Joe Medleya129fe32018-01-25 15:20:221633 'runtime_enabled_features': {
Blink Reformata30d4232018-04-07 15:31:061634 'filepath' : 'third_party/blink/renderer/platform/runtime_enabled_features.json5'
Joe Medleya129fe32018-01-25 15:20:221635 },
grt829c6a82014-10-20 09:29:321636 'safe_browsing': {
timvolodine41e95412017-03-14 02:55:341637 'filepath': 'chrome/(browser|common|renderer)/safe_browsing/|'\
1638 'components/safe_browsing/',
grt829c6a82014-10-20 09:29:321639 },
Joe DeBlasiob3125f12019-10-18 21:02:541640 'safety_tips': {
1641 'filepath': 'chrome/browser/component_updater/safety_tips_.*'\
1642 '|chrome/browser/lookalikes/'\
Joe DeBlasio97b342e2019-10-22 17:33:581643 '|chrome/browser/reputation/'\
Joe DeBlasiob3125f12019-10-18 21:02:541644 '|chrome/browser/ui/views/page_info/safety_tip_page_info_bubble_view.*',
1645 },
Mike Wittman652832b2019-07-16 14:34:391646 'sampling_profiler': {
1647 'filepath': 'base/profiler/'\
1648 '|chrome/common/profiler/'\
Mike Wittman652832b2019-07-16 14:34:391649 '|chrome/renderer/v8_unwinder*'\
1650 '|components/metrics/*call_stack*'\
Mike Wittmane4a1a252019-07-29 20:27:261651 '|components/metrics/public/mojom/call_stack*',
Mike Wittman652832b2019-07-16 14:34:391652 },
Zentaro Kavanagh050f7bf2020-10-09 19:26:511653 'scanning': {
1654 'filepath': 'chromeos/components/scanning/',
1655 },
mlamourid8b0feb2015-06-02 16:30:471656 'screen_orientation': {
1657 'filepath': 'screen_orientation',
1658 },
Robert Sesekae79d38512018-09-04 18:13:301659 'security': {
1660 'filepath': 'base/json/'\
1661 '|base/memory/.*shared_memory'\
Robert Sesek61902db2018-10-09 19:15:451662 '|components/cbor/'\
1663 '|AndroidManifest',
Robert Sesekae79d38512018-09-04 18:13:301664 },
Katie D14c38ce2019-02-14 00:34:451665 'select_to_speak': {
1666 'filepath': 'select_to_speak',
1667 },
Jeffrey Cohen7fe36f502018-12-12 01:38:211668 'send_tab_to_self': {
Jeffrey Cohen9e494a612019-05-21 16:22:441669 'filepath': 'components/send_tab_to_self'\
1670 '|chrome/android/java/src/org/chromium/chrome/browser/send_tab_to_self/'\
Jeffrey Cohen224a4072019-05-23 20:49:331671 '|chrome/android/junit/src/org/chromium/chrome/browser/send_tab_to_self/'\
Jeffrey Cohen9e494a612019-05-21 16:22:441672 '|chrome/browser/android/send_tab_to_self/'\
1673 '|chrome/browser/send_tab_to_self/'\
1674 '|chrome/browser/ui/send_tab_to_self'\
1675 '|ios/chrome/browser/send_tab_to_self/',
Jeffrey Cohen7fe36f502018-12-12 01:38:211676 },
[email protected]0b431722014-01-08 07:21:511677 'service_worker': {
[email protected]edaf31d2014-03-07 00:09:171678 'filepath': 'content/(browser|renderer|child|common)/service_worker/',
[email protected]0b431722014-01-08 07:21:511679 },
Dan Beam5dec1b42018-12-10 23:52:341680 'settings': {
1681 'filepath': 'chrome/browser/resources/settings/'\
1682 '|chrome/browser/ui/webui/settings/'\
1683 '|chrome/test/data/webui/settings/',
1684 },
May Lippertd0b8cfe2019-05-22 19:54:491685 'settings_os_settings': {
Kyle Horimoto1b958952020-01-15 01:39:171686 'filepath': 'chrome/browser/resources/settings/chromeos/'\
1687 '|chrome/browser/resources/settings/os_settings_resouces.grd'\
1688 '|chrome/browser/resources/settings/os_settings_resouces_vulcanized.grd'\
1689 '|chrome/browser/ui/webui/settings/chromeos/'\
Kyle Horimotoec597772020-01-16 03:45:341690 '|chrome/test/data/webui/settings/chromeos/'\
1691 '|ui/webui/resources/cr_components/chromeos/'\
1692 '|ui/webui/resources/cr_elements/chromeos/',
May Lippertd0b8cfe2019-05-22 19:54:491693 },
Jeffrey Cohen51f7aab2020-02-11 21:32:121694 'share_sheet': {
1695 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/share/'\
Jeffrey Cohen27b6ab902020-02-18 22:44:371696 '|chrome/android/java/res/layout/share_sheet_.*'\
1697 '|chrome/browser/share/android/java/src/org/chromium/chrome/browser/share/',
Jeffrey Cohen51f7aab2020-02-11 21:32:121698 },
Peter Beverloo9a00acc2019-06-04 14:27:251699 'sharing': {
Himanshu Jaju0de6e102019-07-31 11:16:541700 'filepath': 'chrome/browser/sharing/|'\
1701 'chrome/browser/ui/views/sharing/',
Peter Beverloo9a00acc2019-06-04 14:27:251702 },
dominickn8884155a2016-06-23 02:28:161703 'site_engagement': {
1704 'filepath': 'chrome/browser/engagement/|'\
1705 'chrome/browser/ui/webui/engagement/',
1706 },
[email protected]f76c8852012-06-21 16:37:001707 'site_instance': {
[email protected]f2f0fbb92012-07-14 15:52:491708 'filepath': 'content/browser/site_instance|'\
1709 'content/browser/browsing_instance',
[email protected]f76c8852012-06-21 16:37:001710 },
Ryan Hansberry587c8082018-09-20 01:31:191711 'smartlock': {
James Hawkins14e753e82018-11-08 17:33:421712 'filepath': 'chrome/browser/chromeos/login/easy_unlock/'\
Ryan Hansberry587c8082018-09-20 01:31:191713 '|chrome/browser/resources/easy_unlock/'\
1714 '|chromeos/components/proximity_auth/'
1715 },
Zentaro Kavanagh608f8a12018-01-19 18:39:561716 'smb': {
1717 'filepath': 'chrome/browser/chromeos/file_system_provider'\
1718 '|chrome/browser/chromeos/smb_client'\
1719 '|chromeos/dbus/fake_smb_provider_client'\
1720 '|chromeos/dbus/smb_provider_client',
1721 },
Joe Medleya129fe32018-01-25 15:20:221722 'source_idls': {
Joe Medleyf7671752018-04-13 14:34:501723 'filepath': 'third_party/blink/renderer/(core|modules|platform)/.*\.idl',
Joe Medleya129fe32018-01-25 15:20:221724 },
Annie Sullivan32e8a882019-12-12 16:21:581725 'speed_metrics_changelog': {
Nicolás Peña Moreno585fda52020-05-01 14:32:511726 'filepath': 'docs/speed/metrics_changelog/.*.md',
Annie Sullivan32e8a882019-12-12 16:21:581727 },
[email protected]ad0295d2012-10-11 23:43:361728 'spellcheck': {
1729 'filepath': 'chrome/browser/spellchecker/'\
timvolodine8cdb94c2016-09-22 12:17:221730 '|chrome/browser/renderer_context_menu/spelling_'\
1731 '|components/spellcheck/'\
1732 '|third_party/hunspell/'\
1733 '|third_party/hunspell_dictionaries/',
[email protected]ad0295d2012-10-11 23:43:361734 },
Greg Thompson9ea091702018-01-04 11:06:321735 'startup': {
1736 'filepath': 'chrome/browser/ui/startup/',
1737 },
Daniel Murphyeda2b872019-11-27 23:51:411738 'storage_service' : {
1739 'filepath': 'components/services/storage/',
1740 },
Ian Clelland0fc655482020-02-14 15:20:101741 'structured_headers' : {
1742 'filepath': 'net/http/structured_headers*',
1743 },
vmpstrcc1c08302015-11-18 06:05:511744 'styleguide': {
1745 'filepath': '^styleguide/',
1746 },
Peter Wenbef43902018-11-28 22:08:121747 'styleguide_python': {
1748 'filepath': '^styleguide/python',
1749 },
engedye7b734da2017-02-07 12:08:131750 'subresource_filter': {
Charles Harrisonfb3eac92017-06-26 21:26:021751 'filepath': 'subresource_filter|SubresourceFilter|url_pattern_index',
engedye7b734da2017-02-07 12:08:131752 },
[email protected]43d33e92014-07-14 16:39:311753 'supervised_users': {
1754 'filepath': 'chrome/browser/.*managed_mode'\
1755 '|chrome/browser/.*managed_user'\
1756 '|chrome/browser/.*supervised_user',
1757 },
CJ DiMegliocaddc3482018-12-12 02:28:381758 'surface_layer_for_video': {
1759 'filepath': 'cc/layers/surface_layer*'\
1760 '|third_party/blink/renderer/platform/graphics/video_frame_*'\
1761 '|third_party/blink/renderer/platform/graphics/surface_layer_bridge*',
1762 },
Anastasia Helfinstein5205acb32019-02-15 00:54:131763 'switch_access': {
1764 'filepath': 'switch_access',
1765 },
[email protected]f76c8852012-06-21 16:37:001766 'sync': {
Andrew Grieveecac5a92018-11-08 01:57:011767 'filepath': '^chrome/browser/ui/sync/'\
maxboguefa217942016-04-01 01:08:131768 '|^chrome/browser/ui/views/sync/'\
1769 '|^chrome/test/android/javatests/src/org/chromium/chrome/test/util/browser/sync/'\
1770 '|^ios/chrome/browser/sync/'\
1771 '|^chrome/android/java/src/org/chromium/chrome/browser/sync/'\
1772 '|^chrome/browser/sync/'\
1773 '|^components/browser_sync/'\
Max Boguefef332d2016-07-28 22:09:091774 '|^components/sync/'\
maxboguefa217942016-04-01 01:08:131775 '|^components/sync_bookmarks/'\
Max Boguefef332d2016-07-28 22:09:091776 '|^components/sync_sessions/',
[email protected]f76c8852012-06-21 16:37:001777 },
[email protected]92871a102013-07-01 11:11:411778 'syncfs': {
1779 'filepath': 'sync_file_system',
1780 },
Giovanni Ortuño Urquidia35ceba2019-12-02 04:46:551781 'system_web_apps': {
1782 'filepath': 'chrome/.*system_web_app'
1783 },
miu5e69f1c52016-10-23 13:40:111784 'tab_alert_indicators': {
1785 'filepath': 'content/browser/media/audio_stream_monitor'\
miu5e69f1c52016-10-23 13:40:111786 '|chrome/browser/ui/tabs/tab_utils'\
Peter Kasting479cc1752018-09-28 22:34:371787 '|chrome/browser/ui/views/tabs/alert_indicator'\
miu5e69f1c52016-10-23 13:40:111788 '|chrome/browser/ui/views/tabs/tab\.cc'\
1789 '|chrome/browser/ui/views/tabs/tab_renderer_data'\
1790 '|media/audio/audio_(output_controller|power_monitor)',
1791 },
[email protected]82d74152013-07-28 08:55:311792 'tab_capture': {
Adam Parker83a488462017-12-22 00:26:481793 'filepath': 'chrome/browser/extensions/api/tab_capture/'\
miu5e69f1c52016-10-23 13:40:111794 '|chrome/renderer/resources/extensions/tab_capture_custom_bindings.js'\
[email protected]31ef420b2014-08-13 21:19:131795 '|chrome/test/data/extensions/api_test/tab_capture/'\
Adam Parker83a488462017-12-22 00:26:481796 '|components/viz/common/(frame_sinks/copy_output_|gl_helper|yuv_)'\
1797 '|components/viz/service/display/'\
1798 '|components/viz/service/frame_sinks/(frame_sink_manager'\
1799 '|video_capture/)'\
[email protected]31ef420b2014-08-13 21:19:131800 '|content/browser/media/capture/'\
[email protected]31ef420b2014-08-13 21:19:131801 '|content/browser/renderer_host/media/(audio_'\
1802 '|media_stream_manager|video_)'\
miu5e69f1c52016-10-23 13:40:111803 '|content/public/renderer/media_stream_'\
1804 '|content/renderer/media/(media_stream|(.+audio_source))'\
[email protected]31ef420b2014-08-13 21:19:131805 '|media/audio/(audio_output_controller|fake_audio_|virtual_audio_)'\
1806 '|media/base/video_frame\.h'\
Adam Parker83a488462017-12-22 00:26:481807 '|media/capture/'\
Miyoung Shin3fc077c2019-08-06 00:29:441808 '|services/viz/privileged/mojom/compositing/frame_sink',
[email protected]82d74152013-07-28 08:55:311809 },
[email protected]f76c8852012-06-21 16:37:001810 'tab_contents': {
[email protected]f2f0fbb92012-07-14 15:52:491811 'filepath': 'chrome/browser/tab_contents/|'\
1812 'content/browser/tab_contents/|'\
1813 'chrome/browser/ui/tab_contents/',
[email protected]f76c8852012-06-21 16:37:001814 },
gogeralddad6ac72019-08-06 23:08:371815 'tab_ui_and_start_surface': {
Wei-Yin Chen (陳威尹)943ca0a2019-08-21 14:51:351816 'filepath': 'chrome/android/features/tab_ui/' \
Wei-Yin Chen (陳威尹)e38f7bf2019-10-24 06:24:231817 '|chrome/android/features/start_surface/' \
1818 '|chrome/android/.*/src/org/chromium/chrome/browser/tasks/'
Mei Liang92e37d52019-03-22 17:27:201819 },
tdresserd80646f2017-03-03 19:26:081820 'tbmv2_metrics': {
1821 'filepath': 'third_party/catapult/tracing/tracing/metrics'
1822 },
[email protected]31a10602012-11-21 01:51:261823 'telemetry': {
nednguyen79105d422016-04-18 01:38:421824 'filepath': 'tools/perf/'
[email protected]31a10602012-11-21 01:51:261825 },
Takeshi Yoshino524e1d262017-07-28 01:16:381826 'test_runner': {
1827 'filepath': 'components/test_runner/' \
Kent Tamura21d1de62018-12-10 04:45:201828 '|content/shell/(common|browser|renderer)/web_test/' \
1829 '|content/test/web_test_support.cc' \
1830 '|content/public/test/web_test_support.h' \
Takeshi Yoshino524e1d262017-07-28 01:16:381831 },
[email protected]f76c8852012-06-21 16:37:001832 'tests': {
[email protected]f2f0fbb92012-07-14 15:52:491833 'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/',
[email protected]0cde05a02011-11-30 23:36:521834 },
jlkleinecc81952016-11-19 00:16:071835 'tether': {
Kyle Horimoto592f64c2018-03-28 23:43:221836 'filepath': 'chrome/browser/chromeos/tether/'\
1837 '|chrome/browser/ui/ash/network/tether*'\
Ryan Hansberry587c8082018-09-20 01:31:191838 '|chromeos/components/tether/'
jlkleinecc81952016-11-19 00:16:071839 },
[email protected]1cbbb30b2011-10-14 08:03:561840 'textinput': {
Bao-Duy Trane2b20b032020-06-09 01:34:481841 'filepath': 'content/browser/renderer_host/render_widget_host_view'\
[email protected]f2f0fbb92012-07-14 15:52:491842 '|content/browser/renderer_host/text_input'\
1843 '|ui/base/ime/'\
[email protected]f2f0fbb92012-07-14 15:52:491844 '|ui/views/controls/textfield/'\
Yuichiro Hanadaf0b3b472017-10-17 07:00:531845 '|ui/wm/core/ime'
[email protected]1cbbb30b2011-10-14 08:03:561846 },
[email protected]3a117c62011-11-29 04:28:021847 'textinput_chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:491848 'filepath': 'chrome/browser/chromeos/input_method/'\
1849 '|chrome/browser/chromeos/extensions/input_method'\
1850 '|chrome/browser/chromeos/status/input_method'\
Bao-Duy Tran8302196d2020-06-11 07:41:521851 '|chrome/browser/extensions/api/input_ime'\
[email protected]f2f0fbb92012-07-14 15:52:491852 '|chrome/browser/resources/keyboard'\
[email protected]f2f0fbb92012-07-14 15:52:491853 'chromeos/.*(language|keyboard)'\
[email protected]6bd9e802013-04-18 06:40:421854 '|chromeos/ime/*'
[email protected]3a117c62011-11-29 04:28:021855 },
Patrick Monette9355f1fc2019-08-09 18:18:161856 'third_party_conflicts': {
1857 'filepath': 'chrome/browser/win/conflicts/'
1858 },
chirantan96fcf6d2015-01-21 22:36:191859 'timers': {
1860 'filepath': 'base/timer/'\
1861 '|components/timers/'
1862 },
robliaofd54b5c2017-01-13 00:41:301863 'tools_win_chromeexts': {
1864 'filepath': 'tools/win/chromeexts',
1865 },
AJITH KUMAR V4f0c4812018-03-27 13:46:571866 'touch_selection': {
1867 'filepath': 'ui/touch_selection/'\
1868 '|content/public/android/java/src/org/chromium/content/browser/selection/'
1869 },
[email protected]c8eb7f72013-07-04 15:30:111870 'tracing': {
1871 'filepath': 'base/debug/trace_event.*'\
primianobef13b42015-01-30 15:29:311872 '|base/trace_event/'\
[email protected]c8eb7f72013-07-04 15:30:111873 '|content/browser/tracing/'\
Oystein Eftevaag6410f1a2018-03-01 18:06:301874 '|components/tracing/'\
1875 '|services/tracing/'
[email protected]c8eb7f72013-07-04 15:30:111876 },
Nicolas Ouellet-payeur0c26b872019-09-05 07:38:071877 'traffic_annotation': {
1878 'filepath': 'tools/traffic_annotation/'
1879 },
Megan Jablonski33f229f2019-12-18 22:58:001880 'translate': {
1881 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/translate|'\
1882 'chrome/android/java/src/org/chromium/chrome/browser/infobar/translate|'\
1883 'chrome/android/javatests/src/org/chromium/chrome/browser/translate|'\
1884 'chrome/browser/translate|'\
1885 'chrome/browser/ui/translate|'\
1886 'chrome/browser/ui/webui/translate_internals|'\
1887 'chrome/browser/ui/views/translate|'\
1888 'chrome/renderer/translate|'\
1889 'chrome/test/data/translate|'\
1890 'components/resources/translate_resources.grdp'\
1891 'components/translate|'\
1892 'components/translate_strings_grdp|'\
1893 'ios/chrome/browser/translate|'\
1894 'ios/chrome/browser/ui/translate|'\
1895 'ios/web_view/internal/translate'
1896 },
[email protected]cf428f732012-10-02 20:48:151897 'ui_compositor': {
1898 'filepath': 'ui/compositor/layer\.|'\
1899 'ui/compositor/layer_unittest|'\
1900 'ui/compositor/compositor',
1901 },
robliao2c4b7492016-07-19 01:57:261902 'ui_display_win': {
1903 'filepath': '^ui/display/win',
1904 },
[email protected]6b5093c2012-05-23 19:10:181905 'ui_resources': {
[email protected]f2f0fbb92012-07-14 15:52:491906 'filepath': 'ui/resources/'\
1907 '|ui/base/native_theme/resources/'\
1908 '|chrome/app/theme/'
[email protected]6b5093c2012-05-23 19:10:181909 },
edwardjung83f52ef22017-02-07 13:15:071910 'ui_strings': {
1911 'filepath': 'chrome/app/generated_resources.grd'\
1912 '|chrome/app/google_chrome_strings.grd'\
1913 '|chrome/android/java/strings/android_chrome_strings.grd'\
1914 '|chrome/app/settings_strings.grdp'\
1915 '|ios/chrome/app/strings/ios(_.+)*_strings.grd'\
1916 '|ui/strings/ui_strings.grd',
1917 },
Robert Liao5c35cbe2019-02-27 02:42:331918 'ui_views': {
1919 'filepath': '^ui/views',
1920 },
Will Harris989ca932019-02-15 19:21:211921 'unified_consent': {
1922 'filepath': 'components/unified_consent/'\
1923 '|chrome/browser/unified_consent/',
1924 },
Vincent Scheibd5da4d952017-11-03 01:33:241925 'usb': {
1926 'filepath': '/usb/',
1927 },
[email protected]c73ec8ab2014-01-16 20:35:231928 'version_assembly': {
1929 'filepath': 'chrome/app/version_assembly',
1930 },
posciak62a72272016-05-11 08:31:241931 'video': {
1932 'filepath': 'content/browser/renderer_host/media/|'\
1933 'content/renderer/media/|'\
1934 'media/capture/video/|'\
1935 'media/filters/|'\
1936 'media/gpu/|'\
1937 '.*video.*',
1938 },
mcasas09e881c2016-04-09 02:09:501939 'video_capture': {
1940 'filepath': 'chrome/browser/media/.*(capture|media|webrtc)'\
1941 '|content/browser/renderer_host/media/.*(capture|media)'\
1942 '|content/renderer/media/.*(capture|media|webrtc)'\
1943 '|media/capture/'\
chfremer2a01a69b2017-01-06 02:39:011944 '|media/muxers/'\
1945 '|services/video_capture/',
mcasas09e881c2016-04-09 02:09:501946 },
[email protected]ef514a32014-02-26 01:02:351947 'virtual_keyboard': {
Darren Shen40a822352019-06-03 05:39:161948 'filepath': 'ash/keyboard/'\
oka47452c22017-02-17 05:07:571949 '|chrome/test/data/chromeos/virtual_keyboard/'\
1950 '|extensions/browser/api/virtual_keyboard_private/'\
Darren Shen40a822352019-06-03 05:39:161951 '|ash/system/virtual_keyboard/',
[email protected]ef514a32014-02-26 01:02:351952 },
billorr3c7e1442016-11-11 21:21:351953 'virtual_reality': {
David Dorwina4a2b73c2018-05-18 22:39:561954 # Includes VR, AR, and XR.
Michael Thiessena7bec5b2018-07-12 19:10:041955 'filepath': '/vr/'\
David Dorwina4a2b73c2018-05-18 22:39:561956 '|/xr'\
Alex Cooper59197c72019-03-29 17:31:551957 '|webxr'\
Bill Orr165281bd2018-12-06 18:27:121958 '|isolated_xr_device'\
David Dorwina4a2b73c2018-05-18 22:39:561959 '|third_party/arcore'\
1960 '|third_party/gvr'\
1961 '|third_party/libovr'\
1962 '|third_party/openvr',
billorr3c7e1442016-11-11 21:21:351963 },
Chris Blumec6ddd6c2018-12-14 23:35:011964 'vulkan': {
1965 'filepath': 'gpu/vulkan'\
1966 '|third_party/vulkan'
1967 },
Vincent Scheibd5da4d952017-11-03 01:33:241968 'wake_lock': {
1969 'filepath': 'wake_lock',
1970 },
May Lippert04ed4b62019-05-24 16:31:221971 'wallpapers': {
Miyoung Shin3fc077c2019-08-06 00:29:441972 'filepath': 'components/arc/common/wallpaper.mojom'\
May Lippert04ed4b62019-05-24 16:31:221973 '|ash/wallpaper/'\
1974 '|chrome/browser/resources/chromeos/wallpaper_manager/',
1975 },
Raymes Khoury6b9bf762019-05-17 05:00:511976 'web_applications': {
1977 'filepath': 'chrome/browser/web_applications'\
1978 '|chrome/browser/ui/web_applications',
1979 },
Devin Mullins4ff9b282018-03-09 00:37:321980 'web_package': {
1981 'filepath': 'content/browser/loader/prefetch_url_loader'\
1982 '|content/browser/web_package/'\
Kunihiko Sakamotoba390852018-07-11 01:08:551983 '|content/test/data/sxg/'
Devin Mullins4ff9b282018-03-09 00:37:321984 },
Matt Giuca9eb910d2017-08-02 04:07:381985 'web_share': {
1986 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/webshare/'\
1987 '|chrome/android/javatests/src/org/chromium/chrome/browser/WebShare.*'\
Kent Tamura77578cc2018-11-25 22:33:431988 '|third_party/blink/web_tests/webshare/'\
1989 '|third_party/blink/web_tests/external/wpt/web-share/'\
Eric Willigers3eeae17c2019-03-13 17:32:101990 '|third_party/blink/public/mojom/webshare/'\
Blink Reformata30d4232018-04-07 15:31:061991 '|third_party/blink/renderer/modules/webshare/',
Matt Giuca9eb910d2017-08-02 04:07:381992 },
Martin Kreichgauer794a18572018-07-20 20:45:431993 'webauthn': {
1994 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/webauth/'\
1995 '|chrome/android/javatests/src/org/chromium/chrome/browser/webauth/'\
Martin Kreichgauer144f8be2019-09-19 18:41:081996 '|chrome/browser/extensions/api/cryptotoken_private/'\
1997 '|chrome/browser/resources/cryptotoken/'\
Martin Kreichgauer794a18572018-07-20 20:45:431998 '|chrome/browser/ui/webauthn/'\
1999 '|chrome/browser/ui/views/webauthn/'\
Martin Kreichgauer1b7dc872019-04-15 18:50:412000 '|chrome/browser/webauthn/'\
Martin Kreichgauer794a18572018-07-20 20:45:432001 '|content/browser/webauth/'\
2002 '|device/fido/'\
Martin Kreichgauer1b7dc872019-04-15 18:50:412003 '|third_party/blink/public/mojom/webauthn/'\
Nina Satragno9573c032019-10-03 18:51:362004 '|third_party/blink/web_tests/external/wpt/webauthn/'\
Martin Kreichgauer1b7dc872019-04-15 18:50:412005 '|third_party/microsoft_webauthn/',
Martin Kreichgauer794a18572018-07-20 20:45:432006 },
Chris Cunninghamde605a02019-12-12 02:39:112007 'webcodecs': {
2008 'filepath': 'third_party/blink/renderer/modules/webcodecs/',
2009 },
Corentin Wallez3f1d0852018-07-04 15:45:362010 'webgpu': {
2011 'filepath': 'third_party/blink/renderer/modules/webgpu/',
2012 },
Christian O. Andersson2fc7db52019-09-04 15:39:492013 'weblayer': {
2014 'filepath': 'weblayer/',
2015 },
Carlos ILd0907f22020-01-29 22:52:372016 'weblayer_safe_browsing': {
2017 'filepath': 'weblayer/browser/safe_browsing/',
2018 },
2019 'weblayer_ssl': {
2020 'filepath': 'weblayer/browser/ssl*',
2021 },
Takeshi Yoshinoe387aa32017-08-02 13:16:132022 'webrtc_browser_tests': {
2023 'filepath': 'chrome/browser/media/.*webrtc.*browsertest|'\
2024 'content/browser/media/.*webrtc.*browsertest',
2025 },
[email protected]208879542012-07-05 11:15:342026 'website_settings': {
[email protected]f2f0fbb92012-07-14 15:52:492027 'filepath': 'chrome/browser/content_settings/'\
2028 '|chrome/browser/ui/views/website_settings/'\
2029 '|chrome/browser/ui/website_settings/'\
mukai077089f2014-09-11 18:41:522030 '|chrome/common/content_settings'\
2031 '|components/content_settings/',
[email protected]208879542012-07-05 11:15:342032 },
[email protected]b17d9e02014-07-29 09:45:502033 'windows_sandboxing': {
2034 'filepath': 'sandbox/win/',
2035 },
Luke Zielinskid00a5112019-10-30 17:58:412036 'wpt_tools': {
2037 'filepath': 'third_party/blink/web_tests/external/wpt/tools/',
2038 },
[email protected]f76c8852012-06-21 16:37:002039 'x11': {
[email protected]f2f0fbb92012-07-14 15:52:492040 'filepath': 'content/browser/renderer_host/backing_store_x\.' \
2041 '|chrome/browser/chromeos/input_method/xkeyboard\.' \
2042 '|chrome/browser/chromeos/system_key_event_listener\.' \
[email protected]f76c8852012-06-21 16:37:002043 '|chrome/browser/chromeos/'\
[email protected]f2f0fbb92012-07-14 15:52:492044 'xinput_hierarchy_changed_event_listener\.' \
2045 '|chrome/browser/chromeos/wm_' \
2046 '|ui/base/x/'
[email protected]0d710852012-05-24 01:18:402047 },
Chris Blume04103c42018-12-14 22:46:062048 'zlib': {
2049 'filepath': 'third_party/zlib'
2050 },
wjmaclean3ff6a402015-03-31 19:00:202051 'zoom': {
2052 'filepath': 'chrome/browser/ui/zoom/' \
2053 '|components/ui/zoom/' \
2054 '|content/browser/host_zoom_*' \
2055 '|content/browser/storage_partition_impl*' \
2056 '|content/public/browser/host_zoom_map.h' \
2057 '|content/public/browser/storage_partition.h'
2058 },
[email protected]a3838612009-10-13 21:57:542059 },
[email protected]ca872e362011-07-12 21:06:032060
pennymac962d190432016-07-27 00:58:352061 ##############################################################################
2062 # Please keep alphabetical
2063 ##############################################################################
[email protected]a3838612009-10-13 21:57:542064 'WATCHLISTS': {
Joe Medley1e1bb652018-04-27 17:36:592065 'about_flags': ['[email protected]',
2066 '[email protected]'],
Daniel Eratb4c9b9e2019-06-04 23:57:262067 'accelerator_table': ['[email protected]'],
dmazzoni5f4b7f12015-02-17 16:35:572068 'accessibility': ['[email protected]',
Akihiro Otac504b882019-02-20 02:54:532069 '[email protected]',
dmazzoni5f4b7f12015-02-17 16:35:572070 '[email protected]',
dougtcd8ac01d2017-03-24 16:23:402071 '[email protected]',
[email protected]f76c8852012-06-21 16:37:002072 '[email protected]',
Sara Katoeff75d22019-11-07 19:08:232073 '[email protected]',
je_julie.kima170bac2015-05-06 14:57:542074 '[email protected]',
Josiah K3bddaed32020-09-11 17:59:372075 '[email protected]',
Kevin Babbitt52b18902019-04-16 21:47:442076 '[email protected]',
dmazzoni5f4b7f12015-02-17 16:35:572077 '[email protected]',
Sara Katoeff75d22019-11-07 19:08:232078 '[email protected]',
[email protected]f76c8852012-06-21 16:37:002079 '[email protected]'],
Shannon Chenccd4b842020-09-25 02:09:212080 'accessibility_component_extensions': ['[email protected]',
2081 '[email protected]'],
Aaron Leventhal22a04da2020-04-17 12:44:192082 'accessibility_minimal_core': ['[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:262083 'add_to_homescreen': ['[email protected]',
Xi Han50f523a1d2017-07-19 15:56:112084 '[email protected]',
Glenn Hartmann6e09db12019-07-31 03:00:112085 '[email protected]',
2086 '[email protected]'],
Peter Wen35bf5932018-10-22 19:51:482087 'android_crash_reporting': ['[email protected]',
2088 '[email protected]'],
johnmaguire6aaac7902016-03-15 12:28:202089 'android_crazy_linker': ['[email protected]'],
Peter Wen35bf5932018-10-22 19:51:482090 'android_deps': ['[email protected]'],
Henrique Nakashima64f2b8b2020-02-05 22:54:432091 'android_flags': ['[email protected]'],
dfalcantaraef21e9e2016-01-07 01:16:262092 'android_infobars': ['[email protected]'],
John Budorick56c3c052020-03-30 19:15:572093 'android_infra': ['[email protected]'],
Takeshi Yoshino524e1d262017-07-28 01:16:382094 'android_item_chooser_dialogs': ['[email protected]',
2095 '[email protected]'],
Peter Wen35bf5932018-10-22 19:51:482096 'android_lint': ['[email protected]'],
Daniele Castagna7c829d692018-02-12 16:09:082097 'android_media': ['[email protected]'],
Tomasz Wiszkowski36adccf2019-11-04 16:51:032098 'android_omnibox': ['[email protected]'],
Ted Choc042d8442018-03-13 16:35:572099 'android_search_widget': ['[email protected]',
2100 '[email protected]'],
nyquistf602bd02017-02-16 23:17:442101 'android_studio': ['[email protected]',
2102 '[email protected]'],
Daniele Castagna7c829d692018-02-12 16:09:082103 'android_tab': ['[email protected]'],
asvitkine361b276e2016-08-30 18:45:002104 'android_uma_settings': ['[email protected]',
2105 '[email protected]'],
Maggie Cai9190f7632019-06-12 06:06:572106 'android_webapk': ['[email protected]',
Ella Gecf52fc32019-11-18 09:01:562107 '[email protected]',
2108 '[email protected]'],
[email protected]7ca78dc12012-09-20 09:26:442109 'android_webview': ['[email protected]'],
Tim Volodine178dc2bc2019-03-19 19:07:222110 'android_webview_network_service': ['[email protected]'],
Yi Gu6a1be462020-06-02 01:09:322111 'animation_worklet': ['[email protected]'],
nancy5a8934a2020-05-18 03:48:392112 'app_service': ['[email protected]',
2113 '[email protected]'],
Dominick Ng45392562018-12-13 07:21:212114 'app_shortcuts': ['[email protected]',
2115 '[email protected]',
Daniel Murphy608e0272020-03-12 23:15:252116 '[email protected]',
Fabio Rocha7d3e7bfc2020-09-01 19:41:412117 '[email protected]',
2118 '[email protected]'],
pennymac962d190432016-07-27 00:58:352119 'apps': ['[email protected]',
Daniel Murphy608e0272020-03-12 23:15:252120 '[email protected]',
Fabio Rocha7d3e7bfc2020-09-01 19:41:412121 '[email protected]',
2122 '[email protected]'],
Dominick Ngb919db92019-11-18 06:17:162123 'apps_intent_helper': ['[email protected]',
2124 '[email protected]'],
lhchavez4b19176f2016-05-04 23:12:462125 'arc': ['[email protected]',
hidehiko49f0b7c2016-05-24 10:59:472126 '[email protected]',
victorhsieh52feccd2017-02-27 18:27:022127 '[email protected]',
Junichi Uekawa38d20c12018-03-22 03:31:302128 '[email protected]',
2129 '[email protected]'],
lhchavez61532c92016-10-18 21:33:372130 'arc_auth': ['[email protected]'],
Yuichiro Hanada2e111fb2018-11-19 17:33:052131 'arc_ime': ['[email protected]'],
poromov7633f602017-02-21 16:44:012132 'arc_kiosk': ['[email protected]'],
Miyoung Shin3fc077c2019-08-06 00:29:442133 'arc_mojom': ['[email protected]'],
lhchavez4b19176f2016-05-04 23:12:462134 'arc_net': ['[email protected]',
2135 '[email protected]',
2136 '[email protected]'],
ejcarusoa298ec02016-06-16 20:30:432137 'arc_power': ['[email protected]'],
Hirokazu Hondaf98a3122018-04-12 11:19:482138 'arc_video_accelerator': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352139 'ash': ['[email protected]',
2140 '[email protected]'],
Xiaohui Chen87d4b112020-02-22 00:17:552141 'assistant': ['[email protected]'],
Max Morin2b0206312018-04-06 11:17:402142 'audio_service': ['[email protected]',
Max Morin2b0206312018-04-06 11:17:402143 '[email protected]'],
pennymac962d190432016-07-27 00:58:352144 'aura': ['[email protected]',
2145 '[email protected]'],
[email protected]c3a6e1e72013-08-02 00:13:072146 'aura_compositor': ['[email protected]',
2147 '[email protected]',
Antoine Laboure77dc8c72019-07-24 00:31:142148 '[email protected]'],
Katie D14c38ce2019-02-14 00:34:452149 'autoclick': ['[email protected]'],
Jared Saul4765c1e2018-06-18 13:44:572150 'autofill': ['[email protected]',
sebsg55d59d82018-06-19 18:29:522151 '[email protected]',
sebsgbbfbea02016-10-24 21:54:592152 '[email protected]',
Anthony Vallee-Dubois866affd22018-03-19 15:13:212153 '[email protected]',
Vaclav Brozek9048a1222018-11-30 08:11:502154 '[email protected]'],
Mathias Carlenc61d8072018-08-21 16:18:242155 'autofill_assistant': ['[email protected]'],
Jared Saul61b16ed42019-10-11 20:19:442156 'autofill_payments': ['[email protected]',
2157 '[email protected]',
2158 '[email protected]'],
Dan Elphick08d1fd42018-04-26 10:22:332159 'background_fetch': ['[email protected]',
Mugdha Lakhani6876ba12018-04-06 13:12:282160 '[email protected]',
Mugdha Lakhani90e82fd2019-06-25 09:38:492161 '[email protected]'],
Jason Chasedfcd02b2018-08-10 21:07:492162 'background_sync': ['[email protected]',
Mugdha Lakhani90e82fd2019-06-25 09:38:492163 '[email protected]',
Rayan Kanso253399c2018-11-07 19:28:252164 '[email protected]',
2165 '[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:262166 'banners': ['[email protected]',
Xi Han50f523a1d2017-07-19 15:56:112167 '[email protected]',
F07b660412017-08-01 20:53:062168 '[email protected]'],
Takeshi Yoshino524e1d262017-07-28 01:16:382169 'base': ['[email protected]'],
Benoit Lizecc5cb4392020-08-03 19:02:362170 'base_allocator': ['[email protected]',
2171 '[email protected]'],
[email protected]1ed5e0fd2012-07-19 00:19:052172 'base_memory': ['[email protected]'],
Alexander Timin864bf8a02018-03-12 11:06:282173 'base_scheduler': ['[email protected]'],
Gabriel Charettee6bbb532019-04-29 16:39:392174 'base_thread_pool': ['[email protected]',
2175 '[email protected]',
2176 '[email protected]'],
pennymac962d190432016-07-27 00:58:352177 'base_win': ['[email protected]',
Robert Liao27a2fa12017-10-20 18:34:482178 '[email protected]',
pennymac962d190432016-07-27 00:58:352179 '[email protected]'],
[email protected]7e093d4022014-06-26 19:19:552180 'battery_status': ['[email protected]'],
Alexander Timine3deb2a2019-09-20 15:29:092181 'bfcache': ['[email protected]'],
Lei Zhangf4c2b172020-02-21 06:23:102182 'binary_size': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352183 'blink': ['[email protected]'],
2184 'blink_accessibility': ['[email protected]',
2185 '[email protected]',
dougtcd8ac01d2017-03-24 16:23:402186 '[email protected]',
horo8e9a01572016-07-27 06:05:312187 '[email protected]',
Kevin Babbitt52b18902019-04-16 21:47:442188 '[email protected]',
pennymac962d190432016-07-27 00:58:352189 '[email protected]'],
2190 'blink_animation': ['[email protected]',
Yi Gubb534b32020-03-03 22:13:212191 '[email protected]',
Eric Willigersb5f2b5a2019-05-13 18:31:492192 '[email protected]'],
pennymac962d190432016-07-27 00:58:352193 'blink_app_banner': ['[email protected]'],
2194 'blink_audio': ['[email protected]',
2195 '[email protected]'],
2196 'blink_battery_status': ['[email protected]',
2197 '[email protected]'],
Kentaro Hara1de86192019-05-29 08:51:592198 'blink_bindings': ['[email protected]', '[email protected]'],
jbroman9ac2d532016-09-01 18:20:082199 'blink_bindings_serialization': ['[email protected]'],
Conley Owensd744e392018-04-24 19:18:572200 'blink_bluetooth': ['[email protected]',
Ovidio Henriquez86333882018-11-05 18:25:212201 '[email protected]',
2202 '[email protected]'],
Nicolas Pena7a6b6992019-01-16 17:20:082203 'blink_client_hints': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352204 'blink_clipboard': ['[email protected]'],
Kinuko Yasuda4a342642018-03-01 09:29:552205 'blink_common': ['[email protected]',
2206 '[email protected]'],
Kentaro Hara08ea1892019-08-29 04:25:242207 'blink_controller': [],
pennymac962d190432016-07-27 00:58:352208 'blink_css': ['[email protected]',
2209 '[email protected]',
danakjc1e13d4e2018-05-04 21:34:422210 '[email protected]'],
pennymac962d190432016-07-27 00:58:352211 'blink_css_flexbox': ['[email protected]'],
Morten Stenshorne4f1b3022017-11-14 12:05:372212 'blink_css_fragmentation_tests': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352213 'blink_css_grid_layout': ['[email protected]',
Oriol Brufau825a8482019-11-04 10:38:162214 '[email protected]',
horo8e9a01572016-07-27 06:05:312215 '[email protected]',
pennymac962d190432016-07-27 00:58:352216 '[email protected]'],
Dimitri Glazkov33286c62017-12-08 23:34:252217 'blink_custom_elements': ['[email protected]'],
Oksana Zhuravlova5e236ec92018-07-25 00:16:032218 'blink_device_orientation': ['[email protected]',
2219 '[email protected]',
2220 '[email protected]',
pennymac962d190432016-07-27 00:58:352221 '[email protected]'],
Pavel Feldmana47e1f92019-09-20 16:58:572222 'blink_devtools': ['[email protected]'],
Lei Zhang784e9a62020-10-12 22:39:432223 'blink_dom': ['[email protected]'],
Daniel Murphyfffe60f82019-12-05 21:30:202224 'blink_dom_storage': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352225 'blink_events': ['[email protected]',
Lei Zhang784e9a62020-10-12 22:39:432226 '[email protected]'],
pennymac962d190432016-07-27 00:58:352227 'blink_fetch': ['[email protected]',
2228 '[email protected]',
Takeshi Yoshino9d7588a32017-07-31 07:17:342229 '[email protected]'],
Hiroki Nakagawa62c133e2020-06-24 06:58:412230 'blink_fileapi': ['[email protected]'],
haraken98d0827a2017-02-27 00:55:192231 'blink_frames': ['[email protected]'],
Mounir Lamouria33886c2018-02-07 10:00:372232 'blink_geolocation': ['[email protected]'],
Nico Weberb6975cc2018-06-19 10:51:452233 'blink_heap': ['[email protected]',
pennymac962d190432016-07-27 00:58:352234 '[email protected]',
2235 '[email protected]'],
Dimitri Glazkov33286c62017-12-08 23:34:252236 'blink_html': ['[email protected]'],
csharrisonf357e9632016-07-29 01:27:222237 'blink_htmlparser': ['[email protected]',
2238 '[email protected]'],
Madeleine Barowsky21b04402019-01-29 19:17:052239 'blink_image_codecs': ['[email protected]',
2240 '[email protected]'],
Daniel Murphyeda2b872019-11-27 23:51:412241 'blink_indexed_db': ['[email protected]',
Daniel Murphyfffe60f82019-12-05 21:30:202242 '[email protected]'],
Navid Zolghadr051e0a0e2020-05-05 18:15:222243 'blink_input': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352244 'blink_layers': ['[email protected]'],
2245 'blink_layout': ['[email protected]',
pennymac962d190432016-07-27 00:58:352246 '[email protected]'],
Ojan Vafai1fa1ec52018-04-11 17:56:402247 'blink_layout_ng': ['[email protected]',
atotic30c8eba2016-10-28 13:24:072248 '[email protected]',
dgroganf9744ea2017-01-18 23:23:262249 '[email protected]',
lchoi2ba79a72017-05-25 00:23:052250 '[email protected]',
Xiaocheng Hu8bd4d8072017-10-25 23:44:322251 '[email protected]',
2252 '[email protected]'],
pennymac962d190432016-07-27 00:58:352253 'blink_loader': ['[email protected]',
2254 '[email protected]',
Takeshi Yoshinoab2ce8562017-11-09 05:19:192255 '[email protected]'],
pennymac962d190432016-07-27 00:58:352256 'blink_media': ['[email protected]',
2257 '[email protected]',
srirama.mdec4f512016-09-06 08:22:192258 '[email protected]',
2259 '[email protected]'],
pennymac962d190432016-07-27 00:58:352260 'blink_media_queries': ['[email protected]',
Nicolas Pena7a6b6992019-01-16 17:20:082261 '[email protected]'],
mcasas9558316b2017-03-10 18:57:312262 'blink_mediastream': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352263 'blink_navigator_content_utils': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352264 'blink_out_of_process_frames': ['[email protected]',
2265 '[email protected]'],
Raphael Kubo da Costab856f102019-07-02 09:17:552266 'blink_paint' : ['[email protected]'],
Xida Chen0ef92782018-01-17 05:53:352267 'blink_paintworklet' : ['[email protected]'],
Balazs Engedy23f08852018-09-24 23:39:582268 'blink_permissions': ['[email protected]',
2269 '[email protected]'],
kinukoc462adb2016-12-22 12:58:492270 'blink_platform': ['[email protected]'],
ajumabd2c9c22017-05-01 21:29:502271 'blink_platform_graphics': ['[email protected]',
pennymac962d190432016-07-27 00:58:352272 '[email protected]',
2273 '[email protected]',
fmalita9710b732017-02-17 05:10:022274 '[email protected]',
Fernando Serboncinie802c9f2018-11-06 19:17:112275 '[email protected]',
pennymac962d190432016-07-27 00:58:352276 '[email protected]',
pennymac962d190432016-07-27 00:58:352277 '[email protected]'],
Nicolas Pena7a6b6992019-01-16 17:20:082278 'blink_preloadScanner': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352279 'blink_prerender': ['[email protected]',
Nicolas Pena7a6b6992019-01-16 17:20:082280 '[email protected]'],
Dimitri Glazkov33286c62017-12-08 23:34:252281 'blink_public_api': ['[email protected]'],
Hiroki Nakagawa62c133e2020-06-24 06:58:412282 'blink_quota': ['[email protected]'],
Kentaro Hara08ea1892019-08-29 04:25:242283 'blink_scheduler': ['[email protected]'],
Nate Chapin1a9f01a2019-11-22 17:39:302284 'blink_scheduling_api': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352285 'blink_screen_orientation': ['[email protected]'],
Kouhei Ueno43382932017-05-30 04:43:572286 'blink_script': ['[email protected]',
Dominic Farolinoc51cb1fb2020-05-27 01:49:152287 '[email protected]', '[email protected]'],
David Bokan9dc0046272017-12-29 00:28:012288 'blink_scroll': ['[email protected]'],
Matt Falkenhagen40369012019-11-19 00:43:552289 'blink_service_worker': ['[email protected]',
pennymac962d190432016-07-27 00:58:352290 '[email protected]',
2291 '[email protected]',
pennymac962d190432016-07-27 00:58:352292 '[email protected]',
2293 '[email protected]',
tzik749ae1e2018-07-20 05:05:012294 '[email protected]'],
Matt Falkenhagenca7fbb62018-07-10 09:21:432295 'blink_service_worker_tests': ['[email protected]'],
Rachel Blum41788872018-10-25 20:54:012296 'blink_spellcheck' : ['[email protected]',
Xiaocheng Hu8bd4d8072017-10-25 23:44:322297 '[email protected]'],
Adam Rice027497d2018-07-27 02:17:022298 'blink_streams': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352299 'blink_style': ['[email protected]'],
2300 'blink_svg': ['[email protected]',
fmalita9710b732017-02-17 05:10:022301 '[email protected]',
pennymac962d190432016-07-27 00:58:352302 '[email protected]',
pennymac962d190432016-07-27 00:58:352303 '[email protected]',
2304 '[email protected]',
pennymac962d190432016-07-27 00:58:352305 '[email protected]'],
pennymac962d190432016-07-27 00:58:352306 'blink_track': ['[email protected]',
2307 '[email protected]',
2308 '[email protected]',
Sriram8d3e0e22017-11-09 10:40:162309 '[email protected]',
2310 '[email protected]'],
mvanouwerkerk38f632c62017-04-13 10:35:312311 'blink_vibration': ['[email protected]'],
David Bokan9dc0046272017-12-29 00:28:012312 'blink_viewport_interaction': ['[email protected]',
2313 '[email protected]'],
pennymac962d190432016-07-27 00:58:352314 'blink_w3ctests': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352315 'blink_webp': ['[email protected]',
2316 '[email protected]',
Madeleine Barowsky21b04402019-01-29 19:17:052317 '[email protected]',
2318 '[email protected]'],
Adam Rice027497d2018-07-27 02:17:022319 'blink_websockets': ['[email protected]',
2320 '[email protected]'],
pennymac962d190432016-07-27 00:58:352321 'blink_workers': ['[email protected]',
pennymac962d190432016-07-27 00:58:352322 '[email protected]',
shimazu99de61f2016-09-07 03:57:412323 '[email protected]',
2324 '[email protected]'],
Kentaro Hara08ea1892019-08-29 04:25:242325 'blink_wtf': ['[email protected]'],
Joel Hockey0db16432018-03-09 22:41:492326 'blink_xml': ['[email protected]',
2327 '[email protected]'],
donnd787f6ed2016-08-03 01:00:562328 'bottombar': ['[email protected]',
2329 '[email protected]'],
Tarun Bansalc4882282018-07-11 23:53:552330 'breve': ['[email protected]'],
[email protected]22650d22012-07-18 17:02:352331 'browser_components': ['[email protected]'],
Antoine Laboure77dc8c72019-07-24 00:31:142332 'browser_compositor': ['[email protected]'],
michaelpge42ca3b32016-02-19 08:17:572333 'browser_resources_md': ['[email protected]'],
Alexander Timinaa132762019-05-10 16:10:172334 'browser_scheduler': ['[email protected]'],
Christian Dullwebered2c82b2018-04-10 08:37:222335 'browsing_data': ['[email protected]',
msramek878b39d92016-04-20 07:55:332336 '[email protected]'],
Rouslan Solomakhin0b13446c2018-07-18 14:47:072337 'bubble': ['[email protected]'],
mark a. foltze8739c7c2019-04-24 18:33:092338 'cast': ['[email protected]',
miua1710162015-08-27 01:38:092339 '[email protected]',
mark a. foltze8739c7c2019-04-24 18:33:092340 '[email protected]',
Xiaohan Wang22ab04c12019-02-06 00:41:042341 '[email protected]'],
ryanchung4d157372016-05-10 20:27:162342 'cast_certificate': ['[email protected]',
mfoltz57fd7f32017-05-03 06:12:582343 '[email protected]',
ryanchung24f9d7b2017-01-12 19:18:342344 '[email protected]'],
mark a. foltze8739c7c2019-04-24 18:33:092345 'cast_channel': ['[email protected]',
Ryan Ki Sing Chung27cc7ed92017-07-25 21:53:472346 '[email protected]'],
[email protected]c863702a2012-09-14 20:05:282347 'cc': ['[email protected]'],
Yi Gu6a1be462020-06-02 01:09:322348 'cc-animation': ['[email protected]',
Yi Guc1c54682018-07-23 12:00:002349 '[email protected]'],
danakjca574522017-09-20 16:38:592350 'cc-contexts': ['[email protected]'],
Peng Huangc624cb12020-02-06 15:08:152351 'cc-display': ['[email protected]',
2352 '[email protected]'],
danakjca574522017-09-20 16:38:592353 'cc-paint': ['[email protected]'],
2354 'cc-quads': ['[email protected]'],
2355 'cc-resources': ['[email protected]'],
Alexander Timin864bf8a02018-03-12 11:06:282356 'cc-scheduler': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352357 'certificate_transparency': ['[email protected]',
martijnccdd0542016-11-07 18:49:272358 '[email protected]',
pennymac962d190432016-07-27 00:58:352359 '[email protected]'],
Joe Masona353743f2019-10-11 16:35:462360 'chrome_cleaner': ['[email protected]'],
Patrick Monette9355f1fc2019-08-09 18:18:162361 'chrome_elf': ['[email protected]',
2362 '[email protected]'],
lpy0ca13772017-02-28 19:48:272363 'chrome_grc': ['[email protected]'],
Sebastien Marchand68b41432019-05-09 19:38:072364 'chrome_performance_manager': ['[email protected]'],
alokp9d869cc12016-05-27 01:46:312365 'chromecast': ['[email protected]',
2366 '[email protected]',
halliwellfa56b3a42015-09-04 21:42:572367 '[email protected]'],
gfhuang2548f902016-02-26 02:29:212368 'chromecast_public': ['[email protected]'],
kereliuk08eda794c2018-09-05 16:10:232369 'chromedriver': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352370 'chromeos': ['[email protected]'],
2371 'chromeos_attestation': ['[email protected]'],
Ryan Hansberry8e41a5c42019-04-18 22:12:512372 'chromeos_bluetooth': ['[email protected]',
Ryan Hansberry8ebe8492019-10-22 17:46:442373 '[email protected]'],
pennymac962d190432016-07-27 00:58:352374 'chromeos_calculator': ['[email protected]'],
Kyle Horimotofdcf67012019-04-08 19:06:102375 'chromeos_cellular': ['[email protected]',
Kyle Horimotod7b72f32019-05-09 19:13:122376 '[email protected]',
2377 '[email protected]',
Ryan Hansberry97a37782019-11-15 17:42:002378 '[email protected]'],
alematec5187b1b2016-08-26 05:32:182379 'chromeos_geolocation': ['[email protected]'],
Achuith Bhandarkar434e24592018-03-07 23:05:122380 'chromeos_lkgm': ['[email protected]',
Steven Bennetts793b4702020-05-06 19:14:502381 '[email protected]'],
alematec5187b1b2016-08-26 05:32:182382 'chromeos_login': ['[email protected]',
Jacob Dufaulted1ef2bc2018-08-10 18:21:342383 '[email protected]',
Roman Sorokin891f4892019-03-28 16:30:332384 '[email protected]',
Toni Barzic43db296e2019-03-20 00:27:222385 '[email protected]'],
Trent Apted0c0b4492019-09-30 01:15:242386 'chromeos_media_app': ['[email protected]'],
Kyle Horimoto89f06e22019-04-08 19:07:172387 'chromeos_net': ['[email protected]',
Kyle Horimotod7b72f32019-05-09 19:13:122388 '[email protected]',
2389 '[email protected]',
Jon Manna19f5a92019-11-21 20:10:592390 '[email protected]',
Ryan Hansberry8ebe8492019-10-22 17:46:442391 '[email protected]',
2392 '[email protected]'],
alematec5187b1b2016-08-26 05:32:182393 'chromeos_timezone': ['[email protected]'],
2394 'chromeos_webui': ['[email protected]'],
James Hawkins57cbf652020-02-03 23:55:012395 'chromeos_wifi_sync': ['[email protected]',
Ryan Hansberry8ebe8492019-10-22 17:46:442396 '[email protected]',
2397 '[email protected]'],
Josiah K3bddaed32020-09-11 17:59:372398 'chromevox': ['[email protected]',
2399 '[email protected]',
Akihiro Ota5c35f1f2019-11-20 23:13:592400 '[email protected]',
Josiah K3bddaed32020-09-11 17:59:372401 '[email protected]'],
Daniel Cheng99312b632017-10-25 03:59:492402 'clang_update': ['[email protected]',
[email protected]cf8ffa82013-02-13 08:30:072403 '[email protected]',
George Burgess IVbbcd9912018-04-17 14:59:282404 '[email protected]',
pennymac962d190432016-07-27 00:58:352405 '[email protected]',
rnk28bbd1772016-05-04 17:57:582406 '[email protected]',
Hans Wennborgf2eb949e2018-05-08 12:45:032407 '[email protected]',
Peter Collingbourne1ac5f712018-03-30 22:15:132408 '[email protected]',
rnk28bbd1772016-05-04 17:57:582409 '[email protected]',
pennymac962d190432016-07-27 00:58:352410 '[email protected]',
thestigf023ccc2016-11-10 14:39:152411 '[email protected]',
pennymac962d190432016-07-27 00:58:352412 '[email protected]',
Reid Klecknerfe7f9d52019-08-22 00:11:422413 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002414 'clipboard': ['[email protected]'],
Colin Blundell55da8082019-09-16 13:13:472415 'components_deps': ['[email protected]'],
Matthew Jonesf3b5f4f2019-01-04 00:01:252416 'compositor_animator': ['[email protected]'],
Conley Owensd744e392018-04-24 19:18:572417 'content_bluetooth': ['[email protected]',
Vincent Scheibf01b55ff22018-01-10 21:05:062418 '[email protected]'],
Rayan Kanso3047d3f2019-06-26 13:26:392419 'content_index': ['[email protected]'],
Randy Smith9d64e6e2018-03-07 20:07:082420 'content_loader': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352421 'content_renderer': ['[email protected]'],
Jochen Eisingeraf65c9842020-02-01 07:54:522422 'content_shell': ['[email protected]',
peterc9e3e172015-11-02 09:29:162423 '[email protected]'],
nhiroki90ba0102015-07-21 01:42:242424 'content_worker': ['[email protected]',
2425 '[email protected]'],
donnd787f6ed2016-08-03 01:00:562426 'contextual_search': ['[email protected]',
2427 '[email protected]'],
Nicolás Peña Moreno42e92d32020-09-25 02:11:342428 'core_web_vitals_plm': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352429 'courgette': ['[email protected]',
2430 '[email protected]'],
Nico Weber6ff639a2017-08-11 21:04:502431 'cq': ['[email protected]',
2432 '[email protected]',
2433 '[email protected]',
2434 '[email protected]',
2435 '[email protected]'],
Steven Bennettsafa54e12020-03-03 19:18:142436 'cr_elements': ['[email protected]'],
Chung-yih Wang7afc64a2018-03-06 02:09:042437 'cros_benchmarks': ['[email protected]',
2438 '[email protected]',
2439 '[email protected]'],
Matt Menard04ecde42020-06-26 20:08:442440 'cros_reporting': ['[email protected]'],
Ben Wells03471a72018-03-22 00:58:462441 'crostini': ['[email protected]'],
Matt Menard04ecde42020-06-26 20:08:442442 'cups_printing': ['[email protected]',
2443 '[email protected]'],
Henrique Ferreiroef907f8622020-10-21 09:43:312444 'cursor': ['[email protected]'],
Wojciech Dzierżanowski7d246b52019-05-10 19:52:262445 'custom_proxy': ['[email protected]',
2446 '[email protected]'],
Peter Beverloob90e4c32018-12-07 14:27:192447 'custom_tabs': ['[email protected]',
2448 '[email protected]',
Peter E Conn35d3a982019-01-17 10:35:272449 '[email protected]',
Peter Beverloo5cc24512018-11-29 15:36:432450 '[email protected]',
Peter E Conn35d3a982019-01-17 10:35:272451 '[email protected]'],
Prashant Nevase1ca62412020-09-17 11:21:162452 'dark_mode' : ['[email protected]',
2453 '[email protected]'],
Madeleine Barowsky21b04402019-01-29 19:17:052454 'data_decoder': ['[email protected]'],
Ryo Hashimoto900be52c2018-05-24 06:42:262455 'dbus': ['[email protected]'],
Patti2627bb62020-03-10 02:53:142456 'demo_mode': ['[email protected]'],
Collin Baker4d4ea662020-09-18 21:39:162457 'desktop_in_product_help': ['[email protected]'],
Conley Owensd744e392018-04-24 19:18:572458 'device_bluetooth': ['[email protected]',
Vincent Scheibf01b55ff22018-01-10 21:05:062459 '[email protected]'],
Conley Owensd744e392018-04-24 19:18:572460 'device_chooser': ['[email protected]',
Ovidio Henriquez86333882018-11-05 18:25:212461 '[email protected]',
2462 '[email protected]'],
Pavel Feldmana47e1f92019-09-20 16:58:572463 'devtools': ['[email protected]'],
Bailey Berro9b11fa62020-09-30 01:33:022464 'diagnostics_ui': ['[email protected]',
2465 '[email protected]',
2466 '[email protected]',
2467 '[email protected]'],
kinukoc462adb2016-12-22 12:58:492468 'disk_cache': ['[email protected]'],
Daniel Murphyfffe60f82019-12-05 21:30:202469 'dom_storage': ['[email protected]'],
David Trainor051827f2017-06-02 18:33:132470 'download': ['[email protected]'],
Dan Beam6d8ee882020-01-14 20:54:282471 'downloads_ui': ['[email protected]'],
[email protected]89d2cd52013-04-16 01:55:362472 'drive_resource_metadata': ['[email protected]'],
[email protected]3a25c8a2014-06-26 06:47:102473 'eme': ['[email protected]'],
Timothy Lohc2644622020-10-07 05:42:312474 'exo': ['[email protected]'],
Justin DeWittf64d39e2018-08-09 21:33:412475 'explore_sites': ['[email protected]',
2476 '[email protected]',
2477 '[email protected]',
Pete Williamson3600f2d2018-09-24 17:31:112478 '[email protected]',
2479 '[email protected]'],
[email protected]f9529e7922013-06-06 05:19:412480 'extension': ['[email protected]',
2481 '[email protected]'],
Luna Lu7f221f22017-06-13 16:46:142482 'feature_policy': ['[email protected]',
Joe Medleya129fe32018-01-25 15:20:222483 '[email protected]',
Joe Medley1e1bb652018-04-27 17:36:592484 '[email protected]'],
Pete Williamsonc8321302020-01-31 21:35:042485 'feed': ['[email protected]',
2486 '[email protected]',
2487 '[email protected]',
2488 '[email protected]',
Ian Wells1dc7053d2020-04-17 18:04:222489 '[email protected]',
2490 '[email protected]'],
Miriam Zimmerman43b747d52020-06-02 22:50:272491 'feedback': ['[email protected]'],
Hiroki Nakagawa62c133e2020-06-24 06:58:412492 'fileapi': ['[email protected]'],
yoshiki1c0ba2782014-12-08 07:04:262493 'filebrowse': ['[email protected]'],
Joel Hockey0db16432018-03-09 22:41:492494 'filesapp': ['[email protected]',
2495 '[email protected]',
okab0be3dc2016-08-30 07:37:102496 '[email protected]'],
Dominik Röttschesf0fd4d62019-06-17 11:15:022497 'freetype_update': ['[email protected]',
2498 '[email protected]'],
Tomasz Mikolajewski2905dbb2017-11-22 06:24:042499 'fsp': ['[email protected]'],
David Dorwinb3bd4b1a2019-09-24 00:07:012500 'fuchsia': ['[email protected]'],
mmoroz58ddb8172016-09-08 18:29:552501 'fuzzing': ['[email protected]'],
Conley Owensd744e392018-04-24 19:18:572502 'gamepad': ['[email protected]'],
Nicolas Zeaa4088702019-08-06 20:55:102503 'gcm': ['[email protected]'],
Raphael Kubo da Costab8111f9f2018-10-04 14:24:232504 'generic_sensor': ['[email protected]',
Vincent Scheibd5da4d952017-11-03 01:33:242505 '[email protected]',
Raphael Kubo da Costa0e3cf83d2019-03-11 10:55:562506 '[email protected]',
Rijubrata Bhaumik04f46442019-09-02 07:54:442507 '[email protected]',
timvolodine4cf58ca2017-05-24 16:11:482508 '[email protected]',
mikhail.pozdnyakova8db26402016-11-28 18:27:122509 '[email protected]'],
Mounir Lamouri578ca402019-01-23 20:40:482510 'geolocation': ['[email protected]'],
[email protected]cf428f732012-10-02 20:48:152511 'gfx_geometry': ['[email protected]'],
[email protected]f93b7382012-08-09 20:53:162512 'gfx_image': ['[email protected]'],
Tommy Steimel0cacd28c2019-11-12 22:12:512513 'global_media_controls': ['[email protected]'],
agrieve4d9c1c52016-09-23 17:49:382514 'gn': ['[email protected]',
Trent Apted93d53b02019-01-21 02:54:342515 '[email protected]'],
Corentin Wallez3f1d0852018-07-04 15:45:362516 'gpu_passthrough_cmd_decoder': ['[email protected]'],
Ehsan Karamadc20cee22018-08-10 21:32:332517 'guest_view': ['[email protected]',
Kevin McNee77c2f6b2018-08-14 21:43:582518 '[email protected]',
Ehsan Karamadc20cee22018-08-10 21:32:332519 '[email protected]'],
Miriam Zimmerman43b747d52020-06-02 22:50:272520 'hats': ['[email protected]'],
Andrey Kosyakova173d252018-05-07 18:29:112521 'headless': ['[email protected]'],
David Black01eb6d42020-09-17 17:16:522522 'holding_space': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002523 'i18n': ['[email protected]'],
Jeffrey Cohen9a2604442020-02-13 17:55:562524 'image_editor': ['[email protected]',
2525 '[email protected]',
2526 '[email protected]',
2527 '[email protected]'],
Greg Thompson4f90fc992017-07-25 19:30:372528 'incident_reporting': ['[email protected]'],
Daniel Murphyeda2b872019-11-27 23:51:412529 'indexed_db': ['[email protected]',
Daniel Murphyfffe60f82019-12-05 21:30:202530 '[email protected]'],
Colin Blundell0aeb4d02020-06-08 14:32:052531 'infobars_for_weblayer': ['[email protected]'],
Stephen Martinisf7e0fb12019-09-04 18:59:592532 'infra_docs': ['[email protected]'],
Navid Zolghadr051e0a0e2020-05-05 18:15:222533 'input': ['[email protected]'],
Michael Spang808d5c12018-10-23 19:20:392534 'input_devices': ['[email protected]'],
Daniel Murphy608e0272020-03-12 23:15:252535 'installable': ['[email protected]',
Fabio Rocha7d3e7bfc2020-09-01 19:41:412536 '[email protected]',
2537 '[email protected]'],
Raphael Kubo da Costaf242cef72017-11-08 16:01:182538 'installer_linux': ['[email protected]',
2539 '[email protected]'],
Greg Thompson4f90fc992017-07-25 19:30:372540 'installer_win': ['[email protected]',
Greg Thompson4f90fc992017-07-25 19:30:372541 '[email protected]'],
edchin46453b42017-03-03 01:40:112542 'ios': ['[email protected]'],
2543 'ios_chrome': ['[email protected]',
eugenebutb5a5a8572017-01-20 01:18:112544 '[email protected]'],
edchin46453b42017-03-03 01:40:112545 'ios_clean': ['[email protected]',
lpromero6846b19d2017-05-23 10:43:592546 '[email protected]'],
Javier Ernesto Flores Roblesef507e62020-07-08 14:40:342547 'ios_credential_provider': ['[email protected]'],
Eric Noyaua1825272019-01-02 10:36:392548 'ios_flags': ['[email protected]'],
edchin46453b42017-03-03 01:40:112549 'ios_showcase': ['[email protected]',
lpromero6846b19d2017-05-23 10:43:592550 '[email protected]'],
edchin46453b42017-03-03 01:40:112551 'ios_web': ['[email protected]',
2552 '[email protected]'],
Robert Ogden2df066b2020-01-14 23:58:492553 'isolated_prefetch': ['[email protected]',
2554 '[email protected]'],
Megan Jablonski33f229f2019-12-18 22:58:002555 'language': ['[email protected]'],
Johanndfa4d7d2017-12-07 18:05:292556 'libaom': ['[email protected]',
Jerome Jiang49f3ef2f2020-05-08 22:27:282557 '[email protected]',
pennymac962d190432016-07-27 00:58:352558 '[email protected]',
Jerome Jiang49f3ef2f2020-05-08 22:27:282559 '[email protected]',
2560 '[email protected]',
pennymac962d190432016-07-27 00:58:352561 '[email protected]'],
Johanndfa4d7d2017-12-07 18:05:292562 'libvpx': ['[email protected]',
2563 '[email protected]',
Johanndfa4d7d2017-12-07 18:05:292564 '[email protected]',
2565 '[email protected]',
2566 '[email protected]'],
Takeshi Yoshino524e1d262017-07-28 01:16:382567 'libwebp': ['[email protected]',
2568 '[email protected]',
2569 '[email protected]'],
dominiccabb90e02017-03-31 04:54:232570 'libxml_xslt': ['[email protected]',
2571 '[email protected]'],
Matthew Denton801686d22020-03-10 00:54:382572 'linux_sandboxing': ['[email protected]',
2573 '[email protected]',
2574 '[email protected]'],
2575 'linux_seccomp_bpf': ['[email protected]',
2576 '[email protected]',
2577 '[email protected]'],
lgrey62faed72016-10-11 21:40:392578 'mac' : ['[email protected]'],
Dominick Ng31b7feb2019-01-29 23:24:002579 'manifest': ['[email protected]',
Daniel Murphy608e0272020-03-12 23:15:252580 '[email protected]',
Fabio Rocha7d3e7bfc2020-09-01 19:41:412581 '[email protected]',
2582 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002583 'media': ['[email protected]'],
Miguel Casas-Sanchez5eb47252017-09-05 21:15:032584 'media_capture_from_element': ['[email protected]'],
Becca Hughes087b43c2020-04-08 21:59:522585 'media_controls': ['[email protected]',
2586 '[email protected]',
Alex Keng83e23682019-05-16 06:23:072587 '[email protected]'],
Becca Hughes087b43c2020-04-08 21:59:522588 'media_feeds': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352589 'media_galleries': ['[email protected]',
2590 '[email protected]'],
Hirokazu Hondae31ce109a2018-09-18 11:18:502591 'media_gpu': ['[email protected]'],
Miguel Casas7ac35742020-01-09 20:04:402592 'media_gpu_cros': ['[email protected]'],
2593 'media_gpu_vaapi': ['[email protected]'],
2594 'media_gpu_win': ['[email protected]'],
Becca Hughes087b43c2020-04-08 21:59:522595 'media_history': ['[email protected]'],
Xiaohan Wang6cbdcdf2018-06-12 21:55:542596 'media_mojo': ['[email protected]',
2597 '[email protected]'],
mcasasfeedbe42017-03-03 05:23:562598 'media_recorder': ['[email protected]',
mcasas9558316b2017-03-10 18:57:312599 '[email protected]'],
mark a. foltze8739c7c2019-04-24 18:33:092600 'media_remoting': ['[email protected]',
apacible01538e02016-11-04 22:15:312601 '[email protected]',
Xiaohan Wang22ab04c12019-02-06 00:41:042602 '[email protected]'],
mark a. foltze8739c7c2019-04-24 18:33:092603 'media_router': ['[email protected]',
Xiangjun Zhang880262a2018-08-07 22:35:382604 '[email protected]',
Takumi Fujimoto4bef2792018-05-03 17:51:552605 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002606 'message_loop': ['[email protected]'],
Joshua Berenhauscb36aff2020-04-17 18:16:592607 'metrics': ['[email protected]',
2608 '[email protected]'],
Ilya Shermandfce91b72020-03-23 18:52:462609 'metrics_metadata_files': ['[email protected]',
2610 '[email protected]'],
Gabriel Marinac7ecd72019-10-04 18:16:062611 'metrics_perf': ['[email protected]'],
toyoshim8f51f902015-03-27 03:50:212612 'midi': ['[email protected]'],
Darin Fisherf5c9bdf2019-09-06 22:30:232613 'mojo': ['[email protected]'],
Ryan Hansberry587c8082018-09-20 01:31:192614 'multidevice': ['[email protected]',
Kyle Horimoto0c440a022019-07-09 23:27:402615 '[email protected]',
Ryan Hansberry8ebe8492019-10-22 17:46:442616 '[email protected]',
2617 '[email protected]'],
Alex Newcomer5e587d352020-09-16 18:06:262618 'multipaste': ['[email protected]',
2619 '[email protected]',
2620 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002621 'nacl': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352622 'native_client_sdk': ['[email protected]',
2623 '[email protected]'],
Alex Moshchuk3fbcf782018-05-09 00:06:292624 'navigation': ['[email protected]',
2625 '[email protected]',
Fergal Daly6a8b54a2020-02-05 08:50:102626 '[email protected]',
2627 '[email protected]'],
Ryan Hansberry8a6e3e3e2020-05-15 17:23:052628 'nearby': ['[email protected]',
2629 '[email protected]',
2630 '[email protected]',
Peter Beverloo6913da6b2020-09-16 22:49:502631 '[email protected]',
Ryan Hansberry8a6e3e3e2020-05-15 17:23:052632 '[email protected]',
Peter Beverloo6913da6b2020-09-16 22:49:502633 '[email protected]',
Ryan Hansberry8a6e3e3e2020-05-15 17:23:052634 '[email protected]'],
Chris Bentzel605478a2018-07-10 21:47:012635 'net': ['[email protected]'],
Junbo Ke9a03e532019-08-20 19:53:472636 'net_base': ['[email protected]',
2637 '[email protected]'],
bnc1872e8bd2017-01-27 02:47:282638 'net_http2': ['[email protected]'],
2639 'net_log': ['[email protected]',
Matt Menkecebc2402017-07-20 16:26:092640 '[email protected]'],
Adam Rice027497d2018-07-27 02:17:022641 'net_server': ['[email protected]'],
bnc1872e8bd2017-01-27 02:47:282642 'net_spdy': ['[email protected]'],
Adam Rice027497d2018-07-27 02:17:022643 'net_websockets': ['[email protected]'],
jkarlin539748402015-03-31 17:36:312644 'netinfo': ['[email protected]'],
Helen Li30f43d8e2018-05-09 16:24:012645 'network_service': ['[email protected]'],
Rijubrata Bhaumik04f46442019-09-02 07:54:442646 'nfc': ['[email protected]',
2647 '[email protected]'],
Xing Liue18f0fb2019-03-22 23:55:142648 'notification_scheduler': ['[email protected]'],
Peter Beverloo45bf54c2018-08-06 17:12:032649 'notifications': ['[email protected]'],
tbansalc6f1c9f2016-09-30 22:48:422650 'nqe': ['[email protected]'],
Eric Noyaua1825272019-01-02 10:36:392651 'ntp_snippets': ['[email protected]'],
2652 'ntp_tiles': ['[email protected]'],
peterc7e27422017-05-17 04:05:282653 'offline_items_collection': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352654 'offline_pages': ['[email protected]',
Carlos Knippschild6a2e2f02017-06-02 18:18:142655 '[email protected]',
pennymac962d190432016-07-27 00:58:352656 '[email protected]',
2657 '[email protected]',
dewittj74b23f6f2016-04-21 19:29:252658 '[email protected]',
2659 '[email protected]',
Dan Harrington163354f2019-03-29 21:28:352660 '[email protected]',
2661 '[email protected]'],
jdonnelly6fa5a21d2017-01-03 15:28:352662 'omnibox': ['[email protected]'],
Sophie Chang76811dfb2018-12-20 21:40:472663 'optimization_guide': ['[email protected]'],
iclelland8b904402016-10-05 15:01:232664 'origin_trials': ['[email protected]',
Ian Clelland1b27f8f62017-06-22 13:36:242665 '[email protected]'],
pennymac962d190432016-07-27 00:58:352666 'ozone': ['[email protected]',
2667 '[email protected]'],
Sergey Ulanov004097c2018-11-05 23:29:282668 'ozone_scenic': ['[email protected]',
David Dorwinae98e222020-05-04 21:19:522669 '[email protected]',
Sergey Ulanovac3ba332018-11-08 00:16:452670 '[email protected]',
David Dorwinae98e222020-05-04 21:19:522671 '[email protected]'],
Joe DeBlasio85ba31c2020-03-06 00:46:382672 'page_info' : ['[email protected]'],
Bryan McQuade4233f412017-07-28 16:23:412673 'page_load_metrics' : ['[email protected]',
2674 '[email protected]',
tdresserd80646f2017-03-03 19:26:082675 '[email protected]',
2676 '[email protected]'],
Daniel Cheng99312b632017-10-25 03:59:492677 'panels': ['[email protected]',
pennymac962d190432016-07-27 00:58:352678 '[email protected]',
2679 '[email protected]'],
mkwst17a9875d2016-06-24 10:36:392680 'password_manager': ['[email protected]',
Vasilii Sukhanovc4e6c2842018-07-18 12:12:202681 '[email protected]'],
sebsgbbfbea02016-10-24 21:54:592682 'payments': ['[email protected]',
mahmadi0a7bb59f2017-02-22 19:13:492683 '[email protected]',
Danyao Wang49cabfc2019-05-31 20:17:342684 '[email protected]',
Sahel Sharifye82954f92019-11-25 22:06:382685 '[email protected]',
2686 '[email protected]'],
2687 'payments_ios': ['[email protected]',
2688 '[email protected]'],
Lei Zhang91530f72019-06-14 21:20:152689 'pdf': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352690 'pepper_api': ['[email protected]',
2691 '[email protected]',
2692 '[email protected]',
pennymac962d190432016-07-27 00:58:352693 '[email protected]',
pennymac962d190432016-07-27 00:58:352694 '[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:262695 'permissions': ['[email protected]',
Xi Han50f523a1d2017-07-19 15:56:112696 '[email protected]',
Dominick Ngcaa7b402017-07-11 07:35:392697 '[email protected]',
Timothy Loh363aa0dd2019-09-03 04:38:242698 '[email protected]'],
Kyle Horimoto97611c12020-08-13 17:39:032699 'phonehub': ['[email protected]',
2700 '[email protected]',
2701 '[email protected]'],
François Beaufortb2070eb2018-02-08 10:36:342702 'picture_in_picture': ['[email protected]'],
Dan Beam6d8ee882020-01-14 20:54:282703 'polymer': ['[email protected]'],
Charles Harrison981d33c2017-10-06 21:36:222704 'popup_blocker': ['[email protected]'],
twifkak0c69c1f2015-06-22 18:20:092705 'precache': ['[email protected]'],
[email protected]be775bc2014-06-30 15:41:142706 'prepopulated_engines': ['[email protected]'],
Chris Bentzel605478a2018-07-10 21:47:012707 'prerender': ['[email protected]',
pennymac962d190432016-07-27 00:58:352708 '[email protected]'],
Adam Parkera556b7a2018-05-22 17:53:192709 'presentation': ['[email protected]'],
Robert Ogdenb766c88a2019-06-10 18:10:232710 'preview_features': ['[email protected]'],
Lei Zhang1a86ca92019-06-13 00:04:462711 'print_preview': ['[email protected]'],
Peter Beverloo45bf54c2018-08-06 17:12:032712 'push_messaging': ['[email protected]'],
David Black9b7b19f2020-02-24 18:28:352713 'quick_answers': ['[email protected]'],
stkhapugin06503142016-12-07 14:32:122714 'reading_list': ['[email protected]'],
Greg Thompsonc72dc582019-11-14 15:51:322715 'relaunch_notification': ['[email protected]'],
mark a. foltze8739c7c2019-04-24 18:33:092716 'remoteplayback': ['[email protected]'],
[email protected]c3887592014-02-06 20:02:252717 'remoting': ['[email protected]'],
Ali Tofigh000debb52017-11-07 21:35:422718 'rlz_id': ['[email protected]',
pennymac962d190432016-07-27 00:58:352719 '[email protected]'],
Joe Medley1e1bb652018-04-27 17:36:592720 'runtime_enabled_features': ['[email protected]'],
Daniel Rubery9fdcd952019-08-26 22:32:472721 'safe_browsing': ['[email protected]',
Daniel Ruberyfa8cd5d2018-09-13 17:31:232722 '[email protected]',
Varun Khaneja212beed2019-12-02 18:06:062723 '[email protected]',
Xinghui Lufad9c932019-07-30 22:57:162724 '[email protected]'],
Joe DeBlasiob3125f12019-10-18 21:02:542725 'safety_tips': ['[email protected]'],
Mike Wittman652832b2019-07-16 14:34:392726 'sampling_profiler': ['[email protected]'],
Zentaro Kavanagh050f7bf2020-10-09 19:26:512727 'scanning': ['[email protected]',
2728 '[email protected]',
2729 '[email protected]'],
mlamourid8b0feb2015-06-02 16:30:472730 'screen_orientation': ['[email protected]'],
Robert Sesekae79d38512018-09-04 18:13:302731 'security': ['[email protected]'],
Anastasia Helfinstein83c763a2019-05-13 18:15:032732 'select_to_speak': ['[email protected]',
2733 '[email protected]'],
Jeffrey Cohen7fe36f502018-12-12 01:38:212734 'send_tab_to_self': ['[email protected]',
Jeffrey Cohen7fe36f502018-12-12 01:38:212735 '[email protected]',
Jeffrey Cohen6b31b2d2019-01-23 19:12:302736 '[email protected]'],
pennymac962d190432016-07-27 00:58:352737 'service_worker': ['[email protected]',
[email protected]6d095a8b2014-02-28 15:26:162738 '[email protected]',
pennymac962d190432016-07-27 00:58:352739 '[email protected]',
pennymac962d190432016-07-27 00:58:352740 '[email protected]',
horo8e9a01572016-07-27 06:05:312741 '[email protected]',
tzik749ae1e2018-07-20 05:05:012742 '[email protected]'],
Demetrios Papadopoulos78710632020-01-15 21:54:312743 'settings': ['[email protected]'],
Kyle Horimoto1b958952020-01-15 01:39:172744 'settings_os_settings': ['[email protected]',
Kyle Horimoto1b958952020-01-15 01:39:172745 '[email protected]',
2746 '[email protected]'],
Jeffrey Cohen51f7aab2020-02-11 21:32:122747 'share_sheet': ['[email protected]'],
Peter Beverloo6913da6b2020-09-16 22:49:502748 'sharing': ['[email protected]',
2749 '[email protected]',
2750 '[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:262751 'site_engagement': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352752 'site_instance': ['[email protected]',
Alex Moshchuk3fbcf782018-05-09 00:06:292753 '[email protected]',
pennymac962d190432016-07-27 00:58:352754 '[email protected]',
[email protected]b9ecdb62014-03-07 14:56:432755 '[email protected]'],
Ryan Hansberry587c8082018-09-20 01:31:192756 'smartlock': ['[email protected]',
Ryan Hansberry8ebe8492019-10-22 17:46:442757 '[email protected]'],
Zentaro Kavanagh608f8a12018-01-19 18:39:562758 'smb': ['[email protected]'],
Joe Medley1e1bb652018-04-27 17:36:592759 'source_idls': ['[email protected]'],
Annie Sullivan32e8a882019-12-12 16:21:582760 'speed_metrics_changelog': ['[email protected]',
2761 '[email protected]',
Connor Clarkb91ac2402020-04-03 17:25:592762 '[email protected]',
Annie Sullivane8c88b732020-01-17 21:49:142763 '[email protected]',
Annie Sullivan32e8a882019-12-12 16:21:582764 '[email protected]'],
Rachel Blum41788872018-10-25 20:54:012765 'spellcheck': ['[email protected]',
timvolodine8cdb94c2016-09-22 12:17:222766 '[email protected]',
2767 '[email protected]'],
Greg Thompson9ea091702018-01-04 11:06:322768 'startup': ['[email protected]',
2769 '[email protected]'],
Daniel Murphyfffe60f82019-12-05 21:30:202770 'storage_service': ['[email protected]'],
Ian Clelland0fc655482020-02-14 15:20:102771 'structured_headers': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352772 'styleguide': ['[email protected]',
vmpstrdeec20e2016-11-18 22:17:322773 '[email protected]',
2774 '[email protected]'],
Peter Wenbef43902018-11-28 22:08:122775 'styleguide_python': ['[email protected]',
Peter Wenbef43902018-11-28 22:08:122776 '[email protected]'],
engedye7b734da2017-02-07 12:08:132777 'subresource_filter': ['[email protected]'],
Pam Greene8efbeae92018-10-02 14:54:462778 'supervised_users': [],
CJ DiMegliocaddc3482018-12-12 02:28:382779 'surface_layer_for_video': [ '[email protected]',
2780 '[email protected]'],
Anastasia Helfinstein5205acb32019-02-15 00:54:132781 'switch_access': ['[email protected]'],
maxbogue65ea2632016-04-04 18:12:582782 'sync': ['[email protected]'],
Hiroki Nakagawa62c133e2020-06-24 06:58:412783 'syncfs': ['[email protected]'],
Giovanni Ortuño Urquidid6b07282020-07-16 01:25:322784 'system_web_apps': [ '[email protected]',
2785 '[email protected]'],
miu5e69f1c52016-10-23 13:40:112786 'tab_alert_indicators': ['[email protected]'],
Adam Parkera556b7a2018-05-22 17:53:192787 'tab_capture': ['[email protected]',
Xiaohan Wang22ab04c12019-02-06 00:41:042788 '[email protected]'],
pennymac962d190432016-07-27 00:58:352789 'tab_contents': ['[email protected]',
2790 '[email protected]',
2791 '[email protected]'],
Wei-Yin Chen (陳威尹)d7de76d2020-03-27 04:39:432792 'tab_ui_and_start_surface': ['[email protected]',
2793 '[email protected]',
2794 '[email protected]',
2795 '[email protected]',
2796 '[email protected]',
2797 '[email protected]',
2798 '[email protected]'],
tdresserd80646f2017-03-03 19:26:082799 'tbmv2_metrics': ['[email protected]'],
tonygc7f6a4c12015-01-16 18:32:262800 'telemetry': ['[email protected]'],
Jochen Eisingeraf65c9842020-02-01 07:54:522801 'test_runner': ['[email protected]',
einbindera29577e2016-08-23 01:21:492802 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002803 'tests': [],
Ryan Hansberry587c8082018-09-20 01:31:192804 'tether': ['[email protected]',
Ryan Hansberry8ebe8492019-10-22 17:46:442805 '[email protected]'],
Keith Lee98ccf8b2019-07-31 01:50:492806 'textinput': ['[email protected]',
2807 '[email protected]',
pennymac962d190432016-07-27 00:58:352808 '[email protected]',
2809 '[email protected]',
Bao-Duy Tran3dc68f2d2020-06-11 08:51:272810 '[email protected]',
Yuichiro Hanadaf0b3b472017-10-17 07:00:532811 '[email protected]',
pennymac962d190432016-07-27 00:58:352812 '[email protected]'],
Keith Lee98ccf8b2019-07-31 01:50:492813 'textinput_chromeos': ['[email protected]',
2814 '[email protected]',
pennymac962d190432016-07-27 00:58:352815 '[email protected]',
Bao-Duy Tran3dc68f2d2020-06-11 08:51:272816 '[email protected]',
Yuichiro Hanadaf0b3b472017-10-17 07:00:532817 '[email protected]',
pennymac962d190432016-07-27 00:58:352818 '[email protected]'],
Patrick Monette9355f1fc2019-08-09 18:18:162819 'third_party_conflicts': ['[email protected]'],
Chirantan Ekbote284e6282019-06-19 01:53:082820 'timers': [],
robliaofd54b5c2017-01-13 00:41:302821 'tools_win_chromeexts': ['[email protected]'],
AJITH KUMAR V4f0c4812018-03-27 13:46:572822 'touch_selection': ['[email protected]',
2823 '[email protected]'],
pennymac962d190432016-07-27 00:58:352824 'tracing': ['[email protected]',
Michael Spangbbcf79de2018-12-13 15:07:262825 '[email protected]',
2826 '[email protected]'],
Nicolas Ouellet-payeur0c26b872019-09-05 07:38:072827 'traffic_annotation': ['[email protected]'],
Megan Jablonski33f229f2019-12-18 22:58:002828 'translate': ['[email protected]'],
[email protected]cf428f732012-10-02 20:48:152829 'ui_compositor': ['[email protected]'],
robliao2c4b7492016-07-19 01:57:262830 'ui_display_win': ['[email protected]'],
[email protected]6b5093c2012-05-23 19:10:182831 'ui_resources': ['[email protected]'],
edwardjung83f52ef22017-02-07 13:15:072832 'ui_strings': ['[email protected]'],
Scott Violet27497292019-03-25 23:06:532833 'ui_views': ['[email protected]',
2834 '[email protected]'],
Will Harris989ca932019-02-15 19:21:212835 'unified_consent': ['[email protected]'],
Ovidio Henriquez86333882018-11-05 18:25:212836 'usb': ['[email protected]',
2837 '[email protected]'],
[email protected]c73ec8ab2014-01-16 20:35:232838 'version_assembly': ['[email protected]',
2839 '[email protected]'],
Alexandre Courbot3e9e55a2018-04-05 05:29:422840 'video': ['[email protected]'],
Rijubrata Bhaumik04f46442019-09-02 07:54:442841 'video_capture': ['[email protected]',
2842 '[email protected]'],
Darren Shen40a822352019-06-03 05:39:162843 'virtual_keyboard': ['[email protected]',
Bao-Duy Tran3dc68f2d2020-06-11 08:51:272844 '[email protected]',
2845 '[email protected]',
2846 '[email protected]'],
billorr3c7e1442016-11-11 21:21:352847 'virtual_reality': ['[email protected]'],
Peng Huangc624cb12020-02-06 15:08:152848 'vulkan': ['[email protected]',
2849 '[email protected]'],
Raphael Kubo da Costabb97c4eb2019-04-25 15:25:392850 'wake_lock': ['[email protected]',
2851 '[email protected]'],
Kyle Horimoto1b958952020-01-15 01:39:172852 'wallpapers': ['[email protected]',
Kyle Horimoto1b958952020-01-15 01:39:172853 '[email protected]',
2854 '[email protected]'],
Alan Cutterc9c44102019-07-05 03:46:222855 'web_applications': ['[email protected]',
2856 '[email protected]',
Raymes Khoury6b9bf762019-05-17 05:00:512857 '[email protected]',
Glen Robertson4d87cfa2020-07-23 06:53:482858 '[email protected]',
Raymes Khoury6b9bf762019-05-17 05:00:512859 '[email protected]',
Daniel Murphy608e0272020-03-12 23:15:252860 '[email protected]',
Fabio Rocha7d3e7bfc2020-09-01 19:41:412861 '[email protected]',
2862 '[email protected]'],
Hayato Itodfca41a52020-01-29 08:35:392863 'web_package': ['[email protected]',
2864 '[email protected]'],
Matt Giuca9eb910d2017-08-02 04:07:382865 'web_share': ['[email protected]'],
Martin Kreichgauer794a18572018-07-20 20:45:432866 'webauthn': ['[email protected]'],
Chris Cunninghamde605a02019-12-12 02:39:112867 'webcodecs': ['[email protected]'],
Corentin Wallez3f1d0852018-07-04 15:45:362868 'webgpu': ['[email protected]',
2869 '[email protected]'],
Darin Fisherf5c9bdf2019-09-06 22:30:232870 'weblayer': ['[email protected]',
2871 '[email protected]'],
Carlos ILd0907f22020-01-29 22:52:372872 'weblayer_safe_browsing' : ['[email protected]'],
2873 'weblayer_ssl' : ['[email protected]'],
Takeshi Yoshinoe387aa32017-08-02 13:16:132874 'webrtc_browser_tests': ['[email protected]'],
Christian Dullwebered2c82b2018-04-10 08:37:222875 'website_settings': ['[email protected]',
Raymes Khouryc555e9dc2019-02-18 09:13:222876 '[email protected]'],
Penny MacNeil0ced2cb2018-07-30 21:09:492877 'windows_sandboxing': ['[email protected]'],
Luke Zielinskid00a5112019-10-30 17:58:412878 'wpt_tools': ['[email protected]'],
Daniel Eratb4c9b9e2019-06-04 23:57:262879 'x11': ['[email protected]',
[email protected]f76c8852012-06-21 16:37:002880 '[email protected]'],
Chris Blume04103c42018-12-14 22:46:062881 'zlib': ['[email protected]'],
wjmaclean3ff6a402015-03-31 19:00:202882 'zoom': ['[email protected]'],
[email protected]a3838612009-10-13 21:57:542883 },
2884}