blob: 9c06409d8843080260cb039f1410805393ddba6e [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 },
Ted Choc042d8442018-03-13 16:35:5772 'android_search_widget': {
73 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/locale/' \
74 '|chrome/android/java/src/org/chromium/chrome/browser/searchwidget/'
75 },
wnwena0364162017-02-16 20:37:3876 'android_studio': {
nyquist6e560d032017-02-28 07:49:5977 'filepath': 'build/android/gradle/' \
78 '|docs/android_studio.md' \
79 '|tools/android/android_studio'
wnwena0364162017-02-16 20:37:3880 },
[email protected]3261d962014-03-04 22:18:2881 'android_tab': {
82 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/Tab'
83 },
asvitkine361b276e2016-08-30 18:45:0084 'android_uma_settings': {
85 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/preferences/privacy/UsageAndCrashReportsPreferenceFragment.java|'\
86 'chrome/android/java/src/org/chromium/chrome/browser/preferences/privacy/PrivacyPreferencesManager.java|'\
87 'chrome/android/java/src/org/chromium/chrome/browser/preferences/privacy/PrivacyPreferences.java|'\
asvitkine361b276e2016-08-30 18:45:0088 'chrome/android/java/src/org/chromium/chrome/browser/metrics/UmaSessionStats.java',
89 },
zpengb9a180d2016-10-12 18:40:2190 'android_webapk': {
zpeng4c3bc372016-10-13 03:00:4891 'filepath': 'chrome/android/webapk/|'\
92 'chrome/browser/android/webapk/',
zpengb9a180d2016-10-12 18:40:2193 },
[email protected]7ca78dc12012-09-20 09:26:4494 'android_webview': {
95 'filepath': 'android_webview/',
96 },
Tim Volodine178dc2bc2019-03-19 19:07:2297 'android_webview_network_service': {
98 'filepath': 'android_webview/browser/network_service/',
99 },
Yi Guc1c54682018-07-23 12:00:00100 'animation_worklet': {
101 'filepath': 'third_party/blink/renderer/modules/animationworklet/',
102 },
[email protected]e38d185a2013-07-09 08:23:52103 'app_shortcuts': {
104 'filepath': 'apps/app_shim/'\
[email protected]e38d185a2013-07-09 08:23:52105 '|chrome/common/mac/'
106 },
[email protected]54bf94d2013-01-30 23:07:40107 'apps': {
Dominick Ngfe197c752018-07-18 00:51:26108 'filepath': '^apps/'\
109 '|chrome/browser/apps/'\
110 '|chrome/browser/chromeos/apps/'
[email protected]54bf94d2013-01-30 23:07:40111 },
Maggie Cai9190f7632019-06-12 06:06:57112 'apps_intent_helper': {
113 'filepath': 'chrome/browser/apps/intent_helper/|'\
114 'chrome/browser/chromeos/apps/intent_helper/'
115 },
lhchavez4b19176f2016-05-04 23:12:46116 'arc': {
117 'filepath': 'arc/',
118 },
lhchavez61532c92016-10-18 21:33:37119 'arc_auth': {
120 'filepath': 'chrome/browser/chromeos/arc/arc_auth'
121 },
Yuichiro Hanada2e111fb2018-11-19 17:33:05122 'arc_ime': {
123 'filepath': 'chrome/browser/chromeos/arc/input_method_manager/'\
124 '|components/arc/ime/'
125 },
poromov7633f602017-02-21 16:44:01126 'arc_kiosk': {
127 'filepath': 'chrome/browser/chromeos/app_mode/arc/'\
128 '|components/arc/kiosk/'\
129 '|arc_kiosk'
130 },
Miyoung Shin3fc077c2019-08-06 00:29:44131 'arc_mojom': {
132 'filepath': 'components/arc/mojom/',
133 },
lhchavez4b19176f2016-05-04 23:12:46134 'arc_net': {
135 'filepath': 'components/arc/net/',
136 },
ejcarusoa298ec02016-06-16 20:30:43137 'arc_power': {
138 'filepath': 'components/arc/power/',
139 },
Hirokazu Hondaf98a3122018-04-12 11:19:48140 'arc_video_accelerator': {
141 'filepath': 'components/arc/video_accelerator',
142 },
[email protected]3ce56642013-10-17 22:12:51143 'ash': {
144 'filepath': 'ash/',
145 },
Xiaohui Chenf7e70a22018-02-08 00:36:38146 'assistant': {
David Black20c36722019-02-05 18:36:31147 'filepath': 'ash/app_list/views/assistant/'\
148 '|ash/assistant/'\
Xiaohui Chen985c26b2018-05-16 18:41:27149 '|chromeos/assistant/'\
150 '|chromeos/services/assistant/'\
151 '|chrome/browser/ui/ash/assistant/'
Xiaohui Chenf7e70a22018-02-08 00:36:38152 },
Max Morin2b0206312018-04-06 11:17:40153 'audio_service': {
154 'filepath': 'services/audio/'
155 },
[email protected]f76c8852012-06-21 16:37:00156 'aura': {
[email protected]3ce56642013-10-17 22:12:51157 'filepath': 'ui/aura/',
[email protected]84ba35e32010-08-06 17:22:39158 },
[email protected]c3a6e1e72013-08-02 00:13:07159 'aura_compositor': {
160 'filepath':
161 'ui/compositor/' \
[email protected]6dc38f72014-01-16 22:19:58162 '|content/browser/compositor/' \
danakj479ab502017-03-31 20:19:09163 '|content/browser/renderer_host/compositor_resize_lock' \
[email protected]c3a6e1e72013-08-02 00:13:07164 '|content/browser/renderer_host/render_widget_host_view_aura' \
165 '|content/browser/renderer_host/render_widget_host_view_browsertest' \
[email protected]a6eeeef92014-03-19 19:06:44166 '|content/browser/renderer_host/delegated' \
[email protected]c3a6e1e72013-08-02 00:13:07167 '|content/common/gpu/client/' \
[email protected]c3a6e1e72013-08-02 00:13:07168 },
Martin Robinson30f0f7f2019-08-22 16:33:05169 'auralinux_accessibility': {
170 'filepath':
171 'ui/accessibility/platform/.*auralinux.*' \
172 '|ui/views/accessibility/.*auralinux.*' \
173 '|chrome/browser/ui/views/accessibility/.*auralinux.*' \
174 '|content/browser/accessibility/.*auralinux.*' \
175 },
Katie D14c38ce2019-02-14 00:34:45176 'autoclick': {
177 'filepath': 'ash/autoclick/',
178 },
[email protected]2a38f0c02013-05-29 02:27:45179 'autofill': {
rouslanfbfa7402016-11-22 19:36:39180 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/autofill/|'\
181 'chrome/browser/autofill/|'\
[email protected]d9310a82012-11-02 02:53:48182 'chrome/browser/ui/android/autofill/|'\
183 'chrome/browser/ui/autofill/|'\
[email protected]e3e4ca62013-05-17 08:50:27184 'chrome/browser/ui/cocoa/autofill/|'\
[email protected]d9310a82012-11-02 02:53:48185 'chrome/browser/ui/views/autofill/|'\
[email protected]d9310a82012-11-02 02:53:48186 'chrome/renderer/autofill/|'\
187 'chrome/test/data/autofill/|'\
[email protected]3947d4a82013-03-12 09:41:05188 'components/autofill/|'\
[email protected]30964792013-05-29 02:41:25189 'components/autofill/browser/webdata/|'\
vabrbeb0c562015-12-01 10:48:08190 'components/webdata/',
[email protected]b3399272010-08-10 19:49:29191 },
gogerald5d02fde2018-08-18 04:30:56192 'autofill_assistant': {
Peter Wenf66bd402019-03-18 14:04:33193 'filepath': 'chrome/android/features/autofill_assistant/|'\
gogerald5d02fde2018-08-18 04:30:56194 'chrome/browser/android/autofill_assistant/|'\
195 'components/autofill_assistant/',
196 },
Jared Sauldd47a29d2019-04-18 16:28:54197 'autofill_payments': {
Jared Saul4765c1e2018-06-18 13:44:57198 'filepath': 'chrome/browser/ui/autofill/chrome_autofill_client*|'\
Jared Sauldd47a29d2019-04-18 16:28:54199 'chrome/browser/ui/autofill/payments/|'\
200 'chrome/browser/ui/views/autofill/payments/|'\
201 'components/autofill/core/browser/payments/|'\
202 'components/autofill/core/browser/ui/payments/|'\
203 'components/autofill/core/common/autofill_payments_features*|'\
204 'components/autofill_payments_strings*',
Jared Saul4765c1e2018-06-18 13:44:57205 },
peter39e10a62017-02-21 15:14:13206 'background_fetch': {
Peter Beverloo4548c852017-08-31 13:45:17207 'filepath': 'background_fetch|'\
208 'background-fetch',
peter39e10a62017-02-21 15:14:13209 },
210 'background_sync': {
Josh Karlin1bd016742017-08-18 17:44:17211 'filepath': '/background_sync/',
peter39e10a62017-02-21 15:14:13212 },
dominickn8884155a2016-06-23 02:28:16213 'banners': {
214 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/banners/|'\
215 'chrome/android/javatests/src/org/chromium/chrome/browser/banners/|'\
dominickn8884155a2016-06-23 02:28:16216 'chrome/browser/banners/|'\
217 'chrome/browser/ui/android/infobars/app_banner_.*|'\
Blink Reformata30d4232018-04-07 15:31:06218 'third_party/blink/public/platform/modules/app_banner/|'\
219 'third_party/blink/renderer/modules/app_banner/',
dominickn8884155a2016-06-23 02:28:16220 },
[email protected]f76c8852012-06-21 16:37:00221 'base': {
[email protected]f2f0fbb92012-07-14 15:52:49222 'filepath': '^base/',
[email protected]7a7a13b2010-08-25 01:10:59223 },
[email protected]5e105332012-09-13 01:55:52224 'base_allocator': {
225 'filepath': '^base/allocator',
226 },
[email protected]1ed5e0fd2012-07-19 00:19:05227 'base_memory': {
228 'filepath': '^base/memory',
229 },
Alexander Timin864bf8a02018-03-12 11:06:28230 'base_scheduler': {
231 'filepath': '^base/task/',
232 },
Gabriel Charettee6bbb532019-04-29 16:39:39233 'base_thread_pool': {
234 'filepath': '^base/task/thread_pool',
robliao1644d8b2016-04-11 15:39:59235 },
[email protected]b17d9e02014-07-29 09:45:50236 'base_win': {
237 'filepath': '^base/win',
238 },
[email protected]7e093d4022014-06-26 19:19:55239 'battery_status': {
240 'filepath': 'content/browser/battery_status/|'\
timvolodine953fde72014-12-09 16:47:10241 'content/test/data/battery_status/|'\
242 'device/battery/',
[email protected]7e093d4022014-06-26 19:19:55243 },
Alexander Timine3deb2a2019-09-20 15:29:09244 'bfcache': {
245 'filepath': 'content/browser/frame_host/back_forward_cache.*|'\
246 'content/browser/back_forward_cache_browsertest.cc|'\
247 'content/test/data/back_forward_cache/|'\
Lowell Mannersf1022982019-10-01 13:01:33248 'content/public/browser/back_forward_cache.*',
Alexander Timine3deb2a2019-09-20 15:29:09249 },
wnwen72684762017-03-29 13:28:37250 'binary_size': {
251 'filepath': 'build/android/binary_size/|'\
252 'tools/binary_size/',
253 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13254 'blink': {
Kent Tamurae9b3a9ec2017-08-31 02:20:19255 'filepath': 'third_party/(WebKit|blink)/',
Takeshi Yoshinoe387aa32017-08-02 13:16:13256 },
257 'blink_accessibility': {
Kent Tamuraeb394c72018-04-07 19:14:55258 'filepath': 'third_party/(WebKit|blink)/.*(accessibility|ax_object_cache|web_ax)'
Takeshi Yoshinoe387aa32017-08-02 13:16:13259 },
260 'blink_animation': {
Kent Tamuraeb394c72018-04-07 19:14:55261 'filepath': 'third_party/(WebKit|blink)/.*([Aa]nimat|[Tt]ransition)',
Takeshi Yoshinoe387aa32017-08-02 13:16:13262 },
263 'blink_app_banner': {
Blink Reformata30d4232018-04-07 15:31:06264 'filepath': 'third_party/blink/renderer/modules/app_banner' \
265 '|third_party/blink/public/platform/modules/app_banner',
Takeshi Yoshinoe387aa32017-08-02 13:16:13266 },
267 'blink_audio': {
Blink Reformata30d4232018-04-07 15:31:06268 'filepath': 'third_party/blink/renderer/platform/audio' \
269 '|third_party/blink/renderer/modules/webaudio' \
Kent Tamura77578cc2018-11-25 22:33:43270 '|third_party/blink/web_tests/external/wpt/webaudio',
Takeshi Yoshinoe387aa32017-08-02 13:16:13271 },
272 'blink_battery_status': {
Blink Reformata30d4232018-04-07 15:31:06273 'filepath': 'third_party/blink/renderer/modules/battery/' \
Kent Tamura77578cc2018-11-25 22:33:43274 '|third_party/blink/web_tests/battery-status/' \
Kent Tamuraeb394c72018-04-07 19:14:55275 '|third_party/blink/renderer/core/frame/platform_event_(controller|dispatcher)'
Takeshi Yoshinoe387aa32017-08-02 13:16:13276 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13277 'blink_bindings': {
Blink Reformata30d4232018-04-07 15:31:06278 'filepath': 'third_party/blink/renderer/platform/bindings' \
279 '|third_party/blink/renderer/bindings',
Takeshi Yoshinoe387aa32017-08-02 13:16:13280 },
281 'blink_bindings_serialization': {
Kent Tamuraeb394c72018-04-07 19:14:55282 'filepath': 'third_party/blink/renderer/bindings/(core|modules)/v8/.*serializ',
Takeshi Yoshinoe387aa32017-08-02 13:16:13283 },
284 'blink_bluetooth': {
Kent Tamuraeb394c72018-04-07 19:14:55285 'filepath': 'third_party/(WebKit|blink)/.*[Bb]luetooth'
Takeshi Yoshinoe387aa32017-08-02 13:16:13286 },
Fernando Serboncinife13f9d2018-08-14 13:35:54287 'blink_canvas': {
Blink Reformata30d4232018-04-07 15:31:06288 'filepath': 'third_party/blink/renderer/core/html/canvas' \
Fernando Serboncinife13f9d2018-08-14 13:35:54289 '|third_party/blink/renderer/core/offscreencanvas' \
290 '|third_party/blink/renderer/core/geometry' \
291 '|third_party/blink/renderer/modules/canvas' \
292 '|third_party/blink/renderer/platform/graphics/canvas',
Takeshi Yoshinoe387aa32017-08-02 13:16:13293 },
294 'blink_client_hints': {
Kent Tamuraeb394c72018-04-07 19:14:55295 'filepath': 'third_party/blink/renderer/core/loader/accept_client_hints*' \
296 '|third_party/blink/renderer/core/loader/frame_fetch_context*' \
297 '|third_party/blink/renderer/core/loader/resource/image_resource*' \
298 '|third_party/blink/renderer/platform/loader/fetch/fetch_context*' \
299 '|third_party/blink/renderer/platform/loader/fetch/resource_fetcher*'
Takeshi Yoshinoe387aa32017-08-02 13:16:13300 },
301 'blink_clipboard': {
Blink Reformata30d4232018-04-07 15:31:06302 'filepath': 'third_party/blink/renderer/core/clipboard' \
Kent Tamuraeb394c72018-04-07 19:14:55303 '|third_party/blink/renderer/core/page/.*drag' \
304 '|third_party/blink/renderer/platform/.*drag' \
Kent Tamuraeb394c72018-04-07 19:14:55305 '|third_party/blink/public/platform/.*drag' \
306 '|third_party/blink/public/web/.*drag',
Takeshi Yoshinoe387aa32017-08-02 13:16:13307 },
Jeremy Romanb7b3a6a2018-02-07 20:15:32308 'blink_common': {
Kent Tamuraeb394c72018-04-07 19:14:55309 'filepath': 'third_party/blink/common'
Blink Reformata30d4232018-04-07 15:31:06310 '|third_party/blink/public/common' \
311 '|third_party/blink/public/mojom',
Jeremy Romanb7b3a6a2018-02-07 20:15:32312 },
Kentaro Hara993b0de2017-08-07 02:26:37313 'blink_controller': {
Blink Reformata30d4232018-04-07 15:31:06314 'filepath': 'third_party/blink/renderer/controller',
Kentaro Hara993b0de2017-08-07 02:26:37315 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13316 'blink_css': {
Blink Reformata30d4232018-04-07 15:31:06317 'filepath': 'third_party/blink/renderer/core/css',
Takeshi Yoshinoe387aa32017-08-02 13:16:13318 },
319 'blink_css_flexbox': {
Kent Tamuraeb394c72018-04-07 19:14:55320 'filepath': 'third_party/blink/renderer/core/rendering/.*flex' \
Kent Tamura77578cc2018-11-25 22:33:43321 '|third_party/blink/web_tests/fast/deprecated-flexbox/' \
322 '|third_party/blink/web_tests/css3/flexbox/' \
323 '|third_party/blink/web_tests/ietestcenter/css3/flexbox/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13324 },
325 'blink_css_fragmentation_tests': {
Kent Tamura77578cc2018-11-25 22:33:43326 'filepath': 'third_party/blink/web_tests/fast/multicol/' \
327 '|third_party/blink/web_tests/fast/pagination/' \
328 '|third_party/blink/web_tests/fragmentation/' \
329 '|third_party/blink/web_tests/printing/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13330 },
331 'blink_css_grid_layout': {
Kent Tamuraeb394c72018-04-07 19:14:55332 'filepath': 'third_party/blink/renderer/core/layout/.*grid' \
333 '|third_party/blink/renderer/core/paint/.*grid' \
334 '|third_party/blink/renderer/core/css/.*grid' \
Kent Tamura77578cc2018-11-25 22:33:43335 '|third_party/blink/web_tests/fast/css-grid-layout/' \
336 '|third_party/blink/web_tests/ietestcenter/css3/grid/' \
337 '|third_party/blink/web_tests/platform/.*/fast/css-grid-layout/' \
338 '|third_party/blink/web_tests/platform/.*/ietestcenter/css3/grid/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13339 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13340 'blink_custom_elements': {
Blink Reformata30d4232018-04-07 15:31:06341 'filepath': 'third_party/blink/renderer/core/html/custom/' \
Kent Tamuraeb394c72018-04-07 19:14:55342 '|third_party/blink/renderer/bindings/core/v8/.*custom_element',
Takeshi Yoshinoe387aa32017-08-02 13:16:13343 },
344 'blink_device_orientation': {
Oksana Zhuravlova5e236ec92018-07-25 00:16:03345 'filepath': 'content/browser/device_sensors/' \
346 '|content/test/data/device_sensors/' \
347 '|third_party/blink/renderer/modules/device_orientation/' \
Kent Tamura77578cc2018-11-25 22:33:43348 '|third_party/blink/web_tests/device_orientation/' \
Kent Tamuraeb394c72018-04-07 19:14:55349 '|third_party/blink/renderer/core/frame/platform_event_(controller|dispatcher)' \
350 '|third_party/blink/renderer/core/frame/device_single_window_event_controller'
Takeshi Yoshinoe387aa32017-08-02 13:16:13351 },
352 'blink_devtools': {
Tim van der Lippedf9e7b22019-07-24 13:18:36353 'filepath': 'third_party/blink/.*(inspector|DevTools|dev_tools|devtools)',
Takeshi Yoshinoe387aa32017-08-02 13:16:13354 },
355 'blink_dom': {
Blink Reformata30d4232018-04-07 15:31:06356 'filepath': 'third_party/blink/renderer/core/dom/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13357 },
358 'blink_dom_events': {
Blink Reformata30d4232018-04-07 15:31:06359 'filepath': 'third_party/blink/renderer/core/dom/events/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13360 },
361 'blink_events': {
Kent Tamuraeb394c72018-04-07 19:14:55362 'filepath': 'third_party/blink/renderer/core/page/.*event' \
363 '|third_party/blink/renderer/core/dom/.*event' \
364 '|third_party/blink/renderer/core/css/.*event' \
365 '|third_party/blink/renderer/platform/.*event'
Takeshi Yoshinoe387aa32017-08-02 13:16:13366 },
367 'blink_fetch': {
Blink Reformata30d4232018-04-07 15:31:06368 'filepath': 'third_party/blink/renderer/platform/loader/fetch'
Takeshi Yoshinoe387aa32017-08-02 13:16:13369 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13370 'blink_fileapi': {
Blink Reformata30d4232018-04-07 15:31:06371 'filepath': 'third_party/blink/renderer/modules/filesystem/' \
372 '|third_party/blink/renderer/core/fileapi/' \
Kent Tamuraeb394c72018-04-07 19:14:55373 '|third_party/blink/renderer/platform/.*file' \
Kent Tamura77578cc2018-11-25 22:33:43374 '|third_party/blink/web_tests/fast/file' \
Kent Tamuraeb394c72018-04-07 19:14:55375 '|third_party/blink/public/.*_file'
Takeshi Yoshinoe387aa32017-08-02 13:16:13376 },
377 'blink_frames': {
Blink Reformata30d4232018-04-07 15:31:06378 'filepath': 'third_party/blink/renderer/core/frame/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13379 },
380 'blink_geolocation': {
Kent Tamura77578cc2018-11-25 22:33:43381 'filepath': 'third_party/blink/web_tests/geolocation-api/' \
Blink Reformata30d4232018-04-07 15:31:06382 '|third_party/blink/renderer/modules/geolocation/' \
Kent Tamuraeb394c72018-04-07 19:14:55383 '|third_party/blink/public/web/.*geolocation'
Takeshi Yoshinoe387aa32017-08-02 13:16:13384 },
385 'blink_heap': {
Blink Reformata30d4232018-04-07 15:31:06386 'filepath': 'third_party/blink/renderer/platform/heap' \
Takeshi Yoshinoe387aa32017-08-02 13:16:13387 '|base/allocator/partition_allocator/'
388 },
389 'blink_html': {
Blink Reformata30d4232018-04-07 15:31:06390 'filepath': 'third_party/blink/renderer/core/html/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13391 },
392 'blink_htmlparser': {
Blink Reformata30d4232018-04-07 15:31:06393 'filepath': 'third_party/blink/renderer/core/html/parser/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13394 },
Chris Blume484eaa1b2018-12-14 22:49:18395 'blink_image_codecs': {
396 'filepath': 'third_party/blink/renderer/platform/image-decoders' \
397 '|third_party/blink/renderer/platform/image-encoders' \
398 '|third_party/blink/perf_tests/image_decoder'
399 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13400 'blink_indexed_db': {
Chase Phillips7027bd52018-08-30 17:31:55401 'filepath': 'third_party/blink/common/indexeddb' \
402 '|third_party/blink/public/common/indexeddb' \
403 '|third_party/blink/public/platform/.*_idb' \
404 '|third_party/blink/public/platform/modules/indexeddb' \
405 '|third_party/blink/public/mojom/indexeddb' \
406 '|third_party/blink/renderer/modules/indexeddb/' \
Kent Tamura77578cc2018-11-25 22:33:43407 '|third_party/blink/web_tests/storage/indexeddb'
Takeshi Yoshinoe387aa32017-08-02 13:16:13408 },
409 'blink_input': {
Blink Reformata30d4232018-04-07 15:31:06410 'filepath': 'third_party/blink/renderer/core/input/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13411 },
412 'blink_layers': {
Kent Tamuraeb394c72018-04-07 19:14:55413 'filepath': 'third_party/blink/renderer/core/page/scrolling/scrolling_coordinator' \
414 '|third_party/blink/renderer/platform/graphics/graphics_layer' \
415 '|third_party/blink/renderer/core/layout/layer'
Takeshi Yoshinoe387aa32017-08-02 13:16:13416 },
417 'blink_layout': {
Kent Tamuraeb394c72018-04-07 19:14:55418 'filepath': 'third_party/blink/renderer/core/layout'
Takeshi Yoshinoe387aa32017-08-02 13:16:13419 },
420 'blink_layout_ng': {
Blink Reformata30d4232018-04-07 15:31:06421 'filepath': 'third_party/blink/renderer/core/layout/ng',
Takeshi Yoshinoe387aa32017-08-02 13:16:13422 },
423 'blink_loader': {
Blink Reformata30d4232018-04-07 15:31:06424 'filepath': 'third_party/blink/renderer/core/loader/' \
425 '|third_party/blink/renderer/platform/loader/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13426 },
427 'blink_media': {
Blink Reformata30d4232018-04-07 15:31:06428 'filepath': 'third_party/blink/renderer/core/css/mediaControls' \
Kent Tamuraeb394c72018-04-07 19:14:55429 '|third_party/blink/renderer/core/html/.*_(audio|media|video)' \
430 '|third_party/blink/renderer/core/html/shadow/media_control' \
431 '|third_party/blink/renderer/core/layout/layout_media' \
432 '|third_party/blink/renderer/core/layout/layout_text_track_container_element' \
Blink Reformata30d4232018-04-07 15:31:06433 '|third_party/blink/renderer/modules/(encryptedmedia|mediasource)' \
434 '|third_party/blink/renderer/platform/drm/' \
435 '|third_party/blink/renderer/platform/graphics/media/' \
Kent Tamura77578cc2018-11-25 22:33:43436 '|third_party/blink/web_tests/media/' \
Kent Tamuraeb394c72018-04-07 19:14:55437 '|third_party/blink/public/.*_media'
Takeshi Yoshinoe387aa32017-08-02 13:16:13438 },
439 'blink_media_queries': {
Kent Tamuraeb394c72018-04-07 19:14:55440 'filepath': 'third_party/blink/renderer/core/css/css_media_rule' \
441 '|third_party/blink/renderer/core/css/media_list' \
442 '|third_party/blink/renderer/core/css/media_query' \
443 '|third_party/blink/renderer/core/css/parser/media_query'
Takeshi Yoshinoe387aa32017-08-02 13:16:13444 },
445 'blink_mediastream': {
Blink Reformata30d4232018-04-07 15:31:06446 'filepath': 'third_party/blink/renderer/modules/mediastream/' \
447 '|third_party/blink/renderer/platform/mediastream/' \
Kent Tamuraeb394c72018-04-07 19:14:55448 '|third_party/blink/renderer/platform/exported/web_media_stream' \
449 '|third_party/blink/renderer/platform/exported/web_rtc' \
Kent Tamura77578cc2018-11-25 22:33:43450 '|third_party/blink/web_tests/fast/mediastream/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13451 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13452 'blink_navigator_content_utils': {
Blink Reformata30d4232018-04-07 15:31:06453 'filepath': 'third_party/blink/renderer/modules/navigatorcontentutils' \
Kent Tamura77578cc2018-11-25 22:33:43454 '|third_party/blink/web_tests/fast/dom/navigatorcontentutils'
Takeshi Yoshinoe387aa32017-08-02 13:16:13455 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13456 'blink_out_of_process_frames': {
Kent Tamuraeb394c72018-04-07 19:14:55457 'filepath': 'third_party/blink/renderer/core/frame/frame_owner' \
458 '|third_party/blink/renderer/core/frame/frame\.' \
459 '|third_party/blink/renderer/core/frame/web_frame' \
460 '|third_party/blink/renderer/core/exported/web_remote_frame_impl'
Takeshi Yoshinoe387aa32017-08-02 13:16:13461 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13462 'blink_paint': {
Blink Reformata30d4232018-04-07 15:31:06463 'filepath': 'third_party/blink/renderer/core/paint/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13464 },
Xida Chen0ef92782018-01-17 05:53:35465 'blink_paintworklet': {
Blink Reformata30d4232018-04-07 15:31:06466 'filepath': 'third_party/blink/renderer/modules/csspaint/' \
Kent Tamura77578cc2018-11-25 22:33:43467 '|third_party/blink/web_tests/http/tests/csspaint/' \
468 '|third_party/blink/web_tests/externla/wpt/css/css-paint-api/'
Xida Chen0ef92782018-01-17 05:53:35469 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13470 'blink_permissions': {
Blink Reformata30d4232018-04-07 15:31:06471 'filepath': 'third_party/blink/renderer/modules/permissions/' \
Julie Jeongeun Kim162c2d282019-03-13 07:23:52472 '|third_party/blink/public/mojom/permissions/',
Takeshi Yoshinoe387aa32017-08-02 13:16:13473 },
474 'blink_platform': {
Blink Reformata30d4232018-04-07 15:31:06475 'filepath': 'third_party/blink/renderer/platform'
Takeshi Yoshinoe387aa32017-08-02 13:16:13476 },
477 'blink_platform_graphics': {
Blink Reformata30d4232018-04-07 15:31:06478 'filepath': 'third_party/blink/renderer/platform/fonts' \
479 '|third_party/blink/renderer/platform/geometry' \
480 '|third_party/blink/renderer/platform/graphics'
Takeshi Yoshinoe387aa32017-08-02 13:16:13481 },
482 'blink_preloadScanner': {
Kent Tamuraeb394c72018-04-07 19:14:55483 'filepath': 'third_party/blink/renderer/core/html/parser/html_preload_scanner',
Takeshi Yoshinoe387aa32017-08-02 13:16:13484 },
485 'blink_prerender': {
Kent Tamuraeb394c72018-04-07 19:14:55486 'filepath': 'third_party/(WebKit|blink)/.*([Pp]rerender|loader/link_loader|html/html_link_element)'
Takeshi Yoshinoe387aa32017-08-02 13:16:13487 },
488 'blink_public_api': {
Blink Reformata30d4232018-04-07 15:31:06489 'filepath': 'third_party/blink/public'
Takeshi Yoshinoe387aa32017-08-02 13:16:13490 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13491 'blink_quota': {
Blink Reformata30d4232018-04-07 15:31:06492 'filepath': 'third_party/blink/renderer/modules/quota/' \
Kent Tamuraeb394c72018-04-07 19:14:55493 '|third_party/blink/public/.*quota'
Takeshi Yoshinoe387aa32017-08-02 13:16:13494 },
495 'blink_scheduler': {
Blink Reformata30d4232018-04-07 15:31:06496 'filepath': 'third_party/blink/renderer/platform/scheduler' \
Kent Tamuraeb394c72018-04-07 19:14:55497 '|third_party/blink/renderer/core/html/parser/.*scheduler'
Takeshi Yoshinoe387aa32017-08-02 13:16:13498 },
499 'blink_screen_orientation': {
Blink Reformata30d4232018-04-07 15:31:06500 'filepath': 'third_party/blink/renderer/modules/screen_orientation/' \
501 '|third_party/blink/public/platform/modules/screen_orientation',
Takeshi Yoshinoe387aa32017-08-02 13:16:13502 },
503 'blink_script': {
Kent Tamuraeb394c72018-04-07 19:14:55504 'filepath': 'third_party/blink/renderer/bindings/core/v8/.*module.*' \
505 '|third_party/blink/renderer/bindings/core/v8/script_controller.*' \
506 '|third_party/blink/renderer/bindings/core/v8/script_source_code.*' \
507 '|third_party/blink/renderer/bindings/core/v8/v8_script_runner.*'
508 '|third_party/blink/renderer/core/dom/.*modul.*' \
509 '|third_party/blink/renderer/core/dom/.*script.*' \
510 '|third_party/blink/renderer/core/html/html_script_element.*' \
511 '|third_party/blink/renderer/core/html/parser/html_parser_script_runner.*' \
Blink Reformata30d4232018-04-07 15:31:06512 '|third_party/blink/renderer/core/loader/modulescript/' \
Kent Tamuraeb394c72018-04-07 19:14:55513 '|third_party/blink/renderer/core/loader/resource/script_resource.*' \
514 '|third_party/blink/renderer/core/svg/svg_script_element.*' \
515 '|third_party/blink/renderer/core/xml/parser/xml_document_parser.*'
Takeshi Yoshinoe387aa32017-08-02 13:16:13516 },
David Bokan9dc0046272017-12-29 00:28:01517 'blink_scroll': {
Kent Tamuraeb394c72018-04-07 19:14:55518 'filepath': 'third_party/blink/renderer/core/frame/.*view.*' \
519 '|third_party/blink/renderer/core/input/.*scroll.*' \
520 '|third_party/blink/renderer/core/input/event_handler.*' \
Blink Reformata30d4232018-04-07 15:31:06521 '|third_party/blink/renderer/core/page/scrolling/' \
Kent Tamuraeb394c72018-04-07 19:14:55522 '|third_party/blink/renderer/core/paint/.*scrollable_area.*' \
Blink Reformata30d4232018-04-07 15:31:06523 '|third_party/blink/renderer/platform/scroll/'
David Bokan9dc0046272017-12-29 00:28:01524 },
Matt Falkenhagenca7fbb62018-07-10 09:21:43525 'blink_service_worker' : {
526 'filepath': 'third_party/blink/renderer/modules/service_worker' \
Kent Tamura77578cc2018-11-25 22:33:43527 '|third_party/blink/web_tests/http/tests/serviceworker' \
528 '|third_party/blink/web_tests/external/wpt/service-workers'
Takeshi Yoshinoe387aa32017-08-02 13:16:13529 },
Matt Falkenhagenca7fbb62018-07-10 09:21:43530 'blink_service_worker_tests' : {
Kent Tamura77578cc2018-11-25 22:33:43531 'filepath': 'third_party/blink/web_tests/http/tests/serviceworker' \
532 '|third_party/blink/web_tests/external/wpt/service-workers'
Takeshi Yoshinoe387aa32017-08-02 13:16:13533 },
534 'blink_shadow_dom': {
Kent Tamuraeb394c72018-04-07 19:14:55535 'filepath': 'third_party/blink/renderer/core/dom/.*shadow' \
536 '|third_party/blink/renderer/core/dom/.*slot' \
537 '|third_party/blink/renderer/core/dom/.*insertion_point' \
538 '|third_party/blink/renderer/core/dom/.*flat_tree'
Takeshi Yoshinoe387aa32017-08-02 13:16:13539 },
540 'blink_spellcheck' : {
Blink Reformata30d4232018-04-07 15:31:06541 'filepath': 'third_party/blink/renderer/core/editing/spellcheck'
Takeshi Yoshinoe387aa32017-08-02 13:16:13542 },
Adam Rice027497d2018-07-27 02:17:02543 'blink_streams': {
544 'filepath': 'third_party/blink/renderer/core/streams/'
545 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13546 'blink_style': {
Kent Tamuraeb394c72018-04-07 19:14:55547 'filepath': 'third_party/(WebKit|blink)/.*(style/|Style)',
Takeshi Yoshinoe387aa32017-08-02 13:16:13548 },
549 'blink_svg': {
Blink Reformata30d4232018-04-07 15:31:06550 'filepath': 'third_party/blink/renderer/core/(layout/)?svg',
Takeshi Yoshinoe387aa32017-08-02 13:16:13551 },
552 'blink_track': {
Blink Reformata30d4232018-04-07 15:31:06553 'filepath': 'third_party/blink/renderer/core/html/track/' \
Kent Tamuraeb394c72018-04-07 19:14:55554 '|third_party/blink/renderer/core/loader/text_track' \
555 '|third_party/blink/renderer/core/html/meida/html_media_element' \
556 '|third_party/blink/renderer/core/html/shadow/media_control' \
Blink Reformata30d4232018-04-07 15:31:06557 '|third_party/blink/renderer/core/css/mediaControl' \
Kent Tamura77578cc2018-11-25 22:33:43558 '|third_party/blink/web_tests/media/track/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13559 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13560 'blink_vibration': {
Kent Tamura77578cc2018-11-25 22:33:43561 'filepath': 'third_party/blink/web_tests/vibration/' \
Blink Reformata30d4232018-04-07 15:31:06562 '|third_party/blink/renderer/modules/vibration/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13563 },
564 'blink_viewport_interaction': {
Kent Tamuraeb394c72018-04-07 19:14:55565 'filepath': 'third_party/blink/renderer/core/css/.*viewport' \
566 '|third_party/blink/renderer/core/dom/viewport_arguments' \
567 '|third_party/blink/renderer/core/frame/frame_view.*' \
568 '|third_party/blink/renderer/core/frame/.*viewport.*' \
569 '|third_party/blink/renderer/core/html/html_meta_element'
Takeshi Yoshinoe387aa32017-08-02 13:16:13570 },
571 'blink_w3ctests': {
Kent Tamura77578cc2018-11-25 22:33:43572 'filepath': 'third_party/blink/web_tests/external/' \
Kent Tamura01019442018-05-01 22:06:58573 '|third_party/blink/tools/blinkpy/w3c/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13574 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13575 'blink_webp': {
Blink Reformata30d4232018-04-07 15:31:06576 'filepath': 'third_party/blink/renderer/platform/image-decoders/webp' \
Kent Tamuraeb394c72018-04-07 19:14:55577 '|third_party/blink/renderer/platform/image-encoders/skia/webp'
Takeshi Yoshinoe387aa32017-08-02 13:16:13578 },
579 'blink_websockets': {
Blink Reformata30d4232018-04-07 15:31:06580 'filepath': 'third_party/blink/renderer/modules/websockets/' \
581 '|third_party/blink/renderer/platform/modules/websockets/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13582 },
583 'blink_workers': {
Blink Reformata30d4232018-04-07 15:31:06584 'filepath': 'third_party/blink/renderer/core/workers' \
Kent Tamura77578cc2018-11-25 22:33:43585 '|third_party/blink/web_tests/http/tests/workers' \
586 '|third_party/blink/web_tests/fast/workers' \
587 '|third_party/blink/web_tests/external/wpt/workers'
Takeshi Yoshinoe387aa32017-08-02 13:16:13588 },
589 'blink_wtf': {
Blink Reformata30d4232018-04-07 15:31:06590 'filepath': 'third_party/blink/renderer/platform/wtf',
Takeshi Yoshinoe387aa32017-08-02 13:16:13591 },
592 'blink_xml': {
Blink Reformata30d4232018-04-07 15:31:06593 'filepath': 'third_party/blink/renderer/core/xml/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13594 },
donnd787f6ed2016-08-03 01:00:56595 'bottombar': {
596 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/',
597 },
Tarun Bansalc4882282018-07-11 23:53:55598 'breve': {
599 'filepath': 'chrome/browser/net/spdyproxy|'\
600 'chrome_proxy|'\
Tarun Bansal25065ce2019-07-19 04:16:09601 'client_hints|'\
602 'chrome/browser/predictors|'\
Tarun Bansalc4882282018-07-11 23:53:55603 'components/blacklist|'\
604 'components/data_use|'\
605 'data_reduction_proxy|'\
Tarun Bansal129ca7842018-07-31 17:14:12606 'data_use_measurement|'\
Tarun Bansal25065ce2019-07-19 04:16:09607 'lazy_load|'\
608 'interventions_internals|'\
Tarun Bansal129ca7842018-07-31 17:14:12609 'navigation_predictor|'\
610 'net/nqe|'\
Tarun Bansalc4882282018-07-11 23:53:55611 'optimization_guide|'\
Tarun Bansal129ca7842018-07-31 17:14:12612 'optimization_hints|'\
Tarun Bansal2ba607d52019-04-25 18:30:52613 'prerender|'\
614 'previews|'\
615 'services/network/resource_scheduler'
Tarun Bansalc4882282018-07-11 23:53:55616 },
[email protected]22650d22012-07-18 17:02:35617 'browser_components': {
[email protected]a7228f62012-09-20 17:52:48618 'filepath': 'chrome/browser/autofill/' \
619 '|chrome/browser/bookmarks/' \
[email protected]a7228f62012-09-20 17:52:48620 '|chrome/browser/favicon/' \
[email protected]ddf288e2013-01-09 20:58:27621 '|chrome/browser/history/' \
[email protected]fccf4882013-03-15 04:46:19622 '|chrome/browser/webdata/' \
[email protected]3947d4a82013-03-12 09:41:05623 '|components/autofill/'
[email protected]22650d22012-07-18 17:02:35624 },
[email protected]f76c8852012-06-21 16:37:00625 'browser_compositor': {
[email protected]f2f0fbb92012-07-14 15:52:49626 'filepath': 'ui/compositor/'
[email protected]fbd846b2010-11-19 01:32:18627 },
michaelpge42ca3b32016-02-19 08:17:57628 'browser_resources_md': {
629 'filepath': 'chrome/browser/resources/md_'\
630 '|chrome/browser/resources/settings/',
631 },
Alexander Timinaa132762019-05-10 16:10:17632 'browser_scheduler': {
633 'filepath': 'content/browser/scheduler'
634 },
[email protected]0ce480532012-07-20 12:33:20635 'browsing_data': {
Christian Dullweberc0b53642018-10-11 16:20:55636 'filepath': 'browsing_data|BrowsingData',
[email protected]0ce480532012-07-20 12:33:20637 },
[email protected]f76c8852012-06-21 16:37:00638 'bubble': {
[email protected]f2f0fbb92012-07-14 15:52:49639 'filepath': 'ui/views/bubble/|'\
rouslan8d6a8372015-09-10 19:10:10640 'chrome/browser/ui/views/bubble/|'\
641 'components/bubble/',
[email protected]f76c8852012-06-21 16:37:00642 },
jkarlin539748402015-03-31 17:36:31643 'cache_storage': {
Josh Karlin1bd016742017-08-18 17:44:17644 'filepath': '/cache.storage/'
645 '|/cachestorage/',
jkarlin539748402015-03-31 17:36:31646 },
[email protected]10fbd5952013-08-22 07:42:39647 'cast': {
mark a. foltze8739c7c2019-04-24 18:33:09648 'filepath': 'media/cast/' \
649 '|chrome/browser/extensions/api/cast_streaming/' \
650 '|chrome/browser/media/cast/' \
651 '|chrome/browser/media/router/providers/cast/' \
652 '|chrome/browser/resources/cast/' \
653 '|chrome/browser/ui/webui/cast/' \
654 '|chrome/common/media_router/providers/cast/' \
655 '|chrome/renderer/media/cast/' \
656 '|chrome/test/data/extensions/api_test/cast/' \
657 '|chrome/test/data/extensions/api_test/cast_streaming/' \
658 '|components/mirroring/' \
659 '|content/public/renderer/media_stream_' \
miu5e69f1c52016-10-23 13:40:11660 '|content/renderer/media/(media_stream|(.+audio_source))',
[email protected]10fbd5952013-08-22 07:42:39661 },
ryanchung4d157372016-05-10 20:27:16662 'cast_certificate': {
663 'filepath': 'components/cast_certificate/'\
664 '|components/test/data/cast_certificate/',
665 },
mfoltz57fd7f32017-05-03 06:12:58666 'cast_channel': {
667 'filepath': 'chrome/test/data/extensions/api_test/cast_channel/' \
Ryan Ki Sing Chung27cc7ed92017-07-25 21:53:47668 '|components/cast_channel/' \
669 '|extensions/browser/api/cast_channel'
mfoltz57fd7f32017-05-03 06:12:58670 },
Takeshi Yoshino524e1d262017-07-28 01:16:38671 'cc': {
danakjca574522017-09-20 16:38:59672 'filepath': 'cc/'\
673 '|components/viz/'
674 },
Yi Guc1c54682018-07-23 12:00:00675 'cc-animation': {
676 'filepath': 'cc/animation/'
677 },
danakjca574522017-09-20 16:38:59678 'cc-contexts': {
679 'filepath': 'components/viz/common/gpu'
680 },
681 'cc-display': {
682 'filepath': 'components/viz/service/display'\
683 '|cc/output'
684 },
685 'cc-paint': {
686 'filepath': 'cc/paint'
687 },
688 'cc-quads': {
689 'filepath': 'components/viz/common/quads'
690 },
691 'cc-resources': {
692 'filepath': 'cc/resources'\
693 '|components/viz/common/resources'
Takeshi Yoshino524e1d262017-07-28 01:16:38694 },
Alexander Timin864bf8a02018-03-12 11:06:28695 'cc-scheduler': {
696 'filepath': 'cc/scheduler'
697 },
eranmc2a9f612015-11-24 16:41:34698 'certificate_transparency': {
699 'filepath': 'components/certificate_transparency/'\
eranmc2a9f612015-11-24 16:41:34700 '|net/cert/ct_'\
701 '|net/cert/multi_log_ct_verifier'\
702 '|net/cert/sct_status_flags.h'\
703 '|net/cert/signed_certificate_timestamp'\
704 '|net/cert/signed_tree_head'\
705 '|net/test/ct_',
706 },
Joe Mason60ec2f32018-02-15 15:50:51707 'chrome_cleaner': {
708 'filepath': 'chrome/browser/component_updater/sw_reporter_'\
709 '|chrome/browser/resources/settings/chrome_cleanup_page/'\
710 '|chrome/browser/safe_browsing/chrome_cleaner/'\
711 '|chrome/browser/ui/views/chrome_cleaner_'\
712 '|chrome/browser/ui/webui/settings/chrome_cleanup_'\
Joe Mason12a02332018-04-19 14:39:00713 '|chrome/chrome_cleaner/'\
Joe Mason60ec2f32018-02-15 15:50:51714 '|components/chrome_cleaner/',
715 },
[email protected]c73ec8ab2014-01-16 20:35:23716 'chrome_elf': {
Patrick Monette0196be22019-05-10 03:33:15717 'filepath': 'chrome/chrome_elf',
[email protected]c73ec8ab2014-01-16 20:35:23718 },
lpy0ca13772017-02-28 19:48:27719 'chrome_grc': {
lpy53b82752017-05-31 22:30:49720 'filepath': 'chrome/browser/resource_coordinator/'\
721 '|services/resource_coordinator/',
lpy0ca13772017-02-28 19:48:27722 },
Sebastien Marchand68b41432019-05-09 19:38:07723 'chrome_performance_manager': {
724 'filepath': 'chrome/browser/performance_manager/',
725 },
Takeshi Yoshino524e1d262017-07-28 01:16:38726 'chromecast': {
727 'filepath': 'chromecast/',
728 },
729 'chromecast_public': {
730 'filepath': 'chromecast/public/',
731 },
[email protected]f7bf8ba2011-02-24 22:28:46732 'chromedriver': {
samuong53d5e612014-10-10 18:56:38733 'filepath': 'chrome/test/chromedriver|'\
734 'chrome/test/data/chromedriver|'\
John Chen583cee322019-06-12 20:10:39735 'third_party/blink/renderer/devtools/front_end/emulated_devices/module.json|'\
736 'third_party/blink/web_tests/external/wpt/webdriver|'\
737 'third_party/blink/web_tests/WebDriverExpectations|'\
738 'third_party/webdriver'
[email protected]f7bf8ba2011-02-24 22:28:46739 },
[email protected]f76c8852012-06-21 16:37:00740 'chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:49741 'filepath': 'chromeos/',
[email protected]531b1532011-08-11 03:52:01742 },
[email protected]eda0a0b2013-04-19 20:34:35743 'chromeos_attestation': {
744 'filepath': 'chromeos/attestation/|'\
[email protected]64494c3f2013-08-14 22:15:59745 'chrome/browser/chromeos/attestation/|'\
746 'chrome/browser/extensions/api/enterprise_platform_keys_private/',
[email protected]eda0a0b2013-04-19 20:34:35747 },
Ryan Hansberry8e41a5c42019-04-18 22:12:51748 'chromeos_bluetooth': {
749 'filepath': 'ash/system/bluetooth/'\
Ryan Hansberry8e41a5c42019-04-18 22:12:51750 '|chrome/browser/ui/webui/chromeos/bluetooth*'\
751 '|chrome/browser/resources/settings/bluetooth_page/'\
752 '|chrome/browser/resources/chromeos/bluetooth_pairing_dialog/'\
Ryan Hansberry4773b722019-04-30 17:25:04753 '|device/bluetooth/bluez/'\
754 '|device/bluetooth/chromeos/'\
Ryan Hansberry8e41a5c42019-04-18 22:12:51755 '|ui/webui/resources/cr_components/chromeos/bluetooth*'
756 },
[email protected]7c59a152012-11-06 20:56:35757 'chromeos_calculator': {
758 'filepath': 'chrome/common/extensions/docs/examples/apps/calculator/',
759 },
Kyle Horimotofdcf67012019-04-08 19:06:10760 'chromeos_cellular': {
761 'filepath': 'chrome/browser/resources/chromeos/cellular_setup/|'\
762 'chrome/browser/ui/webui/chromeos/cellular_setup/|'\
763 'chromeos/services/cellular_setup/|'\
764 'ui/webui/resources/cr_components/chromeos/cellular_setup/',
765 },
alematec5187b1b2016-08-26 05:32:18766 'chromeos_geolocation': {
767 'filepath': 'chromeos/geolocation/',
768 },
Achuith Bhandarkar434e24592018-03-07 23:05:12769 'chromeos_lkgm': {
770 'filepath': 'chromeos/CHROMEOS_LKGM',
771 },
[email protected]f76c8852012-06-21 16:37:00772 'chromeos_login': {
Jacob Dufaulted1ef2bc2018-08-10 18:21:34773 'filepath': 'ash/login/|'\
774 'chrome/browser/chromeos/login/|'\
[email protected]f2f0fbb92012-07-14 15:52:49775 'chrome/browser/ui/webui/chromeos/login/|'\
dzhioevcc7c0492014-11-25 14:52:58776 'chrome/browser/resources/chromeos/login/|'\
777 'ui/login/',
[email protected]a791dac2011-04-07 23:22:57778 },
Trent Apted0c0b4492019-09-30 01:15:24779 'chromeos_media_app': {
780 'filepath': 'chromeos/components/media_app_ui/|'\
781 'chromeos/resources/media_app_resources.grdp',
782 },
[email protected]d7d35f342012-10-22 20:32:47783 'chromeos_net': {
Kyle Horimoto89f06e22019-04-08 19:07:17784 'filepath': 'ash/system/network/|'\
785 'chromeos/network/|'\
Kyle Horimoto77a5fce2019-09-24 01:28:27786 'chromeos/services/network_config/|'\
stevenjbdd133032015-08-07 18:37:47787 'chrome/browser/chromeos/net/|'\
788 'chrome/browser/extensions/api/networking_private/|'\
Kyle Horimoto89f06e22019-04-08 19:07:17789 'chrome/browser/resources/settings/internet_page/|'\
stevenjbdd133032015-08-07 18:37:47790 'extensions/browser/api/networking_private/|'\
791 'ui/chromeos/network/',
[email protected]d7d35f342012-10-22 20:32:47792 },
alematec5187b1b2016-08-26 05:32:18793 'chromeos_timezone': {
794 'filepath': 'chromeos/timezone/',
795 },
[email protected]f76c8852012-06-21 16:37:00796 'chromeos_webui': {
[email protected]f2f0fbb92012-07-14 15:52:49797 'filepath': 'chrome/browser/ui/webui/chromeos/|'\
798 'chrome/browser/resources/chromeos/',
[email protected]ba03af42012-03-08 01:37:12799 },
Jon Mann2c257332019-08-14 19:12:14800 'chromeos_wifi_sync': {
801 'filepath': 'chromeos/components/sync_wifi/',
802 },
Anastasia Helfinstein83c763a2019-05-13 18:15:03803 'chromevox': {
Anastasia Helfinstein9dcba0a2019-07-18 20:58:56804 'filepath': 'chromevox|spoken_feedback',
Anastasia Helfinstein83c763a2019-05-13 18:15:03805 },
[email protected]cef7a6d2011-04-29 20:49:07806 'clang_update': {
Nico Webere250e6a2015-12-02 19:31:56807 'filepath': 'tools/clang/scripts/update.py'
[email protected]cef7a6d2011-04-29 20:49:07808 },
[email protected]f76c8852012-06-21 16:37:00809 'clipboard': {
810 'filepath': 'clipboard|dnd|drag|drop',
[email protected]2418b022011-05-19 21:06:02811 },
Aaron Gable64f273582017-03-30 18:02:00812 'codereview_settings': {
813 'filepath': 'codereview.settings',
814 },
sdefresned94c5b02015-07-22 17:54:55815 'components_deps': {
816 'filepath': 'components/([^/]*/)*DEPS',
817 },
Matthew Jonesf3b5f4f2019-01-04 00:01:25818 'compositor_animator': {
819 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/compositor/animation/',
820 },
scheib968e61052014-11-05 00:27:25821 'content_bluetooth': {
822 'filepath': 'content/.*bluetooth'
823 },
Rayan Kanso3047d3f2019-06-26 13:26:39824 'content_index': {
825 'filepath': 'content_index',
826 },
kinuko01cbe8a12015-10-20 09:59:06827 'content_loader': {
mmenkefaa97d3b2016-09-25 14:24:02828 'filepath': 'chrome/browser/loader|' \
829 'content/browser/loader|' \
kinuko01cbe8a12015-10-20 09:59:06830 'content/child/*loader',
831 },
mkwst512627022014-09-16 09:23:27832 'content_renderer': {
833 'filepath': 'content/renderer/',
834 },
[email protected]aa3311a2012-11-19 16:04:58835 'content_shell': {
836 'filepath': 'content/shell/',
837 },
kinukoa121bce2015-01-30 10:04:41838 'content_worker': {
839 'filepath': 'content/.*worker',
840 },
donnd787f6ed2016-08-03 01:00:56841 'contextual_search': {
842 'filepath': 'chrome/browser/android/contextualsearch/|' \
843 'chrome/android/java/src/org/chromium/chrome/browser/contextualsearch/|' \
844 'chrome/android/javatests/src/org/chromium/chrome/browser/contextualsearch/|' \
845 'components/contextual_search/',
846 },
wfh792b71c2016-05-04 23:33:41847 'courgette': {
848 'filepath': 'courgette/',
849 },
Nico Weber6ff639a2017-08-11 21:04:50850 'cq': {
Andrii Shyshkalov17176242018-02-24 03:31:32851 'filepath': 'infra/config/branch/cq.cfg',
Nico Weber6ff639a2017-08-11 21:04:50852 },
michaelpge42ca3b32016-02-19 08:17:57853 'cr_elements': {
854 'filepath': 'ui/webui/resources/cr_element',
855 },
Chung-yih Wang7afc64a2018-03-06 02:09:04856 'cros_benchmarks': {
857 'filepath': 'tools/perf/contrib/cros_benchmarks',
858 },
Ben Wells03471a72018-03-22 00:58:46859 'crostini': {
Joel Hockeyded6fa52019-07-10 06:20:29860 'filepath': 'cicerone'\
861 '|components/exo'\
862 '|concierge'\
863 '|crostini'\
864 '|guest_os'\
865 '|plugin_vm',
Ben Wells03471a72018-03-22 00:58:46866 },
Bailey Berro462580ea2019-02-22 23:09:37867 'cups_printing' : {
868 'filepath': 'chrome/browser/resources/settings/printing_page/'\
869 '|chrome/test/data/webui/settings/cups_printer_page_tests.js'\
870 '|chrome/browser/ui/webui/settings/chromeos/cups_printers_handler'\
871 '|chrome/browser/chromeos/printing/'\
872 '|printing/',
873 },
Wojciech Dzierżanowski7d246b52019-05-10 19:52:26874 'custom_proxy': {
875 'filepath': 'services/network/network_service_proxy_delegate.*',
876 },
ianwencdb8c9e2015-06-18 22:10:15877 'custom_tabs': {
Newton Allen38c62212015-06-24 21:41:53878 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/customtabs/|'\
Peter Beverloo5cc24512018-11-29 15:36:43879 'chrome/android/java/src/org/chromium/chrome/browser/browseractions/|'\
880 'chrome/android/java/src/org/chromium/chrome/browser/browserservices/|'\
881 'chrome/android/javatests/src/org/chromium/chrome/browser/customtabs/|'\
882 'chrome/android/javatests/src/org/chromium/chrome/browser/browseractions/|'\
883 'chrome/android/javatests/src/org/chromium/chrome/browser/browserservices/|'\
884 'chrome/browser/android/customtabs/',
alancuttercbad6512015-06-19 02:31:28885 },
Madeleine Barowsky21b04402019-01-29 19:17:05886 'data_decoder': {
887 'filepath': 'services/data_decoder/',
888 },
Ryo Hashimoto900be52c2018-05-24 06:42:26889 'dbus': {
890 'filepath': 'dbus/',
891 },
Bartosz Fabianowski85a823812015-04-16 10:27:51892 'device_bluetooth': {
893 'filepath': 'device/.*bluetooth'
894 },
juncaic08f41d2017-05-04 20:36:58895 'device_chooser': {
896 'filepath': 'chrome/browser/chooser_controller/|'\
897 'chrome/browser/ui/android/bluetooth_chooser_.*|'\
898 'chrome/browser/ui/android/usb_chooser_.*|'\
899 'chrome/browser/ui/bluetooth/|'\
900 'chrome/browser/ui/cocoa/device_chooser_.*|'\
901 'chrome/browser/ui/cocoa/extensions/chooser_dialog_.*|'\
902 'chrome/browser/ui/cocoa/permission_bubble/chooser_bubble_.*|'\
903 'chrome/browser/ui/views/device_chooser_.*|'\
904 'chrome/browser/ui/views/extensions/chooser_dialog_.*|'\
905 'chrome/browser/ui/views/permission_bubble/chooser_bubble_.*|'\
906 'chrome/browser/usb/usb_chooser_.*',
907 },
[email protected]342b12872012-11-07 12:10:46908 'devtools': {
909 'filepath': 'devtools',
910 },
[email protected]bab2a832012-07-11 23:29:41911 'disk_cache': {
912 'filepath': 'net/disk_cache/|http_cache',
913 },
[email protected]f76c8852012-06-21 16:37:00914 'download': {
[email protected]f2f0fbb92012-07-14 15:52:49915 'filepath': 'chrome/browser/download/|'\
[email protected]8492b5b2012-12-17 21:58:08916 'content/browser/download/',
[email protected]6bff0ad2011-06-17 01:32:51917 },
[email protected]ca872e362011-07-12 21:06:03918 'downloads_ui': {
dbeam78528be2016-02-18 07:08:49919 'filepath': 'chrome/browser/resources/(md_)?downloads/|' \
[email protected]8492b5b2012-12-17 21:58:08920 'chrome/browser/ui/webui/.*downloads|' \
921 'chrome/browser/ui/views/download/|' \
asanka2009f412015-10-05 17:28:12922 'chrome/browser/ui/cocoa/download/'
[email protected]ca872e362011-07-12 21:06:03923 },
[email protected]89d2cd52013-04-16 01:55:36924 'drive_resource_metadata': {
Ryo Hashimoto900be52c2018-05-24 06:42:26925 'filepath': 'drive.*resource_metadata'
[email protected]89d2cd52013-04-16 01:55:36926 },
[email protected]3a25c8a2014-06-26 06:47:10927 'eme': {
Xiaohan Wang6cbdcdf2018-06-12 21:55:54928 'filepath': 'chrome/renderer/media/.*key_system|' \
929 'chrome/browser/media/.*(cdm|encrypted)|' \
930 'components/cdm/|' \
[email protected]3a25c8a2014-06-26 06:47:10931 'content/browser/media/cdm/|' \
Xiaohan Wang6cbdcdf2018-06-12 21:55:54932 'media/base/android/.*drm|' \
[email protected]3a25c8a2014-06-26 06:47:10933 'media/cdm/|' \
934 'third_party/widevine/cdm/'
935 },
Justin DeWittf64d39e2018-08-09 21:33:41936 'explore_sites': {
937 'filepath': 'chrome/browser/android/explore_sites/|' \
938 'chrome/android/java/src/org/chromium/chrome/browser/explore_sites/'
939 },
[email protected]f76c8852012-06-21 16:37:00940 'extension': {
941 'filepath': 'extension',
[email protected]161277d42011-06-24 20:48:45942 },
lunalu0a9c05422016-11-11 17:19:06943 'feature_policy': {
Blink Reformata30d4232018-04-07 15:31:06944 'filepath': 'third_party/blink/renderer/platform/feature_policy/|' \
Kent Tamuraeb394c72018-04-07 19:14:55945 'third_party/blink/renderer/bindings/core/v8/origin_trial_features',
lunalu0a9c05422016-11-11 17:19:06946 },
Jeffrey Kardatzkee1bb98d22019-05-24 16:34:52947 'feedback': {
948 'filepath': 'chrome/browser/extensions/api/feedback_private/|' \
949 'chrome/browser/feedback/|' \
950 'components/feedback/|' \
951 'extensions/browser/api/feedback_private/'
952 },
[email protected]f76c8852012-06-21 16:37:00953 'fileapi': {
[email protected]8492b5b2012-12-17 21:58:08954 'filepath': 'file_system/|' \
955 'fileapi/'
[email protected]80919512011-08-03 08:51:04956 },
[email protected]f76c8852012-06-21 16:37:00957 'filebrowse': {
[email protected]8492b5b2012-12-17 21:58:08958 'filepath': 'file_browser|' \
959 'file_manager|' \
960 'filebrowse'
[email protected]4b07b62cc2011-10-03 17:52:39961 },
[email protected]4ed766c2013-09-19 09:45:20962 'filesapp': {
okab0be3dc2016-08-30 07:37:10963 'filepath': 'chrome/browser/chromeos/drive|' \
964 'chrome/browser/chromeos/extensions/file_manager|' \
965 'chrome/browser/chromeos/extensions/file_system_provider|' \
966 'chrome/browser/chromeos/file_manager|' \
967 'chrome/browser/chromeos/file_system_provider|' \
968 'chrome/browser/drive|' \
969 'chrome/test/data/extensions/api_test/file_system_provider|' \
970 'components/drive|' \
971 'google_apis/drive|' \
972 'ui/file_manager'
973 },
Dominik Röttschesf0fd4d62019-06-17 11:15:02974 'freetype_update': {
975 'filepath': 'third_party/freetype/README.chromium',
976 },
Tomasz Mikolajewski2905dbb2017-11-22 06:24:04977 'fsp': {
978 'filepath': 'chrome/browser/chromeos/extensions/file_system_provider|' \
979 'chrome/browser/chromeos/file_system_provider|' \
Tomasz Mikolajewski66b4faa22017-11-22 09:33:43980 'chrome/test/data/extensions/api_test/file_system_provider'
[email protected]4ed766c2013-09-19 09:45:20981 },
Wez385de5a2017-07-13 20:13:16982 'fuchsia': {
983 'filepath': 'fuchsia',
984 },
mmoroz58ddb8172016-09-08 18:29:55985 'fuzzing': {
986 'filepath': 'fuzz|Fuzz',
987 },
Vincent Scheibd5da4d952017-11-03 01:33:24988 'gamepad': {
989 'filepath': 'gamepad',
990 },
[email protected]3a2a6ac02014-06-20 07:07:12991 'gcm': {
peter9f4490a2017-01-27 00:58:36992 'filepath': 'chrome/browser/gcm/|'\
[email protected]3a2a6ac02014-06-20 07:07:12993 'components/gcm_driver/|'\
994 'google_apis/gcm/',
995 },
mikhail.pozdnyakova8db26402016-11-28 18:27:12996 'generic_sensor': {
Jun Caiaa1f040d2017-11-15 01:21:53997 'filepath': 'services/device/generic_sensor/|'\
Blink Reformata30d4232018-04-07 15:31:06998 'third_party/blink/renderer/modules/sensor/',
mikhail.pozdnyakova8db26402016-11-28 18:27:12999 },
[email protected]d8036492013-08-09 16:02:231000 'geolocation': {
1001 'filepath': 'chrome/browser/geolocation/|'\
1002 'content/browser/geolocation|'\
1003 'content/public/common/geoposition.*|'\
1004 'content/public/browser/geolocation.*|'\
1005 'content/renderer/geolocation.*|'\
1006 'content/shell/geolocation/',
1007 },
[email protected]cf428f732012-10-02 20:48:151008 'gfx_geometry': {
danakj570c1332015-01-06 16:59:361009 'filepath': 'ui/gfx/geometry/',
[email protected]cf428f732012-10-02 20:48:151010 },
Takeshi Yoshino524e1d262017-07-28 01:16:381011 'gfx_image': {
1012 'filepath': 'ui/gfx/image/',
1013 },
[email protected]4d1773e2014-04-05 07:59:571014 'gn': {
1015 'filepath': 'tools/gn',
1016 },
Corentin Wallezc68aa9b2017-10-02 15:00:031017 'gpu_passthrough_cmd_decoder': {
1018 'filepath': 'gpu/command_buffer/service/.*passthrough',
1019 },
Ehsan Karamadc20cee22018-08-10 21:32:331020 'guest_view': {
1021 'filepath': 'chrome/browser/apps/guest_view|'\
1022 'chrome/browser/extensions/api/web_view|'\
1023 'chrome/browser/guest_view|'\
1024 'chrome/common/extensions/api/webview*.json|'\
1025 'chrome/common/extensions/docs|'\
1026 'chrome/renderer/resources/extensions/web_view|'\
1027 'components/guest_view|'\
1028 'content/browser/browser_plugin|'\
1029 'content/renderer/browser_plugin|'\
1030 'extensions/browser/api/guest_view|'\
1031 'extensions/browser/guest_view|'\
1032 'extensions/common/guest_view|'\
Miyoung Shin3fc077c2019-08-06 00:29:441033 'extensions/common/mojom/guest_view.mojom|'\
Ehsan Karamadc20cee22018-08-10 21:32:331034 'extensions/common/api/*view*.json|'\
1035 'extensions/renderer/guest_view',
1036 },
Jeffrey Kardatzkee1bb98d22019-05-24 16:34:521037 'hats': {
1038 'filepath': 'chrome/browser/chromeos/hats/',
1039 },
Andrey Kosyakova173d252018-05-07 18:29:111040 'headless': {
1041 'filepath': 'headless/'
1042 },
[email protected]f76c8852012-06-21 16:37:001043 'history_ui': {
dbeam78528be2016-02-18 07:08:491044 'filepath': 'chrome/browser/resources/(md_)?history|'\
1045 'chrome/browser/ui/webui/.*history',
[email protected]f76c8852012-06-21 16:37:001046 },
1047 'i18n': {
[email protected]f2f0fbb92012-07-14 15:52:491048 'filepath': 'base/i18n/|base/string|l10n|icu|'\
timvolodine8cdb94c2016-09-22 12:17:221049 'locale_settings|encoding',
[email protected]f76c8852012-06-21 16:37:001050 },
Greg Thompson4f90fc992017-07-25 19:30:371051 'incident_reporting': {
1052 'filepath': 'chrome/browser/safe_browsing/incident_reporting',
1053 },
[email protected]c26161352013-11-12 19:50:011054 'indexed_db': {
1055 'filepath': 'content/browser/indexed_db|'\
[email protected]c26161352013-11-12 19:50:011056 'content/public/browser/indexed_db|'\
Chase Phillips7027bd52018-08-30 17:31:551057 'content/renderer/indexed_db|'\
[email protected]c26161352013-11-12 19:50:011058 'content/test/data/indexeddb',
1059 },
John Budorickf6a1c302018-10-29 16:32:481060 'infra': {
1061 'filepath': 'infra/config|'\
1062 'testing/buildbot|'\
John Budorick2d04e372018-10-29 18:03:301063 'tools/mb',
John Budorickf6a1c302018-10-29 16:32:481064 },
Stephen Martinisf7e0fb12019-09-04 18:59:591065 'infra_docs': {
1066 'filepath': 'docs/infra',
1067 },
bruthigaa8281f2016-02-09 17:52:311068 'ink_drop': {
1069 'filepath': 'ui/views/animation/test/.*ink_drop.*|' \
1070 'ui/views/animation/.*ink_drop.*'
1071 },
dtapuska1f997a12016-03-14 19:22:071072 'input': {
1073 'filepath': 'content/browser/renderer_host/input|'\
1074 'content/renderer/input|'\
1075 'ui/events/blink/'
1076 },
Michael Spang808d5c12018-10-23 19:20:391077 'input_devices': {
1078 'filepath': 'ui/events/devices/',
1079 },
Dominick Ngcaa7b402017-07-11 07:35:391080 'installable': {
Dominick Ng31b7feb2019-01-29 23:24:001081 'filepath': 'chrome/browser/extensions/bookmark_app*'\
1082 '|chrome/browser/installable/',
Dominick Ngcaa7b402017-07-11 07:35:391083 },
mmoss19826c62014-11-14 21:37:361084 'installer_linux': {
1085 'filepath': 'chrome/installer/linux/',
1086 },
Greg Thompson4f90fc992017-07-25 19:30:371087 'installer_win': {
1088 'filepath': 'chrome/install_static/'\
Samuel Huang577ef6c2018-03-13 18:19:341089 '|chrome/installer/(?!gcapi_mac/|linux/|mac/)'\
1090 '|components/zucchini/',
Greg Thompson4f90fc992017-07-25 19:30:371091 },
[email protected]56b4b09d32012-07-27 18:28:411092 'instant': {
[email protected]607903d2013-03-25 22:15:471093 'filepath': 'instant|searchbox|'\
1094 'chrome/browser/search/|'\
[email protected]c29b7dae2013-03-25 22:29:131095 'chrome/browser/ui/search/|'\
[email protected]eb99f8e2013-07-10 10:17:391096 'chrome/browser/resources/local_ntp/|'\
Ramya Nagarajan7768bf62018-11-28 21:26:041097 'chrome/common/search/|'\
1098 'chrome/test/data/local_ntp/|'\
1099 'components/search_provider_logos/|'\
1100 'components/test/data/search_provider_logos/',
[email protected]56b4b09d32012-07-27 18:28:411101 },
edchin46453b42017-03-03 01:40:111102 'ios': {
Sylvain Defresne81467d82017-05-29 09:06:141103 'filepath': 'ios/',
edchin46453b42017-03-03 01:40:111104 },
sdefresne18b47312015-06-18 15:15:091105 'ios_chrome': {
Sylvain Defresne81467d82017-05-29 09:06:141106 'filepath': 'ios/chrome/',
sdefresne18b47312015-06-18 15:15:091107 },
marqa4f135f2017-01-10 12:37:341108 'ios_clean': {
Sylvain Defresne81467d82017-05-29 09:06:141109 'filepath': 'ios/clean/',
marqa4f135f2017-01-10 12:37:341110 },
Eric Noyaua1825272019-01-02 10:36:391111 'ios_flags': {
Eric Noyaue13b4d72019-01-03 14:23:551112 'filepath': 'ios/chrome/browser/about_flags\.(h|mm)|'\
1113 'ios/chrome/browser/experimental_flags\.(h|mm)|'\
1114 'ios/chrome/browser/resources/Settings.bundle/Experimental\.plist',
Eric Noyaua1825272019-01-02 10:36:391115 },
marqa4f135f2017-01-10 12:37:341116 'ios_showcase': {
Sylvain Defresne81467d82017-05-29 09:06:141117 'filepath': 'ios/showcase/',
marqa4f135f2017-01-10 12:37:341118 },
eugenebutb5a5a8572017-01-20 01:18:111119 'ios_web': {
Sylvain Defresne81467d82017-05-29 09:06:141120 'filepath': 'ios/web(_view)?/',
eugenebutb5a5a8572017-01-20 01:18:111121 },
Johanndfa4d7d2017-12-07 18:05:291122 'libaom': {
1123 'filepath': 'third_party/libaom/',
1124 },
Takeshi Yoshino524e1d262017-07-28 01:16:381125 'libvpx': {
Johanndfa4d7d2017-12-07 18:05:291126 'filepath': 'third_party/libvpx/',
vabraafbd4f32015-11-10 19:30:231127 },
[email protected]a3f777d2014-01-07 23:38:261128 'libwebp': {
1129 'filepath': 'third_party/libwebp'
1130 },
dominiccabb90e02017-03-31 04:54:231131 'libxml_xslt': {
1132 'filepath': 'third_party/libxml/' \
1133 '|third_party/libxslt/',
1134 },
[email protected]04a292a2013-03-07 19:58:421135 'linux_sandboxing': {
[email protected]f2f0fbb92012-07-14 15:52:491136 'filepath': 'sandbox/linux/',
[email protected]f76c8852012-06-21 16:37:001137 },
[email protected]04a292a2013-03-07 19:58:421138 'linux_seccomp_bpf': {
[email protected]d6a23612012-11-13 20:11:541139 'filepath': 'content/common/sandbox.*linux.cc',
[email protected]f76c8852012-06-21 16:37:001140 },
lgrey62faed72016-10-11 21:40:391141 'mac': {
lgrey332339b12016-12-05 17:16:401142 'filepath': '(_|/)(cocoa|mac)(_|\.)|/(cocoa|mac)/|^((?!ios\/).)*\.mm?$',
lgrey62faed72016-10-11 21:40:391143 },
mlamourid8b0feb2015-06-02 16:30:471144 'manifest': {
1145 'filepath': 'content/(browser|renderer)/manifest/'\
Dominick Ng31b7feb2019-01-29 23:24:001146 '|content/public/common/manifest*'\
1147 '|third_party/blink/(common|mojom)/manifest/'\
1148 '|third_party/blink/renderer/modules/manifest/',
mlamourid8b0feb2015-06-02 16:30:471149 },
James Cook2dc6d042018-04-24 22:00:201150 'mash_buildbot_filters': {
1151 'filepath': 'testing/buildbot/filters/mash.*filter',
1152 },
[email protected]f76c8852012-06-21 16:37:001153 'media': {
Francois Beaufort9ab59c82017-08-24 13:10:291154 'filepath': 'media|third_party/(ffmpeg|opus|libvpx)'
[email protected]f76c8852012-06-21 16:37:001155 },
mcasasfeedbe42017-03-03 05:23:561156 'media_capture_from_element': {
alancutter40359812017-03-03 08:20:271157 'filepath': 'content/renderer/media_capture_from_element/' \
Blink Reformata30d4232018-04-07 15:31:061158 '|third_party/blink/renderer/modules/mediacapture/' \
Kent Tamuraeb394c72018-04-07 19:14:551159 '|third_party/blink/renderer/platform/exported/web_canvas_capture' \
Kent Tamura77578cc2018-11-25 22:33:431160 '|third_party/blink/web_tests/fast/mediacapturefromelement/' \
Kent Tamuraeb394c72018-04-07 19:14:551161 '|third_party/blink/public/platform/web_canvas_capture'
mcasasfeedbe42017-03-03 05:23:561162 },
Tommy Steimel074a1822018-02-07 17:25:441163 'media_controls': {
Blink Reformata30d4232018-04-07 15:31:061164 'filepath': 'third_party/blink/renderer/modules/media_controls/'
Tommy Steimel074a1822018-02-07 17:25:441165 },
[email protected]06dd23172013-06-24 21:04:511166 'media_galleries': {
1167 'filepath': 'chrome/browser/extensions/api/media_galleries/'\
[email protected]06dd23172013-06-24 21:04:511168 '|chrome/browser/media_galleries/'\
1169 '|chrome/browser/storage_monitor/'\
1170 '|chrome/common/media_galleries/'\
Jay Civellicf995502017-09-08 23:59:271171 '|chrome/test/data/extensions/api_test/media_galleries/'
[email protected]06dd23172013-06-24 21:04:511172 },
Hirokazu Hondae31ce109a2018-09-18 11:18:501173 'media_gpu': {
1174 'filepath': 'media/gpu/',
1175 },
alokp9e369ea72e2016-06-10 05:41:091176 'media_mojo': {
Xiaohan Wang6cbdcdf2018-06-12 21:55:541177 'filepath': 'media/mojo/'
alokp9e369ea72e2016-06-10 05:41:091178 },
mcasasfeedbe42017-03-03 05:23:561179 'media_recorder': {
alancutter40359812017-03-03 08:20:271180 'filepath': 'content/renderer/media_recorder/' \
Blink Reformata30d4232018-04-07 15:31:061181 '|third_party/blink/renderer/modules/mediarecorder/' \
Kent Tamuraeb394c72018-04-07 19:14:551182 '|third_party/blink/renderer/platform/exported/web_media_recorder' \
Kent Tamura77578cc2018-11-25 22:33:431183 '|third_party/blink/web_tests/fast/mediarecorder/' \
Kent Tamuraeb394c72018-04-07 19:14:551184 '|third_party/blink/public/platform/web_media_recorder'
mcasasfeedbe42017-03-03 05:23:561185 },
miu5e69f1c52016-10-23 13:40:111186 'media_remoting': {
1187 'filepath': 'chrome/browser/media/cast_remoting'\
1188 '|media/blink/webmediaplayer_'\
Miyoung Shin3fc077c2019-08-06 00:29:441189 '|media/mojo/mojom/remoting.mojom'\
miu5e69f1c52016-10-23 13:40:111190 '|media/remoting/',
1191 },
kmarshallb698ad4f2015-02-24 19:42:481192 'media_router': {
mark a. foltze8739c7c2019-04-24 18:33:091193 'filepath': 'chrome/android/features/media_router/' \
1194 '|chrome/app/media_router_strings.grdp' \
mfoltz57fd7f32017-05-03 06:12:581195 '|chrome/browser/media/router/' \
kmarshallb698ad4f2015-02-24 19:42:481196 '|chrome/browser/resources/media_router/' \
Takumi Fujimoto4bef2792018-05-03 17:51:551197 '|chrome/browser/ui/media_router/' \
mfoltz57fd7f32017-05-03 06:12:581198 '|chrome/browser/ui/views/media_router/' \
kmarshallb698ad4f2015-02-24 19:42:481199 '|chrome/browser/ui/webui/media_router/' \
Takumi Fujimoto4bef2792018-05-03 17:51:551200 '|chrome/common/media_router/' \
mfoltz57fd7f32017-05-03 06:12:581201 '|chrome/test/data/webui/media_router/' \
1202 '|chrome/test/media_router/' \
1203 '|chrome/utility/media_router/'
kmarshallb698ad4f2015-02-24 19:42:481204 },
Xiaohan Wang6cbdcdf2018-06-12 21:55:541205 'media_win': {
1206 'filepath': 'media/gpu/windows/'
1207 },
[email protected]f76c8852012-06-21 16:37:001208 'message_loop': {
[email protected]f2f0fbb92012-07-14 15:52:491209 'filepath': 'base/message_'
[email protected]f76c8852012-06-21 16:37:001210 },
1211 'metrics': {
[email protected]f2f0fbb92012-07-14 15:52:491212 'filepath': 'base/metrics/'\
asvitkine361b276e2016-08-30 18:45:001213 '|chrome/android/java/src/org/chromium/chrome/browser/metrics/'\
[email protected]f2f0fbb92012-07-14 15:52:491214 '|chrome/browser/metrics/'\
[email protected]f2f0fbb92012-07-14 15:52:491215 '|chrome/browser/chromeos/external_metrics'\
[email protected]b0d594d2014-02-21 03:22:121216 '|chrome/browser/extensions/api/metrics_private/'\
[email protected]f2f0fbb92012-07-14 15:52:491217 '|chrome/browser/ui/webui/metrics_handler'\
asvitkineb7e10302016-01-20 05:17:451218 '|chromecast/browser/metrics/'\
asvitkinee4bad382015-11-05 21:56:451219 '|components/metrics/'\
asvitkineb7e10302016-01-20 05:17:451220 '|components/metrics_services_manager/'\
[email protected]ce6b855a2014-03-12 19:51:391221 '|components/rappor/'\
asvitkinee4bad382015-11-05 21:56:451222 '|components/variations/'\
[email protected]b0d594d2014-02-21 03:22:121223 # Exclude XML files; in particular, histograms.xml.
1224 '|tools/metrics/[^.]*([.](?!xml$).*)?$',
1225 },
Gabriel Marinac7ecd72019-10-04 18:16:061226 'metrics_perf': {
1227 'filepath': 'chrome/browser/metrics/perf/',
1228 },
[email protected]b0d594d2014-02-21 03:22:121229 'metrics_xml_files': {
1230 # Subscribe to this to watch for changes to histograms.xml.
toyoshim8f51f902015-03-27 03:50:211231 'filepath': 'tools/metrics/.*\.xml$',
1232 },
1233 'midi': {
1234 'filepath': 'midi',
[email protected]f76c8852012-06-21 16:37:001235 },
[email protected]341f218a2013-09-24 22:16:101236 'mojo': {
1237 'filepath': 'mojo',
1238 },
Kyle Horimotoc4d57b122018-02-28 01:17:301239 'multidevice': {
Ryan Hansberry587c8082018-09-20 01:31:191240 'filepath': 'ash/multi_device_setup/'\
Kyle Horimoto7de86582018-12-19 20:40:251241 '|chrome/browser/chromeos/cryptauth/'\
Ryan Hansberry587c8082018-09-20 01:31:191242 '|chrome/browser/chromeos/device_sync/'\
1243 '|chrome/browser/chromeos/multidevice_setup/'\
1244 '|chrome/browser/chromeos/secure_channel/'\
Kyle Horimoto592f64c2018-03-28 23:43:221245 '|chrome/browser/resources/chromeos/multidevice_setup/'\
Ryan Hansberry587c8082018-09-20 01:31:191246 '|chrome/browser/resources/settings/multidevice_page/'\
1247 '|chrome/browser/ui/webui/chromeos/multidevice_setup/'\
1248 '|chrome/browser/ui/webui/settings/chromeos/multidevice'\
Kyle Horimoto7de86582018-12-19 20:40:251249 '|chrome/test/data/webui/multidevice_setup/'\
1250 '|chromeos/components/multidevice/'\
James Hawkinsf7e517c2018-03-30 21:01:141251 '|chromeos/components/proximity_auth/'\
Kyle Horimoto7de86582018-12-19 20:40:251252 '|chromeos/resources/multidevice_resources.grdp'\
Kyle Horimoto592f64c2018-03-28 23:43:221253 '|chromeos/services/device_sync/'\
1254 '|chromeos/services/multidevice_setup/'\
1255 '|chromeos/services/secure_channel/'\
Kyle Horimoto9bace7f2018-09-21 23:36:481256 '|ui/webui/resources/cr_components/chromeos/multidevice_setup/'
Kyle Horimotoc4d57b122018-02-28 01:17:301257 },
[email protected]f76c8852012-06-21 16:37:001258 'nacl': {
[email protected]f2f0fbb92012-07-14 15:52:491259 'filepath': 'chrome/nacl/|chrome/test/nacl/|'\
[email protected]193912d2013-09-06 17:41:561260 'chrome/browser/nacl_host/|chrome/common/nacl|'\
1261 'native_client_sdk/src/doc/',
[email protected]f76c8852012-06-21 16:37:001262 },
[email protected]99ddc3d2013-01-22 16:15:331263 'native_client_sdk': {
1264 'filepath': '^native_client_sdk/',
1265 },
[email protected]b9ecdb62014-03-07 14:56:431266 'navigation': {
1267 'filepath': 'content/browser/frame_host|'\
1268 'content/browser/renderer_host/render_process_host.*|'\
1269 'content/browser/renderer_host/render_view_host.*|'\
1270 'content/browser/web_contents/web_contents_impl.*|'\
1271 'content/renderer/render_frame.*|'\
1272 'content/renderer/render_view.*'
1273 },
[email protected]f76c8852012-06-21 16:37:001274 'net': {
[email protected]f2f0fbb92012-07-14 15:52:491275 'filepath': 'net/',
[email protected]f76c8852012-06-21 16:37:001276 },
bnc1872e8bd2017-01-27 02:47:281277 'net_base': {
1278 'filepath': 'net/base/',
1279 },
bnc1872e8bd2017-01-27 02:47:281280 'net_http2': {
1281 'filepath': 'net/http2/',
1282 },
[email protected]f76c8852012-06-21 16:37:001283 'net_log': {
mmenke59e4d8fb42016-06-15 21:15:281284 'filepath': 'net/log/|' \
[email protected]f2f0fbb92012-07-14 15:52:491285 'chrome/browser/net/.*net_log|' \
[email protected]f2f0fbb92012-07-14 15:52:491286 'chrome/browser/resources/net_internals/|' \
mmenke59e4d8fb42016-06-15 21:15:281287 'chrome/browser/ui/webui/net_internals/|' \
Takeshi Yoshino6b30abd2017-07-16 03:34:511288 'components/net_log/'
[email protected]f76c8852012-06-21 16:37:001289 },
Adam Rice027497d2018-07-27 02:17:021290 'net_server': {
1291 'filepath': 'net/server/'
1292 },
bnc1872e8bd2017-01-27 02:47:281293 'net_spdy': {
1294 'filepath': 'net/spdy/',
1295 },
Adam Rice027497d2018-07-27 02:17:021296 'net_websockets': {
1297 'filepath': 'net/websockets/',
1298 },
jkarlin539748402015-03-31 17:36:311299 'netinfo': {
Josh Karlin1bd016742017-08-18 17:44:171300 'filepath': '/netinfo/',
jkarlin539748402015-03-31 17:36:311301 },
Helen Li30f43d8e2018-05-09 16:24:011302 'network_service': {
1303 'filepath': 'services/network/',
1304 },
Vincent Scheibd5da4d952017-11-03 01:33:241305 'nfc': {
Rijubrata Bhaumik04f46442019-09-02 07:54:441306 'filepath': 'services/device/nfc/|'\
1307 'third_party/blink/renderer/modules/nfc/'
Vincent Scheibd5da4d952017-11-03 01:33:241308 },
Xing Liue18f0fb2019-03-22 23:55:141309 'notification_scheduler': {
1310 'filepath': 'chrome/browser/notifications/proto/|'\
1311 'chrome/browser/notifications/scheduler/'
1312 },
peterf4758412014-09-17 15:06:011313 'notifications': {
Peter Beverloo4548c852017-08-31 13:45:171314 'filepath': 'chrome/browser/extensions/api/notifications/|'\
1315 'chrome/browser/notifications/|'\
1316 'chrome/test/data/notifications/|'\
1317 'content/browser/notifications/|'\
Peter Beverloo4548c852017-08-31 13:45:171318 'content/common/platform_notification|'\
1319 'content/public/browser/platform_notification|'\
1320 'content/public/common/platform_notification|'\
1321 'content/renderer/notification_|'\
Xi Chengd47af342018-04-24 02:36:331322 'chrome/notification_helper/|'\
Kent Tamura77578cc2018-11-25 22:33:431323 'third_party/blink/web_tests/external/wpt/notifications|'\
1324 'third_party/blink/web_tests/http/tests/notifications|'\
Blink Reformata30d4232018-04-07 15:31:061325 'third_party/blink/renderer/modules/notifications|'\
1326 'third_party/blink/public/platform/modules/notifications|'\
peterf4758412014-09-17 15:06:011327 'ui/message_center/'
1328 },
tbansalc6f1c9f2016-09-30 22:48:421329 'nqe': {
1330 'filepath': 'nqe',
1331 },
mcwilliamsedee5042016-04-05 18:46:451332 'ntp_snippets': {
1333 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk16a37f902016-05-16 15:49:361334 'chrome/android/javatests/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk14c89352016-07-21 13:45:131335 'chrome/android/junit/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk117ffb322017-02-06 12:04:201336 'chrome/android/java/src/org/chromium/chrome/browser/suggestions/|'\
1337 'chrome/android/javatests/src/org/chromium/chrome/browser/suggestions/|'\
mvanouwerkerk538dc0b62016-05-17 14:55:341338 'chrome/browser/android/ntp/ntp_snippets|'\
mcwilliamsedee5042016-04-05 18:46:451339 'chrome/browser/ntp_snippets/|'\
mvanouwerkerk41649732016-05-17 13:37:001340 'chrome/browser/resources/snippets_internals|'\
1341 'chrome/browser/ui/webui/snippets_internals|'\
mcwilliamsedee5042016-04-05 18:46:451342 'components/ntp_snippets/|'\
1343 'chrome/android/java/res/layout/new_tab_page|'\
noyau451e6bb62016-12-23 14:29:041344 'chrome/android/java/res/layout/most_visited|'\
1345 'ios/chrome/browser/ntp_snippets'
mcwilliamsedee5042016-04-05 18:46:451346 },
treib70176c52016-07-08 14:34:191347 'ntp_tiles': {
1348 'filepath': 'chrome/browser/android/ntp/|'\
1349 'chrome/browser/ui/webui/ntp/|'\
1350 'chrome/common/search/ntp|'\
noyau451e6bb62016-12-23 14:29:041351 'components/ntp_tiles/|'\
1352 'ios/chrome/browser/ntp_tiles'
treib70176c52016-07-08 14:34:191353 },
peterb8ec88f82017-03-21 13:29:421354 'offline_items_collection': {
1355 'filepath': 'components/offline_items_collection/',
1356 },
dimichdce3ee492016-04-04 04:20:521357 'offline_pages': {
1358 'filepath': 'components/offline_pages/'\
fgorski329be5b2016-04-19 21:38:111359 '|chrome/browser/android/offline_pages/'\
1360 '|chrome/android/java/src/org/chromium/chrome/browser/offlinepages/'
dimichdce3ee492016-04-04 04:20:521361 },
[email protected]f76c8852012-06-21 16:37:001362 'omnibox': {
Justin Donnelly600d8e92018-11-09 00:40:501363 'filepath': '^chrome/browser/autocomplete/|'\
1364 '^chrome/browser/resources/omnibox|'\
1365 '^chrome/browser/ui/location_bar/|'\
1366 '^chrome/browser/ui/omnibox/|'\
1367 '^chrome/browser/ui/.*/location_bar/|'\
1368 '^chrome/browser/ui/.*/omnibox/|'\
1369 '^components/omnibox/'
[email protected]f76c8852012-06-21 16:37:001370 },
Doug Arnetta94d3ae2017-11-07 00:10:341371 'optimization_guide': {
1372 'filepath': 'optimization_guide|'\
1373 'optimization_hints',
1374 },
chasej6dff9292016-02-02 20:33:121375 'origin_trials': {
Jason Chasedfcd02b2018-08-10 21:07:491376 'filepath': 'origin_trial'\
chasej68b8bbd2017-01-26 19:26:131377 '|OriginTrial'\
1378 '|ConditionalFeature',
chasej6dff9292016-02-02 20:33:121379 },
[email protected]4a2078e2013-07-18 20:40:201380 'ozone': {
[email protected]f93c2c92013-10-31 18:22:441381 'filepath': 'ui/ozone/|'\
[email protected]4b66bf922013-10-28 19:49:431382 'ui/events/ozone/|'\
1383 'ui/gfx/ozone/|'\
[email protected]4a2078e2013-07-18 20:40:201384 'ui/gl/gl_.*egl.*|'\
1385 'ui/gl/gl_.*ozone.*'
1386 },
Sergey Ulanov004097c2018-11-05 23:29:281387 'ozone_scenic': {
1388 'filepath': 'ui/ozone/platform/scenic',
1389 },
lgarron9e25c7402017-03-15 04:03:111390 'page_info' : {
1391 'filepath': 'chrome/browser/ui/page_info/'\
1392 '|chrome/browser/ui/.*/page_info/'\
lgarron3428b2d32017-03-21 18:35:191393 '|chrome/android/java/src/org/chromium/chrome/browser/page_info/'\
lgarron6cd116a2017-04-07 19:42:181394 '|components/page_info_strings.grdp'\
Gregory Chatzinoffdf93d692017-09-09 01:32:271395 '|ios/chrome/browser/ui/page_info/'
lgarron6cd116a2017-04-07 19:42:181396 },
csharrison3b1dc4062015-10-19 14:31:081397 'page_load_metrics' : {
bmcquade9f433702016-07-26 23:33:501398 'filepath': 'chrome/browser/page_load_metrics/'\
1399 '|chrome/common/page_load_metrics/'\
1400 '|chrome/renderer/page_load_metrics/'
csharrison3b1dc4062015-10-19 14:31:081401 },
[email protected]f76c8852012-06-21 16:37:001402 'panels': {
[email protected]7cbe5a52012-09-27 02:00:291403 'filepath': 'chrome/browser/ui/panels'\
1404 '|chrome/browser/ui/cocoa/panels'\
[email protected]7cbe5a52012-09-27 02:00:291405 '|chrome/browser/ui/views/panels'
[email protected]f76c8852012-06-21 16:37:001406 },
[email protected]3cc8b3922014-05-05 13:12:081407 'password_manager': {
1408 'filepath': 'chrome/.*/password_'\
1409 '|chrome/browser/ui/passwords'\
1410 '|chrome/browser/ui/views/passwords'\
1411 '|chrome/test/data/password'\
1412 '|components/autofill.*password'
1413 '|components/password_'\
vabrccdb7222016-06-01 14:59:401414 '|^ios/chrome/browser/passwords'\
[email protected]3cc8b3922014-05-05 13:12:081415 },
rouslane8a22262016-10-19 20:49:411416 'payments': {
1417 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/payments'\
1418 '|chrome/android/javatests/src/org/chromium/chrome/browser/payments'\
Rouslan Solomakhin81af4cf2017-06-27 15:23:491419 '|chrome/browser/payments'\
1420 '|chrome/browser/ui/views/payments'\
Mohamad Ahmadi2b452762017-07-18 23:17:151421 '|components/payments/test/data'\
rouslana64ceca2016-10-26 01:10:311422 '|components/payments'\
Rouslan Solomakhin81af4cf2017-06-27 15:23:491423 '|content/browser/payments'\
1424 '|content/test/data/payments'\
1425 '|ios/chrome/browser/payments'\
1426 '|ios/chrome/browser/ui/payments'\
1427 '|ios/web/payments'\
1428 '|ios/web/public/payments'\
Kent Tamura77578cc2018-11-25 22:33:431429 '|third_party/blink/web_tests/external/wpt/payment-request'\
1430 '|third_party/blink/web_tests/http/tests/payments'\
1431 '|third_party/blink/web_tests/payments'\
Blink Reformata30d4232018-04-07 15:31:061432 '|third_party/blink/public/platform/modules/payments'\
1433 '|third_party/blink/renderer/modules/payments'
mahmadi0a7bb59f2017-02-22 19:13:491434 },
1435 'payments_ios': {
Rouslan Solomakhin81af4cf2017-06-27 15:23:491436 'filepath': 'ios/web/payments'\
1437 '|ios/chrome/browser/payments'\
1438 '|ios/chrome/browser/ui/payments'\
1439 '|ios/web/public/payments'
rouslane8a22262016-10-19 20:49:411440 },
Lei Zhang91530f72019-06-14 21:20:151441 'pdf': {
Lei Zhangaaf64f52019-06-21 00:52:081442 'filepath': 'components/pdf/'\
1443 '|chrome/browser/pdf/'\
1444 '|chrome/browser/ui/pdf/'\
1445 '|pdf/'
Lei Zhang91530f72019-06-14 21:20:151446 },
[email protected]f76c8852012-06-21 16:37:001447 'pepper_api': {
[email protected]b8491b02013-11-13 03:50:581448 'filepath': 'ppapi/api'\
1449 '|ppapi/c',
[email protected]f76c8852012-06-21 16:37:001450 },
mlamourid8b0feb2015-06-02 16:30:471451 'permissions': {
1452 'filepath': 'content/(child,browser)/permissions/'\
1453 '|content/common/permission_*'\
1454 '|content/public/(common,browser)/permission_*'\
1455 '|chrome/browser/permissions/'\
1456 '|chrome/browser/content_settings/permission*'\
1457 '|permission_context',
1458 },
François Beaufortb2070eb2018-02-08 10:36:341459 'picture_in_picture': {
Blink Reformata30d4232018-04-07 15:31:061460 'filepath': 'third_party/blink/renderer/modules/picture_in_picture/'
François Beaufortb2070eb2018-02-08 10:36:341461 },
michaelpg11fff3f2015-02-06 03:35:341462 'polymer': {
1463 'filepath': 'third_party/polymer/|'\
michaelpgf94a2a22017-03-06 22:35:001464 'third_party/web-animations-js/|'\
dbeam78528be2016-02-18 07:08:491465 'tools/polymer|'\
michaelpg11fff3f2015-02-06 03:35:341466 'ui/webui/resources/polymer_resources.grdp',
1467 },
Charles Harrison981d33c2017-10-06 21:36:221468 'popup_blocker': {
1469 'filepath': 'chrome/browser/ui/blocked_content'
1470 },
twifkak0c69c1f2015-06-22 18:20:091471 'precache': {
1472 'filepath': '[pP]recache'
1473 },
[email protected]be775bc2014-06-30 15:41:141474 'prepopulated_engines': {
1475 'filepath': 'components/search_engines/prepopulated_engines.json',
1476 },
[email protected]f76c8852012-06-21 16:37:001477 'prerender': {
[email protected]78375a52012-07-14 14:47:571478 'filepath': 'prerender'
[email protected]f76c8852012-06-21 16:37:001479 },
mfoltz57fd7f32017-05-03 06:12:581480 'presentation': {
mark a. foltze8739c7c2019-04-24 18:33:091481 'filepath': 'content/browser/presentation/' \
1482 '|content/public/browser/presentation_' \
1483 '|third_party/blink/public/mojom/presentation/' \
1484 '|third_party/blink/renderer/modules/presentation/' \
1485 '|third_party/blink/web_tests/(virtual/)?presentation/'
mfoltz57fd7f32017-05-03 06:12:581486 },
Robert Ogdenb766c88a2019-06-10 18:10:231487 'preview_features': {
1488 'filepath': 'components/previews/core/previews_features' \
1489 '|components/previews/core/previews_experiments'
1490 },
rbpotter0d9edeed2018-08-03 14:11:581491 'print_preview': {
1492 'filepath': 'chrome/browser/resources/print_preview/' \
1493 '|chrome/browser/ui/webui/print_preview/'
1494 },
peter884896c72015-03-12 14:26:201495 'push_messaging': {
1496 'filepath': 'push_messaging'
1497 },
stkhapugin06503142016-12-07 14:32:121498 'reading_list': {
1499 'filepath': 'components/reading_list|'\
1500 'ios/chrome/browser/reading_list|'\
1501 'ios/chrome/browser/ui/reading_list',
1502 },
mark a. foltze8739c7c2019-04-24 18:33:091503 'remoteplayback': {
1504 'filepath': 'chrome/android/features/media_router/java/src/org/chromium/chrome/browser/media/router/FlingingController' \
1505 '|chrome/android/java/src/org/chromium/chrome/browser/media/remote/' \
1506 '|chrome/browser/media/android/remote/' \
1507 '|media/blink/remote_playback' \
1508 '|media/renderers/remote_playback' \
1509 '|third_party/blink/public/platform/modules/remoteplayback/' \
1510 '|third_party/blink/renderer/core/html/media/remote_playback' \
1511 '|third_party/blink/renderer/modules/remoteplayback/' \
1512 '|third_party/blink/web_tests/media/remoteplayback/' \
1513 '|third_party/blink/web_tests/virtual/new-remote-playback-pipeline/'
1514 },
[email protected]f76c8852012-06-21 16:37:001515 'remoting': {
sergeyu05995a4f2017-01-24 21:26:011516 'filepath': '^remoting/' \
1517 '|^testing/chromoting'
[email protected]f76c8852012-06-21 16:37:001518 },
gab57e80c72014-12-08 21:06:131519 'rlz_id': {
1520 'filepath' :'rlz/lib/machine_id.cc|'\
1521 'rlz/lib/machine_id.h|'\
1522 'rlz/win/lib/machine_id_win.cc',
1523 },
Joe Medleya129fe32018-01-25 15:20:221524 'runtime_enabled_features': {
Blink Reformata30d4232018-04-07 15:31:061525 'filepath' : 'third_party/blink/renderer/platform/runtime_enabled_features.json5'
Joe Medleya129fe32018-01-25 15:20:221526 },
grt829c6a82014-10-20 09:29:321527 'safe_browsing': {
timvolodine41e95412017-03-14 02:55:341528 'filepath': 'chrome/(browser|common|renderer)/safe_browsing/|'\
1529 'components/safe_browsing/',
grt829c6a82014-10-20 09:29:321530 },
Mike Wittman652832b2019-07-16 14:34:391531 'sampling_profiler': {
1532 'filepath': 'base/profiler/'\
1533 '|chrome/common/profiler/'\
1534 '|chrome/common/stack_sampling_configuration*'\
1535 '|chrome/common/thread_profiler*'\
1536 '|chrome/renderer/v8_unwinder*'\
1537 '|components/metrics/*call_stack*'\
Mike Wittmane4a1a252019-07-29 20:27:261538 '|components/metrics/public/mojom/call_stack*',
Mike Wittman652832b2019-07-16 14:34:391539 },
mlamourid8b0feb2015-06-02 16:30:471540 'screen_orientation': {
1541 'filepath': 'screen_orientation',
1542 },
Robert Sesekae79d38512018-09-04 18:13:301543 'security': {
1544 'filepath': 'base/json/'\
1545 '|base/memory/.*shared_memory'\
Robert Sesek61902db2018-10-09 19:15:451546 '|components/cbor/'\
1547 '|AndroidManifest',
Robert Sesekae79d38512018-09-04 18:13:301548 },
Katie D14c38ce2019-02-14 00:34:451549 'select_to_speak': {
1550 'filepath': 'select_to_speak',
1551 },
Jeffrey Cohen7fe36f502018-12-12 01:38:211552 'send_tab_to_self': {
Jeffrey Cohen9e494a612019-05-21 16:22:441553 'filepath': 'components/send_tab_to_self'\
1554 '|chrome/android/java/src/org/chromium/chrome/browser/send_tab_to_self/'\
Jeffrey Cohen224a4072019-05-23 20:49:331555 '|chrome/android/junit/src/org/chromium/chrome/browser/send_tab_to_self/'\
Jeffrey Cohen9e494a612019-05-21 16:22:441556 '|chrome/browser/android/send_tab_to_self/'\
1557 '|chrome/browser/send_tab_to_self/'\
1558 '|chrome/browser/ui/send_tab_to_self'\
1559 '|ios/chrome/browser/send_tab_to_self/',
Jeffrey Cohen7fe36f502018-12-12 01:38:211560 },
[email protected]0b431722014-01-08 07:21:511561 'service_worker': {
[email protected]edaf31d2014-03-07 00:09:171562 'filepath': 'content/(browser|renderer|child|common)/service_worker/',
[email protected]0b431722014-01-08 07:21:511563 },
Dan Beam5dec1b42018-12-10 23:52:341564 'settings': {
1565 'filepath': 'chrome/browser/resources/settings/'\
1566 '|chrome/browser/ui/webui/settings/'\
1567 '|chrome/test/data/webui/settings/',
1568 },
May Lippertbb19e1242019-04-17 15:02:111569 'settings_forked_os_settings': {
1570 'filepath': 'chrome/browser/resources/settings/basic_page/'\
1571 '|chrome/browser/resources/settings/chromeos/'\
1572 '|chrome/browser/resources/settings/settings_menu/'\
1573 '|chrome/browser/resources/settings/settings_page/'\
1574 '|chrome/browser/resources/settings/settings_ui/'\
1575 '|chrome/browser/resources/settings/os_settings_resouces.grd'\
1576 '|chrome/browser/resources/settings/os_settings_resouces_vulcanized.grd',
1577 },
May Lippertd0b8cfe2019-05-22 19:54:491578 'settings_os_settings': {
1579 'filepath': 'chrome/browser/resources/settings/chromeos/',
1580 },
alitoc5534d62017-04-21 01:48:581581 'settings_reset_prompt': {
1582 'filepath': 'chrome/browser/safe_browsing/settings_reset_prompt/'\
1583 '|chrome/browser/ui/views/settings_reset_prompt',
1584 },
Peter Beverloo9a00acc2019-06-04 14:27:251585 'sharing': {
Himanshu Jaju0de6e102019-07-31 11:16:541586 'filepath': 'chrome/browser/sharing/|'\
1587 'chrome/browser/ui/views/sharing/',
Peter Beverloo9a00acc2019-06-04 14:27:251588 },
dominickn8884155a2016-06-23 02:28:161589 'site_engagement': {
1590 'filepath': 'chrome/browser/engagement/|'\
1591 'chrome/browser/ui/webui/engagement/',
1592 },
[email protected]f76c8852012-06-21 16:37:001593 'site_instance': {
[email protected]f2f0fbb92012-07-14 15:52:491594 'filepath': 'content/browser/site_instance|'\
1595 'content/browser/browsing_instance',
[email protected]f76c8852012-06-21 16:37:001596 },
Ryan Hansberry587c8082018-09-20 01:31:191597 'smartlock': {
James Hawkins14e753e82018-11-08 17:33:421598 'filepath': 'chrome/browser/chromeos/login/easy_unlock/'\
Ryan Hansberry587c8082018-09-20 01:31:191599 '|chrome/browser/resources/easy_unlock/'\
1600 '|chromeos/components/proximity_auth/'
1601 },
Zentaro Kavanagh608f8a12018-01-19 18:39:561602 'smb': {
1603 'filepath': 'chrome/browser/chromeos/file_system_provider'\
1604 '|chrome/browser/chromeos/smb_client'\
1605 '|chromeos/dbus/fake_smb_provider_client'\
1606 '|chromeos/dbus/smb_provider_client',
1607 },
Joe Medleya129fe32018-01-25 15:20:221608 'source_idls': {
Joe Medleyf7671752018-04-13 14:34:501609 'filepath': 'third_party/blink/renderer/(core|modules|platform)/.*\.idl',
Joe Medleya129fe32018-01-25 15:20:221610 },
[email protected]ad0295d2012-10-11 23:43:361611 'spellcheck': {
1612 'filepath': 'chrome/browser/spellchecker/'\
timvolodine8cdb94c2016-09-22 12:17:221613 '|chrome/browser/renderer_context_menu/spelling_'\
1614 '|components/spellcheck/'\
1615 '|third_party/hunspell/'\
1616 '|third_party/hunspell_dictionaries/',
[email protected]ad0295d2012-10-11 23:43:361617 },
Greg Thompson9ea091702018-01-04 11:06:321618 'startup': {
1619 'filepath': 'chrome/browser/ui/startup/',
1620 },
vmpstrcc1c08302015-11-18 06:05:511621 'styleguide': {
1622 'filepath': '^styleguide/',
1623 },
Peter Wenbef43902018-11-28 22:08:121624 'styleguide_python': {
1625 'filepath': '^styleguide/python',
1626 },
engedye7b734da2017-02-07 12:08:131627 'subresource_filter': {
Charles Harrisonfb3eac92017-06-26 21:26:021628 'filepath': 'subresource_filter|SubresourceFilter|url_pattern_index',
engedye7b734da2017-02-07 12:08:131629 },
[email protected]43d33e92014-07-14 16:39:311630 'supervised_users': {
1631 'filepath': 'chrome/browser/.*managed_mode'\
1632 '|chrome/browser/.*managed_user'\
1633 '|chrome/browser/.*supervised_user',
1634 },
CJ DiMegliocaddc3482018-12-12 02:28:381635 'surface_layer_for_video': {
1636 'filepath': 'cc/layers/surface_layer*'\
1637 '|third_party/blink/renderer/platform/graphics/video_frame_*'\
1638 '|third_party/blink/renderer/platform/graphics/surface_layer_bridge*',
1639 },
Anastasia Helfinstein5205acb32019-02-15 00:54:131640 'switch_access': {
1641 'filepath': 'switch_access',
1642 },
[email protected]f76c8852012-06-21 16:37:001643 'sync': {
Andrew Grieveecac5a92018-11-08 01:57:011644 'filepath': '^chrome/browser/ui/sync/'\
maxboguefa217942016-04-01 01:08:131645 '|^chrome/browser/ui/views/sync/'\
1646 '|^chrome/test/android/javatests/src/org/chromium/chrome/test/util/browser/sync/'\
1647 '|^ios/chrome/browser/sync/'\
1648 '|^chrome/android/java/src/org/chromium/chrome/browser/sync/'\
1649 '|^chrome/browser/sync/'\
1650 '|^components/browser_sync/'\
Max Boguefef332d2016-07-28 22:09:091651 '|^components/sync/'\
maxboguefa217942016-04-01 01:08:131652 '|^components/sync_bookmarks/'\
Max Boguefef332d2016-07-28 22:09:091653 '|^components/sync_sessions/',
[email protected]f76c8852012-06-21 16:37:001654 },
[email protected]92871a102013-07-01 11:11:411655 'syncfs': {
1656 'filepath': 'sync_file_system',
1657 },
miu5e69f1c52016-10-23 13:40:111658 'tab_alert_indicators': {
1659 'filepath': 'content/browser/media/audio_stream_monitor'\
miu5e69f1c52016-10-23 13:40:111660 '|chrome/browser/ui/tabs/tab_utils'\
Peter Kasting479cc1752018-09-28 22:34:371661 '|chrome/browser/ui/views/tabs/alert_indicator'\
miu5e69f1c52016-10-23 13:40:111662 '|chrome/browser/ui/views/tabs/tab\.cc'\
1663 '|chrome/browser/ui/views/tabs/tab_renderer_data'\
1664 '|media/audio/audio_(output_controller|power_monitor)',
1665 },
[email protected]82d74152013-07-28 08:55:311666 'tab_capture': {
Adam Parker83a488462017-12-22 00:26:481667 'filepath': 'chrome/browser/extensions/api/tab_capture/'\
miu5e69f1c52016-10-23 13:40:111668 '|chrome/renderer/resources/extensions/tab_capture_custom_bindings.js'\
[email protected]31ef420b2014-08-13 21:19:131669 '|chrome/test/data/extensions/api_test/tab_capture/'\
Adam Parker83a488462017-12-22 00:26:481670 '|components/viz/common/(frame_sinks/copy_output_|gl_helper|yuv_)'\
1671 '|components/viz/service/display/'\
1672 '|components/viz/service/frame_sinks/(frame_sink_manager'\
1673 '|video_capture/)'\
[email protected]31ef420b2014-08-13 21:19:131674 '|content/browser/media/capture/'\
[email protected]31ef420b2014-08-13 21:19:131675 '|content/browser/renderer_host/media/(audio_'\
1676 '|media_stream_manager|video_)'\
miu5e69f1c52016-10-23 13:40:111677 '|content/public/renderer/media_stream_'\
1678 '|content/renderer/media/(media_stream|(.+audio_source))'\
[email protected]31ef420b2014-08-13 21:19:131679 '|media/audio/(audio_output_controller|fake_audio_|virtual_audio_)'\
1680 '|media/base/video_frame\.h'\
Adam Parker83a488462017-12-22 00:26:481681 '|media/capture/'\
Miyoung Shin3fc077c2019-08-06 00:29:441682 '|services/viz/privileged/mojom/compositing/frame_sink',
[email protected]82d74152013-07-28 08:55:311683 },
[email protected]f76c8852012-06-21 16:37:001684 'tab_contents': {
[email protected]f2f0fbb92012-07-14 15:52:491685 'filepath': 'chrome/browser/tab_contents/|'\
1686 'content/browser/tab_contents/|'\
1687 'chrome/browser/ui/tab_contents/',
[email protected]f76c8852012-06-21 16:37:001688 },
gogeralddad6ac72019-08-06 23:08:371689 'tab_ui_and_start_surface': {
Wei-Yin Chen (陳威尹)943ca0a2019-08-21 14:51:351690 'filepath': 'chrome/android/features/tab_ui/' \
1691 '|chrome/android/features/start_surface/',
Mei Liang92e37d52019-03-22 17:27:201692 },
tdresserd80646f2017-03-03 19:26:081693 'tbmv2_metrics': {
1694 'filepath': 'third_party/catapult/tracing/tracing/metrics'
1695 },
[email protected]31a10602012-11-21 01:51:261696 'telemetry': {
nednguyen79105d422016-04-18 01:38:421697 'filepath': 'tools/perf/'
[email protected]31a10602012-11-21 01:51:261698 },
Takeshi Yoshino524e1d262017-07-28 01:16:381699 'test_runner': {
1700 'filepath': 'components/test_runner/' \
Kent Tamura21d1de62018-12-10 04:45:201701 '|content/shell/(common|browser|renderer)/web_test/' \
1702 '|content/test/web_test_support.cc' \
1703 '|content/public/test/web_test_support.h' \
Takeshi Yoshino524e1d262017-07-28 01:16:381704 },
[email protected]f76c8852012-06-21 16:37:001705 'tests': {
[email protected]f2f0fbb92012-07-14 15:52:491706 'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/',
[email protected]0cde05a02011-11-30 23:36:521707 },
jlkleinecc81952016-11-19 00:16:071708 'tether': {
Kyle Horimoto592f64c2018-03-28 23:43:221709 'filepath': 'chrome/browser/chromeos/tether/'\
1710 '|chrome/browser/ui/ash/network/tether*'\
Ryan Hansberry587c8082018-09-20 01:31:191711 '|chromeos/components/tether/'
jlkleinecc81952016-11-19 00:16:071712 },
[email protected]1cbbb30b2011-10-14 08:03:561713 'textinput': {
Yuichiro Hanadaf0b3b472017-10-17 07:00:531714 'filepath': 'chrome/browser/ui/input_method'\
[email protected]f2f0fbb92012-07-14 15:52:491715 '|content/browser/renderer_host/render_widget_host_view'\
1716 '|content/browser/renderer_host/text_input'\
1717 '|ui/base/ime/'\
[email protected]f2f0fbb92012-07-14 15:52:491718 '|ui/views/controls/textfield/'\
Yuichiro Hanadaf0b3b472017-10-17 07:00:531719 '|ui/wm/core/ime'
[email protected]1cbbb30b2011-10-14 08:03:561720 },
[email protected]3a117c62011-11-29 04:28:021721 'textinput_chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:491722 'filepath': 'chrome/browser/chromeos/input_method/'\
1723 '|chrome/browser/chromeos/extensions/input_method'\
1724 '|chrome/browser/chromeos/status/input_method'\
1725 '|chrome/browser/extensions/extension_input_'\
1726 '|chrome/browser/resources/keyboard'\
[email protected]f2f0fbb92012-07-14 15:52:491727 'chromeos/.*(language|keyboard)'\
[email protected]6bd9e802013-04-18 06:40:421728 '|chromeos/ime/*'
[email protected]3a117c62011-11-29 04:28:021729 },
Patrick Monette9355f1fc2019-08-09 18:18:161730 'third_party_conflicts': {
1731 'filepath': 'chrome/browser/win/conflicts/'
1732 },
chirantan96fcf6d2015-01-21 22:36:191733 'timers': {
1734 'filepath': 'base/timer/'\
1735 '|components/timers/'
1736 },
robliaofd54b5c2017-01-13 00:41:301737 'tools_win_chromeexts': {
1738 'filepath': 'tools/win/chromeexts',
1739 },
AJITH KUMAR V4f0c4812018-03-27 13:46:571740 'touch_selection': {
1741 'filepath': 'ui/touch_selection/'\
1742 '|content/public/android/java/src/org/chromium/content/browser/selection/'
1743 },
[email protected]c8eb7f72013-07-04 15:30:111744 'tracing': {
1745 'filepath': 'base/debug/trace_event.*'\
primianobef13b42015-01-30 15:29:311746 '|base/trace_event/'\
[email protected]c8eb7f72013-07-04 15:30:111747 '|content/browser/tracing/'\
Oystein Eftevaag6410f1a2018-03-01 18:06:301748 '|components/tracing/'\
1749 '|services/tracing/'
[email protected]c8eb7f72013-07-04 15:30:111750 },
Nicolas Ouellet-payeur0c26b872019-09-05 07:38:071751 'traffic_annotation': {
1752 'filepath': 'tools/traffic_annotation/'
1753 },
[email protected]cf428f732012-10-02 20:48:151754 'ui_compositor': {
1755 'filepath': 'ui/compositor/layer\.|'\
1756 'ui/compositor/layer_unittest|'\
1757 'ui/compositor/compositor',
1758 },
robliao2c4b7492016-07-19 01:57:261759 'ui_display_win': {
1760 'filepath': '^ui/display/win',
1761 },
[email protected]6b5093c2012-05-23 19:10:181762 'ui_resources': {
[email protected]f2f0fbb92012-07-14 15:52:491763 'filepath': 'ui/resources/'\
1764 '|ui/base/native_theme/resources/'\
1765 '|chrome/app/theme/'
[email protected]6b5093c2012-05-23 19:10:181766 },
edwardjung83f52ef22017-02-07 13:15:071767 'ui_strings': {
1768 'filepath': 'chrome/app/generated_resources.grd'\
1769 '|chrome/app/google_chrome_strings.grd'\
1770 '|chrome/android/java/strings/android_chrome_strings.grd'\
1771 '|chrome/app/settings_strings.grdp'\
1772 '|ios/chrome/app/strings/ios(_.+)*_strings.grd'\
1773 '|ui/strings/ui_strings.grd',
1774 },
Robert Liao5c35cbe2019-02-27 02:42:331775 'ui_views': {
1776 'filepath': '^ui/views',
1777 },
Will Harris989ca932019-02-15 19:21:211778 'unified_consent': {
1779 'filepath': 'components/unified_consent/'\
1780 '|chrome/browser/unified_consent/',
1781 },
Vincent Scheibd5da4d952017-11-03 01:33:241782 'usb': {
1783 'filepath': '/usb/',
1784 },
Miguel Casas-Sancheza65d49a2017-12-11 03:27:481785 'vaapi': {
1786 'filepath': 'media/gpu/vaapi',
1787 },
[email protected]c73ec8ab2014-01-16 20:35:231788 'version_assembly': {
1789 'filepath': 'chrome/app/version_assembly',
1790 },
posciak62a72272016-05-11 08:31:241791 'video': {
1792 'filepath': 'content/browser/renderer_host/media/|'\
1793 'content/renderer/media/|'\
1794 'media/capture/video/|'\
1795 'media/filters/|'\
1796 'media/gpu/|'\
1797 '.*video.*',
1798 },
mcasas09e881c2016-04-09 02:09:501799 'video_capture': {
1800 'filepath': 'chrome/browser/media/.*(capture|media|webrtc)'\
1801 '|content/browser/renderer_host/media/.*(capture|media)'\
1802 '|content/renderer/media/.*(capture|media|webrtc)'\
1803 '|media/capture/'\
chfremer2a01a69b2017-01-06 02:39:011804 '|media/muxers/'\
1805 '|services/video_capture/',
mcasas09e881c2016-04-09 02:09:501806 },
Alexandre Courbot3e9e55a2018-04-05 05:29:421807 'video_gpu': {
1808 'filepath': 'content/renderer/media/|'\
1809 'media/capture/video/|'\
1810 'media/gpu/',
1811 },
[email protected]ef514a32014-02-26 01:02:351812 'virtual_keyboard': {
Darren Shen40a822352019-06-03 05:39:161813 'filepath': 'ash/keyboard/'\
oka47452c22017-02-17 05:07:571814 '|chrome/test/data/chromeos/virtual_keyboard/'\
1815 '|extensions/browser/api/virtual_keyboard_private/'\
Darren Shen40a822352019-06-03 05:39:161816 '|ash/system/virtual_keyboard/',
[email protected]ef514a32014-02-26 01:02:351817 },
billorr3c7e1442016-11-11 21:21:351818 'virtual_reality': {
David Dorwina4a2b73c2018-05-18 22:39:561819 # Includes VR, AR, and XR.
Michael Thiessena7bec5b2018-07-12 19:10:041820 'filepath': '/vr/'\
David Dorwina4a2b73c2018-05-18 22:39:561821 '|/xr'\
Alex Cooper59197c72019-03-29 17:31:551822 '|webxr'\
Bill Orr165281bd2018-12-06 18:27:121823 '|isolated_xr_device'\
David Dorwina4a2b73c2018-05-18 22:39:561824 '|third_party/arcore'\
1825 '|third_party/gvr'\
1826 '|third_party/libovr'\
1827 '|third_party/openvr',
billorr3c7e1442016-11-11 21:21:351828 },
Chris Blumec6ddd6c2018-12-14 23:35:011829 'vulkan': {
1830 'filepath': 'gpu/vulkan'\
1831 '|third_party/vulkan'
1832 },
Vincent Scheibd5da4d952017-11-03 01:33:241833 'wake_lock': {
1834 'filepath': 'wake_lock',
1835 },
May Lippert04ed4b62019-05-24 16:31:221836 'wallpapers': {
Miyoung Shin3fc077c2019-08-06 00:29:441837 'filepath': 'components/arc/common/wallpaper.mojom'\
May Lippert04ed4b62019-05-24 16:31:221838 '|ash/wallpaper/'\
1839 '|chrome/browser/resources/chromeos/wallpaper_manager/',
1840 },
Raymes Khoury6b9bf762019-05-17 05:00:511841 'web_applications': {
1842 'filepath': 'chrome/browser/web_applications'\
1843 '|chrome/browser/ui/web_applications',
1844 },
Dan Beam5dec1b42018-12-10 23:52:341845 'web_dev_style': {
1846 'filepath': 'tools/web_dev_style/'\
1847 '|styleguide/web/',
1848 },
Devin Mullins4ff9b282018-03-09 00:37:321849 'web_package': {
1850 'filepath': 'content/browser/loader/prefetch_url_loader'\
1851 '|content/browser/web_package/'\
Kunihiko Sakamotoba390852018-07-11 01:08:551852 '|content/test/data/sxg/'
Devin Mullins4ff9b282018-03-09 00:37:321853 },
Matt Giuca9eb910d2017-08-02 04:07:381854 'web_share': {
1855 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/webshare/'\
1856 '|chrome/android/javatests/src/org/chromium/chrome/browser/WebShare.*'\
Kent Tamura77578cc2018-11-25 22:33:431857 '|third_party/blink/web_tests/webshare/'\
1858 '|third_party/blink/web_tests/external/wpt/web-share/'\
Eric Willigers3eeae17c2019-03-13 17:32:101859 '|third_party/blink/public/mojom/webshare/'\
Blink Reformata30d4232018-04-07 15:31:061860 '|third_party/blink/renderer/modules/webshare/',
Matt Giuca9eb910d2017-08-02 04:07:381861 },
Martin Kreichgauer794a18572018-07-20 20:45:431862 'webauthn': {
1863 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/webauth/'\
1864 '|chrome/android/javatests/src/org/chromium/chrome/browser/webauth/'\
Martin Kreichgauer144f8be2019-09-19 18:41:081865 '|chrome/browser/extensions/api/cryptotoken_private/'\
1866 '|chrome/browser/resources/cryptotoken/'\
Martin Kreichgauer794a18572018-07-20 20:45:431867 '|chrome/browser/ui/webauthn/'\
1868 '|chrome/browser/ui/views/webauthn/'\
Martin Kreichgauer1b7dc872019-04-15 18:50:411869 '|chrome/browser/webauthn/'\
Martin Kreichgauer794a18572018-07-20 20:45:431870 '|content/browser/webauth/'\
1871 '|device/fido/'\
Martin Kreichgauer1b7dc872019-04-15 18:50:411872 '|third_party/blink/public/mojom/webauthn/'\
Nina Satragno9573c032019-10-03 18:51:361873 '|third_party/blink/web_tests/external/wpt/webauthn/'\
Martin Kreichgauer1b7dc872019-04-15 18:50:411874 '|third_party/microsoft_webauthn/',
Martin Kreichgauer794a18572018-07-20 20:45:431875 },
Corentin Wallez3f1d0852018-07-04 15:45:361876 'webgpu': {
1877 'filepath': 'third_party/blink/renderer/modules/webgpu/',
1878 },
Christian O. Andersson2fc7db52019-09-04 15:39:491879 'weblayer': {
1880 'filepath': 'weblayer/',
1881 },
Takeshi Yoshinoe387aa32017-08-02 13:16:131882 'webrtc_browser_tests': {
1883 'filepath': 'chrome/browser/media/.*webrtc.*browsertest|'\
1884 'content/browser/media/.*webrtc.*browsertest',
1885 },
[email protected]208879542012-07-05 11:15:341886 'website_settings': {
[email protected]f2f0fbb92012-07-14 15:52:491887 'filepath': 'chrome/browser/content_settings/'\
1888 '|chrome/browser/ui/views/website_settings/'\
1889 '|chrome/browser/ui/website_settings/'\
mukai077089f2014-09-11 18:41:521890 '|chrome/common/content_settings'\
1891 '|components/content_settings/',
[email protected]208879542012-07-05 11:15:341892 },
Dan Beam5dec1b42018-12-10 23:52:341893 'webui_backend': {
1894 'filepath': 'content/browser/webui/'\
1895 '|content/public/browser/web_ui*'\
1896 '|content/public/test/*web_ui*',
1897 },
[email protected]b17d9e02014-07-29 09:45:501898 'windows_sandboxing': {
1899 'filepath': 'sandbox/win/',
1900 },
[email protected]f76c8852012-06-21 16:37:001901 'x11': {
[email protected]f2f0fbb92012-07-14 15:52:491902 'filepath': 'content/browser/renderer_host/backing_store_x\.' \
1903 '|chrome/browser/chromeos/input_method/xkeyboard\.' \
1904 '|chrome/browser/chromeos/system_key_event_listener\.' \
[email protected]f76c8852012-06-21 16:37:001905 '|chrome/browser/chromeos/'\
[email protected]f2f0fbb92012-07-14 15:52:491906 'xinput_hierarchy_changed_event_listener\.' \
1907 '|chrome/browser/chromeos/wm_' \
1908 '|ui/base/x/'
[email protected]0d710852012-05-24 01:18:401909 },
Chris Blume04103c42018-12-14 22:46:061910 'zlib': {
1911 'filepath': 'third_party/zlib'
1912 },
wjmaclean3ff6a402015-03-31 19:00:201913 'zoom': {
1914 'filepath': 'chrome/browser/ui/zoom/' \
1915 '|components/ui/zoom/' \
1916 '|content/browser/host_zoom_*' \
1917 '|content/browser/storage_partition_impl*' \
1918 '|content/public/browser/host_zoom_map.h' \
1919 '|content/public/browser/storage_partition.h'
1920 },
[email protected]a3838612009-10-13 21:57:541921 },
[email protected]ca872e362011-07-12 21:06:031922
pennymac962d190432016-07-27 00:58:351923 ##############################################################################
1924 # Please keep alphabetical
1925 ##############################################################################
[email protected]a3838612009-10-13 21:57:541926 'WATCHLISTS': {
Joe Medley1e1bb652018-04-27 17:36:591927 'about_flags': ['[email protected]',
1928 '[email protected]'],
Daniel Eratb4c9b9e2019-06-04 23:57:261929 'accelerator_table': ['[email protected]'],
dmazzoni5f4b7f12015-02-17 16:35:571930 'accessibility': ['[email protected]',
Akihiro Otac504b882019-02-20 02:54:531931 '[email protected]',
Aaron Leventhal978557022017-06-09 15:39:411932 '[email protected]',
dmazzoni5f4b7f12015-02-17 16:35:571933 '[email protected]',
dougtcd8ac01d2017-03-24 16:23:401934 '[email protected]',
[email protected]f76c8852012-06-21 16:37:001935 '[email protected]',
je_julie.kima170bac2015-05-06 14:57:541936 '[email protected]',
Kevin Babbitt52b18902019-04-16 21:47:441937 '[email protected]',
dmazzoni5f4b7f12015-02-17 16:35:571938 '[email protected]',
[email protected]f76c8852012-06-21 16:37:001939 '[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:261940 'add_to_homescreen': ['[email protected]',
Xi Han50f523a1d2017-07-19 15:56:111941 '[email protected]',
Glenn Hartmann6e09db12019-07-31 03:00:111942 '[email protected]',
1943 '[email protected]'],
Peter Wen35bf5932018-10-22 19:51:481944 'android_crash_reporting': ['[email protected]',
1945 '[email protected]'],
johnmaguire6aaac7902016-03-15 12:28:201946 'android_crazy_linker': ['[email protected]'],
Peter Wen35bf5932018-10-22 19:51:481947 'android_deps': ['[email protected]'],
dfalcantaraef21e9e2016-01-07 01:16:261948 'android_infobars': ['[email protected]'],
agrieve4d9c1c52016-09-23 17:49:381949 'android_infra': ['[email protected]',
Eric Stevenson1a03deb2018-06-22 20:40:131950 '[email protected]',
Andrew Grieve5babdbfc2017-08-16 01:26:491951 '[email protected]'],
Takeshi Yoshino524e1d262017-07-28 01:16:381952 'android_item_chooser_dialogs': ['[email protected]',
1953 '[email protected]'],
Peter Wen35bf5932018-10-22 19:51:481954 'android_lint': ['[email protected]'],
Daniele Castagna7c829d692018-02-12 16:09:081955 'android_media': ['[email protected]'],
Ted Choc042d8442018-03-13 16:35:571956 'android_search_widget': ['[email protected]',
1957 '[email protected]'],
nyquistf602bd02017-02-16 23:17:441958 'android_studio': ['[email protected]',
1959 '[email protected]'],
Daniele Castagna7c829d692018-02-12 16:09:081960 'android_tab': ['[email protected]'],
asvitkine361b276e2016-08-30 18:45:001961 'android_uma_settings': ['[email protected]',
1962 '[email protected]'],
Maggie Cai9190f7632019-06-12 06:06:571963 'android_webapk': ['[email protected]',
1964 '[email protected]'],
[email protected]7ca78dc12012-09-20 09:26:441965 'android_webview': ['[email protected]'],
Tim Volodine178dc2bc2019-03-19 19:07:221966 'android_webview_network_service': ['[email protected]'],
Yi Guc1c54682018-07-23 12:00:001967 'animation_worklet': ['[email protected]',
1968 '[email protected]'],
Dominick Ng45392562018-12-13 07:21:211969 'app_shortcuts': ['[email protected]',
1970 '[email protected]',
Trent Aptedabfd2572019-01-17 05:49:531971 '[email protected]'],
pennymac962d190432016-07-27 00:58:351972 'apps': ['[email protected]',
Trent Apted93d53b02019-01-21 02:54:341973 '[email protected]'],
Maggie Cai9190f7632019-06-12 06:06:571974 'apps_intent_helper': ['[email protected]'],
lhchavez4b19176f2016-05-04 23:12:461975 'arc': ['[email protected]',
hidehiko49f0b7c2016-05-24 10:59:471976 '[email protected]',
victorhsieh52feccd2017-02-27 18:27:021977 '[email protected]',
Junichi Uekawa38d20c12018-03-22 03:31:301978 '[email protected]',
1979 '[email protected]'],
lhchavez61532c92016-10-18 21:33:371980 'arc_auth': ['[email protected]'],
Yuichiro Hanada2e111fb2018-11-19 17:33:051981 'arc_ime': ['[email protected]'],
poromov7633f602017-02-21 16:44:011982 'arc_kiosk': ['[email protected]'],
Miyoung Shin3fc077c2019-08-06 00:29:441983 'arc_mojom': ['[email protected]'],
lhchavez4b19176f2016-05-04 23:12:461984 'arc_net': ['[email protected]',
1985 '[email protected]',
1986 '[email protected]'],
ejcarusoa298ec02016-06-16 20:30:431987 'arc_power': ['[email protected]'],
Hirokazu Hondaf98a3122018-04-12 11:19:481988 'arc_video_accelerator': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351989 'ash': ['[email protected]',
1990 '[email protected]'],
Xiaohui Chenf7e70a22018-02-08 00:36:381991 'assistant': ['[email protected]'],
Max Morin2b0206312018-04-06 11:17:401992 'audio_service': ['[email protected]',
Max Morin2b0206312018-04-06 11:17:401993 '[email protected]'],
pennymac962d190432016-07-27 00:58:351994 'aura': ['[email protected]',
1995 '[email protected]'],
[email protected]c3a6e1e72013-08-02 00:13:071996 'aura_compositor': ['[email protected]',
1997 '[email protected]',
Antoine Laboure77dc8c72019-07-24 00:31:141998 '[email protected]'],
Martin Robinson30f0f7f2019-08-22 16:33:051999 'auralinux_accessibility': ['[email protected]'],
Katie D14c38ce2019-02-14 00:34:452000 'autoclick': ['[email protected]'],
Jared Saul4765c1e2018-06-18 13:44:572001 'autofill': ['[email protected]',
sebsg55d59d82018-06-19 18:29:522002 '[email protected]',
sebsgbbfbea02016-10-24 21:54:592003 '[email protected]',
Anthony Vallee-Dubois866affd22018-03-19 15:13:212004 '[email protected]',
Vaclav Brozek9048a1222018-11-30 08:11:502005 '[email protected]'],
Mathias Carlenc61d8072018-08-21 16:18:242006 'autofill_assistant': ['[email protected]'],
Jared Sauldd47a29d2019-04-18 16:28:542007 'autofill_payments': ['[email protected]'],
Dan Elphick08d1fd42018-04-26 10:22:332008 'background_fetch': ['[email protected]',
Mugdha Lakhani6876ba12018-04-06 13:12:282009 '[email protected]',
Mugdha Lakhani90e82fd2019-06-25 09:38:492010 '[email protected]'],
Jason Chasedfcd02b2018-08-10 21:07:492011 'background_sync': ['[email protected]',
Mugdha Lakhani90e82fd2019-06-25 09:38:492012 '[email protected]',
Rayan Kanso253399c2018-11-07 19:28:252013 '[email protected]',
2014 '[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:262015 'banners': ['[email protected]',
Xi Han50f523a1d2017-07-19 15:56:112016 '[email protected]',
F07b660412017-08-01 20:53:062017 '[email protected]'],
Takeshi Yoshino524e1d262017-07-28 01:16:382018 'base': ['[email protected]'],
Reid Klecknerc2027242019-08-23 20:00:352019 'base_allocator': ['[email protected]'],
[email protected]1ed5e0fd2012-07-19 00:19:052020 'base_memory': ['[email protected]'],
Alexander Timin864bf8a02018-03-12 11:06:282021 'base_scheduler': ['[email protected]'],
Gabriel Charettee6bbb532019-04-29 16:39:392022 'base_thread_pool': ['[email protected]',
2023 '[email protected]',
2024 '[email protected]'],
pennymac962d190432016-07-27 00:58:352025 'base_win': ['[email protected]',
Robert Liao27a2fa12017-10-20 18:34:482026 '[email protected]',
pennymac962d190432016-07-27 00:58:352027 '[email protected]'],
[email protected]7e093d4022014-06-26 19:19:552028 'battery_status': ['[email protected]'],
Alexander Timine3deb2a2019-09-20 15:29:092029 'bfcache': ['[email protected]'],
wnwen72684762017-03-29 13:28:372030 'binary_size': ['[email protected]',
Peter Wen35bf5932018-10-22 19:51:482031 '[email protected]'],
pennymac962d190432016-07-27 00:58:352032 'blink': ['[email protected]'],
2033 'blink_accessibility': ['[email protected]',
2034 '[email protected]',
dougtcd8ac01d2017-03-24 16:23:402035 '[email protected]',
horo8e9a01572016-07-27 06:05:312036 '[email protected]',
Kevin Babbitt52b18902019-04-16 21:47:442037 '[email protected]',
pennymac962d190432016-07-27 00:58:352038 '[email protected]'],
2039 'blink_animation': ['[email protected]',
Eric Willigersb5f2b5a2019-05-13 18:31:492040 '[email protected]'],
pennymac962d190432016-07-27 00:58:352041 'blink_app_banner': ['[email protected]'],
2042 'blink_audio': ['[email protected]',
2043 '[email protected]'],
2044 'blink_battery_status': ['[email protected]',
2045 '[email protected]'],
Kentaro Hara1de86192019-05-29 08:51:592046 'blink_bindings': ['[email protected]', '[email protected]'],
jbroman9ac2d532016-09-01 18:20:082047 'blink_bindings_serialization': ['[email protected]'],
Conley Owensd744e392018-04-24 19:18:572048 'blink_bluetooth': ['[email protected]',
Ovidio Henriquez86333882018-11-05 18:25:212049 '[email protected]',
2050 '[email protected]'],
Raphael Kubo da Costab856f102019-07-02 09:17:552051 'blink_canvas': ['[email protected]'],
Nicolas Pena7a6b6992019-01-16 17:20:082052 'blink_client_hints': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352053 'blink_clipboard': ['[email protected]'],
Kinuko Yasuda4a342642018-03-01 09:29:552054 'blink_common': ['[email protected]',
2055 '[email protected]'],
Kentaro Hara08ea1892019-08-29 04:25:242056 'blink_controller': [],
pennymac962d190432016-07-27 00:58:352057 'blink_css': ['[email protected]',
2058 '[email protected]',
danakjc1e13d4e2018-05-04 21:34:422059 '[email protected]'],
pennymac962d190432016-07-27 00:58:352060 'blink_css_flexbox': ['[email protected]'],
Morten Stenshorne4f1b3022017-11-14 12:05:372061 'blink_css_fragmentation_tests': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352062 'blink_css_grid_layout': ['[email protected]',
horo8e9a01572016-07-27 06:05:312063 '[email protected]',
pennymac962d190432016-07-27 00:58:352064 '[email protected]'],
Dimitri Glazkov33286c62017-12-08 23:34:252065 'blink_custom_elements': ['[email protected]'],
Oksana Zhuravlova5e236ec92018-07-25 00:16:032066 'blink_device_orientation': ['[email protected]',
2067 '[email protected]',
2068 '[email protected]',
pennymac962d190432016-07-27 00:58:352069 '[email protected]'],
Pavel Feldmana47e1f92019-09-20 16:58:572070 'blink_devtools': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352071 'blink_dom': ['[email protected]',
danakjc1e13d4e2018-05-04 21:34:422072 '[email protected]'],
Hayato Ito3e487372019-04-18 05:37:212073 'blink_dom_events': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352074 'blink_events': ['[email protected]',
pennymac962d190432016-07-27 00:58:352075 '[email protected]',
2076 '[email protected]'],
2077 'blink_fetch': ['[email protected]',
2078 '[email protected]',
Takeshi Yoshino9d7588a32017-07-31 07:17:342079 '[email protected]'],
pennymac962d190432016-07-27 00:58:352080 'blink_fileapi': ['[email protected]',
tzik8be52292019-07-17 08:28:452081 '[email protected]'],
haraken98d0827a2017-02-27 00:55:192082 'blink_frames': ['[email protected]'],
Mounir Lamouria33886c2018-02-07 10:00:372083 'blink_geolocation': ['[email protected]'],
Nico Weberb6975cc2018-06-19 10:51:452084 'blink_heap': ['[email protected]',
pennymac962d190432016-07-27 00:58:352085 '[email protected]',
2086 '[email protected]'],
Dimitri Glazkov33286c62017-12-08 23:34:252087 'blink_html': ['[email protected]'],
csharrisonf357e9632016-07-29 01:27:222088 'blink_htmlparser': ['[email protected]',
2089 '[email protected]'],
Madeleine Barowsky21b04402019-01-29 19:17:052090 'blink_image_codecs': ['[email protected]',
2091 '[email protected]'],
Chris Mumford879345342019-08-08 20:44:582092 'blink_indexed_db': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352093 'blink_input': ['[email protected]',
Navid Zolghadrf7ac0562018-08-02 21:43:162094 '[email protected]'],
pennymac962d190432016-07-27 00:58:352095 'blink_layers': ['[email protected]'],
2096 'blink_layout': ['[email protected]',
2097 '[email protected]',
pennymac962d190432016-07-27 00:58:352098 '[email protected]',
2099 '[email protected]',
2100 '[email protected]'],
Ojan Vafai1fa1ec52018-04-11 17:56:402101 'blink_layout_ng': ['[email protected]',
atotic30c8eba2016-10-28 13:24:072102 '[email protected]',
dgroganf9744ea2017-01-18 23:23:262103 '[email protected]',
lchoi2ba79a72017-05-25 00:23:052104 '[email protected]',
Xiaocheng Hu8bd4d8072017-10-25 23:44:322105 '[email protected]',
2106 '[email protected]'],
pennymac962d190432016-07-27 00:58:352107 'blink_loader': ['[email protected]',
2108 '[email protected]',
Takeshi Yoshinoab2ce8562017-11-09 05:19:192109 '[email protected]'],
pennymac962d190432016-07-27 00:58:352110 'blink_media': ['[email protected]',
2111 '[email protected]',
srirama.mdec4f512016-09-06 08:22:192112 '[email protected]',
2113 '[email protected]'],
pennymac962d190432016-07-27 00:58:352114 'blink_media_queries': ['[email protected]',
Nicolas Pena7a6b6992019-01-16 17:20:082115 '[email protected]'],
mcasas9558316b2017-03-10 18:57:312116 'blink_mediastream': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352117 'blink_navigator_content_utils': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352118 'blink_out_of_process_frames': ['[email protected]',
2119 '[email protected]'],
Raphael Kubo da Costab856f102019-07-02 09:17:552120 'blink_paint' : ['[email protected]'],
Xida Chen0ef92782018-01-17 05:53:352121 'blink_paintworklet' : ['[email protected]'],
Balazs Engedy23f08852018-09-24 23:39:582122 'blink_permissions': ['[email protected]',
2123 '[email protected]'],
kinukoc462adb2016-12-22 12:58:492124 'blink_platform': ['[email protected]'],
ajumabd2c9c22017-05-01 21:29:502125 'blink_platform_graphics': ['[email protected]',
pennymac962d190432016-07-27 00:58:352126 '[email protected]',
2127 '[email protected]',
fmalita9710b732017-02-17 05:10:022128 '[email protected]',
Fernando Serboncinie802c9f2018-11-06 19:17:112129 '[email protected]',
pennymac962d190432016-07-27 00:58:352130 '[email protected]',
pennymac962d190432016-07-27 00:58:352131 '[email protected]'],
Nicolas Pena7a6b6992019-01-16 17:20:082132 'blink_preloadScanner': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352133 'blink_prerender': ['[email protected]',
Nicolas Pena7a6b6992019-01-16 17:20:082134 '[email protected]'],
Dimitri Glazkov33286c62017-12-08 23:34:252135 'blink_public_api': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352136 'blink_quota': ['[email protected]',
tzik8be52292019-07-17 08:28:452137 '[email protected]'],
Kentaro Hara08ea1892019-08-29 04:25:242138 'blink_scheduler': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352139 'blink_screen_orientation': ['[email protected]'],
Kouhei Ueno43382932017-05-30 04:43:572140 'blink_script': ['[email protected]',
Takayoshi Kochi57997382018-07-19 03:57:592141 '[email protected]'],
David Bokan9dc0046272017-12-29 00:28:012142 'blink_scroll': ['[email protected]'],
Matt Falkenhagenca7fbb62018-07-10 09:21:432143 'blink_service_worker': ['[email protected]',
pennymac962d190432016-07-27 00:58:352144 '[email protected]',
2145 '[email protected]',
2146 '[email protected]',
pennymac962d190432016-07-27 00:58:352147 '[email protected]',
2148 '[email protected]',
tzik749ae1e2018-07-20 05:05:012149 '[email protected]'],
Matt Falkenhagenca7fbb62018-07-10 09:21:432150 'blink_service_worker_tests': ['[email protected]'],
Hayato Ito3e487372019-04-18 05:37:212151 'blink_shadow_dom': ['[email protected]'],
Rachel Blum41788872018-10-25 20:54:012152 'blink_spellcheck' : ['[email protected]',
Xiaocheng Hu8bd4d8072017-10-25 23:44:322153 '[email protected]'],
Adam Rice027497d2018-07-27 02:17:022154 'blink_streams': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352155 'blink_style': ['[email protected]'],
2156 'blink_svg': ['[email protected]',
fmalita9710b732017-02-17 05:10:022157 '[email protected]',
pennymac962d190432016-07-27 00:58:352158 '[email protected]',
pennymac962d190432016-07-27 00:58:352159 '[email protected]',
2160 '[email protected]',
pennymac962d190432016-07-27 00:58:352161 '[email protected]'],
pennymac962d190432016-07-27 00:58:352162 'blink_track': ['[email protected]',
2163 '[email protected]',
2164 '[email protected]',
Sriram8d3e0e22017-11-09 10:40:162165 '[email protected]',
2166 '[email protected]'],
mvanouwerkerk38f632c62017-04-13 10:35:312167 'blink_vibration': ['[email protected]'],
David Bokan9dc0046272017-12-29 00:28:012168 'blink_viewport_interaction': ['[email protected]',
2169 '[email protected]'],
pennymac962d190432016-07-27 00:58:352170 'blink_w3ctests': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352171 'blink_webp': ['[email protected]',
2172 '[email protected]',
Madeleine Barowsky21b04402019-01-29 19:17:052173 '[email protected]',
2174 '[email protected]'],
Adam Rice027497d2018-07-27 02:17:022175 'blink_websockets': ['[email protected]',
2176 '[email protected]'],
pennymac962d190432016-07-27 00:58:352177 'blink_workers': ['[email protected]',
falken6731ece42016-10-12 01:41:502178 '[email protected]',
pennymac962d190432016-07-27 00:58:352179 '[email protected]',
shimazu99de61f2016-09-07 03:57:412180 '[email protected]',
2181 '[email protected]'],
Kentaro Hara08ea1892019-08-29 04:25:242182 'blink_wtf': ['[email protected]'],
Joel Hockey0db16432018-03-09 22:41:492183 'blink_xml': ['[email protected]',
2184 '[email protected]'],
donnd787f6ed2016-08-03 01:00:562185 'bottombar': ['[email protected]',
2186 '[email protected]'],
Tarun Bansalc4882282018-07-11 23:53:552187 'breve': ['[email protected]'],
[email protected]22650d22012-07-18 17:02:352188 'browser_components': ['[email protected]'],
Antoine Laboure77dc8c72019-07-24 00:31:142189 'browser_compositor': ['[email protected]'],
michaelpge42ca3b32016-02-19 08:17:572190 'browser_resources_md': ['[email protected]'],
Alexander Timinaa132762019-05-10 16:10:172191 'browser_scheduler': ['[email protected]'],
Christian Dullwebered2c82b2018-04-10 08:37:222192 'browsing_data': ['[email protected]',
msramek878b39d92016-04-20 07:55:332193 '[email protected]'],
Rouslan Solomakhin0b13446c2018-07-18 14:47:072194 'bubble': ['[email protected]'],
Josh Karlin1bd016742017-08-18 17:44:172195 'cache_storage': ['[email protected]'],
mark a. foltze8739c7c2019-04-24 18:33:092196 'cast': ['[email protected]',
miua1710162015-08-27 01:38:092197 '[email protected]',
mark a. foltze8739c7c2019-04-24 18:33:092198 '[email protected]',
Xiaohan Wang22ab04c12019-02-06 00:41:042199 '[email protected]'],
ryanchung4d157372016-05-10 20:27:162200 'cast_certificate': ['[email protected]',
mfoltz57fd7f32017-05-03 06:12:582201 '[email protected]',
ryanchung24f9d7b2017-01-12 19:18:342202 '[email protected]'],
mark a. foltze8739c7c2019-04-24 18:33:092203 'cast_channel': ['[email protected]',
Ryan Ki Sing Chung27cc7ed92017-07-25 21:53:472204 '[email protected]'],
[email protected]c863702a2012-09-14 20:05:282205 'cc': ['[email protected]'],
Yi Guc1c54682018-07-23 12:00:002206 'cc-animation': ['[email protected]',
2207 '[email protected]'],
danakjca574522017-09-20 16:38:592208 'cc-contexts': ['[email protected]'],
2209 'cc-display': ['[email protected]'],
2210 'cc-paint': ['[email protected]'],
2211 'cc-quads': ['[email protected]'],
2212 'cc-resources': ['[email protected]'],
Alexander Timin864bf8a02018-03-12 11:06:282213 'cc-scheduler': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352214 'certificate_transparency': ['[email protected]',
martijnccdd0542016-11-07 18:49:272215 '[email protected]',
pennymac962d190432016-07-27 00:58:352216 '[email protected]'],
Chris Sharp7e2a3f32019-04-04 19:15:362217 'chrome_cleaner': ['[email protected]'],
Patrick Monette9355f1fc2019-08-09 18:18:162218 'chrome_elf': ['[email protected]',
2219 '[email protected]'],
lpy0ca13772017-02-28 19:48:272220 'chrome_grc': ['[email protected]'],
Sebastien Marchand68b41432019-05-09 19:38:072221 'chrome_performance_manager': ['[email protected]'],
alokp9d869cc12016-05-27 01:46:312222 'chromecast': ['[email protected]',
2223 '[email protected]',
halliwellfa56b3a42015-09-04 21:42:572224 '[email protected]'],
gfhuang2548f902016-02-26 02:29:212225 'chromecast_public': ['[email protected]'],
kereliuk08eda794c2018-09-05 16:10:232226 'chromedriver': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352227 'chromeos': ['[email protected]'],
2228 'chromeos_attestation': ['[email protected]'],
Ryan Hansberry8e41a5c42019-04-18 22:12:512229 'chromeos_bluetooth': ['[email protected]',
2230 '[email protected]',
Kyle Horimoto0c440a022019-07-09 23:27:402231 '[email protected]'],
pennymac962d190432016-07-27 00:58:352232 'chromeos_calculator': ['[email protected]'],
Kyle Horimotofdcf67012019-04-08 19:06:102233 'chromeos_cellular': ['[email protected]',
Kyle Horimotod7b72f32019-05-09 19:13:122234 '[email protected]',
2235 '[email protected]',
2236 '[email protected]',
Kyle Horimotofdcf67012019-04-08 19:06:102237 '[email protected]'],
alematec5187b1b2016-08-26 05:32:182238 'chromeos_geolocation': ['[email protected]'],
Achuith Bhandarkar434e24592018-03-07 23:05:122239 'chromeos_lkgm': ['[email protected]',
Benjamin Pastened7029352018-04-17 19:09:102240 '[email protected]',
Achuith Bhandarkar434e24592018-03-07 23:05:122241 '[email protected]'],
alematec5187b1b2016-08-26 05:32:182242 'chromeos_login': ['[email protected]',
Jacob Dufaulted1ef2bc2018-08-10 18:21:342243 '[email protected]',
Roman Sorokin891f4892019-03-28 16:30:332244 '[email protected]',
Toni Barzic43db296e2019-03-20 00:27:222245 '[email protected]'],
Trent Apted0c0b4492019-09-30 01:15:242246 'chromeos_media_app': ['[email protected]'],
Kyle Horimoto89f06e22019-04-08 19:07:172247 'chromeos_net': ['[email protected]',
Kyle Horimotod7b72f32019-05-09 19:13:122248 '[email protected]',
2249 '[email protected]',
2250 '[email protected]',
Kyle Horimoto89f06e22019-04-08 19:07:172251 '[email protected]',
2252 '[email protected]'],
alematec5187b1b2016-08-26 05:32:182253 'chromeos_timezone': ['[email protected]'],
2254 'chromeos_webui': ['[email protected]'],
Jon Mann2c257332019-08-14 19:12:142255 'chromeos_wifi_sync': ['[email protected]',
2256 '[email protected]',
2257 '[email protected]',
2258 '[email protected]'],
Anastasia Helfinstein83c763a2019-05-13 18:15:032259 'chromevox': ['[email protected]'],
Daniel Cheng99312b632017-10-25 03:59:492260 'clang_update': ['[email protected]',
[email protected]cf8ffa82013-02-13 08:30:072261 '[email protected]',
George Burgess IVbbcd9912018-04-17 14:59:282262 '[email protected]',
pennymac962d190432016-07-27 00:58:352263 '[email protected]',
rnk28bbd1772016-05-04 17:57:582264 '[email protected]',
Hans Wennborgf2eb949e2018-05-08 12:45:032265 '[email protected]',
Peter Collingbourne1ac5f712018-03-30 22:15:132266 '[email protected]',
rnk28bbd1772016-05-04 17:57:582267 '[email protected]',
pennymac962d190432016-07-27 00:58:352268 '[email protected]',
thestigf023ccc2016-11-10 14:39:152269 '[email protected]',
pennymac962d190432016-07-27 00:58:352270 '[email protected]',
Reid Klecknerfe7f9d52019-08-22 00:11:422271 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002272 'clipboard': ['[email protected]'],
Aaron Gable64f273582017-03-30 18:02:002273 'codereview_settings': ['[email protected]'],
Colin Blundell55da8082019-09-16 13:13:472274 'components_deps': ['[email protected]'],
Matthew Jonesf3b5f4f2019-01-04 00:01:252275 'compositor_animator': ['[email protected]'],
Conley Owensd744e392018-04-24 19:18:572276 'content_bluetooth': ['[email protected]',
Vincent Scheibf01b55ff22018-01-10 21:05:062277 '[email protected]'],
Rayan Kanso3047d3f2019-06-26 13:26:392278 'content_index': ['[email protected]'],
Randy Smith9d64e6e2018-03-07 20:07:082279 'content_loader': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352280 'content_renderer': ['[email protected]'],
mkwst75a31a42014-09-14 18:32:532281 'content_shell': ['[email protected]',
peterc9e3e172015-11-02 09:29:162282 '[email protected]',
2283 '[email protected]'],
nhiroki90ba0102015-07-21 01:42:242284 'content_worker': ['[email protected]',
2285 '[email protected]'],
donnd787f6ed2016-08-03 01:00:562286 'contextual_search': ['[email protected]',
2287 '[email protected]'],
pennymac962d190432016-07-27 00:58:352288 'courgette': ['[email protected]',
2289 '[email protected]'],
Nico Weber6ff639a2017-08-11 21:04:502290 'cq': ['[email protected]',
2291 '[email protected]',
2292 '[email protected]',
2293 '[email protected]',
2294 '[email protected]'],
Dan Beam5dec1b42018-12-10 23:52:342295 'cr_elements': ['[email protected]',
2296 '[email protected]',
michaelpge42ca3b32016-02-19 08:17:572297 '[email protected]'],
Chung-yih Wang7afc64a2018-03-06 02:09:042298 'cros_benchmarks': ['[email protected]',
2299 '[email protected]',
2300 '[email protected]'],
Ben Wells03471a72018-03-22 00:58:462301 'crostini': ['[email protected]'],
Lei Zhang1a86ca92019-06-13 00:04:462302 'cups_printing': ['[email protected]'],
Wojciech Dzierżanowski7d246b52019-05-10 19:52:262303 'custom_proxy': ['[email protected]',
2304 '[email protected]'],
Peter Beverloob90e4c32018-12-07 14:27:192305 'custom_tabs': ['[email protected]',
2306 '[email protected]',
Peter E Conn35d3a982019-01-17 10:35:272307 '[email protected]',
Peter Beverloo5cc24512018-11-29 15:36:432308 '[email protected]',
Peter E Conn35d3a982019-01-17 10:35:272309 '[email protected]'],
Madeleine Barowsky21b04402019-01-29 19:17:052310 'data_decoder': ['[email protected]'],
Ryo Hashimoto900be52c2018-05-24 06:42:262311 'dbus': ['[email protected]'],
Conley Owensd744e392018-04-24 19:18:572312 'device_bluetooth': ['[email protected]',
Vincent Scheibf01b55ff22018-01-10 21:05:062313 '[email protected]'],
Conley Owensd744e392018-04-24 19:18:572314 'device_chooser': ['[email protected]',
Ovidio Henriquez86333882018-11-05 18:25:212315 '[email protected]',
2316 '[email protected]'],
Pavel Feldmana47e1f92019-09-20 16:58:572317 'devtools': ['[email protected]'],
kinukoc462adb2016-12-22 12:58:492318 'disk_cache': ['[email protected]'],
David Trainor051827f2017-06-02 18:33:132319 'download': ['[email protected]'],
Dan Beam5dec1b42018-12-10 23:52:342320 'downloads_ui': ['[email protected]',
2321 '[email protected]'],
[email protected]89d2cd52013-04-16 01:55:362322 'drive_resource_metadata': ['[email protected]'],
[email protected]3a25c8a2014-06-26 06:47:102323 'eme': ['[email protected]'],
Justin DeWittf64d39e2018-08-09 21:33:412324 'explore_sites': ['[email protected]',
2325 '[email protected]',
2326 '[email protected]',
Pete Williamson3600f2d2018-09-24 17:31:112327 '[email protected]',
2328 '[email protected]'],
[email protected]f9529e7922013-06-06 05:19:412329 'extension': ['[email protected]',
2330 '[email protected]'],
Luna Lu7f221f22017-06-13 16:46:142331 'feature_policy': ['[email protected]',
Joe Medleya129fe32018-01-25 15:20:222332 '[email protected]',
Joe Medley1e1bb652018-04-27 17:36:592333 '[email protected]'],
Jeffrey Kardatzke1fa8ecaf2019-09-25 15:56:322334 'feedback': ['[email protected]'],
[email protected]84dcfd92014-05-23 13:18:192335 'fileapi': ['[email protected]',
tzik8be52292019-07-17 08:28:452336 '[email protected]'],
yoshiki1c0ba2782014-12-08 07:04:262337 'filebrowse': ['[email protected]'],
Joel Hockey0db16432018-03-09 22:41:492338 'filesapp': ['[email protected]',
2339 '[email protected]',
okab0be3dc2016-08-30 07:37:102340 '[email protected]'],
Dominik Röttschesf0fd4d62019-06-17 11:15:022341 'freetype_update': ['[email protected]',
2342 '[email protected]'],
Tomasz Mikolajewski2905dbb2017-11-22 06:24:042343 'fsp': ['[email protected]'],
David Dorwinb3bd4b1a2019-09-24 00:07:012344 'fuchsia': ['[email protected]'],
mmoroz58ddb8172016-09-08 18:29:552345 'fuzzing': ['[email protected]'],
Conley Owensd744e392018-04-24 19:18:572346 'gamepad': ['[email protected]'],
Nicolas Zeaa4088702019-08-06 20:55:102347 'gcm': ['[email protected]'],
Raphael Kubo da Costab8111f9f2018-10-04 14:24:232348 'generic_sensor': ['[email protected]',
Vincent Scheibd5da4d952017-11-03 01:33:242349 '[email protected]',
Raphael Kubo da Costa0e3cf83d2019-03-11 10:55:562350 '[email protected]',
Rijubrata Bhaumik04f46442019-09-02 07:54:442351 '[email protected]',
timvolodine4cf58ca2017-05-24 16:11:482352 '[email protected]',
mikhail.pozdnyakova8db26402016-11-28 18:27:122353 '[email protected]'],
Mounir Lamouri578ca402019-01-23 20:40:482354 'geolocation': ['[email protected]'],
[email protected]cf428f732012-10-02 20:48:152355 'gfx_geometry': ['[email protected]'],
[email protected]f93b7382012-08-09 20:53:162356 'gfx_image': ['[email protected]'],
agrieve4d9c1c52016-09-23 17:49:382357 'gn': ['[email protected]',
Trent Apted93d53b02019-01-21 02:54:342358 '[email protected]'],
Corentin Wallez3f1d0852018-07-04 15:45:362359 'gpu_passthrough_cmd_decoder': ['[email protected]'],
Ehsan Karamadc20cee22018-08-10 21:32:332360 'guest_view': ['[email protected]',
Kevin McNee77c2f6b2018-08-14 21:43:582361 '[email protected]',
Ehsan Karamadc20cee22018-08-10 21:32:332362 '[email protected]'],
Jeffrey Kardatzke1fa8ecaf2019-09-25 15:56:322363 'hats': ['[email protected]'],
Andrey Kosyakova173d252018-05-07 18:29:112364 'headless': ['[email protected]'],
Dan Beam5dec1b42018-12-10 23:52:342365 'history_ui': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002366 'i18n': ['[email protected]'],
Greg Thompson4f90fc992017-07-25 19:30:372367 'incident_reporting': ['[email protected]'],
Chris Mumford879345342019-08-08 20:44:582368 'indexed_db': ['[email protected]'],
John Budorickf6a1c302018-10-29 16:32:482369 'infra': ['[email protected]'],
Stephen Martinisf7e0fb12019-09-04 18:59:592370 'infra_docs': ['[email protected]'],
bruthigaa8281f2016-02-09 17:52:312371 'ink_drop': ['[email protected]'],
Navid Zolghadr9994e8e2019-01-22 17:36:082372 'input': ['[email protected]',
2373 '[email protected]'],
Michael Spang808d5c12018-10-23 19:20:392374 'input_devices': ['[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:262375 'installable': ['[email protected]'],
Raphael Kubo da Costaf242cef72017-11-08 16:01:182376 'installer_linux': ['[email protected]',
2377 '[email protected]'],
Greg Thompson4f90fc992017-07-25 19:30:372378 'installer_win': ['[email protected]',
Greg Thompson4f90fc992017-07-25 19:30:372379 '[email protected]'],
Ramya Nagarajan7768bf62018-11-28 21:26:042380 'instant': ['[email protected]',
2381 '[email protected]',
2382 '[email protected]',
2383 '[email protected]'],
edchin46453b42017-03-03 01:40:112384 'ios': ['[email protected]'],
2385 'ios_chrome': ['[email protected]',
eugenebutb5a5a8572017-01-20 01:18:112386 '[email protected]'],
edchin46453b42017-03-03 01:40:112387 'ios_clean': ['[email protected]',
lpromero6846b19d2017-05-23 10:43:592388 '[email protected]'],
Eric Noyaua1825272019-01-02 10:36:392389 'ios_flags': ['[email protected]'],
edchin46453b42017-03-03 01:40:112390 'ios_showcase': ['[email protected]',
lpromero6846b19d2017-05-23 10:43:592391 '[email protected]'],
edchin46453b42017-03-03 01:40:112392 'ios_web': ['[email protected]',
2393 '[email protected]'],
Johanndfa4d7d2017-12-07 18:05:292394 'libaom': ['[email protected]',
pennymac962d190432016-07-27 00:58:352395 '[email protected]',
2396 '[email protected]',
2397 '[email protected]'],
Johanndfa4d7d2017-12-07 18:05:292398 'libvpx': ['[email protected]',
2399 '[email protected]',
2400 '[email protected]',
2401 '[email protected]',
2402 '[email protected]',
2403 '[email protected]'],
Takeshi Yoshino524e1d262017-07-28 01:16:382404 'libwebp': ['[email protected]',
2405 '[email protected]',
2406 '[email protected]'],
dominiccabb90e02017-03-31 04:54:232407 'libxml_xslt': ['[email protected]',
2408 '[email protected]'],
[email protected]6d7e0bf2014-07-28 22:30:402409 'linux_sandboxing': ['[email protected]'],
[email protected]04a292a2013-03-07 19:58:422410 'linux_seccomp_bpf': ['[email protected]'],
lgrey62faed72016-10-11 21:40:392411 'mac' : ['[email protected]'],
Dominick Ng31b7feb2019-01-29 23:24:002412 'manifest': ['[email protected]',
2413 '[email protected]'],
James Cook4bfa66fa2018-05-29 17:20:422414 'mash_buildbot_filters': ['[email protected]',
2415 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002416 'media': ['[email protected]'],
Miguel Casas-Sanchez5eb47252017-09-05 21:15:032417 'media_capture_from_element': ['[email protected]'],
Alex Keng83e23682019-05-16 06:23:072418 'media_controls': ['[email protected]',
2419 '[email protected]'],
pennymac962d190432016-07-27 00:58:352420 'media_galleries': ['[email protected]',
2421 '[email protected]'],
Hirokazu Hondae31ce109a2018-09-18 11:18:502422 'media_gpu': ['[email protected]'],
Xiaohan Wang6cbdcdf2018-06-12 21:55:542423 'media_mojo': ['[email protected]',
2424 '[email protected]'],
mcasasfeedbe42017-03-03 05:23:562425 'media_recorder': ['[email protected]',
mcasas9558316b2017-03-10 18:57:312426 '[email protected]'],
mark a. foltze8739c7c2019-04-24 18:33:092427 'media_remoting': ['[email protected]',
mfoltz57fd7f32017-05-03 06:12:582428 '[email protected]',
apacible01538e02016-11-04 22:15:312429 '[email protected]',
Xiaohan Wang22ab04c12019-02-06 00:41:042430 '[email protected]'],
mark a. foltze8739c7c2019-04-24 18:33:092431 'media_router': ['[email protected]',
Xiangjun Zhang880262a2018-08-07 22:35:382432 '[email protected]',
Takumi Fujimoto4bef2792018-05-03 17:51:552433 '[email protected]'],
Xiaohan Wang6cbdcdf2018-06-12 21:55:542434 'media_win': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002435 'message_loop': ['[email protected]'],
isherman1eee6f12014-12-09 02:14:302436 'metrics': ['[email protected]'],
Gabriel Marinac7ecd72019-10-04 18:16:062437 'metrics_perf': ['[email protected]'],
Tina Lu836308d2019-09-13 01:05:042438 'metrics_xml_files': ['[email protected]',
2439 '[email protected]'],
toyoshim8f51f902015-03-27 03:50:212440 'midi': ['[email protected]'],
Darin Fisherf5c9bdf2019-09-06 22:30:232441 'mojo': ['[email protected]'],
Ryan Hansberry587c8082018-09-20 01:31:192442 'multidevice': ['[email protected]',
Ryan Hansberry786f1912018-10-30 21:21:392443 '[email protected]',
Ryan Hansberry587c8082018-09-20 01:31:192444 '[email protected]',
Kyle Horimotoc4d57b122018-02-28 01:17:302445 '[email protected]',
2446 '[email protected]',
Kyle Horimoto0c440a022019-07-09 23:27:402447 '[email protected]',
2448 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002449 'nacl': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352450 'native_client_sdk': ['[email protected]',
2451 '[email protected]'],
Alex Moshchuk3fbcf782018-05-09 00:06:292452 'navigation': ['[email protected]',
2453 '[email protected]',
pennymac962d190432016-07-27 00:58:352454 '[email protected]'],
Chris Bentzel605478a2018-07-10 21:47:012455 'net': ['[email protected]'],
Junbo Ke9a03e532019-08-20 19:53:472456 'net_base': ['[email protected]',
2457 '[email protected]'],
bnc1872e8bd2017-01-27 02:47:282458 'net_http2': ['[email protected]'],
2459 'net_log': ['[email protected]',
Matt Menkecebc2402017-07-20 16:26:092460 '[email protected]'],
Adam Rice027497d2018-07-27 02:17:022461 'net_server': ['[email protected]'],
bnc1872e8bd2017-01-27 02:47:282462 'net_spdy': ['[email protected]'],
Adam Rice027497d2018-07-27 02:17:022463 'net_websockets': ['[email protected]'],
jkarlin539748402015-03-31 17:36:312464 'netinfo': ['[email protected]'],
Helen Li30f43d8e2018-05-09 16:24:012465 'network_service': ['[email protected]'],
Rijubrata Bhaumik04f46442019-09-02 07:54:442466 'nfc': ['[email protected]',
2467 '[email protected]'],
Xing Liue18f0fb2019-03-22 23:55:142468 'notification_scheduler': ['[email protected]'],
Peter Beverloo45bf54c2018-08-06 17:12:032469 'notifications': ['[email protected]'],
tbansalc6f1c9f2016-09-30 22:48:422470 'nqe': ['[email protected]'],
Eric Noyaua1825272019-01-02 10:36:392471 'ntp_snippets': ['[email protected]'],
2472 'ntp_tiles': ['[email protected]'],
peterc7e27422017-05-17 04:05:282473 'offline_items_collection': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352474 'offline_pages': ['[email protected]',
Carlos Knippschild6a2e2f02017-06-02 18:18:142475 '[email protected]',
pennymac962d190432016-07-27 00:58:352476 '[email protected]',
2477 '[email protected]',
dewittj74b23f6f2016-04-21 19:29:252478 '[email protected]',
2479 '[email protected]',
Dan Harrington163354f2019-03-29 21:28:352480 '[email protected]',
2481 '[email protected]'],
jdonnelly6fa5a21d2017-01-03 15:28:352482 'omnibox': ['[email protected]'],
Sophie Chang76811dfb2018-12-20 21:40:472483 'optimization_guide': ['[email protected]'],
iclelland8b904402016-10-05 15:01:232484 'origin_trials': ['[email protected]',
Ian Clelland1b27f8f62017-06-22 13:36:242485 '[email protected]'],
pennymac962d190432016-07-27 00:58:352486 'ozone': ['[email protected]',
Maksim Sisovdd171472018-10-01 19:51:032487 '[email protected]',
pennymac962d190432016-07-27 00:58:352488 '[email protected]'],
Sergey Ulanov004097c2018-11-05 23:29:282489 'ozone_scenic': ['[email protected]',
Sergey Ulanovac3ba332018-11-08 00:16:452490 '[email protected]',
Sergey Ulanov004097c2018-11-05 23:29:282491 '[email protected]',
2492 '[email protected]',
2493 '[email protected]'],
Raymes Khouryc555e9dc2019-02-18 09:13:222494 'page_info' : ['[email protected]'],
Bryan McQuade4233f412017-07-28 16:23:412495 'page_load_metrics' : ['[email protected]',
2496 '[email protected]',
tdresserd80646f2017-03-03 19:26:082497 '[email protected]',
2498 '[email protected]'],
Daniel Cheng99312b632017-10-25 03:59:492499 'panels': ['[email protected]',
pennymac962d190432016-07-27 00:58:352500 '[email protected]',
2501 '[email protected]'],
mkwst17a9875d2016-06-24 10:36:392502 'password_manager': ['[email protected]',
Vasilii Sukhanovc4e6c2842018-07-18 12:12:202503 '[email protected]'],
sebsgbbfbea02016-10-24 21:54:592504 'payments': ['[email protected]',
mahmadi0a7bb59f2017-02-22 19:13:492505 '[email protected]',
Danyao Wang49cabfc2019-05-31 20:17:342506 '[email protected]',
2507 '[email protected]'],
Moe Ahmadi08b56a472019-07-27 00:50:222508 'payments_ios': ['[email protected]'],
Lei Zhang91530f72019-06-14 21:20:152509 'pdf': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352510 'pepper_api': ['[email protected]',
2511 '[email protected]',
2512 '[email protected]',
pennymac962d190432016-07-27 00:58:352513 '[email protected]',
pennymac962d190432016-07-27 00:58:352514 '[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:262515 'permissions': ['[email protected]',
Xi Han50f523a1d2017-07-19 15:56:112516 '[email protected]',
Dominick Ngcaa7b402017-07-11 07:35:392517 '[email protected]',
Timothy Loh363aa0dd2019-09-03 04:38:242518 '[email protected]'],
François Beaufortb2070eb2018-02-08 10:36:342519 'picture_in_picture': ['[email protected]'],
Dan Beam5dec1b42018-12-10 23:52:342520 'polymer': ['[email protected]',
2521 '[email protected]'],
Charles Harrison981d33c2017-10-06 21:36:222522 'popup_blocker': ['[email protected]'],
twifkak0c69c1f2015-06-22 18:20:092523 'precache': ['[email protected]'],
[email protected]be775bc2014-06-30 15:41:142524 'prepopulated_engines': ['[email protected]'],
Chris Bentzel605478a2018-07-10 21:47:012525 'prerender': ['[email protected]',
pennymac962d190432016-07-27 00:58:352526 '[email protected]'],
Adam Parkera556b7a2018-05-22 17:53:192527 'presentation': ['[email protected]'],
Robert Ogdenb766c88a2019-06-10 18:10:232528 'preview_features': ['[email protected]'],
Lei Zhang1a86ca92019-06-13 00:04:462529 'print_preview': ['[email protected]'],
Peter Beverloo45bf54c2018-08-06 17:12:032530 'push_messaging': ['[email protected]'],
stkhapugin06503142016-12-07 14:32:122531 'reading_list': ['[email protected]'],
mark a. foltze8739c7c2019-04-24 18:33:092532 'remoteplayback': ['[email protected]'],
[email protected]c3887592014-02-06 20:02:252533 'remoting': ['[email protected]'],
Ali Tofigh000debb52017-11-07 21:35:422534 'rlz_id': ['[email protected]',
pennymac962d190432016-07-27 00:58:352535 '[email protected]'],
Joe Medley1e1bb652018-04-27 17:36:592536 'runtime_enabled_features': ['[email protected]'],
Daniel Rubery9fdcd952019-08-26 22:32:472537 'safe_browsing': ['[email protected]',
Daniel Ruberyfa8cd5d2018-09-13 17:31:232538 '[email protected]',
Xinghui Lufad9c932019-07-30 22:57:162539 '[email protected]',
2540 '[email protected]'],
Mike Wittman652832b2019-07-16 14:34:392541 'sampling_profiler': ['[email protected]'],
mlamourid8b0feb2015-06-02 16:30:472542 'screen_orientation': ['[email protected]'],
Robert Sesekae79d38512018-09-04 18:13:302543 'security': ['[email protected]'],
Anastasia Helfinstein83c763a2019-05-13 18:15:032544 'select_to_speak': ['[email protected]',
2545 '[email protected]'],
Jeffrey Cohen7fe36f502018-12-12 01:38:212546 'send_tab_to_self': ['[email protected]',
Jeffrey Cohen7fe36f502018-12-12 01:38:212547 '[email protected]',
Jeffrey Cohen6b31b2d2019-01-23 19:12:302548 '[email protected]'],
pennymac962d190432016-07-27 00:58:352549 'service_worker': ['[email protected]',
[email protected]6d095a8b2014-02-28 15:26:162550 '[email protected]',
pennymac962d190432016-07-27 00:58:352551 '[email protected]',
pennymac962d190432016-07-27 00:58:352552 '[email protected]',
horo8e9a01572016-07-27 06:05:312553 '[email protected]',
tzik749ae1e2018-07-20 05:05:012554 '[email protected]'],
Dan Beam5dec1b42018-12-10 23:52:342555 'settings': ['[email protected]',
2556 '[email protected]',
May Lippert12159c32019-03-04 21:02:542557 '[email protected]',
2558 '[email protected]',
2559 '[email protected]',
2560 '[email protected]'],
May Lippertbb19e1242019-04-17 15:02:112561 'settings_forked_os_settings': [
2562 '[email protected]'],
May Lippertd0b8cfe2019-05-22 19:54:492563 'settings_os_settings': [
2564 '[email protected]'],
alitoc5534d62017-04-21 01:48:582565 'settings_reset_prompt': ['[email protected]'],
Peter Beverloo9a00acc2019-06-04 14:27:252566 'sharing': ['[email protected]',
2567 '[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:262568 'site_engagement': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352569 'site_instance': ['[email protected]',
Alex Moshchuk3fbcf782018-05-09 00:06:292570 '[email protected]',
pennymac962d190432016-07-27 00:58:352571 '[email protected]',
[email protected]b9ecdb62014-03-07 14:56:432572 '[email protected]'],
Ryan Hansberry587c8082018-09-20 01:31:192573 'smartlock': ['[email protected]',
Ryan Hansberry786f1912018-10-30 21:21:392574 '[email protected]',
Ryan Hansberry587c8082018-09-20 01:31:192575 '[email protected]',
Ryan Hansberry587c8082018-09-20 01:31:192576 '[email protected]',
2577 '[email protected]',
2578 '[email protected]'],
Zentaro Kavanagh608f8a12018-01-19 18:39:562579 'smb': ['[email protected]'],
Joe Medley1e1bb652018-04-27 17:36:592580 'source_idls': ['[email protected]'],
Rachel Blum41788872018-10-25 20:54:012581 'spellcheck': ['[email protected]',
timvolodine8cdb94c2016-09-22 12:17:222582 '[email protected]',
2583 '[email protected]'],
Greg Thompson9ea091702018-01-04 11:06:322584 'startup': ['[email protected]',
2585 '[email protected]'],
pennymac962d190432016-07-27 00:58:352586 'styleguide': ['[email protected]',
vmpstrdeec20e2016-11-18 22:17:322587 '[email protected]',
2588 '[email protected]'],
Peter Wenbef43902018-11-28 22:08:122589 'styleguide_python': ['[email protected]',
2590 '[email protected]',
2591 '[email protected]'],
engedye7b734da2017-02-07 12:08:132592 'subresource_filter': ['[email protected]'],
Pam Greene8efbeae92018-10-02 14:54:462593 'supervised_users': [],
CJ DiMegliocaddc3482018-12-12 02:28:382594 'surface_layer_for_video': [ '[email protected]',
2595 '[email protected]'],
Anastasia Helfinstein5205acb32019-02-15 00:54:132596 'switch_access': ['[email protected]'],
maxbogue65ea2632016-04-04 18:12:582597 'sync': ['[email protected]'],
[email protected]84dcfd92014-05-23 13:18:192598 'syncfs': ['[email protected]',
tzik8be52292019-07-17 08:28:452599 '[email protected]'],
miu5e69f1c52016-10-23 13:40:112600 'tab_alert_indicators': ['[email protected]'],
Adam Parkera556b7a2018-05-22 17:53:192601 'tab_capture': ['[email protected]',
mark a. foltze8739c7c2019-04-24 18:33:092602 '[email protected]',
Xiaohan Wang22ab04c12019-02-06 00:41:042603 '[email protected]'],
pennymac962d190432016-07-27 00:58:352604 'tab_contents': ['[email protected]',
2605 '[email protected]',
2606 '[email protected]'],
gogeralddad6ac72019-08-06 23:08:372607 'tab_ui_and_start_surface': ['[email protected]',
2608 '[email protected]',
2609 '[email protected]',
2610 '[email protected]',
Matt Simmons9616c7e2019-08-08 18:02:462611 '[email protected]',
2612 '[email protected]'],
tdresserd80646f2017-03-03 19:26:082613 'tbmv2_metrics': ['[email protected]'],
tonygc7f6a4c12015-01-16 18:32:262614 'telemetry': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352615 'test_runner': ['[email protected]',
einbindera29577e2016-08-23 01:21:492616 '[email protected]',
2617 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002618 'tests': [],
Ryan Hansberry587c8082018-09-20 01:31:192619 'tether': ['[email protected]',
Ryan Hansberry786f1912018-10-30 21:21:392620 '[email protected]',
Ryan Hansberry587c8082018-09-20 01:31:192621 '[email protected]',
Ryan Hansberry587c8082018-09-20 01:31:192622 '[email protected]',
dbeamd924f0d0d2017-06-20 02:34:252623 '[email protected]',
Ryan Hansberry587c8082018-09-20 01:31:192624 '[email protected]'],
Keith Lee98ccf8b2019-07-31 01:50:492625 'textinput': ['[email protected]',
2626 '[email protected]',
pennymac962d190432016-07-27 00:58:352627 '[email protected]',
2628 '[email protected]',
Yuichiro Hanadaf0b3b472017-10-17 07:00:532629 '[email protected]',
pennymac962d190432016-07-27 00:58:352630 '[email protected]'],
Keith Lee98ccf8b2019-07-31 01:50:492631 'textinput_chromeos': ['[email protected]',
2632 '[email protected]',
pennymac962d190432016-07-27 00:58:352633 '[email protected]',
Yuichiro Hanadaf0b3b472017-10-17 07:00:532634 '[email protected]',
pennymac962d190432016-07-27 00:58:352635 '[email protected]'],
Patrick Monette9355f1fc2019-08-09 18:18:162636 'third_party_conflicts': ['[email protected]'],
Chirantan Ekbote284e6282019-06-19 01:53:082637 'timers': [],
robliaofd54b5c2017-01-13 00:41:302638 'tools_win_chromeexts': ['[email protected]'],
AJITH KUMAR V4f0c4812018-03-27 13:46:572639 'touch_selection': ['[email protected]',
2640 '[email protected]'],
pennymac962d190432016-07-27 00:58:352641 'tracing': ['[email protected]',
Michael Spangbbcf79de2018-12-13 15:07:262642 '[email protected]',
2643 '[email protected]'],
Nicolas Ouellet-payeur0c26b872019-09-05 07:38:072644 'traffic_annotation': ['[email protected]'],
[email protected]cf428f732012-10-02 20:48:152645 'ui_compositor': ['[email protected]'],
robliao2c4b7492016-07-19 01:57:262646 'ui_display_win': ['[email protected]'],
[email protected]6b5093c2012-05-23 19:10:182647 'ui_resources': ['[email protected]'],
edwardjung83f52ef22017-02-07 13:15:072648 'ui_strings': ['[email protected]'],
Scott Violet27497292019-03-25 23:06:532649 'ui_views': ['[email protected]',
2650 '[email protected]'],
Will Harris989ca932019-02-15 19:21:212651 'unified_consent': ['[email protected]'],
Ovidio Henriquez86333882018-11-05 18:25:212652 'usb': ['[email protected]',
2653 '[email protected]'],
Miguel Casas-Sancheza65d49a2017-12-11 03:27:482654 'vaapi': ['[email protected]'],
[email protected]c73ec8ab2014-01-16 20:35:232655 'version_assembly': ['[email protected]',
2656 '[email protected]'],
Alexandre Courbot3e9e55a2018-04-05 05:29:422657 'video': ['[email protected]'],
Rijubrata Bhaumik04f46442019-09-02 07:54:442658 'video_capture': ['[email protected]',
2659 '[email protected]'],
Alexandre Courbot3e9e55a2018-04-05 05:29:422660 'video_gpu': ['[email protected]'],
Darren Shen40a822352019-06-03 05:39:162661 'virtual_keyboard': ['[email protected]',
Darren Shen405b8972019-04-10 07:16:292662 '[email protected]',
2663 '[email protected]'],
billorr3c7e1442016-11-11 21:21:352664 'virtual_reality': ['[email protected]'],
Chris Blumec6ddd6c2018-12-14 23:35:012665 'vulkan': ['[email protected]'],
Raphael Kubo da Costabb97c4eb2019-04-25 15:25:392666 'wake_lock': ['[email protected]',
2667 '[email protected]'],
May Lippert04ed4b62019-05-24 16:31:222668 'wallpapers': ['[email protected]',
2669 '[email protected]',
2670 '[email protected]',
2671 '[email protected]'],
Alan Cutterc9c44102019-07-05 03:46:222672 'web_applications': ['[email protected]',
2673 '[email protected]',
Raymes Khoury6b9bf762019-05-17 05:00:512674 '[email protected]',
2675 '[email protected]',
2676 '[email protected]',
2677 '[email protected]'],
Dan Beam5dec1b42018-12-10 23:52:342678 'web_dev_style': ['[email protected]'],
Devin Mullins4ff9b282018-03-09 00:37:322679 'web_package': ['[email protected]'],
Matt Giuca9eb910d2017-08-02 04:07:382680 'web_share': ['[email protected]'],
Martin Kreichgauer794a18572018-07-20 20:45:432681 'webauthn': ['[email protected]'],
Corentin Wallez3f1d0852018-07-04 15:45:362682 'webgpu': ['[email protected]',
2683 '[email protected]'],
Darin Fisherf5c9bdf2019-09-06 22:30:232684 'weblayer': ['[email protected]',
2685 '[email protected]'],
Takeshi Yoshinoe387aa32017-08-02 13:16:132686 'webrtc_browser_tests': ['[email protected]'],
Christian Dullwebered2c82b2018-04-10 08:37:222687 'website_settings': ['[email protected]',
Raymes Khouryc555e9dc2019-02-18 09:13:222688 '[email protected]'],
Dan Beam5dec1b42018-12-10 23:52:342689 'webui_backend': ['[email protected]'],
Penny MacNeil0ced2cb2018-07-30 21:09:492690 'windows_sandboxing': ['[email protected]'],
Daniel Eratb4c9b9e2019-06-04 23:57:262691 'x11': ['[email protected]',
[email protected]f76c8852012-06-21 16:37:002692 '[email protected]'],
Chris Blume04103c42018-12-14 22:46:062693 'zlib': ['[email protected]'],
wjmaclean3ff6a402015-03-31 19:00:202694 'zoom': ['[email protected]'],
[email protected]a3838612009-10-13 21:57:542695 },
2696}