blob: 6845545ed1ab5b83d43a2d95589298447a8aae5c [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 },
dominickn8884155a2016-06-23 02:28:1628 'add_to_homescreen': {
29 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/webapps/|'\
30 'chrome/android/javatests/src/org/chromium/chrome/browser/webapps/|'\
31 'chrome/android/junit/src/org/chromium/chrome/browser/webapps/|'\
dominickn8884155a2016-06-23 02:28:1632 'chrome/browser/android/shortcut_.*|'\
33 'chrome/browser/android/webapps/',
34 },
asvitkine361b276e2016-08-30 18:45:0035 'android_crash_reporting': {
Peter Wen35bf5932018-10-22 19:51:4836 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/crash/' \
37 'chrome/browser/android/crash/' \
Peter Wen0ab6c98e2018-10-30 13:07:2738 'components/crash/android/' \
39 'components/minidump_uploader/'
asvitkine361b276e2016-08-30 18:45:0040 },
johnmaguire6aaac7902016-03-15 12:28:2041 'android_crazy_linker': {
42 'filepath': 'third_party/android_crazy_linker/'
43 },
Peter Wen35bf5932018-10-22 19:51:4844 'android_deps': {
45 'filepath': 'third_party/android_deps/' \
46 '|tools/android/roll/android_deps/'
47 },
dfalcantaraef21e9e2016-01-07 01:16:2648 'android_infobars': {
49 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/infobar/'
50 },
[email protected]d2cdf342012-08-07 11:00:0251 'android_infra': {
Andrew Grieve5babdbfc2017-08-16 01:26:4952 'filepath': 'build/config/android/' \
Andrew Grievefe0c9292017-12-05 15:08:5153 '|build/android/' \
[email protected]d2cdf342012-08-07 11:00:0254 '|testing/android/' \
55 '|tools/android/'
56 },
Takeshi Yoshino524e1d262017-07-28 01:16:3857 'android_item_chooser_dialogs': {
58 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/.*ChooserDialog.java|'\
59 'chrome/android/javatests/src/org/chromium/chrome/browser/.*ChooserDialogTest.java'
60 },
Peter Wen35bf5932018-10-22 19:51:4861 'android_lint': {
62 'filepath': 'build/android/lint/'
63 },
[email protected]d6af50812014-04-01 17:18:0964 'android_media': {
65 'filepath': 'content/browser/media/android' \
66 '|content/renderer/media/android' \
67 '|media/audio/android' \
68 '|media/base/android' \
69 '|media/midi/*_android.*' \
70 '|media/video/capture/android'
71 },
Tomasz Wiszkowski36adccf2019-11-04 16:51:0372 'android_omnibox': {
73 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/omnibox/'
74 },
Ted Choc042d8442018-03-13 16:35:5775 'android_search_widget': {
76 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/locale/' \
77 '|chrome/android/java/src/org/chromium/chrome/browser/searchwidget/'
78 },
wnwena0364162017-02-16 20:37:3879 'android_studio': {
nyquist6e560d032017-02-28 07:49:5980 'filepath': 'build/android/gradle/' \
81 '|docs/android_studio.md' \
82 '|tools/android/android_studio'
wnwena0364162017-02-16 20:37:3883 },
[email protected]3261d962014-03-04 22:18:2884 'android_tab': {
85 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/Tab'
86 },
asvitkine361b276e2016-08-30 18:45:0087 'android_uma_settings': {
Natalie Chouinarddab72b92019-11-04 20:38:3888 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/preferences/privacy/PrivacyPreferencesManager.java|'\
asvitkine361b276e2016-08-30 18:45:0089 'chrome/android/java/src/org/chromium/chrome/browser/preferences/privacy/PrivacyPreferences.java|'\
asvitkine361b276e2016-08-30 18:45:0090 'chrome/android/java/src/org/chromium/chrome/browser/metrics/UmaSessionStats.java',
91 },
zpengb9a180d2016-10-12 18:40:2192 'android_webapk': {
zpeng4c3bc372016-10-13 03:00:4893 'filepath': 'chrome/android/webapk/|'\
94 'chrome/browser/android/webapk/',
zpengb9a180d2016-10-12 18:40:2195 },
[email protected]7ca78dc12012-09-20 09:26:4496 'android_webview': {
97 'filepath': 'android_webview/',
98 },
Tim Volodine178dc2bc2019-03-19 19:07:2299 'android_webview_network_service': {
100 'filepath': 'android_webview/browser/network_service/',
101 },
Yi Guc1c54682018-07-23 12:00:00102 'animation_worklet': {
103 'filepath': 'third_party/blink/renderer/modules/animationworklet/',
104 },
[email protected]e38d185a2013-07-09 08:23:52105 'app_shortcuts': {
106 'filepath': 'apps/app_shim/'\
[email protected]e38d185a2013-07-09 08:23:52107 '|chrome/common/mac/'
108 },
[email protected]54bf94d2013-01-30 23:07:40109 'apps': {
Dominick Ngfe197c752018-07-18 00:51:26110 'filepath': '^apps/'\
111 '|chrome/browser/apps/'\
112 '|chrome/browser/chromeos/apps/'
[email protected]54bf94d2013-01-30 23:07:40113 },
Maggie Cai9190f7632019-06-12 06:06:57114 'apps_intent_helper': {
115 'filepath': 'chrome/browser/apps/intent_helper/|'\
116 'chrome/browser/chromeos/apps/intent_helper/'
117 },
lhchavez4b19176f2016-05-04 23:12:46118 'arc': {
119 'filepath': 'arc/',
120 },
lhchavez61532c92016-10-18 21:33:37121 'arc_auth': {
122 'filepath': 'chrome/browser/chromeos/arc/arc_auth'
123 },
Yuichiro Hanada2e111fb2018-11-19 17:33:05124 'arc_ime': {
125 'filepath': 'chrome/browser/chromeos/arc/input_method_manager/'\
126 '|components/arc/ime/'
127 },
poromov7633f602017-02-21 16:44:01128 'arc_kiosk': {
129 'filepath': 'chrome/browser/chromeos/app_mode/arc/'\
130 '|components/arc/kiosk/'\
131 '|arc_kiosk'
132 },
Miyoung Shin3fc077c2019-08-06 00:29:44133 'arc_mojom': {
134 'filepath': 'components/arc/mojom/',
135 },
lhchavez4b19176f2016-05-04 23:12:46136 'arc_net': {
137 'filepath': 'components/arc/net/',
138 },
ejcarusoa298ec02016-06-16 20:30:43139 'arc_power': {
140 'filepath': 'components/arc/power/',
141 },
Hirokazu Hondaf98a3122018-04-12 11:19:48142 'arc_video_accelerator': {
143 'filepath': 'components/arc/video_accelerator',
144 },
[email protected]3ce56642013-10-17 22:12:51145 'ash': {
146 'filepath': 'ash/',
147 },
Xiaohui Chenf7e70a22018-02-08 00:36:38148 'assistant': {
David Black20c36722019-02-05 18:36:31149 'filepath': 'ash/app_list/views/assistant/'\
150 '|ash/assistant/'\
Xiaohui Chen985c26b2018-05-16 18:41:27151 '|chromeos/assistant/'\
152 '|chromeos/services/assistant/'\
153 '|chrome/browser/ui/ash/assistant/'
Xiaohui Chenf7e70a22018-02-08 00:36:38154 },
Max Morin2b0206312018-04-06 11:17:40155 'audio_service': {
156 'filepath': 'services/audio/'
157 },
[email protected]f76c8852012-06-21 16:37:00158 'aura': {
[email protected]3ce56642013-10-17 22:12:51159 'filepath': 'ui/aura/',
[email protected]84ba35e32010-08-06 17:22:39160 },
[email protected]c3a6e1e72013-08-02 00:13:07161 'aura_compositor': {
162 'filepath':
163 'ui/compositor/' \
[email protected]6dc38f72014-01-16 22:19:58164 '|content/browser/compositor/' \
danakj479ab502017-03-31 20:19:09165 '|content/browser/renderer_host/compositor_resize_lock' \
[email protected]c3a6e1e72013-08-02 00:13:07166 '|content/browser/renderer_host/render_widget_host_view_aura' \
167 '|content/browser/renderer_host/render_widget_host_view_browsertest' \
[email protected]a6eeeef92014-03-19 19:06:44168 '|content/browser/renderer_host/delegated' \
[email protected]c3a6e1e72013-08-02 00:13:07169 '|content/common/gpu/client/' \
[email protected]c3a6e1e72013-08-02 00:13:07170 },
Martin Robinson30f0f7f2019-08-22 16:33:05171 'auralinux_accessibility': {
172 'filepath':
173 'ui/accessibility/platform/.*auralinux.*' \
174 '|ui/views/accessibility/.*auralinux.*' \
175 '|chrome/browser/ui/views/accessibility/.*auralinux.*' \
176 '|content/browser/accessibility/.*auralinux.*' \
177 },
Katie D14c38ce2019-02-14 00:34:45178 'autoclick': {
179 'filepath': 'ash/autoclick/',
180 },
[email protected]2a38f0c02013-05-29 02:27:45181 'autofill': {
rouslanfbfa7402016-11-22 19:36:39182 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/autofill/|'\
183 'chrome/browser/autofill/|'\
[email protected]d9310a82012-11-02 02:53:48184 'chrome/browser/ui/android/autofill/|'\
185 'chrome/browser/ui/autofill/|'\
[email protected]e3e4ca62013-05-17 08:50:27186 'chrome/browser/ui/cocoa/autofill/|'\
[email protected]d9310a82012-11-02 02:53:48187 'chrome/browser/ui/views/autofill/|'\
[email protected]d9310a82012-11-02 02:53:48188 'chrome/renderer/autofill/|'\
189 'chrome/test/data/autofill/|'\
[email protected]3947d4a82013-03-12 09:41:05190 'components/autofill/|'\
[email protected]30964792013-05-29 02:41:25191 'components/autofill/browser/webdata/|'\
vabrbeb0c562015-12-01 10:48:08192 'components/webdata/',
[email protected]b3399272010-08-10 19:49:29193 },
gogerald5d02fde2018-08-18 04:30:56194 'autofill_assistant': {
Peter Wenf66bd402019-03-18 14:04:33195 'filepath': 'chrome/android/features/autofill_assistant/|'\
gogerald5d02fde2018-08-18 04:30:56196 'chrome/browser/android/autofill_assistant/|'\
197 'components/autofill_assistant/',
198 },
Jared Sauldd47a29d2019-04-18 16:28:54199 'autofill_payments': {
Jared Saul4765c1e2018-06-18 13:44:57200 'filepath': 'chrome/browser/ui/autofill/chrome_autofill_client*|'\
Jared Sauldd47a29d2019-04-18 16:28:54201 'chrome/browser/ui/autofill/payments/|'\
202 'chrome/browser/ui/views/autofill/payments/|'\
203 'components/autofill/core/browser/payments/|'\
204 'components/autofill/core/browser/ui/payments/|'\
205 'components/autofill/core/common/autofill_payments_features*|'\
206 'components/autofill_payments_strings*',
Jared Saul4765c1e2018-06-18 13:44:57207 },
peter39e10a62017-02-21 15:14:13208 'background_fetch': {
Peter Beverloo4548c852017-08-31 13:45:17209 'filepath': 'background_fetch|'\
210 'background-fetch',
peter39e10a62017-02-21 15:14:13211 },
212 'background_sync': {
Josh Karlin1bd016742017-08-18 17:44:17213 'filepath': '/background_sync/',
peter39e10a62017-02-21 15:14:13214 },
dominickn8884155a2016-06-23 02:28:16215 'banners': {
216 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/banners/|'\
217 'chrome/android/javatests/src/org/chromium/chrome/browser/banners/|'\
dominickn8884155a2016-06-23 02:28:16218 'chrome/browser/banners/|'\
219 'chrome/browser/ui/android/infobars/app_banner_.*|'\
Blink Reformata30d4232018-04-07 15:31:06220 'third_party/blink/public/platform/modules/app_banner/|'\
221 'third_party/blink/renderer/modules/app_banner/',
dominickn8884155a2016-06-23 02:28:16222 },
[email protected]f76c8852012-06-21 16:37:00223 'base': {
[email protected]f2f0fbb92012-07-14 15:52:49224 'filepath': '^base/',
[email protected]7a7a13b2010-08-25 01:10:59225 },
[email protected]5e105332012-09-13 01:55:52226 'base_allocator': {
227 'filepath': '^base/allocator',
228 },
[email protected]1ed5e0fd2012-07-19 00:19:05229 'base_memory': {
230 'filepath': '^base/memory',
231 },
Alexander Timin864bf8a02018-03-12 11:06:28232 'base_scheduler': {
233 'filepath': '^base/task/',
234 },
Gabriel Charettee6bbb532019-04-29 16:39:39235 'base_thread_pool': {
236 'filepath': '^base/task/thread_pool',
robliao1644d8b2016-04-11 15:39:59237 },
[email protected]b17d9e02014-07-29 09:45:50238 'base_win': {
239 'filepath': '^base/win',
240 },
[email protected]7e093d4022014-06-26 19:19:55241 'battery_status': {
242 'filepath': 'content/browser/battery_status/|'\
timvolodine953fde72014-12-09 16:47:10243 'content/test/data/battery_status/|'\
244 'device/battery/',
[email protected]7e093d4022014-06-26 19:19:55245 },
Alexander Timine3deb2a2019-09-20 15:29:09246 'bfcache': {
247 'filepath': 'content/browser/frame_host/back_forward_cache.*|'\
248 'content/browser/back_forward_cache_browsertest.cc|'\
249 'content/test/data/back_forward_cache/|'\
Alexander Timin42c775b92019-10-08 12:07:07250 'content/public/browser/back_forward_cache.*|'\
251 'testing/buildbot/filters.bfcache.*.filter',
Alexander Timine3deb2a2019-09-20 15:29:09252 },
wnwen72684762017-03-29 13:28:37253 'binary_size': {
254 'filepath': 'build/android/binary_size/|'\
255 'tools/binary_size/',
256 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13257 'blink': {
Kent Tamurae9b3a9ec2017-08-31 02:20:19258 'filepath': 'third_party/(WebKit|blink)/',
Takeshi Yoshinoe387aa32017-08-02 13:16:13259 },
260 'blink_accessibility': {
Kent Tamuraeb394c72018-04-07 19:14:55261 'filepath': 'third_party/(WebKit|blink)/.*(accessibility|ax_object_cache|web_ax)'
Takeshi Yoshinoe387aa32017-08-02 13:16:13262 },
263 'blink_animation': {
Kent Tamuraeb394c72018-04-07 19:14:55264 'filepath': 'third_party/(WebKit|blink)/.*([Aa]nimat|[Tt]ransition)',
Takeshi Yoshinoe387aa32017-08-02 13:16:13265 },
266 'blink_app_banner': {
Blink Reformata30d4232018-04-07 15:31:06267 'filepath': 'third_party/blink/renderer/modules/app_banner' \
268 '|third_party/blink/public/platform/modules/app_banner',
Takeshi Yoshinoe387aa32017-08-02 13:16:13269 },
270 'blink_audio': {
Blink Reformata30d4232018-04-07 15:31:06271 'filepath': 'third_party/blink/renderer/platform/audio' \
272 '|third_party/blink/renderer/modules/webaudio' \
Kent Tamura77578cc2018-11-25 22:33:43273 '|third_party/blink/web_tests/external/wpt/webaudio',
Takeshi Yoshinoe387aa32017-08-02 13:16:13274 },
275 'blink_battery_status': {
Blink Reformata30d4232018-04-07 15:31:06276 'filepath': 'third_party/blink/renderer/modules/battery/' \
Kent Tamura77578cc2018-11-25 22:33:43277 '|third_party/blink/web_tests/battery-status/' \
Kent Tamuraeb394c72018-04-07 19:14:55278 '|third_party/blink/renderer/core/frame/platform_event_(controller|dispatcher)'
Takeshi Yoshinoe387aa32017-08-02 13:16:13279 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13280 'blink_bindings': {
Blink Reformata30d4232018-04-07 15:31:06281 'filepath': 'third_party/blink/renderer/platform/bindings' \
282 '|third_party/blink/renderer/bindings',
Takeshi Yoshinoe387aa32017-08-02 13:16:13283 },
284 'blink_bindings_serialization': {
Kent Tamuraeb394c72018-04-07 19:14:55285 'filepath': 'third_party/blink/renderer/bindings/(core|modules)/v8/.*serializ',
Takeshi Yoshinoe387aa32017-08-02 13:16:13286 },
287 'blink_bluetooth': {
Kent Tamuraeb394c72018-04-07 19:14:55288 'filepath': 'third_party/(WebKit|blink)/.*[Bb]luetooth'
Takeshi Yoshinoe387aa32017-08-02 13:16:13289 },
Fernando Serboncinife13f9d2018-08-14 13:35:54290 'blink_canvas': {
Blink Reformata30d4232018-04-07 15:31:06291 'filepath': 'third_party/blink/renderer/core/html/canvas' \
Fernando Serboncinife13f9d2018-08-14 13:35:54292 '|third_party/blink/renderer/core/offscreencanvas' \
293 '|third_party/blink/renderer/core/geometry' \
294 '|third_party/blink/renderer/modules/canvas' \
295 '|third_party/blink/renderer/platform/graphics/canvas',
Takeshi Yoshinoe387aa32017-08-02 13:16:13296 },
297 'blink_client_hints': {
Kent Tamuraeb394c72018-04-07 19:14:55298 'filepath': 'third_party/blink/renderer/core/loader/accept_client_hints*' \
299 '|third_party/blink/renderer/core/loader/frame_fetch_context*' \
300 '|third_party/blink/renderer/core/loader/resource/image_resource*' \
301 '|third_party/blink/renderer/platform/loader/fetch/fetch_context*' \
302 '|third_party/blink/renderer/platform/loader/fetch/resource_fetcher*'
Takeshi Yoshinoe387aa32017-08-02 13:16:13303 },
304 'blink_clipboard': {
Blink Reformata30d4232018-04-07 15:31:06305 'filepath': 'third_party/blink/renderer/core/clipboard' \
Kent Tamuraeb394c72018-04-07 19:14:55306 '|third_party/blink/renderer/core/page/.*drag' \
307 '|third_party/blink/renderer/platform/.*drag' \
Kent Tamuraeb394c72018-04-07 19:14:55308 '|third_party/blink/public/platform/.*drag' \
309 '|third_party/blink/public/web/.*drag',
Takeshi Yoshinoe387aa32017-08-02 13:16:13310 },
Jeremy Romanb7b3a6a2018-02-07 20:15:32311 'blink_common': {
Kent Tamuraeb394c72018-04-07 19:14:55312 'filepath': 'third_party/blink/common'
Blink Reformata30d4232018-04-07 15:31:06313 '|third_party/blink/public/common' \
314 '|third_party/blink/public/mojom',
Jeremy Romanb7b3a6a2018-02-07 20:15:32315 },
Kentaro Hara993b0de2017-08-07 02:26:37316 'blink_controller': {
Blink Reformata30d4232018-04-07 15:31:06317 'filepath': 'third_party/blink/renderer/controller',
Kentaro Hara993b0de2017-08-07 02:26:37318 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13319 'blink_css': {
Blink Reformata30d4232018-04-07 15:31:06320 'filepath': 'third_party/blink/renderer/core/css',
Takeshi Yoshinoe387aa32017-08-02 13:16:13321 },
322 'blink_css_flexbox': {
Kent Tamuraeb394c72018-04-07 19:14:55323 'filepath': 'third_party/blink/renderer/core/rendering/.*flex' \
Kent Tamura77578cc2018-11-25 22:33:43324 '|third_party/blink/web_tests/fast/deprecated-flexbox/' \
325 '|third_party/blink/web_tests/css3/flexbox/' \
326 '|third_party/blink/web_tests/ietestcenter/css3/flexbox/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13327 },
328 'blink_css_fragmentation_tests': {
Kent Tamura77578cc2018-11-25 22:33:43329 'filepath': 'third_party/blink/web_tests/fast/multicol/' \
330 '|third_party/blink/web_tests/fast/pagination/' \
331 '|third_party/blink/web_tests/fragmentation/' \
332 '|third_party/blink/web_tests/printing/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13333 },
334 'blink_css_grid_layout': {
Kent Tamuraeb394c72018-04-07 19:14:55335 'filepath': 'third_party/blink/renderer/core/layout/.*grid' \
336 '|third_party/blink/renderer/core/paint/.*grid' \
337 '|third_party/blink/renderer/core/css/.*grid' \
Kent Tamura77578cc2018-11-25 22:33:43338 '|third_party/blink/web_tests/fast/css-grid-layout/' \
339 '|third_party/blink/web_tests/ietestcenter/css3/grid/' \
340 '|third_party/blink/web_tests/platform/.*/fast/css-grid-layout/' \
341 '|third_party/blink/web_tests/platform/.*/ietestcenter/css3/grid/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13342 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13343 'blink_custom_elements': {
Blink Reformata30d4232018-04-07 15:31:06344 'filepath': 'third_party/blink/renderer/core/html/custom/' \
Kent Tamuraeb394c72018-04-07 19:14:55345 '|third_party/blink/renderer/bindings/core/v8/.*custom_element',
Takeshi Yoshinoe387aa32017-08-02 13:16:13346 },
347 'blink_device_orientation': {
Oksana Zhuravlova5e236ec92018-07-25 00:16:03348 'filepath': 'content/browser/device_sensors/' \
349 '|content/test/data/device_sensors/' \
350 '|third_party/blink/renderer/modules/device_orientation/' \
Kent Tamura77578cc2018-11-25 22:33:43351 '|third_party/blink/web_tests/device_orientation/' \
Kent Tamuraeb394c72018-04-07 19:14:55352 '|third_party/blink/renderer/core/frame/platform_event_(controller|dispatcher)' \
353 '|third_party/blink/renderer/core/frame/device_single_window_event_controller'
Takeshi Yoshinoe387aa32017-08-02 13:16:13354 },
355 'blink_devtools': {
Tim van der Lippedf9e7b22019-07-24 13:18:36356 'filepath': 'third_party/blink/.*(inspector|DevTools|dev_tools|devtools)',
Takeshi Yoshinoe387aa32017-08-02 13:16:13357 },
358 'blink_dom': {
Blink Reformata30d4232018-04-07 15:31:06359 'filepath': 'third_party/blink/renderer/core/dom/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13360 },
361 'blink_dom_events': {
Blink Reformata30d4232018-04-07 15:31:06362 'filepath': 'third_party/blink/renderer/core/dom/events/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13363 },
364 'blink_events': {
Kent Tamuraeb394c72018-04-07 19:14:55365 'filepath': 'third_party/blink/renderer/core/page/.*event' \
366 '|third_party/blink/renderer/core/dom/.*event' \
367 '|third_party/blink/renderer/core/css/.*event' \
368 '|third_party/blink/renderer/platform/.*event'
Takeshi Yoshinoe387aa32017-08-02 13:16:13369 },
370 'blink_fetch': {
Blink Reformata30d4232018-04-07 15:31:06371 'filepath': 'third_party/blink/renderer/platform/loader/fetch'
Takeshi Yoshinoe387aa32017-08-02 13:16:13372 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13373 'blink_fileapi': {
Blink Reformata30d4232018-04-07 15:31:06374 'filepath': 'third_party/blink/renderer/modules/filesystem/' \
375 '|third_party/blink/renderer/core/fileapi/' \
Kent Tamuraeb394c72018-04-07 19:14:55376 '|third_party/blink/renderer/platform/.*file' \
Kent Tamura77578cc2018-11-25 22:33:43377 '|third_party/blink/web_tests/fast/file' \
Kent Tamuraeb394c72018-04-07 19:14:55378 '|third_party/blink/public/.*_file'
Takeshi Yoshinoe387aa32017-08-02 13:16:13379 },
380 'blink_frames': {
Blink Reformata30d4232018-04-07 15:31:06381 'filepath': 'third_party/blink/renderer/core/frame/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13382 },
383 'blink_geolocation': {
Kent Tamura77578cc2018-11-25 22:33:43384 'filepath': 'third_party/blink/web_tests/geolocation-api/' \
Blink Reformata30d4232018-04-07 15:31:06385 '|third_party/blink/renderer/modules/geolocation/' \
Kent Tamuraeb394c72018-04-07 19:14:55386 '|third_party/blink/public/web/.*geolocation'
Takeshi Yoshinoe387aa32017-08-02 13:16:13387 },
388 'blink_heap': {
Blink Reformata30d4232018-04-07 15:31:06389 'filepath': 'third_party/blink/renderer/platform/heap' \
Takeshi Yoshinoe387aa32017-08-02 13:16:13390 '|base/allocator/partition_allocator/'
391 },
392 'blink_html': {
Blink Reformata30d4232018-04-07 15:31:06393 'filepath': 'third_party/blink/renderer/core/html/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13394 },
395 'blink_htmlparser': {
Blink Reformata30d4232018-04-07 15:31:06396 'filepath': 'third_party/blink/renderer/core/html/parser/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13397 },
Chris Blume484eaa1b2018-12-14 22:49:18398 'blink_image_codecs': {
399 'filepath': 'third_party/blink/renderer/platform/image-decoders' \
400 '|third_party/blink/renderer/platform/image-encoders' \
401 '|third_party/blink/perf_tests/image_decoder'
402 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13403 'blink_indexed_db': {
Chase Phillips7027bd52018-08-30 17:31:55404 'filepath': 'third_party/blink/common/indexeddb' \
405 '|third_party/blink/public/common/indexeddb' \
406 '|third_party/blink/public/platform/.*_idb' \
407 '|third_party/blink/public/platform/modules/indexeddb' \
408 '|third_party/blink/public/mojom/indexeddb' \
409 '|third_party/blink/renderer/modules/indexeddb/' \
Kent Tamura77578cc2018-11-25 22:33:43410 '|third_party/blink/web_tests/storage/indexeddb'
Takeshi Yoshinoe387aa32017-08-02 13:16:13411 },
412 'blink_input': {
Blink Reformata30d4232018-04-07 15:31:06413 'filepath': 'third_party/blink/renderer/core/input/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13414 },
415 'blink_layers': {
Kent Tamuraeb394c72018-04-07 19:14:55416 'filepath': 'third_party/blink/renderer/core/page/scrolling/scrolling_coordinator' \
417 '|third_party/blink/renderer/platform/graphics/graphics_layer' \
418 '|third_party/blink/renderer/core/layout/layer'
Takeshi Yoshinoe387aa32017-08-02 13:16:13419 },
420 'blink_layout': {
Kent Tamuraeb394c72018-04-07 19:14:55421 'filepath': 'third_party/blink/renderer/core/layout'
Takeshi Yoshinoe387aa32017-08-02 13:16:13422 },
423 'blink_layout_ng': {
Blink Reformata30d4232018-04-07 15:31:06424 'filepath': 'third_party/blink/renderer/core/layout/ng',
Takeshi Yoshinoe387aa32017-08-02 13:16:13425 },
426 'blink_loader': {
Blink Reformata30d4232018-04-07 15:31:06427 'filepath': 'third_party/blink/renderer/core/loader/' \
428 '|third_party/blink/renderer/platform/loader/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13429 },
430 'blink_media': {
Blink Reformata30d4232018-04-07 15:31:06431 'filepath': 'third_party/blink/renderer/core/css/mediaControls' \
Kent Tamuraeb394c72018-04-07 19:14:55432 '|third_party/blink/renderer/core/html/.*_(audio|media|video)' \
433 '|third_party/blink/renderer/core/html/shadow/media_control' \
434 '|third_party/blink/renderer/core/layout/layout_media' \
435 '|third_party/blink/renderer/core/layout/layout_text_track_container_element' \
Blink Reformata30d4232018-04-07 15:31:06436 '|third_party/blink/renderer/modules/(encryptedmedia|mediasource)' \
437 '|third_party/blink/renderer/platform/drm/' \
438 '|third_party/blink/renderer/platform/graphics/media/' \
Kent Tamura77578cc2018-11-25 22:33:43439 '|third_party/blink/web_tests/media/' \
Kent Tamuraeb394c72018-04-07 19:14:55440 '|third_party/blink/public/.*_media'
Takeshi Yoshinoe387aa32017-08-02 13:16:13441 },
442 'blink_media_queries': {
Kent Tamuraeb394c72018-04-07 19:14:55443 'filepath': 'third_party/blink/renderer/core/css/css_media_rule' \
444 '|third_party/blink/renderer/core/css/media_list' \
445 '|third_party/blink/renderer/core/css/media_query' \
446 '|third_party/blink/renderer/core/css/parser/media_query'
Takeshi Yoshinoe387aa32017-08-02 13:16:13447 },
448 'blink_mediastream': {
Blink Reformata30d4232018-04-07 15:31:06449 'filepath': 'third_party/blink/renderer/modules/mediastream/' \
450 '|third_party/blink/renderer/platform/mediastream/' \
Kent Tamuraeb394c72018-04-07 19:14:55451 '|third_party/blink/renderer/platform/exported/web_media_stream' \
452 '|third_party/blink/renderer/platform/exported/web_rtc' \
Kent Tamura77578cc2018-11-25 22:33:43453 '|third_party/blink/web_tests/fast/mediastream/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13454 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13455 'blink_navigator_content_utils': {
Blink Reformata30d4232018-04-07 15:31:06456 'filepath': 'third_party/blink/renderer/modules/navigatorcontentutils' \
Kent Tamura77578cc2018-11-25 22:33:43457 '|third_party/blink/web_tests/fast/dom/navigatorcontentutils'
Takeshi Yoshinoe387aa32017-08-02 13:16:13458 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13459 'blink_out_of_process_frames': {
Kent Tamuraeb394c72018-04-07 19:14:55460 'filepath': 'third_party/blink/renderer/core/frame/frame_owner' \
461 '|third_party/blink/renderer/core/frame/frame\.' \
462 '|third_party/blink/renderer/core/frame/web_frame' \
463 '|third_party/blink/renderer/core/exported/web_remote_frame_impl'
Takeshi Yoshinoe387aa32017-08-02 13:16:13464 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13465 'blink_paint': {
Blink Reformata30d4232018-04-07 15:31:06466 'filepath': 'third_party/blink/renderer/core/paint/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13467 },
Xida Chen0ef92782018-01-17 05:53:35468 'blink_paintworklet': {
Blink Reformata30d4232018-04-07 15:31:06469 'filepath': 'third_party/blink/renderer/modules/csspaint/' \
Kent Tamura77578cc2018-11-25 22:33:43470 '|third_party/blink/web_tests/http/tests/csspaint/' \
471 '|third_party/blink/web_tests/externla/wpt/css/css-paint-api/'
Xida Chen0ef92782018-01-17 05:53:35472 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13473 'blink_permissions': {
Blink Reformata30d4232018-04-07 15:31:06474 'filepath': 'third_party/blink/renderer/modules/permissions/' \
Julie Jeongeun Kim162c2d282019-03-13 07:23:52475 '|third_party/blink/public/mojom/permissions/',
Takeshi Yoshinoe387aa32017-08-02 13:16:13476 },
477 'blink_platform': {
Blink Reformata30d4232018-04-07 15:31:06478 'filepath': 'third_party/blink/renderer/platform'
Takeshi Yoshinoe387aa32017-08-02 13:16:13479 },
480 'blink_platform_graphics': {
Blink Reformata30d4232018-04-07 15:31:06481 'filepath': 'third_party/blink/renderer/platform/fonts' \
482 '|third_party/blink/renderer/platform/geometry' \
483 '|third_party/blink/renderer/platform/graphics'
Takeshi Yoshinoe387aa32017-08-02 13:16:13484 },
485 'blink_preloadScanner': {
Kent Tamuraeb394c72018-04-07 19:14:55486 'filepath': 'third_party/blink/renderer/core/html/parser/html_preload_scanner',
Takeshi Yoshinoe387aa32017-08-02 13:16:13487 },
488 'blink_prerender': {
Kent Tamuraeb394c72018-04-07 19:14:55489 'filepath': 'third_party/(WebKit|blink)/.*([Pp]rerender|loader/link_loader|html/html_link_element)'
Takeshi Yoshinoe387aa32017-08-02 13:16:13490 },
491 'blink_public_api': {
Blink Reformata30d4232018-04-07 15:31:06492 'filepath': 'third_party/blink/public'
Takeshi Yoshinoe387aa32017-08-02 13:16:13493 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13494 'blink_quota': {
Blink Reformata30d4232018-04-07 15:31:06495 'filepath': 'third_party/blink/renderer/modules/quota/' \
Kent Tamuraeb394c72018-04-07 19:14:55496 '|third_party/blink/public/.*quota'
Takeshi Yoshinoe387aa32017-08-02 13:16:13497 },
498 'blink_scheduler': {
Blink Reformata30d4232018-04-07 15:31:06499 'filepath': 'third_party/blink/renderer/platform/scheduler' \
Kent Tamuraeb394c72018-04-07 19:14:55500 '|third_party/blink/renderer/core/html/parser/.*scheduler'
Takeshi Yoshinoe387aa32017-08-02 13:16:13501 },
502 'blink_screen_orientation': {
Blink Reformata30d4232018-04-07 15:31:06503 'filepath': 'third_party/blink/renderer/modules/screen_orientation/' \
504 '|third_party/blink/public/platform/modules/screen_orientation',
Takeshi Yoshinoe387aa32017-08-02 13:16:13505 },
506 'blink_script': {
Kent Tamuraeb394c72018-04-07 19:14:55507 'filepath': 'third_party/blink/renderer/bindings/core/v8/.*module.*' \
508 '|third_party/blink/renderer/bindings/core/v8/script_controller.*' \
509 '|third_party/blink/renderer/bindings/core/v8/script_source_code.*' \
510 '|third_party/blink/renderer/bindings/core/v8/v8_script_runner.*'
511 '|third_party/blink/renderer/core/dom/.*modul.*' \
512 '|third_party/blink/renderer/core/dom/.*script.*' \
513 '|third_party/blink/renderer/core/html/html_script_element.*' \
514 '|third_party/blink/renderer/core/html/parser/html_parser_script_runner.*' \
Blink Reformata30d4232018-04-07 15:31:06515 '|third_party/blink/renderer/core/loader/modulescript/' \
Kent Tamuraeb394c72018-04-07 19:14:55516 '|third_party/blink/renderer/core/loader/resource/script_resource.*' \
517 '|third_party/blink/renderer/core/svg/svg_script_element.*' \
518 '|third_party/blink/renderer/core/xml/parser/xml_document_parser.*'
Takeshi Yoshinoe387aa32017-08-02 13:16:13519 },
David Bokan9dc0046272017-12-29 00:28:01520 'blink_scroll': {
Kent Tamuraeb394c72018-04-07 19:14:55521 'filepath': 'third_party/blink/renderer/core/frame/.*view.*' \
522 '|third_party/blink/renderer/core/input/.*scroll.*' \
523 '|third_party/blink/renderer/core/input/event_handler.*' \
Blink Reformata30d4232018-04-07 15:31:06524 '|third_party/blink/renderer/core/page/scrolling/' \
Kent Tamuraeb394c72018-04-07 19:14:55525 '|third_party/blink/renderer/core/paint/.*scrollable_area.*' \
Blink Reformata30d4232018-04-07 15:31:06526 '|third_party/blink/renderer/platform/scroll/'
David Bokan9dc0046272017-12-29 00:28:01527 },
Matt Falkenhagenca7fbb62018-07-10 09:21:43528 'blink_service_worker' : {
529 'filepath': 'third_party/blink/renderer/modules/service_worker' \
Kent Tamura77578cc2018-11-25 22:33:43530 '|third_party/blink/web_tests/http/tests/serviceworker' \
531 '|third_party/blink/web_tests/external/wpt/service-workers'
Takeshi Yoshinoe387aa32017-08-02 13:16:13532 },
Matt Falkenhagenca7fbb62018-07-10 09:21:43533 'blink_service_worker_tests' : {
Kent Tamura77578cc2018-11-25 22:33:43534 'filepath': 'third_party/blink/web_tests/http/tests/serviceworker' \
535 '|third_party/blink/web_tests/external/wpt/service-workers'
Takeshi Yoshinoe387aa32017-08-02 13:16:13536 },
537 'blink_shadow_dom': {
Kent Tamuraeb394c72018-04-07 19:14:55538 'filepath': 'third_party/blink/renderer/core/dom/.*shadow' \
539 '|third_party/blink/renderer/core/dom/.*slot' \
540 '|third_party/blink/renderer/core/dom/.*insertion_point' \
541 '|third_party/blink/renderer/core/dom/.*flat_tree'
Takeshi Yoshinoe387aa32017-08-02 13:16:13542 },
543 'blink_spellcheck' : {
Blink Reformata30d4232018-04-07 15:31:06544 'filepath': 'third_party/blink/renderer/core/editing/spellcheck'
Takeshi Yoshinoe387aa32017-08-02 13:16:13545 },
Adam Rice027497d2018-07-27 02:17:02546 'blink_streams': {
547 'filepath': 'third_party/blink/renderer/core/streams/'
548 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13549 'blink_style': {
Kent Tamuraeb394c72018-04-07 19:14:55550 'filepath': 'third_party/(WebKit|blink)/.*(style/|Style)',
Takeshi Yoshinoe387aa32017-08-02 13:16:13551 },
552 'blink_svg': {
Blink Reformata30d4232018-04-07 15:31:06553 'filepath': 'third_party/blink/renderer/core/(layout/)?svg',
Takeshi Yoshinoe387aa32017-08-02 13:16:13554 },
555 'blink_track': {
Blink Reformata30d4232018-04-07 15:31:06556 'filepath': 'third_party/blink/renderer/core/html/track/' \
Kent Tamuraeb394c72018-04-07 19:14:55557 '|third_party/blink/renderer/core/loader/text_track' \
558 '|third_party/blink/renderer/core/html/meida/html_media_element' \
559 '|third_party/blink/renderer/core/html/shadow/media_control' \
Blink Reformata30d4232018-04-07 15:31:06560 '|third_party/blink/renderer/core/css/mediaControl' \
Kent Tamura77578cc2018-11-25 22:33:43561 '|third_party/blink/web_tests/media/track/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13562 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13563 'blink_vibration': {
Kent Tamura77578cc2018-11-25 22:33:43564 'filepath': 'third_party/blink/web_tests/vibration/' \
Blink Reformata30d4232018-04-07 15:31:06565 '|third_party/blink/renderer/modules/vibration/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13566 },
567 'blink_viewport_interaction': {
Kent Tamuraeb394c72018-04-07 19:14:55568 'filepath': 'third_party/blink/renderer/core/css/.*viewport' \
569 '|third_party/blink/renderer/core/dom/viewport_arguments' \
570 '|third_party/blink/renderer/core/frame/frame_view.*' \
571 '|third_party/blink/renderer/core/frame/.*viewport.*' \
572 '|third_party/blink/renderer/core/html/html_meta_element'
Takeshi Yoshinoe387aa32017-08-02 13:16:13573 },
574 'blink_w3ctests': {
Kent Tamura77578cc2018-11-25 22:33:43575 'filepath': 'third_party/blink/web_tests/external/' \
Kent Tamura01019442018-05-01 22:06:58576 '|third_party/blink/tools/blinkpy/w3c/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13577 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13578 'blink_webp': {
Blink Reformata30d4232018-04-07 15:31:06579 'filepath': 'third_party/blink/renderer/platform/image-decoders/webp' \
Kent Tamuraeb394c72018-04-07 19:14:55580 '|third_party/blink/renderer/platform/image-encoders/skia/webp'
Takeshi Yoshinoe387aa32017-08-02 13:16:13581 },
582 'blink_websockets': {
Blink Reformata30d4232018-04-07 15:31:06583 'filepath': 'third_party/blink/renderer/modules/websockets/' \
584 '|third_party/blink/renderer/platform/modules/websockets/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13585 },
586 'blink_workers': {
Blink Reformata30d4232018-04-07 15:31:06587 'filepath': 'third_party/blink/renderer/core/workers' \
Kent Tamura77578cc2018-11-25 22:33:43588 '|third_party/blink/web_tests/http/tests/workers' \
589 '|third_party/blink/web_tests/fast/workers' \
590 '|third_party/blink/web_tests/external/wpt/workers'
Takeshi Yoshinoe387aa32017-08-02 13:16:13591 },
592 'blink_wtf': {
Blink Reformata30d4232018-04-07 15:31:06593 'filepath': 'third_party/blink/renderer/platform/wtf',
Takeshi Yoshinoe387aa32017-08-02 13:16:13594 },
595 'blink_xml': {
Blink Reformata30d4232018-04-07 15:31:06596 'filepath': 'third_party/blink/renderer/core/xml/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13597 },
donnd787f6ed2016-08-03 01:00:56598 'bottombar': {
599 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/',
600 },
Tarun Bansalc4882282018-07-11 23:53:55601 'breve': {
602 'filepath': 'chrome/browser/net/spdyproxy|'\
603 'chrome_proxy|'\
Tarun Bansal25065ce2019-07-19 04:16:09604 'client_hints|'\
605 'chrome/browser/predictors|'\
Tarun Bansalc4882282018-07-11 23:53:55606 'components/blacklist|'\
607 'components/data_use|'\
608 'data_reduction_proxy|'\
Tarun Bansal129ca7842018-07-31 17:14:12609 'data_use_measurement|'\
Tarun Bansal25065ce2019-07-19 04:16:09610 'lazy_load|'\
611 'interventions_internals|'\
Tarun Bansal129ca7842018-07-31 17:14:12612 'navigation_predictor|'\
613 'net/nqe|'\
Tarun Bansalc4882282018-07-11 23:53:55614 'optimization_guide|'\
Tarun Bansal129ca7842018-07-31 17:14:12615 'optimization_hints|'\
Tarun Bansal2ba607d52019-04-25 18:30:52616 'prerender|'\
617 'previews|'\
618 'services/network/resource_scheduler'
Tarun Bansalc4882282018-07-11 23:53:55619 },
[email protected]22650d22012-07-18 17:02:35620 'browser_components': {
[email protected]a7228f62012-09-20 17:52:48621 'filepath': 'chrome/browser/autofill/' \
622 '|chrome/browser/bookmarks/' \
[email protected]a7228f62012-09-20 17:52:48623 '|chrome/browser/favicon/' \
[email protected]ddf288e2013-01-09 20:58:27624 '|chrome/browser/history/' \
[email protected]fccf4882013-03-15 04:46:19625 '|chrome/browser/webdata/' \
[email protected]3947d4a82013-03-12 09:41:05626 '|components/autofill/'
[email protected]22650d22012-07-18 17:02:35627 },
[email protected]f76c8852012-06-21 16:37:00628 'browser_compositor': {
[email protected]f2f0fbb92012-07-14 15:52:49629 'filepath': 'ui/compositor/'
[email protected]fbd846b2010-11-19 01:32:18630 },
michaelpge42ca3b32016-02-19 08:17:57631 'browser_resources_md': {
632 'filepath': 'chrome/browser/resources/md_'\
633 '|chrome/browser/resources/settings/',
634 },
Alexander Timinaa132762019-05-10 16:10:17635 'browser_scheduler': {
636 'filepath': 'content/browser/scheduler'
637 },
[email protected]0ce480532012-07-20 12:33:20638 'browsing_data': {
Christian Dullweberc0b53642018-10-11 16:20:55639 'filepath': 'browsing_data|BrowsingData',
[email protected]0ce480532012-07-20 12:33:20640 },
[email protected]f76c8852012-06-21 16:37:00641 'bubble': {
[email protected]f2f0fbb92012-07-14 15:52:49642 'filepath': 'ui/views/bubble/|'\
rouslan8d6a8372015-09-10 19:10:10643 'chrome/browser/ui/views/bubble/|'\
644 'components/bubble/',
[email protected]f76c8852012-06-21 16:37:00645 },
jkarlin539748402015-03-31 17:36:31646 'cache_storage': {
Josh Karlin1bd016742017-08-18 17:44:17647 'filepath': '/cache.storage/'
648 '|/cachestorage/',
jkarlin539748402015-03-31 17:36:31649 },
[email protected]10fbd5952013-08-22 07:42:39650 'cast': {
mark a. foltze8739c7c2019-04-24 18:33:09651 'filepath': 'media/cast/' \
652 '|chrome/browser/extensions/api/cast_streaming/' \
653 '|chrome/browser/media/cast/' \
654 '|chrome/browser/media/router/providers/cast/' \
655 '|chrome/browser/resources/cast/' \
656 '|chrome/browser/ui/webui/cast/' \
657 '|chrome/common/media_router/providers/cast/' \
658 '|chrome/renderer/media/cast/' \
659 '|chrome/test/data/extensions/api_test/cast/' \
660 '|chrome/test/data/extensions/api_test/cast_streaming/' \
661 '|components/mirroring/' \
662 '|content/public/renderer/media_stream_' \
miu5e69f1c52016-10-23 13:40:11663 '|content/renderer/media/(media_stream|(.+audio_source))',
[email protected]10fbd5952013-08-22 07:42:39664 },
ryanchung4d157372016-05-10 20:27:16665 'cast_certificate': {
666 'filepath': 'components/cast_certificate/'\
667 '|components/test/data/cast_certificate/',
668 },
mfoltz57fd7f32017-05-03 06:12:58669 'cast_channel': {
670 'filepath': 'chrome/test/data/extensions/api_test/cast_channel/' \
Ryan Ki Sing Chung27cc7ed92017-07-25 21:53:47671 '|components/cast_channel/' \
672 '|extensions/browser/api/cast_channel'
mfoltz57fd7f32017-05-03 06:12:58673 },
Takeshi Yoshino524e1d262017-07-28 01:16:38674 'cc': {
danakjca574522017-09-20 16:38:59675 'filepath': 'cc/'\
676 '|components/viz/'
677 },
Yi Guc1c54682018-07-23 12:00:00678 'cc-animation': {
679 'filepath': 'cc/animation/'
680 },
danakjca574522017-09-20 16:38:59681 'cc-contexts': {
682 'filepath': 'components/viz/common/gpu'
683 },
684 'cc-display': {
685 'filepath': 'components/viz/service/display'\
686 '|cc/output'
687 },
688 'cc-paint': {
689 'filepath': 'cc/paint'
690 },
691 'cc-quads': {
692 'filepath': 'components/viz/common/quads'
693 },
694 'cc-resources': {
695 'filepath': 'cc/resources'\
696 '|components/viz/common/resources'
Takeshi Yoshino524e1d262017-07-28 01:16:38697 },
Alexander Timin864bf8a02018-03-12 11:06:28698 'cc-scheduler': {
699 'filepath': 'cc/scheduler'
700 },
eranmc2a9f612015-11-24 16:41:34701 'certificate_transparency': {
702 'filepath': 'components/certificate_transparency/'\
eranmc2a9f612015-11-24 16:41:34703 '|net/cert/ct_'\
704 '|net/cert/multi_log_ct_verifier'\
705 '|net/cert/sct_status_flags.h'\
706 '|net/cert/signed_certificate_timestamp'\
707 '|net/cert/signed_tree_head'\
708 '|net/test/ct_',
709 },
Joe Mason60ec2f32018-02-15 15:50:51710 'chrome_cleaner': {
711 'filepath': 'chrome/browser/component_updater/sw_reporter_'\
712 '|chrome/browser/resources/settings/chrome_cleanup_page/'\
713 '|chrome/browser/safe_browsing/chrome_cleaner/'\
714 '|chrome/browser/ui/views/chrome_cleaner_'\
715 '|chrome/browser/ui/webui/settings/chrome_cleanup_'\
Joe Mason12a02332018-04-19 14:39:00716 '|chrome/chrome_cleaner/'\
Joe Mason60ec2f32018-02-15 15:50:51717 '|components/chrome_cleaner/',
718 },
[email protected]c73ec8ab2014-01-16 20:35:23719 'chrome_elf': {
Patrick Monette0196be22019-05-10 03:33:15720 'filepath': 'chrome/chrome_elf',
[email protected]c73ec8ab2014-01-16 20:35:23721 },
lpy0ca13772017-02-28 19:48:27722 'chrome_grc': {
lpy53b82752017-05-31 22:30:49723 'filepath': 'chrome/browser/resource_coordinator/'\
724 '|services/resource_coordinator/',
lpy0ca13772017-02-28 19:48:27725 },
Sebastien Marchand68b41432019-05-09 19:38:07726 'chrome_performance_manager': {
Sebastien Marchand791561b2019-10-17 21:00:38727 'filepath': 'chrome/browser/performance_manager/'\
728 '|chrome/common/performance_manager/'\
729 '|chrome/renderer/performance_manager/'\
730 '|components/performance_manager/',
Sebastien Marchand68b41432019-05-09 19:38:07731 },
Takeshi Yoshino524e1d262017-07-28 01:16:38732 'chromecast': {
733 'filepath': 'chromecast/',
734 },
735 'chromecast_public': {
736 'filepath': 'chromecast/public/',
737 },
[email protected]f7bf8ba2011-02-24 22:28:46738 'chromedriver': {
samuong53d5e612014-10-10 18:56:38739 'filepath': 'chrome/test/chromedriver|'\
740 'chrome/test/data/chromedriver|'\
John Chen583cee322019-06-12 20:10:39741 'third_party/blink/web_tests/external/wpt/webdriver|'\
742 'third_party/blink/web_tests/WebDriverExpectations|'\
743 'third_party/webdriver'
[email protected]f7bf8ba2011-02-24 22:28:46744 },
[email protected]f76c8852012-06-21 16:37:00745 'chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:49746 'filepath': 'chromeos/',
[email protected]531b1532011-08-11 03:52:01747 },
[email protected]eda0a0b2013-04-19 20:34:35748 'chromeos_attestation': {
749 'filepath': 'chromeos/attestation/|'\
[email protected]64494c3f2013-08-14 22:15:59750 'chrome/browser/chromeos/attestation/|'\
751 'chrome/browser/extensions/api/enterprise_platform_keys_private/',
[email protected]eda0a0b2013-04-19 20:34:35752 },
Ryan Hansberry8e41a5c42019-04-18 22:12:51753 'chromeos_bluetooth': {
754 'filepath': 'ash/system/bluetooth/'\
Ryan Hansberry8e41a5c42019-04-18 22:12:51755 '|chrome/browser/ui/webui/chromeos/bluetooth*'\
756 '|chrome/browser/resources/settings/bluetooth_page/'\
757 '|chrome/browser/resources/chromeos/bluetooth_pairing_dialog/'\
Ryan Hansberry4773b722019-04-30 17:25:04758 '|device/bluetooth/bluez/'\
759 '|device/bluetooth/chromeos/'\
Ryan Hansberry8e41a5c42019-04-18 22:12:51760 '|ui/webui/resources/cr_components/chromeos/bluetooth*'
761 },
[email protected]7c59a152012-11-06 20:56:35762 'chromeos_calculator': {
763 'filepath': 'chrome/common/extensions/docs/examples/apps/calculator/',
764 },
Kyle Horimotofdcf67012019-04-08 19:06:10765 'chromeos_cellular': {
766 'filepath': 'chrome/browser/resources/chromeos/cellular_setup/|'\
767 'chrome/browser/ui/webui/chromeos/cellular_setup/|'\
768 'chromeos/services/cellular_setup/|'\
769 'ui/webui/resources/cr_components/chromeos/cellular_setup/',
770 },
alematec5187b1b2016-08-26 05:32:18771 'chromeos_geolocation': {
772 'filepath': 'chromeos/geolocation/',
773 },
Achuith Bhandarkar434e24592018-03-07 23:05:12774 'chromeos_lkgm': {
775 'filepath': 'chromeos/CHROMEOS_LKGM',
776 },
[email protected]f76c8852012-06-21 16:37:00777 'chromeos_login': {
Jacob Dufaulted1ef2bc2018-08-10 18:21:34778 'filepath': 'ash/login/|'\
779 'chrome/browser/chromeos/login/|'\
[email protected]f2f0fbb92012-07-14 15:52:49780 'chrome/browser/ui/webui/chromeos/login/|'\
dzhioevcc7c0492014-11-25 14:52:58781 'chrome/browser/resources/chromeos/login/|'\
782 'ui/login/',
[email protected]a791dac2011-04-07 23:22:57783 },
Trent Apted0c0b4492019-09-30 01:15:24784 'chromeos_media_app': {
785 'filepath': 'chromeos/components/media_app_ui/|'\
786 'chromeos/resources/media_app_resources.grdp',
787 },
[email protected]d7d35f342012-10-22 20:32:47788 'chromeos_net': {
Kyle Horimoto89f06e22019-04-08 19:07:17789 'filepath': 'ash/system/network/|'\
790 'chromeos/network/|'\
Kyle Horimoto77a5fce2019-09-24 01:28:27791 'chromeos/services/network_config/|'\
stevenjbdd133032015-08-07 18:37:47792 'chrome/browser/chromeos/net/|'\
793 'chrome/browser/extensions/api/networking_private/|'\
Kyle Horimoto89f06e22019-04-08 19:07:17794 'chrome/browser/resources/settings/internet_page/|'\
stevenjbdd133032015-08-07 18:37:47795 'extensions/browser/api/networking_private/|'\
796 'ui/chromeos/network/',
[email protected]d7d35f342012-10-22 20:32:47797 },
alematec5187b1b2016-08-26 05:32:18798 'chromeos_timezone': {
799 'filepath': 'chromeos/timezone/',
800 },
[email protected]f76c8852012-06-21 16:37:00801 'chromeos_webui': {
[email protected]f2f0fbb92012-07-14 15:52:49802 'filepath': 'chrome/browser/ui/webui/chromeos/|'\
803 'chrome/browser/resources/chromeos/',
[email protected]ba03af42012-03-08 01:37:12804 },
Jon Mann2c257332019-08-14 19:12:14805 'chromeos_wifi_sync': {
806 'filepath': 'chromeos/components/sync_wifi/',
807 },
Anastasia Helfinstein83c763a2019-05-13 18:15:03808 'chromevox': {
Anastasia Helfinstein9dcba0a2019-07-18 20:58:56809 'filepath': 'chromevox|spoken_feedback',
Anastasia Helfinstein83c763a2019-05-13 18:15:03810 },
[email protected]cef7a6d2011-04-29 20:49:07811 'clang_update': {
Nico Webere250e6a2015-12-02 19:31:56812 'filepath': 'tools/clang/scripts/update.py'
[email protected]cef7a6d2011-04-29 20:49:07813 },
[email protected]f76c8852012-06-21 16:37:00814 'clipboard': {
815 'filepath': 'clipboard|dnd|drag|drop',
[email protected]2418b022011-05-19 21:06:02816 },
Aaron Gable64f273582017-03-30 18:02:00817 'codereview_settings': {
818 'filepath': 'codereview.settings',
819 },
sdefresned94c5b02015-07-22 17:54:55820 'components_deps': {
821 'filepath': 'components/([^/]*/)*DEPS',
822 },
Matthew Jonesf3b5f4f2019-01-04 00:01:25823 'compositor_animator': {
824 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/compositor/animation/',
825 },
scheib968e61052014-11-05 00:27:25826 'content_bluetooth': {
827 'filepath': 'content/.*bluetooth'
828 },
Rayan Kanso3047d3f2019-06-26 13:26:39829 'content_index': {
830 'filepath': 'content_index',
831 },
kinuko01cbe8a12015-10-20 09:59:06832 'content_loader': {
mmenkefaa97d3b2016-09-25 14:24:02833 'filepath': 'chrome/browser/loader|' \
834 'content/browser/loader|' \
kinuko01cbe8a12015-10-20 09:59:06835 'content/child/*loader',
836 },
mkwst512627022014-09-16 09:23:27837 'content_renderer': {
838 'filepath': 'content/renderer/',
839 },
[email protected]aa3311a2012-11-19 16:04:58840 'content_shell': {
841 'filepath': 'content/shell/',
842 },
kinukoa121bce2015-01-30 10:04:41843 'content_worker': {
844 'filepath': 'content/.*worker',
845 },
donnd787f6ed2016-08-03 01:00:56846 'contextual_search': {
847 'filepath': 'chrome/browser/android/contextualsearch/|' \
848 'chrome/android/java/src/org/chromium/chrome/browser/contextualsearch/|' \
849 'chrome/android/javatests/src/org/chromium/chrome/browser/contextualsearch/|' \
850 'components/contextual_search/',
851 },
wfh792b71c2016-05-04 23:33:41852 'courgette': {
853 'filepath': 'courgette/',
854 },
Nico Weber6ff639a2017-08-11 21:04:50855 'cq': {
Andrii Shyshkalov17176242018-02-24 03:31:32856 'filepath': 'infra/config/branch/cq.cfg',
Nico Weber6ff639a2017-08-11 21:04:50857 },
michaelpge42ca3b32016-02-19 08:17:57858 'cr_elements': {
859 'filepath': 'ui/webui/resources/cr_element',
860 },
Chung-yih Wang7afc64a2018-03-06 02:09:04861 'cros_benchmarks': {
862 'filepath': 'tools/perf/contrib/cros_benchmarks',
863 },
Ben Wells03471a72018-03-22 00:58:46864 'crostini': {
Joel Hockeyded6fa52019-07-10 06:20:29865 'filepath': 'cicerone'\
866 '|components/exo'\
867 '|concierge'\
868 '|crostini'\
869 '|guest_os'\
870 '|plugin_vm',
Ben Wells03471a72018-03-22 00:58:46871 },
Bailey Berro462580ea2019-02-22 23:09:37872 'cups_printing' : {
873 'filepath': 'chrome/browser/resources/settings/printing_page/'\
874 '|chrome/test/data/webui/settings/cups_printer_page_tests.js'\
875 '|chrome/browser/ui/webui/settings/chromeos/cups_printers_handler'\
876 '|chrome/browser/chromeos/printing/'\
877 '|printing/',
878 },
Wojciech Dzierżanowski7d246b52019-05-10 19:52:26879 'custom_proxy': {
880 'filepath': 'services/network/network_service_proxy_delegate.*',
881 },
ianwencdb8c9e2015-06-18 22:10:15882 'custom_tabs': {
Newton Allen38c62212015-06-24 21:41:53883 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/customtabs/|'\
Peter Beverloo5cc24512018-11-29 15:36:43884 'chrome/android/java/src/org/chromium/chrome/browser/browseractions/|'\
885 'chrome/android/java/src/org/chromium/chrome/browser/browserservices/|'\
886 'chrome/android/javatests/src/org/chromium/chrome/browser/customtabs/|'\
887 'chrome/android/javatests/src/org/chromium/chrome/browser/browseractions/|'\
888 'chrome/android/javatests/src/org/chromium/chrome/browser/browserservices/|'\
889 'chrome/browser/android/customtabs/',
alancuttercbad6512015-06-19 02:31:28890 },
Madeleine Barowsky21b04402019-01-29 19:17:05891 'data_decoder': {
892 'filepath': 'services/data_decoder/',
893 },
Ryo Hashimoto900be52c2018-05-24 06:42:26894 'dbus': {
895 'filepath': 'dbus/',
896 },
Bartosz Fabianowski85a823812015-04-16 10:27:51897 'device_bluetooth': {
898 'filepath': 'device/.*bluetooth'
899 },
juncaic08f41d2017-05-04 20:36:58900 'device_chooser': {
901 'filepath': 'chrome/browser/chooser_controller/|'\
902 'chrome/browser/ui/android/bluetooth_chooser_.*|'\
903 'chrome/browser/ui/android/usb_chooser_.*|'\
904 'chrome/browser/ui/bluetooth/|'\
905 'chrome/browser/ui/cocoa/device_chooser_.*|'\
906 'chrome/browser/ui/cocoa/extensions/chooser_dialog_.*|'\
907 'chrome/browser/ui/cocoa/permission_bubble/chooser_bubble_.*|'\
908 'chrome/browser/ui/views/device_chooser_.*|'\
909 'chrome/browser/ui/views/extensions/chooser_dialog_.*|'\
910 'chrome/browser/ui/views/permission_bubble/chooser_bubble_.*|'\
911 'chrome/browser/usb/usb_chooser_.*',
912 },
[email protected]342b12872012-11-07 12:10:46913 'devtools': {
914 'filepath': 'devtools',
915 },
[email protected]bab2a832012-07-11 23:29:41916 'disk_cache': {
917 'filepath': 'net/disk_cache/|http_cache',
918 },
[email protected]f76c8852012-06-21 16:37:00919 'download': {
[email protected]f2f0fbb92012-07-14 15:52:49920 'filepath': 'chrome/browser/download/|'\
[email protected]8492b5b2012-12-17 21:58:08921 'content/browser/download/',
[email protected]6bff0ad2011-06-17 01:32:51922 },
[email protected]ca872e362011-07-12 21:06:03923 'downloads_ui': {
dbeam78528be2016-02-18 07:08:49924 'filepath': 'chrome/browser/resources/(md_)?downloads/|' \
[email protected]8492b5b2012-12-17 21:58:08925 'chrome/browser/ui/webui/.*downloads|' \
926 'chrome/browser/ui/views/download/|' \
asanka2009f412015-10-05 17:28:12927 'chrome/browser/ui/cocoa/download/'
[email protected]ca872e362011-07-12 21:06:03928 },
[email protected]89d2cd52013-04-16 01:55:36929 'drive_resource_metadata': {
Ryo Hashimoto900be52c2018-05-24 06:42:26930 'filepath': 'drive.*resource_metadata'
[email protected]89d2cd52013-04-16 01:55:36931 },
[email protected]3a25c8a2014-06-26 06:47:10932 'eme': {
Xiaohan Wang6cbdcdf2018-06-12 21:55:54933 'filepath': 'chrome/renderer/media/.*key_system|' \
934 'chrome/browser/media/.*(cdm|encrypted)|' \
935 'components/cdm/|' \
[email protected]3a25c8a2014-06-26 06:47:10936 'content/browser/media/cdm/|' \
Xiaohan Wang6cbdcdf2018-06-12 21:55:54937 'media/base/android/.*drm|' \
[email protected]3a25c8a2014-06-26 06:47:10938 'media/cdm/|' \
939 'third_party/widevine/cdm/'
940 },
Justin DeWittf64d39e2018-08-09 21:33:41941 'explore_sites': {
942 'filepath': 'chrome/browser/android/explore_sites/|' \
943 'chrome/android/java/src/org/chromium/chrome/browser/explore_sites/'
944 },
[email protected]f76c8852012-06-21 16:37:00945 'extension': {
946 'filepath': 'extension',
[email protected]161277d42011-06-24 20:48:45947 },
lunalu0a9c05422016-11-11 17:19:06948 'feature_policy': {
Blink Reformata30d4232018-04-07 15:31:06949 'filepath': 'third_party/blink/renderer/platform/feature_policy/|' \
Kent Tamuraeb394c72018-04-07 19:14:55950 'third_party/blink/renderer/bindings/core/v8/origin_trial_features',
lunalu0a9c05422016-11-11 17:19:06951 },
Jeffrey Kardatzkee1bb98d22019-05-24 16:34:52952 'feedback': {
953 'filepath': 'chrome/browser/extensions/api/feedback_private/|' \
954 'chrome/browser/feedback/|' \
955 'components/feedback/|' \
956 'extensions/browser/api/feedback_private/'
957 },
[email protected]f76c8852012-06-21 16:37:00958 'fileapi': {
[email protected]8492b5b2012-12-17 21:58:08959 'filepath': 'file_system/|' \
960 'fileapi/'
[email protected]80919512011-08-03 08:51:04961 },
[email protected]f76c8852012-06-21 16:37:00962 'filebrowse': {
[email protected]8492b5b2012-12-17 21:58:08963 'filepath': 'file_browser|' \
964 'file_manager|' \
965 'filebrowse'
[email protected]4b07b62cc2011-10-03 17:52:39966 },
[email protected]4ed766c2013-09-19 09:45:20967 'filesapp': {
okab0be3dc2016-08-30 07:37:10968 'filepath': 'chrome/browser/chromeos/drive|' \
969 'chrome/browser/chromeos/extensions/file_manager|' \
970 'chrome/browser/chromeos/extensions/file_system_provider|' \
971 'chrome/browser/chromeos/file_manager|' \
972 'chrome/browser/chromeos/file_system_provider|' \
973 'chrome/browser/drive|' \
974 'chrome/test/data/extensions/api_test/file_system_provider|' \
975 'components/drive|' \
976 'google_apis/drive|' \
977 'ui/file_manager'
978 },
Dominik Röttschesf0fd4d62019-06-17 11:15:02979 'freetype_update': {
980 'filepath': 'third_party/freetype/README.chromium',
981 },
Tomasz Mikolajewski2905dbb2017-11-22 06:24:04982 'fsp': {
983 'filepath': 'chrome/browser/chromeos/extensions/file_system_provider|' \
984 'chrome/browser/chromeos/file_system_provider|' \
Tomasz Mikolajewski66b4faa22017-11-22 09:33:43985 'chrome/test/data/extensions/api_test/file_system_provider'
[email protected]4ed766c2013-09-19 09:45:20986 },
Wez385de5a2017-07-13 20:13:16987 'fuchsia': {
988 'filepath': 'fuchsia',
989 },
mmoroz58ddb8172016-09-08 18:29:55990 'fuzzing': {
991 'filepath': 'fuzz|Fuzz',
992 },
Vincent Scheibd5da4d952017-11-03 01:33:24993 'gamepad': {
994 'filepath': 'gamepad',
995 },
[email protected]3a2a6ac02014-06-20 07:07:12996 'gcm': {
peter9f4490a2017-01-27 00:58:36997 'filepath': 'chrome/browser/gcm/|'\
[email protected]3a2a6ac02014-06-20 07:07:12998 'components/gcm_driver/|'\
999 'google_apis/gcm/',
1000 },
mikhail.pozdnyakova8db26402016-11-28 18:27:121001 'generic_sensor': {
Jun Caiaa1f040d2017-11-15 01:21:531002 'filepath': 'services/device/generic_sensor/|'\
Blink Reformata30d4232018-04-07 15:31:061003 'third_party/blink/renderer/modules/sensor/',
mikhail.pozdnyakova8db26402016-11-28 18:27:121004 },
[email protected]d8036492013-08-09 16:02:231005 'geolocation': {
1006 'filepath': 'chrome/browser/geolocation/|'\
1007 'content/browser/geolocation|'\
1008 'content/public/common/geoposition.*|'\
1009 'content/public/browser/geolocation.*|'\
1010 'content/renderer/geolocation.*|'\
1011 'content/shell/geolocation/',
1012 },
[email protected]cf428f732012-10-02 20:48:151013 'gfx_geometry': {
danakj570c1332015-01-06 16:59:361014 'filepath': 'ui/gfx/geometry/',
[email protected]cf428f732012-10-02 20:48:151015 },
Takeshi Yoshino524e1d262017-07-28 01:16:381016 'gfx_image': {
1017 'filepath': 'ui/gfx/image/',
1018 },
[email protected]4d1773e2014-04-05 07:59:571019 'gn': {
1020 'filepath': 'tools/gn',
1021 },
Corentin Wallezc68aa9b2017-10-02 15:00:031022 'gpu_passthrough_cmd_decoder': {
1023 'filepath': 'gpu/command_buffer/service/.*passthrough',
1024 },
Ehsan Karamadc20cee22018-08-10 21:32:331025 'guest_view': {
1026 'filepath': 'chrome/browser/apps/guest_view|'\
1027 'chrome/browser/extensions/api/web_view|'\
1028 'chrome/browser/guest_view|'\
1029 'chrome/common/extensions/api/webview*.json|'\
1030 'chrome/common/extensions/docs|'\
1031 'chrome/renderer/resources/extensions/web_view|'\
1032 'components/guest_view|'\
1033 'content/browser/browser_plugin|'\
1034 'content/renderer/browser_plugin|'\
1035 'extensions/browser/api/guest_view|'\
1036 'extensions/browser/guest_view|'\
1037 'extensions/common/guest_view|'\
Miyoung Shin3fc077c2019-08-06 00:29:441038 'extensions/common/mojom/guest_view.mojom|'\
Ehsan Karamadc20cee22018-08-10 21:32:331039 'extensions/common/api/*view*.json|'\
1040 'extensions/renderer/guest_view',
1041 },
Jeffrey Kardatzkee1bb98d22019-05-24 16:34:521042 'hats': {
1043 'filepath': 'chrome/browser/chromeos/hats/',
1044 },
Andrey Kosyakova173d252018-05-07 18:29:111045 'headless': {
1046 'filepath': 'headless/'
1047 },
[email protected]f76c8852012-06-21 16:37:001048 'history_ui': {
dbeam78528be2016-02-18 07:08:491049 'filepath': 'chrome/browser/resources/(md_)?history|'\
1050 'chrome/browser/ui/webui/.*history',
[email protected]f76c8852012-06-21 16:37:001051 },
1052 'i18n': {
[email protected]f2f0fbb92012-07-14 15:52:491053 'filepath': 'base/i18n/|base/string|l10n|icu|'\
timvolodine8cdb94c2016-09-22 12:17:221054 'locale_settings|encoding',
[email protected]f76c8852012-06-21 16:37:001055 },
Greg Thompson4f90fc992017-07-25 19:30:371056 'incident_reporting': {
1057 'filepath': 'chrome/browser/safe_browsing/incident_reporting',
1058 },
[email protected]c26161352013-11-12 19:50:011059 'indexed_db': {
1060 'filepath': 'content/browser/indexed_db|'\
[email protected]c26161352013-11-12 19:50:011061 'content/public/browser/indexed_db|'\
Chase Phillips7027bd52018-08-30 17:31:551062 'content/renderer/indexed_db|'\
[email protected]c26161352013-11-12 19:50:011063 'content/test/data/indexeddb',
1064 },
John Budorickf6a1c302018-10-29 16:32:481065 'infra': {
1066 'filepath': 'infra/config|'\
1067 'testing/buildbot|'\
John Budorick2d04e372018-10-29 18:03:301068 'tools/mb',
John Budorickf6a1c302018-10-29 16:32:481069 },
Stephen Martinisf7e0fb12019-09-04 18:59:591070 'infra_docs': {
1071 'filepath': 'docs/infra',
1072 },
bruthigaa8281f2016-02-09 17:52:311073 'ink_drop': {
1074 'filepath': 'ui/views/animation/test/.*ink_drop.*|' \
1075 'ui/views/animation/.*ink_drop.*'
1076 },
dtapuska1f997a12016-03-14 19:22:071077 'input': {
1078 'filepath': 'content/browser/renderer_host/input|'\
1079 'content/renderer/input|'\
1080 'ui/events/blink/'
1081 },
Michael Spang808d5c12018-10-23 19:20:391082 'input_devices': {
1083 'filepath': 'ui/events/devices/',
1084 },
Dominick Ngcaa7b402017-07-11 07:35:391085 'installable': {
Dominick Ng31b7feb2019-01-29 23:24:001086 'filepath': 'chrome/browser/extensions/bookmark_app*'\
1087 '|chrome/browser/installable/',
Dominick Ngcaa7b402017-07-11 07:35:391088 },
mmoss19826c62014-11-14 21:37:361089 'installer_linux': {
1090 'filepath': 'chrome/installer/linux/',
1091 },
Greg Thompson4f90fc992017-07-25 19:30:371092 'installer_win': {
1093 'filepath': 'chrome/install_static/'\
Samuel Huang577ef6c2018-03-13 18:19:341094 '|chrome/installer/(?!gcapi_mac/|linux/|mac/)'\
1095 '|components/zucchini/',
Greg Thompson4f90fc992017-07-25 19:30:371096 },
[email protected]56b4b09d32012-07-27 18:28:411097 'instant': {
[email protected]607903d2013-03-25 22:15:471098 'filepath': 'instant|searchbox|'\
1099 'chrome/browser/search/|'\
[email protected]c29b7dae2013-03-25 22:29:131100 'chrome/browser/ui/search/|'\
[email protected]eb99f8e2013-07-10 10:17:391101 'chrome/browser/resources/local_ntp/|'\
Ramya Nagarajan7768bf62018-11-28 21:26:041102 'chrome/common/search/|'\
1103 'chrome/test/data/local_ntp/|'\
1104 'components/search_provider_logos/|'\
1105 'components/test/data/search_provider_logos/',
[email protected]56b4b09d32012-07-27 18:28:411106 },
edchin46453b42017-03-03 01:40:111107 'ios': {
Sylvain Defresne81467d82017-05-29 09:06:141108 'filepath': 'ios/',
edchin46453b42017-03-03 01:40:111109 },
sdefresne18b47312015-06-18 15:15:091110 'ios_chrome': {
Sylvain Defresne81467d82017-05-29 09:06:141111 'filepath': 'ios/chrome/',
sdefresne18b47312015-06-18 15:15:091112 },
marqa4f135f2017-01-10 12:37:341113 'ios_clean': {
Sylvain Defresne81467d82017-05-29 09:06:141114 'filepath': 'ios/clean/',
marqa4f135f2017-01-10 12:37:341115 },
Eric Noyaua1825272019-01-02 10:36:391116 'ios_flags': {
Eric Noyaue13b4d72019-01-03 14:23:551117 'filepath': 'ios/chrome/browser/about_flags\.(h|mm)|'\
1118 'ios/chrome/browser/experimental_flags\.(h|mm)|'\
1119 'ios/chrome/browser/resources/Settings.bundle/Experimental\.plist',
Eric Noyaua1825272019-01-02 10:36:391120 },
marqa4f135f2017-01-10 12:37:341121 'ios_showcase': {
Sylvain Defresne81467d82017-05-29 09:06:141122 'filepath': 'ios/showcase/',
marqa4f135f2017-01-10 12:37:341123 },
eugenebutb5a5a8572017-01-20 01:18:111124 'ios_web': {
Sylvain Defresne81467d82017-05-29 09:06:141125 'filepath': 'ios/web(_view)?/',
eugenebutb5a5a8572017-01-20 01:18:111126 },
Johanndfa4d7d2017-12-07 18:05:291127 'libaom': {
1128 'filepath': 'third_party/libaom/',
1129 },
Takeshi Yoshino524e1d262017-07-28 01:16:381130 'libvpx': {
Johanndfa4d7d2017-12-07 18:05:291131 'filepath': 'third_party/libvpx/',
vabraafbd4f32015-11-10 19:30:231132 },
[email protected]a3f777d2014-01-07 23:38:261133 'libwebp': {
1134 'filepath': 'third_party/libwebp'
1135 },
dominiccabb90e02017-03-31 04:54:231136 'libxml_xslt': {
1137 'filepath': 'third_party/libxml/' \
1138 '|third_party/libxslt/',
1139 },
[email protected]04a292a2013-03-07 19:58:421140 'linux_sandboxing': {
[email protected]f2f0fbb92012-07-14 15:52:491141 'filepath': 'sandbox/linux/',
[email protected]f76c8852012-06-21 16:37:001142 },
[email protected]04a292a2013-03-07 19:58:421143 'linux_seccomp_bpf': {
[email protected]d6a23612012-11-13 20:11:541144 'filepath': 'content/common/sandbox.*linux.cc',
[email protected]f76c8852012-06-21 16:37:001145 },
lgrey62faed72016-10-11 21:40:391146 'mac': {
lgrey332339b12016-12-05 17:16:401147 'filepath': '(_|/)(cocoa|mac)(_|\.)|/(cocoa|mac)/|^((?!ios\/).)*\.mm?$',
lgrey62faed72016-10-11 21:40:391148 },
mlamourid8b0feb2015-06-02 16:30:471149 'manifest': {
1150 'filepath': 'content/(browser|renderer)/manifest/'\
Dominick Ng31b7feb2019-01-29 23:24:001151 '|content/public/common/manifest*'\
1152 '|third_party/blink/(common|mojom)/manifest/'\
1153 '|third_party/blink/renderer/modules/manifest/',
mlamourid8b0feb2015-06-02 16:30:471154 },
James Cook2dc6d042018-04-24 22:00:201155 'mash_buildbot_filters': {
1156 'filepath': 'testing/buildbot/filters/mash.*filter',
1157 },
[email protected]f76c8852012-06-21 16:37:001158 'media': {
Francois Beaufort9ab59c82017-08-24 13:10:291159 'filepath': 'media|third_party/(ffmpeg|opus|libvpx)'
[email protected]f76c8852012-06-21 16:37:001160 },
mcasasfeedbe42017-03-03 05:23:561161 'media_capture_from_element': {
alancutter40359812017-03-03 08:20:271162 'filepath': 'content/renderer/media_capture_from_element/' \
Blink Reformata30d4232018-04-07 15:31:061163 '|third_party/blink/renderer/modules/mediacapture/' \
Kent Tamuraeb394c72018-04-07 19:14:551164 '|third_party/blink/renderer/platform/exported/web_canvas_capture' \
Kent Tamura77578cc2018-11-25 22:33:431165 '|third_party/blink/web_tests/fast/mediacapturefromelement/' \
Kent Tamuraeb394c72018-04-07 19:14:551166 '|third_party/blink/public/platform/web_canvas_capture'
mcasasfeedbe42017-03-03 05:23:561167 },
Tommy Steimel074a1822018-02-07 17:25:441168 'media_controls': {
Blink Reformata30d4232018-04-07 15:31:061169 'filepath': 'third_party/blink/renderer/modules/media_controls/'
Tommy Steimel074a1822018-02-07 17:25:441170 },
[email protected]06dd23172013-06-24 21:04:511171 'media_galleries': {
1172 'filepath': 'chrome/browser/extensions/api/media_galleries/'\
[email protected]06dd23172013-06-24 21:04:511173 '|chrome/browser/media_galleries/'\
1174 '|chrome/browser/storage_monitor/'\
1175 '|chrome/common/media_galleries/'\
Jay Civellicf995502017-09-08 23:59:271176 '|chrome/test/data/extensions/api_test/media_galleries/'
[email protected]06dd23172013-06-24 21:04:511177 },
Hirokazu Hondae31ce109a2018-09-18 11:18:501178 'media_gpu': {
1179 'filepath': 'media/gpu/',
1180 },
alokp9e369ea72e2016-06-10 05:41:091181 'media_mojo': {
Xiaohan Wang6cbdcdf2018-06-12 21:55:541182 'filepath': 'media/mojo/'
alokp9e369ea72e2016-06-10 05:41:091183 },
mcasasfeedbe42017-03-03 05:23:561184 'media_recorder': {
alancutter40359812017-03-03 08:20:271185 'filepath': 'content/renderer/media_recorder/' \
Blink Reformata30d4232018-04-07 15:31:061186 '|third_party/blink/renderer/modules/mediarecorder/' \
Kent Tamuraeb394c72018-04-07 19:14:551187 '|third_party/blink/renderer/platform/exported/web_media_recorder' \
Kent Tamura77578cc2018-11-25 22:33:431188 '|third_party/blink/web_tests/fast/mediarecorder/' \
Kent Tamuraeb394c72018-04-07 19:14:551189 '|third_party/blink/public/platform/web_media_recorder'
mcasasfeedbe42017-03-03 05:23:561190 },
miu5e69f1c52016-10-23 13:40:111191 'media_remoting': {
1192 'filepath': 'chrome/browser/media/cast_remoting'\
1193 '|media/blink/webmediaplayer_'\
Miyoung Shin3fc077c2019-08-06 00:29:441194 '|media/mojo/mojom/remoting.mojom'\
miu5e69f1c52016-10-23 13:40:111195 '|media/remoting/',
1196 },
kmarshallb698ad4f2015-02-24 19:42:481197 'media_router': {
mark a. foltze8739c7c2019-04-24 18:33:091198 'filepath': 'chrome/android/features/media_router/' \
1199 '|chrome/app/media_router_strings.grdp' \
mfoltz57fd7f32017-05-03 06:12:581200 '|chrome/browser/media/router/' \
kmarshallb698ad4f2015-02-24 19:42:481201 '|chrome/browser/resources/media_router/' \
Takumi Fujimoto4bef2792018-05-03 17:51:551202 '|chrome/browser/ui/media_router/' \
mfoltz57fd7f32017-05-03 06:12:581203 '|chrome/browser/ui/views/media_router/' \
kmarshallb698ad4f2015-02-24 19:42:481204 '|chrome/browser/ui/webui/media_router/' \
Takumi Fujimoto4bef2792018-05-03 17:51:551205 '|chrome/common/media_router/' \
mfoltz57fd7f32017-05-03 06:12:581206 '|chrome/test/data/webui/media_router/' \
1207 '|chrome/test/media_router/' \
1208 '|chrome/utility/media_router/'
kmarshallb698ad4f2015-02-24 19:42:481209 },
Xiaohan Wang6cbdcdf2018-06-12 21:55:541210 'media_win': {
1211 'filepath': 'media/gpu/windows/'
1212 },
[email protected]f76c8852012-06-21 16:37:001213 'message_loop': {
[email protected]f2f0fbb92012-07-14 15:52:491214 'filepath': 'base/message_'
[email protected]f76c8852012-06-21 16:37:001215 },
1216 'metrics': {
[email protected]f2f0fbb92012-07-14 15:52:491217 'filepath': 'base/metrics/'\
asvitkine361b276e2016-08-30 18:45:001218 '|chrome/android/java/src/org/chromium/chrome/browser/metrics/'\
[email protected]f2f0fbb92012-07-14 15:52:491219 '|chrome/browser/metrics/'\
[email protected]f2f0fbb92012-07-14 15:52:491220 '|chrome/browser/chromeos/external_metrics'\
[email protected]b0d594d2014-02-21 03:22:121221 '|chrome/browser/extensions/api/metrics_private/'\
[email protected]f2f0fbb92012-07-14 15:52:491222 '|chrome/browser/ui/webui/metrics_handler'\
asvitkineb7e10302016-01-20 05:17:451223 '|chromecast/browser/metrics/'\
asvitkinee4bad382015-11-05 21:56:451224 '|components/metrics/'\
asvitkineb7e10302016-01-20 05:17:451225 '|components/metrics_services_manager/'\
[email protected]ce6b855a2014-03-12 19:51:391226 '|components/rappor/'\
asvitkinee4bad382015-11-05 21:56:451227 '|components/variations/'\
[email protected]b0d594d2014-02-21 03:22:121228 # Exclude XML files; in particular, histograms.xml.
1229 '|tools/metrics/[^.]*([.](?!xml$).*)?$',
1230 },
Gabriel Marinac7ecd72019-10-04 18:16:061231 'metrics_perf': {
1232 'filepath': 'chrome/browser/metrics/perf/',
1233 },
[email protected]b0d594d2014-02-21 03:22:121234 'metrics_xml_files': {
1235 # Subscribe to this to watch for changes to histograms.xml.
toyoshim8f51f902015-03-27 03:50:211236 'filepath': 'tools/metrics/.*\.xml$',
1237 },
1238 'midi': {
1239 'filepath': 'midi',
[email protected]f76c8852012-06-21 16:37:001240 },
[email protected]341f218a2013-09-24 22:16:101241 'mojo': {
1242 'filepath': 'mojo',
1243 },
Kyle Horimotoc4d57b122018-02-28 01:17:301244 'multidevice': {
Ryan Hansberry587c8082018-09-20 01:31:191245 'filepath': 'ash/multi_device_setup/'\
Kyle Horimoto7de86582018-12-19 20:40:251246 '|chrome/browser/chromeos/cryptauth/'\
Ryan Hansberry587c8082018-09-20 01:31:191247 '|chrome/browser/chromeos/device_sync/'\
1248 '|chrome/browser/chromeos/multidevice_setup/'\
1249 '|chrome/browser/chromeos/secure_channel/'\
Kyle Horimoto592f64c2018-03-28 23:43:221250 '|chrome/browser/resources/chromeos/multidevice_setup/'\
Ryan Hansberry587c8082018-09-20 01:31:191251 '|chrome/browser/resources/settings/multidevice_page/'\
1252 '|chrome/browser/ui/webui/chromeos/multidevice_setup/'\
1253 '|chrome/browser/ui/webui/settings/chromeos/multidevice'\
Kyle Horimoto7de86582018-12-19 20:40:251254 '|chrome/test/data/webui/multidevice_setup/'\
1255 '|chromeos/components/multidevice/'\
James Hawkinsf7e517c2018-03-30 21:01:141256 '|chromeos/components/proximity_auth/'\
Kyle Horimoto7de86582018-12-19 20:40:251257 '|chromeos/resources/multidevice_resources.grdp'\
Kyle Horimoto592f64c2018-03-28 23:43:221258 '|chromeos/services/device_sync/'\
1259 '|chromeos/services/multidevice_setup/'\
1260 '|chromeos/services/secure_channel/'\
Kyle Horimoto9bace7f2018-09-21 23:36:481261 '|ui/webui/resources/cr_components/chromeos/multidevice_setup/'
Kyle Horimotoc4d57b122018-02-28 01:17:301262 },
[email protected]f76c8852012-06-21 16:37:001263 'nacl': {
[email protected]f2f0fbb92012-07-14 15:52:491264 'filepath': 'chrome/nacl/|chrome/test/nacl/|'\
[email protected]193912d2013-09-06 17:41:561265 'chrome/browser/nacl_host/|chrome/common/nacl|'\
1266 'native_client_sdk/src/doc/',
[email protected]f76c8852012-06-21 16:37:001267 },
[email protected]99ddc3d2013-01-22 16:15:331268 'native_client_sdk': {
1269 'filepath': '^native_client_sdk/',
1270 },
[email protected]b9ecdb62014-03-07 14:56:431271 'navigation': {
1272 'filepath': 'content/browser/frame_host|'\
1273 'content/browser/renderer_host/render_process_host.*|'\
1274 'content/browser/renderer_host/render_view_host.*|'\
1275 'content/browser/web_contents/web_contents_impl.*|'\
1276 'content/renderer/render_frame.*|'\
1277 'content/renderer/render_view.*'
1278 },
[email protected]f76c8852012-06-21 16:37:001279 'net': {
[email protected]f2f0fbb92012-07-14 15:52:491280 'filepath': 'net/',
[email protected]f76c8852012-06-21 16:37:001281 },
bnc1872e8bd2017-01-27 02:47:281282 'net_base': {
1283 'filepath': 'net/base/',
1284 },
bnc1872e8bd2017-01-27 02:47:281285 'net_http2': {
1286 'filepath': 'net/http2/',
1287 },
[email protected]f76c8852012-06-21 16:37:001288 'net_log': {
mmenke59e4d8fb42016-06-15 21:15:281289 'filepath': 'net/log/|' \
[email protected]f2f0fbb92012-07-14 15:52:491290 'chrome/browser/net/.*net_log|' \
[email protected]f2f0fbb92012-07-14 15:52:491291 'chrome/browser/resources/net_internals/|' \
mmenke59e4d8fb42016-06-15 21:15:281292 'chrome/browser/ui/webui/net_internals/|' \
Takeshi Yoshino6b30abd2017-07-16 03:34:511293 'components/net_log/'
[email protected]f76c8852012-06-21 16:37:001294 },
Adam Rice027497d2018-07-27 02:17:021295 'net_server': {
1296 'filepath': 'net/server/'
1297 },
bnc1872e8bd2017-01-27 02:47:281298 'net_spdy': {
1299 'filepath': 'net/spdy/',
1300 },
Adam Rice027497d2018-07-27 02:17:021301 'net_websockets': {
1302 'filepath': 'net/websockets/',
1303 },
jkarlin539748402015-03-31 17:36:311304 'netinfo': {
Josh Karlin1bd016742017-08-18 17:44:171305 'filepath': '/netinfo/',
jkarlin539748402015-03-31 17:36:311306 },
Helen Li30f43d8e2018-05-09 16:24:011307 'network_service': {
1308 'filepath': 'services/network/',
1309 },
Vincent Scheibd5da4d952017-11-03 01:33:241310 'nfc': {
Rijubrata Bhaumik04f46442019-09-02 07:54:441311 'filepath': 'services/device/nfc/|'\
1312 'third_party/blink/renderer/modules/nfc/'
Vincent Scheibd5da4d952017-11-03 01:33:241313 },
Xing Liue18f0fb2019-03-22 23:55:141314 'notification_scheduler': {
1315 'filepath': 'chrome/browser/notifications/proto/|'\
1316 'chrome/browser/notifications/scheduler/'
1317 },
peterf4758412014-09-17 15:06:011318 'notifications': {
Peter Beverloo4548c852017-08-31 13:45:171319 'filepath': 'chrome/browser/extensions/api/notifications/|'\
1320 'chrome/browser/notifications/|'\
1321 'chrome/test/data/notifications/|'\
1322 'content/browser/notifications/|'\
Peter Beverloo4548c852017-08-31 13:45:171323 'content/common/platform_notification|'\
1324 'content/public/browser/platform_notification|'\
1325 'content/public/common/platform_notification|'\
1326 'content/renderer/notification_|'\
Xi Chengd47af342018-04-24 02:36:331327 'chrome/notification_helper/|'\
Kent Tamura77578cc2018-11-25 22:33:431328 'third_party/blink/web_tests/external/wpt/notifications|'\
1329 'third_party/blink/web_tests/http/tests/notifications|'\
Blink Reformata30d4232018-04-07 15:31:061330 'third_party/blink/renderer/modules/notifications|'\
1331 'third_party/blink/public/platform/modules/notifications|'\
peterf4758412014-09-17 15:06:011332 'ui/message_center/'
1333 },
tbansalc6f1c9f2016-09-30 22:48:421334 'nqe': {
1335 'filepath': 'nqe',
1336 },
mcwilliamsedee5042016-04-05 18:46:451337 'ntp_snippets': {
1338 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk16a37f902016-05-16 15:49:361339 'chrome/android/javatests/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk14c89352016-07-21 13:45:131340 'chrome/android/junit/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk117ffb322017-02-06 12:04:201341 'chrome/android/java/src/org/chromium/chrome/browser/suggestions/|'\
1342 'chrome/android/javatests/src/org/chromium/chrome/browser/suggestions/|'\
mvanouwerkerk538dc0b62016-05-17 14:55:341343 'chrome/browser/android/ntp/ntp_snippets|'\
mcwilliamsedee5042016-04-05 18:46:451344 'chrome/browser/ntp_snippets/|'\
mvanouwerkerk41649732016-05-17 13:37:001345 'chrome/browser/resources/snippets_internals|'\
1346 'chrome/browser/ui/webui/snippets_internals|'\
mcwilliamsedee5042016-04-05 18:46:451347 'components/ntp_snippets/|'\
1348 'chrome/android/java/res/layout/new_tab_page|'\
noyau451e6bb62016-12-23 14:29:041349 'chrome/android/java/res/layout/most_visited|'\
1350 'ios/chrome/browser/ntp_snippets'
mcwilliamsedee5042016-04-05 18:46:451351 },
treib70176c52016-07-08 14:34:191352 'ntp_tiles': {
1353 'filepath': 'chrome/browser/android/ntp/|'\
1354 'chrome/browser/ui/webui/ntp/|'\
1355 'chrome/common/search/ntp|'\
noyau451e6bb62016-12-23 14:29:041356 'components/ntp_tiles/|'\
1357 'ios/chrome/browser/ntp_tiles'
treib70176c52016-07-08 14:34:191358 },
peterb8ec88f82017-03-21 13:29:421359 'offline_items_collection': {
1360 'filepath': 'components/offline_items_collection/',
1361 },
dimichdce3ee492016-04-04 04:20:521362 'offline_pages': {
1363 'filepath': 'components/offline_pages/'\
fgorski329be5b2016-04-19 21:38:111364 '|chrome/browser/android/offline_pages/'\
1365 '|chrome/android/java/src/org/chromium/chrome/browser/offlinepages/'
dimichdce3ee492016-04-04 04:20:521366 },
[email protected]f76c8852012-06-21 16:37:001367 'omnibox': {
Justin Donnelly600d8e92018-11-09 00:40:501368 'filepath': '^chrome/browser/autocomplete/|'\
1369 '^chrome/browser/resources/omnibox|'\
1370 '^chrome/browser/ui/location_bar/|'\
1371 '^chrome/browser/ui/omnibox/|'\
1372 '^chrome/browser/ui/.*/location_bar/|'\
1373 '^chrome/browser/ui/.*/omnibox/|'\
1374 '^components/omnibox/'
[email protected]f76c8852012-06-21 16:37:001375 },
Doug Arnetta94d3ae2017-11-07 00:10:341376 'optimization_guide': {
1377 'filepath': 'optimization_guide|'\
1378 'optimization_hints',
1379 },
chasej6dff9292016-02-02 20:33:121380 'origin_trials': {
Jason Chasedfcd02b2018-08-10 21:07:491381 'filepath': 'origin_trial'\
chasej68b8bbd2017-01-26 19:26:131382 '|OriginTrial'\
1383 '|ConditionalFeature',
chasej6dff9292016-02-02 20:33:121384 },
[email protected]4a2078e2013-07-18 20:40:201385 'ozone': {
[email protected]f93c2c92013-10-31 18:22:441386 'filepath': 'ui/ozone/|'\
[email protected]4b66bf922013-10-28 19:49:431387 'ui/events/ozone/|'\
1388 'ui/gfx/ozone/|'\
[email protected]4a2078e2013-07-18 20:40:201389 'ui/gl/gl_.*egl.*|'\
1390 'ui/gl/gl_.*ozone.*'
1391 },
Sergey Ulanov004097c2018-11-05 23:29:281392 'ozone_scenic': {
1393 'filepath': 'ui/ozone/platform/scenic',
1394 },
lgarron9e25c7402017-03-15 04:03:111395 'page_info' : {
1396 'filepath': 'chrome/browser/ui/page_info/'\
1397 '|chrome/browser/ui/.*/page_info/'\
lgarron3428b2d32017-03-21 18:35:191398 '|chrome/android/java/src/org/chromium/chrome/browser/page_info/'\
lgarron6cd116a2017-04-07 19:42:181399 '|components/page_info_strings.grdp'\
Gregory Chatzinoffdf93d692017-09-09 01:32:271400 '|ios/chrome/browser/ui/page_info/'
lgarron6cd116a2017-04-07 19:42:181401 },
csharrison3b1dc4062015-10-19 14:31:081402 'page_load_metrics' : {
bmcquade9f433702016-07-26 23:33:501403 'filepath': 'chrome/browser/page_load_metrics/'\
1404 '|chrome/common/page_load_metrics/'\
1405 '|chrome/renderer/page_load_metrics/'
csharrison3b1dc4062015-10-19 14:31:081406 },
[email protected]f76c8852012-06-21 16:37:001407 'panels': {
[email protected]7cbe5a52012-09-27 02:00:291408 'filepath': 'chrome/browser/ui/panels'\
1409 '|chrome/browser/ui/cocoa/panels'\
[email protected]7cbe5a52012-09-27 02:00:291410 '|chrome/browser/ui/views/panels'
[email protected]f76c8852012-06-21 16:37:001411 },
[email protected]3cc8b3922014-05-05 13:12:081412 'password_manager': {
1413 'filepath': 'chrome/.*/password_'\
1414 '|chrome/browser/ui/passwords'\
1415 '|chrome/browser/ui/views/passwords'\
1416 '|chrome/test/data/password'\
1417 '|components/autofill.*password'
1418 '|components/password_'\
vabrccdb7222016-06-01 14:59:401419 '|^ios/chrome/browser/passwords'\
[email protected]3cc8b3922014-05-05 13:12:081420 },
rouslane8a22262016-10-19 20:49:411421 'payments': {
1422 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/payments'\
1423 '|chrome/android/javatests/src/org/chromium/chrome/browser/payments'\
Rouslan Solomakhin81af4cf2017-06-27 15:23:491424 '|chrome/browser/payments'\
1425 '|chrome/browser/ui/views/payments'\
Mohamad Ahmadi2b452762017-07-18 23:17:151426 '|components/payments/test/data'\
rouslana64ceca2016-10-26 01:10:311427 '|components/payments'\
Rouslan Solomakhin81af4cf2017-06-27 15:23:491428 '|content/browser/payments'\
1429 '|content/test/data/payments'\
1430 '|ios/chrome/browser/payments'\
1431 '|ios/chrome/browser/ui/payments'\
1432 '|ios/web/payments'\
1433 '|ios/web/public/payments'\
Kent Tamura77578cc2018-11-25 22:33:431434 '|third_party/blink/web_tests/external/wpt/payment-request'\
1435 '|third_party/blink/web_tests/http/tests/payments'\
1436 '|third_party/blink/web_tests/payments'\
Blink Reformata30d4232018-04-07 15:31:061437 '|third_party/blink/public/platform/modules/payments'\
1438 '|third_party/blink/renderer/modules/payments'
mahmadi0a7bb59f2017-02-22 19:13:491439 },
1440 'payments_ios': {
Rouslan Solomakhin81af4cf2017-06-27 15:23:491441 'filepath': 'ios/web/payments'\
1442 '|ios/chrome/browser/payments'\
1443 '|ios/chrome/browser/ui/payments'\
1444 '|ios/web/public/payments'
rouslane8a22262016-10-19 20:49:411445 },
Lei Zhang91530f72019-06-14 21:20:151446 'pdf': {
Lei Zhangaaf64f52019-06-21 00:52:081447 'filepath': 'components/pdf/'\
1448 '|chrome/browser/pdf/'\
1449 '|chrome/browser/ui/pdf/'\
1450 '|pdf/'
Lei Zhang91530f72019-06-14 21:20:151451 },
[email protected]f76c8852012-06-21 16:37:001452 'pepper_api': {
[email protected]b8491b02013-11-13 03:50:581453 'filepath': 'ppapi/api'\
1454 '|ppapi/c',
[email protected]f76c8852012-06-21 16:37:001455 },
mlamourid8b0feb2015-06-02 16:30:471456 'permissions': {
1457 'filepath': 'content/(child,browser)/permissions/'\
1458 '|content/common/permission_*'\
1459 '|content/public/(common,browser)/permission_*'\
1460 '|chrome/browser/permissions/'\
1461 '|chrome/browser/content_settings/permission*'\
1462 '|permission_context',
1463 },
François Beaufortb2070eb2018-02-08 10:36:341464 'picture_in_picture': {
Blink Reformata30d4232018-04-07 15:31:061465 'filepath': 'third_party/blink/renderer/modules/picture_in_picture/'
François Beaufortb2070eb2018-02-08 10:36:341466 },
michaelpg11fff3f2015-02-06 03:35:341467 'polymer': {
1468 'filepath': 'third_party/polymer/|'\
michaelpgf94a2a22017-03-06 22:35:001469 'third_party/web-animations-js/|'\
dbeam78528be2016-02-18 07:08:491470 'tools/polymer|'\
michaelpg11fff3f2015-02-06 03:35:341471 'ui/webui/resources/polymer_resources.grdp',
1472 },
Charles Harrison981d33c2017-10-06 21:36:221473 'popup_blocker': {
1474 'filepath': 'chrome/browser/ui/blocked_content'
1475 },
twifkak0c69c1f2015-06-22 18:20:091476 'precache': {
1477 'filepath': '[pP]recache'
1478 },
[email protected]be775bc2014-06-30 15:41:141479 'prepopulated_engines': {
1480 'filepath': 'components/search_engines/prepopulated_engines.json',
1481 },
[email protected]f76c8852012-06-21 16:37:001482 'prerender': {
[email protected]78375a52012-07-14 14:47:571483 'filepath': 'prerender'
[email protected]f76c8852012-06-21 16:37:001484 },
mfoltz57fd7f32017-05-03 06:12:581485 'presentation': {
mark a. foltze8739c7c2019-04-24 18:33:091486 'filepath': 'content/browser/presentation/' \
1487 '|content/public/browser/presentation_' \
1488 '|third_party/blink/public/mojom/presentation/' \
1489 '|third_party/blink/renderer/modules/presentation/' \
1490 '|third_party/blink/web_tests/(virtual/)?presentation/'
mfoltz57fd7f32017-05-03 06:12:581491 },
Robert Ogdenb766c88a2019-06-10 18:10:231492 'preview_features': {
1493 'filepath': 'components/previews/core/previews_features' \
1494 '|components/previews/core/previews_experiments'
1495 },
rbpotter0d9edeed2018-08-03 14:11:581496 'print_preview': {
1497 'filepath': 'chrome/browser/resources/print_preview/' \
1498 '|chrome/browser/ui/webui/print_preview/'
1499 },
peter884896c72015-03-12 14:26:201500 'push_messaging': {
1501 'filepath': 'push_messaging'
1502 },
stkhapugin06503142016-12-07 14:32:121503 'reading_list': {
1504 'filepath': 'components/reading_list|'\
1505 'ios/chrome/browser/reading_list|'\
1506 'ios/chrome/browser/ui/reading_list',
1507 },
mark a. foltze8739c7c2019-04-24 18:33:091508 'remoteplayback': {
1509 'filepath': 'chrome/android/features/media_router/java/src/org/chromium/chrome/browser/media/router/FlingingController' \
1510 '|chrome/android/java/src/org/chromium/chrome/browser/media/remote/' \
1511 '|chrome/browser/media/android/remote/' \
1512 '|media/blink/remote_playback' \
1513 '|media/renderers/remote_playback' \
1514 '|third_party/blink/public/platform/modules/remoteplayback/' \
1515 '|third_party/blink/renderer/core/html/media/remote_playback' \
1516 '|third_party/blink/renderer/modules/remoteplayback/' \
1517 '|third_party/blink/web_tests/media/remoteplayback/' \
1518 '|third_party/blink/web_tests/virtual/new-remote-playback-pipeline/'
1519 },
[email protected]f76c8852012-06-21 16:37:001520 'remoting': {
sergeyu05995a4f2017-01-24 21:26:011521 'filepath': '^remoting/' \
1522 '|^testing/chromoting'
[email protected]f76c8852012-06-21 16:37:001523 },
gab57e80c72014-12-08 21:06:131524 'rlz_id': {
1525 'filepath' :'rlz/lib/machine_id.cc|'\
1526 'rlz/lib/machine_id.h|'\
1527 'rlz/win/lib/machine_id_win.cc',
1528 },
Joe Medleya129fe32018-01-25 15:20:221529 'runtime_enabled_features': {
Blink Reformata30d4232018-04-07 15:31:061530 'filepath' : 'third_party/blink/renderer/platform/runtime_enabled_features.json5'
Joe Medleya129fe32018-01-25 15:20:221531 },
grt829c6a82014-10-20 09:29:321532 'safe_browsing': {
timvolodine41e95412017-03-14 02:55:341533 'filepath': 'chrome/(browser|common|renderer)/safe_browsing/|'\
1534 'components/safe_browsing/',
grt829c6a82014-10-20 09:29:321535 },
Joe DeBlasiob3125f12019-10-18 21:02:541536 'safety_tips': {
1537 'filepath': 'chrome/browser/component_updater/safety_tips_.*'\
1538 '|chrome/browser/lookalikes/'\
Joe DeBlasio97b342e2019-10-22 17:33:581539 '|chrome/browser/reputation/'\
Joe DeBlasiob3125f12019-10-18 21:02:541540 '|chrome/browser/ui/views/page_info/safety_tip_page_info_bubble_view.*',
1541 },
Mike Wittman652832b2019-07-16 14:34:391542 'sampling_profiler': {
1543 'filepath': 'base/profiler/'\
1544 '|chrome/common/profiler/'\
1545 '|chrome/common/stack_sampling_configuration*'\
1546 '|chrome/common/thread_profiler*'\
1547 '|chrome/renderer/v8_unwinder*'\
1548 '|components/metrics/*call_stack*'\
Mike Wittmane4a1a252019-07-29 20:27:261549 '|components/metrics/public/mojom/call_stack*',
Mike Wittman652832b2019-07-16 14:34:391550 },
mlamourid8b0feb2015-06-02 16:30:471551 'screen_orientation': {
1552 'filepath': 'screen_orientation',
1553 },
Robert Sesekae79d38512018-09-04 18:13:301554 'security': {
1555 'filepath': 'base/json/'\
1556 '|base/memory/.*shared_memory'\
Robert Sesek61902db2018-10-09 19:15:451557 '|components/cbor/'\
1558 '|AndroidManifest',
Robert Sesekae79d38512018-09-04 18:13:301559 },
Katie D14c38ce2019-02-14 00:34:451560 'select_to_speak': {
1561 'filepath': 'select_to_speak',
1562 },
Jeffrey Cohen7fe36f502018-12-12 01:38:211563 'send_tab_to_self': {
Jeffrey Cohen9e494a612019-05-21 16:22:441564 'filepath': 'components/send_tab_to_self'\
1565 '|chrome/android/java/src/org/chromium/chrome/browser/send_tab_to_self/'\
Jeffrey Cohen224a4072019-05-23 20:49:331566 '|chrome/android/junit/src/org/chromium/chrome/browser/send_tab_to_self/'\
Jeffrey Cohen9e494a612019-05-21 16:22:441567 '|chrome/browser/android/send_tab_to_self/'\
1568 '|chrome/browser/send_tab_to_self/'\
1569 '|chrome/browser/ui/send_tab_to_self'\
1570 '|ios/chrome/browser/send_tab_to_self/',
Jeffrey Cohen7fe36f502018-12-12 01:38:211571 },
[email protected]0b431722014-01-08 07:21:511572 'service_worker': {
[email protected]edaf31d2014-03-07 00:09:171573 'filepath': 'content/(browser|renderer|child|common)/service_worker/',
[email protected]0b431722014-01-08 07:21:511574 },
Dan Beam5dec1b42018-12-10 23:52:341575 'settings': {
1576 'filepath': 'chrome/browser/resources/settings/'\
1577 '|chrome/browser/ui/webui/settings/'\
1578 '|chrome/test/data/webui/settings/',
1579 },
May Lippertbb19e1242019-04-17 15:02:111580 'settings_forked_os_settings': {
1581 'filepath': 'chrome/browser/resources/settings/basic_page/'\
1582 '|chrome/browser/resources/settings/chromeos/'\
1583 '|chrome/browser/resources/settings/settings_menu/'\
1584 '|chrome/browser/resources/settings/settings_page/'\
1585 '|chrome/browser/resources/settings/settings_ui/'\
1586 '|chrome/browser/resources/settings/os_settings_resouces.grd'\
1587 '|chrome/browser/resources/settings/os_settings_resouces_vulcanized.grd',
1588 },
May Lippertd0b8cfe2019-05-22 19:54:491589 'settings_os_settings': {
1590 'filepath': 'chrome/browser/resources/settings/chromeos/',
1591 },
alitoc5534d62017-04-21 01:48:581592 'settings_reset_prompt': {
1593 'filepath': 'chrome/browser/safe_browsing/settings_reset_prompt/'\
1594 '|chrome/browser/ui/views/settings_reset_prompt',
1595 },
Peter Beverloo9a00acc2019-06-04 14:27:251596 'sharing': {
Himanshu Jaju0de6e102019-07-31 11:16:541597 'filepath': 'chrome/browser/sharing/|'\
1598 'chrome/browser/ui/views/sharing/',
Peter Beverloo9a00acc2019-06-04 14:27:251599 },
dominickn8884155a2016-06-23 02:28:161600 'site_engagement': {
1601 'filepath': 'chrome/browser/engagement/|'\
1602 'chrome/browser/ui/webui/engagement/',
1603 },
[email protected]f76c8852012-06-21 16:37:001604 'site_instance': {
[email protected]f2f0fbb92012-07-14 15:52:491605 'filepath': 'content/browser/site_instance|'\
1606 'content/browser/browsing_instance',
[email protected]f76c8852012-06-21 16:37:001607 },
Ryan Hansberry587c8082018-09-20 01:31:191608 'smartlock': {
James Hawkins14e753e82018-11-08 17:33:421609 'filepath': 'chrome/browser/chromeos/login/easy_unlock/'\
Ryan Hansberry587c8082018-09-20 01:31:191610 '|chrome/browser/resources/easy_unlock/'\
1611 '|chromeos/components/proximity_auth/'
1612 },
Zentaro Kavanagh608f8a12018-01-19 18:39:561613 'smb': {
1614 'filepath': 'chrome/browser/chromeos/file_system_provider'\
1615 '|chrome/browser/chromeos/smb_client'\
1616 '|chromeos/dbus/fake_smb_provider_client'\
1617 '|chromeos/dbus/smb_provider_client',
1618 },
Joe Medleya129fe32018-01-25 15:20:221619 'source_idls': {
Joe Medleyf7671752018-04-13 14:34:501620 'filepath': 'third_party/blink/renderer/(core|modules|platform)/.*\.idl',
Joe Medleya129fe32018-01-25 15:20:221621 },
[email protected]ad0295d2012-10-11 23:43:361622 'spellcheck': {
1623 'filepath': 'chrome/browser/spellchecker/'\
timvolodine8cdb94c2016-09-22 12:17:221624 '|chrome/browser/renderer_context_menu/spelling_'\
1625 '|components/spellcheck/'\
1626 '|third_party/hunspell/'\
1627 '|third_party/hunspell_dictionaries/',
[email protected]ad0295d2012-10-11 23:43:361628 },
Greg Thompson9ea091702018-01-04 11:06:321629 'startup': {
1630 'filepath': 'chrome/browser/ui/startup/',
1631 },
vmpstrcc1c08302015-11-18 06:05:511632 'styleguide': {
1633 'filepath': '^styleguide/',
1634 },
Peter Wenbef43902018-11-28 22:08:121635 'styleguide_python': {
1636 'filepath': '^styleguide/python',
1637 },
engedye7b734da2017-02-07 12:08:131638 'subresource_filter': {
Charles Harrisonfb3eac92017-06-26 21:26:021639 'filepath': 'subresource_filter|SubresourceFilter|url_pattern_index',
engedye7b734da2017-02-07 12:08:131640 },
[email protected]43d33e92014-07-14 16:39:311641 'supervised_users': {
1642 'filepath': 'chrome/browser/.*managed_mode'\
1643 '|chrome/browser/.*managed_user'\
1644 '|chrome/browser/.*supervised_user',
1645 },
CJ DiMegliocaddc3482018-12-12 02:28:381646 'surface_layer_for_video': {
1647 'filepath': 'cc/layers/surface_layer*'\
1648 '|third_party/blink/renderer/platform/graphics/video_frame_*'\
1649 '|third_party/blink/renderer/platform/graphics/surface_layer_bridge*',
1650 },
Anastasia Helfinstein5205acb32019-02-15 00:54:131651 'switch_access': {
1652 'filepath': 'switch_access',
1653 },
[email protected]f76c8852012-06-21 16:37:001654 'sync': {
Andrew Grieveecac5a92018-11-08 01:57:011655 'filepath': '^chrome/browser/ui/sync/'\
maxboguefa217942016-04-01 01:08:131656 '|^chrome/browser/ui/views/sync/'\
1657 '|^chrome/test/android/javatests/src/org/chromium/chrome/test/util/browser/sync/'\
1658 '|^ios/chrome/browser/sync/'\
1659 '|^chrome/android/java/src/org/chromium/chrome/browser/sync/'\
1660 '|^chrome/browser/sync/'\
1661 '|^components/browser_sync/'\
Max Boguefef332d2016-07-28 22:09:091662 '|^components/sync/'\
maxboguefa217942016-04-01 01:08:131663 '|^components/sync_bookmarks/'\
Max Boguefef332d2016-07-28 22:09:091664 '|^components/sync_sessions/',
[email protected]f76c8852012-06-21 16:37:001665 },
[email protected]92871a102013-07-01 11:11:411666 'syncfs': {
1667 'filepath': 'sync_file_system',
1668 },
miu5e69f1c52016-10-23 13:40:111669 'tab_alert_indicators': {
1670 'filepath': 'content/browser/media/audio_stream_monitor'\
miu5e69f1c52016-10-23 13:40:111671 '|chrome/browser/ui/tabs/tab_utils'\
Peter Kasting479cc1752018-09-28 22:34:371672 '|chrome/browser/ui/views/tabs/alert_indicator'\
miu5e69f1c52016-10-23 13:40:111673 '|chrome/browser/ui/views/tabs/tab\.cc'\
1674 '|chrome/browser/ui/views/tabs/tab_renderer_data'\
1675 '|media/audio/audio_(output_controller|power_monitor)',
1676 },
[email protected]82d74152013-07-28 08:55:311677 'tab_capture': {
Adam Parker83a488462017-12-22 00:26:481678 'filepath': 'chrome/browser/extensions/api/tab_capture/'\
miu5e69f1c52016-10-23 13:40:111679 '|chrome/renderer/resources/extensions/tab_capture_custom_bindings.js'\
[email protected]31ef420b2014-08-13 21:19:131680 '|chrome/test/data/extensions/api_test/tab_capture/'\
Adam Parker83a488462017-12-22 00:26:481681 '|components/viz/common/(frame_sinks/copy_output_|gl_helper|yuv_)'\
1682 '|components/viz/service/display/'\
1683 '|components/viz/service/frame_sinks/(frame_sink_manager'\
1684 '|video_capture/)'\
[email protected]31ef420b2014-08-13 21:19:131685 '|content/browser/media/capture/'\
[email protected]31ef420b2014-08-13 21:19:131686 '|content/browser/renderer_host/media/(audio_'\
1687 '|media_stream_manager|video_)'\
miu5e69f1c52016-10-23 13:40:111688 '|content/public/renderer/media_stream_'\
1689 '|content/renderer/media/(media_stream|(.+audio_source))'\
[email protected]31ef420b2014-08-13 21:19:131690 '|media/audio/(audio_output_controller|fake_audio_|virtual_audio_)'\
1691 '|media/base/video_frame\.h'\
Adam Parker83a488462017-12-22 00:26:481692 '|media/capture/'\
Miyoung Shin3fc077c2019-08-06 00:29:441693 '|services/viz/privileged/mojom/compositing/frame_sink',
[email protected]82d74152013-07-28 08:55:311694 },
[email protected]f76c8852012-06-21 16:37:001695 'tab_contents': {
[email protected]f2f0fbb92012-07-14 15:52:491696 'filepath': 'chrome/browser/tab_contents/|'\
1697 'content/browser/tab_contents/|'\
1698 'chrome/browser/ui/tab_contents/',
[email protected]f76c8852012-06-21 16:37:001699 },
gogeralddad6ac72019-08-06 23:08:371700 'tab_ui_and_start_surface': {
Wei-Yin Chen (陳威尹)943ca0a2019-08-21 14:51:351701 'filepath': 'chrome/android/features/tab_ui/' \
Wei-Yin Chen (陳威尹)e38f7bf2019-10-24 06:24:231702 '|chrome/android/features/start_surface/' \
1703 '|chrome/android/.*/src/org/chromium/chrome/browser/tasks/'
Mei Liang92e37d52019-03-22 17:27:201704 },
tdresserd80646f2017-03-03 19:26:081705 'tbmv2_metrics': {
1706 'filepath': 'third_party/catapult/tracing/tracing/metrics'
1707 },
[email protected]31a10602012-11-21 01:51:261708 'telemetry': {
nednguyen79105d422016-04-18 01:38:421709 'filepath': 'tools/perf/'
[email protected]31a10602012-11-21 01:51:261710 },
Takeshi Yoshino524e1d262017-07-28 01:16:381711 'test_runner': {
1712 'filepath': 'components/test_runner/' \
Kent Tamura21d1de62018-12-10 04:45:201713 '|content/shell/(common|browser|renderer)/web_test/' \
1714 '|content/test/web_test_support.cc' \
1715 '|content/public/test/web_test_support.h' \
Takeshi Yoshino524e1d262017-07-28 01:16:381716 },
[email protected]f76c8852012-06-21 16:37:001717 'tests': {
[email protected]f2f0fbb92012-07-14 15:52:491718 'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/',
[email protected]0cde05a02011-11-30 23:36:521719 },
jlkleinecc81952016-11-19 00:16:071720 'tether': {
Kyle Horimoto592f64c2018-03-28 23:43:221721 'filepath': 'chrome/browser/chromeos/tether/'\
1722 '|chrome/browser/ui/ash/network/tether*'\
Ryan Hansberry587c8082018-09-20 01:31:191723 '|chromeos/components/tether/'
jlkleinecc81952016-11-19 00:16:071724 },
[email protected]1cbbb30b2011-10-14 08:03:561725 'textinput': {
Yuichiro Hanadaf0b3b472017-10-17 07:00:531726 'filepath': 'chrome/browser/ui/input_method'\
[email protected]f2f0fbb92012-07-14 15:52:491727 '|content/browser/renderer_host/render_widget_host_view'\
1728 '|content/browser/renderer_host/text_input'\
1729 '|ui/base/ime/'\
[email protected]f2f0fbb92012-07-14 15:52:491730 '|ui/views/controls/textfield/'\
Yuichiro Hanadaf0b3b472017-10-17 07:00:531731 '|ui/wm/core/ime'
[email protected]1cbbb30b2011-10-14 08:03:561732 },
[email protected]3a117c62011-11-29 04:28:021733 'textinput_chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:491734 'filepath': 'chrome/browser/chromeos/input_method/'\
1735 '|chrome/browser/chromeos/extensions/input_method'\
1736 '|chrome/browser/chromeos/status/input_method'\
1737 '|chrome/browser/extensions/extension_input_'\
1738 '|chrome/browser/resources/keyboard'\
[email protected]f2f0fbb92012-07-14 15:52:491739 'chromeos/.*(language|keyboard)'\
[email protected]6bd9e802013-04-18 06:40:421740 '|chromeos/ime/*'
[email protected]3a117c62011-11-29 04:28:021741 },
Patrick Monette9355f1fc2019-08-09 18:18:161742 'third_party_conflicts': {
1743 'filepath': 'chrome/browser/win/conflicts/'
1744 },
chirantan96fcf6d2015-01-21 22:36:191745 'timers': {
1746 'filepath': 'base/timer/'\
1747 '|components/timers/'
1748 },
robliaofd54b5c2017-01-13 00:41:301749 'tools_win_chromeexts': {
1750 'filepath': 'tools/win/chromeexts',
1751 },
AJITH KUMAR V4f0c4812018-03-27 13:46:571752 'touch_selection': {
1753 'filepath': 'ui/touch_selection/'\
1754 '|content/public/android/java/src/org/chromium/content/browser/selection/'
1755 },
[email protected]c8eb7f72013-07-04 15:30:111756 'tracing': {
1757 'filepath': 'base/debug/trace_event.*'\
primianobef13b42015-01-30 15:29:311758 '|base/trace_event/'\
[email protected]c8eb7f72013-07-04 15:30:111759 '|content/browser/tracing/'\
Oystein Eftevaag6410f1a2018-03-01 18:06:301760 '|components/tracing/'\
1761 '|services/tracing/'
[email protected]c8eb7f72013-07-04 15:30:111762 },
Nicolas Ouellet-payeur0c26b872019-09-05 07:38:071763 'traffic_annotation': {
1764 'filepath': 'tools/traffic_annotation/'
1765 },
[email protected]cf428f732012-10-02 20:48:151766 'ui_compositor': {
1767 'filepath': 'ui/compositor/layer\.|'\
1768 'ui/compositor/layer_unittest|'\
1769 'ui/compositor/compositor',
1770 },
robliao2c4b7492016-07-19 01:57:261771 'ui_display_win': {
1772 'filepath': '^ui/display/win',
1773 },
[email protected]6b5093c2012-05-23 19:10:181774 'ui_resources': {
[email protected]f2f0fbb92012-07-14 15:52:491775 'filepath': 'ui/resources/'\
1776 '|ui/base/native_theme/resources/'\
1777 '|chrome/app/theme/'
[email protected]6b5093c2012-05-23 19:10:181778 },
edwardjung83f52ef22017-02-07 13:15:071779 'ui_strings': {
1780 'filepath': 'chrome/app/generated_resources.grd'\
1781 '|chrome/app/google_chrome_strings.grd'\
1782 '|chrome/android/java/strings/android_chrome_strings.grd'\
1783 '|chrome/app/settings_strings.grdp'\
1784 '|ios/chrome/app/strings/ios(_.+)*_strings.grd'\
1785 '|ui/strings/ui_strings.grd',
1786 },
Robert Liao5c35cbe2019-02-27 02:42:331787 'ui_views': {
1788 'filepath': '^ui/views',
1789 },
Will Harris989ca932019-02-15 19:21:211790 'unified_consent': {
1791 'filepath': 'components/unified_consent/'\
1792 '|chrome/browser/unified_consent/',
1793 },
Vincent Scheibd5da4d952017-11-03 01:33:241794 'usb': {
1795 'filepath': '/usb/',
1796 },
Miguel Casas-Sancheza65d49a2017-12-11 03:27:481797 'vaapi': {
1798 'filepath': 'media/gpu/vaapi',
1799 },
[email protected]c73ec8ab2014-01-16 20:35:231800 'version_assembly': {
1801 'filepath': 'chrome/app/version_assembly',
1802 },
posciak62a72272016-05-11 08:31:241803 'video': {
1804 'filepath': 'content/browser/renderer_host/media/|'\
1805 'content/renderer/media/|'\
1806 'media/capture/video/|'\
1807 'media/filters/|'\
1808 'media/gpu/|'\
1809 '.*video.*',
1810 },
mcasas09e881c2016-04-09 02:09:501811 'video_capture': {
1812 'filepath': 'chrome/browser/media/.*(capture|media|webrtc)'\
1813 '|content/browser/renderer_host/media/.*(capture|media)'\
1814 '|content/renderer/media/.*(capture|media|webrtc)'\
1815 '|media/capture/'\
chfremer2a01a69b2017-01-06 02:39:011816 '|media/muxers/'\
1817 '|services/video_capture/',
mcasas09e881c2016-04-09 02:09:501818 },
Alexandre Courbot3e9e55a2018-04-05 05:29:421819 'video_gpu': {
1820 'filepath': 'content/renderer/media/|'\
1821 'media/capture/video/|'\
1822 'media/gpu/',
1823 },
[email protected]ef514a32014-02-26 01:02:351824 'virtual_keyboard': {
Darren Shen40a822352019-06-03 05:39:161825 'filepath': 'ash/keyboard/'\
oka47452c22017-02-17 05:07:571826 '|chrome/test/data/chromeos/virtual_keyboard/'\
1827 '|extensions/browser/api/virtual_keyboard_private/'\
Darren Shen40a822352019-06-03 05:39:161828 '|ash/system/virtual_keyboard/',
[email protected]ef514a32014-02-26 01:02:351829 },
billorr3c7e1442016-11-11 21:21:351830 'virtual_reality': {
David Dorwina4a2b73c2018-05-18 22:39:561831 # Includes VR, AR, and XR.
Michael Thiessena7bec5b2018-07-12 19:10:041832 'filepath': '/vr/'\
David Dorwina4a2b73c2018-05-18 22:39:561833 '|/xr'\
Alex Cooper59197c72019-03-29 17:31:551834 '|webxr'\
Bill Orr165281bd2018-12-06 18:27:121835 '|isolated_xr_device'\
David Dorwina4a2b73c2018-05-18 22:39:561836 '|third_party/arcore'\
1837 '|third_party/gvr'\
1838 '|third_party/libovr'\
1839 '|third_party/openvr',
billorr3c7e1442016-11-11 21:21:351840 },
Chris Blumec6ddd6c2018-12-14 23:35:011841 'vulkan': {
1842 'filepath': 'gpu/vulkan'\
1843 '|third_party/vulkan'
1844 },
Vincent Scheibd5da4d952017-11-03 01:33:241845 'wake_lock': {
1846 'filepath': 'wake_lock',
1847 },
May Lippert04ed4b62019-05-24 16:31:221848 'wallpapers': {
Miyoung Shin3fc077c2019-08-06 00:29:441849 'filepath': 'components/arc/common/wallpaper.mojom'\
May Lippert04ed4b62019-05-24 16:31:221850 '|ash/wallpaper/'\
1851 '|chrome/browser/resources/chromeos/wallpaper_manager/',
1852 },
Raymes Khoury6b9bf762019-05-17 05:00:511853 'web_applications': {
1854 'filepath': 'chrome/browser/web_applications'\
1855 '|chrome/browser/ui/web_applications',
1856 },
Dan Beam5dec1b42018-12-10 23:52:341857 'web_dev_style': {
1858 'filepath': 'tools/web_dev_style/'\
1859 '|styleguide/web/',
1860 },
Devin Mullins4ff9b282018-03-09 00:37:321861 'web_package': {
1862 'filepath': 'content/browser/loader/prefetch_url_loader'\
1863 '|content/browser/web_package/'\
Kunihiko Sakamotoba390852018-07-11 01:08:551864 '|content/test/data/sxg/'
Devin Mullins4ff9b282018-03-09 00:37:321865 },
Matt Giuca9eb910d2017-08-02 04:07:381866 'web_share': {
1867 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/webshare/'\
1868 '|chrome/android/javatests/src/org/chromium/chrome/browser/WebShare.*'\
Kent Tamura77578cc2018-11-25 22:33:431869 '|third_party/blink/web_tests/webshare/'\
1870 '|third_party/blink/web_tests/external/wpt/web-share/'\
Eric Willigers3eeae17c2019-03-13 17:32:101871 '|third_party/blink/public/mojom/webshare/'\
Blink Reformata30d4232018-04-07 15:31:061872 '|third_party/blink/renderer/modules/webshare/',
Matt Giuca9eb910d2017-08-02 04:07:381873 },
Martin Kreichgauer794a18572018-07-20 20:45:431874 'webauthn': {
1875 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/webauth/'\
1876 '|chrome/android/javatests/src/org/chromium/chrome/browser/webauth/'\
Martin Kreichgauer144f8be2019-09-19 18:41:081877 '|chrome/browser/extensions/api/cryptotoken_private/'\
1878 '|chrome/browser/resources/cryptotoken/'\
Martin Kreichgauer794a18572018-07-20 20:45:431879 '|chrome/browser/ui/webauthn/'\
1880 '|chrome/browser/ui/views/webauthn/'\
Martin Kreichgauer1b7dc872019-04-15 18:50:411881 '|chrome/browser/webauthn/'\
Martin Kreichgauer794a18572018-07-20 20:45:431882 '|content/browser/webauth/'\
1883 '|device/fido/'\
Martin Kreichgauer1b7dc872019-04-15 18:50:411884 '|third_party/blink/public/mojom/webauthn/'\
Nina Satragno9573c032019-10-03 18:51:361885 '|third_party/blink/web_tests/external/wpt/webauthn/'\
Martin Kreichgauer1b7dc872019-04-15 18:50:411886 '|third_party/microsoft_webauthn/',
Martin Kreichgauer794a18572018-07-20 20:45:431887 },
Corentin Wallez3f1d0852018-07-04 15:45:361888 'webgpu': {
1889 'filepath': 'third_party/blink/renderer/modules/webgpu/',
1890 },
Christian O. Andersson2fc7db52019-09-04 15:39:491891 'weblayer': {
1892 'filepath': 'weblayer/',
1893 },
Takeshi Yoshinoe387aa32017-08-02 13:16:131894 'webrtc_browser_tests': {
1895 'filepath': 'chrome/browser/media/.*webrtc.*browsertest|'\
1896 'content/browser/media/.*webrtc.*browsertest',
1897 },
[email protected]208879542012-07-05 11:15:341898 'website_settings': {
[email protected]f2f0fbb92012-07-14 15:52:491899 'filepath': 'chrome/browser/content_settings/'\
1900 '|chrome/browser/ui/views/website_settings/'\
1901 '|chrome/browser/ui/website_settings/'\
mukai077089f2014-09-11 18:41:521902 '|chrome/common/content_settings'\
1903 '|components/content_settings/',
[email protected]208879542012-07-05 11:15:341904 },
Dan Beam5dec1b42018-12-10 23:52:341905 'webui_backend': {
1906 'filepath': 'content/browser/webui/'\
1907 '|content/public/browser/web_ui*'\
1908 '|content/public/test/*web_ui*',
1909 },
[email protected]b17d9e02014-07-29 09:45:501910 'windows_sandboxing': {
1911 'filepath': 'sandbox/win/',
1912 },
Luke Zielinskid00a5112019-10-30 17:58:411913 'wpt_tools': {
1914 'filepath': 'third_party/blink/web_tests/external/wpt/tools/',
1915 },
[email protected]f76c8852012-06-21 16:37:001916 'x11': {
[email protected]f2f0fbb92012-07-14 15:52:491917 'filepath': 'content/browser/renderer_host/backing_store_x\.' \
1918 '|chrome/browser/chromeos/input_method/xkeyboard\.' \
1919 '|chrome/browser/chromeos/system_key_event_listener\.' \
[email protected]f76c8852012-06-21 16:37:001920 '|chrome/browser/chromeos/'\
[email protected]f2f0fbb92012-07-14 15:52:491921 'xinput_hierarchy_changed_event_listener\.' \
1922 '|chrome/browser/chromeos/wm_' \
1923 '|ui/base/x/'
[email protected]0d710852012-05-24 01:18:401924 },
Chris Blume04103c42018-12-14 22:46:061925 'zlib': {
1926 'filepath': 'third_party/zlib'
1927 },
wjmaclean3ff6a402015-03-31 19:00:201928 'zoom': {
1929 'filepath': 'chrome/browser/ui/zoom/' \
1930 '|components/ui/zoom/' \
1931 '|content/browser/host_zoom_*' \
1932 '|content/browser/storage_partition_impl*' \
1933 '|content/public/browser/host_zoom_map.h' \
1934 '|content/public/browser/storage_partition.h'
1935 },
[email protected]a3838612009-10-13 21:57:541936 },
[email protected]ca872e362011-07-12 21:06:031937
pennymac962d190432016-07-27 00:58:351938 ##############################################################################
1939 # Please keep alphabetical
1940 ##############################################################################
[email protected]a3838612009-10-13 21:57:541941 'WATCHLISTS': {
Joe Medley1e1bb652018-04-27 17:36:591942 'about_flags': ['[email protected]',
1943 '[email protected]'],
Daniel Eratb4c9b9e2019-06-04 23:57:261944 'accelerator_table': ['[email protected]'],
dmazzoni5f4b7f12015-02-17 16:35:571945 'accessibility': ['[email protected]',
Akihiro Otac504b882019-02-20 02:54:531946 '[email protected]',
Aaron Leventhal978557022017-06-09 15:39:411947 '[email protected]',
dmazzoni5f4b7f12015-02-17 16:35:571948 '[email protected]',
dougtcd8ac01d2017-03-24 16:23:401949 '[email protected]',
[email protected]f76c8852012-06-21 16:37:001950 '[email protected]',
Sara Katoeff75d22019-11-07 19:08:231951 '[email protected]',
je_julie.kima170bac2015-05-06 14:57:541952 '[email protected]',
Kevin Babbitt52b18902019-04-16 21:47:441953 '[email protected]',
dmazzoni5f4b7f12015-02-17 16:35:571954 '[email protected]',
Sara Katoeff75d22019-11-07 19:08:231955 '[email protected]',
[email protected]f76c8852012-06-21 16:37:001956 '[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:261957 'add_to_homescreen': ['[email protected]',
Xi Han50f523a1d2017-07-19 15:56:111958 '[email protected]',
Glenn Hartmann6e09db12019-07-31 03:00:111959 '[email protected]',
1960 '[email protected]'],
Peter Wen35bf5932018-10-22 19:51:481961 'android_crash_reporting': ['[email protected]',
1962 '[email protected]'],
johnmaguire6aaac7902016-03-15 12:28:201963 'android_crazy_linker': ['[email protected]'],
Peter Wen35bf5932018-10-22 19:51:481964 'android_deps': ['[email protected]'],
dfalcantaraef21e9e2016-01-07 01:16:261965 'android_infobars': ['[email protected]'],
agrieve4d9c1c52016-09-23 17:49:381966 'android_infra': ['[email protected]',
Eric Stevenson1a03deb2018-06-22 20:40:131967 '[email protected]',
Andrew Grieve5babdbfc2017-08-16 01:26:491968 '[email protected]'],
Takeshi Yoshino524e1d262017-07-28 01:16:381969 'android_item_chooser_dialogs': ['[email protected]',
1970 '[email protected]'],
Peter Wen35bf5932018-10-22 19:51:481971 'android_lint': ['[email protected]'],
Daniele Castagna7c829d692018-02-12 16:09:081972 'android_media': ['[email protected]'],
Tomasz Wiszkowski36adccf2019-11-04 16:51:031973 'android_omnibox': ['[email protected]'],
Ted Choc042d8442018-03-13 16:35:571974 'android_search_widget': ['[email protected]',
1975 '[email protected]'],
nyquistf602bd02017-02-16 23:17:441976 'android_studio': ['[email protected]',
1977 '[email protected]'],
Daniele Castagna7c829d692018-02-12 16:09:081978 'android_tab': ['[email protected]'],
asvitkine361b276e2016-08-30 18:45:001979 'android_uma_settings': ['[email protected]',
1980 '[email protected]'],
Maggie Cai9190f7632019-06-12 06:06:571981 'android_webapk': ['[email protected]',
1982 '[email protected]'],
[email protected]7ca78dc12012-09-20 09:26:441983 'android_webview': ['[email protected]'],
Tim Volodine178dc2bc2019-03-19 19:07:221984 'android_webview_network_service': ['[email protected]'],
Yi Guc1c54682018-07-23 12:00:001985 'animation_worklet': ['[email protected]',
1986 '[email protected]'],
Dominick Ng45392562018-12-13 07:21:211987 'app_shortcuts': ['[email protected]',
1988 '[email protected]',
Trent Aptedabfd2572019-01-17 05:49:531989 '[email protected]'],
pennymac962d190432016-07-27 00:58:351990 'apps': ['[email protected]',
Trent Apted93d53b02019-01-21 02:54:341991 '[email protected]'],
Maggie Cai9190f7632019-06-12 06:06:571992 'apps_intent_helper': ['[email protected]'],
lhchavez4b19176f2016-05-04 23:12:461993 'arc': ['[email protected]',
hidehiko49f0b7c2016-05-24 10:59:471994 '[email protected]',
victorhsieh52feccd2017-02-27 18:27:021995 '[email protected]',
Junichi Uekawa38d20c12018-03-22 03:31:301996 '[email protected]',
1997 '[email protected]'],
lhchavez61532c92016-10-18 21:33:371998 'arc_auth': ['[email protected]'],
Yuichiro Hanada2e111fb2018-11-19 17:33:051999 'arc_ime': ['[email protected]'],
poromov7633f602017-02-21 16:44:012000 'arc_kiosk': ['[email protected]'],
Miyoung Shin3fc077c2019-08-06 00:29:442001 'arc_mojom': ['[email protected]'],
lhchavez4b19176f2016-05-04 23:12:462002 'arc_net': ['[email protected]',
2003 '[email protected]',
2004 '[email protected]'],
ejcarusoa298ec02016-06-16 20:30:432005 'arc_power': ['[email protected]'],
Hirokazu Hondaf98a3122018-04-12 11:19:482006 'arc_video_accelerator': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352007 'ash': ['[email protected]',
2008 '[email protected]'],
Xiaohui Chenf7e70a22018-02-08 00:36:382009 'assistant': ['[email protected]'],
Max Morin2b0206312018-04-06 11:17:402010 'audio_service': ['[email protected]',
Max Morin2b0206312018-04-06 11:17:402011 '[email protected]'],
pennymac962d190432016-07-27 00:58:352012 'aura': ['[email protected]',
2013 '[email protected]'],
[email protected]c3a6e1e72013-08-02 00:13:072014 'aura_compositor': ['[email protected]',
2015 '[email protected]',
Antoine Laboure77dc8c72019-07-24 00:31:142016 '[email protected]'],
Martin Robinson30f0f7f2019-08-22 16:33:052017 'auralinux_accessibility': ['[email protected]'],
Katie D14c38ce2019-02-14 00:34:452018 'autoclick': ['[email protected]'],
Jared Saul4765c1e2018-06-18 13:44:572019 'autofill': ['[email protected]',
sebsg55d59d82018-06-19 18:29:522020 '[email protected]',
sebsgbbfbea02016-10-24 21:54:592021 '[email protected]',
Anthony Vallee-Dubois866affd22018-03-19 15:13:212022 '[email protected]',
Vaclav Brozek9048a1222018-11-30 08:11:502023 '[email protected]'],
Mathias Carlenc61d8072018-08-21 16:18:242024 'autofill_assistant': ['[email protected]'],
Jared Saul61b16ed42019-10-11 20:19:442025 'autofill_payments': ['[email protected]',
2026 '[email protected]',
2027 '[email protected]'],
Dan Elphick08d1fd42018-04-26 10:22:332028 'background_fetch': ['[email protected]',
Mugdha Lakhani6876ba12018-04-06 13:12:282029 '[email protected]',
Mugdha Lakhani90e82fd2019-06-25 09:38:492030 '[email protected]'],
Jason Chasedfcd02b2018-08-10 21:07:492031 'background_sync': ['[email protected]',
Mugdha Lakhani90e82fd2019-06-25 09:38:492032 '[email protected]',
Rayan Kanso253399c2018-11-07 19:28:252033 '[email protected]',
2034 '[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:262035 'banners': ['[email protected]',
Xi Han50f523a1d2017-07-19 15:56:112036 '[email protected]',
F07b660412017-08-01 20:53:062037 '[email protected]'],
Takeshi Yoshino524e1d262017-07-28 01:16:382038 'base': ['[email protected]'],
Reid Klecknerc2027242019-08-23 20:00:352039 'base_allocator': ['[email protected]'],
[email protected]1ed5e0fd2012-07-19 00:19:052040 'base_memory': ['[email protected]'],
Alexander Timin864bf8a02018-03-12 11:06:282041 'base_scheduler': ['[email protected]'],
Gabriel Charettee6bbb532019-04-29 16:39:392042 'base_thread_pool': ['[email protected]',
2043 '[email protected]',
2044 '[email protected]'],
pennymac962d190432016-07-27 00:58:352045 'base_win': ['[email protected]',
Robert Liao27a2fa12017-10-20 18:34:482046 '[email protected]',
pennymac962d190432016-07-27 00:58:352047 '[email protected]'],
[email protected]7e093d4022014-06-26 19:19:552048 'battery_status': ['[email protected]'],
Alexander Timine3deb2a2019-09-20 15:29:092049 'bfcache': ['[email protected]'],
wnwen72684762017-03-29 13:28:372050 'binary_size': ['[email protected]',
Peter Wen35bf5932018-10-22 19:51:482051 '[email protected]'],
pennymac962d190432016-07-27 00:58:352052 'blink': ['[email protected]'],
2053 'blink_accessibility': ['[email protected]',
2054 '[email protected]',
dougtcd8ac01d2017-03-24 16:23:402055 '[email protected]',
horo8e9a01572016-07-27 06:05:312056 '[email protected]',
Kevin Babbitt52b18902019-04-16 21:47:442057 '[email protected]',
pennymac962d190432016-07-27 00:58:352058 '[email protected]'],
2059 'blink_animation': ['[email protected]',
Eric Willigersb5f2b5a2019-05-13 18:31:492060 '[email protected]'],
pennymac962d190432016-07-27 00:58:352061 'blink_app_banner': ['[email protected]'],
2062 'blink_audio': ['[email protected]',
2063 '[email protected]'],
2064 'blink_battery_status': ['[email protected]',
2065 '[email protected]'],
Kentaro Hara1de86192019-05-29 08:51:592066 'blink_bindings': ['[email protected]', '[email protected]'],
jbroman9ac2d532016-09-01 18:20:082067 'blink_bindings_serialization': ['[email protected]'],
Conley Owensd744e392018-04-24 19:18:572068 'blink_bluetooth': ['[email protected]',
Ovidio Henriquez86333882018-11-05 18:25:212069 '[email protected]',
2070 '[email protected]'],
Raphael Kubo da Costab856f102019-07-02 09:17:552071 'blink_canvas': ['[email protected]'],
Nicolas Pena7a6b6992019-01-16 17:20:082072 'blink_client_hints': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352073 'blink_clipboard': ['[email protected]'],
Kinuko Yasuda4a342642018-03-01 09:29:552074 'blink_common': ['[email protected]',
2075 '[email protected]'],
Kentaro Hara08ea1892019-08-29 04:25:242076 'blink_controller': [],
pennymac962d190432016-07-27 00:58:352077 'blink_css': ['[email protected]',
2078 '[email protected]',
danakjc1e13d4e2018-05-04 21:34:422079 '[email protected]'],
pennymac962d190432016-07-27 00:58:352080 'blink_css_flexbox': ['[email protected]'],
Morten Stenshorne4f1b3022017-11-14 12:05:372081 'blink_css_fragmentation_tests': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352082 'blink_css_grid_layout': ['[email protected]',
Oriol Brufau825a8482019-11-04 10:38:162083 '[email protected]',
horo8e9a01572016-07-27 06:05:312084 '[email protected]',
pennymac962d190432016-07-27 00:58:352085 '[email protected]'],
Dimitri Glazkov33286c62017-12-08 23:34:252086 'blink_custom_elements': ['[email protected]'],
Oksana Zhuravlova5e236ec92018-07-25 00:16:032087 'blink_device_orientation': ['[email protected]',
2088 '[email protected]',
2089 '[email protected]',
pennymac962d190432016-07-27 00:58:352090 '[email protected]'],
Pavel Feldmana47e1f92019-09-20 16:58:572091 'blink_devtools': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352092 'blink_dom': ['[email protected]',
danakjc1e13d4e2018-05-04 21:34:422093 '[email protected]'],
Hayato Ito3e487372019-04-18 05:37:212094 'blink_dom_events': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352095 'blink_events': ['[email protected]',
pennymac962d190432016-07-27 00:58:352096 '[email protected]',
2097 '[email protected]'],
2098 'blink_fetch': ['[email protected]',
2099 '[email protected]',
Takeshi Yoshino9d7588a32017-07-31 07:17:342100 '[email protected]'],
pennymac962d190432016-07-27 00:58:352101 'blink_fileapi': ['[email protected]',
tzik8be52292019-07-17 08:28:452102 '[email protected]'],
haraken98d0827a2017-02-27 00:55:192103 'blink_frames': ['[email protected]'],
Mounir Lamouria33886c2018-02-07 10:00:372104 'blink_geolocation': ['[email protected]'],
Nico Weberb6975cc2018-06-19 10:51:452105 'blink_heap': ['[email protected]',
pennymac962d190432016-07-27 00:58:352106 '[email protected]',
2107 '[email protected]'],
Dimitri Glazkov33286c62017-12-08 23:34:252108 'blink_html': ['[email protected]'],
csharrisonf357e9632016-07-29 01:27:222109 'blink_htmlparser': ['[email protected]',
2110 '[email protected]'],
Madeleine Barowsky21b04402019-01-29 19:17:052111 'blink_image_codecs': ['[email protected]',
2112 '[email protected]'],
Chris Mumford879345342019-08-08 20:44:582113 'blink_indexed_db': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352114 'blink_input': ['[email protected]',
Navid Zolghadrf7ac0562018-08-02 21:43:162115 '[email protected]'],
pennymac962d190432016-07-27 00:58:352116 'blink_layers': ['[email protected]'],
2117 'blink_layout': ['[email protected]',
2118 '[email protected]',
pennymac962d190432016-07-27 00:58:352119 '[email protected]',
2120 '[email protected]'],
Ojan Vafai1fa1ec52018-04-11 17:56:402121 'blink_layout_ng': ['[email protected]',
atotic30c8eba2016-10-28 13:24:072122 '[email protected]',
dgroganf9744ea2017-01-18 23:23:262123 '[email protected]',
lchoi2ba79a72017-05-25 00:23:052124 '[email protected]',
Xiaocheng Hu8bd4d8072017-10-25 23:44:322125 '[email protected]',
2126 '[email protected]'],
pennymac962d190432016-07-27 00:58:352127 'blink_loader': ['[email protected]',
2128 '[email protected]',
Takeshi Yoshinoab2ce8562017-11-09 05:19:192129 '[email protected]'],
pennymac962d190432016-07-27 00:58:352130 'blink_media': ['[email protected]',
2131 '[email protected]',
srirama.mdec4f512016-09-06 08:22:192132 '[email protected]',
2133 '[email protected]'],
pennymac962d190432016-07-27 00:58:352134 'blink_media_queries': ['[email protected]',
Nicolas Pena7a6b6992019-01-16 17:20:082135 '[email protected]'],
mcasas9558316b2017-03-10 18:57:312136 'blink_mediastream': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352137 'blink_navigator_content_utils': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352138 'blink_out_of_process_frames': ['[email protected]',
2139 '[email protected]'],
Raphael Kubo da Costab856f102019-07-02 09:17:552140 'blink_paint' : ['[email protected]'],
Xida Chen0ef92782018-01-17 05:53:352141 'blink_paintworklet' : ['[email protected]'],
Balazs Engedy23f08852018-09-24 23:39:582142 'blink_permissions': ['[email protected]',
2143 '[email protected]'],
kinukoc462adb2016-12-22 12:58:492144 'blink_platform': ['[email protected]'],
ajumabd2c9c22017-05-01 21:29:502145 'blink_platform_graphics': ['[email protected]',
pennymac962d190432016-07-27 00:58:352146 '[email protected]',
2147 '[email protected]',
fmalita9710b732017-02-17 05:10:022148 '[email protected]',
Fernando Serboncinie802c9f2018-11-06 19:17:112149 '[email protected]',
pennymac962d190432016-07-27 00:58:352150 '[email protected]',
pennymac962d190432016-07-27 00:58:352151 '[email protected]'],
Nicolas Pena7a6b6992019-01-16 17:20:082152 'blink_preloadScanner': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352153 'blink_prerender': ['[email protected]',
Nicolas Pena7a6b6992019-01-16 17:20:082154 '[email protected]'],
Dimitri Glazkov33286c62017-12-08 23:34:252155 'blink_public_api': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352156 'blink_quota': ['[email protected]',
tzik8be52292019-07-17 08:28:452157 '[email protected]'],
Kentaro Hara08ea1892019-08-29 04:25:242158 'blink_scheduler': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352159 'blink_screen_orientation': ['[email protected]'],
Kouhei Ueno43382932017-05-30 04:43:572160 'blink_script': ['[email protected]',
Takayoshi Kochi57997382018-07-19 03:57:592161 '[email protected]'],
David Bokan9dc0046272017-12-29 00:28:012162 'blink_scroll': ['[email protected]'],
Matt Falkenhagenca7fbb62018-07-10 09:21:432163 'blink_service_worker': ['[email protected]',
pennymac962d190432016-07-27 00:58:352164 '[email protected]',
2165 '[email protected]',
2166 '[email protected]',
pennymac962d190432016-07-27 00:58:352167 '[email protected]',
2168 '[email protected]',
tzik749ae1e2018-07-20 05:05:012169 '[email protected]'],
Matt Falkenhagenca7fbb62018-07-10 09:21:432170 'blink_service_worker_tests': ['[email protected]'],
Hayato Ito3e487372019-04-18 05:37:212171 'blink_shadow_dom': ['[email protected]'],
Rachel Blum41788872018-10-25 20:54:012172 'blink_spellcheck' : ['[email protected]',
Xiaocheng Hu8bd4d8072017-10-25 23:44:322173 '[email protected]'],
Adam Rice027497d2018-07-27 02:17:022174 'blink_streams': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352175 'blink_style': ['[email protected]'],
2176 'blink_svg': ['[email protected]',
fmalita9710b732017-02-17 05:10:022177 '[email protected]',
pennymac962d190432016-07-27 00:58:352178 '[email protected]',
pennymac962d190432016-07-27 00:58:352179 '[email protected]',
2180 '[email protected]',
pennymac962d190432016-07-27 00:58:352181 '[email protected]'],
pennymac962d190432016-07-27 00:58:352182 'blink_track': ['[email protected]',
2183 '[email protected]',
2184 '[email protected]',
Sriram8d3e0e22017-11-09 10:40:162185 '[email protected]',
2186 '[email protected]'],
mvanouwerkerk38f632c62017-04-13 10:35:312187 'blink_vibration': ['[email protected]'],
David Bokan9dc0046272017-12-29 00:28:012188 'blink_viewport_interaction': ['[email protected]',
2189 '[email protected]'],
pennymac962d190432016-07-27 00:58:352190 'blink_w3ctests': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352191 'blink_webp': ['[email protected]',
2192 '[email protected]',
Madeleine Barowsky21b04402019-01-29 19:17:052193 '[email protected]',
2194 '[email protected]'],
Adam Rice027497d2018-07-27 02:17:022195 'blink_websockets': ['[email protected]',
2196 '[email protected]'],
pennymac962d190432016-07-27 00:58:352197 'blink_workers': ['[email protected]',
falken6731ece42016-10-12 01:41:502198 '[email protected]',
pennymac962d190432016-07-27 00:58:352199 '[email protected]',
shimazu99de61f2016-09-07 03:57:412200 '[email protected]',
2201 '[email protected]'],
Kentaro Hara08ea1892019-08-29 04:25:242202 'blink_wtf': ['[email protected]'],
Joel Hockey0db16432018-03-09 22:41:492203 'blink_xml': ['[email protected]',
2204 '[email protected]'],
donnd787f6ed2016-08-03 01:00:562205 'bottombar': ['[email protected]',
2206 '[email protected]'],
Tarun Bansalc4882282018-07-11 23:53:552207 'breve': ['[email protected]'],
[email protected]22650d22012-07-18 17:02:352208 'browser_components': ['[email protected]'],
Antoine Laboure77dc8c72019-07-24 00:31:142209 'browser_compositor': ['[email protected]'],
michaelpge42ca3b32016-02-19 08:17:572210 'browser_resources_md': ['[email protected]'],
Alexander Timinaa132762019-05-10 16:10:172211 'browser_scheduler': ['[email protected]'],
Christian Dullwebered2c82b2018-04-10 08:37:222212 'browsing_data': ['[email protected]',
msramek878b39d92016-04-20 07:55:332213 '[email protected]'],
Rouslan Solomakhin0b13446c2018-07-18 14:47:072214 'bubble': ['[email protected]'],
Josh Karlin1bd016742017-08-18 17:44:172215 'cache_storage': ['[email protected]'],
mark a. foltze8739c7c2019-04-24 18:33:092216 'cast': ['[email protected]',
miua1710162015-08-27 01:38:092217 '[email protected]',
mark a. foltze8739c7c2019-04-24 18:33:092218 '[email protected]',
Xiaohan Wang22ab04c12019-02-06 00:41:042219 '[email protected]'],
ryanchung4d157372016-05-10 20:27:162220 'cast_certificate': ['[email protected]',
mfoltz57fd7f32017-05-03 06:12:582221 '[email protected]',
ryanchung24f9d7b2017-01-12 19:18:342222 '[email protected]'],
mark a. foltze8739c7c2019-04-24 18:33:092223 'cast_channel': ['[email protected]',
Ryan Ki Sing Chung27cc7ed92017-07-25 21:53:472224 '[email protected]'],
[email protected]c863702a2012-09-14 20:05:282225 'cc': ['[email protected]'],
Yi Guc1c54682018-07-23 12:00:002226 'cc-animation': ['[email protected]',
2227 '[email protected]'],
danakjca574522017-09-20 16:38:592228 'cc-contexts': ['[email protected]'],
2229 'cc-display': ['[email protected]'],
2230 'cc-paint': ['[email protected]'],
2231 'cc-quads': ['[email protected]'],
2232 'cc-resources': ['[email protected]'],
Alexander Timin864bf8a02018-03-12 11:06:282233 'cc-scheduler': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352234 'certificate_transparency': ['[email protected]',
martijnccdd0542016-11-07 18:49:272235 '[email protected]',
pennymac962d190432016-07-27 00:58:352236 '[email protected]'],
Joe Masona353743f2019-10-11 16:35:462237 'chrome_cleaner': ['[email protected]'],
Patrick Monette9355f1fc2019-08-09 18:18:162238 'chrome_elf': ['[email protected]',
2239 '[email protected]'],
lpy0ca13772017-02-28 19:48:272240 'chrome_grc': ['[email protected]'],
Sebastien Marchand68b41432019-05-09 19:38:072241 'chrome_performance_manager': ['[email protected]'],
alokp9d869cc12016-05-27 01:46:312242 'chromecast': ['[email protected]',
2243 '[email protected]',
halliwellfa56b3a42015-09-04 21:42:572244 '[email protected]'],
gfhuang2548f902016-02-26 02:29:212245 'chromecast_public': ['[email protected]'],
kereliuk08eda794c2018-09-05 16:10:232246 'chromedriver': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352247 'chromeos': ['[email protected]'],
2248 'chromeos_attestation': ['[email protected]'],
Ryan Hansberry8e41a5c42019-04-18 22:12:512249 'chromeos_bluetooth': ['[email protected]',
2250 '[email protected]',
Ryan Hansberry8ebe8492019-10-22 17:46:442251 '[email protected]',
2252 '[email protected]'],
pennymac962d190432016-07-27 00:58:352253 'chromeos_calculator': ['[email protected]'],
Kyle Horimotofdcf67012019-04-08 19:06:102254 'chromeos_cellular': ['[email protected]',
Kyle Horimotod7b72f32019-05-09 19:13:122255 '[email protected]',
2256 '[email protected]',
2257 '[email protected]',
Kyle Horimotofdcf67012019-04-08 19:06:102258 '[email protected]'],
alematec5187b1b2016-08-26 05:32:182259 'chromeos_geolocation': ['[email protected]'],
Achuith Bhandarkar434e24592018-03-07 23:05:122260 'chromeos_lkgm': ['[email protected]',
Benjamin Pastened7029352018-04-17 19:09:102261 '[email protected]',
Achuith Bhandarkar434e24592018-03-07 23:05:122262 '[email protected]'],
alematec5187b1b2016-08-26 05:32:182263 'chromeos_login': ['[email protected]',
Jacob Dufaulted1ef2bc2018-08-10 18:21:342264 '[email protected]',
Roman Sorokin891f4892019-03-28 16:30:332265 '[email protected]',
Toni Barzic43db296e2019-03-20 00:27:222266 '[email protected]'],
Trent Apted0c0b4492019-09-30 01:15:242267 'chromeos_media_app': ['[email protected]'],
Kyle Horimoto89f06e22019-04-08 19:07:172268 'chromeos_net': ['[email protected]',
Kyle Horimotod7b72f32019-05-09 19:13:122269 '[email protected]',
2270 '[email protected]',
2271 '[email protected]',
Kyle Horimoto89f06e22019-04-08 19:07:172272 '[email protected]',
Ryan Hansberry8ebe8492019-10-22 17:46:442273 '[email protected]',
2274 '[email protected]'],
alematec5187b1b2016-08-26 05:32:182275 'chromeos_timezone': ['[email protected]'],
2276 'chromeos_webui': ['[email protected]'],
Jon Mann2c257332019-08-14 19:12:142277 'chromeos_wifi_sync': ['[email protected]',
2278 '[email protected]',
2279 '[email protected]',
Ryan Hansberry8ebe8492019-10-22 17:46:442280 '[email protected]',
2281 '[email protected]'],
Anastasia Helfinstein83c763a2019-05-13 18:15:032282 'chromevox': ['[email protected]'],
Daniel Cheng99312b632017-10-25 03:59:492283 'clang_update': ['[email protected]',
[email protected]cf8ffa82013-02-13 08:30:072284 '[email protected]',
George Burgess IVbbcd9912018-04-17 14:59:282285 '[email protected]',
pennymac962d190432016-07-27 00:58:352286 '[email protected]',
rnk28bbd1772016-05-04 17:57:582287 '[email protected]',
Hans Wennborgf2eb949e2018-05-08 12:45:032288 '[email protected]',
Peter Collingbourne1ac5f712018-03-30 22:15:132289 '[email protected]',
rnk28bbd1772016-05-04 17:57:582290 '[email protected]',
pennymac962d190432016-07-27 00:58:352291 '[email protected]',
thestigf023ccc2016-11-10 14:39:152292 '[email protected]',
pennymac962d190432016-07-27 00:58:352293 '[email protected]',
Reid Klecknerfe7f9d52019-08-22 00:11:422294 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002295 'clipboard': ['[email protected]'],
Aaron Gable64f273582017-03-30 18:02:002296 'codereview_settings': ['[email protected]'],
Colin Blundell55da8082019-09-16 13:13:472297 'components_deps': ['[email protected]'],
Matthew Jonesf3b5f4f2019-01-04 00:01:252298 'compositor_animator': ['[email protected]'],
Conley Owensd744e392018-04-24 19:18:572299 'content_bluetooth': ['[email protected]',
Vincent Scheibf01b55ff22018-01-10 21:05:062300 '[email protected]'],
Rayan Kanso3047d3f2019-06-26 13:26:392301 'content_index': ['[email protected]'],
Randy Smith9d64e6e2018-03-07 20:07:082302 'content_loader': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352303 'content_renderer': ['[email protected]'],
mkwst75a31a42014-09-14 18:32:532304 'content_shell': ['[email protected]',
peterc9e3e172015-11-02 09:29:162305 '[email protected]',
2306 '[email protected]'],
nhiroki90ba0102015-07-21 01:42:242307 'content_worker': ['[email protected]',
2308 '[email protected]'],
donnd787f6ed2016-08-03 01:00:562309 'contextual_search': ['[email protected]',
2310 '[email protected]'],
pennymac962d190432016-07-27 00:58:352311 'courgette': ['[email protected]',
2312 '[email protected]'],
Nico Weber6ff639a2017-08-11 21:04:502313 'cq': ['[email protected]',
2314 '[email protected]',
2315 '[email protected]',
2316 '[email protected]',
2317 '[email protected]'],
Dan Beam5dec1b42018-12-10 23:52:342318 'cr_elements': ['[email protected]',
2319 '[email protected]',
michaelpge42ca3b32016-02-19 08:17:572320 '[email protected]'],
Chung-yih Wang7afc64a2018-03-06 02:09:042321 'cros_benchmarks': ['[email protected]',
2322 '[email protected]',
2323 '[email protected]'],
Ben Wells03471a72018-03-22 00:58:462324 'crostini': ['[email protected]'],
Lei Zhang1a86ca92019-06-13 00:04:462325 'cups_printing': ['[email protected]'],
Wojciech Dzierżanowski7d246b52019-05-10 19:52:262326 'custom_proxy': ['[email protected]',
2327 '[email protected]'],
Peter Beverloob90e4c32018-12-07 14:27:192328 'custom_tabs': ['[email protected]',
2329 '[email protected]',
Peter E Conn35d3a982019-01-17 10:35:272330 '[email protected]',
Peter Beverloo5cc24512018-11-29 15:36:432331 '[email protected]',
Peter E Conn35d3a982019-01-17 10:35:272332 '[email protected]'],
Madeleine Barowsky21b04402019-01-29 19:17:052333 'data_decoder': ['[email protected]'],
Ryo Hashimoto900be52c2018-05-24 06:42:262334 'dbus': ['[email protected]'],
Conley Owensd744e392018-04-24 19:18:572335 'device_bluetooth': ['[email protected]',
Vincent Scheibf01b55ff22018-01-10 21:05:062336 '[email protected]'],
Conley Owensd744e392018-04-24 19:18:572337 'device_chooser': ['[email protected]',
Ovidio Henriquez86333882018-11-05 18:25:212338 '[email protected]',
2339 '[email protected]'],
Pavel Feldmana47e1f92019-09-20 16:58:572340 'devtools': ['[email protected]'],
kinukoc462adb2016-12-22 12:58:492341 'disk_cache': ['[email protected]'],
David Trainor051827f2017-06-02 18:33:132342 'download': ['[email protected]'],
Dan Beam5dec1b42018-12-10 23:52:342343 'downloads_ui': ['[email protected]',
2344 '[email protected]'],
[email protected]89d2cd52013-04-16 01:55:362345 'drive_resource_metadata': ['[email protected]'],
[email protected]3a25c8a2014-06-26 06:47:102346 'eme': ['[email protected]'],
Justin DeWittf64d39e2018-08-09 21:33:412347 'explore_sites': ['[email protected]',
2348 '[email protected]',
2349 '[email protected]',
Pete Williamson3600f2d2018-09-24 17:31:112350 '[email protected]',
2351 '[email protected]'],
[email protected]f9529e7922013-06-06 05:19:412352 'extension': ['[email protected]',
2353 '[email protected]'],
Luna Lu7f221f22017-06-13 16:46:142354 'feature_policy': ['[email protected]',
Joe Medleya129fe32018-01-25 15:20:222355 '[email protected]',
Joe Medley1e1bb652018-04-27 17:36:592356 '[email protected]'],
Jeffrey Kardatzke1fa8ecaf2019-09-25 15:56:322357 'feedback': ['[email protected]'],
[email protected]84dcfd92014-05-23 13:18:192358 'fileapi': ['[email protected]',
tzik8be52292019-07-17 08:28:452359 '[email protected]'],
yoshiki1c0ba2782014-12-08 07:04:262360 'filebrowse': ['[email protected]'],
Joel Hockey0db16432018-03-09 22:41:492361 'filesapp': ['[email protected]',
2362 '[email protected]',
okab0be3dc2016-08-30 07:37:102363 '[email protected]'],
Dominik Röttschesf0fd4d62019-06-17 11:15:022364 'freetype_update': ['[email protected]',
2365 '[email protected]'],
Tomasz Mikolajewski2905dbb2017-11-22 06:24:042366 'fsp': ['[email protected]'],
David Dorwinb3bd4b1a2019-09-24 00:07:012367 'fuchsia': ['[email protected]'],
mmoroz58ddb8172016-09-08 18:29:552368 'fuzzing': ['[email protected]'],
Conley Owensd744e392018-04-24 19:18:572369 'gamepad': ['[email protected]'],
Nicolas Zeaa4088702019-08-06 20:55:102370 'gcm': ['[email protected]'],
Raphael Kubo da Costab8111f9f2018-10-04 14:24:232371 'generic_sensor': ['[email protected]',
Vincent Scheibd5da4d952017-11-03 01:33:242372 '[email protected]',
Raphael Kubo da Costa0e3cf83d2019-03-11 10:55:562373 '[email protected]',
Rijubrata Bhaumik04f46442019-09-02 07:54:442374 '[email protected]',
timvolodine4cf58ca2017-05-24 16:11:482375 '[email protected]',
mikhail.pozdnyakova8db26402016-11-28 18:27:122376 '[email protected]'],
Mounir Lamouri578ca402019-01-23 20:40:482377 'geolocation': ['[email protected]'],
[email protected]cf428f732012-10-02 20:48:152378 'gfx_geometry': ['[email protected]'],
[email protected]f93b7382012-08-09 20:53:162379 'gfx_image': ['[email protected]'],
agrieve4d9c1c52016-09-23 17:49:382380 'gn': ['[email protected]',
Trent Apted93d53b02019-01-21 02:54:342381 '[email protected]'],
Corentin Wallez3f1d0852018-07-04 15:45:362382 'gpu_passthrough_cmd_decoder': ['[email protected]'],
Ehsan Karamadc20cee22018-08-10 21:32:332383 'guest_view': ['[email protected]',
Kevin McNee77c2f6b2018-08-14 21:43:582384 '[email protected]',
Ehsan Karamadc20cee22018-08-10 21:32:332385 '[email protected]'],
Jeffrey Kardatzke1fa8ecaf2019-09-25 15:56:322386 'hats': ['[email protected]'],
Andrey Kosyakova173d252018-05-07 18:29:112387 'headless': ['[email protected]'],
Dan Beam5dec1b42018-12-10 23:52:342388 'history_ui': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002389 'i18n': ['[email protected]'],
Greg Thompson4f90fc992017-07-25 19:30:372390 'incident_reporting': ['[email protected]'],
Chris Mumford879345342019-08-08 20:44:582391 'indexed_db': ['[email protected]'],
John Budorickf6a1c302018-10-29 16:32:482392 'infra': ['[email protected]'],
Stephen Martinisf7e0fb12019-09-04 18:59:592393 'infra_docs': ['[email protected]'],
bruthigaa8281f2016-02-09 17:52:312394 'ink_drop': ['[email protected]'],
Navid Zolghadr9994e8e2019-01-22 17:36:082395 'input': ['[email protected]',
2396 '[email protected]'],
Michael Spang808d5c12018-10-23 19:20:392397 'input_devices': ['[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:262398 'installable': ['[email protected]'],
Raphael Kubo da Costaf242cef72017-11-08 16:01:182399 'installer_linux': ['[email protected]',
2400 '[email protected]'],
Greg Thompson4f90fc992017-07-25 19:30:372401 'installer_win': ['[email protected]',
Greg Thompson4f90fc992017-07-25 19:30:372402 '[email protected]'],
Ramya Nagarajan7768bf62018-11-28 21:26:042403 'instant': ['[email protected]',
2404 '[email protected]',
2405 '[email protected]',
2406 '[email protected]'],
edchin46453b42017-03-03 01:40:112407 'ios': ['[email protected]'],
2408 'ios_chrome': ['[email protected]',
eugenebutb5a5a8572017-01-20 01:18:112409 '[email protected]'],
edchin46453b42017-03-03 01:40:112410 'ios_clean': ['[email protected]',
lpromero6846b19d2017-05-23 10:43:592411 '[email protected]'],
Eric Noyaua1825272019-01-02 10:36:392412 'ios_flags': ['[email protected]'],
edchin46453b42017-03-03 01:40:112413 'ios_showcase': ['[email protected]',
lpromero6846b19d2017-05-23 10:43:592414 '[email protected]'],
edchin46453b42017-03-03 01:40:112415 'ios_web': ['[email protected]',
2416 '[email protected]'],
Johanndfa4d7d2017-12-07 18:05:292417 'libaom': ['[email protected]',
pennymac962d190432016-07-27 00:58:352418 '[email protected]',
2419 '[email protected]',
2420 '[email protected]'],
Johanndfa4d7d2017-12-07 18:05:292421 'libvpx': ['[email protected]',
2422 '[email protected]',
2423 '[email protected]',
2424 '[email protected]',
2425 '[email protected]',
2426 '[email protected]'],
Takeshi Yoshino524e1d262017-07-28 01:16:382427 'libwebp': ['[email protected]',
2428 '[email protected]',
2429 '[email protected]'],
dominiccabb90e02017-03-31 04:54:232430 'libxml_xslt': ['[email protected]',
2431 '[email protected]'],
[email protected]6d7e0bf2014-07-28 22:30:402432 'linux_sandboxing': ['[email protected]'],
[email protected]04a292a2013-03-07 19:58:422433 'linux_seccomp_bpf': ['[email protected]'],
lgrey62faed72016-10-11 21:40:392434 'mac' : ['[email protected]'],
Dominick Ng31b7feb2019-01-29 23:24:002435 'manifest': ['[email protected]',
2436 '[email protected]'],
James Cook4bfa66fa2018-05-29 17:20:422437 'mash_buildbot_filters': ['[email protected]',
2438 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002439 'media': ['[email protected]'],
Miguel Casas-Sanchez5eb47252017-09-05 21:15:032440 'media_capture_from_element': ['[email protected]'],
Alex Keng83e23682019-05-16 06:23:072441 'media_controls': ['[email protected]',
2442 '[email protected]'],
pennymac962d190432016-07-27 00:58:352443 'media_galleries': ['[email protected]',
2444 '[email protected]'],
Hirokazu Hondae31ce109a2018-09-18 11:18:502445 'media_gpu': ['[email protected]'],
Xiaohan Wang6cbdcdf2018-06-12 21:55:542446 'media_mojo': ['[email protected]',
2447 '[email protected]'],
mcasasfeedbe42017-03-03 05:23:562448 'media_recorder': ['[email protected]',
mcasas9558316b2017-03-10 18:57:312449 '[email protected]'],
mark a. foltze8739c7c2019-04-24 18:33:092450 'media_remoting': ['[email protected]',
mfoltz57fd7f32017-05-03 06:12:582451 '[email protected]',
apacible01538e02016-11-04 22:15:312452 '[email protected]',
Xiaohan Wang22ab04c12019-02-06 00:41:042453 '[email protected]'],
mark a. foltze8739c7c2019-04-24 18:33:092454 'media_router': ['[email protected]',
Xiangjun Zhang880262a2018-08-07 22:35:382455 '[email protected]',
Takumi Fujimoto4bef2792018-05-03 17:51:552456 '[email protected]'],
Xiaohan Wang6cbdcdf2018-06-12 21:55:542457 'media_win': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002458 'message_loop': ['[email protected]'],
isherman1eee6f12014-12-09 02:14:302459 'metrics': ['[email protected]'],
Gabriel Marinac7ecd72019-10-04 18:16:062460 'metrics_perf': ['[email protected]'],
Tina Lu836308d2019-09-13 01:05:042461 'metrics_xml_files': ['[email protected]',
2462 '[email protected]'],
toyoshim8f51f902015-03-27 03:50:212463 'midi': ['[email protected]'],
Darin Fisherf5c9bdf2019-09-06 22:30:232464 'mojo': ['[email protected]'],
Ryan Hansberry587c8082018-09-20 01:31:192465 'multidevice': ['[email protected]',
Ryan Hansberry786f1912018-10-30 21:21:392466 '[email protected]',
Ryan Hansberry587c8082018-09-20 01:31:192467 '[email protected]',
Kyle Horimotoc4d57b122018-02-28 01:17:302468 '[email protected]',
2469 '[email protected]',
Kyle Horimoto0c440a022019-07-09 23:27:402470 '[email protected]',
Ryan Hansberry8ebe8492019-10-22 17:46:442471 '[email protected]',
2472 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002473 'nacl': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352474 'native_client_sdk': ['[email protected]',
2475 '[email protected]'],
Alex Moshchuk3fbcf782018-05-09 00:06:292476 'navigation': ['[email protected]',
2477 '[email protected]',
pennymac962d190432016-07-27 00:58:352478 '[email protected]'],
Chris Bentzel605478a2018-07-10 21:47:012479 'net': ['[email protected]'],
Junbo Ke9a03e532019-08-20 19:53:472480 'net_base': ['[email protected]',
2481 '[email protected]'],
bnc1872e8bd2017-01-27 02:47:282482 'net_http2': ['[email protected]'],
2483 'net_log': ['[email protected]',
Matt Menkecebc2402017-07-20 16:26:092484 '[email protected]'],
Adam Rice027497d2018-07-27 02:17:022485 'net_server': ['[email protected]'],
bnc1872e8bd2017-01-27 02:47:282486 'net_spdy': ['[email protected]'],
Adam Rice027497d2018-07-27 02:17:022487 'net_websockets': ['[email protected]'],
jkarlin539748402015-03-31 17:36:312488 'netinfo': ['[email protected]'],
Helen Li30f43d8e2018-05-09 16:24:012489 'network_service': ['[email protected]'],
Rijubrata Bhaumik04f46442019-09-02 07:54:442490 'nfc': ['[email protected]',
2491 '[email protected]'],
Xing Liue18f0fb2019-03-22 23:55:142492 'notification_scheduler': ['[email protected]'],
Peter Beverloo45bf54c2018-08-06 17:12:032493 'notifications': ['[email protected]'],
tbansalc6f1c9f2016-09-30 22:48:422494 'nqe': ['[email protected]'],
Eric Noyaua1825272019-01-02 10:36:392495 'ntp_snippets': ['[email protected]'],
2496 'ntp_tiles': ['[email protected]'],
peterc7e27422017-05-17 04:05:282497 'offline_items_collection': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352498 'offline_pages': ['[email protected]',
Carlos Knippschild6a2e2f02017-06-02 18:18:142499 '[email protected]',
pennymac962d190432016-07-27 00:58:352500 '[email protected]',
2501 '[email protected]',
dewittj74b23f6f2016-04-21 19:29:252502 '[email protected]',
2503 '[email protected]',
Dan Harrington163354f2019-03-29 21:28:352504 '[email protected]',
2505 '[email protected]'],
jdonnelly6fa5a21d2017-01-03 15:28:352506 'omnibox': ['[email protected]'],
Sophie Chang76811dfb2018-12-20 21:40:472507 'optimization_guide': ['[email protected]'],
iclelland8b904402016-10-05 15:01:232508 'origin_trials': ['[email protected]',
Ian Clelland1b27f8f62017-06-22 13:36:242509 '[email protected]'],
pennymac962d190432016-07-27 00:58:352510 'ozone': ['[email protected]',
Maksim Sisovdd171472018-10-01 19:51:032511 '[email protected]',
pennymac962d190432016-07-27 00:58:352512 '[email protected]'],
Sergey Ulanov004097c2018-11-05 23:29:282513 'ozone_scenic': ['[email protected]',
Sergey Ulanovac3ba332018-11-08 00:16:452514 '[email protected]',
Sergey Ulanov004097c2018-11-05 23:29:282515 '[email protected]',
2516 '[email protected]',
2517 '[email protected]'],
Joe DeBlasiob3125f12019-10-18 21:02:542518 'page_info' : ['[email protected]',
2519 '[email protected]'],
Bryan McQuade4233f412017-07-28 16:23:412520 'page_load_metrics' : ['[email protected]',
2521 '[email protected]',
tdresserd80646f2017-03-03 19:26:082522 '[email protected]',
2523 '[email protected]'],
Daniel Cheng99312b632017-10-25 03:59:492524 'panels': ['[email protected]',
pennymac962d190432016-07-27 00:58:352525 '[email protected]',
2526 '[email protected]'],
mkwst17a9875d2016-06-24 10:36:392527 'password_manager': ['[email protected]',
Vasilii Sukhanovc4e6c2842018-07-18 12:12:202528 '[email protected]'],
sebsgbbfbea02016-10-24 21:54:592529 'payments': ['[email protected]',
mahmadi0a7bb59f2017-02-22 19:13:492530 '[email protected]',
Danyao Wang49cabfc2019-05-31 20:17:342531 '[email protected]',
2532 '[email protected]'],
Moe Ahmadi08b56a472019-07-27 00:50:222533 'payments_ios': ['[email protected]'],
Lei Zhang91530f72019-06-14 21:20:152534 'pdf': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352535 'pepper_api': ['[email protected]',
2536 '[email protected]',
2537 '[email protected]',
pennymac962d190432016-07-27 00:58:352538 '[email protected]',
pennymac962d190432016-07-27 00:58:352539 '[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:262540 'permissions': ['[email protected]',
Xi Han50f523a1d2017-07-19 15:56:112541 '[email protected]',
Dominick Ngcaa7b402017-07-11 07:35:392542 '[email protected]',
Timothy Loh363aa0dd2019-09-03 04:38:242543 '[email protected]'],
François Beaufortb2070eb2018-02-08 10:36:342544 'picture_in_picture': ['[email protected]'],
Dan Beam5dec1b42018-12-10 23:52:342545 'polymer': ['[email protected]',
2546 '[email protected]'],
Charles Harrison981d33c2017-10-06 21:36:222547 'popup_blocker': ['[email protected]'],
twifkak0c69c1f2015-06-22 18:20:092548 'precache': ['[email protected]'],
[email protected]be775bc2014-06-30 15:41:142549 'prepopulated_engines': ['[email protected]'],
Chris Bentzel605478a2018-07-10 21:47:012550 'prerender': ['[email protected]',
pennymac962d190432016-07-27 00:58:352551 '[email protected]'],
Adam Parkera556b7a2018-05-22 17:53:192552 'presentation': ['[email protected]'],
Robert Ogdenb766c88a2019-06-10 18:10:232553 'preview_features': ['[email protected]'],
Lei Zhang1a86ca92019-06-13 00:04:462554 'print_preview': ['[email protected]'],
Peter Beverloo45bf54c2018-08-06 17:12:032555 'push_messaging': ['[email protected]'],
stkhapugin06503142016-12-07 14:32:122556 'reading_list': ['[email protected]'],
mark a. foltze8739c7c2019-04-24 18:33:092557 'remoteplayback': ['[email protected]'],
[email protected]c3887592014-02-06 20:02:252558 'remoting': ['[email protected]'],
Ali Tofigh000debb52017-11-07 21:35:422559 'rlz_id': ['[email protected]',
pennymac962d190432016-07-27 00:58:352560 '[email protected]'],
Joe Medley1e1bb652018-04-27 17:36:592561 'runtime_enabled_features': ['[email protected]'],
Daniel Rubery9fdcd952019-08-26 22:32:472562 'safe_browsing': ['[email protected]',
Daniel Ruberyfa8cd5d2018-09-13 17:31:232563 '[email protected]',
Xinghui Lufad9c932019-07-30 22:57:162564 '[email protected]',
2565 '[email protected]'],
Joe DeBlasiob3125f12019-10-18 21:02:542566 'safety_tips': ['[email protected]'],
Mike Wittman652832b2019-07-16 14:34:392567 'sampling_profiler': ['[email protected]'],
mlamourid8b0feb2015-06-02 16:30:472568 'screen_orientation': ['[email protected]'],
Robert Sesekae79d38512018-09-04 18:13:302569 'security': ['[email protected]'],
Anastasia Helfinstein83c763a2019-05-13 18:15:032570 'select_to_speak': ['[email protected]',
2571 '[email protected]'],
Jeffrey Cohen7fe36f502018-12-12 01:38:212572 'send_tab_to_self': ['[email protected]',
Jeffrey Cohen7fe36f502018-12-12 01:38:212573 '[email protected]',
Jeffrey Cohen6b31b2d2019-01-23 19:12:302574 '[email protected]'],
pennymac962d190432016-07-27 00:58:352575 'service_worker': ['[email protected]',
[email protected]6d095a8b2014-02-28 15:26:162576 '[email protected]',
pennymac962d190432016-07-27 00:58:352577 '[email protected]',
pennymac962d190432016-07-27 00:58:352578 '[email protected]',
horo8e9a01572016-07-27 06:05:312579 '[email protected]',
tzik749ae1e2018-07-20 05:05:012580 '[email protected]'],
Dan Beam5dec1b42018-12-10 23:52:342581 'settings': ['[email protected]',
2582 '[email protected]',
May Lippert12159c32019-03-04 21:02:542583 '[email protected]',
2584 '[email protected]',
2585 '[email protected]',
2586 '[email protected]'],
May Lippertbb19e1242019-04-17 15:02:112587 'settings_forked_os_settings': [
2588 '[email protected]'],
May Lippertd0b8cfe2019-05-22 19:54:492589 'settings_os_settings': [
2590 '[email protected]'],
alitoc5534d62017-04-21 01:48:582591 'settings_reset_prompt': ['[email protected]'],
Peter Beverloo9a00acc2019-06-04 14:27:252592 'sharing': ['[email protected]',
2593 '[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:262594 'site_engagement': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352595 'site_instance': ['[email protected]',
Alex Moshchuk3fbcf782018-05-09 00:06:292596 '[email protected]',
pennymac962d190432016-07-27 00:58:352597 '[email protected]',
[email protected]b9ecdb62014-03-07 14:56:432598 '[email protected]'],
Ryan Hansberry587c8082018-09-20 01:31:192599 'smartlock': ['[email protected]',
Ryan Hansberry786f1912018-10-30 21:21:392600 '[email protected]',
Ryan Hansberry587c8082018-09-20 01:31:192601 '[email protected]',
Ryan Hansberry587c8082018-09-20 01:31:192602 '[email protected]',
2603 '[email protected]',
Ryan Hansberry8ebe8492019-10-22 17:46:442604 '[email protected]',
2605 '[email protected]'],
Zentaro Kavanagh608f8a12018-01-19 18:39:562606 'smb': ['[email protected]'],
Joe Medley1e1bb652018-04-27 17:36:592607 'source_idls': ['[email protected]'],
Rachel Blum41788872018-10-25 20:54:012608 'spellcheck': ['[email protected]',
timvolodine8cdb94c2016-09-22 12:17:222609 '[email protected]',
2610 '[email protected]'],
Greg Thompson9ea091702018-01-04 11:06:322611 'startup': ['[email protected]',
2612 '[email protected]'],
pennymac962d190432016-07-27 00:58:352613 'styleguide': ['[email protected]',
vmpstrdeec20e2016-11-18 22:17:322614 '[email protected]',
2615 '[email protected]'],
Peter Wenbef43902018-11-28 22:08:122616 'styleguide_python': ['[email protected]',
2617 '[email protected]',
2618 '[email protected]'],
engedye7b734da2017-02-07 12:08:132619 'subresource_filter': ['[email protected]'],
Pam Greene8efbeae92018-10-02 14:54:462620 'supervised_users': [],
CJ DiMegliocaddc3482018-12-12 02:28:382621 'surface_layer_for_video': [ '[email protected]',
2622 '[email protected]'],
Anastasia Helfinstein5205acb32019-02-15 00:54:132623 'switch_access': ['[email protected]'],
maxbogue65ea2632016-04-04 18:12:582624 'sync': ['[email protected]'],
[email protected]84dcfd92014-05-23 13:18:192625 'syncfs': ['[email protected]',
tzik8be52292019-07-17 08:28:452626 '[email protected]'],
miu5e69f1c52016-10-23 13:40:112627 'tab_alert_indicators': ['[email protected]'],
Adam Parkera556b7a2018-05-22 17:53:192628 'tab_capture': ['[email protected]',
mark a. foltze8739c7c2019-04-24 18:33:092629 '[email protected]',
Xiaohan Wang22ab04c12019-02-06 00:41:042630 '[email protected]'],
pennymac962d190432016-07-27 00:58:352631 'tab_contents': ['[email protected]',
2632 '[email protected]',
2633 '[email protected]'],
gogeralddad6ac72019-08-06 23:08:372634 'tab_ui_and_start_surface': ['[email protected]',
2635 '[email protected]',
2636 '[email protected]',
2637 '[email protected]',
Matt Simmons9616c7e2019-08-08 18:02:462638 '[email protected]',
2639 '[email protected]'],
tdresserd80646f2017-03-03 19:26:082640 'tbmv2_metrics': ['[email protected]'],
tonygc7f6a4c12015-01-16 18:32:262641 'telemetry': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352642 'test_runner': ['[email protected]',
einbindera29577e2016-08-23 01:21:492643 '[email protected]',
2644 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002645 'tests': [],
Ryan Hansberry587c8082018-09-20 01:31:192646 'tether': ['[email protected]',
Ryan Hansberry786f1912018-10-30 21:21:392647 '[email protected]',
Ryan Hansberry587c8082018-09-20 01:31:192648 '[email protected]',
Ryan Hansberry587c8082018-09-20 01:31:192649 '[email protected]',
dbeamd924f0d0d2017-06-20 02:34:252650 '[email protected]',
Ryan Hansberry8ebe8492019-10-22 17:46:442651 '[email protected]',
2652 '[email protected]'],
Keith Lee98ccf8b2019-07-31 01:50:492653 'textinput': ['[email protected]',
2654 '[email protected]',
pennymac962d190432016-07-27 00:58:352655 '[email protected]',
2656 '[email protected]',
Yuichiro Hanadaf0b3b472017-10-17 07:00:532657 '[email protected]',
pennymac962d190432016-07-27 00:58:352658 '[email protected]'],
Keith Lee98ccf8b2019-07-31 01:50:492659 'textinput_chromeos': ['[email protected]',
2660 '[email protected]',
pennymac962d190432016-07-27 00:58:352661 '[email protected]',
Yuichiro Hanadaf0b3b472017-10-17 07:00:532662 '[email protected]',
pennymac962d190432016-07-27 00:58:352663 '[email protected]'],
Patrick Monette9355f1fc2019-08-09 18:18:162664 'third_party_conflicts': ['[email protected]'],
Chirantan Ekbote284e6282019-06-19 01:53:082665 'timers': [],
robliaofd54b5c2017-01-13 00:41:302666 'tools_win_chromeexts': ['[email protected]'],
AJITH KUMAR V4f0c4812018-03-27 13:46:572667 'touch_selection': ['[email protected]',
2668 '[email protected]'],
pennymac962d190432016-07-27 00:58:352669 'tracing': ['[email protected]',
Michael Spangbbcf79de2018-12-13 15:07:262670 '[email protected]',
2671 '[email protected]'],
Nicolas Ouellet-payeur0c26b872019-09-05 07:38:072672 'traffic_annotation': ['[email protected]'],
[email protected]cf428f732012-10-02 20:48:152673 'ui_compositor': ['[email protected]'],
robliao2c4b7492016-07-19 01:57:262674 'ui_display_win': ['[email protected]'],
[email protected]6b5093c2012-05-23 19:10:182675 'ui_resources': ['[email protected]'],
edwardjung83f52ef22017-02-07 13:15:072676 'ui_strings': ['[email protected]'],
Scott Violet27497292019-03-25 23:06:532677 'ui_views': ['[email protected]',
2678 '[email protected]'],
Will Harris989ca932019-02-15 19:21:212679 'unified_consent': ['[email protected]'],
Ovidio Henriquez86333882018-11-05 18:25:212680 'usb': ['[email protected]',
2681 '[email protected]'],
Miguel Casas-Sancheza65d49a2017-12-11 03:27:482682 'vaapi': ['[email protected]'],
[email protected]c73ec8ab2014-01-16 20:35:232683 'version_assembly': ['[email protected]',
2684 '[email protected]'],
Alexandre Courbot3e9e55a2018-04-05 05:29:422685 'video': ['[email protected]'],
Rijubrata Bhaumik04f46442019-09-02 07:54:442686 'video_capture': ['[email protected]',
2687 '[email protected]'],
Alexandre Courbot3e9e55a2018-04-05 05:29:422688 'video_gpu': ['[email protected]'],
Darren Shen40a822352019-06-03 05:39:162689 'virtual_keyboard': ['[email protected]',
Darren Shen405b8972019-04-10 07:16:292690 '[email protected]',
2691 '[email protected]'],
billorr3c7e1442016-11-11 21:21:352692 'virtual_reality': ['[email protected]'],
Chris Blumec6ddd6c2018-12-14 23:35:012693 'vulkan': ['[email protected]'],
Raphael Kubo da Costabb97c4eb2019-04-25 15:25:392694 'wake_lock': ['[email protected]',
2695 '[email protected]'],
May Lippert04ed4b62019-05-24 16:31:222696 'wallpapers': ['[email protected]',
2697 '[email protected]',
2698 '[email protected]',
2699 '[email protected]'],
Alan Cutterc9c44102019-07-05 03:46:222700 'web_applications': ['[email protected]',
2701 '[email protected]',
Raymes Khoury6b9bf762019-05-17 05:00:512702 '[email protected]',
2703 '[email protected]',
Raymes Khoury0de8f2c2019-11-05 23:43:492704 '[email protected]'],
Dan Beam5dec1b42018-12-10 23:52:342705 'web_dev_style': ['[email protected]'],
Devin Mullins4ff9b282018-03-09 00:37:322706 'web_package': ['[email protected]'],
Matt Giuca9eb910d2017-08-02 04:07:382707 'web_share': ['[email protected]'],
Martin Kreichgauer794a18572018-07-20 20:45:432708 'webauthn': ['[email protected]'],
Corentin Wallez3f1d0852018-07-04 15:45:362709 'webgpu': ['[email protected]',
2710 '[email protected]'],
Darin Fisherf5c9bdf2019-09-06 22:30:232711 'weblayer': ['[email protected]',
2712 '[email protected]'],
Takeshi Yoshinoe387aa32017-08-02 13:16:132713 'webrtc_browser_tests': ['[email protected]'],
Christian Dullwebered2c82b2018-04-10 08:37:222714 'website_settings': ['[email protected]',
Raymes Khouryc555e9dc2019-02-18 09:13:222715 '[email protected]'],
Dan Beam5dec1b42018-12-10 23:52:342716 'webui_backend': ['[email protected]'],
Penny MacNeil0ced2cb2018-07-30 21:09:492717 'windows_sandboxing': ['[email protected]'],
Luke Zielinskid00a5112019-10-30 17:58:412718 'wpt_tools': ['[email protected]'],
Daniel Eratb4c9b9e2019-06-04 23:57:262719 'x11': ['[email protected]',
[email protected]f76c8852012-06-21 16:37:002720 '[email protected]'],
Chris Blume04103c42018-12-14 22:46:062721 'zlib': ['[email protected]'],
wjmaclean3ff6a402015-03-31 19:00:202722 'zoom': ['[email protected]'],
[email protected]a3838612009-10-13 21:57:542723 },
2724}