blob: ad9e3c92e2d20c06721e9a95edc12da4b5444ffb [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 '|chrome/services/app_service/'\
123 '|components/services/app_service/',
124 },
[email protected]e38d185a2013-07-09 08:23:52125 'app_shortcuts': {
126 'filepath': 'apps/app_shim/'\
[email protected]e38d185a2013-07-09 08:23:52127 '|chrome/common/mac/'
128 },
[email protected]54bf94d2013-01-30 23:07:40129 'apps': {
Dominick Ngfe197c752018-07-18 00:51:26130 'filepath': '^apps/'\
131 '|chrome/browser/apps/'\
132 '|chrome/browser/chromeos/apps/'
[email protected]54bf94d2013-01-30 23:07:40133 },
Maggie Cai9190f7632019-06-12 06:06:57134 'apps_intent_helper': {
135 'filepath': 'chrome/browser/apps/intent_helper/|'\
136 'chrome/browser/chromeos/apps/intent_helper/'
137 },
lhchavez4b19176f2016-05-04 23:12:46138 'arc': {
139 'filepath': 'arc/',
140 },
lhchavez61532c92016-10-18 21:33:37141 'arc_auth': {
142 'filepath': 'chrome/browser/chromeos/arc/arc_auth'
143 },
Yuichiro Hanada2e111fb2018-11-19 17:33:05144 'arc_ime': {
145 'filepath': 'chrome/browser/chromeos/arc/input_method_manager/'\
146 '|components/arc/ime/'
147 },
poromov7633f602017-02-21 16:44:01148 'arc_kiosk': {
149 'filepath': 'chrome/browser/chromeos/app_mode/arc/'\
150 '|components/arc/kiosk/'\
151 '|arc_kiosk'
152 },
Miyoung Shin3fc077c2019-08-06 00:29:44153 'arc_mojom': {
154 'filepath': 'components/arc/mojom/',
155 },
lhchavez4b19176f2016-05-04 23:12:46156 'arc_net': {
157 'filepath': 'components/arc/net/',
158 },
ejcarusoa298ec02016-06-16 20:30:43159 'arc_power': {
160 'filepath': 'components/arc/power/',
161 },
Hirokazu Hondaf98a3122018-04-12 11:19:48162 'arc_video_accelerator': {
163 'filepath': 'components/arc/video_accelerator',
164 },
[email protected]3ce56642013-10-17 22:12:51165 'ash': {
166 'filepath': 'ash/',
167 },
Xiaohui Chenf7e70a22018-02-08 00:36:38168 'assistant': {
David Black9b7b19f2020-02-24 18:28:35169 'filepath': 'ash/ambient/ui/.*assistant.*'\
170 '|ash/app_list/views/assistant/'\
David Black20c36722019-02-05 18:36:31171 '|ash/assistant/'\
Xiaohui Chen985c26b2018-05-16 18:41:27172 '|chromeos/assistant/'\
173 '|chromeos/services/assistant/'\
174 '|chrome/browser/ui/ash/assistant/'
Xiaohui Chenf7e70a22018-02-08 00:36:38175 },
Max Morin2b0206312018-04-06 11:17:40176 'audio_service': {
177 'filepath': 'services/audio/'
178 },
[email protected]f76c8852012-06-21 16:37:00179 'aura': {
[email protected]3ce56642013-10-17 22:12:51180 'filepath': 'ui/aura/',
[email protected]84ba35e32010-08-06 17:22:39181 },
[email protected]c3a6e1e72013-08-02 00:13:07182 'aura_compositor': {
183 'filepath':
184 'ui/compositor/' \
[email protected]6dc38f72014-01-16 22:19:58185 '|content/browser/compositor/' \
danakj479ab502017-03-31 20:19:09186 '|content/browser/renderer_host/compositor_resize_lock' \
[email protected]c3a6e1e72013-08-02 00:13:07187 '|content/browser/renderer_host/render_widget_host_view_aura' \
188 '|content/browser/renderer_host/render_widget_host_view_browsertest' \
[email protected]a6eeeef92014-03-19 19:06:44189 '|content/browser/renderer_host/delegated' \
[email protected]c3a6e1e72013-08-02 00:13:07190 '|content/common/gpu/client/' \
[email protected]c3a6e1e72013-08-02 00:13:07191 },
Martin Robinson30f0f7f2019-08-22 16:33:05192 'auralinux_accessibility': {
193 'filepath':
194 'ui/accessibility/platform/.*auralinux.*' \
195 '|ui/views/accessibility/.*auralinux.*' \
196 '|chrome/browser/ui/views/accessibility/.*auralinux.*' \
197 '|content/browser/accessibility/.*auralinux.*' \
198 },
Katie D14c38ce2019-02-14 00:34:45199 'autoclick': {
200 'filepath': 'ash/autoclick/',
201 },
[email protected]2a38f0c02013-05-29 02:27:45202 'autofill': {
rouslanfbfa7402016-11-22 19:36:39203 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/autofill/|'\
204 'chrome/browser/autofill/|'\
[email protected]d9310a82012-11-02 02:53:48205 'chrome/browser/ui/android/autofill/|'\
206 'chrome/browser/ui/autofill/|'\
[email protected]e3e4ca62013-05-17 08:50:27207 'chrome/browser/ui/cocoa/autofill/|'\
[email protected]d9310a82012-11-02 02:53:48208 'chrome/browser/ui/views/autofill/|'\
[email protected]d9310a82012-11-02 02:53:48209 'chrome/renderer/autofill/|'\
210 'chrome/test/data/autofill/|'\
[email protected]3947d4a82013-03-12 09:41:05211 'components/autofill/|'\
[email protected]30964792013-05-29 02:41:25212 'components/autofill/browser/webdata/|'\
vabrbeb0c562015-12-01 10:48:08213 'components/webdata/',
[email protected]b3399272010-08-10 19:49:29214 },
gogerald5d02fde2018-08-18 04:30:56215 'autofill_assistant': {
Peter Wenf66bd402019-03-18 14:04:33216 'filepath': 'chrome/android/features/autofill_assistant/|'\
gogerald5d02fde2018-08-18 04:30:56217 'chrome/browser/android/autofill_assistant/|'\
218 'components/autofill_assistant/',
219 },
Jared Sauldd47a29d2019-04-18 16:28:54220 'autofill_payments': {
Jared Saul4765c1e2018-06-18 13:44:57221 'filepath': 'chrome/browser/ui/autofill/chrome_autofill_client*|'\
Jared Sauldd47a29d2019-04-18 16:28:54222 'chrome/browser/ui/autofill/payments/|'\
223 'chrome/browser/ui/views/autofill/payments/|'\
224 'components/autofill/core/browser/payments/|'\
225 'components/autofill/core/browser/ui/payments/|'\
226 'components/autofill/core/common/autofill_payments_features*|'\
227 'components/autofill_payments_strings*',
Jared Saul4765c1e2018-06-18 13:44:57228 },
peter39e10a62017-02-21 15:14:13229 'background_fetch': {
Peter Beverloo4548c852017-08-31 13:45:17230 'filepath': 'background_fetch|'\
231 'background-fetch',
peter39e10a62017-02-21 15:14:13232 },
233 'background_sync': {
Josh Karlin1bd016742017-08-18 17:44:17234 'filepath': '/background_sync/',
peter39e10a62017-02-21 15:14:13235 },
dominickn8884155a2016-06-23 02:28:16236 'banners': {
237 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/banners/|'\
238 'chrome/android/javatests/src/org/chromium/chrome/browser/banners/|'\
dominickn8884155a2016-06-23 02:28:16239 'chrome/browser/banners/|'\
240 'chrome/browser/ui/android/infobars/app_banner_.*|'\
Blink Reformata30d4232018-04-07 15:31:06241 'third_party/blink/public/platform/modules/app_banner/|'\
242 'third_party/blink/renderer/modules/app_banner/',
dominickn8884155a2016-06-23 02:28:16243 },
[email protected]f76c8852012-06-21 16:37:00244 'base': {
[email protected]f2f0fbb92012-07-14 15:52:49245 'filepath': '^base/',
[email protected]7a7a13b2010-08-25 01:10:59246 },
[email protected]5e105332012-09-13 01:55:52247 'base_allocator': {
248 'filepath': '^base/allocator',
249 },
[email protected]1ed5e0fd2012-07-19 00:19:05250 'base_memory': {
251 'filepath': '^base/memory',
252 },
Alexander Timin864bf8a02018-03-12 11:06:28253 'base_scheduler': {
254 'filepath': '^base/task/',
255 },
Gabriel Charettee6bbb532019-04-29 16:39:39256 'base_thread_pool': {
257 'filepath': '^base/task/thread_pool',
robliao1644d8b2016-04-11 15:39:59258 },
[email protected]b17d9e02014-07-29 09:45:50259 'base_win': {
260 'filepath': '^base/win',
261 },
[email protected]7e093d4022014-06-26 19:19:55262 'battery_status': {
263 'filepath': 'content/browser/battery_status/|'\
timvolodine953fde72014-12-09 16:47:10264 'content/test/data/battery_status/|'\
265 'device/battery/',
[email protected]7e093d4022014-06-26 19:19:55266 },
Alexander Timine3deb2a2019-09-20 15:29:09267 'bfcache': {
268 'filepath': 'content/browser/frame_host/back_forward_cache.*|'\
269 'content/browser/back_forward_cache_browsertest.cc|'\
270 'content/test/data/back_forward_cache/|'\
Alexander Timin42c775b92019-10-08 12:07:07271 'content/public/browser/back_forward_cache.*|'\
272 'testing/buildbot/filters.bfcache.*.filter',
Alexander Timine3deb2a2019-09-20 15:29:09273 },
wnwen72684762017-03-29 13:28:37274 'binary_size': {
275 'filepath': 'build/android/binary_size/|'\
276 'tools/binary_size/',
277 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13278 'blink': {
Kent Tamurae9b3a9ec2017-08-31 02:20:19279 'filepath': 'third_party/(WebKit|blink)/',
Takeshi Yoshinoe387aa32017-08-02 13:16:13280 },
281 'blink_accessibility': {
Kent Tamuraeb394c72018-04-07 19:14:55282 'filepath': 'third_party/(WebKit|blink)/.*(accessibility|ax_object_cache|web_ax)'
Takeshi Yoshinoe387aa32017-08-02 13:16:13283 },
284 'blink_animation': {
Kent Tamuraeb394c72018-04-07 19:14:55285 'filepath': 'third_party/(WebKit|blink)/.*([Aa]nimat|[Tt]ransition)',
Takeshi Yoshinoe387aa32017-08-02 13:16:13286 },
287 'blink_app_banner': {
Blink Reformata30d4232018-04-07 15:31:06288 'filepath': 'third_party/blink/renderer/modules/app_banner' \
289 '|third_party/blink/public/platform/modules/app_banner',
Takeshi Yoshinoe387aa32017-08-02 13:16:13290 },
291 'blink_audio': {
Blink Reformata30d4232018-04-07 15:31:06292 'filepath': 'third_party/blink/renderer/platform/audio' \
293 '|third_party/blink/renderer/modules/webaudio' \
Kent Tamura77578cc2018-11-25 22:33:43294 '|third_party/blink/web_tests/external/wpt/webaudio',
Takeshi Yoshinoe387aa32017-08-02 13:16:13295 },
296 'blink_battery_status': {
Blink Reformata30d4232018-04-07 15:31:06297 'filepath': 'third_party/blink/renderer/modules/battery/' \
Kent Tamura77578cc2018-11-25 22:33:43298 '|third_party/blink/web_tests/battery-status/' \
Kent Tamuraeb394c72018-04-07 19:14:55299 '|third_party/blink/renderer/core/frame/platform_event_(controller|dispatcher)'
Takeshi Yoshinoe387aa32017-08-02 13:16:13300 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13301 'blink_bindings': {
Blink Reformata30d4232018-04-07 15:31:06302 'filepath': 'third_party/blink/renderer/platform/bindings' \
303 '|third_party/blink/renderer/bindings',
Takeshi Yoshinoe387aa32017-08-02 13:16:13304 },
305 'blink_bindings_serialization': {
Kent Tamuraeb394c72018-04-07 19:14:55306 'filepath': 'third_party/blink/renderer/bindings/(core|modules)/v8/.*serializ',
Takeshi Yoshinoe387aa32017-08-02 13:16:13307 },
308 'blink_bluetooth': {
Kent Tamuraeb394c72018-04-07 19:14:55309 'filepath': 'third_party/(WebKit|blink)/.*[Bb]luetooth'
Takeshi Yoshinoe387aa32017-08-02 13:16:13310 },
Fernando Serboncinife13f9d2018-08-14 13:35:54311 'blink_canvas': {
Blink Reformata30d4232018-04-07 15:31:06312 'filepath': 'third_party/blink/renderer/core/html/canvas' \
Fernando Serboncinife13f9d2018-08-14 13:35:54313 '|third_party/blink/renderer/core/offscreencanvas' \
314 '|third_party/blink/renderer/core/geometry' \
315 '|third_party/blink/renderer/modules/canvas' \
316 '|third_party/blink/renderer/platform/graphics/canvas',
Takeshi Yoshinoe387aa32017-08-02 13:16:13317 },
318 'blink_client_hints': {
Kent Tamuraeb394c72018-04-07 19:14:55319 'filepath': 'third_party/blink/renderer/core/loader/accept_client_hints*' \
320 '|third_party/blink/renderer/core/loader/frame_fetch_context*' \
321 '|third_party/blink/renderer/core/loader/resource/image_resource*' \
322 '|third_party/blink/renderer/platform/loader/fetch/fetch_context*' \
323 '|third_party/blink/renderer/platform/loader/fetch/resource_fetcher*'
Takeshi Yoshinoe387aa32017-08-02 13:16:13324 },
325 'blink_clipboard': {
Blink Reformata30d4232018-04-07 15:31:06326 'filepath': 'third_party/blink/renderer/core/clipboard' \
Kent Tamuraeb394c72018-04-07 19:14:55327 '|third_party/blink/renderer/core/page/.*drag' \
328 '|third_party/blink/renderer/platform/.*drag' \
Kent Tamuraeb394c72018-04-07 19:14:55329 '|third_party/blink/public/platform/.*drag' \
330 '|third_party/blink/public/web/.*drag',
Takeshi Yoshinoe387aa32017-08-02 13:16:13331 },
Jeremy Romanb7b3a6a2018-02-07 20:15:32332 'blink_common': {
Kent Tamuraeb394c72018-04-07 19:14:55333 'filepath': 'third_party/blink/common'
Blink Reformata30d4232018-04-07 15:31:06334 '|third_party/blink/public/common' \
335 '|third_party/blink/public/mojom',
Jeremy Romanb7b3a6a2018-02-07 20:15:32336 },
Kentaro Hara993b0de2017-08-07 02:26:37337 'blink_controller': {
Blink Reformata30d4232018-04-07 15:31:06338 'filepath': 'third_party/blink/renderer/controller',
Kentaro Hara993b0de2017-08-07 02:26:37339 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13340 'blink_css': {
Blink Reformata30d4232018-04-07 15:31:06341 'filepath': 'third_party/blink/renderer/core/css',
Takeshi Yoshinoe387aa32017-08-02 13:16:13342 },
343 'blink_css_flexbox': {
Kent Tamuraeb394c72018-04-07 19:14:55344 'filepath': 'third_party/blink/renderer/core/rendering/.*flex' \
Kent Tamura77578cc2018-11-25 22:33:43345 '|third_party/blink/web_tests/fast/deprecated-flexbox/' \
346 '|third_party/blink/web_tests/css3/flexbox/' \
347 '|third_party/blink/web_tests/ietestcenter/css3/flexbox/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13348 },
349 'blink_css_fragmentation_tests': {
Kent Tamura77578cc2018-11-25 22:33:43350 'filepath': 'third_party/blink/web_tests/fast/multicol/' \
351 '|third_party/blink/web_tests/fast/pagination/' \
352 '|third_party/blink/web_tests/fragmentation/' \
353 '|third_party/blink/web_tests/printing/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13354 },
355 'blink_css_grid_layout': {
Kent Tamuraeb394c72018-04-07 19:14:55356 'filepath': 'third_party/blink/renderer/core/layout/.*grid' \
357 '|third_party/blink/renderer/core/paint/.*grid' \
358 '|third_party/blink/renderer/core/css/.*grid' \
Kent Tamura77578cc2018-11-25 22:33:43359 '|third_party/blink/web_tests/fast/css-grid-layout/' \
360 '|third_party/blink/web_tests/ietestcenter/css3/grid/' \
361 '|third_party/blink/web_tests/platform/.*/fast/css-grid-layout/' \
362 '|third_party/blink/web_tests/platform/.*/ietestcenter/css3/grid/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13363 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13364 'blink_custom_elements': {
Blink Reformata30d4232018-04-07 15:31:06365 'filepath': 'third_party/blink/renderer/core/html/custom/' \
Kent Tamuraeb394c72018-04-07 19:14:55366 '|third_party/blink/renderer/bindings/core/v8/.*custom_element',
Takeshi Yoshinoe387aa32017-08-02 13:16:13367 },
368 'blink_device_orientation': {
Oksana Zhuravlova5e236ec92018-07-25 00:16:03369 'filepath': 'content/browser/device_sensors/' \
370 '|content/test/data/device_sensors/' \
371 '|third_party/blink/renderer/modules/device_orientation/' \
Wanming Lin2f3bb77d2020-04-13 03:48:21372 '|third_party/blink/web_tests/external/wpt/orientation-event/' \
Kent Tamuraeb394c72018-04-07 19:14:55373 '|third_party/blink/renderer/core/frame/platform_event_(controller|dispatcher)' \
374 '|third_party/blink/renderer/core/frame/device_single_window_event_controller'
Takeshi Yoshinoe387aa32017-08-02 13:16:13375 },
376 'blink_devtools': {
Tim van der Lippedf9e7b22019-07-24 13:18:36377 'filepath': 'third_party/blink/.*(inspector|DevTools|dev_tools|devtools)',
Takeshi Yoshinoe387aa32017-08-02 13:16:13378 },
379 'blink_dom': {
Blink Reformata30d4232018-04-07 15:31:06380 'filepath': 'third_party/blink/renderer/core/dom/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13381 },
382 'blink_dom_events': {
Blink Reformata30d4232018-04-07 15:31:06383 'filepath': 'third_party/blink/renderer/core/dom/events/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13384 },
Daniel Murphyeda2b872019-11-27 23:51:41385 'blink_dom_storage': {
386 'filepath': 'third_party/blink/common/dom_storage/|' \
387 'third_party/blink/public/mojom/dom_storage/|' \
388 'third_party/blink/public/common/dom_storage/|' \
389 'third_party/blink/renderer/modules/storage/',
390 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13391 'blink_events': {
Kent Tamuraeb394c72018-04-07 19:14:55392 'filepath': 'third_party/blink/renderer/core/page/.*event' \
393 '|third_party/blink/renderer/core/dom/.*event' \
394 '|third_party/blink/renderer/core/css/.*event' \
395 '|third_party/blink/renderer/platform/.*event'
Takeshi Yoshinoe387aa32017-08-02 13:16:13396 },
397 'blink_fetch': {
Blink Reformata30d4232018-04-07 15:31:06398 'filepath': 'third_party/blink/renderer/platform/loader/fetch'
Takeshi Yoshinoe387aa32017-08-02 13:16:13399 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13400 'blink_fileapi': {
Blink Reformata30d4232018-04-07 15:31:06401 'filepath': 'third_party/blink/renderer/modules/filesystem/' \
402 '|third_party/blink/renderer/core/fileapi/' \
Kent Tamuraeb394c72018-04-07 19:14:55403 '|third_party/blink/renderer/platform/.*file' \
Kent Tamura77578cc2018-11-25 22:33:43404 '|third_party/blink/web_tests/fast/file' \
Kent Tamuraeb394c72018-04-07 19:14:55405 '|third_party/blink/public/.*_file'
Takeshi Yoshinoe387aa32017-08-02 13:16:13406 },
407 'blink_frames': {
Blink Reformata30d4232018-04-07 15:31:06408 'filepath': 'third_party/blink/renderer/core/frame/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13409 },
410 'blink_geolocation': {
Kent Tamura77578cc2018-11-25 22:33:43411 'filepath': 'third_party/blink/web_tests/geolocation-api/' \
Blink Reformata30d4232018-04-07 15:31:06412 '|third_party/blink/renderer/modules/geolocation/' \
Kent Tamuraeb394c72018-04-07 19:14:55413 '|third_party/blink/public/web/.*geolocation'
Takeshi Yoshinoe387aa32017-08-02 13:16:13414 },
415 'blink_heap': {
Blink Reformata30d4232018-04-07 15:31:06416 'filepath': 'third_party/blink/renderer/platform/heap' \
Keishi Hattorife98ac812020-02-28 10:19:09417 '|base/allocator/partition_allocator/' \
418 '|components/gc/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13419 },
420 'blink_html': {
Chris Harrelson92233dfd2019-11-08 17:39:46421 'filepath': 'third_party/blink/renderer/core/html/' \
422 '|third_party/blink/renderer/core/mathml/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13423 },
424 'blink_htmlparser': {
Blink Reformata30d4232018-04-07 15:31:06425 'filepath': 'third_party/blink/renderer/core/html/parser/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13426 },
Chris Blume484eaa1b2018-12-14 22:49:18427 'blink_image_codecs': {
428 'filepath': 'third_party/blink/renderer/platform/image-decoders' \
429 '|third_party/blink/renderer/platform/image-encoders' \
430 '|third_party/blink/perf_tests/image_decoder'
431 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13432 'blink_indexed_db': {
Chase Phillips7027bd52018-08-30 17:31:55433 'filepath': 'third_party/blink/common/indexeddb' \
434 '|third_party/blink/public/common/indexeddb' \
435 '|third_party/blink/public/platform/.*_idb' \
436 '|third_party/blink/public/platform/modules/indexeddb' \
437 '|third_party/blink/public/mojom/indexeddb' \
438 '|third_party/blink/renderer/modules/indexeddb/' \
Kent Tamura77578cc2018-11-25 22:33:43439 '|third_party/blink/web_tests/storage/indexeddb'
Takeshi Yoshinoe387aa32017-08-02 13:16:13440 },
441 'blink_input': {
Blink Reformata30d4232018-04-07 15:31:06442 'filepath': 'third_party/blink/renderer/core/input/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13443 },
444 'blink_layers': {
Kent Tamuraeb394c72018-04-07 19:14:55445 'filepath': 'third_party/blink/renderer/core/page/scrolling/scrolling_coordinator' \
446 '|third_party/blink/renderer/platform/graphics/graphics_layer' \
447 '|third_party/blink/renderer/core/layout/layer'
Takeshi Yoshinoe387aa32017-08-02 13:16:13448 },
449 'blink_layout': {
Kent Tamuraeb394c72018-04-07 19:14:55450 'filepath': 'third_party/blink/renderer/core/layout'
Takeshi Yoshinoe387aa32017-08-02 13:16:13451 },
452 'blink_layout_ng': {
Blink Reformata30d4232018-04-07 15:31:06453 'filepath': 'third_party/blink/renderer/core/layout/ng',
Takeshi Yoshinoe387aa32017-08-02 13:16:13454 },
455 'blink_loader': {
Blink Reformata30d4232018-04-07 15:31:06456 'filepath': 'third_party/blink/renderer/core/loader/' \
457 '|third_party/blink/renderer/platform/loader/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13458 },
459 'blink_media': {
Blink Reformata30d4232018-04-07 15:31:06460 'filepath': 'third_party/blink/renderer/core/css/mediaControls' \
Kent Tamuraeb394c72018-04-07 19:14:55461 '|third_party/blink/renderer/core/html/.*_(audio|media|video)' \
462 '|third_party/blink/renderer/core/html/shadow/media_control' \
463 '|third_party/blink/renderer/core/layout/layout_media' \
464 '|third_party/blink/renderer/core/layout/layout_text_track_container_element' \
Blink Reformata30d4232018-04-07 15:31:06465 '|third_party/blink/renderer/modules/(encryptedmedia|mediasource)' \
466 '|third_party/blink/renderer/platform/drm/' \
467 '|third_party/blink/renderer/platform/graphics/media/' \
Kent Tamura77578cc2018-11-25 22:33:43468 '|third_party/blink/web_tests/media/' \
Kent Tamuraeb394c72018-04-07 19:14:55469 '|third_party/blink/public/.*_media'
Takeshi Yoshinoe387aa32017-08-02 13:16:13470 },
471 'blink_media_queries': {
Kent Tamuraeb394c72018-04-07 19:14:55472 'filepath': 'third_party/blink/renderer/core/css/css_media_rule' \
473 '|third_party/blink/renderer/core/css/media_list' \
474 '|third_party/blink/renderer/core/css/media_query' \
475 '|third_party/blink/renderer/core/css/parser/media_query'
Takeshi Yoshinoe387aa32017-08-02 13:16:13476 },
477 'blink_mediastream': {
Blink Reformata30d4232018-04-07 15:31:06478 'filepath': 'third_party/blink/renderer/modules/mediastream/' \
479 '|third_party/blink/renderer/platform/mediastream/' \
Kent Tamuraeb394c72018-04-07 19:14:55480 '|third_party/blink/renderer/platform/exported/web_media_stream' \
481 '|third_party/blink/renderer/platform/exported/web_rtc' \
Kent Tamura77578cc2018-11-25 22:33:43482 '|third_party/blink/web_tests/fast/mediastream/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13483 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13484 'blink_navigator_content_utils': {
Blink Reformata30d4232018-04-07 15:31:06485 'filepath': 'third_party/blink/renderer/modules/navigatorcontentutils' \
Kent Tamura77578cc2018-11-25 22:33:43486 '|third_party/blink/web_tests/fast/dom/navigatorcontentutils'
Takeshi Yoshinoe387aa32017-08-02 13:16:13487 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13488 'blink_out_of_process_frames': {
Kent Tamuraeb394c72018-04-07 19:14:55489 'filepath': 'third_party/blink/renderer/core/frame/frame_owner' \
490 '|third_party/blink/renderer/core/frame/frame\.' \
491 '|third_party/blink/renderer/core/frame/web_frame' \
492 '|third_party/blink/renderer/core/exported/web_remote_frame_impl'
Takeshi Yoshinoe387aa32017-08-02 13:16:13493 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13494 'blink_paint': {
Blink Reformata30d4232018-04-07 15:31:06495 'filepath': 'third_party/blink/renderer/core/paint/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13496 },
Xida Chen0ef92782018-01-17 05:53:35497 'blink_paintworklet': {
Blink Reformata30d4232018-04-07 15:31:06498 'filepath': 'third_party/blink/renderer/modules/csspaint/' \
Kent Tamura77578cc2018-11-25 22:33:43499 '|third_party/blink/web_tests/http/tests/csspaint/' \
500 '|third_party/blink/web_tests/externla/wpt/css/css-paint-api/'
Xida Chen0ef92782018-01-17 05:53:35501 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13502 'blink_permissions': {
Blink Reformata30d4232018-04-07 15:31:06503 'filepath': 'third_party/blink/renderer/modules/permissions/' \
Julie Jeongeun Kim162c2d282019-03-13 07:23:52504 '|third_party/blink/public/mojom/permissions/',
Takeshi Yoshinoe387aa32017-08-02 13:16:13505 },
506 'blink_platform': {
Blink Reformata30d4232018-04-07 15:31:06507 'filepath': 'third_party/blink/renderer/platform'
Takeshi Yoshinoe387aa32017-08-02 13:16:13508 },
509 'blink_platform_graphics': {
Blink Reformata30d4232018-04-07 15:31:06510 'filepath': 'third_party/blink/renderer/platform/fonts' \
511 '|third_party/blink/renderer/platform/geometry' \
512 '|third_party/blink/renderer/platform/graphics'
Takeshi Yoshinoe387aa32017-08-02 13:16:13513 },
514 'blink_preloadScanner': {
Kent Tamuraeb394c72018-04-07 19:14:55515 'filepath': 'third_party/blink/renderer/core/html/parser/html_preload_scanner',
Takeshi Yoshinoe387aa32017-08-02 13:16:13516 },
517 'blink_prerender': {
Kent Tamuraeb394c72018-04-07 19:14:55518 'filepath': 'third_party/(WebKit|blink)/.*([Pp]rerender|loader/link_loader|html/html_link_element)'
Takeshi Yoshinoe387aa32017-08-02 13:16:13519 },
520 'blink_public_api': {
Blink Reformata30d4232018-04-07 15:31:06521 'filepath': 'third_party/blink/public'
Takeshi Yoshinoe387aa32017-08-02 13:16:13522 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13523 'blink_quota': {
Blink Reformata30d4232018-04-07 15:31:06524 'filepath': 'third_party/blink/renderer/modules/quota/' \
Kent Tamuraeb394c72018-04-07 19:14:55525 '|third_party/blink/public/.*quota'
Takeshi Yoshinoe387aa32017-08-02 13:16:13526 },
527 'blink_scheduler': {
Blink Reformata30d4232018-04-07 15:31:06528 'filepath': 'third_party/blink/renderer/platform/scheduler' \
Alexander Timin1ef2e0e2020-03-12 16:13:50529 '|third_party/blink/renderer/platform/scheduler' \
530 '|third_party/blink/renderer/core/html/parser/.*scheduler' \
531 '|third_party/blink/public/platform/scheduler'
Takeshi Yoshinoe387aa32017-08-02 13:16:13532 },
Nate Chapin1a9f01a2019-11-22 17:39:30533 'blink_scheduling_api': {
534 'filepath': 'third_party/blink/renderer/modules/scheduler'
535 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13536 'blink_screen_orientation': {
Blink Reformata30d4232018-04-07 15:31:06537 'filepath': 'third_party/blink/renderer/modules/screen_orientation/' \
538 '|third_party/blink/public/platform/modules/screen_orientation',
Takeshi Yoshinoe387aa32017-08-02 13:16:13539 },
540 'blink_script': {
Kent Tamuraeb394c72018-04-07 19:14:55541 'filepath': 'third_party/blink/renderer/bindings/core/v8/.*module.*' \
542 '|third_party/blink/renderer/bindings/core/v8/script_controller.*' \
543 '|third_party/blink/renderer/bindings/core/v8/script_source_code.*' \
544 '|third_party/blink/renderer/bindings/core/v8/v8_script_runner.*'
545 '|third_party/blink/renderer/core/dom/.*modul.*' \
546 '|third_party/blink/renderer/core/dom/.*script.*' \
547 '|third_party/blink/renderer/core/html/html_script_element.*' \
548 '|third_party/blink/renderer/core/html/parser/html_parser_script_runner.*' \
Blink Reformata30d4232018-04-07 15:31:06549 '|third_party/blink/renderer/core/loader/modulescript/' \
Kent Tamuraeb394c72018-04-07 19:14:55550 '|third_party/blink/renderer/core/loader/resource/script_resource.*' \
551 '|third_party/blink/renderer/core/svg/svg_script_element.*' \
552 '|third_party/blink/renderer/core/xml/parser/xml_document_parser.*'
Takeshi Yoshinoe387aa32017-08-02 13:16:13553 },
David Bokan9dc0046272017-12-29 00:28:01554 'blink_scroll': {
Kent Tamuraeb394c72018-04-07 19:14:55555 'filepath': 'third_party/blink/renderer/core/frame/.*view.*' \
556 '|third_party/blink/renderer/core/input/.*scroll.*' \
557 '|third_party/blink/renderer/core/input/event_handler.*' \
Blink Reformata30d4232018-04-07 15:31:06558 '|third_party/blink/renderer/core/page/scrolling/' \
Kent Tamuraeb394c72018-04-07 19:14:55559 '|third_party/blink/renderer/core/paint/.*scrollable_area.*' \
Blink Reformata30d4232018-04-07 15:31:06560 '|third_party/blink/renderer/platform/scroll/'
David Bokan9dc0046272017-12-29 00:28:01561 },
Matt Falkenhagenca7fbb62018-07-10 09:21:43562 'blink_service_worker' : {
563 'filepath': 'third_party/blink/renderer/modules/service_worker' \
Kent Tamura77578cc2018-11-25 22:33:43564 '|third_party/blink/web_tests/http/tests/serviceworker' \
565 '|third_party/blink/web_tests/external/wpt/service-workers'
Takeshi Yoshinoe387aa32017-08-02 13:16:13566 },
Matt Falkenhagenca7fbb62018-07-10 09:21:43567 'blink_service_worker_tests' : {
Kent Tamura77578cc2018-11-25 22:33:43568 'filepath': 'third_party/blink/web_tests/http/tests/serviceworker' \
569 '|third_party/blink/web_tests/external/wpt/service-workers'
Takeshi Yoshinoe387aa32017-08-02 13:16:13570 },
571 'blink_shadow_dom': {
Kent Tamuraeb394c72018-04-07 19:14:55572 'filepath': 'third_party/blink/renderer/core/dom/.*shadow' \
573 '|third_party/blink/renderer/core/dom/.*slot' \
574 '|third_party/blink/renderer/core/dom/.*insertion_point' \
575 '|third_party/blink/renderer/core/dom/.*flat_tree'
Takeshi Yoshinoe387aa32017-08-02 13:16:13576 },
577 'blink_spellcheck' : {
Blink Reformata30d4232018-04-07 15:31:06578 'filepath': 'third_party/blink/renderer/core/editing/spellcheck'
Takeshi Yoshinoe387aa32017-08-02 13:16:13579 },
Adam Rice027497d2018-07-27 02:17:02580 'blink_streams': {
581 'filepath': 'third_party/blink/renderer/core/streams/'
582 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13583 'blink_style': {
Kent Tamuraeb394c72018-04-07 19:14:55584 'filepath': 'third_party/(WebKit|blink)/.*(style/|Style)',
Takeshi Yoshinoe387aa32017-08-02 13:16:13585 },
586 'blink_svg': {
Blink Reformata30d4232018-04-07 15:31:06587 'filepath': 'third_party/blink/renderer/core/(layout/)?svg',
Takeshi Yoshinoe387aa32017-08-02 13:16:13588 },
589 'blink_track': {
Blink Reformata30d4232018-04-07 15:31:06590 'filepath': 'third_party/blink/renderer/core/html/track/' \
Kent Tamuraeb394c72018-04-07 19:14:55591 '|third_party/blink/renderer/core/loader/text_track' \
592 '|third_party/blink/renderer/core/html/meida/html_media_element' \
593 '|third_party/blink/renderer/core/html/shadow/media_control' \
Blink Reformata30d4232018-04-07 15:31:06594 '|third_party/blink/renderer/core/css/mediaControl' \
Kent Tamura77578cc2018-11-25 22:33:43595 '|third_party/blink/web_tests/media/track/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13596 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13597 'blink_vibration': {
Kent Tamura77578cc2018-11-25 22:33:43598 'filepath': 'third_party/blink/web_tests/vibration/' \
Blink Reformata30d4232018-04-07 15:31:06599 '|third_party/blink/renderer/modules/vibration/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13600 },
601 'blink_viewport_interaction': {
Kent Tamuraeb394c72018-04-07 19:14:55602 'filepath': 'third_party/blink/renderer/core/css/.*viewport' \
603 '|third_party/blink/renderer/core/dom/viewport_arguments' \
604 '|third_party/blink/renderer/core/frame/frame_view.*' \
605 '|third_party/blink/renderer/core/frame/.*viewport.*' \
606 '|third_party/blink/renderer/core/html/html_meta_element'
Takeshi Yoshinoe387aa32017-08-02 13:16:13607 },
608 'blink_w3ctests': {
Kent Tamura77578cc2018-11-25 22:33:43609 'filepath': 'third_party/blink/web_tests/external/' \
Kent Tamura01019442018-05-01 22:06:58610 '|third_party/blink/tools/blinkpy/w3c/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13611 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13612 'blink_webp': {
Blink Reformata30d4232018-04-07 15:31:06613 'filepath': 'third_party/blink/renderer/platform/image-decoders/webp' \
Kent Tamuraeb394c72018-04-07 19:14:55614 '|third_party/blink/renderer/platform/image-encoders/skia/webp'
Takeshi Yoshinoe387aa32017-08-02 13:16:13615 },
616 'blink_websockets': {
Blink Reformata30d4232018-04-07 15:31:06617 'filepath': 'third_party/blink/renderer/modules/websockets/' \
618 '|third_party/blink/renderer/platform/modules/websockets/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13619 },
620 'blink_workers': {
Blink Reformata30d4232018-04-07 15:31:06621 'filepath': 'third_party/blink/renderer/core/workers' \
Kent Tamura77578cc2018-11-25 22:33:43622 '|third_party/blink/web_tests/http/tests/workers' \
623 '|third_party/blink/web_tests/fast/workers' \
624 '|third_party/blink/web_tests/external/wpt/workers'
Takeshi Yoshinoe387aa32017-08-02 13:16:13625 },
626 'blink_wtf': {
Blink Reformata30d4232018-04-07 15:31:06627 'filepath': 'third_party/blink/renderer/platform/wtf',
Takeshi Yoshinoe387aa32017-08-02 13:16:13628 },
629 'blink_xml': {
Blink Reformata30d4232018-04-07 15:31:06630 'filepath': 'third_party/blink/renderer/core/xml/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13631 },
donnd787f6ed2016-08-03 01:00:56632 'bottombar': {
633 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/',
634 },
Tarun Bansalc4882282018-07-11 23:53:55635 'breve': {
636 'filepath': 'chrome/browser/net/spdyproxy|'\
637 'chrome_proxy|'\
Tarun Bansal25065ce2019-07-19 04:16:09638 'client_hints|'\
639 'chrome/browser/predictors|'\
Tarun Bansalc4882282018-07-11 23:53:55640 'components/blacklist|'\
641 'components/data_use|'\
642 'data_reduction_proxy|'\
Tarun Bansal129ca7842018-07-31 17:14:12643 'data_use_measurement|'\
Tarun Bansal25065ce2019-07-19 04:16:09644 'lazy_load|'\
645 'interventions_internals|'\
Tarun Bansal129ca7842018-07-31 17:14:12646 'navigation_predictor|'\
647 'net/nqe|'\
Tarun Bansalc4882282018-07-11 23:53:55648 'optimization_guide|'\
Tarun Bansal129ca7842018-07-31 17:14:12649 'optimization_hints|'\
Tarun Bansal2ba607d52019-04-25 18:30:52650 'prerender|'\
651 'previews|'\
652 'services/network/resource_scheduler'
Tarun Bansalc4882282018-07-11 23:53:55653 },
[email protected]22650d22012-07-18 17:02:35654 'browser_components': {
[email protected]a7228f62012-09-20 17:52:48655 'filepath': 'chrome/browser/autofill/' \
656 '|chrome/browser/bookmarks/' \
[email protected]a7228f62012-09-20 17:52:48657 '|chrome/browser/favicon/' \
[email protected]ddf288e2013-01-09 20:58:27658 '|chrome/browser/history/' \
[email protected]fccf4882013-03-15 04:46:19659 '|chrome/browser/webdata/' \
[email protected]3947d4a82013-03-12 09:41:05660 '|components/autofill/'
[email protected]22650d22012-07-18 17:02:35661 },
[email protected]f76c8852012-06-21 16:37:00662 'browser_compositor': {
[email protected]f2f0fbb92012-07-14 15:52:49663 'filepath': 'ui/compositor/'
[email protected]fbd846b2010-11-19 01:32:18664 },
michaelpge42ca3b32016-02-19 08:17:57665 'browser_resources_md': {
666 'filepath': 'chrome/browser/resources/md_'\
667 '|chrome/browser/resources/settings/',
668 },
Alexander Timinaa132762019-05-10 16:10:17669 'browser_scheduler': {
670 'filepath': 'content/browser/scheduler'
671 },
[email protected]0ce480532012-07-20 12:33:20672 'browsing_data': {
Christian Dullweberc0b53642018-10-11 16:20:55673 'filepath': 'browsing_data|BrowsingData',
[email protected]0ce480532012-07-20 12:33:20674 },
[email protected]f76c8852012-06-21 16:37:00675 'bubble': {
[email protected]f2f0fbb92012-07-14 15:52:49676 'filepath': 'ui/views/bubble/|'\
rouslan8d6a8372015-09-10 19:10:10677 'chrome/browser/ui/views/bubble/|'\
678 'components/bubble/',
[email protected]f76c8852012-06-21 16:37:00679 },
jkarlin539748402015-03-31 17:36:31680 'cache_storage': {
Josh Karlin1bd016742017-08-18 17:44:17681 'filepath': '/cache.storage/'
682 '|/cachestorage/',
jkarlin539748402015-03-31 17:36:31683 },
[email protected]10fbd5952013-08-22 07:42:39684 'cast': {
mark a. foltze8739c7c2019-04-24 18:33:09685 'filepath': 'media/cast/' \
686 '|chrome/browser/extensions/api/cast_streaming/' \
687 '|chrome/browser/media/cast/' \
688 '|chrome/browser/media/router/providers/cast/' \
689 '|chrome/browser/resources/cast/' \
690 '|chrome/browser/ui/webui/cast/' \
691 '|chrome/common/media_router/providers/cast/' \
692 '|chrome/renderer/media/cast/' \
693 '|chrome/test/data/extensions/api_test/cast/' \
694 '|chrome/test/data/extensions/api_test/cast_streaming/' \
695 '|components/mirroring/' \
696 '|content/public/renderer/media_stream_' \
miu5e69f1c52016-10-23 13:40:11697 '|content/renderer/media/(media_stream|(.+audio_source))',
[email protected]10fbd5952013-08-22 07:42:39698 },
ryanchung4d157372016-05-10 20:27:16699 'cast_certificate': {
700 'filepath': 'components/cast_certificate/'\
701 '|components/test/data/cast_certificate/',
702 },
mfoltz57fd7f32017-05-03 06:12:58703 'cast_channel': {
704 'filepath': 'chrome/test/data/extensions/api_test/cast_channel/' \
Ryan Ki Sing Chung27cc7ed92017-07-25 21:53:47705 '|components/cast_channel/' \
706 '|extensions/browser/api/cast_channel'
mfoltz57fd7f32017-05-03 06:12:58707 },
Takeshi Yoshino524e1d262017-07-28 01:16:38708 'cc': {
danakjca574522017-09-20 16:38:59709 'filepath': 'cc/'\
710 '|components/viz/'
711 },
Yi Guc1c54682018-07-23 12:00:00712 'cc-animation': {
713 'filepath': 'cc/animation/'
714 },
danakjca574522017-09-20 16:38:59715 'cc-contexts': {
716 'filepath': 'components/viz/common/gpu'
717 },
718 'cc-display': {
719 'filepath': 'components/viz/service/display'\
720 '|cc/output'
721 },
722 'cc-paint': {
723 'filepath': 'cc/paint'
724 },
725 'cc-quads': {
726 'filepath': 'components/viz/common/quads'
727 },
728 'cc-resources': {
729 'filepath': 'cc/resources'\
730 '|components/viz/common/resources'
Takeshi Yoshino524e1d262017-07-28 01:16:38731 },
Alexander Timin864bf8a02018-03-12 11:06:28732 'cc-scheduler': {
733 'filepath': 'cc/scheduler'
734 },
eranmc2a9f612015-11-24 16:41:34735 'certificate_transparency': {
736 'filepath': 'components/certificate_transparency/'\
eranmc2a9f612015-11-24 16:41:34737 '|net/cert/ct_'\
738 '|net/cert/multi_log_ct_verifier'\
739 '|net/cert/sct_status_flags.h'\
740 '|net/cert/signed_certificate_timestamp'\
741 '|net/cert/signed_tree_head'\
742 '|net/test/ct_',
743 },
Joe Mason60ec2f32018-02-15 15:50:51744 'chrome_cleaner': {
745 'filepath': 'chrome/browser/component_updater/sw_reporter_'\
746 '|chrome/browser/resources/settings/chrome_cleanup_page/'\
747 '|chrome/browser/safe_browsing/chrome_cleaner/'\
748 '|chrome/browser/ui/views/chrome_cleaner_'\
749 '|chrome/browser/ui/webui/settings/chrome_cleanup_'\
Joe Mason12a02332018-04-19 14:39:00750 '|chrome/chrome_cleaner/'\
Joe Mason60ec2f32018-02-15 15:50:51751 '|components/chrome_cleaner/',
752 },
[email protected]c73ec8ab2014-01-16 20:35:23753 'chrome_elf': {
Patrick Monette0196be22019-05-10 03:33:15754 'filepath': 'chrome/chrome_elf',
[email protected]c73ec8ab2014-01-16 20:35:23755 },
lpy0ca13772017-02-28 19:48:27756 'chrome_grc': {
lpy53b82752017-05-31 22:30:49757 'filepath': 'chrome/browser/resource_coordinator/'\
758 '|services/resource_coordinator/',
lpy0ca13772017-02-28 19:48:27759 },
Sebastien Marchand68b41432019-05-09 19:38:07760 'chrome_performance_manager': {
Sebastien Marchand791561b2019-10-17 21:00:38761 'filepath': 'chrome/browser/performance_manager/'\
762 '|chrome/common/performance_manager/'\
763 '|chrome/renderer/performance_manager/'\
764 '|components/performance_manager/',
Sebastien Marchand68b41432019-05-09 19:38:07765 },
Takeshi Yoshino524e1d262017-07-28 01:16:38766 'chromecast': {
767 'filepath': 'chromecast/',
768 },
769 'chromecast_public': {
770 'filepath': 'chromecast/public/',
771 },
[email protected]f7bf8ba2011-02-24 22:28:46772 'chromedriver': {
samuong53d5e612014-10-10 18:56:38773 'filepath': 'chrome/test/chromedriver|'\
774 'chrome/test/data/chromedriver|'\
John Chen583cee322019-06-12 20:10:39775 'third_party/blink/web_tests/external/wpt/webdriver|'\
776 'third_party/blink/web_tests/WebDriverExpectations|'\
777 'third_party/webdriver'
[email protected]f7bf8ba2011-02-24 22:28:46778 },
[email protected]f76c8852012-06-21 16:37:00779 'chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:49780 'filepath': 'chromeos/',
[email protected]531b1532011-08-11 03:52:01781 },
[email protected]eda0a0b2013-04-19 20:34:35782 'chromeos_attestation': {
783 'filepath': 'chromeos/attestation/|'\
[email protected]64494c3f2013-08-14 22:15:59784 'chrome/browser/chromeos/attestation/|'\
785 'chrome/browser/extensions/api/enterprise_platform_keys_private/',
[email protected]eda0a0b2013-04-19 20:34:35786 },
Ryan Hansberry8e41a5c42019-04-18 22:12:51787 'chromeos_bluetooth': {
788 'filepath': 'ash/system/bluetooth/'\
Ryan Hansberry8e41a5c42019-04-18 22:12:51789 '|chrome/browser/ui/webui/chromeos/bluetooth*'\
Demetrios Papadopoulosbb154e932019-12-23 22:05:26790 '|chrome/browser/resources/settings/chromeos/bluetooth_page/'\
Ryan Hansberry8e41a5c42019-04-18 22:12:51791 '|chrome/browser/resources/chromeos/bluetooth_pairing_dialog/'\
Ryan Hansberry4773b722019-04-30 17:25:04792 '|device/bluetooth/bluez/'\
793 '|device/bluetooth/chromeos/'\
Ryan Hansberry8e41a5c42019-04-18 22:12:51794 '|ui/webui/resources/cr_components/chromeos/bluetooth*'
795 },
[email protected]7c59a152012-11-06 20:56:35796 'chromeos_calculator': {
797 'filepath': 'chrome/common/extensions/docs/examples/apps/calculator/',
798 },
Kyle Horimotofdcf67012019-04-08 19:06:10799 'chromeos_cellular': {
800 'filepath': 'chrome/browser/resources/chromeos/cellular_setup/|'\
801 'chrome/browser/ui/webui/chromeos/cellular_setup/|'\
802 'chromeos/services/cellular_setup/|'\
803 'ui/webui/resources/cr_components/chromeos/cellular_setup/',
804 },
alematec5187b1b2016-08-26 05:32:18805 'chromeos_geolocation': {
806 'filepath': 'chromeos/geolocation/',
807 },
Achuith Bhandarkar434e24592018-03-07 23:05:12808 'chromeos_lkgm': {
809 'filepath': 'chromeos/CHROMEOS_LKGM',
810 },
[email protected]f76c8852012-06-21 16:37:00811 'chromeos_login': {
Jacob Dufaulted1ef2bc2018-08-10 18:21:34812 'filepath': 'ash/login/|'\
813 'chrome/browser/chromeos/login/|'\
[email protected]f2f0fbb92012-07-14 15:52:49814 'chrome/browser/ui/webui/chromeos/login/|'\
dzhioevcc7c0492014-11-25 14:52:58815 'chrome/browser/resources/chromeos/login/|'\
816 'ui/login/',
[email protected]a791dac2011-04-07 23:22:57817 },
Trent Apted0c0b4492019-09-30 01:15:24818 'chromeos_media_app': {
Trent Apted81219322019-12-09 22:44:50819 'filepath': 'chromeos/components/media_app_ui/|'\
820 'chrome/browser/chromeos/web_applications/',
Trent Apted0c0b4492019-09-30 01:15:24821 },
[email protected]d7d35f342012-10-22 20:32:47822 'chromeos_net': {
Kyle Horimoto89f06e22019-04-08 19:07:17823 'filepath': 'ash/system/network/|'\
824 'chromeos/network/|'\
Kyle Horimoto77a5fce2019-09-24 01:28:27825 'chromeos/services/network_config/|'\
stevenjbdd133032015-08-07 18:37:47826 'chrome/browser/chromeos/net/|'\
827 'chrome/browser/extensions/api/networking_private/|'\
Jon Mannd82f9342020-05-19 00:31:05828 'chrome/browser/resources/chromeos/internet_config_dialog/|'\
829 'chrome/browser/resources/chromeos/internet_detail_dialog/|'\
830 'chrome/browser/resources/chromeos/network_ui/|'\
Demetrios Papadopoulosbb154e932019-12-23 22:05:26831 'chrome/browser/resources/settings/chromeos/internet_page/|'\
stevenjbdd133032015-08-07 18:37:47832 'extensions/browser/api/networking_private/|'\
Jon Manna19f5a92019-11-21 20:10:59833 'ui/chromeos/network/|'\
834 'ui/webui/resources/cr_components/chromeos/network/'
[email protected]d7d35f342012-10-22 20:32:47835 },
alematec5187b1b2016-08-26 05:32:18836 'chromeos_timezone': {
837 'filepath': 'chromeos/timezone/',
838 },
[email protected]f76c8852012-06-21 16:37:00839 'chromeos_webui': {
[email protected]f2f0fbb92012-07-14 15:52:49840 'filepath': 'chrome/browser/ui/webui/chromeos/|'\
841 'chrome/browser/resources/chromeos/',
[email protected]ba03af42012-03-08 01:37:12842 },
Jon Mann2c257332019-08-14 19:12:14843 'chromeos_wifi_sync': {
844 'filepath': 'chromeos/components/sync_wifi/',
845 },
Anastasia Helfinstein83c763a2019-05-13 18:15:03846 'chromevox': {
Anastasia Helfinstein9dcba0a2019-07-18 20:58:56847 'filepath': 'chromevox|spoken_feedback',
Anastasia Helfinstein83c763a2019-05-13 18:15:03848 },
[email protected]cef7a6d2011-04-29 20:49:07849 'clang_update': {
Nico Webere250e6a2015-12-02 19:31:56850 'filepath': 'tools/clang/scripts/update.py'
[email protected]cef7a6d2011-04-29 20:49:07851 },
[email protected]f76c8852012-06-21 16:37:00852 'clipboard': {
853 'filepath': 'clipboard|dnd|drag|drop',
[email protected]2418b022011-05-19 21:06:02854 },
Aaron Gable64f273582017-03-30 18:02:00855 'codereview_settings': {
856 'filepath': 'codereview.settings',
857 },
sdefresned94c5b02015-07-22 17:54:55858 'components_deps': {
859 'filepath': 'components/([^/]*/)*DEPS',
860 },
Matthew Jonesf3b5f4f2019-01-04 00:01:25861 'compositor_animator': {
862 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/compositor/animation/',
863 },
scheib968e61052014-11-05 00:27:25864 'content_bluetooth': {
865 'filepath': 'content/.*bluetooth'
866 },
Rayan Kanso3047d3f2019-06-26 13:26:39867 'content_index': {
868 'filepath': 'content_index',
869 },
kinuko01cbe8a12015-10-20 09:59:06870 'content_loader': {
mmenkefaa97d3b2016-09-25 14:24:02871 'filepath': 'chrome/browser/loader|' \
872 'content/browser/loader|' \
kinuko01cbe8a12015-10-20 09:59:06873 'content/child/*loader',
874 },
mkwst512627022014-09-16 09:23:27875 'content_renderer': {
876 'filepath': 'content/renderer/',
877 },
[email protected]aa3311a2012-11-19 16:04:58878 'content_shell': {
879 'filepath': 'content/shell/',
880 },
kinukoa121bce2015-01-30 10:04:41881 'content_worker': {
882 'filepath': 'content/.*worker',
883 },
donnd787f6ed2016-08-03 01:00:56884 'contextual_search': {
885 'filepath': 'chrome/browser/android/contextualsearch/|' \
886 'chrome/android/java/src/org/chromium/chrome/browser/contextualsearch/|' \
887 'chrome/android/javatests/src/org/chromium/chrome/browser/contextualsearch/|' \
888 'components/contextual_search/',
889 },
wfh792b71c2016-05-04 23:33:41890 'courgette': {
891 'filepath': 'courgette/',
892 },
Nico Weber6ff639a2017-08-11 21:04:50893 'cq': {
Andrii Shyshkalov17176242018-02-24 03:31:32894 'filepath': 'infra/config/branch/cq.cfg',
Nico Weber6ff639a2017-08-11 21:04:50895 },
michaelpge42ca3b32016-02-19 08:17:57896 'cr_elements': {
897 'filepath': 'ui/webui/resources/cr_element',
898 },
Chung-yih Wang7afc64a2018-03-06 02:09:04899 'cros_benchmarks': {
900 'filepath': 'tools/perf/contrib/cros_benchmarks',
901 },
Ben Wells03471a72018-03-22 00:58:46902 'crostini': {
Joel Hockeyded6fa52019-07-10 06:20:29903 'filepath': 'cicerone'\
904 '|components/exo'\
905 '|concierge'\
906 '|crostini'\
907 '|guest_os'\
908 '|plugin_vm',
Ben Wells03471a72018-03-22 00:58:46909 },
Bailey Berro462580ea2019-02-22 23:09:37910 'cups_printing' : {
rbpotter9e8fca72019-12-28 02:26:14911 'filepath': 'chrome/browser/resources/settings/chromeos/os_printing_page/'\
Bailey Berro462580ea2019-02-22 23:09:37912 '|chrome/test/data/webui/settings/cups_printer_page_tests.js'\
913 '|chrome/browser/ui/webui/settings/chromeos/cups_printers_handler'\
914 '|chrome/browser/chromeos/printing/'\
915 '|printing/',
916 },
Wojciech Dzierżanowski7d246b52019-05-10 19:52:26917 'custom_proxy': {
918 'filepath': 'services/network/network_service_proxy_delegate.*',
919 },
ianwencdb8c9e2015-06-18 22:10:15920 'custom_tabs': {
Newton Allen38c62212015-06-24 21:41:53921 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/customtabs/|'\
Peter Beverloo5cc24512018-11-29 15:36:43922 'chrome/android/java/src/org/chromium/chrome/browser/browseractions/|'\
923 'chrome/android/java/src/org/chromium/chrome/browser/browserservices/|'\
924 'chrome/android/javatests/src/org/chromium/chrome/browser/customtabs/|'\
925 'chrome/android/javatests/src/org/chromium/chrome/browser/browseractions/|'\
926 'chrome/android/javatests/src/org/chromium/chrome/browser/browserservices/|'\
927 'chrome/browser/android/customtabs/',
alancuttercbad6512015-06-19 02:31:28928 },
Madeleine Barowsky21b04402019-01-29 19:17:05929 'data_decoder': {
930 'filepath': 'services/data_decoder/',
931 },
Ryo Hashimoto900be52c2018-05-24 06:42:26932 'dbus': {
933 'filepath': 'dbus/',
934 },
Patti2627bb62020-03-10 02:53:14935 'demo_mode': {
936 'filepath': 'docs/login/demo_mode.md|'\
937 'chrome/browser/chromeos/login/demo_mode/|'\
938 'ash/metrics/demo_session_metrics_recorder.*',
939 },
Bartosz Fabianowski85a823812015-04-16 10:27:51940 'device_bluetooth': {
941 'filepath': 'device/.*bluetooth'
942 },
juncaic08f41d2017-05-04 20:36:58943 'device_chooser': {
944 'filepath': 'chrome/browser/chooser_controller/|'\
945 'chrome/browser/ui/android/bluetooth_chooser_.*|'\
946 'chrome/browser/ui/android/usb_chooser_.*|'\
947 'chrome/browser/ui/bluetooth/|'\
948 'chrome/browser/ui/cocoa/device_chooser_.*|'\
949 'chrome/browser/ui/cocoa/extensions/chooser_dialog_.*|'\
950 'chrome/browser/ui/cocoa/permission_bubble/chooser_bubble_.*|'\
951 'chrome/browser/ui/views/device_chooser_.*|'\
952 'chrome/browser/ui/views/extensions/chooser_dialog_.*|'\
953 'chrome/browser/ui/views/permission_bubble/chooser_bubble_.*|'\
954 'chrome/browser/usb/usb_chooser_.*',
955 },
[email protected]342b12872012-11-07 12:10:46956 'devtools': {
957 'filepath': 'devtools',
958 },
[email protected]bab2a832012-07-11 23:29:41959 'disk_cache': {
960 'filepath': 'net/disk_cache/|http_cache',
961 },
Daniel Murphyeda2b872019-11-27 23:51:41962 'dom_storage': {
963 'filepath': 'content/common/dom_storage/|'\
964 'content/browser/dom_storage/|'\
965 'components/services/storage/dom_storage/',
966 },
[email protected]f76c8852012-06-21 16:37:00967 'download': {
[email protected]f2f0fbb92012-07-14 15:52:49968 'filepath': 'chrome/browser/download/|'\
[email protected]8492b5b2012-12-17 21:58:08969 'content/browser/download/',
[email protected]6bff0ad2011-06-17 01:32:51970 },
[email protected]ca872e362011-07-12 21:06:03971 'downloads_ui': {
dbeam78528be2016-02-18 07:08:49972 'filepath': 'chrome/browser/resources/(md_)?downloads/|' \
[email protected]8492b5b2012-12-17 21:58:08973 'chrome/browser/ui/webui/.*downloads|' \
974 'chrome/browser/ui/views/download/|' \
asanka2009f412015-10-05 17:28:12975 'chrome/browser/ui/cocoa/download/'
[email protected]ca872e362011-07-12 21:06:03976 },
[email protected]89d2cd52013-04-16 01:55:36977 'drive_resource_metadata': {
Ryo Hashimoto900be52c2018-05-24 06:42:26978 'filepath': 'drive.*resource_metadata'
[email protected]89d2cd52013-04-16 01:55:36979 },
[email protected]3a25c8a2014-06-26 06:47:10980 'eme': {
Xiaohan Wang6cbdcdf2018-06-12 21:55:54981 'filepath': 'chrome/renderer/media/.*key_system|' \
982 'chrome/browser/media/.*(cdm|encrypted)|' \
983 'components/cdm/|' \
[email protected]3a25c8a2014-06-26 06:47:10984 'content/browser/media/cdm/|' \
Xiaohan Wang6cbdcdf2018-06-12 21:55:54985 'media/base/android/.*drm|' \
[email protected]3a25c8a2014-06-26 06:47:10986 'media/cdm/|' \
987 'third_party/widevine/cdm/'
988 },
Justin DeWittf64d39e2018-08-09 21:33:41989 'explore_sites': {
990 'filepath': 'chrome/browser/android/explore_sites/|' \
991 'chrome/android/java/src/org/chromium/chrome/browser/explore_sites/'
992 },
[email protected]f76c8852012-06-21 16:37:00993 'extension': {
994 'filepath': 'extension',
[email protected]161277d42011-06-24 20:48:45995 },
lunalu0a9c05422016-11-11 17:19:06996 'feature_policy': {
Blink Reformata30d4232018-04-07 15:31:06997 'filepath': 'third_party/blink/renderer/platform/feature_policy/|' \
Kent Tamuraeb394c72018-04-07 19:14:55998 'third_party/blink/renderer/bindings/core/v8/origin_trial_features',
lunalu0a9c05422016-11-11 17:19:06999 },
Pete Williamson0b101e42020-01-29 23:33:141000 'feed': {
Ian Wells1dc7053d2020-04-17 18:04:221001 'filepath': 'chrome/android/feed|' \
1002 'chrome/browser/android/feed/|' \
Pete Williamson0b101e42020-01-29 23:33:141003 'components/feed/'
1004 },
Jeffrey Kardatzkee1bb98d22019-05-24 16:34:521005 'feedback': {
1006 'filepath': 'chrome/browser/extensions/api/feedback_private/|' \
1007 'chrome/browser/feedback/|' \
1008 'components/feedback/|' \
1009 'extensions/browser/api/feedback_private/'
1010 },
[email protected]f76c8852012-06-21 16:37:001011 'fileapi': {
[email protected]8492b5b2012-12-17 21:58:081012 'filepath': 'file_system/|' \
1013 'fileapi/'
[email protected]80919512011-08-03 08:51:041014 },
[email protected]f76c8852012-06-21 16:37:001015 'filebrowse': {
[email protected]8492b5b2012-12-17 21:58:081016 'filepath': 'file_browser|' \
1017 'file_manager|' \
1018 'filebrowse'
[email protected]4b07b62cc2011-10-03 17:52:391019 },
[email protected]4ed766c2013-09-19 09:45:201020 'filesapp': {
okab0be3dc2016-08-30 07:37:101021 'filepath': 'chrome/browser/chromeos/drive|' \
1022 'chrome/browser/chromeos/extensions/file_manager|' \
1023 'chrome/browser/chromeos/extensions/file_system_provider|' \
1024 'chrome/browser/chromeos/file_manager|' \
1025 'chrome/browser/chromeos/file_system_provider|' \
1026 'chrome/browser/drive|' \
1027 'chrome/test/data/extensions/api_test/file_system_provider|' \
1028 'components/drive|' \
1029 'google_apis/drive|' \
1030 'ui/file_manager'
1031 },
Dominik Röttschesf0fd4d62019-06-17 11:15:021032 'freetype_update': {
1033 'filepath': 'third_party/freetype/README.chromium',
1034 },
Tomasz Mikolajewski2905dbb2017-11-22 06:24:041035 'fsp': {
1036 'filepath': 'chrome/browser/chromeos/extensions/file_system_provider|' \
1037 'chrome/browser/chromeos/file_system_provider|' \
Tomasz Mikolajewski66b4faa22017-11-22 09:33:431038 'chrome/test/data/extensions/api_test/file_system_provider'
[email protected]4ed766c2013-09-19 09:45:201039 },
Wez385de5a2017-07-13 20:13:161040 'fuchsia': {
1041 'filepath': 'fuchsia',
1042 },
mmoroz58ddb8172016-09-08 18:29:551043 'fuzzing': {
1044 'filepath': 'fuzz|Fuzz',
1045 },
Vincent Scheibd5da4d952017-11-03 01:33:241046 'gamepad': {
1047 'filepath': 'gamepad',
1048 },
[email protected]3a2a6ac02014-06-20 07:07:121049 'gcm': {
peter9f4490a2017-01-27 00:58:361050 'filepath': 'chrome/browser/gcm/|'\
[email protected]3a2a6ac02014-06-20 07:07:121051 'components/gcm_driver/|'\
1052 'google_apis/gcm/',
1053 },
mikhail.pozdnyakova8db26402016-11-28 18:27:121054 'generic_sensor': {
Jun Caiaa1f040d2017-11-15 01:21:531055 'filepath': 'services/device/generic_sensor/|'\
Blink Reformata30d4232018-04-07 15:31:061056 'third_party/blink/renderer/modules/sensor/',
mikhail.pozdnyakova8db26402016-11-28 18:27:121057 },
[email protected]d8036492013-08-09 16:02:231058 'geolocation': {
1059 'filepath': 'chrome/browser/geolocation/|'\
1060 'content/browser/geolocation|'\
1061 'content/public/common/geoposition.*|'\
1062 'content/public/browser/geolocation.*|'\
1063 'content/renderer/geolocation.*|'\
1064 'content/shell/geolocation/',
1065 },
[email protected]cf428f732012-10-02 20:48:151066 'gfx_geometry': {
danakj570c1332015-01-06 16:59:361067 'filepath': 'ui/gfx/geometry/',
[email protected]cf428f732012-10-02 20:48:151068 },
Takeshi Yoshino524e1d262017-07-28 01:16:381069 'gfx_image': {
1070 'filepath': 'ui/gfx/image/',
1071 },
Tommy Steimel0cacd28c2019-11-12 22:12:511072 'global_media_controls': {
1073 'filepath': 'chrome/browser/ui/global_media_controls|'\
1074 'chrome/browser/ui/views/global_media_controls|'\
1075 'chrome/browser/ui/views/feature_promos/global_media_controls|'\
1076 'chrome/browser/ui/in_product_help/global_media_controls',
1077 },
[email protected]4d1773e2014-04-05 07:59:571078 'gn': {
1079 'filepath': 'tools/gn',
1080 },
Corentin Wallezc68aa9b2017-10-02 15:00:031081 'gpu_passthrough_cmd_decoder': {
1082 'filepath': 'gpu/command_buffer/service/.*passthrough',
1083 },
Ehsan Karamadc20cee22018-08-10 21:32:331084 'guest_view': {
1085 'filepath': 'chrome/browser/apps/guest_view|'\
1086 'chrome/browser/extensions/api/web_view|'\
1087 'chrome/browser/guest_view|'\
1088 'chrome/common/extensions/api/webview*.json|'\
1089 'chrome/common/extensions/docs|'\
1090 'chrome/renderer/resources/extensions/web_view|'\
1091 'components/guest_view|'\
1092 'content/browser/browser_plugin|'\
1093 'content/renderer/browser_plugin|'\
1094 'extensions/browser/api/guest_view|'\
1095 'extensions/browser/guest_view|'\
1096 'extensions/common/guest_view|'\
Miyoung Shin3fc077c2019-08-06 00:29:441097 'extensions/common/mojom/guest_view.mojom|'\
Ehsan Karamadc20cee22018-08-10 21:32:331098 'extensions/common/api/*view*.json|'\
1099 'extensions/renderer/guest_view',
1100 },
Jeffrey Kardatzkee1bb98d22019-05-24 16:34:521101 'hats': {
1102 'filepath': 'chrome/browser/chromeos/hats/',
1103 },
Andrey Kosyakova173d252018-05-07 18:29:111104 'headless': {
1105 'filepath': 'headless/'
1106 },
[email protected]f76c8852012-06-21 16:37:001107 'i18n': {
[email protected]f2f0fbb92012-07-14 15:52:491108 'filepath': 'base/i18n/|base/string|l10n|icu|'\
timvolodine8cdb94c2016-09-22 12:17:221109 'locale_settings|encoding',
[email protected]f76c8852012-06-21 16:37:001110 },
Jeffrey Cohen9a2604442020-02-13 17:55:561111 'image_editor': {
1112 'filepath': 'chrome/browser/image_editor'\
Jeffrey Cohen27b6ab902020-02-18 22:44:371113 '|chrome/android/modules/image_editor',
Jeffrey Cohen9a2604442020-02-13 17:55:561114 },
Greg Thompson4f90fc992017-07-25 19:30:371115 'incident_reporting': {
1116 'filepath': 'chrome/browser/safe_browsing/incident_reporting',
1117 },
[email protected]c26161352013-11-12 19:50:011118 'indexed_db': {
1119 'filepath': 'content/browser/indexed_db|'\
[email protected]c26161352013-11-12 19:50:011120 'content/public/browser/indexed_db|'\
Chase Phillips7027bd52018-08-30 17:31:551121 'content/renderer/indexed_db|'\
Daniel Murphyeda2b872019-11-27 23:51:411122 'content/test/data/indexeddb|'\
1123 'components/services/storage/indexed_db',
[email protected]c26161352013-11-12 19:50:011124 },
Stephen Martinisf7e0fb12019-09-04 18:59:591125 'infra_docs': {
1126 'filepath': 'docs/infra',
1127 },
dtapuska1f997a12016-03-14 19:22:071128 'input': {
1129 'filepath': 'content/browser/renderer_host/input|'\
1130 'content/renderer/input|'\
1131 'ui/events/blink/'
1132 },
Michael Spang808d5c12018-10-23 19:20:391133 'input_devices': {
1134 'filepath': 'ui/events/devices/',
1135 },
Dominick Ngcaa7b402017-07-11 07:35:391136 'installable': {
Dominick Ng31b7feb2019-01-29 23:24:001137 'filepath': 'chrome/browser/extensions/bookmark_app*'\
1138 '|chrome/browser/installable/',
Dominick Ngcaa7b402017-07-11 07:35:391139 },
mmoss19826c62014-11-14 21:37:361140 'installer_linux': {
1141 'filepath': 'chrome/installer/linux/',
1142 },
Greg Thompson4f90fc992017-07-25 19:30:371143 'installer_win': {
1144 'filepath': 'chrome/install_static/'\
Samuel Huang577ef6c2018-03-13 18:19:341145 '|chrome/installer/(?!gcapi_mac/|linux/|mac/)'\
1146 '|components/zucchini/',
Greg Thompson4f90fc992017-07-25 19:30:371147 },
edchin46453b42017-03-03 01:40:111148 'ios': {
Sylvain Defresne81467d82017-05-29 09:06:141149 'filepath': 'ios/',
edchin46453b42017-03-03 01:40:111150 },
sdefresne18b47312015-06-18 15:15:091151 'ios_chrome': {
Sylvain Defresne81467d82017-05-29 09:06:141152 'filepath': 'ios/chrome/',
sdefresne18b47312015-06-18 15:15:091153 },
marqa4f135f2017-01-10 12:37:341154 'ios_clean': {
Sylvain Defresne81467d82017-05-29 09:06:141155 'filepath': 'ios/clean/',
marqa4f135f2017-01-10 12:37:341156 },
Eric Noyaua1825272019-01-02 10:36:391157 'ios_flags': {
Eric Noyaue13b4d72019-01-03 14:23:551158 'filepath': 'ios/chrome/browser/about_flags\.(h|mm)|'\
1159 'ios/chrome/browser/experimental_flags\.(h|mm)|'\
1160 'ios/chrome/browser/resources/Settings.bundle/Experimental\.plist',
Eric Noyaua1825272019-01-02 10:36:391161 },
marqa4f135f2017-01-10 12:37:341162 'ios_showcase': {
Sylvain Defresne81467d82017-05-29 09:06:141163 'filepath': 'ios/showcase/',
marqa4f135f2017-01-10 12:37:341164 },
eugenebutb5a5a8572017-01-20 01:18:111165 'ios_web': {
Sylvain Defresne81467d82017-05-29 09:06:141166 'filepath': 'ios/web(_view)?/',
eugenebutb5a5a8572017-01-20 01:18:111167 },
Robert Ogden2df066b2020-01-14 23:58:491168 'isolated_prefetch': {
1169 'filepath': 'chrome/browser/prerender/isolated',
1170 },
Megan Jablonski33f229f2019-12-18 22:58:001171 'language': {
1172 'filepath': 'chrome/browser/language|'\
1173 'components/language|'\
1174 'components/test/data/language|'\
1175 'ios/chrome/browser/language|'\
1176 'ios/web_view/internal/language'
1177 },
Johanndfa4d7d2017-12-07 18:05:291178 'libaom': {
1179 'filepath': 'third_party/libaom/',
1180 },
Takeshi Yoshino524e1d262017-07-28 01:16:381181 'libvpx': {
Johanndfa4d7d2017-12-07 18:05:291182 'filepath': 'third_party/libvpx/',
vabraafbd4f32015-11-10 19:30:231183 },
[email protected]a3f777d2014-01-07 23:38:261184 'libwebp': {
1185 'filepath': 'third_party/libwebp'
1186 },
dominiccabb90e02017-03-31 04:54:231187 'libxml_xslt': {
1188 'filepath': 'third_party/libxml/' \
1189 '|third_party/libxslt/',
1190 },
[email protected]04a292a2013-03-07 19:58:421191 'linux_sandboxing': {
Matthew Denton801686d22020-03-10 00:54:381192 'filepath': 'sandbox/linux/'\
1193 '|services/service_manager/sandbox/linux/',
[email protected]f76c8852012-06-21 16:37:001194 },
[email protected]04a292a2013-03-07 19:58:421195 'linux_seccomp_bpf': {
[email protected]d6a23612012-11-13 20:11:541196 'filepath': 'content/common/sandbox.*linux.cc',
[email protected]f76c8852012-06-21 16:37:001197 },
lgrey62faed72016-10-11 21:40:391198 'mac': {
lgrey332339b12016-12-05 17:16:401199 'filepath': '(_|/)(cocoa|mac)(_|\.)|/(cocoa|mac)/|^((?!ios\/).)*\.mm?$',
lgrey62faed72016-10-11 21:40:391200 },
mlamourid8b0feb2015-06-02 16:30:471201 'manifest': {
1202 'filepath': 'content/(browser|renderer)/manifest/'\
Dominick Ng31b7feb2019-01-29 23:24:001203 '|content/public/common/manifest*'\
1204 '|third_party/blink/(common|mojom)/manifest/'\
1205 '|third_party/blink/renderer/modules/manifest/',
mlamourid8b0feb2015-06-02 16:30:471206 },
James Cook2dc6d042018-04-24 22:00:201207 'mash_buildbot_filters': {
1208 'filepath': 'testing/buildbot/filters/mash.*filter',
1209 },
[email protected]f76c8852012-06-21 16:37:001210 'media': {
Francois Beaufort9ab59c82017-08-24 13:10:291211 'filepath': 'media|third_party/(ffmpeg|opus|libvpx)'
[email protected]f76c8852012-06-21 16:37:001212 },
mcasasfeedbe42017-03-03 05:23:561213 'media_capture_from_element': {
alancutter40359812017-03-03 08:20:271214 'filepath': 'content/renderer/media_capture_from_element/' \
Blink Reformata30d4232018-04-07 15:31:061215 '|third_party/blink/renderer/modules/mediacapture/' \
Kent Tamuraeb394c72018-04-07 19:14:551216 '|third_party/blink/renderer/platform/exported/web_canvas_capture' \
Kent Tamura77578cc2018-11-25 22:33:431217 '|third_party/blink/web_tests/fast/mediacapturefromelement/' \
Kent Tamuraeb394c72018-04-07 19:14:551218 '|third_party/blink/public/platform/web_canvas_capture'
mcasasfeedbe42017-03-03 05:23:561219 },
Tommy Steimel074a1822018-02-07 17:25:441220 'media_controls': {
Blink Reformata30d4232018-04-07 15:31:061221 'filepath': 'third_party/blink/renderer/modules/media_controls/'
Tommy Steimel074a1822018-02-07 17:25:441222 },
Becca Hughes087b43c2020-04-08 21:59:521223 'media_feeds': {
1224 'filepath': 'chrome/browser/media/feeds/'\
1225 '|chrome/renderer/media/media_feeds*'\
1226 '|components/schema_org/'\
1227 '|third_party/schema_org/',
1228 },
[email protected]06dd23172013-06-24 21:04:511229 'media_galleries': {
1230 'filepath': 'chrome/browser/extensions/api/media_galleries/'\
[email protected]06dd23172013-06-24 21:04:511231 '|chrome/browser/media_galleries/'\
1232 '|chrome/browser/storage_monitor/'\
1233 '|chrome/common/media_galleries/'\
Jay Civellicf995502017-09-08 23:59:271234 '|chrome/test/data/extensions/api_test/media_galleries/'
[email protected]06dd23172013-06-24 21:04:511235 },
Hirokazu Hondae31ce109a2018-09-18 11:18:501236 'media_gpu': {
1237 'filepath': 'media/gpu/',
1238 },
Miguel Casas7ac35742020-01-09 20:04:401239 'media_gpu_cros': {
1240 'filepath': 'media/gpu/chromeos'\
1241 '|media/gpu/vaapi'\
1242 '|media/gpu/v4l2'\
1243 '|media/gpu/.*\.(cc|h)$'\
1244 '|media/mojo/(clients|mojom|test|services)/.*accelerator.*'
1245 },
1246 'media_gpu_vaapi': {
1247 'filepath': 'media/gpu/vaapi',
1248 },
1249 'media_gpu_win': {
1250 'filepath': 'media/gpu/windows/'
1251 },
Becca Hughes087b43c2020-04-08 21:59:521252 'media_history': {
1253 'filepath': 'chrome/browser/media/history/'
1254 },
alokp9e369ea72e2016-06-10 05:41:091255 'media_mojo': {
Xiaohan Wang6cbdcdf2018-06-12 21:55:541256 'filepath': 'media/mojo/'
alokp9e369ea72e2016-06-10 05:41:091257 },
mcasasfeedbe42017-03-03 05:23:561258 'media_recorder': {
alancutter40359812017-03-03 08:20:271259 'filepath': 'content/renderer/media_recorder/' \
Blink Reformata30d4232018-04-07 15:31:061260 '|third_party/blink/renderer/modules/mediarecorder/' \
Kent Tamuraeb394c72018-04-07 19:14:551261 '|third_party/blink/renderer/platform/exported/web_media_recorder' \
Kent Tamura77578cc2018-11-25 22:33:431262 '|third_party/blink/web_tests/fast/mediarecorder/' \
Kent Tamuraeb394c72018-04-07 19:14:551263 '|third_party/blink/public/platform/web_media_recorder'
mcasasfeedbe42017-03-03 05:23:561264 },
miu5e69f1c52016-10-23 13:40:111265 'media_remoting': {
1266 'filepath': 'chrome/browser/media/cast_remoting'\
1267 '|media/blink/webmediaplayer_'\
Miyoung Shin3fc077c2019-08-06 00:29:441268 '|media/mojo/mojom/remoting.mojom'\
miu5e69f1c52016-10-23 13:40:111269 '|media/remoting/',
1270 },
kmarshallb698ad4f2015-02-24 19:42:481271 'media_router': {
mark a. foltze8739c7c2019-04-24 18:33:091272 'filepath': 'chrome/android/features/media_router/' \
1273 '|chrome/app/media_router_strings.grdp' \
mfoltz57fd7f32017-05-03 06:12:581274 '|chrome/browser/media/router/' \
kmarshallb698ad4f2015-02-24 19:42:481275 '|chrome/browser/resources/media_router/' \
Takumi Fujimoto4bef2792018-05-03 17:51:551276 '|chrome/browser/ui/media_router/' \
mfoltz57fd7f32017-05-03 06:12:581277 '|chrome/browser/ui/views/media_router/' \
kmarshallb698ad4f2015-02-24 19:42:481278 '|chrome/browser/ui/webui/media_router/' \
Takumi Fujimoto4bef2792018-05-03 17:51:551279 '|chrome/common/media_router/' \
mfoltz57fd7f32017-05-03 06:12:581280 '|chrome/test/data/webui/media_router/' \
mark a. foltz65eee112020-03-05 22:44:421281 '|chrome/test/media_router/'
kmarshallb698ad4f2015-02-24 19:42:481282 },
[email protected]f76c8852012-06-21 16:37:001283 'message_loop': {
[email protected]f2f0fbb92012-07-14 15:52:491284 'filepath': 'base/message_'
[email protected]f76c8852012-06-21 16:37:001285 },
1286 'metrics': {
[email protected]f2f0fbb92012-07-14 15:52:491287 'filepath': 'base/metrics/'\
asvitkine361b276e2016-08-30 18:45:001288 '|chrome/android/java/src/org/chromium/chrome/browser/metrics/'\
[email protected]f2f0fbb92012-07-14 15:52:491289 '|chrome/browser/metrics/'\
[email protected]f2f0fbb92012-07-14 15:52:491290 '|chrome/browser/chromeos/external_metrics'\
[email protected]b0d594d2014-02-21 03:22:121291 '|chrome/browser/extensions/api/metrics_private/'\
[email protected]f2f0fbb92012-07-14 15:52:491292 '|chrome/browser/ui/webui/metrics_handler'\
asvitkineb7e10302016-01-20 05:17:451293 '|chromecast/browser/metrics/'\
asvitkinee4bad382015-11-05 21:56:451294 '|components/metrics/'\
asvitkineb7e10302016-01-20 05:17:451295 '|components/metrics_services_manager/'\
[email protected]ce6b855a2014-03-12 19:51:391296 '|components/rappor/'\
asvitkinee4bad382015-11-05 21:56:451297 '|components/variations/'\
[email protected]b0d594d2014-02-21 03:22:121298 # Exclude XML files; in particular, histograms.xml.
1299 '|tools/metrics/[^.]*([.](?!xml$).*)?$',
1300 },
Ilya Shermandfce91b72020-03-23 18:52:461301 'metrics_metadata_files': {
1302 # Subscribe to this to watch for changes to {actions, histograms, ukm}.xml
1303 # and to the field trial testing config.
1304 'filepath': 'tools/metrics/.*\.xml$'\
1305 '|testing/variations/fieldtrial_testing_config.json',
1306 },
Gabriel Marinac7ecd72019-10-04 18:16:061307 'metrics_perf': {
1308 'filepath': 'chrome/browser/metrics/perf/',
1309 },
toyoshim8f51f902015-03-27 03:50:211310 'midi': {
1311 'filepath': 'midi',
[email protected]f76c8852012-06-21 16:37:001312 },
[email protected]341f218a2013-09-24 22:16:101313 'mojo': {
1314 'filepath': 'mojo',
1315 },
Kyle Horimotoc4d57b122018-02-28 01:17:301316 'multidevice': {
Ryan Hansberry587c8082018-09-20 01:31:191317 'filepath': 'ash/multi_device_setup/'\
Kyle Horimoto7de86582018-12-19 20:40:251318 '|chrome/browser/chromeos/cryptauth/'\
Ryan Hansberry587c8082018-09-20 01:31:191319 '|chrome/browser/chromeos/device_sync/'\
1320 '|chrome/browser/chromeos/multidevice_setup/'\
1321 '|chrome/browser/chromeos/secure_channel/'\
Kyle Horimoto592f64c2018-03-28 23:43:221322 '|chrome/browser/resources/chromeos/multidevice_setup/'\
Ryan Hansberry587c8082018-09-20 01:31:191323 '|chrome/browser/resources/settings/multidevice_page/'\
Demetrios Papadopoulosbb154e932019-12-23 22:05:261324 '|chrome/browser/resources/settings/chromeos/multidevice_page/'\
Ryan Hansberry587c8082018-09-20 01:31:191325 '|chrome/browser/ui/webui/chromeos/multidevice_setup/'\
1326 '|chrome/browser/ui/webui/settings/chromeos/multidevice'\
Kyle Horimoto7de86582018-12-19 20:40:251327 '|chrome/test/data/webui/multidevice_setup/'\
1328 '|chromeos/components/multidevice/'\
James Hawkinsf7e517c2018-03-30 21:01:141329 '|chromeos/components/proximity_auth/'\
Kyle Horimoto7de86582018-12-19 20:40:251330 '|chromeos/resources/multidevice_resources.grdp'\
Kyle Horimoto592f64c2018-03-28 23:43:221331 '|chromeos/services/device_sync/'\
1332 '|chromeos/services/multidevice_setup/'\
1333 '|chromeos/services/secure_channel/'\
Kyle Horimoto9bace7f2018-09-21 23:36:481334 '|ui/webui/resources/cr_components/chromeos/multidevice_setup/'
Kyle Horimotoc4d57b122018-02-28 01:17:301335 },
[email protected]f76c8852012-06-21 16:37:001336 'nacl': {
[email protected]f2f0fbb92012-07-14 15:52:491337 'filepath': 'chrome/nacl/|chrome/test/nacl/|'\
[email protected]193912d2013-09-06 17:41:561338 'chrome/browser/nacl_host/|chrome/common/nacl|'\
1339 'native_client_sdk/src/doc/',
[email protected]f76c8852012-06-21 16:37:001340 },
[email protected]99ddc3d2013-01-22 16:15:331341 'native_client_sdk': {
1342 'filepath': '^native_client_sdk/',
1343 },
[email protected]b9ecdb62014-03-07 14:56:431344 'navigation': {
1345 'filepath': 'content/browser/frame_host|'\
1346 'content/browser/renderer_host/render_process_host.*|'\
1347 'content/browser/renderer_host/render_view_host.*|'\
1348 'content/browser/web_contents/web_contents_impl.*|'\
1349 'content/renderer/render_frame.*|'\
1350 'content/renderer/render_view.*'
1351 },
Ryan Hansberry8a6e3e3e2020-05-15 17:23:051352 'nearby': {
1353 'filepath': 'chrome/browser/nearby_sharing/|'\
1354 'chrome/services/sharing/'
1355 },
[email protected]f76c8852012-06-21 16:37:001356 'net': {
[email protected]f2f0fbb92012-07-14 15:52:491357 'filepath': 'net/',
[email protected]f76c8852012-06-21 16:37:001358 },
bnc1872e8bd2017-01-27 02:47:281359 'net_base': {
1360 'filepath': 'net/base/',
1361 },
bnc1872e8bd2017-01-27 02:47:281362 'net_http2': {
1363 'filepath': 'net/http2/',
1364 },
[email protected]f76c8852012-06-21 16:37:001365 'net_log': {
mmenke59e4d8fb42016-06-15 21:15:281366 'filepath': 'net/log/|' \
[email protected]f2f0fbb92012-07-14 15:52:491367 'chrome/browser/net/.*net_log|' \
[email protected]f2f0fbb92012-07-14 15:52:491368 'chrome/browser/resources/net_internals/|' \
mmenke59e4d8fb42016-06-15 21:15:281369 'chrome/browser/ui/webui/net_internals/|' \
Takeshi Yoshino6b30abd2017-07-16 03:34:511370 'components/net_log/'
[email protected]f76c8852012-06-21 16:37:001371 },
Adam Rice027497d2018-07-27 02:17:021372 'net_server': {
1373 'filepath': 'net/server/'
1374 },
bnc1872e8bd2017-01-27 02:47:281375 'net_spdy': {
1376 'filepath': 'net/spdy/',
1377 },
Adam Rice027497d2018-07-27 02:17:021378 'net_websockets': {
1379 'filepath': 'net/websockets/',
1380 },
jkarlin539748402015-03-31 17:36:311381 'netinfo': {
Josh Karlin1bd016742017-08-18 17:44:171382 'filepath': '/netinfo/',
jkarlin539748402015-03-31 17:36:311383 },
Helen Li30f43d8e2018-05-09 16:24:011384 'network_service': {
1385 'filepath': 'services/network/',
1386 },
Vincent Scheibd5da4d952017-11-03 01:33:241387 'nfc': {
Rijubrata Bhaumik04f46442019-09-02 07:54:441388 'filepath': 'services/device/nfc/|'\
1389 'third_party/blink/renderer/modules/nfc/'
Vincent Scheibd5da4d952017-11-03 01:33:241390 },
Xing Liue18f0fb2019-03-22 23:55:141391 'notification_scheduler': {
1392 'filepath': 'chrome/browser/notifications/proto/|'\
1393 'chrome/browser/notifications/scheduler/'
1394 },
peterf4758412014-09-17 15:06:011395 'notifications': {
Peter Beverloo4548c852017-08-31 13:45:171396 'filepath': 'chrome/browser/extensions/api/notifications/|'\
1397 'chrome/browser/notifications/|'\
1398 'chrome/test/data/notifications/|'\
1399 'content/browser/notifications/|'\
Peter Beverloo4548c852017-08-31 13:45:171400 'content/common/platform_notification|'\
1401 'content/public/browser/platform_notification|'\
1402 'content/public/common/platform_notification|'\
1403 'content/renderer/notification_|'\
Xi Chengd47af342018-04-24 02:36:331404 'chrome/notification_helper/|'\
Kent Tamura77578cc2018-11-25 22:33:431405 'third_party/blink/web_tests/external/wpt/notifications|'\
1406 'third_party/blink/web_tests/http/tests/notifications|'\
Blink Reformata30d4232018-04-07 15:31:061407 'third_party/blink/renderer/modules/notifications|'\
1408 'third_party/blink/public/platform/modules/notifications|'\
peterf4758412014-09-17 15:06:011409 'ui/message_center/'
1410 },
tbansalc6f1c9f2016-09-30 22:48:421411 'nqe': {
1412 'filepath': 'nqe',
1413 },
mcwilliamsedee5042016-04-05 18:46:451414 'ntp_snippets': {
1415 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk16a37f902016-05-16 15:49:361416 'chrome/android/javatests/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk14c89352016-07-21 13:45:131417 'chrome/android/junit/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk117ffb322017-02-06 12:04:201418 'chrome/android/java/src/org/chromium/chrome/browser/suggestions/|'\
1419 'chrome/android/javatests/src/org/chromium/chrome/browser/suggestions/|'\
mvanouwerkerk538dc0b62016-05-17 14:55:341420 'chrome/browser/android/ntp/ntp_snippets|'\
mcwilliamsedee5042016-04-05 18:46:451421 'chrome/browser/ntp_snippets/|'\
mvanouwerkerk41649732016-05-17 13:37:001422 'chrome/browser/resources/snippets_internals|'\
1423 'chrome/browser/ui/webui/snippets_internals|'\
mcwilliamsedee5042016-04-05 18:46:451424 'components/ntp_snippets/|'\
1425 'chrome/android/java/res/layout/new_tab_page|'\
noyau451e6bb62016-12-23 14:29:041426 'chrome/android/java/res/layout/most_visited|'\
1427 'ios/chrome/browser/ntp_snippets'
mcwilliamsedee5042016-04-05 18:46:451428 },
treib70176c52016-07-08 14:34:191429 'ntp_tiles': {
1430 'filepath': 'chrome/browser/android/ntp/|'\
1431 'chrome/browser/ui/webui/ntp/|'\
1432 'chrome/common/search/ntp|'\
noyau451e6bb62016-12-23 14:29:041433 'components/ntp_tiles/|'\
1434 'ios/chrome/browser/ntp_tiles'
treib70176c52016-07-08 14:34:191435 },
peterb8ec88f82017-03-21 13:29:421436 'offline_items_collection': {
1437 'filepath': 'components/offline_items_collection/',
1438 },
dimichdce3ee492016-04-04 04:20:521439 'offline_pages': {
1440 'filepath': 'components/offline_pages/'\
fgorski329be5b2016-04-19 21:38:111441 '|chrome/browser/android/offline_pages/'\
1442 '|chrome/android/java/src/org/chromium/chrome/browser/offlinepages/'
dimichdce3ee492016-04-04 04:20:521443 },
[email protected]f76c8852012-06-21 16:37:001444 'omnibox': {
Justin Donnelly600d8e92018-11-09 00:40:501445 'filepath': '^chrome/browser/autocomplete/|'\
1446 '^chrome/browser/resources/omnibox|'\
1447 '^chrome/browser/ui/location_bar/|'\
1448 '^chrome/browser/ui/omnibox/|'\
1449 '^chrome/browser/ui/.*/location_bar/|'\
1450 '^chrome/browser/ui/.*/omnibox/|'\
1451 '^components/omnibox/'
[email protected]f76c8852012-06-21 16:37:001452 },
Doug Arnetta94d3ae2017-11-07 00:10:341453 'optimization_guide': {
1454 'filepath': 'optimization_guide|'\
1455 'optimization_hints',
1456 },
chasej6dff9292016-02-02 20:33:121457 'origin_trials': {
Jason Chasedfcd02b2018-08-10 21:07:491458 'filepath': 'origin_trial'\
chasej68b8bbd2017-01-26 19:26:131459 '|OriginTrial'\
1460 '|ConditionalFeature',
chasej6dff9292016-02-02 20:33:121461 },
[email protected]4a2078e2013-07-18 20:40:201462 'ozone': {
[email protected]f93c2c92013-10-31 18:22:441463 'filepath': 'ui/ozone/|'\
[email protected]4b66bf922013-10-28 19:49:431464 'ui/events/ozone/|'\
Tom Anderson374e34512019-12-10 23:27:161465 'ui/gfx/linux/|'\
[email protected]4a2078e2013-07-18 20:40:201466 'ui/gl/gl_.*egl.*|'\
1467 'ui/gl/gl_.*ozone.*'
1468 },
Sergey Ulanov004097c2018-11-05 23:29:281469 'ozone_scenic': {
1470 'filepath': 'ui/ozone/platform/scenic',
1471 },
lgarron9e25c7402017-03-15 04:03:111472 'page_info' : {
1473 'filepath': 'chrome/browser/ui/page_info/'\
1474 '|chrome/browser/ui/.*/page_info/'\
lgarron3428b2d32017-03-21 18:35:191475 '|chrome/android/java/src/org/chromium/chrome/browser/page_info/'\
lgarron6cd116a2017-04-07 19:42:181476 '|components/page_info_strings.grdp'\
Gregory Chatzinoffdf93d692017-09-09 01:32:271477 '|ios/chrome/browser/ui/page_info/'
lgarron6cd116a2017-04-07 19:42:181478 },
csharrison3b1dc4062015-10-19 14:31:081479 'page_load_metrics' : {
bmcquade9f433702016-07-26 23:33:501480 'filepath': 'chrome/browser/page_load_metrics/'\
1481 '|chrome/common/page_load_metrics/'\
1482 '|chrome/renderer/page_load_metrics/'
csharrison3b1dc4062015-10-19 14:31:081483 },
[email protected]f76c8852012-06-21 16:37:001484 'panels': {
[email protected]7cbe5a52012-09-27 02:00:291485 'filepath': 'chrome/browser/ui/panels'\
1486 '|chrome/browser/ui/cocoa/panels'\
[email protected]7cbe5a52012-09-27 02:00:291487 '|chrome/browser/ui/views/panels'
[email protected]f76c8852012-06-21 16:37:001488 },
[email protected]3cc8b3922014-05-05 13:12:081489 'password_manager': {
1490 'filepath': 'chrome/.*/password_'\
1491 '|chrome/browser/ui/passwords'\
1492 '|chrome/browser/ui/views/passwords'\
1493 '|chrome/test/data/password'\
1494 '|components/autofill.*password'
1495 '|components/password_'\
vabrccdb7222016-06-01 14:59:401496 '|^ios/chrome/browser/passwords'\
[email protected]3cc8b3922014-05-05 13:12:081497 },
rouslane8a22262016-10-19 20:49:411498 'payments': {
1499 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/payments'\
1500 '|chrome/android/javatests/src/org/chromium/chrome/browser/payments'\
Rouslan Solomakhin81af4cf2017-06-27 15:23:491501 '|chrome/browser/payments'\
1502 '|chrome/browser/ui/views/payments'\
Mohamad Ahmadi2b452762017-07-18 23:17:151503 '|components/payments/test/data'\
rouslana64ceca2016-10-26 01:10:311504 '|components/payments'\
Rouslan Solomakhin81af4cf2017-06-27 15:23:491505 '|content/browser/payments'\
1506 '|content/test/data/payments'\
1507 '|ios/chrome/browser/payments'\
1508 '|ios/chrome/browser/ui/payments'\
1509 '|ios/web/payments'\
1510 '|ios/web/public/payments'\
Kent Tamura77578cc2018-11-25 22:33:431511 '|third_party/blink/web_tests/external/wpt/payment-request'\
1512 '|third_party/blink/web_tests/http/tests/payments'\
1513 '|third_party/blink/web_tests/payments'\
Blink Reformata30d4232018-04-07 15:31:061514 '|third_party/blink/public/platform/modules/payments'\
1515 '|third_party/blink/renderer/modules/payments'
mahmadi0a7bb59f2017-02-22 19:13:491516 },
1517 'payments_ios': {
Rouslan Solomakhin81af4cf2017-06-27 15:23:491518 'filepath': 'ios/web/payments'\
1519 '|ios/chrome/browser/payments'\
1520 '|ios/chrome/browser/ui/payments'\
1521 '|ios/web/public/payments'
rouslane8a22262016-10-19 20:49:411522 },
Lei Zhang91530f72019-06-14 21:20:151523 'pdf': {
Lei Zhangaaf64f52019-06-21 00:52:081524 'filepath': 'components/pdf/'\
1525 '|chrome/browser/pdf/'\
1526 '|chrome/browser/ui/pdf/'\
1527 '|pdf/'
Lei Zhang91530f72019-06-14 21:20:151528 },
[email protected]f76c8852012-06-21 16:37:001529 'pepper_api': {
[email protected]b8491b02013-11-13 03:50:581530 'filepath': 'ppapi/api'\
1531 '|ppapi/c',
[email protected]f76c8852012-06-21 16:37:001532 },
mlamourid8b0feb2015-06-02 16:30:471533 'permissions': {
1534 'filepath': 'content/(child,browser)/permissions/'\
1535 '|content/common/permission_*'\
1536 '|content/public/(common,browser)/permission_*'\
1537 '|chrome/browser/permissions/'\
1538 '|chrome/browser/content_settings/permission*'\
1539 '|permission_context',
1540 },
François Beaufortb2070eb2018-02-08 10:36:341541 'picture_in_picture': {
Blink Reformata30d4232018-04-07 15:31:061542 'filepath': 'third_party/blink/renderer/modules/picture_in_picture/'
François Beaufortb2070eb2018-02-08 10:36:341543 },
michaelpg11fff3f2015-02-06 03:35:341544 'polymer': {
1545 'filepath': 'third_party/polymer/|'\
michaelpgf94a2a22017-03-06 22:35:001546 'third_party/web-animations-js/|'\
dbeam78528be2016-02-18 07:08:491547 'tools/polymer|'\
michaelpg11fff3f2015-02-06 03:35:341548 'ui/webui/resources/polymer_resources.grdp',
1549 },
Charles Harrison981d33c2017-10-06 21:36:221550 'popup_blocker': {
1551 'filepath': 'chrome/browser/ui/blocked_content'
1552 },
twifkak0c69c1f2015-06-22 18:20:091553 'precache': {
1554 'filepath': '[pP]recache'
1555 },
[email protected]be775bc2014-06-30 15:41:141556 'prepopulated_engines': {
1557 'filepath': 'components/search_engines/prepopulated_engines.json',
1558 },
[email protected]f76c8852012-06-21 16:37:001559 'prerender': {
[email protected]78375a52012-07-14 14:47:571560 'filepath': 'prerender'
[email protected]f76c8852012-06-21 16:37:001561 },
mfoltz57fd7f32017-05-03 06:12:581562 'presentation': {
mark a. foltze8739c7c2019-04-24 18:33:091563 'filepath': 'content/browser/presentation/' \
1564 '|content/public/browser/presentation_' \
1565 '|third_party/blink/public/mojom/presentation/' \
1566 '|third_party/blink/renderer/modules/presentation/' \
1567 '|third_party/blink/web_tests/(virtual/)?presentation/'
mfoltz57fd7f32017-05-03 06:12:581568 },
Robert Ogdenb766c88a2019-06-10 18:10:231569 'preview_features': {
1570 'filepath': 'components/previews/core/previews_features' \
1571 '|components/previews/core/previews_experiments'
1572 },
rbpotter0d9edeed2018-08-03 14:11:581573 'print_preview': {
1574 'filepath': 'chrome/browser/resources/print_preview/' \
1575 '|chrome/browser/ui/webui/print_preview/'
1576 },
peter884896c72015-03-12 14:26:201577 'push_messaging': {
1578 'filepath': 'push_messaging'
1579 },
David Black9b7b19f2020-02-24 18:28:351580 'quick_answers': {
1581 'filepath': 'ash/quick_answers/'\
1582 '|chrome/browser/renderer_context_menu/quick_answers.*'\
1583 '|chromeos/components/quick_answers/'
1584 },
stkhapugin06503142016-12-07 14:32:121585 'reading_list': {
1586 'filepath': 'components/reading_list|'\
1587 'ios/chrome/browser/reading_list|'\
1588 'ios/chrome/browser/ui/reading_list',
1589 },
Greg Thompsonc72dc582019-11-14 15:51:321590 'relaunch_notification': {
1591 'filepath': 'chrome/browser/ui/views/relaunch_notification'
1592 },
mark a. foltze8739c7c2019-04-24 18:33:091593 'remoteplayback': {
1594 'filepath': 'chrome/android/features/media_router/java/src/org/chromium/chrome/browser/media/router/FlingingController' \
1595 '|chrome/android/java/src/org/chromium/chrome/browser/media/remote/' \
1596 '|chrome/browser/media/android/remote/' \
1597 '|media/blink/remote_playback' \
1598 '|media/renderers/remote_playback' \
1599 '|third_party/blink/public/platform/modules/remoteplayback/' \
1600 '|third_party/blink/renderer/core/html/media/remote_playback' \
1601 '|third_party/blink/renderer/modules/remoteplayback/' \
1602 '|third_party/blink/web_tests/media/remoteplayback/' \
1603 '|third_party/blink/web_tests/virtual/new-remote-playback-pipeline/'
1604 },
[email protected]f76c8852012-06-21 16:37:001605 'remoting': {
sergeyu05995a4f2017-01-24 21:26:011606 'filepath': '^remoting/' \
1607 '|^testing/chromoting'
[email protected]f76c8852012-06-21 16:37:001608 },
gab57e80c72014-12-08 21:06:131609 'rlz_id': {
1610 'filepath' :'rlz/lib/machine_id.cc|'\
1611 'rlz/lib/machine_id.h|'\
1612 'rlz/win/lib/machine_id_win.cc',
1613 },
Joe Medleya129fe32018-01-25 15:20:221614 'runtime_enabled_features': {
Blink Reformata30d4232018-04-07 15:31:061615 'filepath' : 'third_party/blink/renderer/platform/runtime_enabled_features.json5'
Joe Medleya129fe32018-01-25 15:20:221616 },
grt829c6a82014-10-20 09:29:321617 'safe_browsing': {
timvolodine41e95412017-03-14 02:55:341618 'filepath': 'chrome/(browser|common|renderer)/safe_browsing/|'\
1619 'components/safe_browsing/',
grt829c6a82014-10-20 09:29:321620 },
Joe DeBlasiob3125f12019-10-18 21:02:541621 'safety_tips': {
1622 'filepath': 'chrome/browser/component_updater/safety_tips_.*'\
1623 '|chrome/browser/lookalikes/'\
Joe DeBlasio97b342e2019-10-22 17:33:581624 '|chrome/browser/reputation/'\
Joe DeBlasiob3125f12019-10-18 21:02:541625 '|chrome/browser/ui/views/page_info/safety_tip_page_info_bubble_view.*',
1626 },
Mike Wittman652832b2019-07-16 14:34:391627 'sampling_profiler': {
1628 'filepath': 'base/profiler/'\
1629 '|chrome/common/profiler/'\
Mike Wittman652832b2019-07-16 14:34:391630 '|chrome/renderer/v8_unwinder*'\
1631 '|components/metrics/*call_stack*'\
Mike Wittmane4a1a252019-07-29 20:27:261632 '|components/metrics/public/mojom/call_stack*',
Mike Wittman652832b2019-07-16 14:34:391633 },
mlamourid8b0feb2015-06-02 16:30:471634 'screen_orientation': {
1635 'filepath': 'screen_orientation',
1636 },
Robert Sesekae79d38512018-09-04 18:13:301637 'security': {
1638 'filepath': 'base/json/'\
1639 '|base/memory/.*shared_memory'\
Robert Sesek61902db2018-10-09 19:15:451640 '|components/cbor/'\
1641 '|AndroidManifest',
Robert Sesekae79d38512018-09-04 18:13:301642 },
Katie D14c38ce2019-02-14 00:34:451643 'select_to_speak': {
1644 'filepath': 'select_to_speak',
1645 },
Jeffrey Cohen7fe36f502018-12-12 01:38:211646 'send_tab_to_self': {
Jeffrey Cohen9e494a612019-05-21 16:22:441647 'filepath': 'components/send_tab_to_self'\
1648 '|chrome/android/java/src/org/chromium/chrome/browser/send_tab_to_self/'\
Jeffrey Cohen224a4072019-05-23 20:49:331649 '|chrome/android/junit/src/org/chromium/chrome/browser/send_tab_to_self/'\
Jeffrey Cohen9e494a612019-05-21 16:22:441650 '|chrome/browser/android/send_tab_to_self/'\
1651 '|chrome/browser/send_tab_to_self/'\
1652 '|chrome/browser/ui/send_tab_to_self'\
1653 '|ios/chrome/browser/send_tab_to_self/',
Jeffrey Cohen7fe36f502018-12-12 01:38:211654 },
[email protected]0b431722014-01-08 07:21:511655 'service_worker': {
[email protected]edaf31d2014-03-07 00:09:171656 'filepath': 'content/(browser|renderer|child|common)/service_worker/',
[email protected]0b431722014-01-08 07:21:511657 },
Dan Beam5dec1b42018-12-10 23:52:341658 'settings': {
1659 'filepath': 'chrome/browser/resources/settings/'\
1660 '|chrome/browser/ui/webui/settings/'\
1661 '|chrome/test/data/webui/settings/',
1662 },
May Lippertd0b8cfe2019-05-22 19:54:491663 'settings_os_settings': {
Kyle Horimoto1b958952020-01-15 01:39:171664 'filepath': 'chrome/browser/resources/settings/chromeos/'\
1665 '|chrome/browser/resources/settings/os_settings_resouces.grd'\
1666 '|chrome/browser/resources/settings/os_settings_resouces_vulcanized.grd'\
1667 '|chrome/browser/ui/webui/settings/chromeos/'\
Kyle Horimotoec597772020-01-16 03:45:341668 '|chrome/test/data/webui/settings/chromeos/'\
1669 '|ui/webui/resources/cr_components/chromeos/'\
1670 '|ui/webui/resources/cr_elements/chromeos/',
May Lippertd0b8cfe2019-05-22 19:54:491671 },
Jeffrey Cohen51f7aab2020-02-11 21:32:121672 'share_sheet': {
1673 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/share/'\
Jeffrey Cohen27b6ab902020-02-18 22:44:371674 '|chrome/android/java/res/layout/share_sheet_.*'\
1675 '|chrome/browser/share/android/java/src/org/chromium/chrome/browser/share/',
Jeffrey Cohen51f7aab2020-02-11 21:32:121676 },
Peter Beverloo9a00acc2019-06-04 14:27:251677 'sharing': {
Himanshu Jaju0de6e102019-07-31 11:16:541678 'filepath': 'chrome/browser/sharing/|'\
1679 'chrome/browser/ui/views/sharing/',
Peter Beverloo9a00acc2019-06-04 14:27:251680 },
dominickn8884155a2016-06-23 02:28:161681 'site_engagement': {
1682 'filepath': 'chrome/browser/engagement/|'\
1683 'chrome/browser/ui/webui/engagement/',
1684 },
[email protected]f76c8852012-06-21 16:37:001685 'site_instance': {
[email protected]f2f0fbb92012-07-14 15:52:491686 'filepath': 'content/browser/site_instance|'\
1687 'content/browser/browsing_instance',
[email protected]f76c8852012-06-21 16:37:001688 },
Ryan Hansberry587c8082018-09-20 01:31:191689 'smartlock': {
James Hawkins14e753e82018-11-08 17:33:421690 'filepath': 'chrome/browser/chromeos/login/easy_unlock/'\
Ryan Hansberry587c8082018-09-20 01:31:191691 '|chrome/browser/resources/easy_unlock/'\
1692 '|chromeos/components/proximity_auth/'
1693 },
Zentaro Kavanagh608f8a12018-01-19 18:39:561694 'smb': {
1695 'filepath': 'chrome/browser/chromeos/file_system_provider'\
1696 '|chrome/browser/chromeos/smb_client'\
1697 '|chromeos/dbus/fake_smb_provider_client'\
1698 '|chromeos/dbus/smb_provider_client',
1699 },
Joe Medleya129fe32018-01-25 15:20:221700 'source_idls': {
Joe Medleyf7671752018-04-13 14:34:501701 'filepath': 'third_party/blink/renderer/(core|modules|platform)/.*\.idl',
Joe Medleya129fe32018-01-25 15:20:221702 },
Annie Sullivan32e8a882019-12-12 16:21:581703 'speed_metrics_changelog': {
Nicolás Peña Moreno585fda52020-05-01 14:32:511704 'filepath': 'docs/speed/metrics_changelog/.*.md',
Annie Sullivan32e8a882019-12-12 16:21:581705 },
[email protected]ad0295d2012-10-11 23:43:361706 'spellcheck': {
1707 'filepath': 'chrome/browser/spellchecker/'\
timvolodine8cdb94c2016-09-22 12:17:221708 '|chrome/browser/renderer_context_menu/spelling_'\
1709 '|components/spellcheck/'\
1710 '|third_party/hunspell/'\
1711 '|third_party/hunspell_dictionaries/',
[email protected]ad0295d2012-10-11 23:43:361712 },
Greg Thompson9ea091702018-01-04 11:06:321713 'startup': {
1714 'filepath': 'chrome/browser/ui/startup/',
1715 },
Daniel Murphyeda2b872019-11-27 23:51:411716 'storage_service' : {
1717 'filepath': 'components/services/storage/',
1718 },
Ian Clelland0fc655482020-02-14 15:20:101719 'structured_headers' : {
1720 'filepath': 'net/http/structured_headers*',
1721 },
vmpstrcc1c08302015-11-18 06:05:511722 'styleguide': {
1723 'filepath': '^styleguide/',
1724 },
Peter Wenbef43902018-11-28 22:08:121725 'styleguide_python': {
1726 'filepath': '^styleguide/python',
1727 },
engedye7b734da2017-02-07 12:08:131728 'subresource_filter': {
Charles Harrisonfb3eac92017-06-26 21:26:021729 'filepath': 'subresource_filter|SubresourceFilter|url_pattern_index',
engedye7b734da2017-02-07 12:08:131730 },
[email protected]43d33e92014-07-14 16:39:311731 'supervised_users': {
1732 'filepath': 'chrome/browser/.*managed_mode'\
1733 '|chrome/browser/.*managed_user'\
1734 '|chrome/browser/.*supervised_user',
1735 },
CJ DiMegliocaddc3482018-12-12 02:28:381736 'surface_layer_for_video': {
1737 'filepath': 'cc/layers/surface_layer*'\
1738 '|third_party/blink/renderer/platform/graphics/video_frame_*'\
1739 '|third_party/blink/renderer/platform/graphics/surface_layer_bridge*',
1740 },
Anastasia Helfinstein5205acb32019-02-15 00:54:131741 'switch_access': {
1742 'filepath': 'switch_access',
1743 },
[email protected]f76c8852012-06-21 16:37:001744 'sync': {
Andrew Grieveecac5a92018-11-08 01:57:011745 'filepath': '^chrome/browser/ui/sync/'\
maxboguefa217942016-04-01 01:08:131746 '|^chrome/browser/ui/views/sync/'\
1747 '|^chrome/test/android/javatests/src/org/chromium/chrome/test/util/browser/sync/'\
1748 '|^ios/chrome/browser/sync/'\
1749 '|^chrome/android/java/src/org/chromium/chrome/browser/sync/'\
1750 '|^chrome/browser/sync/'\
1751 '|^components/browser_sync/'\
Max Boguefef332d2016-07-28 22:09:091752 '|^components/sync/'\
maxboguefa217942016-04-01 01:08:131753 '|^components/sync_bookmarks/'\
Max Boguefef332d2016-07-28 22:09:091754 '|^components/sync_sessions/',
[email protected]f76c8852012-06-21 16:37:001755 },
[email protected]92871a102013-07-01 11:11:411756 'syncfs': {
1757 'filepath': 'sync_file_system',
1758 },
Giovanni Ortuño Urquidia35ceba2019-12-02 04:46:551759 'system_web_apps': {
1760 'filepath': 'chrome/.*system_web_app'
1761 },
miu5e69f1c52016-10-23 13:40:111762 'tab_alert_indicators': {
1763 'filepath': 'content/browser/media/audio_stream_monitor'\
miu5e69f1c52016-10-23 13:40:111764 '|chrome/browser/ui/tabs/tab_utils'\
Peter Kasting479cc1752018-09-28 22:34:371765 '|chrome/browser/ui/views/tabs/alert_indicator'\
miu5e69f1c52016-10-23 13:40:111766 '|chrome/browser/ui/views/tabs/tab\.cc'\
1767 '|chrome/browser/ui/views/tabs/tab_renderer_data'\
1768 '|media/audio/audio_(output_controller|power_monitor)',
1769 },
[email protected]82d74152013-07-28 08:55:311770 'tab_capture': {
Adam Parker83a488462017-12-22 00:26:481771 'filepath': 'chrome/browser/extensions/api/tab_capture/'\
miu5e69f1c52016-10-23 13:40:111772 '|chrome/renderer/resources/extensions/tab_capture_custom_bindings.js'\
[email protected]31ef420b2014-08-13 21:19:131773 '|chrome/test/data/extensions/api_test/tab_capture/'\
Adam Parker83a488462017-12-22 00:26:481774 '|components/viz/common/(frame_sinks/copy_output_|gl_helper|yuv_)'\
1775 '|components/viz/service/display/'\
1776 '|components/viz/service/frame_sinks/(frame_sink_manager'\
1777 '|video_capture/)'\
[email protected]31ef420b2014-08-13 21:19:131778 '|content/browser/media/capture/'\
[email protected]31ef420b2014-08-13 21:19:131779 '|content/browser/renderer_host/media/(audio_'\
1780 '|media_stream_manager|video_)'\
miu5e69f1c52016-10-23 13:40:111781 '|content/public/renderer/media_stream_'\
1782 '|content/renderer/media/(media_stream|(.+audio_source))'\
[email protected]31ef420b2014-08-13 21:19:131783 '|media/audio/(audio_output_controller|fake_audio_|virtual_audio_)'\
1784 '|media/base/video_frame\.h'\
Adam Parker83a488462017-12-22 00:26:481785 '|media/capture/'\
Miyoung Shin3fc077c2019-08-06 00:29:441786 '|services/viz/privileged/mojom/compositing/frame_sink',
[email protected]82d74152013-07-28 08:55:311787 },
[email protected]f76c8852012-06-21 16:37:001788 'tab_contents': {
[email protected]f2f0fbb92012-07-14 15:52:491789 'filepath': 'chrome/browser/tab_contents/|'\
1790 'content/browser/tab_contents/|'\
1791 'chrome/browser/ui/tab_contents/',
[email protected]f76c8852012-06-21 16:37:001792 },
gogeralddad6ac72019-08-06 23:08:371793 'tab_ui_and_start_surface': {
Wei-Yin Chen (陳威尹)943ca0a2019-08-21 14:51:351794 'filepath': 'chrome/android/features/tab_ui/' \
Wei-Yin Chen (陳威尹)e38f7bf2019-10-24 06:24:231795 '|chrome/android/features/start_surface/' \
1796 '|chrome/android/.*/src/org/chromium/chrome/browser/tasks/'
Mei Liang92e37d52019-03-22 17:27:201797 },
tdresserd80646f2017-03-03 19:26:081798 'tbmv2_metrics': {
1799 'filepath': 'third_party/catapult/tracing/tracing/metrics'
1800 },
[email protected]31a10602012-11-21 01:51:261801 'telemetry': {
nednguyen79105d422016-04-18 01:38:421802 'filepath': 'tools/perf/'
[email protected]31a10602012-11-21 01:51:261803 },
Takeshi Yoshino524e1d262017-07-28 01:16:381804 'test_runner': {
1805 'filepath': 'components/test_runner/' \
Kent Tamura21d1de62018-12-10 04:45:201806 '|content/shell/(common|browser|renderer)/web_test/' \
1807 '|content/test/web_test_support.cc' \
1808 '|content/public/test/web_test_support.h' \
Takeshi Yoshino524e1d262017-07-28 01:16:381809 },
[email protected]f76c8852012-06-21 16:37:001810 'tests': {
[email protected]f2f0fbb92012-07-14 15:52:491811 'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/',
[email protected]0cde05a02011-11-30 23:36:521812 },
jlkleinecc81952016-11-19 00:16:071813 'tether': {
Kyle Horimoto592f64c2018-03-28 23:43:221814 'filepath': 'chrome/browser/chromeos/tether/'\
1815 '|chrome/browser/ui/ash/network/tether*'\
Ryan Hansberry587c8082018-09-20 01:31:191816 '|chromeos/components/tether/'
jlkleinecc81952016-11-19 00:16:071817 },
[email protected]1cbbb30b2011-10-14 08:03:561818 'textinput': {
Yuichiro Hanadaf0b3b472017-10-17 07:00:531819 'filepath': 'chrome/browser/ui/input_method'\
[email protected]f2f0fbb92012-07-14 15:52:491820 '|content/browser/renderer_host/render_widget_host_view'\
1821 '|content/browser/renderer_host/text_input'\
1822 '|ui/base/ime/'\
[email protected]f2f0fbb92012-07-14 15:52:491823 '|ui/views/controls/textfield/'\
Yuichiro Hanadaf0b3b472017-10-17 07:00:531824 '|ui/wm/core/ime'
[email protected]1cbbb30b2011-10-14 08:03:561825 },
[email protected]3a117c62011-11-29 04:28:021826 'textinput_chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:491827 'filepath': 'chrome/browser/chromeos/input_method/'\
1828 '|chrome/browser/chromeos/extensions/input_method'\
1829 '|chrome/browser/chromeos/status/input_method'\
1830 '|chrome/browser/extensions/extension_input_'\
1831 '|chrome/browser/resources/keyboard'\
[email protected]f2f0fbb92012-07-14 15:52:491832 'chromeos/.*(language|keyboard)'\
[email protected]6bd9e802013-04-18 06:40:421833 '|chromeos/ime/*'
[email protected]3a117c62011-11-29 04:28:021834 },
Patrick Monette9355f1fc2019-08-09 18:18:161835 'third_party_conflicts': {
1836 'filepath': 'chrome/browser/win/conflicts/'
1837 },
chirantan96fcf6d2015-01-21 22:36:191838 'timers': {
1839 'filepath': 'base/timer/'\
1840 '|components/timers/'
1841 },
robliaofd54b5c2017-01-13 00:41:301842 'tools_win_chromeexts': {
1843 'filepath': 'tools/win/chromeexts',
1844 },
AJITH KUMAR V4f0c4812018-03-27 13:46:571845 'touch_selection': {
1846 'filepath': 'ui/touch_selection/'\
1847 '|content/public/android/java/src/org/chromium/content/browser/selection/'
1848 },
[email protected]c8eb7f72013-07-04 15:30:111849 'tracing': {
1850 'filepath': 'base/debug/trace_event.*'\
primianobef13b42015-01-30 15:29:311851 '|base/trace_event/'\
[email protected]c8eb7f72013-07-04 15:30:111852 '|content/browser/tracing/'\
Oystein Eftevaag6410f1a2018-03-01 18:06:301853 '|components/tracing/'\
1854 '|services/tracing/'
[email protected]c8eb7f72013-07-04 15:30:111855 },
Nicolas Ouellet-payeur0c26b872019-09-05 07:38:071856 'traffic_annotation': {
1857 'filepath': 'tools/traffic_annotation/'
1858 },
Megan Jablonski33f229f2019-12-18 22:58:001859 'translate': {
1860 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/translate|'\
1861 'chrome/android/java/src/org/chromium/chrome/browser/infobar/translate|'\
1862 'chrome/android/javatests/src/org/chromium/chrome/browser/translate|'\
1863 'chrome/browser/translate|'\
1864 'chrome/browser/ui/translate|'\
1865 'chrome/browser/ui/webui/translate_internals|'\
1866 'chrome/browser/ui/views/translate|'\
1867 'chrome/renderer/translate|'\
1868 'chrome/test/data/translate|'\
1869 'components/resources/translate_resources.grdp'\
1870 'components/translate|'\
1871 'components/translate_strings_grdp|'\
1872 'ios/chrome/browser/translate|'\
1873 'ios/chrome/browser/ui/translate|'\
1874 'ios/web_view/internal/translate'
1875 },
[email protected]cf428f732012-10-02 20:48:151876 'ui_compositor': {
1877 'filepath': 'ui/compositor/layer\.|'\
1878 'ui/compositor/layer_unittest|'\
1879 'ui/compositor/compositor',
1880 },
robliao2c4b7492016-07-19 01:57:261881 'ui_display_win': {
1882 'filepath': '^ui/display/win',
1883 },
[email protected]6b5093c2012-05-23 19:10:181884 'ui_resources': {
[email protected]f2f0fbb92012-07-14 15:52:491885 'filepath': 'ui/resources/'\
1886 '|ui/base/native_theme/resources/'\
1887 '|chrome/app/theme/'
[email protected]6b5093c2012-05-23 19:10:181888 },
edwardjung83f52ef22017-02-07 13:15:071889 'ui_strings': {
1890 'filepath': 'chrome/app/generated_resources.grd'\
1891 '|chrome/app/google_chrome_strings.grd'\
1892 '|chrome/android/java/strings/android_chrome_strings.grd'\
1893 '|chrome/app/settings_strings.grdp'\
1894 '|ios/chrome/app/strings/ios(_.+)*_strings.grd'\
1895 '|ui/strings/ui_strings.grd',
1896 },
Robert Liao5c35cbe2019-02-27 02:42:331897 'ui_views': {
1898 'filepath': '^ui/views',
1899 },
Will Harris989ca932019-02-15 19:21:211900 'unified_consent': {
1901 'filepath': 'components/unified_consent/'\
1902 '|chrome/browser/unified_consent/',
1903 },
Vincent Scheibd5da4d952017-11-03 01:33:241904 'usb': {
1905 'filepath': '/usb/',
1906 },
[email protected]c73ec8ab2014-01-16 20:35:231907 'version_assembly': {
1908 'filepath': 'chrome/app/version_assembly',
1909 },
posciak62a72272016-05-11 08:31:241910 'video': {
1911 'filepath': 'content/browser/renderer_host/media/|'\
1912 'content/renderer/media/|'\
1913 'media/capture/video/|'\
1914 'media/filters/|'\
1915 'media/gpu/|'\
1916 '.*video.*',
1917 },
mcasas09e881c2016-04-09 02:09:501918 'video_capture': {
1919 'filepath': 'chrome/browser/media/.*(capture|media|webrtc)'\
1920 '|content/browser/renderer_host/media/.*(capture|media)'\
1921 '|content/renderer/media/.*(capture|media|webrtc)'\
1922 '|media/capture/'\
chfremer2a01a69b2017-01-06 02:39:011923 '|media/muxers/'\
1924 '|services/video_capture/',
mcasas09e881c2016-04-09 02:09:501925 },
Alexandre Courbot3e9e55a2018-04-05 05:29:421926 'video_gpu': {
1927 'filepath': 'content/renderer/media/|'\
1928 'media/capture/video/|'\
1929 'media/gpu/',
1930 },
[email protected]ef514a32014-02-26 01:02:351931 'virtual_keyboard': {
Darren Shen40a822352019-06-03 05:39:161932 'filepath': 'ash/keyboard/'\
oka47452c22017-02-17 05:07:571933 '|chrome/test/data/chromeos/virtual_keyboard/'\
1934 '|extensions/browser/api/virtual_keyboard_private/'\
Darren Shen40a822352019-06-03 05:39:161935 '|ash/system/virtual_keyboard/',
[email protected]ef514a32014-02-26 01:02:351936 },
billorr3c7e1442016-11-11 21:21:351937 'virtual_reality': {
David Dorwina4a2b73c2018-05-18 22:39:561938 # Includes VR, AR, and XR.
Michael Thiessena7bec5b2018-07-12 19:10:041939 'filepath': '/vr/'\
David Dorwina4a2b73c2018-05-18 22:39:561940 '|/xr'\
Alex Cooper59197c72019-03-29 17:31:551941 '|webxr'\
Bill Orr165281bd2018-12-06 18:27:121942 '|isolated_xr_device'\
David Dorwina4a2b73c2018-05-18 22:39:561943 '|third_party/arcore'\
1944 '|third_party/gvr'\
1945 '|third_party/libovr'\
1946 '|third_party/openvr',
billorr3c7e1442016-11-11 21:21:351947 },
Chris Blumec6ddd6c2018-12-14 23:35:011948 'vulkan': {
1949 'filepath': 'gpu/vulkan'\
1950 '|third_party/vulkan'
1951 },
Vincent Scheibd5da4d952017-11-03 01:33:241952 'wake_lock': {
1953 'filepath': 'wake_lock',
1954 },
May Lippert04ed4b62019-05-24 16:31:221955 'wallpapers': {
Miyoung Shin3fc077c2019-08-06 00:29:441956 'filepath': 'components/arc/common/wallpaper.mojom'\
May Lippert04ed4b62019-05-24 16:31:221957 '|ash/wallpaper/'\
1958 '|chrome/browser/resources/chromeos/wallpaper_manager/',
1959 },
Raymes Khoury6b9bf762019-05-17 05:00:511960 'web_applications': {
1961 'filepath': 'chrome/browser/web_applications'\
1962 '|chrome/browser/ui/web_applications',
1963 },
Devin Mullins4ff9b282018-03-09 00:37:321964 'web_package': {
1965 'filepath': 'content/browser/loader/prefetch_url_loader'\
1966 '|content/browser/web_package/'\
Kunihiko Sakamotoba390852018-07-11 01:08:551967 '|content/test/data/sxg/'
Devin Mullins4ff9b282018-03-09 00:37:321968 },
Matt Giuca9eb910d2017-08-02 04:07:381969 'web_share': {
1970 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/webshare/'\
1971 '|chrome/android/javatests/src/org/chromium/chrome/browser/WebShare.*'\
Kent Tamura77578cc2018-11-25 22:33:431972 '|third_party/blink/web_tests/webshare/'\
1973 '|third_party/blink/web_tests/external/wpt/web-share/'\
Eric Willigers3eeae17c2019-03-13 17:32:101974 '|third_party/blink/public/mojom/webshare/'\
Blink Reformata30d4232018-04-07 15:31:061975 '|third_party/blink/renderer/modules/webshare/',
Matt Giuca9eb910d2017-08-02 04:07:381976 },
Martin Kreichgauer794a18572018-07-20 20:45:431977 'webauthn': {
1978 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/webauth/'\
1979 '|chrome/android/javatests/src/org/chromium/chrome/browser/webauth/'\
Martin Kreichgauer144f8be2019-09-19 18:41:081980 '|chrome/browser/extensions/api/cryptotoken_private/'\
1981 '|chrome/browser/resources/cryptotoken/'\
Martin Kreichgauer794a18572018-07-20 20:45:431982 '|chrome/browser/ui/webauthn/'\
1983 '|chrome/browser/ui/views/webauthn/'\
Martin Kreichgauer1b7dc872019-04-15 18:50:411984 '|chrome/browser/webauthn/'\
Martin Kreichgauer794a18572018-07-20 20:45:431985 '|content/browser/webauth/'\
1986 '|device/fido/'\
Martin Kreichgauer1b7dc872019-04-15 18:50:411987 '|third_party/blink/public/mojom/webauthn/'\
Nina Satragno9573c032019-10-03 18:51:361988 '|third_party/blink/web_tests/external/wpt/webauthn/'\
Martin Kreichgauer1b7dc872019-04-15 18:50:411989 '|third_party/microsoft_webauthn/',
Martin Kreichgauer794a18572018-07-20 20:45:431990 },
Chris Cunninghamde605a02019-12-12 02:39:111991 'webcodecs': {
1992 'filepath': 'third_party/blink/renderer/modules/webcodecs/',
1993 },
Corentin Wallez3f1d0852018-07-04 15:45:361994 'webgpu': {
1995 'filepath': 'third_party/blink/renderer/modules/webgpu/',
1996 },
Christian O. Andersson2fc7db52019-09-04 15:39:491997 'weblayer': {
1998 'filepath': 'weblayer/',
1999 },
Carlos ILd0907f22020-01-29 22:52:372000 'weblayer_safe_browsing': {
2001 'filepath': 'weblayer/browser/safe_browsing/',
2002 },
2003 'weblayer_ssl': {
2004 'filepath': 'weblayer/browser/ssl*',
2005 },
Takeshi Yoshinoe387aa32017-08-02 13:16:132006 'webrtc_browser_tests': {
2007 'filepath': 'chrome/browser/media/.*webrtc.*browsertest|'\
2008 'content/browser/media/.*webrtc.*browsertest',
2009 },
[email protected]208879542012-07-05 11:15:342010 'website_settings': {
[email protected]f2f0fbb92012-07-14 15:52:492011 'filepath': 'chrome/browser/content_settings/'\
2012 '|chrome/browser/ui/views/website_settings/'\
2013 '|chrome/browser/ui/website_settings/'\
mukai077089f2014-09-11 18:41:522014 '|chrome/common/content_settings'\
2015 '|components/content_settings/',
[email protected]208879542012-07-05 11:15:342016 },
[email protected]b17d9e02014-07-29 09:45:502017 'windows_sandboxing': {
2018 'filepath': 'sandbox/win/',
2019 },
Luke Zielinskid00a5112019-10-30 17:58:412020 'wpt_tools': {
2021 'filepath': 'third_party/blink/web_tests/external/wpt/tools/',
2022 },
[email protected]f76c8852012-06-21 16:37:002023 'x11': {
[email protected]f2f0fbb92012-07-14 15:52:492024 'filepath': 'content/browser/renderer_host/backing_store_x\.' \
2025 '|chrome/browser/chromeos/input_method/xkeyboard\.' \
2026 '|chrome/browser/chromeos/system_key_event_listener\.' \
[email protected]f76c8852012-06-21 16:37:002027 '|chrome/browser/chromeos/'\
[email protected]f2f0fbb92012-07-14 15:52:492028 'xinput_hierarchy_changed_event_listener\.' \
2029 '|chrome/browser/chromeos/wm_' \
2030 '|ui/base/x/'
[email protected]0d710852012-05-24 01:18:402031 },
Chris Blume04103c42018-12-14 22:46:062032 'zlib': {
2033 'filepath': 'third_party/zlib'
2034 },
wjmaclean3ff6a402015-03-31 19:00:202035 'zoom': {
2036 'filepath': 'chrome/browser/ui/zoom/' \
2037 '|components/ui/zoom/' \
2038 '|content/browser/host_zoom_*' \
2039 '|content/browser/storage_partition_impl*' \
2040 '|content/public/browser/host_zoom_map.h' \
2041 '|content/public/browser/storage_partition.h'
2042 },
[email protected]a3838612009-10-13 21:57:542043 },
[email protected]ca872e362011-07-12 21:06:032044
pennymac962d190432016-07-27 00:58:352045 ##############################################################################
2046 # Please keep alphabetical
2047 ##############################################################################
[email protected]a3838612009-10-13 21:57:542048 'WATCHLISTS': {
Joe Medley1e1bb652018-04-27 17:36:592049 'about_flags': ['[email protected]',
2050 '[email protected]'],
Daniel Eratb4c9b9e2019-06-04 23:57:262051 'accelerator_table': ['[email protected]'],
dmazzoni5f4b7f12015-02-17 16:35:572052 'accessibility': ['[email protected]',
Akihiro Otac504b882019-02-20 02:54:532053 '[email protected]',
dmazzoni5f4b7f12015-02-17 16:35:572054 '[email protected]',
dougtcd8ac01d2017-03-24 16:23:402055 '[email protected]',
[email protected]f76c8852012-06-21 16:37:002056 '[email protected]',
Sara Katoeff75d22019-11-07 19:08:232057 '[email protected]',
je_julie.kima170bac2015-05-06 14:57:542058 '[email protected]',
Kevin Babbitt52b18902019-04-16 21:47:442059 '[email protected]',
dmazzoni5f4b7f12015-02-17 16:35:572060 '[email protected]',
Sara Katoeff75d22019-11-07 19:08:232061 '[email protected]',
[email protected]f76c8852012-06-21 16:37:002062 '[email protected]'],
Anastasia Helfinstein76c21c0b82019-11-21 19:45:142063 'accessibility_component_extensions': ['[email protected]'],
Aaron Leventhal22a04da2020-04-17 12:44:192064 'accessibility_minimal_core': ['[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:262065 'add_to_homescreen': ['[email protected]',
Xi Han50f523a1d2017-07-19 15:56:112066 '[email protected]',
Glenn Hartmann6e09db12019-07-31 03:00:112067 '[email protected]',
2068 '[email protected]'],
Peter Wen35bf5932018-10-22 19:51:482069 'android_crash_reporting': ['[email protected]',
2070 '[email protected]'],
johnmaguire6aaac7902016-03-15 12:28:202071 'android_crazy_linker': ['[email protected]'],
Peter Wen35bf5932018-10-22 19:51:482072 'android_deps': ['[email protected]'],
Henrique Nakashima64f2b8b2020-02-05 22:54:432073 'android_flags': ['[email protected]'],
dfalcantaraef21e9e2016-01-07 01:16:262074 'android_infobars': ['[email protected]'],
John Budorick56c3c052020-03-30 19:15:572075 'android_infra': ['[email protected]'],
Takeshi Yoshino524e1d262017-07-28 01:16:382076 'android_item_chooser_dialogs': ['[email protected]',
2077 '[email protected]'],
Peter Wen35bf5932018-10-22 19:51:482078 'android_lint': ['[email protected]'],
Daniele Castagna7c829d692018-02-12 16:09:082079 'android_media': ['[email protected]'],
Tomasz Wiszkowski36adccf2019-11-04 16:51:032080 'android_omnibox': ['[email protected]'],
Ted Choc042d8442018-03-13 16:35:572081 'android_search_widget': ['[email protected]',
2082 '[email protected]'],
nyquistf602bd02017-02-16 23:17:442083 'android_studio': ['[email protected]',
2084 '[email protected]'],
Daniele Castagna7c829d692018-02-12 16:09:082085 'android_tab': ['[email protected]'],
asvitkine361b276e2016-08-30 18:45:002086 'android_uma_settings': ['[email protected]',
2087 '[email protected]'],
Maggie Cai9190f7632019-06-12 06:06:572088 'android_webapk': ['[email protected]',
Ella Gecf52fc32019-11-18 09:01:562089 '[email protected]',
2090 '[email protected]'],
[email protected]7ca78dc12012-09-20 09:26:442091 'android_webview': ['[email protected]'],
Tim Volodine178dc2bc2019-03-19 19:07:222092 'android_webview_network_service': ['[email protected]'],
Yi Guc1c54682018-07-23 12:00:002093 'animation_worklet': ['[email protected]',
2094 '[email protected]'],
nancy5a8934a2020-05-18 03:48:392095 'app_service': ['[email protected]',
2096 '[email protected]'],
Dominick Ng45392562018-12-13 07:21:212097 'app_shortcuts': ['[email protected]',
2098 '[email protected]',
Daniel Murphy608e0272020-03-12 23:15:252099 '[email protected]',
2100 '[email protected]'],
pennymac962d190432016-07-27 00:58:352101 'apps': ['[email protected]',
Daniel Murphy608e0272020-03-12 23:15:252102 '[email protected]',
2103 '[email protected]'],
Dominick Ngb919db92019-11-18 06:17:162104 'apps_intent_helper': ['[email protected]',
2105 '[email protected]'],
lhchavez4b19176f2016-05-04 23:12:462106 'arc': ['[email protected]',
hidehiko49f0b7c2016-05-24 10:59:472107 '[email protected]',
victorhsieh52feccd2017-02-27 18:27:022108 '[email protected]',
Junichi Uekawa38d20c12018-03-22 03:31:302109 '[email protected]',
2110 '[email protected]'],
lhchavez61532c92016-10-18 21:33:372111 'arc_auth': ['[email protected]'],
Yuichiro Hanada2e111fb2018-11-19 17:33:052112 'arc_ime': ['[email protected]'],
poromov7633f602017-02-21 16:44:012113 'arc_kiosk': ['[email protected]'],
Miyoung Shin3fc077c2019-08-06 00:29:442114 'arc_mojom': ['[email protected]'],
lhchavez4b19176f2016-05-04 23:12:462115 'arc_net': ['[email protected]',
2116 '[email protected]',
2117 '[email protected]'],
ejcarusoa298ec02016-06-16 20:30:432118 'arc_power': ['[email protected]'],
Hirokazu Hondaf98a3122018-04-12 11:19:482119 'arc_video_accelerator': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352120 'ash': ['[email protected]',
2121 '[email protected]'],
Xiaohui Chen87d4b112020-02-22 00:17:552122 'assistant': ['[email protected]'],
Max Morin2b0206312018-04-06 11:17:402123 'audio_service': ['[email protected]',
Max Morin2b0206312018-04-06 11:17:402124 '[email protected]'],
pennymac962d190432016-07-27 00:58:352125 'aura': ['[email protected]',
2126 '[email protected]'],
[email protected]c3a6e1e72013-08-02 00:13:072127 'aura_compositor': ['[email protected]',
2128 '[email protected]',
Antoine Laboure77dc8c72019-07-24 00:31:142129 '[email protected]'],
Martin Robinson30f0f7f2019-08-22 16:33:052130 'auralinux_accessibility': ['[email protected]'],
Katie D14c38ce2019-02-14 00:34:452131 'autoclick': ['[email protected]'],
Jared Saul4765c1e2018-06-18 13:44:572132 'autofill': ['[email protected]',
sebsg55d59d82018-06-19 18:29:522133 '[email protected]',
sebsgbbfbea02016-10-24 21:54:592134 '[email protected]',
Anthony Vallee-Dubois866affd22018-03-19 15:13:212135 '[email protected]',
Vaclav Brozek9048a1222018-11-30 08:11:502136 '[email protected]'],
Mathias Carlenc61d8072018-08-21 16:18:242137 'autofill_assistant': ['[email protected]'],
Jared Saul61b16ed42019-10-11 20:19:442138 'autofill_payments': ['[email protected]',
2139 '[email protected]',
2140 '[email protected]'],
Dan Elphick08d1fd42018-04-26 10:22:332141 'background_fetch': ['[email protected]',
Mugdha Lakhani6876ba12018-04-06 13:12:282142 '[email protected]',
Mugdha Lakhani90e82fd2019-06-25 09:38:492143 '[email protected]'],
Jason Chasedfcd02b2018-08-10 21:07:492144 'background_sync': ['[email protected]',
Mugdha Lakhani90e82fd2019-06-25 09:38:492145 '[email protected]',
Rayan Kanso253399c2018-11-07 19:28:252146 '[email protected]',
2147 '[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:262148 'banners': ['[email protected]',
Xi Han50f523a1d2017-07-19 15:56:112149 '[email protected]',
F07b660412017-08-01 20:53:062150 '[email protected]'],
Takeshi Yoshino524e1d262017-07-28 01:16:382151 'base': ['[email protected]'],
Reid Klecknerc2027242019-08-23 20:00:352152 'base_allocator': ['[email protected]'],
[email protected]1ed5e0fd2012-07-19 00:19:052153 'base_memory': ['[email protected]'],
Alexander Timin864bf8a02018-03-12 11:06:282154 'base_scheduler': ['[email protected]'],
Gabriel Charettee6bbb532019-04-29 16:39:392155 'base_thread_pool': ['[email protected]',
2156 '[email protected]',
2157 '[email protected]'],
pennymac962d190432016-07-27 00:58:352158 'base_win': ['[email protected]',
Robert Liao27a2fa12017-10-20 18:34:482159 '[email protected]',
pennymac962d190432016-07-27 00:58:352160 '[email protected]'],
[email protected]7e093d4022014-06-26 19:19:552161 'battery_status': ['[email protected]'],
Alexander Timine3deb2a2019-09-20 15:29:092162 'bfcache': ['[email protected]'],
Lei Zhangf4c2b172020-02-21 06:23:102163 'binary_size': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352164 'blink': ['[email protected]'],
2165 'blink_accessibility': ['[email protected]',
2166 '[email protected]',
dougtcd8ac01d2017-03-24 16:23:402167 '[email protected]',
horo8e9a01572016-07-27 06:05:312168 '[email protected]',
Kevin Babbitt52b18902019-04-16 21:47:442169 '[email protected]',
pennymac962d190432016-07-27 00:58:352170 '[email protected]'],
2171 'blink_animation': ['[email protected]',
Yi Gu05a8d892019-12-03 17:06:512172 '[email protected]',
Yi Gubb534b32020-03-03 22:13:212173 '[email protected]',
Eric Willigersb5f2b5a2019-05-13 18:31:492174 '[email protected]'],
pennymac962d190432016-07-27 00:58:352175 'blink_app_banner': ['[email protected]'],
2176 'blink_audio': ['[email protected]',
2177 '[email protected]'],
2178 'blink_battery_status': ['[email protected]',
2179 '[email protected]'],
Kentaro Hara1de86192019-05-29 08:51:592180 'blink_bindings': ['[email protected]', '[email protected]'],
jbroman9ac2d532016-09-01 18:20:082181 'blink_bindings_serialization': ['[email protected]'],
Conley Owensd744e392018-04-24 19:18:572182 'blink_bluetooth': ['[email protected]',
Ovidio Henriquez86333882018-11-05 18:25:212183 '[email protected]',
2184 '[email protected]'],
Raphael Kubo da Costab856f102019-07-02 09:17:552185 'blink_canvas': ['[email protected]'],
Nicolas Pena7a6b6992019-01-16 17:20:082186 'blink_client_hints': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352187 'blink_clipboard': ['[email protected]'],
Kinuko Yasuda4a342642018-03-01 09:29:552188 'blink_common': ['[email protected]',
2189 '[email protected]'],
Kentaro Hara08ea1892019-08-29 04:25:242190 'blink_controller': [],
pennymac962d190432016-07-27 00:58:352191 'blink_css': ['[email protected]',
2192 '[email protected]',
danakjc1e13d4e2018-05-04 21:34:422193 '[email protected]'],
pennymac962d190432016-07-27 00:58:352194 'blink_css_flexbox': ['[email protected]'],
Morten Stenshorne4f1b3022017-11-14 12:05:372195 'blink_css_fragmentation_tests': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352196 'blink_css_grid_layout': ['[email protected]',
Oriol Brufau825a8482019-11-04 10:38:162197 '[email protected]',
horo8e9a01572016-07-27 06:05:312198 '[email protected]',
pennymac962d190432016-07-27 00:58:352199 '[email protected]'],
Dimitri Glazkov33286c62017-12-08 23:34:252200 'blink_custom_elements': ['[email protected]'],
Oksana Zhuravlova5e236ec92018-07-25 00:16:032201 'blink_device_orientation': ['[email protected]',
2202 '[email protected]',
2203 '[email protected]',
pennymac962d190432016-07-27 00:58:352204 '[email protected]'],
Pavel Feldmana47e1f92019-09-20 16:58:572205 'blink_devtools': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352206 'blink_dom': ['[email protected]',
danakjc1e13d4e2018-05-04 21:34:422207 '[email protected]'],
Hayato Ito3e487372019-04-18 05:37:212208 'blink_dom_events': ['[email protected]'],
Daniel Murphyfffe60f82019-12-05 21:30:202209 'blink_dom_storage': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352210 'blink_events': ['[email protected]',
pennymac962d190432016-07-27 00:58:352211 '[email protected]',
2212 '[email protected]'],
2213 'blink_fetch': ['[email protected]',
2214 '[email protected]',
Takeshi Yoshino9d7588a32017-07-31 07:17:342215 '[email protected]'],
pennymac962d190432016-07-27 00:58:352216 'blink_fileapi': ['[email protected]',
tzik8be52292019-07-17 08:28:452217 '[email protected]'],
haraken98d0827a2017-02-27 00:55:192218 'blink_frames': ['[email protected]'],
Mounir Lamouria33886c2018-02-07 10:00:372219 'blink_geolocation': ['[email protected]'],
Nico Weberb6975cc2018-06-19 10:51:452220 'blink_heap': ['[email protected]',
pennymac962d190432016-07-27 00:58:352221 '[email protected]',
2222 '[email protected]'],
Dimitri Glazkov33286c62017-12-08 23:34:252223 'blink_html': ['[email protected]'],
csharrisonf357e9632016-07-29 01:27:222224 'blink_htmlparser': ['[email protected]',
2225 '[email protected]'],
Madeleine Barowsky21b04402019-01-29 19:17:052226 'blink_image_codecs': ['[email protected]',
2227 '[email protected]'],
Daniel Murphyeda2b872019-11-27 23:51:412228 'blink_indexed_db': ['[email protected]',
Daniel Murphyfffe60f82019-12-05 21:30:202229 '[email protected]'],
Navid Zolghadr051e0a0e2020-05-05 18:15:222230 'blink_input': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352231 'blink_layers': ['[email protected]'],
2232 'blink_layout': ['[email protected]',
2233 '[email protected]',
pennymac962d190432016-07-27 00:58:352234 '[email protected]'],
Ojan Vafai1fa1ec52018-04-11 17:56:402235 'blink_layout_ng': ['[email protected]',
atotic30c8eba2016-10-28 13:24:072236 '[email protected]',
dgroganf9744ea2017-01-18 23:23:262237 '[email protected]',
lchoi2ba79a72017-05-25 00:23:052238 '[email protected]',
Xiaocheng Hu8bd4d8072017-10-25 23:44:322239 '[email protected]',
2240 '[email protected]'],
pennymac962d190432016-07-27 00:58:352241 'blink_loader': ['[email protected]',
2242 '[email protected]',
Takeshi Yoshinoab2ce8562017-11-09 05:19:192243 '[email protected]'],
pennymac962d190432016-07-27 00:58:352244 'blink_media': ['[email protected]',
2245 '[email protected]',
srirama.mdec4f512016-09-06 08:22:192246 '[email protected]',
2247 '[email protected]'],
pennymac962d190432016-07-27 00:58:352248 'blink_media_queries': ['[email protected]',
Nicolas Pena7a6b6992019-01-16 17:20:082249 '[email protected]'],
mcasas9558316b2017-03-10 18:57:312250 'blink_mediastream': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352251 'blink_navigator_content_utils': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352252 'blink_out_of_process_frames': ['[email protected]',
2253 '[email protected]'],
Raphael Kubo da Costab856f102019-07-02 09:17:552254 'blink_paint' : ['[email protected]'],
Xida Chen0ef92782018-01-17 05:53:352255 'blink_paintworklet' : ['[email protected]'],
Balazs Engedy23f08852018-09-24 23:39:582256 'blink_permissions': ['[email protected]',
2257 '[email protected]'],
kinukoc462adb2016-12-22 12:58:492258 'blink_platform': ['[email protected]'],
ajumabd2c9c22017-05-01 21:29:502259 'blink_platform_graphics': ['[email protected]',
pennymac962d190432016-07-27 00:58:352260 '[email protected]',
2261 '[email protected]',
fmalita9710b732017-02-17 05:10:022262 '[email protected]',
Fernando Serboncinie802c9f2018-11-06 19:17:112263 '[email protected]',
pennymac962d190432016-07-27 00:58:352264 '[email protected]',
pennymac962d190432016-07-27 00:58:352265 '[email protected]'],
Nicolas Pena7a6b6992019-01-16 17:20:082266 'blink_preloadScanner': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352267 'blink_prerender': ['[email protected]',
Nicolas Pena7a6b6992019-01-16 17:20:082268 '[email protected]'],
Dimitri Glazkov33286c62017-12-08 23:34:252269 'blink_public_api': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352270 'blink_quota': ['[email protected]',
tzik8be52292019-07-17 08:28:452271 '[email protected]'],
Kentaro Hara08ea1892019-08-29 04:25:242272 'blink_scheduler': ['[email protected]'],
Nate Chapin1a9f01a2019-11-22 17:39:302273 'blink_scheduling_api': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352274 'blink_screen_orientation': ['[email protected]'],
Kouhei Ueno43382932017-05-30 04:43:572275 'blink_script': ['[email protected]',
Takayoshi Kochi57997382018-07-19 03:57:592276 '[email protected]'],
David Bokan9dc0046272017-12-29 00:28:012277 'blink_scroll': ['[email protected]'],
Matt Falkenhagen40369012019-11-19 00:43:552278 'blink_service_worker': ['[email protected]',
pennymac962d190432016-07-27 00:58:352279 '[email protected]',
2280 '[email protected]',
pennymac962d190432016-07-27 00:58:352281 '[email protected]',
2282 '[email protected]',
tzik749ae1e2018-07-20 05:05:012283 '[email protected]'],
Matt Falkenhagenca7fbb62018-07-10 09:21:432284 'blink_service_worker_tests': ['[email protected]'],
Hayato Ito3e487372019-04-18 05:37:212285 'blink_shadow_dom': ['[email protected]'],
Rachel Blum41788872018-10-25 20:54:012286 'blink_spellcheck' : ['[email protected]',
Xiaocheng Hu8bd4d8072017-10-25 23:44:322287 '[email protected]'],
Adam Rice027497d2018-07-27 02:17:022288 'blink_streams': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352289 'blink_style': ['[email protected]'],
2290 'blink_svg': ['[email protected]',
fmalita9710b732017-02-17 05:10:022291 '[email protected]',
pennymac962d190432016-07-27 00:58:352292 '[email protected]',
pennymac962d190432016-07-27 00:58:352293 '[email protected]',
2294 '[email protected]',
pennymac962d190432016-07-27 00:58:352295 '[email protected]'],
pennymac962d190432016-07-27 00:58:352296 'blink_track': ['[email protected]',
2297 '[email protected]',
2298 '[email protected]',
Sriram8d3e0e22017-11-09 10:40:162299 '[email protected]',
2300 '[email protected]'],
mvanouwerkerk38f632c62017-04-13 10:35:312301 'blink_vibration': ['[email protected]'],
David Bokan9dc0046272017-12-29 00:28:012302 'blink_viewport_interaction': ['[email protected]',
2303 '[email protected]'],
pennymac962d190432016-07-27 00:58:352304 'blink_w3ctests': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352305 'blink_webp': ['[email protected]',
2306 '[email protected]',
Madeleine Barowsky21b04402019-01-29 19:17:052307 '[email protected]',
2308 '[email protected]'],
Adam Rice027497d2018-07-27 02:17:022309 'blink_websockets': ['[email protected]',
2310 '[email protected]'],
pennymac962d190432016-07-27 00:58:352311 'blink_workers': ['[email protected]',
pennymac962d190432016-07-27 00:58:352312 '[email protected]',
shimazu99de61f2016-09-07 03:57:412313 '[email protected]',
2314 '[email protected]'],
Kentaro Hara08ea1892019-08-29 04:25:242315 'blink_wtf': ['[email protected]'],
Joel Hockey0db16432018-03-09 22:41:492316 'blink_xml': ['[email protected]',
2317 '[email protected]'],
donnd787f6ed2016-08-03 01:00:562318 'bottombar': ['[email protected]',
2319 '[email protected]'],
Tarun Bansalc4882282018-07-11 23:53:552320 'breve': ['[email protected]'],
[email protected]22650d22012-07-18 17:02:352321 'browser_components': ['[email protected]'],
Antoine Laboure77dc8c72019-07-24 00:31:142322 'browser_compositor': ['[email protected]'],
michaelpge42ca3b32016-02-19 08:17:572323 'browser_resources_md': ['[email protected]'],
Alexander Timinaa132762019-05-10 16:10:172324 'browser_scheduler': ['[email protected]'],
Christian Dullwebered2c82b2018-04-10 08:37:222325 'browsing_data': ['[email protected]',
msramek878b39d92016-04-20 07:55:332326 '[email protected]'],
Rouslan Solomakhin0b13446c2018-07-18 14:47:072327 'bubble': ['[email protected]'],
Josh Karlin1bd016742017-08-18 17:44:172328 'cache_storage': ['[email protected]'],
mark a. foltze8739c7c2019-04-24 18:33:092329 'cast': ['[email protected]',
miua1710162015-08-27 01:38:092330 '[email protected]',
mark a. foltze8739c7c2019-04-24 18:33:092331 '[email protected]',
Xiaohan Wang22ab04c12019-02-06 00:41:042332 '[email protected]'],
ryanchung4d157372016-05-10 20:27:162333 'cast_certificate': ['[email protected]',
mfoltz57fd7f32017-05-03 06:12:582334 '[email protected]',
ryanchung24f9d7b2017-01-12 19:18:342335 '[email protected]'],
mark a. foltze8739c7c2019-04-24 18:33:092336 'cast_channel': ['[email protected]',
Ryan Ki Sing Chung27cc7ed92017-07-25 21:53:472337 '[email protected]'],
[email protected]c863702a2012-09-14 20:05:282338 'cc': ['[email protected]'],
Yi Guc1c54682018-07-23 12:00:002339 'cc-animation': ['[email protected]',
Yi Gubb534b32020-03-03 22:13:212340 '[email protected]',
Yi Guc1c54682018-07-23 12:00:002341 '[email protected]'],
danakjca574522017-09-20 16:38:592342 'cc-contexts': ['[email protected]'],
Peng Huangc624cb12020-02-06 15:08:152343 'cc-display': ['[email protected]',
2344 '[email protected]'],
danakjca574522017-09-20 16:38:592345 'cc-paint': ['[email protected]'],
2346 'cc-quads': ['[email protected]'],
2347 'cc-resources': ['[email protected]'],
Alexander Timin864bf8a02018-03-12 11:06:282348 'cc-scheduler': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352349 'certificate_transparency': ['[email protected]',
martijnccdd0542016-11-07 18:49:272350 '[email protected]',
pennymac962d190432016-07-27 00:58:352351 '[email protected]'],
Joe Masona353743f2019-10-11 16:35:462352 'chrome_cleaner': ['[email protected]'],
Patrick Monette9355f1fc2019-08-09 18:18:162353 'chrome_elf': ['[email protected]',
2354 '[email protected]'],
lpy0ca13772017-02-28 19:48:272355 'chrome_grc': ['[email protected]'],
Sebastien Marchand68b41432019-05-09 19:38:072356 'chrome_performance_manager': ['[email protected]'],
alokp9d869cc12016-05-27 01:46:312357 'chromecast': ['[email protected]',
2358 '[email protected]',
halliwellfa56b3a42015-09-04 21:42:572359 '[email protected]'],
gfhuang2548f902016-02-26 02:29:212360 'chromecast_public': ['[email protected]'],
kereliuk08eda794c2018-09-05 16:10:232361 'chromedriver': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352362 'chromeos': ['[email protected]'],
2363 'chromeos_attestation': ['[email protected]'],
Ryan Hansberry8e41a5c42019-04-18 22:12:512364 'chromeos_bluetooth': ['[email protected]',
Ryan Hansberry897c4fde2020-02-18 22:50:092365 '[email protected]',
Ryan Hansberry8ebe8492019-10-22 17:46:442366 '[email protected]'],
pennymac962d190432016-07-27 00:58:352367 'chromeos_calculator': ['[email protected]'],
Kyle Horimotofdcf67012019-04-08 19:06:102368 'chromeos_cellular': ['[email protected]',
Kyle Horimotod7b72f32019-05-09 19:13:122369 '[email protected]',
2370 '[email protected]',
Ryan Hansberry897c4fde2020-02-18 22:50:092371 '[email protected]',
Ryan Hansberry97a37782019-11-15 17:42:002372 '[email protected]'],
alematec5187b1b2016-08-26 05:32:182373 'chromeos_geolocation': ['[email protected]'],
Achuith Bhandarkar434e24592018-03-07 23:05:122374 'chromeos_lkgm': ['[email protected]',
Steven Bennetts793b4702020-05-06 19:14:502375 '[email protected]'],
alematec5187b1b2016-08-26 05:32:182376 'chromeos_login': ['[email protected]',
Jacob Dufaulted1ef2bc2018-08-10 18:21:342377 '[email protected]',
Roman Sorokin891f4892019-03-28 16:30:332378 '[email protected]',
Toni Barzic43db296e2019-03-20 00:27:222379 '[email protected]'],
Trent Apted0c0b4492019-09-30 01:15:242380 'chromeos_media_app': ['[email protected]'],
Kyle Horimoto89f06e22019-04-08 19:07:172381 'chromeos_net': ['[email protected]',
Kyle Horimotod7b72f32019-05-09 19:13:122382 '[email protected]',
2383 '[email protected]',
Jon Manna19f5a92019-11-21 20:10:592384 '[email protected]',
Ryan Hansberry897c4fde2020-02-18 22:50:092385 '[email protected]',
Ryan Hansberry8ebe8492019-10-22 17:46:442386 '[email protected]',
2387 '[email protected]'],
alematec5187b1b2016-08-26 05:32:182388 'chromeos_timezone': ['[email protected]'],
2389 'chromeos_webui': ['[email protected]'],
James Hawkins57cbf652020-02-03 23:55:012390 'chromeos_wifi_sync': ['[email protected]',
Ryan Hansberry897c4fde2020-02-18 22:50:092391 '[email protected]',
Ryan Hansberry8ebe8492019-10-22 17:46:442392 '[email protected]',
2393 '[email protected]'],
Akihiro Ota5c35f1f2019-11-20 23:13:592394 'chromevox': ['[email protected]',
2395 '[email protected]',
2396 '[email protected]'],
Daniel Cheng99312b632017-10-25 03:59:492397 'clang_update': ['[email protected]',
[email protected]cf8ffa82013-02-13 08:30:072398 '[email protected]',
George Burgess IVbbcd9912018-04-17 14:59:282399 '[email protected]',
pennymac962d190432016-07-27 00:58:352400 '[email protected]',
rnk28bbd1772016-05-04 17:57:582401 '[email protected]',
Hans Wennborgf2eb949e2018-05-08 12:45:032402 '[email protected]',
Peter Collingbourne1ac5f712018-03-30 22:15:132403 '[email protected]',
rnk28bbd1772016-05-04 17:57:582404 '[email protected]',
pennymac962d190432016-07-27 00:58:352405 '[email protected]',
thestigf023ccc2016-11-10 14:39:152406 '[email protected]',
pennymac962d190432016-07-27 00:58:352407 '[email protected]',
Reid Klecknerfe7f9d52019-08-22 00:11:422408 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002409 'clipboard': ['[email protected]'],
Aaron Gable64f273582017-03-30 18:02:002410 'codereview_settings': ['[email protected]'],
Colin Blundell55da8082019-09-16 13:13:472411 'components_deps': ['[email protected]'],
Matthew Jonesf3b5f4f2019-01-04 00:01:252412 'compositor_animator': ['[email protected]'],
Conley Owensd744e392018-04-24 19:18:572413 'content_bluetooth': ['[email protected]',
Vincent Scheibf01b55ff22018-01-10 21:05:062414 '[email protected]'],
Rayan Kanso3047d3f2019-06-26 13:26:392415 'content_index': ['[email protected]'],
Randy Smith9d64e6e2018-03-07 20:07:082416 'content_loader': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352417 'content_renderer': ['[email protected]'],
Jochen Eisingeraf65c9842020-02-01 07:54:522418 'content_shell': ['[email protected]',
peterc9e3e172015-11-02 09:29:162419 '[email protected]'],
nhiroki90ba0102015-07-21 01:42:242420 'content_worker': ['[email protected]',
2421 '[email protected]'],
donnd787f6ed2016-08-03 01:00:562422 'contextual_search': ['[email protected]',
2423 '[email protected]'],
pennymac962d190432016-07-27 00:58:352424 'courgette': ['[email protected]',
2425 '[email protected]'],
Nico Weber6ff639a2017-08-11 21:04:502426 'cq': ['[email protected]',
2427 '[email protected]',
2428 '[email protected]',
2429 '[email protected]',
2430 '[email protected]'],
Steven Bennettsafa54e12020-03-03 19:18:142431 'cr_elements': ['[email protected]'],
Chung-yih Wang7afc64a2018-03-06 02:09:042432 'cros_benchmarks': ['[email protected]',
2433 '[email protected]',
2434 '[email protected]'],
Ben Wells03471a72018-03-22 00:58:462435 'crostini': ['[email protected]'],
Lei Zhang1a86ca92019-06-13 00:04:462436 'cups_printing': ['[email protected]'],
Wojciech Dzierżanowski7d246b52019-05-10 19:52:262437 'custom_proxy': ['[email protected]',
2438 '[email protected]'],
Peter Beverloob90e4c32018-12-07 14:27:192439 'custom_tabs': ['[email protected]',
2440 '[email protected]',
Peter E Conn35d3a982019-01-17 10:35:272441 '[email protected]',
Peter Beverloo5cc24512018-11-29 15:36:432442 '[email protected]',
Peter E Conn35d3a982019-01-17 10:35:272443 '[email protected]'],
Madeleine Barowsky21b04402019-01-29 19:17:052444 'data_decoder': ['[email protected]'],
Ryo Hashimoto900be52c2018-05-24 06:42:262445 'dbus': ['[email protected]'],
Patti2627bb62020-03-10 02:53:142446 'demo_mode': ['[email protected]'],
Conley Owensd744e392018-04-24 19:18:572447 'device_bluetooth': ['[email protected]',
Vincent Scheibf01b55ff22018-01-10 21:05:062448 '[email protected]'],
Conley Owensd744e392018-04-24 19:18:572449 'device_chooser': ['[email protected]',
Ovidio Henriquez86333882018-11-05 18:25:212450 '[email protected]',
2451 '[email protected]'],
Pavel Feldmana47e1f92019-09-20 16:58:572452 'devtools': ['[email protected]'],
kinukoc462adb2016-12-22 12:58:492453 'disk_cache': ['[email protected]'],
Daniel Murphyfffe60f82019-12-05 21:30:202454 'dom_storage': ['[email protected]'],
David Trainor051827f2017-06-02 18:33:132455 'download': ['[email protected]'],
Dan Beam6d8ee882020-01-14 20:54:282456 'downloads_ui': ['[email protected]'],
[email protected]89d2cd52013-04-16 01:55:362457 'drive_resource_metadata': ['[email protected]'],
[email protected]3a25c8a2014-06-26 06:47:102458 'eme': ['[email protected]'],
Justin DeWittf64d39e2018-08-09 21:33:412459 'explore_sites': ['[email protected]',
2460 '[email protected]',
2461 '[email protected]',
Pete Williamson3600f2d2018-09-24 17:31:112462 '[email protected]',
2463 '[email protected]'],
[email protected]f9529e7922013-06-06 05:19:412464 'extension': ['[email protected]',
2465 '[email protected]'],
Luna Lu7f221f22017-06-13 16:46:142466 'feature_policy': ['[email protected]',
Joe Medleya129fe32018-01-25 15:20:222467 '[email protected]',
Joe Medley1e1bb652018-04-27 17:36:592468 '[email protected]'],
Pete Williamsonc8321302020-01-31 21:35:042469 'feed': ['[email protected]',
2470 '[email protected]',
2471 '[email protected]',
2472 '[email protected]',
Ian Wells1dc7053d2020-04-17 18:04:222473 '[email protected]',
2474 '[email protected]'],
Jeffrey Kardatzke1fa8ecaf2019-09-25 15:56:322475 'feedback': ['[email protected]'],
[email protected]84dcfd92014-05-23 13:18:192476 'fileapi': ['[email protected]',
tzik8be52292019-07-17 08:28:452477 '[email protected]'],
yoshiki1c0ba2782014-12-08 07:04:262478 'filebrowse': ['[email protected]'],
Joel Hockey0db16432018-03-09 22:41:492479 'filesapp': ['[email protected]',
2480 '[email protected]',
okab0be3dc2016-08-30 07:37:102481 '[email protected]'],
Dominik Röttschesf0fd4d62019-06-17 11:15:022482 'freetype_update': ['[email protected]',
2483 '[email protected]'],
Tomasz Mikolajewski2905dbb2017-11-22 06:24:042484 'fsp': ['[email protected]'],
David Dorwinb3bd4b1a2019-09-24 00:07:012485 'fuchsia': ['[email protected]'],
mmoroz58ddb8172016-09-08 18:29:552486 'fuzzing': ['[email protected]'],
Conley Owensd744e392018-04-24 19:18:572487 'gamepad': ['[email protected]'],
Nicolas Zeaa4088702019-08-06 20:55:102488 'gcm': ['[email protected]'],
Raphael Kubo da Costab8111f9f2018-10-04 14:24:232489 'generic_sensor': ['[email protected]',
Vincent Scheibd5da4d952017-11-03 01:33:242490 '[email protected]',
Raphael Kubo da Costa0e3cf83d2019-03-11 10:55:562491 '[email protected]',
Rijubrata Bhaumik04f46442019-09-02 07:54:442492 '[email protected]',
timvolodine4cf58ca2017-05-24 16:11:482493 '[email protected]',
mikhail.pozdnyakova8db26402016-11-28 18:27:122494 '[email protected]'],
Mounir Lamouri578ca402019-01-23 20:40:482495 'geolocation': ['[email protected]'],
[email protected]cf428f732012-10-02 20:48:152496 'gfx_geometry': ['[email protected]'],
[email protected]f93b7382012-08-09 20:53:162497 'gfx_image': ['[email protected]'],
Tommy Steimel0cacd28c2019-11-12 22:12:512498 'global_media_controls': ['[email protected]'],
agrieve4d9c1c52016-09-23 17:49:382499 'gn': ['[email protected]',
Trent Apted93d53b02019-01-21 02:54:342500 '[email protected]'],
Corentin Wallez3f1d0852018-07-04 15:45:362501 'gpu_passthrough_cmd_decoder': ['[email protected]'],
Ehsan Karamadc20cee22018-08-10 21:32:332502 'guest_view': ['[email protected]',
Kevin McNee77c2f6b2018-08-14 21:43:582503 '[email protected]',
Ehsan Karamadc20cee22018-08-10 21:32:332504 '[email protected]'],
Jeffrey Kardatzke1fa8ecaf2019-09-25 15:56:322505 'hats': ['[email protected]'],
Andrey Kosyakova173d252018-05-07 18:29:112506 'headless': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002507 'i18n': ['[email protected]'],
Jeffrey Cohen9a2604442020-02-13 17:55:562508 'image_editor': ['[email protected]',
2509 '[email protected]',
2510 '[email protected]',
2511 '[email protected]'],
Greg Thompson4f90fc992017-07-25 19:30:372512 'incident_reporting': ['[email protected]'],
Daniel Murphyeda2b872019-11-27 23:51:412513 'indexed_db': ['[email protected]',
Daniel Murphyfffe60f82019-12-05 21:30:202514 '[email protected]'],
Stephen Martinisf7e0fb12019-09-04 18:59:592515 'infra_docs': ['[email protected]'],
Navid Zolghadr051e0a0e2020-05-05 18:15:222516 'input': ['[email protected]'],
Michael Spang808d5c12018-10-23 19:20:392517 'input_devices': ['[email protected]'],
Daniel Murphy608e0272020-03-12 23:15:252518 'installable': ['[email protected]',
2519 '[email protected]'],
Raphael Kubo da Costaf242cef72017-11-08 16:01:182520 'installer_linux': ['[email protected]',
2521 '[email protected]'],
Greg Thompson4f90fc992017-07-25 19:30:372522 'installer_win': ['[email protected]',
Greg Thompson4f90fc992017-07-25 19:30:372523 '[email protected]'],
edchin46453b42017-03-03 01:40:112524 'ios': ['[email protected]'],
2525 'ios_chrome': ['[email protected]',
eugenebutb5a5a8572017-01-20 01:18:112526 '[email protected]'],
edchin46453b42017-03-03 01:40:112527 'ios_clean': ['[email protected]',
lpromero6846b19d2017-05-23 10:43:592528 '[email protected]'],
Eric Noyaua1825272019-01-02 10:36:392529 'ios_flags': ['[email protected]'],
edchin46453b42017-03-03 01:40:112530 'ios_showcase': ['[email protected]',
lpromero6846b19d2017-05-23 10:43:592531 '[email protected]'],
edchin46453b42017-03-03 01:40:112532 'ios_web': ['[email protected]',
2533 '[email protected]'],
Robert Ogden2df066b2020-01-14 23:58:492534 'isolated_prefetch': ['[email protected]',
2535 '[email protected]'],
Megan Jablonski33f229f2019-12-18 22:58:002536 'language': ['[email protected]'],
Johanndfa4d7d2017-12-07 18:05:292537 'libaom': ['[email protected]',
Jerome Jiang49f3ef2f2020-05-08 22:27:282538 '[email protected]',
pennymac962d190432016-07-27 00:58:352539 '[email protected]',
Jerome Jiang49f3ef2f2020-05-08 22:27:282540 '[email protected]',
2541 '[email protected]',
pennymac962d190432016-07-27 00:58:352542 '[email protected]'],
Johanndfa4d7d2017-12-07 18:05:292543 'libvpx': ['[email protected]',
2544 '[email protected]',
Johanndfa4d7d2017-12-07 18:05:292545 '[email protected]',
2546 '[email protected]',
2547 '[email protected]'],
Takeshi Yoshino524e1d262017-07-28 01:16:382548 'libwebp': ['[email protected]',
2549 '[email protected]',
2550 '[email protected]'],
dominiccabb90e02017-03-31 04:54:232551 'libxml_xslt': ['[email protected]',
2552 '[email protected]'],
Matthew Denton801686d22020-03-10 00:54:382553 'linux_sandboxing': ['[email protected]',
2554 '[email protected]',
2555 '[email protected]'],
2556 'linux_seccomp_bpf': ['[email protected]',
2557 '[email protected]',
2558 '[email protected]'],
lgrey62faed72016-10-11 21:40:392559 'mac' : ['[email protected]'],
Dominick Ng31b7feb2019-01-29 23:24:002560 'manifest': ['[email protected]',
Daniel Murphy608e0272020-03-12 23:15:252561 '[email protected]',
2562 '[email protected]'],
James Cook4bfa66fa2018-05-29 17:20:422563 'mash_buildbot_filters': ['[email protected]',
2564 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002565 'media': ['[email protected]'],
Miguel Casas-Sanchez5eb47252017-09-05 21:15:032566 'media_capture_from_element': ['[email protected]'],
Becca Hughes087b43c2020-04-08 21:59:522567 'media_controls': ['[email protected]',
2568 '[email protected]',
Alex Keng83e23682019-05-16 06:23:072569 '[email protected]'],
Becca Hughes087b43c2020-04-08 21:59:522570 'media_feeds': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352571 'media_galleries': ['[email protected]',
2572 '[email protected]'],
Hirokazu Hondae31ce109a2018-09-18 11:18:502573 'media_gpu': ['[email protected]'],
Miguel Casas7ac35742020-01-09 20:04:402574 'media_gpu_cros': ['[email protected]'],
2575 'media_gpu_vaapi': ['[email protected]'],
2576 'media_gpu_win': ['[email protected]'],
Becca Hughes087b43c2020-04-08 21:59:522577 'media_history': ['[email protected]'],
Xiaohan Wang6cbdcdf2018-06-12 21:55:542578 'media_mojo': ['[email protected]',
2579 '[email protected]'],
mcasasfeedbe42017-03-03 05:23:562580 'media_recorder': ['[email protected]',
mcasas9558316b2017-03-10 18:57:312581 '[email protected]'],
mark a. foltze8739c7c2019-04-24 18:33:092582 'media_remoting': ['[email protected]',
apacible01538e02016-11-04 22:15:312583 '[email protected]',
Xiaohan Wang22ab04c12019-02-06 00:41:042584 '[email protected]'],
mark a. foltze8739c7c2019-04-24 18:33:092585 'media_router': ['[email protected]',
Xiangjun Zhang880262a2018-08-07 22:35:382586 '[email protected]',
Takumi Fujimoto4bef2792018-05-03 17:51:552587 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002588 'message_loop': ['[email protected]'],
Joshua Berenhauscb36aff2020-04-17 18:16:592589 'metrics': ['[email protected]',
2590 '[email protected]'],
Ilya Shermandfce91b72020-03-23 18:52:462591 'metrics_metadata_files': ['[email protected]',
2592 '[email protected]'],
Gabriel Marinac7ecd72019-10-04 18:16:062593 'metrics_perf': ['[email protected]'],
toyoshim8f51f902015-03-27 03:50:212594 'midi': ['[email protected]'],
Darin Fisherf5c9bdf2019-09-06 22:30:232595 'mojo': ['[email protected]'],
Ryan Hansberry587c8082018-09-20 01:31:192596 'multidevice': ['[email protected]',
Ryan Hansberry897c4fde2020-02-18 22:50:092597 '[email protected]',
Kyle Horimoto0c440a022019-07-09 23:27:402598 '[email protected]',
Ryan Hansberry8ebe8492019-10-22 17:46:442599 '[email protected]',
2600 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002601 'nacl': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352602 'native_client_sdk': ['[email protected]',
2603 '[email protected]'],
Alex Moshchuk3fbcf782018-05-09 00:06:292604 'navigation': ['[email protected]',
2605 '[email protected]',
Fergal Daly6a8b54a2020-02-05 08:50:102606 '[email protected]',
2607 '[email protected]'],
Ryan Hansberry8a6e3e3e2020-05-15 17:23:052608 'nearby': ['[email protected]',
2609 '[email protected]',
2610 '[email protected]',
2611 '[email protected]',
2612 '[email protected]',
2613 '[email protected]'],
Chris Bentzel605478a2018-07-10 21:47:012614 'net': ['[email protected]'],
Junbo Ke9a03e532019-08-20 19:53:472615 'net_base': ['[email protected]',
2616 '[email protected]'],
bnc1872e8bd2017-01-27 02:47:282617 'net_http2': ['[email protected]'],
2618 'net_log': ['[email protected]',
Matt Menkecebc2402017-07-20 16:26:092619 '[email protected]'],
Adam Rice027497d2018-07-27 02:17:022620 'net_server': ['[email protected]'],
bnc1872e8bd2017-01-27 02:47:282621 'net_spdy': ['[email protected]'],
Adam Rice027497d2018-07-27 02:17:022622 'net_websockets': ['[email protected]'],
jkarlin539748402015-03-31 17:36:312623 'netinfo': ['[email protected]'],
Helen Li30f43d8e2018-05-09 16:24:012624 'network_service': ['[email protected]'],
Rijubrata Bhaumik04f46442019-09-02 07:54:442625 'nfc': ['[email protected]',
2626 '[email protected]'],
Xing Liue18f0fb2019-03-22 23:55:142627 'notification_scheduler': ['[email protected]'],
Peter Beverloo45bf54c2018-08-06 17:12:032628 'notifications': ['[email protected]'],
tbansalc6f1c9f2016-09-30 22:48:422629 'nqe': ['[email protected]'],
Eric Noyaua1825272019-01-02 10:36:392630 'ntp_snippets': ['[email protected]'],
2631 'ntp_tiles': ['[email protected]'],
peterc7e27422017-05-17 04:05:282632 'offline_items_collection': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352633 'offline_pages': ['[email protected]',
Carlos Knippschild6a2e2f02017-06-02 18:18:142634 '[email protected]',
pennymac962d190432016-07-27 00:58:352635 '[email protected]',
2636 '[email protected]',
dewittj74b23f6f2016-04-21 19:29:252637 '[email protected]',
2638 '[email protected]',
Dan Harrington163354f2019-03-29 21:28:352639 '[email protected]',
2640 '[email protected]'],
jdonnelly6fa5a21d2017-01-03 15:28:352641 'omnibox': ['[email protected]'],
Sophie Chang76811dfb2018-12-20 21:40:472642 'optimization_guide': ['[email protected]'],
iclelland8b904402016-10-05 15:01:232643 'origin_trials': ['[email protected]',
Ian Clelland1b27f8f62017-06-22 13:36:242644 '[email protected]'],
pennymac962d190432016-07-27 00:58:352645 'ozone': ['[email protected]',
2646 '[email protected]'],
Sergey Ulanov004097c2018-11-05 23:29:282647 'ozone_scenic': ['[email protected]',
David Dorwinae98e222020-05-04 21:19:522648 '[email protected]',
Sergey Ulanovac3ba332018-11-08 00:16:452649 '[email protected]',
David Dorwinae98e222020-05-04 21:19:522650 '[email protected]'],
Joe DeBlasio85ba31c2020-03-06 00:46:382651 'page_info' : ['[email protected]'],
Bryan McQuade4233f412017-07-28 16:23:412652 'page_load_metrics' : ['[email protected]',
2653 '[email protected]',
tdresserd80646f2017-03-03 19:26:082654 '[email protected]',
2655 '[email protected]'],
Daniel Cheng99312b632017-10-25 03:59:492656 'panels': ['[email protected]',
pennymac962d190432016-07-27 00:58:352657 '[email protected]',
2658 '[email protected]'],
mkwst17a9875d2016-06-24 10:36:392659 'password_manager': ['[email protected]',
Vasilii Sukhanovc4e6c2842018-07-18 12:12:202660 '[email protected]'],
sebsgbbfbea02016-10-24 21:54:592661 'payments': ['[email protected]',
mahmadi0a7bb59f2017-02-22 19:13:492662 '[email protected]',
Danyao Wang49cabfc2019-05-31 20:17:342663 '[email protected]',
Sahel Sharifye82954f92019-11-25 22:06:382664 '[email protected]',
2665 '[email protected]'],
2666 'payments_ios': ['[email protected]',
2667 '[email protected]'],
Lei Zhang91530f72019-06-14 21:20:152668 'pdf': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352669 'pepper_api': ['[email protected]',
2670 '[email protected]',
2671 '[email protected]',
pennymac962d190432016-07-27 00:58:352672 '[email protected]',
pennymac962d190432016-07-27 00:58:352673 '[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:262674 'permissions': ['[email protected]',
Xi Han50f523a1d2017-07-19 15:56:112675 '[email protected]',
Dominick Ngcaa7b402017-07-11 07:35:392676 '[email protected]',
Timothy Loh363aa0dd2019-09-03 04:38:242677 '[email protected]'],
François Beaufortb2070eb2018-02-08 10:36:342678 'picture_in_picture': ['[email protected]'],
Dan Beam6d8ee882020-01-14 20:54:282679 'polymer': ['[email protected]'],
Charles Harrison981d33c2017-10-06 21:36:222680 'popup_blocker': ['[email protected]'],
twifkak0c69c1f2015-06-22 18:20:092681 'precache': ['[email protected]'],
[email protected]be775bc2014-06-30 15:41:142682 'prepopulated_engines': ['[email protected]'],
Chris Bentzel605478a2018-07-10 21:47:012683 'prerender': ['[email protected]',
pennymac962d190432016-07-27 00:58:352684 '[email protected]'],
Adam Parkera556b7a2018-05-22 17:53:192685 'presentation': ['[email protected]'],
Robert Ogdenb766c88a2019-06-10 18:10:232686 'preview_features': ['[email protected]'],
Lei Zhang1a86ca92019-06-13 00:04:462687 'print_preview': ['[email protected]'],
Peter Beverloo45bf54c2018-08-06 17:12:032688 'push_messaging': ['[email protected]'],
David Black9b7b19f2020-02-24 18:28:352689 'quick_answers': ['[email protected]'],
stkhapugin06503142016-12-07 14:32:122690 'reading_list': ['[email protected]'],
Greg Thompsonc72dc582019-11-14 15:51:322691 'relaunch_notification': ['[email protected]'],
mark a. foltze8739c7c2019-04-24 18:33:092692 'remoteplayback': ['[email protected]'],
[email protected]c3887592014-02-06 20:02:252693 'remoting': ['[email protected]'],
Ali Tofigh000debb52017-11-07 21:35:422694 'rlz_id': ['[email protected]',
pennymac962d190432016-07-27 00:58:352695 '[email protected]'],
Joe Medley1e1bb652018-04-27 17:36:592696 'runtime_enabled_features': ['[email protected]'],
Daniel Rubery9fdcd952019-08-26 22:32:472697 'safe_browsing': ['[email protected]',
Daniel Ruberyfa8cd5d2018-09-13 17:31:232698 '[email protected]',
Varun Khaneja212beed2019-12-02 18:06:062699 '[email protected]',
Xinghui Lufad9c932019-07-30 22:57:162700 '[email protected]'],
Joe DeBlasiob3125f12019-10-18 21:02:542701 'safety_tips': ['[email protected]'],
Mike Wittman652832b2019-07-16 14:34:392702 'sampling_profiler': ['[email protected]'],
mlamourid8b0feb2015-06-02 16:30:472703 'screen_orientation': ['[email protected]'],
Robert Sesekae79d38512018-09-04 18:13:302704 'security': ['[email protected]'],
Anastasia Helfinstein83c763a2019-05-13 18:15:032705 'select_to_speak': ['[email protected]',
2706 '[email protected]'],
Jeffrey Cohen7fe36f502018-12-12 01:38:212707 'send_tab_to_self': ['[email protected]',
Jeffrey Cohen7fe36f502018-12-12 01:38:212708 '[email protected]',
Jeffrey Cohen6b31b2d2019-01-23 19:12:302709 '[email protected]'],
pennymac962d190432016-07-27 00:58:352710 'service_worker': ['[email protected]',
[email protected]6d095a8b2014-02-28 15:26:162711 '[email protected]',
pennymac962d190432016-07-27 00:58:352712 '[email protected]',
pennymac962d190432016-07-27 00:58:352713 '[email protected]',
horo8e9a01572016-07-27 06:05:312714 '[email protected]',
tzik749ae1e2018-07-20 05:05:012715 '[email protected]'],
Demetrios Papadopoulos78710632020-01-15 21:54:312716 'settings': ['[email protected]'],
Kyle Horimoto1b958952020-01-15 01:39:172717 'settings_os_settings': ['[email protected]',
Kyle Horimoto1b958952020-01-15 01:39:172718 '[email protected]',
2719 '[email protected]'],
Jeffrey Cohen51f7aab2020-02-11 21:32:122720 'share_sheet': ['[email protected]'],
Peter Beverloo9a00acc2019-06-04 14:27:252721 'sharing': ['[email protected]',
2722 '[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:262723 'site_engagement': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352724 'site_instance': ['[email protected]',
Alex Moshchuk3fbcf782018-05-09 00:06:292725 '[email protected]',
pennymac962d190432016-07-27 00:58:352726 '[email protected]',
[email protected]b9ecdb62014-03-07 14:56:432727 '[email protected]'],
Ryan Hansberry587c8082018-09-20 01:31:192728 'smartlock': ['[email protected]',
Ryan Hansberry897c4fde2020-02-18 22:50:092729 '[email protected]',
Ryan Hansberry8ebe8492019-10-22 17:46:442730 '[email protected]'],
Zentaro Kavanagh608f8a12018-01-19 18:39:562731 'smb': ['[email protected]'],
Joe Medley1e1bb652018-04-27 17:36:592732 'source_idls': ['[email protected]'],
Annie Sullivan32e8a882019-12-12 16:21:582733 'speed_metrics_changelog': ['[email protected]',
2734 '[email protected]',
Connor Clarkb91ac2402020-04-03 17:25:592735 '[email protected]',
Annie Sullivane8c88b732020-01-17 21:49:142736 '[email protected]',
Annie Sullivan32e8a882019-12-12 16:21:582737 '[email protected]'],
Rachel Blum41788872018-10-25 20:54:012738 'spellcheck': ['[email protected]',
timvolodine8cdb94c2016-09-22 12:17:222739 '[email protected]',
2740 '[email protected]'],
Greg Thompson9ea091702018-01-04 11:06:322741 'startup': ['[email protected]',
2742 '[email protected]'],
Daniel Murphyfffe60f82019-12-05 21:30:202743 'storage_service': ['[email protected]'],
Ian Clelland0fc655482020-02-14 15:20:102744 'structured_headers': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352745 'styleguide': ['[email protected]',
vmpstrdeec20e2016-11-18 22:17:322746 '[email protected]',
2747 '[email protected]'],
Peter Wenbef43902018-11-28 22:08:122748 'styleguide_python': ['[email protected]',
Peter Wenbef43902018-11-28 22:08:122749 '[email protected]'],
engedye7b734da2017-02-07 12:08:132750 'subresource_filter': ['[email protected]'],
Pam Greene8efbeae92018-10-02 14:54:462751 'supervised_users': [],
CJ DiMegliocaddc3482018-12-12 02:28:382752 'surface_layer_for_video': [ '[email protected]',
2753 '[email protected]'],
Anastasia Helfinstein5205acb32019-02-15 00:54:132754 'switch_access': ['[email protected]'],
maxbogue65ea2632016-04-04 18:12:582755 'sync': ['[email protected]'],
[email protected]84dcfd92014-05-23 13:18:192756 'syncfs': ['[email protected]',
tzik8be52292019-07-17 08:28:452757 '[email protected]'],
Giovanni Ortuño Urquidia35ceba2019-12-02 04:46:552758 'system_web_apps': [ '[email protected]' ],
miu5e69f1c52016-10-23 13:40:112759 'tab_alert_indicators': ['[email protected]'],
Adam Parkera556b7a2018-05-22 17:53:192760 'tab_capture': ['[email protected]',
Xiaohan Wang22ab04c12019-02-06 00:41:042761 '[email protected]'],
pennymac962d190432016-07-27 00:58:352762 'tab_contents': ['[email protected]',
2763 '[email protected]',
2764 '[email protected]'],
Wei-Yin Chen (陳威尹)d7de76d2020-03-27 04:39:432765 'tab_ui_and_start_surface': ['[email protected]',
2766 '[email protected]',
2767 '[email protected]',
2768 '[email protected]',
2769 '[email protected]',
2770 '[email protected]',
2771 '[email protected]'],
tdresserd80646f2017-03-03 19:26:082772 'tbmv2_metrics': ['[email protected]'],
tonygc7f6a4c12015-01-16 18:32:262773 'telemetry': ['[email protected]'],
Jochen Eisingeraf65c9842020-02-01 07:54:522774 'test_runner': ['[email protected]',
einbindera29577e2016-08-23 01:21:492775 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002776 'tests': [],
Ryan Hansberry587c8082018-09-20 01:31:192777 'tether': ['[email protected]',
Ryan Hansberry897c4fde2020-02-18 22:50:092778 '[email protected]',
Ryan Hansberry8ebe8492019-10-22 17:46:442779 '[email protected]'],
Keith Lee98ccf8b2019-07-31 01:50:492780 'textinput': ['[email protected]',
2781 '[email protected]',
pennymac962d190432016-07-27 00:58:352782 '[email protected]',
2783 '[email protected]',
Yuichiro Hanadaf0b3b472017-10-17 07:00:532784 '[email protected]',
pennymac962d190432016-07-27 00:58:352785 '[email protected]'],
Keith Lee98ccf8b2019-07-31 01:50:492786 'textinput_chromeos': ['[email protected]',
2787 '[email protected]',
pennymac962d190432016-07-27 00:58:352788 '[email protected]',
Yuichiro Hanadaf0b3b472017-10-17 07:00:532789 '[email protected]',
pennymac962d190432016-07-27 00:58:352790 '[email protected]'],
Patrick Monette9355f1fc2019-08-09 18:18:162791 'third_party_conflicts': ['[email protected]'],
Chirantan Ekbote284e6282019-06-19 01:53:082792 'timers': [],
robliaofd54b5c2017-01-13 00:41:302793 'tools_win_chromeexts': ['[email protected]'],
AJITH KUMAR V4f0c4812018-03-27 13:46:572794 'touch_selection': ['[email protected]',
2795 '[email protected]'],
pennymac962d190432016-07-27 00:58:352796 'tracing': ['[email protected]',
Michael Spangbbcf79de2018-12-13 15:07:262797 '[email protected]',
2798 '[email protected]'],
Nicolas Ouellet-payeur0c26b872019-09-05 07:38:072799 'traffic_annotation': ['[email protected]'],
Megan Jablonski33f229f2019-12-18 22:58:002800 'translate': ['[email protected]'],
[email protected]cf428f732012-10-02 20:48:152801 'ui_compositor': ['[email protected]'],
robliao2c4b7492016-07-19 01:57:262802 'ui_display_win': ['[email protected]'],
[email protected]6b5093c2012-05-23 19:10:182803 'ui_resources': ['[email protected]'],
edwardjung83f52ef22017-02-07 13:15:072804 'ui_strings': ['[email protected]'],
Scott Violet27497292019-03-25 23:06:532805 'ui_views': ['[email protected]',
2806 '[email protected]'],
Will Harris989ca932019-02-15 19:21:212807 'unified_consent': ['[email protected]'],
Ovidio Henriquez86333882018-11-05 18:25:212808 'usb': ['[email protected]',
2809 '[email protected]'],
[email protected]c73ec8ab2014-01-16 20:35:232810 'version_assembly': ['[email protected]',
2811 '[email protected]'],
Alexandre Courbot3e9e55a2018-04-05 05:29:422812 'video': ['[email protected]'],
Rijubrata Bhaumik04f46442019-09-02 07:54:442813 'video_capture': ['[email protected]',
2814 '[email protected]'],
Alexandre Courbot3e9e55a2018-04-05 05:29:422815 'video_gpu': ['[email protected]'],
Darren Shen40a822352019-06-03 05:39:162816 'virtual_keyboard': ['[email protected]',
Darren Shen405b8972019-04-10 07:16:292817 '[email protected]',
2818 '[email protected]'],
billorr3c7e1442016-11-11 21:21:352819 'virtual_reality': ['[email protected]'],
Peng Huangc624cb12020-02-06 15:08:152820 'vulkan': ['[email protected]',
2821 '[email protected]'],
Raphael Kubo da Costabb97c4eb2019-04-25 15:25:392822 'wake_lock': ['[email protected]',
2823 '[email protected]'],
Kyle Horimoto1b958952020-01-15 01:39:172824 'wallpapers': ['[email protected]',
Kyle Horimoto1b958952020-01-15 01:39:172825 '[email protected]',
2826 '[email protected]'],
Alan Cutterc9c44102019-07-05 03:46:222827 'web_applications': ['[email protected]',
2828 '[email protected]',
Raymes Khoury6b9bf762019-05-17 05:00:512829 '[email protected]',
2830 '[email protected]',
Daniel Murphy608e0272020-03-12 23:15:252831 '[email protected]',
2832 '[email protected]'],
Hayato Itodfca41a52020-01-29 08:35:392833 'web_package': ['[email protected]',
2834 '[email protected]'],
Matt Giuca9eb910d2017-08-02 04:07:382835 'web_share': ['[email protected]'],
Martin Kreichgauer794a18572018-07-20 20:45:432836 'webauthn': ['[email protected]'],
Chris Cunninghamde605a02019-12-12 02:39:112837 'webcodecs': ['[email protected]'],
Corentin Wallez3f1d0852018-07-04 15:45:362838 'webgpu': ['[email protected]',
2839 '[email protected]'],
Darin Fisherf5c9bdf2019-09-06 22:30:232840 'weblayer': ['[email protected]',
2841 '[email protected]'],
Carlos ILd0907f22020-01-29 22:52:372842 'weblayer_safe_browsing' : ['[email protected]'],
2843 'weblayer_ssl' : ['[email protected]'],
Takeshi Yoshinoe387aa32017-08-02 13:16:132844 'webrtc_browser_tests': ['[email protected]'],
Christian Dullwebered2c82b2018-04-10 08:37:222845 'website_settings': ['[email protected]',
Raymes Khouryc555e9dc2019-02-18 09:13:222846 '[email protected]'],
Penny MacNeil0ced2cb2018-07-30 21:09:492847 'windows_sandboxing': ['[email protected]'],
Luke Zielinskid00a5112019-10-30 17:58:412848 'wpt_tools': ['[email protected]'],
Daniel Eratb4c9b9e2019-06-04 23:57:262849 'x11': ['[email protected]',
[email protected]f76c8852012-06-21 16:37:002850 '[email protected]'],
Chris Blume04103c42018-12-14 22:46:062851 'zlib': ['[email protected]'],
wjmaclean3ff6a402015-03-31 19:00:202852 'zoom': ['[email protected]'],
[email protected]a3838612009-10-13 21:57:542853 },
2854}