blob: 1abd2964ef58579366c73209a5a7b518cd954a05 [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 },
Maggie Cai9190f7632019-06-12 06:06:57112 'apps_intent_helper': {
113 'filepath': 'chrome/browser/apps/intent_helper/|'\
114 'chrome/browser/chromeos/apps/intent_helper/'
115 },
lhchavez4b19176f2016-05-04 23:12:46116 'arc': {
117 'filepath': 'arc/',
118 },
lhchavez61532c92016-10-18 21:33:37119 'arc_auth': {
120 'filepath': 'chrome/browser/chromeos/arc/arc_auth'
121 },
Ryo Hashimoto611b8fc52018-09-28 10:01:20122 'arc_common': {
123 'filepath': 'components/arc/common/',
124 },
Yuichiro Hanada2e111fb2018-11-19 17:33:05125 'arc_ime': {
126 'filepath': 'chrome/browser/chromeos/arc/input_method_manager/'\
127 '|components/arc/ime/'
128 },
poromov7633f602017-02-21 16:44:01129 'arc_kiosk': {
130 'filepath': 'chrome/browser/chromeos/app_mode/arc/'\
131 '|components/arc/kiosk/'\
132 '|arc_kiosk'
133 },
lhchavez4b19176f2016-05-04 23:12:46134 'arc_net': {
135 'filepath': 'components/arc/net/',
136 },
ejcarusoa298ec02016-06-16 20:30:43137 'arc_power': {
138 'filepath': 'components/arc/power/',
139 },
Hirokazu Hondaf98a3122018-04-12 11:19:48140 'arc_video_accelerator': {
141 'filepath': 'components/arc/video_accelerator',
142 },
[email protected]3ce56642013-10-17 22:12:51143 'ash': {
144 'filepath': 'ash/',
145 },
Xiaohui Chenf7e70a22018-02-08 00:36:38146 'assistant': {
David Black20c36722019-02-05 18:36:31147 'filepath': 'ash/app_list/views/assistant/'\
148 '|ash/assistant/'\
Xiaohui Chen985c26b2018-05-16 18:41:27149 '|chromeos/assistant/'\
150 '|chromeos/services/assistant/'\
151 '|chrome/browser/ui/ash/assistant/'
Xiaohui Chenf7e70a22018-02-08 00:36:38152 },
Max Morin2b0206312018-04-06 11:17:40153 'audio_service': {
154 'filepath': 'services/audio/'
155 },
[email protected]f76c8852012-06-21 16:37:00156 'aura': {
[email protected]3ce56642013-10-17 22:12:51157 'filepath': 'ui/aura/',
[email protected]84ba35e32010-08-06 17:22:39158 },
[email protected]c3a6e1e72013-08-02 00:13:07159 'aura_compositor': {
160 'filepath':
161 'ui/compositor/' \
[email protected]6dc38f72014-01-16 22:19:58162 '|content/browser/compositor/' \
danakj479ab502017-03-31 20:19:09163 '|content/browser/renderer_host/compositor_resize_lock' \
[email protected]c3a6e1e72013-08-02 00:13:07164 '|content/browser/renderer_host/render_widget_host_view_aura' \
165 '|content/browser/renderer_host/render_widget_host_view_browsertest' \
[email protected]a6eeeef92014-03-19 19:06:44166 '|content/browser/renderer_host/delegated' \
[email protected]c3a6e1e72013-08-02 00:13:07167 '|content/common/gpu/client/' \
[email protected]c3a6e1e72013-08-02 00:13:07168 },
Katie D14c38ce2019-02-14 00:34:45169 'autoclick': {
170 'filepath': 'ash/autoclick/',
171 },
[email protected]2a38f0c02013-05-29 02:27:45172 'autofill': {
rouslanfbfa7402016-11-22 19:36:39173 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/autofill/|'\
174 'chrome/browser/autofill/|'\
[email protected]d9310a82012-11-02 02:53:48175 'chrome/browser/ui/android/autofill/|'\
176 'chrome/browser/ui/autofill/|'\
[email protected]e3e4ca62013-05-17 08:50:27177 'chrome/browser/ui/cocoa/autofill/|'\
[email protected]d9310a82012-11-02 02:53:48178 'chrome/browser/ui/views/autofill/|'\
[email protected]d9310a82012-11-02 02:53:48179 'chrome/renderer/autofill/|'\
180 'chrome/test/data/autofill/|'\
[email protected]3947d4a82013-03-12 09:41:05181 'components/autofill/|'\
[email protected]30964792013-05-29 02:41:25182 'components/autofill/browser/webdata/|'\
vabrbeb0c562015-12-01 10:48:08183 'components/webdata/',
[email protected]b3399272010-08-10 19:49:29184 },
gogerald5d02fde2018-08-18 04:30:56185 'autofill_assistant': {
Peter Wenf66bd402019-03-18 14:04:33186 'filepath': 'chrome/android/features/autofill_assistant/|'\
gogerald5d02fde2018-08-18 04:30:56187 'chrome/browser/android/autofill_assistant/|'\
188 'components/autofill_assistant/',
189 },
Jared Sauldd47a29d2019-04-18 16:28:54190 'autofill_payments': {
Jared Saul4765c1e2018-06-18 13:44:57191 'filepath': 'chrome/browser/ui/autofill/chrome_autofill_client*|'\
Jared Sauldd47a29d2019-04-18 16:28:54192 'chrome/browser/ui/autofill/payments/|'\
193 'chrome/browser/ui/views/autofill/payments/|'\
194 'components/autofill/core/browser/payments/|'\
195 'components/autofill/core/browser/ui/payments/|'\
196 'components/autofill/core/common/autofill_payments_features*|'\
197 'components/autofill_payments_strings*',
Jared Saul4765c1e2018-06-18 13:44:57198 },
peter39e10a62017-02-21 15:14:13199 'background_fetch': {
Peter Beverloo4548c852017-08-31 13:45:17200 'filepath': 'background_fetch|'\
201 'background-fetch',
peter39e10a62017-02-21 15:14:13202 },
203 'background_sync': {
Josh Karlin1bd016742017-08-18 17:44:17204 'filepath': '/background_sync/',
peter39e10a62017-02-21 15:14:13205 },
dominickn8884155a2016-06-23 02:28:16206 'banners': {
207 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/banners/|'\
208 'chrome/android/javatests/src/org/chromium/chrome/browser/banners/|'\
dominickn8884155a2016-06-23 02:28:16209 'chrome/browser/banners/|'\
210 'chrome/browser/ui/android/infobars/app_banner_.*|'\
Blink Reformata30d4232018-04-07 15:31:06211 'third_party/blink/public/platform/modules/app_banner/|'\
212 'third_party/blink/renderer/modules/app_banner/',
dominickn8884155a2016-06-23 02:28:16213 },
[email protected]f76c8852012-06-21 16:37:00214 'base': {
[email protected]f2f0fbb92012-07-14 15:52:49215 'filepath': '^base/',
[email protected]7a7a13b2010-08-25 01:10:59216 },
[email protected]5e105332012-09-13 01:55:52217 'base_allocator': {
218 'filepath': '^base/allocator',
219 },
[email protected]1ed5e0fd2012-07-19 00:19:05220 'base_memory': {
221 'filepath': '^base/memory',
222 },
Alexander Timin864bf8a02018-03-12 11:06:28223 'base_scheduler': {
224 'filepath': '^base/task/',
225 },
Gabriel Charettee6bbb532019-04-29 16:39:39226 'base_thread_pool': {
227 'filepath': '^base/task/thread_pool',
robliao1644d8b2016-04-11 15:39:59228 },
[email protected]b17d9e02014-07-29 09:45:50229 'base_win': {
230 'filepath': '^base/win',
231 },
[email protected]7e093d4022014-06-26 19:19:55232 'battery_status': {
233 'filepath': 'content/browser/battery_status/|'\
timvolodine953fde72014-12-09 16:47:10234 'content/test/data/battery_status/|'\
235 'device/battery/',
[email protected]7e093d4022014-06-26 19:19:55236 },
wnwen72684762017-03-29 13:28:37237 'binary_size': {
238 'filepath': 'build/android/binary_size/|'\
239 'tools/binary_size/',
240 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13241 'blink': {
Kent Tamurae9b3a9ec2017-08-31 02:20:19242 'filepath': 'third_party/(WebKit|blink)/',
Takeshi Yoshinoe387aa32017-08-02 13:16:13243 },
244 'blink_accessibility': {
Kent Tamuraeb394c72018-04-07 19:14:55245 'filepath': 'third_party/(WebKit|blink)/.*(accessibility|ax_object_cache|web_ax)'
Takeshi Yoshinoe387aa32017-08-02 13:16:13246 },
247 'blink_animation': {
Kent Tamuraeb394c72018-04-07 19:14:55248 'filepath': 'third_party/(WebKit|blink)/.*([Aa]nimat|[Tt]ransition)',
Takeshi Yoshinoe387aa32017-08-02 13:16:13249 },
250 'blink_app_banner': {
Blink Reformata30d4232018-04-07 15:31:06251 'filepath': 'third_party/blink/renderer/modules/app_banner' \
252 '|third_party/blink/public/platform/modules/app_banner',
Takeshi Yoshinoe387aa32017-08-02 13:16:13253 },
254 'blink_audio': {
Blink Reformata30d4232018-04-07 15:31:06255 'filepath': 'third_party/blink/renderer/platform/audio' \
256 '|third_party/blink/renderer/modules/webaudio' \
Kent Tamura77578cc2018-11-25 22:33:43257 '|third_party/blink/web_tests/external/wpt/webaudio',
Takeshi Yoshinoe387aa32017-08-02 13:16:13258 },
259 'blink_battery_status': {
Blink Reformata30d4232018-04-07 15:31:06260 'filepath': 'third_party/blink/renderer/modules/battery/' \
Kent Tamura77578cc2018-11-25 22:33:43261 '|third_party/blink/web_tests/battery-status/' \
Kent Tamuraeb394c72018-04-07 19:14:55262 '|third_party/blink/renderer/core/frame/platform_event_(controller|dispatcher)'
Takeshi Yoshinoe387aa32017-08-02 13:16:13263 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13264 'blink_bindings': {
Blink Reformata30d4232018-04-07 15:31:06265 'filepath': 'third_party/blink/renderer/platform/bindings' \
266 '|third_party/blink/renderer/bindings',
Takeshi Yoshinoe387aa32017-08-02 13:16:13267 },
268 'blink_bindings_serialization': {
Kent Tamuraeb394c72018-04-07 19:14:55269 'filepath': 'third_party/blink/renderer/bindings/(core|modules)/v8/.*serializ',
Takeshi Yoshinoe387aa32017-08-02 13:16:13270 },
271 'blink_bluetooth': {
Kent Tamuraeb394c72018-04-07 19:14:55272 'filepath': 'third_party/(WebKit|blink)/.*[Bb]luetooth'
Takeshi Yoshinoe387aa32017-08-02 13:16:13273 },
Fernando Serboncinife13f9d2018-08-14 13:35:54274 'blink_canvas': {
Blink Reformata30d4232018-04-07 15:31:06275 'filepath': 'third_party/blink/renderer/core/html/canvas' \
Fernando Serboncinife13f9d2018-08-14 13:35:54276 '|third_party/blink/renderer/core/offscreencanvas' \
277 '|third_party/blink/renderer/core/geometry' \
278 '|third_party/blink/renderer/modules/canvas' \
279 '|third_party/blink/renderer/platform/graphics/canvas',
Takeshi Yoshinoe387aa32017-08-02 13:16:13280 },
281 'blink_client_hints': {
Kent Tamuraeb394c72018-04-07 19:14:55282 'filepath': 'third_party/blink/renderer/core/loader/accept_client_hints*' \
283 '|third_party/blink/renderer/core/loader/frame_fetch_context*' \
284 '|third_party/blink/renderer/core/loader/resource/image_resource*' \
285 '|third_party/blink/renderer/platform/loader/fetch/fetch_context*' \
286 '|third_party/blink/renderer/platform/loader/fetch/resource_fetcher*'
Takeshi Yoshinoe387aa32017-08-02 13:16:13287 },
288 'blink_clipboard': {
Blink Reformata30d4232018-04-07 15:31:06289 'filepath': 'third_party/blink/renderer/core/clipboard' \
Kent Tamuraeb394c72018-04-07 19:14:55290 '|third_party/blink/renderer/core/page/.*drag' \
291 '|third_party/blink/renderer/platform/.*drag' \
Kent Tamuraeb394c72018-04-07 19:14:55292 '|third_party/blink/public/platform/.*drag' \
293 '|third_party/blink/public/web/.*drag',
Takeshi Yoshinoe387aa32017-08-02 13:16:13294 },
Jeremy Romanb7b3a6a2018-02-07 20:15:32295 'blink_common': {
Kent Tamuraeb394c72018-04-07 19:14:55296 'filepath': 'third_party/blink/common'
Blink Reformata30d4232018-04-07 15:31:06297 '|third_party/blink/public/common' \
298 '|third_party/blink/public/mojom',
Jeremy Romanb7b3a6a2018-02-07 20:15:32299 },
Kentaro Hara993b0de2017-08-07 02:26:37300 'blink_controller': {
Blink Reformata30d4232018-04-07 15:31:06301 'filepath': 'third_party/blink/renderer/controller',
Kentaro Hara993b0de2017-08-07 02:26:37302 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13303 'blink_css': {
Blink Reformata30d4232018-04-07 15:31:06304 'filepath': 'third_party/blink/renderer/core/css',
Takeshi Yoshinoe387aa32017-08-02 13:16:13305 },
306 'blink_css_flexbox': {
Kent Tamuraeb394c72018-04-07 19:14:55307 'filepath': 'third_party/blink/renderer/core/rendering/.*flex' \
Kent Tamura77578cc2018-11-25 22:33:43308 '|third_party/blink/web_tests/fast/deprecated-flexbox/' \
309 '|third_party/blink/web_tests/css3/flexbox/' \
310 '|third_party/blink/web_tests/ietestcenter/css3/flexbox/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13311 },
312 'blink_css_fragmentation_tests': {
Kent Tamura77578cc2018-11-25 22:33:43313 'filepath': 'third_party/blink/web_tests/fast/multicol/' \
314 '|third_party/blink/web_tests/fast/pagination/' \
315 '|third_party/blink/web_tests/fragmentation/' \
316 '|third_party/blink/web_tests/printing/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13317 },
318 'blink_css_grid_layout': {
Kent Tamuraeb394c72018-04-07 19:14:55319 'filepath': 'third_party/blink/renderer/core/layout/.*grid' \
320 '|third_party/blink/renderer/core/paint/.*grid' \
321 '|third_party/blink/renderer/core/css/.*grid' \
Kent Tamura77578cc2018-11-25 22:33:43322 '|third_party/blink/web_tests/fast/css-grid-layout/' \
323 '|third_party/blink/web_tests/ietestcenter/css3/grid/' \
324 '|third_party/blink/web_tests/platform/.*/fast/css-grid-layout/' \
325 '|third_party/blink/web_tests/platform/.*/ietestcenter/css3/grid/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13326 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13327 'blink_custom_elements': {
Blink Reformata30d4232018-04-07 15:31:06328 'filepath': 'third_party/blink/renderer/core/html/custom/' \
Kent Tamuraeb394c72018-04-07 19:14:55329 '|third_party/blink/renderer/bindings/core/v8/.*custom_element',
Takeshi Yoshinoe387aa32017-08-02 13:16:13330 },
331 'blink_device_orientation': {
Oksana Zhuravlova5e236ec92018-07-25 00:16:03332 'filepath': 'content/browser/device_sensors/' \
333 '|content/test/data/device_sensors/' \
334 '|third_party/blink/renderer/modules/device_orientation/' \
Kent Tamura77578cc2018-11-25 22:33:43335 '|third_party/blink/web_tests/device_orientation/' \
Kent Tamuraeb394c72018-04-07 19:14:55336 '|third_party/blink/renderer/core/frame/platform_event_(controller|dispatcher)' \
337 '|third_party/blink/renderer/core/frame/device_single_window_event_controller'
Takeshi Yoshinoe387aa32017-08-02 13:16:13338 },
339 'blink_devtools': {
Kent Tamuraeb394c72018-04-07 19:14:55340 'filepath': 'third_party/(WebKit|blink)/.*(inspector|DevTools|dev_tools|devtools)',
Takeshi Yoshinoe387aa32017-08-02 13:16:13341 },
342 'blink_dom': {
Blink Reformata30d4232018-04-07 15:31:06343 'filepath': 'third_party/blink/renderer/core/dom/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13344 },
345 'blink_dom_events': {
Blink Reformata30d4232018-04-07 15:31:06346 'filepath': 'third_party/blink/renderer/core/dom/events/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13347 },
348 'blink_events': {
Kent Tamuraeb394c72018-04-07 19:14:55349 'filepath': 'third_party/blink/renderer/core/page/.*event' \
350 '|third_party/blink/renderer/core/dom/.*event' \
351 '|third_party/blink/renderer/core/css/.*event' \
352 '|third_party/blink/renderer/platform/.*event'
Takeshi Yoshinoe387aa32017-08-02 13:16:13353 },
354 'blink_fetch': {
Blink Reformata30d4232018-04-07 15:31:06355 'filepath': 'third_party/blink/renderer/platform/loader/fetch'
Takeshi Yoshinoe387aa32017-08-02 13:16:13356 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13357 'blink_fileapi': {
Blink Reformata30d4232018-04-07 15:31:06358 'filepath': 'third_party/blink/renderer/modules/filesystem/' \
359 '|third_party/blink/renderer/core/fileapi/' \
Kent Tamuraeb394c72018-04-07 19:14:55360 '|third_party/blink/renderer/platform/.*file' \
Kent Tamura77578cc2018-11-25 22:33:43361 '|third_party/blink/web_tests/fast/file' \
Kent Tamuraeb394c72018-04-07 19:14:55362 '|third_party/blink/public/.*_file'
Takeshi Yoshinoe387aa32017-08-02 13:16:13363 },
364 'blink_frames': {
Blink Reformata30d4232018-04-07 15:31:06365 'filepath': 'third_party/blink/renderer/core/frame/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13366 },
367 'blink_geolocation': {
Kent Tamura77578cc2018-11-25 22:33:43368 'filepath': 'third_party/blink/web_tests/geolocation-api/' \
Blink Reformata30d4232018-04-07 15:31:06369 '|third_party/blink/renderer/modules/geolocation/' \
Kent Tamuraeb394c72018-04-07 19:14:55370 '|third_party/blink/public/web/.*geolocation'
Takeshi Yoshinoe387aa32017-08-02 13:16:13371 },
372 'blink_heap': {
Blink Reformata30d4232018-04-07 15:31:06373 'filepath': 'third_party/blink/renderer/platform/heap' \
Takeshi Yoshinoe387aa32017-08-02 13:16:13374 '|base/allocator/partition_allocator/'
375 },
376 'blink_html': {
Blink Reformata30d4232018-04-07 15:31:06377 'filepath': 'third_party/blink/renderer/core/html/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13378 },
379 'blink_htmlparser': {
Blink Reformata30d4232018-04-07 15:31:06380 'filepath': 'third_party/blink/renderer/core/html/parser/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13381 },
Chris Blume484eaa1b2018-12-14 22:49:18382 'blink_image_codecs': {
383 'filepath': 'third_party/blink/renderer/platform/image-decoders' \
384 '|third_party/blink/renderer/platform/image-encoders' \
385 '|third_party/blink/perf_tests/image_decoder'
386 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13387 'blink_indexed_db': {
Chase Phillips7027bd52018-08-30 17:31:55388 'filepath': 'third_party/blink/common/indexeddb' \
389 '|third_party/blink/public/common/indexeddb' \
390 '|third_party/blink/public/platform/.*_idb' \
391 '|third_party/blink/public/platform/modules/indexeddb' \
392 '|third_party/blink/public/mojom/indexeddb' \
393 '|third_party/blink/renderer/modules/indexeddb/' \
Kent Tamura77578cc2018-11-25 22:33:43394 '|third_party/blink/web_tests/storage/indexeddb'
Takeshi Yoshinoe387aa32017-08-02 13:16:13395 },
396 'blink_input': {
Blink Reformata30d4232018-04-07 15:31:06397 'filepath': 'third_party/blink/renderer/core/input/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13398 },
399 'blink_layers': {
Kent Tamuraeb394c72018-04-07 19:14:55400 'filepath': 'third_party/blink/renderer/core/page/scrolling/scrolling_coordinator' \
401 '|third_party/blink/renderer/platform/graphics/graphics_layer' \
402 '|third_party/blink/renderer/core/layout/layer'
Takeshi Yoshinoe387aa32017-08-02 13:16:13403 },
404 'blink_layout': {
Kent Tamuraeb394c72018-04-07 19:14:55405 'filepath': 'third_party/blink/renderer/core/layout'
Takeshi Yoshinoe387aa32017-08-02 13:16:13406 },
407 'blink_layout_ng': {
Blink Reformata30d4232018-04-07 15:31:06408 'filepath': 'third_party/blink/renderer/core/layout/ng',
Takeshi Yoshinoe387aa32017-08-02 13:16:13409 },
410 'blink_loader': {
Blink Reformata30d4232018-04-07 15:31:06411 'filepath': 'third_party/blink/renderer/core/loader/' \
412 '|third_party/blink/renderer/platform/loader/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13413 },
414 'blink_media': {
Blink Reformata30d4232018-04-07 15:31:06415 'filepath': 'third_party/blink/renderer/core/css/mediaControls' \
Kent Tamuraeb394c72018-04-07 19:14:55416 '|third_party/blink/renderer/core/html/.*_(audio|media|video)' \
417 '|third_party/blink/renderer/core/html/shadow/media_control' \
418 '|third_party/blink/renderer/core/layout/layout_media' \
419 '|third_party/blink/renderer/core/layout/layout_text_track_container_element' \
Blink Reformata30d4232018-04-07 15:31:06420 '|third_party/blink/renderer/modules/(encryptedmedia|mediasource)' \
421 '|third_party/blink/renderer/platform/drm/' \
422 '|third_party/blink/renderer/platform/graphics/media/' \
Kent Tamura77578cc2018-11-25 22:33:43423 '|third_party/blink/web_tests/media/' \
Kent Tamuraeb394c72018-04-07 19:14:55424 '|third_party/blink/public/.*_media'
Takeshi Yoshinoe387aa32017-08-02 13:16:13425 },
426 'blink_media_queries': {
Kent Tamuraeb394c72018-04-07 19:14:55427 'filepath': 'third_party/blink/renderer/core/css/css_media_rule' \
428 '|third_party/blink/renderer/core/css/media_list' \
429 '|third_party/blink/renderer/core/css/media_query' \
430 '|third_party/blink/renderer/core/css/parser/media_query'
Takeshi Yoshinoe387aa32017-08-02 13:16:13431 },
432 'blink_mediastream': {
Blink Reformata30d4232018-04-07 15:31:06433 'filepath': 'third_party/blink/renderer/modules/mediastream/' \
434 '|third_party/blink/renderer/platform/mediastream/' \
Kent Tamuraeb394c72018-04-07 19:14:55435 '|third_party/blink/renderer/platform/exported/web_media_stream' \
436 '|third_party/blink/renderer/platform/exported/web_rtc' \
Kent Tamura77578cc2018-11-25 22:33:43437 '|third_party/blink/web_tests/fast/mediastream/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13438 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13439 'blink_navigator_content_utils': {
Blink Reformata30d4232018-04-07 15:31:06440 'filepath': 'third_party/blink/renderer/modules/navigatorcontentutils' \
Kent Tamura77578cc2018-11-25 22:33:43441 '|third_party/blink/web_tests/fast/dom/navigatorcontentutils'
Takeshi Yoshinoe387aa32017-08-02 13:16:13442 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13443 'blink_out_of_process_frames': {
Kent Tamuraeb394c72018-04-07 19:14:55444 'filepath': 'third_party/blink/renderer/core/frame/frame_owner' \
445 '|third_party/blink/renderer/core/frame/frame\.' \
446 '|third_party/blink/renderer/core/frame/web_frame' \
447 '|third_party/blink/renderer/core/exported/web_remote_frame_impl'
Takeshi Yoshinoe387aa32017-08-02 13:16:13448 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13449 'blink_paint': {
Blink Reformata30d4232018-04-07 15:31:06450 'filepath': 'third_party/blink/renderer/core/paint/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13451 },
Xida Chen0ef92782018-01-17 05:53:35452 'blink_paintworklet': {
Blink Reformata30d4232018-04-07 15:31:06453 'filepath': 'third_party/blink/renderer/modules/csspaint/' \
Kent Tamura77578cc2018-11-25 22:33:43454 '|third_party/blink/web_tests/http/tests/csspaint/' \
455 '|third_party/blink/web_tests/externla/wpt/css/css-paint-api/'
Xida Chen0ef92782018-01-17 05:53:35456 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13457 'blink_permissions': {
Blink Reformata30d4232018-04-07 15:31:06458 'filepath': 'third_party/blink/renderer/modules/permissions/' \
Julie Jeongeun Kim162c2d282019-03-13 07:23:52459 '|third_party/blink/public/mojom/permissions/',
Takeshi Yoshinoe387aa32017-08-02 13:16:13460 },
461 'blink_platform': {
Blink Reformata30d4232018-04-07 15:31:06462 'filepath': 'third_party/blink/renderer/platform'
Takeshi Yoshinoe387aa32017-08-02 13:16:13463 },
464 'blink_platform_graphics': {
Blink Reformata30d4232018-04-07 15:31:06465 'filepath': 'third_party/blink/renderer/platform/fonts' \
466 '|third_party/blink/renderer/platform/geometry' \
467 '|third_party/blink/renderer/platform/graphics'
Takeshi Yoshinoe387aa32017-08-02 13:16:13468 },
469 'blink_preloadScanner': {
Kent Tamuraeb394c72018-04-07 19:14:55470 'filepath': 'third_party/blink/renderer/core/html/parser/html_preload_scanner',
Takeshi Yoshinoe387aa32017-08-02 13:16:13471 },
472 'blink_prerender': {
Kent Tamuraeb394c72018-04-07 19:14:55473 'filepath': 'third_party/(WebKit|blink)/.*([Pp]rerender|loader/link_loader|html/html_link_element)'
Takeshi Yoshinoe387aa32017-08-02 13:16:13474 },
475 'blink_public_api': {
Blink Reformata30d4232018-04-07 15:31:06476 'filepath': 'third_party/blink/public'
Takeshi Yoshinoe387aa32017-08-02 13:16:13477 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13478 'blink_quota': {
Blink Reformata30d4232018-04-07 15:31:06479 'filepath': 'third_party/blink/renderer/modules/quota/' \
Kent Tamuraeb394c72018-04-07 19:14:55480 '|third_party/blink/public/.*quota'
Takeshi Yoshinoe387aa32017-08-02 13:16:13481 },
482 'blink_scheduler': {
Blink Reformata30d4232018-04-07 15:31:06483 'filepath': 'third_party/blink/renderer/platform/scheduler' \
Kent Tamuraeb394c72018-04-07 19:14:55484 '|third_party/blink/renderer/core/html/parser/.*scheduler'
Takeshi Yoshinoe387aa32017-08-02 13:16:13485 },
486 'blink_screen_orientation': {
Blink Reformata30d4232018-04-07 15:31:06487 'filepath': 'third_party/blink/renderer/modules/screen_orientation/' \
488 '|third_party/blink/public/platform/modules/screen_orientation',
Takeshi Yoshinoe387aa32017-08-02 13:16:13489 },
490 'blink_script': {
Kent Tamuraeb394c72018-04-07 19:14:55491 'filepath': 'third_party/blink/renderer/bindings/core/v8/.*module.*' \
492 '|third_party/blink/renderer/bindings/core/v8/script_controller.*' \
493 '|third_party/blink/renderer/bindings/core/v8/script_source_code.*' \
494 '|third_party/blink/renderer/bindings/core/v8/v8_script_runner.*'
495 '|third_party/blink/renderer/core/dom/.*modul.*' \
496 '|third_party/blink/renderer/core/dom/.*script.*' \
497 '|third_party/blink/renderer/core/html/html_script_element.*' \
498 '|third_party/blink/renderer/core/html/parser/html_parser_script_runner.*' \
Blink Reformata30d4232018-04-07 15:31:06499 '|third_party/blink/renderer/core/loader/modulescript/' \
Kent Tamuraeb394c72018-04-07 19:14:55500 '|third_party/blink/renderer/core/loader/resource/script_resource.*' \
501 '|third_party/blink/renderer/core/svg/svg_script_element.*' \
502 '|third_party/blink/renderer/core/xml/parser/xml_document_parser.*'
Takeshi Yoshinoe387aa32017-08-02 13:16:13503 },
David Bokan9dc0046272017-12-29 00:28:01504 'blink_scroll': {
Kent Tamuraeb394c72018-04-07 19:14:55505 'filepath': 'third_party/blink/renderer/core/frame/.*view.*' \
506 '|third_party/blink/renderer/core/input/.*scroll.*' \
507 '|third_party/blink/renderer/core/input/event_handler.*' \
Blink Reformata30d4232018-04-07 15:31:06508 '|third_party/blink/renderer/core/page/scrolling/' \
Kent Tamuraeb394c72018-04-07 19:14:55509 '|third_party/blink/renderer/core/paint/.*scrollable_area.*' \
Blink Reformata30d4232018-04-07 15:31:06510 '|third_party/blink/renderer/platform/scroll/'
David Bokan9dc0046272017-12-29 00:28:01511 },
Matt Falkenhagenca7fbb62018-07-10 09:21:43512 'blink_service_worker' : {
513 'filepath': 'third_party/blink/renderer/modules/service_worker' \
Kent Tamura77578cc2018-11-25 22:33:43514 '|third_party/blink/web_tests/http/tests/serviceworker' \
515 '|third_party/blink/web_tests/external/wpt/service-workers'
Takeshi Yoshinoe387aa32017-08-02 13:16:13516 },
Matt Falkenhagenca7fbb62018-07-10 09:21:43517 'blink_service_worker_tests' : {
Kent Tamura77578cc2018-11-25 22:33:43518 'filepath': 'third_party/blink/web_tests/http/tests/serviceworker' \
519 '|third_party/blink/web_tests/external/wpt/service-workers'
Takeshi Yoshinoe387aa32017-08-02 13:16:13520 },
521 'blink_shadow_dom': {
Kent Tamuraeb394c72018-04-07 19:14:55522 'filepath': 'third_party/blink/renderer/core/dom/.*shadow' \
523 '|third_party/blink/renderer/core/dom/.*slot' \
524 '|third_party/blink/renderer/core/dom/.*insertion_point' \
525 '|third_party/blink/renderer/core/dom/.*flat_tree'
Takeshi Yoshinoe387aa32017-08-02 13:16:13526 },
527 'blink_spellcheck' : {
Blink Reformata30d4232018-04-07 15:31:06528 'filepath': 'third_party/blink/renderer/core/editing/spellcheck'
Takeshi Yoshinoe387aa32017-08-02 13:16:13529 },
Adam Rice027497d2018-07-27 02:17:02530 'blink_streams': {
531 'filepath': 'third_party/blink/renderer/core/streams/'
532 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13533 'blink_style': {
Kent Tamuraeb394c72018-04-07 19:14:55534 'filepath': 'third_party/(WebKit|blink)/.*(style/|Style)',
Takeshi Yoshinoe387aa32017-08-02 13:16:13535 },
536 'blink_svg': {
Blink Reformata30d4232018-04-07 15:31:06537 'filepath': 'third_party/blink/renderer/core/(layout/)?svg',
Takeshi Yoshinoe387aa32017-08-02 13:16:13538 },
539 'blink_track': {
Blink Reformata30d4232018-04-07 15:31:06540 'filepath': 'third_party/blink/renderer/core/html/track/' \
Kent Tamuraeb394c72018-04-07 19:14:55541 '|third_party/blink/renderer/core/loader/text_track' \
542 '|third_party/blink/renderer/core/html/meida/html_media_element' \
543 '|third_party/blink/renderer/core/html/shadow/media_control' \
Blink Reformata30d4232018-04-07 15:31:06544 '|third_party/blink/renderer/core/css/mediaControl' \
Kent Tamura77578cc2018-11-25 22:33:43545 '|third_party/blink/web_tests/media/track/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13546 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13547 'blink_vibration': {
Kent Tamura77578cc2018-11-25 22:33:43548 'filepath': 'third_party/blink/web_tests/vibration/' \
Blink Reformata30d4232018-04-07 15:31:06549 '|third_party/blink/renderer/modules/vibration/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13550 },
551 'blink_viewport_interaction': {
Kent Tamuraeb394c72018-04-07 19:14:55552 'filepath': 'third_party/blink/renderer/core/css/.*viewport' \
553 '|third_party/blink/renderer/core/dom/viewport_arguments' \
554 '|third_party/blink/renderer/core/frame/frame_view.*' \
555 '|third_party/blink/renderer/core/frame/.*viewport.*' \
556 '|third_party/blink/renderer/core/html/html_meta_element'
Takeshi Yoshinoe387aa32017-08-02 13:16:13557 },
558 'blink_w3ctests': {
Kent Tamura77578cc2018-11-25 22:33:43559 'filepath': 'third_party/blink/web_tests/external/' \
Kent Tamura01019442018-05-01 22:06:58560 '|third_party/blink/tools/blinkpy/w3c/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13561 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13562 'blink_webp': {
Blink Reformata30d4232018-04-07 15:31:06563 'filepath': 'third_party/blink/renderer/platform/image-decoders/webp' \
Kent Tamuraeb394c72018-04-07 19:14:55564 '|third_party/blink/renderer/platform/image-encoders/skia/webp'
Takeshi Yoshinoe387aa32017-08-02 13:16:13565 },
566 'blink_websockets': {
Blink Reformata30d4232018-04-07 15:31:06567 'filepath': 'third_party/blink/renderer/modules/websockets/' \
568 '|third_party/blink/renderer/platform/modules/websockets/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13569 },
570 'blink_workers': {
Blink Reformata30d4232018-04-07 15:31:06571 'filepath': 'third_party/blink/renderer/core/workers' \
Kent Tamura77578cc2018-11-25 22:33:43572 '|third_party/blink/web_tests/http/tests/workers' \
573 '|third_party/blink/web_tests/fast/workers' \
574 '|third_party/blink/web_tests/external/wpt/workers'
Takeshi Yoshinoe387aa32017-08-02 13:16:13575 },
576 'blink_wtf': {
Blink Reformata30d4232018-04-07 15:31:06577 'filepath': 'third_party/blink/renderer/platform/wtf',
Takeshi Yoshinoe387aa32017-08-02 13:16:13578 },
579 'blink_xml': {
Blink Reformata30d4232018-04-07 15:31:06580 'filepath': 'third_party/blink/renderer/core/xml/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13581 },
donnd787f6ed2016-08-03 01:00:56582 'bottombar': {
583 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/',
584 },
Tarun Bansalc4882282018-07-11 23:53:55585 'breve': {
586 'filepath': 'chrome/browser/net/spdyproxy|'\
587 'chrome_proxy|'\
Tarun Bansal129ca7842018-07-31 17:14:12588 'client_hints|'
Tarun Bansalc4882282018-07-11 23:53:55589 'components/blacklist|'\
590 'components/data_use|'\
591 'data_reduction_proxy|'\
Tarun Bansal129ca7842018-07-31 17:14:12592 'data_use_measurement|'\
593 'lazy_load|'
594 'navigation_predictor|'\
595 'net/nqe|'\
Tarun Bansalc4882282018-07-11 23:53:55596 'optimization_guide|'\
Tarun Bansal129ca7842018-07-31 17:14:12597 'optimization_hints|'\
Tarun Bansal2ba607d52019-04-25 18:30:52598 'prerender|'\
599 'previews|'\
600 'services/network/resource_scheduler'
Tarun Bansalc4882282018-07-11 23:53:55601 },
[email protected]22650d22012-07-18 17:02:35602 'browser_components': {
[email protected]a7228f62012-09-20 17:52:48603 'filepath': 'chrome/browser/autofill/' \
604 '|chrome/browser/bookmarks/' \
[email protected]a7228f62012-09-20 17:52:48605 '|chrome/browser/favicon/' \
[email protected]ddf288e2013-01-09 20:58:27606 '|chrome/browser/history/' \
[email protected]fccf4882013-03-15 04:46:19607 '|chrome/browser/webdata/' \
[email protected]3947d4a82013-03-12 09:41:05608 '|components/autofill/'
[email protected]22650d22012-07-18 17:02:35609 },
[email protected]f76c8852012-06-21 16:37:00610 'browser_compositor': {
[email protected]f2f0fbb92012-07-14 15:52:49611 'filepath': 'ui/compositor/'
[email protected]fbd846b2010-11-19 01:32:18612 },
michaelpge42ca3b32016-02-19 08:17:57613 'browser_resources_md': {
614 'filepath': 'chrome/browser/resources/md_'\
615 '|chrome/browser/resources/settings/',
616 },
Alexander Timinaa132762019-05-10 16:10:17617 'browser_scheduler': {
618 'filepath': 'content/browser/scheduler'
619 },
[email protected]0ce480532012-07-20 12:33:20620 'browsing_data': {
Christian Dullweberc0b53642018-10-11 16:20:55621 'filepath': 'browsing_data|BrowsingData',
[email protected]0ce480532012-07-20 12:33:20622 },
[email protected]f76c8852012-06-21 16:37:00623 'bubble': {
[email protected]f2f0fbb92012-07-14 15:52:49624 'filepath': 'ui/views/bubble/|'\
rouslan8d6a8372015-09-10 19:10:10625 'chrome/browser/ui/views/bubble/|'\
626 'components/bubble/',
[email protected]f76c8852012-06-21 16:37:00627 },
jkarlin539748402015-03-31 17:36:31628 'cache_storage': {
Josh Karlin1bd016742017-08-18 17:44:17629 'filepath': '/cache.storage/'
630 '|/cachestorage/',
jkarlin539748402015-03-31 17:36:31631 },
[email protected]10fbd5952013-08-22 07:42:39632 'cast': {
mark a. foltze8739c7c2019-04-24 18:33:09633 'filepath': 'media/cast/' \
634 '|chrome/browser/extensions/api/cast_streaming/' \
635 '|chrome/browser/media/cast/' \
636 '|chrome/browser/media/router/providers/cast/' \
637 '|chrome/browser/resources/cast/' \
638 '|chrome/browser/ui/webui/cast/' \
639 '|chrome/common/media_router/providers/cast/' \
640 '|chrome/renderer/media/cast/' \
641 '|chrome/test/data/extensions/api_test/cast/' \
642 '|chrome/test/data/extensions/api_test/cast_streaming/' \
643 '|components/mirroring/' \
644 '|content/public/renderer/media_stream_' \
miu5e69f1c52016-10-23 13:40:11645 '|content/renderer/media/(media_stream|(.+audio_source))',
[email protected]10fbd5952013-08-22 07:42:39646 },
ryanchung4d157372016-05-10 20:27:16647 'cast_certificate': {
648 'filepath': 'components/cast_certificate/'\
649 '|components/test/data/cast_certificate/',
650 },
mfoltz57fd7f32017-05-03 06:12:58651 'cast_channel': {
652 'filepath': 'chrome/test/data/extensions/api_test/cast_channel/' \
Ryan Ki Sing Chung27cc7ed92017-07-25 21:53:47653 '|components/cast_channel/' \
654 '|extensions/browser/api/cast_channel'
mfoltz57fd7f32017-05-03 06:12:58655 },
Takeshi Yoshino524e1d262017-07-28 01:16:38656 'cc': {
danakjca574522017-09-20 16:38:59657 'filepath': 'cc/'\
658 '|components/viz/'
659 },
Yi Guc1c54682018-07-23 12:00:00660 'cc-animation': {
661 'filepath': 'cc/animation/'
662 },
danakjca574522017-09-20 16:38:59663 'cc-contexts': {
664 'filepath': 'components/viz/common/gpu'
665 },
666 'cc-display': {
667 'filepath': 'components/viz/service/display'\
668 '|cc/output'
669 },
670 'cc-paint': {
671 'filepath': 'cc/paint'
672 },
673 'cc-quads': {
674 'filepath': 'components/viz/common/quads'
675 },
676 'cc-resources': {
677 'filepath': 'cc/resources'\
678 '|components/viz/common/resources'
Takeshi Yoshino524e1d262017-07-28 01:16:38679 },
Alexander Timin864bf8a02018-03-12 11:06:28680 'cc-scheduler': {
681 'filepath': 'cc/scheduler'
682 },
eranmc2a9f612015-11-24 16:41:34683 'certificate_transparency': {
684 'filepath': 'components/certificate_transparency/'\
eranmc2a9f612015-11-24 16:41:34685 '|net/cert/ct_'\
686 '|net/cert/multi_log_ct_verifier'\
687 '|net/cert/sct_status_flags.h'\
688 '|net/cert/signed_certificate_timestamp'\
689 '|net/cert/signed_tree_head'\
690 '|net/test/ct_',
691 },
Joe Mason60ec2f32018-02-15 15:50:51692 'chrome_cleaner': {
693 'filepath': 'chrome/browser/component_updater/sw_reporter_'\
694 '|chrome/browser/resources/settings/chrome_cleanup_page/'\
695 '|chrome/browser/safe_browsing/chrome_cleaner/'\
696 '|chrome/browser/ui/views/chrome_cleaner_'\
697 '|chrome/browser/ui/webui/settings/chrome_cleanup_'\
Joe Mason12a02332018-04-19 14:39:00698 '|chrome/chrome_cleaner/'\
Joe Mason60ec2f32018-02-15 15:50:51699 '|components/chrome_cleaner/',
700 },
[email protected]c73ec8ab2014-01-16 20:35:23701 'chrome_elf': {
Patrick Monette0196be22019-05-10 03:33:15702 'filepath': 'chrome/chrome_elf',
[email protected]c73ec8ab2014-01-16 20:35:23703 },
lpy0ca13772017-02-28 19:48:27704 'chrome_grc': {
lpy53b82752017-05-31 22:30:49705 'filepath': 'chrome/browser/resource_coordinator/'\
706 '|services/resource_coordinator/',
lpy0ca13772017-02-28 19:48:27707 },
Sebastien Marchand68b41432019-05-09 19:38:07708 'chrome_performance_manager': {
709 'filepath': 'chrome/browser/performance_manager/',
710 },
Takeshi Yoshino524e1d262017-07-28 01:16:38711 'chromecast': {
712 'filepath': 'chromecast/',
713 },
714 'chromecast_public': {
715 'filepath': 'chromecast/public/',
716 },
[email protected]f7bf8ba2011-02-24 22:28:46717 'chromedriver': {
samuong53d5e612014-10-10 18:56:38718 'filepath': 'chrome/test/chromedriver|'\
719 'chrome/test/data/chromedriver|'\
John Chen583cee322019-06-12 20:10:39720 'third_party/blink/renderer/devtools/front_end/emulated_devices/module.json|'\
721 'third_party/blink/web_tests/external/wpt/webdriver|'\
722 'third_party/blink/web_tests/WebDriverExpectations|'\
723 'third_party/webdriver'
[email protected]f7bf8ba2011-02-24 22:28:46724 },
[email protected]f76c8852012-06-21 16:37:00725 'chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:49726 'filepath': 'chromeos/',
[email protected]531b1532011-08-11 03:52:01727 },
[email protected]eda0a0b2013-04-19 20:34:35728 'chromeos_attestation': {
729 'filepath': 'chromeos/attestation/|'\
[email protected]64494c3f2013-08-14 22:15:59730 'chrome/browser/chromeos/attestation/|'\
731 'chrome/browser/extensions/api/enterprise_platform_keys_private/',
[email protected]eda0a0b2013-04-19 20:34:35732 },
Ryan Hansberry8e41a5c42019-04-18 22:12:51733 'chromeos_bluetooth': {
734 'filepath': 'ash/system/bluetooth/'\
Ryan Hansberry8e41a5c42019-04-18 22:12:51735 '|chrome/browser/ui/webui/chromeos/bluetooth*'\
736 '|chrome/browser/resources/settings/bluetooth_page/'\
737 '|chrome/browser/resources/chromeos/bluetooth_pairing_dialog/'\
Ryan Hansberry4773b722019-04-30 17:25:04738 '|device/bluetooth/bluez/'\
739 '|device/bluetooth/chromeos/'\
Ryan Hansberry8e41a5c42019-04-18 22:12:51740 '|ui/webui/resources/cr_components/chromeos/bluetooth*'
741 },
[email protected]7c59a152012-11-06 20:56:35742 'chromeos_calculator': {
743 'filepath': 'chrome/common/extensions/docs/examples/apps/calculator/',
744 },
Kyle Horimotofdcf67012019-04-08 19:06:10745 'chromeos_cellular': {
746 'filepath': 'chrome/browser/resources/chromeos/cellular_setup/|'\
747 'chrome/browser/ui/webui/chromeos/cellular_setup/|'\
748 'chromeos/services/cellular_setup/|'\
749 'ui/webui/resources/cr_components/chromeos/cellular_setup/',
750 },
Lutz Justen19789012019-04-11 15:24:16751 'chromeos_device_policy': {
752 'filepath': 'components/policy/proto/chrome_device_policy.proto'
753 },
alematec5187b1b2016-08-26 05:32:18754 'chromeos_geolocation': {
755 'filepath': 'chromeos/geolocation/',
756 },
Achuith Bhandarkar434e24592018-03-07 23:05:12757 'chromeos_lkgm': {
758 'filepath': 'chromeos/CHROMEOS_LKGM',
759 },
[email protected]f76c8852012-06-21 16:37:00760 'chromeos_login': {
Jacob Dufaulted1ef2bc2018-08-10 18:21:34761 'filepath': 'ash/login/|'\
762 'chrome/browser/chromeos/login/|'\
[email protected]f2f0fbb92012-07-14 15:52:49763 'chrome/browser/ui/webui/chromeos/login/|'\
dzhioevcc7c0492014-11-25 14:52:58764 'chrome/browser/resources/chromeos/login/|'\
765 'ui/login/',
[email protected]a791dac2011-04-07 23:22:57766 },
[email protected]d7d35f342012-10-22 20:32:47767 'chromeos_net': {
Kyle Horimoto89f06e22019-04-08 19:07:17768 'filepath': 'ash/system/network/|'\
769 'chromeos/network/|'\
stevenjbdd133032015-08-07 18:37:47770 'chrome/browser/chromeos/net/|'\
771 'chrome/browser/extensions/api/networking_private/|'\
Kyle Horimoto89f06e22019-04-08 19:07:17772 'chrome/browser/resources/settings/internet_page/|'\
stevenjbdd133032015-08-07 18:37:47773 'extensions/browser/api/networking_private/|'\
774 'ui/chromeos/network/',
[email protected]d7d35f342012-10-22 20:32:47775 },
alematec5187b1b2016-08-26 05:32:18776 'chromeos_timezone': {
777 'filepath': 'chromeos/timezone/',
778 },
[email protected]f76c8852012-06-21 16:37:00779 'chromeos_webui': {
[email protected]f2f0fbb92012-07-14 15:52:49780 'filepath': 'chrome/browser/ui/webui/chromeos/|'\
781 'chrome/browser/resources/chromeos/',
[email protected]ba03af42012-03-08 01:37:12782 },
Anastasia Helfinstein83c763a2019-05-13 18:15:03783 'chromevox': {
784 'filepath': 'chromevox',
785 },
[email protected]cef7a6d2011-04-29 20:49:07786 'clang_update': {
Nico Webere250e6a2015-12-02 19:31:56787 'filepath': 'tools/clang/scripts/update.py'
[email protected]cef7a6d2011-04-29 20:49:07788 },
[email protected]f76c8852012-06-21 16:37:00789 'clipboard': {
790 'filepath': 'clipboard|dnd|drag|drop',
[email protected]2418b022011-05-19 21:06:02791 },
Aaron Gable64f273582017-03-30 18:02:00792 'codereview_settings': {
793 'filepath': 'codereview.settings',
794 },
sdefresned94c5b02015-07-22 17:54:55795 'components_deps': {
796 'filepath': 'components/([^/]*/)*DEPS',
797 },
Matthew Jonesf3b5f4f2019-01-04 00:01:25798 'compositor_animator': {
799 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/compositor/animation/',
800 },
scheib968e61052014-11-05 00:27:25801 'content_bluetooth': {
802 'filepath': 'content/.*bluetooth'
803 },
kinuko01cbe8a12015-10-20 09:59:06804 'content_loader': {
mmenkefaa97d3b2016-09-25 14:24:02805 'filepath': 'chrome/browser/loader|' \
806 'content/browser/loader|' \
kinuko01cbe8a12015-10-20 09:59:06807 'content/child/*loader',
808 },
mkwst512627022014-09-16 09:23:27809 'content_renderer': {
810 'filepath': 'content/renderer/',
811 },
[email protected]aa3311a2012-11-19 16:04:58812 'content_shell': {
813 'filepath': 'content/shell/',
814 },
kinukoa121bce2015-01-30 10:04:41815 'content_worker': {
816 'filepath': 'content/.*worker',
817 },
donnd787f6ed2016-08-03 01:00:56818 'contextual_search': {
819 'filepath': 'chrome/browser/android/contextualsearch/|' \
820 'chrome/android/java/src/org/chromium/chrome/browser/contextualsearch/|' \
821 'chrome/android/javatests/src/org/chromium/chrome/browser/contextualsearch/|' \
822 'components/contextual_search/',
823 },
wfh792b71c2016-05-04 23:33:41824 'courgette': {
825 'filepath': 'courgette/',
826 },
Nico Weber6ff639a2017-08-11 21:04:50827 'cq': {
Andrii Shyshkalov17176242018-02-24 03:31:32828 'filepath': 'infra/config/branch/cq.cfg',
Nico Weber6ff639a2017-08-11 21:04:50829 },
michaelpge42ca3b32016-02-19 08:17:57830 'cr_elements': {
831 'filepath': 'ui/webui/resources/cr_element',
832 },
Chung-yih Wang7afc64a2018-03-06 02:09:04833 'cros_benchmarks': {
834 'filepath': 'tools/perf/contrib/cros_benchmarks',
835 },
Ben Wells03471a72018-03-22 00:58:46836 'crostini': {
Timothy Lohecae1e422018-06-07 05:53:59837 'filepath': 'crostini',
Ben Wells03471a72018-03-22 00:58:46838 },
Bailey Berro462580ea2019-02-22 23:09:37839 'cups_printing' : {
840 'filepath': 'chrome/browser/resources/settings/printing_page/'\
841 '|chrome/test/data/webui/settings/cups_printer_page_tests.js'\
842 '|chrome/browser/ui/webui/settings/chromeos/cups_printers_handler'\
843 '|chrome/browser/chromeos/printing/'\
844 '|printing/',
845 },
Wojciech Dzierżanowski7d246b52019-05-10 19:52:26846 'custom_proxy': {
847 'filepath': 'services/network/network_service_proxy_delegate.*',
848 },
ianwencdb8c9e2015-06-18 22:10:15849 'custom_tabs': {
Newton Allen38c62212015-06-24 21:41:53850 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/customtabs/|'\
Peter Beverloo5cc24512018-11-29 15:36:43851 'chrome/android/java/src/org/chromium/chrome/browser/browseractions/|'\
852 'chrome/android/java/src/org/chromium/chrome/browser/browserservices/|'\
853 'chrome/android/javatests/src/org/chromium/chrome/browser/customtabs/|'\
854 'chrome/android/javatests/src/org/chromium/chrome/browser/browseractions/|'\
855 'chrome/android/javatests/src/org/chromium/chrome/browser/browserservices/|'\
856 'chrome/browser/android/customtabs/',
alancuttercbad6512015-06-19 02:31:28857 },
Madeleine Barowsky21b04402019-01-29 19:17:05858 'data_decoder': {
859 'filepath': 'services/data_decoder/',
860 },
Ryo Hashimoto900be52c2018-05-24 06:42:26861 'dbus': {
862 'filepath': 'dbus/',
863 },
[email protected]5e105332012-09-13 01:55:52864 'deep_memory_profiler': {
865 'filepath': 'tools/(deep_memory_profiler|find_runtime_symbols)',
866 },
Bartosz Fabianowski85a823812015-04-16 10:27:51867 'device_bluetooth': {
868 'filepath': 'device/.*bluetooth'
869 },
juncaic08f41d2017-05-04 20:36:58870 'device_chooser': {
871 'filepath': 'chrome/browser/chooser_controller/|'\
872 'chrome/browser/ui/android/bluetooth_chooser_.*|'\
873 'chrome/browser/ui/android/usb_chooser_.*|'\
874 'chrome/browser/ui/bluetooth/|'\
875 'chrome/browser/ui/cocoa/device_chooser_.*|'\
876 'chrome/browser/ui/cocoa/extensions/chooser_dialog_.*|'\
877 'chrome/browser/ui/cocoa/permission_bubble/chooser_bubble_.*|'\
878 'chrome/browser/ui/views/device_chooser_.*|'\
879 'chrome/browser/ui/views/extensions/chooser_dialog_.*|'\
880 'chrome/browser/ui/views/permission_bubble/chooser_bubble_.*|'\
881 'chrome/browser/usb/usb_chooser_.*',
882 },
[email protected]342b12872012-11-07 12:10:46883 'devtools': {
884 'filepath': 'devtools',
885 },
[email protected]bab2a832012-07-11 23:29:41886 'disk_cache': {
887 'filepath': 'net/disk_cache/|http_cache',
888 },
[email protected]f76c8852012-06-21 16:37:00889 'download': {
[email protected]f2f0fbb92012-07-14 15:52:49890 'filepath': 'chrome/browser/download/|'\
[email protected]8492b5b2012-12-17 21:58:08891 'content/browser/download/',
[email protected]6bff0ad2011-06-17 01:32:51892 },
[email protected]ca872e362011-07-12 21:06:03893 'downloads_ui': {
dbeam78528be2016-02-18 07:08:49894 'filepath': 'chrome/browser/resources/(md_)?downloads/|' \
[email protected]8492b5b2012-12-17 21:58:08895 'chrome/browser/ui/webui/.*downloads|' \
896 'chrome/browser/ui/views/download/|' \
asanka2009f412015-10-05 17:28:12897 'chrome/browser/ui/cocoa/download/'
[email protected]ca872e362011-07-12 21:06:03898 },
[email protected]89d2cd52013-04-16 01:55:36899 'drive_resource_metadata': {
Ryo Hashimoto900be52c2018-05-24 06:42:26900 'filepath': 'drive.*resource_metadata'
[email protected]89d2cd52013-04-16 01:55:36901 },
[email protected]3a25c8a2014-06-26 06:47:10902 'eme': {
Xiaohan Wang6cbdcdf2018-06-12 21:55:54903 'filepath': 'chrome/renderer/media/.*key_system|' \
904 'chrome/browser/media/.*(cdm|encrypted)|' \
905 'components/cdm/|' \
[email protected]3a25c8a2014-06-26 06:47:10906 'content/browser/media/cdm/|' \
Xiaohan Wang6cbdcdf2018-06-12 21:55:54907 'media/base/android/.*drm|' \
[email protected]3a25c8a2014-06-26 06:47:10908 'media/cdm/|' \
909 'third_party/widevine/cdm/'
910 },
Justin DeWittf64d39e2018-08-09 21:33:41911 'explore_sites': {
912 'filepath': 'chrome/browser/android/explore_sites/|' \
913 'chrome/android/java/src/org/chromium/chrome/browser/explore_sites/'
914 },
[email protected]f76c8852012-06-21 16:37:00915 'extension': {
916 'filepath': 'extension',
[email protected]161277d42011-06-24 20:48:45917 },
lunalu0a9c05422016-11-11 17:19:06918 'feature_policy': {
Blink Reformata30d4232018-04-07 15:31:06919 'filepath': 'third_party/blink/renderer/platform/feature_policy/|' \
Kent Tamuraeb394c72018-04-07 19:14:55920 'third_party/blink/renderer/bindings/core/v8/origin_trial_features',
lunalu0a9c05422016-11-11 17:19:06921 },
Jeffrey Kardatzkee1bb98d22019-05-24 16:34:52922 'feedback': {
923 'filepath': 'chrome/browser/extensions/api/feedback_private/|' \
924 'chrome/browser/feedback/|' \
925 'components/feedback/|' \
926 'extensions/browser/api/feedback_private/'
927 },
[email protected]f76c8852012-06-21 16:37:00928 'fileapi': {
[email protected]8492b5b2012-12-17 21:58:08929 'filepath': 'file_system/|' \
930 'fileapi/'
[email protected]80919512011-08-03 08:51:04931 },
[email protected]f76c8852012-06-21 16:37:00932 'filebrowse': {
[email protected]8492b5b2012-12-17 21:58:08933 'filepath': 'file_browser|' \
934 'file_manager|' \
935 'filebrowse'
[email protected]4b07b62cc2011-10-03 17:52:39936 },
[email protected]4ed766c2013-09-19 09:45:20937 'filesapp': {
okab0be3dc2016-08-30 07:37:10938 'filepath': 'chrome/browser/chromeos/drive|' \
939 'chrome/browser/chromeos/extensions/file_manager|' \
940 'chrome/browser/chromeos/extensions/file_system_provider|' \
941 'chrome/browser/chromeos/file_manager|' \
942 'chrome/browser/chromeos/file_system_provider|' \
943 'chrome/browser/drive|' \
944 'chrome/test/data/extensions/api_test/file_system_provider|' \
945 'components/drive|' \
946 'google_apis/drive|' \
947 'ui/file_manager'
948 },
Tomasz Mikolajewski2905dbb2017-11-22 06:24:04949 'fsp': {
950 'filepath': 'chrome/browser/chromeos/extensions/file_system_provider|' \
951 'chrome/browser/chromeos/file_system_provider|' \
Tomasz Mikolajewski66b4faa22017-11-22 09:33:43952 'chrome/test/data/extensions/api_test/file_system_provider'
[email protected]4ed766c2013-09-19 09:45:20953 },
Wez385de5a2017-07-13 20:13:16954 'fuchsia': {
955 'filepath': 'fuchsia',
956 },
mmoroz58ddb8172016-09-08 18:29:55957 'fuzzing': {
958 'filepath': 'fuzz|Fuzz',
959 },
Vincent Scheibd5da4d952017-11-03 01:33:24960 'gamepad': {
961 'filepath': 'gamepad',
962 },
[email protected]3a2a6ac02014-06-20 07:07:12963 'gcm': {
peter9f4490a2017-01-27 00:58:36964 'filepath': 'chrome/browser/gcm/|'\
[email protected]3a2a6ac02014-06-20 07:07:12965 'components/gcm_driver/|'\
966 'google_apis/gcm/',
967 },
mikhail.pozdnyakova8db26402016-11-28 18:27:12968 'generic_sensor': {
Jun Caiaa1f040d2017-11-15 01:21:53969 'filepath': 'services/device/generic_sensor/|'\
Blink Reformata30d4232018-04-07 15:31:06970 'third_party/blink/renderer/modules/sensor/',
mikhail.pozdnyakova8db26402016-11-28 18:27:12971 },
[email protected]d8036492013-08-09 16:02:23972 'geolocation': {
973 'filepath': 'chrome/browser/geolocation/|'\
974 'content/browser/geolocation|'\
975 'content/public/common/geoposition.*|'\
976 'content/public/browser/geolocation.*|'\
977 'content/renderer/geolocation.*|'\
978 'content/shell/geolocation/',
979 },
[email protected]cf428f732012-10-02 20:48:15980 'gfx_geometry': {
danakj570c1332015-01-06 16:59:36981 'filepath': 'ui/gfx/geometry/',
[email protected]cf428f732012-10-02 20:48:15982 },
Takeshi Yoshino524e1d262017-07-28 01:16:38983 'gfx_image': {
984 'filepath': 'ui/gfx/image/',
985 },
[email protected]4d1773e2014-04-05 07:59:57986 'gn': {
987 'filepath': 'tools/gn',
988 },
[email protected]f76c8852012-06-21 16:37:00989 'gpu': {
[email protected]f2f0fbb92012-07-14 15:52:49990 'filepath': 'gpu/',
[email protected]f76c8852012-06-21 16:37:00991 },
Corentin Wallezc68aa9b2017-10-02 15:00:03992 'gpu_passthrough_cmd_decoder': {
993 'filepath': 'gpu/command_buffer/service/.*passthrough',
994 },
Ehsan Karamadc20cee22018-08-10 21:32:33995 'guest_view': {
996 'filepath': 'chrome/browser/apps/guest_view|'\
997 'chrome/browser/extensions/api/web_view|'\
998 'chrome/browser/guest_view|'\
999 'chrome/common/extensions/api/webview*.json|'\
1000 'chrome/common/extensions/docs|'\
1001 'chrome/renderer/resources/extensions/web_view|'\
1002 'components/guest_view|'\
1003 'content/browser/browser_plugin|'\
1004 'content/renderer/browser_plugin|'\
1005 'extensions/browser/api/guest_view|'\
1006 'extensions/browser/guest_view|'\
1007 'extensions/common/guest_view|'\
1008 'extensions/common/mojo/guest_view.mojom|'\
1009 'extensions/common/api/*view*.json|'\
1010 'extensions/renderer/guest_view',
1011 },
Jeffrey Kardatzkee1bb98d22019-05-24 16:34:521012 'hats': {
1013 'filepath': 'chrome/browser/chromeos/hats/',
1014 },
Andrey Kosyakova173d252018-05-07 18:29:111015 'headless': {
1016 'filepath': 'headless/'
1017 },
[email protected]f76c8852012-06-21 16:37:001018 'history_ui': {
dbeam78528be2016-02-18 07:08:491019 'filepath': 'chrome/browser/resources/(md_)?history|'\
1020 'chrome/browser/ui/webui/.*history',
[email protected]f76c8852012-06-21 16:37:001021 },
1022 'i18n': {
[email protected]f2f0fbb92012-07-14 15:52:491023 'filepath': 'base/i18n/|base/string|l10n|icu|'\
timvolodine8cdb94c2016-09-22 12:17:221024 'locale_settings|encoding',
[email protected]f76c8852012-06-21 16:37:001025 },
Greg Thompson4f90fc992017-07-25 19:30:371026 'incident_reporting': {
1027 'filepath': 'chrome/browser/safe_browsing/incident_reporting',
1028 },
[email protected]c26161352013-11-12 19:50:011029 'indexed_db': {
1030 'filepath': 'content/browser/indexed_db|'\
[email protected]c26161352013-11-12 19:50:011031 'content/public/browser/indexed_db|'\
Chase Phillips7027bd52018-08-30 17:31:551032 'content/renderer/indexed_db|'\
[email protected]c26161352013-11-12 19:50:011033 'content/test/data/indexeddb',
1034 },
John Budorickf6a1c302018-10-29 16:32:481035 'infra': {
1036 'filepath': 'infra/config|'\
1037 'testing/buildbot|'\
John Budorick2d04e372018-10-29 18:03:301038 'tools/mb',
John Budorickf6a1c302018-10-29 16:32:481039 },
bruthigaa8281f2016-02-09 17:52:311040 'ink_drop': {
1041 'filepath': 'ui/views/animation/test/.*ink_drop.*|' \
1042 'ui/views/animation/.*ink_drop.*'
1043 },
dtapuska1f997a12016-03-14 19:22:071044 'input': {
1045 'filepath': 'content/browser/renderer_host/input|'\
1046 'content/renderer/input|'\
1047 'ui/events/blink/'
1048 },
Michael Spang808d5c12018-10-23 19:20:391049 'input_devices': {
1050 'filepath': 'ui/events/devices/',
1051 },
Dominick Ngcaa7b402017-07-11 07:35:391052 'installable': {
Dominick Ng31b7feb2019-01-29 23:24:001053 'filepath': 'chrome/browser/extensions/bookmark_app*'\
1054 '|chrome/browser/installable/',
Dominick Ngcaa7b402017-07-11 07:35:391055 },
mmoss19826c62014-11-14 21:37:361056 'installer_linux': {
1057 'filepath': 'chrome/installer/linux/',
1058 },
Greg Thompson4f90fc992017-07-25 19:30:371059 'installer_win': {
1060 'filepath': 'chrome/install_static/'\
Samuel Huang577ef6c2018-03-13 18:19:341061 '|chrome/installer/(?!gcapi_mac/|linux/|mac/)'\
1062 '|components/zucchini/',
Greg Thompson4f90fc992017-07-25 19:30:371063 },
[email protected]56b4b09d32012-07-27 18:28:411064 'instant': {
[email protected]607903d2013-03-25 22:15:471065 'filepath': 'instant|searchbox|'\
1066 'chrome/browser/search/|'\
[email protected]c29b7dae2013-03-25 22:29:131067 'chrome/browser/ui/search/|'\
[email protected]eb99f8e2013-07-10 10:17:391068 'chrome/browser/resources/local_ntp/|'\
Ramya Nagarajan7768bf62018-11-28 21:26:041069 'chrome/common/search/|'\
1070 'chrome/test/data/local_ntp/|'\
1071 'components/search_provider_logos/|'\
1072 'components/test/data/search_provider_logos/',
[email protected]56b4b09d32012-07-27 18:28:411073 },
edchin46453b42017-03-03 01:40:111074 'ios': {
Sylvain Defresne81467d82017-05-29 09:06:141075 'filepath': 'ios/',
edchin46453b42017-03-03 01:40:111076 },
sdefresne18b47312015-06-18 15:15:091077 'ios_chrome': {
Sylvain Defresne81467d82017-05-29 09:06:141078 'filepath': 'ios/chrome/',
sdefresne18b47312015-06-18 15:15:091079 },
marqa4f135f2017-01-10 12:37:341080 'ios_clean': {
Sylvain Defresne81467d82017-05-29 09:06:141081 'filepath': 'ios/clean/',
marqa4f135f2017-01-10 12:37:341082 },
Eric Noyaua1825272019-01-02 10:36:391083 'ios_flags': {
Eric Noyaue13b4d72019-01-03 14:23:551084 'filepath': 'ios/chrome/browser/about_flags\.(h|mm)|'\
1085 'ios/chrome/browser/experimental_flags\.(h|mm)|'\
1086 'ios/chrome/browser/resources/Settings.bundle/Experimental\.plist',
Eric Noyaua1825272019-01-02 10:36:391087 },
marqa4f135f2017-01-10 12:37:341088 'ios_showcase': {
Sylvain Defresne81467d82017-05-29 09:06:141089 'filepath': 'ios/showcase/',
marqa4f135f2017-01-10 12:37:341090 },
eugenebutb5a5a8572017-01-20 01:18:111091 'ios_web': {
Sylvain Defresne81467d82017-05-29 09:06:141092 'filepath': 'ios/web(_view)?/',
eugenebutb5a5a8572017-01-20 01:18:111093 },
Bruno Santosc0ffc574d2019-04-09 22:16:491094 'kiosk_next': {
1095 'filepath': 'ash/kiosk_next/|'\
1096 'ash/public/interfaces/kiosk_next_shell.mojom|'\
1097 'chrome/browser/chromeos/kiosk_next_home/|'\
1098 'chrome/browser/resources/chromeos/kiosk_next_home/|'\
1099 'chrome/browser/resources/settings/kiosk_next_shell_page/|'\
1100 'chrome/browser/ui/ash/kiosk_next_',
1101 },
Johanndfa4d7d2017-12-07 18:05:291102 'libaom': {
1103 'filepath': 'third_party/libaom/',
1104 },
Takeshi Yoshino524e1d262017-07-28 01:16:381105 'libvpx': {
Johanndfa4d7d2017-12-07 18:05:291106 'filepath': 'third_party/libvpx/',
vabraafbd4f32015-11-10 19:30:231107 },
[email protected]a3f777d2014-01-07 23:38:261108 'libwebp': {
1109 'filepath': 'third_party/libwebp'
1110 },
dominiccabb90e02017-03-31 04:54:231111 'libxml_xslt': {
1112 'filepath': 'third_party/libxml/' \
1113 '|third_party/libxslt/',
1114 },
[email protected]04a292a2013-03-07 19:58:421115 'linux_sandboxing': {
[email protected]f2f0fbb92012-07-14 15:52:491116 'filepath': 'sandbox/linux/',
[email protected]f76c8852012-06-21 16:37:001117 },
[email protected]04a292a2013-03-07 19:58:421118 'linux_seccomp_bpf': {
[email protected]d6a23612012-11-13 20:11:541119 'filepath': 'content/common/sandbox.*linux.cc',
[email protected]f76c8852012-06-21 16:37:001120 },
lgrey62faed72016-10-11 21:40:391121 'mac': {
lgrey332339b12016-12-05 17:16:401122 'filepath': '(_|/)(cocoa|mac)(_|\.)|/(cocoa|mac)/|^((?!ios\/).)*\.mm?$',
lgrey62faed72016-10-11 21:40:391123 },
mlamourid8b0feb2015-06-02 16:30:471124 'manifest': {
1125 'filepath': 'content/(browser|renderer)/manifest/'\
Dominick Ng31b7feb2019-01-29 23:24:001126 '|content/public/common/manifest*'\
1127 '|third_party/blink/(common|mojom)/manifest/'\
1128 '|third_party/blink/renderer/modules/manifest/',
mlamourid8b0feb2015-06-02 16:30:471129 },
James Cook2dc6d042018-04-24 22:00:201130 'mash_buildbot_filters': {
1131 'filepath': 'testing/buildbot/filters/mash.*filter',
1132 },
[email protected]f76c8852012-06-21 16:37:001133 'media': {
Francois Beaufort9ab59c82017-08-24 13:10:291134 'filepath': 'media|third_party/(ffmpeg|opus|libvpx)'
[email protected]f76c8852012-06-21 16:37:001135 },
mcasasfeedbe42017-03-03 05:23:561136 'media_capture_from_element': {
alancutter40359812017-03-03 08:20:271137 'filepath': 'content/renderer/media_capture_from_element/' \
Blink Reformata30d4232018-04-07 15:31:061138 '|third_party/blink/renderer/modules/mediacapture/' \
Kent Tamuraeb394c72018-04-07 19:14:551139 '|third_party/blink/renderer/platform/exported/web_canvas_capture' \
Kent Tamura77578cc2018-11-25 22:33:431140 '|third_party/blink/web_tests/fast/mediacapturefromelement/' \
Kent Tamuraeb394c72018-04-07 19:14:551141 '|third_party/blink/public/platform/web_canvas_capture'
mcasasfeedbe42017-03-03 05:23:561142 },
Tommy Steimel074a1822018-02-07 17:25:441143 'media_controls': {
Blink Reformata30d4232018-04-07 15:31:061144 'filepath': 'third_party/blink/renderer/modules/media_controls/'
Tommy Steimel074a1822018-02-07 17:25:441145 },
[email protected]06dd23172013-06-24 21:04:511146 'media_galleries': {
1147 'filepath': 'chrome/browser/extensions/api/media_galleries/'\
[email protected]06dd23172013-06-24 21:04:511148 '|chrome/browser/media_galleries/'\
1149 '|chrome/browser/storage_monitor/'\
1150 '|chrome/common/media_galleries/'\
Jay Civellicf995502017-09-08 23:59:271151 '|chrome/test/data/extensions/api_test/media_galleries/'
[email protected]06dd23172013-06-24 21:04:511152 },
Hirokazu Hondae31ce109a2018-09-18 11:18:501153 'media_gpu': {
1154 'filepath': 'media/gpu/',
1155 },
alokp9e369ea72e2016-06-10 05:41:091156 'media_mojo': {
Xiaohan Wang6cbdcdf2018-06-12 21:55:541157 'filepath': 'media/mojo/'
alokp9e369ea72e2016-06-10 05:41:091158 },
mcasasfeedbe42017-03-03 05:23:561159 'media_recorder': {
alancutter40359812017-03-03 08:20:271160 'filepath': 'content/renderer/media_recorder/' \
Blink Reformata30d4232018-04-07 15:31:061161 '|third_party/blink/renderer/modules/mediarecorder/' \
Kent Tamuraeb394c72018-04-07 19:14:551162 '|third_party/blink/renderer/platform/exported/web_media_recorder' \
Kent Tamura77578cc2018-11-25 22:33:431163 '|third_party/blink/web_tests/fast/mediarecorder/' \
Kent Tamuraeb394c72018-04-07 19:14:551164 '|third_party/blink/public/platform/web_media_recorder'
mcasasfeedbe42017-03-03 05:23:561165 },
miu5e69f1c52016-10-23 13:40:111166 'media_remoting': {
1167 'filepath': 'chrome/browser/media/cast_remoting'\
1168 '|media/blink/webmediaplayer_'\
1169 '|media/mojo/interfaces/remoting.mojom'\
1170 '|media/remoting/',
1171 },
kmarshallb698ad4f2015-02-24 19:42:481172 'media_router': {
mark a. foltze8739c7c2019-04-24 18:33:091173 'filepath': 'chrome/android/features/media_router/' \
1174 '|chrome/app/media_router_strings.grdp' \
mfoltz57fd7f32017-05-03 06:12:581175 '|chrome/browser/media/router/' \
kmarshallb698ad4f2015-02-24 19:42:481176 '|chrome/browser/resources/media_router/' \
Takumi Fujimoto4bef2792018-05-03 17:51:551177 '|chrome/browser/ui/media_router/' \
mfoltz57fd7f32017-05-03 06:12:581178 '|chrome/browser/ui/views/media_router/' \
kmarshallb698ad4f2015-02-24 19:42:481179 '|chrome/browser/ui/webui/media_router/' \
Takumi Fujimoto4bef2792018-05-03 17:51:551180 '|chrome/common/media_router/' \
mfoltz57fd7f32017-05-03 06:12:581181 '|chrome/test/data/webui/media_router/' \
1182 '|chrome/test/media_router/' \
1183 '|chrome/utility/media_router/'
kmarshallb698ad4f2015-02-24 19:42:481184 },
Xiaohan Wang6cbdcdf2018-06-12 21:55:541185 'media_win': {
1186 'filepath': 'media/gpu/windows/'
1187 },
[email protected]f76c8852012-06-21 16:37:001188 'message_loop': {
[email protected]f2f0fbb92012-07-14 15:52:491189 'filepath': 'base/message_'
[email protected]f76c8852012-06-21 16:37:001190 },
1191 'metrics': {
[email protected]f2f0fbb92012-07-14 15:52:491192 'filepath': 'base/metrics/'\
asvitkine361b276e2016-08-30 18:45:001193 '|chrome/android/java/src/org/chromium/chrome/browser/metrics/'\
[email protected]f2f0fbb92012-07-14 15:52:491194 '|chrome/browser/metrics/'\
[email protected]f2f0fbb92012-07-14 15:52:491195 '|chrome/browser/chromeos/external_metrics'\
[email protected]b0d594d2014-02-21 03:22:121196 '|chrome/browser/extensions/api/metrics_private/'\
[email protected]f2f0fbb92012-07-14 15:52:491197 '|chrome/browser/ui/webui/metrics_handler'\
asvitkineb7e10302016-01-20 05:17:451198 '|chromecast/browser/metrics/'\
asvitkinee4bad382015-11-05 21:56:451199 '|components/metrics/'\
asvitkineb7e10302016-01-20 05:17:451200 '|components/metrics_services_manager/'\
[email protected]ce6b855a2014-03-12 19:51:391201 '|components/rappor/'\
asvitkinee4bad382015-11-05 21:56:451202 '|components/variations/'\
[email protected]b0d594d2014-02-21 03:22:121203 # Exclude XML files; in particular, histograms.xml.
1204 '|tools/metrics/[^.]*([.](?!xml$).*)?$',
1205 },
1206 'metrics_xml_files': {
1207 # Subscribe to this to watch for changes to histograms.xml.
toyoshim8f51f902015-03-27 03:50:211208 'filepath': 'tools/metrics/.*\.xml$',
1209 },
1210 'midi': {
1211 'filepath': 'midi',
[email protected]f76c8852012-06-21 16:37:001212 },
[email protected]341f218a2013-09-24 22:16:101213 'mojo': {
1214 'filepath': 'mojo',
1215 },
Kyle Horimotoc4d57b122018-02-28 01:17:301216 'multidevice': {
Ryan Hansberry587c8082018-09-20 01:31:191217 'filepath': 'ash/multi_device_setup/'\
Kyle Horimoto7de86582018-12-19 20:40:251218 '|chrome/browser/chromeos/cryptauth/'\
Ryan Hansberry587c8082018-09-20 01:31:191219 '|chrome/browser/chromeos/device_sync/'\
1220 '|chrome/browser/chromeos/multidevice_setup/'\
1221 '|chrome/browser/chromeos/secure_channel/'\
Kyle Horimoto592f64c2018-03-28 23:43:221222 '|chrome/browser/resources/chromeos/multidevice_setup/'\
Ryan Hansberry587c8082018-09-20 01:31:191223 '|chrome/browser/resources/settings/multidevice_page/'\
1224 '|chrome/browser/ui/webui/chromeos/multidevice_setup/'\
1225 '|chrome/browser/ui/webui/settings/chromeos/multidevice'\
Kyle Horimoto7de86582018-12-19 20:40:251226 '|chrome/test/data/webui/multidevice_setup/'\
1227 '|chromeos/components/multidevice/'\
James Hawkinsf7e517c2018-03-30 21:01:141228 '|chromeos/components/proximity_auth/'\
Kyle Horimoto7de86582018-12-19 20:40:251229 '|chromeos/resources/multidevice_resources.grdp'\
Kyle Horimoto592f64c2018-03-28 23:43:221230 '|chromeos/services/device_sync/'\
1231 '|chromeos/services/multidevice_setup/'\
1232 '|chromeos/services/secure_channel/'\
Kyle Horimoto9bace7f2018-09-21 23:36:481233 '|ui/webui/resources/cr_components/chromeos/multidevice_setup/'
Kyle Horimotoc4d57b122018-02-28 01:17:301234 },
rjkroegef60dea862015-10-29 17:50:061235 'mus': {
Scott Violet9f984252018-08-27 19:02:131236 'filepath': 'services/ws/'\
rjkroegef60dea862015-10-29 17:50:061237 '|mojo/gpu/',
1238 },
[email protected]f76c8852012-06-21 16:37:001239 'nacl': {
[email protected]f2f0fbb92012-07-14 15:52:491240 'filepath': 'chrome/nacl/|chrome/test/nacl/|'\
[email protected]193912d2013-09-06 17:41:561241 'chrome/browser/nacl_host/|chrome/common/nacl|'\
1242 'native_client_sdk/src/doc/',
[email protected]f76c8852012-06-21 16:37:001243 },
[email protected]99ddc3d2013-01-22 16:15:331244 'native_client_sdk': {
1245 'filepath': '^native_client_sdk/',
1246 },
[email protected]b9ecdb62014-03-07 14:56:431247 'navigation': {
1248 'filepath': 'content/browser/frame_host|'\
1249 'content/browser/renderer_host/render_process_host.*|'\
1250 'content/browser/renderer_host/render_view_host.*|'\
1251 'content/browser/web_contents/web_contents_impl.*|'\
1252 'content/renderer/render_frame.*|'\
1253 'content/renderer/render_view.*'
1254 },
[email protected]f76c8852012-06-21 16:37:001255 'net': {
[email protected]f2f0fbb92012-07-14 15:52:491256 'filepath': 'net/',
[email protected]f76c8852012-06-21 16:37:001257 },
bnc1872e8bd2017-01-27 02:47:281258 'net_base': {
1259 'filepath': 'net/base/',
1260 },
bnc1872e8bd2017-01-27 02:47:281261 'net_http2': {
1262 'filepath': 'net/http2/',
1263 },
[email protected]f76c8852012-06-21 16:37:001264 'net_log': {
mmenke59e4d8fb42016-06-15 21:15:281265 'filepath': 'net/log/|' \
[email protected]f2f0fbb92012-07-14 15:52:491266 'chrome/browser/net/.*net_log|' \
[email protected]f2f0fbb92012-07-14 15:52:491267 'chrome/browser/resources/net_internals/|' \
mmenke59e4d8fb42016-06-15 21:15:281268 'chrome/browser/ui/webui/net_internals/|' \
Takeshi Yoshino6b30abd2017-07-16 03:34:511269 'components/net_log/'
[email protected]f76c8852012-06-21 16:37:001270 },
Adam Rice027497d2018-07-27 02:17:021271 'net_server': {
1272 'filepath': 'net/server/'
1273 },
bnc1872e8bd2017-01-27 02:47:281274 'net_spdy': {
1275 'filepath': 'net/spdy/',
1276 },
Adam Rice027497d2018-07-27 02:17:021277 'net_websockets': {
1278 'filepath': 'net/websockets/',
1279 },
jkarlin539748402015-03-31 17:36:311280 'netinfo': {
Josh Karlin1bd016742017-08-18 17:44:171281 'filepath': '/netinfo/',
jkarlin539748402015-03-31 17:36:311282 },
Helen Li30f43d8e2018-05-09 16:24:011283 'network_service': {
1284 'filepath': 'services/network/',
1285 },
Vincent Scheibd5da4d952017-11-03 01:33:241286 'nfc': {
1287 'filepath': '/nfc/',
1288 },
Xing Liue18f0fb2019-03-22 23:55:141289 'notification_scheduler': {
1290 'filepath': 'chrome/browser/notifications/proto/|'\
1291 'chrome/browser/notifications/scheduler/'
1292 },
peterf4758412014-09-17 15:06:011293 'notifications': {
Peter Beverloo4548c852017-08-31 13:45:171294 'filepath': 'chrome/browser/extensions/api/notifications/|'\
1295 'chrome/browser/notifications/|'\
1296 'chrome/test/data/notifications/|'\
1297 'content/browser/notifications/|'\
Peter Beverloo4548c852017-08-31 13:45:171298 'content/common/platform_notification|'\
1299 'content/public/browser/platform_notification|'\
1300 'content/public/common/platform_notification|'\
1301 'content/renderer/notification_|'\
Xi Chengd47af342018-04-24 02:36:331302 'chrome/notification_helper/|'\
Kent Tamura77578cc2018-11-25 22:33:431303 'third_party/blink/web_tests/external/wpt/notifications|'\
1304 'third_party/blink/web_tests/http/tests/notifications|'\
Blink Reformata30d4232018-04-07 15:31:061305 'third_party/blink/renderer/modules/notifications|'\
1306 'third_party/blink/public/platform/modules/notifications|'\
peterf4758412014-09-17 15:06:011307 'ui/message_center/'
1308 },
tbansalc6f1c9f2016-09-30 22:48:421309 'nqe': {
1310 'filepath': 'nqe',
1311 },
mcwilliamsedee5042016-04-05 18:46:451312 'ntp_snippets': {
1313 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk16a37f902016-05-16 15:49:361314 'chrome/android/javatests/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk14c89352016-07-21 13:45:131315 'chrome/android/junit/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk117ffb322017-02-06 12:04:201316 'chrome/android/java/src/org/chromium/chrome/browser/suggestions/|'\
1317 'chrome/android/javatests/src/org/chromium/chrome/browser/suggestions/|'\
mvanouwerkerk538dc0b62016-05-17 14:55:341318 'chrome/browser/android/ntp/ntp_snippets|'\
mcwilliamsedee5042016-04-05 18:46:451319 'chrome/browser/ntp_snippets/|'\
mvanouwerkerk41649732016-05-17 13:37:001320 'chrome/browser/resources/snippets_internals|'\
1321 'chrome/browser/ui/webui/snippets_internals|'\
mcwilliamsedee5042016-04-05 18:46:451322 'components/ntp_snippets/|'\
1323 'chrome/android/java/res/layout/new_tab_page|'\
noyau451e6bb62016-12-23 14:29:041324 'chrome/android/java/res/layout/most_visited|'\
1325 'ios/chrome/browser/ntp_snippets'
mcwilliamsedee5042016-04-05 18:46:451326 },
treib70176c52016-07-08 14:34:191327 'ntp_tiles': {
1328 'filepath': 'chrome/browser/android/ntp/|'\
1329 'chrome/browser/ui/webui/ntp/|'\
1330 'chrome/common/search/ntp|'\
noyau451e6bb62016-12-23 14:29:041331 'components/ntp_tiles/|'\
1332 'ios/chrome/browser/ntp_tiles'
treib70176c52016-07-08 14:34:191333 },
peterb8ec88f82017-03-21 13:29:421334 'offline_items_collection': {
1335 'filepath': 'components/offline_items_collection/',
1336 },
dimichdce3ee492016-04-04 04:20:521337 'offline_pages': {
1338 'filepath': 'components/offline_pages/'\
fgorski329be5b2016-04-19 21:38:111339 '|chrome/browser/android/offline_pages/'\
1340 '|chrome/android/java/src/org/chromium/chrome/browser/offlinepages/'
dimichdce3ee492016-04-04 04:20:521341 },
[email protected]f76c8852012-06-21 16:37:001342 'omnibox': {
Justin Donnelly600d8e92018-11-09 00:40:501343 'filepath': '^chrome/browser/autocomplete/|'\
1344 '^chrome/browser/resources/omnibox|'\
1345 '^chrome/browser/ui/location_bar/|'\
1346 '^chrome/browser/ui/omnibox/|'\
1347 '^chrome/browser/ui/.*/location_bar/|'\
1348 '^chrome/browser/ui/.*/omnibox/|'\
1349 '^components/omnibox/'
[email protected]f76c8852012-06-21 16:37:001350 },
Doug Arnetta94d3ae2017-11-07 00:10:341351 'optimization_guide': {
1352 'filepath': 'optimization_guide|'\
1353 'optimization_hints',
1354 },
chasej6dff9292016-02-02 20:33:121355 'origin_trials': {
Jason Chasedfcd02b2018-08-10 21:07:491356 'filepath': 'origin_trial'\
chasej68b8bbd2017-01-26 19:26:131357 '|OriginTrial'\
1358 '|ConditionalFeature',
chasej6dff9292016-02-02 20:33:121359 },
[email protected]4a2078e2013-07-18 20:40:201360 'ozone': {
[email protected]f93c2c92013-10-31 18:22:441361 'filepath': 'ui/ozone/|'\
[email protected]4b66bf922013-10-28 19:49:431362 'ui/events/ozone/|'\
1363 'ui/gfx/ozone/|'\
[email protected]4a2078e2013-07-18 20:40:201364 'ui/gl/gl_.*egl.*|'\
1365 'ui/gl/gl_.*ozone.*'
1366 },
Sergey Ulanov004097c2018-11-05 23:29:281367 'ozone_scenic': {
1368 'filepath': 'ui/ozone/platform/scenic',
1369 },
lgarron9e25c7402017-03-15 04:03:111370 'page_info' : {
1371 'filepath': 'chrome/browser/ui/page_info/'\
1372 '|chrome/browser/ui/.*/page_info/'\
lgarron3428b2d32017-03-21 18:35:191373 '|chrome/android/java/src/org/chromium/chrome/browser/page_info/'\
lgarron6cd116a2017-04-07 19:42:181374 '|components/page_info_strings.grdp'\
Gregory Chatzinoffdf93d692017-09-09 01:32:271375 '|ios/chrome/browser/ui/page_info/'
lgarron6cd116a2017-04-07 19:42:181376 },
csharrison3b1dc4062015-10-19 14:31:081377 'page_load_metrics' : {
bmcquade9f433702016-07-26 23:33:501378 'filepath': 'chrome/browser/page_load_metrics/'\
1379 '|chrome/common/page_load_metrics/'\
1380 '|chrome/renderer/page_load_metrics/'
csharrison3b1dc4062015-10-19 14:31:081381 },
[email protected]f76c8852012-06-21 16:37:001382 'panels': {
[email protected]7cbe5a52012-09-27 02:00:291383 'filepath': 'chrome/browser/ui/panels'\
1384 '|chrome/browser/ui/cocoa/panels'\
[email protected]7cbe5a52012-09-27 02:00:291385 '|chrome/browser/ui/views/panels'
[email protected]f76c8852012-06-21 16:37:001386 },
[email protected]3cc8b3922014-05-05 13:12:081387 'password_manager': {
1388 'filepath': 'chrome/.*/password_'\
1389 '|chrome/browser/ui/passwords'\
1390 '|chrome/browser/ui/views/passwords'\
1391 '|chrome/test/data/password'\
1392 '|components/autofill.*password'
1393 '|components/password_'\
vabrccdb7222016-06-01 14:59:401394 '|^ios/chrome/browser/passwords'\
[email protected]3cc8b3922014-05-05 13:12:081395 },
rouslane8a22262016-10-19 20:49:411396 'payments': {
1397 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/payments'\
1398 '|chrome/android/javatests/src/org/chromium/chrome/browser/payments'\
Rouslan Solomakhin81af4cf2017-06-27 15:23:491399 '|chrome/browser/payments'\
1400 '|chrome/browser/ui/views/payments'\
Mohamad Ahmadi2b452762017-07-18 23:17:151401 '|components/payments/test/data'\
rouslana64ceca2016-10-26 01:10:311402 '|components/payments'\
Rouslan Solomakhin81af4cf2017-06-27 15:23:491403 '|content/browser/payments'\
1404 '|content/test/data/payments'\
1405 '|ios/chrome/browser/payments'\
1406 '|ios/chrome/browser/ui/payments'\
1407 '|ios/web/payments'\
1408 '|ios/web/public/payments'\
Kent Tamura77578cc2018-11-25 22:33:431409 '|third_party/blink/web_tests/external/wpt/payment-request'\
1410 '|third_party/blink/web_tests/http/tests/payments'\
1411 '|third_party/blink/web_tests/payments'\
Blink Reformata30d4232018-04-07 15:31:061412 '|third_party/blink/public/platform/modules/payments'\
1413 '|third_party/blink/renderer/modules/payments'
mahmadi0a7bb59f2017-02-22 19:13:491414 },
1415 'payments_ios': {
Rouslan Solomakhin81af4cf2017-06-27 15:23:491416 'filepath': 'ios/web/payments'\
1417 '|ios/chrome/browser/payments'\
1418 '|ios/chrome/browser/ui/payments'\
1419 '|ios/web/public/payments'
rouslane8a22262016-10-19 20:49:411420 },
[email protected]f76c8852012-06-21 16:37:001421 'pepper_api': {
[email protected]b8491b02013-11-13 03:50:581422 'filepath': 'ppapi/api'\
1423 '|ppapi/c',
[email protected]f76c8852012-06-21 16:37:001424 },
mlamourid8b0feb2015-06-02 16:30:471425 'permissions': {
1426 'filepath': 'content/(child,browser)/permissions/'\
1427 '|content/common/permission_*'\
1428 '|content/public/(common,browser)/permission_*'\
1429 '|chrome/browser/permissions/'\
1430 '|chrome/browser/content_settings/permission*'\
1431 '|permission_context',
1432 },
François Beaufortb2070eb2018-02-08 10:36:341433 'picture_in_picture': {
Blink Reformata30d4232018-04-07 15:31:061434 'filepath': 'third_party/blink/renderer/modules/picture_in_picture/'
François Beaufortb2070eb2018-02-08 10:36:341435 },
Lutz Justena67427102018-06-28 08:55:461436 'policy_templates': {
1437 'filepath': 'components/policy/resources/policy_templates.json'
1438 },
michaelpg11fff3f2015-02-06 03:35:341439 'polymer': {
1440 'filepath': 'third_party/polymer/|'\
michaelpgf94a2a22017-03-06 22:35:001441 'third_party/web-animations-js/|'\
dbeam78528be2016-02-18 07:08:491442 'tools/polymer|'\
michaelpg11fff3f2015-02-06 03:35:341443 'ui/webui/resources/polymer_resources.grdp',
1444 },
Charles Harrison981d33c2017-10-06 21:36:221445 'popup_blocker': {
1446 'filepath': 'chrome/browser/ui/blocked_content'
1447 },
twifkak0c69c1f2015-06-22 18:20:091448 'precache': {
1449 'filepath': '[pP]recache'
1450 },
[email protected]be775bc2014-06-30 15:41:141451 'prepopulated_engines': {
1452 'filepath': 'components/search_engines/prepopulated_engines.json',
1453 },
[email protected]f76c8852012-06-21 16:37:001454 'prerender': {
[email protected]78375a52012-07-14 14:47:571455 'filepath': 'prerender'
[email protected]f76c8852012-06-21 16:37:001456 },
mfoltz57fd7f32017-05-03 06:12:581457 'presentation': {
mark a. foltze8739c7c2019-04-24 18:33:091458 'filepath': 'content/browser/presentation/' \
1459 '|content/public/browser/presentation_' \
1460 '|third_party/blink/public/mojom/presentation/' \
1461 '|third_party/blink/renderer/modules/presentation/' \
1462 '|third_party/blink/web_tests/(virtual/)?presentation/'
mfoltz57fd7f32017-05-03 06:12:581463 },
Robert Ogdenb766c88a2019-06-10 18:10:231464 'preview_features': {
1465 'filepath': 'components/previews/core/previews_features' \
1466 '|components/previews/core/previews_experiments'
1467 },
rbpotter0d9edeed2018-08-03 14:11:581468 'print_preview': {
1469 'filepath': 'chrome/browser/resources/print_preview/' \
1470 '|chrome/browser/ui/webui/print_preview/'
1471 },
peter884896c72015-03-12 14:26:201472 'push_messaging': {
1473 'filepath': 'push_messaging'
1474 },
stkhapugin06503142016-12-07 14:32:121475 'reading_list': {
1476 'filepath': 'components/reading_list|'\
1477 'ios/chrome/browser/reading_list|'\
1478 'ios/chrome/browser/ui/reading_list',
1479 },
mark a. foltze8739c7c2019-04-24 18:33:091480 'remoteplayback': {
1481 'filepath': 'chrome/android/features/media_router/java/src/org/chromium/chrome/browser/media/router/FlingingController' \
1482 '|chrome/android/java/src/org/chromium/chrome/browser/media/remote/' \
1483 '|chrome/browser/media/android/remote/' \
1484 '|media/blink/remote_playback' \
1485 '|media/renderers/remote_playback' \
1486 '|third_party/blink/public/platform/modules/remoteplayback/' \
1487 '|third_party/blink/renderer/core/html/media/remote_playback' \
1488 '|third_party/blink/renderer/modules/remoteplayback/' \
1489 '|third_party/blink/web_tests/media/remoteplayback/' \
1490 '|third_party/blink/web_tests/virtual/new-remote-playback-pipeline/'
1491 },
[email protected]f76c8852012-06-21 16:37:001492 'remoting': {
sergeyu05995a4f2017-01-24 21:26:011493 'filepath': '^remoting/' \
1494 '|^testing/chromoting'
[email protected]f76c8852012-06-21 16:37:001495 },
gab57e80c72014-12-08 21:06:131496 'rlz_id': {
1497 'filepath' :'rlz/lib/machine_id.cc|'\
1498 'rlz/lib/machine_id.h|'\
1499 'rlz/win/lib/machine_id_win.cc',
1500 },
Joe Medleya129fe32018-01-25 15:20:221501 'runtime_enabled_features': {
Blink Reformata30d4232018-04-07 15:31:061502 'filepath' : 'third_party/blink/renderer/platform/runtime_enabled_features.json5'
Joe Medleya129fe32018-01-25 15:20:221503 },
grt829c6a82014-10-20 09:29:321504 'safe_browsing': {
timvolodine41e95412017-03-14 02:55:341505 'filepath': 'chrome/(browser|common|renderer)/safe_browsing/|'\
1506 'components/safe_browsing/',
grt829c6a82014-10-20 09:29:321507 },
mlamourid8b0feb2015-06-02 16:30:471508 'screen_orientation': {
1509 'filepath': 'screen_orientation',
1510 },
Robert Sesekae79d38512018-09-04 18:13:301511 'security': {
1512 'filepath': 'base/json/'\
1513 '|base/memory/.*shared_memory'\
Robert Sesek61902db2018-10-09 19:15:451514 '|components/cbor/'\
1515 '|AndroidManifest',
Robert Sesekae79d38512018-09-04 18:13:301516 },
Katie D14c38ce2019-02-14 00:34:451517 'select_to_speak': {
1518 'filepath': 'select_to_speak',
1519 },
Jeffrey Cohen7fe36f502018-12-12 01:38:211520 'send_tab_to_self': {
Jeffrey Cohen9e494a612019-05-21 16:22:441521 'filepath': 'components/send_tab_to_self'\
1522 '|chrome/android/java/src/org/chromium/chrome/browser/send_tab_to_self/'\
Jeffrey Cohen224a4072019-05-23 20:49:331523 '|chrome/android/junit/src/org/chromium/chrome/browser/send_tab_to_self/'\
Jeffrey Cohen9e494a612019-05-21 16:22:441524 '|chrome/browser/android/send_tab_to_self/'\
1525 '|chrome/browser/send_tab_to_self/'\
1526 '|chrome/browser/ui/send_tab_to_self'\
1527 '|ios/chrome/browser/send_tab_to_self/',
Jeffrey Cohen7fe36f502018-12-12 01:38:211528 },
[email protected]0b431722014-01-08 07:21:511529 'service_worker': {
[email protected]edaf31d2014-03-07 00:09:171530 'filepath': 'content/(browser|renderer|child|common)/service_worker/',
[email protected]0b431722014-01-08 07:21:511531 },
Colin Blundell6d2669a2017-07-11 06:26:531532 'services_public': {
1533 'filepath': 'services/([^/]*/)*public/',
1534 },
Dan Beam5dec1b42018-12-10 23:52:341535 'settings': {
1536 'filepath': 'chrome/browser/resources/settings/'\
1537 '|chrome/browser/ui/webui/settings/'\
1538 '|chrome/test/data/webui/settings/',
1539 },
May Lippertbb19e1242019-04-17 15:02:111540 'settings_forked_os_settings': {
1541 'filepath': 'chrome/browser/resources/settings/basic_page/'\
1542 '|chrome/browser/resources/settings/chromeos/'\
1543 '|chrome/browser/resources/settings/settings_menu/'\
1544 '|chrome/browser/resources/settings/settings_page/'\
1545 '|chrome/browser/resources/settings/settings_ui/'\
1546 '|chrome/browser/resources/settings/os_settings_resouces.grd'\
1547 '|chrome/browser/resources/settings/os_settings_resouces_vulcanized.grd',
1548 },
May Lippertd0b8cfe2019-05-22 19:54:491549 'settings_os_settings': {
1550 'filepath': 'chrome/browser/resources/settings/chromeos/',
1551 },
alitoc5534d62017-04-21 01:48:581552 'settings_reset_prompt': {
1553 'filepath': 'chrome/browser/safe_browsing/settings_reset_prompt/'\
1554 '|chrome/browser/ui/views/settings_reset_prompt',
1555 },
Peter Beverloo9a00acc2019-06-04 14:27:251556 'sharing': {
1557 'filepath': 'chrome/browser/sharing/',
1558 },
dominickn8884155a2016-06-23 02:28:161559 'site_engagement': {
1560 'filepath': 'chrome/browser/engagement/|'\
1561 'chrome/browser/ui/webui/engagement/',
1562 },
[email protected]f76c8852012-06-21 16:37:001563 'site_instance': {
[email protected]f2f0fbb92012-07-14 15:52:491564 'filepath': 'content/browser/site_instance|'\
1565 'content/browser/browsing_instance',
[email protected]f76c8852012-06-21 16:37:001566 },
Ryan Hansberry587c8082018-09-20 01:31:191567 'smartlock': {
James Hawkins14e753e82018-11-08 17:33:421568 'filepath': 'chrome/browser/chromeos/login/easy_unlock/'\
Ryan Hansberry587c8082018-09-20 01:31:191569 '|chrome/browser/resources/easy_unlock/'\
1570 '|chromeos/components/proximity_auth/'
1571 },
Zentaro Kavanagh608f8a12018-01-19 18:39:561572 'smb': {
1573 'filepath': 'chrome/browser/chromeos/file_system_provider'\
1574 '|chrome/browser/chromeos/smb_client'\
1575 '|chromeos/dbus/fake_smb_provider_client'\
1576 '|chromeos/dbus/smb_provider_client',
1577 },
Joe Medleya129fe32018-01-25 15:20:221578 'source_idls': {
Joe Medleyf7671752018-04-13 14:34:501579 'filepath': 'third_party/blink/renderer/(core|modules|platform)/.*\.idl',
Joe Medleya129fe32018-01-25 15:20:221580 },
[email protected]ad0295d2012-10-11 23:43:361581 'spellcheck': {
1582 'filepath': 'chrome/browser/spellchecker/'\
timvolodine8cdb94c2016-09-22 12:17:221583 '|chrome/browser/renderer_context_menu/spelling_'\
1584 '|components/spellcheck/'\
1585 '|third_party/hunspell/'\
1586 '|third_party/hunspell_dictionaries/',
[email protected]ad0295d2012-10-11 23:43:361587 },
Greg Thompson9ea091702018-01-04 11:06:321588 'startup': {
1589 'filepath': 'chrome/browser/ui/startup/',
1590 },
vmpstrcc1c08302015-11-18 06:05:511591 'styleguide': {
1592 'filepath': '^styleguide/',
1593 },
Peter Wenbef43902018-11-28 22:08:121594 'styleguide_python': {
1595 'filepath': '^styleguide/python',
1596 },
engedye7b734da2017-02-07 12:08:131597 'subresource_filter': {
Charles Harrisonfb3eac92017-06-26 21:26:021598 'filepath': 'subresource_filter|SubresourceFilter|url_pattern_index',
engedye7b734da2017-02-07 12:08:131599 },
[email protected]43d33e92014-07-14 16:39:311600 'supervised_users': {
1601 'filepath': 'chrome/browser/.*managed_mode'\
1602 '|chrome/browser/.*managed_user'\
1603 '|chrome/browser/.*supervised_user',
1604 },
CJ DiMegliocaddc3482018-12-12 02:28:381605 'surface_layer_for_video': {
1606 'filepath': 'cc/layers/surface_layer*'\
1607 '|third_party/blink/renderer/platform/graphics/video_frame_*'\
1608 '|third_party/blink/renderer/platform/graphics/surface_layer_bridge*',
1609 },
Anastasia Helfinstein5205acb32019-02-15 00:54:131610 'switch_access': {
1611 'filepath': 'switch_access',
1612 },
[email protected]f76c8852012-06-21 16:37:001613 'sync': {
Andrew Grieveecac5a92018-11-08 01:57:011614 'filepath': '^chrome/browser/ui/sync/'\
maxboguefa217942016-04-01 01:08:131615 '|^chrome/browser/ui/views/sync/'\
1616 '|^chrome/test/android/javatests/src/org/chromium/chrome/test/util/browser/sync/'\
1617 '|^ios/chrome/browser/sync/'\
1618 '|^chrome/android/java/src/org/chromium/chrome/browser/sync/'\
1619 '|^chrome/browser/sync/'\
1620 '|^components/browser_sync/'\
Max Boguefef332d2016-07-28 22:09:091621 '|^components/sync/'\
maxboguefa217942016-04-01 01:08:131622 '|^components/sync_bookmarks/'\
Max Boguefef332d2016-07-28 22:09:091623 '|^components/sync_sessions/',
[email protected]f76c8852012-06-21 16:37:001624 },
[email protected]92871a102013-07-01 11:11:411625 'syncfs': {
1626 'filepath': 'sync_file_system',
1627 },
miu5e69f1c52016-10-23 13:40:111628 'tab_alert_indicators': {
1629 'filepath': 'content/browser/media/audio_stream_monitor'\
miu5e69f1c52016-10-23 13:40:111630 '|chrome/browser/ui/tabs/tab_utils'\
Peter Kasting479cc1752018-09-28 22:34:371631 '|chrome/browser/ui/views/tabs/alert_indicator'\
miu5e69f1c52016-10-23 13:40:111632 '|chrome/browser/ui/views/tabs/tab\.cc'\
1633 '|chrome/browser/ui/views/tabs/tab_renderer_data'\
1634 '|media/audio/audio_(output_controller|power_monitor)',
1635 },
[email protected]82d74152013-07-28 08:55:311636 'tab_capture': {
Adam Parker83a488462017-12-22 00:26:481637 'filepath': 'chrome/browser/extensions/api/tab_capture/'\
miu5e69f1c52016-10-23 13:40:111638 '|chrome/renderer/resources/extensions/tab_capture_custom_bindings.js'\
[email protected]31ef420b2014-08-13 21:19:131639 '|chrome/test/data/extensions/api_test/tab_capture/'\
Adam Parker83a488462017-12-22 00:26:481640 '|components/viz/common/(frame_sinks/copy_output_|gl_helper|yuv_)'\
1641 '|components/viz/service/display/'\
1642 '|components/viz/service/frame_sinks/(frame_sink_manager'\
1643 '|video_capture/)'\
[email protected]31ef420b2014-08-13 21:19:131644 '|content/browser/media/capture/'\
[email protected]31ef420b2014-08-13 21:19:131645 '|content/browser/renderer_host/media/(audio_'\
1646 '|media_stream_manager|video_)'\
miu5e69f1c52016-10-23 13:40:111647 '|content/public/renderer/media_stream_'\
1648 '|content/renderer/media/(media_stream|(.+audio_source))'\
[email protected]31ef420b2014-08-13 21:19:131649 '|media/audio/(audio_output_controller|fake_audio_|virtual_audio_)'\
1650 '|media/base/video_frame\.h'\
Adam Parker83a488462017-12-22 00:26:481651 '|media/capture/'\
1652 '|services/viz/privileged/interfaces/compositing/frame_sink',
[email protected]82d74152013-07-28 08:55:311653 },
[email protected]f76c8852012-06-21 16:37:001654 'tab_contents': {
[email protected]f2f0fbb92012-07-14 15:52:491655 'filepath': 'chrome/browser/tab_contents/|'\
1656 'content/browser/tab_contents/|'\
1657 'chrome/browser/ui/tab_contents/',
[email protected]f76c8852012-06-21 16:37:001658 },
Mei Liang92e37d52019-03-22 17:27:201659 'tab_ui': {
1660 'filepath': 'chrome/android/features/tab_ui/'
1661 },
tdresserd80646f2017-03-03 19:26:081662 'tbmv2_metrics': {
1663 'filepath': 'third_party/catapult/tracing/tracing/metrics'
1664 },
[email protected]5e105332012-09-13 01:55:521665 'tcmalloc': {
1666 'filepath': 'third_party/tcmalloc'
1667 },
[email protected]31a10602012-11-21 01:51:261668 'telemetry': {
nednguyen79105d422016-04-18 01:38:421669 'filepath': 'tools/perf/'
[email protected]31a10602012-11-21 01:51:261670 },
Takeshi Yoshino524e1d262017-07-28 01:16:381671 'test_runner': {
1672 'filepath': 'components/test_runner/' \
Kent Tamura21d1de62018-12-10 04:45:201673 '|content/shell/(common|browser|renderer)/web_test/' \
1674 '|content/test/web_test_support.cc' \
1675 '|content/public/test/web_test_support.h' \
Takeshi Yoshino524e1d262017-07-28 01:16:381676 },
[email protected]f76c8852012-06-21 16:37:001677 'tests': {
[email protected]f2f0fbb92012-07-14 15:52:491678 'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/',
[email protected]0cde05a02011-11-30 23:36:521679 },
jlkleinecc81952016-11-19 00:16:071680 'tether': {
Kyle Horimoto592f64c2018-03-28 23:43:221681 'filepath': 'chrome/browser/chromeos/tether/'\
1682 '|chrome/browser/ui/ash/network/tether*'\
Ryan Hansberry587c8082018-09-20 01:31:191683 '|chromeos/components/tether/'
jlkleinecc81952016-11-19 00:16:071684 },
[email protected]1cbbb30b2011-10-14 08:03:561685 'textinput': {
Yuichiro Hanadaf0b3b472017-10-17 07:00:531686 'filepath': 'chrome/browser/ui/input_method'\
[email protected]f2f0fbb92012-07-14 15:52:491687 '|content/browser/renderer_host/render_widget_host_view'\
1688 '|content/browser/renderer_host/text_input'\
1689 '|ui/base/ime/'\
[email protected]f2f0fbb92012-07-14 15:52:491690 '|ui/views/controls/textfield/'\
Yuichiro Hanadaf0b3b472017-10-17 07:00:531691 '|ui/wm/core/ime'
[email protected]1cbbb30b2011-10-14 08:03:561692 },
[email protected]3a117c62011-11-29 04:28:021693 'textinput_chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:491694 'filepath': 'chrome/browser/chromeos/input_method/'\
1695 '|chrome/browser/chromeos/extensions/input_method'\
1696 '|chrome/browser/chromeos/status/input_method'\
1697 '|chrome/browser/extensions/extension_input_'\
1698 '|chrome/browser/resources/keyboard'\
[email protected]f2f0fbb92012-07-14 15:52:491699 'chromeos/.*(language|keyboard)'\
[email protected]6bd9e802013-04-18 06:40:421700 '|chromeos/ime/*'
[email protected]3a117c62011-11-29 04:28:021701 },
chirantan96fcf6d2015-01-21 22:36:191702 'timers': {
1703 'filepath': 'base/timer/'\
1704 '|components/timers/'
1705 },
robliaofd54b5c2017-01-13 00:41:301706 'tools_win_chromeexts': {
1707 'filepath': 'tools/win/chromeexts',
1708 },
AJITH KUMAR V4f0c4812018-03-27 13:46:571709 'touch_selection': {
1710 'filepath': 'ui/touch_selection/'\
1711 '|content/public/android/java/src/org/chromium/content/browser/selection/'
1712 },
[email protected]c8eb7f72013-07-04 15:30:111713 'tracing': {
1714 'filepath': 'base/debug/trace_event.*'\
primianobef13b42015-01-30 15:29:311715 '|base/trace_event/'\
[email protected]c8eb7f72013-07-04 15:30:111716 '|content/browser/tracing/'\
Oystein Eftevaag6410f1a2018-03-01 18:06:301717 '|components/tracing/'\
1718 '|services/tracing/'
[email protected]c8eb7f72013-07-04 15:30:111719 },
[email protected]cf428f732012-10-02 20:48:151720 'ui_compositor': {
1721 'filepath': 'ui/compositor/layer\.|'\
1722 'ui/compositor/layer_unittest|'\
1723 'ui/compositor/compositor',
1724 },
robliao2c4b7492016-07-19 01:57:261725 'ui_display_win': {
1726 'filepath': '^ui/display/win',
1727 },
[email protected]6b5093c2012-05-23 19:10:181728 'ui_resources': {
[email protected]f2f0fbb92012-07-14 15:52:491729 'filepath': 'ui/resources/'\
1730 '|ui/base/native_theme/resources/'\
1731 '|chrome/app/theme/'
[email protected]6b5093c2012-05-23 19:10:181732 },
edwardjung83f52ef22017-02-07 13:15:071733 'ui_strings': {
1734 'filepath': 'chrome/app/generated_resources.grd'\
1735 '|chrome/app/google_chrome_strings.grd'\
1736 '|chrome/android/java/strings/android_chrome_strings.grd'\
1737 '|chrome/app/settings_strings.grdp'\
1738 '|ios/chrome/app/strings/ios(_.+)*_strings.grd'\
1739 '|ui/strings/ui_strings.grd',
1740 },
Robert Liao5c35cbe2019-02-27 02:42:331741 'ui_views': {
1742 'filepath': '^ui/views',
1743 },
Will Harris989ca932019-02-15 19:21:211744 'unified_consent': {
1745 'filepath': 'components/unified_consent/'\
1746 '|chrome/browser/unified_consent/',
1747 },
Vincent Scheibd5da4d952017-11-03 01:33:241748 'usb': {
1749 'filepath': '/usb/',
1750 },
Miguel Casas-Sancheza65d49a2017-12-11 03:27:481751 'vaapi': {
1752 'filepath': 'media/gpu/vaapi',
1753 },
[email protected]c73ec8ab2014-01-16 20:35:231754 'version_assembly': {
1755 'filepath': 'chrome/app/version_assembly',
1756 },
posciak62a72272016-05-11 08:31:241757 'video': {
1758 'filepath': 'content/browser/renderer_host/media/|'\
1759 'content/renderer/media/|'\
1760 'media/capture/video/|'\
1761 'media/filters/|'\
1762 'media/gpu/|'\
1763 '.*video.*',
1764 },
mcasas09e881c2016-04-09 02:09:501765 'video_capture': {
1766 'filepath': 'chrome/browser/media/.*(capture|media|webrtc)'\
1767 '|content/browser/renderer_host/media/.*(capture|media)'\
1768 '|content/renderer/media/.*(capture|media|webrtc)'\
1769 '|media/capture/'\
chfremer2a01a69b2017-01-06 02:39:011770 '|media/muxers/'\
1771 '|services/video_capture/',
mcasas09e881c2016-04-09 02:09:501772 },
Alexandre Courbot3e9e55a2018-04-05 05:29:421773 'video_gpu': {
1774 'filepath': 'content/renderer/media/|'\
1775 'media/capture/video/|'\
1776 'media/gpu/',
1777 },
[email protected]ef514a32014-02-26 01:02:351778 'virtual_keyboard': {
Darren Shen40a822352019-06-03 05:39:161779 'filepath': 'ash/keyboard/'\
oka47452c22017-02-17 05:07:571780 '|chrome/test/data/chromeos/virtual_keyboard/'\
1781 '|extensions/browser/api/virtual_keyboard_private/'\
Darren Shen40a822352019-06-03 05:39:161782 '|ash/system/virtual_keyboard/',
[email protected]ef514a32014-02-26 01:02:351783 },
billorr3c7e1442016-11-11 21:21:351784 'virtual_reality': {
David Dorwina4a2b73c2018-05-18 22:39:561785 # Includes VR, AR, and XR.
Michael Thiessena7bec5b2018-07-12 19:10:041786 'filepath': '/vr/'\
David Dorwina4a2b73c2018-05-18 22:39:561787 '|/xr'\
Alex Cooper59197c72019-03-29 17:31:551788 '|webxr'\
Bill Orr165281bd2018-12-06 18:27:121789 '|isolated_xr_device'\
David Dorwina4a2b73c2018-05-18 22:39:561790 '|third_party/arcore'\
1791 '|third_party/gvr'\
1792 '|third_party/libovr'\
1793 '|third_party/openvr',
billorr3c7e1442016-11-11 21:21:351794 },
Chris Blumec6ddd6c2018-12-14 23:35:011795 'vulkan': {
1796 'filepath': 'gpu/vulkan'\
1797 '|third_party/vulkan'
1798 },
Vincent Scheibd5da4d952017-11-03 01:33:241799 'wake_lock': {
1800 'filepath': 'wake_lock',
1801 },
May Lippert04ed4b62019-05-24 16:31:221802 'wallpapers': {
1803 'filepath': 'ash/public/interfaces/wallpaper.mojom'\
1804 '|ash/wallpaper/'\
1805 '|chrome/browser/resources/chromeos/wallpaper_manager/',
1806 },
Raymes Khoury6b9bf762019-05-17 05:00:511807 'web_applications': {
1808 'filepath': 'chrome/browser/web_applications'\
1809 '|chrome/browser/ui/web_applications',
1810 },
Dan Beam5dec1b42018-12-10 23:52:341811 'web_dev_style': {
1812 'filepath': 'tools/web_dev_style/'\
1813 '|styleguide/web/',
1814 },
Devin Mullins4ff9b282018-03-09 00:37:321815 'web_package': {
1816 'filepath': 'content/browser/loader/prefetch_url_loader'\
1817 '|content/browser/web_package/'\
Kunihiko Sakamotoba390852018-07-11 01:08:551818 '|content/test/data/sxg/'
Devin Mullins4ff9b282018-03-09 00:37:321819 },
Matt Giuca9eb910d2017-08-02 04:07:381820 'web_share': {
1821 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/webshare/'\
1822 '|chrome/android/javatests/src/org/chromium/chrome/browser/WebShare.*'\
Kent Tamura77578cc2018-11-25 22:33:431823 '|third_party/blink/web_tests/webshare/'\
1824 '|third_party/blink/web_tests/external/wpt/web-share/'\
Eric Willigers3eeae17c2019-03-13 17:32:101825 '|third_party/blink/public/mojom/webshare/'\
Blink Reformata30d4232018-04-07 15:31:061826 '|third_party/blink/renderer/modules/webshare/',
Matt Giuca9eb910d2017-08-02 04:07:381827 },
Martin Kreichgauer794a18572018-07-20 20:45:431828 'webauthn': {
1829 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/webauth/'\
1830 '|chrome/android/javatests/src/org/chromium/chrome/browser/webauth/'\
Martin Kreichgauer794a18572018-07-20 20:45:431831 '|chrome/browser/ui/webauthn/'\
1832 '|chrome/browser/ui/views/webauthn/'\
Martin Kreichgauer1b7dc872019-04-15 18:50:411833 '|chrome/browser/webauthn/'\
Martin Kreichgauer794a18572018-07-20 20:45:431834 '|content/browser/webauth/'\
1835 '|device/fido/'\
Martin Kreichgauer1b7dc872019-04-15 18:50:411836 '|third_party/blink/public/mojom/webauthn/'\
1837 '|third_party/microsoft_webauthn/',
Martin Kreichgauer794a18572018-07-20 20:45:431838 },
Corentin Wallez3f1d0852018-07-04 15:45:361839 'webgpu': {
1840 'filepath': 'third_party/blink/renderer/modules/webgpu/',
1841 },
Takeshi Yoshinoe387aa32017-08-02 13:16:131842 'webrtc_browser_tests': {
1843 'filepath': 'chrome/browser/media/.*webrtc.*browsertest|'\
1844 'content/browser/media/.*webrtc.*browsertest',
1845 },
[email protected]208879542012-07-05 11:15:341846 'website_settings': {
[email protected]f2f0fbb92012-07-14 15:52:491847 'filepath': 'chrome/browser/content_settings/'\
1848 '|chrome/browser/ui/views/website_settings/'\
1849 '|chrome/browser/ui/website_settings/'\
mukai077089f2014-09-11 18:41:521850 '|chrome/common/content_settings'\
1851 '|components/content_settings/',
[email protected]208879542012-07-05 11:15:341852 },
Dan Beam5dec1b42018-12-10 23:52:341853 'webui_backend': {
1854 'filepath': 'content/browser/webui/'\
1855 '|content/public/browser/web_ui*'\
1856 '|content/public/test/*web_ui*',
1857 },
[email protected]b17d9e02014-07-29 09:45:501858 'windows_sandboxing': {
1859 'filepath': 'sandbox/win/',
1860 },
[email protected]f76c8852012-06-21 16:37:001861 'x11': {
[email protected]f2f0fbb92012-07-14 15:52:491862 'filepath': 'content/browser/renderer_host/backing_store_x\.' \
1863 '|chrome/browser/chromeos/input_method/xkeyboard\.' \
1864 '|chrome/browser/chromeos/system_key_event_listener\.' \
[email protected]f76c8852012-06-21 16:37:001865 '|chrome/browser/chromeos/'\
[email protected]f2f0fbb92012-07-14 15:52:491866 'xinput_hierarchy_changed_event_listener\.' \
1867 '|chrome/browser/chromeos/wm_' \
1868 '|ui/base/x/'
[email protected]0d710852012-05-24 01:18:401869 },
Chris Blume04103c42018-12-14 22:46:061870 'zlib': {
1871 'filepath': 'third_party/zlib'
1872 },
wjmaclean3ff6a402015-03-31 19:00:201873 'zoom': {
1874 'filepath': 'chrome/browser/ui/zoom/' \
1875 '|components/ui/zoom/' \
1876 '|content/browser/host_zoom_*' \
1877 '|content/browser/storage_partition_impl*' \
1878 '|content/public/browser/host_zoom_map.h' \
1879 '|content/public/browser/storage_partition.h'
1880 },
[email protected]a3838612009-10-13 21:57:541881 },
[email protected]ca872e362011-07-12 21:06:031882
pennymac962d190432016-07-27 00:58:351883 ##############################################################################
1884 # Please keep alphabetical
1885 ##############################################################################
[email protected]a3838612009-10-13 21:57:541886 'WATCHLISTS': {
Joe Medley1e1bb652018-04-27 17:36:591887 'about_flags': ['[email protected]',
1888 '[email protected]'],
Daniel Eratb4c9b9e2019-06-04 23:57:261889 'accelerator_table': ['[email protected]'],
dmazzoni5f4b7f12015-02-17 16:35:571890 'accessibility': ['[email protected]',
Akihiro Otac504b882019-02-20 02:54:531891 '[email protected]',
Aaron Leventhal978557022017-06-09 15:39:411892 '[email protected]',
dmazzoni5f4b7f12015-02-17 16:35:571893 '[email protected]',
dougtcd8ac01d2017-03-24 16:23:401894 '[email protected]',
[email protected]f76c8852012-06-21 16:37:001895 '[email protected]',
je_julie.kima170bac2015-05-06 14:57:541896 '[email protected]',
Kevin Babbitt52b18902019-04-16 21:47:441897 '[email protected]',
dmazzoni5f4b7f12015-02-17 16:35:571898 '[email protected]',
[email protected]f76c8852012-06-21 16:37:001899 '[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:261900 'add_to_homescreen': ['[email protected]',
Xi Han50f523a1d2017-07-19 15:56:111901 '[email protected]',
F07b660412017-08-01 20:53:061902 '[email protected]'],
Peter Wen35bf5932018-10-22 19:51:481903 'android_crash_reporting': ['[email protected]',
1904 '[email protected]'],
johnmaguire6aaac7902016-03-15 12:28:201905 'android_crazy_linker': ['[email protected]'],
Peter Wen35bf5932018-10-22 19:51:481906 'android_deps': ['[email protected]'],
dfalcantaraef21e9e2016-01-07 01:16:261907 'android_infobars': ['[email protected]'],
agrieve4d9c1c52016-09-23 17:49:381908 'android_infra': ['[email protected]',
Eric Stevenson1a03deb2018-06-22 20:40:131909 '[email protected]',
Andrew Grieve5babdbfc2017-08-16 01:26:491910 '[email protected]'],
Takeshi Yoshino524e1d262017-07-28 01:16:381911 'android_item_chooser_dialogs': ['[email protected]',
1912 '[email protected]'],
Peter Wen35bf5932018-10-22 19:51:481913 'android_lint': ['[email protected]'],
Daniele Castagna7c829d692018-02-12 16:09:081914 'android_media': ['[email protected]'],
Ted Choc042d8442018-03-13 16:35:571915 'android_search_widget': ['[email protected]',
1916 '[email protected]'],
nyquistf602bd02017-02-16 23:17:441917 'android_studio': ['[email protected]',
1918 '[email protected]'],
Daniele Castagna7c829d692018-02-12 16:09:081919 'android_tab': ['[email protected]'],
asvitkine361b276e2016-08-30 18:45:001920 'android_uma_settings': ['[email protected]',
1921 '[email protected]'],
Maggie Cai9190f7632019-06-12 06:06:571922 'android_webapk': ['[email protected]',
1923 '[email protected]'],
[email protected]7ca78dc12012-09-20 09:26:441924 'android_webview': ['[email protected]'],
Tim Volodine178dc2bc2019-03-19 19:07:221925 'android_webview_network_service': ['[email protected]'],
Yi Guc1c54682018-07-23 12:00:001926 'animation_worklet': ['[email protected]',
1927 '[email protected]'],
Dominick Ng45392562018-12-13 07:21:211928 'app_shortcuts': ['[email protected]',
1929 '[email protected]',
Trent Aptedabfd2572019-01-17 05:49:531930 '[email protected]'],
pennymac962d190432016-07-27 00:58:351931 'apps': ['[email protected]',
Trent Apted93d53b02019-01-21 02:54:341932 '[email protected]'],
Maggie Cai9190f7632019-06-12 06:06:571933 'apps_intent_helper': ['[email protected]'],
lhchavez4b19176f2016-05-04 23:12:461934 'arc': ['[email protected]',
hidehiko49f0b7c2016-05-24 10:59:471935 '[email protected]',
victorhsieh52feccd2017-02-27 18:27:021936 '[email protected]',
Junichi Uekawa38d20c12018-03-22 03:31:301937 '[email protected]',
1938 '[email protected]'],
lhchavez61532c92016-10-18 21:33:371939 'arc_auth': ['[email protected]'],
Ryo Hashimoto611b8fc52018-09-28 10:01:201940 'arc_common': ['[email protected]'],
Yuichiro Hanada2e111fb2018-11-19 17:33:051941 'arc_ime': ['[email protected]'],
poromov7633f602017-02-21 16:44:011942 'arc_kiosk': ['[email protected]'],
lhchavez4b19176f2016-05-04 23:12:461943 'arc_net': ['[email protected]',
1944 '[email protected]',
1945 '[email protected]'],
ejcarusoa298ec02016-06-16 20:30:431946 'arc_power': ['[email protected]'],
Hirokazu Hondaf98a3122018-04-12 11:19:481947 'arc_video_accelerator': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351948 'ash': ['[email protected]',
1949 '[email protected]'],
Xiaohui Chenf7e70a22018-02-08 00:36:381950 'assistant': ['[email protected]'],
Max Morin2b0206312018-04-06 11:17:401951 'audio_service': ['[email protected]',
1952 '[email protected]',
1953 '[email protected]'],
pennymac962d190432016-07-27 00:58:351954 'aura': ['[email protected]',
1955 '[email protected]'],
[email protected]c3a6e1e72013-08-02 00:13:071956 'aura_compositor': ['[email protected]',
1957 '[email protected]',
pennymac962d190432016-07-27 00:58:351958 '[email protected]',
danakj3695c582016-10-26 21:54:431959 '[email protected]'],
Katie D14c38ce2019-02-14 00:34:451960 'autoclick': ['[email protected]'],
Jared Saul4765c1e2018-06-18 13:44:571961 'autofill': ['[email protected]',
sebsg55d59d82018-06-19 18:29:521962 '[email protected]',
sebsgbbfbea02016-10-24 21:54:591963 '[email protected]',
Anthony Vallee-Dubois866affd22018-03-19 15:13:211964 '[email protected]',
Vaclav Brozek9048a1222018-11-30 08:11:501965 '[email protected]'],
Mathias Carlenc61d8072018-08-21 16:18:241966 'autofill_assistant': ['[email protected]'],
Jared Sauldd47a29d2019-04-18 16:28:541967 'autofill_payments': ['[email protected]'],
Dan Elphick08d1fd42018-04-26 10:22:331968 'background_fetch': ['[email protected]',
Mugdha Lakhani6876ba12018-04-06 13:12:281969 '[email protected]',
Dan Elphick08d1fd42018-04-26 10:22:331970 '[email protected]'],
Jason Chasedfcd02b2018-08-10 21:07:491971 'background_sync': ['[email protected]',
Rayan Kanso253399c2018-11-07 19:28:251972 '[email protected]',
1973 '[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:261974 'banners': ['[email protected]',
Xi Han50f523a1d2017-07-19 15:56:111975 '[email protected]',
F07b660412017-08-01 20:53:061976 '[email protected]'],
Takeshi Yoshino524e1d262017-07-28 01:16:381977 'base': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:191978 'base_allocator': ['[email protected]',
[email protected]b17d9e02014-07-29 09:45:501979 '[email protected]'],
[email protected]1ed5e0fd2012-07-19 00:19:051980 'base_memory': ['[email protected]'],
Alexander Timin864bf8a02018-03-12 11:06:281981 'base_scheduler': ['[email protected]'],
Gabriel Charettee6bbb532019-04-29 16:39:391982 'base_thread_pool': ['[email protected]',
1983 '[email protected]',
1984 '[email protected]'],
pennymac962d190432016-07-27 00:58:351985 'base_win': ['[email protected]',
Robert Liao27a2fa12017-10-20 18:34:481986 '[email protected]',
pennymac962d190432016-07-27 00:58:351987 '[email protected]'],
[email protected]7e093d4022014-06-26 19:19:551988 'battery_status': ['[email protected]'],
wnwen72684762017-03-29 13:28:371989 'binary_size': ['[email protected]',
Peter Wen35bf5932018-10-22 19:51:481990 '[email protected]'],
pennymac962d190432016-07-27 00:58:351991 'blink': ['[email protected]'],
1992 'blink_accessibility': ['[email protected]',
1993 '[email protected]',
dougtcd8ac01d2017-03-24 16:23:401994 '[email protected]',
horo8e9a01572016-07-27 06:05:311995 '[email protected]',
Kevin Babbitt52b18902019-04-16 21:47:441996 '[email protected]',
pennymac962d190432016-07-27 00:58:351997 '[email protected]'],
1998 'blink_animation': ['[email protected]',
Eric Willigersb5f2b5a2019-05-13 18:31:491999 '[email protected]'],
pennymac962d190432016-07-27 00:58:352000 'blink_app_banner': ['[email protected]'],
2001 'blink_audio': ['[email protected]',
2002 '[email protected]'],
2003 'blink_battery_status': ['[email protected]',
2004 '[email protected]'],
Kentaro Hara1de86192019-05-29 08:51:592005 'blink_bindings': ['[email protected]', '[email protected]'],
jbroman9ac2d532016-09-01 18:20:082006 'blink_bindings_serialization': ['[email protected]'],
Conley Owensd744e392018-04-24 19:18:572007 'blink_bluetooth': ['[email protected]',
Ovidio Henriquez86333882018-11-05 18:25:212008 '[email protected]',
2009 '[email protected]'],
Fernando Serboncinife13f9d2018-08-14 13:35:542010 'blink_canvas': [ '[email protected]',
Fernando Serboncinie802c9f2018-11-06 19:17:112011 '[email protected]'],
Nicolas Pena7a6b6992019-01-16 17:20:082012 'blink_client_hints': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352013 'blink_clipboard': ['[email protected]'],
Kinuko Yasuda4a342642018-03-01 09:29:552014 'blink_common': ['[email protected]',
2015 '[email protected]'],
Kentaro Hara993b0de2017-08-07 02:26:372016 'blink_controller': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352017 'blink_css': ['[email protected]',
2018 '[email protected]',
danakjc1e13d4e2018-05-04 21:34:422019 '[email protected]'],
pennymac962d190432016-07-27 00:58:352020 'blink_css_flexbox': ['[email protected]'],
Morten Stenshorne4f1b3022017-11-14 12:05:372021 'blink_css_fragmentation_tests': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352022 'blink_css_grid_layout': ['[email protected]',
horo8e9a01572016-07-27 06:05:312023 '[email protected]',
pennymac962d190432016-07-27 00:58:352024 '[email protected]'],
Dimitri Glazkov33286c62017-12-08 23:34:252025 'blink_custom_elements': ['[email protected]'],
Oksana Zhuravlova5e236ec92018-07-25 00:16:032026 'blink_device_orientation': ['[email protected]',
2027 '[email protected]',
2028 '[email protected]',
pennymac962d190432016-07-27 00:58:352029 '[email protected]'],
2030 'blink_devtools': ['[email protected]',
2031 '[email protected]',
2032 '[email protected]',
2033 '[email protected]',
2034 '[email protected]',
lushnikovc5bd7ca2016-07-27 17:19:392035 '[email protected]'],
pennymac962d190432016-07-27 00:58:352036 'blink_dom': ['[email protected]',
danakjc1e13d4e2018-05-04 21:34:422037 '[email protected]'],
Hayato Ito3e487372019-04-18 05:37:212038 'blink_dom_events': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352039 'blink_events': ['[email protected]',
pennymac962d190432016-07-27 00:58:352040 '[email protected]',
2041 '[email protected]'],
2042 'blink_fetch': ['[email protected]',
2043 '[email protected]',
Takeshi Yoshino9d7588a32017-07-31 07:17:342044 '[email protected]'],
pennymac962d190432016-07-27 00:58:352045 'blink_fileapi': ['[email protected]',
2046 '[email protected]',
2047 '[email protected]'],
haraken98d0827a2017-02-27 00:55:192048 'blink_frames': ['[email protected]'],
Mounir Lamouria33886c2018-02-07 10:00:372049 'blink_geolocation': ['[email protected]'],
Nico Weberb6975cc2018-06-19 10:51:452050 'blink_heap': ['[email protected]',
pennymac962d190432016-07-27 00:58:352051 '[email protected]',
2052 '[email protected]'],
Dimitri Glazkov33286c62017-12-08 23:34:252053 'blink_html': ['[email protected]'],
csharrisonf357e9632016-07-29 01:27:222054 'blink_htmlparser': ['[email protected]',
2055 '[email protected]'],
Madeleine Barowsky21b04402019-01-29 19:17:052056 'blink_image_codecs': ['[email protected]',
2057 '[email protected]'],
pennymac962d190432016-07-27 00:58:352058 'blink_indexed_db': ['[email protected]',
2059 '[email protected]'],
2060 'blink_input': ['[email protected]',
Navid Zolghadrf7ac0562018-08-02 21:43:162061 '[email protected]'],
pennymac962d190432016-07-27 00:58:352062 'blink_layers': ['[email protected]'],
2063 'blink_layout': ['[email protected]',
2064 '[email protected]',
pennymac962d190432016-07-27 00:58:352065 '[email protected]',
2066 '[email protected]',
2067 '[email protected]'],
Ojan Vafai1fa1ec52018-04-11 17:56:402068 'blink_layout_ng': ['[email protected]',
atotic30c8eba2016-10-28 13:24:072069 '[email protected]',
dgroganf9744ea2017-01-18 23:23:262070 '[email protected]',
lchoi2ba79a72017-05-25 00:23:052071 '[email protected]',
Xiaocheng Hu8bd4d8072017-10-25 23:44:322072 '[email protected]',
2073 '[email protected]'],
pennymac962d190432016-07-27 00:58:352074 'blink_loader': ['[email protected]',
2075 '[email protected]',
Takeshi Yoshinoab2ce8562017-11-09 05:19:192076 '[email protected]'],
pennymac962d190432016-07-27 00:58:352077 'blink_media': ['[email protected]',
2078 '[email protected]',
srirama.mdec4f512016-09-06 08:22:192079 '[email protected]',
2080 '[email protected]'],
pennymac962d190432016-07-27 00:58:352081 'blink_media_queries': ['[email protected]',
Nicolas Pena7a6b6992019-01-16 17:20:082082 '[email protected]'],
mcasas9558316b2017-03-10 18:57:312083 'blink_mediastream': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352084 'blink_navigator_content_utils': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352085 'blink_out_of_process_frames': ['[email protected]',
2086 '[email protected]'],
pennymac962d190432016-07-27 00:58:352087 'blink_paint' : ['[email protected]',
chrishtr4030de342016-10-03 23:57:592088 '[email protected]'],
Xida Chen0ef92782018-01-17 05:53:352089 'blink_paintworklet' : ['[email protected]'],
Balazs Engedy23f08852018-09-24 23:39:582090 'blink_permissions': ['[email protected]',
2091 '[email protected]'],
kinukoc462adb2016-12-22 12:58:492092 'blink_platform': ['[email protected]'],
ajumabd2c9c22017-05-01 21:29:502093 'blink_platform_graphics': ['[email protected]',
pennymac962d190432016-07-27 00:58:352094 '[email protected]',
2095 '[email protected]',
2096 '[email protected]',
fmalita9710b732017-02-17 05:10:022097 '[email protected]',
Fernando Serboncinie802c9f2018-11-06 19:17:112098 '[email protected]',
pennymac962d190432016-07-27 00:58:352099 '[email protected]',
pennymac962d190432016-07-27 00:58:352100 '[email protected]'],
Nicolas Pena7a6b6992019-01-16 17:20:082101 'blink_preloadScanner': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352102 'blink_prerender': ['[email protected]',
Nicolas Pena7a6b6992019-01-16 17:20:082103 '[email protected]'],
Dimitri Glazkov33286c62017-12-08 23:34:252104 'blink_public_api': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352105 'blink_quota': ['[email protected]',
2106 '[email protected]',
2107 '[email protected]'],
Kentaro Hara1de86192019-05-29 08:51:592108 'blink_scheduler': ['[email protected]', '[email protected]'],
pennymac962d190432016-07-27 00:58:352109 'blink_screen_orientation': ['[email protected]'],
Kouhei Ueno43382932017-05-30 04:43:572110 'blink_script': ['[email protected]',
Takayoshi Kochi57997382018-07-19 03:57:592111 '[email protected]'],
David Bokan9dc0046272017-12-29 00:28:012112 'blink_scroll': ['[email protected]'],
Matt Falkenhagenca7fbb62018-07-10 09:21:432113 'blink_service_worker': ['[email protected]',
pennymac962d190432016-07-27 00:58:352114 '[email protected]',
2115 '[email protected]',
2116 '[email protected]',
pennymac962d190432016-07-27 00:58:352117 '[email protected]',
2118 '[email protected]',
tzik749ae1e2018-07-20 05:05:012119 '[email protected]'],
Matt Falkenhagenca7fbb62018-07-10 09:21:432120 'blink_service_worker_tests': ['[email protected]'],
Hayato Ito3e487372019-04-18 05:37:212121 'blink_shadow_dom': ['[email protected]'],
Rachel Blum41788872018-10-25 20:54:012122 'blink_spellcheck' : ['[email protected]',
Xiaocheng Hu8bd4d8072017-10-25 23:44:322123 '[email protected]'],
Adam Rice027497d2018-07-27 02:17:022124 'blink_streams': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352125 'blink_style': ['[email protected]'],
2126 'blink_svg': ['[email protected]',
fmalita9710b732017-02-17 05:10:022127 '[email protected]',
pennymac962d190432016-07-27 00:58:352128 '[email protected]',
pennymac962d190432016-07-27 00:58:352129 '[email protected]',
2130 '[email protected]',
pennymac962d190432016-07-27 00:58:352131 '[email protected]'],
pennymac962d190432016-07-27 00:58:352132 'blink_track': ['[email protected]',
2133 '[email protected]',
2134 '[email protected]',
Sriram8d3e0e22017-11-09 10:40:162135 '[email protected]',
2136 '[email protected]'],
mvanouwerkerk38f632c62017-04-13 10:35:312137 'blink_vibration': ['[email protected]'],
David Bokan9dc0046272017-12-29 00:28:012138 'blink_viewport_interaction': ['[email protected]',
2139 '[email protected]'],
pennymac962d190432016-07-27 00:58:352140 'blink_w3ctests': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352141 'blink_webp': ['[email protected]',
2142 '[email protected]',
Madeleine Barowsky21b04402019-01-29 19:17:052143 '[email protected]',
2144 '[email protected]'],
Adam Rice027497d2018-07-27 02:17:022145 'blink_websockets': ['[email protected]',
2146 '[email protected]'],
pennymac962d190432016-07-27 00:58:352147 'blink_workers': ['[email protected]',
falken6731ece42016-10-12 01:41:502148 '[email protected]',
pennymac962d190432016-07-27 00:58:352149 '[email protected]',
shimazu99de61f2016-09-07 03:57:412150 '[email protected]',
2151 '[email protected]'],
Kentaro Hara1de86192019-05-29 08:51:592152 'blink_wtf': ['[email protected]', '[email protected]'],
Joel Hockey0db16432018-03-09 22:41:492153 'blink_xml': ['[email protected]',
2154 '[email protected]'],
donnd787f6ed2016-08-03 01:00:562155 'bottombar': ['[email protected]',
2156 '[email protected]'],
Tarun Bansalc4882282018-07-11 23:53:552157 'breve': ['[email protected]'],
[email protected]22650d22012-07-18 17:02:352158 'browser_components': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352159 'browser_compositor': ['[email protected]',
2160 '[email protected]'],
michaelpge42ca3b32016-02-19 08:17:572161 'browser_resources_md': ['[email protected]'],
Alexander Timinaa132762019-05-10 16:10:172162 'browser_scheduler': ['[email protected]'],
Christian Dullwebered2c82b2018-04-10 08:37:222163 'browsing_data': ['[email protected]',
msramek878b39d92016-04-20 07:55:332164 '[email protected]'],
Rouslan Solomakhin0b13446c2018-07-18 14:47:072165 'bubble': ['[email protected]'],
Josh Karlin1bd016742017-08-18 17:44:172166 'cache_storage': ['[email protected]'],
mark a. foltze8739c7c2019-04-24 18:33:092167 'cast': ['[email protected]',
miua1710162015-08-27 01:38:092168 '[email protected]',
mark a. foltze8739c7c2019-04-24 18:33:092169 '[email protected]',
Xiaohan Wang22ab04c12019-02-06 00:41:042170 '[email protected]'],
ryanchung4d157372016-05-10 20:27:162171 'cast_certificate': ['[email protected]',
mfoltz57fd7f32017-05-03 06:12:582172 '[email protected]',
ryanchung24f9d7b2017-01-12 19:18:342173 '[email protected]'],
mark a. foltze8739c7c2019-04-24 18:33:092174 'cast_channel': ['[email protected]',
Ryan Ki Sing Chung27cc7ed92017-07-25 21:53:472175 '[email protected]'],
[email protected]c863702a2012-09-14 20:05:282176 'cc': ['[email protected]'],
Yi Guc1c54682018-07-23 12:00:002177 'cc-animation': ['[email protected]',
2178 '[email protected]'],
danakjca574522017-09-20 16:38:592179 'cc-contexts': ['[email protected]'],
2180 'cc-display': ['[email protected]'],
2181 'cc-paint': ['[email protected]'],
2182 'cc-quads': ['[email protected]'],
2183 'cc-resources': ['[email protected]'],
Alexander Timin864bf8a02018-03-12 11:06:282184 'cc-scheduler': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352185 'certificate_transparency': ['[email protected]',
martijnccdd0542016-11-07 18:49:272186 '[email protected]',
pennymac962d190432016-07-27 00:58:352187 '[email protected]'],
Chris Sharp7e2a3f32019-04-04 19:15:362188 'chrome_cleaner': ['[email protected]'],
Penny MacNeil0ced2cb2018-07-30 21:09:492189 'chrome_elf': ['[email protected]'],
lpy0ca13772017-02-28 19:48:272190 'chrome_grc': ['[email protected]'],
Sebastien Marchand68b41432019-05-09 19:38:072191 'chrome_performance_manager': ['[email protected]'],
alokp9d869cc12016-05-27 01:46:312192 'chromecast': ['[email protected]',
2193 '[email protected]',
halliwellfa56b3a42015-09-04 21:42:572194 '[email protected]'],
gfhuang2548f902016-02-26 02:29:212195 'chromecast_public': ['[email protected]'],
kereliuk08eda794c2018-09-05 16:10:232196 'chromedriver': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352197 'chromeos': ['[email protected]'],
2198 'chromeos_attestation': ['[email protected]'],
Ryan Hansberry8e41a5c42019-04-18 22:12:512199 'chromeos_bluetooth': ['[email protected]',
2200 '[email protected]',
2201 '[email protected]'],
pennymac962d190432016-07-27 00:58:352202 'chromeos_calculator': ['[email protected]'],
Kyle Horimotofdcf67012019-04-08 19:06:102203 'chromeos_cellular': ['[email protected]',
Kyle Horimotod7b72f32019-05-09 19:13:122204 '[email protected]',
2205 '[email protected]',
2206 '[email protected]',
2207 '[email protected]',
Kyle Horimotofdcf67012019-04-08 19:06:102208 '[email protected]'],
Lutz Justen19789012019-04-11 15:24:162209 'chromeos_device_policy': ['[email protected]'],
alematec5187b1b2016-08-26 05:32:182210 'chromeos_geolocation': ['[email protected]'],
Achuith Bhandarkar434e24592018-03-07 23:05:122211 'chromeos_lkgm': ['[email protected]',
Benjamin Pastened7029352018-04-17 19:09:102212 '[email protected]',
Achuith Bhandarkar434e24592018-03-07 23:05:122213 '[email protected]'],
alematec5187b1b2016-08-26 05:32:182214 'chromeos_login': ['[email protected]',
Jacob Dufaulted1ef2bc2018-08-10 18:21:342215 '[email protected]',
Roman Sorokin891f4892019-03-28 16:30:332216 '[email protected]',
Toni Barzic43db296e2019-03-20 00:27:222217 '[email protected]'],
Kyle Horimoto89f06e22019-04-08 19:07:172218 'chromeos_net': ['[email protected]',
Kyle Horimotod7b72f32019-05-09 19:13:122219 '[email protected]',
2220 '[email protected]',
2221 '[email protected]',
2222 '[email protected]',
Kyle Horimoto89f06e22019-04-08 19:07:172223 '[email protected]',
2224 '[email protected]'],
alematec5187b1b2016-08-26 05:32:182225 'chromeos_timezone': ['[email protected]'],
2226 'chromeos_webui': ['[email protected]'],
Anastasia Helfinstein83c763a2019-05-13 18:15:032227 'chromevox': ['[email protected]'],
Daniel Cheng99312b632017-10-25 03:59:492228 'clang_update': ['[email protected]',
2229 '[email protected]',
[email protected]cf8ffa82013-02-13 08:30:072230 '[email protected]',
George Burgess IVbbcd9912018-04-17 14:59:282231 '[email protected]',
pennymac962d190432016-07-27 00:58:352232 '[email protected]',
rnk28bbd1772016-05-04 17:57:582233 '[email protected]',
Hans Wennborgf2eb949e2018-05-08 12:45:032234 '[email protected]',
Peter Collingbourne1ac5f712018-03-30 22:15:132235 '[email protected]',
rnk28bbd1772016-05-04 17:57:582236 '[email protected]',
pennymac962d190432016-07-27 00:58:352237 '[email protected]',
thestigf023ccc2016-11-10 14:39:152238 '[email protected]',
pennymac962d190432016-07-27 00:58:352239 '[email protected]',
horo8e9a01572016-07-27 06:05:312240 '[email protected]',
pennymac962d190432016-07-27 00:58:352241 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002242 'clipboard': ['[email protected]'],
Aaron Gable64f273582017-03-30 18:02:002243 'codereview_settings': ['[email protected]'],
sdefresned94c5b02015-07-22 17:54:552244 'components_deps': ['[email protected]',
Sylvain Defresne0c5f8442019-05-09 11:11:222245 '[email protected]'],
Matthew Jonesf3b5f4f2019-01-04 00:01:252246 'compositor_animator': ['[email protected]'],
Conley Owensd744e392018-04-24 19:18:572247 'content_bluetooth': ['[email protected]',
Vincent Scheibf01b55ff22018-01-10 21:05:062248 '[email protected]'],
Randy Smith9d64e6e2018-03-07 20:07:082249 'content_loader': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352250 'content_renderer': ['[email protected]'],
mkwst75a31a42014-09-14 18:32:532251 'content_shell': ['[email protected]',
peterc9e3e172015-11-02 09:29:162252 '[email protected]',
2253 '[email protected]'],
nhiroki90ba0102015-07-21 01:42:242254 'content_worker': ['[email protected]',
2255 '[email protected]'],
donnd787f6ed2016-08-03 01:00:562256 'contextual_search': ['[email protected]',
2257 '[email protected]'],
pennymac962d190432016-07-27 00:58:352258 'courgette': ['[email protected]',
2259 '[email protected]'],
Nico Weber6ff639a2017-08-11 21:04:502260 'cq': ['[email protected]',
2261 '[email protected]',
2262 '[email protected]',
2263 '[email protected]',
2264 '[email protected]'],
Dan Beam5dec1b42018-12-10 23:52:342265 'cr_elements': ['[email protected]',
2266 '[email protected]',
michaelpge42ca3b32016-02-19 08:17:572267 '[email protected]'],
Chung-yih Wang7afc64a2018-03-06 02:09:042268 'cros_benchmarks': ['[email protected]',
2269 '[email protected]',
2270 '[email protected]'],
Ben Wells03471a72018-03-22 00:58:462271 'crostini': ['[email protected]'],
Bailey Berro462580ea2019-02-22 23:09:372272 'cups_printing': ['[email protected]',
2273 '[email protected]',
2274 '[email protected]'],
Wojciech Dzierżanowski7d246b52019-05-10 19:52:262275 'custom_proxy': ['[email protected]',
2276 '[email protected]'],
Peter Beverloob90e4c32018-12-07 14:27:192277 'custom_tabs': ['[email protected]',
2278 '[email protected]',
Peter E Conn35d3a982019-01-17 10:35:272279 '[email protected]',
Peter Beverloo5cc24512018-11-29 15:36:432280 '[email protected]',
Peter E Conn35d3a982019-01-17 10:35:272281 '[email protected]'],
Madeleine Barowsky21b04402019-01-29 19:17:052282 'data_decoder': ['[email protected]'],
Ryo Hashimoto900be52c2018-05-24 06:42:262283 'dbus': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:192284 'deep_memory_profiler': ['[email protected]'],
Conley Owensd744e392018-04-24 19:18:572285 'device_bluetooth': ['[email protected]',
Vincent Scheibf01b55ff22018-01-10 21:05:062286 '[email protected]'],
Conley Owensd744e392018-04-24 19:18:572287 'device_chooser': ['[email protected]',
Ovidio Henriquez86333882018-11-05 18:25:212288 '[email protected]',
2289 '[email protected]'],
pennymac962d190432016-07-27 00:58:352290 'devtools': ['[email protected]',
2291 '[email protected]'],
kinukoc462adb2016-12-22 12:58:492292 'disk_cache': ['[email protected]'],
David Trainor051827f2017-06-02 18:33:132293 'download': ['[email protected]'],
Dan Beam5dec1b42018-12-10 23:52:342294 'downloads_ui': ['[email protected]',
2295 '[email protected]'],
[email protected]89d2cd52013-04-16 01:55:362296 'drive_resource_metadata': ['[email protected]'],
[email protected]3a25c8a2014-06-26 06:47:102297 'eme': ['[email protected]'],
Justin DeWittf64d39e2018-08-09 21:33:412298 'explore_sites': ['[email protected]',
2299 '[email protected]',
2300 '[email protected]',
Pete Williamson3600f2d2018-09-24 17:31:112301 '[email protected]',
2302 '[email protected]'],
[email protected]f9529e7922013-06-06 05:19:412303 'extension': ['[email protected]',
2304 '[email protected]'],
Luna Lu7f221f22017-06-13 16:46:142305 'feature_policy': ['[email protected]',
Joe Medleya129fe32018-01-25 15:20:222306 '[email protected]',
Joe Medley1e1bb652018-04-27 17:36:592307 '[email protected]'],
Jeffrey Kardatzkee1bb98d22019-05-24 16:34:522308 'feedback': ['[email protected]'],
[email protected]84dcfd92014-05-23 13:18:192309 'fileapi': ['[email protected]',
[email protected]6f217122013-11-25 07:21:482310 '[email protected]',
2311 '[email protected]'],
yoshiki1c0ba2782014-12-08 07:04:262312 'filebrowse': ['[email protected]'],
Joel Hockey0db16432018-03-09 22:41:492313 'filesapp': ['[email protected]',
2314 '[email protected]',
okab0be3dc2016-08-30 07:37:102315 '[email protected]'],
Tomasz Mikolajewski2905dbb2017-11-22 06:24:042316 'fsp': ['[email protected]'],
Wez385de5a2017-07-13 20:13:162317 'fuchsia': ['[email protected]', '[email protected]'],
mmoroz58ddb8172016-09-08 18:29:552318 'fuzzing': ['[email protected]'],
Conley Owensd744e392018-04-24 19:18:572319 'gamepad': ['[email protected]'],
Dan Elphick7c3105252017-11-06 15:51:472320 'gcm': ['[email protected]',
pennymac962d190432016-07-27 00:58:352321 '[email protected]'],
Raphael Kubo da Costab8111f9f2018-10-04 14:24:232322 'generic_sensor': ['[email protected]',
Vincent Scheibd5da4d952017-11-03 01:33:242323 '[email protected]',
Raphael Kubo da Costa0e3cf83d2019-03-11 10:55:562324 '[email protected]',
timvolodine4cf58ca2017-05-24 16:11:482325 '[email protected]',
mikhail.pozdnyakova8db26402016-11-28 18:27:122326 '[email protected]'],
Mounir Lamouri578ca402019-01-23 20:40:482327 'geolocation': ['[email protected]'],
[email protected]cf428f732012-10-02 20:48:152328 'gfx_geometry': ['[email protected]'],
[email protected]f93b7382012-08-09 20:53:162329 'gfx_image': ['[email protected]'],
agrieve4d9c1c52016-09-23 17:49:382330 'gn': ['[email protected]',
Trent Apted93d53b02019-01-21 02:54:342331 '[email protected]'],
[email protected]a6159102013-11-08 23:21:522332 'gpu': ['[email protected]'],
Corentin Wallez3f1d0852018-07-04 15:45:362333 'gpu_passthrough_cmd_decoder': ['[email protected]'],
Ehsan Karamadc20cee22018-08-10 21:32:332334 'guest_view': ['[email protected]',
Kevin McNee77c2f6b2018-08-14 21:43:582335 '[email protected]',
Ehsan Karamadc20cee22018-08-10 21:32:332336 '[email protected]'],
Jeffrey Kardatzkee1bb98d22019-05-24 16:34:522337 'hats': ['[email protected]'],
Andrey Kosyakova173d252018-05-07 18:29:112338 'headless': ['[email protected]'],
Dan Beam5dec1b42018-12-10 23:52:342339 'history_ui': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002340 'i18n': ['[email protected]'],
Greg Thompson4f90fc992017-07-25 19:30:372341 'incident_reporting': ['[email protected]'],
[email protected]8b250562014-08-12 19:07:452342 'indexed_db': ['[email protected]',
dgrogand792a7f2016-01-21 00:12:132343 '[email protected]'],
John Budorickf6a1c302018-10-29 16:32:482344 'infra': ['[email protected]'],
bruthigaa8281f2016-02-09 17:52:312345 'ink_drop': ['[email protected]'],
Navid Zolghadr9994e8e2019-01-22 17:36:082346 'input': ['[email protected]',
2347 '[email protected]'],
Michael Spang808d5c12018-10-23 19:20:392348 'input_devices': ['[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:262349 'installable': ['[email protected]'],
Raphael Kubo da Costaf242cef72017-11-08 16:01:182350 'installer_linux': ['[email protected]',
2351 '[email protected]'],
Greg Thompson4f90fc992017-07-25 19:30:372352 'installer_win': ['[email protected]',
Greg Thompson4f90fc992017-07-25 19:30:372353 '[email protected]'],
Ramya Nagarajan7768bf62018-11-28 21:26:042354 'instant': ['[email protected]',
2355 '[email protected]',
2356 '[email protected]',
2357 '[email protected]'],
edchin46453b42017-03-03 01:40:112358 'ios': ['[email protected]'],
2359 'ios_chrome': ['[email protected]',
eugenebutb5a5a8572017-01-20 01:18:112360 '[email protected]'],
edchin46453b42017-03-03 01:40:112361 'ios_clean': ['[email protected]',
lpromero6846b19d2017-05-23 10:43:592362 '[email protected]'],
Eric Noyaua1825272019-01-02 10:36:392363 'ios_flags': ['[email protected]'],
edchin46453b42017-03-03 01:40:112364 'ios_showcase': ['[email protected]',
lpromero6846b19d2017-05-23 10:43:592365 '[email protected]'],
edchin46453b42017-03-03 01:40:112366 'ios_web': ['[email protected]',
2367 '[email protected]'],
Bruno Santosc0ffc574d2019-04-09 22:16:492368 'kiosk_next': ['[email protected]',
2369 '[email protected]',
2370 '[email protected]',
2371 '[email protected]',
2372 '[email protected]',
2373 '[email protected]',
2374 '[email protected]'],
Johanndfa4d7d2017-12-07 18:05:292375 'libaom': ['[email protected]',
pennymac962d190432016-07-27 00:58:352376 '[email protected]',
2377 '[email protected]',
2378 '[email protected]'],
Johanndfa4d7d2017-12-07 18:05:292379 'libvpx': ['[email protected]',
2380 '[email protected]',
2381 '[email protected]',
2382 '[email protected]',
2383 '[email protected]',
2384 '[email protected]'],
Takeshi Yoshino524e1d262017-07-28 01:16:382385 'libwebp': ['[email protected]',
2386 '[email protected]',
2387 '[email protected]'],
dominiccabb90e02017-03-31 04:54:232388 'libxml_xslt': ['[email protected]',
2389 '[email protected]'],
[email protected]6d7e0bf2014-07-28 22:30:402390 'linux_sandboxing': ['[email protected]'],
[email protected]04a292a2013-03-07 19:58:422391 'linux_seccomp_bpf': ['[email protected]'],
lgrey62faed72016-10-11 21:40:392392 'mac' : ['[email protected]'],
Dominick Ng31b7feb2019-01-29 23:24:002393 'manifest': ['[email protected]',
2394 '[email protected]'],
James Cook4bfa66fa2018-05-29 17:20:422395 'mash_buildbot_filters': ['[email protected]',
2396 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002397 'media': ['[email protected]'],
Miguel Casas-Sanchez5eb47252017-09-05 21:15:032398 'media_capture_from_element': ['[email protected]'],
Alex Keng83e23682019-05-16 06:23:072399 'media_controls': ['[email protected]',
2400 '[email protected]'],
pennymac962d190432016-07-27 00:58:352401 'media_galleries': ['[email protected]',
2402 '[email protected]'],
Hirokazu Hondae31ce109a2018-09-18 11:18:502403 'media_gpu': ['[email protected]'],
Xiaohan Wang6cbdcdf2018-06-12 21:55:542404 'media_mojo': ['[email protected]',
2405 '[email protected]'],
mcasasfeedbe42017-03-03 05:23:562406 'media_recorder': ['[email protected]',
mcasas9558316b2017-03-10 18:57:312407 '[email protected]'],
mark a. foltze8739c7c2019-04-24 18:33:092408 'media_remoting': ['[email protected]',
mfoltz57fd7f32017-05-03 06:12:582409 '[email protected]',
apacible01538e02016-11-04 22:15:312410 '[email protected]',
Xiaohan Wang22ab04c12019-02-06 00:41:042411 '[email protected]'],
mark a. foltze8739c7c2019-04-24 18:33:092412 'media_router': ['[email protected]',
Xiangjun Zhang880262a2018-08-07 22:35:382413 '[email protected]',
Takumi Fujimoto4bef2792018-05-03 17:51:552414 '[email protected]'],
Xiaohan Wang6cbdcdf2018-06-12 21:55:542415 'media_win': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002416 'message_loop': ['[email protected]'],
isherman1eee6f12014-12-09 02:14:302417 'metrics': ['[email protected]'],
Alexei Svitkine691508d2019-02-21 15:57:392418 'metrics_xml_files': ['[email protected]'],
toyoshim8f51f902015-03-27 03:50:212419 'midi': ['[email protected]'],
John Abd-El-Malek01cfd3f2018-06-21 16:33:122420 'mojo': ['[email protected]'],
Ryan Hansberry587c8082018-09-20 01:31:192421 'multidevice': ['[email protected]',
Ryan Hansberry786f1912018-10-30 21:21:392422 '[email protected]',
Ryan Hansberry587c8082018-09-20 01:31:192423 '[email protected]',
Kyle Horimotoc4d57b122018-02-28 01:17:302424 '[email protected]',
2425 '[email protected]',
2426 '[email protected]',
Ryan Hansberry587c8082018-09-20 01:31:192427 '[email protected]'],
rjkroegef60dea862015-10-29 17:50:062428 'mus': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002429 'nacl': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352430 'native_client_sdk': ['[email protected]',
2431 '[email protected]'],
Alex Moshchuk3fbcf782018-05-09 00:06:292432 'navigation': ['[email protected]',
2433 '[email protected]',
pennymac962d190432016-07-27 00:58:352434 '[email protected]'],
Chris Bentzel605478a2018-07-10 21:47:012435 'net': ['[email protected]'],
bnc1872e8bd2017-01-27 02:47:282436 'net_base': ['[email protected]'],
bnc1872e8bd2017-01-27 02:47:282437 'net_http2': ['[email protected]'],
2438 'net_log': ['[email protected]',
Matt Menkecebc2402017-07-20 16:26:092439 '[email protected]'],
Adam Rice027497d2018-07-27 02:17:022440 'net_server': ['[email protected]'],
bnc1872e8bd2017-01-27 02:47:282441 'net_spdy': ['[email protected]'],
Adam Rice027497d2018-07-27 02:17:022442 'net_websockets': ['[email protected]'],
jkarlin539748402015-03-31 17:36:312443 'netinfo': ['[email protected]'],
Helen Li30f43d8e2018-05-09 16:24:012444 'network_service': ['[email protected]'],
Conley Owensd744e392018-04-24 19:18:572445 'nfc': ['[email protected]'],
Xing Liue18f0fb2019-03-22 23:55:142446 'notification_scheduler': ['[email protected]'],
Peter Beverloo45bf54c2018-08-06 17:12:032447 'notifications': ['[email protected]'],
tbansalc6f1c9f2016-09-30 22:48:422448 'nqe': ['[email protected]'],
Eric Noyaua1825272019-01-02 10:36:392449 'ntp_snippets': ['[email protected]'],
2450 'ntp_tiles': ['[email protected]'],
peterc7e27422017-05-17 04:05:282451 'offline_items_collection': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352452 'offline_pages': ['[email protected]',
Carlos Knippschild6a2e2f02017-06-02 18:18:142453 '[email protected]',
pennymac962d190432016-07-27 00:58:352454 '[email protected]',
2455 '[email protected]',
dewittj74b23f6f2016-04-21 19:29:252456 '[email protected]',
2457 '[email protected]',
Dan Harrington163354f2019-03-29 21:28:352458 '[email protected]',
2459 '[email protected]'],
jdonnelly6fa5a21d2017-01-03 15:28:352460 'omnibox': ['[email protected]'],
Sophie Chang76811dfb2018-12-20 21:40:472461 'optimization_guide': ['[email protected]'],
iclelland8b904402016-10-05 15:01:232462 'origin_trials': ['[email protected]',
Ian Clelland1b27f8f62017-06-22 13:36:242463 '[email protected]'],
pennymac962d190432016-07-27 00:58:352464 'ozone': ['[email protected]',
Maksim Sisovdd171472018-10-01 19:51:032465 '[email protected]',
pennymac962d190432016-07-27 00:58:352466 '[email protected]'],
Sergey Ulanov004097c2018-11-05 23:29:282467 'ozone_scenic': ['[email protected]',
Sergey Ulanovac3ba332018-11-08 00:16:452468 '[email protected]',
Sergey Ulanov004097c2018-11-05 23:29:282469 '[email protected]',
2470 '[email protected]',
2471 '[email protected]'],
Raymes Khouryc555e9dc2019-02-18 09:13:222472 'page_info' : ['[email protected]'],
Bryan McQuade4233f412017-07-28 16:23:412473 'page_load_metrics' : ['[email protected]',
2474 '[email protected]',
tdresserd80646f2017-03-03 19:26:082475 '[email protected]',
2476 '[email protected]'],
Daniel Cheng99312b632017-10-25 03:59:492477 'panels': ['[email protected]',
pennymac962d190432016-07-27 00:58:352478 '[email protected]',
2479 '[email protected]'],
mkwst17a9875d2016-06-24 10:36:392480 'password_manager': ['[email protected]',
Vasilii Sukhanovc4e6c2842018-07-18 12:12:202481 '[email protected]'],
sebsgbbfbea02016-10-24 21:54:592482 'payments': ['[email protected]',
mahmadi0a7bb59f2017-02-22 19:13:492483 '[email protected]',
Anthony Vallee-Dubois866affd22018-03-19 15:13:212484 '[email protected]',
Danyao Wang49cabfc2019-05-31 20:17:342485 '[email protected]',
2486 '[email protected]'],
2487 'payments_ios': ['[email protected]',
2488 '[email protected]'],
pennymac962d190432016-07-27 00:58:352489 'pepper_api': ['[email protected]',
2490 '[email protected]',
2491 '[email protected]',
2492 '[email protected]',
2493 '[email protected]',
pennymac962d190432016-07-27 00:58:352494 '[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:262495 'permissions': ['[email protected]',
Xi Han50f523a1d2017-07-19 15:56:112496 '[email protected]',
Dominick Ngcaa7b402017-07-11 07:35:392497 '[email protected]',
Balazs Engedy23f08852018-09-24 23:39:582498 '[email protected]',
Timothy Lohb2a4eff2017-08-03 07:07:562499 '[email protected]'],
François Beaufortb2070eb2018-02-08 10:36:342500 'picture_in_picture': ['[email protected]'],
Lutz Justena67427102018-06-28 08:55:462501 'policy_templates': ['[email protected]'],
Dan Beam5dec1b42018-12-10 23:52:342502 'polymer': ['[email protected]',
2503 '[email protected]'],
Charles Harrison981d33c2017-10-06 21:36:222504 'popup_blocker': ['[email protected]'],
twifkak0c69c1f2015-06-22 18:20:092505 'precache': ['[email protected]'],
[email protected]be775bc2014-06-30 15:41:142506 'prepopulated_engines': ['[email protected]'],
Chris Bentzel605478a2018-07-10 21:47:012507 'prerender': ['[email protected]',
pennymac962d190432016-07-27 00:58:352508 '[email protected]'],
Adam Parkera556b7a2018-05-22 17:53:192509 'presentation': ['[email protected]'],
Robert Ogdenb766c88a2019-06-10 18:10:232510 'preview_features': ['[email protected]'],
rbpotter0d9edeed2018-08-03 14:11:582511 'print_preview': ['[email protected]'],
Peter Beverloo45bf54c2018-08-06 17:12:032512 'push_messaging': ['[email protected]'],
stkhapugin06503142016-12-07 14:32:122513 'reading_list': ['[email protected]'],
mark a. foltze8739c7c2019-04-24 18:33:092514 'remoteplayback': ['[email protected]'],
[email protected]c3887592014-02-06 20:02:252515 'remoting': ['[email protected]'],
Ali Tofigh000debb52017-11-07 21:35:422516 'rlz_id': ['[email protected]',
pennymac962d190432016-07-27 00:58:352517 '[email protected]'],
Joe Medley1e1bb652018-04-27 17:36:592518 'runtime_enabled_features': ['[email protected]'],
Daniel Ruberyfa8cd5d2018-09-13 17:31:232519 'safe_browsing': ['[email protected]',
2520 '[email protected]',
vakh125ad862017-03-17 00:06:252521 '[email protected]'],
mlamourid8b0feb2015-06-02 16:30:472522 'screen_orientation': ['[email protected]'],
Robert Sesekae79d38512018-09-04 18:13:302523 'security': ['[email protected]'],
Anastasia Helfinstein83c763a2019-05-13 18:15:032524 'select_to_speak': ['[email protected]',
2525 '[email protected]'],
Jeffrey Cohen7fe36f502018-12-12 01:38:212526 'send_tab_to_self': ['[email protected]',
Jeffrey Cohen7fe36f502018-12-12 01:38:212527 '[email protected]',
2528 '[email protected]',
Jeffrey Cohen6b31b2d2019-01-23 19:12:302529 '[email protected]',
2530 '[email protected]'],
pennymac962d190432016-07-27 00:58:352531 'service_worker': ['[email protected]',
[email protected]6d095a8b2014-02-28 15:26:162532 '[email protected]',
pennymac962d190432016-07-27 00:58:352533 '[email protected]',
pennymac962d190432016-07-27 00:58:352534 '[email protected]',
horo8e9a01572016-07-27 06:05:312535 '[email protected]',
tzik749ae1e2018-07-20 05:05:012536 '[email protected]'],
Colin Blundell6d2669a2017-07-11 06:26:532537 'services_public': ['[email protected]'],
Dan Beam5dec1b42018-12-10 23:52:342538 'settings': ['[email protected]',
2539 '[email protected]',
May Lippert12159c32019-03-04 21:02:542540 '[email protected]',
2541 '[email protected]',
2542 '[email protected]',
2543 '[email protected]'],
May Lippertbb19e1242019-04-17 15:02:112544 'settings_forked_os_settings': [
2545 '[email protected]'],
May Lippertd0b8cfe2019-05-22 19:54:492546 'settings_os_settings': [
2547 '[email protected]'],
alitoc5534d62017-04-21 01:48:582548 'settings_reset_prompt': ['[email protected]'],
Peter Beverloo9a00acc2019-06-04 14:27:252549 'sharing': ['[email protected]',
2550 '[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:262551 'site_engagement': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352552 'site_instance': ['[email protected]',
Alex Moshchuk3fbcf782018-05-09 00:06:292553 '[email protected]',
pennymac962d190432016-07-27 00:58:352554 '[email protected]',
[email protected]b9ecdb62014-03-07 14:56:432555 '[email protected]'],
Ryan Hansberry587c8082018-09-20 01:31:192556 'smartlock': ['[email protected]',
Ryan Hansberry786f1912018-10-30 21:21:392557 '[email protected]',
Ryan Hansberry587c8082018-09-20 01:31:192558 '[email protected]',
2559 '[email protected]',
2560 '[email protected]',
2561 '[email protected]',
2562 '[email protected]'],
Zentaro Kavanagh608f8a12018-01-19 18:39:562563 'smb': ['[email protected]'],
Joe Medley1e1bb652018-04-27 17:36:592564 'source_idls': ['[email protected]'],
Rachel Blum41788872018-10-25 20:54:012565 'spellcheck': ['[email protected]',
timvolodine8cdb94c2016-09-22 12:17:222566 '[email protected]',
2567 '[email protected]'],
Greg Thompson9ea091702018-01-04 11:06:322568 'startup': ['[email protected]',
2569 '[email protected]'],
pennymac962d190432016-07-27 00:58:352570 'styleguide': ['[email protected]',
vmpstrdeec20e2016-11-18 22:17:322571 '[email protected]',
2572 '[email protected]'],
Peter Wenbef43902018-11-28 22:08:122573 'styleguide_python': ['[email protected]',
2574 '[email protected]',
2575 '[email protected]'],
engedye7b734da2017-02-07 12:08:132576 'subresource_filter': ['[email protected]'],
Pam Greene8efbeae92018-10-02 14:54:462577 'supervised_users': [],
CJ DiMegliocaddc3482018-12-12 02:28:382578 'surface_layer_for_video': [ '[email protected]',
2579 '[email protected]'],
Anastasia Helfinstein5205acb32019-02-15 00:54:132580 'switch_access': ['[email protected]'],
maxbogue65ea2632016-04-04 18:12:582581 'sync': ['[email protected]'],
[email protected]84dcfd92014-05-23 13:18:192582 'syncfs': ['[email protected]',
[email protected]6f217122013-11-25 07:21:482583 '[email protected]',
2584 '[email protected]'],
miu5e69f1c52016-10-23 13:40:112585 'tab_alert_indicators': ['[email protected]'],
Adam Parkera556b7a2018-05-22 17:53:192586 'tab_capture': ['[email protected]',
mark a. foltze8739c7c2019-04-24 18:33:092587 '[email protected]',
Xiaohan Wang22ab04c12019-02-06 00:41:042588 '[email protected]'],
pennymac962d190432016-07-27 00:58:352589 'tab_contents': ['[email protected]',
2590 '[email protected]',
2591 '[email protected]'],
Wei-Yin Chen (陳威尹)db76226102019-04-05 21:38:572592 'tab_ui': ['[email protected]',
2593 '[email protected]',
2594 '[email protected]',
2595 '[email protected]'],
tdresserd80646f2017-03-03 19:26:082596 'tbmv2_metrics': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:192597 'tcmalloc': ['[email protected]'],
tonygc7f6a4c12015-01-16 18:32:262598 'telemetry': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352599 'test_runner': ['[email protected]',
einbindera29577e2016-08-23 01:21:492600 '[email protected]',
2601 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002602 'tests': [],
Ryan Hansberry587c8082018-09-20 01:31:192603 'tether': ['[email protected]',
Ryan Hansberry786f1912018-10-30 21:21:392604 '[email protected]',
Ryan Hansberry587c8082018-09-20 01:31:192605 '[email protected]',
2606 '[email protected]',
2607 '[email protected]',
dbeamd924f0d0d2017-06-20 02:34:252608 '[email protected]',
Ryan Hansberry587c8082018-09-20 01:31:192609 '[email protected]'],
pennymac962d190432016-07-27 00:58:352610 'textinput': ['[email protected]',
2611 '[email protected]',
2612 '[email protected]',
Yuichiro Hanadaf0b3b472017-10-17 07:00:532613 '[email protected]',
pennymac962d190432016-07-27 00:58:352614 '[email protected]'],
2615 'textinput_chromeos': ['[email protected]',
2616 '[email protected]',
Yuichiro Hanadaf0b3b472017-10-17 07:00:532617 '[email protected]',
pennymac962d190432016-07-27 00:58:352618 '[email protected]'],
chirantan96fcf6d2015-01-21 22:36:192619 'timers': ['[email protected]'],
robliaofd54b5c2017-01-13 00:41:302620 'tools_win_chromeexts': ['[email protected]'],
AJITH KUMAR V4f0c4812018-03-27 13:46:572621 'touch_selection': ['[email protected]',
2622 '[email protected]'],
pennymac962d190432016-07-27 00:58:352623 'tracing': ['[email protected]',
Michael Spangbbcf79de2018-12-13 15:07:262624 '[email protected]',
2625 '[email protected]'],
[email protected]cf428f732012-10-02 20:48:152626 'ui_compositor': ['[email protected]'],
robliao2c4b7492016-07-19 01:57:262627 'ui_display_win': ['[email protected]'],
[email protected]6b5093c2012-05-23 19:10:182628 'ui_resources': ['[email protected]'],
edwardjung83f52ef22017-02-07 13:15:072629 'ui_strings': ['[email protected]'],
Scott Violet27497292019-03-25 23:06:532630 'ui_views': ['[email protected]',
2631 '[email protected]'],
Will Harris989ca932019-02-15 19:21:212632 'unified_consent': ['[email protected]'],
Ovidio Henriquez86333882018-11-05 18:25:212633 'usb': ['[email protected]',
2634 '[email protected]'],
Miguel Casas-Sancheza65d49a2017-12-11 03:27:482635 'vaapi': ['[email protected]'],
[email protected]c73ec8ab2014-01-16 20:35:232636 'version_assembly': ['[email protected]',
2637 '[email protected]'],
Alexandre Courbot3e9e55a2018-04-05 05:29:422638 'video': ['[email protected]'],
mcasas9558316b2017-03-10 18:57:312639 'video_capture': ['[email protected]'],
Alexandre Courbot3e9e55a2018-04-05 05:29:422640 'video_gpu': ['[email protected]'],
Darren Shen40a822352019-06-03 05:39:162641 'virtual_keyboard': ['[email protected]',
Darren Shen405b8972019-04-10 07:16:292642 '[email protected]',
2643 '[email protected]'],
billorr3c7e1442016-11-11 21:21:352644 'virtual_reality': ['[email protected]'],
Chris Blumec6ddd6c2018-12-14 23:35:012645 'vulkan': ['[email protected]'],
Raphael Kubo da Costabb97c4eb2019-04-25 15:25:392646 'wake_lock': ['[email protected]',
2647 '[email protected]'],
May Lippert04ed4b62019-05-24 16:31:222648 'wallpapers': ['[email protected]',
2649 '[email protected]',
2650 '[email protected]',
2651 '[email protected]'],
Raymes Khoury6b9bf762019-05-17 05:00:512652 'web_applications': ['[email protected]',
2653 '[email protected]',
2654 '[email protected]',
2655 '[email protected]',
2656 '[email protected]'],
Dan Beam5dec1b42018-12-10 23:52:342657 'web_dev_style': ['[email protected]'],
Devin Mullins4ff9b282018-03-09 00:37:322658 'web_package': ['[email protected]'],
Matt Giuca9eb910d2017-08-02 04:07:382659 'web_share': ['[email protected]'],
Martin Kreichgauer794a18572018-07-20 20:45:432660 'webauthn': ['[email protected]'],
Corentin Wallez3f1d0852018-07-04 15:45:362661 'webgpu': ['[email protected]',
2662 '[email protected]'],
Takeshi Yoshinoe387aa32017-08-02 13:16:132663 'webrtc_browser_tests': ['[email protected]'],
Christian Dullwebered2c82b2018-04-10 08:37:222664 'website_settings': ['[email protected]',
Raymes Khouryc555e9dc2019-02-18 09:13:222665 '[email protected]'],
Dan Beam5dec1b42018-12-10 23:52:342666 'webui_backend': ['[email protected]'],
Penny MacNeil0ced2cb2018-07-30 21:09:492667 'windows_sandboxing': ['[email protected]'],
Daniel Eratb4c9b9e2019-06-04 23:57:262668 'x11': ['[email protected]',
[email protected]f76c8852012-06-21 16:37:002669 '[email protected]'],
Chris Blume04103c42018-12-14 22:46:062670 'zlib': ['[email protected]'],
wjmaclean3ff6a402015-03-31 19:00:202671 'zoom': ['[email protected]'],
[email protected]a3838612009-10-13 21:57:542672 },
2673}