blob: 813db8e24d656dbcaf488a71a63ee540318272b5 [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/'\
[email protected]e38d185a2013-07-09 08:23:52105 '|chrome/common/mac/'
106 },
[email protected]54bf94d2013-01-30 23:07:40107 'apps': {
Dominick Ngfe197c752018-07-18 00:51:26108 'filepath': '^apps/'\
109 '|chrome/browser/apps/'\
110 '|chrome/browser/chromeos/apps/'
[email protected]54bf94d2013-01-30 23:07:40111 },
lhchavez4b19176f2016-05-04 23:12:46112 'arc': {
113 'filepath': 'arc/',
114 },
lhchavez61532c92016-10-18 21:33:37115 'arc_auth': {
116 'filepath': 'chrome/browser/chromeos/arc/arc_auth'
117 },
Ryo Hashimoto611b8fc52018-09-28 10:01:20118 'arc_common': {
119 'filepath': 'components/arc/common/',
120 },
Yuichiro Hanada2e111fb2018-11-19 17:33:05121 'arc_ime': {
122 'filepath': 'chrome/browser/chromeos/arc/input_method_manager/'\
123 '|components/arc/ime/'
124 },
poromov7633f602017-02-21 16:44:01125 'arc_kiosk': {
126 'filepath': 'chrome/browser/chromeos/app_mode/arc/'\
127 '|components/arc/kiosk/'\
128 '|arc_kiosk'
129 },
lhchavez4b19176f2016-05-04 23:12:46130 'arc_net': {
131 'filepath': 'components/arc/net/',
132 },
ejcarusoa298ec02016-06-16 20:30:43133 'arc_power': {
134 'filepath': 'components/arc/power/',
135 },
Hirokazu Hondaf98a3122018-04-12 11:19:48136 'arc_video_accelerator': {
137 'filepath': 'components/arc/video_accelerator',
138 },
[email protected]3ce56642013-10-17 22:12:51139 'ash': {
140 'filepath': 'ash/',
141 },
Xiaohui Chenf7e70a22018-02-08 00:36:38142 'assistant': {
David Black20c36722019-02-05 18:36:31143 'filepath': 'ash/app_list/views/assistant/'\
144 '|ash/assistant/'\
Xiaohui Chen985c26b2018-05-16 18:41:27145 '|chromeos/assistant/'\
146 '|chromeos/services/assistant/'\
147 '|chrome/browser/ui/ash/assistant/'
Xiaohui Chenf7e70a22018-02-08 00:36:38148 },
Max Morin2b0206312018-04-06 11:17:40149 'audio_service': {
150 'filepath': 'services/audio/'
151 },
[email protected]f76c8852012-06-21 16:37:00152 'aura': {
[email protected]3ce56642013-10-17 22:12:51153 'filepath': 'ui/aura/',
[email protected]84ba35e32010-08-06 17:22:39154 },
[email protected]c3a6e1e72013-08-02 00:13:07155 'aura_compositor': {
156 'filepath':
157 'ui/compositor/' \
[email protected]6dc38f72014-01-16 22:19:58158 '|content/browser/compositor/' \
danakj479ab502017-03-31 20:19:09159 '|content/browser/renderer_host/compositor_resize_lock' \
[email protected]c3a6e1e72013-08-02 00:13:07160 '|content/browser/renderer_host/render_widget_host_view_aura' \
161 '|content/browser/renderer_host/render_widget_host_view_browsertest' \
[email protected]a6eeeef92014-03-19 19:06:44162 '|content/browser/renderer_host/delegated' \
[email protected]c3a6e1e72013-08-02 00:13:07163 '|content/common/gpu/client/' \
[email protected]c3a6e1e72013-08-02 00:13:07164 },
Katie D14c38ce2019-02-14 00:34:45165 'autoclick': {
166 'filepath': 'ash/autoclick/',
167 },
[email protected]2a38f0c02013-05-29 02:27:45168 'autofill': {
rouslanfbfa7402016-11-22 19:36:39169 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/autofill/|'\
170 'chrome/browser/autofill/|'\
[email protected]d9310a82012-11-02 02:53:48171 'chrome/browser/ui/android/autofill/|'\
172 'chrome/browser/ui/autofill/|'\
[email protected]e3e4ca62013-05-17 08:50:27173 'chrome/browser/ui/cocoa/autofill/|'\
[email protected]d9310a82012-11-02 02:53:48174 'chrome/browser/ui/views/autofill/|'\
[email protected]d9310a82012-11-02 02:53:48175 'chrome/renderer/autofill/|'\
176 'chrome/test/data/autofill/|'\
[email protected]3947d4a82013-03-12 09:41:05177 'components/autofill/|'\
[email protected]30964792013-05-29 02:41:25178 'components/autofill/browser/webdata/|'\
vabrbeb0c562015-12-01 10:48:08179 'components/webdata/',
[email protected]b3399272010-08-10 19:49:29180 },
gogerald5d02fde2018-08-18 04:30:56181 'autofill_assistant': {
Peter Wenf66bd402019-03-18 14:04:33182 'filepath': 'chrome/android/features/autofill_assistant/|'\
gogerald5d02fde2018-08-18 04:30:56183 'chrome/browser/android/autofill_assistant/|'\
184 'components/autofill_assistant/',
185 },
Jared Sauldd47a29d2019-04-18 16:28:54186 'autofill_payments': {
Jared Saul4765c1e2018-06-18 13:44:57187 'filepath': 'chrome/browser/ui/autofill/chrome_autofill_client*|'\
Jared Sauldd47a29d2019-04-18 16:28:54188 'chrome/browser/ui/autofill/payments/|'\
189 'chrome/browser/ui/views/autofill/payments/|'\
190 'components/autofill/core/browser/payments/|'\
191 'components/autofill/core/browser/ui/payments/|'\
192 'components/autofill/core/common/autofill_payments_features*|'\
193 'components/autofill_payments_strings*',
Jared Saul4765c1e2018-06-18 13:44:57194 },
peter39e10a62017-02-21 15:14:13195 'background_fetch': {
Peter Beverloo4548c852017-08-31 13:45:17196 'filepath': 'background_fetch|'\
197 'background-fetch',
peter39e10a62017-02-21 15:14:13198 },
199 'background_sync': {
Josh Karlin1bd016742017-08-18 17:44:17200 'filepath': '/background_sync/',
peter39e10a62017-02-21 15:14:13201 },
dominickn8884155a2016-06-23 02:28:16202 'banners': {
203 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/banners/|'\
204 'chrome/android/javatests/src/org/chromium/chrome/browser/banners/|'\
dominickn8884155a2016-06-23 02:28:16205 'chrome/browser/banners/|'\
206 'chrome/browser/ui/android/infobars/app_banner_.*|'\
Blink Reformata30d4232018-04-07 15:31:06207 'third_party/blink/public/platform/modules/app_banner/|'\
208 'third_party/blink/renderer/modules/app_banner/',
dominickn8884155a2016-06-23 02:28:16209 },
[email protected]f76c8852012-06-21 16:37:00210 'base': {
[email protected]f2f0fbb92012-07-14 15:52:49211 'filepath': '^base/',
[email protected]7a7a13b2010-08-25 01:10:59212 },
[email protected]5e105332012-09-13 01:55:52213 'base_allocator': {
214 'filepath': '^base/allocator',
215 },
[email protected]1ed5e0fd2012-07-19 00:19:05216 'base_memory': {
217 'filepath': '^base/memory',
218 },
Alexander Timin864bf8a02018-03-12 11:06:28219 'base_scheduler': {
220 'filepath': '^base/task/',
221 },
Gabriel Charettee6bbb532019-04-29 16:39:39222 'base_thread_pool': {
223 'filepath': '^base/task/thread_pool',
robliao1644d8b2016-04-11 15:39:59224 },
[email protected]b17d9e02014-07-29 09:45:50225 'base_win': {
226 'filepath': '^base/win',
227 },
[email protected]7e093d4022014-06-26 19:19:55228 'battery_status': {
229 'filepath': 'content/browser/battery_status/|'\
timvolodine953fde72014-12-09 16:47:10230 'content/test/data/battery_status/|'\
231 'device/battery/',
[email protected]7e093d4022014-06-26 19:19:55232 },
wnwen72684762017-03-29 13:28:37233 'binary_size': {
234 'filepath': 'build/android/binary_size/|'\
235 'tools/binary_size/',
236 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13237 'blink': {
Kent Tamurae9b3a9ec2017-08-31 02:20:19238 'filepath': 'third_party/(WebKit|blink)/',
Takeshi Yoshinoe387aa32017-08-02 13:16:13239 },
240 'blink_accessibility': {
Kent Tamuraeb394c72018-04-07 19:14:55241 'filepath': 'third_party/(WebKit|blink)/.*(accessibility|ax_object_cache|web_ax)'
Takeshi Yoshinoe387aa32017-08-02 13:16:13242 },
243 'blink_animation': {
Kent Tamuraeb394c72018-04-07 19:14:55244 'filepath': 'third_party/(WebKit|blink)/.*([Aa]nimat|[Tt]ransition)',
Takeshi Yoshinoe387aa32017-08-02 13:16:13245 },
246 'blink_app_banner': {
Blink Reformata30d4232018-04-07 15:31:06247 'filepath': 'third_party/blink/renderer/modules/app_banner' \
248 '|third_party/blink/public/platform/modules/app_banner',
Takeshi Yoshinoe387aa32017-08-02 13:16:13249 },
250 'blink_audio': {
Blink Reformata30d4232018-04-07 15:31:06251 'filepath': 'third_party/blink/renderer/platform/audio' \
252 '|third_party/blink/renderer/modules/webaudio' \
Kent Tamura77578cc2018-11-25 22:33:43253 '|third_party/blink/web_tests/external/wpt/webaudio',
Takeshi Yoshinoe387aa32017-08-02 13:16:13254 },
255 'blink_battery_status': {
Blink Reformata30d4232018-04-07 15:31:06256 'filepath': 'third_party/blink/renderer/modules/battery/' \
Kent Tamura77578cc2018-11-25 22:33:43257 '|third_party/blink/web_tests/battery-status/' \
Kent Tamuraeb394c72018-04-07 19:14:55258 '|third_party/blink/renderer/core/frame/platform_event_(controller|dispatcher)'
Takeshi Yoshinoe387aa32017-08-02 13:16:13259 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13260 'blink_bindings': {
Blink Reformata30d4232018-04-07 15:31:06261 'filepath': 'third_party/blink/renderer/platform/bindings' \
262 '|third_party/blink/renderer/bindings',
Takeshi Yoshinoe387aa32017-08-02 13:16:13263 },
264 'blink_bindings_serialization': {
Kent Tamuraeb394c72018-04-07 19:14:55265 'filepath': 'third_party/blink/renderer/bindings/(core|modules)/v8/.*serializ',
Takeshi Yoshinoe387aa32017-08-02 13:16:13266 },
267 'blink_bluetooth': {
Kent Tamuraeb394c72018-04-07 19:14:55268 'filepath': 'third_party/(WebKit|blink)/.*[Bb]luetooth'
Takeshi Yoshinoe387aa32017-08-02 13:16:13269 },
Fernando Serboncinife13f9d2018-08-14 13:35:54270 'blink_canvas': {
Blink Reformata30d4232018-04-07 15:31:06271 'filepath': 'third_party/blink/renderer/core/html/canvas' \
Fernando Serboncinife13f9d2018-08-14 13:35:54272 '|third_party/blink/renderer/core/offscreencanvas' \
273 '|third_party/blink/renderer/core/geometry' \
274 '|third_party/blink/renderer/modules/canvas' \
275 '|third_party/blink/renderer/platform/graphics/canvas',
Takeshi Yoshinoe387aa32017-08-02 13:16:13276 },
277 'blink_client_hints': {
Kent Tamuraeb394c72018-04-07 19:14:55278 'filepath': 'third_party/blink/renderer/core/loader/accept_client_hints*' \
279 '|third_party/blink/renderer/core/loader/frame_fetch_context*' \
280 '|third_party/blink/renderer/core/loader/resource/image_resource*' \
281 '|third_party/blink/renderer/platform/loader/fetch/fetch_context*' \
282 '|third_party/blink/renderer/platform/loader/fetch/resource_fetcher*'
Takeshi Yoshinoe387aa32017-08-02 13:16:13283 },
284 'blink_clipboard': {
Blink Reformata30d4232018-04-07 15:31:06285 'filepath': 'third_party/blink/renderer/core/clipboard' \
Kent Tamuraeb394c72018-04-07 19:14:55286 '|third_party/blink/renderer/core/page/.*drag' \
287 '|third_party/blink/renderer/platform/.*drag' \
Kent Tamuraeb394c72018-04-07 19:14:55288 '|third_party/blink/public/platform/.*drag' \
289 '|third_party/blink/public/web/.*drag',
Takeshi Yoshinoe387aa32017-08-02 13:16:13290 },
Jeremy Romanb7b3a6a2018-02-07 20:15:32291 'blink_common': {
Kent Tamuraeb394c72018-04-07 19:14:55292 'filepath': 'third_party/blink/common'
Blink Reformata30d4232018-04-07 15:31:06293 '|third_party/blink/public/common' \
294 '|third_party/blink/public/mojom',
Jeremy Romanb7b3a6a2018-02-07 20:15:32295 },
Kentaro Hara993b0de2017-08-07 02:26:37296 'blink_controller': {
Blink Reformata30d4232018-04-07 15:31:06297 'filepath': 'third_party/blink/renderer/controller',
Kentaro Hara993b0de2017-08-07 02:26:37298 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13299 'blink_css': {
Blink Reformata30d4232018-04-07 15:31:06300 'filepath': 'third_party/blink/renderer/core/css',
Takeshi Yoshinoe387aa32017-08-02 13:16:13301 },
302 'blink_css_flexbox': {
Kent Tamuraeb394c72018-04-07 19:14:55303 'filepath': 'third_party/blink/renderer/core/rendering/.*flex' \
Kent Tamura77578cc2018-11-25 22:33:43304 '|third_party/blink/web_tests/fast/deprecated-flexbox/' \
305 '|third_party/blink/web_tests/css3/flexbox/' \
306 '|third_party/blink/web_tests/ietestcenter/css3/flexbox/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13307 },
308 'blink_css_fragmentation_tests': {
Kent Tamura77578cc2018-11-25 22:33:43309 'filepath': 'third_party/blink/web_tests/fast/multicol/' \
310 '|third_party/blink/web_tests/fast/pagination/' \
311 '|third_party/blink/web_tests/fragmentation/' \
312 '|third_party/blink/web_tests/printing/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13313 },
314 'blink_css_grid_layout': {
Kent Tamuraeb394c72018-04-07 19:14:55315 'filepath': 'third_party/blink/renderer/core/layout/.*grid' \
316 '|third_party/blink/renderer/core/paint/.*grid' \
317 '|third_party/blink/renderer/core/css/.*grid' \
Kent Tamura77578cc2018-11-25 22:33:43318 '|third_party/blink/web_tests/fast/css-grid-layout/' \
319 '|third_party/blink/web_tests/ietestcenter/css3/grid/' \
320 '|third_party/blink/web_tests/platform/.*/fast/css-grid-layout/' \
321 '|third_party/blink/web_tests/platform/.*/ietestcenter/css3/grid/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13322 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13323 'blink_custom_elements': {
Blink Reformata30d4232018-04-07 15:31:06324 'filepath': 'third_party/blink/renderer/core/html/custom/' \
Kent Tamuraeb394c72018-04-07 19:14:55325 '|third_party/blink/renderer/bindings/core/v8/.*custom_element',
Takeshi Yoshinoe387aa32017-08-02 13:16:13326 },
327 'blink_device_orientation': {
Oksana Zhuravlova5e236ec92018-07-25 00:16:03328 'filepath': 'content/browser/device_sensors/' \
329 '|content/test/data/device_sensors/' \
330 '|third_party/blink/renderer/modules/device_orientation/' \
Kent Tamura77578cc2018-11-25 22:33:43331 '|third_party/blink/web_tests/device_orientation/' \
Kent Tamuraeb394c72018-04-07 19:14:55332 '|third_party/blink/renderer/core/frame/platform_event_(controller|dispatcher)' \
333 '|third_party/blink/renderer/core/frame/device_single_window_event_controller'
Takeshi Yoshinoe387aa32017-08-02 13:16:13334 },
335 'blink_devtools': {
Kent Tamuraeb394c72018-04-07 19:14:55336 'filepath': 'third_party/(WebKit|blink)/.*(inspector|DevTools|dev_tools|devtools)',
Takeshi Yoshinoe387aa32017-08-02 13:16:13337 },
338 'blink_dom': {
Blink Reformata30d4232018-04-07 15:31:06339 'filepath': 'third_party/blink/renderer/core/dom/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13340 },
341 'blink_dom_events': {
Blink Reformata30d4232018-04-07 15:31:06342 'filepath': 'third_party/blink/renderer/core/dom/events/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13343 },
344 'blink_events': {
Kent Tamuraeb394c72018-04-07 19:14:55345 'filepath': 'third_party/blink/renderer/core/page/.*event' \
346 '|third_party/blink/renderer/core/dom/.*event' \
347 '|third_party/blink/renderer/core/css/.*event' \
348 '|third_party/blink/renderer/platform/.*event'
Takeshi Yoshinoe387aa32017-08-02 13:16:13349 },
350 'blink_fetch': {
Blink Reformata30d4232018-04-07 15:31:06351 'filepath': 'third_party/blink/renderer/platform/loader/fetch'
Takeshi Yoshinoe387aa32017-08-02 13:16:13352 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13353 'blink_fileapi': {
Blink Reformata30d4232018-04-07 15:31:06354 'filepath': 'third_party/blink/renderer/modules/filesystem/' \
355 '|third_party/blink/renderer/core/fileapi/' \
Kent Tamuraeb394c72018-04-07 19:14:55356 '|third_party/blink/renderer/platform/.*file' \
Kent Tamura77578cc2018-11-25 22:33:43357 '|third_party/blink/web_tests/fast/file' \
Kent Tamuraeb394c72018-04-07 19:14:55358 '|third_party/blink/public/.*_file'
Takeshi Yoshinoe387aa32017-08-02 13:16:13359 },
360 'blink_frames': {
Blink Reformata30d4232018-04-07 15:31:06361 'filepath': 'third_party/blink/renderer/core/frame/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13362 },
363 'blink_geolocation': {
Kent Tamura77578cc2018-11-25 22:33:43364 'filepath': 'third_party/blink/web_tests/geolocation-api/' \
Blink Reformata30d4232018-04-07 15:31:06365 '|third_party/blink/renderer/modules/geolocation/' \
Kent Tamuraeb394c72018-04-07 19:14:55366 '|third_party/blink/public/web/.*geolocation'
Takeshi Yoshinoe387aa32017-08-02 13:16:13367 },
368 'blink_heap': {
Blink Reformata30d4232018-04-07 15:31:06369 'filepath': 'third_party/blink/renderer/platform/heap' \
Takeshi Yoshinoe387aa32017-08-02 13:16:13370 '|base/allocator/partition_allocator/'
371 },
372 'blink_html': {
Blink Reformata30d4232018-04-07 15:31:06373 'filepath': 'third_party/blink/renderer/core/html/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13374 },
375 'blink_htmlparser': {
Blink Reformata30d4232018-04-07 15:31:06376 'filepath': 'third_party/blink/renderer/core/html/parser/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13377 },
Chris Blume484eaa1b2018-12-14 22:49:18378 'blink_image_codecs': {
379 'filepath': 'third_party/blink/renderer/platform/image-decoders' \
380 '|third_party/blink/renderer/platform/image-encoders' \
381 '|third_party/blink/perf_tests/image_decoder'
382 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13383 'blink_indexed_db': {
Chase Phillips7027bd52018-08-30 17:31:55384 'filepath': 'third_party/blink/common/indexeddb' \
385 '|third_party/blink/public/common/indexeddb' \
386 '|third_party/blink/public/platform/.*_idb' \
387 '|third_party/blink/public/platform/modules/indexeddb' \
388 '|third_party/blink/public/mojom/indexeddb' \
389 '|third_party/blink/renderer/modules/indexeddb/' \
Kent Tamura77578cc2018-11-25 22:33:43390 '|third_party/blink/web_tests/storage/indexeddb'
Takeshi Yoshinoe387aa32017-08-02 13:16:13391 },
392 'blink_input': {
Blink Reformata30d4232018-04-07 15:31:06393 'filepath': 'third_party/blink/renderer/core/input/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13394 },
395 'blink_layers': {
Kent Tamuraeb394c72018-04-07 19:14:55396 'filepath': 'third_party/blink/renderer/core/page/scrolling/scrolling_coordinator' \
397 '|third_party/blink/renderer/platform/graphics/graphics_layer' \
398 '|third_party/blink/renderer/core/layout/layer'
Takeshi Yoshinoe387aa32017-08-02 13:16:13399 },
400 'blink_layout': {
Kent Tamuraeb394c72018-04-07 19:14:55401 'filepath': 'third_party/blink/renderer/core/layout'
Takeshi Yoshinoe387aa32017-08-02 13:16:13402 },
403 'blink_layout_ng': {
Blink Reformata30d4232018-04-07 15:31:06404 'filepath': 'third_party/blink/renderer/core/layout/ng',
Takeshi Yoshinoe387aa32017-08-02 13:16:13405 },
406 'blink_loader': {
Blink Reformata30d4232018-04-07 15:31:06407 'filepath': 'third_party/blink/renderer/core/loader/' \
408 '|third_party/blink/renderer/platform/loader/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13409 },
410 'blink_media': {
Blink Reformata30d4232018-04-07 15:31:06411 'filepath': 'third_party/blink/renderer/core/css/mediaControls' \
Kent Tamuraeb394c72018-04-07 19:14:55412 '|third_party/blink/renderer/core/html/.*_(audio|media|video)' \
413 '|third_party/blink/renderer/core/html/shadow/media_control' \
414 '|third_party/blink/renderer/core/layout/layout_media' \
415 '|third_party/blink/renderer/core/layout/layout_text_track_container_element' \
Blink Reformata30d4232018-04-07 15:31:06416 '|third_party/blink/renderer/modules/(encryptedmedia|mediasource)' \
417 '|third_party/blink/renderer/platform/drm/' \
418 '|third_party/blink/renderer/platform/graphics/media/' \
Kent Tamura77578cc2018-11-25 22:33:43419 '|third_party/blink/web_tests/media/' \
Kent Tamuraeb394c72018-04-07 19:14:55420 '|third_party/blink/public/.*_media'
Takeshi Yoshinoe387aa32017-08-02 13:16:13421 },
422 'blink_media_queries': {
Kent Tamuraeb394c72018-04-07 19:14:55423 'filepath': 'third_party/blink/renderer/core/css/css_media_rule' \
424 '|third_party/blink/renderer/core/css/media_list' \
425 '|third_party/blink/renderer/core/css/media_query' \
426 '|third_party/blink/renderer/core/css/parser/media_query'
Takeshi Yoshinoe387aa32017-08-02 13:16:13427 },
428 'blink_mediastream': {
Blink Reformata30d4232018-04-07 15:31:06429 'filepath': 'third_party/blink/renderer/modules/mediastream/' \
430 '|third_party/blink/renderer/platform/mediastream/' \
Kent Tamuraeb394c72018-04-07 19:14:55431 '|third_party/blink/renderer/platform/exported/web_media_stream' \
432 '|third_party/blink/renderer/platform/exported/web_rtc' \
Kent Tamura77578cc2018-11-25 22:33:43433 '|third_party/blink/web_tests/fast/mediastream/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13434 },
435 'blink_modules': {
Blink Reformata30d4232018-04-07 15:31:06436 'filepath': 'third_party/blink/renderer/modules'
Takeshi Yoshinoe387aa32017-08-02 13:16:13437 },
438 'blink_navigator_content_utils': {
Blink Reformata30d4232018-04-07 15:31:06439 'filepath': 'third_party/blink/renderer/modules/navigatorcontentutils' \
Kent Tamura77578cc2018-11-25 22:33:43440 '|third_party/blink/web_tests/fast/dom/navigatorcontentutils'
Takeshi Yoshinoe387aa32017-08-02 13:16:13441 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13442 'blink_out_of_process_frames': {
Kent Tamuraeb394c72018-04-07 19:14:55443 'filepath': 'third_party/blink/renderer/core/frame/frame_owner' \
444 '|third_party/blink/renderer/core/frame/frame\.' \
445 '|third_party/blink/renderer/core/frame/web_frame' \
446 '|third_party/blink/renderer/core/exported/web_remote_frame_impl'
Takeshi Yoshinoe387aa32017-08-02 13:16:13447 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13448 'blink_paint': {
Blink Reformata30d4232018-04-07 15:31:06449 'filepath': 'third_party/blink/renderer/core/paint/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13450 },
Xida Chen0ef92782018-01-17 05:53:35451 'blink_paintworklet': {
Blink Reformata30d4232018-04-07 15:31:06452 'filepath': 'third_party/blink/renderer/modules/csspaint/' \
Kent Tamura77578cc2018-11-25 22:33:43453 '|third_party/blink/web_tests/http/tests/csspaint/' \
454 '|third_party/blink/web_tests/externla/wpt/css/css-paint-api/'
Xida Chen0ef92782018-01-17 05:53:35455 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13456 'blink_permissions': {
Blink Reformata30d4232018-04-07 15:31:06457 'filepath': 'third_party/blink/renderer/modules/permissions/' \
Julie Jeongeun Kim162c2d282019-03-13 07:23:52458 '|third_party/blink/public/mojom/permissions/',
Takeshi Yoshinoe387aa32017-08-02 13:16:13459 },
460 'blink_platform': {
Blink Reformata30d4232018-04-07 15:31:06461 'filepath': 'third_party/blink/renderer/platform'
Takeshi Yoshinoe387aa32017-08-02 13:16:13462 },
463 'blink_platform_graphics': {
Blink Reformata30d4232018-04-07 15:31:06464 'filepath': 'third_party/blink/renderer/platform/fonts' \
465 '|third_party/blink/renderer/platform/geometry' \
466 '|third_party/blink/renderer/platform/graphics'
Takeshi Yoshinoe387aa32017-08-02 13:16:13467 },
468 'blink_preloadScanner': {
Kent Tamuraeb394c72018-04-07 19:14:55469 'filepath': 'third_party/blink/renderer/core/html/parser/html_preload_scanner',
Takeshi Yoshinoe387aa32017-08-02 13:16:13470 },
471 'blink_prerender': {
Kent Tamuraeb394c72018-04-07 19:14:55472 'filepath': 'third_party/(WebKit|blink)/.*([Pp]rerender|loader/link_loader|html/html_link_element)'
Takeshi Yoshinoe387aa32017-08-02 13:16:13473 },
474 'blink_public_api': {
Blink Reformata30d4232018-04-07 15:31:06475 'filepath': 'third_party/blink/public'
Takeshi Yoshinoe387aa32017-08-02 13:16:13476 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13477 'blink_quota': {
Blink Reformata30d4232018-04-07 15:31:06478 'filepath': 'third_party/blink/renderer/modules/quota/' \
Kent Tamuraeb394c72018-04-07 19:14:55479 '|third_party/blink/public/.*quota'
Takeshi Yoshinoe387aa32017-08-02 13:16:13480 },
481 'blink_scheduler': {
Blink Reformata30d4232018-04-07 15:31:06482 'filepath': 'third_party/blink/renderer/platform/scheduler' \
Kent Tamuraeb394c72018-04-07 19:14:55483 '|third_party/blink/renderer/core/html/parser/.*scheduler'
Takeshi Yoshinoe387aa32017-08-02 13:16:13484 },
485 'blink_screen_orientation': {
Blink Reformata30d4232018-04-07 15:31:06486 'filepath': 'third_party/blink/renderer/modules/screen_orientation/' \
487 '|third_party/blink/public/platform/modules/screen_orientation',
Takeshi Yoshinoe387aa32017-08-02 13:16:13488 },
489 'blink_script': {
Kent Tamuraeb394c72018-04-07 19:14:55490 'filepath': 'third_party/blink/renderer/bindings/core/v8/.*module.*' \
491 '|third_party/blink/renderer/bindings/core/v8/script_controller.*' \
492 '|third_party/blink/renderer/bindings/core/v8/script_source_code.*' \
493 '|third_party/blink/renderer/bindings/core/v8/v8_script_runner.*'
494 '|third_party/blink/renderer/core/dom/.*modul.*' \
495 '|third_party/blink/renderer/core/dom/.*script.*' \
496 '|third_party/blink/renderer/core/html/html_script_element.*' \
497 '|third_party/blink/renderer/core/html/parser/html_parser_script_runner.*' \
Blink Reformata30d4232018-04-07 15:31:06498 '|third_party/blink/renderer/core/loader/modulescript/' \
Kent Tamuraeb394c72018-04-07 19:14:55499 '|third_party/blink/renderer/core/loader/resource/script_resource.*' \
500 '|third_party/blink/renderer/core/svg/svg_script_element.*' \
501 '|third_party/blink/renderer/core/xml/parser/xml_document_parser.*'
Takeshi Yoshinoe387aa32017-08-02 13:16:13502 },
David Bokan9dc0046272017-12-29 00:28:01503 'blink_scroll': {
Kent Tamuraeb394c72018-04-07 19:14:55504 'filepath': 'third_party/blink/renderer/core/frame/.*view.*' \
505 '|third_party/blink/renderer/core/input/.*scroll.*' \
506 '|third_party/blink/renderer/core/input/event_handler.*' \
Blink Reformata30d4232018-04-07 15:31:06507 '|third_party/blink/renderer/core/page/scrolling/' \
Kent Tamuraeb394c72018-04-07 19:14:55508 '|third_party/blink/renderer/core/paint/.*scrollable_area.*' \
Blink Reformata30d4232018-04-07 15:31:06509 '|third_party/blink/renderer/platform/scroll/'
David Bokan9dc0046272017-12-29 00:28:01510 },
Matt Falkenhagenca7fbb62018-07-10 09:21:43511 'blink_service_worker' : {
512 'filepath': 'third_party/blink/renderer/modules/service_worker' \
Kent Tamura77578cc2018-11-25 22:33:43513 '|third_party/blink/web_tests/http/tests/serviceworker' \
514 '|third_party/blink/web_tests/external/wpt/service-workers'
Takeshi Yoshinoe387aa32017-08-02 13:16:13515 },
Matt Falkenhagenca7fbb62018-07-10 09:21:43516 'blink_service_worker_tests' : {
Kent Tamura77578cc2018-11-25 22:33:43517 'filepath': 'third_party/blink/web_tests/http/tests/serviceworker' \
518 '|third_party/blink/web_tests/external/wpt/service-workers'
Takeshi Yoshinoe387aa32017-08-02 13:16:13519 },
520 'blink_shadow_dom': {
Kent Tamuraeb394c72018-04-07 19:14:55521 'filepath': 'third_party/blink/renderer/core/dom/.*shadow' \
522 '|third_party/blink/renderer/core/dom/.*slot' \
523 '|third_party/blink/renderer/core/dom/.*insertion_point' \
524 '|third_party/blink/renderer/core/dom/.*flat_tree'
Takeshi Yoshinoe387aa32017-08-02 13:16:13525 },
526 'blink_spellcheck' : {
Blink Reformata30d4232018-04-07 15:31:06527 'filepath': 'third_party/blink/renderer/core/editing/spellcheck'
Takeshi Yoshinoe387aa32017-08-02 13:16:13528 },
Adam Rice027497d2018-07-27 02:17:02529 'blink_streams': {
530 'filepath': 'third_party/blink/renderer/core/streams/'
531 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13532 'blink_style': {
Kent Tamuraeb394c72018-04-07 19:14:55533 'filepath': 'third_party/(WebKit|blink)/.*(style/|Style)',
Takeshi Yoshinoe387aa32017-08-02 13:16:13534 },
535 'blink_svg': {
Blink Reformata30d4232018-04-07 15:31:06536 'filepath': 'third_party/blink/renderer/core/(layout/)?svg',
Takeshi Yoshinoe387aa32017-08-02 13:16:13537 },
538 'blink_track': {
Blink Reformata30d4232018-04-07 15:31:06539 'filepath': 'third_party/blink/renderer/core/html/track/' \
Kent Tamuraeb394c72018-04-07 19:14:55540 '|third_party/blink/renderer/core/loader/text_track' \
541 '|third_party/blink/renderer/core/html/meida/html_media_element' \
542 '|third_party/blink/renderer/core/html/shadow/media_control' \
Blink Reformata30d4232018-04-07 15:31:06543 '|third_party/blink/renderer/core/css/mediaControl' \
Kent Tamura77578cc2018-11-25 22:33:43544 '|third_party/blink/web_tests/media/track/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13545 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13546 'blink_vibration': {
Kent Tamura77578cc2018-11-25 22:33:43547 'filepath': 'third_party/blink/web_tests/vibration/' \
Blink Reformata30d4232018-04-07 15:31:06548 '|third_party/blink/renderer/modules/vibration/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13549 },
550 'blink_viewport_interaction': {
Kent Tamuraeb394c72018-04-07 19:14:55551 'filepath': 'third_party/blink/renderer/core/css/.*viewport' \
552 '|third_party/blink/renderer/core/dom/viewport_arguments' \
553 '|third_party/blink/renderer/core/frame/frame_view.*' \
554 '|third_party/blink/renderer/core/frame/.*viewport.*' \
555 '|third_party/blink/renderer/core/html/html_meta_element'
Takeshi Yoshinoe387aa32017-08-02 13:16:13556 },
557 'blink_w3ctests': {
Kent Tamura77578cc2018-11-25 22:33:43558 'filepath': 'third_party/blink/web_tests/external/' \
Kent Tamura01019442018-05-01 22:06:58559 '|third_party/blink/tools/blinkpy/w3c/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13560 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13561 'blink_webp': {
Blink Reformata30d4232018-04-07 15:31:06562 'filepath': 'third_party/blink/renderer/platform/image-decoders/webp' \
Kent Tamuraeb394c72018-04-07 19:14:55563 '|third_party/blink/renderer/platform/image-encoders/skia/webp'
Takeshi Yoshinoe387aa32017-08-02 13:16:13564 },
565 'blink_websockets': {
Blink Reformata30d4232018-04-07 15:31:06566 'filepath': 'third_party/blink/renderer/modules/websockets/' \
567 '|third_party/blink/renderer/platform/modules/websockets/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13568 },
569 'blink_workers': {
Blink Reformata30d4232018-04-07 15:31:06570 'filepath': 'third_party/blink/renderer/core/workers' \
Kent Tamura77578cc2018-11-25 22:33:43571 '|third_party/blink/web_tests/http/tests/workers' \
572 '|third_party/blink/web_tests/fast/workers' \
573 '|third_party/blink/web_tests/external/wpt/workers'
Takeshi Yoshinoe387aa32017-08-02 13:16:13574 },
575 'blink_wtf': {
Blink Reformata30d4232018-04-07 15:31:06576 'filepath': 'third_party/blink/renderer/platform/wtf',
Takeshi Yoshinoe387aa32017-08-02 13:16:13577 },
578 'blink_xml': {
Blink Reformata30d4232018-04-07 15:31:06579 'filepath': 'third_party/blink/renderer/core/xml/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13580 },
donnd787f6ed2016-08-03 01:00:56581 'bottombar': {
582 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/',
583 },
Tarun Bansalc4882282018-07-11 23:53:55584 'breve': {
585 'filepath': 'chrome/browser/net/spdyproxy|'\
586 'chrome_proxy|'\
Tarun Bansal129ca7842018-07-31 17:14:12587 'client_hints|'
Tarun Bansalc4882282018-07-11 23:53:55588 'components/blacklist|'\
589 'components/data_use|'\
590 'data_reduction_proxy|'\
Tarun Bansal129ca7842018-07-31 17:14:12591 'data_use_measurement|'\
592 'lazy_load|'
593 'navigation_predictor|'\
594 'net/nqe|'\
Tarun Bansalc4882282018-07-11 23:53:55595 'optimization_guide|'\
Tarun Bansal129ca7842018-07-31 17:14:12596 'optimization_hints|'\
Tarun Bansal2ba607d52019-04-25 18:30:52597 'prerender|'\
598 'previews|'\
599 'services/network/resource_scheduler'
Tarun Bansalc4882282018-07-11 23:53:55600 },
[email protected]22650d22012-07-18 17:02:35601 'browser_components': {
[email protected]a7228f62012-09-20 17:52:48602 'filepath': 'chrome/browser/autofill/' \
603 '|chrome/browser/bookmarks/' \
[email protected]a7228f62012-09-20 17:52:48604 '|chrome/browser/favicon/' \
[email protected]ddf288e2013-01-09 20:58:27605 '|chrome/browser/history/' \
[email protected]fccf4882013-03-15 04:46:19606 '|chrome/browser/webdata/' \
[email protected]3947d4a82013-03-12 09:41:05607 '|components/autofill/'
[email protected]22650d22012-07-18 17:02:35608 },
[email protected]f76c8852012-06-21 16:37:00609 'browser_compositor': {
[email protected]f2f0fbb92012-07-14 15:52:49610 'filepath': 'ui/compositor/'
[email protected]fbd846b2010-11-19 01:32:18611 },
michaelpge42ca3b32016-02-19 08:17:57612 'browser_resources_md': {
613 'filepath': 'chrome/browser/resources/md_'\
614 '|chrome/browser/resources/settings/',
615 },
Alexander Timinaa132762019-05-10 16:10:17616 'browser_scheduler': {
617 'filepath': 'content/browser/scheduler'
618 },
[email protected]0ce480532012-07-20 12:33:20619 'browsing_data': {
Christian Dullweberc0b53642018-10-11 16:20:55620 'filepath': 'browsing_data|BrowsingData',
[email protected]0ce480532012-07-20 12:33:20621 },
[email protected]f76c8852012-06-21 16:37:00622 'bubble': {
[email protected]f2f0fbb92012-07-14 15:52:49623 'filepath': 'ui/views/bubble/|'\
rouslan8d6a8372015-09-10 19:10:10624 'chrome/browser/ui/views/bubble/|'\
625 'components/bubble/',
[email protected]f76c8852012-06-21 16:37:00626 },
jkarlin539748402015-03-31 17:36:31627 'cache_storage': {
Josh Karlin1bd016742017-08-18 17:44:17628 'filepath': '/cache.storage/'
629 '|/cachestorage/',
jkarlin539748402015-03-31 17:36:31630 },
[email protected]10fbd5952013-08-22 07:42:39631 'cast': {
mark a. foltze8739c7c2019-04-24 18:33:09632 'filepath': 'media/cast/' \
633 '|chrome/browser/extensions/api/cast_streaming/' \
634 '|chrome/browser/media/cast/' \
635 '|chrome/browser/media/router/providers/cast/' \
636 '|chrome/browser/resources/cast/' \
637 '|chrome/browser/ui/webui/cast/' \
638 '|chrome/common/media_router/providers/cast/' \
639 '|chrome/renderer/media/cast/' \
640 '|chrome/test/data/extensions/api_test/cast/' \
641 '|chrome/test/data/extensions/api_test/cast_streaming/' \
642 '|components/mirroring/' \
643 '|content/public/renderer/media_stream_' \
miu5e69f1c52016-10-23 13:40:11644 '|content/renderer/media/(media_stream|(.+audio_source))',
[email protected]10fbd5952013-08-22 07:42:39645 },
ryanchung4d157372016-05-10 20:27:16646 'cast_certificate': {
647 'filepath': 'components/cast_certificate/'\
648 '|components/test/data/cast_certificate/',
649 },
mfoltz57fd7f32017-05-03 06:12:58650 'cast_channel': {
651 'filepath': 'chrome/test/data/extensions/api_test/cast_channel/' \
Ryan Ki Sing Chung27cc7ed92017-07-25 21:53:47652 '|components/cast_channel/' \
653 '|extensions/browser/api/cast_channel'
mfoltz57fd7f32017-05-03 06:12:58654 },
Takeshi Yoshino524e1d262017-07-28 01:16:38655 'cc': {
danakjca574522017-09-20 16:38:59656 'filepath': 'cc/'\
657 '|components/viz/'
658 },
Yi Guc1c54682018-07-23 12:00:00659 'cc-animation': {
660 'filepath': 'cc/animation/'
661 },
danakjca574522017-09-20 16:38:59662 'cc-contexts': {
663 'filepath': 'components/viz/common/gpu'
664 },
665 'cc-display': {
666 'filepath': 'components/viz/service/display'\
667 '|cc/output'
668 },
669 'cc-paint': {
670 'filepath': 'cc/paint'
671 },
672 'cc-quads': {
673 'filepath': 'components/viz/common/quads'
674 },
675 'cc-resources': {
676 'filepath': 'cc/resources'\
677 '|components/viz/common/resources'
Takeshi Yoshino524e1d262017-07-28 01:16:38678 },
Alexander Timin864bf8a02018-03-12 11:06:28679 'cc-scheduler': {
680 'filepath': 'cc/scheduler'
681 },
eranmc2a9f612015-11-24 16:41:34682 'certificate_transparency': {
683 'filepath': 'components/certificate_transparency/'\
eranmc2a9f612015-11-24 16:41:34684 '|net/cert/ct_'\
685 '|net/cert/multi_log_ct_verifier'\
686 '|net/cert/sct_status_flags.h'\
687 '|net/cert/signed_certificate_timestamp'\
688 '|net/cert/signed_tree_head'\
689 '|net/test/ct_',
690 },
Joe Mason60ec2f32018-02-15 15:50:51691 'chrome_cleaner': {
692 'filepath': 'chrome/browser/component_updater/sw_reporter_'\
693 '|chrome/browser/resources/settings/chrome_cleanup_page/'\
694 '|chrome/browser/safe_browsing/chrome_cleaner/'\
695 '|chrome/browser/ui/views/chrome_cleaner_'\
696 '|chrome/browser/ui/webui/settings/chrome_cleanup_'\
Joe Mason12a02332018-04-19 14:39:00697 '|chrome/chrome_cleaner/'\
Joe Mason60ec2f32018-02-15 15:50:51698 '|components/chrome_cleaner/',
699 },
[email protected]c73ec8ab2014-01-16 20:35:23700 'chrome_elf': {
Patrick Monette0196be22019-05-10 03:33:15701 'filepath': 'chrome/chrome_elf',
[email protected]c73ec8ab2014-01-16 20:35:23702 },
lpy0ca13772017-02-28 19:48:27703 'chrome_grc': {
lpy53b82752017-05-31 22:30:49704 'filepath': 'chrome/browser/resource_coordinator/'\
705 '|services/resource_coordinator/',
lpy0ca13772017-02-28 19:48:27706 },
Sebastien Marchand68b41432019-05-09 19:38:07707 'chrome_performance_manager': {
708 'filepath': 'chrome/browser/performance_manager/',
709 },
Takeshi Yoshino524e1d262017-07-28 01:16:38710 'chromecast': {
711 'filepath': 'chromecast/',
712 },
713 'chromecast_public': {
714 'filepath': 'chromecast/public/',
715 },
[email protected]f7bf8ba2011-02-24 22:28:46716 'chromedriver': {
samuong53d5e612014-10-10 18:56:38717 'filepath': 'chrome/test/chromedriver|'\
718 'chrome/test/data/chromedriver|'\
Jonathon Kereliuk540c7d52018-01-18 06:22:03719 'third_party/webdriver|'\
Blink Reformata30d4232018-04-07 15:31:06720 'third_party/blink/renderer/devtools/front_end/emulated_devices/module.json'
[email protected]f7bf8ba2011-02-24 22:28:46721 },
[email protected]f76c8852012-06-21 16:37:00722 'chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:49723 'filepath': 'chromeos/',
[email protected]531b1532011-08-11 03:52:01724 },
[email protected]eda0a0b2013-04-19 20:34:35725 'chromeos_attestation': {
726 'filepath': 'chromeos/attestation/|'\
[email protected]64494c3f2013-08-14 22:15:59727 'chrome/browser/chromeos/attestation/|'\
728 'chrome/browser/extensions/api/enterprise_platform_keys_private/',
[email protected]eda0a0b2013-04-19 20:34:35729 },
Ryan Hansberry8e41a5c42019-04-18 22:12:51730 'chromeos_bluetooth': {
731 'filepath': 'ash/system/bluetooth/'\
Ryan Hansberry8e41a5c42019-04-18 22:12:51732 '|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 },
Anastasia Helfinstein83c763a2019-05-13 18:15:03785 'chromevox': {
786 'filepath': 'chromevox',
787 },
[email protected]cef7a6d2011-04-29 20:49:07788 'clang_update': {
Nico Webere250e6a2015-12-02 19:31:56789 'filepath': 'tools/clang/scripts/update.py'
[email protected]cef7a6d2011-04-29 20:49:07790 },
[email protected]f76c8852012-06-21 16:37:00791 'clipboard': {
792 'filepath': 'clipboard|dnd|drag|drop',
[email protected]2418b022011-05-19 21:06:02793 },
Aaron Gable64f273582017-03-30 18:02:00794 'codereview_settings': {
795 'filepath': 'codereview.settings',
796 },
sdefresned94c5b02015-07-22 17:54:55797 'components_deps': {
798 'filepath': 'components/([^/]*/)*DEPS',
799 },
Matthew Jonesf3b5f4f2019-01-04 00:01:25800 'compositor_animator': {
801 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/compositor/animation/',
802 },
scheib968e61052014-11-05 00:27:25803 'content_bluetooth': {
804 'filepath': 'content/.*bluetooth'
805 },
kinuko01cbe8a12015-10-20 09:59:06806 'content_loader': {
mmenkefaa97d3b2016-09-25 14:24:02807 'filepath': 'chrome/browser/loader|' \
808 'content/browser/loader|' \
kinuko01cbe8a12015-10-20 09:59:06809 'content/child/*loader',
810 },
mkwst512627022014-09-16 09:23:27811 'content_renderer': {
812 'filepath': 'content/renderer/',
813 },
[email protected]aa3311a2012-11-19 16:04:58814 'content_shell': {
815 'filepath': 'content/shell/',
816 },
kinukoa121bce2015-01-30 10:04:41817 'content_worker': {
818 'filepath': 'content/.*worker',
819 },
donnd787f6ed2016-08-03 01:00:56820 'contextual_search': {
821 'filepath': 'chrome/browser/android/contextualsearch/|' \
822 'chrome/android/java/src/org/chromium/chrome/browser/contextualsearch/|' \
823 'chrome/android/javatests/src/org/chromium/chrome/browser/contextualsearch/|' \
824 'components/contextual_search/',
825 },
wfh792b71c2016-05-04 23:33:41826 'courgette': {
827 'filepath': 'courgette/',
828 },
Nico Weber6ff639a2017-08-11 21:04:50829 'cq': {
Andrii Shyshkalov17176242018-02-24 03:31:32830 'filepath': 'infra/config/branch/cq.cfg',
Nico Weber6ff639a2017-08-11 21:04:50831 },
michaelpge42ca3b32016-02-19 08:17:57832 'cr_elements': {
833 'filepath': 'ui/webui/resources/cr_element',
834 },
Chung-yih Wang7afc64a2018-03-06 02:09:04835 'cros_benchmarks': {
836 'filepath': 'tools/perf/contrib/cros_benchmarks',
837 },
Ben Wells03471a72018-03-22 00:58:46838 'crostini': {
Timothy Lohecae1e422018-06-07 05:53:59839 'filepath': 'crostini',
Ben Wells03471a72018-03-22 00:58:46840 },
Bailey Berro462580ea2019-02-22 23:09:37841 'cups_printing' : {
842 'filepath': 'chrome/browser/resources/settings/printing_page/'\
843 '|chrome/test/data/webui/settings/cups_printer_page_tests.js'\
844 '|chrome/browser/ui/webui/settings/chromeos/cups_printers_handler'\
845 '|chrome/browser/chromeos/printing/'\
846 '|printing/',
847 },
Wojciech Dzierżanowski7d246b52019-05-10 19:52:26848 'custom_proxy': {
849 'filepath': 'services/network/network_service_proxy_delegate.*',
850 },
ianwencdb8c9e2015-06-18 22:10:15851 'custom_tabs': {
Newton Allen38c62212015-06-24 21:41:53852 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/customtabs/|'\
Peter Beverloo5cc24512018-11-29 15:36:43853 'chrome/android/java/src/org/chromium/chrome/browser/browseractions/|'\
854 'chrome/android/java/src/org/chromium/chrome/browser/browserservices/|'\
855 'chrome/android/javatests/src/org/chromium/chrome/browser/customtabs/|'\
856 'chrome/android/javatests/src/org/chromium/chrome/browser/browseractions/|'\
857 'chrome/android/javatests/src/org/chromium/chrome/browser/browserservices/|'\
858 'chrome/browser/android/customtabs/',
alancuttercbad6512015-06-19 02:31:28859 },
Madeleine Barowsky21b04402019-01-29 19:17:05860 'data_decoder': {
861 'filepath': 'services/data_decoder/',
862 },
Ryo Hashimoto900be52c2018-05-24 06:42:26863 'dbus': {
864 'filepath': 'dbus/',
865 },
[email protected]5e105332012-09-13 01:55:52866 'deep_memory_profiler': {
867 'filepath': 'tools/(deep_memory_profiler|find_runtime_symbols)',
868 },
Bartosz Fabianowski85a823812015-04-16 10:27:51869 'device_bluetooth': {
870 'filepath': 'device/.*bluetooth'
871 },
juncaic08f41d2017-05-04 20:36:58872 'device_chooser': {
873 'filepath': 'chrome/browser/chooser_controller/|'\
874 'chrome/browser/ui/android/bluetooth_chooser_.*|'\
875 'chrome/browser/ui/android/usb_chooser_.*|'\
876 'chrome/browser/ui/bluetooth/|'\
877 'chrome/browser/ui/cocoa/device_chooser_.*|'\
878 'chrome/browser/ui/cocoa/extensions/chooser_dialog_.*|'\
879 'chrome/browser/ui/cocoa/permission_bubble/chooser_bubble_.*|'\
880 'chrome/browser/ui/views/device_chooser_.*|'\
881 'chrome/browser/ui/views/extensions/chooser_dialog_.*|'\
882 'chrome/browser/ui/views/permission_bubble/chooser_bubble_.*|'\
883 'chrome/browser/usb/usb_chooser_.*',
884 },
[email protected]342b12872012-11-07 12:10:46885 'devtools': {
886 'filepath': 'devtools',
887 },
[email protected]bab2a832012-07-11 23:29:41888 'disk_cache': {
889 'filepath': 'net/disk_cache/|http_cache',
890 },
[email protected]f76c8852012-06-21 16:37:00891 'download': {
[email protected]f2f0fbb92012-07-14 15:52:49892 'filepath': 'chrome/browser/download/|'\
[email protected]8492b5b2012-12-17 21:58:08893 'content/browser/download/',
[email protected]6bff0ad2011-06-17 01:32:51894 },
[email protected]ca872e362011-07-12 21:06:03895 'downloads_ui': {
dbeam78528be2016-02-18 07:08:49896 'filepath': 'chrome/browser/resources/(md_)?downloads/|' \
[email protected]8492b5b2012-12-17 21:58:08897 'chrome/browser/ui/webui/.*downloads|' \
898 'chrome/browser/ui/views/download/|' \
asanka2009f412015-10-05 17:28:12899 'chrome/browser/ui/cocoa/download/'
[email protected]ca872e362011-07-12 21:06:03900 },
[email protected]89d2cd52013-04-16 01:55:36901 'drive_resource_metadata': {
Ryo Hashimoto900be52c2018-05-24 06:42:26902 'filepath': 'drive.*resource_metadata'
[email protected]89d2cd52013-04-16 01:55:36903 },
[email protected]3a25c8a2014-06-26 06:47:10904 'eme': {
Xiaohan Wang6cbdcdf2018-06-12 21:55:54905 'filepath': 'chrome/renderer/media/.*key_system|' \
906 'chrome/browser/media/.*(cdm|encrypted)|' \
907 'components/cdm/|' \
[email protected]3a25c8a2014-06-26 06:47:10908 'content/browser/media/cdm/|' \
Xiaohan Wang6cbdcdf2018-06-12 21:55:54909 'media/base/android/.*drm|' \
[email protected]3a25c8a2014-06-26 06:47:10910 'media/cdm/|' \
911 'third_party/widevine/cdm/'
912 },
Justin DeWittf64d39e2018-08-09 21:33:41913 'explore_sites': {
914 'filepath': 'chrome/browser/android/explore_sites/|' \
915 'chrome/android/java/src/org/chromium/chrome/browser/explore_sites/'
916 },
[email protected]f76c8852012-06-21 16:37:00917 'extension': {
918 'filepath': 'extension',
[email protected]161277d42011-06-24 20:48:45919 },
lunalu0a9c05422016-11-11 17:19:06920 'feature_policy': {
Blink Reformata30d4232018-04-07 15:31:06921 'filepath': 'third_party/blink/renderer/platform/feature_policy/|' \
Kent Tamuraeb394c72018-04-07 19:14:55922 'third_party/blink/renderer/bindings/core/v8/origin_trial_features',
lunalu0a9c05422016-11-11 17:19:06923 },
[email protected]f76c8852012-06-21 16:37:00924 'fileapi': {
[email protected]8492b5b2012-12-17 21:58:08925 'filepath': 'file_system/|' \
926 'fileapi/'
[email protected]80919512011-08-03 08:51:04927 },
[email protected]f76c8852012-06-21 16:37:00928 'filebrowse': {
[email protected]8492b5b2012-12-17 21:58:08929 'filepath': 'file_browser|' \
930 'file_manager|' \
931 'filebrowse'
[email protected]4b07b62cc2011-10-03 17:52:39932 },
[email protected]4ed766c2013-09-19 09:45:20933 'filesapp': {
okab0be3dc2016-08-30 07:37:10934 'filepath': 'chrome/browser/chromeos/drive|' \
935 'chrome/browser/chromeos/extensions/file_manager|' \
936 'chrome/browser/chromeos/extensions/file_system_provider|' \
937 'chrome/browser/chromeos/file_manager|' \
938 'chrome/browser/chromeos/file_system_provider|' \
939 'chrome/browser/drive|' \
940 'chrome/test/data/extensions/api_test/file_system_provider|' \
941 'components/drive|' \
942 'google_apis/drive|' \
943 'ui/file_manager'
944 },
Tomasz Mikolajewski2905dbb2017-11-22 06:24:04945 'fsp': {
946 'filepath': 'chrome/browser/chromeos/extensions/file_system_provider|' \
947 'chrome/browser/chromeos/file_system_provider|' \
Tomasz Mikolajewski66b4faa22017-11-22 09:33:43948 'chrome/test/data/extensions/api_test/file_system_provider'
[email protected]4ed766c2013-09-19 09:45:20949 },
Wez385de5a2017-07-13 20:13:16950 'fuchsia': {
951 'filepath': 'fuchsia',
952 },
mmoroz58ddb8172016-09-08 18:29:55953 'fuzzing': {
954 'filepath': 'fuzz|Fuzz',
955 },
Vincent Scheibd5da4d952017-11-03 01:33:24956 'gamepad': {
957 'filepath': 'gamepad',
958 },
[email protected]3a2a6ac02014-06-20 07:07:12959 'gcm': {
peter9f4490a2017-01-27 00:58:36960 'filepath': 'chrome/browser/gcm/|'\
[email protected]3a2a6ac02014-06-20 07:07:12961 'components/gcm_driver/|'\
962 'google_apis/gcm/',
963 },
mikhail.pozdnyakova8db26402016-11-28 18:27:12964 'generic_sensor': {
Jun Caiaa1f040d2017-11-15 01:21:53965 'filepath': 'services/device/generic_sensor/|'\
Blink Reformata30d4232018-04-07 15:31:06966 'third_party/blink/renderer/modules/sensor/',
mikhail.pozdnyakova8db26402016-11-28 18:27:12967 },
[email protected]d8036492013-08-09 16:02:23968 'geolocation': {
969 'filepath': 'chrome/browser/geolocation/|'\
970 'content/browser/geolocation|'\
971 'content/public/common/geoposition.*|'\
972 'content/public/browser/geolocation.*|'\
973 'content/renderer/geolocation.*|'\
974 'content/shell/geolocation/',
975 },
[email protected]cf428f732012-10-02 20:48:15976 'gfx_geometry': {
danakj570c1332015-01-06 16:59:36977 'filepath': 'ui/gfx/geometry/',
[email protected]cf428f732012-10-02 20:48:15978 },
Takeshi Yoshino524e1d262017-07-28 01:16:38979 'gfx_image': {
980 'filepath': 'ui/gfx/image/',
981 },
[email protected]4d1773e2014-04-05 07:59:57982 'gn': {
983 'filepath': 'tools/gn',
984 },
[email protected]f76c8852012-06-21 16:37:00985 'gpu': {
[email protected]f2f0fbb92012-07-14 15:52:49986 'filepath': 'gpu/',
[email protected]f76c8852012-06-21 16:37:00987 },
Corentin Wallezc68aa9b2017-10-02 15:00:03988 'gpu_passthrough_cmd_decoder': {
989 'filepath': 'gpu/command_buffer/service/.*passthrough',
990 },
Ehsan Karamadc20cee22018-08-10 21:32:33991 'guest_view': {
992 'filepath': 'chrome/browser/apps/guest_view|'\
993 'chrome/browser/extensions/api/web_view|'\
994 'chrome/browser/guest_view|'\
995 'chrome/common/extensions/api/webview*.json|'\
996 'chrome/common/extensions/docs|'\
997 'chrome/renderer/resources/extensions/web_view|'\
998 'components/guest_view|'\
999 'content/browser/browser_plugin|'\
1000 'content/renderer/browser_plugin|'\
1001 'extensions/browser/api/guest_view|'\
1002 'extensions/browser/guest_view|'\
1003 'extensions/common/guest_view|'\
1004 'extensions/common/mojo/guest_view.mojom|'\
1005 'extensions/common/api/*view*.json|'\
1006 'extensions/renderer/guest_view',
1007 },
Andrey Kosyakova173d252018-05-07 18:29:111008 'headless': {
1009 'filepath': 'headless/'
1010 },
[email protected]f76c8852012-06-21 16:37:001011 'history_ui': {
dbeam78528be2016-02-18 07:08:491012 'filepath': 'chrome/browser/resources/(md_)?history|'\
1013 'chrome/browser/ui/webui/.*history',
[email protected]f76c8852012-06-21 16:37:001014 },
1015 'i18n': {
[email protected]f2f0fbb92012-07-14 15:52:491016 'filepath': 'base/i18n/|base/string|l10n|icu|'\
timvolodine8cdb94c2016-09-22 12:17:221017 'locale_settings|encoding',
[email protected]f76c8852012-06-21 16:37:001018 },
Greg Thompson4f90fc992017-07-25 19:30:371019 'incident_reporting': {
1020 'filepath': 'chrome/browser/safe_browsing/incident_reporting',
1021 },
[email protected]c26161352013-11-12 19:50:011022 'indexed_db': {
1023 'filepath': 'content/browser/indexed_db|'\
[email protected]c26161352013-11-12 19:50:011024 'content/public/browser/indexed_db|'\
Chase Phillips7027bd52018-08-30 17:31:551025 'content/renderer/indexed_db|'\
[email protected]c26161352013-11-12 19:50:011026 'content/test/data/indexeddb',
1027 },
John Budorickf6a1c302018-10-29 16:32:481028 'infra': {
1029 'filepath': 'infra/config|'\
1030 'testing/buildbot|'\
John Budorick2d04e372018-10-29 18:03:301031 'tools/mb',
John Budorickf6a1c302018-10-29 16:32:481032 },
bruthigaa8281f2016-02-09 17:52:311033 'ink_drop': {
1034 'filepath': 'ui/views/animation/test/.*ink_drop.*|' \
1035 'ui/views/animation/.*ink_drop.*'
1036 },
dtapuska1f997a12016-03-14 19:22:071037 'input': {
1038 'filepath': 'content/browser/renderer_host/input|'\
1039 'content/renderer/input|'\
1040 'ui/events/blink/'
1041 },
Michael Spang808d5c12018-10-23 19:20:391042 'input_devices': {
1043 'filepath': 'ui/events/devices/',
1044 },
Dominick Ngcaa7b402017-07-11 07:35:391045 'installable': {
Dominick Ng31b7feb2019-01-29 23:24:001046 'filepath': 'chrome/browser/extensions/bookmark_app*'\
1047 '|chrome/browser/installable/',
Dominick Ngcaa7b402017-07-11 07:35:391048 },
mmoss19826c62014-11-14 21:37:361049 'installer_linux': {
1050 'filepath': 'chrome/installer/linux/',
1051 },
Greg Thompson4f90fc992017-07-25 19:30:371052 'installer_win': {
1053 'filepath': 'chrome/install_static/'\
Samuel Huang577ef6c2018-03-13 18:19:341054 '|chrome/installer/(?!gcapi_mac/|linux/|mac/)'\
1055 '|components/zucchini/',
Greg Thompson4f90fc992017-07-25 19:30:371056 },
[email protected]56b4b09d32012-07-27 18:28:411057 'instant': {
[email protected]607903d2013-03-25 22:15:471058 'filepath': 'instant|searchbox|'\
1059 'chrome/browser/search/|'\
[email protected]c29b7dae2013-03-25 22:29:131060 'chrome/browser/ui/search/|'\
[email protected]eb99f8e2013-07-10 10:17:391061 'chrome/browser/resources/local_ntp/|'\
Ramya Nagarajan7768bf62018-11-28 21:26:041062 'chrome/common/search/|'\
1063 'chrome/test/data/local_ntp/|'\
1064 'components/search_provider_logos/|'\
1065 'components/test/data/search_provider_logos/',
[email protected]56b4b09d32012-07-27 18:28:411066 },
edchin46453b42017-03-03 01:40:111067 'ios': {
Sylvain Defresne81467d82017-05-29 09:06:141068 'filepath': 'ios/',
edchin46453b42017-03-03 01:40:111069 },
sdefresne18b47312015-06-18 15:15:091070 'ios_chrome': {
Sylvain Defresne81467d82017-05-29 09:06:141071 'filepath': 'ios/chrome/',
sdefresne18b47312015-06-18 15:15:091072 },
marqa4f135f2017-01-10 12:37:341073 'ios_clean': {
Sylvain Defresne81467d82017-05-29 09:06:141074 'filepath': 'ios/clean/',
marqa4f135f2017-01-10 12:37:341075 },
Eric Noyaua1825272019-01-02 10:36:391076 'ios_flags': {
Eric Noyaue13b4d72019-01-03 14:23:551077 'filepath': 'ios/chrome/browser/about_flags\.(h|mm)|'\
1078 'ios/chrome/browser/experimental_flags\.(h|mm)|'\
1079 'ios/chrome/browser/resources/Settings.bundle/Experimental\.plist',
Eric Noyaua1825272019-01-02 10:36:391080 },
marqa4f135f2017-01-10 12:37:341081 'ios_showcase': {
Sylvain Defresne81467d82017-05-29 09:06:141082 'filepath': 'ios/showcase/',
marqa4f135f2017-01-10 12:37:341083 },
eugenebutb5a5a8572017-01-20 01:18:111084 'ios_web': {
Sylvain Defresne81467d82017-05-29 09:06:141085 'filepath': 'ios/web(_view)?/',
eugenebutb5a5a8572017-01-20 01:18:111086 },
Bruno Santosc0ffc574d2019-04-09 22:16:491087 'kiosk_next': {
1088 'filepath': 'ash/kiosk_next/|'\
1089 'ash/public/interfaces/kiosk_next_shell.mojom|'\
1090 'chrome/browser/chromeos/kiosk_next_home/|'\
1091 'chrome/browser/resources/chromeos/kiosk_next_home/|'\
1092 'chrome/browser/resources/settings/kiosk_next_shell_page/|'\
1093 'chrome/browser/ui/ash/kiosk_next_',
1094 },
Johanndfa4d7d2017-12-07 18:05:291095 'libaom': {
1096 'filepath': 'third_party/libaom/',
1097 },
Takeshi Yoshino524e1d262017-07-28 01:16:381098 'libvpx': {
Johanndfa4d7d2017-12-07 18:05:291099 'filepath': 'third_party/libvpx/',
vabraafbd4f32015-11-10 19:30:231100 },
[email protected]a3f777d2014-01-07 23:38:261101 'libwebp': {
1102 'filepath': 'third_party/libwebp'
1103 },
dominiccabb90e02017-03-31 04:54:231104 'libxml_xslt': {
1105 'filepath': 'third_party/libxml/' \
1106 '|third_party/libxslt/',
1107 },
[email protected]04a292a2013-03-07 19:58:421108 'linux_fonts': {
1109 'filepath': 'ui/gfx/font_render_params_.*|'\
deratcd2d6fb2015-02-12 00:10:411110 'ui/gfx/platform_font_linux.*|'\
1111 'ui/gfx/render_text_harfbuzz.*',
[email protected]04a292a2013-03-07 19:58:421112 },
1113 'linux_sandboxing': {
[email protected]f2f0fbb92012-07-14 15:52:491114 'filepath': 'sandbox/linux/',
[email protected]f76c8852012-06-21 16:37:001115 },
[email protected]04a292a2013-03-07 19:58:421116 'linux_seccomp_bpf': {
[email protected]d6a23612012-11-13 20:11:541117 'filepath': 'content/common/sandbox.*linux.cc',
[email protected]f76c8852012-06-21 16:37:001118 },
lgrey62faed72016-10-11 21:40:391119 'mac': {
lgrey332339b12016-12-05 17:16:401120 'filepath': '(_|/)(cocoa|mac)(_|\.)|/(cocoa|mac)/|^((?!ios\/).)*\.mm?$',
lgrey62faed72016-10-11 21:40:391121 },
mlamourid8b0feb2015-06-02 16:30:471122 'manifest': {
1123 'filepath': 'content/(browser|renderer)/manifest/'\
Dominick Ng31b7feb2019-01-29 23:24:001124 '|content/public/common/manifest*'\
1125 '|third_party/blink/(common|mojom)/manifest/'\
1126 '|third_party/blink/renderer/modules/manifest/',
mlamourid8b0feb2015-06-02 16:30:471127 },
James Cook2dc6d042018-04-24 22:00:201128 'mash_buildbot_filters': {
1129 'filepath': 'testing/buildbot/filters/mash.*filter',
1130 },
[email protected]f76c8852012-06-21 16:37:001131 'media': {
Francois Beaufort9ab59c82017-08-24 13:10:291132 'filepath': 'media|third_party/(ffmpeg|opus|libvpx)'
[email protected]f76c8852012-06-21 16:37:001133 },
mcasasfeedbe42017-03-03 05:23:561134 'media_capture_from_element': {
alancutter40359812017-03-03 08:20:271135 'filepath': 'content/renderer/media_capture_from_element/' \
Blink Reformata30d4232018-04-07 15:31:061136 '|third_party/blink/renderer/modules/mediacapture/' \
Kent Tamuraeb394c72018-04-07 19:14:551137 '|third_party/blink/renderer/platform/exported/web_canvas_capture' \
Kent Tamura77578cc2018-11-25 22:33:431138 '|third_party/blink/web_tests/fast/mediacapturefromelement/' \
Kent Tamuraeb394c72018-04-07 19:14:551139 '|third_party/blink/public/platform/web_canvas_capture'
mcasasfeedbe42017-03-03 05:23:561140 },
Tommy Steimel074a1822018-02-07 17:25:441141 'media_controls': {
Blink Reformata30d4232018-04-07 15:31:061142 'filepath': 'third_party/blink/renderer/modules/media_controls/'
Tommy Steimel074a1822018-02-07 17:25:441143 },
[email protected]06dd23172013-06-24 21:04:511144 'media_galleries': {
1145 'filepath': 'chrome/browser/extensions/api/media_galleries/'\
[email protected]06dd23172013-06-24 21:04:511146 '|chrome/browser/media_galleries/'\
1147 '|chrome/browser/storage_monitor/'\
1148 '|chrome/common/media_galleries/'\
Jay Civellicf995502017-09-08 23:59:271149 '|chrome/test/data/extensions/api_test/media_galleries/'
[email protected]06dd23172013-06-24 21:04:511150 },
Hirokazu Hondae31ce109a2018-09-18 11:18:501151 'media_gpu': {
1152 'filepath': 'media/gpu/',
1153 },
alokp9e369ea72e2016-06-10 05:41:091154 'media_mojo': {
Xiaohan Wang6cbdcdf2018-06-12 21:55:541155 'filepath': 'media/mojo/'
alokp9e369ea72e2016-06-10 05:41:091156 },
mcasasfeedbe42017-03-03 05:23:561157 'media_recorder': {
alancutter40359812017-03-03 08:20:271158 'filepath': 'content/renderer/media_recorder/' \
Blink Reformata30d4232018-04-07 15:31:061159 '|third_party/blink/renderer/modules/mediarecorder/' \
Kent Tamuraeb394c72018-04-07 19:14:551160 '|third_party/blink/renderer/platform/exported/web_media_recorder' \
Kent Tamura77578cc2018-11-25 22:33:431161 '|third_party/blink/web_tests/fast/mediarecorder/' \
Kent Tamuraeb394c72018-04-07 19:14:551162 '|third_party/blink/public/platform/web_media_recorder'
mcasasfeedbe42017-03-03 05:23:561163 },
miu5e69f1c52016-10-23 13:40:111164 'media_remoting': {
1165 'filepath': 'chrome/browser/media/cast_remoting'\
1166 '|media/blink/webmediaplayer_'\
1167 '|media/mojo/interfaces/remoting.mojom'\
1168 '|media/remoting/',
1169 },
kmarshallb698ad4f2015-02-24 19:42:481170 'media_router': {
mark a. foltze8739c7c2019-04-24 18:33:091171 'filepath': 'chrome/android/features/media_router/' \
1172 '|chrome/app/media_router_strings.grdp' \
mfoltz57fd7f32017-05-03 06:12:581173 '|chrome/browser/media/router/' \
kmarshallb698ad4f2015-02-24 19:42:481174 '|chrome/browser/resources/media_router/' \
Takumi Fujimoto4bef2792018-05-03 17:51:551175 '|chrome/browser/ui/media_router/' \
mfoltz57fd7f32017-05-03 06:12:581176 '|chrome/browser/ui/views/media_router/' \
kmarshallb698ad4f2015-02-24 19:42:481177 '|chrome/browser/ui/webui/media_router/' \
Takumi Fujimoto4bef2792018-05-03 17:51:551178 '|chrome/common/media_router/' \
mfoltz57fd7f32017-05-03 06:12:581179 '|chrome/test/data/webui/media_router/' \
1180 '|chrome/test/media_router/' \
1181 '|chrome/utility/media_router/'
kmarshallb698ad4f2015-02-24 19:42:481182 },
Xiaohan Wang6cbdcdf2018-06-12 21:55:541183 'media_win': {
1184 'filepath': 'media/gpu/windows/'
1185 },
[email protected]f76c8852012-06-21 16:37:001186 'message_loop': {
[email protected]f2f0fbb92012-07-14 15:52:491187 'filepath': 'base/message_'
[email protected]f76c8852012-06-21 16:37:001188 },
1189 'metrics': {
[email protected]f2f0fbb92012-07-14 15:52:491190 'filepath': 'base/metrics/'\
asvitkine361b276e2016-08-30 18:45:001191 '|chrome/android/java/src/org/chromium/chrome/browser/metrics/'\
[email protected]f2f0fbb92012-07-14 15:52:491192 '|chrome/browser/metrics/'\
[email protected]f2f0fbb92012-07-14 15:52:491193 '|chrome/browser/chromeos/external_metrics'\
[email protected]b0d594d2014-02-21 03:22:121194 '|chrome/browser/extensions/api/metrics_private/'\
[email protected]f2f0fbb92012-07-14 15:52:491195 '|chrome/browser/ui/webui/metrics_handler'\
asvitkineb7e10302016-01-20 05:17:451196 '|chromecast/browser/metrics/'\
asvitkinee4bad382015-11-05 21:56:451197 '|components/metrics/'\
asvitkineb7e10302016-01-20 05:17:451198 '|components/metrics_services_manager/'\
[email protected]ce6b855a2014-03-12 19:51:391199 '|components/rappor/'\
asvitkinee4bad382015-11-05 21:56:451200 '|components/variations/'\
[email protected]b0d594d2014-02-21 03:22:121201 # Exclude XML files; in particular, histograms.xml.
1202 '|tools/metrics/[^.]*([.](?!xml$).*)?$',
1203 },
1204 'metrics_xml_files': {
1205 # Subscribe to this to watch for changes to histograms.xml.
toyoshim8f51f902015-03-27 03:50:211206 'filepath': 'tools/metrics/.*\.xml$',
1207 },
1208 'midi': {
1209 'filepath': 'midi',
[email protected]f76c8852012-06-21 16:37:001210 },
[email protected]341f218a2013-09-24 22:16:101211 'mojo': {
1212 'filepath': 'mojo',
1213 },
Kyle Horimotoc4d57b122018-02-28 01:17:301214 'multidevice': {
Ryan Hansberry587c8082018-09-20 01:31:191215 'filepath': 'ash/multi_device_setup/'\
Kyle Horimoto7de86582018-12-19 20:40:251216 '|chrome/browser/chromeos/cryptauth/'\
Ryan Hansberry587c8082018-09-20 01:31:191217 '|chrome/browser/chromeos/device_sync/'\
1218 '|chrome/browser/chromeos/multidevice_setup/'\
1219 '|chrome/browser/chromeos/secure_channel/'\
Kyle Horimoto592f64c2018-03-28 23:43:221220 '|chrome/browser/resources/chromeos/multidevice_setup/'\
Ryan Hansberry587c8082018-09-20 01:31:191221 '|chrome/browser/resources/settings/multidevice_page/'\
1222 '|chrome/browser/ui/webui/chromeos/multidevice_setup/'\
1223 '|chrome/browser/ui/webui/settings/chromeos/multidevice'\
Kyle Horimoto7de86582018-12-19 20:40:251224 '|chrome/test/data/webui/multidevice_setup/'\
1225 '|chromeos/components/multidevice/'\
James Hawkinsf7e517c2018-03-30 21:01:141226 '|chromeos/components/proximity_auth/'\
Kyle Horimoto7de86582018-12-19 20:40:251227 '|chromeos/resources/multidevice_resources.grdp'\
Kyle Horimoto592f64c2018-03-28 23:43:221228 '|chromeos/services/device_sync/'\
1229 '|chromeos/services/multidevice_setup/'\
1230 '|chromeos/services/secure_channel/'\
Kyle Horimoto9bace7f2018-09-21 23:36:481231 '|ui/webui/resources/cr_components/chromeos/multidevice_setup/'
Kyle Horimotoc4d57b122018-02-28 01:17:301232 },
rjkroegef60dea862015-10-29 17:50:061233 'mus': {
Scott Violet9f984252018-08-27 19:02:131234 'filepath': 'services/ws/'\
rjkroegef60dea862015-10-29 17:50:061235 '|mojo/gpu/',
1236 },
[email protected]f76c8852012-06-21 16:37:001237 'nacl': {
[email protected]f2f0fbb92012-07-14 15:52:491238 'filepath': 'chrome/nacl/|chrome/test/nacl/|'\
[email protected]193912d2013-09-06 17:41:561239 'chrome/browser/nacl_host/|chrome/common/nacl|'\
1240 'native_client_sdk/src/doc/',
[email protected]f76c8852012-06-21 16:37:001241 },
[email protected]99ddc3d2013-01-22 16:15:331242 'native_client_sdk': {
1243 'filepath': '^native_client_sdk/',
1244 },
[email protected]b9ecdb62014-03-07 14:56:431245 'navigation': {
1246 'filepath': 'content/browser/frame_host|'\
1247 'content/browser/renderer_host/render_process_host.*|'\
1248 'content/browser/renderer_host/render_view_host.*|'\
1249 'content/browser/web_contents/web_contents_impl.*|'\
1250 'content/renderer/render_frame.*|'\
1251 'content/renderer/render_view.*'
1252 },
[email protected]f76c8852012-06-21 16:37:001253 'net': {
[email protected]f2f0fbb92012-07-14 15:52:491254 'filepath': 'net/',
[email protected]f76c8852012-06-21 16:37:001255 },
bnc1872e8bd2017-01-27 02:47:281256 'net_base': {
1257 'filepath': 'net/base/',
1258 },
bnc1872e8bd2017-01-27 02:47:281259 'net_http2': {
1260 'filepath': 'net/http2/',
1261 },
[email protected]f76c8852012-06-21 16:37:001262 'net_log': {
mmenke59e4d8fb42016-06-15 21:15:281263 'filepath': 'net/log/|' \
[email protected]f2f0fbb92012-07-14 15:52:491264 'chrome/browser/net/.*net_log|' \
[email protected]f2f0fbb92012-07-14 15:52:491265 'chrome/browser/resources/net_internals/|' \
mmenke59e4d8fb42016-06-15 21:15:281266 'chrome/browser/ui/webui/net_internals/|' \
Takeshi Yoshino6b30abd2017-07-16 03:34:511267 'components/net_log/'
[email protected]f76c8852012-06-21 16:37:001268 },
Adam Rice027497d2018-07-27 02:17:021269 'net_server': {
1270 'filepath': 'net/server/'
1271 },
bnc1872e8bd2017-01-27 02:47:281272 'net_spdy': {
1273 'filepath': 'net/spdy/',
1274 },
Adam Rice027497d2018-07-27 02:17:021275 'net_websockets': {
1276 'filepath': 'net/websockets/',
1277 },
jkarlin539748402015-03-31 17:36:311278 'netinfo': {
Josh Karlin1bd016742017-08-18 17:44:171279 'filepath': '/netinfo/',
jkarlin539748402015-03-31 17:36:311280 },
Helen Li30f43d8e2018-05-09 16:24:011281 'network_service': {
1282 'filepath': 'services/network/',
1283 },
Vincent Scheibd5da4d952017-11-03 01:33:241284 'nfc': {
1285 'filepath': '/nfc/',
1286 },
Xing Liue18f0fb2019-03-22 23:55:141287 'notification_scheduler': {
1288 'filepath': 'chrome/browser/notifications/proto/|'\
1289 'chrome/browser/notifications/scheduler/'
1290 },
peterf4758412014-09-17 15:06:011291 'notifications': {
Peter Beverloo4548c852017-08-31 13:45:171292 'filepath': 'chrome/browser/extensions/api/notifications/|'\
1293 'chrome/browser/notifications/|'\
1294 'chrome/test/data/notifications/|'\
1295 'content/browser/notifications/|'\
Peter Beverloo4548c852017-08-31 13:45:171296 'content/common/platform_notification|'\
1297 'content/public/browser/platform_notification|'\
1298 'content/public/common/platform_notification|'\
1299 'content/renderer/notification_|'\
Xi Chengd47af342018-04-24 02:36:331300 'chrome/notification_helper/|'\
Kent Tamura77578cc2018-11-25 22:33:431301 'third_party/blink/web_tests/external/wpt/notifications|'\
1302 'third_party/blink/web_tests/http/tests/notifications|'\
Blink Reformata30d4232018-04-07 15:31:061303 'third_party/blink/renderer/modules/notifications|'\
1304 'third_party/blink/public/platform/modules/notifications|'\
peterf4758412014-09-17 15:06:011305 'ui/message_center/'
1306 },
tbansalc6f1c9f2016-09-30 22:48:421307 'nqe': {
1308 'filepath': 'nqe',
1309 },
mcwilliamsedee5042016-04-05 18:46:451310 'ntp_snippets': {
1311 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk16a37f902016-05-16 15:49:361312 'chrome/android/javatests/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk14c89352016-07-21 13:45:131313 'chrome/android/junit/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk117ffb322017-02-06 12:04:201314 'chrome/android/java/src/org/chromium/chrome/browser/suggestions/|'\
1315 'chrome/android/javatests/src/org/chromium/chrome/browser/suggestions/|'\
mvanouwerkerk538dc0b62016-05-17 14:55:341316 'chrome/browser/android/ntp/ntp_snippets|'\
mcwilliamsedee5042016-04-05 18:46:451317 'chrome/browser/ntp_snippets/|'\
mvanouwerkerk41649732016-05-17 13:37:001318 'chrome/browser/resources/snippets_internals|'\
1319 'chrome/browser/ui/webui/snippets_internals|'\
mcwilliamsedee5042016-04-05 18:46:451320 'components/ntp_snippets/|'\
1321 'chrome/android/java/res/layout/new_tab_page|'\
noyau451e6bb62016-12-23 14:29:041322 'chrome/android/java/res/layout/most_visited|'\
1323 'ios/chrome/browser/ntp_snippets'
mcwilliamsedee5042016-04-05 18:46:451324 },
treib70176c52016-07-08 14:34:191325 'ntp_tiles': {
1326 'filepath': 'chrome/browser/android/ntp/|'\
1327 'chrome/browser/ui/webui/ntp/|'\
1328 'chrome/common/search/ntp|'\
noyau451e6bb62016-12-23 14:29:041329 'components/ntp_tiles/|'\
1330 'ios/chrome/browser/ntp_tiles'
treib70176c52016-07-08 14:34:191331 },
peterb8ec88f82017-03-21 13:29:421332 'offline_items_collection': {
1333 'filepath': 'components/offline_items_collection/',
1334 },
dimichdce3ee492016-04-04 04:20:521335 'offline_pages': {
1336 'filepath': 'components/offline_pages/'\
fgorski329be5b2016-04-19 21:38:111337 '|chrome/browser/android/offline_pages/'\
1338 '|chrome/android/java/src/org/chromium/chrome/browser/offlinepages/'
dimichdce3ee492016-04-04 04:20:521339 },
[email protected]f76c8852012-06-21 16:37:001340 'omnibox': {
Justin Donnelly600d8e92018-11-09 00:40:501341 'filepath': '^chrome/browser/autocomplete/|'\
1342 '^chrome/browser/resources/omnibox|'\
1343 '^chrome/browser/ui/location_bar/|'\
1344 '^chrome/browser/ui/omnibox/|'\
1345 '^chrome/browser/ui/.*/location_bar/|'\
1346 '^chrome/browser/ui/.*/omnibox/|'\
1347 '^components/omnibox/'
[email protected]f76c8852012-06-21 16:37:001348 },
Doug Arnetta94d3ae2017-11-07 00:10:341349 'optimization_guide': {
1350 'filepath': 'optimization_guide|'\
1351 'optimization_hints',
1352 },
chasej6dff9292016-02-02 20:33:121353 'origin_trials': {
Jason Chasedfcd02b2018-08-10 21:07:491354 'filepath': 'origin_trial'\
chasej68b8bbd2017-01-26 19:26:131355 '|OriginTrial'\
1356 '|ConditionalFeature',
chasej6dff9292016-02-02 20:33:121357 },
[email protected]4a2078e2013-07-18 20:40:201358 'ozone': {
[email protected]f93c2c92013-10-31 18:22:441359 'filepath': 'ui/ozone/|'\
[email protected]4b66bf922013-10-28 19:49:431360 'ui/events/ozone/|'\
1361 'ui/gfx/ozone/|'\
[email protected]4a2078e2013-07-18 20:40:201362 'ui/gl/gl_.*egl.*|'\
1363 'ui/gl/gl_.*ozone.*'
1364 },
Sergey Ulanov004097c2018-11-05 23:29:281365 'ozone_scenic': {
1366 'filepath': 'ui/ozone/platform/scenic',
1367 },
lgarron9e25c7402017-03-15 04:03:111368 'page_info' : {
1369 'filepath': 'chrome/browser/ui/page_info/'\
1370 '|chrome/browser/ui/.*/page_info/'\
lgarron3428b2d32017-03-21 18:35:191371 '|chrome/android/java/src/org/chromium/chrome/browser/page_info/'\
lgarron6cd116a2017-04-07 19:42:181372 '|components/page_info_strings.grdp'\
Gregory Chatzinoffdf93d692017-09-09 01:32:271373 '|ios/chrome/browser/ui/page_info/'
lgarron6cd116a2017-04-07 19:42:181374 },
csharrison3b1dc4062015-10-19 14:31:081375 'page_load_metrics' : {
bmcquade9f433702016-07-26 23:33:501376 'filepath': 'chrome/browser/page_load_metrics/'\
1377 '|chrome/common/page_load_metrics/'\
1378 '|chrome/renderer/page_load_metrics/'
csharrison3b1dc4062015-10-19 14:31:081379 },
[email protected]f76c8852012-06-21 16:37:001380 'panels': {
[email protected]7cbe5a52012-09-27 02:00:291381 'filepath': 'chrome/browser/ui/panels'\
1382 '|chrome/browser/ui/cocoa/panels'\
[email protected]7cbe5a52012-09-27 02:00:291383 '|chrome/browser/ui/views/panels'
[email protected]f76c8852012-06-21 16:37:001384 },
[email protected]3cc8b3922014-05-05 13:12:081385 'password_manager': {
1386 'filepath': 'chrome/.*/password_'\
1387 '|chrome/browser/ui/passwords'\
1388 '|chrome/browser/ui/views/passwords'\
1389 '|chrome/test/data/password'\
1390 '|components/autofill.*password'
1391 '|components/password_'\
vabrccdb7222016-06-01 14:59:401392 '|^ios/chrome/browser/passwords'\
[email protected]3cc8b3922014-05-05 13:12:081393 },
rouslane8a22262016-10-19 20:49:411394 'payments': {
1395 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/payments'\
1396 '|chrome/android/javatests/src/org/chromium/chrome/browser/payments'\
Rouslan Solomakhin81af4cf2017-06-27 15:23:491397 '|chrome/browser/payments'\
1398 '|chrome/browser/ui/views/payments'\
Mohamad Ahmadi2b452762017-07-18 23:17:151399 '|components/payments/test/data'\
rouslana64ceca2016-10-26 01:10:311400 '|components/payments'\
Rouslan Solomakhin81af4cf2017-06-27 15:23:491401 '|content/browser/payments'\
1402 '|content/test/data/payments'\
1403 '|ios/chrome/browser/payments'\
1404 '|ios/chrome/browser/ui/payments'\
1405 '|ios/web/payments'\
1406 '|ios/web/public/payments'\
Kent Tamura77578cc2018-11-25 22:33:431407 '|third_party/blink/web_tests/external/wpt/payment-request'\
1408 '|third_party/blink/web_tests/http/tests/payments'\
1409 '|third_party/blink/web_tests/payments'\
Blink Reformata30d4232018-04-07 15:31:061410 '|third_party/blink/public/platform/modules/payments'\
1411 '|third_party/blink/renderer/modules/payments'
mahmadi0a7bb59f2017-02-22 19:13:491412 },
1413 'payments_ios': {
Rouslan Solomakhin81af4cf2017-06-27 15:23:491414 'filepath': 'ios/web/payments'\
1415 '|ios/chrome/browser/payments'\
1416 '|ios/chrome/browser/ui/payments'\
1417 '|ios/web/public/payments'
rouslane8a22262016-10-19 20:49:411418 },
[email protected]f76c8852012-06-21 16:37:001419 'pepper_api': {
[email protected]b8491b02013-11-13 03:50:581420 'filepath': 'ppapi/api'\
1421 '|ppapi/c',
[email protected]f76c8852012-06-21 16:37:001422 },
mlamourid8b0feb2015-06-02 16:30:471423 'permissions': {
1424 'filepath': 'content/(child,browser)/permissions/'\
1425 '|content/common/permission_*'\
1426 '|content/public/(common,browser)/permission_*'\
1427 '|chrome/browser/permissions/'\
1428 '|chrome/browser/content_settings/permission*'\
1429 '|permission_context',
1430 },
François Beaufortb2070eb2018-02-08 10:36:341431 'picture_in_picture': {
Blink Reformata30d4232018-04-07 15:31:061432 'filepath': 'third_party/blink/renderer/modules/picture_in_picture/'
François Beaufortb2070eb2018-02-08 10:36:341433 },
Lutz Justena67427102018-06-28 08:55:461434 'policy_templates': {
1435 'filepath': 'components/policy/resources/policy_templates.json'
1436 },
michaelpg11fff3f2015-02-06 03:35:341437 'polymer': {
1438 'filepath': 'third_party/polymer/|'\
michaelpgf94a2a22017-03-06 22:35:001439 'third_party/web-animations-js/|'\
dbeam78528be2016-02-18 07:08:491440 'tools/polymer|'\
michaelpg11fff3f2015-02-06 03:35:341441 'ui/webui/resources/polymer_resources.grdp',
1442 },
Charles Harrison981d33c2017-10-06 21:36:221443 'popup_blocker': {
1444 'filepath': 'chrome/browser/ui/blocked_content'
1445 },
twifkak0c69c1f2015-06-22 18:20:091446 'precache': {
1447 'filepath': '[pP]recache'
1448 },
[email protected]be775bc2014-06-30 15:41:141449 'prepopulated_engines': {
1450 'filepath': 'components/search_engines/prepopulated_engines.json',
1451 },
[email protected]f76c8852012-06-21 16:37:001452 'prerender': {
[email protected]78375a52012-07-14 14:47:571453 'filepath': 'prerender'
[email protected]f76c8852012-06-21 16:37:001454 },
mfoltz57fd7f32017-05-03 06:12:581455 'presentation': {
mark a. foltze8739c7c2019-04-24 18:33:091456 'filepath': 'content/browser/presentation/' \
1457 '|content/public/browser/presentation_' \
1458 '|third_party/blink/public/mojom/presentation/' \
1459 '|third_party/blink/renderer/modules/presentation/' \
1460 '|third_party/blink/web_tests/(virtual/)?presentation/'
mfoltz57fd7f32017-05-03 06:12:581461 },
rbpotter0d9edeed2018-08-03 14:11:581462 'print_preview': {
1463 'filepath': 'chrome/browser/resources/print_preview/' \
1464 '|chrome/browser/ui/webui/print_preview/'
1465 },
peter884896c72015-03-12 14:26:201466 'push_messaging': {
1467 'filepath': 'push_messaging'
1468 },
stkhapugin06503142016-12-07 14:32:121469 'reading_list': {
1470 'filepath': 'components/reading_list|'\
1471 'ios/chrome/browser/reading_list|'\
1472 'ios/chrome/browser/ui/reading_list',
1473 },
mark a. foltze8739c7c2019-04-24 18:33:091474 'remoteplayback': {
1475 'filepath': 'chrome/android/features/media_router/java/src/org/chromium/chrome/browser/media/router/FlingingController' \
1476 '|chrome/android/java/src/org/chromium/chrome/browser/media/remote/' \
1477 '|chrome/browser/media/android/remote/' \
1478 '|media/blink/remote_playback' \
1479 '|media/renderers/remote_playback' \
1480 '|third_party/blink/public/platform/modules/remoteplayback/' \
1481 '|third_party/blink/renderer/core/html/media/remote_playback' \
1482 '|third_party/blink/renderer/modules/remoteplayback/' \
1483 '|third_party/blink/web_tests/media/remoteplayback/' \
1484 '|third_party/blink/web_tests/virtual/new-remote-playback-pipeline/'
1485 },
[email protected]f76c8852012-06-21 16:37:001486 'remoting': {
sergeyu05995a4f2017-01-24 21:26:011487 'filepath': '^remoting/' \
1488 '|^testing/chromoting'
[email protected]f76c8852012-06-21 16:37:001489 },
gab57e80c72014-12-08 21:06:131490 'rlz_id': {
1491 'filepath' :'rlz/lib/machine_id.cc|'\
1492 'rlz/lib/machine_id.h|'\
1493 'rlz/win/lib/machine_id_win.cc',
1494 },
Joe Medleya129fe32018-01-25 15:20:221495 'runtime_enabled_features': {
Blink Reformata30d4232018-04-07 15:31:061496 'filepath' : 'third_party/blink/renderer/platform/runtime_enabled_features.json5'
Joe Medleya129fe32018-01-25 15:20:221497 },
grt829c6a82014-10-20 09:29:321498 'safe_browsing': {
timvolodine41e95412017-03-14 02:55:341499 'filepath': 'chrome/(browser|common|renderer)/safe_browsing/|'\
1500 'components/safe_browsing/',
grt829c6a82014-10-20 09:29:321501 },
mlamourid8b0feb2015-06-02 16:30:471502 'screen_orientation': {
1503 'filepath': 'screen_orientation',
1504 },
Robert Sesekae79d38512018-09-04 18:13:301505 'security': {
1506 'filepath': 'base/json/'\
1507 '|base/memory/.*shared_memory'\
Robert Sesek61902db2018-10-09 19:15:451508 '|components/cbor/'\
1509 '|AndroidManifest',
Robert Sesekae79d38512018-09-04 18:13:301510 },
Katie D14c38ce2019-02-14 00:34:451511 'select_to_speak': {
1512 'filepath': 'select_to_speak',
1513 },
Jeffrey Cohen7fe36f502018-12-12 01:38:211514 'send_tab_to_self': {
Jeffrey Cohen9e494a612019-05-21 16:22:441515 'filepath': 'components/send_tab_to_self'\
1516 '|chrome/android/java/src/org/chromium/chrome/browser/send_tab_to_self/'\
Jeffrey Cohen224a4072019-05-23 20:49:331517 '|chrome/android/junit/src/org/chromium/chrome/browser/send_tab_to_self/'\
Jeffrey Cohen9e494a612019-05-21 16:22:441518 '|chrome/browser/android/send_tab_to_self/'\
1519 '|chrome/browser/send_tab_to_self/'\
1520 '|chrome/browser/ui/send_tab_to_self'\
1521 '|ios/chrome/browser/send_tab_to_self/',
Jeffrey Cohen7fe36f502018-12-12 01:38:211522 },
[email protected]0b431722014-01-08 07:21:511523 'service_worker': {
[email protected]edaf31d2014-03-07 00:09:171524 'filepath': 'content/(browser|renderer|child|common)/service_worker/',
[email protected]0b431722014-01-08 07:21:511525 },
Colin Blundell6d2669a2017-07-11 06:26:531526 'services_public': {
1527 'filepath': 'services/([^/]*/)*public/',
1528 },
Dan Beam5dec1b42018-12-10 23:52:341529 'settings': {
1530 'filepath': 'chrome/browser/resources/settings/'\
1531 '|chrome/browser/ui/webui/settings/'\
1532 '|chrome/test/data/webui/settings/',
1533 },
May Lippertbb19e1242019-04-17 15:02:111534 'settings_forked_os_settings': {
1535 'filepath': 'chrome/browser/resources/settings/basic_page/'\
1536 '|chrome/browser/resources/settings/chromeos/'\
1537 '|chrome/browser/resources/settings/settings_menu/'\
1538 '|chrome/browser/resources/settings/settings_page/'\
1539 '|chrome/browser/resources/settings/settings_ui/'\
1540 '|chrome/browser/resources/settings/os_settings_resouces.grd'\
1541 '|chrome/browser/resources/settings/os_settings_resouces_vulcanized.grd',
1542 },
May Lippertd0b8cfe2019-05-22 19:54:491543 'settings_os_settings': {
1544 'filepath': 'chrome/browser/resources/settings/chromeos/',
1545 },
alitoc5534d62017-04-21 01:48:581546 'settings_reset_prompt': {
1547 'filepath': 'chrome/browser/safe_browsing/settings_reset_prompt/'\
1548 '|chrome/browser/ui/views/settings_reset_prompt',
1549 },
dominickn8884155a2016-06-23 02:28:161550 'site_engagement': {
1551 'filepath': 'chrome/browser/engagement/|'\
1552 'chrome/browser/ui/webui/engagement/',
1553 },
[email protected]f76c8852012-06-21 16:37:001554 'site_instance': {
[email protected]f2f0fbb92012-07-14 15:52:491555 'filepath': 'content/browser/site_instance|'\
1556 'content/browser/browsing_instance',
[email protected]f76c8852012-06-21 16:37:001557 },
Ryan Hansberry587c8082018-09-20 01:31:191558 'smartlock': {
James Hawkins14e753e82018-11-08 17:33:421559 'filepath': 'chrome/browser/chromeos/login/easy_unlock/'\
Ryan Hansberry587c8082018-09-20 01:31:191560 '|chrome/browser/resources/easy_unlock/'\
1561 '|chromeos/components/proximity_auth/'
1562 },
Zentaro Kavanagh608f8a12018-01-19 18:39:561563 'smb': {
1564 'filepath': 'chrome/browser/chromeos/file_system_provider'\
1565 '|chrome/browser/chromeos/smb_client'\
1566 '|chromeos/dbus/fake_smb_provider_client'\
1567 '|chromeos/dbus/smb_provider_client',
1568 },
Joe Medleya129fe32018-01-25 15:20:221569 'source_idls': {
Joe Medleyf7671752018-04-13 14:34:501570 'filepath': 'third_party/blink/renderer/(core|modules|platform)/.*\.idl',
Joe Medleya129fe32018-01-25 15:20:221571 },
[email protected]ad0295d2012-10-11 23:43:361572 'spellcheck': {
1573 'filepath': 'chrome/browser/spellchecker/'\
timvolodine8cdb94c2016-09-22 12:17:221574 '|chrome/browser/renderer_context_menu/spelling_'\
1575 '|components/spellcheck/'\
1576 '|third_party/hunspell/'\
1577 '|third_party/hunspell_dictionaries/',
[email protected]ad0295d2012-10-11 23:43:361578 },
Greg Thompson9ea091702018-01-04 11:06:321579 'startup': {
1580 'filepath': 'chrome/browser/ui/startup/',
1581 },
[email protected]67f39af2013-08-23 20:06:051582 'streams': {
1583 'filepath': 'content/browser/streams/',
1584 },
vmpstrcc1c08302015-11-18 06:05:511585 'styleguide': {
1586 'filepath': '^styleguide/',
1587 },
Peter Wenbef43902018-11-28 22:08:121588 'styleguide_python': {
1589 'filepath': '^styleguide/python',
1590 },
engedye7b734da2017-02-07 12:08:131591 'subresource_filter': {
Charles Harrisonfb3eac92017-06-26 21:26:021592 'filepath': 'subresource_filter|SubresourceFilter|url_pattern_index',
engedye7b734da2017-02-07 12:08:131593 },
[email protected]43d33e92014-07-14 16:39:311594 'supervised_users': {
1595 'filepath': 'chrome/browser/.*managed_mode'\
1596 '|chrome/browser/.*managed_user'\
1597 '|chrome/browser/.*supervised_user',
1598 },
CJ DiMegliocaddc3482018-12-12 02:28:381599 'surface_layer_for_video': {
1600 'filepath': 'cc/layers/surface_layer*'\
1601 '|third_party/blink/renderer/platform/graphics/video_frame_*'\
1602 '|third_party/blink/renderer/platform/graphics/surface_layer_bridge*',
1603 },
Anastasia Helfinstein5205acb32019-02-15 00:54:131604 'switch_access': {
1605 'filepath': 'switch_access',
1606 },
[email protected]f76c8852012-06-21 16:37:001607 'sync': {
Andrew Grieveecac5a92018-11-08 01:57:011608 'filepath': '^chrome/browser/ui/sync/'\
maxboguefa217942016-04-01 01:08:131609 '|^chrome/browser/ui/views/sync/'\
1610 '|^chrome/test/android/javatests/src/org/chromium/chrome/test/util/browser/sync/'\
1611 '|^ios/chrome/browser/sync/'\
1612 '|^chrome/android/java/src/org/chromium/chrome/browser/sync/'\
1613 '|^chrome/browser/sync/'\
1614 '|^components/browser_sync/'\
Max Boguefef332d2016-07-28 22:09:091615 '|^components/sync/'\
maxboguefa217942016-04-01 01:08:131616 '|^components/sync_bookmarks/'\
Max Boguefef332d2016-07-28 22:09:091617 '|^components/sync_sessions/',
[email protected]f76c8852012-06-21 16:37:001618 },
[email protected]92871a102013-07-01 11:11:411619 'syncfs': {
1620 'filepath': 'sync_file_system',
1621 },
miu5e69f1c52016-10-23 13:40:111622 'tab_alert_indicators': {
1623 'filepath': 'content/browser/media/audio_stream_monitor'\
miu5e69f1c52016-10-23 13:40:111624 '|chrome/browser/ui/tabs/tab_utils'\
Peter Kasting479cc1752018-09-28 22:34:371625 '|chrome/browser/ui/views/tabs/alert_indicator'\
miu5e69f1c52016-10-23 13:40:111626 '|chrome/browser/ui/views/tabs/tab\.cc'\
1627 '|chrome/browser/ui/views/tabs/tab_renderer_data'\
1628 '|media/audio/audio_(output_controller|power_monitor)',
1629 },
[email protected]82d74152013-07-28 08:55:311630 'tab_capture': {
Adam Parker83a488462017-12-22 00:26:481631 'filepath': 'chrome/browser/extensions/api/tab_capture/'\
miu5e69f1c52016-10-23 13:40:111632 '|chrome/renderer/resources/extensions/tab_capture_custom_bindings.js'\
[email protected]31ef420b2014-08-13 21:19:131633 '|chrome/test/data/extensions/api_test/tab_capture/'\
Adam Parker83a488462017-12-22 00:26:481634 '|components/viz/common/(frame_sinks/copy_output_|gl_helper|yuv_)'\
1635 '|components/viz/service/display/'\
1636 '|components/viz/service/frame_sinks/(frame_sink_manager'\
1637 '|video_capture/)'\
[email protected]31ef420b2014-08-13 21:19:131638 '|content/browser/media/capture/'\
[email protected]31ef420b2014-08-13 21:19:131639 '|content/browser/renderer_host/media/(audio_'\
1640 '|media_stream_manager|video_)'\
miu5e69f1c52016-10-23 13:40:111641 '|content/public/renderer/media_stream_'\
1642 '|content/renderer/media/(media_stream|(.+audio_source))'\
[email protected]31ef420b2014-08-13 21:19:131643 '|media/audio/(audio_output_controller|fake_audio_|virtual_audio_)'\
1644 '|media/base/video_frame\.h'\
Adam Parker83a488462017-12-22 00:26:481645 '|media/capture/'\
1646 '|services/viz/privileged/interfaces/compositing/frame_sink',
[email protected]82d74152013-07-28 08:55:311647 },
[email protected]f76c8852012-06-21 16:37:001648 'tab_contents': {
[email protected]f2f0fbb92012-07-14 15:52:491649 'filepath': 'chrome/browser/tab_contents/|'\
1650 'content/browser/tab_contents/|'\
1651 'chrome/browser/ui/tab_contents/',
[email protected]f76c8852012-06-21 16:37:001652 },
Mei Liang92e37d52019-03-22 17:27:201653 'tab_ui': {
1654 'filepath': 'chrome/android/features/tab_ui/'
1655 },
tdresserd80646f2017-03-03 19:26:081656 'tbmv2_metrics': {
1657 'filepath': 'third_party/catapult/tracing/tracing/metrics'
1658 },
[email protected]5e105332012-09-13 01:55:521659 'tcmalloc': {
1660 'filepath': 'third_party/tcmalloc'
1661 },
[email protected]31a10602012-11-21 01:51:261662 'telemetry': {
nednguyen79105d422016-04-18 01:38:421663 'filepath': 'tools/perf/'
[email protected]31a10602012-11-21 01:51:261664 },
Takeshi Yoshino524e1d262017-07-28 01:16:381665 'test_runner': {
1666 'filepath': 'components/test_runner/' \
Kent Tamura21d1de62018-12-10 04:45:201667 '|content/shell/(common|browser|renderer)/web_test/' \
1668 '|content/test/web_test_support.cc' \
1669 '|content/public/test/web_test_support.h' \
Takeshi Yoshino524e1d262017-07-28 01:16:381670 },
[email protected]f76c8852012-06-21 16:37:001671 'tests': {
[email protected]f2f0fbb92012-07-14 15:52:491672 'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/',
[email protected]0cde05a02011-11-30 23:36:521673 },
jlkleinecc81952016-11-19 00:16:071674 'tether': {
Kyle Horimoto592f64c2018-03-28 23:43:221675 'filepath': 'chrome/browser/chromeos/tether/'\
1676 '|chrome/browser/ui/ash/network/tether*'\
Ryan Hansberry587c8082018-09-20 01:31:191677 '|chromeos/components/tether/'
jlkleinecc81952016-11-19 00:16:071678 },
[email protected]1cbbb30b2011-10-14 08:03:561679 'textinput': {
Yuichiro Hanadaf0b3b472017-10-17 07:00:531680 'filepath': 'chrome/browser/ui/input_method'\
[email protected]f2f0fbb92012-07-14 15:52:491681 '|content/browser/renderer_host/render_widget_host_view'\
1682 '|content/browser/renderer_host/text_input'\
1683 '|ui/base/ime/'\
[email protected]f2f0fbb92012-07-14 15:52:491684 '|ui/views/controls/textfield/'\
Yuichiro Hanadaf0b3b472017-10-17 07:00:531685 '|ui/wm/core/ime'
[email protected]1cbbb30b2011-10-14 08:03:561686 },
[email protected]3a117c62011-11-29 04:28:021687 'textinput_chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:491688 'filepath': 'chrome/browser/chromeos/input_method/'\
1689 '|chrome/browser/chromeos/extensions/input_method'\
1690 '|chrome/browser/chromeos/status/input_method'\
1691 '|chrome/browser/extensions/extension_input_'\
1692 '|chrome/browser/resources/keyboard'\
[email protected]f2f0fbb92012-07-14 15:52:491693 'chromeos/.*(language|keyboard)'\
[email protected]6bd9e802013-04-18 06:40:421694 '|chromeos/ime/*'
[email protected]3a117c62011-11-29 04:28:021695 },
chirantan96fcf6d2015-01-21 22:36:191696 'timers': {
1697 'filepath': 'base/timer/'\
1698 '|components/timers/'
1699 },
robliaofd54b5c2017-01-13 00:41:301700 'tools_win_chromeexts': {
1701 'filepath': 'tools/win/chromeexts',
1702 },
AJITH KUMAR V4f0c4812018-03-27 13:46:571703 'touch_selection': {
1704 'filepath': 'ui/touch_selection/'\
1705 '|content/public/android/java/src/org/chromium/content/browser/selection/'
1706 },
[email protected]c8eb7f72013-07-04 15:30:111707 'tracing': {
1708 'filepath': 'base/debug/trace_event.*'\
primianobef13b42015-01-30 15:29:311709 '|base/trace_event/'\
[email protected]c8eb7f72013-07-04 15:30:111710 '|content/browser/tracing/'\
Oystein Eftevaag6410f1a2018-03-01 18:06:301711 '|components/tracing/'\
1712 '|services/tracing/'
[email protected]c8eb7f72013-07-04 15:30:111713 },
[email protected]cf428f732012-10-02 20:48:151714 'ui_compositor': {
1715 'filepath': 'ui/compositor/layer\.|'\
1716 'ui/compositor/layer_unittest|'\
1717 'ui/compositor/compositor',
1718 },
robliao2c4b7492016-07-19 01:57:261719 'ui_display_win': {
1720 'filepath': '^ui/display/win',
1721 },
[email protected]6b5093c2012-05-23 19:10:181722 'ui_resources': {
[email protected]f2f0fbb92012-07-14 15:52:491723 'filepath': 'ui/resources/'\
1724 '|ui/base/native_theme/resources/'\
1725 '|chrome/app/theme/'
[email protected]6b5093c2012-05-23 19:10:181726 },
edwardjung83f52ef22017-02-07 13:15:071727 'ui_strings': {
1728 'filepath': 'chrome/app/generated_resources.grd'\
1729 '|chrome/app/google_chrome_strings.grd'\
1730 '|chrome/android/java/strings/android_chrome_strings.grd'\
1731 '|chrome/app/settings_strings.grdp'\
1732 '|ios/chrome/app/strings/ios(_.+)*_strings.grd'\
1733 '|ui/strings/ui_strings.grd',
1734 },
Robert Liao5c35cbe2019-02-27 02:42:331735 'ui_views': {
1736 'filepath': '^ui/views',
1737 },
Will Harris989ca932019-02-15 19:21:211738 'unified_consent': {
1739 'filepath': 'components/unified_consent/'\
1740 '|chrome/browser/unified_consent/',
1741 },
Vincent Scheibd5da4d952017-11-03 01:33:241742 'usb': {
1743 'filepath': '/usb/',
1744 },
Miguel Casas-Sancheza65d49a2017-12-11 03:27:481745 'vaapi': {
1746 'filepath': 'media/gpu/vaapi',
1747 },
[email protected]c73ec8ab2014-01-16 20:35:231748 'version_assembly': {
1749 'filepath': 'chrome/app/version_assembly',
1750 },
posciak62a72272016-05-11 08:31:241751 'video': {
1752 'filepath': 'content/browser/renderer_host/media/|'\
1753 'content/renderer/media/|'\
1754 'media/capture/video/|'\
1755 'media/filters/|'\
1756 'media/gpu/|'\
1757 '.*video.*',
1758 },
mcasas09e881c2016-04-09 02:09:501759 'video_capture': {
1760 'filepath': 'chrome/browser/media/.*(capture|media|webrtc)'\
1761 '|content/browser/renderer_host/media/.*(capture|media)'\
1762 '|content/renderer/media/.*(capture|media|webrtc)'\
1763 '|media/capture/'\
chfremer2a01a69b2017-01-06 02:39:011764 '|media/muxers/'\
1765 '|services/video_capture/',
mcasas09e881c2016-04-09 02:09:501766 },
Alexandre Courbot3e9e55a2018-04-05 05:29:421767 'video_gpu': {
1768 'filepath': 'content/renderer/media/|'\
1769 'media/capture/video/|'\
1770 'media/gpu/',
1771 },
[email protected]ef514a32014-02-26 01:02:351772 'virtual_keyboard': {
1773 'filepath': 'ui/keyboard/'\
oka47452c22017-02-17 05:07:571774 '|chrome/test/data/chromeos/virtual_keyboard/'\
1775 '|extensions/browser/api/virtual_keyboard_private/'\
James Cooka35a1e22017-04-08 02:33:081776 '|ash/system/virtual_keyboard/'\
oka47452c22017-02-17 05:07:571777 '|ash/virtual_keyboard',
[email protected]ef514a32014-02-26 01:02:351778 },
billorr3c7e1442016-11-11 21:21:351779 'virtual_reality': {
David Dorwina4a2b73c2018-05-18 22:39:561780 # Includes VR, AR, and XR.
Michael Thiessena7bec5b2018-07-12 19:10:041781 'filepath': '/vr/'\
David Dorwina4a2b73c2018-05-18 22:39:561782 '|/xr'\
Alex Cooper59197c72019-03-29 17:31:551783 '|webxr'\
Bill Orr165281bd2018-12-06 18:27:121784 '|isolated_xr_device'\
David Dorwina4a2b73c2018-05-18 22:39:561785 '|third_party/arcore'\
1786 '|third_party/gvr'\
1787 '|third_party/libovr'\
1788 '|third_party/openvr',
billorr3c7e1442016-11-11 21:21:351789 },
Chris Blumec6ddd6c2018-12-14 23:35:011790 'vulkan': {
1791 'filepath': 'gpu/vulkan'\
1792 '|third_party/vulkan'
1793 },
Vincent Scheibd5da4d952017-11-03 01:33:241794 'wake_lock': {
1795 'filepath': 'wake_lock',
1796 },
Raymes Khoury6b9bf762019-05-17 05:00:511797 'web_applications': {
1798 'filepath': 'chrome/browser/web_applications'\
1799 '|chrome/browser/ui/web_applications',
1800 },
Dan Beam5dec1b42018-12-10 23:52:341801 'web_dev_style': {
1802 'filepath': 'tools/web_dev_style/'\
1803 '|styleguide/web/',
1804 },
Devin Mullins4ff9b282018-03-09 00:37:321805 'web_package': {
1806 'filepath': 'content/browser/loader/prefetch_url_loader'\
1807 '|content/browser/web_package/'\
Kunihiko Sakamotoba390852018-07-11 01:08:551808 '|content/test/data/sxg/'
Devin Mullins4ff9b282018-03-09 00:37:321809 },
Matt Giuca9eb910d2017-08-02 04:07:381810 'web_share': {
1811 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/webshare/'\
1812 '|chrome/android/javatests/src/org/chromium/chrome/browser/WebShare.*'\
Kent Tamura77578cc2018-11-25 22:33:431813 '|third_party/blink/web_tests/webshare/'\
1814 '|third_party/blink/web_tests/external/wpt/web-share/'\
Eric Willigers3eeae17c2019-03-13 17:32:101815 '|third_party/blink/public/mojom/webshare/'\
Blink Reformata30d4232018-04-07 15:31:061816 '|third_party/blink/renderer/modules/webshare/',
Matt Giuca9eb910d2017-08-02 04:07:381817 },
Martin Kreichgauer794a18572018-07-20 20:45:431818 'webauthn': {
1819 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/webauth/'\
1820 '|chrome/android/javatests/src/org/chromium/chrome/browser/webauth/'\
Martin Kreichgauer794a18572018-07-20 20:45:431821 '|chrome/browser/ui/webauthn/'\
1822 '|chrome/browser/ui/views/webauthn/'\
Martin Kreichgauer1b7dc872019-04-15 18:50:411823 '|chrome/browser/webauthn/'\
Martin Kreichgauer794a18572018-07-20 20:45:431824 '|content/browser/webauth/'\
1825 '|device/fido/'\
Martin Kreichgauer1b7dc872019-04-15 18:50:411826 '|third_party/blink/public/mojom/webauthn/'\
1827 '|third_party/microsoft_webauthn/',
Martin Kreichgauer794a18572018-07-20 20:45:431828 },
Corentin Wallez3f1d0852018-07-04 15:45:361829 'webgpu': {
1830 'filepath': 'third_party/blink/renderer/modules/webgpu/',
1831 },
Takeshi Yoshinoe387aa32017-08-02 13:16:131832 'webrtc_browser_tests': {
1833 'filepath': 'chrome/browser/media/.*webrtc.*browsertest|'\
1834 'content/browser/media/.*webrtc.*browsertest',
1835 },
[email protected]208879542012-07-05 11:15:341836 'website_settings': {
[email protected]f2f0fbb92012-07-14 15:52:491837 'filepath': 'chrome/browser/content_settings/'\
1838 '|chrome/browser/ui/views/website_settings/'\
1839 '|chrome/browser/ui/website_settings/'\
mukai077089f2014-09-11 18:41:521840 '|chrome/common/content_settings'\
1841 '|components/content_settings/',
[email protected]208879542012-07-05 11:15:341842 },
Dan Beam5dec1b42018-12-10 23:52:341843 'webui_backend': {
1844 'filepath': 'content/browser/webui/'\
1845 '|content/public/browser/web_ui*'\
1846 '|content/public/test/*web_ui*',
1847 },
[email protected]b17d9e02014-07-29 09:45:501848 'windows_sandboxing': {
1849 'filepath': 'sandbox/win/',
1850 },
[email protected]f76c8852012-06-21 16:37:001851 'x11': {
[email protected]f2f0fbb92012-07-14 15:52:491852 'filepath': 'content/browser/renderer_host/backing_store_x\.' \
1853 '|chrome/browser/chromeos/input_method/xkeyboard\.' \
1854 '|chrome/browser/chromeos/system_key_event_listener\.' \
[email protected]f76c8852012-06-21 16:37:001855 '|chrome/browser/chromeos/'\
[email protected]f2f0fbb92012-07-14 15:52:491856 'xinput_hierarchy_changed_event_listener\.' \
1857 '|chrome/browser/chromeos/wm_' \
1858 '|ui/base/x/'
[email protected]0d710852012-05-24 01:18:401859 },
Chris Blume04103c42018-12-14 22:46:061860 'zlib': {
1861 'filepath': 'third_party/zlib'
1862 },
wjmaclean3ff6a402015-03-31 19:00:201863 'zoom': {
1864 'filepath': 'chrome/browser/ui/zoom/' \
1865 '|components/ui/zoom/' \
1866 '|content/browser/host_zoom_*' \
1867 '|content/browser/storage_partition_impl*' \
1868 '|content/public/browser/host_zoom_map.h' \
1869 '|content/public/browser/storage_partition.h'
1870 },
[email protected]a3838612009-10-13 21:57:541871 },
[email protected]ca872e362011-07-12 21:06:031872
pennymac962d190432016-07-27 00:58:351873 ##############################################################################
1874 # Please keep alphabetical
1875 ##############################################################################
[email protected]a3838612009-10-13 21:57:541876 'WATCHLISTS': {
Joe Medley1e1bb652018-04-27 17:36:591877 'about_flags': ['[email protected]',
1878 '[email protected]'],
mazda6471d0e2015-10-02 06:32:551879 'accelerator_table': ['[email protected]',
[email protected]f76c8852012-06-21 16:37:001880 '[email protected]'],
dmazzoni5f4b7f12015-02-17 16:35:571881 'accessibility': ['[email protected]',
Akihiro Otac504b882019-02-20 02:54:531882 '[email protected]',
Aaron Leventhal978557022017-06-09 15:39:411883 '[email protected]',
dmazzoni5f4b7f12015-02-17 16:35:571884 '[email protected]',
dougtcd8ac01d2017-03-24 16:23:401885 '[email protected]',
[email protected]f76c8852012-06-21 16:37:001886 '[email protected]',
je_julie.kima170bac2015-05-06 14:57:541887 '[email protected]',
Kevin Babbitt52b18902019-04-16 21:47:441888 '[email protected]',
dmazzoni5f4b7f12015-02-17 16:35:571889 '[email protected]',
[email protected]f76c8852012-06-21 16:37:001890 '[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:261891 'add_to_homescreen': ['[email protected]',
Xi Han50f523a1d2017-07-19 15:56:111892 '[email protected]',
F07b660412017-08-01 20:53:061893 '[email protected]'],
Peter Wen35bf5932018-10-22 19:51:481894 'android_crash_reporting': ['[email protected]',
1895 '[email protected]'],
johnmaguire6aaac7902016-03-15 12:28:201896 'android_crazy_linker': ['[email protected]'],
Peter Wen35bf5932018-10-22 19:51:481897 'android_deps': ['[email protected]'],
dfalcantaraef21e9e2016-01-07 01:16:261898 'android_infobars': ['[email protected]'],
agrieve4d9c1c52016-09-23 17:49:381899 'android_infra': ['[email protected]',
Eric Stevenson1a03deb2018-06-22 20:40:131900 '[email protected]',
Andrew Grieve5babdbfc2017-08-16 01:26:491901 '[email protected]'],
Takeshi Yoshino524e1d262017-07-28 01:16:381902 'android_item_chooser_dialogs': ['[email protected]',
1903 '[email protected]'],
Peter Wen35bf5932018-10-22 19:51:481904 'android_lint': ['[email protected]'],
Daniele Castagna7c829d692018-02-12 16:09:081905 'android_media': ['[email protected]'],
Ted Choc042d8442018-03-13 16:35:571906 'android_search_widget': ['[email protected]',
1907 '[email protected]'],
nyquistf602bd02017-02-16 23:17:441908 'android_studio': ['[email protected]',
1909 '[email protected]'],
Daniele Castagna7c829d692018-02-12 16:09:081910 'android_tab': ['[email protected]'],
asvitkine361b276e2016-08-30 18:45:001911 'android_uma_settings': ['[email protected]',
1912 '[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:261913 'android_webapk': ['[email protected]'],
[email protected]7ca78dc12012-09-20 09:26:441914 'android_webview': ['[email protected]'],
Tim Volodine178dc2bc2019-03-19 19:07:221915 'android_webview_network_service': ['[email protected]'],
Yi Guc1c54682018-07-23 12:00:001916 'animation_worklet': ['[email protected]',
1917 '[email protected]'],
Dominick Ng45392562018-12-13 07:21:211918 'app_shortcuts': ['[email protected]',
1919 '[email protected]',
Trent Aptedabfd2572019-01-17 05:49:531920 '[email protected]'],
pennymac962d190432016-07-27 00:58:351921 'apps': ['[email protected]',
Trent Apted93d53b02019-01-21 02:54:341922 '[email protected]'],
lhchavez4b19176f2016-05-04 23:12:461923 'arc': ['[email protected]',
hidehiko49f0b7c2016-05-24 10:59:471924 '[email protected]',
victorhsieh52feccd2017-02-27 18:27:021925 '[email protected]',
Junichi Uekawa38d20c12018-03-22 03:31:301926 '[email protected]',
1927 '[email protected]'],
lhchavez61532c92016-10-18 21:33:371928 'arc_auth': ['[email protected]'],
Ryo Hashimoto611b8fc52018-09-28 10:01:201929 'arc_common': ['[email protected]'],
Yuichiro Hanada2e111fb2018-11-19 17:33:051930 'arc_ime': ['[email protected]'],
poromov7633f602017-02-21 16:44:011931 'arc_kiosk': ['[email protected]'],
lhchavez4b19176f2016-05-04 23:12:461932 'arc_net': ['[email protected]',
1933 '[email protected]',
1934 '[email protected]'],
ejcarusoa298ec02016-06-16 20:30:431935 'arc_power': ['[email protected]'],
Hirokazu Hondaf98a3122018-04-12 11:19:481936 'arc_video_accelerator': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351937 'ash': ['[email protected]',
1938 '[email protected]'],
Xiaohui Chenf7e70a22018-02-08 00:36:381939 'assistant': ['[email protected]'],
Max Morin2b0206312018-04-06 11:17:401940 'audio_service': ['[email protected]',
1941 '[email protected]',
1942 '[email protected]'],
pennymac962d190432016-07-27 00:58:351943 'aura': ['[email protected]',
1944 '[email protected]'],
[email protected]c3a6e1e72013-08-02 00:13:071945 'aura_compositor': ['[email protected]',
1946 '[email protected]',
pennymac962d190432016-07-27 00:58:351947 '[email protected]',
danakj3695c582016-10-26 21:54:431948 '[email protected]'],
Katie D14c38ce2019-02-14 00:34:451949 'autoclick': ['[email protected]'],
Jared Saul4765c1e2018-06-18 13:44:571950 'autofill': ['[email protected]',
sebsg55d59d82018-06-19 18:29:521951 '[email protected]',
sebsgbbfbea02016-10-24 21:54:591952 '[email protected]',
Anthony Vallee-Dubois866affd22018-03-19 15:13:211953 '[email protected]',
Vaclav Brozek9048a1222018-11-30 08:11:501954 '[email protected]'],
Mathias Carlenc61d8072018-08-21 16:18:241955 'autofill_assistant': ['[email protected]'],
Jared Sauldd47a29d2019-04-18 16:28:541956 'autofill_payments': ['[email protected]'],
Dan Elphick08d1fd42018-04-26 10:22:331957 'background_fetch': ['[email protected]',
Mugdha Lakhani6876ba12018-04-06 13:12:281958 '[email protected]',
Dan Elphick08d1fd42018-04-26 10:22:331959 '[email protected]'],
Jason Chasedfcd02b2018-08-10 21:07:491960 'background_sync': ['[email protected]',
Rayan Kanso253399c2018-11-07 19:28:251961 '[email protected]',
1962 '[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:261963 'banners': ['[email protected]',
Xi Han50f523a1d2017-07-19 15:56:111964 '[email protected]',
F07b660412017-08-01 20:53:061965 '[email protected]'],
Takeshi Yoshino524e1d262017-07-28 01:16:381966 'base': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:191967 'base_allocator': ['[email protected]',
[email protected]b17d9e02014-07-29 09:45:501968 '[email protected]'],
[email protected]1ed5e0fd2012-07-19 00:19:051969 'base_memory': ['[email protected]'],
Alexander Timin864bf8a02018-03-12 11:06:281970 'base_scheduler': ['[email protected]'],
Gabriel Charettee6bbb532019-04-29 16:39:391971 'base_thread_pool': ['[email protected]',
1972 '[email protected]',
1973 '[email protected]'],
pennymac962d190432016-07-27 00:58:351974 'base_win': ['[email protected]',
Robert Liao27a2fa12017-10-20 18:34:481975 '[email protected]',
pennymac962d190432016-07-27 00:58:351976 '[email protected]'],
[email protected]7e093d4022014-06-26 19:19:551977 'battery_status': ['[email protected]'],
wnwen72684762017-03-29 13:28:371978 'binary_size': ['[email protected]',
Peter Wen35bf5932018-10-22 19:51:481979 '[email protected]'],
pennymac962d190432016-07-27 00:58:351980 'blink': ['[email protected]'],
1981 'blink_accessibility': ['[email protected]',
1982 '[email protected]',
dougtcd8ac01d2017-03-24 16:23:401983 '[email protected]',
horo8e9a01572016-07-27 06:05:311984 '[email protected]',
Kevin Babbitt52b18902019-04-16 21:47:441985 '[email protected]',
pennymac962d190432016-07-27 00:58:351986 '[email protected]'],
1987 'blink_animation': ['[email protected]',
Eric Willigersb5f2b5a2019-05-13 18:31:491988 '[email protected]'],
pennymac962d190432016-07-27 00:58:351989 'blink_app_banner': ['[email protected]'],
1990 'blink_audio': ['[email protected]',
1991 '[email protected]'],
1992 'blink_battery_status': ['[email protected]',
1993 '[email protected]'],
pennymac962d190432016-07-27 00:58:351994 'blink_bindings': ['[email protected]'],
jbroman9ac2d532016-09-01 18:20:081995 'blink_bindings_serialization': ['[email protected]'],
Conley Owensd744e392018-04-24 19:18:571996 'blink_bluetooth': ['[email protected]',
Ovidio Henriquez86333882018-11-05 18:25:211997 '[email protected]',
1998 '[email protected]'],
Fernando Serboncinife13f9d2018-08-14 13:35:541999 'blink_canvas': [ '[email protected]',
Fernando Serboncinie802c9f2018-11-06 19:17:112000 '[email protected]'],
Nicolas Pena7a6b6992019-01-16 17:20:082001 'blink_client_hints': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352002 'blink_clipboard': ['[email protected]'],
Kinuko Yasuda4a342642018-03-01 09:29:552003 'blink_common': ['[email protected]',
2004 '[email protected]'],
Kentaro Hara993b0de2017-08-07 02:26:372005 'blink_controller': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352006 'blink_css': ['[email protected]',
2007 '[email protected]',
danakjc1e13d4e2018-05-04 21:34:422008 '[email protected]'],
pennymac962d190432016-07-27 00:58:352009 'blink_css_flexbox': ['[email protected]'],
Morten Stenshorne4f1b3022017-11-14 12:05:372010 'blink_css_fragmentation_tests': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352011 'blink_css_grid_layout': ['[email protected]',
horo8e9a01572016-07-27 06:05:312012 '[email protected]',
pennymac962d190432016-07-27 00:58:352013 '[email protected]'],
Dimitri Glazkov33286c62017-12-08 23:34:252014 'blink_custom_elements': ['[email protected]'],
Oksana Zhuravlova5e236ec92018-07-25 00:16:032015 'blink_device_orientation': ['[email protected]',
2016 '[email protected]',
2017 '[email protected]',
pennymac962d190432016-07-27 00:58:352018 '[email protected]'],
2019 'blink_devtools': ['[email protected]',
2020 '[email protected]',
2021 '[email protected]',
2022 '[email protected]',
2023 '[email protected]',
lushnikovc5bd7ca2016-07-27 17:19:392024 '[email protected]'],
pennymac962d190432016-07-27 00:58:352025 'blink_dom': ['[email protected]',
danakjc1e13d4e2018-05-04 21:34:422026 '[email protected]'],
Hayato Ito3e487372019-04-18 05:37:212027 'blink_dom_events': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352028 'blink_events': ['[email protected]',
pennymac962d190432016-07-27 00:58:352029 '[email protected]',
2030 '[email protected]'],
2031 'blink_fetch': ['[email protected]',
2032 '[email protected]',
Takeshi Yoshino9d7588a32017-07-31 07:17:342033 '[email protected]'],
pennymac962d190432016-07-27 00:58:352034 'blink_fileapi': ['[email protected]',
2035 '[email protected]',
2036 '[email protected]'],
haraken98d0827a2017-02-27 00:55:192037 'blink_frames': ['[email protected]'],
Mounir Lamouria33886c2018-02-07 10:00:372038 'blink_geolocation': ['[email protected]'],
Nico Weberb6975cc2018-06-19 10:51:452039 'blink_heap': ['[email protected]',
pennymac962d190432016-07-27 00:58:352040 '[email protected]',
2041 '[email protected]'],
Dimitri Glazkov33286c62017-12-08 23:34:252042 'blink_html': ['[email protected]'],
csharrisonf357e9632016-07-29 01:27:222043 'blink_htmlparser': ['[email protected]',
2044 '[email protected]'],
Madeleine Barowsky21b04402019-01-29 19:17:052045 'blink_image_codecs': ['[email protected]',
2046 '[email protected]'],
pennymac962d190432016-07-27 00:58:352047 'blink_indexed_db': ['[email protected]',
2048 '[email protected]'],
2049 'blink_input': ['[email protected]',
Navid Zolghadrf7ac0562018-08-02 21:43:162050 '[email protected]'],
pennymac962d190432016-07-27 00:58:352051 'blink_layers': ['[email protected]'],
2052 'blink_layout': ['[email protected]',
2053 '[email protected]',
pennymac962d190432016-07-27 00:58:352054 '[email protected]',
2055 '[email protected]',
2056 '[email protected]'],
Ojan Vafai1fa1ec52018-04-11 17:56:402057 'blink_layout_ng': ['[email protected]',
atotic30c8eba2016-10-28 13:24:072058 '[email protected]',
dgroganf9744ea2017-01-18 23:23:262059 '[email protected]',
lchoi2ba79a72017-05-25 00:23:052060 '[email protected]',
Xiaocheng Hu8bd4d8072017-10-25 23:44:322061 '[email protected]',
2062 '[email protected]'],
pennymac962d190432016-07-27 00:58:352063 'blink_loader': ['[email protected]',
2064 '[email protected]',
Takeshi Yoshinoab2ce8562017-11-09 05:19:192065 '[email protected]'],
pennymac962d190432016-07-27 00:58:352066 'blink_media': ['[email protected]',
2067 '[email protected]',
srirama.mdec4f512016-09-06 08:22:192068 '[email protected]',
2069 '[email protected]'],
pennymac962d190432016-07-27 00:58:352070 'blink_media_queries': ['[email protected]',
Nicolas Pena7a6b6992019-01-16 17:20:082071 '[email protected]'],
mcasas9558316b2017-03-10 18:57:312072 'blink_mediastream': ['[email protected]'],
Kentaro Hara4286a3d2019-03-12 09:41:312073 'blink_modules': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352074 'blink_navigator_content_utils': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352075 'blink_out_of_process_frames': ['[email protected]',
2076 '[email protected]'],
pennymac962d190432016-07-27 00:58:352077 'blink_paint' : ['[email protected]',
chrishtr4030de342016-10-03 23:57:592078 '[email protected]'],
Xida Chen0ef92782018-01-17 05:53:352079 'blink_paintworklet' : ['[email protected]'],
Balazs Engedy23f08852018-09-24 23:39:582080 'blink_permissions': ['[email protected]',
2081 '[email protected]'],
kinukoc462adb2016-12-22 12:58:492082 'blink_platform': ['[email protected]'],
ajumabd2c9c22017-05-01 21:29:502083 'blink_platform_graphics': ['[email protected]',
pennymac962d190432016-07-27 00:58:352084 '[email protected]',
2085 '[email protected]',
2086 '[email protected]',
fmalita9710b732017-02-17 05:10:022087 '[email protected]',
Fernando Serboncinie802c9f2018-11-06 19:17:112088 '[email protected]',
pennymac962d190432016-07-27 00:58:352089 '[email protected]',
pennymac962d190432016-07-27 00:58:352090 '[email protected]'],
Nicolas Pena7a6b6992019-01-16 17:20:082091 'blink_preloadScanner': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352092 'blink_prerender': ['[email protected]',
Nicolas Pena7a6b6992019-01-16 17:20:082093 '[email protected]'],
Dimitri Glazkov33286c62017-12-08 23:34:252094 'blink_public_api': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352095 'blink_quota': ['[email protected]',
2096 '[email protected]',
2097 '[email protected]'],
Alexander Timin864bf8a02018-03-12 11:06:282098 'blink_scheduler': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352099 'blink_screen_orientation': ['[email protected]'],
Kouhei Ueno43382932017-05-30 04:43:572100 'blink_script': ['[email protected]',
Takayoshi Kochi57997382018-07-19 03:57:592101 '[email protected]'],
David Bokan9dc0046272017-12-29 00:28:012102 'blink_scroll': ['[email protected]'],
Matt Falkenhagenca7fbb62018-07-10 09:21:432103 'blink_service_worker': ['[email protected]',
pennymac962d190432016-07-27 00:58:352104 '[email protected]',
2105 '[email protected]',
2106 '[email protected]',
pennymac962d190432016-07-27 00:58:352107 '[email protected]',
2108 '[email protected]',
tzik749ae1e2018-07-20 05:05:012109 '[email protected]'],
Matt Falkenhagenca7fbb62018-07-10 09:21:432110 'blink_service_worker_tests': ['[email protected]'],
Hayato Ito3e487372019-04-18 05:37:212111 'blink_shadow_dom': ['[email protected]'],
Rachel Blum41788872018-10-25 20:54:012112 'blink_spellcheck' : ['[email protected]',
Xiaocheng Hu8bd4d8072017-10-25 23:44:322113 '[email protected]'],
Adam Rice027497d2018-07-27 02:17:022114 'blink_streams': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352115 'blink_style': ['[email protected]'],
2116 'blink_svg': ['[email protected]',
fmalita9710b732017-02-17 05:10:022117 '[email protected]',
pennymac962d190432016-07-27 00:58:352118 '[email protected]',
pennymac962d190432016-07-27 00:58:352119 '[email protected]',
2120 '[email protected]',
pennymac962d190432016-07-27 00:58:352121 '[email protected]'],
pennymac962d190432016-07-27 00:58:352122 'blink_track': ['[email protected]',
2123 '[email protected]',
2124 '[email protected]',
Sriram8d3e0e22017-11-09 10:40:162125 '[email protected]',
2126 '[email protected]'],
mvanouwerkerk38f632c62017-04-13 10:35:312127 'blink_vibration': ['[email protected]'],
David Bokan9dc0046272017-12-29 00:28:012128 'blink_viewport_interaction': ['[email protected]',
2129 '[email protected]'],
pennymac962d190432016-07-27 00:58:352130 'blink_w3ctests': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352131 'blink_webp': ['[email protected]',
2132 '[email protected]',
Madeleine Barowsky21b04402019-01-29 19:17:052133 '[email protected]',
2134 '[email protected]'],
Adam Rice027497d2018-07-27 02:17:022135 'blink_websockets': ['[email protected]',
2136 '[email protected]'],
pennymac962d190432016-07-27 00:58:352137 'blink_workers': ['[email protected]',
falken6731ece42016-10-12 01:41:502138 '[email protected]',
pennymac962d190432016-07-27 00:58:352139 '[email protected]',
shimazu99de61f2016-09-07 03:57:412140 '[email protected]',
2141 '[email protected]'],
Raphael Kubo da Costaae598192018-05-29 11:14:242142 'blink_wtf': ['[email protected]'],
Joel Hockey0db16432018-03-09 22:41:492143 'blink_xml': ['[email protected]',
2144 '[email protected]'],
donnd787f6ed2016-08-03 01:00:562145 'bottombar': ['[email protected]',
2146 '[email protected]'],
Tarun Bansalc4882282018-07-11 23:53:552147 'breve': ['[email protected]'],
[email protected]22650d22012-07-18 17:02:352148 'browser_components': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352149 'browser_compositor': ['[email protected]',
2150 '[email protected]'],
michaelpge42ca3b32016-02-19 08:17:572151 'browser_resources_md': ['[email protected]'],
Alexander Timinaa132762019-05-10 16:10:172152 'browser_scheduler': ['[email protected]'],
Christian Dullwebered2c82b2018-04-10 08:37:222153 'browsing_data': ['[email protected]',
msramek878b39d92016-04-20 07:55:332154 '[email protected]'],
Rouslan Solomakhin0b13446c2018-07-18 14:47:072155 'bubble': ['[email protected]'],
Josh Karlin1bd016742017-08-18 17:44:172156 'cache_storage': ['[email protected]'],
mark a. foltze8739c7c2019-04-24 18:33:092157 'cast': ['[email protected]',
miua1710162015-08-27 01:38:092158 '[email protected]',
mark a. foltze8739c7c2019-04-24 18:33:092159 '[email protected]',
Xiaohan Wang22ab04c12019-02-06 00:41:042160 '[email protected]'],
ryanchung4d157372016-05-10 20:27:162161 'cast_certificate': ['[email protected]',
mfoltz57fd7f32017-05-03 06:12:582162 '[email protected]',
ryanchung24f9d7b2017-01-12 19:18:342163 '[email protected]'],
mark a. foltze8739c7c2019-04-24 18:33:092164 'cast_channel': ['[email protected]',
Ryan Ki Sing Chung27cc7ed92017-07-25 21:53:472165 '[email protected]'],
[email protected]c863702a2012-09-14 20:05:282166 'cc': ['[email protected]'],
Yi Guc1c54682018-07-23 12:00:002167 'cc-animation': ['[email protected]',
2168 '[email protected]'],
danakjca574522017-09-20 16:38:592169 'cc-contexts': ['[email protected]'],
2170 'cc-display': ['[email protected]'],
2171 'cc-paint': ['[email protected]'],
2172 'cc-quads': ['[email protected]'],
2173 'cc-resources': ['[email protected]'],
Alexander Timin864bf8a02018-03-12 11:06:282174 'cc-scheduler': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352175 'certificate_transparency': ['[email protected]',
martijnccdd0542016-11-07 18:49:272176 '[email protected]',
pennymac962d190432016-07-27 00:58:352177 '[email protected]'],
Chris Sharp7e2a3f32019-04-04 19:15:362178 'chrome_cleaner': ['[email protected]'],
Penny MacNeil0ced2cb2018-07-30 21:09:492179 'chrome_elf': ['[email protected]'],
lpy0ca13772017-02-28 19:48:272180 'chrome_grc': ['[email protected]'],
Sebastien Marchand68b41432019-05-09 19:38:072181 'chrome_performance_manager': ['[email protected]'],
alokp9d869cc12016-05-27 01:46:312182 'chromecast': ['[email protected]',
2183 '[email protected]',
halliwellfa56b3a42015-09-04 21:42:572184 '[email protected]'],
gfhuang2548f902016-02-26 02:29:212185 'chromecast_public': ['[email protected]'],
kereliuk08eda794c2018-09-05 16:10:232186 'chromedriver': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352187 'chromeos': ['[email protected]'],
2188 'chromeos_attestation': ['[email protected]'],
Ryan Hansberry8e41a5c42019-04-18 22:12:512189 'chromeos_bluetooth': ['[email protected]',
2190 '[email protected]',
2191 '[email protected]'],
pennymac962d190432016-07-27 00:58:352192 'chromeos_calculator': ['[email protected]'],
Kyle Horimotofdcf67012019-04-08 19:06:102193 'chromeos_cellular': ['[email protected]',
Kyle Horimotod7b72f32019-05-09 19:13:122194 '[email protected]',
2195 '[email protected]',
2196 '[email protected]',
2197 '[email protected]',
Kyle Horimotofdcf67012019-04-08 19:06:102198 '[email protected]'],
Lutz Justen19789012019-04-11 15:24:162199 'chromeos_device_policy': ['[email protected]'],
alematec5187b1b2016-08-26 05:32:182200 'chromeos_geolocation': ['[email protected]'],
Achuith Bhandarkar434e24592018-03-07 23:05:122201 'chromeos_lkgm': ['[email protected]',
Benjamin Pastened7029352018-04-17 19:09:102202 '[email protected]',
Achuith Bhandarkar434e24592018-03-07 23:05:122203 '[email protected]'],
alematec5187b1b2016-08-26 05:32:182204 'chromeos_login': ['[email protected]',
Jacob Dufaulted1ef2bc2018-08-10 18:21:342205 '[email protected]',
Roman Sorokin891f4892019-03-28 16:30:332206 '[email protected]',
Toni Barzic43db296e2019-03-20 00:27:222207 '[email protected]'],
Kyle Horimoto89f06e22019-04-08 19:07:172208 'chromeos_net': ['[email protected]',
Kyle Horimotod7b72f32019-05-09 19:13:122209 '[email protected]',
2210 '[email protected]',
2211 '[email protected]',
2212 '[email protected]',
Kyle Horimoto89f06e22019-04-08 19:07:172213 '[email protected]',
2214 '[email protected]'],
pennymac962d190432016-07-27 00:58:352215 'chromeos_power': ['[email protected]'],
alematec5187b1b2016-08-26 05:32:182216 'chromeos_timezone': ['[email protected]'],
2217 'chromeos_webui': ['[email protected]'],
Anastasia Helfinstein83c763a2019-05-13 18:15:032218 'chromevox': ['[email protected]'],
Daniel Cheng99312b632017-10-25 03:59:492219 'clang_update': ['[email protected]',
2220 '[email protected]',
[email protected]cf8ffa82013-02-13 08:30:072221 '[email protected]',
George Burgess IVbbcd9912018-04-17 14:59:282222 '[email protected]',
pennymac962d190432016-07-27 00:58:352223 '[email protected]',
rnk28bbd1772016-05-04 17:57:582224 '[email protected]',
Hans Wennborgf2eb949e2018-05-08 12:45:032225 '[email protected]',
Peter Collingbourne1ac5f712018-03-30 22:15:132226 '[email protected]',
rnk28bbd1772016-05-04 17:57:582227 '[email protected]',
pennymac962d190432016-07-27 00:58:352228 '[email protected]',
thestigf023ccc2016-11-10 14:39:152229 '[email protected]',
pennymac962d190432016-07-27 00:58:352230 '[email protected]',
horo8e9a01572016-07-27 06:05:312231 '[email protected]',
pennymac962d190432016-07-27 00:58:352232 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002233 'clipboard': ['[email protected]'],
Aaron Gable64f273582017-03-30 18:02:002234 'codereview_settings': ['[email protected]'],
sdefresned94c5b02015-07-22 17:54:552235 'components_deps': ['[email protected]',
Sylvain Defresne0c5f8442019-05-09 11:11:222236 '[email protected]'],
Matthew Jonesf3b5f4f2019-01-04 00:01:252237 'compositor_animator': ['[email protected]'],
Conley Owensd744e392018-04-24 19:18:572238 'content_bluetooth': ['[email protected]',
Vincent Scheibf01b55ff22018-01-10 21:05:062239 '[email protected]'],
Randy Smith9d64e6e2018-03-07 20:07:082240 'content_loader': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352241 'content_renderer': ['[email protected]'],
mkwst75a31a42014-09-14 18:32:532242 'content_shell': ['[email protected]',
peterc9e3e172015-11-02 09:29:162243 '[email protected]',
2244 '[email protected]'],
nhiroki90ba0102015-07-21 01:42:242245 'content_worker': ['[email protected]',
2246 '[email protected]'],
donnd787f6ed2016-08-03 01:00:562247 'contextual_search': ['[email protected]',
2248 '[email protected]'],
pennymac962d190432016-07-27 00:58:352249 'courgette': ['[email protected]',
2250 '[email protected]'],
Nico Weber6ff639a2017-08-11 21:04:502251 'cq': ['[email protected]',
2252 '[email protected]',
2253 '[email protected]',
2254 '[email protected]',
2255 '[email protected]'],
Dan Beam5dec1b42018-12-10 23:52:342256 'cr_elements': ['[email protected]',
2257 '[email protected]',
michaelpge42ca3b32016-02-19 08:17:572258 '[email protected]'],
Chung-yih Wang7afc64a2018-03-06 02:09:042259 'cros_benchmarks': ['[email protected]',
2260 '[email protected]',
2261 '[email protected]'],
Ben Wells03471a72018-03-22 00:58:462262 'crostini': ['[email protected]'],
Bailey Berro462580ea2019-02-22 23:09:372263 'cups_printing': ['[email protected]',
2264 '[email protected]',
2265 '[email protected]'],
Wojciech Dzierżanowski7d246b52019-05-10 19:52:262266 'custom_proxy': ['[email protected]',
2267 '[email protected]'],
Peter Beverloob90e4c32018-12-07 14:27:192268 'custom_tabs': ['[email protected]',
2269 '[email protected]',
Peter E Conn35d3a982019-01-17 10:35:272270 '[email protected]',
Peter Beverloo5cc24512018-11-29 15:36:432271 '[email protected]',
Peter E Conn35d3a982019-01-17 10:35:272272 '[email protected]'],
Madeleine Barowsky21b04402019-01-29 19:17:052273 'data_decoder': ['[email protected]'],
Ryo Hashimoto900be52c2018-05-24 06:42:262274 'dbus': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:192275 'deep_memory_profiler': ['[email protected]'],
Conley Owensd744e392018-04-24 19:18:572276 'device_bluetooth': ['[email protected]',
Vincent Scheibf01b55ff22018-01-10 21:05:062277 '[email protected]'],
Conley Owensd744e392018-04-24 19:18:572278 'device_chooser': ['[email protected]',
Ovidio Henriquez86333882018-11-05 18:25:212279 '[email protected]',
2280 '[email protected]'],
pennymac962d190432016-07-27 00:58:352281 'devtools': ['[email protected]',
2282 '[email protected]'],
kinukoc462adb2016-12-22 12:58:492283 'disk_cache': ['[email protected]'],
David Trainor051827f2017-06-02 18:33:132284 'download': ['[email protected]'],
Dan Beam5dec1b42018-12-10 23:52:342285 'downloads_ui': ['[email protected]',
2286 '[email protected]'],
[email protected]89d2cd52013-04-16 01:55:362287 'drive_resource_metadata': ['[email protected]'],
[email protected]3a25c8a2014-06-26 06:47:102288 'eme': ['[email protected]'],
Justin DeWittf64d39e2018-08-09 21:33:412289 'explore_sites': ['[email protected]',
2290 '[email protected]',
2291 '[email protected]',
Pete Williamson3600f2d2018-09-24 17:31:112292 '[email protected]',
2293 '[email protected]'],
[email protected]f9529e7922013-06-06 05:19:412294 'extension': ['[email protected]',
2295 '[email protected]'],
Luna Lu7f221f22017-06-13 16:46:142296 'feature_policy': ['[email protected]',
Joe Medleya129fe32018-01-25 15:20:222297 '[email protected]',
Joe Medley1e1bb652018-04-27 17:36:592298 '[email protected]'],
[email protected]84dcfd92014-05-23 13:18:192299 'fileapi': ['[email protected]',
[email protected]6f217122013-11-25 07:21:482300 '[email protected]',
2301 '[email protected]'],
yoshiki1c0ba2782014-12-08 07:04:262302 'filebrowse': ['[email protected]'],
Joel Hockey0db16432018-03-09 22:41:492303 'filesapp': ['[email protected]',
2304 '[email protected]',
okab0be3dc2016-08-30 07:37:102305 '[email protected]'],
Tomasz Mikolajewski2905dbb2017-11-22 06:24:042306 'fsp': ['[email protected]'],
Wez385de5a2017-07-13 20:13:162307 'fuchsia': ['[email protected]', '[email protected]'],
mmoroz58ddb8172016-09-08 18:29:552308 'fuzzing': ['[email protected]'],
Conley Owensd744e392018-04-24 19:18:572309 'gamepad': ['[email protected]'],
Dan Elphick7c3105252017-11-06 15:51:472310 'gcm': ['[email protected]',
pennymac962d190432016-07-27 00:58:352311 '[email protected]'],
Raphael Kubo da Costab8111f9f2018-10-04 14:24:232312 'generic_sensor': ['[email protected]',
Vincent Scheibd5da4d952017-11-03 01:33:242313 '[email protected]',
Raphael Kubo da Costa0e3cf83d2019-03-11 10:55:562314 '[email protected]',
timvolodine4cf58ca2017-05-24 16:11:482315 '[email protected]',
mikhail.pozdnyakova8db26402016-11-28 18:27:122316 '[email protected]'],
Mounir Lamouri578ca402019-01-23 20:40:482317 'geolocation': ['[email protected]'],
[email protected]cf428f732012-10-02 20:48:152318 'gfx_geometry': ['[email protected]'],
[email protected]f93b7382012-08-09 20:53:162319 'gfx_image': ['[email protected]'],
agrieve4d9c1c52016-09-23 17:49:382320 'gn': ['[email protected]',
Trent Apted93d53b02019-01-21 02:54:342321 '[email protected]'],
[email protected]a6159102013-11-08 23:21:522322 'gpu': ['[email protected]'],
Corentin Wallez3f1d0852018-07-04 15:45:362323 'gpu_passthrough_cmd_decoder': ['[email protected]'],
Ehsan Karamadc20cee22018-08-10 21:32:332324 'guest_view': ['[email protected]',
Kevin McNee77c2f6b2018-08-14 21:43:582325 '[email protected]',
Ehsan Karamadc20cee22018-08-10 21:32:332326 '[email protected]'],
Andrey Kosyakova173d252018-05-07 18:29:112327 'headless': ['[email protected]'],
Dan Beam5dec1b42018-12-10 23:52:342328 'history_ui': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002329 'i18n': ['[email protected]'],
Greg Thompson4f90fc992017-07-25 19:30:372330 'incident_reporting': ['[email protected]'],
[email protected]8b250562014-08-12 19:07:452331 'indexed_db': ['[email protected]',
dgrogand792a7f2016-01-21 00:12:132332 '[email protected]'],
John Budorickf6a1c302018-10-29 16:32:482333 'infra': ['[email protected]'],
bruthigaa8281f2016-02-09 17:52:312334 'ink_drop': ['[email protected]'],
Navid Zolghadr9994e8e2019-01-22 17:36:082335 'input': ['[email protected]',
2336 '[email protected]'],
Michael Spang808d5c12018-10-23 19:20:392337 'input_devices': ['[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:262338 'installable': ['[email protected]'],
Raphael Kubo da Costaf242cef72017-11-08 16:01:182339 'installer_linux': ['[email protected]',
2340 '[email protected]'],
Greg Thompson4f90fc992017-07-25 19:30:372341 'installer_win': ['[email protected]',
Greg Thompson4f90fc992017-07-25 19:30:372342 '[email protected]'],
Ramya Nagarajan7768bf62018-11-28 21:26:042343 'instant': ['[email protected]',
2344 '[email protected]',
2345 '[email protected]',
2346 '[email protected]'],
edchin46453b42017-03-03 01:40:112347 'ios': ['[email protected]'],
2348 'ios_chrome': ['[email protected]',
eugenebutb5a5a8572017-01-20 01:18:112349 '[email protected]'],
edchin46453b42017-03-03 01:40:112350 'ios_clean': ['[email protected]',
lpromero6846b19d2017-05-23 10:43:592351 '[email protected]'],
Eric Noyaua1825272019-01-02 10:36:392352 'ios_flags': ['[email protected]'],
edchin46453b42017-03-03 01:40:112353 'ios_showcase': ['[email protected]',
lpromero6846b19d2017-05-23 10:43:592354 '[email protected]'],
edchin46453b42017-03-03 01:40:112355 'ios_web': ['[email protected]',
2356 '[email protected]'],
Bruno Santosc0ffc574d2019-04-09 22:16:492357 'kiosk_next': ['[email protected]',
2358 '[email protected]',
2359 '[email protected]',
2360 '[email protected]',
2361 '[email protected]',
2362 '[email protected]',
2363 '[email protected]'],
Johanndfa4d7d2017-12-07 18:05:292364 'libaom': ['[email protected]',
pennymac962d190432016-07-27 00:58:352365 '[email protected]',
2366 '[email protected]',
2367 '[email protected]'],
Johanndfa4d7d2017-12-07 18:05:292368 'libvpx': ['[email protected]',
2369 '[email protected]',
2370 '[email protected]',
2371 '[email protected]',
2372 '[email protected]',
2373 '[email protected]'],
Takeshi Yoshino524e1d262017-07-28 01:16:382374 'libwebp': ['[email protected]',
2375 '[email protected]',
2376 '[email protected]'],
dominiccabb90e02017-03-31 04:54:232377 'libxml_xslt': ['[email protected]',
2378 '[email protected]'],
[email protected]04a292a2013-03-07 19:58:422379 'linux_fonts': ['[email protected]'],
[email protected]6d7e0bf2014-07-28 22:30:402380 'linux_sandboxing': ['[email protected]'],
[email protected]04a292a2013-03-07 19:58:422381 'linux_seccomp_bpf': ['[email protected]'],
lgrey62faed72016-10-11 21:40:392382 'mac' : ['[email protected]'],
Dominick Ng31b7feb2019-01-29 23:24:002383 'manifest': ['[email protected]',
2384 '[email protected]'],
James Cook4bfa66fa2018-05-29 17:20:422385 'mash_buildbot_filters': ['[email protected]',
2386 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002387 'media': ['[email protected]'],
Miguel Casas-Sanchez5eb47252017-09-05 21:15:032388 'media_capture_from_element': ['[email protected]'],
Alex Keng83e23682019-05-16 06:23:072389 'media_controls': ['[email protected]',
2390 '[email protected]'],
pennymac962d190432016-07-27 00:58:352391 'media_galleries': ['[email protected]',
2392 '[email protected]'],
Hirokazu Hondae31ce109a2018-09-18 11:18:502393 'media_gpu': ['[email protected]'],
Xiaohan Wang6cbdcdf2018-06-12 21:55:542394 'media_mojo': ['[email protected]',
2395 '[email protected]'],
mcasasfeedbe42017-03-03 05:23:562396 'media_recorder': ['[email protected]',
mcasas9558316b2017-03-10 18:57:312397 '[email protected]'],
mark a. foltze8739c7c2019-04-24 18:33:092398 'media_remoting': ['[email protected]',
mfoltz57fd7f32017-05-03 06:12:582399 '[email protected]',
apacible01538e02016-11-04 22:15:312400 '[email protected]',
Xiaohan Wang22ab04c12019-02-06 00:41:042401 '[email protected]'],
mark a. foltze8739c7c2019-04-24 18:33:092402 'media_router': ['[email protected]',
Xiangjun Zhang880262a2018-08-07 22:35:382403 '[email protected]',
Takumi Fujimoto4bef2792018-05-03 17:51:552404 '[email protected]'],
Xiaohan Wang6cbdcdf2018-06-12 21:55:542405 'media_win': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002406 'message_loop': ['[email protected]'],
isherman1eee6f12014-12-09 02:14:302407 'metrics': ['[email protected]'],
Alexei Svitkine691508d2019-02-21 15:57:392408 'metrics_xml_files': ['[email protected]'],
toyoshim8f51f902015-03-27 03:50:212409 'midi': ['[email protected]'],
John Abd-El-Malek01cfd3f2018-06-21 16:33:122410 'mojo': ['[email protected]'],
Ryan Hansberry587c8082018-09-20 01:31:192411 'multidevice': ['[email protected]',
Ryan Hansberry786f1912018-10-30 21:21:392412 '[email protected]',
Ryan Hansberry587c8082018-09-20 01:31:192413 '[email protected]',
Kyle Horimotoc4d57b122018-02-28 01:17:302414 '[email protected]',
2415 '[email protected]',
2416 '[email protected]',
Ryan Hansberry587c8082018-09-20 01:31:192417 '[email protected]'],
rjkroegef60dea862015-10-29 17:50:062418 'mus': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002419 'nacl': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352420 'native_client_sdk': ['[email protected]',
2421 '[email protected]'],
Alex Moshchuk3fbcf782018-05-09 00:06:292422 'navigation': ['[email protected]',
2423 '[email protected]',
pennymac962d190432016-07-27 00:58:352424 '[email protected]'],
Chris Bentzel605478a2018-07-10 21:47:012425 'net': ['[email protected]'],
bnc1872e8bd2017-01-27 02:47:282426 'net_base': ['[email protected]'],
bnc1872e8bd2017-01-27 02:47:282427 'net_http2': ['[email protected]'],
2428 'net_log': ['[email protected]',
Matt Menkecebc2402017-07-20 16:26:092429 '[email protected]'],
Adam Rice027497d2018-07-27 02:17:022430 'net_server': ['[email protected]'],
bnc1872e8bd2017-01-27 02:47:282431 'net_spdy': ['[email protected]'],
Adam Rice027497d2018-07-27 02:17:022432 'net_websockets': ['[email protected]'],
jkarlin539748402015-03-31 17:36:312433 'netinfo': ['[email protected]'],
Helen Li30f43d8e2018-05-09 16:24:012434 'network_service': ['[email protected]'],
Conley Owensd744e392018-04-24 19:18:572435 'nfc': ['[email protected]'],
Xing Liue18f0fb2019-03-22 23:55:142436 'notification_scheduler': ['[email protected]'],
Peter Beverloo45bf54c2018-08-06 17:12:032437 'notifications': ['[email protected]'],
tbansalc6f1c9f2016-09-30 22:48:422438 'nqe': ['[email protected]'],
Eric Noyaua1825272019-01-02 10:36:392439 'ntp_snippets': ['[email protected]'],
2440 'ntp_tiles': ['[email protected]'],
peterc7e27422017-05-17 04:05:282441 'offline_items_collection': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352442 'offline_pages': ['[email protected]',
Carlos Knippschild6a2e2f02017-06-02 18:18:142443 '[email protected]',
pennymac962d190432016-07-27 00:58:352444 '[email protected]',
2445 '[email protected]',
dewittj74b23f6f2016-04-21 19:29:252446 '[email protected]',
2447 '[email protected]',
Dan Harrington163354f2019-03-29 21:28:352448 '[email protected]',
2449 '[email protected]'],
jdonnelly6fa5a21d2017-01-03 15:28:352450 'omnibox': ['[email protected]'],
Sophie Chang76811dfb2018-12-20 21:40:472451 'optimization_guide': ['[email protected]'],
iclelland8b904402016-10-05 15:01:232452 'origin_trials': ['[email protected]',
Ian Clelland1b27f8f62017-06-22 13:36:242453 '[email protected]'],
pennymac962d190432016-07-27 00:58:352454 'ozone': ['[email protected]',
Maksim Sisovdd171472018-10-01 19:51:032455 '[email protected]',
pennymac962d190432016-07-27 00:58:352456 '[email protected]'],
Sergey Ulanov004097c2018-11-05 23:29:282457 'ozone_scenic': ['[email protected]',
Sergey Ulanovac3ba332018-11-08 00:16:452458 '[email protected]',
Sergey Ulanov004097c2018-11-05 23:29:282459 '[email protected]',
2460 '[email protected]',
2461 '[email protected]'],
Raymes Khouryc555e9dc2019-02-18 09:13:222462 'page_info' : ['[email protected]'],
Bryan McQuade4233f412017-07-28 16:23:412463 'page_load_metrics' : ['[email protected]',
2464 '[email protected]',
tdresserd80646f2017-03-03 19:26:082465 '[email protected]',
2466 '[email protected]'],
Daniel Cheng99312b632017-10-25 03:59:492467 'panels': ['[email protected]',
pennymac962d190432016-07-27 00:58:352468 '[email protected]',
2469 '[email protected]'],
mkwst17a9875d2016-06-24 10:36:392470 'password_manager': ['[email protected]',
Vasilii Sukhanovc4e6c2842018-07-18 12:12:202471 '[email protected]'],
sebsgbbfbea02016-10-24 21:54:592472 'payments': ['[email protected]',
mahmadi0a7bb59f2017-02-22 19:13:492473 '[email protected]',
Anthony Vallee-Dubois866affd22018-03-19 15:13:212474 '[email protected]',
2475 '[email protected]'],
mahmadi0a7bb59f2017-02-22 19:13:492476 'payments_ios': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352477 'pepper_api': ['[email protected]',
2478 '[email protected]',
2479 '[email protected]',
2480 '[email protected]',
2481 '[email protected]',
pennymac962d190432016-07-27 00:58:352482 '[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:262483 'permissions': ['[email protected]',
Xi Han50f523a1d2017-07-19 15:56:112484 '[email protected]',
Dominick Ngcaa7b402017-07-11 07:35:392485 '[email protected]',
Balazs Engedy23f08852018-09-24 23:39:582486 '[email protected]',
Timothy Lohb2a4eff2017-08-03 07:07:562487 '[email protected]'],
François Beaufortb2070eb2018-02-08 10:36:342488 'picture_in_picture': ['[email protected]'],
Lutz Justena67427102018-06-28 08:55:462489 'policy_templates': ['[email protected]'],
Dan Beam5dec1b42018-12-10 23:52:342490 'polymer': ['[email protected]',
2491 '[email protected]'],
Charles Harrison981d33c2017-10-06 21:36:222492 'popup_blocker': ['[email protected]'],
twifkak0c69c1f2015-06-22 18:20:092493 'precache': ['[email protected]'],
[email protected]be775bc2014-06-30 15:41:142494 'prepopulated_engines': ['[email protected]'],
Chris Bentzel605478a2018-07-10 21:47:012495 'prerender': ['[email protected]',
pennymac962d190432016-07-27 00:58:352496 '[email protected]'],
Adam Parkera556b7a2018-05-22 17:53:192497 'presentation': ['[email protected]'],
rbpotter0d9edeed2018-08-03 14:11:582498 'print_preview': ['[email protected]'],
Peter Beverloo45bf54c2018-08-06 17:12:032499 'push_messaging': ['[email protected]'],
stkhapugin06503142016-12-07 14:32:122500 'reading_list': ['[email protected]'],
mark a. foltze8739c7c2019-04-24 18:33:092501 'remoteplayback': ['[email protected]'],
[email protected]c3887592014-02-06 20:02:252502 'remoting': ['[email protected]'],
Ali Tofigh000debb52017-11-07 21:35:422503 'rlz_id': ['[email protected]',
pennymac962d190432016-07-27 00:58:352504 '[email protected]'],
Joe Medley1e1bb652018-04-27 17:36:592505 'runtime_enabled_features': ['[email protected]'],
Daniel Ruberyfa8cd5d2018-09-13 17:31:232506 'safe_browsing': ['[email protected]',
2507 '[email protected]',
vakh125ad862017-03-17 00:06:252508 '[email protected]'],
mlamourid8b0feb2015-06-02 16:30:472509 'screen_orientation': ['[email protected]'],
Robert Sesekae79d38512018-09-04 18:13:302510 'security': ['[email protected]'],
Anastasia Helfinstein83c763a2019-05-13 18:15:032511 'select_to_speak': ['[email protected]',
2512 '[email protected]'],
Jeffrey Cohen7fe36f502018-12-12 01:38:212513 'send_tab_to_self': ['[email protected]',
Jeffrey Cohen7fe36f502018-12-12 01:38:212514 '[email protected]',
2515 '[email protected]',
Jeffrey Cohen6b31b2d2019-01-23 19:12:302516 '[email protected]',
2517 '[email protected]'],
pennymac962d190432016-07-27 00:58:352518 'service_worker': ['[email protected]',
[email protected]6d095a8b2014-02-28 15:26:162519 '[email protected]',
pennymac962d190432016-07-27 00:58:352520 '[email protected]',
pennymac962d190432016-07-27 00:58:352521 '[email protected]',
horo8e9a01572016-07-27 06:05:312522 '[email protected]',
tzik749ae1e2018-07-20 05:05:012523 '[email protected]'],
Colin Blundell6d2669a2017-07-11 06:26:532524 'services_public': ['[email protected]'],
Dan Beam5dec1b42018-12-10 23:52:342525 'settings': ['[email protected]',
2526 '[email protected]',
May Lippert12159c32019-03-04 21:02:542527 '[email protected]',
2528 '[email protected]',
2529 '[email protected]',
2530 '[email protected]'],
May Lippertbb19e1242019-04-17 15:02:112531 'settings_forked_os_settings': [
2532 '[email protected]'],
May Lippertd0b8cfe2019-05-22 19:54:492533 'settings_os_settings': [
2534 '[email protected]'],
alitoc5534d62017-04-21 01:48:582535 'settings_reset_prompt': ['[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:262536 'site_engagement': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352537 'site_instance': ['[email protected]',
Alex Moshchuk3fbcf782018-05-09 00:06:292538 '[email protected]',
pennymac962d190432016-07-27 00:58:352539 '[email protected]',
[email protected]b9ecdb62014-03-07 14:56:432540 '[email protected]'],
Ryan Hansberry587c8082018-09-20 01:31:192541 'smartlock': ['[email protected]',
Ryan Hansberry786f1912018-10-30 21:21:392542 '[email protected]',
Ryan Hansberry587c8082018-09-20 01:31:192543 '[email protected]',
2544 '[email protected]',
2545 '[email protected]',
2546 '[email protected]',
2547 '[email protected]'],
Zentaro Kavanagh608f8a12018-01-19 18:39:562548 'smb': ['[email protected]'],
Joe Medley1e1bb652018-04-27 17:36:592549 'source_idls': ['[email protected]'],
Rachel Blum41788872018-10-25 20:54:012550 'spellcheck': ['[email protected]',
timvolodine8cdb94c2016-09-22 12:17:222551 '[email protected]',
2552 '[email protected]'],
Greg Thompson9ea091702018-01-04 11:06:322553 'startup': ['[email protected]',
2554 '[email protected]'],
[email protected]67f39af2013-08-23 20:06:052555 'streams': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352556 'styleguide': ['[email protected]',
vmpstrdeec20e2016-11-18 22:17:322557 '[email protected]',
2558 '[email protected]'],
Peter Wenbef43902018-11-28 22:08:122559 'styleguide_python': ['[email protected]',
2560 '[email protected]',
2561 '[email protected]'],
engedye7b734da2017-02-07 12:08:132562 'subresource_filter': ['[email protected]'],
Pam Greene8efbeae92018-10-02 14:54:462563 'supervised_users': [],
CJ DiMegliocaddc3482018-12-12 02:28:382564 'surface_layer_for_video': [ '[email protected]',
2565 '[email protected]'],
Anastasia Helfinstein5205acb32019-02-15 00:54:132566 'switch_access': ['[email protected]'],
maxbogue65ea2632016-04-04 18:12:582567 'sync': ['[email protected]'],
[email protected]84dcfd92014-05-23 13:18:192568 'syncfs': ['[email protected]',
[email protected]6f217122013-11-25 07:21:482569 '[email protected]',
2570 '[email protected]'],
miu5e69f1c52016-10-23 13:40:112571 'tab_alert_indicators': ['[email protected]'],
Adam Parkera556b7a2018-05-22 17:53:192572 'tab_capture': ['[email protected]',
mark a. foltze8739c7c2019-04-24 18:33:092573 '[email protected]',
Xiaohan Wang22ab04c12019-02-06 00:41:042574 '[email protected]'],
pennymac962d190432016-07-27 00:58:352575 'tab_contents': ['[email protected]',
2576 '[email protected]',
2577 '[email protected]'],
Wei-Yin Chen (陳威尹)db76226102019-04-05 21:38:572578 'tab_ui': ['[email protected]',
2579 '[email protected]',
2580 '[email protected]',
2581 '[email protected]'],
tdresserd80646f2017-03-03 19:26:082582 'tbmv2_metrics': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:192583 'tcmalloc': ['[email protected]'],
tonygc7f6a4c12015-01-16 18:32:262584 'telemetry': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352585 'test_runner': ['[email protected]',
einbindera29577e2016-08-23 01:21:492586 '[email protected]',
2587 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002588 'tests': [],
Ryan Hansberry587c8082018-09-20 01:31:192589 'tether': ['[email protected]',
Ryan Hansberry786f1912018-10-30 21:21:392590 '[email protected]',
Ryan Hansberry587c8082018-09-20 01:31:192591 '[email protected]',
2592 '[email protected]',
2593 '[email protected]',
dbeamd924f0d0d2017-06-20 02:34:252594 '[email protected]',
Ryan Hansberry587c8082018-09-20 01:31:192595 '[email protected]'],
pennymac962d190432016-07-27 00:58:352596 'textinput': ['[email protected]',
2597 '[email protected]',
2598 '[email protected]',
Yuichiro Hanadaf0b3b472017-10-17 07:00:532599 '[email protected]',
pennymac962d190432016-07-27 00:58:352600 '[email protected]'],
2601 'textinput_chromeos': ['[email protected]',
2602 '[email protected]',
Yuichiro Hanadaf0b3b472017-10-17 07:00:532603 '[email protected]',
pennymac962d190432016-07-27 00:58:352604 '[email protected]'],
chirantan96fcf6d2015-01-21 22:36:192605 'timers': ['[email protected]'],
robliaofd54b5c2017-01-13 00:41:302606 'tools_win_chromeexts': ['[email protected]'],
AJITH KUMAR V4f0c4812018-03-27 13:46:572607 'touch_selection': ['[email protected]',
2608 '[email protected]'],
pennymac962d190432016-07-27 00:58:352609 'tracing': ['[email protected]',
Michael Spangbbcf79de2018-12-13 15:07:262610 '[email protected]',
2611 '[email protected]'],
[email protected]cf428f732012-10-02 20:48:152612 'ui_compositor': ['[email protected]'],
robliao2c4b7492016-07-19 01:57:262613 'ui_display_win': ['[email protected]'],
[email protected]6b5093c2012-05-23 19:10:182614 'ui_resources': ['[email protected]'],
edwardjung83f52ef22017-02-07 13:15:072615 'ui_strings': ['[email protected]'],
Scott Violet27497292019-03-25 23:06:532616 'ui_views': ['[email protected]',
2617 '[email protected]'],
Will Harris989ca932019-02-15 19:21:212618 'unified_consent': ['[email protected]'],
Ovidio Henriquez86333882018-11-05 18:25:212619 'usb': ['[email protected]',
2620 '[email protected]'],
Miguel Casas-Sancheza65d49a2017-12-11 03:27:482621 'vaapi': ['[email protected]'],
[email protected]c73ec8ab2014-01-16 20:35:232622 'version_assembly': ['[email protected]',
2623 '[email protected]'],
Alexandre Courbot3e9e55a2018-04-05 05:29:422624 'video': ['[email protected]'],
mcasas9558316b2017-03-10 18:57:312625 'video_capture': ['[email protected]'],
Alexandre Courbot3e9e55a2018-04-05 05:29:422626 'video_gpu': ['[email protected]'],
blakeod4cc78a2017-05-10 06:56:482627 'virtual_keyboard': ['[email protected]',
2628 '[email protected]',
Darren Shen405b8972019-04-10 07:16:292629 '[email protected]',
2630 '[email protected]'],
billorr3c7e1442016-11-11 21:21:352631 'virtual_reality': ['[email protected]'],
Chris Blumec6ddd6c2018-12-14 23:35:012632 'vulkan': ['[email protected]'],
Raphael Kubo da Costabb97c4eb2019-04-25 15:25:392633 'wake_lock': ['[email protected]',
2634 '[email protected]'],
Raymes Khoury6b9bf762019-05-17 05:00:512635 'web_applications': ['[email protected]',
2636 '[email protected]',
2637 '[email protected]',
2638 '[email protected]',
2639 '[email protected]'],
Dan Beam5dec1b42018-12-10 23:52:342640 'web_dev_style': ['[email protected]'],
Devin Mullins4ff9b282018-03-09 00:37:322641 'web_package': ['[email protected]'],
Matt Giuca9eb910d2017-08-02 04:07:382642 'web_share': ['[email protected]'],
Martin Kreichgauer794a18572018-07-20 20:45:432643 'webauthn': ['[email protected]'],
Corentin Wallez3f1d0852018-07-04 15:45:362644 'webgpu': ['[email protected]',
2645 '[email protected]'],
Takeshi Yoshinoe387aa32017-08-02 13:16:132646 'webrtc_browser_tests': ['[email protected]'],
Christian Dullwebered2c82b2018-04-10 08:37:222647 'website_settings': ['[email protected]',
Raymes Khouryc555e9dc2019-02-18 09:13:222648 '[email protected]'],
Dan Beam5dec1b42018-12-10 23:52:342649 'webui_backend': ['[email protected]'],
Penny MacNeil0ced2cb2018-07-30 21:09:492650 'windows_sandboxing': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002651 'x11': ['[email protected]',
2652 '[email protected]',
2653 '[email protected]'],
Chris Blume04103c42018-12-14 22:46:062654 'zlib': ['[email protected]'],
wjmaclean3ff6a402015-03-31 19:00:202655 'zoom': ['[email protected]'],
[email protected]a3838612009-10-13 21:57:542656 },
2657}