blob: 6f3eee1beb21d6d8c8f40ac332654682c65b51c3 [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
6# Refer: http://dev.chromium.org/developers/contributing-code/watchlists
7
[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/' \
38 'components/crash/android/'
asvitkine361b276e2016-08-30 18:45:0039 },
johnmaguire6aaac7902016-03-15 12:28:2040 'android_crazy_linker': {
41 'filepath': 'third_party/android_crazy_linker/'
42 },
Peter Wen35bf5932018-10-22 19:51:4843 'android_deps': {
44 'filepath': 'third_party/android_deps/' \
45 '|tools/android/roll/android_deps/'
46 },
dfalcantaraef21e9e2016-01-07 01:16:2647 'android_infobars': {
48 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/infobar/'
49 },
[email protected]d2cdf342012-08-07 11:00:0250 'android_infra': {
Andrew Grieve5babdbfc2017-08-16 01:26:4951 'filepath': 'build/config/android/' \
Andrew Grievefe0c9292017-12-05 15:08:5152 '|build/android/' \
[email protected]d2cdf342012-08-07 11:00:0253 '|testing/android/' \
54 '|tools/android/'
55 },
Takeshi Yoshino524e1d262017-07-28 01:16:3856 'android_item_chooser_dialogs': {
57 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/.*ChooserDialog.java|'\
58 'chrome/android/javatests/src/org/chromium/chrome/browser/.*ChooserDialogTest.java'
59 },
Peter Wen35bf5932018-10-22 19:51:4860 'android_lint': {
61 'filepath': 'build/android/lint/'
62 },
gabadieb0d23bb92016-02-17 11:26:1663 'android_loading': {
64 'filepath': 'tools/android/loading/'
65 },
[email protected]d6af50812014-04-01 17:18:0966 'android_media': {
67 'filepath': 'content/browser/media/android' \
68 '|content/renderer/media/android' \
69 '|media/audio/android' \
70 '|media/base/android' \
71 '|media/midi/*_android.*' \
72 '|media/video/capture/android'
73 },
Ted Choc042d8442018-03-13 16:35:5774 'android_search_widget': {
75 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/locale/' \
76 '|chrome/android/java/src/org/chromium/chrome/browser/searchwidget/'
77 },
wnwena0364162017-02-16 20:37:3878 'android_studio': {
nyquist6e560d032017-02-28 07:49:5979 'filepath': 'build/android/gradle/' \
80 '|docs/android_studio.md' \
81 '|tools/android/android_studio'
wnwena0364162017-02-16 20:37:3882 },
[email protected]3261d962014-03-04 22:18:2883 'android_tab': {
84 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/Tab'
85 },
asvitkine361b276e2016-08-30 18:45:0086 'android_uma_settings': {
87 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/preferences/privacy/UsageAndCrashReportsPreferenceFragment.java|'\
88 'chrome/android/java/src/org/chromium/chrome/browser/preferences/privacy/PrivacyPreferencesManager.java|'\
89 'chrome/android/java/src/org/chromium/chrome/browser/preferences/privacy/PrivacyPreferences.java|'\
asvitkine361b276e2016-08-30 18:45:0090 'chrome/android/java/src/org/chromium/chrome/browser/metrics/UmaSessionStats.java',
91 },
zpengb9a180d2016-10-12 18:40:2192 'android_webapk': {
zpeng4c3bc372016-10-13 03:00:4893 'filepath': 'chrome/android/webapk/|'\
94 'chrome/browser/android/webapk/',
zpengb9a180d2016-10-12 18:40:2195 },
[email protected]7ca78dc12012-09-20 09:26:4496 'android_webview': {
97 'filepath': 'android_webview/',
98 },
Yi Guc1c54682018-07-23 12:00:0099 'animation_worklet': {
100 'filepath': 'third_party/blink/renderer/modules/animationworklet/',
101 },
[email protected]8a197f22012-06-22 14:59:05102 'app_list': {
Jiaquan He256e6c6b2017-11-20 23:02:02103 'filepath': 'ash/app_list'\
104 '|chrome/browser/ui/app_list'\
[email protected]311cc902013-03-15 04:45:46105 '|chrome/browser/ui/ash/app_list'\
[email protected]311cc902013-03-15 04:45:46106 '|chrome/browser/ui/views/app_list'\
107 '|ui/app_list/'
[email protected]8a197f22012-06-22 14:59:05108 },
[email protected]e38d185a2013-07-09 08:23:52109 'app_shortcuts': {
110 'filepath': 'apps/app_shim/'\
111 '|chrome/browser/web_applications/'\
112 '|chrome/browser/ui/web_applications/'\
113 '|chrome/common/mac/'
114 },
[email protected]54bf94d2013-01-30 23:07:40115 'apps': {
Dominick Ngfe197c752018-07-18 00:51:26116 'filepath': '^apps/'\
117 '|chrome/browser/apps/'\
118 '|chrome/browser/chromeos/apps/'
[email protected]54bf94d2013-01-30 23:07:40119 },
lhchavez4b19176f2016-05-04 23:12:46120 'arc': {
121 'filepath': 'arc/',
122 },
lhchavez61532c92016-10-18 21:33:37123 'arc_auth': {
124 'filepath': 'chrome/browser/chromeos/arc/arc_auth'
125 },
Ryo Hashimoto611b8fc52018-09-28 10:01:20126 'arc_common': {
127 'filepath': 'components/arc/common/',
128 },
Shuhei Takahashiaf68cff2017-07-24 05:17:12129 'arc_fileapi': {
130 'filepath': 'chrome/browser/chromeos/arc/fileapi'
131 },
poromov7633f602017-02-21 16:44:01132 'arc_kiosk': {
133 'filepath': 'chrome/browser/chromeos/app_mode/arc/'\
134 '|components/arc/kiosk/'\
135 '|arc_kiosk'
136 },
lhchavez4b19176f2016-05-04 23:12:46137 'arc_net': {
138 'filepath': 'components/arc/net/',
139 },
ejcarusoa298ec02016-06-16 20:30:43140 'arc_power': {
141 'filepath': 'components/arc/power/',
142 },
Hirokazu Hondaf98a3122018-04-12 11:19:48143 'arc_video_accelerator': {
144 'filepath': 'components/arc/video_accelerator',
145 },
[email protected]3ce56642013-10-17 22:12:51146 'ash': {
147 'filepath': 'ash/',
148 },
Xiaohui Chenf7e70a22018-02-08 00:36:38149 'assistant': {
Xiaohui Chen985c26b2018-05-16 18:41:27150 'filepath': 'ash/assistant/'\
151 '|chromeos/assistant/'\
152 '|chromeos/services/assistant/'\
153 '|chrome/browser/ui/ash/assistant/'
Xiaohui Chenf7e70a22018-02-08 00:36:38154 },
Max Morin2b0206312018-04-06 11:17:40155 'audio_service': {
156 'filepath': 'services/audio/'
157 },
[email protected]f76c8852012-06-21 16:37:00158 'aura': {
[email protected]3ce56642013-10-17 22:12:51159 'filepath': 'ui/aura/',
[email protected]84ba35e32010-08-06 17:22:39160 },
[email protected]c3a6e1e72013-08-02 00:13:07161 'aura_compositor': {
162 'filepath':
163 'ui/compositor/' \
[email protected]6dc38f72014-01-16 22:19:58164 '|content/browser/compositor/' \
danakj479ab502017-03-31 20:19:09165 '|content/browser/renderer_host/compositor_resize_lock' \
[email protected]c3a6e1e72013-08-02 00:13:07166 '|content/browser/renderer_host/render_widget_host_view_aura' \
167 '|content/browser/renderer_host/render_widget_host_view_browsertest' \
[email protected]a6eeeef92014-03-19 19:06:44168 '|content/browser/renderer_host/delegated' \
[email protected]c3a6e1e72013-08-02 00:13:07169 '|content/common/gpu/client/' \
[email protected]c3a6e1e72013-08-02 00:13:07170 },
[email protected]2a38f0c02013-05-29 02:27:45171 'autofill': {
rouslanfbfa7402016-11-22 19:36:39172 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/autofill/|'\
173 'chrome/browser/autofill/|'\
[email protected]d9310a82012-11-02 02:53:48174 'chrome/browser/ui/android/autofill/|'\
175 'chrome/browser/ui/autofill/|'\
[email protected]e3e4ca62013-05-17 08:50:27176 'chrome/browser/ui/cocoa/autofill/|'\
[email protected]d9310a82012-11-02 02:53:48177 'chrome/browser/ui/views/autofill/|'\
[email protected]d9310a82012-11-02 02:53:48178 'chrome/renderer/autofill/|'\
179 'chrome/test/data/autofill/|'\
[email protected]3947d4a82013-03-12 09:41:05180 'components/autofill/|'\
[email protected]30964792013-05-29 02:41:25181 'components/autofill/browser/webdata/|'\
vabrbeb0c562015-12-01 10:48:08182 'components/webdata/',
[email protected]b3399272010-08-10 19:49:29183 },
gogerald5d02fde2018-08-18 04:30:56184 'autofill_assistant': {
185 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/autofill_assistant/|'\
186 'chrome/browser/android/autofill_assistant/|'\
187 'components/autofill_assistant/',
188 },
Jared Saul4765c1e2018-06-18 13:44:57189 'autofill_credit_cards': {
190 'filepath': 'chrome/browser/ui/autofill/chrome_autofill_client*|'\
191 'chrome/browser/ui/autofill/save_card_*|'\
192 'chrome/browser/ui/views/autofill/card_unmask_*|'\
193 'chrome/browser/ui/views/autofill/save_card_*|'\
194 'components/autofill/core/browser/autofill_save_card_infobar_*|'\
195 'components/autofill/core/browser/credit_card_save_manager*|'\
196 'components/autofill/core/browser/form_data_importer*|'\
197 'components/autofill/core/browser/ui/',
198 },
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 },
robliao1644d8b2016-04-11 15:39:59226 'base_task_scheduler': {
Gabriel Charette6bf388a2018-08-10 22:48:32227 'filepath': '^base/task/task_scheduler',
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' \
Raymond Toya91cf5802018-03-24 00:05:55257 '|third_party/WebKit/LayoutTests/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/' \
Takeshi Yoshinoe387aa32017-08-02 13:16:13261 '|third_party/WebKit/LayoutTests/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' \
Takeshi Yoshinoe387aa32017-08-02 13:16:13308 '|third_party/WebKit/LayoutTests/fast/deprecated-flexbox/' \
309 '|third_party/WebKit/LayoutTests/css3/flexbox/' \
310 '|third_party/WebKit/LayoutTests/ietestcenter/css3/flexbox/'
311 },
312 'blink_css_fragmentation_tests': {
313 'filepath': 'third_party/WebKit/LayoutTests/fast/multicol/' \
314 '|third_party/WebKit/LayoutTests/fast/pagination/' \
Morten Stenshorneab6785c2017-10-12 21:23:38315 '|third_party/WebKit/LayoutTests/fragmentation/' \
Takeshi Yoshinoe387aa32017-08-02 13:16:13316 '|third_party/WebKit/LayoutTests/printing/'
317 },
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' \
Takeshi Yoshinoe387aa32017-08-02 13:16:13322 '|third_party/WebKit/LayoutTests/fast/css-grid-layout/' \
323 '|third_party/WebKit/LayoutTests/ietestcenter/css3/grid/' \
324 '|third_party/WebKit/LayoutTests/platform/.*/fast/css-grid-layout/' \
325 '|third_party/WebKit/LayoutTests/platform/.*/ietestcenter/css3/grid/'
326 },
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/' \
Takeshi Yoshinoe387aa32017-08-02 13:16:13335 '|third_party/WebKit/LayoutTests/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' \
Takeshi Yoshinoe387aa32017-08-02 13:16:13361 '|third_party/WebKit/LayoutTests/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': {
368 'filepath': 'third_party/WebKit/LayoutTests/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 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13382 'blink_indexed_db': {
Chase Phillips7027bd52018-08-30 17:31:55383 'filepath': 'third_party/blink/common/indexeddb' \
384 '|third_party/blink/public/common/indexeddb' \
385 '|third_party/blink/public/platform/.*_idb' \
386 '|third_party/blink/public/platform/modules/indexeddb' \
387 '|third_party/blink/public/mojom/indexeddb' \
388 '|third_party/blink/renderer/modules/indexeddb/' \
389 '|third_party/WebKit/LayoutTests/storage/indexeddb'
Takeshi Yoshinoe387aa32017-08-02 13:16:13390 },
391 'blink_input': {
Blink Reformata30d4232018-04-07 15:31:06392 'filepath': 'third_party/blink/renderer/core/input/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13393 },
394 'blink_layers': {
Kent Tamuraeb394c72018-04-07 19:14:55395 'filepath': 'third_party/blink/renderer/core/page/scrolling/scrolling_coordinator' \
396 '|third_party/blink/renderer/platform/graphics/graphics_layer' \
397 '|third_party/blink/renderer/core/layout/layer'
Takeshi Yoshinoe387aa32017-08-02 13:16:13398 },
399 'blink_layout': {
Kent Tamuraeb394c72018-04-07 19:14:55400 'filepath': 'third_party/blink/renderer/core/layout'
Takeshi Yoshinoe387aa32017-08-02 13:16:13401 },
402 'blink_layout_ng': {
Blink Reformata30d4232018-04-07 15:31:06403 'filepath': 'third_party/blink/renderer/core/layout/ng',
Takeshi Yoshinoe387aa32017-08-02 13:16:13404 },
405 'blink_loader': {
Blink Reformata30d4232018-04-07 15:31:06406 'filepath': 'third_party/blink/renderer/core/loader/' \
407 '|third_party/blink/renderer/platform/loader/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13408 },
409 'blink_media': {
Blink Reformata30d4232018-04-07 15:31:06410 'filepath': 'third_party/blink/renderer/core/css/mediaControls' \
Kent Tamuraeb394c72018-04-07 19:14:55411 '|third_party/blink/renderer/core/html/.*_(audio|media|video)' \
412 '|third_party/blink/renderer/core/html/shadow/media_control' \
413 '|third_party/blink/renderer/core/layout/layout_media' \
414 '|third_party/blink/renderer/core/layout/layout_text_track_container_element' \
Blink Reformata30d4232018-04-07 15:31:06415 '|third_party/blink/renderer/modules/(encryptedmedia|mediasource)' \
416 '|third_party/blink/renderer/platform/drm/' \
417 '|third_party/blink/renderer/platform/graphics/media/' \
Takeshi Yoshinoe387aa32017-08-02 13:16:13418 '|third_party/WebKit/LayoutTests/media/' \
Kent Tamuraeb394c72018-04-07 19:14:55419 '|third_party/blink/public/.*_media'
Takeshi Yoshinoe387aa32017-08-02 13:16:13420 },
421 'blink_media_queries': {
Kent Tamuraeb394c72018-04-07 19:14:55422 'filepath': 'third_party/blink/renderer/core/css/css_media_rule' \
423 '|third_party/blink/renderer/core/css/media_list' \
424 '|third_party/blink/renderer/core/css/media_query' \
425 '|third_party/blink/renderer/core/css/parser/media_query'
Takeshi Yoshinoe387aa32017-08-02 13:16:13426 },
427 'blink_mediastream': {
Blink Reformata30d4232018-04-07 15:31:06428 'filepath': 'third_party/blink/renderer/modules/mediastream/' \
429 '|third_party/blink/renderer/platform/mediastream/' \
Kent Tamuraeb394c72018-04-07 19:14:55430 '|third_party/blink/renderer/platform/exported/web_media_stream' \
431 '|third_party/blink/renderer/platform/exported/web_rtc' \
Takeshi Yoshinoe387aa32017-08-02 13:16:13432 '|third_party/WebKit/LayoutTests/fast/mediastream/'
433 },
434 'blink_modules': {
Blink Reformata30d4232018-04-07 15:31:06435 'filepath': 'third_party/blink/renderer/modules'
Takeshi Yoshinoe387aa32017-08-02 13:16:13436 },
437 'blink_navigator_content_utils': {
Blink Reformata30d4232018-04-07 15:31:06438 'filepath': 'third_party/blink/renderer/modules/navigatorcontentutils' \
Takeshi Yoshinoe387aa32017-08-02 13:16:13439 '|third_party/WebKit/LayoutTests/fast/dom/navigatorcontentutils'
440 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13441 'blink_out_of_process_frames': {
Kent Tamuraeb394c72018-04-07 19:14:55442 'filepath': 'third_party/blink/renderer/core/frame/frame_owner' \
443 '|third_party/blink/renderer/core/frame/frame\.' \
444 '|third_party/blink/renderer/core/frame/web_frame' \
445 '|third_party/blink/renderer/core/exported/web_remote_frame_impl'
Takeshi Yoshinoe387aa32017-08-02 13:16:13446 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13447 'blink_paint': {
Blink Reformata30d4232018-04-07 15:31:06448 'filepath': 'third_party/blink/renderer/core/paint/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13449 },
Xida Chen0ef92782018-01-17 05:53:35450 'blink_paintworklet': {
Blink Reformata30d4232018-04-07 15:31:06451 'filepath': 'third_party/blink/renderer/modules/csspaint/' \
Xida Chen0ef92782018-01-17 05:53:35452 '|third_party/WebKit/LayoutTests/http/tests/csspaint/' \
453 '|third_party/WebKit/LayoutTests/externla/wpt/css/css-paint-api/'
454 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13455 'blink_performance_timing': {
Blink Reformata30d4232018-04-07 15:31:06456 'filepath': 'third_party/blink/renderer/core/timing/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13457 },
458 'blink_permissions': {
Blink Reformata30d4232018-04-07 15:31:06459 'filepath': 'third_party/blink/renderer/modules/permissions/' \
460 '|third_party/blink/public/platform/modules/permissions/',
Takeshi Yoshinoe387aa32017-08-02 13:16:13461 },
462 'blink_platform': {
Blink Reformata30d4232018-04-07 15:31:06463 'filepath': 'third_party/blink/renderer/platform'
Takeshi Yoshinoe387aa32017-08-02 13:16:13464 },
465 'blink_platform_graphics': {
Blink Reformata30d4232018-04-07 15:31:06466 'filepath': 'third_party/blink/renderer/platform/fonts' \
467 '|third_party/blink/renderer/platform/geometry' \
468 '|third_party/blink/renderer/platform/graphics'
Takeshi Yoshinoe387aa32017-08-02 13:16:13469 },
470 'blink_preloadScanner': {
Kent Tamuraeb394c72018-04-07 19:14:55471 'filepath': 'third_party/blink/renderer/core/html/parser/html_preload_scanner',
Takeshi Yoshinoe387aa32017-08-02 13:16:13472 },
473 'blink_prerender': {
Kent Tamuraeb394c72018-04-07 19:14:55474 'filepath': 'third_party/(WebKit|blink)/.*([Pp]rerender|loader/link_loader|html/html_link_element)'
Takeshi Yoshinoe387aa32017-08-02 13:16:13475 },
476 'blink_public_api': {
Blink Reformata30d4232018-04-07 15:31:06477 'filepath': 'third_party/blink/public'
Takeshi Yoshinoe387aa32017-08-02 13:16:13478 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13479 'blink_quota': {
Blink Reformata30d4232018-04-07 15:31:06480 'filepath': 'third_party/blink/renderer/modules/quota/' \
Kent Tamuraeb394c72018-04-07 19:14:55481 '|third_party/blink/public/.*quota'
Takeshi Yoshinoe387aa32017-08-02 13:16:13482 },
483 'blink_scheduler': {
Blink Reformata30d4232018-04-07 15:31:06484 'filepath': 'third_party/blink/renderer/platform/scheduler' \
Kent Tamuraeb394c72018-04-07 19:14:55485 '|third_party/blink/renderer/core/html/parser/.*scheduler'
Takeshi Yoshinoe387aa32017-08-02 13:16:13486 },
487 'blink_screen_orientation': {
Blink Reformata30d4232018-04-07 15:31:06488 'filepath': 'third_party/blink/renderer/modules/screen_orientation/' \
489 '|third_party/blink/public/platform/modules/screen_orientation',
Takeshi Yoshinoe387aa32017-08-02 13:16:13490 },
491 'blink_script': {
Kent Tamuraeb394c72018-04-07 19:14:55492 'filepath': 'third_party/blink/renderer/bindings/core/v8/.*module.*' \
493 '|third_party/blink/renderer/bindings/core/v8/script_controller.*' \
494 '|third_party/blink/renderer/bindings/core/v8/script_source_code.*' \
495 '|third_party/blink/renderer/bindings/core/v8/v8_script_runner.*'
496 '|third_party/blink/renderer/core/dom/.*modul.*' \
497 '|third_party/blink/renderer/core/dom/.*script.*' \
498 '|third_party/blink/renderer/core/html/html_script_element.*' \
499 '|third_party/blink/renderer/core/html/parser/html_parser_script_runner.*' \
Blink Reformata30d4232018-04-07 15:31:06500 '|third_party/blink/renderer/core/loader/modulescript/' \
Kent Tamuraeb394c72018-04-07 19:14:55501 '|third_party/blink/renderer/core/loader/resource/script_resource.*' \
502 '|third_party/blink/renderer/core/svg/svg_script_element.*' \
503 '|third_party/blink/renderer/core/xml/parser/xml_document_parser.*'
Takeshi Yoshinoe387aa32017-08-02 13:16:13504 },
David Bokan9dc0046272017-12-29 00:28:01505 'blink_scroll': {
Kent Tamuraeb394c72018-04-07 19:14:55506 'filepath': 'third_party/blink/renderer/core/frame/.*view.*' \
507 '|third_party/blink/renderer/core/input/.*scroll.*' \
508 '|third_party/blink/renderer/core/input/event_handler.*' \
Blink Reformata30d4232018-04-07 15:31:06509 '|third_party/blink/renderer/core/page/scrolling/' \
Kent Tamuraeb394c72018-04-07 19:14:55510 '|third_party/blink/renderer/core/paint/.*scrollable_area.*' \
Blink Reformata30d4232018-04-07 15:31:06511 '|third_party/blink/renderer/platform/scroll/'
David Bokan9dc0046272017-12-29 00:28:01512 },
Matt Falkenhagenca7fbb62018-07-10 09:21:43513 'blink_service_worker' : {
514 'filepath': 'third_party/blink/renderer/modules/service_worker' \
Takeshi Yoshinoe387aa32017-08-02 13:16:13515 '|third_party/WebKit/LayoutTests/http/tests/serviceworker' \
516 '|third_party/WebKit/LayoutTests/external/wpt/service-workers'
517 },
Matt Falkenhagenca7fbb62018-07-10 09:21:43518 'blink_service_worker_tests' : {
Takeshi Yoshinoe387aa32017-08-02 13:16:13519 'filepath': 'third_party/WebKit/LayoutTests/http/tests/serviceworker' \
520 '|third_party/WebKit/LayoutTests/external/wpt/service-workers'
521 },
522 'blink_shadow_dom': {
Kent Tamuraeb394c72018-04-07 19:14:55523 'filepath': 'third_party/blink/renderer/core/dom/.*shadow' \
524 '|third_party/blink/renderer/core/dom/.*slot' \
525 '|third_party/blink/renderer/core/dom/.*insertion_point' \
526 '|third_party/blink/renderer/core/dom/.*flat_tree'
Takeshi Yoshinoe387aa32017-08-02 13:16:13527 },
528 'blink_spellcheck' : {
Blink Reformata30d4232018-04-07 15:31:06529 'filepath': 'third_party/blink/renderer/core/editing/spellcheck'
Takeshi Yoshinoe387aa32017-08-02 13:16:13530 },
531 'blink_spv2_layout_tests': {
532 'filepath': 'third_party/WebKit/LayoutTests/virtual/spv2'
533 },
Adam Rice027497d2018-07-27 02:17:02534 'blink_streams': {
535 'filepath': 'third_party/blink/renderer/core/streams/'
536 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13537 'blink_style': {
Kent Tamuraeb394c72018-04-07 19:14:55538 'filepath': 'third_party/(WebKit|blink)/.*(style/|Style)',
Takeshi Yoshinoe387aa32017-08-02 13:16:13539 },
540 'blink_svg': {
Blink Reformata30d4232018-04-07 15:31:06541 'filepath': 'third_party/blink/renderer/core/(layout/)?svg',
Takeshi Yoshinoe387aa32017-08-02 13:16:13542 },
543 'blink_track': {
Blink Reformata30d4232018-04-07 15:31:06544 'filepath': 'third_party/blink/renderer/core/html/track/' \
Kent Tamuraeb394c72018-04-07 19:14:55545 '|third_party/blink/renderer/core/loader/text_track' \
546 '|third_party/blink/renderer/core/html/meida/html_media_element' \
547 '|third_party/blink/renderer/core/html/shadow/media_control' \
Blink Reformata30d4232018-04-07 15:31:06548 '|third_party/blink/renderer/core/css/mediaControl' \
Takeshi Yoshinoe387aa32017-08-02 13:16:13549 '|third_party/WebKit/LayoutTests/media/track/'
550 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13551 'blink_vibration': {
552 'filepath': 'third_party/WebKit/LayoutTests/vibration/' \
Blink Reformata30d4232018-04-07 15:31:06553 '|third_party/blink/renderer/modules/vibration/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13554 },
555 'blink_viewport_interaction': {
Kent Tamuraeb394c72018-04-07 19:14:55556 'filepath': 'third_party/blink/renderer/core/css/.*viewport' \
557 '|third_party/blink/renderer/core/dom/viewport_arguments' \
558 '|third_party/blink/renderer/core/frame/frame_view.*' \
559 '|third_party/blink/renderer/core/frame/.*viewport.*' \
560 '|third_party/blink/renderer/core/html/html_meta_element'
Takeshi Yoshinoe387aa32017-08-02 13:16:13561 },
562 'blink_w3ctests': {
563 'filepath': 'third_party/WebKit/LayoutTests/external/' \
Kent Tamura01019442018-05-01 22:06:58564 '|third_party/blink/tools/blinkpy/w3c/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13565 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13566 'blink_webp': {
Blink Reformata30d4232018-04-07 15:31:06567 'filepath': 'third_party/blink/renderer/platform/image-decoders/webp' \
Kent Tamuraeb394c72018-04-07 19:14:55568 '|third_party/blink/renderer/platform/image-encoders/skia/webp'
Takeshi Yoshinoe387aa32017-08-02 13:16:13569 },
570 'blink_websockets': {
Blink Reformata30d4232018-04-07 15:31:06571 'filepath': 'third_party/blink/renderer/modules/websockets/' \
572 '|third_party/blink/renderer/platform/modules/websockets/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13573 },
574 'blink_workers': {
Blink Reformata30d4232018-04-07 15:31:06575 'filepath': 'third_party/blink/renderer/core/workers' \
Takeshi Yoshinoe387aa32017-08-02 13:16:13576 '|third_party/WebKit/LayoutTests/http/tests/workers' \
577 '|third_party/WebKit/LayoutTests/fast/workers' \
578 '|third_party/WebKit/LayoutTests/external/wpt/workers'
579 },
580 'blink_wtf': {
Blink Reformata30d4232018-04-07 15:31:06581 'filepath': 'third_party/blink/renderer/platform/wtf',
Takeshi Yoshinoe387aa32017-08-02 13:16:13582 },
583 'blink_xml': {
Blink Reformata30d4232018-04-07 15:31:06584 'filepath': 'third_party/blink/renderer/core/xml/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13585 },
[email protected]06798f72013-01-14 22:31:17586 'bookmarks': {
587 'filepath': 'chrome/browser/bookmarks/' \
[email protected]771ad482013-07-16 17:32:48588 '|chrome/browser/extensions/api/bookmark_manager_private/' \
589 '|chrome/browser/extensions/api/bookmarks/' \
Christopher Lam3d8828e2018-04-30 05:25:11590 '|chrome/browser/resources/md_bookmarks/' \
[email protected]cd869cde2013-01-31 15:46:35591 '|chrome/browser/ui/bookmarks/' \
592 '|chrome/browser/ui/cocoa/bookmarks/' \
[email protected]5cb8b6e12014-05-19 16:53:46593 '|chrome/browser/ui/views/bookmarks/' \
594 '|components/bookmarks'
[email protected]06798f72013-01-14 22:31:17595 },
donnd787f6ed2016-08-03 01:00:56596 'bottombar': {
597 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/',
598 },
Tarun Bansalc4882282018-07-11 23:53:55599 'breve': {
600 'filepath': 'chrome/browser/net/spdyproxy|'\
601 'chrome_proxy|'\
Tarun Bansal129ca7842018-07-31 17:14:12602 'client_hints|'
Tarun Bansalc4882282018-07-11 23:53:55603 'components/blacklist|'\
604 'components/data_use|'\
605 'data_reduction_proxy|'\
Tarun Bansal129ca7842018-07-31 17:14:12606 'data_use_measurement|'\
607 'lazy_load|'
608 'navigation_predictor|'\
609 'net/nqe|'\
Tarun Bansalc4882282018-07-11 23:53:55610 'optimization_guide|'\
Tarun Bansal129ca7842018-07-31 17:14:12611 'optimization_hints|'\
612 'previews'
Tarun Bansalc4882282018-07-11 23:53:55613 },
[email protected]22650d22012-07-18 17:02:35614 'browser_components': {
[email protected]a7228f62012-09-20 17:52:48615 'filepath': 'chrome/browser/autofill/' \
616 '|chrome/browser/bookmarks/' \
[email protected]a7228f62012-09-20 17:52:48617 '|chrome/browser/favicon/' \
[email protected]ddf288e2013-01-09 20:58:27618 '|chrome/browser/history/' \
[email protected]fccf4882013-03-15 04:46:19619 '|chrome/browser/webdata/' \
[email protected]3947d4a82013-03-12 09:41:05620 '|components/autofill/'
[email protected]22650d22012-07-18 17:02:35621 },
[email protected]f76c8852012-06-21 16:37:00622 'browser_compositor': {
[email protected]f2f0fbb92012-07-14 15:52:49623 'filepath': 'ui/compositor/'
[email protected]fbd846b2010-11-19 01:32:18624 },
michaelpge42ca3b32016-02-19 08:17:57625 'browser_resources_md': {
626 'filepath': 'chrome/browser/resources/md_'\
627 '|chrome/browser/resources/settings/',
628 },
[email protected]0ce480532012-07-20 12:33:20629 'browsing_data': {
Christian Dullweberc0b53642018-10-11 16:20:55630 'filepath': 'browsing_data|BrowsingData',
[email protected]0ce480532012-07-20 12:33:20631 },
[email protected]f76c8852012-06-21 16:37:00632 'bubble': {
[email protected]f2f0fbb92012-07-14 15:52:49633 'filepath': 'ui/views/bubble/|'\
rouslan8d6a8372015-09-10 19:10:10634 'chrome/browser/ui/views/bubble/|'\
635 'components/bubble/',
[email protected]f76c8852012-06-21 16:37:00636 },
jkarlin539748402015-03-31 17:36:31637 'cache_storage': {
Josh Karlin1bd016742017-08-18 17:44:17638 'filepath': '/cache.storage/'
639 '|/cachestorage/',
jkarlin539748402015-03-31 17:36:31640 },
[email protected]10fbd5952013-08-22 07:42:39641 'cast': {
[email protected]31ef420b2014-08-13 21:19:13642 'filepath': 'media/cast/'\
643 '|chrome/browser/extensions/api/cast_streaming/'\
644 '|chrome/browser/media/cast'\
645 '|chrome/renderer/media/cast'\
646 '|chrome/test/data/extensions/api_test/cast_'\
miu5e69f1c52016-10-23 13:40:11647 '|content/public/renderer/media_stream_'\
648 '|content/renderer/media/(media_stream|(.+audio_source))',
[email protected]10fbd5952013-08-22 07:42:39649 },
ryanchung4d157372016-05-10 20:27:16650 'cast_certificate': {
651 'filepath': 'components/cast_certificate/'\
652 '|components/test/data/cast_certificate/',
653 },
mfoltz57fd7f32017-05-03 06:12:58654 'cast_channel': {
655 'filepath': 'chrome/test/data/extensions/api_test/cast_channel/' \
Ryan Ki Sing Chung27cc7ed92017-07-25 21:53:47656 '|components/cast_channel/' \
657 '|extensions/browser/api/cast_channel'
mfoltz57fd7f32017-05-03 06:12:58658 },
Takeshi Yoshino524e1d262017-07-28 01:16:38659 'cc': {
danakjca574522017-09-20 16:38:59660 'filepath': 'cc/'\
661 '|components/viz/'
662 },
Yi Guc1c54682018-07-23 12:00:00663 'cc-animation': {
664 'filepath': 'cc/animation/'
665 },
danakjca574522017-09-20 16:38:59666 'cc-contexts': {
667 'filepath': 'components/viz/common/gpu'
668 },
669 'cc-display': {
670 'filepath': 'components/viz/service/display'\
671 '|cc/output'
672 },
673 'cc-paint': {
674 'filepath': 'cc/paint'
675 },
676 'cc-quads': {
677 'filepath': 'components/viz/common/quads'
678 },
679 'cc-resources': {
680 'filepath': 'cc/resources'\
681 '|components/viz/common/resources'
Takeshi Yoshino524e1d262017-07-28 01:16:38682 },
Alexander Timin864bf8a02018-03-12 11:06:28683 'cc-scheduler': {
684 'filepath': 'cc/scheduler'
685 },
eranmc2a9f612015-11-24 16:41:34686 'certificate_transparency': {
687 'filepath': 'components/certificate_transparency/'\
eranmc2a9f612015-11-24 16:41:34688 '|net/cert/ct_'\
689 '|net/cert/multi_log_ct_verifier'\
690 '|net/cert/sct_status_flags.h'\
691 '|net/cert/signed_certificate_timestamp'\
692 '|net/cert/signed_tree_head'\
693 '|net/test/ct_',
694 },
Joe Mason60ec2f32018-02-15 15:50:51695 'chrome_cleaner': {
696 'filepath': 'chrome/browser/component_updater/sw_reporter_'\
697 '|chrome/browser/resources/settings/chrome_cleanup_page/'\
698 '|chrome/browser/safe_browsing/chrome_cleaner/'\
699 '|chrome/browser/ui/views/chrome_cleaner_'\
700 '|chrome/browser/ui/webui/settings/chrome_cleanup_'\
Joe Mason12a02332018-04-19 14:39:00701 '|chrome/chrome_cleaner/'\
Joe Mason60ec2f32018-02-15 15:50:51702 '|components/chrome_cleaner/',
703 },
[email protected]c73ec8ab2014-01-16 20:35:23704 'chrome_elf': {
705 'filepath': 'chrome_elf',
706 },
lpy0ca13772017-02-28 19:48:27707 'chrome_grc': {
lpy53b82752017-05-31 22:30:49708 'filepath': 'chrome/browser/resource_coordinator/'\
709 '|services/resource_coordinator/',
lpy0ca13772017-02-28 19:48:27710 },
[email protected]d5b21972012-07-20 02:06:01711 'chrome_views': {
712 'filepath': 'chrome/browser/ui/views',
713 },
Takeshi Yoshino524e1d262017-07-28 01:16:38714 'chromecast': {
715 'filepath': 'chromecast/',
716 },
717 'chromecast_public': {
718 'filepath': 'chromecast/public/',
719 },
[email protected]f7bf8ba2011-02-24 22:28:46720 'chromedriver': {
samuong53d5e612014-10-10 18:56:38721 'filepath': 'chrome/test/chromedriver|'\
722 'chrome/test/data/chromedriver|'\
Jonathon Kereliuk540c7d52018-01-18 06:22:03723 'third_party/webdriver|'\
Blink Reformata30d4232018-04-07 15:31:06724 'third_party/blink/renderer/devtools/front_end/emulated_devices/module.json'
[email protected]f7bf8ba2011-02-24 22:28:46725 },
[email protected]f76c8852012-06-21 16:37:00726 'chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:49727 'filepath': 'chromeos/',
[email protected]531b1532011-08-11 03:52:01728 },
[email protected]eda0a0b2013-04-19 20:34:35729 'chromeos_attestation': {
730 'filepath': 'chromeos/attestation/|'\
[email protected]64494c3f2013-08-14 22:15:59731 'chrome/browser/chromeos/attestation/|'\
732 'chrome/browser/extensions/api/enterprise_platform_keys_private/',
[email protected]eda0a0b2013-04-19 20:34:35733 },
[email protected]7c59a152012-11-06 20:56:35734 'chromeos_calculator': {
735 'filepath': 'chrome/common/extensions/docs/examples/apps/calculator/',
736 },
alematec5187b1b2016-08-26 05:32:18737 'chromeos_geolocation': {
738 'filepath': 'chromeos/geolocation/',
739 },
Achuith Bhandarkar434e24592018-03-07 23:05:12740 'chromeos_lkgm': {
741 'filepath': 'chromeos/CHROMEOS_LKGM',
742 },
[email protected]f76c8852012-06-21 16:37:00743 'chromeos_login': {
Jacob Dufaulted1ef2bc2018-08-10 18:21:34744 'filepath': 'ash/login/|'\
745 'chrome/browser/chromeos/login/|'\
[email protected]f2f0fbb92012-07-14 15:52:49746 'chrome/browser/ui/webui/chromeos/login/|'\
dzhioevcc7c0492014-11-25 14:52:58747 'chrome/browser/resources/chromeos/login/|'\
748 'ui/login/',
[email protected]a791dac2011-04-07 23:22:57749 },
[email protected]d7d35f342012-10-22 20:32:47750 'chromeos_net': {
751 'filepath': 'chromeos/network/|'\
stevenjbdd133032015-08-07 18:37:47752 'chrome/browser/chromeos/net/|'\
753 'chrome/browser/extensions/api/networking_private/|'\
754 'extensions/browser/api/networking_private/|'\
755 'ui/chromeos/network/',
[email protected]d7d35f342012-10-22 20:32:47756 },
[email protected]2315ac0c2013-02-05 00:49:16757 'chromeos_power': {
James Cooka35a1e22017-04-08 02:33:08758 'filepath': 'ash/system/power/|'\
[email protected]c3943ad2013-07-03 13:44:56759 'chromeos/dbus/power_.*|'\
[email protected]2315ac0c2013-02-05 00:49:16760 'chrome/browser/chromeos/power/',
761 },
alematec5187b1b2016-08-26 05:32:18762 'chromeos_timezone': {
763 'filepath': 'chromeos/timezone/',
764 },
[email protected]f76c8852012-06-21 16:37:00765 'chromeos_webui': {
[email protected]f2f0fbb92012-07-14 15:52:49766 'filepath': 'chrome/browser/ui/webui/chromeos/|'\
767 'chrome/browser/resources/chromeos/',
[email protected]ba03af42012-03-08 01:37:12768 },
[email protected]cef7a6d2011-04-29 20:49:07769 'clang_update': {
Nico Webere250e6a2015-12-02 19:31:56770 'filepath': 'tools/clang/scripts/update.py'
[email protected]cef7a6d2011-04-29 20:49:07771 },
[email protected]f76c8852012-06-21 16:37:00772 'clipboard': {
773 'filepath': 'clipboard|dnd|drag|drop',
[email protected]2418b022011-05-19 21:06:02774 },
Aaron Gable64f273582017-03-30 18:02:00775 'codereview_settings': {
776 'filepath': 'codereview.settings',
777 },
sdefresned94c5b02015-07-22 17:54:55778 'components_deps': {
779 'filepath': 'components/([^/]*/)*DEPS',
780 },
scheib968e61052014-11-05 00:27:25781 'content_bluetooth': {
782 'filepath': 'content/.*bluetooth'
783 },
kinuko01cbe8a12015-10-20 09:59:06784 'content_loader': {
mmenkefaa97d3b2016-09-25 14:24:02785 'filepath': 'chrome/browser/loader|' \
786 'content/browser/loader|' \
kinuko01cbe8a12015-10-20 09:59:06787 'content/child/*loader',
788 },
mkwst512627022014-09-16 09:23:27789 'content_renderer': {
790 'filepath': 'content/renderer/',
791 },
[email protected]aa3311a2012-11-19 16:04:58792 'content_shell': {
793 'filepath': 'content/shell/',
794 },
kinukoa121bce2015-01-30 10:04:41795 'content_worker': {
796 'filepath': 'content/.*worker',
797 },
donnd787f6ed2016-08-03 01:00:56798 'contextual_search': {
799 'filepath': 'chrome/browser/android/contextualsearch/|' \
800 'chrome/android/java/src/org/chromium/chrome/browser/contextualsearch/|' \
801 'chrome/android/javatests/src/org/chromium/chrome/browser/contextualsearch/|' \
802 'components/contextual_search/',
803 },
wfh792b71c2016-05-04 23:33:41804 'courgette': {
805 'filepath': 'courgette/',
806 },
Nico Weber6ff639a2017-08-11 21:04:50807 'cq': {
Andrii Shyshkalov17176242018-02-24 03:31:32808 'filepath': 'infra/config/branch/cq.cfg',
Nico Weber6ff639a2017-08-11 21:04:50809 },
michaelpge42ca3b32016-02-19 08:17:57810 'cr_elements': {
811 'filepath': 'ui/webui/resources/cr_element',
812 },
Chung-yih Wang7afc64a2018-03-06 02:09:04813 'cros_benchmarks': {
814 'filepath': 'tools/perf/contrib/cros_benchmarks',
815 },
Ben Wells03471a72018-03-22 00:58:46816 'crostini': {
Timothy Lohecae1e422018-06-07 05:53:59817 'filepath': 'crostini',
Ben Wells03471a72018-03-22 00:58:46818 },
ianwencdb8c9e2015-06-18 22:10:15819 'custom_tabs': {
Newton Allen38c62212015-06-24 21:41:53820 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/customtabs/|'\
ianwencdb8c9e2015-06-18 22:10:15821 'chrome/android/javatests/src/org/chromium/chrome/browser/customtabs/',
alancuttercbad6512015-06-19 02:31:28822 },
Ryo Hashimoto900be52c2018-05-24 06:42:26823 'dbus': {
824 'filepath': 'dbus/',
825 },
[email protected]5e105332012-09-13 01:55:52826 'deep_memory_profiler': {
827 'filepath': 'tools/(deep_memory_profiler|find_runtime_symbols)',
828 },
Bartosz Fabianowski85a823812015-04-16 10:27:51829 'device_bluetooth': {
830 'filepath': 'device/.*bluetooth'
831 },
juncaic08f41d2017-05-04 20:36:58832 'device_chooser': {
833 'filepath': 'chrome/browser/chooser_controller/|'\
834 'chrome/browser/ui/android/bluetooth_chooser_.*|'\
835 'chrome/browser/ui/android/usb_chooser_.*|'\
836 'chrome/browser/ui/bluetooth/|'\
837 'chrome/browser/ui/cocoa/device_chooser_.*|'\
838 'chrome/browser/ui/cocoa/extensions/chooser_dialog_.*|'\
839 'chrome/browser/ui/cocoa/permission_bubble/chooser_bubble_.*|'\
840 'chrome/browser/ui/views/device_chooser_.*|'\
841 'chrome/browser/ui/views/extensions/chooser_dialog_.*|'\
842 'chrome/browser/ui/views/permission_bubble/chooser_bubble_.*|'\
843 'chrome/browser/usb/usb_chooser_.*',
844 },
[email protected]342b12872012-11-07 12:10:46845 'devtools': {
846 'filepath': 'devtools',
847 },
mfoltz57fd7f32017-05-03 06:12:58848 'dial': {
849 'filepath': 'chrome/(browser|common)/extensions/api/dial' \
850 '|chrome/browser/media/router/discovery/dial/' \
851 '|chrome/test/data/extensions/api_test/dial/'
852 },
[email protected]bab2a832012-07-11 23:29:41853 'disk_cache': {
854 'filepath': 'net/disk_cache/|http_cache',
855 },
[email protected]f76c8852012-06-21 16:37:00856 'download': {
[email protected]f2f0fbb92012-07-14 15:52:49857 'filepath': 'chrome/browser/download/|'\
[email protected]8492b5b2012-12-17 21:58:08858 'content/browser/download/',
[email protected]6bff0ad2011-06-17 01:32:51859 },
[email protected]ca872e362011-07-12 21:06:03860 'downloads_ui': {
dbeam78528be2016-02-18 07:08:49861 'filepath': 'chrome/browser/resources/(md_)?downloads/|' \
[email protected]8492b5b2012-12-17 21:58:08862 'chrome/browser/ui/webui/.*downloads|' \
863 'chrome/browser/ui/views/download/|' \
asanka2009f412015-10-05 17:28:12864 'chrome/browser/ui/cocoa/download/'
[email protected]ca872e362011-07-12 21:06:03865 },
[email protected]f6df20a2012-10-23 21:22:07866 'drive': {
[email protected]8492b5b2012-12-17 21:58:08867 'filepath': 'chrome/browser/chromeos/drive/|' \
868 'chrome/browser/google_apis/'
[email protected]f6df20a2012-10-23 21:22:07869 },
[email protected]89d2cd52013-04-16 01:55:36870 'drive_resource_metadata': {
Ryo Hashimoto900be52c2018-05-24 06:42:26871 'filepath': 'drive.*resource_metadata'
[email protected]89d2cd52013-04-16 01:55:36872 },
[email protected]3a25c8a2014-06-26 06:47:10873 'eme': {
Xiaohan Wang6cbdcdf2018-06-12 21:55:54874 'filepath': 'chrome/renderer/media/.*key_system|' \
875 'chrome/browser/media/.*(cdm|encrypted)|' \
876 'components/cdm/|' \
[email protected]3a25c8a2014-06-26 06:47:10877 'content/browser/media/cdm/|' \
Xiaohan Wang6cbdcdf2018-06-12 21:55:54878 'media/base/android/.*drm|' \
[email protected]3a25c8a2014-06-26 06:47:10879 'media/cdm/|' \
880 'third_party/widevine/cdm/'
881 },
Justin DeWittf64d39e2018-08-09 21:33:41882 'explore_sites': {
883 'filepath': 'chrome/browser/android/explore_sites/|' \
884 'chrome/android/java/src/org/chromium/chrome/browser/explore_sites/'
885 },
[email protected]f76c8852012-06-21 16:37:00886 'extension': {
887 'filepath': 'extension',
[email protected]161277d42011-06-24 20:48:45888 },
lunalu0a9c05422016-11-11 17:19:06889 'feature_policy': {
Blink Reformata30d4232018-04-07 15:31:06890 'filepath': 'third_party/blink/renderer/platform/feature_policy/|' \
Kent Tamuraeb394c72018-04-07 19:14:55891 'third_party/blink/renderer/bindings/core/v8/origin_trial_features',
lunalu0a9c05422016-11-11 17:19:06892 },
[email protected]f76c8852012-06-21 16:37:00893 'fileapi': {
[email protected]8492b5b2012-12-17 21:58:08894 'filepath': 'file_system/|' \
895 'fileapi/'
[email protected]80919512011-08-03 08:51:04896 },
[email protected]f76c8852012-06-21 16:37:00897 'filebrowse': {
[email protected]8492b5b2012-12-17 21:58:08898 'filepath': 'file_browser|' \
899 'file_manager|' \
900 'filebrowse'
[email protected]4b07b62cc2011-10-03 17:52:39901 },
[email protected]4ed766c2013-09-19 09:45:20902 'filesapp': {
okab0be3dc2016-08-30 07:37:10903 'filepath': 'chrome/browser/chromeos/drive|' \
904 'chrome/browser/chromeos/extensions/file_manager|' \
905 'chrome/browser/chromeos/extensions/file_system_provider|' \
906 'chrome/browser/chromeos/file_manager|' \
907 'chrome/browser/chromeos/file_system_provider|' \
908 'chrome/browser/drive|' \
909 'chrome/test/data/extensions/api_test/file_system_provider|' \
910 'components/drive|' \
911 'google_apis/drive|' \
912 'ui/file_manager'
913 },
Tomasz Mikolajewski2905dbb2017-11-22 06:24:04914 'fsp': {
915 'filepath': 'chrome/browser/chromeos/extensions/file_system_provider|' \
916 'chrome/browser/chromeos/file_system_provider|' \
Tomasz Mikolajewski66b4faa22017-11-22 09:33:43917 'chrome/test/data/extensions/api_test/file_system_provider'
[email protected]4ed766c2013-09-19 09:45:20918 },
Wez385de5a2017-07-13 20:13:16919 'fuchsia': {
920 'filepath': 'fuchsia',
921 },
mmoroz58ddb8172016-09-08 18:29:55922 'fuzzing': {
923 'filepath': 'fuzz|Fuzz',
924 },
Vincent Scheibd5da4d952017-11-03 01:33:24925 'gamepad': {
926 'filepath': 'gamepad',
927 },
[email protected]3a2a6ac02014-06-20 07:07:12928 'gcm': {
peter9f4490a2017-01-27 00:58:36929 'filepath': 'chrome/browser/gcm/|'\
[email protected]3a2a6ac02014-06-20 07:07:12930 'components/gcm_driver/|'\
931 'google_apis/gcm/',
932 },
mikhail.pozdnyakova8db26402016-11-28 18:27:12933 'generic_sensor': {
Jun Caiaa1f040d2017-11-15 01:21:53934 'filepath': 'services/device/generic_sensor/|'\
Blink Reformata30d4232018-04-07 15:31:06935 'third_party/blink/renderer/modules/sensor/',
mikhail.pozdnyakova8db26402016-11-28 18:27:12936 },
[email protected]d8036492013-08-09 16:02:23937 'geolocation': {
938 'filepath': 'chrome/browser/geolocation/|'\
939 'content/browser/geolocation|'\
940 'content/public/common/geoposition.*|'\
941 'content/public/browser/geolocation.*|'\
942 'content/renderer/geolocation.*|'\
943 'content/shell/geolocation/',
944 },
[email protected]cf428f732012-10-02 20:48:15945 'gfx_geometry': {
danakj570c1332015-01-06 16:59:36946 'filepath': 'ui/gfx/geometry/',
[email protected]cf428f732012-10-02 20:48:15947 },
Takeshi Yoshino524e1d262017-07-28 01:16:38948 'gfx_image': {
949 'filepath': 'ui/gfx/image/',
950 },
[email protected]4d1773e2014-04-05 07:59:57951 'gn': {
952 'filepath': 'tools/gn',
953 },
[email protected]f76c8852012-06-21 16:37:00954 'gpu': {
[email protected]f2f0fbb92012-07-14 15:52:49955 'filepath': 'gpu/',
[email protected]f76c8852012-06-21 16:37:00956 },
Corentin Wallezc68aa9b2017-10-02 15:00:03957 'gpu_passthrough_cmd_decoder': {
958 'filepath': 'gpu/command_buffer/service/.*passthrough',
959 },
Ehsan Karamadc20cee22018-08-10 21:32:33960 'guest_view': {
961 'filepath': 'chrome/browser/apps/guest_view|'\
962 'chrome/browser/extensions/api/web_view|'\
963 'chrome/browser/guest_view|'\
964 'chrome/common/extensions/api/webview*.json|'\
965 'chrome/common/extensions/docs|'\
966 'chrome/renderer/resources/extensions/web_view|'\
967 'components/guest_view|'\
968 'content/browser/browser_plugin|'\
969 'content/renderer/browser_plugin|'\
970 'extensions/browser/api/guest_view|'\
971 'extensions/browser/guest_view|'\
972 'extensions/common/guest_view|'\
973 'extensions/common/mojo/guest_view.mojom|'\
974 'extensions/common/api/*view*.json|'\
975 'extensions/renderer/guest_view',
976 },
Andrey Kosyakova173d252018-05-07 18:29:11977 'headless': {
978 'filepath': 'headless/'
979 },
[email protected]f76c8852012-06-21 16:37:00980 'history_ui': {
dbeam78528be2016-02-18 07:08:49981 'filepath': 'chrome/browser/resources/(md_)?history|'\
982 'chrome/browser/ui/webui/.*history',
[email protected]f76c8852012-06-21 16:37:00983 },
984 'i18n': {
[email protected]f2f0fbb92012-07-14 15:52:49985 'filepath': 'base/i18n/|base/string|l10n|icu|'\
timvolodine8cdb94c2016-09-22 12:17:22986 'locale_settings|encoding',
[email protected]f76c8852012-06-21 16:37:00987 },
[email protected]f76c8852012-06-21 16:37:00988 'importer': {
[email protected]f2f0fbb92012-07-14 15:52:49989 'filepath': 'import',
[email protected]f76c8852012-06-21 16:37:00990 },
Greg Thompson4f90fc992017-07-25 19:30:37991 'incident_reporting': {
992 'filepath': 'chrome/browser/safe_browsing/incident_reporting',
993 },
[email protected]c26161352013-11-12 19:50:01994 'indexed_db': {
995 'filepath': 'content/browser/indexed_db|'\
[email protected]c26161352013-11-12 19:50:01996 'content/public/browser/indexed_db|'\
Chase Phillips7027bd52018-08-30 17:31:55997 'content/renderer/indexed_db|'\
[email protected]c26161352013-11-12 19:50:01998 'content/test/data/indexeddb',
999 },
bruthigaa8281f2016-02-09 17:52:311000 'ink_drop': {
1001 'filepath': 'ui/views/animation/test/.*ink_drop.*|' \
1002 'ui/views/animation/.*ink_drop.*'
1003 },
dtapuska1f997a12016-03-14 19:22:071004 'input': {
1005 'filepath': 'content/browser/renderer_host/input|'\
1006 'content/renderer/input|'\
1007 'ui/events/blink/'
1008 },
Michael Spang808d5c12018-10-23 19:20:391009 'input_devices': {
1010 'filepath': 'ui/events/devices/',
1011 },
Dominick Ngcaa7b402017-07-11 07:35:391012 'installable': {
1013 'filepath': 'chrome/browser/installable/',
1014 },
mmoss19826c62014-11-14 21:37:361015 'installer_linux': {
1016 'filepath': 'chrome/installer/linux/',
1017 },
Greg Thompson4f90fc992017-07-25 19:30:371018 'installer_win': {
1019 'filepath': 'chrome/install_static/'\
Samuel Huang577ef6c2018-03-13 18:19:341020 '|chrome/installer/(?!gcapi_mac/|linux/|mac/)'\
1021 '|components/zucchini/',
Greg Thompson4f90fc992017-07-25 19:30:371022 },
[email protected]56b4b09d32012-07-27 18:28:411023 'instant': {
[email protected]607903d2013-03-25 22:15:471024 'filepath': 'instant|searchbox|'\
1025 'chrome/browser/search/|'\
[email protected]c29b7dae2013-03-25 22:29:131026 'chrome/browser/ui/search/|'\
[email protected]eb99f8e2013-07-10 10:17:391027 'chrome/browser/resources/local_ntp/|'\
[email protected]607903d2013-03-25 22:15:471028 'chrome/common/search_types.*',
[email protected]56b4b09d32012-07-27 18:28:411029 },
edchin46453b42017-03-03 01:40:111030 'ios': {
Sylvain Defresne81467d82017-05-29 09:06:141031 'filepath': 'ios/',
edchin46453b42017-03-03 01:40:111032 },
sdefresne18b47312015-06-18 15:15:091033 'ios_chrome': {
Sylvain Defresne81467d82017-05-29 09:06:141034 'filepath': 'ios/chrome/',
sdefresne18b47312015-06-18 15:15:091035 },
marqa4f135f2017-01-10 12:37:341036 'ios_clean': {
Sylvain Defresne81467d82017-05-29 09:06:141037 'filepath': 'ios/clean/',
marqa4f135f2017-01-10 12:37:341038 },
1039 'ios_showcase': {
Sylvain Defresne81467d82017-05-29 09:06:141040 'filepath': 'ios/showcase/',
marqa4f135f2017-01-10 12:37:341041 },
eugenebutb5a5a8572017-01-20 01:18:111042 'ios_web': {
Sylvain Defresne81467d82017-05-29 09:06:141043 'filepath': 'ios/web(_view)?/',
eugenebutb5a5a8572017-01-20 01:18:111044 },
Johanndfa4d7d2017-12-07 18:05:291045 'libaom': {
1046 'filepath': 'third_party/libaom/',
1047 },
Takeshi Yoshino524e1d262017-07-28 01:16:381048 'libvpx': {
Johanndfa4d7d2017-12-07 18:05:291049 'filepath': 'third_party/libvpx/',
vabraafbd4f32015-11-10 19:30:231050 },
[email protected]a3f777d2014-01-07 23:38:261051 'libwebp': {
1052 'filepath': 'third_party/libwebp'
1053 },
dominiccabb90e02017-03-31 04:54:231054 'libxml_xslt': {
1055 'filepath': 'third_party/libxml/' \
1056 '|third_party/libxslt/',
1057 },
[email protected]04a292a2013-03-07 19:58:421058 'linux_fonts': {
1059 'filepath': 'ui/gfx/font_render_params_.*|'\
deratcd2d6fb2015-02-12 00:10:411060 'ui/gfx/platform_font_linux.*|'\
1061 'ui/gfx/render_text_harfbuzz.*',
[email protected]04a292a2013-03-07 19:58:421062 },
1063 'linux_sandboxing': {
[email protected]f2f0fbb92012-07-14 15:52:491064 'filepath': 'sandbox/linux/',
[email protected]f76c8852012-06-21 16:37:001065 },
[email protected]04a292a2013-03-07 19:58:421066 'linux_seccomp_bpf': {
[email protected]d6a23612012-11-13 20:11:541067 'filepath': 'content/common/sandbox.*linux.cc',
[email protected]f76c8852012-06-21 16:37:001068 },
Takeshi Yoshino524e1d262017-07-28 01:16:381069 'login': {
1070 'filepath': 'chrome/browser/ui/login'
1071 },
lgrey62faed72016-10-11 21:40:391072 'mac': {
lgrey332339b12016-12-05 17:16:401073 'filepath': '(_|/)(cocoa|mac)(_|\.)|/(cocoa|mac)/|^((?!ios\/).)*\.mm?$',
lgrey62faed72016-10-11 21:40:391074 },
mlamourid8b0feb2015-06-02 16:30:471075 'manifest': {
1076 'filepath': 'content/(browser|renderer)/manifest/'\
1077 '|content/public/common/manifest*',
1078 },
James Cook2dc6d042018-04-24 22:00:201079 'mash_buildbot_filters': {
1080 'filepath': 'testing/buildbot/filters/mash.*filter',
1081 },
michaelpg32ca07902015-02-07 00:31:111082 'md_settings': {
michaelpge42ca3b32016-02-19 08:17:571083 'filepath': 'chrome/browser/resources/settings/'\
Dan Beam62f6f8fce2017-06-07 21:23:081084 '|chrome/browser/ui/webui/settings/'\
1085 '|chrome/test/data/webui/settings/',
michaelpg32ca07902015-02-07 00:31:111086 },
[email protected]f76c8852012-06-21 16:37:001087 'media': {
Francois Beaufort9ab59c82017-08-24 13:10:291088 'filepath': 'media|third_party/(ffmpeg|opus|libvpx)'
[email protected]f76c8852012-06-21 16:37:001089 },
mcasasfeedbe42017-03-03 05:23:561090 'media_capture_from_element': {
alancutter40359812017-03-03 08:20:271091 'filepath': 'content/renderer/media_capture_from_element/' \
Blink Reformata30d4232018-04-07 15:31:061092 '|third_party/blink/renderer/modules/mediacapture/' \
Kent Tamuraeb394c72018-04-07 19:14:551093 '|third_party/blink/renderer/platform/exported/web_canvas_capture' \
mcasasfeedbe42017-03-03 05:23:561094 '|third_party/WebKit/LayoutTests/fast/mediacapturefromelement/' \
Kent Tamuraeb394c72018-04-07 19:14:551095 '|third_party/blink/public/platform/web_canvas_capture'
mcasasfeedbe42017-03-03 05:23:561096 },
Tommy Steimel074a1822018-02-07 17:25:441097 'media_controls': {
Blink Reformata30d4232018-04-07 15:31:061098 'filepath': 'third_party/blink/renderer/modules/media_controls/'
Tommy Steimel074a1822018-02-07 17:25:441099 },
[email protected]06dd23172013-06-24 21:04:511100 'media_galleries': {
1101 'filepath': 'chrome/browser/extensions/api/media_galleries/'\
[email protected]06dd23172013-06-24 21:04:511102 '|chrome/browser/media_galleries/'\
1103 '|chrome/browser/storage_monitor/'\
1104 '|chrome/common/media_galleries/'\
Jay Civellicf995502017-09-08 23:59:271105 '|chrome/test/data/extensions/api_test/media_galleries/'
[email protected]06dd23172013-06-24 21:04:511106 },
Hirokazu Hondae31ce109a2018-09-18 11:18:501107 'media_gpu': {
1108 'filepath': 'media/gpu/',
1109 },
alokp9e369ea72e2016-06-10 05:41:091110 'media_mojo': {
Xiaohan Wang6cbdcdf2018-06-12 21:55:541111 'filepath': 'media/mojo/'
alokp9e369ea72e2016-06-10 05:41:091112 },
mcasasfeedbe42017-03-03 05:23:561113 'media_recorder': {
alancutter40359812017-03-03 08:20:271114 'filepath': 'content/renderer/media_recorder/' \
Blink Reformata30d4232018-04-07 15:31:061115 '|third_party/blink/renderer/modules/mediarecorder/' \
Kent Tamuraeb394c72018-04-07 19:14:551116 '|third_party/blink/renderer/platform/exported/web_media_recorder' \
mcasasfeedbe42017-03-03 05:23:561117 '|third_party/WebKit/LayoutTests/fast/mediarecorder/' \
Kent Tamuraeb394c72018-04-07 19:14:551118 '|third_party/blink/public/platform/web_media_recorder'
mcasasfeedbe42017-03-03 05:23:561119 },
miu5e69f1c52016-10-23 13:40:111120 'media_remoting': {
1121 'filepath': 'chrome/browser/media/cast_remoting'\
1122 '|media/blink/webmediaplayer_'\
1123 '|media/mojo/interfaces/remoting.mojom'\
1124 '|media/remoting/',
1125 },
kmarshallb698ad4f2015-02-24 19:42:481126 'media_router': {
mfoltz57fd7f32017-05-03 06:12:581127 'filepath': 'chrome/android/(java|junit)/src/org/chromium/chrome/browser/media/router/' \
1128 '|chrome/browser/media/router/' \
kmarshallb698ad4f2015-02-24 19:42:481129 '|chrome/browser/resources/media_router/' \
Takumi Fujimoto4bef2792018-05-03 17:51:551130 '|chrome/browser/ui/media_router/' \
mfoltz57fd7f32017-05-03 06:12:581131 '|chrome/browser/ui/views/media_router/' \
kmarshallb698ad4f2015-02-24 19:42:481132 '|chrome/browser/ui/webui/media_router/' \
Takumi Fujimoto4bef2792018-05-03 17:51:551133 '|chrome/common/media_router/' \
mfoltz57fd7f32017-05-03 06:12:581134 '|chrome/test/data/webui/media_router/' \
1135 '|chrome/test/media_router/' \
1136 '|chrome/utility/media_router/'
kmarshallb698ad4f2015-02-24 19:42:481137 },
Xiaohan Wang6cbdcdf2018-06-12 21:55:541138 'media_win': {
1139 'filepath': 'media/gpu/windows/'
1140 },
fmeawad4582cd22017-03-30 20:59:361141 'memory_coordinator': {
1142 'filepath': 'base/memory/memory_|' \
fmeawadd015b232017-03-31 02:22:451143 'content/browser/memory/|' \
1144 'content/child/memory/'
fmeawad4582cd22017-03-30 20:59:361145 },
[email protected]f76c8852012-06-21 16:37:001146 'message_loop': {
[email protected]f2f0fbb92012-07-14 15:52:491147 'filepath': 'base/message_'
[email protected]f76c8852012-06-21 16:37:001148 },
1149 'metrics': {
[email protected]f2f0fbb92012-07-14 15:52:491150 'filepath': 'base/metrics/'\
asvitkine361b276e2016-08-30 18:45:001151 '|chrome/android/java/src/org/chromium/chrome/browser/metrics/'\
[email protected]f2f0fbb92012-07-14 15:52:491152 '|chrome/browser/metrics/'\
[email protected]f2f0fbb92012-07-14 15:52:491153 '|chrome/browser/chromeos/external_metrics'\
[email protected]b0d594d2014-02-21 03:22:121154 '|chrome/browser/extensions/api/metrics_private/'\
[email protected]f2f0fbb92012-07-14 15:52:491155 '|chrome/browser/ui/webui/metrics_handler'\
asvitkineb7e10302016-01-20 05:17:451156 '|chromecast/browser/metrics/'\
asvitkinee4bad382015-11-05 21:56:451157 '|components/metrics/'\
asvitkineb7e10302016-01-20 05:17:451158 '|components/metrics_services_manager/'\
[email protected]ce6b855a2014-03-12 19:51:391159 '|components/rappor/'\
asvitkinee4bad382015-11-05 21:56:451160 '|components/variations/'\
[email protected]b0d594d2014-02-21 03:22:121161 # Exclude XML files; in particular, histograms.xml.
1162 '|tools/metrics/[^.]*([.](?!xml$).*)?$',
1163 },
1164 'metrics_xml_files': {
1165 # Subscribe to this to watch for changes to histograms.xml.
toyoshim8f51f902015-03-27 03:50:211166 'filepath': 'tools/metrics/.*\.xml$',
1167 },
1168 'midi': {
1169 'filepath': 'midi',
[email protected]f76c8852012-06-21 16:37:001170 },
[email protected]341f218a2013-09-24 22:16:101171 'mojo': {
1172 'filepath': 'mojo',
1173 },
Kyle Horimotoc4d57b122018-02-28 01:17:301174 'multidevice': {
Ryan Hansberry587c8082018-09-20 01:31:191175 'filepath': 'ash/multi_device_setup/'\
1176 '|chrome/browser/chromeos/device_sync/'\
1177 '|chrome/browser/chromeos/multidevice_setup/'\
1178 '|chrome/browser/chromeos/secure_channel/'\
Kyle Horimoto592f64c2018-03-28 23:43:221179 '|chrome/browser/resources/chromeos/multidevice_setup/'\
Ryan Hansberry587c8082018-09-20 01:31:191180 '|chrome/browser/resources/settings/multidevice_page/'\
1181 '|chrome/browser/ui/webui/chromeos/multidevice_setup/'\
1182 '|chrome/browser/ui/webui/settings/chromeos/multidevice'\
James Hawkinsf7e517c2018-03-30 21:01:141183 '|chromeos/components/proximity_auth/'\
Kyle Horimoto592f64c2018-03-28 23:43:221184 '|chromeos/services/device_sync/'\
1185 '|chromeos/services/multidevice_setup/'\
1186 '|chromeos/services/secure_channel/'\
Ryan Hansberry587c8082018-09-20 01:31:191187 '|components/cryptauth/'\
Kyle Horimoto9bace7f2018-09-21 23:36:481188 '|components/proximity_auth/logging'\
1189 '|ui/webui/resources/cr_components/chromeos/multidevice_setup/'
Kyle Horimotoc4d57b122018-02-28 01:17:301190 },
rjkroegef60dea862015-10-29 17:50:061191 'mus': {
Scott Violet9f984252018-08-27 19:02:131192 'filepath': 'services/ws/'\
rjkroegef60dea862015-10-29 17:50:061193 '|mojo/gpu/',
1194 },
[email protected]f76c8852012-06-21 16:37:001195 'nacl': {
[email protected]f2f0fbb92012-07-14 15:52:491196 'filepath': 'chrome/nacl/|chrome/test/nacl/|'\
[email protected]193912d2013-09-06 17:41:561197 'chrome/browser/nacl_host/|chrome/common/nacl|'\
1198 'native_client_sdk/src/doc/',
[email protected]f76c8852012-06-21 16:37:001199 },
[email protected]99ddc3d2013-01-22 16:15:331200 'native_client_sdk': {
1201 'filepath': '^native_client_sdk/',
1202 },
[email protected]b9ecdb62014-03-07 14:56:431203 'navigation': {
1204 'filepath': 'content/browser/frame_host|'\
1205 'content/browser/renderer_host/render_process_host.*|'\
1206 'content/browser/renderer_host/render_view_host.*|'\
1207 'content/browser/web_contents/web_contents_impl.*|'\
1208 'content/renderer/render_frame.*|'\
1209 'content/renderer/render_view.*'
1210 },
[email protected]f76c8852012-06-21 16:37:001211 'net': {
[email protected]f2f0fbb92012-07-14 15:52:491212 'filepath': 'net/',
[email protected]f76c8852012-06-21 16:37:001213 },
bnc1872e8bd2017-01-27 02:47:281214 'net_base': {
1215 'filepath': 'net/base/',
1216 },
bnc1872e8bd2017-01-27 02:47:281217 'net_http2': {
1218 'filepath': 'net/http2/',
1219 },
[email protected]f76c8852012-06-21 16:37:001220 'net_log': {
mmenke59e4d8fb42016-06-15 21:15:281221 'filepath': 'net/log/|' \
[email protected]f2f0fbb92012-07-14 15:52:491222 'chrome/browser/net/.*net_log|' \
[email protected]f2f0fbb92012-07-14 15:52:491223 'chrome/browser/resources/net_internals/|' \
mmenke59e4d8fb42016-06-15 21:15:281224 'chrome/browser/ui/webui/net_internals/|' \
Takeshi Yoshino6b30abd2017-07-16 03:34:511225 'components/net_log/'
[email protected]f76c8852012-06-21 16:37:001226 },
Adam Rice027497d2018-07-27 02:17:021227 'net_server': {
1228 'filepath': 'net/server/'
1229 },
bnc1872e8bd2017-01-27 02:47:281230 'net_spdy': {
1231 'filepath': 'net/spdy/',
1232 },
Adam Rice027497d2018-07-27 02:17:021233 'net_websockets': {
1234 'filepath': 'net/websockets/',
1235 },
jkarlin539748402015-03-31 17:36:311236 'netinfo': {
Josh Karlin1bd016742017-08-18 17:44:171237 'filepath': '/netinfo/',
jkarlin539748402015-03-31 17:36:311238 },
Helen Li30f43d8e2018-05-09 16:24:011239 'network_service': {
1240 'filepath': 'services/network/',
1241 },
Vincent Scheibd5da4d952017-11-03 01:33:241242 'nfc': {
1243 'filepath': '/nfc/',
1244 },
peterf4758412014-09-17 15:06:011245 'notifications': {
Peter Beverloo4548c852017-08-31 13:45:171246 'filepath': 'chrome/browser/extensions/api/notifications/|'\
1247 'chrome/browser/notifications/|'\
1248 'chrome/test/data/notifications/|'\
1249 'content/browser/notifications/|'\
Peter Beverloo4548c852017-08-31 13:45:171250 'content/common/platform_notification|'\
1251 'content/public/browser/platform_notification|'\
1252 'content/public/common/platform_notification|'\
1253 'content/renderer/notification_|'\
Xi Chengd47af342018-04-24 02:36:331254 'chrome/notification_helper/|'\
Peter Beverloo4548c852017-08-31 13:45:171255 'third_party/WebKit/LayoutTests/external/wpt/notifications|'\
1256 'third_party/WebKit/LayoutTests/http/tests/notifications|'\
Blink Reformata30d4232018-04-07 15:31:061257 'third_party/blink/renderer/modules/notifications|'\
1258 'third_party/blink/public/platform/modules/notifications|'\
peterf4758412014-09-17 15:06:011259 'ui/message_center/'
1260 },
tbansalc6f1c9f2016-09-30 22:48:421261 'nqe': {
1262 'filepath': 'nqe',
1263 },
mcwilliamsedee5042016-04-05 18:46:451264 'ntp_snippets': {
1265 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk16a37f902016-05-16 15:49:361266 'chrome/android/javatests/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk14c89352016-07-21 13:45:131267 'chrome/android/junit/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk117ffb322017-02-06 12:04:201268 'chrome/android/java/src/org/chromium/chrome/browser/suggestions/|'\
1269 'chrome/android/javatests/src/org/chromium/chrome/browser/suggestions/|'\
mvanouwerkerk538dc0b62016-05-17 14:55:341270 'chrome/browser/android/ntp/ntp_snippets|'\
mcwilliamsedee5042016-04-05 18:46:451271 'chrome/browser/ntp_snippets/|'\
mvanouwerkerk41649732016-05-17 13:37:001272 'chrome/browser/resources/snippets_internals|'\
1273 'chrome/browser/ui/webui/snippets_internals|'\
mcwilliamsedee5042016-04-05 18:46:451274 'components/ntp_snippets/|'\
1275 'chrome/android/java/res/layout/new_tab_page|'\
noyau451e6bb62016-12-23 14:29:041276 'chrome/android/java/res/layout/most_visited|'\
1277 'ios/chrome/browser/ntp_snippets'
mcwilliamsedee5042016-04-05 18:46:451278 },
treib70176c52016-07-08 14:34:191279 'ntp_tiles': {
1280 'filepath': 'chrome/browser/android/ntp/|'\
1281 'chrome/browser/ui/webui/ntp/|'\
1282 'chrome/common/search/ntp|'\
noyau451e6bb62016-12-23 14:29:041283 'components/ntp_tiles/|'\
1284 'ios/chrome/browser/ntp_tiles'
treib70176c52016-07-08 14:34:191285 },
peterb8ec88f82017-03-21 13:29:421286 'offline_items_collection': {
1287 'filepath': 'components/offline_items_collection/',
1288 },
dimichdce3ee492016-04-04 04:20:521289 'offline_pages': {
1290 'filepath': 'components/offline_pages/'\
fgorski329be5b2016-04-19 21:38:111291 '|chrome/browser/android/offline_pages/'\
1292 '|chrome/android/java/src/org/chromium/chrome/browser/offlinepages/'
dimichdce3ee492016-04-04 04:20:521293 },
[email protected]f76c8852012-06-21 16:37:001294 'omnibox': {
Justin Donnellyaa8447f2018-10-22 15:07:581295 'filepath': 'chrome/browser/autocomplete/|'\
Justin Donnelly0af1472f2017-10-20 15:24:401296 'chrome/browser/ui/location_bar/|'\
jdonnelly6fa5a21d2017-01-03 15:28:351297 'chrome/browser/ui/omnibox/|'\
Justin Donnelly0af1472f2017-10-20 15:24:401298 'chrome/browser/ui/.*/location_bar/|'\
jdonnelly6fa5a21d2017-01-03 15:28:351299 'chrome/browser/ui/.*/omnibox/|'\
Justin Donnellyaa8447f2018-10-22 15:07:581300 'components/omnibox/'
[email protected]f76c8852012-06-21 16:37:001301 },
Doug Arnetta94d3ae2017-11-07 00:10:341302 'optimization_guide': {
1303 'filepath': 'optimization_guide|'\
1304 'optimization_hints',
1305 },
chasej6dff9292016-02-02 20:33:121306 'origin_trials': {
Jason Chasedfcd02b2018-08-10 21:07:491307 'filepath': 'origin_trial'\
chasej68b8bbd2017-01-26 19:26:131308 '|OriginTrial'\
1309 '|ConditionalFeature',
chasej6dff9292016-02-02 20:33:121310 },
[email protected]4a2078e2013-07-18 20:40:201311 'ozone': {
[email protected]f93c2c92013-10-31 18:22:441312 'filepath': 'ui/ozone/|'\
[email protected]4b66bf922013-10-28 19:49:431313 'ui/events/ozone/|'\
1314 'ui/gfx/ozone/|'\
[email protected]4a2078e2013-07-18 20:40:201315 'ui/gl/gl_.*egl.*|'\
1316 'ui/gl/gl_.*ozone.*'
1317 },
lgarron9e25c7402017-03-15 04:03:111318 'page_info' : {
1319 'filepath': 'chrome/browser/ui/page_info/'\
1320 '|chrome/browser/ui/.*/page_info/'\
lgarron3428b2d32017-03-21 18:35:191321 '|chrome/android/java/src/org/chromium/chrome/browser/page_info/'\
lgarron6cd116a2017-04-07 19:42:181322 '|components/page_info_strings.grdp'\
Gregory Chatzinoffdf93d692017-09-09 01:32:271323 '|ios/chrome/browser/ui/page_info/'
lgarron6cd116a2017-04-07 19:42:181324 },
csharrison3b1dc4062015-10-19 14:31:081325 'page_load_metrics' : {
bmcquade9f433702016-07-26 23:33:501326 'filepath': 'chrome/browser/page_load_metrics/'\
1327 '|chrome/common/page_load_metrics/'\
1328 '|chrome/renderer/page_load_metrics/'
csharrison3b1dc4062015-10-19 14:31:081329 },
[email protected]f76c8852012-06-21 16:37:001330 'panels': {
[email protected]7cbe5a52012-09-27 02:00:291331 'filepath': 'chrome/browser/ui/panels'\
1332 '|chrome/browser/ui/cocoa/panels'\
[email protected]7cbe5a52012-09-27 02:00:291333 '|chrome/browser/ui/views/panels'
[email protected]f76c8852012-06-21 16:37:001334 },
[email protected]3cc8b3922014-05-05 13:12:081335 'password_manager': {
1336 'filepath': 'chrome/.*/password_'\
1337 '|chrome/browser/ui/passwords'\
1338 '|chrome/browser/ui/views/passwords'\
1339 '|chrome/test/data/password'\
1340 '|components/autofill.*password'
1341 '|components/password_'\
vabrccdb7222016-06-01 14:59:401342 '|^ios/chrome/browser/passwords'\
[email protected]3cc8b3922014-05-05 13:12:081343 },
rouslane8a22262016-10-19 20:49:411344 'payments': {
1345 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/payments'\
1346 '|chrome/android/javatests/src/org/chromium/chrome/browser/payments'\
Rouslan Solomakhin81af4cf2017-06-27 15:23:491347 '|chrome/browser/payments'\
1348 '|chrome/browser/ui/views/payments'\
Mohamad Ahmadi2b452762017-07-18 23:17:151349 '|components/payments/test/data'\
rouslana64ceca2016-10-26 01:10:311350 '|components/payments'\
Rouslan Solomakhin81af4cf2017-06-27 15:23:491351 '|content/browser/payments'\
1352 '|content/test/data/payments'\
1353 '|ios/chrome/browser/payments'\
1354 '|ios/chrome/browser/ui/payments'\
1355 '|ios/web/payments'\
1356 '|ios/web/public/payments'\
1357 '|third_party/WebKit/LayoutTests/external/wpt/payment-request'\
1358 '|third_party/WebKit/LayoutTests/http/tests/payments'\
1359 '|third_party/WebKit/LayoutTests/payments'\
Blink Reformata30d4232018-04-07 15:31:061360 '|third_party/blink/public/platform/modules/payments'\
1361 '|third_party/blink/renderer/modules/payments'
mahmadi0a7bb59f2017-02-22 19:13:491362 },
1363 'payments_ios': {
Rouslan Solomakhin81af4cf2017-06-27 15:23:491364 'filepath': 'ios/web/payments'\
1365 '|ios/chrome/browser/payments'\
1366 '|ios/chrome/browser/ui/payments'\
1367 '|ios/web/public/payments'
rouslane8a22262016-10-19 20:49:411368 },
[email protected]f76c8852012-06-21 16:37:001369 'pepper_api': {
[email protected]b8491b02013-11-13 03:50:581370 'filepath': 'ppapi/api'\
1371 '|ppapi/c',
[email protected]f76c8852012-06-21 16:37:001372 },
mlamourid8b0feb2015-06-02 16:30:471373 'permissions': {
1374 'filepath': 'content/(child,browser)/permissions/'\
1375 '|content/common/permission_*'\
1376 '|content/public/(common,browser)/permission_*'\
1377 '|chrome/browser/permissions/'\
1378 '|chrome/browser/content_settings/permission*'\
1379 '|permission_context',
1380 },
François Beaufortb2070eb2018-02-08 10:36:341381 'picture_in_picture': {
Blink Reformata30d4232018-04-07 15:31:061382 'filepath': 'third_party/blink/renderer/modules/picture_in_picture/'
François Beaufortb2070eb2018-02-08 10:36:341383 },
Lutz Justena67427102018-06-28 08:55:461384 'policy_templates': {
1385 'filepath': 'components/policy/resources/policy_templates.json'
1386 },
michaelpg11fff3f2015-02-06 03:35:341387 'polymer': {
1388 'filepath': 'third_party/polymer/|'\
michaelpgf94a2a22017-03-06 22:35:001389 'third_party/web-animations-js/|'\
dbeam78528be2016-02-18 07:08:491390 'tools/polymer|'\
michaelpg11fff3f2015-02-06 03:35:341391 'ui/webui/resources/polymer_resources.grdp',
1392 },
Charles Harrison981d33c2017-10-06 21:36:221393 'popup_blocker': {
1394 'filepath': 'chrome/browser/ui/blocked_content'
1395 },
twifkak0c69c1f2015-06-22 18:20:091396 'precache': {
1397 'filepath': '[pP]recache'
1398 },
[email protected]be775bc2014-06-30 15:41:141399 'prepopulated_engines': {
1400 'filepath': 'components/search_engines/prepopulated_engines.json',
1401 },
[email protected]f76c8852012-06-21 16:37:001402 'prerender': {
[email protected]78375a52012-07-14 14:47:571403 'filepath': 'prerender'
[email protected]f76c8852012-06-21 16:37:001404 },
mfoltz57fd7f32017-05-03 06:12:581405 'presentation': {
1406 'filepath': 'content/(browser|common|renderer)/presentation/' \
Blink Reformata30d4232018-04-07 15:31:061407 '|third_party/blink/public/platform/modules/presentation/' \
mfoltz57fd7f32017-05-03 06:12:581408 '|third_party/WebKit/LayoutTests/presentation/' \
Blink Reformata30d4232018-04-07 15:31:061409 '|third_party/blink/renderer/modules/presentation/'
mfoltz57fd7f32017-05-03 06:12:581410 },
rbpotter0d9edeed2018-08-03 14:11:581411 'print_preview': {
1412 'filepath': 'chrome/browser/resources/print_preview/' \
1413 '|chrome/browser/ui/webui/print_preview/'
1414 },
peter884896c72015-03-12 14:26:201415 'push_messaging': {
1416 'filepath': 'push_messaging'
1417 },
stkhapugin06503142016-12-07 14:32:121418 'reading_list': {
1419 'filepath': 'components/reading_list|'\
1420 'ios/chrome/browser/reading_list|'\
1421 'ios/chrome/browser/ui/reading_list',
1422 },
[email protected]f76c8852012-06-21 16:37:001423 'remoting': {
sergeyu05995a4f2017-01-24 21:26:011424 'filepath': '^remoting/' \
1425 '|^testing/chromoting'
[email protected]f76c8852012-06-21 16:37:001426 },
gab57e80c72014-12-08 21:06:131427 'rlz_id': {
1428 'filepath' :'rlz/lib/machine_id.cc|'\
1429 'rlz/lib/machine_id.h|'\
1430 'rlz/win/lib/machine_id_win.cc',
1431 },
Joe Medleya129fe32018-01-25 15:20:221432 'runtime_enabled_features': {
Blink Reformata30d4232018-04-07 15:31:061433 'filepath' : 'third_party/blink/renderer/platform/runtime_enabled_features.json5'
Joe Medleya129fe32018-01-25 15:20:221434 },
grt829c6a82014-10-20 09:29:321435 'safe_browsing': {
timvolodine41e95412017-03-14 02:55:341436 'filepath': 'chrome/(browser|common|renderer)/safe_browsing/|'\
1437 'components/safe_browsing/',
grt829c6a82014-10-20 09:29:321438 },
mlamourid8b0feb2015-06-02 16:30:471439 'screen_orientation': {
1440 'filepath': 'screen_orientation',
1441 },
Robert Sesekae79d38512018-09-04 18:13:301442 'security': {
1443 'filepath': 'base/json/'\
1444 '|base/memory/.*shared_memory'\
Robert Sesek61902db2018-10-09 19:15:451445 '|components/cbor/'\
1446 '|AndroidManifest',
Robert Sesekae79d38512018-09-04 18:13:301447 },
[email protected]0b431722014-01-08 07:21:511448 'service_worker': {
[email protected]edaf31d2014-03-07 00:09:171449 'filepath': 'content/(browser|renderer|child|common)/service_worker/',
[email protected]0b431722014-01-08 07:21:511450 },
Colin Blundell6d2669a2017-07-11 06:26:531451 'services_public': {
1452 'filepath': 'services/([^/]*/)*public/',
1453 },
alitoc5534d62017-04-21 01:48:581454 'settings_reset_prompt': {
1455 'filepath': 'chrome/browser/safe_browsing/settings_reset_prompt/'\
1456 '|chrome/browser/ui/views/settings_reset_prompt',
1457 },
dominickn8884155a2016-06-23 02:28:161458 'site_engagement': {
1459 'filepath': 'chrome/browser/engagement/|'\
1460 'chrome/browser/ui/webui/engagement/',
1461 },
[email protected]f76c8852012-06-21 16:37:001462 'site_instance': {
[email protected]f2f0fbb92012-07-14 15:52:491463 'filepath': 'content/browser/site_instance|'\
1464 'content/browser/browsing_instance',
[email protected]f76c8852012-06-21 16:37:001465 },
Ryan Hansberry587c8082018-09-20 01:31:191466 'smartlock': {
1467 'filepath': 'chrome/browser/apps/platform_apps/api/easy_unlock_private/'\
1468 '|chrome/browser/chromeos/login/easy_unlock/'\
1469 '|chrome/browser/resources/easy_unlock/'\
1470 '|chromeos/components/proximity_auth/'
1471 },
Zentaro Kavanagh608f8a12018-01-19 18:39:561472 'smb': {
1473 'filepath': 'chrome/browser/chromeos/file_system_provider'\
1474 '|chrome/browser/chromeos/smb_client'\
1475 '|chromeos/dbus/fake_smb_provider_client'\
1476 '|chromeos/dbus/smb_provider_client',
1477 },
Joe Medleya129fe32018-01-25 15:20:221478 'source_idls': {
Joe Medleyf7671752018-04-13 14:34:501479 'filepath': 'third_party/blink/renderer/(core|modules|platform)/.*\.idl',
Joe Medleya129fe32018-01-25 15:20:221480 },
[email protected]ad0295d2012-10-11 23:43:361481 'spellcheck': {
1482 'filepath': 'chrome/browser/spellchecker/'\
timvolodine8cdb94c2016-09-22 12:17:221483 '|chrome/browser/renderer_context_menu/spelling_'\
1484 '|components/spellcheck/'\
1485 '|third_party/hunspell/'\
1486 '|third_party/hunspell_dictionaries/',
[email protected]ad0295d2012-10-11 23:43:361487 },
Xi Cheng3920ab1b2018-09-10 20:03:581488 'stack_sampling_profiler': {
Xi Cheng36cac612018-09-11 00:46:401489 'filepath': 'components/metrics/*call_stack_profile*'\
1490 '|base/profiler/',
Xi Cheng3920ab1b2018-09-10 20:03:581491 },
Greg Thompson9ea091702018-01-04 11:06:321492 'startup': {
1493 'filepath': 'chrome/browser/ui/startup/',
1494 },
[email protected]67f39af2013-08-23 20:06:051495 'streams': {
1496 'filepath': 'content/browser/streams/',
1497 },
vmpstrcc1c08302015-11-18 06:05:511498 'styleguide': {
1499 'filepath': '^styleguide/',
1500 },
engedye7b734da2017-02-07 12:08:131501 'subresource_filter': {
Charles Harrisonfb3eac92017-06-26 21:26:021502 'filepath': 'subresource_filter|SubresourceFilter|url_pattern_index',
engedye7b734da2017-02-07 12:08:131503 },
[email protected]43d33e92014-07-14 16:39:311504 'supervised_users': {
1505 'filepath': 'chrome/browser/.*managed_mode'\
1506 '|chrome/browser/.*managed_user'\
1507 '|chrome/browser/.*supervised_user',
1508 },
[email protected]f76c8852012-06-21 16:37:001509 'sync': {
maxboguefa217942016-04-01 01:08:131510 'filepath': '^chrome/android/sync_shell/'\
1511 '|^chrome/browser/ui/sync/'\
1512 '|^chrome/browser/ui/views/sync/'\
1513 '|^chrome/test/android/javatests/src/org/chromium/chrome/test/util/browser/sync/'\
1514 '|^ios/chrome/browser/sync/'\
1515 '|^chrome/android/java/src/org/chromium/chrome/browser/sync/'\
1516 '|^chrome/browser/sync/'\
1517 '|^components/browser_sync/'\
Max Boguefef332d2016-07-28 22:09:091518 '|^components/sync/'\
maxboguefa217942016-04-01 01:08:131519 '|^components/sync_bookmarks/'\
Max Boguefef332d2016-07-28 22:09:091520 '|^components/sync_sessions/',
[email protected]f76c8852012-06-21 16:37:001521 },
[email protected]92871a102013-07-01 11:11:411522 'syncfs': {
1523 'filepath': 'sync_file_system',
1524 },
miu5e69f1c52016-10-23 13:40:111525 'tab_alert_indicators': {
1526 'filepath': 'content/browser/media/audio_stream_monitor'\
miu5e69f1c52016-10-23 13:40:111527 '|chrome/browser/ui/tabs/tab_utils'\
Peter Kasting479cc1752018-09-28 22:34:371528 '|chrome/browser/ui/views/tabs/alert_indicator'\
miu5e69f1c52016-10-23 13:40:111529 '|chrome/browser/ui/views/tabs/tab\.cc'\
1530 '|chrome/browser/ui/views/tabs/tab_renderer_data'\
1531 '|media/audio/audio_(output_controller|power_monitor)',
1532 },
[email protected]82d74152013-07-28 08:55:311533 'tab_capture': {
Adam Parker83a488462017-12-22 00:26:481534 'filepath': 'chrome/browser/extensions/api/tab_capture/'\
miu5e69f1c52016-10-23 13:40:111535 '|chrome/renderer/resources/extensions/tab_capture_custom_bindings.js'\
[email protected]31ef420b2014-08-13 21:19:131536 '|chrome/test/data/extensions/api_test/tab_capture/'\
Adam Parker83a488462017-12-22 00:26:481537 '|components/viz/common/(frame_sinks/copy_output_|gl_helper|yuv_)'\
1538 '|components/viz/service/display/'\
1539 '|components/viz/service/frame_sinks/(frame_sink_manager'\
1540 '|video_capture/)'\
[email protected]31ef420b2014-08-13 21:19:131541 '|content/browser/media/capture/'\
[email protected]31ef420b2014-08-13 21:19:131542 '|content/browser/renderer_host/media/(audio_'\
1543 '|media_stream_manager|video_)'\
miu5e69f1c52016-10-23 13:40:111544 '|content/public/renderer/media_stream_'\
1545 '|content/renderer/media/(media_stream|(.+audio_source))'\
[email protected]31ef420b2014-08-13 21:19:131546 '|media/audio/(audio_output_controller|fake_audio_|virtual_audio_)'\
1547 '|media/base/video_frame\.h'\
Adam Parker83a488462017-12-22 00:26:481548 '|media/capture/'\
1549 '|services/viz/privileged/interfaces/compositing/frame_sink',
[email protected]82d74152013-07-28 08:55:311550 },
[email protected]f76c8852012-06-21 16:37:001551 'tab_contents': {
[email protected]f2f0fbb92012-07-14 15:52:491552 'filepath': 'chrome/browser/tab_contents/|'\
1553 'content/browser/tab_contents/|'\
1554 'chrome/browser/ui/tab_contents/',
[email protected]f76c8852012-06-21 16:37:001555 },
tdresserd80646f2017-03-03 19:26:081556 'tbmv2_metrics': {
1557 'filepath': 'third_party/catapult/tracing/tracing/metrics'
1558 },
[email protected]5e105332012-09-13 01:55:521559 'tcmalloc': {
1560 'filepath': 'third_party/tcmalloc'
1561 },
[email protected]31a10602012-11-21 01:51:261562 'telemetry': {
nednguyen79105d422016-04-18 01:38:421563 'filepath': 'tools/perf/'
[email protected]31a10602012-11-21 01:51:261564 },
Takeshi Yoshino524e1d262017-07-28 01:16:381565 'test_runner': {
1566 'filepath': 'components/test_runner/' \
1567 '|content/shell/(common|browser|renderer)/layout_test/' \
1568 '|content/test/layouttest_support.cc' \
1569 '|content/public/test/layouttest_support.h' \
1570 },
[email protected]f76c8852012-06-21 16:37:001571 'tests': {
[email protected]f2f0fbb92012-07-14 15:52:491572 'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/',
[email protected]0cde05a02011-11-30 23:36:521573 },
jlkleinecc81952016-11-19 00:16:071574 'tether': {
Kyle Horimoto592f64c2018-03-28 23:43:221575 'filepath': 'chrome/browser/chromeos/tether/'\
1576 '|chrome/browser/ui/ash/network/tether*'\
Ryan Hansberry587c8082018-09-20 01:31:191577 '|chromeos/components/tether/'
jlkleinecc81952016-11-19 00:16:071578 },
[email protected]1cbbb30b2011-10-14 08:03:561579 'textinput': {
Yuichiro Hanadaf0b3b472017-10-17 07:00:531580 'filepath': 'chrome/browser/ui/input_method'\
[email protected]f2f0fbb92012-07-14 15:52:491581 '|content/browser/renderer_host/render_widget_host_view'\
1582 '|content/browser/renderer_host/text_input'\
1583 '|ui/base/ime/'\
[email protected]f2f0fbb92012-07-14 15:52:491584 '|ui/views/controls/textfield/'\
Yuichiro Hanadaf0b3b472017-10-17 07:00:531585 '|ui/wm/core/ime'
[email protected]1cbbb30b2011-10-14 08:03:561586 },
[email protected]3a117c62011-11-29 04:28:021587 'textinput_chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:491588 'filepath': 'chrome/browser/chromeos/input_method/'\
1589 '|chrome/browser/chromeos/extensions/input_method'\
1590 '|chrome/browser/chromeos/status/input_method'\
1591 '|chrome/browser/extensions/extension_input_'\
1592 '|chrome/browser/resources/keyboard'\
[email protected]f2f0fbb92012-07-14 15:52:491593 'chromeos/.*(language|keyboard)'\
[email protected]6bd9e802013-04-18 06:40:421594 '|chromeos/ime/*'
[email protected]3a117c62011-11-29 04:28:021595 },
chirantan96fcf6d2015-01-21 22:36:191596 'timers': {
1597 'filepath': 'base/timer/'\
1598 '|components/timers/'
1599 },
robliaofd54b5c2017-01-13 00:41:301600 'tools_win_chromeexts': {
1601 'filepath': 'tools/win/chromeexts',
1602 },
AJITH KUMAR V4f0c4812018-03-27 13:46:571603 'touch_selection': {
1604 'filepath': 'ui/touch_selection/'\
1605 '|content/public/android/java/src/org/chromium/content/browser/selection/'
1606 },
[email protected]c8eb7f72013-07-04 15:30:111607 'tracing': {
1608 'filepath': 'base/debug/trace_event.*'\
primianobef13b42015-01-30 15:29:311609 '|base/trace_event/'\
[email protected]c8eb7f72013-07-04 15:30:111610 '|content/browser/tracing/'\
Oystein Eftevaag6410f1a2018-03-01 18:06:301611 '|components/tracing/'\
1612 '|services/tracing/'
[email protected]c8eb7f72013-07-04 15:30:111613 },
[email protected]cf428f732012-10-02 20:48:151614 'ui_compositor': {
1615 'filepath': 'ui/compositor/layer\.|'\
1616 'ui/compositor/layer_unittest|'\
1617 'ui/compositor/compositor',
1618 },
robliao2c4b7492016-07-19 01:57:261619 'ui_display_win': {
1620 'filepath': '^ui/display/win',
1621 },
[email protected]6b5093c2012-05-23 19:10:181622 'ui_resources': {
[email protected]f2f0fbb92012-07-14 15:52:491623 'filepath': 'ui/resources/'\
1624 '|ui/base/native_theme/resources/'\
1625 '|chrome/app/theme/'
[email protected]6b5093c2012-05-23 19:10:181626 },
edwardjung83f52ef22017-02-07 13:15:071627 'ui_strings': {
1628 'filepath': 'chrome/app/generated_resources.grd'\
1629 '|chrome/app/google_chrome_strings.grd'\
1630 '|chrome/android/java/strings/android_chrome_strings.grd'\
1631 '|chrome/app/settings_strings.grdp'\
1632 '|ios/chrome/app/strings/ios(_.+)*_strings.grd'\
1633 '|ui/strings/ui_strings.grd',
1634 },
Vincent Scheibd5da4d952017-11-03 01:33:241635 'usb': {
1636 'filepath': '/usb/',
1637 },
Miguel Casas-Sancheza65d49a2017-12-11 03:27:481638 'vaapi': {
1639 'filepath': 'media/gpu/vaapi',
1640 },
[email protected]c73ec8ab2014-01-16 20:35:231641 'version_assembly': {
1642 'filepath': 'chrome/app/version_assembly',
1643 },
posciak62a72272016-05-11 08:31:241644 'video': {
1645 'filepath': 'content/browser/renderer_host/media/|'\
1646 'content/renderer/media/|'\
1647 'media/capture/video/|'\
1648 'media/filters/|'\
1649 'media/gpu/|'\
1650 '.*video.*',
1651 },
mcasas09e881c2016-04-09 02:09:501652 'video_capture': {
1653 'filepath': 'chrome/browser/media/.*(capture|media|webrtc)'\
1654 '|content/browser/renderer_host/media/.*(capture|media)'\
1655 '|content/renderer/media/.*(capture|media|webrtc)'\
1656 '|media/capture/'\
chfremer2a01a69b2017-01-06 02:39:011657 '|media/muxers/'\
1658 '|services/video_capture/',
mcasas09e881c2016-04-09 02:09:501659 },
Alexandre Courbot3e9e55a2018-04-05 05:29:421660 'video_gpu': {
1661 'filepath': 'content/renderer/media/|'\
1662 'media/capture/video/|'\
1663 'media/gpu/',
1664 },
[email protected]f76c8852012-06-21 16:37:001665 'views': {
1666 # Applies to all files and subdirs within this directory.
[email protected]f2f0fbb92012-07-14 15:52:491667 'filepath': '^ui/views/',
[email protected]f76c8852012-06-21 16:37:001668 },
[email protected]ef514a32014-02-26 01:02:351669 'virtual_keyboard': {
1670 'filepath': 'ui/keyboard/'\
oka47452c22017-02-17 05:07:571671 '|chrome/test/data/chromeos/virtual_keyboard/'\
1672 '|extensions/browser/api/virtual_keyboard_private/'\
James Cooka35a1e22017-04-08 02:33:081673 '|ash/system/virtual_keyboard/'\
oka47452c22017-02-17 05:07:571674 '|ash/virtual_keyboard',
[email protected]ef514a32014-02-26 01:02:351675 },
billorr3c7e1442016-11-11 21:21:351676 'virtual_reality': {
David Dorwina4a2b73c2018-05-18 22:39:561677 # Includes VR, AR, and XR.
Michael Thiessena7bec5b2018-07-12 19:10:041678 'filepath': '/vr/'\
David Dorwina4a2b73c2018-05-18 22:39:561679 '|/xr'\
1680 '|third_party/arcore'\
1681 '|third_party/gvr'\
1682 '|third_party/libovr'\
1683 '|third_party/openvr',
billorr3c7e1442016-11-11 21:21:351684 },
Vincent Scheibd5da4d952017-11-03 01:33:241685 'wake_lock': {
1686 'filepath': 'wake_lock',
1687 },
Devin Mullins4ff9b282018-03-09 00:37:321688 'web_package': {
1689 'filepath': 'content/browser/loader/prefetch_url_loader'\
1690 '|content/browser/web_package/'\
Kunihiko Sakamotoba390852018-07-11 01:08:551691 '|content/test/data/sxg/'
Devin Mullins4ff9b282018-03-09 00:37:321692 },
Matt Giuca9eb910d2017-08-02 04:07:381693 'web_share': {
1694 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/webshare/'\
1695 '|chrome/android/javatests/src/org/chromium/chrome/browser/WebShare.*'\
1696 '|chrome/browser/ui/views/webshare/'\
1697 '|chrome/browser/webshare/'\
1698 '|third_party/WebKit/LayoutTests/webshare/'\
1699 '|third_party/WebKit/LayoutTests/external/wpt/web-share/'\
Blink Reformata30d4232018-04-07 15:31:061700 '|third_party/blink/public/platform/modules/webshare/'\
1701 '|third_party/blink/renderer/modules/webshare/',
Matt Giuca9eb910d2017-08-02 04:07:381702 },
Martin Kreichgauer794a18572018-07-20 20:45:431703 'webauthn': {
1704 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/webauth/'\
1705 '|chrome/android/javatests/src/org/chromium/chrome/browser/webauth/'\
1706 '|chrome/browser/webauthn/'\
1707 '|chrome/browser/ui/webauthn/'\
1708 '|chrome/browser/ui/views/webauthn/'\
1709 '|content/browser/webauth/'\
1710 '|device/fido/'\
1711 '|third_party/blink/public/platform/modules/webauth/',
1712 },
Corentin Wallez3f1d0852018-07-04 15:45:361713 'webgpu': {
1714 'filepath': 'third_party/blink/renderer/modules/webgpu/',
1715 },
Takeshi Yoshinoe387aa32017-08-02 13:16:131716 'webrtc_browser_tests': {
1717 'filepath': 'chrome/browser/media/.*webrtc.*browsertest|'\
1718 'content/browser/media/.*webrtc.*browsertest',
1719 },
[email protected]208879542012-07-05 11:15:341720 'website_settings': {
[email protected]f2f0fbb92012-07-14 15:52:491721 'filepath': 'chrome/browser/content_settings/'\
1722 '|chrome/browser/ui/views/website_settings/'\
1723 '|chrome/browser/ui/website_settings/'\
mukai077089f2014-09-11 18:41:521724 '|chrome/common/content_settings'\
1725 '|components/content_settings/',
[email protected]208879542012-07-05 11:15:341726 },
[email protected]b17d9e02014-07-29 09:45:501727 'windows_sandboxing': {
1728 'filepath': 'sandbox/win/',
1729 },
[email protected]f76c8852012-06-21 16:37:001730 'x11': {
[email protected]f2f0fbb92012-07-14 15:52:491731 'filepath': 'content/browser/renderer_host/backing_store_x\.' \
1732 '|chrome/browser/chromeos/input_method/xkeyboard\.' \
1733 '|chrome/browser/chromeos/system_key_event_listener\.' \
[email protected]f76c8852012-06-21 16:37:001734 '|chrome/browser/chromeos/'\
[email protected]f2f0fbb92012-07-14 15:52:491735 'xinput_hierarchy_changed_event_listener\.' \
1736 '|chrome/browser/chromeos/wm_' \
1737 '|ui/base/x/'
[email protected]0d710852012-05-24 01:18:401738 },
wjmaclean3ff6a402015-03-31 19:00:201739 'zoom': {
1740 'filepath': 'chrome/browser/ui/zoom/' \
1741 '|components/ui/zoom/' \
1742 '|content/browser/host_zoom_*' \
1743 '|content/browser/storage_partition_impl*' \
1744 '|content/public/browser/host_zoom_map.h' \
1745 '|content/public/browser/storage_partition.h'
1746 },
[email protected]a3838612009-10-13 21:57:541747 },
[email protected]ca872e362011-07-12 21:06:031748
pennymac962d190432016-07-27 00:58:351749 ##############################################################################
1750 # Please keep alphabetical
1751 ##############################################################################
[email protected]a3838612009-10-13 21:57:541752 'WATCHLISTS': {
Joe Medley1e1bb652018-04-27 17:36:591753 'about_flags': ['[email protected]',
1754 '[email protected]'],
mazda6471d0e2015-10-02 06:32:551755 'accelerator_table': ['[email protected]',
[email protected]f76c8852012-06-21 16:37:001756 '[email protected]'],
dmazzoni5f4b7f12015-02-17 16:35:571757 'accessibility': ['[email protected]',
Aaron Leventhal978557022017-06-09 15:39:411758 '[email protected]',
dmazzoni5f4b7f12015-02-17 16:35:571759 '[email protected]',
dougtcd8ac01d2017-03-24 16:23:401760 '[email protected]',
[email protected]f76c8852012-06-21 16:37:001761 '[email protected]',
je_julie.kima170bac2015-05-06 14:57:541762 '[email protected]',
Katie Dektara52038e42017-12-06 21:00:311763 '[email protected]',
dmazzoni5f4b7f12015-02-17 16:35:571764 '[email protected]',
[email protected]f76c8852012-06-21 16:37:001765 '[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:261766 'add_to_homescreen': ['[email protected]',
Xi Han50f523a1d2017-07-19 15:56:111767 '[email protected]',
F07b660412017-08-01 20:53:061768 '[email protected]'],
Peter Wen35bf5932018-10-22 19:51:481769 'android_crash_reporting': ['[email protected]',
1770 '[email protected]'],
johnmaguire6aaac7902016-03-15 12:28:201771 'android_crazy_linker': ['[email protected]'],
Peter Wen35bf5932018-10-22 19:51:481772 'android_deps': ['[email protected]'],
dfalcantaraef21e9e2016-01-07 01:16:261773 'android_infobars': ['[email protected]'],
agrieve4d9c1c52016-09-23 17:49:381774 'android_infra': ['[email protected]',
Eric Stevenson1a03deb2018-06-22 20:40:131775 '[email protected]',
Andrew Grieve5babdbfc2017-08-16 01:26:491776 '[email protected]'],
Takeshi Yoshino524e1d262017-07-28 01:16:381777 'android_item_chooser_dialogs': ['[email protected]',
1778 '[email protected]'],
Peter Wen35bf5932018-10-22 19:51:481779 'android_lint': ['[email protected]'],
lizebf34f69b2016-03-30 16:08:531780 'android_loading': ['[email protected]',
drogere76b5632016-03-31 14:14:411781 '[email protected]'],
Daniele Castagna7c829d692018-02-12 16:09:081782 'android_media': ['[email protected]'],
Ted Choc042d8442018-03-13 16:35:571783 'android_search_widget': ['[email protected]',
1784 '[email protected]'],
nyquistf602bd02017-02-16 23:17:441785 'android_studio': ['[email protected]',
1786 '[email protected]'],
Daniele Castagna7c829d692018-02-12 16:09:081787 'android_tab': ['[email protected]'],
asvitkine361b276e2016-08-30 18:45:001788 'android_uma_settings': ['[email protected]',
1789 '[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:261790 'android_webapk': ['[email protected]'],
[email protected]7ca78dc12012-09-20 09:26:441791 'android_webview': ['[email protected]'],
Yi Guc1c54682018-07-23 12:00:001792 'animation_worklet': ['[email protected]',
1793 '[email protected]'],
Matt Giuca9eb910d2017-08-02 04:07:381794 'app_list': ['[email protected]'],
Dominick Ngdd2f0112018-07-18 01:41:551795 'app_shortcuts': ['[email protected]',
1796 '[email protected]',
Matt Giuca9eb910d2017-08-02 04:07:381797 '[email protected]'],
pennymac962d190432016-07-27 00:58:351798 'apps': ['[email protected]',
Dominick Ngfe197c752018-07-18 00:51:261799 '[email protected]',
pennymac962d190432016-07-27 00:58:351800 '[email protected]'],
lhchavez4b19176f2016-05-04 23:12:461801 'arc': ['[email protected]',
hidehiko49f0b7c2016-05-24 10:59:471802 '[email protected]',
victorhsieh52feccd2017-02-27 18:27:021803 '[email protected]',
Junichi Uekawa38d20c12018-03-22 03:31:301804 '[email protected]',
1805 '[email protected]'],
lhchavez61532c92016-10-18 21:33:371806 'arc_auth': ['[email protected]'],
Ryo Hashimoto611b8fc52018-09-28 10:01:201807 'arc_common': ['[email protected]'],
Shuhei Takahashiaf68cff2017-07-24 05:17:121808 'arc_fileapi': ['[email protected]'],
poromov7633f602017-02-21 16:44:011809 'arc_kiosk': ['[email protected]'],
lhchavez4b19176f2016-05-04 23:12:461810 'arc_net': ['[email protected]',
1811 '[email protected]',
1812 '[email protected]'],
ejcarusoa298ec02016-06-16 20:30:431813 'arc_power': ['[email protected]'],
Hirokazu Hondaf98a3122018-04-12 11:19:481814 'arc_video_accelerator': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351815 'ash': ['[email protected]',
1816 '[email protected]'],
Xiaohui Chenf7e70a22018-02-08 00:36:381817 'assistant': ['[email protected]'],
Max Morin2b0206312018-04-06 11:17:401818 'audio_service': ['[email protected]',
1819 '[email protected]',
1820 '[email protected]'],
pennymac962d190432016-07-27 00:58:351821 'aura': ['[email protected]',
1822 '[email protected]'],
[email protected]c3a6e1e72013-08-02 00:13:071823 'aura_compositor': ['[email protected]',
1824 '[email protected]',
pennymac962d190432016-07-27 00:58:351825 '[email protected]',
danakj3695c582016-10-26 21:54:431826 '[email protected]'],
Jared Saul4765c1e2018-06-18 13:44:571827 'autofill': ['[email protected]',
1828 '[email protected]',
sebsg55d59d82018-06-19 18:29:521829 '[email protected]',
sebsgbbfbea02016-10-24 21:54:591830 '[email protected]',
Anthony Vallee-Dubois866affd22018-03-19 15:13:211831 '[email protected]',
Jared Saul4765c1e2018-06-18 13:44:571832 '[email protected]',
Tommy Martino7e7d74082018-04-09 19:25:051833 '[email protected]',
Jared Saul4765c1e2018-06-18 13:44:571834 '[email protected]'],
Mathias Carlenc61d8072018-08-21 16:18:241835 'autofill_assistant': ['[email protected]'],
Jared Saul4765c1e2018-06-18 13:44:571836 'autofill_credit_cards': ['[email protected]'],
Dan Elphick08d1fd42018-04-26 10:22:331837 'background_fetch': ['[email protected]',
Mugdha Lakhani6876ba12018-04-06 13:12:281838 '[email protected]',
Dan Elphick08d1fd42018-04-26 10:22:331839 '[email protected]'],
Jason Chasedfcd02b2018-08-10 21:07:491840 'background_sync': ['[email protected]',
pennymac962d190432016-07-27 00:58:351841 '[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:261842 'banners': ['[email protected]',
Xi Han50f523a1d2017-07-19 15:56:111843 '[email protected]',
F07b660412017-08-01 20:53:061844 '[email protected]'],
Takeshi Yoshino524e1d262017-07-28 01:16:381845 'base': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:191846 'base_allocator': ['[email protected]',
[email protected]b17d9e02014-07-29 09:45:501847 '[email protected]'],
[email protected]1ed5e0fd2012-07-19 00:19:051848 'base_memory': ['[email protected]'],
Alexander Timin864bf8a02018-03-12 11:06:281849 'base_scheduler': ['[email protected]'],
robliao1644d8b2016-04-11 15:39:591850 'base_task_scheduler': ['[email protected]',
1851 '[email protected]',
1852 '[email protected]'],
pennymac962d190432016-07-27 00:58:351853 'base_win': ['[email protected]',
Robert Liao27a2fa12017-10-20 18:34:481854 '[email protected]',
pennymac962d190432016-07-27 00:58:351855 '[email protected]'],
[email protected]7e093d4022014-06-26 19:19:551856 'battery_status': ['[email protected]'],
wnwen72684762017-03-29 13:28:371857 'binary_size': ['[email protected]',
Peter Wen35bf5932018-10-22 19:51:481858 '[email protected]'],
pennymac962d190432016-07-27 00:58:351859 'blink': ['[email protected]'],
1860 'blink_accessibility': ['[email protected]',
1861 '[email protected]',
dougtcd8ac01d2017-03-24 16:23:401862 '[email protected]',
horo8e9a01572016-07-27 06:05:311863 '[email protected]',
pennymac962d190432016-07-27 00:58:351864 '[email protected]'],
1865 'blink_animation': ['[email protected]',
1866 '[email protected]',
1867 '[email protected]',
1868 '[email protected]',
1869 '[email protected]'],
1870 'blink_app_banner': ['[email protected]'],
1871 'blink_audio': ['[email protected]',
1872 '[email protected]'],
1873 'blink_battery_status': ['[email protected]',
1874 '[email protected]'],
pennymac962d190432016-07-27 00:58:351875 'blink_bindings': ['[email protected]'],
jbroman9ac2d532016-09-01 18:20:081876 'blink_bindings_serialization': ['[email protected]'],
Conley Owensd744e392018-04-24 19:18:571877 'blink_bluetooth': ['[email protected]',
Vincent Scheibf01b55ff22018-01-10 21:05:061878 '[email protected]'],
Fernando Serboncinife13f9d2018-08-14 13:35:541879 'blink_canvas': [ '[email protected]',
1880 '[email protected]'],
pennymac962d190432016-07-27 00:58:351881 'blink_client_hints': ['[email protected]'],
1882 'blink_clipboard': ['[email protected]'],
Kinuko Yasuda4a342642018-03-01 09:29:551883 'blink_common': ['[email protected]',
1884 '[email protected]'],
Kentaro Hara993b0de2017-08-07 02:26:371885 'blink_controller': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351886 'blink_css': ['[email protected]',
1887 '[email protected]',
danakjc1e13d4e2018-05-04 21:34:421888 '[email protected]'],
pennymac962d190432016-07-27 00:58:351889 'blink_css_flexbox': ['[email protected]'],
Morten Stenshorne4f1b3022017-11-14 12:05:371890 'blink_css_fragmentation_tests': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351891 'blink_css_grid_layout': ['[email protected]',
horo8e9a01572016-07-27 06:05:311892 '[email protected]',
pennymac962d190432016-07-27 00:58:351893 '[email protected]'],
Dimitri Glazkov33286c62017-12-08 23:34:251894 'blink_custom_elements': ['[email protected]'],
Oksana Zhuravlova5e236ec92018-07-25 00:16:031895 'blink_device_orientation': ['[email protected]',
1896 '[email protected]',
1897 '[email protected]',
pennymac962d190432016-07-27 00:58:351898 '[email protected]'],
1899 'blink_devtools': ['[email protected]',
1900 '[email protected]',
1901 '[email protected]',
1902 '[email protected]',
1903 '[email protected]',
lushnikovc5bd7ca2016-07-27 17:19:391904 '[email protected]'],
pennymac962d190432016-07-27 00:58:351905 'blink_dom': ['[email protected]',
danakjc1e13d4e2018-05-04 21:34:421906 '[email protected]'],
Hayato Ito5fc828c2017-07-05 08:02:321907 'blink_dom_events': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351908 'blink_events': ['[email protected]',
pennymac962d190432016-07-27 00:58:351909 '[email protected]',
1910 '[email protected]'],
1911 'blink_fetch': ['[email protected]',
1912 '[email protected]',
Takeshi Yoshino9d7588a32017-07-31 07:17:341913 '[email protected]'],
pennymac962d190432016-07-27 00:58:351914 'blink_fileapi': ['[email protected]',
1915 '[email protected]',
1916 '[email protected]'],
haraken98d0827a2017-02-27 00:55:191917 'blink_frames': ['[email protected]'],
Mounir Lamouria33886c2018-02-07 10:00:371918 'blink_geolocation': ['[email protected]'],
Nico Weberb6975cc2018-06-19 10:51:451919 'blink_heap': ['[email protected]',
pennymac962d190432016-07-27 00:58:351920 '[email protected]',
1921 '[email protected]'],
Dimitri Glazkov33286c62017-12-08 23:34:251922 'blink_html': ['[email protected]'],
csharrisonf357e9632016-07-29 01:27:221923 'blink_htmlparser': ['[email protected]',
1924 '[email protected]'],
pennymac962d190432016-07-27 00:58:351925 'blink_indexed_db': ['[email protected]',
1926 '[email protected]'],
1927 'blink_input': ['[email protected]',
Navid Zolghadrf7ac0562018-08-02 21:43:161928 '[email protected]'],
pennymac962d190432016-07-27 00:58:351929 'blink_layers': ['[email protected]'],
1930 'blink_layout': ['[email protected]',
1931 '[email protected]',
pennymac962d190432016-07-27 00:58:351932 '[email protected]',
1933 '[email protected]',
1934 '[email protected]'],
Ojan Vafai1fa1ec52018-04-11 17:56:401935 'blink_layout_ng': ['[email protected]',
atotic30c8eba2016-10-28 13:24:071936 '[email protected]',
dgroganf9744ea2017-01-18 23:23:261937 '[email protected]',
lchoi2ba79a72017-05-25 00:23:051938 '[email protected]',
Xiaocheng Hu8bd4d8072017-10-25 23:44:321939 '[email protected]',
1940 '[email protected]'],
pennymac962d190432016-07-27 00:58:351941 'blink_loader': ['[email protected]',
1942 '[email protected]',
Takeshi Yoshinoab2ce8562017-11-09 05:19:191943 '[email protected]'],
pennymac962d190432016-07-27 00:58:351944 'blink_media': ['[email protected]',
1945 '[email protected]',
srirama.mdec4f512016-09-06 08:22:191946 '[email protected]',
1947 '[email protected]'],
pennymac962d190432016-07-27 00:58:351948 'blink_media_queries': ['[email protected]',
1949 '[email protected]'],
mcasas9558316b2017-03-10 18:57:311950 'blink_mediastream': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351951 'blink_modules': ['[email protected]'],
1952 'blink_navigator_content_utils': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351953 'blink_out_of_process_frames': ['[email protected]',
1954 '[email protected]'],
pennymac962d190432016-07-27 00:58:351955 'blink_paint' : ['[email protected]',
chrishtr4030de342016-10-03 23:57:591956 '[email protected]'],
Xida Chen0ef92782018-01-17 05:53:351957 'blink_paintworklet' : ['[email protected]'],
panickere9ffa3f2017-04-10 18:26:061958 'blink_performance_timing': ['[email protected]'],
Balazs Engedy23f08852018-09-24 23:39:581959 'blink_permissions': ['[email protected]',
1960 '[email protected]'],
kinukoc462adb2016-12-22 12:58:491961 'blink_platform': ['[email protected]'],
ajumabd2c9c22017-05-01 21:29:501962 'blink_platform_graphics': ['[email protected]',
pennymac962d190432016-07-27 00:58:351963 '[email protected]',
1964 '[email protected]',
1965 '[email protected]',
fmalita9710b732017-02-17 05:10:021966 '[email protected]',
Justin Novosad5966c962018-07-25 19:02:281967 '[email protected]',
pennymac962d190432016-07-27 00:58:351968 '[email protected]',
pennymac962d190432016-07-27 00:58:351969 '[email protected]'],
Takeshi Yoshino524e1d262017-07-28 01:16:381970 'blink_preloadScanner': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351971 'blink_prerender': ['[email protected]',
1972 '[email protected]'],
Dimitri Glazkov33286c62017-12-08 23:34:251973 'blink_public_api': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351974 'blink_quota': ['[email protected]',
1975 '[email protected]',
1976 '[email protected]'],
Alexander Timin864bf8a02018-03-12 11:06:281977 'blink_scheduler': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351978 'blink_screen_orientation': ['[email protected]'],
Kouhei Ueno43382932017-05-30 04:43:571979 'blink_script': ['[email protected]',
Takayoshi Kochi57997382018-07-19 03:57:591980 '[email protected]'],
David Bokan9dc0046272017-12-29 00:28:011981 'blink_scroll': ['[email protected]'],
Matt Falkenhagenca7fbb62018-07-10 09:21:431982 'blink_service_worker': ['[email protected]',
pennymac962d190432016-07-27 00:58:351983 '[email protected]',
1984 '[email protected]',
1985 '[email protected]',
pennymac962d190432016-07-27 00:58:351986 '[email protected]',
1987 '[email protected]',
tzik749ae1e2018-07-20 05:05:011988 '[email protected]'],
Matt Falkenhagenca7fbb62018-07-10 09:21:431989 'blink_service_worker_tests': ['[email protected]'],
Hayato Ito5fc828c2017-07-05 08:02:321990 'blink_shadow_dom': ['[email protected]'],
timvolodine8cdb94c2016-09-22 12:17:221991 'blink_spellcheck' : ['[email protected]',
xiaochengh4a3c84e2017-03-28 07:15:321992 '[email protected]',
Xiaocheng Hu8bd4d8072017-10-25 23:44:321993 '[email protected]'],
jbroman69166ca82017-04-04 21:01:361994 'blink_spv2_layout_tests': ['[email protected]'],
Adam Rice027497d2018-07-27 02:17:021995 'blink_streams': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351996 'blink_style': ['[email protected]'],
1997 'blink_svg': ['[email protected]',
fmalita9710b732017-02-17 05:10:021998 '[email protected]',
pennymac962d190432016-07-27 00:58:351999 '[email protected]',
pennymac962d190432016-07-27 00:58:352000 '[email protected]',
2001 '[email protected]',
pennymac962d190432016-07-27 00:58:352002 '[email protected]'],
pennymac962d190432016-07-27 00:58:352003 'blink_track': ['[email protected]',
2004 '[email protected]',
2005 '[email protected]',
Sriram8d3e0e22017-11-09 10:40:162006 '[email protected]',
2007 '[email protected]'],
mvanouwerkerk38f632c62017-04-13 10:35:312008 'blink_vibration': ['[email protected]'],
David Bokan9dc0046272017-12-29 00:28:012009 'blink_viewport_interaction': ['[email protected]',
2010 '[email protected]'],
pennymac962d190432016-07-27 00:58:352011 'blink_w3ctests': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352012 'blink_webp': ['[email protected]',
2013 '[email protected]',
2014 '[email protected]'],
Adam Rice027497d2018-07-27 02:17:022015 'blink_websockets': ['[email protected]',
2016 '[email protected]'],
pennymac962d190432016-07-27 00:58:352017 'blink_workers': ['[email protected]',
falken6731ece42016-10-12 01:41:502018 '[email protected]',
pennymac962d190432016-07-27 00:58:352019 '[email protected]',
shimazu99de61f2016-09-07 03:57:412020 '[email protected]',
2021 '[email protected]'],
Raphael Kubo da Costaae598192018-05-29 11:14:242022 'blink_wtf': ['[email protected]'],
Joel Hockey0db16432018-03-09 22:41:492023 'blink_xml': ['[email protected]',
2024 '[email protected]'],
noyauce460872016-09-09 11:54:002025 'bookmarks': ['[email protected]'],
donnd787f6ed2016-08-03 01:00:562026 'bottombar': ['[email protected]',
2027 '[email protected]'],
Tarun Bansalc4882282018-07-11 23:53:552028 'breve': ['[email protected]'],
[email protected]22650d22012-07-18 17:02:352029 'browser_components': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352030 'browser_compositor': ['[email protected]',
2031 '[email protected]'],
michaelpge42ca3b32016-02-19 08:17:572032 'browser_resources_md': ['[email protected]'],
Christian Dullwebered2c82b2018-04-10 08:37:222033 'browsing_data': ['[email protected]',
2034 '[email protected]',
msramek878b39d92016-04-20 07:55:332035 '[email protected]'],
Rouslan Solomakhin0b13446c2018-07-18 14:47:072036 'bubble': ['[email protected]'],
Josh Karlin1bd016742017-08-18 17:44:172037 'cache_storage': ['[email protected]'],
Xiangjun Zhang880262a2018-08-07 22:35:382038 'cast': ['[email protected]',
2039 '[email protected]',
miua1710162015-08-27 01:38:092040 '[email protected]',
[email protected]ad8ff0e2013-12-13 09:24:122041 '[email protected]',
miua1710162015-08-27 01:38:092042 '[email protected]',
Xiangjun Zhang880262a2018-08-07 22:35:382043 '[email protected]',
miua1710162015-08-27 01:38:092044 '[email protected]'],
ryanchung4d157372016-05-10 20:27:162045 'cast_certificate': ['[email protected]',
mfoltz57fd7f32017-05-03 06:12:582046 '[email protected]',
ryanchung24f9d7b2017-01-12 19:18:342047 '[email protected]'],
Adam Parkera556b7a2018-05-22 17:53:192048 'cast_channel': ['[email protected]',
Adam Parker41b9e4cb2017-08-14 17:09:122049 '[email protected]',
Ryan Ki Sing Chung27cc7ed92017-07-25 21:53:472050 '[email protected]'],
[email protected]c863702a2012-09-14 20:05:282051 'cc': ['[email protected]'],
Yi Guc1c54682018-07-23 12:00:002052 'cc-animation': ['[email protected]',
2053 '[email protected]'],
danakjca574522017-09-20 16:38:592054 'cc-contexts': ['[email protected]'],
2055 'cc-display': ['[email protected]'],
2056 'cc-paint': ['[email protected]'],
2057 'cc-quads': ['[email protected]'],
2058 'cc-resources': ['[email protected]'],
Alexander Timin864bf8a02018-03-12 11:06:282059 'cc-scheduler': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352060 'certificate_transparency': ['[email protected]',
2061 '[email protected]',
martijnccdd0542016-11-07 18:49:272062 '[email protected]',
pennymac962d190432016-07-27 00:58:352063 '[email protected]'],
Joe Mason60ec2f32018-02-15 15:50:512064 'chrome_cleaner': ['[email protected]',
Joe Mason60ec2f32018-02-15 15:50:512065 '[email protected]'],
Penny MacNeil0ced2cb2018-07-30 21:09:492066 'chrome_elf': ['[email protected]'],
lpy0ca13772017-02-28 19:48:272067 'chrome_grc': ['[email protected]'],
[email protected]d5b21972012-07-20 02:06:012068 'chrome_views': ['[email protected]'],
alokp9d869cc12016-05-27 01:46:312069 'chromecast': ['[email protected]',
2070 '[email protected]',
halliwellfa56b3a42015-09-04 21:42:572071 '[email protected]'],
gfhuang2548f902016-02-26 02:29:212072 'chromecast_public': ['[email protected]'],
kereliuk08eda794c2018-09-05 16:10:232073 'chromedriver': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352074 'chromeos': ['[email protected]'],
2075 'chromeos_attestation': ['[email protected]'],
2076 'chromeos_calculator': ['[email protected]'],
alematec5187b1b2016-08-26 05:32:182077 'chromeos_geolocation': ['[email protected]'],
Achuith Bhandarkar434e24592018-03-07 23:05:122078 'chromeos_lkgm': ['[email protected]',
Benjamin Pastened7029352018-04-17 19:09:102079 '[email protected]',
Achuith Bhandarkar434e24592018-03-07 23:05:122080 '[email protected]'],
alematec5187b1b2016-08-26 05:32:182081 'chromeos_login': ['[email protected]',
Jacob Dufaulted1ef2bc2018-08-10 18:21:342082 '[email protected]',
2083 '[email protected]'],
pennymac962d190432016-07-27 00:58:352084 'chromeos_net': ['[email protected]'],
2085 'chromeos_power': ['[email protected]'],
alematec5187b1b2016-08-26 05:32:182086 'chromeos_timezone': ['[email protected]'],
2087 'chromeos_webui': ['[email protected]'],
Daniel Cheng99312b632017-10-25 03:59:492088 'clang_update': ['[email protected]',
2089 '[email protected]',
thestigf023ccc2016-11-10 14:39:152090 '[email protected]',
[email protected]cf8ffa82013-02-13 08:30:072091 '[email protected]',
George Burgess IVbbcd9912018-04-17 14:59:282092 '[email protected]',
pennymac962d190432016-07-27 00:58:352093 '[email protected]',
rnk28bbd1772016-05-04 17:57:582094 '[email protected]',
Hans Wennborgf2eb949e2018-05-08 12:45:032095 '[email protected]',
Peter Collingbourne1ac5f712018-03-30 22:15:132096 '[email protected]',
rnk28bbd1772016-05-04 17:57:582097 '[email protected]',
pennymac962d190432016-07-27 00:58:352098 '[email protected]',
thestigf023ccc2016-11-10 14:39:152099 '[email protected]',
pennymac962d190432016-07-27 00:58:352100 '[email protected]',
horo8e9a01572016-07-27 06:05:312101 '[email protected]',
pennymac962d190432016-07-27 00:58:352102 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002103 'clipboard': ['[email protected]'],
Aaron Gable64f273582017-03-30 18:02:002104 'codereview_settings': ['[email protected]'],
sdefresned94c5b02015-07-22 17:54:552105 'components_deps': ['[email protected]',
2106 '[email protected]',
2107 '[email protected]'],
Conley Owensd744e392018-04-24 19:18:572108 'content_bluetooth': ['[email protected]',
Vincent Scheibf01b55ff22018-01-10 21:05:062109 '[email protected]'],
Randy Smith9d64e6e2018-03-07 20:07:082110 'content_loader': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352111 'content_renderer': ['[email protected]'],
mkwst75a31a42014-09-14 18:32:532112 'content_shell': ['[email protected]',
peterc9e3e172015-11-02 09:29:162113 '[email protected]',
2114 '[email protected]'],
nhiroki90ba0102015-07-21 01:42:242115 'content_worker': ['[email protected]',
2116 '[email protected]'],
donnd787f6ed2016-08-03 01:00:562117 'contextual_search': ['[email protected]',
2118 '[email protected]'],
pennymac962d190432016-07-27 00:58:352119 'courgette': ['[email protected]',
2120 '[email protected]'],
Nico Weber6ff639a2017-08-11 21:04:502121 'cq': ['[email protected]',
2122 '[email protected]',
2123 '[email protected]',
2124 '[email protected]',
2125 '[email protected]'],
dbeamd924f0d0d2017-06-20 02:34:252126 'cr_elements': ['[email protected]',
michaelpge42ca3b32016-02-19 08:17:572127 '[email protected]'],
Chung-yih Wang7afc64a2018-03-06 02:09:042128 'cros_benchmarks': ['[email protected]',
2129 '[email protected]',
2130 '[email protected]'],
Ben Wells03471a72018-03-22 00:58:462131 'crostini': ['[email protected]'],
Michael Thiessena7bec5b2018-07-12 19:10:042132 'custom_tabs': ['[email protected]'],
Ryo Hashimoto900be52c2018-05-24 06:42:262133 'dbus': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:192134 'deep_memory_profiler': ['[email protected]'],
Conley Owensd744e392018-04-24 19:18:572135 'device_bluetooth': ['[email protected]',
Vincent Scheibf01b55ff22018-01-10 21:05:062136 '[email protected]'],
Conley Owensd744e392018-04-24 19:18:572137 'device_chooser': ['[email protected]',
Vincent Scheibf01b55ff22018-01-10 21:05:062138 '[email protected]'],
pennymac962d190432016-07-27 00:58:352139 'devtools': ['[email protected]',
2140 '[email protected]'],
Adam Parkera556b7a2018-05-22 17:53:192141 'dial': ['[email protected]',
mfoltz57fd7f32017-05-03 06:12:582142 '[email protected]'],
kinukoc462adb2016-12-22 12:58:492143 'disk_cache': ['[email protected]'],
David Trainor051827f2017-06-02 18:33:132144 'download': ['[email protected]'],
dbeamd924f0d0d2017-06-20 02:34:252145 'downloads_ui': ['[email protected]'],
[email protected]9a3781d2013-04-04 18:31:402146 'drive': ['[email protected]'],
[email protected]89d2cd52013-04-16 01:55:362147 'drive_resource_metadata': ['[email protected]'],
[email protected]3a25c8a2014-06-26 06:47:102148 'eme': ['[email protected]'],
Justin DeWittf64d39e2018-08-09 21:33:412149 'explore_sites': ['[email protected]',
2150 '[email protected]',
2151 '[email protected]',
Pete Williamson3600f2d2018-09-24 17:31:112152 '[email protected]',
2153 '[email protected]'],
[email protected]f9529e7922013-06-06 05:19:412154 'extension': ['[email protected]',
2155 '[email protected]'],
Luna Lu7f221f22017-06-13 16:46:142156 'feature_policy': ['[email protected]',
Joe Medleya129fe32018-01-25 15:20:222157 '[email protected]',
Joe Medley1e1bb652018-04-27 17:36:592158 '[email protected]'],
[email protected]84dcfd92014-05-23 13:18:192159 'fileapi': ['[email protected]',
[email protected]6f217122013-11-25 07:21:482160 '[email protected]',
2161 '[email protected]'],
yoshiki1c0ba2782014-12-08 07:04:262162 'filebrowse': ['[email protected]'],
Joel Hockey0db16432018-03-09 22:41:492163 'filesapp': ['[email protected]',
2164 '[email protected]',
okab0be3dc2016-08-30 07:37:102165 '[email protected]'],
Tomasz Mikolajewski2905dbb2017-11-22 06:24:042166 'fsp': ['[email protected]'],
Wez385de5a2017-07-13 20:13:162167 'fuchsia': ['[email protected]', '[email protected]'],
mmoroz58ddb8172016-09-08 18:29:552168 'fuzzing': ['[email protected]'],
Conley Owensd744e392018-04-24 19:18:572169 'gamepad': ['[email protected]'],
Dan Elphick7c3105252017-11-06 15:51:472170 'gcm': ['[email protected]',
pennymac962d190432016-07-27 00:58:352171 '[email protected]'],
Raphael Kubo da Costab8111f9f2018-10-04 14:24:232172 'generic_sensor': ['[email protected]',
Vincent Scheibd5da4d952017-11-03 01:33:242173 '[email protected]',
timvolodine4cf58ca2017-05-24 16:11:482174 '[email protected]',
mikhail.pozdnyakova8db26402016-11-28 18:27:122175 '[email protected]'],
Conley Owensd744e392018-04-24 19:18:572176 'geolocation': ['[email protected]',
Vincent Scheibf01b55ff22018-01-10 21:05:062177 '[email protected]'],
[email protected]cf428f732012-10-02 20:48:152178 'gfx_geometry': ['[email protected]'],
[email protected]f93b7382012-08-09 20:53:162179 'gfx_image': ['[email protected]'],
agrieve4d9c1c52016-09-23 17:49:382180 'gn': ['[email protected]',
2181 '[email protected]',
pennymac962d190432016-07-27 00:58:352182 '[email protected]'],
[email protected]a6159102013-11-08 23:21:522183 'gpu': ['[email protected]'],
Corentin Wallez3f1d0852018-07-04 15:45:362184 'gpu_passthrough_cmd_decoder': ['[email protected]'],
Ehsan Karamadc20cee22018-08-10 21:32:332185 'guest_view': ['[email protected]',
Kevin McNee77c2f6b2018-08-14 21:43:582186 '[email protected]',
Ehsan Karamadc20cee22018-08-10 21:32:332187 '[email protected]'],
Andrey Kosyakova173d252018-05-07 18:29:112188 'headless': ['[email protected]'],
Pam Greene8efbeae92018-10-02 14:54:462189 'history_ui': [],
[email protected]f76c8852012-06-21 16:37:002190 'i18n': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002191 'importer': ['[email protected]'],
Greg Thompson4f90fc992017-07-25 19:30:372192 'incident_reporting': ['[email protected]'],
[email protected]8b250562014-08-12 19:07:452193 'indexed_db': ['[email protected]',
dgrogand792a7f2016-01-21 00:12:132194 '[email protected]'],
bruthigaa8281f2016-02-09 17:52:312195 'ink_drop': ['[email protected]'],
dtapuska1f997a12016-03-14 19:22:072196 'input': ['[email protected]'],
Michael Spang808d5c12018-10-23 19:20:392197 'input_devices': ['[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:262198 'installable': ['[email protected]'],
Raphael Kubo da Costaf242cef72017-11-08 16:01:182199 'installer_linux': ['[email protected]',
2200 '[email protected]'],
Greg Thompson4f90fc992017-07-25 19:30:372201 'installer_win': ['[email protected]',
Greg Thompson4f90fc992017-07-25 19:30:372202 '[email protected]'],
pennymac962d190432016-07-27 00:58:352203 'instant': ['[email protected]',
pennymac962d190432016-07-27 00:58:352204 '[email protected]',
jered0bd025a82017-05-03 20:01:132205 '[email protected]',
pennymac962d190432016-07-27 00:58:352206 '[email protected]',
2207 '[email protected]',
2208 '[email protected]',
2209 '[email protected]',
2210 '[email protected]'],
edchin46453b42017-03-03 01:40:112211 'ios': ['[email protected]'],
2212 'ios_chrome': ['[email protected]',
marqa4f135f2017-01-10 12:37:342213 '[email protected]',
eugenebutb5a5a8572017-01-20 01:18:112214 '[email protected]'],
edchin46453b42017-03-03 01:40:112215 'ios_clean': ['[email protected]',
lpromero6846b19d2017-05-23 10:43:592216 '[email protected]'],
edchin46453b42017-03-03 01:40:112217 'ios_showcase': ['[email protected]',
lpromero6846b19d2017-05-23 10:43:592218 '[email protected]'],
edchin46453b42017-03-03 01:40:112219 'ios_web': ['[email protected]',
2220 '[email protected]'],
Johanndfa4d7d2017-12-07 18:05:292221 'libaom': ['[email protected]',
pennymac962d190432016-07-27 00:58:352222 '[email protected]',
2223 '[email protected]',
2224 '[email protected]'],
Johanndfa4d7d2017-12-07 18:05:292225 'libvpx': ['[email protected]',
2226 '[email protected]',
2227 '[email protected]',
2228 '[email protected]',
2229 '[email protected]',
2230 '[email protected]'],
Takeshi Yoshino524e1d262017-07-28 01:16:382231 'libwebp': ['[email protected]',
2232 '[email protected]',
2233 '[email protected]'],
dominiccabb90e02017-03-31 04:54:232234 'libxml_xslt': ['[email protected]',
2235 '[email protected]'],
[email protected]04a292a2013-03-07 19:58:422236 'linux_fonts': ['[email protected]'],
[email protected]6d7e0bf2014-07-28 22:30:402237 'linux_sandboxing': ['[email protected]'],
[email protected]04a292a2013-03-07 19:58:422238 'linux_seccomp_bpf': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352239 'login': ['[email protected]'],
lgrey62faed72016-10-11 21:40:392240 'mac' : ['[email protected]'],
mlamourid8b0feb2015-06-02 16:30:472241 'manifest': ['[email protected]'],
James Cook4bfa66fa2018-05-29 17:20:422242 'mash_buildbot_filters': ['[email protected]',
2243 '[email protected]'],
dbeamd924f0d0d2017-06-20 02:34:252244 'md_settings': ['[email protected]',
michaelpg32ca07902015-02-07 00:31:112245 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002246 'media': ['[email protected]'],
Miguel Casas-Sanchez5eb47252017-09-05 21:15:032247 'media_capture_from_element': ['[email protected]'],
Tommy Steimel074a1822018-02-07 17:25:442248 'media_controls': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352249 'media_galleries': ['[email protected]',
2250 '[email protected]'],
Hirokazu Hondae31ce109a2018-09-18 11:18:502251 'media_gpu': ['[email protected]'],
Xiaohan Wang6cbdcdf2018-06-12 21:55:542252 'media_mojo': ['[email protected]',
2253 '[email protected]'],
mcasasfeedbe42017-03-03 05:23:562254 'media_recorder': ['[email protected]',
mcasas9558316b2017-03-10 18:57:312255 '[email protected]'],
Xiangjun Zhang880262a2018-08-07 22:35:382256 'media_remoting': ['[email protected]',
2257 '[email protected]',
mfoltz57fd7f32017-05-03 06:12:582258 '[email protected]',
apacible01538e02016-11-04 22:15:312259 '[email protected]',
Xiangjun Zhang880262a2018-08-07 22:35:382260 '[email protected]',
miu5e69f1c52016-10-23 13:40:112261 '[email protected]'],
Adam Parkera556b7a2018-05-22 17:53:192262 'media_router': ['[email protected]',
Takumi Fujimoto4bef2792018-05-03 17:51:552263 '[email protected]',
Xiangjun Zhang880262a2018-08-07 22:35:382264 '[email protected]',
Takumi Fujimoto4bef2792018-05-03 17:51:552265 '[email protected]'],
Xiaohan Wang6cbdcdf2018-06-12 21:55:542266 'media_win': ['[email protected]'],
fmeawad4582cd22017-03-30 20:59:362267 'memory_coordinator': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002268 'message_loop': ['[email protected]'],
isherman1eee6f12014-12-09 02:14:302269 'metrics': ['[email protected]'],
[email protected]1d8899ee2014-06-10 20:58:122270 'metrics_xml_files': ['[email protected]'],
toyoshim8f51f902015-03-27 03:50:212271 'midi': ['[email protected]'],
John Abd-El-Malek01cfd3f2018-06-21 16:33:122272 'mojo': ['[email protected]'],
Ryan Hansberry587c8082018-09-20 01:31:192273 'multidevice': ['[email protected]',
2274 '[email protected]',
Kyle Horimotoc4d57b122018-02-28 01:17:302275 '[email protected]',
2276 '[email protected]',
2277 '[email protected]',
Ryan Hansberry587c8082018-09-20 01:31:192278 '[email protected]'],
rjkroegef60dea862015-10-29 17:50:062279 'mus': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002280 'nacl': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352281 'native_client_sdk': ['[email protected]',
2282 '[email protected]'],
Alex Moshchuk3fbcf782018-05-09 00:06:292283 'navigation': ['[email protected]',
2284 '[email protected]',
pennymac962d190432016-07-27 00:58:352285 '[email protected]'],
Chris Bentzel605478a2018-07-10 21:47:012286 'net': ['[email protected]'],
bnc1872e8bd2017-01-27 02:47:282287 'net_base': ['[email protected]'],
bnc1872e8bd2017-01-27 02:47:282288 'net_http2': ['[email protected]'],
2289 'net_log': ['[email protected]',
Matt Menkecebc2402017-07-20 16:26:092290 '[email protected]'],
Adam Rice027497d2018-07-27 02:17:022291 'net_server': ['[email protected]'],
bnc1872e8bd2017-01-27 02:47:282292 'net_spdy': ['[email protected]'],
Adam Rice027497d2018-07-27 02:17:022293 'net_websockets': ['[email protected]'],
jkarlin539748402015-03-31 17:36:312294 'netinfo': ['[email protected]'],
Helen Li30f43d8e2018-05-09 16:24:012295 'network_service': ['[email protected]'],
Conley Owensd744e392018-04-24 19:18:572296 'nfc': ['[email protected]'],
Peter Beverloo45bf54c2018-08-06 17:12:032297 'notifications': ['[email protected]'],
tbansalc6f1c9f2016-09-30 22:48:422298 'nqe': ['[email protected]'],
noyau451e6bb62016-12-23 14:29:042299 'ntp_snippets': ['[email protected]',
2300 '[email protected]'],
2301 'ntp_tiles': ['[email protected]',
2302 '[email protected]'],
peterc7e27422017-05-17 04:05:282303 'offline_items_collection': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352304 'offline_pages': ['[email protected]',
Carlos Knippschild6a2e2f02017-06-02 18:18:142305 '[email protected]',
pennymac962d190432016-07-27 00:58:352306 '[email protected]',
2307 '[email protected]',
dewittj74b23f6f2016-04-21 19:29:252308 '[email protected]',
2309 '[email protected]',
pennymac962d190432016-07-27 00:58:352310 '[email protected]'],
jdonnelly6fa5a21d2017-01-03 15:28:352311 'omnibox': ['[email protected]'],
Doug Arnetta94d3ae2017-11-07 00:10:342312 'optimization_guide': ['[email protected]',
2313 '[email protected]',
Takeshi Yoshinoab2ce8562017-11-09 05:19:192314 '[email protected]'],
iclelland8b904402016-10-05 15:01:232315 'origin_trials': ['[email protected]',
Ian Clelland1b27f8f62017-06-22 13:36:242316 '[email protected]'],
pennymac962d190432016-07-27 00:58:352317 'ozone': ['[email protected]',
Maksim Sisovdd171472018-10-01 19:51:032318 '[email protected]',
pennymac962d190432016-07-27 00:58:352319 '[email protected]'],
Emily Stark204d2382017-12-01 05:24:562320 'page_info' : ['[email protected]'],
Bryan McQuade4233f412017-07-28 16:23:412321 'page_load_metrics' : ['[email protected]',
2322 '[email protected]',
tdresserd80646f2017-03-03 19:26:082323 '[email protected]',
2324 '[email protected]'],
Daniel Cheng99312b632017-10-25 03:59:492325 'panels': ['[email protected]',
pennymac962d190432016-07-27 00:58:352326 '[email protected]',
2327 '[email protected]'],
mkwst17a9875d2016-06-24 10:36:392328 'password_manager': ['[email protected]',
Vasilii Sukhanovc4e6c2842018-07-18 12:12:202329 '[email protected]',
2330 '[email protected]'],
sebsgbbfbea02016-10-24 21:54:592331 'payments': ['[email protected]',
mahmadi0a7bb59f2017-02-22 19:13:492332 '[email protected]',
Anthony Vallee-Dubois866affd22018-03-19 15:13:212333 '[email protected]',
2334 '[email protected]'],
mahmadi0a7bb59f2017-02-22 19:13:492335 'payments_ios': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352336 'pepper_api': ['[email protected]',
2337 '[email protected]',
2338 '[email protected]',
2339 '[email protected]',
2340 '[email protected]',
pennymac962d190432016-07-27 00:58:352341 '[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:262342 'permissions': ['[email protected]',
Xi Han50f523a1d2017-07-19 15:56:112343 '[email protected]',
Dominick Ngcaa7b402017-07-11 07:35:392344 '[email protected]',
Balazs Engedy23f08852018-09-24 23:39:582345 '[email protected]',
Timothy Lohb2a4eff2017-08-03 07:07:562346 '[email protected]',
2347 '[email protected]'],
François Beaufortb2070eb2018-02-08 10:36:342348 'picture_in_picture': ['[email protected]'],
Lutz Justena67427102018-06-28 08:55:462349 'policy_templates': ['[email protected]'],
dbeamd924f0d0d2017-06-20 02:34:252350 'polymer': ['[email protected]'],
Charles Harrison981d33c2017-10-06 21:36:222351 'popup_blocker': ['[email protected]'],
twifkak0c69c1f2015-06-22 18:20:092352 'precache': ['[email protected]'],
[email protected]be775bc2014-06-30 15:41:142353 'prepopulated_engines': ['[email protected]'],
Chris Bentzel605478a2018-07-10 21:47:012354 'prerender': ['[email protected]',
pennymac962d190432016-07-27 00:58:352355 '[email protected]'],
Adam Parkera556b7a2018-05-22 17:53:192356 'presentation': ['[email protected]'],
rbpotter0d9edeed2018-08-03 14:11:582357 'print_preview': ['[email protected]'],
Peter Beverloo45bf54c2018-08-06 17:12:032358 'push_messaging': ['[email protected]'],
stkhapugin06503142016-12-07 14:32:122359 'reading_list': ['[email protected]'],
[email protected]c3887592014-02-06 20:02:252360 'remoting': ['[email protected]'],
Ali Tofigh000debb52017-11-07 21:35:422361 'rlz_id': ['[email protected]',
pennymac962d190432016-07-27 00:58:352362 '[email protected]'],
Joe Medley1e1bb652018-04-27 17:36:592363 'runtime_enabled_features': ['[email protected]'],
Daniel Ruberyfa8cd5d2018-09-13 17:31:232364 'safe_browsing': ['[email protected]',
2365 '[email protected]',
vakh125ad862017-03-17 00:06:252366 '[email protected]'],
mlamourid8b0feb2015-06-02 16:30:472367 'screen_orientation': ['[email protected]'],
Robert Sesekae79d38512018-09-04 18:13:302368 'security': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352369 'service_worker': ['[email protected]',
[email protected]6d095a8b2014-02-28 15:26:162370 '[email protected]',
pennymac962d190432016-07-27 00:58:352371 '[email protected]',
pennymac962d190432016-07-27 00:58:352372 '[email protected]',
horo8e9a01572016-07-27 06:05:312373 '[email protected]',
tzik749ae1e2018-07-20 05:05:012374 '[email protected]'],
Colin Blundell6d2669a2017-07-11 06:26:532375 'services_public': ['[email protected]'],
alitoc5534d62017-04-21 01:48:582376 'settings_reset_prompt': ['[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:262377 'site_engagement': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352378 'site_instance': ['[email protected]',
Alex Moshchuk3fbcf782018-05-09 00:06:292379 '[email protected]',
pennymac962d190432016-07-27 00:58:352380 '[email protected]',
[email protected]b9ecdb62014-03-07 14:56:432381 '[email protected]'],
Ryan Hansberry587c8082018-09-20 01:31:192382 'smartlock': ['[email protected]',
2383 '[email protected]',
2384 '[email protected]',
2385 '[email protected]',
2386 '[email protected]',
2387 '[email protected]'],
Zentaro Kavanagh608f8a12018-01-19 18:39:562388 'smb': ['[email protected]'],
Joe Medley1e1bb652018-04-27 17:36:592389 'source_idls': ['[email protected]'],
[email protected]ad0295d2012-10-11 23:43:362390 'spellcheck': ['[email protected]',
[email protected]18d7e402014-07-08 19:53:142391 '[email protected]',
timvolodine8cdb94c2016-09-22 12:17:222392 '[email protected]',
2393 '[email protected]'],
Xi Cheng3920ab1b2018-09-10 20:03:582394 'stack_sampling_profiler': ['[email protected]'],
Greg Thompson9ea091702018-01-04 11:06:322395 'startup': ['[email protected]',
2396 '[email protected]'],
[email protected]67f39af2013-08-23 20:06:052397 'streams': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352398 'styleguide': ['[email protected]',
vmpstrdeec20e2016-11-18 22:17:322399 '[email protected]',
2400 '[email protected]'],
engedye7b734da2017-02-07 12:08:132401 'subresource_filter': ['[email protected]'],
Pam Greene8efbeae92018-10-02 14:54:462402 'supervised_users': [],
maxbogue65ea2632016-04-04 18:12:582403 'sync': ['[email protected]'],
[email protected]84dcfd92014-05-23 13:18:192404 'syncfs': ['[email protected]',
[email protected]6f217122013-11-25 07:21:482405 '[email protected]',
2406 '[email protected]'],
miu5e69f1c52016-10-23 13:40:112407 'tab_alert_indicators': ['[email protected]'],
Adam Parkera556b7a2018-05-22 17:53:192408 'tab_capture': ['[email protected]',
Xiangjun Zhang880262a2018-08-07 22:35:382409 '[email protected]',
miu5e69f1c52016-10-23 13:40:112410 '[email protected]'],
pennymac962d190432016-07-27 00:58:352411 'tab_contents': ['[email protected]',
2412 '[email protected]',
2413 '[email protected]'],
tdresserd80646f2017-03-03 19:26:082414 'tbmv2_metrics': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:192415 'tcmalloc': ['[email protected]'],
tonygc7f6a4c12015-01-16 18:32:262416 'telemetry': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352417 'test_runner': ['[email protected]',
einbindera29577e2016-08-23 01:21:492418 '[email protected]',
2419 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002420 'tests': [],
Ryan Hansberry587c8082018-09-20 01:31:192421 'tether': ['[email protected]',
2422 '[email protected]',
2423 '[email protected]',
2424 '[email protected]',
dbeamd924f0d0d2017-06-20 02:34:252425 '[email protected]',
Ryan Hansberry587c8082018-09-20 01:31:192426 '[email protected]'],
pennymac962d190432016-07-27 00:58:352427 'textinput': ['[email protected]',
2428 '[email protected]',
2429 '[email protected]',
Yuichiro Hanadaf0b3b472017-10-17 07:00:532430 '[email protected]',
pennymac962d190432016-07-27 00:58:352431 '[email protected]'],
2432 'textinput_chromeos': ['[email protected]',
2433 '[email protected]',
Yuichiro Hanadaf0b3b472017-10-17 07:00:532434 '[email protected]',
pennymac962d190432016-07-27 00:58:352435 '[email protected]'],
chirantan96fcf6d2015-01-21 22:36:192436 'timers': ['[email protected]'],
robliaofd54b5c2017-01-13 00:41:302437 'tools_win_chromeexts': ['[email protected]'],
AJITH KUMAR V4f0c4812018-03-27 13:46:572438 'touch_selection': ['[email protected]',
2439 '[email protected]'],
pennymac962d190432016-07-27 00:58:352440 'tracing': ['[email protected]',
2441 '[email protected]'],
[email protected]cf428f732012-10-02 20:48:152442 'ui_compositor': ['[email protected]'],
robliao2c4b7492016-07-19 01:57:262443 'ui_display_win': ['[email protected]'],
[email protected]6b5093c2012-05-23 19:10:182444 'ui_resources': ['[email protected]'],
edwardjung83f52ef22017-02-07 13:15:072445 'ui_strings': ['[email protected]'],
Conley Owensd744e392018-04-24 19:18:572446 'usb': ['[email protected]'],
Miguel Casas-Sancheza65d49a2017-12-11 03:27:482447 'vaapi': ['[email protected]'],
[email protected]c73ec8ab2014-01-16 20:35:232448 'version_assembly': ['[email protected]',
2449 '[email protected]'],
Alexandre Courbot3e9e55a2018-04-05 05:29:422450 'video': ['[email protected]'],
mcasas9558316b2017-03-10 18:57:312451 'video_capture': ['[email protected]'],
Alexandre Courbot3e9e55a2018-04-05 05:29:422452 'video_gpu': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002453 'views': ['[email protected]'],
blakeod4cc78a2017-05-10 06:56:482454 'virtual_keyboard': ['[email protected]',
2455 '[email protected]',
okabf9f6f02017-02-17 05:14:292456 '[email protected]'],
billorr3c7e1442016-11-11 21:21:352457 'virtual_reality': ['[email protected]'],
Conley Owensd744e392018-04-24 19:18:572458 'wake_lock': ['[email protected]'],
Devin Mullins4ff9b282018-03-09 00:37:322459 'web_package': ['[email protected]'],
Matt Giuca9eb910d2017-08-02 04:07:382460 'web_share': ['[email protected]'],
Martin Kreichgauer794a18572018-07-20 20:45:432461 'webauthn': ['[email protected]'],
Corentin Wallez3f1d0852018-07-04 15:45:362462 'webgpu': ['[email protected]',
2463 '[email protected]'],
Takeshi Yoshinoe387aa32017-08-02 13:16:132464 'webrtc_browser_tests': ['[email protected]'],
Christian Dullwebered2c82b2018-04-10 08:37:222465 'website_settings': ['[email protected]',
2466 '[email protected]',
pennymac962d190432016-07-27 00:58:352467 '[email protected]',
2468 '[email protected]'],
Penny MacNeil0ced2cb2018-07-30 21:09:492469 'windows_sandboxing': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002470 'x11': ['[email protected]',
2471 '[email protected]',
2472 '[email protected]'],
wjmaclean3ff6a402015-03-31 19:00:202473 'zoom': ['[email protected]'],
[email protected]a3838612009-10-13 21:57:542474 },
2475}