blob: 2bfb63e164f9baee5c3bb9e2b68355537dbe303b [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
Will Harris989ca932019-02-15 19:21:216# Refer: https://dev.chromium.org/developers/contributing-code/watchlists
[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/'\
105 '|chrome/browser/web_applications/'\
106 '|chrome/browser/ui/web_applications/'\
107 '|chrome/common/mac/'
108 },
[email protected]54bf94d2013-01-30 23:07:40109 'apps': {
Dominick Ngfe197c752018-07-18 00:51:26110 'filepath': '^apps/'\
111 '|chrome/browser/apps/'\
112 '|chrome/browser/chromeos/apps/'
[email protected]54bf94d2013-01-30 23:07:40113 },
lhchavez4b19176f2016-05-04 23:12:46114 'arc': {
115 'filepath': 'arc/',
116 },
lhchavez61532c92016-10-18 21:33:37117 'arc_auth': {
118 'filepath': 'chrome/browser/chromeos/arc/arc_auth'
119 },
Ryo Hashimoto611b8fc52018-09-28 10:01:20120 'arc_common': {
121 'filepath': 'components/arc/common/',
122 },
Shuhei Takahashiaf68cff2017-07-24 05:17:12123 'arc_fileapi': {
124 'filepath': 'chrome/browser/chromeos/arc/fileapi'
125 },
Yuichiro Hanada2e111fb2018-11-19 17:33:05126 'arc_ime': {
127 'filepath': 'chrome/browser/chromeos/arc/input_method_manager/'\
128 '|components/arc/ime/'
129 },
poromov7633f602017-02-21 16:44:01130 'arc_kiosk': {
131 'filepath': 'chrome/browser/chromeos/app_mode/arc/'\
132 '|components/arc/kiosk/'\
133 '|arc_kiosk'
134 },
lhchavez4b19176f2016-05-04 23:12:46135 'arc_net': {
136 'filepath': 'components/arc/net/',
137 },
ejcarusoa298ec02016-06-16 20:30:43138 'arc_power': {
139 'filepath': 'components/arc/power/',
140 },
Hirokazu Hondaf98a3122018-04-12 11:19:48141 'arc_video_accelerator': {
142 'filepath': 'components/arc/video_accelerator',
143 },
[email protected]3ce56642013-10-17 22:12:51144 'ash': {
145 'filepath': 'ash/',
146 },
Xiaohui Chenf7e70a22018-02-08 00:36:38147 'assistant': {
David Black20c36722019-02-05 18:36:31148 'filepath': 'ash/app_list/views/assistant/'\
149 '|ash/assistant/'\
Xiaohui Chen985c26b2018-05-16 18:41:27150 '|chromeos/assistant/'\
151 '|chromeos/services/assistant/'\
152 '|chrome/browser/ui/ash/assistant/'
Xiaohui Chenf7e70a22018-02-08 00:36:38153 },
Max Morin2b0206312018-04-06 11:17:40154 'audio_service': {
155 'filepath': 'services/audio/'
156 },
[email protected]f76c8852012-06-21 16:37:00157 'aura': {
[email protected]3ce56642013-10-17 22:12:51158 'filepath': 'ui/aura/',
[email protected]84ba35e32010-08-06 17:22:39159 },
[email protected]c3a6e1e72013-08-02 00:13:07160 'aura_compositor': {
161 'filepath':
162 'ui/compositor/' \
[email protected]6dc38f72014-01-16 22:19:58163 '|content/browser/compositor/' \
danakj479ab502017-03-31 20:19:09164 '|content/browser/renderer_host/compositor_resize_lock' \
[email protected]c3a6e1e72013-08-02 00:13:07165 '|content/browser/renderer_host/render_widget_host_view_aura' \
166 '|content/browser/renderer_host/render_widget_host_view_browsertest' \
[email protected]a6eeeef92014-03-19 19:06:44167 '|content/browser/renderer_host/delegated' \
[email protected]c3a6e1e72013-08-02 00:13:07168 '|content/common/gpu/client/' \
[email protected]c3a6e1e72013-08-02 00:13:07169 },
Katie D14c38ce2019-02-14 00:34:45170 'autoclick': {
171 'filepath': 'ash/autoclick/',
172 },
[email protected]2a38f0c02013-05-29 02:27:45173 'autofill': {
rouslanfbfa7402016-11-22 19:36:39174 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/autofill/|'\
175 'chrome/browser/autofill/|'\
[email protected]d9310a82012-11-02 02:53:48176 'chrome/browser/ui/android/autofill/|'\
177 'chrome/browser/ui/autofill/|'\
[email protected]e3e4ca62013-05-17 08:50:27178 'chrome/browser/ui/cocoa/autofill/|'\
[email protected]d9310a82012-11-02 02:53:48179 'chrome/browser/ui/views/autofill/|'\
[email protected]d9310a82012-11-02 02:53:48180 'chrome/renderer/autofill/|'\
181 'chrome/test/data/autofill/|'\
[email protected]3947d4a82013-03-12 09:41:05182 'components/autofill/|'\
[email protected]30964792013-05-29 02:41:25183 'components/autofill/browser/webdata/|'\
vabrbeb0c562015-12-01 10:48:08184 'components/webdata/',
[email protected]b3399272010-08-10 19:49:29185 },
gogerald5d02fde2018-08-18 04:30:56186 'autofill_assistant': {
Peter Wenf66bd402019-03-18 14:04:33187 'filepath': 'chrome/android/features/autofill_assistant/|'\
gogerald5d02fde2018-08-18 04:30:56188 'chrome/browser/android/autofill_assistant/|'\
189 'components/autofill_assistant/',
190 },
Jared Sauldd47a29d2019-04-18 16:28:54191 'autofill_payments': {
Jared Saul4765c1e2018-06-18 13:44:57192 'filepath': 'chrome/browser/ui/autofill/chrome_autofill_client*|'\
Jared Sauldd47a29d2019-04-18 16:28:54193 'chrome/browser/ui/autofill/payments/|'\
194 'chrome/browser/ui/views/autofill/payments/|'\
195 'components/autofill/core/browser/payments/|'\
196 'components/autofill/core/browser/ui/payments/|'\
197 'components/autofill/core/common/autofill_payments_features*|'\
198 'components/autofill_payments_strings*',
Jared Saul4765c1e2018-06-18 13:44:57199 },
peter39e10a62017-02-21 15:14:13200 'background_fetch': {
Peter Beverloo4548c852017-08-31 13:45:17201 'filepath': 'background_fetch|'\
202 'background-fetch',
peter39e10a62017-02-21 15:14:13203 },
204 'background_sync': {
Josh Karlin1bd016742017-08-18 17:44:17205 'filepath': '/background_sync/',
peter39e10a62017-02-21 15:14:13206 },
dominickn8884155a2016-06-23 02:28:16207 'banners': {
208 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/banners/|'\
209 'chrome/android/javatests/src/org/chromium/chrome/browser/banners/|'\
dominickn8884155a2016-06-23 02:28:16210 'chrome/browser/banners/|'\
211 'chrome/browser/ui/android/infobars/app_banner_.*|'\
Blink Reformata30d4232018-04-07 15:31:06212 'third_party/blink/public/platform/modules/app_banner/|'\
213 'third_party/blink/renderer/modules/app_banner/',
dominickn8884155a2016-06-23 02:28:16214 },
[email protected]f76c8852012-06-21 16:37:00215 'base': {
[email protected]f2f0fbb92012-07-14 15:52:49216 'filepath': '^base/',
[email protected]7a7a13b2010-08-25 01:10:59217 },
[email protected]5e105332012-09-13 01:55:52218 'base_allocator': {
219 'filepath': '^base/allocator',
220 },
[email protected]1ed5e0fd2012-07-19 00:19:05221 'base_memory': {
222 'filepath': '^base/memory',
223 },
Alexander Timin864bf8a02018-03-12 11:06:28224 'base_scheduler': {
225 'filepath': '^base/task/',
226 },
Gabriel Charettee6bbb532019-04-29 16:39:39227 'base_thread_pool': {
228 'filepath': '^base/task/thread_pool',
robliao1644d8b2016-04-11 15:39:59229 },
[email protected]b17d9e02014-07-29 09:45:50230 'base_win': {
231 'filepath': '^base/win',
232 },
[email protected]7e093d4022014-06-26 19:19:55233 'battery_status': {
234 'filepath': 'content/browser/battery_status/|'\
timvolodine953fde72014-12-09 16:47:10235 'content/test/data/battery_status/|'\
236 'device/battery/',
[email protected]7e093d4022014-06-26 19:19:55237 },
wnwen72684762017-03-29 13:28:37238 'binary_size': {
239 'filepath': 'build/android/binary_size/|'\
240 'tools/binary_size/',
241 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13242 'blink': {
Kent Tamurae9b3a9ec2017-08-31 02:20:19243 'filepath': 'third_party/(WebKit|blink)/',
Takeshi Yoshinoe387aa32017-08-02 13:16:13244 },
245 'blink_accessibility': {
Kent Tamuraeb394c72018-04-07 19:14:55246 'filepath': 'third_party/(WebKit|blink)/.*(accessibility|ax_object_cache|web_ax)'
Takeshi Yoshinoe387aa32017-08-02 13:16:13247 },
248 'blink_animation': {
Kent Tamuraeb394c72018-04-07 19:14:55249 'filepath': 'third_party/(WebKit|blink)/.*([Aa]nimat|[Tt]ransition)',
Takeshi Yoshinoe387aa32017-08-02 13:16:13250 },
251 'blink_app_banner': {
Blink Reformata30d4232018-04-07 15:31:06252 'filepath': 'third_party/blink/renderer/modules/app_banner' \
253 '|third_party/blink/public/platform/modules/app_banner',
Takeshi Yoshinoe387aa32017-08-02 13:16:13254 },
255 'blink_audio': {
Blink Reformata30d4232018-04-07 15:31:06256 'filepath': 'third_party/blink/renderer/platform/audio' \
257 '|third_party/blink/renderer/modules/webaudio' \
Kent Tamura77578cc2018-11-25 22:33:43258 '|third_party/blink/web_tests/external/wpt/webaudio',
Takeshi Yoshinoe387aa32017-08-02 13:16:13259 },
260 'blink_battery_status': {
Blink Reformata30d4232018-04-07 15:31:06261 'filepath': 'third_party/blink/renderer/modules/battery/' \
Kent Tamura77578cc2018-11-25 22:33:43262 '|third_party/blink/web_tests/battery-status/' \
Kent Tamuraeb394c72018-04-07 19:14:55263 '|third_party/blink/renderer/core/frame/platform_event_(controller|dispatcher)'
Takeshi Yoshinoe387aa32017-08-02 13:16:13264 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13265 'blink_bindings': {
Blink Reformata30d4232018-04-07 15:31:06266 'filepath': 'third_party/blink/renderer/platform/bindings' \
267 '|third_party/blink/renderer/bindings',
Takeshi Yoshinoe387aa32017-08-02 13:16:13268 },
269 'blink_bindings_serialization': {
Kent Tamuraeb394c72018-04-07 19:14:55270 'filepath': 'third_party/blink/renderer/bindings/(core|modules)/v8/.*serializ',
Takeshi Yoshinoe387aa32017-08-02 13:16:13271 },
272 'blink_bluetooth': {
Kent Tamuraeb394c72018-04-07 19:14:55273 'filepath': 'third_party/(WebKit|blink)/.*[Bb]luetooth'
Takeshi Yoshinoe387aa32017-08-02 13:16:13274 },
Fernando Serboncinife13f9d2018-08-14 13:35:54275 'blink_canvas': {
Blink Reformata30d4232018-04-07 15:31:06276 'filepath': 'third_party/blink/renderer/core/html/canvas' \
Fernando Serboncinife13f9d2018-08-14 13:35:54277 '|third_party/blink/renderer/core/offscreencanvas' \
278 '|third_party/blink/renderer/core/geometry' \
279 '|third_party/blink/renderer/modules/canvas' \
280 '|third_party/blink/renderer/platform/graphics/canvas',
Takeshi Yoshinoe387aa32017-08-02 13:16:13281 },
282 'blink_client_hints': {
Kent Tamuraeb394c72018-04-07 19:14:55283 'filepath': 'third_party/blink/renderer/core/loader/accept_client_hints*' \
284 '|third_party/blink/renderer/core/loader/frame_fetch_context*' \
285 '|third_party/blink/renderer/core/loader/resource/image_resource*' \
286 '|third_party/blink/renderer/platform/loader/fetch/fetch_context*' \
287 '|third_party/blink/renderer/platform/loader/fetch/resource_fetcher*'
Takeshi Yoshinoe387aa32017-08-02 13:16:13288 },
289 'blink_clipboard': {
Blink Reformata30d4232018-04-07 15:31:06290 'filepath': 'third_party/blink/renderer/core/clipboard' \
Kent Tamuraeb394c72018-04-07 19:14:55291 '|third_party/blink/renderer/core/page/.*drag' \
292 '|third_party/blink/renderer/platform/.*drag' \
Kent Tamuraeb394c72018-04-07 19:14:55293 '|third_party/blink/public/platform/.*drag' \
294 '|third_party/blink/public/web/.*drag',
Takeshi Yoshinoe387aa32017-08-02 13:16:13295 },
Jeremy Romanb7b3a6a2018-02-07 20:15:32296 'blink_common': {
Kent Tamuraeb394c72018-04-07 19:14:55297 'filepath': 'third_party/blink/common'
Blink Reformata30d4232018-04-07 15:31:06298 '|third_party/blink/public/common' \
299 '|third_party/blink/public/mojom',
Jeremy Romanb7b3a6a2018-02-07 20:15:32300 },
Kentaro Hara993b0de2017-08-07 02:26:37301 'blink_controller': {
Blink Reformata30d4232018-04-07 15:31:06302 'filepath': 'third_party/blink/renderer/controller',
Kentaro Hara993b0de2017-08-07 02:26:37303 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13304 'blink_css': {
Blink Reformata30d4232018-04-07 15:31:06305 'filepath': 'third_party/blink/renderer/core/css',
Takeshi Yoshinoe387aa32017-08-02 13:16:13306 },
307 'blink_css_flexbox': {
Kent Tamuraeb394c72018-04-07 19:14:55308 'filepath': 'third_party/blink/renderer/core/rendering/.*flex' \
Kent Tamura77578cc2018-11-25 22:33:43309 '|third_party/blink/web_tests/fast/deprecated-flexbox/' \
310 '|third_party/blink/web_tests/css3/flexbox/' \
311 '|third_party/blink/web_tests/ietestcenter/css3/flexbox/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13312 },
313 'blink_css_fragmentation_tests': {
Kent Tamura77578cc2018-11-25 22:33:43314 'filepath': 'third_party/blink/web_tests/fast/multicol/' \
315 '|third_party/blink/web_tests/fast/pagination/' \
316 '|third_party/blink/web_tests/fragmentation/' \
317 '|third_party/blink/web_tests/printing/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13318 },
319 'blink_css_grid_layout': {
Kent Tamuraeb394c72018-04-07 19:14:55320 'filepath': 'third_party/blink/renderer/core/layout/.*grid' \
321 '|third_party/blink/renderer/core/paint/.*grid' \
322 '|third_party/blink/renderer/core/css/.*grid' \
Kent Tamura77578cc2018-11-25 22:33:43323 '|third_party/blink/web_tests/fast/css-grid-layout/' \
324 '|third_party/blink/web_tests/ietestcenter/css3/grid/' \
325 '|third_party/blink/web_tests/platform/.*/fast/css-grid-layout/' \
326 '|third_party/blink/web_tests/platform/.*/ietestcenter/css3/grid/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13327 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13328 'blink_custom_elements': {
Blink Reformata30d4232018-04-07 15:31:06329 'filepath': 'third_party/blink/renderer/core/html/custom/' \
Kent Tamuraeb394c72018-04-07 19:14:55330 '|third_party/blink/renderer/bindings/core/v8/.*custom_element',
Takeshi Yoshinoe387aa32017-08-02 13:16:13331 },
332 'blink_device_orientation': {
Oksana Zhuravlova5e236ec92018-07-25 00:16:03333 'filepath': 'content/browser/device_sensors/' \
334 '|content/test/data/device_sensors/' \
335 '|third_party/blink/renderer/modules/device_orientation/' \
Kent Tamura77578cc2018-11-25 22:33:43336 '|third_party/blink/web_tests/device_orientation/' \
Kent Tamuraeb394c72018-04-07 19:14:55337 '|third_party/blink/renderer/core/frame/platform_event_(controller|dispatcher)' \
338 '|third_party/blink/renderer/core/frame/device_single_window_event_controller'
Takeshi Yoshinoe387aa32017-08-02 13:16:13339 },
340 'blink_devtools': {
Kent Tamuraeb394c72018-04-07 19:14:55341 'filepath': 'third_party/(WebKit|blink)/.*(inspector|DevTools|dev_tools|devtools)',
Takeshi Yoshinoe387aa32017-08-02 13:16:13342 },
343 'blink_dom': {
Blink Reformata30d4232018-04-07 15:31:06344 'filepath': 'third_party/blink/renderer/core/dom/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13345 },
346 'blink_dom_events': {
Blink Reformata30d4232018-04-07 15:31:06347 'filepath': 'third_party/blink/renderer/core/dom/events/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13348 },
349 'blink_events': {
Kent Tamuraeb394c72018-04-07 19:14:55350 'filepath': 'third_party/blink/renderer/core/page/.*event' \
351 '|third_party/blink/renderer/core/dom/.*event' \
352 '|third_party/blink/renderer/core/css/.*event' \
353 '|third_party/blink/renderer/platform/.*event'
Takeshi Yoshinoe387aa32017-08-02 13:16:13354 },
355 'blink_fetch': {
Blink Reformata30d4232018-04-07 15:31:06356 'filepath': 'third_party/blink/renderer/platform/loader/fetch'
Takeshi Yoshinoe387aa32017-08-02 13:16:13357 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13358 'blink_fileapi': {
Blink Reformata30d4232018-04-07 15:31:06359 'filepath': 'third_party/blink/renderer/modules/filesystem/' \
360 '|third_party/blink/renderer/core/fileapi/' \
Kent Tamuraeb394c72018-04-07 19:14:55361 '|third_party/blink/renderer/platform/.*file' \
Kent Tamura77578cc2018-11-25 22:33:43362 '|third_party/blink/web_tests/fast/file' \
Kent Tamuraeb394c72018-04-07 19:14:55363 '|third_party/blink/public/.*_file'
Takeshi Yoshinoe387aa32017-08-02 13:16:13364 },
365 'blink_frames': {
Blink Reformata30d4232018-04-07 15:31:06366 'filepath': 'third_party/blink/renderer/core/frame/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13367 },
368 'blink_geolocation': {
Kent Tamura77578cc2018-11-25 22:33:43369 'filepath': 'third_party/blink/web_tests/geolocation-api/' \
Blink Reformata30d4232018-04-07 15:31:06370 '|third_party/blink/renderer/modules/geolocation/' \
Kent Tamuraeb394c72018-04-07 19:14:55371 '|third_party/blink/public/web/.*geolocation'
Takeshi Yoshinoe387aa32017-08-02 13:16:13372 },
373 'blink_heap': {
Blink Reformata30d4232018-04-07 15:31:06374 'filepath': 'third_party/blink/renderer/platform/heap' \
Takeshi Yoshinoe387aa32017-08-02 13:16:13375 '|base/allocator/partition_allocator/'
376 },
377 'blink_html': {
Blink Reformata30d4232018-04-07 15:31:06378 'filepath': 'third_party/blink/renderer/core/html/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13379 },
380 'blink_htmlparser': {
Blink Reformata30d4232018-04-07 15:31:06381 'filepath': 'third_party/blink/renderer/core/html/parser/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13382 },
Chris Blume484eaa1b2018-12-14 22:49:18383 'blink_image_codecs': {
384 'filepath': 'third_party/blink/renderer/platform/image-decoders' \
385 '|third_party/blink/renderer/platform/image-encoders' \
386 '|third_party/blink/perf_tests/image_decoder'
387 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13388 'blink_indexed_db': {
Chase Phillips7027bd52018-08-30 17:31:55389 'filepath': 'third_party/blink/common/indexeddb' \
390 '|third_party/blink/public/common/indexeddb' \
391 '|third_party/blink/public/platform/.*_idb' \
392 '|third_party/blink/public/platform/modules/indexeddb' \
393 '|third_party/blink/public/mojom/indexeddb' \
394 '|third_party/blink/renderer/modules/indexeddb/' \
Kent Tamura77578cc2018-11-25 22:33:43395 '|third_party/blink/web_tests/storage/indexeddb'
Takeshi Yoshinoe387aa32017-08-02 13:16:13396 },
397 'blink_input': {
Blink Reformata30d4232018-04-07 15:31:06398 'filepath': 'third_party/blink/renderer/core/input/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13399 },
400 'blink_layers': {
Kent Tamuraeb394c72018-04-07 19:14:55401 'filepath': 'third_party/blink/renderer/core/page/scrolling/scrolling_coordinator' \
402 '|third_party/blink/renderer/platform/graphics/graphics_layer' \
403 '|third_party/blink/renderer/core/layout/layer'
Takeshi Yoshinoe387aa32017-08-02 13:16:13404 },
405 'blink_layout': {
Kent Tamuraeb394c72018-04-07 19:14:55406 'filepath': 'third_party/blink/renderer/core/layout'
Takeshi Yoshinoe387aa32017-08-02 13:16:13407 },
408 'blink_layout_ng': {
Blink Reformata30d4232018-04-07 15:31:06409 'filepath': 'third_party/blink/renderer/core/layout/ng',
Takeshi Yoshinoe387aa32017-08-02 13:16:13410 },
411 'blink_loader': {
Blink Reformata30d4232018-04-07 15:31:06412 'filepath': 'third_party/blink/renderer/core/loader/' \
413 '|third_party/blink/renderer/platform/loader/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13414 },
415 'blink_media': {
Blink Reformata30d4232018-04-07 15:31:06416 'filepath': 'third_party/blink/renderer/core/css/mediaControls' \
Kent Tamuraeb394c72018-04-07 19:14:55417 '|third_party/blink/renderer/core/html/.*_(audio|media|video)' \
418 '|third_party/blink/renderer/core/html/shadow/media_control' \
419 '|third_party/blink/renderer/core/layout/layout_media' \
420 '|third_party/blink/renderer/core/layout/layout_text_track_container_element' \
Blink Reformata30d4232018-04-07 15:31:06421 '|third_party/blink/renderer/modules/(encryptedmedia|mediasource)' \
422 '|third_party/blink/renderer/platform/drm/' \
423 '|third_party/blink/renderer/platform/graphics/media/' \
Kent Tamura77578cc2018-11-25 22:33:43424 '|third_party/blink/web_tests/media/' \
Kent Tamuraeb394c72018-04-07 19:14:55425 '|third_party/blink/public/.*_media'
Takeshi Yoshinoe387aa32017-08-02 13:16:13426 },
427 'blink_media_queries': {
Kent Tamuraeb394c72018-04-07 19:14:55428 'filepath': 'third_party/blink/renderer/core/css/css_media_rule' \
429 '|third_party/blink/renderer/core/css/media_list' \
430 '|third_party/blink/renderer/core/css/media_query' \
431 '|third_party/blink/renderer/core/css/parser/media_query'
Takeshi Yoshinoe387aa32017-08-02 13:16:13432 },
433 'blink_mediastream': {
Blink Reformata30d4232018-04-07 15:31:06434 'filepath': 'third_party/blink/renderer/modules/mediastream/' \
435 '|third_party/blink/renderer/platform/mediastream/' \
Kent Tamuraeb394c72018-04-07 19:14:55436 '|third_party/blink/renderer/platform/exported/web_media_stream' \
437 '|third_party/blink/renderer/platform/exported/web_rtc' \
Kent Tamura77578cc2018-11-25 22:33:43438 '|third_party/blink/web_tests/fast/mediastream/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13439 },
440 'blink_modules': {
Blink Reformata30d4232018-04-07 15:31:06441 'filepath': 'third_party/blink/renderer/modules'
Takeshi Yoshinoe387aa32017-08-02 13:16:13442 },
443 'blink_navigator_content_utils': {
Blink Reformata30d4232018-04-07 15:31:06444 'filepath': 'third_party/blink/renderer/modules/navigatorcontentutils' \
Kent Tamura77578cc2018-11-25 22:33:43445 '|third_party/blink/web_tests/fast/dom/navigatorcontentutils'
Takeshi Yoshinoe387aa32017-08-02 13:16:13446 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13447 'blink_out_of_process_frames': {
Kent Tamuraeb394c72018-04-07 19:14:55448 'filepath': 'third_party/blink/renderer/core/frame/frame_owner' \
449 '|third_party/blink/renderer/core/frame/frame\.' \
450 '|third_party/blink/renderer/core/frame/web_frame' \
451 '|third_party/blink/renderer/core/exported/web_remote_frame_impl'
Takeshi Yoshinoe387aa32017-08-02 13:16:13452 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13453 'blink_paint': {
Blink Reformata30d4232018-04-07 15:31:06454 'filepath': 'third_party/blink/renderer/core/paint/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13455 },
Xida Chen0ef92782018-01-17 05:53:35456 'blink_paintworklet': {
Blink Reformata30d4232018-04-07 15:31:06457 'filepath': 'third_party/blink/renderer/modules/csspaint/' \
Kent Tamura77578cc2018-11-25 22:33:43458 '|third_party/blink/web_tests/http/tests/csspaint/' \
459 '|third_party/blink/web_tests/externla/wpt/css/css-paint-api/'
Xida Chen0ef92782018-01-17 05:53:35460 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13461 'blink_permissions': {
Blink Reformata30d4232018-04-07 15:31:06462 'filepath': 'third_party/blink/renderer/modules/permissions/' \
Julie Jeongeun Kim162c2d282019-03-13 07:23:52463 '|third_party/blink/public/mojom/permissions/',
Takeshi Yoshinoe387aa32017-08-02 13:16:13464 },
465 'blink_platform': {
Blink Reformata30d4232018-04-07 15:31:06466 'filepath': 'third_party/blink/renderer/platform'
Takeshi Yoshinoe387aa32017-08-02 13:16:13467 },
468 'blink_platform_graphics': {
Blink Reformata30d4232018-04-07 15:31:06469 'filepath': 'third_party/blink/renderer/platform/fonts' \
470 '|third_party/blink/renderer/platform/geometry' \
471 '|third_party/blink/renderer/platform/graphics'
Takeshi Yoshinoe387aa32017-08-02 13:16:13472 },
473 'blink_preloadScanner': {
Kent Tamuraeb394c72018-04-07 19:14:55474 'filepath': 'third_party/blink/renderer/core/html/parser/html_preload_scanner',
Takeshi Yoshinoe387aa32017-08-02 13:16:13475 },
476 'blink_prerender': {
Kent Tamuraeb394c72018-04-07 19:14:55477 'filepath': 'third_party/(WebKit|blink)/.*([Pp]rerender|loader/link_loader|html/html_link_element)'
Takeshi Yoshinoe387aa32017-08-02 13:16:13478 },
479 'blink_public_api': {
Blink Reformata30d4232018-04-07 15:31:06480 'filepath': 'third_party/blink/public'
Takeshi Yoshinoe387aa32017-08-02 13:16:13481 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13482 'blink_quota': {
Blink Reformata30d4232018-04-07 15:31:06483 'filepath': 'third_party/blink/renderer/modules/quota/' \
Kent Tamuraeb394c72018-04-07 19:14:55484 '|third_party/blink/public/.*quota'
Takeshi Yoshinoe387aa32017-08-02 13:16:13485 },
486 'blink_scheduler': {
Blink Reformata30d4232018-04-07 15:31:06487 'filepath': 'third_party/blink/renderer/platform/scheduler' \
Kent Tamuraeb394c72018-04-07 19:14:55488 '|third_party/blink/renderer/core/html/parser/.*scheduler'
Takeshi Yoshinoe387aa32017-08-02 13:16:13489 },
490 'blink_screen_orientation': {
Blink Reformata30d4232018-04-07 15:31:06491 'filepath': 'third_party/blink/renderer/modules/screen_orientation/' \
492 '|third_party/blink/public/platform/modules/screen_orientation',
Takeshi Yoshinoe387aa32017-08-02 13:16:13493 },
494 'blink_script': {
Kent Tamuraeb394c72018-04-07 19:14:55495 'filepath': 'third_party/blink/renderer/bindings/core/v8/.*module.*' \
496 '|third_party/blink/renderer/bindings/core/v8/script_controller.*' \
497 '|third_party/blink/renderer/bindings/core/v8/script_source_code.*' \
498 '|third_party/blink/renderer/bindings/core/v8/v8_script_runner.*'
499 '|third_party/blink/renderer/core/dom/.*modul.*' \
500 '|third_party/blink/renderer/core/dom/.*script.*' \
501 '|third_party/blink/renderer/core/html/html_script_element.*' \
502 '|third_party/blink/renderer/core/html/parser/html_parser_script_runner.*' \
Blink Reformata30d4232018-04-07 15:31:06503 '|third_party/blink/renderer/core/loader/modulescript/' \
Kent Tamuraeb394c72018-04-07 19:14:55504 '|third_party/blink/renderer/core/loader/resource/script_resource.*' \
505 '|third_party/blink/renderer/core/svg/svg_script_element.*' \
506 '|third_party/blink/renderer/core/xml/parser/xml_document_parser.*'
Takeshi Yoshinoe387aa32017-08-02 13:16:13507 },
David Bokan9dc0046272017-12-29 00:28:01508 'blink_scroll': {
Kent Tamuraeb394c72018-04-07 19:14:55509 'filepath': 'third_party/blink/renderer/core/frame/.*view.*' \
510 '|third_party/blink/renderer/core/input/.*scroll.*' \
511 '|third_party/blink/renderer/core/input/event_handler.*' \
Blink Reformata30d4232018-04-07 15:31:06512 '|third_party/blink/renderer/core/page/scrolling/' \
Kent Tamuraeb394c72018-04-07 19:14:55513 '|third_party/blink/renderer/core/paint/.*scrollable_area.*' \
Blink Reformata30d4232018-04-07 15:31:06514 '|third_party/blink/renderer/platform/scroll/'
David Bokan9dc0046272017-12-29 00:28:01515 },
Matt Falkenhagenca7fbb62018-07-10 09:21:43516 'blink_service_worker' : {
517 'filepath': 'third_party/blink/renderer/modules/service_worker' \
Kent Tamura77578cc2018-11-25 22:33:43518 '|third_party/blink/web_tests/http/tests/serviceworker' \
519 '|third_party/blink/web_tests/external/wpt/service-workers'
Takeshi Yoshinoe387aa32017-08-02 13:16:13520 },
Matt Falkenhagenca7fbb62018-07-10 09:21:43521 'blink_service_worker_tests' : {
Kent Tamura77578cc2018-11-25 22:33:43522 'filepath': 'third_party/blink/web_tests/http/tests/serviceworker' \
523 '|third_party/blink/web_tests/external/wpt/service-workers'
Takeshi Yoshinoe387aa32017-08-02 13:16:13524 },
525 'blink_shadow_dom': {
Kent Tamuraeb394c72018-04-07 19:14:55526 'filepath': 'third_party/blink/renderer/core/dom/.*shadow' \
527 '|third_party/blink/renderer/core/dom/.*slot' \
528 '|third_party/blink/renderer/core/dom/.*insertion_point' \
529 '|third_party/blink/renderer/core/dom/.*flat_tree'
Takeshi Yoshinoe387aa32017-08-02 13:16:13530 },
531 'blink_spellcheck' : {
Blink Reformata30d4232018-04-07 15:31:06532 'filepath': 'third_party/blink/renderer/core/editing/spellcheck'
Takeshi Yoshinoe387aa32017-08-02 13:16:13533 },
Adam Rice027497d2018-07-27 02:17:02534 'blink_streams': {
535 'filepath': 'third_party/blink/renderer/core/streams/'
536 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13537 'blink_style': {
Kent Tamuraeb394c72018-04-07 19:14:55538 'filepath': 'third_party/(WebKit|blink)/.*(style/|Style)',
Takeshi Yoshinoe387aa32017-08-02 13:16:13539 },
540 'blink_svg': {
Blink Reformata30d4232018-04-07 15:31:06541 'filepath': 'third_party/blink/renderer/core/(layout/)?svg',
Takeshi Yoshinoe387aa32017-08-02 13:16:13542 },
543 'blink_track': {
Blink Reformata30d4232018-04-07 15:31:06544 'filepath': 'third_party/blink/renderer/core/html/track/' \
Kent Tamuraeb394c72018-04-07 19:14:55545 '|third_party/blink/renderer/core/loader/text_track' \
546 '|third_party/blink/renderer/core/html/meida/html_media_element' \
547 '|third_party/blink/renderer/core/html/shadow/media_control' \
Blink Reformata30d4232018-04-07 15:31:06548 '|third_party/blink/renderer/core/css/mediaControl' \
Kent Tamura77578cc2018-11-25 22:33:43549 '|third_party/blink/web_tests/media/track/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13550 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13551 'blink_vibration': {
Kent Tamura77578cc2018-11-25 22:33:43552 'filepath': 'third_party/blink/web_tests/vibration/' \
Blink Reformata30d4232018-04-07 15:31:06553 '|third_party/blink/renderer/modules/vibration/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13554 },
555 'blink_viewport_interaction': {
Kent Tamuraeb394c72018-04-07 19:14:55556 'filepath': 'third_party/blink/renderer/core/css/.*viewport' \
557 '|third_party/blink/renderer/core/dom/viewport_arguments' \
558 '|third_party/blink/renderer/core/frame/frame_view.*' \
559 '|third_party/blink/renderer/core/frame/.*viewport.*' \
560 '|third_party/blink/renderer/core/html/html_meta_element'
Takeshi Yoshinoe387aa32017-08-02 13:16:13561 },
562 'blink_w3ctests': {
Kent Tamura77578cc2018-11-25 22:33:43563 'filepath': 'third_party/blink/web_tests/external/' \
Kent Tamura01019442018-05-01 22:06:58564 '|third_party/blink/tools/blinkpy/w3c/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13565 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13566 'blink_webp': {
Blink Reformata30d4232018-04-07 15:31:06567 'filepath': 'third_party/blink/renderer/platform/image-decoders/webp' \
Kent Tamuraeb394c72018-04-07 19:14:55568 '|third_party/blink/renderer/platform/image-encoders/skia/webp'
Takeshi Yoshinoe387aa32017-08-02 13:16:13569 },
570 'blink_websockets': {
Blink Reformata30d4232018-04-07 15:31:06571 'filepath': 'third_party/blink/renderer/modules/websockets/' \
572 '|third_party/blink/renderer/platform/modules/websockets/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13573 },
574 'blink_workers': {
Blink Reformata30d4232018-04-07 15:31:06575 'filepath': 'third_party/blink/renderer/core/workers' \
Kent Tamura77578cc2018-11-25 22:33:43576 '|third_party/blink/web_tests/http/tests/workers' \
577 '|third_party/blink/web_tests/fast/workers' \
578 '|third_party/blink/web_tests/external/wpt/workers'
Takeshi Yoshinoe387aa32017-08-02 13:16:13579 },
580 'blink_wtf': {
Blink Reformata30d4232018-04-07 15:31:06581 'filepath': 'third_party/blink/renderer/platform/wtf',
Takeshi Yoshinoe387aa32017-08-02 13:16:13582 },
583 'blink_xml': {
Blink Reformata30d4232018-04-07 15:31:06584 'filepath': 'third_party/blink/renderer/core/xml/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13585 },
donnd787f6ed2016-08-03 01:00:56586 'bottombar': {
587 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/',
588 },
Tarun Bansalc4882282018-07-11 23:53:55589 'breve': {
590 'filepath': 'chrome/browser/net/spdyproxy|'\
591 'chrome_proxy|'\
Tarun Bansal129ca7842018-07-31 17:14:12592 'client_hints|'
Tarun Bansalc4882282018-07-11 23:53:55593 'components/blacklist|'\
594 'components/data_use|'\
595 'data_reduction_proxy|'\
Tarun Bansal129ca7842018-07-31 17:14:12596 'data_use_measurement|'\
597 'lazy_load|'
598 'navigation_predictor|'\
599 'net/nqe|'\
Tarun Bansalc4882282018-07-11 23:53:55600 'optimization_guide|'\
Tarun Bansal129ca7842018-07-31 17:14:12601 'optimization_hints|'\
Tarun Bansal2ba607d52019-04-25 18:30:52602 'prerender|'\
603 'previews|'\
604 'services/network/resource_scheduler'
Tarun Bansalc4882282018-07-11 23:53:55605 },
[email protected]22650d22012-07-18 17:02:35606 'browser_components': {
[email protected]a7228f62012-09-20 17:52:48607 'filepath': 'chrome/browser/autofill/' \
608 '|chrome/browser/bookmarks/' \
[email protected]a7228f62012-09-20 17:52:48609 '|chrome/browser/favicon/' \
[email protected]ddf288e2013-01-09 20:58:27610 '|chrome/browser/history/' \
[email protected]fccf4882013-03-15 04:46:19611 '|chrome/browser/webdata/' \
[email protected]3947d4a82013-03-12 09:41:05612 '|components/autofill/'
[email protected]22650d22012-07-18 17:02:35613 },
[email protected]f76c8852012-06-21 16:37:00614 'browser_compositor': {
[email protected]f2f0fbb92012-07-14 15:52:49615 'filepath': 'ui/compositor/'
[email protected]fbd846b2010-11-19 01:32:18616 },
michaelpge42ca3b32016-02-19 08:17:57617 'browser_resources_md': {
618 'filepath': 'chrome/browser/resources/md_'\
619 '|chrome/browser/resources/settings/',
620 },
[email protected]0ce480532012-07-20 12:33:20621 'browsing_data': {
Christian Dullweberc0b53642018-10-11 16:20:55622 'filepath': 'browsing_data|BrowsingData',
[email protected]0ce480532012-07-20 12:33:20623 },
[email protected]f76c8852012-06-21 16:37:00624 'bubble': {
[email protected]f2f0fbb92012-07-14 15:52:49625 'filepath': 'ui/views/bubble/|'\
rouslan8d6a8372015-09-10 19:10:10626 'chrome/browser/ui/views/bubble/|'\
627 'components/bubble/',
[email protected]f76c8852012-06-21 16:37:00628 },
jkarlin539748402015-03-31 17:36:31629 'cache_storage': {
Josh Karlin1bd016742017-08-18 17:44:17630 'filepath': '/cache.storage/'
631 '|/cachestorage/',
jkarlin539748402015-03-31 17:36:31632 },
[email protected]10fbd5952013-08-22 07:42:39633 'cast': {
mark a. foltze8739c7c2019-04-24 18:33:09634 'filepath': 'media/cast/' \
635 '|chrome/browser/extensions/api/cast_streaming/' \
636 '|chrome/browser/media/cast/' \
637 '|chrome/browser/media/router/providers/cast/' \
638 '|chrome/browser/resources/cast/' \
639 '|chrome/browser/ui/webui/cast/' \
640 '|chrome/common/media_router/providers/cast/' \
641 '|chrome/renderer/media/cast/' \
642 '|chrome/test/data/extensions/api_test/cast/' \
643 '|chrome/test/data/extensions/api_test/cast_streaming/' \
644 '|components/mirroring/' \
645 '|content/public/renderer/media_stream_' \
miu5e69f1c52016-10-23 13:40:11646 '|content/renderer/media/(media_stream|(.+audio_source))',
[email protected]10fbd5952013-08-22 07:42:39647 },
ryanchung4d157372016-05-10 20:27:16648 'cast_certificate': {
649 'filepath': 'components/cast_certificate/'\
650 '|components/test/data/cast_certificate/',
651 },
mfoltz57fd7f32017-05-03 06:12:58652 'cast_channel': {
653 'filepath': 'chrome/test/data/extensions/api_test/cast_channel/' \
Ryan Ki Sing Chung27cc7ed92017-07-25 21:53:47654 '|components/cast_channel/' \
655 '|extensions/browser/api/cast_channel'
mfoltz57fd7f32017-05-03 06:12:58656 },
Takeshi Yoshino524e1d262017-07-28 01:16:38657 'cc': {
danakjca574522017-09-20 16:38:59658 'filepath': 'cc/'\
659 '|components/viz/'
660 },
Yi Guc1c54682018-07-23 12:00:00661 'cc-animation': {
662 'filepath': 'cc/animation/'
663 },
danakjca574522017-09-20 16:38:59664 'cc-contexts': {
665 'filepath': 'components/viz/common/gpu'
666 },
667 'cc-display': {
668 'filepath': 'components/viz/service/display'\
669 '|cc/output'
670 },
671 'cc-paint': {
672 'filepath': 'cc/paint'
673 },
674 'cc-quads': {
675 'filepath': 'components/viz/common/quads'
676 },
677 'cc-resources': {
678 'filepath': 'cc/resources'\
679 '|components/viz/common/resources'
Takeshi Yoshino524e1d262017-07-28 01:16:38680 },
Alexander Timin864bf8a02018-03-12 11:06:28681 'cc-scheduler': {
682 'filepath': 'cc/scheduler'
683 },
eranmc2a9f612015-11-24 16:41:34684 'certificate_transparency': {
685 'filepath': 'components/certificate_transparency/'\
eranmc2a9f612015-11-24 16:41:34686 '|net/cert/ct_'\
687 '|net/cert/multi_log_ct_verifier'\
688 '|net/cert/sct_status_flags.h'\
689 '|net/cert/signed_certificate_timestamp'\
690 '|net/cert/signed_tree_head'\
691 '|net/test/ct_',
692 },
Joe Mason60ec2f32018-02-15 15:50:51693 'chrome_cleaner': {
694 'filepath': 'chrome/browser/component_updater/sw_reporter_'\
695 '|chrome/browser/resources/settings/chrome_cleanup_page/'\
696 '|chrome/browser/safe_browsing/chrome_cleaner/'\
697 '|chrome/browser/ui/views/chrome_cleaner_'\
698 '|chrome/browser/ui/webui/settings/chrome_cleanup_'\
Joe Mason12a02332018-04-19 14:39:00699 '|chrome/chrome_cleaner/'\
Joe Mason60ec2f32018-02-15 15:50:51700 '|components/chrome_cleaner/',
701 },
[email protected]c73ec8ab2014-01-16 20:35:23702 'chrome_elf': {
703 'filepath': 'chrome_elf',
704 },
lpy0ca13772017-02-28 19:48:27705 'chrome_grc': {
lpy53b82752017-05-31 22:30:49706 'filepath': 'chrome/browser/resource_coordinator/'\
707 '|services/resource_coordinator/',
lpy0ca13772017-02-28 19:48:27708 },
Takeshi Yoshino524e1d262017-07-28 01:16:38709 'chromecast': {
710 'filepath': 'chromecast/',
711 },
712 'chromecast_public': {
713 'filepath': 'chromecast/public/',
714 },
[email protected]f7bf8ba2011-02-24 22:28:46715 'chromedriver': {
samuong53d5e612014-10-10 18:56:38716 'filepath': 'chrome/test/chromedriver|'\
717 'chrome/test/data/chromedriver|'\
Jonathon Kereliuk540c7d52018-01-18 06:22:03718 'third_party/webdriver|'\
Blink Reformata30d4232018-04-07 15:31:06719 'third_party/blink/renderer/devtools/front_end/emulated_devices/module.json'
[email protected]f7bf8ba2011-02-24 22:28:46720 },
[email protected]f76c8852012-06-21 16:37:00721 'chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:49722 'filepath': 'chromeos/',
[email protected]531b1532011-08-11 03:52:01723 },
[email protected]eda0a0b2013-04-19 20:34:35724 'chromeos_attestation': {
725 'filepath': 'chromeos/attestation/|'\
[email protected]64494c3f2013-08-14 22:15:59726 'chrome/browser/chromeos/attestation/|'\
727 'chrome/browser/extensions/api/enterprise_platform_keys_private/',
[email protected]eda0a0b2013-04-19 20:34:35728 },
Ryan Hansberry8e41a5c42019-04-18 22:12:51729 'chromeos_bluetooth': {
730 'filepath': 'ash/system/bluetooth/'\
731 '|chrome/browser/ui/bluetooth/'\
732 '|chrome/browser/ui/webui/chromeos/bluetooth*'\
733 '|chrome/browser/resources/settings/bluetooth_page/'\
734 '|chrome/browser/resources/chromeos/bluetooth_pairing_dialog/'\
Ryan Hansberry4773b722019-04-30 17:25:04735 '|device/bluetooth/bluez/'\
736 '|device/bluetooth/chromeos/'\
Ryan Hansberry8e41a5c42019-04-18 22:12:51737 '|ui/webui/resources/cr_components/chromeos/bluetooth*'
738 },
[email protected]7c59a152012-11-06 20:56:35739 'chromeos_calculator': {
740 'filepath': 'chrome/common/extensions/docs/examples/apps/calculator/',
741 },
Kyle Horimotofdcf67012019-04-08 19:06:10742 'chromeos_cellular': {
743 'filepath': 'chrome/browser/resources/chromeos/cellular_setup/|'\
744 'chrome/browser/ui/webui/chromeos/cellular_setup/|'\
745 'chromeos/services/cellular_setup/|'\
746 'ui/webui/resources/cr_components/chromeos/cellular_setup/',
747 },
Lutz Justen19789012019-04-11 15:24:16748 'chromeos_device_policy': {
749 'filepath': 'components/policy/proto/chrome_device_policy.proto'
750 },
alematec5187b1b2016-08-26 05:32:18751 'chromeos_geolocation': {
752 'filepath': 'chromeos/geolocation/',
753 },
Achuith Bhandarkar434e24592018-03-07 23:05:12754 'chromeos_lkgm': {
755 'filepath': 'chromeos/CHROMEOS_LKGM',
756 },
[email protected]f76c8852012-06-21 16:37:00757 'chromeos_login': {
Jacob Dufaulted1ef2bc2018-08-10 18:21:34758 'filepath': 'ash/login/|'\
759 'chrome/browser/chromeos/login/|'\
[email protected]f2f0fbb92012-07-14 15:52:49760 'chrome/browser/ui/webui/chromeos/login/|'\
dzhioevcc7c0492014-11-25 14:52:58761 'chrome/browser/resources/chromeos/login/|'\
762 'ui/login/',
[email protected]a791dac2011-04-07 23:22:57763 },
[email protected]d7d35f342012-10-22 20:32:47764 'chromeos_net': {
Kyle Horimoto89f06e22019-04-08 19:07:17765 'filepath': 'ash/system/network/|'\
766 'chromeos/network/|'\
stevenjbdd133032015-08-07 18:37:47767 'chrome/browser/chromeos/net/|'\
768 'chrome/browser/extensions/api/networking_private/|'\
Kyle Horimoto89f06e22019-04-08 19:07:17769 'chrome/browser/resources/settings/internet_page/|'\
stevenjbdd133032015-08-07 18:37:47770 'extensions/browser/api/networking_private/|'\
771 'ui/chromeos/network/',
[email protected]d7d35f342012-10-22 20:32:47772 },
[email protected]2315ac0c2013-02-05 00:49:16773 'chromeos_power': {
James Cooka35a1e22017-04-08 02:33:08774 'filepath': 'ash/system/power/|'\
[email protected]c3943ad2013-07-03 13:44:56775 'chromeos/dbus/power_.*|'\
[email protected]2315ac0c2013-02-05 00:49:16776 'chrome/browser/chromeos/power/',
777 },
alematec5187b1b2016-08-26 05:32:18778 'chromeos_timezone': {
779 'filepath': 'chromeos/timezone/',
780 },
[email protected]f76c8852012-06-21 16:37:00781 'chromeos_webui': {
[email protected]f2f0fbb92012-07-14 15:52:49782 'filepath': 'chrome/browser/ui/webui/chromeos/|'\
783 'chrome/browser/resources/chromeos/',
[email protected]ba03af42012-03-08 01:37:12784 },
[email protected]cef7a6d2011-04-29 20:49:07785 'clang_update': {
Nico Webere250e6a2015-12-02 19:31:56786 'filepath': 'tools/clang/scripts/update.py'
[email protected]cef7a6d2011-04-29 20:49:07787 },
[email protected]f76c8852012-06-21 16:37:00788 'clipboard': {
789 'filepath': 'clipboard|dnd|drag|drop',
[email protected]2418b022011-05-19 21:06:02790 },
Aaron Gable64f273582017-03-30 18:02:00791 'codereview_settings': {
792 'filepath': 'codereview.settings',
793 },
sdefresned94c5b02015-07-22 17:54:55794 'components_deps': {
795 'filepath': 'components/([^/]*/)*DEPS',
796 },
Matthew Jonesf3b5f4f2019-01-04 00:01:25797 'compositor_animator': {
798 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/compositor/animation/',
799 },
scheib968e61052014-11-05 00:27:25800 'content_bluetooth': {
801 'filepath': 'content/.*bluetooth'
802 },
kinuko01cbe8a12015-10-20 09:59:06803 'content_loader': {
mmenkefaa97d3b2016-09-25 14:24:02804 'filepath': 'chrome/browser/loader|' \
805 'content/browser/loader|' \
kinuko01cbe8a12015-10-20 09:59:06806 'content/child/*loader',
807 },
mkwst512627022014-09-16 09:23:27808 'content_renderer': {
809 'filepath': 'content/renderer/',
810 },
[email protected]aa3311a2012-11-19 16:04:58811 'content_shell': {
812 'filepath': 'content/shell/',
813 },
kinukoa121bce2015-01-30 10:04:41814 'content_worker': {
815 'filepath': 'content/.*worker',
816 },
donnd787f6ed2016-08-03 01:00:56817 'contextual_search': {
818 'filepath': 'chrome/browser/android/contextualsearch/|' \
819 'chrome/android/java/src/org/chromium/chrome/browser/contextualsearch/|' \
820 'chrome/android/javatests/src/org/chromium/chrome/browser/contextualsearch/|' \
821 'components/contextual_search/',
822 },
wfh792b71c2016-05-04 23:33:41823 'courgette': {
824 'filepath': 'courgette/',
825 },
Nico Weber6ff639a2017-08-11 21:04:50826 'cq': {
Andrii Shyshkalov17176242018-02-24 03:31:32827 'filepath': 'infra/config/branch/cq.cfg',
Nico Weber6ff639a2017-08-11 21:04:50828 },
michaelpge42ca3b32016-02-19 08:17:57829 'cr_elements': {
830 'filepath': 'ui/webui/resources/cr_element',
831 },
Chung-yih Wang7afc64a2018-03-06 02:09:04832 'cros_benchmarks': {
833 'filepath': 'tools/perf/contrib/cros_benchmarks',
834 },
Ben Wells03471a72018-03-22 00:58:46835 'crostini': {
Timothy Lohecae1e422018-06-07 05:53:59836 'filepath': 'crostini',
Ben Wells03471a72018-03-22 00:58:46837 },
Bailey Berro462580ea2019-02-22 23:09:37838 'cups_printing' : {
839 'filepath': 'chrome/browser/resources/settings/printing_page/'\
840 '|chrome/test/data/webui/settings/cups_printer_page_tests.js'\
841 '|chrome/browser/ui/webui/settings/chromeos/cups_printers_handler'\
842 '|chrome/browser/chromeos/printing/'\
843 '|printing/',
844 },
ianwencdb8c9e2015-06-18 22:10:15845 'custom_tabs': {
Newton Allen38c62212015-06-24 21:41:53846 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/customtabs/|'\
Peter Beverloo5cc24512018-11-29 15:36:43847 'chrome/android/java/src/org/chromium/chrome/browser/browseractions/|'\
848 'chrome/android/java/src/org/chromium/chrome/browser/browserservices/|'\
849 'chrome/android/javatests/src/org/chromium/chrome/browser/customtabs/|'\
850 'chrome/android/javatests/src/org/chromium/chrome/browser/browseractions/|'\
851 'chrome/android/javatests/src/org/chromium/chrome/browser/browserservices/|'\
852 'chrome/browser/android/customtabs/',
alancuttercbad6512015-06-19 02:31:28853 },
Madeleine Barowsky21b04402019-01-29 19:17:05854 'data_decoder': {
855 'filepath': 'services/data_decoder/',
856 },
Ryo Hashimoto900be52c2018-05-24 06:42:26857 'dbus': {
858 'filepath': 'dbus/',
859 },
[email protected]5e105332012-09-13 01:55:52860 'deep_memory_profiler': {
861 'filepath': 'tools/(deep_memory_profiler|find_runtime_symbols)',
862 },
Bartosz Fabianowski85a823812015-04-16 10:27:51863 'device_bluetooth': {
864 'filepath': 'device/.*bluetooth'
865 },
juncaic08f41d2017-05-04 20:36:58866 'device_chooser': {
867 'filepath': 'chrome/browser/chooser_controller/|'\
868 'chrome/browser/ui/android/bluetooth_chooser_.*|'\
869 'chrome/browser/ui/android/usb_chooser_.*|'\
870 'chrome/browser/ui/bluetooth/|'\
871 'chrome/browser/ui/cocoa/device_chooser_.*|'\
872 'chrome/browser/ui/cocoa/extensions/chooser_dialog_.*|'\
873 'chrome/browser/ui/cocoa/permission_bubble/chooser_bubble_.*|'\
874 'chrome/browser/ui/views/device_chooser_.*|'\
875 'chrome/browser/ui/views/extensions/chooser_dialog_.*|'\
876 'chrome/browser/ui/views/permission_bubble/chooser_bubble_.*|'\
877 'chrome/browser/usb/usb_chooser_.*',
878 },
[email protected]342b12872012-11-07 12:10:46879 'devtools': {
880 'filepath': 'devtools',
881 },
[email protected]bab2a832012-07-11 23:29:41882 'disk_cache': {
883 'filepath': 'net/disk_cache/|http_cache',
884 },
[email protected]f76c8852012-06-21 16:37:00885 'download': {
[email protected]f2f0fbb92012-07-14 15:52:49886 'filepath': 'chrome/browser/download/|'\
[email protected]8492b5b2012-12-17 21:58:08887 'content/browser/download/',
[email protected]6bff0ad2011-06-17 01:32:51888 },
[email protected]ca872e362011-07-12 21:06:03889 'downloads_ui': {
dbeam78528be2016-02-18 07:08:49890 'filepath': 'chrome/browser/resources/(md_)?downloads/|' \
[email protected]8492b5b2012-12-17 21:58:08891 'chrome/browser/ui/webui/.*downloads|' \
892 'chrome/browser/ui/views/download/|' \
asanka2009f412015-10-05 17:28:12893 'chrome/browser/ui/cocoa/download/'
[email protected]ca872e362011-07-12 21:06:03894 },
[email protected]89d2cd52013-04-16 01:55:36895 'drive_resource_metadata': {
Ryo Hashimoto900be52c2018-05-24 06:42:26896 'filepath': 'drive.*resource_metadata'
[email protected]89d2cd52013-04-16 01:55:36897 },
[email protected]3a25c8a2014-06-26 06:47:10898 'eme': {
Xiaohan Wang6cbdcdf2018-06-12 21:55:54899 'filepath': 'chrome/renderer/media/.*key_system|' \
900 'chrome/browser/media/.*(cdm|encrypted)|' \
901 'components/cdm/|' \
[email protected]3a25c8a2014-06-26 06:47:10902 'content/browser/media/cdm/|' \
Xiaohan Wang6cbdcdf2018-06-12 21:55:54903 'media/base/android/.*drm|' \
[email protected]3a25c8a2014-06-26 06:47:10904 'media/cdm/|' \
905 'third_party/widevine/cdm/'
906 },
Justin DeWittf64d39e2018-08-09 21:33:41907 'explore_sites': {
908 'filepath': 'chrome/browser/android/explore_sites/|' \
909 'chrome/android/java/src/org/chromium/chrome/browser/explore_sites/'
910 },
[email protected]f76c8852012-06-21 16:37:00911 'extension': {
912 'filepath': 'extension',
[email protected]161277d42011-06-24 20:48:45913 },
lunalu0a9c05422016-11-11 17:19:06914 'feature_policy': {
Blink Reformata30d4232018-04-07 15:31:06915 'filepath': 'third_party/blink/renderer/platform/feature_policy/|' \
Kent Tamuraeb394c72018-04-07 19:14:55916 'third_party/blink/renderer/bindings/core/v8/origin_trial_features',
lunalu0a9c05422016-11-11 17:19:06917 },
[email protected]f76c8852012-06-21 16:37:00918 'fileapi': {
[email protected]8492b5b2012-12-17 21:58:08919 'filepath': 'file_system/|' \
920 'fileapi/'
[email protected]80919512011-08-03 08:51:04921 },
[email protected]f76c8852012-06-21 16:37:00922 'filebrowse': {
[email protected]8492b5b2012-12-17 21:58:08923 'filepath': 'file_browser|' \
924 'file_manager|' \
925 'filebrowse'
[email protected]4b07b62cc2011-10-03 17:52:39926 },
[email protected]4ed766c2013-09-19 09:45:20927 'filesapp': {
okab0be3dc2016-08-30 07:37:10928 'filepath': 'chrome/browser/chromeos/drive|' \
929 'chrome/browser/chromeos/extensions/file_manager|' \
930 'chrome/browser/chromeos/extensions/file_system_provider|' \
931 'chrome/browser/chromeos/file_manager|' \
932 'chrome/browser/chromeos/file_system_provider|' \
933 'chrome/browser/drive|' \
934 'chrome/test/data/extensions/api_test/file_system_provider|' \
935 'components/drive|' \
936 'google_apis/drive|' \
937 'ui/file_manager'
938 },
Tomasz Mikolajewski2905dbb2017-11-22 06:24:04939 'fsp': {
940 'filepath': 'chrome/browser/chromeos/extensions/file_system_provider|' \
941 'chrome/browser/chromeos/file_system_provider|' \
Tomasz Mikolajewski66b4faa22017-11-22 09:33:43942 'chrome/test/data/extensions/api_test/file_system_provider'
[email protected]4ed766c2013-09-19 09:45:20943 },
Wez385de5a2017-07-13 20:13:16944 'fuchsia': {
945 'filepath': 'fuchsia',
946 },
mmoroz58ddb8172016-09-08 18:29:55947 'fuzzing': {
948 'filepath': 'fuzz|Fuzz',
949 },
Vincent Scheibd5da4d952017-11-03 01:33:24950 'gamepad': {
951 'filepath': 'gamepad',
952 },
[email protected]3a2a6ac02014-06-20 07:07:12953 'gcm': {
peter9f4490a2017-01-27 00:58:36954 'filepath': 'chrome/browser/gcm/|'\
[email protected]3a2a6ac02014-06-20 07:07:12955 'components/gcm_driver/|'\
956 'google_apis/gcm/',
957 },
mikhail.pozdnyakova8db26402016-11-28 18:27:12958 'generic_sensor': {
Jun Caiaa1f040d2017-11-15 01:21:53959 'filepath': 'services/device/generic_sensor/|'\
Blink Reformata30d4232018-04-07 15:31:06960 'third_party/blink/renderer/modules/sensor/',
mikhail.pozdnyakova8db26402016-11-28 18:27:12961 },
[email protected]d8036492013-08-09 16:02:23962 'geolocation': {
963 'filepath': 'chrome/browser/geolocation/|'\
964 'content/browser/geolocation|'\
965 'content/public/common/geoposition.*|'\
966 'content/public/browser/geolocation.*|'\
967 'content/renderer/geolocation.*|'\
968 'content/shell/geolocation/',
969 },
[email protected]cf428f732012-10-02 20:48:15970 'gfx_geometry': {
danakj570c1332015-01-06 16:59:36971 'filepath': 'ui/gfx/geometry/',
[email protected]cf428f732012-10-02 20:48:15972 },
Takeshi Yoshino524e1d262017-07-28 01:16:38973 'gfx_image': {
974 'filepath': 'ui/gfx/image/',
975 },
[email protected]4d1773e2014-04-05 07:59:57976 'gn': {
977 'filepath': 'tools/gn',
978 },
[email protected]f76c8852012-06-21 16:37:00979 'gpu': {
[email protected]f2f0fbb92012-07-14 15:52:49980 'filepath': 'gpu/',
[email protected]f76c8852012-06-21 16:37:00981 },
Corentin Wallezc68aa9b2017-10-02 15:00:03982 'gpu_passthrough_cmd_decoder': {
983 'filepath': 'gpu/command_buffer/service/.*passthrough',
984 },
Ehsan Karamadc20cee22018-08-10 21:32:33985 'guest_view': {
986 'filepath': 'chrome/browser/apps/guest_view|'\
987 'chrome/browser/extensions/api/web_view|'\
988 'chrome/browser/guest_view|'\
989 'chrome/common/extensions/api/webview*.json|'\
990 'chrome/common/extensions/docs|'\
991 'chrome/renderer/resources/extensions/web_view|'\
992 'components/guest_view|'\
993 'content/browser/browser_plugin|'\
994 'content/renderer/browser_plugin|'\
995 'extensions/browser/api/guest_view|'\
996 'extensions/browser/guest_view|'\
997 'extensions/common/guest_view|'\
998 'extensions/common/mojo/guest_view.mojom|'\
999 'extensions/common/api/*view*.json|'\
1000 'extensions/renderer/guest_view',
1001 },
Andrey Kosyakova173d252018-05-07 18:29:111002 'headless': {
1003 'filepath': 'headless/'
1004 },
[email protected]f76c8852012-06-21 16:37:001005 'history_ui': {
dbeam78528be2016-02-18 07:08:491006 'filepath': 'chrome/browser/resources/(md_)?history|'\
1007 'chrome/browser/ui/webui/.*history',
[email protected]f76c8852012-06-21 16:37:001008 },
1009 'i18n': {
[email protected]f2f0fbb92012-07-14 15:52:491010 'filepath': 'base/i18n/|base/string|l10n|icu|'\
timvolodine8cdb94c2016-09-22 12:17:221011 'locale_settings|encoding',
[email protected]f76c8852012-06-21 16:37:001012 },
Greg Thompson4f90fc992017-07-25 19:30:371013 'incident_reporting': {
1014 'filepath': 'chrome/browser/safe_browsing/incident_reporting',
1015 },
[email protected]c26161352013-11-12 19:50:011016 'indexed_db': {
1017 'filepath': 'content/browser/indexed_db|'\
[email protected]c26161352013-11-12 19:50:011018 'content/public/browser/indexed_db|'\
Chase Phillips7027bd52018-08-30 17:31:551019 'content/renderer/indexed_db|'\
[email protected]c26161352013-11-12 19:50:011020 'content/test/data/indexeddb',
1021 },
John Budorickf6a1c302018-10-29 16:32:481022 'infra': {
1023 'filepath': 'infra/config|'\
1024 'testing/buildbot|'\
John Budorick2d04e372018-10-29 18:03:301025 'tools/mb',
John Budorickf6a1c302018-10-29 16:32:481026 },
bruthigaa8281f2016-02-09 17:52:311027 'ink_drop': {
1028 'filepath': 'ui/views/animation/test/.*ink_drop.*|' \
1029 'ui/views/animation/.*ink_drop.*'
1030 },
dtapuska1f997a12016-03-14 19:22:071031 'input': {
1032 'filepath': 'content/browser/renderer_host/input|'\
1033 'content/renderer/input|'\
1034 'ui/events/blink/'
1035 },
Michael Spang808d5c12018-10-23 19:20:391036 'input_devices': {
1037 'filepath': 'ui/events/devices/',
1038 },
Dominick Ngcaa7b402017-07-11 07:35:391039 'installable': {
Dominick Ng31b7feb2019-01-29 23:24:001040 'filepath': 'chrome/browser/extensions/bookmark_app*'\
1041 '|chrome/browser/installable/',
Dominick Ngcaa7b402017-07-11 07:35:391042 },
mmoss19826c62014-11-14 21:37:361043 'installer_linux': {
1044 'filepath': 'chrome/installer/linux/',
1045 },
Greg Thompson4f90fc992017-07-25 19:30:371046 'installer_win': {
1047 'filepath': 'chrome/install_static/'\
Samuel Huang577ef6c2018-03-13 18:19:341048 '|chrome/installer/(?!gcapi_mac/|linux/|mac/)'\
1049 '|components/zucchini/',
Greg Thompson4f90fc992017-07-25 19:30:371050 },
[email protected]56b4b09d32012-07-27 18:28:411051 'instant': {
[email protected]607903d2013-03-25 22:15:471052 'filepath': 'instant|searchbox|'\
1053 'chrome/browser/search/|'\
[email protected]c29b7dae2013-03-25 22:29:131054 'chrome/browser/ui/search/|'\
[email protected]eb99f8e2013-07-10 10:17:391055 'chrome/browser/resources/local_ntp/|'\
Ramya Nagarajan7768bf62018-11-28 21:26:041056 'chrome/common/search/|'\
1057 'chrome/test/data/local_ntp/|'\
1058 'components/search_provider_logos/|'\
1059 'components/test/data/search_provider_logos/',
[email protected]56b4b09d32012-07-27 18:28:411060 },
edchin46453b42017-03-03 01:40:111061 'ios': {
Sylvain Defresne81467d82017-05-29 09:06:141062 'filepath': 'ios/',
edchin46453b42017-03-03 01:40:111063 },
sdefresne18b47312015-06-18 15:15:091064 'ios_chrome': {
Sylvain Defresne81467d82017-05-29 09:06:141065 'filepath': 'ios/chrome/',
sdefresne18b47312015-06-18 15:15:091066 },
marqa4f135f2017-01-10 12:37:341067 'ios_clean': {
Sylvain Defresne81467d82017-05-29 09:06:141068 'filepath': 'ios/clean/',
marqa4f135f2017-01-10 12:37:341069 },
Eric Noyaua1825272019-01-02 10:36:391070 'ios_flags': {
Eric Noyaue13b4d72019-01-03 14:23:551071 'filepath': 'ios/chrome/browser/about_flags\.(h|mm)|'\
1072 'ios/chrome/browser/experimental_flags\.(h|mm)|'\
1073 'ios/chrome/browser/resources/Settings.bundle/Experimental\.plist',
Eric Noyaua1825272019-01-02 10:36:391074 },
marqa4f135f2017-01-10 12:37:341075 'ios_showcase': {
Sylvain Defresne81467d82017-05-29 09:06:141076 'filepath': 'ios/showcase/',
marqa4f135f2017-01-10 12:37:341077 },
eugenebutb5a5a8572017-01-20 01:18:111078 'ios_web': {
Sylvain Defresne81467d82017-05-29 09:06:141079 'filepath': 'ios/web(_view)?/',
eugenebutb5a5a8572017-01-20 01:18:111080 },
Bruno Santosc0ffc574d2019-04-09 22:16:491081 'kiosk_next': {
1082 'filepath': 'ash/kiosk_next/|'\
1083 'ash/public/interfaces/kiosk_next_shell.mojom|'\
1084 'chrome/browser/chromeos/kiosk_next_home/|'\
1085 'chrome/browser/resources/chromeos/kiosk_next_home/|'\
1086 'chrome/browser/resources/settings/kiosk_next_shell_page/|'\
1087 'chrome/browser/ui/ash/kiosk_next_',
1088 },
Johanndfa4d7d2017-12-07 18:05:291089 'libaom': {
1090 'filepath': 'third_party/libaom/',
1091 },
Takeshi Yoshino524e1d262017-07-28 01:16:381092 'libvpx': {
Johanndfa4d7d2017-12-07 18:05:291093 'filepath': 'third_party/libvpx/',
vabraafbd4f32015-11-10 19:30:231094 },
[email protected]a3f777d2014-01-07 23:38:261095 'libwebp': {
1096 'filepath': 'third_party/libwebp'
1097 },
dominiccabb90e02017-03-31 04:54:231098 'libxml_xslt': {
1099 'filepath': 'third_party/libxml/' \
1100 '|third_party/libxslt/',
1101 },
[email protected]04a292a2013-03-07 19:58:421102 'linux_fonts': {
1103 'filepath': 'ui/gfx/font_render_params_.*|'\
deratcd2d6fb2015-02-12 00:10:411104 'ui/gfx/platform_font_linux.*|'\
1105 'ui/gfx/render_text_harfbuzz.*',
[email protected]04a292a2013-03-07 19:58:421106 },
1107 'linux_sandboxing': {
[email protected]f2f0fbb92012-07-14 15:52:491108 'filepath': 'sandbox/linux/',
[email protected]f76c8852012-06-21 16:37:001109 },
[email protected]04a292a2013-03-07 19:58:421110 'linux_seccomp_bpf': {
[email protected]d6a23612012-11-13 20:11:541111 'filepath': 'content/common/sandbox.*linux.cc',
[email protected]f76c8852012-06-21 16:37:001112 },
lgrey62faed72016-10-11 21:40:391113 'mac': {
lgrey332339b12016-12-05 17:16:401114 'filepath': '(_|/)(cocoa|mac)(_|\.)|/(cocoa|mac)/|^((?!ios\/).)*\.mm?$',
lgrey62faed72016-10-11 21:40:391115 },
mlamourid8b0feb2015-06-02 16:30:471116 'manifest': {
1117 'filepath': 'content/(browser|renderer)/manifest/'\
Dominick Ng31b7feb2019-01-29 23:24:001118 '|content/public/common/manifest*'\
1119 '|third_party/blink/(common|mojom)/manifest/'\
1120 '|third_party/blink/renderer/modules/manifest/',
mlamourid8b0feb2015-06-02 16:30:471121 },
James Cook2dc6d042018-04-24 22:00:201122 'mash_buildbot_filters': {
1123 'filepath': 'testing/buildbot/filters/mash.*filter',
1124 },
[email protected]f76c8852012-06-21 16:37:001125 'media': {
Francois Beaufort9ab59c82017-08-24 13:10:291126 'filepath': 'media|third_party/(ffmpeg|opus|libvpx)'
[email protected]f76c8852012-06-21 16:37:001127 },
mcasasfeedbe42017-03-03 05:23:561128 'media_capture_from_element': {
alancutter40359812017-03-03 08:20:271129 'filepath': 'content/renderer/media_capture_from_element/' \
Blink Reformata30d4232018-04-07 15:31:061130 '|third_party/blink/renderer/modules/mediacapture/' \
Kent Tamuraeb394c72018-04-07 19:14:551131 '|third_party/blink/renderer/platform/exported/web_canvas_capture' \
Kent Tamura77578cc2018-11-25 22:33:431132 '|third_party/blink/web_tests/fast/mediacapturefromelement/' \
Kent Tamuraeb394c72018-04-07 19:14:551133 '|third_party/blink/public/platform/web_canvas_capture'
mcasasfeedbe42017-03-03 05:23:561134 },
Tommy Steimel074a1822018-02-07 17:25:441135 'media_controls': {
Blink Reformata30d4232018-04-07 15:31:061136 'filepath': 'third_party/blink/renderer/modules/media_controls/'
Tommy Steimel074a1822018-02-07 17:25:441137 },
[email protected]06dd23172013-06-24 21:04:511138 'media_galleries': {
1139 'filepath': 'chrome/browser/extensions/api/media_galleries/'\
[email protected]06dd23172013-06-24 21:04:511140 '|chrome/browser/media_galleries/'\
1141 '|chrome/browser/storage_monitor/'\
1142 '|chrome/common/media_galleries/'\
Jay Civellicf995502017-09-08 23:59:271143 '|chrome/test/data/extensions/api_test/media_galleries/'
[email protected]06dd23172013-06-24 21:04:511144 },
Hirokazu Hondae31ce109a2018-09-18 11:18:501145 'media_gpu': {
1146 'filepath': 'media/gpu/',
1147 },
alokp9e369ea72e2016-06-10 05:41:091148 'media_mojo': {
Xiaohan Wang6cbdcdf2018-06-12 21:55:541149 'filepath': 'media/mojo/'
alokp9e369ea72e2016-06-10 05:41:091150 },
mcasasfeedbe42017-03-03 05:23:561151 'media_recorder': {
alancutter40359812017-03-03 08:20:271152 'filepath': 'content/renderer/media_recorder/' \
Blink Reformata30d4232018-04-07 15:31:061153 '|third_party/blink/renderer/modules/mediarecorder/' \
Kent Tamuraeb394c72018-04-07 19:14:551154 '|third_party/blink/renderer/platform/exported/web_media_recorder' \
Kent Tamura77578cc2018-11-25 22:33:431155 '|third_party/blink/web_tests/fast/mediarecorder/' \
Kent Tamuraeb394c72018-04-07 19:14:551156 '|third_party/blink/public/platform/web_media_recorder'
mcasasfeedbe42017-03-03 05:23:561157 },
miu5e69f1c52016-10-23 13:40:111158 'media_remoting': {
1159 'filepath': 'chrome/browser/media/cast_remoting'\
1160 '|media/blink/webmediaplayer_'\
1161 '|media/mojo/interfaces/remoting.mojom'\
1162 '|media/remoting/',
1163 },
kmarshallb698ad4f2015-02-24 19:42:481164 'media_router': {
mark a. foltze8739c7c2019-04-24 18:33:091165 'filepath': 'chrome/android/features/media_router/' \
1166 '|chrome/app/media_router_strings.grdp' \
mfoltz57fd7f32017-05-03 06:12:581167 '|chrome/browser/media/router/' \
kmarshallb698ad4f2015-02-24 19:42:481168 '|chrome/browser/resources/media_router/' \
Takumi Fujimoto4bef2792018-05-03 17:51:551169 '|chrome/browser/ui/media_router/' \
mfoltz57fd7f32017-05-03 06:12:581170 '|chrome/browser/ui/views/media_router/' \
kmarshallb698ad4f2015-02-24 19:42:481171 '|chrome/browser/ui/webui/media_router/' \
Takumi Fujimoto4bef2792018-05-03 17:51:551172 '|chrome/common/media_router/' \
mfoltz57fd7f32017-05-03 06:12:581173 '|chrome/test/data/webui/media_router/' \
1174 '|chrome/test/media_router/' \
1175 '|chrome/utility/media_router/'
kmarshallb698ad4f2015-02-24 19:42:481176 },
Xiaohan Wang6cbdcdf2018-06-12 21:55:541177 'media_win': {
1178 'filepath': 'media/gpu/windows/'
1179 },
[email protected]f76c8852012-06-21 16:37:001180 'message_loop': {
[email protected]f2f0fbb92012-07-14 15:52:491181 'filepath': 'base/message_'
[email protected]f76c8852012-06-21 16:37:001182 },
1183 'metrics': {
[email protected]f2f0fbb92012-07-14 15:52:491184 'filepath': 'base/metrics/'\
asvitkine361b276e2016-08-30 18:45:001185 '|chrome/android/java/src/org/chromium/chrome/browser/metrics/'\
[email protected]f2f0fbb92012-07-14 15:52:491186 '|chrome/browser/metrics/'\
[email protected]f2f0fbb92012-07-14 15:52:491187 '|chrome/browser/chromeos/external_metrics'\
[email protected]b0d594d2014-02-21 03:22:121188 '|chrome/browser/extensions/api/metrics_private/'\
[email protected]f2f0fbb92012-07-14 15:52:491189 '|chrome/browser/ui/webui/metrics_handler'\
asvitkineb7e10302016-01-20 05:17:451190 '|chromecast/browser/metrics/'\
asvitkinee4bad382015-11-05 21:56:451191 '|components/metrics/'\
asvitkineb7e10302016-01-20 05:17:451192 '|components/metrics_services_manager/'\
[email protected]ce6b855a2014-03-12 19:51:391193 '|components/rappor/'\
asvitkinee4bad382015-11-05 21:56:451194 '|components/variations/'\
[email protected]b0d594d2014-02-21 03:22:121195 # Exclude XML files; in particular, histograms.xml.
1196 '|tools/metrics/[^.]*([.](?!xml$).*)?$',
1197 },
1198 'metrics_xml_files': {
1199 # Subscribe to this to watch for changes to histograms.xml.
toyoshim8f51f902015-03-27 03:50:211200 'filepath': 'tools/metrics/.*\.xml$',
1201 },
1202 'midi': {
1203 'filepath': 'midi',
[email protected]f76c8852012-06-21 16:37:001204 },
[email protected]341f218a2013-09-24 22:16:101205 'mojo': {
1206 'filepath': 'mojo',
1207 },
Kyle Horimotoc4d57b122018-02-28 01:17:301208 'multidevice': {
Ryan Hansberry587c8082018-09-20 01:31:191209 'filepath': 'ash/multi_device_setup/'\
Kyle Horimoto7de86582018-12-19 20:40:251210 '|chrome/browser/chromeos/cryptauth/'\
Ryan Hansberry587c8082018-09-20 01:31:191211 '|chrome/browser/chromeos/device_sync/'\
1212 '|chrome/browser/chromeos/multidevice_setup/'\
1213 '|chrome/browser/chromeos/secure_channel/'\
Kyle Horimoto592f64c2018-03-28 23:43:221214 '|chrome/browser/resources/chromeos/multidevice_setup/'\
Ryan Hansberry587c8082018-09-20 01:31:191215 '|chrome/browser/resources/settings/multidevice_page/'\
1216 '|chrome/browser/ui/webui/chromeos/multidevice_setup/'\
1217 '|chrome/browser/ui/webui/settings/chromeos/multidevice'\
Kyle Horimoto7de86582018-12-19 20:40:251218 '|chrome/test/data/webui/multidevice_setup/'\
1219 '|chromeos/components/multidevice/'\
James Hawkinsf7e517c2018-03-30 21:01:141220 '|chromeos/components/proximity_auth/'\
Kyle Horimoto7de86582018-12-19 20:40:251221 '|chromeos/resources/multidevice_resources.grdp'\
Kyle Horimoto592f64c2018-03-28 23:43:221222 '|chromeos/services/device_sync/'\
1223 '|chromeos/services/multidevice_setup/'\
1224 '|chromeos/services/secure_channel/'\
Kyle Horimoto9bace7f2018-09-21 23:36:481225 '|ui/webui/resources/cr_components/chromeos/multidevice_setup/'
Kyle Horimotoc4d57b122018-02-28 01:17:301226 },
rjkroegef60dea862015-10-29 17:50:061227 'mus': {
Scott Violet9f984252018-08-27 19:02:131228 'filepath': 'services/ws/'\
rjkroegef60dea862015-10-29 17:50:061229 '|mojo/gpu/',
1230 },
[email protected]f76c8852012-06-21 16:37:001231 'nacl': {
[email protected]f2f0fbb92012-07-14 15:52:491232 'filepath': 'chrome/nacl/|chrome/test/nacl/|'\
[email protected]193912d2013-09-06 17:41:561233 'chrome/browser/nacl_host/|chrome/common/nacl|'\
1234 'native_client_sdk/src/doc/',
[email protected]f76c8852012-06-21 16:37:001235 },
[email protected]99ddc3d2013-01-22 16:15:331236 'native_client_sdk': {
1237 'filepath': '^native_client_sdk/',
1238 },
[email protected]b9ecdb62014-03-07 14:56:431239 'navigation': {
1240 'filepath': 'content/browser/frame_host|'\
1241 'content/browser/renderer_host/render_process_host.*|'\
1242 'content/browser/renderer_host/render_view_host.*|'\
1243 'content/browser/web_contents/web_contents_impl.*|'\
1244 'content/renderer/render_frame.*|'\
1245 'content/renderer/render_view.*'
1246 },
[email protected]f76c8852012-06-21 16:37:001247 'net': {
[email protected]f2f0fbb92012-07-14 15:52:491248 'filepath': 'net/',
[email protected]f76c8852012-06-21 16:37:001249 },
bnc1872e8bd2017-01-27 02:47:281250 'net_base': {
1251 'filepath': 'net/base/',
1252 },
bnc1872e8bd2017-01-27 02:47:281253 'net_http2': {
1254 'filepath': 'net/http2/',
1255 },
[email protected]f76c8852012-06-21 16:37:001256 'net_log': {
mmenke59e4d8fb42016-06-15 21:15:281257 'filepath': 'net/log/|' \
[email protected]f2f0fbb92012-07-14 15:52:491258 'chrome/browser/net/.*net_log|' \
[email protected]f2f0fbb92012-07-14 15:52:491259 'chrome/browser/resources/net_internals/|' \
mmenke59e4d8fb42016-06-15 21:15:281260 'chrome/browser/ui/webui/net_internals/|' \
Takeshi Yoshino6b30abd2017-07-16 03:34:511261 'components/net_log/'
[email protected]f76c8852012-06-21 16:37:001262 },
Adam Rice027497d2018-07-27 02:17:021263 'net_server': {
1264 'filepath': 'net/server/'
1265 },
bnc1872e8bd2017-01-27 02:47:281266 'net_spdy': {
1267 'filepath': 'net/spdy/',
1268 },
Adam Rice027497d2018-07-27 02:17:021269 'net_websockets': {
1270 'filepath': 'net/websockets/',
1271 },
jkarlin539748402015-03-31 17:36:311272 'netinfo': {
Josh Karlin1bd016742017-08-18 17:44:171273 'filepath': '/netinfo/',
jkarlin539748402015-03-31 17:36:311274 },
Helen Li30f43d8e2018-05-09 16:24:011275 'network_service': {
1276 'filepath': 'services/network/',
1277 },
Vincent Scheibd5da4d952017-11-03 01:33:241278 'nfc': {
1279 'filepath': '/nfc/',
1280 },
Xing Liue18f0fb2019-03-22 23:55:141281 'notification_scheduler': {
1282 'filepath': 'chrome/browser/notifications/proto/|'\
1283 'chrome/browser/notifications/scheduler/'
1284 },
peterf4758412014-09-17 15:06:011285 'notifications': {
Peter Beverloo4548c852017-08-31 13:45:171286 'filepath': 'chrome/browser/extensions/api/notifications/|'\
1287 'chrome/browser/notifications/|'\
1288 'chrome/test/data/notifications/|'\
1289 'content/browser/notifications/|'\
Peter Beverloo4548c852017-08-31 13:45:171290 'content/common/platform_notification|'\
1291 'content/public/browser/platform_notification|'\
1292 'content/public/common/platform_notification|'\
1293 'content/renderer/notification_|'\
Xi Chengd47af342018-04-24 02:36:331294 'chrome/notification_helper/|'\
Kent Tamura77578cc2018-11-25 22:33:431295 'third_party/blink/web_tests/external/wpt/notifications|'\
1296 'third_party/blink/web_tests/http/tests/notifications|'\
Blink Reformata30d4232018-04-07 15:31:061297 'third_party/blink/renderer/modules/notifications|'\
1298 'third_party/blink/public/platform/modules/notifications|'\
peterf4758412014-09-17 15:06:011299 'ui/message_center/'
1300 },
tbansalc6f1c9f2016-09-30 22:48:421301 'nqe': {
1302 'filepath': 'nqe',
1303 },
mcwilliamsedee5042016-04-05 18:46:451304 'ntp_snippets': {
1305 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk16a37f902016-05-16 15:49:361306 'chrome/android/javatests/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk14c89352016-07-21 13:45:131307 'chrome/android/junit/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk117ffb322017-02-06 12:04:201308 'chrome/android/java/src/org/chromium/chrome/browser/suggestions/|'\
1309 'chrome/android/javatests/src/org/chromium/chrome/browser/suggestions/|'\
mvanouwerkerk538dc0b62016-05-17 14:55:341310 'chrome/browser/android/ntp/ntp_snippets|'\
mcwilliamsedee5042016-04-05 18:46:451311 'chrome/browser/ntp_snippets/|'\
mvanouwerkerk41649732016-05-17 13:37:001312 'chrome/browser/resources/snippets_internals|'\
1313 'chrome/browser/ui/webui/snippets_internals|'\
mcwilliamsedee5042016-04-05 18:46:451314 'components/ntp_snippets/|'\
1315 'chrome/android/java/res/layout/new_tab_page|'\
noyau451e6bb62016-12-23 14:29:041316 'chrome/android/java/res/layout/most_visited|'\
1317 'ios/chrome/browser/ntp_snippets'
mcwilliamsedee5042016-04-05 18:46:451318 },
treib70176c52016-07-08 14:34:191319 'ntp_tiles': {
1320 'filepath': 'chrome/browser/android/ntp/|'\
1321 'chrome/browser/ui/webui/ntp/|'\
1322 'chrome/common/search/ntp|'\
noyau451e6bb62016-12-23 14:29:041323 'components/ntp_tiles/|'\
1324 'ios/chrome/browser/ntp_tiles'
treib70176c52016-07-08 14:34:191325 },
peterb8ec88f82017-03-21 13:29:421326 'offline_items_collection': {
1327 'filepath': 'components/offline_items_collection/',
1328 },
dimichdce3ee492016-04-04 04:20:521329 'offline_pages': {
1330 'filepath': 'components/offline_pages/'\
fgorski329be5b2016-04-19 21:38:111331 '|chrome/browser/android/offline_pages/'\
1332 '|chrome/android/java/src/org/chromium/chrome/browser/offlinepages/'
dimichdce3ee492016-04-04 04:20:521333 },
[email protected]f76c8852012-06-21 16:37:001334 'omnibox': {
Justin Donnelly600d8e92018-11-09 00:40:501335 'filepath': '^chrome/browser/autocomplete/|'\
1336 '^chrome/browser/resources/omnibox|'\
1337 '^chrome/browser/ui/location_bar/|'\
1338 '^chrome/browser/ui/omnibox/|'\
1339 '^chrome/browser/ui/.*/location_bar/|'\
1340 '^chrome/browser/ui/.*/omnibox/|'\
1341 '^components/omnibox/'
[email protected]f76c8852012-06-21 16:37:001342 },
Doug Arnetta94d3ae2017-11-07 00:10:341343 'optimization_guide': {
1344 'filepath': 'optimization_guide|'\
1345 'optimization_hints',
1346 },
chasej6dff9292016-02-02 20:33:121347 'origin_trials': {
Jason Chasedfcd02b2018-08-10 21:07:491348 'filepath': 'origin_trial'\
chasej68b8bbd2017-01-26 19:26:131349 '|OriginTrial'\
1350 '|ConditionalFeature',
chasej6dff9292016-02-02 20:33:121351 },
[email protected]4a2078e2013-07-18 20:40:201352 'ozone': {
[email protected]f93c2c92013-10-31 18:22:441353 'filepath': 'ui/ozone/|'\
[email protected]4b66bf922013-10-28 19:49:431354 'ui/events/ozone/|'\
1355 'ui/gfx/ozone/|'\
[email protected]4a2078e2013-07-18 20:40:201356 'ui/gl/gl_.*egl.*|'\
1357 'ui/gl/gl_.*ozone.*'
1358 },
Sergey Ulanov004097c2018-11-05 23:29:281359 'ozone_scenic': {
1360 'filepath': 'ui/ozone/platform/scenic',
1361 },
lgarron9e25c7402017-03-15 04:03:111362 'page_info' : {
1363 'filepath': 'chrome/browser/ui/page_info/'\
1364 '|chrome/browser/ui/.*/page_info/'\
lgarron3428b2d32017-03-21 18:35:191365 '|chrome/android/java/src/org/chromium/chrome/browser/page_info/'\
lgarron6cd116a2017-04-07 19:42:181366 '|components/page_info_strings.grdp'\
Gregory Chatzinoffdf93d692017-09-09 01:32:271367 '|ios/chrome/browser/ui/page_info/'
lgarron6cd116a2017-04-07 19:42:181368 },
csharrison3b1dc4062015-10-19 14:31:081369 'page_load_metrics' : {
bmcquade9f433702016-07-26 23:33:501370 'filepath': 'chrome/browser/page_load_metrics/'\
1371 '|chrome/common/page_load_metrics/'\
1372 '|chrome/renderer/page_load_metrics/'
csharrison3b1dc4062015-10-19 14:31:081373 },
[email protected]f76c8852012-06-21 16:37:001374 'panels': {
[email protected]7cbe5a52012-09-27 02:00:291375 'filepath': 'chrome/browser/ui/panels'\
1376 '|chrome/browser/ui/cocoa/panels'\
[email protected]7cbe5a52012-09-27 02:00:291377 '|chrome/browser/ui/views/panels'
[email protected]f76c8852012-06-21 16:37:001378 },
[email protected]3cc8b3922014-05-05 13:12:081379 'password_manager': {
1380 'filepath': 'chrome/.*/password_'\
1381 '|chrome/browser/ui/passwords'\
1382 '|chrome/browser/ui/views/passwords'\
1383 '|chrome/test/data/password'\
1384 '|components/autofill.*password'
1385 '|components/password_'\
vabrccdb7222016-06-01 14:59:401386 '|^ios/chrome/browser/passwords'\
[email protected]3cc8b3922014-05-05 13:12:081387 },
rouslane8a22262016-10-19 20:49:411388 'payments': {
1389 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/payments'\
1390 '|chrome/android/javatests/src/org/chromium/chrome/browser/payments'\
Rouslan Solomakhin81af4cf2017-06-27 15:23:491391 '|chrome/browser/payments'\
1392 '|chrome/browser/ui/views/payments'\
Mohamad Ahmadi2b452762017-07-18 23:17:151393 '|components/payments/test/data'\
rouslana64ceca2016-10-26 01:10:311394 '|components/payments'\
Rouslan Solomakhin81af4cf2017-06-27 15:23:491395 '|content/browser/payments'\
1396 '|content/test/data/payments'\
1397 '|ios/chrome/browser/payments'\
1398 '|ios/chrome/browser/ui/payments'\
1399 '|ios/web/payments'\
1400 '|ios/web/public/payments'\
Kent Tamura77578cc2018-11-25 22:33:431401 '|third_party/blink/web_tests/external/wpt/payment-request'\
1402 '|third_party/blink/web_tests/http/tests/payments'\
1403 '|third_party/blink/web_tests/payments'\
Blink Reformata30d4232018-04-07 15:31:061404 '|third_party/blink/public/platform/modules/payments'\
1405 '|third_party/blink/renderer/modules/payments'
mahmadi0a7bb59f2017-02-22 19:13:491406 },
1407 'payments_ios': {
Rouslan Solomakhin81af4cf2017-06-27 15:23:491408 'filepath': 'ios/web/payments'\
1409 '|ios/chrome/browser/payments'\
1410 '|ios/chrome/browser/ui/payments'\
1411 '|ios/web/public/payments'
rouslane8a22262016-10-19 20:49:411412 },
[email protected]f76c8852012-06-21 16:37:001413 'pepper_api': {
[email protected]b8491b02013-11-13 03:50:581414 'filepath': 'ppapi/api'\
1415 '|ppapi/c',
[email protected]f76c8852012-06-21 16:37:001416 },
mlamourid8b0feb2015-06-02 16:30:471417 'permissions': {
1418 'filepath': 'content/(child,browser)/permissions/'\
1419 '|content/common/permission_*'\
1420 '|content/public/(common,browser)/permission_*'\
1421 '|chrome/browser/permissions/'\
1422 '|chrome/browser/content_settings/permission*'\
1423 '|permission_context',
1424 },
François Beaufortb2070eb2018-02-08 10:36:341425 'picture_in_picture': {
Blink Reformata30d4232018-04-07 15:31:061426 'filepath': 'third_party/blink/renderer/modules/picture_in_picture/'
François Beaufortb2070eb2018-02-08 10:36:341427 },
Lutz Justena67427102018-06-28 08:55:461428 'policy_templates': {
1429 'filepath': 'components/policy/resources/policy_templates.json'
1430 },
michaelpg11fff3f2015-02-06 03:35:341431 'polymer': {
1432 'filepath': 'third_party/polymer/|'\
michaelpgf94a2a22017-03-06 22:35:001433 'third_party/web-animations-js/|'\
dbeam78528be2016-02-18 07:08:491434 'tools/polymer|'\
michaelpg11fff3f2015-02-06 03:35:341435 'ui/webui/resources/polymer_resources.grdp',
1436 },
Charles Harrison981d33c2017-10-06 21:36:221437 'popup_blocker': {
1438 'filepath': 'chrome/browser/ui/blocked_content'
1439 },
twifkak0c69c1f2015-06-22 18:20:091440 'precache': {
1441 'filepath': '[pP]recache'
1442 },
[email protected]be775bc2014-06-30 15:41:141443 'prepopulated_engines': {
1444 'filepath': 'components/search_engines/prepopulated_engines.json',
1445 },
[email protected]f76c8852012-06-21 16:37:001446 'prerender': {
[email protected]78375a52012-07-14 14:47:571447 'filepath': 'prerender'
[email protected]f76c8852012-06-21 16:37:001448 },
mfoltz57fd7f32017-05-03 06:12:581449 'presentation': {
mark a. foltze8739c7c2019-04-24 18:33:091450 'filepath': 'content/browser/presentation/' \
1451 '|content/public/browser/presentation_' \
1452 '|third_party/blink/public/mojom/presentation/' \
1453 '|third_party/blink/renderer/modules/presentation/' \
1454 '|third_party/blink/web_tests/(virtual/)?presentation/'
mfoltz57fd7f32017-05-03 06:12:581455 },
rbpotter0d9edeed2018-08-03 14:11:581456 'print_preview': {
1457 'filepath': 'chrome/browser/resources/print_preview/' \
1458 '|chrome/browser/ui/webui/print_preview/'
1459 },
peter884896c72015-03-12 14:26:201460 'push_messaging': {
1461 'filepath': 'push_messaging'
1462 },
stkhapugin06503142016-12-07 14:32:121463 'reading_list': {
1464 'filepath': 'components/reading_list|'\
1465 'ios/chrome/browser/reading_list|'\
1466 'ios/chrome/browser/ui/reading_list',
1467 },
mark a. foltze8739c7c2019-04-24 18:33:091468 'remoteplayback': {
1469 'filepath': 'chrome/android/features/media_router/java/src/org/chromium/chrome/browser/media/router/FlingingController' \
1470 '|chrome/android/java/src/org/chromium/chrome/browser/media/remote/' \
1471 '|chrome/browser/media/android/remote/' \
1472 '|media/blink/remote_playback' \
1473 '|media/renderers/remote_playback' \
1474 '|third_party/blink/public/platform/modules/remoteplayback/' \
1475 '|third_party/blink/renderer/core/html/media/remote_playback' \
1476 '|third_party/blink/renderer/modules/remoteplayback/' \
1477 '|third_party/blink/web_tests/media/remoteplayback/' \
1478 '|third_party/blink/web_tests/virtual/new-remote-playback-pipeline/'
1479 },
[email protected]f76c8852012-06-21 16:37:001480 'remoting': {
sergeyu05995a4f2017-01-24 21:26:011481 'filepath': '^remoting/' \
1482 '|^testing/chromoting'
[email protected]f76c8852012-06-21 16:37:001483 },
gab57e80c72014-12-08 21:06:131484 'rlz_id': {
1485 'filepath' :'rlz/lib/machine_id.cc|'\
1486 'rlz/lib/machine_id.h|'\
1487 'rlz/win/lib/machine_id_win.cc',
1488 },
Joe Medleya129fe32018-01-25 15:20:221489 'runtime_enabled_features': {
Blink Reformata30d4232018-04-07 15:31:061490 'filepath' : 'third_party/blink/renderer/platform/runtime_enabled_features.json5'
Joe Medleya129fe32018-01-25 15:20:221491 },
grt829c6a82014-10-20 09:29:321492 'safe_browsing': {
timvolodine41e95412017-03-14 02:55:341493 'filepath': 'chrome/(browser|common|renderer)/safe_browsing/|'\
1494 'components/safe_browsing/',
grt829c6a82014-10-20 09:29:321495 },
mlamourid8b0feb2015-06-02 16:30:471496 'screen_orientation': {
1497 'filepath': 'screen_orientation',
1498 },
Robert Sesekae79d38512018-09-04 18:13:301499 'security': {
1500 'filepath': 'base/json/'\
1501 '|base/memory/.*shared_memory'\
Robert Sesek61902db2018-10-09 19:15:451502 '|components/cbor/'\
1503 '|AndroidManifest',
Robert Sesekae79d38512018-09-04 18:13:301504 },
Katie D14c38ce2019-02-14 00:34:451505 'select_to_speak': {
1506 'filepath': 'select_to_speak',
1507 },
Jeffrey Cohen7fe36f502018-12-12 01:38:211508 'send_tab_to_self': {
Tanya Guptabb5019d2018-12-21 02:45:301509 'filepath': 'components/send_tab_to_self' \
1510 '|chrome/android/java/src/org/chromium/chrome/browser/send_tab_to_self/',
Jeffrey Cohen7fe36f502018-12-12 01:38:211511 },
[email protected]0b431722014-01-08 07:21:511512 'service_worker': {
[email protected]edaf31d2014-03-07 00:09:171513 'filepath': 'content/(browser|renderer|child|common)/service_worker/',
[email protected]0b431722014-01-08 07:21:511514 },
Colin Blundell6d2669a2017-07-11 06:26:531515 'services_public': {
1516 'filepath': 'services/([^/]*/)*public/',
1517 },
Dan Beam5dec1b42018-12-10 23:52:341518 'settings': {
1519 'filepath': 'chrome/browser/resources/settings/'\
1520 '|chrome/browser/ui/webui/settings/'\
1521 '|chrome/test/data/webui/settings/',
1522 },
May Lippertbb19e1242019-04-17 15:02:111523 'settings_forked_os_settings': {
1524 'filepath': 'chrome/browser/resources/settings/basic_page/'\
1525 '|chrome/browser/resources/settings/chromeos/'\
1526 '|chrome/browser/resources/settings/settings_menu/'\
1527 '|chrome/browser/resources/settings/settings_page/'\
1528 '|chrome/browser/resources/settings/settings_ui/'\
1529 '|chrome/browser/resources/settings/os_settings_resouces.grd'\
1530 '|chrome/browser/resources/settings/os_settings_resouces_vulcanized.grd',
1531 },
alitoc5534d62017-04-21 01:48:581532 'settings_reset_prompt': {
1533 'filepath': 'chrome/browser/safe_browsing/settings_reset_prompt/'\
1534 '|chrome/browser/ui/views/settings_reset_prompt',
1535 },
dominickn8884155a2016-06-23 02:28:161536 'site_engagement': {
1537 'filepath': 'chrome/browser/engagement/|'\
1538 'chrome/browser/ui/webui/engagement/',
1539 },
[email protected]f76c8852012-06-21 16:37:001540 'site_instance': {
[email protected]f2f0fbb92012-07-14 15:52:491541 'filepath': 'content/browser/site_instance|'\
1542 'content/browser/browsing_instance',
[email protected]f76c8852012-06-21 16:37:001543 },
Ryan Hansberry587c8082018-09-20 01:31:191544 'smartlock': {
James Hawkins14e753e82018-11-08 17:33:421545 'filepath': 'chrome/browser/chromeos/login/easy_unlock/'\
Ryan Hansberry587c8082018-09-20 01:31:191546 '|chrome/browser/resources/easy_unlock/'\
1547 '|chromeos/components/proximity_auth/'
1548 },
Zentaro Kavanagh608f8a12018-01-19 18:39:561549 'smb': {
1550 'filepath': 'chrome/browser/chromeos/file_system_provider'\
1551 '|chrome/browser/chromeos/smb_client'\
1552 '|chromeos/dbus/fake_smb_provider_client'\
1553 '|chromeos/dbus/smb_provider_client',
1554 },
Joe Medleya129fe32018-01-25 15:20:221555 'source_idls': {
Joe Medleyf7671752018-04-13 14:34:501556 'filepath': 'third_party/blink/renderer/(core|modules|platform)/.*\.idl',
Joe Medleya129fe32018-01-25 15:20:221557 },
[email protected]ad0295d2012-10-11 23:43:361558 'spellcheck': {
1559 'filepath': 'chrome/browser/spellchecker/'\
timvolodine8cdb94c2016-09-22 12:17:221560 '|chrome/browser/renderer_context_menu/spelling_'\
1561 '|components/spellcheck/'\
1562 '|third_party/hunspell/'\
1563 '|third_party/hunspell_dictionaries/',
[email protected]ad0295d2012-10-11 23:43:361564 },
Greg Thompson9ea091702018-01-04 11:06:321565 'startup': {
1566 'filepath': 'chrome/browser/ui/startup/',
1567 },
[email protected]67f39af2013-08-23 20:06:051568 'streams': {
1569 'filepath': 'content/browser/streams/',
1570 },
vmpstrcc1c08302015-11-18 06:05:511571 'styleguide': {
1572 'filepath': '^styleguide/',
1573 },
Peter Wenbef43902018-11-28 22:08:121574 'styleguide_python': {
1575 'filepath': '^styleguide/python',
1576 },
engedye7b734da2017-02-07 12:08:131577 'subresource_filter': {
Charles Harrisonfb3eac92017-06-26 21:26:021578 'filepath': 'subresource_filter|SubresourceFilter|url_pattern_index',
engedye7b734da2017-02-07 12:08:131579 },
[email protected]43d33e92014-07-14 16:39:311580 'supervised_users': {
1581 'filepath': 'chrome/browser/.*managed_mode'\
1582 '|chrome/browser/.*managed_user'\
1583 '|chrome/browser/.*supervised_user',
1584 },
CJ DiMegliocaddc3482018-12-12 02:28:381585 'surface_layer_for_video': {
1586 'filepath': 'cc/layers/surface_layer*'\
1587 '|third_party/blink/renderer/platform/graphics/video_frame_*'\
1588 '|third_party/blink/renderer/platform/graphics/surface_layer_bridge*',
1589 },
Anastasia Helfinstein5205acb32019-02-15 00:54:131590 'switch_access': {
1591 'filepath': 'switch_access',
1592 },
[email protected]f76c8852012-06-21 16:37:001593 'sync': {
Andrew Grieveecac5a92018-11-08 01:57:011594 'filepath': '^chrome/browser/ui/sync/'\
maxboguefa217942016-04-01 01:08:131595 '|^chrome/browser/ui/views/sync/'\
1596 '|^chrome/test/android/javatests/src/org/chromium/chrome/test/util/browser/sync/'\
1597 '|^ios/chrome/browser/sync/'\
1598 '|^chrome/android/java/src/org/chromium/chrome/browser/sync/'\
1599 '|^chrome/browser/sync/'\
1600 '|^components/browser_sync/'\
Max Boguefef332d2016-07-28 22:09:091601 '|^components/sync/'\
maxboguefa217942016-04-01 01:08:131602 '|^components/sync_bookmarks/'\
Max Boguefef332d2016-07-28 22:09:091603 '|^components/sync_sessions/',
[email protected]f76c8852012-06-21 16:37:001604 },
[email protected]92871a102013-07-01 11:11:411605 'syncfs': {
1606 'filepath': 'sync_file_system',
1607 },
miu5e69f1c52016-10-23 13:40:111608 'tab_alert_indicators': {
1609 'filepath': 'content/browser/media/audio_stream_monitor'\
miu5e69f1c52016-10-23 13:40:111610 '|chrome/browser/ui/tabs/tab_utils'\
Peter Kasting479cc1752018-09-28 22:34:371611 '|chrome/browser/ui/views/tabs/alert_indicator'\
miu5e69f1c52016-10-23 13:40:111612 '|chrome/browser/ui/views/tabs/tab\.cc'\
1613 '|chrome/browser/ui/views/tabs/tab_renderer_data'\
1614 '|media/audio/audio_(output_controller|power_monitor)',
1615 },
[email protected]82d74152013-07-28 08:55:311616 'tab_capture': {
Adam Parker83a488462017-12-22 00:26:481617 'filepath': 'chrome/browser/extensions/api/tab_capture/'\
miu5e69f1c52016-10-23 13:40:111618 '|chrome/renderer/resources/extensions/tab_capture_custom_bindings.js'\
[email protected]31ef420b2014-08-13 21:19:131619 '|chrome/test/data/extensions/api_test/tab_capture/'\
Adam Parker83a488462017-12-22 00:26:481620 '|components/viz/common/(frame_sinks/copy_output_|gl_helper|yuv_)'\
1621 '|components/viz/service/display/'\
1622 '|components/viz/service/frame_sinks/(frame_sink_manager'\
1623 '|video_capture/)'\
[email protected]31ef420b2014-08-13 21:19:131624 '|content/browser/media/capture/'\
[email protected]31ef420b2014-08-13 21:19:131625 '|content/browser/renderer_host/media/(audio_'\
1626 '|media_stream_manager|video_)'\
miu5e69f1c52016-10-23 13:40:111627 '|content/public/renderer/media_stream_'\
1628 '|content/renderer/media/(media_stream|(.+audio_source))'\
[email protected]31ef420b2014-08-13 21:19:131629 '|media/audio/(audio_output_controller|fake_audio_|virtual_audio_)'\
1630 '|media/base/video_frame\.h'\
Adam Parker83a488462017-12-22 00:26:481631 '|media/capture/'\
1632 '|services/viz/privileged/interfaces/compositing/frame_sink',
[email protected]82d74152013-07-28 08:55:311633 },
[email protected]f76c8852012-06-21 16:37:001634 'tab_contents': {
[email protected]f2f0fbb92012-07-14 15:52:491635 'filepath': 'chrome/browser/tab_contents/|'\
1636 'content/browser/tab_contents/|'\
1637 'chrome/browser/ui/tab_contents/',
[email protected]f76c8852012-06-21 16:37:001638 },
Mei Liang92e37d52019-03-22 17:27:201639 'tab_ui': {
1640 'filepath': 'chrome/android/features/tab_ui/'
1641 },
tdresserd80646f2017-03-03 19:26:081642 'tbmv2_metrics': {
1643 'filepath': 'third_party/catapult/tracing/tracing/metrics'
1644 },
[email protected]5e105332012-09-13 01:55:521645 'tcmalloc': {
1646 'filepath': 'third_party/tcmalloc'
1647 },
[email protected]31a10602012-11-21 01:51:261648 'telemetry': {
nednguyen79105d422016-04-18 01:38:421649 'filepath': 'tools/perf/'
[email protected]31a10602012-11-21 01:51:261650 },
Takeshi Yoshino524e1d262017-07-28 01:16:381651 'test_runner': {
1652 'filepath': 'components/test_runner/' \
Kent Tamura21d1de62018-12-10 04:45:201653 '|content/shell/(common|browser|renderer)/web_test/' \
1654 '|content/test/web_test_support.cc' \
1655 '|content/public/test/web_test_support.h' \
Takeshi Yoshino524e1d262017-07-28 01:16:381656 },
[email protected]f76c8852012-06-21 16:37:001657 'tests': {
[email protected]f2f0fbb92012-07-14 15:52:491658 'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/',
[email protected]0cde05a02011-11-30 23:36:521659 },
jlkleinecc81952016-11-19 00:16:071660 'tether': {
Kyle Horimoto592f64c2018-03-28 23:43:221661 'filepath': 'chrome/browser/chromeos/tether/'\
1662 '|chrome/browser/ui/ash/network/tether*'\
Ryan Hansberry587c8082018-09-20 01:31:191663 '|chromeos/components/tether/'
jlkleinecc81952016-11-19 00:16:071664 },
[email protected]1cbbb30b2011-10-14 08:03:561665 'textinput': {
Yuichiro Hanadaf0b3b472017-10-17 07:00:531666 'filepath': 'chrome/browser/ui/input_method'\
[email protected]f2f0fbb92012-07-14 15:52:491667 '|content/browser/renderer_host/render_widget_host_view'\
1668 '|content/browser/renderer_host/text_input'\
1669 '|ui/base/ime/'\
[email protected]f2f0fbb92012-07-14 15:52:491670 '|ui/views/controls/textfield/'\
Yuichiro Hanadaf0b3b472017-10-17 07:00:531671 '|ui/wm/core/ime'
[email protected]1cbbb30b2011-10-14 08:03:561672 },
[email protected]3a117c62011-11-29 04:28:021673 'textinput_chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:491674 'filepath': 'chrome/browser/chromeos/input_method/'\
1675 '|chrome/browser/chromeos/extensions/input_method'\
1676 '|chrome/browser/chromeos/status/input_method'\
1677 '|chrome/browser/extensions/extension_input_'\
1678 '|chrome/browser/resources/keyboard'\
[email protected]f2f0fbb92012-07-14 15:52:491679 'chromeos/.*(language|keyboard)'\
[email protected]6bd9e802013-04-18 06:40:421680 '|chromeos/ime/*'
[email protected]3a117c62011-11-29 04:28:021681 },
chirantan96fcf6d2015-01-21 22:36:191682 'timers': {
1683 'filepath': 'base/timer/'\
1684 '|components/timers/'
1685 },
robliaofd54b5c2017-01-13 00:41:301686 'tools_win_chromeexts': {
1687 'filepath': 'tools/win/chromeexts',
1688 },
AJITH KUMAR V4f0c4812018-03-27 13:46:571689 'touch_selection': {
1690 'filepath': 'ui/touch_selection/'\
1691 '|content/public/android/java/src/org/chromium/content/browser/selection/'
1692 },
[email protected]c8eb7f72013-07-04 15:30:111693 'tracing': {
1694 'filepath': 'base/debug/trace_event.*'\
primianobef13b42015-01-30 15:29:311695 '|base/trace_event/'\
[email protected]c8eb7f72013-07-04 15:30:111696 '|content/browser/tracing/'\
Oystein Eftevaag6410f1a2018-03-01 18:06:301697 '|components/tracing/'\
1698 '|services/tracing/'
[email protected]c8eb7f72013-07-04 15:30:111699 },
[email protected]cf428f732012-10-02 20:48:151700 'ui_compositor': {
1701 'filepath': 'ui/compositor/layer\.|'\
1702 'ui/compositor/layer_unittest|'\
1703 'ui/compositor/compositor',
1704 },
robliao2c4b7492016-07-19 01:57:261705 'ui_display_win': {
1706 'filepath': '^ui/display/win',
1707 },
[email protected]6b5093c2012-05-23 19:10:181708 'ui_resources': {
[email protected]f2f0fbb92012-07-14 15:52:491709 'filepath': 'ui/resources/'\
1710 '|ui/base/native_theme/resources/'\
1711 '|chrome/app/theme/'
[email protected]6b5093c2012-05-23 19:10:181712 },
edwardjung83f52ef22017-02-07 13:15:071713 'ui_strings': {
1714 'filepath': 'chrome/app/generated_resources.grd'\
1715 '|chrome/app/google_chrome_strings.grd'\
1716 '|chrome/android/java/strings/android_chrome_strings.grd'\
1717 '|chrome/app/settings_strings.grdp'\
1718 '|ios/chrome/app/strings/ios(_.+)*_strings.grd'\
1719 '|ui/strings/ui_strings.grd',
1720 },
Robert Liao5c35cbe2019-02-27 02:42:331721 'ui_views': {
1722 'filepath': '^ui/views',
1723 },
Will Harris989ca932019-02-15 19:21:211724 'unified_consent': {
1725 'filepath': 'components/unified_consent/'\
1726 '|chrome/browser/unified_consent/',
1727 },
Vincent Scheibd5da4d952017-11-03 01:33:241728 'usb': {
1729 'filepath': '/usb/',
1730 },
Miguel Casas-Sancheza65d49a2017-12-11 03:27:481731 'vaapi': {
1732 'filepath': 'media/gpu/vaapi',
1733 },
[email protected]c73ec8ab2014-01-16 20:35:231734 'version_assembly': {
1735 'filepath': 'chrome/app/version_assembly',
1736 },
posciak62a72272016-05-11 08:31:241737 'video': {
1738 'filepath': 'content/browser/renderer_host/media/|'\
1739 'content/renderer/media/|'\
1740 'media/capture/video/|'\
1741 'media/filters/|'\
1742 'media/gpu/|'\
1743 '.*video.*',
1744 },
mcasas09e881c2016-04-09 02:09:501745 'video_capture': {
1746 'filepath': 'chrome/browser/media/.*(capture|media|webrtc)'\
1747 '|content/browser/renderer_host/media/.*(capture|media)'\
1748 '|content/renderer/media/.*(capture|media|webrtc)'\
1749 '|media/capture/'\
chfremer2a01a69b2017-01-06 02:39:011750 '|media/muxers/'\
1751 '|services/video_capture/',
mcasas09e881c2016-04-09 02:09:501752 },
Alexandre Courbot3e9e55a2018-04-05 05:29:421753 'video_gpu': {
1754 'filepath': 'content/renderer/media/|'\
1755 'media/capture/video/|'\
1756 'media/gpu/',
1757 },
[email protected]ef514a32014-02-26 01:02:351758 'virtual_keyboard': {
1759 'filepath': 'ui/keyboard/'\
oka47452c22017-02-17 05:07:571760 '|chrome/test/data/chromeos/virtual_keyboard/'\
1761 '|extensions/browser/api/virtual_keyboard_private/'\
James Cooka35a1e22017-04-08 02:33:081762 '|ash/system/virtual_keyboard/'\
oka47452c22017-02-17 05:07:571763 '|ash/virtual_keyboard',
[email protected]ef514a32014-02-26 01:02:351764 },
billorr3c7e1442016-11-11 21:21:351765 'virtual_reality': {
David Dorwina4a2b73c2018-05-18 22:39:561766 # Includes VR, AR, and XR.
Michael Thiessena7bec5b2018-07-12 19:10:041767 'filepath': '/vr/'\
David Dorwina4a2b73c2018-05-18 22:39:561768 '|/xr'\
Alex Cooper59197c72019-03-29 17:31:551769 '|webxr'\
Bill Orr165281bd2018-12-06 18:27:121770 '|isolated_xr_device'\
David Dorwina4a2b73c2018-05-18 22:39:561771 '|third_party/arcore'\
1772 '|third_party/gvr'\
1773 '|third_party/libovr'\
1774 '|third_party/openvr',
billorr3c7e1442016-11-11 21:21:351775 },
Chris Blumec6ddd6c2018-12-14 23:35:011776 'vulkan': {
1777 'filepath': 'gpu/vulkan'\
1778 '|third_party/vulkan'
1779 },
Vincent Scheibd5da4d952017-11-03 01:33:241780 'wake_lock': {
1781 'filepath': 'wake_lock',
1782 },
Dan Beam5dec1b42018-12-10 23:52:341783 'web_dev_style': {
1784 'filepath': 'tools/web_dev_style/'\
1785 '|styleguide/web/',
1786 },
Devin Mullins4ff9b282018-03-09 00:37:321787 'web_package': {
1788 'filepath': 'content/browser/loader/prefetch_url_loader'\
1789 '|content/browser/web_package/'\
Kunihiko Sakamotoba390852018-07-11 01:08:551790 '|content/test/data/sxg/'
Devin Mullins4ff9b282018-03-09 00:37:321791 },
Matt Giuca9eb910d2017-08-02 04:07:381792 'web_share': {
1793 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/webshare/'\
1794 '|chrome/android/javatests/src/org/chromium/chrome/browser/WebShare.*'\
Kent Tamura77578cc2018-11-25 22:33:431795 '|third_party/blink/web_tests/webshare/'\
1796 '|third_party/blink/web_tests/external/wpt/web-share/'\
Eric Willigers3eeae17c2019-03-13 17:32:101797 '|third_party/blink/public/mojom/webshare/'\
Blink Reformata30d4232018-04-07 15:31:061798 '|third_party/blink/renderer/modules/webshare/',
Matt Giuca9eb910d2017-08-02 04:07:381799 },
Martin Kreichgauer794a18572018-07-20 20:45:431800 'webauthn': {
1801 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/webauth/'\
1802 '|chrome/android/javatests/src/org/chromium/chrome/browser/webauth/'\
Martin Kreichgauer794a18572018-07-20 20:45:431803 '|chrome/browser/ui/webauthn/'\
1804 '|chrome/browser/ui/views/webauthn/'\
Martin Kreichgauer1b7dc872019-04-15 18:50:411805 '|chrome/browser/webauthn/'\
Martin Kreichgauer794a18572018-07-20 20:45:431806 '|content/browser/webauth/'\
1807 '|device/fido/'\
Martin Kreichgauer1b7dc872019-04-15 18:50:411808 '|third_party/blink/public/mojom/webauthn/'\
1809 '|third_party/microsoft_webauthn/',
Martin Kreichgauer794a18572018-07-20 20:45:431810 },
Corentin Wallez3f1d0852018-07-04 15:45:361811 'webgpu': {
1812 'filepath': 'third_party/blink/renderer/modules/webgpu/',
1813 },
Takeshi Yoshinoe387aa32017-08-02 13:16:131814 'webrtc_browser_tests': {
1815 'filepath': 'chrome/browser/media/.*webrtc.*browsertest|'\
1816 'content/browser/media/.*webrtc.*browsertest',
1817 },
[email protected]208879542012-07-05 11:15:341818 'website_settings': {
[email protected]f2f0fbb92012-07-14 15:52:491819 'filepath': 'chrome/browser/content_settings/'\
1820 '|chrome/browser/ui/views/website_settings/'\
1821 '|chrome/browser/ui/website_settings/'\
mukai077089f2014-09-11 18:41:521822 '|chrome/common/content_settings'\
1823 '|components/content_settings/',
[email protected]208879542012-07-05 11:15:341824 },
Dan Beam5dec1b42018-12-10 23:52:341825 'webui_backend': {
1826 'filepath': 'content/browser/webui/'\
1827 '|content/public/browser/web_ui*'\
1828 '|content/public/test/*web_ui*',
1829 },
[email protected]b17d9e02014-07-29 09:45:501830 'windows_sandboxing': {
1831 'filepath': 'sandbox/win/',
1832 },
[email protected]f76c8852012-06-21 16:37:001833 'x11': {
[email protected]f2f0fbb92012-07-14 15:52:491834 'filepath': 'content/browser/renderer_host/backing_store_x\.' \
1835 '|chrome/browser/chromeos/input_method/xkeyboard\.' \
1836 '|chrome/browser/chromeos/system_key_event_listener\.' \
[email protected]f76c8852012-06-21 16:37:001837 '|chrome/browser/chromeos/'\
[email protected]f2f0fbb92012-07-14 15:52:491838 'xinput_hierarchy_changed_event_listener\.' \
1839 '|chrome/browser/chromeos/wm_' \
1840 '|ui/base/x/'
[email protected]0d710852012-05-24 01:18:401841 },
Chris Blume04103c42018-12-14 22:46:061842 'zlib': {
1843 'filepath': 'third_party/zlib'
1844 },
wjmaclean3ff6a402015-03-31 19:00:201845 'zoom': {
1846 'filepath': 'chrome/browser/ui/zoom/' \
1847 '|components/ui/zoom/' \
1848 '|content/browser/host_zoom_*' \
1849 '|content/browser/storage_partition_impl*' \
1850 '|content/public/browser/host_zoom_map.h' \
1851 '|content/public/browser/storage_partition.h'
1852 },
[email protected]a3838612009-10-13 21:57:541853 },
[email protected]ca872e362011-07-12 21:06:031854
pennymac962d190432016-07-27 00:58:351855 ##############################################################################
1856 # Please keep alphabetical
1857 ##############################################################################
[email protected]a3838612009-10-13 21:57:541858 'WATCHLISTS': {
Joe Medley1e1bb652018-04-27 17:36:591859 'about_flags': ['[email protected]',
1860 '[email protected]'],
mazda6471d0e2015-10-02 06:32:551861 'accelerator_table': ['[email protected]',
[email protected]f76c8852012-06-21 16:37:001862 '[email protected]'],
dmazzoni5f4b7f12015-02-17 16:35:571863 'accessibility': ['[email protected]',
Akihiro Otac504b882019-02-20 02:54:531864 '[email protected]',
Aaron Leventhal978557022017-06-09 15:39:411865 '[email protected]',
dmazzoni5f4b7f12015-02-17 16:35:571866 '[email protected]',
dougtcd8ac01d2017-03-24 16:23:401867 '[email protected]',
[email protected]f76c8852012-06-21 16:37:001868 '[email protected]',
je_julie.kima170bac2015-05-06 14:57:541869 '[email protected]',
Kevin Babbitt52b18902019-04-16 21:47:441870 '[email protected]',
dmazzoni5f4b7f12015-02-17 16:35:571871 '[email protected]',
[email protected]f76c8852012-06-21 16:37:001872 '[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:261873 'add_to_homescreen': ['[email protected]',
Xi Han50f523a1d2017-07-19 15:56:111874 '[email protected]',
F07b660412017-08-01 20:53:061875 '[email protected]'],
Peter Wen35bf5932018-10-22 19:51:481876 'android_crash_reporting': ['[email protected]',
1877 '[email protected]'],
johnmaguire6aaac7902016-03-15 12:28:201878 'android_crazy_linker': ['[email protected]'],
Peter Wen35bf5932018-10-22 19:51:481879 'android_deps': ['[email protected]'],
dfalcantaraef21e9e2016-01-07 01:16:261880 'android_infobars': ['[email protected]'],
agrieve4d9c1c52016-09-23 17:49:381881 'android_infra': ['[email protected]',
Eric Stevenson1a03deb2018-06-22 20:40:131882 '[email protected]',
Andrew Grieve5babdbfc2017-08-16 01:26:491883 '[email protected]'],
Takeshi Yoshino524e1d262017-07-28 01:16:381884 'android_item_chooser_dialogs': ['[email protected]',
1885 '[email protected]'],
Peter Wen35bf5932018-10-22 19:51:481886 'android_lint': ['[email protected]'],
Daniele Castagna7c829d692018-02-12 16:09:081887 'android_media': ['[email protected]'],
Ted Choc042d8442018-03-13 16:35:571888 'android_search_widget': ['[email protected]',
1889 '[email protected]'],
nyquistf602bd02017-02-16 23:17:441890 'android_studio': ['[email protected]',
1891 '[email protected]'],
Daniele Castagna7c829d692018-02-12 16:09:081892 'android_tab': ['[email protected]'],
asvitkine361b276e2016-08-30 18:45:001893 'android_uma_settings': ['[email protected]',
1894 '[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:261895 'android_webapk': ['[email protected]'],
[email protected]7ca78dc12012-09-20 09:26:441896 'android_webview': ['[email protected]'],
Tim Volodine178dc2bc2019-03-19 19:07:221897 'android_webview_network_service': ['[email protected]'],
Yi Guc1c54682018-07-23 12:00:001898 'animation_worklet': ['[email protected]',
1899 '[email protected]'],
Dominick Ng45392562018-12-13 07:21:211900 'app_shortcuts': ['[email protected]',
1901 '[email protected]',
Trent Aptedabfd2572019-01-17 05:49:531902 '[email protected]'],
pennymac962d190432016-07-27 00:58:351903 'apps': ['[email protected]',
Trent Apted93d53b02019-01-21 02:54:341904 '[email protected]'],
lhchavez4b19176f2016-05-04 23:12:461905 'arc': ['[email protected]',
hidehiko49f0b7c2016-05-24 10:59:471906 '[email protected]',
victorhsieh52feccd2017-02-27 18:27:021907 '[email protected]',
Junichi Uekawa38d20c12018-03-22 03:31:301908 '[email protected]',
1909 '[email protected]'],
lhchavez61532c92016-10-18 21:33:371910 'arc_auth': ['[email protected]'],
Ryo Hashimoto611b8fc52018-09-28 10:01:201911 'arc_common': ['[email protected]'],
Shuhei Takahashiaf68cff2017-07-24 05:17:121912 'arc_fileapi': ['[email protected]'],
Yuichiro Hanada2e111fb2018-11-19 17:33:051913 'arc_ime': ['[email protected]'],
poromov7633f602017-02-21 16:44:011914 'arc_kiosk': ['[email protected]'],
lhchavez4b19176f2016-05-04 23:12:461915 'arc_net': ['[email protected]',
1916 '[email protected]',
1917 '[email protected]'],
ejcarusoa298ec02016-06-16 20:30:431918 'arc_power': ['[email protected]'],
Hirokazu Hondaf98a3122018-04-12 11:19:481919 'arc_video_accelerator': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351920 'ash': ['[email protected]',
1921 '[email protected]'],
Xiaohui Chenf7e70a22018-02-08 00:36:381922 'assistant': ['[email protected]'],
Max Morin2b0206312018-04-06 11:17:401923 'audio_service': ['[email protected]',
1924 '[email protected]',
1925 '[email protected]'],
pennymac962d190432016-07-27 00:58:351926 'aura': ['[email protected]',
1927 '[email protected]'],
[email protected]c3a6e1e72013-08-02 00:13:071928 'aura_compositor': ['[email protected]',
1929 '[email protected]',
pennymac962d190432016-07-27 00:58:351930 '[email protected]',
danakj3695c582016-10-26 21:54:431931 '[email protected]'],
Katie D14c38ce2019-02-14 00:34:451932 'autoclick': ['[email protected]'],
Jared Saul4765c1e2018-06-18 13:44:571933 'autofill': ['[email protected]',
sebsg55d59d82018-06-19 18:29:521934 '[email protected]',
sebsgbbfbea02016-10-24 21:54:591935 '[email protected]',
Anthony Vallee-Dubois866affd22018-03-19 15:13:211936 '[email protected]',
Vaclav Brozek9048a1222018-11-30 08:11:501937 '[email protected]'],
Mathias Carlenc61d8072018-08-21 16:18:241938 'autofill_assistant': ['[email protected]'],
Jared Sauldd47a29d2019-04-18 16:28:541939 'autofill_payments': ['[email protected]'],
Dan Elphick08d1fd42018-04-26 10:22:331940 'background_fetch': ['[email protected]',
Mugdha Lakhani6876ba12018-04-06 13:12:281941 '[email protected]',
Dan Elphick08d1fd42018-04-26 10:22:331942 '[email protected]'],
Jason Chasedfcd02b2018-08-10 21:07:491943 'background_sync': ['[email protected]',
Rayan Kanso253399c2018-11-07 19:28:251944 '[email protected]',
1945 '[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:261946 'banners': ['[email protected]',
Xi Han50f523a1d2017-07-19 15:56:111947 '[email protected]',
F07b660412017-08-01 20:53:061948 '[email protected]'],
Takeshi Yoshino524e1d262017-07-28 01:16:381949 'base': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:191950 'base_allocator': ['[email protected]',
[email protected]b17d9e02014-07-29 09:45:501951 '[email protected]'],
[email protected]1ed5e0fd2012-07-19 00:19:051952 'base_memory': ['[email protected]'],
Alexander Timin864bf8a02018-03-12 11:06:281953 'base_scheduler': ['[email protected]'],
Gabriel Charettee6bbb532019-04-29 16:39:391954 'base_thread_pool': ['[email protected]',
1955 '[email protected]',
1956 '[email protected]'],
pennymac962d190432016-07-27 00:58:351957 'base_win': ['[email protected]',
Robert Liao27a2fa12017-10-20 18:34:481958 '[email protected]',
pennymac962d190432016-07-27 00:58:351959 '[email protected]'],
[email protected]7e093d4022014-06-26 19:19:551960 'battery_status': ['[email protected]'],
wnwen72684762017-03-29 13:28:371961 'binary_size': ['[email protected]',
Peter Wen35bf5932018-10-22 19:51:481962 '[email protected]'],
pennymac962d190432016-07-27 00:58:351963 'blink': ['[email protected]'],
1964 'blink_accessibility': ['[email protected]',
1965 '[email protected]',
dougtcd8ac01d2017-03-24 16:23:401966 '[email protected]',
horo8e9a01572016-07-27 06:05:311967 '[email protected]',
Kevin Babbitt52b18902019-04-16 21:47:441968 '[email protected]',
pennymac962d190432016-07-27 00:58:351969 '[email protected]'],
1970 'blink_animation': ['[email protected]',
1971 '[email protected]',
1972 '[email protected]',
1973 '[email protected]',
1974 '[email protected]'],
1975 'blink_app_banner': ['[email protected]'],
1976 'blink_audio': ['[email protected]',
1977 '[email protected]'],
1978 'blink_battery_status': ['[email protected]',
1979 '[email protected]'],
pennymac962d190432016-07-27 00:58:351980 'blink_bindings': ['[email protected]'],
jbroman9ac2d532016-09-01 18:20:081981 'blink_bindings_serialization': ['[email protected]'],
Conley Owensd744e392018-04-24 19:18:571982 'blink_bluetooth': ['[email protected]',
Ovidio Henriquez86333882018-11-05 18:25:211983 '[email protected]',
1984 '[email protected]'],
Fernando Serboncinife13f9d2018-08-14 13:35:541985 'blink_canvas': [ '[email protected]',
Fernando Serboncinie802c9f2018-11-06 19:17:111986 '[email protected]'],
Nicolas Pena7a6b6992019-01-16 17:20:081987 'blink_client_hints': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351988 'blink_clipboard': ['[email protected]'],
Kinuko Yasuda4a342642018-03-01 09:29:551989 'blink_common': ['[email protected]',
1990 '[email protected]'],
Kentaro Hara993b0de2017-08-07 02:26:371991 'blink_controller': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351992 'blink_css': ['[email protected]',
1993 '[email protected]',
danakjc1e13d4e2018-05-04 21:34:421994 '[email protected]'],
pennymac962d190432016-07-27 00:58:351995 'blink_css_flexbox': ['[email protected]'],
Morten Stenshorne4f1b3022017-11-14 12:05:371996 'blink_css_fragmentation_tests': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351997 'blink_css_grid_layout': ['[email protected]',
horo8e9a01572016-07-27 06:05:311998 '[email protected]',
pennymac962d190432016-07-27 00:58:351999 '[email protected]'],
Dimitri Glazkov33286c62017-12-08 23:34:252000 'blink_custom_elements': ['[email protected]'],
Oksana Zhuravlova5e236ec92018-07-25 00:16:032001 'blink_device_orientation': ['[email protected]',
2002 '[email protected]',
2003 '[email protected]',
pennymac962d190432016-07-27 00:58:352004 '[email protected]'],
2005 'blink_devtools': ['[email protected]',
2006 '[email protected]',
2007 '[email protected]',
2008 '[email protected]',
2009 '[email protected]',
lushnikovc5bd7ca2016-07-27 17:19:392010 '[email protected]'],
pennymac962d190432016-07-27 00:58:352011 'blink_dom': ['[email protected]',
danakjc1e13d4e2018-05-04 21:34:422012 '[email protected]'],
Hayato Ito3e487372019-04-18 05:37:212013 'blink_dom_events': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352014 'blink_events': ['[email protected]',
pennymac962d190432016-07-27 00:58:352015 '[email protected]',
2016 '[email protected]'],
2017 'blink_fetch': ['[email protected]',
2018 '[email protected]',
Takeshi Yoshino9d7588a32017-07-31 07:17:342019 '[email protected]'],
pennymac962d190432016-07-27 00:58:352020 'blink_fileapi': ['[email protected]',
2021 '[email protected]',
2022 '[email protected]'],
haraken98d0827a2017-02-27 00:55:192023 'blink_frames': ['[email protected]'],
Mounir Lamouria33886c2018-02-07 10:00:372024 'blink_geolocation': ['[email protected]'],
Nico Weberb6975cc2018-06-19 10:51:452025 'blink_heap': ['[email protected]',
pennymac962d190432016-07-27 00:58:352026 '[email protected]',
2027 '[email protected]'],
Dimitri Glazkov33286c62017-12-08 23:34:252028 'blink_html': ['[email protected]'],
csharrisonf357e9632016-07-29 01:27:222029 'blink_htmlparser': ['[email protected]',
2030 '[email protected]'],
Madeleine Barowsky21b04402019-01-29 19:17:052031 'blink_image_codecs': ['[email protected]',
2032 '[email protected]'],
pennymac962d190432016-07-27 00:58:352033 'blink_indexed_db': ['[email protected]',
2034 '[email protected]'],
2035 'blink_input': ['[email protected]',
Navid Zolghadrf7ac0562018-08-02 21:43:162036 '[email protected]'],
pennymac962d190432016-07-27 00:58:352037 'blink_layers': ['[email protected]'],
2038 'blink_layout': ['[email protected]',
2039 '[email protected]',
pennymac962d190432016-07-27 00:58:352040 '[email protected]',
2041 '[email protected]',
2042 '[email protected]'],
Ojan Vafai1fa1ec52018-04-11 17:56:402043 'blink_layout_ng': ['[email protected]',
atotic30c8eba2016-10-28 13:24:072044 '[email protected]',
dgroganf9744ea2017-01-18 23:23:262045 '[email protected]',
lchoi2ba79a72017-05-25 00:23:052046 '[email protected]',
Xiaocheng Hu8bd4d8072017-10-25 23:44:322047 '[email protected]',
2048 '[email protected]'],
pennymac962d190432016-07-27 00:58:352049 'blink_loader': ['[email protected]',
2050 '[email protected]',
Takeshi Yoshinoab2ce8562017-11-09 05:19:192051 '[email protected]'],
pennymac962d190432016-07-27 00:58:352052 'blink_media': ['[email protected]',
2053 '[email protected]',
srirama.mdec4f512016-09-06 08:22:192054 '[email protected]',
2055 '[email protected]'],
pennymac962d190432016-07-27 00:58:352056 'blink_media_queries': ['[email protected]',
Nicolas Pena7a6b6992019-01-16 17:20:082057 '[email protected]'],
mcasas9558316b2017-03-10 18:57:312058 'blink_mediastream': ['[email protected]'],
Kentaro Hara4286a3d2019-03-12 09:41:312059 'blink_modules': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352060 'blink_navigator_content_utils': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352061 'blink_out_of_process_frames': ['[email protected]',
2062 '[email protected]'],
pennymac962d190432016-07-27 00:58:352063 'blink_paint' : ['[email protected]',
chrishtr4030de342016-10-03 23:57:592064 '[email protected]'],
Xida Chen0ef92782018-01-17 05:53:352065 'blink_paintworklet' : ['[email protected]'],
Balazs Engedy23f08852018-09-24 23:39:582066 'blink_permissions': ['[email protected]',
2067 '[email protected]'],
kinukoc462adb2016-12-22 12:58:492068 'blink_platform': ['[email protected]'],
ajumabd2c9c22017-05-01 21:29:502069 'blink_platform_graphics': ['[email protected]',
pennymac962d190432016-07-27 00:58:352070 '[email protected]',
2071 '[email protected]',
2072 '[email protected]',
fmalita9710b732017-02-17 05:10:022073 '[email protected]',
Fernando Serboncinie802c9f2018-11-06 19:17:112074 '[email protected]',
pennymac962d190432016-07-27 00:58:352075 '[email protected]',
pennymac962d190432016-07-27 00:58:352076 '[email protected]'],
Nicolas Pena7a6b6992019-01-16 17:20:082077 'blink_preloadScanner': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352078 'blink_prerender': ['[email protected]',
Nicolas Pena7a6b6992019-01-16 17:20:082079 '[email protected]'],
Dimitri Glazkov33286c62017-12-08 23:34:252080 'blink_public_api': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352081 'blink_quota': ['[email protected]',
2082 '[email protected]',
2083 '[email protected]'],
Alexander Timin864bf8a02018-03-12 11:06:282084 'blink_scheduler': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352085 'blink_screen_orientation': ['[email protected]'],
Kouhei Ueno43382932017-05-30 04:43:572086 'blink_script': ['[email protected]',
Takayoshi Kochi57997382018-07-19 03:57:592087 '[email protected]'],
David Bokan9dc0046272017-12-29 00:28:012088 'blink_scroll': ['[email protected]'],
Matt Falkenhagenca7fbb62018-07-10 09:21:432089 'blink_service_worker': ['[email protected]',
pennymac962d190432016-07-27 00:58:352090 '[email protected]',
2091 '[email protected]',
2092 '[email protected]',
pennymac962d190432016-07-27 00:58:352093 '[email protected]',
2094 '[email protected]',
tzik749ae1e2018-07-20 05:05:012095 '[email protected]'],
Matt Falkenhagenca7fbb62018-07-10 09:21:432096 'blink_service_worker_tests': ['[email protected]'],
Hayato Ito3e487372019-04-18 05:37:212097 'blink_shadow_dom': ['[email protected]'],
Rachel Blum41788872018-10-25 20:54:012098 'blink_spellcheck' : ['[email protected]',
Xiaocheng Hu8bd4d8072017-10-25 23:44:322099 '[email protected]'],
Adam Rice027497d2018-07-27 02:17:022100 'blink_streams': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352101 'blink_style': ['[email protected]'],
2102 'blink_svg': ['[email protected]',
fmalita9710b732017-02-17 05:10:022103 '[email protected]',
pennymac962d190432016-07-27 00:58:352104 '[email protected]',
pennymac962d190432016-07-27 00:58:352105 '[email protected]',
2106 '[email protected]',
pennymac962d190432016-07-27 00:58:352107 '[email protected]'],
pennymac962d190432016-07-27 00:58:352108 'blink_track': ['[email protected]',
2109 '[email protected]',
2110 '[email protected]',
Sriram8d3e0e22017-11-09 10:40:162111 '[email protected]',
2112 '[email protected]'],
mvanouwerkerk38f632c62017-04-13 10:35:312113 'blink_vibration': ['[email protected]'],
David Bokan9dc0046272017-12-29 00:28:012114 'blink_viewport_interaction': ['[email protected]',
2115 '[email protected]'],
pennymac962d190432016-07-27 00:58:352116 'blink_w3ctests': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352117 'blink_webp': ['[email protected]',
2118 '[email protected]',
Madeleine Barowsky21b04402019-01-29 19:17:052119 '[email protected]',
2120 '[email protected]'],
Adam Rice027497d2018-07-27 02:17:022121 'blink_websockets': ['[email protected]',
2122 '[email protected]'],
pennymac962d190432016-07-27 00:58:352123 'blink_workers': ['[email protected]',
falken6731ece42016-10-12 01:41:502124 '[email protected]',
pennymac962d190432016-07-27 00:58:352125 '[email protected]',
shimazu99de61f2016-09-07 03:57:412126 '[email protected]',
2127 '[email protected]'],
Raphael Kubo da Costaae598192018-05-29 11:14:242128 'blink_wtf': ['[email protected]'],
Joel Hockey0db16432018-03-09 22:41:492129 'blink_xml': ['[email protected]',
2130 '[email protected]'],
donnd787f6ed2016-08-03 01:00:562131 'bottombar': ['[email protected]',
2132 '[email protected]'],
Tarun Bansalc4882282018-07-11 23:53:552133 'breve': ['[email protected]'],
[email protected]22650d22012-07-18 17:02:352134 'browser_components': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352135 'browser_compositor': ['[email protected]',
2136 '[email protected]'],
michaelpge42ca3b32016-02-19 08:17:572137 'browser_resources_md': ['[email protected]'],
Christian Dullwebered2c82b2018-04-10 08:37:222138 'browsing_data': ['[email protected]',
msramek878b39d92016-04-20 07:55:332139 '[email protected]'],
Rouslan Solomakhin0b13446c2018-07-18 14:47:072140 'bubble': ['[email protected]'],
Josh Karlin1bd016742017-08-18 17:44:172141 'cache_storage': ['[email protected]'],
mark a. foltze8739c7c2019-04-24 18:33:092142 'cast': ['[email protected]',
miua1710162015-08-27 01:38:092143 '[email protected]',
mark a. foltze8739c7c2019-04-24 18:33:092144 '[email protected]',
Xiaohan Wang22ab04c12019-02-06 00:41:042145 '[email protected]'],
ryanchung4d157372016-05-10 20:27:162146 'cast_certificate': ['[email protected]',
mfoltz57fd7f32017-05-03 06:12:582147 '[email protected]',
ryanchung24f9d7b2017-01-12 19:18:342148 '[email protected]'],
mark a. foltze8739c7c2019-04-24 18:33:092149 'cast_channel': ['[email protected]',
Ryan Ki Sing Chung27cc7ed92017-07-25 21:53:472150 '[email protected]'],
[email protected]c863702a2012-09-14 20:05:282151 'cc': ['[email protected]'],
Yi Guc1c54682018-07-23 12:00:002152 'cc-animation': ['[email protected]',
2153 '[email protected]'],
danakjca574522017-09-20 16:38:592154 'cc-contexts': ['[email protected]'],
2155 'cc-display': ['[email protected]'],
2156 'cc-paint': ['[email protected]'],
2157 'cc-quads': ['[email protected]'],
2158 'cc-resources': ['[email protected]'],
Alexander Timin864bf8a02018-03-12 11:06:282159 'cc-scheduler': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352160 'certificate_transparency': ['[email protected]',
martijnccdd0542016-11-07 18:49:272161 '[email protected]',
pennymac962d190432016-07-27 00:58:352162 '[email protected]'],
Chris Sharp7e2a3f32019-04-04 19:15:362163 'chrome_cleaner': ['[email protected]'],
Penny MacNeil0ced2cb2018-07-30 21:09:492164 'chrome_elf': ['[email protected]'],
lpy0ca13772017-02-28 19:48:272165 'chrome_grc': ['[email protected]'],
alokp9d869cc12016-05-27 01:46:312166 'chromecast': ['[email protected]',
2167 '[email protected]',
halliwellfa56b3a42015-09-04 21:42:572168 '[email protected]'],
gfhuang2548f902016-02-26 02:29:212169 'chromecast_public': ['[email protected]'],
kereliuk08eda794c2018-09-05 16:10:232170 'chromedriver': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352171 'chromeos': ['[email protected]'],
2172 'chromeos_attestation': ['[email protected]'],
Ryan Hansberry8e41a5c42019-04-18 22:12:512173 'chromeos_bluetooth': ['[email protected]',
2174 '[email protected]',
2175 '[email protected]'],
pennymac962d190432016-07-27 00:58:352176 'chromeos_calculator': ['[email protected]'],
Kyle Horimotofdcf67012019-04-08 19:06:102177 'chromeos_cellular': ['[email protected]',
2178 '[email protected]'],
Lutz Justen19789012019-04-11 15:24:162179 'chromeos_device_policy': ['[email protected]'],
alematec5187b1b2016-08-26 05:32:182180 'chromeos_geolocation': ['[email protected]'],
Achuith Bhandarkar434e24592018-03-07 23:05:122181 'chromeos_lkgm': ['[email protected]',
Benjamin Pastened7029352018-04-17 19:09:102182 '[email protected]',
Achuith Bhandarkar434e24592018-03-07 23:05:122183 '[email protected]'],
alematec5187b1b2016-08-26 05:32:182184 'chromeos_login': ['[email protected]',
Jacob Dufaulted1ef2bc2018-08-10 18:21:342185 '[email protected]',
Toni Barzic43db296e2019-03-20 00:27:222186 '[email protected]',
Roman Sorokin891f4892019-03-28 16:30:332187 '[email protected]',
Toni Barzic43db296e2019-03-20 00:27:222188 '[email protected]'],
Kyle Horimoto89f06e22019-04-08 19:07:172189 'chromeos_net': ['[email protected]',
2190 '[email protected]',
2191 '[email protected]'],
pennymac962d190432016-07-27 00:58:352192 'chromeos_power': ['[email protected]'],
alematec5187b1b2016-08-26 05:32:182193 'chromeos_timezone': ['[email protected]'],
2194 'chromeos_webui': ['[email protected]'],
Daniel Cheng99312b632017-10-25 03:59:492195 'clang_update': ['[email protected]',
2196 '[email protected]',
thestigf023ccc2016-11-10 14:39:152197 '[email protected]',
[email protected]cf8ffa82013-02-13 08:30:072198 '[email protected]',
George Burgess IVbbcd9912018-04-17 14:59:282199 '[email protected]',
pennymac962d190432016-07-27 00:58:352200 '[email protected]',
rnk28bbd1772016-05-04 17:57:582201 '[email protected]',
Hans Wennborgf2eb949e2018-05-08 12:45:032202 '[email protected]',
Peter Collingbourne1ac5f712018-03-30 22:15:132203 '[email protected]',
rnk28bbd1772016-05-04 17:57:582204 '[email protected]',
pennymac962d190432016-07-27 00:58:352205 '[email protected]',
thestigf023ccc2016-11-10 14:39:152206 '[email protected]',
pennymac962d190432016-07-27 00:58:352207 '[email protected]',
horo8e9a01572016-07-27 06:05:312208 '[email protected]',
pennymac962d190432016-07-27 00:58:352209 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002210 'clipboard': ['[email protected]'],
Aaron Gable64f273582017-03-30 18:02:002211 'codereview_settings': ['[email protected]'],
sdefresned94c5b02015-07-22 17:54:552212 'components_deps': ['[email protected]',
2213 '[email protected]',
2214 '[email protected]'],
Matthew Jonesf3b5f4f2019-01-04 00:01:252215 'compositor_animator': ['[email protected]'],
Conley Owensd744e392018-04-24 19:18:572216 'content_bluetooth': ['[email protected]',
Vincent Scheibf01b55ff22018-01-10 21:05:062217 '[email protected]'],
Randy Smith9d64e6e2018-03-07 20:07:082218 'content_loader': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352219 'content_renderer': ['[email protected]'],
mkwst75a31a42014-09-14 18:32:532220 'content_shell': ['[email protected]',
peterc9e3e172015-11-02 09:29:162221 '[email protected]',
2222 '[email protected]'],
nhiroki90ba0102015-07-21 01:42:242223 'content_worker': ['[email protected]',
2224 '[email protected]'],
donnd787f6ed2016-08-03 01:00:562225 'contextual_search': ['[email protected]',
2226 '[email protected]'],
pennymac962d190432016-07-27 00:58:352227 'courgette': ['[email protected]',
2228 '[email protected]'],
Nico Weber6ff639a2017-08-11 21:04:502229 'cq': ['[email protected]',
2230 '[email protected]',
2231 '[email protected]',
2232 '[email protected]',
2233 '[email protected]'],
Dan Beam5dec1b42018-12-10 23:52:342234 'cr_elements': ['[email protected]',
2235 '[email protected]',
michaelpge42ca3b32016-02-19 08:17:572236 '[email protected]'],
Chung-yih Wang7afc64a2018-03-06 02:09:042237 'cros_benchmarks': ['[email protected]',
2238 '[email protected]',
2239 '[email protected]'],
Ben Wells03471a72018-03-22 00:58:462240 'crostini': ['[email protected]'],
Bailey Berro462580ea2019-02-22 23:09:372241 'cups_printing': ['[email protected]',
2242 '[email protected]',
2243 '[email protected]'],
Peter Beverloob90e4c32018-12-07 14:27:192244 'custom_tabs': ['[email protected]',
2245 '[email protected]',
Peter E Conn35d3a982019-01-17 10:35:272246 '[email protected]',
Peter Beverloo5cc24512018-11-29 15:36:432247 '[email protected]',
Peter E Conn35d3a982019-01-17 10:35:272248 '[email protected]'],
Madeleine Barowsky21b04402019-01-29 19:17:052249 'data_decoder': ['[email protected]'],
Ryo Hashimoto900be52c2018-05-24 06:42:262250 'dbus': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:192251 'deep_memory_profiler': ['[email protected]'],
Conley Owensd744e392018-04-24 19:18:572252 'device_bluetooth': ['[email protected]',
Vincent Scheibf01b55ff22018-01-10 21:05:062253 '[email protected]'],
Conley Owensd744e392018-04-24 19:18:572254 'device_chooser': ['[email protected]',
Ovidio Henriquez86333882018-11-05 18:25:212255 '[email protected]',
2256 '[email protected]'],
pennymac962d190432016-07-27 00:58:352257 'devtools': ['[email protected]',
2258 '[email protected]'],
kinukoc462adb2016-12-22 12:58:492259 'disk_cache': ['[email protected]'],
David Trainor051827f2017-06-02 18:33:132260 'download': ['[email protected]'],
Dan Beam5dec1b42018-12-10 23:52:342261 'downloads_ui': ['[email protected]',
2262 '[email protected]'],
[email protected]89d2cd52013-04-16 01:55:362263 'drive_resource_metadata': ['[email protected]'],
[email protected]3a25c8a2014-06-26 06:47:102264 'eme': ['[email protected]'],
Justin DeWittf64d39e2018-08-09 21:33:412265 'explore_sites': ['[email protected]',
2266 '[email protected]',
2267 '[email protected]',
Pete Williamson3600f2d2018-09-24 17:31:112268 '[email protected]',
2269 '[email protected]'],
[email protected]f9529e7922013-06-06 05:19:412270 'extension': ['[email protected]',
2271 '[email protected]'],
Luna Lu7f221f22017-06-13 16:46:142272 'feature_policy': ['[email protected]',
Joe Medleya129fe32018-01-25 15:20:222273 '[email protected]',
Joe Medley1e1bb652018-04-27 17:36:592274 '[email protected]'],
[email protected]84dcfd92014-05-23 13:18:192275 'fileapi': ['[email protected]',
[email protected]6f217122013-11-25 07:21:482276 '[email protected]',
2277 '[email protected]'],
yoshiki1c0ba2782014-12-08 07:04:262278 'filebrowse': ['[email protected]'],
Joel Hockey0db16432018-03-09 22:41:492279 'filesapp': ['[email protected]',
2280 '[email protected]',
okab0be3dc2016-08-30 07:37:102281 '[email protected]'],
Tomasz Mikolajewski2905dbb2017-11-22 06:24:042282 'fsp': ['[email protected]'],
Wez385de5a2017-07-13 20:13:162283 'fuchsia': ['[email protected]', '[email protected]'],
mmoroz58ddb8172016-09-08 18:29:552284 'fuzzing': ['[email protected]'],
Conley Owensd744e392018-04-24 19:18:572285 'gamepad': ['[email protected]'],
Dan Elphick7c3105252017-11-06 15:51:472286 'gcm': ['[email protected]',
pennymac962d190432016-07-27 00:58:352287 '[email protected]'],
Raphael Kubo da Costab8111f9f2018-10-04 14:24:232288 'generic_sensor': ['[email protected]',
Vincent Scheibd5da4d952017-11-03 01:33:242289 '[email protected]',
Raphael Kubo da Costa0e3cf83d2019-03-11 10:55:562290 '[email protected]',
timvolodine4cf58ca2017-05-24 16:11:482291 '[email protected]',
mikhail.pozdnyakova8db26402016-11-28 18:27:122292 '[email protected]'],
Mounir Lamouri578ca402019-01-23 20:40:482293 'geolocation': ['[email protected]'],
[email protected]cf428f732012-10-02 20:48:152294 'gfx_geometry': ['[email protected]'],
[email protected]f93b7382012-08-09 20:53:162295 'gfx_image': ['[email protected]'],
agrieve4d9c1c52016-09-23 17:49:382296 'gn': ['[email protected]',
Trent Apted93d53b02019-01-21 02:54:342297 '[email protected]'],
[email protected]a6159102013-11-08 23:21:522298 'gpu': ['[email protected]'],
Corentin Wallez3f1d0852018-07-04 15:45:362299 'gpu_passthrough_cmd_decoder': ['[email protected]'],
Ehsan Karamadc20cee22018-08-10 21:32:332300 'guest_view': ['[email protected]',
Kevin McNee77c2f6b2018-08-14 21:43:582301 '[email protected]',
Ehsan Karamadc20cee22018-08-10 21:32:332302 '[email protected]'],
Andrey Kosyakova173d252018-05-07 18:29:112303 'headless': ['[email protected]'],
Dan Beam5dec1b42018-12-10 23:52:342304 'history_ui': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002305 'i18n': ['[email protected]'],
Greg Thompson4f90fc992017-07-25 19:30:372306 'incident_reporting': ['[email protected]'],
[email protected]8b250562014-08-12 19:07:452307 'indexed_db': ['[email protected]',
dgrogand792a7f2016-01-21 00:12:132308 '[email protected]'],
John Budorickf6a1c302018-10-29 16:32:482309 'infra': ['[email protected]'],
bruthigaa8281f2016-02-09 17:52:312310 'ink_drop': ['[email protected]'],
Navid Zolghadr9994e8e2019-01-22 17:36:082311 'input': ['[email protected]',
2312 '[email protected]'],
Michael Spang808d5c12018-10-23 19:20:392313 'input_devices': ['[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:262314 'installable': ['[email protected]'],
Raphael Kubo da Costaf242cef72017-11-08 16:01:182315 'installer_linux': ['[email protected]',
2316 '[email protected]'],
Greg Thompson4f90fc992017-07-25 19:30:372317 'installer_win': ['[email protected]',
Greg Thompson4f90fc992017-07-25 19:30:372318 '[email protected]'],
Ramya Nagarajan7768bf62018-11-28 21:26:042319 'instant': ['[email protected]',
2320 '[email protected]',
2321 '[email protected]',
2322 '[email protected]'],
edchin46453b42017-03-03 01:40:112323 'ios': ['[email protected]'],
2324 'ios_chrome': ['[email protected]',
eugenebutb5a5a8572017-01-20 01:18:112325 '[email protected]'],
edchin46453b42017-03-03 01:40:112326 'ios_clean': ['[email protected]',
lpromero6846b19d2017-05-23 10:43:592327 '[email protected]'],
Eric Noyaua1825272019-01-02 10:36:392328 'ios_flags': ['[email protected]'],
edchin46453b42017-03-03 01:40:112329 'ios_showcase': ['[email protected]',
lpromero6846b19d2017-05-23 10:43:592330 '[email protected]'],
edchin46453b42017-03-03 01:40:112331 'ios_web': ['[email protected]',
2332 '[email protected]'],
Bruno Santosc0ffc574d2019-04-09 22:16:492333 'kiosk_next': ['[email protected]',
2334 '[email protected]',
2335 '[email protected]',
2336 '[email protected]',
2337 '[email protected]',
2338 '[email protected]',
2339 '[email protected]'],
Johanndfa4d7d2017-12-07 18:05:292340 'libaom': ['[email protected]',
pennymac962d190432016-07-27 00:58:352341 '[email protected]',
2342 '[email protected]',
2343 '[email protected]'],
Johanndfa4d7d2017-12-07 18:05:292344 'libvpx': ['[email protected]',
2345 '[email protected]',
2346 '[email protected]',
2347 '[email protected]',
2348 '[email protected]',
2349 '[email protected]'],
Takeshi Yoshino524e1d262017-07-28 01:16:382350 'libwebp': ['[email protected]',
2351 '[email protected]',
2352 '[email protected]'],
dominiccabb90e02017-03-31 04:54:232353 'libxml_xslt': ['[email protected]',
2354 '[email protected]'],
[email protected]04a292a2013-03-07 19:58:422355 'linux_fonts': ['[email protected]'],
[email protected]6d7e0bf2014-07-28 22:30:402356 'linux_sandboxing': ['[email protected]'],
[email protected]04a292a2013-03-07 19:58:422357 'linux_seccomp_bpf': ['[email protected]'],
lgrey62faed72016-10-11 21:40:392358 'mac' : ['[email protected]'],
Dominick Ng31b7feb2019-01-29 23:24:002359 'manifest': ['[email protected]',
2360 '[email protected]'],
James Cook4bfa66fa2018-05-29 17:20:422361 'mash_buildbot_filters': ['[email protected]',
2362 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002363 'media': ['[email protected]'],
Miguel Casas-Sanchez5eb47252017-09-05 21:15:032364 'media_capture_from_element': ['[email protected]'],
Tommy Steimel074a1822018-02-07 17:25:442365 'media_controls': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352366 'media_galleries': ['[email protected]',
2367 '[email protected]'],
Hirokazu Hondae31ce109a2018-09-18 11:18:502368 'media_gpu': ['[email protected]'],
Xiaohan Wang6cbdcdf2018-06-12 21:55:542369 'media_mojo': ['[email protected]',
2370 '[email protected]'],
mcasasfeedbe42017-03-03 05:23:562371 'media_recorder': ['[email protected]',
mcasas9558316b2017-03-10 18:57:312372 '[email protected]'],
mark a. foltze8739c7c2019-04-24 18:33:092373 'media_remoting': ['[email protected]',
mfoltz57fd7f32017-05-03 06:12:582374 '[email protected]',
apacible01538e02016-11-04 22:15:312375 '[email protected]',
Xiaohan Wang22ab04c12019-02-06 00:41:042376 '[email protected]'],
mark a. foltze8739c7c2019-04-24 18:33:092377 'media_router': ['[email protected]',
Xiangjun Zhang880262a2018-08-07 22:35:382378 '[email protected]',
Takumi Fujimoto4bef2792018-05-03 17:51:552379 '[email protected]'],
Xiaohan Wang6cbdcdf2018-06-12 21:55:542380 'media_win': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002381 'message_loop': ['[email protected]'],
isherman1eee6f12014-12-09 02:14:302382 'metrics': ['[email protected]'],
Alexei Svitkine691508d2019-02-21 15:57:392383 'metrics_xml_files': ['[email protected]'],
toyoshim8f51f902015-03-27 03:50:212384 'midi': ['[email protected]'],
John Abd-El-Malek01cfd3f2018-06-21 16:33:122385 'mojo': ['[email protected]'],
Ryan Hansberry587c8082018-09-20 01:31:192386 'multidevice': ['[email protected]',
Ryan Hansberry786f1912018-10-30 21:21:392387 '[email protected]',
Ryan Hansberry587c8082018-09-20 01:31:192388 '[email protected]',
Kyle Horimotoc4d57b122018-02-28 01:17:302389 '[email protected]',
2390 '[email protected]',
2391 '[email protected]',
Ryan Hansberry587c8082018-09-20 01:31:192392 '[email protected]'],
rjkroegef60dea862015-10-29 17:50:062393 'mus': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002394 'nacl': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352395 'native_client_sdk': ['[email protected]',
2396 '[email protected]'],
Alex Moshchuk3fbcf782018-05-09 00:06:292397 'navigation': ['[email protected]',
2398 '[email protected]',
pennymac962d190432016-07-27 00:58:352399 '[email protected]'],
Chris Bentzel605478a2018-07-10 21:47:012400 'net': ['[email protected]'],
bnc1872e8bd2017-01-27 02:47:282401 'net_base': ['[email protected]'],
bnc1872e8bd2017-01-27 02:47:282402 'net_http2': ['[email protected]'],
2403 'net_log': ['[email protected]',
Matt Menkecebc2402017-07-20 16:26:092404 '[email protected]'],
Adam Rice027497d2018-07-27 02:17:022405 'net_server': ['[email protected]'],
bnc1872e8bd2017-01-27 02:47:282406 'net_spdy': ['[email protected]'],
Adam Rice027497d2018-07-27 02:17:022407 'net_websockets': ['[email protected]'],
jkarlin539748402015-03-31 17:36:312408 'netinfo': ['[email protected]'],
Helen Li30f43d8e2018-05-09 16:24:012409 'network_service': ['[email protected]'],
Conley Owensd744e392018-04-24 19:18:572410 'nfc': ['[email protected]'],
Xing Liue18f0fb2019-03-22 23:55:142411 'notification_scheduler': ['[email protected]'],
Peter Beverloo45bf54c2018-08-06 17:12:032412 'notifications': ['[email protected]'],
tbansalc6f1c9f2016-09-30 22:48:422413 'nqe': ['[email protected]'],
Eric Noyaua1825272019-01-02 10:36:392414 'ntp_snippets': ['[email protected]'],
2415 'ntp_tiles': ['[email protected]'],
peterc7e27422017-05-17 04:05:282416 'offline_items_collection': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352417 'offline_pages': ['[email protected]',
Carlos Knippschild6a2e2f02017-06-02 18:18:142418 '[email protected]',
pennymac962d190432016-07-27 00:58:352419 '[email protected]',
2420 '[email protected]',
dewittj74b23f6f2016-04-21 19:29:252421 '[email protected]',
2422 '[email protected]',
Dan Harrington163354f2019-03-29 21:28:352423 '[email protected]',
2424 '[email protected]'],
jdonnelly6fa5a21d2017-01-03 15:28:352425 'omnibox': ['[email protected]'],
Sophie Chang76811dfb2018-12-20 21:40:472426 'optimization_guide': ['[email protected]'],
iclelland8b904402016-10-05 15:01:232427 'origin_trials': ['[email protected]',
Ian Clelland1b27f8f62017-06-22 13:36:242428 '[email protected]'],
pennymac962d190432016-07-27 00:58:352429 'ozone': ['[email protected]',
Maksim Sisovdd171472018-10-01 19:51:032430 '[email protected]',
pennymac962d190432016-07-27 00:58:352431 '[email protected]'],
Sergey Ulanov004097c2018-11-05 23:29:282432 'ozone_scenic': ['[email protected]',
Sergey Ulanovac3ba332018-11-08 00:16:452433 '[email protected]',
Sergey Ulanov004097c2018-11-05 23:29:282434 '[email protected]',
2435 '[email protected]',
2436 '[email protected]'],
Raymes Khouryc555e9dc2019-02-18 09:13:222437 'page_info' : ['[email protected]'],
Bryan McQuade4233f412017-07-28 16:23:412438 'page_load_metrics' : ['[email protected]',
2439 '[email protected]',
tdresserd80646f2017-03-03 19:26:082440 '[email protected]',
2441 '[email protected]'],
Daniel Cheng99312b632017-10-25 03:59:492442 'panels': ['[email protected]',
pennymac962d190432016-07-27 00:58:352443 '[email protected]',
2444 '[email protected]'],
mkwst17a9875d2016-06-24 10:36:392445 'password_manager': ['[email protected]',
Vasilii Sukhanovc4e6c2842018-07-18 12:12:202446 '[email protected]'],
sebsgbbfbea02016-10-24 21:54:592447 'payments': ['[email protected]',
mahmadi0a7bb59f2017-02-22 19:13:492448 '[email protected]',
Anthony Vallee-Dubois866affd22018-03-19 15:13:212449 '[email protected]',
2450 '[email protected]'],
mahmadi0a7bb59f2017-02-22 19:13:492451 'payments_ios': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352452 'pepper_api': ['[email protected]',
2453 '[email protected]',
2454 '[email protected]',
2455 '[email protected]',
2456 '[email protected]',
pennymac962d190432016-07-27 00:58:352457 '[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:262458 'permissions': ['[email protected]',
Xi Han50f523a1d2017-07-19 15:56:112459 '[email protected]',
Dominick Ngcaa7b402017-07-11 07:35:392460 '[email protected]',
Balazs Engedy23f08852018-09-24 23:39:582461 '[email protected]',
Timothy Lohb2a4eff2017-08-03 07:07:562462 '[email protected]'],
François Beaufortb2070eb2018-02-08 10:36:342463 'picture_in_picture': ['[email protected]'],
Lutz Justena67427102018-06-28 08:55:462464 'policy_templates': ['[email protected]'],
Dan Beam5dec1b42018-12-10 23:52:342465 'polymer': ['[email protected]',
2466 '[email protected]'],
Charles Harrison981d33c2017-10-06 21:36:222467 'popup_blocker': ['[email protected]'],
twifkak0c69c1f2015-06-22 18:20:092468 'precache': ['[email protected]'],
[email protected]be775bc2014-06-30 15:41:142469 'prepopulated_engines': ['[email protected]'],
Chris Bentzel605478a2018-07-10 21:47:012470 'prerender': ['[email protected]',
pennymac962d190432016-07-27 00:58:352471 '[email protected]'],
Adam Parkera556b7a2018-05-22 17:53:192472 'presentation': ['[email protected]'],
rbpotter0d9edeed2018-08-03 14:11:582473 'print_preview': ['[email protected]'],
Peter Beverloo45bf54c2018-08-06 17:12:032474 'push_messaging': ['[email protected]'],
stkhapugin06503142016-12-07 14:32:122475 'reading_list': ['[email protected]'],
mark a. foltze8739c7c2019-04-24 18:33:092476 'remoteplayback': ['[email protected]'],
[email protected]c3887592014-02-06 20:02:252477 'remoting': ['[email protected]'],
Ali Tofigh000debb52017-11-07 21:35:422478 'rlz_id': ['[email protected]',
pennymac962d190432016-07-27 00:58:352479 '[email protected]'],
Joe Medley1e1bb652018-04-27 17:36:592480 'runtime_enabled_features': ['[email protected]'],
Daniel Ruberyfa8cd5d2018-09-13 17:31:232481 'safe_browsing': ['[email protected]',
2482 '[email protected]',
vakh125ad862017-03-17 00:06:252483 '[email protected]'],
mlamourid8b0feb2015-06-02 16:30:472484 'screen_orientation': ['[email protected]'],
Robert Sesekae79d38512018-09-04 18:13:302485 'security': ['[email protected]'],
Katie D14c38ce2019-02-14 00:34:452486 'select_to_speak': ['[email protected]'],
Jeffrey Cohen7fe36f502018-12-12 01:38:212487 'send_tab_to_self': ['[email protected]',
Jeffrey Cohen7fe36f502018-12-12 01:38:212488 '[email protected]',
2489 '[email protected]',
Jeffrey Cohen6b31b2d2019-01-23 19:12:302490 '[email protected]',
2491 '[email protected]'],
pennymac962d190432016-07-27 00:58:352492 'service_worker': ['[email protected]',
[email protected]6d095a8b2014-02-28 15:26:162493 '[email protected]',
pennymac962d190432016-07-27 00:58:352494 '[email protected]',
pennymac962d190432016-07-27 00:58:352495 '[email protected]',
horo8e9a01572016-07-27 06:05:312496 '[email protected]',
tzik749ae1e2018-07-20 05:05:012497 '[email protected]'],
Colin Blundell6d2669a2017-07-11 06:26:532498 'services_public': ['[email protected]'],
Dan Beam5dec1b42018-12-10 23:52:342499 'settings': ['[email protected]',
2500 '[email protected]',
May Lippert12159c32019-03-04 21:02:542501 '[email protected]',
2502 '[email protected]',
May Lippertbb19e1242019-04-17 15:02:112503 '[email protected]',
May Lippert12159c32019-03-04 21:02:542504 '[email protected]',
2505 '[email protected]'],
May Lippertbb19e1242019-04-17 15:02:112506 'settings_forked_os_settings': [
2507 '[email protected]'],
alitoc5534d62017-04-21 01:48:582508 'settings_reset_prompt': ['[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:262509 'site_engagement': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352510 'site_instance': ['[email protected]',
Alex Moshchuk3fbcf782018-05-09 00:06:292511 '[email protected]',
pennymac962d190432016-07-27 00:58:352512 '[email protected]',
[email protected]b9ecdb62014-03-07 14:56:432513 '[email protected]'],
Ryan Hansberry587c8082018-09-20 01:31:192514 'smartlock': ['[email protected]',
Ryan Hansberry786f1912018-10-30 21:21:392515 '[email protected]',
Ryan Hansberry587c8082018-09-20 01:31:192516 '[email protected]',
2517 '[email protected]',
2518 '[email protected]',
2519 '[email protected]',
2520 '[email protected]'],
Zentaro Kavanagh608f8a12018-01-19 18:39:562521 'smb': ['[email protected]'],
Joe Medley1e1bb652018-04-27 17:36:592522 'source_idls': ['[email protected]'],
Rachel Blum41788872018-10-25 20:54:012523 'spellcheck': ['[email protected]',
timvolodine8cdb94c2016-09-22 12:17:222524 '[email protected]',
2525 '[email protected]'],
Greg Thompson9ea091702018-01-04 11:06:322526 'startup': ['[email protected]',
2527 '[email protected]'],
[email protected]67f39af2013-08-23 20:06:052528 'streams': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352529 'styleguide': ['[email protected]',
vmpstrdeec20e2016-11-18 22:17:322530 '[email protected]',
2531 '[email protected]'],
Peter Wenbef43902018-11-28 22:08:122532 'styleguide_python': ['[email protected]',
2533 '[email protected]',
2534 '[email protected]'],
engedye7b734da2017-02-07 12:08:132535 'subresource_filter': ['[email protected]'],
Pam Greene8efbeae92018-10-02 14:54:462536 'supervised_users': [],
CJ DiMegliocaddc3482018-12-12 02:28:382537 'surface_layer_for_video': [ '[email protected]',
2538 '[email protected]'],
Anastasia Helfinstein5205acb32019-02-15 00:54:132539 'switch_access': ['[email protected]'],
maxbogue65ea2632016-04-04 18:12:582540 'sync': ['[email protected]'],
[email protected]84dcfd92014-05-23 13:18:192541 'syncfs': ['[email protected]',
[email protected]6f217122013-11-25 07:21:482542 '[email protected]',
2543 '[email protected]'],
miu5e69f1c52016-10-23 13:40:112544 'tab_alert_indicators': ['[email protected]'],
Adam Parkera556b7a2018-05-22 17:53:192545 'tab_capture': ['[email protected]',
mark a. foltze8739c7c2019-04-24 18:33:092546 '[email protected]',
Xiaohan Wang22ab04c12019-02-06 00:41:042547 '[email protected]'],
pennymac962d190432016-07-27 00:58:352548 'tab_contents': ['[email protected]',
2549 '[email protected]',
2550 '[email protected]'],
Wei-Yin Chen (陳威尹)db76226102019-04-05 21:38:572551 'tab_ui': ['[email protected]',
2552 '[email protected]',
2553 '[email protected]',
2554 '[email protected]'],
tdresserd80646f2017-03-03 19:26:082555 'tbmv2_metrics': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:192556 'tcmalloc': ['[email protected]'],
tonygc7f6a4c12015-01-16 18:32:262557 'telemetry': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352558 'test_runner': ['[email protected]',
einbindera29577e2016-08-23 01:21:492559 '[email protected]',
2560 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002561 'tests': [],
Ryan Hansberry587c8082018-09-20 01:31:192562 'tether': ['[email protected]',
Ryan Hansberry786f1912018-10-30 21:21:392563 '[email protected]',
Ryan Hansberry587c8082018-09-20 01:31:192564 '[email protected]',
2565 '[email protected]',
2566 '[email protected]',
dbeamd924f0d0d2017-06-20 02:34:252567 '[email protected]',
Ryan Hansberry587c8082018-09-20 01:31:192568 '[email protected]'],
pennymac962d190432016-07-27 00:58:352569 'textinput': ['[email protected]',
2570 '[email protected]',
2571 '[email protected]',
Yuichiro Hanadaf0b3b472017-10-17 07:00:532572 '[email protected]',
pennymac962d190432016-07-27 00:58:352573 '[email protected]'],
2574 'textinput_chromeos': ['[email protected]',
2575 '[email protected]',
Yuichiro Hanadaf0b3b472017-10-17 07:00:532576 '[email protected]',
pennymac962d190432016-07-27 00:58:352577 '[email protected]'],
chirantan96fcf6d2015-01-21 22:36:192578 'timers': ['[email protected]'],
robliaofd54b5c2017-01-13 00:41:302579 'tools_win_chromeexts': ['[email protected]'],
AJITH KUMAR V4f0c4812018-03-27 13:46:572580 'touch_selection': ['[email protected]',
2581 '[email protected]'],
pennymac962d190432016-07-27 00:58:352582 'tracing': ['[email protected]',
Michael Spangbbcf79de2018-12-13 15:07:262583 '[email protected]',
2584 '[email protected]'],
[email protected]cf428f732012-10-02 20:48:152585 'ui_compositor': ['[email protected]'],
robliao2c4b7492016-07-19 01:57:262586 'ui_display_win': ['[email protected]'],
[email protected]6b5093c2012-05-23 19:10:182587 'ui_resources': ['[email protected]'],
edwardjung83f52ef22017-02-07 13:15:072588 'ui_strings': ['[email protected]'],
Scott Violet27497292019-03-25 23:06:532589 'ui_views': ['[email protected]',
2590 '[email protected]'],
Will Harris989ca932019-02-15 19:21:212591 'unified_consent': ['[email protected]'],
Ovidio Henriquez86333882018-11-05 18:25:212592 'usb': ['[email protected]',
2593 '[email protected]'],
Miguel Casas-Sancheza65d49a2017-12-11 03:27:482594 'vaapi': ['[email protected]'],
[email protected]c73ec8ab2014-01-16 20:35:232595 'version_assembly': ['[email protected]',
2596 '[email protected]'],
Alexandre Courbot3e9e55a2018-04-05 05:29:422597 'video': ['[email protected]'],
mcasas9558316b2017-03-10 18:57:312598 'video_capture': ['[email protected]'],
Alexandre Courbot3e9e55a2018-04-05 05:29:422599 'video_gpu': ['[email protected]'],
blakeod4cc78a2017-05-10 06:56:482600 'virtual_keyboard': ['[email protected]',
2601 '[email protected]',
Darren Shen405b8972019-04-10 07:16:292602 '[email protected]',
2603 '[email protected]'],
billorr3c7e1442016-11-11 21:21:352604 'virtual_reality': ['[email protected]'],
Chris Blumec6ddd6c2018-12-14 23:35:012605 'vulkan': ['[email protected]'],
Raphael Kubo da Costabb97c4eb2019-04-25 15:25:392606 'wake_lock': ['[email protected]',
2607 '[email protected]'],
Dan Beam5dec1b42018-12-10 23:52:342608 'web_dev_style': ['[email protected]'],
Devin Mullins4ff9b282018-03-09 00:37:322609 'web_package': ['[email protected]'],
Matt Giuca9eb910d2017-08-02 04:07:382610 'web_share': ['[email protected]'],
Martin Kreichgauer794a18572018-07-20 20:45:432611 'webauthn': ['[email protected]'],
Corentin Wallez3f1d0852018-07-04 15:45:362612 'webgpu': ['[email protected]',
2613 '[email protected]'],
Takeshi Yoshinoe387aa32017-08-02 13:16:132614 'webrtc_browser_tests': ['[email protected]'],
Christian Dullwebered2c82b2018-04-10 08:37:222615 'website_settings': ['[email protected]',
Raymes Khouryc555e9dc2019-02-18 09:13:222616 '[email protected]'],
Dan Beam5dec1b42018-12-10 23:52:342617 'webui_backend': ['[email protected]'],
Penny MacNeil0ced2cb2018-07-30 21:09:492618 'windows_sandboxing': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002619 'x11': ['[email protected]',
2620 '[email protected]',
2621 '[email protected]'],
Chris Blume04103c42018-12-14 22:46:062622 'zlib': ['[email protected]'],
wjmaclean3ff6a402015-03-31 19:00:202623 'zoom': ['[email protected]'],
[email protected]a3838612009-10-13 21:57:542624 },
2625}