blob: c818caf06ed7fd68d8adfcae6de6b79478ef7128 [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': {
36 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/crash/'
37 },
johnmaguire6aaac7902016-03-15 12:28:2038 'android_crazy_linker': {
39 'filepath': 'third_party/android_crazy_linker/'
40 },
dfalcantaraef21e9e2016-01-07 01:16:2641 'android_infobars': {
42 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/infobar/'
43 },
[email protected]d2cdf342012-08-07 11:00:0244 'android_infra': {
Andrew Grieve5babdbfc2017-08-16 01:26:4945 'filepath': 'build/config/android/' \
Andrew Grievefe0c9292017-12-05 15:08:5146 '|build/android/' \
[email protected]d2cdf342012-08-07 11:00:0247 '|testing/android/' \
48 '|tools/android/'
49 },
Takeshi Yoshino524e1d262017-07-28 01:16:3850 'android_item_chooser_dialogs': {
51 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/.*ChooserDialog.java|'\
52 'chrome/android/javatests/src/org/chromium/chrome/browser/.*ChooserDialogTest.java'
53 },
gabadieb0d23bb92016-02-17 11:26:1654 'android_loading': {
55 'filepath': 'tools/android/loading/'
56 },
[email protected]d6af50812014-04-01 17:18:0957 'android_media': {
58 'filepath': 'content/browser/media/android' \
59 '|content/renderer/media/android' \
60 '|media/audio/android' \
61 '|media/base/android' \
62 '|media/midi/*_android.*' \
63 '|media/video/capture/android'
64 },
Ted Choc042d8442018-03-13 16:35:5765 'android_search_widget': {
66 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/locale/' \
67 '|chrome/android/java/src/org/chromium/chrome/browser/searchwidget/'
68 },
wnwena0364162017-02-16 20:37:3869 'android_studio': {
nyquist6e560d032017-02-28 07:49:5970 'filepath': 'build/android/gradle/' \
71 '|docs/android_studio.md' \
72 '|tools/android/android_studio'
wnwena0364162017-02-16 20:37:3873 },
[email protected]3261d962014-03-04 22:18:2874 'android_tab': {
75 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/Tab'
76 },
asvitkine361b276e2016-08-30 18:45:0077 'android_uma_settings': {
78 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/preferences/privacy/UsageAndCrashReportsPreferenceFragment.java|'\
79 'chrome/android/java/src/org/chromium/chrome/browser/preferences/privacy/PrivacyPreferencesManager.java|'\
80 'chrome/android/java/src/org/chromium/chrome/browser/preferences/privacy/PrivacyPreferences.java|'\
asvitkine361b276e2016-08-30 18:45:0081 'chrome/android/java/src/org/chromium/chrome/browser/metrics/UmaSessionStats.java',
82 },
zpengb9a180d2016-10-12 18:40:2183 'android_webapk': {
zpeng4c3bc372016-10-13 03:00:4884 'filepath': 'chrome/android/webapk/|'\
85 'chrome/browser/android/webapk/',
zpengb9a180d2016-10-12 18:40:2186 },
[email protected]7ca78dc12012-09-20 09:26:4487 'android_webview': {
88 'filepath': 'android_webview/',
89 },
Yi Guc1c54682018-07-23 12:00:0090 'animation_worklet': {
91 'filepath': 'third_party/blink/renderer/modules/animationworklet/',
92 },
[email protected]8a197f22012-06-22 14:59:0593 'app_list': {
Jiaquan He256e6c6b2017-11-20 23:02:0294 'filepath': 'ash/app_list'\
95 '|chrome/browser/ui/app_list'\
[email protected]311cc902013-03-15 04:45:4696 '|chrome/browser/ui/ash/app_list'\
[email protected]311cc902013-03-15 04:45:4697 '|chrome/browser/ui/views/app_list'\
98 '|ui/app_list/'
[email protected]8a197f22012-06-22 14:59:0599 },
[email protected]e38d185a2013-07-09 08:23:52100 'app_shortcuts': {
101 'filepath': 'apps/app_shim/'\
102 '|chrome/browser/web_applications/'\
103 '|chrome/browser/ui/web_applications/'\
104 '|chrome/common/mac/'
105 },
[email protected]54bf94d2013-01-30 23:07:40106 'apps': {
Dominick Ngfe197c752018-07-18 00:51:26107 'filepath': '^apps/'\
108 '|chrome/browser/apps/'\
109 '|chrome/browser/chromeos/apps/'
[email protected]54bf94d2013-01-30 23:07:40110 },
lhchavez4b19176f2016-05-04 23:12:46111 'arc': {
112 'filepath': 'arc/',
113 },
lhchavez61532c92016-10-18 21:33:37114 'arc_auth': {
115 'filepath': 'chrome/browser/chromeos/arc/arc_auth'
116 },
Ryo Hashimoto611b8fc52018-09-28 10:01:20117 'arc_common': {
118 'filepath': 'components/arc/common/',
119 },
Shuhei Takahashiaf68cff2017-07-24 05:17:12120 'arc_fileapi': {
121 'filepath': 'chrome/browser/chromeos/arc/fileapi'
122 },
poromov7633f602017-02-21 16:44:01123 'arc_kiosk': {
124 'filepath': 'chrome/browser/chromeos/app_mode/arc/'\
125 '|components/arc/kiosk/'\
126 '|arc_kiosk'
127 },
lhchavez4b19176f2016-05-04 23:12:46128 'arc_net': {
129 'filepath': 'components/arc/net/',
130 },
ejcarusoa298ec02016-06-16 20:30:43131 'arc_power': {
132 'filepath': 'components/arc/power/',
133 },
Hirokazu Hondaf98a3122018-04-12 11:19:48134 'arc_video_accelerator': {
135 'filepath': 'components/arc/video_accelerator',
136 },
[email protected]3ce56642013-10-17 22:12:51137 'ash': {
138 'filepath': 'ash/',
139 },
Xiaohui Chenf7e70a22018-02-08 00:36:38140 'assistant': {
Xiaohui Chen985c26b2018-05-16 18:41:27141 'filepath': 'ash/assistant/'\
142 '|chromeos/assistant/'\
143 '|chromeos/services/assistant/'\
144 '|chrome/browser/ui/ash/assistant/'
Xiaohui Chenf7e70a22018-02-08 00:36:38145 },
Max Morin2b0206312018-04-06 11:17:40146 'audio_service': {
147 'filepath': 'services/audio/'
148 },
[email protected]f76c8852012-06-21 16:37:00149 'aura': {
[email protected]3ce56642013-10-17 22:12:51150 'filepath': 'ui/aura/',
[email protected]84ba35e32010-08-06 17:22:39151 },
[email protected]c3a6e1e72013-08-02 00:13:07152 'aura_compositor': {
153 'filepath':
154 'ui/compositor/' \
[email protected]6dc38f72014-01-16 22:19:58155 '|content/browser/compositor/' \
danakj479ab502017-03-31 20:19:09156 '|content/browser/renderer_host/compositor_resize_lock' \
[email protected]c3a6e1e72013-08-02 00:13:07157 '|content/browser/renderer_host/render_widget_host_view_aura' \
158 '|content/browser/renderer_host/render_widget_host_view_browsertest' \
[email protected]a6eeeef92014-03-19 19:06:44159 '|content/browser/renderer_host/delegated' \
[email protected]c3a6e1e72013-08-02 00:13:07160 '|content/common/gpu/client/' \
[email protected]c3a6e1e72013-08-02 00:13:07161 },
[email protected]2a38f0c02013-05-29 02:27:45162 'autofill': {
rouslanfbfa7402016-11-22 19:36:39163 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/autofill/|'\
164 'chrome/browser/autofill/|'\
[email protected]d9310a82012-11-02 02:53:48165 'chrome/browser/ui/android/autofill/|'\
166 'chrome/browser/ui/autofill/|'\
[email protected]e3e4ca62013-05-17 08:50:27167 'chrome/browser/ui/cocoa/autofill/|'\
[email protected]d9310a82012-11-02 02:53:48168 'chrome/browser/ui/views/autofill/|'\
[email protected]d9310a82012-11-02 02:53:48169 'chrome/renderer/autofill/|'\
170 'chrome/test/data/autofill/|'\
[email protected]3947d4a82013-03-12 09:41:05171 'components/autofill/|'\
[email protected]30964792013-05-29 02:41:25172 'components/autofill/browser/webdata/|'\
vabrbeb0c562015-12-01 10:48:08173 'components/webdata/',
[email protected]b3399272010-08-10 19:49:29174 },
gogerald5d02fde2018-08-18 04:30:56175 'autofill_assistant': {
176 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/autofill_assistant/|'\
177 'chrome/browser/android/autofill_assistant/|'\
178 'components/autofill_assistant/',
179 },
Jared Saul4765c1e2018-06-18 13:44:57180 'autofill_credit_cards': {
181 'filepath': 'chrome/browser/ui/autofill/chrome_autofill_client*|'\
182 'chrome/browser/ui/autofill/save_card_*|'\
183 'chrome/browser/ui/views/autofill/card_unmask_*|'\
184 'chrome/browser/ui/views/autofill/save_card_*|'\
185 'components/autofill/core/browser/autofill_save_card_infobar_*|'\
186 'components/autofill/core/browser/credit_card_save_manager*|'\
187 'components/autofill/core/browser/form_data_importer*|'\
188 'components/autofill/core/browser/ui/',
189 },
peter39e10a62017-02-21 15:14:13190 'background_fetch': {
Peter Beverloo4548c852017-08-31 13:45:17191 'filepath': 'background_fetch|'\
192 'background-fetch',
peter39e10a62017-02-21 15:14:13193 },
194 'background_sync': {
Josh Karlin1bd016742017-08-18 17:44:17195 'filepath': '/background_sync/',
peter39e10a62017-02-21 15:14:13196 },
dominickn8884155a2016-06-23 02:28:16197 'banners': {
198 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/banners/|'\
199 'chrome/android/javatests/src/org/chromium/chrome/browser/banners/|'\
dominickn8884155a2016-06-23 02:28:16200 'chrome/browser/banners/|'\
201 'chrome/browser/ui/android/infobars/app_banner_.*|'\
Blink Reformata30d4232018-04-07 15:31:06202 'third_party/blink/public/platform/modules/app_banner/|'\
203 'third_party/blink/renderer/modules/app_banner/',
dominickn8884155a2016-06-23 02:28:16204 },
[email protected]f76c8852012-06-21 16:37:00205 'base': {
[email protected]f2f0fbb92012-07-14 15:52:49206 'filepath': '^base/',
[email protected]7a7a13b2010-08-25 01:10:59207 },
[email protected]5e105332012-09-13 01:55:52208 'base_allocator': {
209 'filepath': '^base/allocator',
210 },
[email protected]1ed5e0fd2012-07-19 00:19:05211 'base_memory': {
212 'filepath': '^base/memory',
213 },
Alexander Timin864bf8a02018-03-12 11:06:28214 'base_scheduler': {
215 'filepath': '^base/task/',
216 },
robliao1644d8b2016-04-11 15:39:59217 'base_task_scheduler': {
Gabriel Charette6bf388a2018-08-10 22:48:32218 'filepath': '^base/task/task_scheduler',
robliao1644d8b2016-04-11 15:39:59219 },
[email protected]b17d9e02014-07-29 09:45:50220 'base_win': {
221 'filepath': '^base/win',
222 },
[email protected]7e093d4022014-06-26 19:19:55223 'battery_status': {
224 'filepath': 'content/browser/battery_status/|'\
timvolodine953fde72014-12-09 16:47:10225 'content/test/data/battery_status/|'\
226 'device/battery/',
[email protected]7e093d4022014-06-26 19:19:55227 },
wnwen72684762017-03-29 13:28:37228 'binary_size': {
229 'filepath': 'build/android/binary_size/|'\
230 'tools/binary_size/',
231 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13232 'blink': {
Kent Tamurae9b3a9ec2017-08-31 02:20:19233 'filepath': 'third_party/(WebKit|blink)/',
Takeshi Yoshinoe387aa32017-08-02 13:16:13234 },
235 'blink_accessibility': {
Kent Tamuraeb394c72018-04-07 19:14:55236 'filepath': 'third_party/(WebKit|blink)/.*(accessibility|ax_object_cache|web_ax)'
Takeshi Yoshinoe387aa32017-08-02 13:16:13237 },
238 'blink_animation': {
Kent Tamuraeb394c72018-04-07 19:14:55239 'filepath': 'third_party/(WebKit|blink)/.*([Aa]nimat|[Tt]ransition)',
Takeshi Yoshinoe387aa32017-08-02 13:16:13240 },
241 'blink_app_banner': {
Blink Reformata30d4232018-04-07 15:31:06242 'filepath': 'third_party/blink/renderer/modules/app_banner' \
243 '|third_party/blink/public/platform/modules/app_banner',
Takeshi Yoshinoe387aa32017-08-02 13:16:13244 },
245 'blink_audio': {
Blink Reformata30d4232018-04-07 15:31:06246 'filepath': 'third_party/blink/renderer/platform/audio' \
247 '|third_party/blink/renderer/modules/webaudio' \
Raymond Toya91cf5802018-03-24 00:05:55248 '|third_party/WebKit/LayoutTests/external/wpt/webaudio',
Takeshi Yoshinoe387aa32017-08-02 13:16:13249 },
250 'blink_battery_status': {
Blink Reformata30d4232018-04-07 15:31:06251 'filepath': 'third_party/blink/renderer/modules/battery/' \
Takeshi Yoshinoe387aa32017-08-02 13:16:13252 '|third_party/WebKit/LayoutTests/battery-status/' \
Kent Tamuraeb394c72018-04-07 19:14:55253 '|third_party/blink/renderer/core/frame/platform_event_(controller|dispatcher)'
Takeshi Yoshinoe387aa32017-08-02 13:16:13254 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13255 'blink_bindings': {
Blink Reformata30d4232018-04-07 15:31:06256 'filepath': 'third_party/blink/renderer/platform/bindings' \
257 '|third_party/blink/renderer/bindings',
Takeshi Yoshinoe387aa32017-08-02 13:16:13258 },
259 'blink_bindings_serialization': {
Kent Tamuraeb394c72018-04-07 19:14:55260 'filepath': 'third_party/blink/renderer/bindings/(core|modules)/v8/.*serializ',
Takeshi Yoshinoe387aa32017-08-02 13:16:13261 },
262 'blink_bluetooth': {
Kent Tamuraeb394c72018-04-07 19:14:55263 'filepath': 'third_party/(WebKit|blink)/.*[Bb]luetooth'
Takeshi Yoshinoe387aa32017-08-02 13:16:13264 },
Fernando Serboncinife13f9d2018-08-14 13:35:54265 'blink_canvas': {
Blink Reformata30d4232018-04-07 15:31:06266 'filepath': 'third_party/blink/renderer/core/html/canvas' \
Fernando Serboncinife13f9d2018-08-14 13:35:54267 '|third_party/blink/renderer/core/offscreencanvas' \
268 '|third_party/blink/renderer/core/geometry' \
269 '|third_party/blink/renderer/modules/canvas' \
270 '|third_party/blink/renderer/platform/graphics/canvas',
Takeshi Yoshinoe387aa32017-08-02 13:16:13271 },
272 'blink_client_hints': {
Kent Tamuraeb394c72018-04-07 19:14:55273 'filepath': 'third_party/blink/renderer/core/loader/accept_client_hints*' \
274 '|third_party/blink/renderer/core/loader/frame_fetch_context*' \
275 '|third_party/blink/renderer/core/loader/resource/image_resource*' \
276 '|third_party/blink/renderer/platform/loader/fetch/fetch_context*' \
277 '|third_party/blink/renderer/platform/loader/fetch/resource_fetcher*'
Takeshi Yoshinoe387aa32017-08-02 13:16:13278 },
279 'blink_clipboard': {
Blink Reformata30d4232018-04-07 15:31:06280 'filepath': 'third_party/blink/renderer/core/clipboard' \
Kent Tamuraeb394c72018-04-07 19:14:55281 '|third_party/blink/renderer/core/page/.*drag' \
282 '|third_party/blink/renderer/platform/.*drag' \
Kent Tamuraeb394c72018-04-07 19:14:55283 '|third_party/blink/public/platform/.*drag' \
284 '|third_party/blink/public/web/.*drag',
Takeshi Yoshinoe387aa32017-08-02 13:16:13285 },
Jeremy Romanb7b3a6a2018-02-07 20:15:32286 'blink_common': {
Kent Tamuraeb394c72018-04-07 19:14:55287 'filepath': 'third_party/blink/common'
Blink Reformata30d4232018-04-07 15:31:06288 '|third_party/blink/public/common' \
289 '|third_party/blink/public/mojom',
Jeremy Romanb7b3a6a2018-02-07 20:15:32290 },
Kentaro Hara993b0de2017-08-07 02:26:37291 'blink_controller': {
Blink Reformata30d4232018-04-07 15:31:06292 'filepath': 'third_party/blink/renderer/controller',
Kentaro Hara993b0de2017-08-07 02:26:37293 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13294 'blink_css': {
Blink Reformata30d4232018-04-07 15:31:06295 'filepath': 'third_party/blink/renderer/core/css',
Takeshi Yoshinoe387aa32017-08-02 13:16:13296 },
297 'blink_css_flexbox': {
Kent Tamuraeb394c72018-04-07 19:14:55298 'filepath': 'third_party/blink/renderer/core/rendering/.*flex' \
Takeshi Yoshinoe387aa32017-08-02 13:16:13299 '|third_party/WebKit/LayoutTests/fast/deprecated-flexbox/' \
300 '|third_party/WebKit/LayoutTests/css3/flexbox/' \
301 '|third_party/WebKit/LayoutTests/ietestcenter/css3/flexbox/'
302 },
303 'blink_css_fragmentation_tests': {
304 'filepath': 'third_party/WebKit/LayoutTests/fast/multicol/' \
305 '|third_party/WebKit/LayoutTests/fast/pagination/' \
Morten Stenshorneab6785c2017-10-12 21:23:38306 '|third_party/WebKit/LayoutTests/fragmentation/' \
Takeshi Yoshinoe387aa32017-08-02 13:16:13307 '|third_party/WebKit/LayoutTests/printing/'
308 },
309 'blink_css_grid_layout': {
Kent Tamuraeb394c72018-04-07 19:14:55310 'filepath': 'third_party/blink/renderer/core/layout/.*grid' \
311 '|third_party/blink/renderer/core/paint/.*grid' \
312 '|third_party/blink/renderer/core/css/.*grid' \
Takeshi Yoshinoe387aa32017-08-02 13:16:13313 '|third_party/WebKit/LayoutTests/fast/css-grid-layout/' \
314 '|third_party/WebKit/LayoutTests/ietestcenter/css3/grid/' \
315 '|third_party/WebKit/LayoutTests/platform/.*/fast/css-grid-layout/' \
316 '|third_party/WebKit/LayoutTests/platform/.*/ietestcenter/css3/grid/'
317 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13318 'blink_custom_elements': {
Blink Reformata30d4232018-04-07 15:31:06319 'filepath': 'third_party/blink/renderer/core/html/custom/' \
Kent Tamuraeb394c72018-04-07 19:14:55320 '|third_party/blink/renderer/bindings/core/v8/.*custom_element',
Takeshi Yoshinoe387aa32017-08-02 13:16:13321 },
322 'blink_device_orientation': {
Oksana Zhuravlova5e236ec92018-07-25 00:16:03323 'filepath': 'content/browser/device_sensors/' \
324 '|content/test/data/device_sensors/' \
325 '|third_party/blink/renderer/modules/device_orientation/' \
Takeshi Yoshinoe387aa32017-08-02 13:16:13326 '|third_party/WebKit/LayoutTests/device_orientation/' \
Kent Tamuraeb394c72018-04-07 19:14:55327 '|third_party/blink/renderer/core/frame/platform_event_(controller|dispatcher)' \
328 '|third_party/blink/renderer/core/frame/device_single_window_event_controller'
Takeshi Yoshinoe387aa32017-08-02 13:16:13329 },
330 'blink_devtools': {
Kent Tamuraeb394c72018-04-07 19:14:55331 'filepath': 'third_party/(WebKit|blink)/.*(inspector|DevTools|dev_tools|devtools)',
Takeshi Yoshinoe387aa32017-08-02 13:16:13332 },
333 'blink_dom': {
Blink Reformata30d4232018-04-07 15:31:06334 'filepath': 'third_party/blink/renderer/core/dom/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13335 },
336 'blink_dom_events': {
Blink Reformata30d4232018-04-07 15:31:06337 'filepath': 'third_party/blink/renderer/core/dom/events/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13338 },
339 'blink_events': {
Kent Tamuraeb394c72018-04-07 19:14:55340 'filepath': 'third_party/blink/renderer/core/page/.*event' \
341 '|third_party/blink/renderer/core/dom/.*event' \
342 '|third_party/blink/renderer/core/css/.*event' \
343 '|third_party/blink/renderer/platform/.*event'
Takeshi Yoshinoe387aa32017-08-02 13:16:13344 },
345 'blink_fetch': {
Blink Reformata30d4232018-04-07 15:31:06346 'filepath': 'third_party/blink/renderer/platform/loader/fetch'
Takeshi Yoshinoe387aa32017-08-02 13:16:13347 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13348 'blink_fileapi': {
Blink Reformata30d4232018-04-07 15:31:06349 'filepath': 'third_party/blink/renderer/modules/filesystem/' \
350 '|third_party/blink/renderer/core/fileapi/' \
Kent Tamuraeb394c72018-04-07 19:14:55351 '|third_party/blink/renderer/platform/.*file' \
Takeshi Yoshinoe387aa32017-08-02 13:16:13352 '|third_party/WebKit/LayoutTests/fast/file' \
Kent Tamuraeb394c72018-04-07 19:14:55353 '|third_party/blink/public/.*_file'
Takeshi Yoshinoe387aa32017-08-02 13:16:13354 },
355 'blink_frames': {
Blink Reformata30d4232018-04-07 15:31:06356 'filepath': 'third_party/blink/renderer/core/frame/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13357 },
358 'blink_geolocation': {
359 'filepath': 'third_party/WebKit/LayoutTests/geolocation-api/' \
Blink Reformata30d4232018-04-07 15:31:06360 '|third_party/blink/renderer/modules/geolocation/' \
Kent Tamuraeb394c72018-04-07 19:14:55361 '|third_party/blink/public/web/.*geolocation'
Takeshi Yoshinoe387aa32017-08-02 13:16:13362 },
363 'blink_heap': {
Blink Reformata30d4232018-04-07 15:31:06364 'filepath': 'third_party/blink/renderer/platform/heap' \
Takeshi Yoshinoe387aa32017-08-02 13:16:13365 '|base/allocator/partition_allocator/'
366 },
367 'blink_html': {
Blink Reformata30d4232018-04-07 15:31:06368 'filepath': 'third_party/blink/renderer/core/html/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13369 },
370 'blink_htmlparser': {
Blink Reformata30d4232018-04-07 15:31:06371 'filepath': 'third_party/blink/renderer/core/html/parser/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13372 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13373 'blink_indexed_db': {
Chase Phillips7027bd52018-08-30 17:31:55374 'filepath': 'third_party/blink/common/indexeddb' \
375 '|third_party/blink/public/common/indexeddb' \
376 '|third_party/blink/public/platform/.*_idb' \
377 '|third_party/blink/public/platform/modules/indexeddb' \
378 '|third_party/blink/public/mojom/indexeddb' \
379 '|third_party/blink/renderer/modules/indexeddb/' \
380 '|third_party/WebKit/LayoutTests/storage/indexeddb'
Takeshi Yoshinoe387aa32017-08-02 13:16:13381 },
382 'blink_input': {
Blink Reformata30d4232018-04-07 15:31:06383 'filepath': 'third_party/blink/renderer/core/input/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13384 },
385 'blink_layers': {
Kent Tamuraeb394c72018-04-07 19:14:55386 'filepath': 'third_party/blink/renderer/core/page/scrolling/scrolling_coordinator' \
387 '|third_party/blink/renderer/platform/graphics/graphics_layer' \
388 '|third_party/blink/renderer/core/layout/layer'
Takeshi Yoshinoe387aa32017-08-02 13:16:13389 },
390 'blink_layout': {
Kent Tamuraeb394c72018-04-07 19:14:55391 'filepath': 'third_party/blink/renderer/core/layout'
Takeshi Yoshinoe387aa32017-08-02 13:16:13392 },
393 'blink_layout_ng': {
Blink Reformata30d4232018-04-07 15:31:06394 'filepath': 'third_party/blink/renderer/core/layout/ng',
Takeshi Yoshinoe387aa32017-08-02 13:16:13395 },
396 'blink_loader': {
Blink Reformata30d4232018-04-07 15:31:06397 'filepath': 'third_party/blink/renderer/core/loader/' \
398 '|third_party/blink/renderer/platform/loader/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13399 },
400 'blink_media': {
Blink Reformata30d4232018-04-07 15:31:06401 'filepath': 'third_party/blink/renderer/core/css/mediaControls' \
Kent Tamuraeb394c72018-04-07 19:14:55402 '|third_party/blink/renderer/core/html/.*_(audio|media|video)' \
403 '|third_party/blink/renderer/core/html/shadow/media_control' \
404 '|third_party/blink/renderer/core/layout/layout_media' \
405 '|third_party/blink/renderer/core/layout/layout_text_track_container_element' \
Blink Reformata30d4232018-04-07 15:31:06406 '|third_party/blink/renderer/modules/(encryptedmedia|mediasource)' \
407 '|third_party/blink/renderer/platform/drm/' \
408 '|third_party/blink/renderer/platform/graphics/media/' \
Takeshi Yoshinoe387aa32017-08-02 13:16:13409 '|third_party/WebKit/LayoutTests/media/' \
Kent Tamuraeb394c72018-04-07 19:14:55410 '|third_party/blink/public/.*_media'
Takeshi Yoshinoe387aa32017-08-02 13:16:13411 },
412 'blink_media_queries': {
Kent Tamuraeb394c72018-04-07 19:14:55413 'filepath': 'third_party/blink/renderer/core/css/css_media_rule' \
414 '|third_party/blink/renderer/core/css/media_list' \
415 '|third_party/blink/renderer/core/css/media_query' \
416 '|third_party/blink/renderer/core/css/parser/media_query'
Takeshi Yoshinoe387aa32017-08-02 13:16:13417 },
418 'blink_mediastream': {
Blink Reformata30d4232018-04-07 15:31:06419 'filepath': 'third_party/blink/renderer/modules/mediastream/' \
420 '|third_party/blink/renderer/platform/mediastream/' \
Kent Tamuraeb394c72018-04-07 19:14:55421 '|third_party/blink/renderer/platform/exported/web_media_stream' \
422 '|third_party/blink/renderer/platform/exported/web_rtc' \
Takeshi Yoshinoe387aa32017-08-02 13:16:13423 '|third_party/WebKit/LayoutTests/fast/mediastream/'
424 },
425 'blink_modules': {
Blink Reformata30d4232018-04-07 15:31:06426 'filepath': 'third_party/blink/renderer/modules'
Takeshi Yoshinoe387aa32017-08-02 13:16:13427 },
428 'blink_navigator_content_utils': {
Blink Reformata30d4232018-04-07 15:31:06429 'filepath': 'third_party/blink/renderer/modules/navigatorcontentutils' \
Takeshi Yoshinoe387aa32017-08-02 13:16:13430 '|third_party/WebKit/LayoutTests/fast/dom/navigatorcontentutils'
431 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13432 'blink_out_of_process_frames': {
Kent Tamuraeb394c72018-04-07 19:14:55433 'filepath': 'third_party/blink/renderer/core/frame/frame_owner' \
434 '|third_party/blink/renderer/core/frame/frame\.' \
435 '|third_party/blink/renderer/core/frame/web_frame' \
436 '|third_party/blink/renderer/core/exported/web_remote_frame_impl'
Takeshi Yoshinoe387aa32017-08-02 13:16:13437 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13438 'blink_paint': {
Blink Reformata30d4232018-04-07 15:31:06439 'filepath': 'third_party/blink/renderer/core/paint/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13440 },
Xida Chen0ef92782018-01-17 05:53:35441 'blink_paintworklet': {
Blink Reformata30d4232018-04-07 15:31:06442 'filepath': 'third_party/blink/renderer/modules/csspaint/' \
Xida Chen0ef92782018-01-17 05:53:35443 '|third_party/WebKit/LayoutTests/http/tests/csspaint/' \
444 '|third_party/WebKit/LayoutTests/externla/wpt/css/css-paint-api/'
445 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13446 'blink_performance_timing': {
Blink Reformata30d4232018-04-07 15:31:06447 'filepath': 'third_party/blink/renderer/core/timing/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13448 },
449 'blink_permissions': {
Blink Reformata30d4232018-04-07 15:31:06450 'filepath': 'third_party/blink/renderer/modules/permissions/' \
451 '|third_party/blink/public/platform/modules/permissions/',
Takeshi Yoshinoe387aa32017-08-02 13:16:13452 },
453 'blink_platform': {
Blink Reformata30d4232018-04-07 15:31:06454 'filepath': 'third_party/blink/renderer/platform'
Takeshi Yoshinoe387aa32017-08-02 13:16:13455 },
456 'blink_platform_graphics': {
Blink Reformata30d4232018-04-07 15:31:06457 'filepath': 'third_party/blink/renderer/platform/fonts' \
458 '|third_party/blink/renderer/platform/geometry' \
459 '|third_party/blink/renderer/platform/graphics'
Takeshi Yoshinoe387aa32017-08-02 13:16:13460 },
461 'blink_preloadScanner': {
Kent Tamuraeb394c72018-04-07 19:14:55462 'filepath': 'third_party/blink/renderer/core/html/parser/html_preload_scanner',
Takeshi Yoshinoe387aa32017-08-02 13:16:13463 },
464 'blink_prerender': {
Kent Tamuraeb394c72018-04-07 19:14:55465 'filepath': 'third_party/(WebKit|blink)/.*([Pp]rerender|loader/link_loader|html/html_link_element)'
Takeshi Yoshinoe387aa32017-08-02 13:16:13466 },
467 'blink_public_api': {
Blink Reformata30d4232018-04-07 15:31:06468 'filepath': 'third_party/blink/public'
Takeshi Yoshinoe387aa32017-08-02 13:16:13469 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13470 'blink_quota': {
Blink Reformata30d4232018-04-07 15:31:06471 'filepath': 'third_party/blink/renderer/modules/quota/' \
Kent Tamuraeb394c72018-04-07 19:14:55472 '|third_party/blink/public/.*quota'
Takeshi Yoshinoe387aa32017-08-02 13:16:13473 },
474 'blink_scheduler': {
Blink Reformata30d4232018-04-07 15:31:06475 'filepath': 'third_party/blink/renderer/platform/scheduler' \
Kent Tamuraeb394c72018-04-07 19:14:55476 '|third_party/blink/renderer/core/html/parser/.*scheduler'
Takeshi Yoshinoe387aa32017-08-02 13:16:13477 },
478 'blink_screen_orientation': {
Blink Reformata30d4232018-04-07 15:31:06479 'filepath': 'third_party/blink/renderer/modules/screen_orientation/' \
480 '|third_party/blink/public/platform/modules/screen_orientation',
Takeshi Yoshinoe387aa32017-08-02 13:16:13481 },
482 'blink_script': {
Kent Tamuraeb394c72018-04-07 19:14:55483 'filepath': 'third_party/blink/renderer/bindings/core/v8/.*module.*' \
484 '|third_party/blink/renderer/bindings/core/v8/script_controller.*' \
485 '|third_party/blink/renderer/bindings/core/v8/script_source_code.*' \
486 '|third_party/blink/renderer/bindings/core/v8/v8_script_runner.*'
487 '|third_party/blink/renderer/core/dom/.*modul.*' \
488 '|third_party/blink/renderer/core/dom/.*script.*' \
489 '|third_party/blink/renderer/core/html/html_script_element.*' \
490 '|third_party/blink/renderer/core/html/parser/html_parser_script_runner.*' \
Blink Reformata30d4232018-04-07 15:31:06491 '|third_party/blink/renderer/core/loader/modulescript/' \
Kent Tamuraeb394c72018-04-07 19:14:55492 '|third_party/blink/renderer/core/loader/resource/script_resource.*' \
493 '|third_party/blink/renderer/core/svg/svg_script_element.*' \
494 '|third_party/blink/renderer/core/xml/parser/xml_document_parser.*'
Takeshi Yoshinoe387aa32017-08-02 13:16:13495 },
David Bokan9dc0046272017-12-29 00:28:01496 'blink_scroll': {
Kent Tamuraeb394c72018-04-07 19:14:55497 'filepath': 'third_party/blink/renderer/core/frame/.*view.*' \
498 '|third_party/blink/renderer/core/input/.*scroll.*' \
499 '|third_party/blink/renderer/core/input/event_handler.*' \
Blink Reformata30d4232018-04-07 15:31:06500 '|third_party/blink/renderer/core/page/scrolling/' \
Kent Tamuraeb394c72018-04-07 19:14:55501 '|third_party/blink/renderer/core/paint/.*scrollable_area.*' \
Blink Reformata30d4232018-04-07 15:31:06502 '|third_party/blink/renderer/platform/scroll/'
David Bokan9dc0046272017-12-29 00:28:01503 },
Matt Falkenhagenca7fbb62018-07-10 09:21:43504 'blink_service_worker' : {
505 'filepath': 'third_party/blink/renderer/modules/service_worker' \
Takeshi Yoshinoe387aa32017-08-02 13:16:13506 '|third_party/WebKit/LayoutTests/http/tests/serviceworker' \
507 '|third_party/WebKit/LayoutTests/external/wpt/service-workers'
508 },
Matt Falkenhagenca7fbb62018-07-10 09:21:43509 'blink_service_worker_tests' : {
Takeshi Yoshinoe387aa32017-08-02 13:16:13510 'filepath': 'third_party/WebKit/LayoutTests/http/tests/serviceworker' \
511 '|third_party/WebKit/LayoutTests/external/wpt/service-workers'
512 },
513 'blink_shadow_dom': {
Kent Tamuraeb394c72018-04-07 19:14:55514 'filepath': 'third_party/blink/renderer/core/dom/.*shadow' \
515 '|third_party/blink/renderer/core/dom/.*slot' \
516 '|third_party/blink/renderer/core/dom/.*insertion_point' \
517 '|third_party/blink/renderer/core/dom/.*flat_tree'
Takeshi Yoshinoe387aa32017-08-02 13:16:13518 },
519 'blink_spellcheck' : {
Blink Reformata30d4232018-04-07 15:31:06520 'filepath': 'third_party/blink/renderer/core/editing/spellcheck'
Takeshi Yoshinoe387aa32017-08-02 13:16:13521 },
522 'blink_spv2_layout_tests': {
523 'filepath': 'third_party/WebKit/LayoutTests/virtual/spv2'
524 },
Adam Rice027497d2018-07-27 02:17:02525 'blink_streams': {
526 'filepath': 'third_party/blink/renderer/core/streams/'
527 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13528 'blink_style': {
Kent Tamuraeb394c72018-04-07 19:14:55529 'filepath': 'third_party/(WebKit|blink)/.*(style/|Style)',
Takeshi Yoshinoe387aa32017-08-02 13:16:13530 },
531 'blink_svg': {
Blink Reformata30d4232018-04-07 15:31:06532 'filepath': 'third_party/blink/renderer/core/(layout/)?svg',
Takeshi Yoshinoe387aa32017-08-02 13:16:13533 },
534 'blink_track': {
Blink Reformata30d4232018-04-07 15:31:06535 'filepath': 'third_party/blink/renderer/core/html/track/' \
Kent Tamuraeb394c72018-04-07 19:14:55536 '|third_party/blink/renderer/core/loader/text_track' \
537 '|third_party/blink/renderer/core/html/meida/html_media_element' \
538 '|third_party/blink/renderer/core/html/shadow/media_control' \
Blink Reformata30d4232018-04-07 15:31:06539 '|third_party/blink/renderer/core/css/mediaControl' \
Takeshi Yoshinoe387aa32017-08-02 13:16:13540 '|third_party/WebKit/LayoutTests/media/track/'
541 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13542 'blink_vibration': {
543 'filepath': 'third_party/WebKit/LayoutTests/vibration/' \
Blink Reformata30d4232018-04-07 15:31:06544 '|third_party/blink/renderer/modules/vibration/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13545 },
546 'blink_viewport_interaction': {
Kent Tamuraeb394c72018-04-07 19:14:55547 'filepath': 'third_party/blink/renderer/core/css/.*viewport' \
548 '|third_party/blink/renderer/core/dom/viewport_arguments' \
549 '|third_party/blink/renderer/core/frame/frame_view.*' \
550 '|third_party/blink/renderer/core/frame/.*viewport.*' \
551 '|third_party/blink/renderer/core/html/html_meta_element'
Takeshi Yoshinoe387aa32017-08-02 13:16:13552 },
553 'blink_w3ctests': {
554 'filepath': 'third_party/WebKit/LayoutTests/external/' \
Kent Tamura01019442018-05-01 22:06:58555 '|third_party/blink/tools/blinkpy/w3c/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13556 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13557 'blink_webp': {
Blink Reformata30d4232018-04-07 15:31:06558 'filepath': 'third_party/blink/renderer/platform/image-decoders/webp' \
Kent Tamuraeb394c72018-04-07 19:14:55559 '|third_party/blink/renderer/platform/image-encoders/skia/webp'
Takeshi Yoshinoe387aa32017-08-02 13:16:13560 },
561 'blink_websockets': {
Blink Reformata30d4232018-04-07 15:31:06562 'filepath': 'third_party/blink/renderer/modules/websockets/' \
563 '|third_party/blink/renderer/platform/modules/websockets/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13564 },
565 'blink_workers': {
Blink Reformata30d4232018-04-07 15:31:06566 'filepath': 'third_party/blink/renderer/core/workers' \
Takeshi Yoshinoe387aa32017-08-02 13:16:13567 '|third_party/WebKit/LayoutTests/http/tests/workers' \
568 '|third_party/WebKit/LayoutTests/fast/workers' \
569 '|third_party/WebKit/LayoutTests/external/wpt/workers'
570 },
571 'blink_wtf': {
Blink Reformata30d4232018-04-07 15:31:06572 'filepath': 'third_party/blink/renderer/platform/wtf',
Takeshi Yoshinoe387aa32017-08-02 13:16:13573 },
574 'blink_xml': {
Blink Reformata30d4232018-04-07 15:31:06575 'filepath': 'third_party/blink/renderer/core/xml/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13576 },
[email protected]06798f72013-01-14 22:31:17577 'bookmarks': {
578 'filepath': 'chrome/browser/bookmarks/' \
[email protected]771ad482013-07-16 17:32:48579 '|chrome/browser/extensions/api/bookmark_manager_private/' \
580 '|chrome/browser/extensions/api/bookmarks/' \
Christopher Lam3d8828e2018-04-30 05:25:11581 '|chrome/browser/resources/md_bookmarks/' \
[email protected]cd869cde2013-01-31 15:46:35582 '|chrome/browser/ui/bookmarks/' \
583 '|chrome/browser/ui/cocoa/bookmarks/' \
[email protected]5cb8b6e12014-05-19 16:53:46584 '|chrome/browser/ui/views/bookmarks/' \
585 '|components/bookmarks'
[email protected]06798f72013-01-14 22:31:17586 },
donnd787f6ed2016-08-03 01:00:56587 'bottombar': {
588 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/',
589 },
Tarun Bansalc4882282018-07-11 23:53:55590 'breve': {
591 'filepath': 'chrome/browser/net/spdyproxy|'\
592 'chrome_proxy|'\
Tarun Bansal129ca7842018-07-31 17:14:12593 'client_hints|'
Tarun Bansalc4882282018-07-11 23:53:55594 'components/blacklist|'\
595 'components/data_use|'\
596 'data_reduction_proxy|'\
Tarun Bansal129ca7842018-07-31 17:14:12597 'data_use_measurement|'\
598 'lazy_load|'
599 'navigation_predictor|'\
600 'net/nqe|'\
Tarun Bansalc4882282018-07-11 23:53:55601 'optimization_guide|'\
Tarun Bansal129ca7842018-07-31 17:14:12602 'optimization_hints|'\
603 'previews'
Tarun Bansalc4882282018-07-11 23:53:55604 },
[email protected]22650d22012-07-18 17:02:35605 'browser_components': {
[email protected]a7228f62012-09-20 17:52:48606 'filepath': 'chrome/browser/autofill/' \
607 '|chrome/browser/bookmarks/' \
[email protected]a7228f62012-09-20 17:52:48608 '|chrome/browser/favicon/' \
[email protected]ddf288e2013-01-09 20:58:27609 '|chrome/browser/history/' \
[email protected]fccf4882013-03-15 04:46:19610 '|chrome/browser/webdata/' \
[email protected]3947d4a82013-03-12 09:41:05611 '|components/autofill/'
[email protected]22650d22012-07-18 17:02:35612 },
[email protected]f76c8852012-06-21 16:37:00613 'browser_compositor': {
[email protected]f2f0fbb92012-07-14 15:52:49614 'filepath': 'ui/compositor/'
[email protected]fbd846b2010-11-19 01:32:18615 },
michaelpge42ca3b32016-02-19 08:17:57616 'browser_resources_md': {
617 'filepath': 'chrome/browser/resources/md_'\
618 '|chrome/browser/resources/settings/',
619 },
[email protected]0ce480532012-07-20 12:33:20620 'browsing_data': {
Christian Dullweber041fddf2018-05-08 15:09:42621 'filepath': '/browsing_data/',
[email protected]0ce480532012-07-20 12:33:20622 },
[email protected]f76c8852012-06-21 16:37:00623 'bubble': {
[email protected]f2f0fbb92012-07-14 15:52:49624 'filepath': 'ui/views/bubble/|'\
rouslan8d6a8372015-09-10 19:10:10625 'chrome/browser/ui/views/bubble/|'\
626 'components/bubble/',
[email protected]f76c8852012-06-21 16:37:00627 },
jkarlin539748402015-03-31 17:36:31628 'cache_storage': {
Josh Karlin1bd016742017-08-18 17:44:17629 'filepath': '/cache.storage/'
630 '|/cachestorage/',
jkarlin539748402015-03-31 17:36:31631 },
[email protected]10fbd5952013-08-22 07:42:39632 'cast': {
[email protected]31ef420b2014-08-13 21:19:13633 'filepath': 'media/cast/'\
634 '|chrome/browser/extensions/api/cast_streaming/'\
635 '|chrome/browser/media/cast'\
636 '|chrome/renderer/media/cast'\
637 '|chrome/test/data/extensions/api_test/cast_'\
miu5e69f1c52016-10-23 13:40:11638 '|content/public/renderer/media_stream_'\
639 '|content/renderer/media/(media_stream|(.+audio_source))',
[email protected]10fbd5952013-08-22 07:42:39640 },
ryanchung4d157372016-05-10 20:27:16641 'cast_certificate': {
642 'filepath': 'components/cast_certificate/'\
643 '|components/test/data/cast_certificate/',
644 },
mfoltz57fd7f32017-05-03 06:12:58645 'cast_channel': {
646 'filepath': 'chrome/test/data/extensions/api_test/cast_channel/' \
Ryan Ki Sing Chung27cc7ed92017-07-25 21:53:47647 '|components/cast_channel/' \
648 '|extensions/browser/api/cast_channel'
mfoltz57fd7f32017-05-03 06:12:58649 },
Takeshi Yoshino524e1d262017-07-28 01:16:38650 'cc': {
danakjca574522017-09-20 16:38:59651 'filepath': 'cc/'\
652 '|components/viz/'
653 },
Yi Guc1c54682018-07-23 12:00:00654 'cc-animation': {
655 'filepath': 'cc/animation/'
656 },
danakjca574522017-09-20 16:38:59657 'cc-contexts': {
658 'filepath': 'components/viz/common/gpu'
659 },
660 'cc-display': {
661 'filepath': 'components/viz/service/display'\
662 '|cc/output'
663 },
664 'cc-paint': {
665 'filepath': 'cc/paint'
666 },
667 'cc-quads': {
668 'filepath': 'components/viz/common/quads'
669 },
670 'cc-resources': {
671 'filepath': 'cc/resources'\
672 '|components/viz/common/resources'
Takeshi Yoshino524e1d262017-07-28 01:16:38673 },
Alexander Timin864bf8a02018-03-12 11:06:28674 'cc-scheduler': {
675 'filepath': 'cc/scheduler'
676 },
eranmc2a9f612015-11-24 16:41:34677 'certificate_transparency': {
678 'filepath': 'components/certificate_transparency/'\
eranmc2a9f612015-11-24 16:41:34679 '|net/cert/ct_'\
680 '|net/cert/multi_log_ct_verifier'\
681 '|net/cert/sct_status_flags.h'\
682 '|net/cert/signed_certificate_timestamp'\
683 '|net/cert/signed_tree_head'\
684 '|net/test/ct_',
685 },
Joe Mason60ec2f32018-02-15 15:50:51686 'chrome_cleaner': {
687 'filepath': 'chrome/browser/component_updater/sw_reporter_'\
688 '|chrome/browser/resources/settings/chrome_cleanup_page/'\
689 '|chrome/browser/safe_browsing/chrome_cleaner/'\
690 '|chrome/browser/ui/views/chrome_cleaner_'\
691 '|chrome/browser/ui/webui/settings/chrome_cleanup_'\
Joe Mason12a02332018-04-19 14:39:00692 '|chrome/chrome_cleaner/'\
Joe Mason60ec2f32018-02-15 15:50:51693 '|components/chrome_cleaner/',
694 },
[email protected]c73ec8ab2014-01-16 20:35:23695 'chrome_elf': {
696 'filepath': 'chrome_elf',
697 },
lpy0ca13772017-02-28 19:48:27698 'chrome_grc': {
lpy53b82752017-05-31 22:30:49699 'filepath': 'chrome/browser/resource_coordinator/'\
700 '|services/resource_coordinator/',
lpy0ca13772017-02-28 19:48:27701 },
[email protected]d5b21972012-07-20 02:06:01702 'chrome_views': {
703 'filepath': 'chrome/browser/ui/views',
704 },
Takeshi Yoshino524e1d262017-07-28 01:16:38705 'chromecast': {
706 'filepath': 'chromecast/',
707 },
708 'chromecast_public': {
709 'filepath': 'chromecast/public/',
710 },
[email protected]f7bf8ba2011-02-24 22:28:46711 'chromedriver': {
samuong53d5e612014-10-10 18:56:38712 'filepath': 'chrome/test/chromedriver|'\
713 'chrome/test/data/chromedriver|'\
Jonathon Kereliuk540c7d52018-01-18 06:22:03714 'third_party/webdriver|'\
Blink Reformata30d4232018-04-07 15:31:06715 'third_party/blink/renderer/devtools/front_end/emulated_devices/module.json'
[email protected]f7bf8ba2011-02-24 22:28:46716 },
[email protected]f76c8852012-06-21 16:37:00717 'chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:49718 'filepath': 'chromeos/',
[email protected]531b1532011-08-11 03:52:01719 },
[email protected]eda0a0b2013-04-19 20:34:35720 'chromeos_attestation': {
721 'filepath': 'chromeos/attestation/|'\
[email protected]64494c3f2013-08-14 22:15:59722 'chrome/browser/chromeos/attestation/|'\
723 'chrome/browser/extensions/api/enterprise_platform_keys_private/',
[email protected]eda0a0b2013-04-19 20:34:35724 },
[email protected]7c59a152012-11-06 20:56:35725 'chromeos_calculator': {
726 'filepath': 'chrome/common/extensions/docs/examples/apps/calculator/',
727 },
alematec5187b1b2016-08-26 05:32:18728 'chromeos_geolocation': {
729 'filepath': 'chromeos/geolocation/',
730 },
Achuith Bhandarkar434e24592018-03-07 23:05:12731 'chromeos_lkgm': {
732 'filepath': 'chromeos/CHROMEOS_LKGM',
733 },
[email protected]f76c8852012-06-21 16:37:00734 'chromeos_login': {
Jacob Dufaulted1ef2bc2018-08-10 18:21:34735 'filepath': 'ash/login/|'\
736 'chrome/browser/chromeos/login/|'\
[email protected]f2f0fbb92012-07-14 15:52:49737 'chrome/browser/ui/webui/chromeos/login/|'\
dzhioevcc7c0492014-11-25 14:52:58738 'chrome/browser/resources/chromeos/login/|'\
739 'ui/login/',
[email protected]a791dac2011-04-07 23:22:57740 },
[email protected]d7d35f342012-10-22 20:32:47741 'chromeos_net': {
742 'filepath': 'chromeos/network/|'\
stevenjbdd133032015-08-07 18:37:47743 'chrome/browser/chromeos/net/|'\
744 'chrome/browser/extensions/api/networking_private/|'\
745 'extensions/browser/api/networking_private/|'\
746 'ui/chromeos/network/',
[email protected]d7d35f342012-10-22 20:32:47747 },
[email protected]2315ac0c2013-02-05 00:49:16748 'chromeos_power': {
James Cooka35a1e22017-04-08 02:33:08749 'filepath': 'ash/system/power/|'\
[email protected]c3943ad2013-07-03 13:44:56750 'chromeos/dbus/power_.*|'\
[email protected]2315ac0c2013-02-05 00:49:16751 'chrome/browser/chromeos/power/',
752 },
alematec5187b1b2016-08-26 05:32:18753 'chromeos_timezone': {
754 'filepath': 'chromeos/timezone/',
755 },
[email protected]f76c8852012-06-21 16:37:00756 'chromeos_webui': {
[email protected]f2f0fbb92012-07-14 15:52:49757 'filepath': 'chrome/browser/ui/webui/chromeos/|'\
758 'chrome/browser/resources/chromeos/',
[email protected]ba03af42012-03-08 01:37:12759 },
[email protected]cef7a6d2011-04-29 20:49:07760 'clang_update': {
Nico Webere250e6a2015-12-02 19:31:56761 'filepath': 'tools/clang/scripts/update.py'
[email protected]cef7a6d2011-04-29 20:49:07762 },
[email protected]f76c8852012-06-21 16:37:00763 'clipboard': {
764 'filepath': 'clipboard|dnd|drag|drop',
[email protected]2418b022011-05-19 21:06:02765 },
Aaron Gable64f273582017-03-30 18:02:00766 'codereview_settings': {
767 'filepath': 'codereview.settings',
768 },
sdefresned94c5b02015-07-22 17:54:55769 'components_deps': {
770 'filepath': 'components/([^/]*/)*DEPS',
771 },
scheib968e61052014-11-05 00:27:25772 'content_bluetooth': {
773 'filepath': 'content/.*bluetooth'
774 },
kinuko01cbe8a12015-10-20 09:59:06775 'content_loader': {
mmenkefaa97d3b2016-09-25 14:24:02776 'filepath': 'chrome/browser/loader|' \
777 'content/browser/loader|' \
kinuko01cbe8a12015-10-20 09:59:06778 'content/child/*loader',
779 },
mkwst512627022014-09-16 09:23:27780 'content_renderer': {
781 'filepath': 'content/renderer/',
782 },
[email protected]aa3311a2012-11-19 16:04:58783 'content_shell': {
784 'filepath': 'content/shell/',
785 },
kinukoa121bce2015-01-30 10:04:41786 'content_worker': {
787 'filepath': 'content/.*worker',
788 },
donnd787f6ed2016-08-03 01:00:56789 'contextual_search': {
790 'filepath': 'chrome/browser/android/contextualsearch/|' \
791 'chrome/android/java/src/org/chromium/chrome/browser/contextualsearch/|' \
792 'chrome/android/javatests/src/org/chromium/chrome/browser/contextualsearch/|' \
793 'components/contextual_search/',
794 },
wfh792b71c2016-05-04 23:33:41795 'courgette': {
796 'filepath': 'courgette/',
797 },
Nico Weber6ff639a2017-08-11 21:04:50798 'cq': {
Andrii Shyshkalov17176242018-02-24 03:31:32799 'filepath': 'infra/config/branch/cq.cfg',
Nico Weber6ff639a2017-08-11 21:04:50800 },
michaelpge42ca3b32016-02-19 08:17:57801 'cr_elements': {
802 'filepath': 'ui/webui/resources/cr_element',
803 },
Chung-yih Wang7afc64a2018-03-06 02:09:04804 'cros_benchmarks': {
805 'filepath': 'tools/perf/contrib/cros_benchmarks',
806 },
Ben Wells03471a72018-03-22 00:58:46807 'crostini': {
Timothy Lohecae1e422018-06-07 05:53:59808 'filepath': 'crostini',
Ben Wells03471a72018-03-22 00:58:46809 },
ianwencdb8c9e2015-06-18 22:10:15810 'custom_tabs': {
Newton Allen38c62212015-06-24 21:41:53811 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/customtabs/|'\
ianwencdb8c9e2015-06-18 22:10:15812 'chrome/android/javatests/src/org/chromium/chrome/browser/customtabs/',
alancuttercbad6512015-06-19 02:31:28813 },
Ryo Hashimoto900be52c2018-05-24 06:42:26814 'dbus': {
815 'filepath': 'dbus/',
816 },
[email protected]5e105332012-09-13 01:55:52817 'deep_memory_profiler': {
818 'filepath': 'tools/(deep_memory_profiler|find_runtime_symbols)',
819 },
Bartosz Fabianowski85a823812015-04-16 10:27:51820 'device_bluetooth': {
821 'filepath': 'device/.*bluetooth'
822 },
juncaic08f41d2017-05-04 20:36:58823 'device_chooser': {
824 'filepath': 'chrome/browser/chooser_controller/|'\
825 'chrome/browser/ui/android/bluetooth_chooser_.*|'\
826 'chrome/browser/ui/android/usb_chooser_.*|'\
827 'chrome/browser/ui/bluetooth/|'\
828 'chrome/browser/ui/cocoa/device_chooser_.*|'\
829 'chrome/browser/ui/cocoa/extensions/chooser_dialog_.*|'\
830 'chrome/browser/ui/cocoa/permission_bubble/chooser_bubble_.*|'\
831 'chrome/browser/ui/views/device_chooser_.*|'\
832 'chrome/browser/ui/views/extensions/chooser_dialog_.*|'\
833 'chrome/browser/ui/views/permission_bubble/chooser_bubble_.*|'\
834 'chrome/browser/usb/usb_chooser_.*',
835 },
[email protected]342b12872012-11-07 12:10:46836 'devtools': {
837 'filepath': 'devtools',
838 },
mfoltz57fd7f32017-05-03 06:12:58839 'dial': {
840 'filepath': 'chrome/(browser|common)/extensions/api/dial' \
841 '|chrome/browser/media/router/discovery/dial/' \
842 '|chrome/test/data/extensions/api_test/dial/'
843 },
[email protected]bab2a832012-07-11 23:29:41844 'disk_cache': {
845 'filepath': 'net/disk_cache/|http_cache',
846 },
[email protected]f76c8852012-06-21 16:37:00847 'download': {
[email protected]f2f0fbb92012-07-14 15:52:49848 'filepath': 'chrome/browser/download/|'\
[email protected]8492b5b2012-12-17 21:58:08849 'content/browser/download/',
[email protected]6bff0ad2011-06-17 01:32:51850 },
[email protected]ca872e362011-07-12 21:06:03851 'downloads_ui': {
dbeam78528be2016-02-18 07:08:49852 'filepath': 'chrome/browser/resources/(md_)?downloads/|' \
[email protected]8492b5b2012-12-17 21:58:08853 'chrome/browser/ui/webui/.*downloads|' \
854 'chrome/browser/ui/views/download/|' \
asanka2009f412015-10-05 17:28:12855 'chrome/browser/ui/cocoa/download/'
[email protected]ca872e362011-07-12 21:06:03856 },
[email protected]f6df20a2012-10-23 21:22:07857 'drive': {
[email protected]8492b5b2012-12-17 21:58:08858 'filepath': 'chrome/browser/chromeos/drive/|' \
859 'chrome/browser/google_apis/'
[email protected]f6df20a2012-10-23 21:22:07860 },
[email protected]89d2cd52013-04-16 01:55:36861 'drive_resource_metadata': {
Ryo Hashimoto900be52c2018-05-24 06:42:26862 'filepath': 'drive.*resource_metadata'
[email protected]89d2cd52013-04-16 01:55:36863 },
[email protected]3a25c8a2014-06-26 06:47:10864 'eme': {
Xiaohan Wang6cbdcdf2018-06-12 21:55:54865 'filepath': 'chrome/renderer/media/.*key_system|' \
866 'chrome/browser/media/.*(cdm|encrypted)|' \
867 'components/cdm/|' \
[email protected]3a25c8a2014-06-26 06:47:10868 'content/browser/media/cdm/|' \
Xiaohan Wang6cbdcdf2018-06-12 21:55:54869 'media/base/android/.*drm|' \
[email protected]3a25c8a2014-06-26 06:47:10870 'media/cdm/|' \
871 'third_party/widevine/cdm/'
872 },
Justin DeWittf64d39e2018-08-09 21:33:41873 'explore_sites': {
874 'filepath': 'chrome/browser/android/explore_sites/|' \
875 'chrome/android/java/src/org/chromium/chrome/browser/explore_sites/'
876 },
[email protected]f76c8852012-06-21 16:37:00877 'extension': {
878 'filepath': 'extension',
[email protected]161277d42011-06-24 20:48:45879 },
lunalu0a9c05422016-11-11 17:19:06880 'feature_policy': {
Blink Reformata30d4232018-04-07 15:31:06881 'filepath': 'third_party/blink/renderer/platform/feature_policy/|' \
Kent Tamuraeb394c72018-04-07 19:14:55882 'third_party/blink/renderer/bindings/core/v8/origin_trial_features',
lunalu0a9c05422016-11-11 17:19:06883 },
[email protected]f76c8852012-06-21 16:37:00884 'fileapi': {
[email protected]8492b5b2012-12-17 21:58:08885 'filepath': 'file_system/|' \
886 'fileapi/'
[email protected]80919512011-08-03 08:51:04887 },
[email protected]f76c8852012-06-21 16:37:00888 'filebrowse': {
[email protected]8492b5b2012-12-17 21:58:08889 'filepath': 'file_browser|' \
890 'file_manager|' \
891 'filebrowse'
[email protected]4b07b62cc2011-10-03 17:52:39892 },
[email protected]4ed766c2013-09-19 09:45:20893 'filesapp': {
okab0be3dc2016-08-30 07:37:10894 'filepath': 'chrome/browser/chromeos/drive|' \
895 'chrome/browser/chromeos/extensions/file_manager|' \
896 'chrome/browser/chromeos/extensions/file_system_provider|' \
897 'chrome/browser/chromeos/file_manager|' \
898 'chrome/browser/chromeos/file_system_provider|' \
899 'chrome/browser/drive|' \
900 'chrome/test/data/extensions/api_test/file_system_provider|' \
901 'components/drive|' \
902 'google_apis/drive|' \
903 'ui/file_manager'
904 },
Tomasz Mikolajewski2905dbb2017-11-22 06:24:04905 'fsp': {
906 'filepath': 'chrome/browser/chromeos/extensions/file_system_provider|' \
907 'chrome/browser/chromeos/file_system_provider|' \
Tomasz Mikolajewski66b4faa22017-11-22 09:33:43908 'chrome/test/data/extensions/api_test/file_system_provider'
[email protected]4ed766c2013-09-19 09:45:20909 },
Wez385de5a2017-07-13 20:13:16910 'fuchsia': {
911 'filepath': 'fuchsia',
912 },
mmoroz58ddb8172016-09-08 18:29:55913 'fuzzing': {
914 'filepath': 'fuzz|Fuzz',
915 },
Vincent Scheibd5da4d952017-11-03 01:33:24916 'gamepad': {
917 'filepath': 'gamepad',
918 },
[email protected]3a2a6ac02014-06-20 07:07:12919 'gcm': {
peter9f4490a2017-01-27 00:58:36920 'filepath': 'chrome/browser/gcm/|'\
[email protected]3a2a6ac02014-06-20 07:07:12921 'components/gcm_driver/|'\
922 'google_apis/gcm/',
923 },
mikhail.pozdnyakova8db26402016-11-28 18:27:12924 'generic_sensor': {
Jun Caiaa1f040d2017-11-15 01:21:53925 'filepath': 'services/device/generic_sensor/|'\
Blink Reformata30d4232018-04-07 15:31:06926 'third_party/blink/renderer/modules/sensor/',
mikhail.pozdnyakova8db26402016-11-28 18:27:12927 },
[email protected]d8036492013-08-09 16:02:23928 'geolocation': {
929 'filepath': 'chrome/browser/geolocation/|'\
930 'content/browser/geolocation|'\
931 'content/public/common/geoposition.*|'\
932 'content/public/browser/geolocation.*|'\
933 'content/renderer/geolocation.*|'\
934 'content/shell/geolocation/',
935 },
[email protected]cf428f732012-10-02 20:48:15936 'gfx_geometry': {
danakj570c1332015-01-06 16:59:36937 'filepath': 'ui/gfx/geometry/',
[email protected]cf428f732012-10-02 20:48:15938 },
Takeshi Yoshino524e1d262017-07-28 01:16:38939 'gfx_image': {
940 'filepath': 'ui/gfx/image/',
941 },
[email protected]4d1773e2014-04-05 07:59:57942 'gn': {
943 'filepath': 'tools/gn',
944 },
[email protected]f76c8852012-06-21 16:37:00945 'gpu': {
[email protected]f2f0fbb92012-07-14 15:52:49946 'filepath': 'gpu/',
[email protected]f76c8852012-06-21 16:37:00947 },
Corentin Wallezc68aa9b2017-10-02 15:00:03948 'gpu_passthrough_cmd_decoder': {
949 'filepath': 'gpu/command_buffer/service/.*passthrough',
950 },
Ehsan Karamadc20cee22018-08-10 21:32:33951 'guest_view': {
952 'filepath': 'chrome/browser/apps/guest_view|'\
953 'chrome/browser/extensions/api/web_view|'\
954 'chrome/browser/guest_view|'\
955 'chrome/common/extensions/api/webview*.json|'\
956 'chrome/common/extensions/docs|'\
957 'chrome/renderer/resources/extensions/web_view|'\
958 'components/guest_view|'\
959 'content/browser/browser_plugin|'\
960 'content/renderer/browser_plugin|'\
961 'extensions/browser/api/guest_view|'\
962 'extensions/browser/guest_view|'\
963 'extensions/common/guest_view|'\
964 'extensions/common/mojo/guest_view.mojom|'\
965 'extensions/common/api/*view*.json|'\
966 'extensions/renderer/guest_view',
967 },
Andrey Kosyakova173d252018-05-07 18:29:11968 'headless': {
969 'filepath': 'headless/'
970 },
[email protected]f76c8852012-06-21 16:37:00971 'history_ui': {
dbeam78528be2016-02-18 07:08:49972 'filepath': 'chrome/browser/resources/(md_)?history|'\
973 'chrome/browser/ui/webui/.*history',
[email protected]f76c8852012-06-21 16:37:00974 },
975 'i18n': {
[email protected]f2f0fbb92012-07-14 15:52:49976 'filepath': 'base/i18n/|base/string|l10n|icu|'\
timvolodine8cdb94c2016-09-22 12:17:22977 'locale_settings|encoding',
[email protected]f76c8852012-06-21 16:37:00978 },
[email protected]f76c8852012-06-21 16:37:00979 'importer': {
[email protected]f2f0fbb92012-07-14 15:52:49980 'filepath': 'import',
[email protected]f76c8852012-06-21 16:37:00981 },
Greg Thompson4f90fc992017-07-25 19:30:37982 'incident_reporting': {
983 'filepath': 'chrome/browser/safe_browsing/incident_reporting',
984 },
[email protected]c26161352013-11-12 19:50:01985 'indexed_db': {
986 'filepath': 'content/browser/indexed_db|'\
[email protected]c26161352013-11-12 19:50:01987 'content/public/browser/indexed_db|'\
Chase Phillips7027bd52018-08-30 17:31:55988 'content/renderer/indexed_db|'\
[email protected]c26161352013-11-12 19:50:01989 'content/test/data/indexeddb',
990 },
bruthigaa8281f2016-02-09 17:52:31991 'ink_drop': {
992 'filepath': 'ui/views/animation/test/.*ink_drop.*|' \
993 'ui/views/animation/.*ink_drop.*'
994 },
dtapuska1f997a12016-03-14 19:22:07995 'input': {
996 'filepath': 'content/browser/renderer_host/input|'\
997 'content/renderer/input|'\
998 'ui/events/blink/'
999 },
Dominick Ngcaa7b402017-07-11 07:35:391000 'installable': {
1001 'filepath': 'chrome/browser/installable/',
1002 },
mmoss19826c62014-11-14 21:37:361003 'installer_linux': {
1004 'filepath': 'chrome/installer/linux/',
1005 },
Greg Thompson4f90fc992017-07-25 19:30:371006 'installer_win': {
1007 'filepath': 'chrome/install_static/'\
Samuel Huang577ef6c2018-03-13 18:19:341008 '|chrome/installer/(?!gcapi_mac/|linux/|mac/)'\
1009 '|components/zucchini/',
Greg Thompson4f90fc992017-07-25 19:30:371010 },
[email protected]56b4b09d32012-07-27 18:28:411011 'instant': {
[email protected]607903d2013-03-25 22:15:471012 'filepath': 'instant|searchbox|'\
1013 'chrome/browser/search/|'\
[email protected]c29b7dae2013-03-25 22:29:131014 'chrome/browser/ui/search/|'\
[email protected]eb99f8e2013-07-10 10:17:391015 'chrome/browser/resources/local_ntp/|'\
[email protected]607903d2013-03-25 22:15:471016 'chrome/common/search_types.*',
[email protected]56b4b09d32012-07-27 18:28:411017 },
edchin46453b42017-03-03 01:40:111018 'ios': {
Sylvain Defresne81467d82017-05-29 09:06:141019 'filepath': 'ios/',
edchin46453b42017-03-03 01:40:111020 },
sdefresne18b47312015-06-18 15:15:091021 'ios_chrome': {
Sylvain Defresne81467d82017-05-29 09:06:141022 'filepath': 'ios/chrome/',
sdefresne18b47312015-06-18 15:15:091023 },
marqa4f135f2017-01-10 12:37:341024 'ios_clean': {
Sylvain Defresne81467d82017-05-29 09:06:141025 'filepath': 'ios/clean/',
marqa4f135f2017-01-10 12:37:341026 },
1027 'ios_showcase': {
Sylvain Defresne81467d82017-05-29 09:06:141028 'filepath': 'ios/showcase/',
marqa4f135f2017-01-10 12:37:341029 },
eugenebutb5a5a8572017-01-20 01:18:111030 'ios_web': {
Sylvain Defresne81467d82017-05-29 09:06:141031 'filepath': 'ios/web(_view)?/',
eugenebutb5a5a8572017-01-20 01:18:111032 },
Johanndfa4d7d2017-12-07 18:05:291033 'libaom': {
1034 'filepath': 'third_party/libaom/',
1035 },
Takeshi Yoshino524e1d262017-07-28 01:16:381036 'libvpx': {
Johanndfa4d7d2017-12-07 18:05:291037 'filepath': 'third_party/libvpx/',
vabraafbd4f32015-11-10 19:30:231038 },
[email protected]a3f777d2014-01-07 23:38:261039 'libwebp': {
1040 'filepath': 'third_party/libwebp'
1041 },
dominiccabb90e02017-03-31 04:54:231042 'libxml_xslt': {
1043 'filepath': 'third_party/libxml/' \
1044 '|third_party/libxslt/',
1045 },
[email protected]04a292a2013-03-07 19:58:421046 'linux_fonts': {
1047 'filepath': 'ui/gfx/font_render_params_.*|'\
deratcd2d6fb2015-02-12 00:10:411048 'ui/gfx/platform_font_linux.*|'\
1049 'ui/gfx/render_text_harfbuzz.*',
[email protected]04a292a2013-03-07 19:58:421050 },
1051 'linux_sandboxing': {
[email protected]f2f0fbb92012-07-14 15:52:491052 'filepath': 'sandbox/linux/',
[email protected]f76c8852012-06-21 16:37:001053 },
[email protected]04a292a2013-03-07 19:58:421054 'linux_seccomp_bpf': {
[email protected]d6a23612012-11-13 20:11:541055 'filepath': 'content/common/sandbox.*linux.cc',
[email protected]f76c8852012-06-21 16:37:001056 },
Takeshi Yoshino524e1d262017-07-28 01:16:381057 'login': {
1058 'filepath': 'chrome/browser/ui/login'
1059 },
lgrey62faed72016-10-11 21:40:391060 'mac': {
lgrey332339b12016-12-05 17:16:401061 'filepath': '(_|/)(cocoa|mac)(_|\.)|/(cocoa|mac)/|^((?!ios\/).)*\.mm?$',
lgrey62faed72016-10-11 21:40:391062 },
mlamourid8b0feb2015-06-02 16:30:471063 'manifest': {
1064 'filepath': 'content/(browser|renderer)/manifest/'\
1065 '|content/public/common/manifest*',
1066 },
James Cook2dc6d042018-04-24 22:00:201067 'mash_buildbot_filters': {
1068 'filepath': 'testing/buildbot/filters/mash.*filter',
1069 },
michaelpg32ca07902015-02-07 00:31:111070 'md_settings': {
michaelpge42ca3b32016-02-19 08:17:571071 'filepath': 'chrome/browser/resources/settings/'\
Dan Beam62f6f8fce2017-06-07 21:23:081072 '|chrome/browser/ui/webui/settings/'\
1073 '|chrome/test/data/webui/settings/',
michaelpg32ca07902015-02-07 00:31:111074 },
[email protected]f76c8852012-06-21 16:37:001075 'media': {
Francois Beaufort9ab59c82017-08-24 13:10:291076 'filepath': 'media|third_party/(ffmpeg|opus|libvpx)'
[email protected]f76c8852012-06-21 16:37:001077 },
mcasasfeedbe42017-03-03 05:23:561078 'media_capture_from_element': {
alancutter40359812017-03-03 08:20:271079 'filepath': 'content/renderer/media_capture_from_element/' \
Blink Reformata30d4232018-04-07 15:31:061080 '|third_party/blink/renderer/modules/mediacapture/' \
Kent Tamuraeb394c72018-04-07 19:14:551081 '|third_party/blink/renderer/platform/exported/web_canvas_capture' \
mcasasfeedbe42017-03-03 05:23:561082 '|third_party/WebKit/LayoutTests/fast/mediacapturefromelement/' \
Kent Tamuraeb394c72018-04-07 19:14:551083 '|third_party/blink/public/platform/web_canvas_capture'
mcasasfeedbe42017-03-03 05:23:561084 },
Tommy Steimel074a1822018-02-07 17:25:441085 'media_controls': {
Blink Reformata30d4232018-04-07 15:31:061086 'filepath': 'third_party/blink/renderer/modules/media_controls/'
Tommy Steimel074a1822018-02-07 17:25:441087 },
[email protected]06dd23172013-06-24 21:04:511088 'media_galleries': {
1089 'filepath': 'chrome/browser/extensions/api/media_galleries/'\
[email protected]06dd23172013-06-24 21:04:511090 '|chrome/browser/media_galleries/'\
1091 '|chrome/browser/storage_monitor/'\
1092 '|chrome/common/media_galleries/'\
Jay Civellicf995502017-09-08 23:59:271093 '|chrome/test/data/extensions/api_test/media_galleries/'
[email protected]06dd23172013-06-24 21:04:511094 },
Hirokazu Hondae31ce109a2018-09-18 11:18:501095 'media_gpu': {
1096 'filepath': 'media/gpu/',
1097 },
alokp9e369ea72e2016-06-10 05:41:091098 'media_mojo': {
Xiaohan Wang6cbdcdf2018-06-12 21:55:541099 'filepath': 'media/mojo/'
alokp9e369ea72e2016-06-10 05:41:091100 },
mcasasfeedbe42017-03-03 05:23:561101 'media_recorder': {
alancutter40359812017-03-03 08:20:271102 'filepath': 'content/renderer/media_recorder/' \
Blink Reformata30d4232018-04-07 15:31:061103 '|third_party/blink/renderer/modules/mediarecorder/' \
Kent Tamuraeb394c72018-04-07 19:14:551104 '|third_party/blink/renderer/platform/exported/web_media_recorder' \
mcasasfeedbe42017-03-03 05:23:561105 '|third_party/WebKit/LayoutTests/fast/mediarecorder/' \
Kent Tamuraeb394c72018-04-07 19:14:551106 '|third_party/blink/public/platform/web_media_recorder'
mcasasfeedbe42017-03-03 05:23:561107 },
miu5e69f1c52016-10-23 13:40:111108 'media_remoting': {
1109 'filepath': 'chrome/browser/media/cast_remoting'\
1110 '|media/blink/webmediaplayer_'\
1111 '|media/mojo/interfaces/remoting.mojom'\
1112 '|media/remoting/',
1113 },
kmarshallb698ad4f2015-02-24 19:42:481114 'media_router': {
mfoltz57fd7f32017-05-03 06:12:581115 'filepath': 'chrome/android/(java|junit)/src/org/chromium/chrome/browser/media/router/' \
1116 '|chrome/browser/media/router/' \
kmarshallb698ad4f2015-02-24 19:42:481117 '|chrome/browser/resources/media_router/' \
Takumi Fujimoto4bef2792018-05-03 17:51:551118 '|chrome/browser/ui/media_router/' \
mfoltz57fd7f32017-05-03 06:12:581119 '|chrome/browser/ui/views/media_router/' \
kmarshallb698ad4f2015-02-24 19:42:481120 '|chrome/browser/ui/webui/media_router/' \
Takumi Fujimoto4bef2792018-05-03 17:51:551121 '|chrome/common/media_router/' \
mfoltz57fd7f32017-05-03 06:12:581122 '|chrome/test/data/webui/media_router/' \
1123 '|chrome/test/media_router/' \
1124 '|chrome/utility/media_router/'
kmarshallb698ad4f2015-02-24 19:42:481125 },
Xiaohan Wang6cbdcdf2018-06-12 21:55:541126 'media_win': {
1127 'filepath': 'media/gpu/windows/'
1128 },
fmeawad4582cd22017-03-30 20:59:361129 'memory_coordinator': {
1130 'filepath': 'base/memory/memory_|' \
fmeawadd015b232017-03-31 02:22:451131 'content/browser/memory/|' \
1132 'content/child/memory/'
fmeawad4582cd22017-03-30 20:59:361133 },
[email protected]f76c8852012-06-21 16:37:001134 'message_loop': {
[email protected]f2f0fbb92012-07-14 15:52:491135 'filepath': 'base/message_'
[email protected]f76c8852012-06-21 16:37:001136 },
1137 'metrics': {
[email protected]f2f0fbb92012-07-14 15:52:491138 'filepath': 'base/metrics/'\
asvitkine361b276e2016-08-30 18:45:001139 '|chrome/android/java/src/org/chromium/chrome/browser/metrics/'\
[email protected]f2f0fbb92012-07-14 15:52:491140 '|chrome/browser/metrics/'\
[email protected]f2f0fbb92012-07-14 15:52:491141 '|chrome/browser/chromeos/external_metrics'\
[email protected]b0d594d2014-02-21 03:22:121142 '|chrome/browser/extensions/api/metrics_private/'\
[email protected]f2f0fbb92012-07-14 15:52:491143 '|chrome/browser/ui/webui/metrics_handler'\
asvitkineb7e10302016-01-20 05:17:451144 '|chromecast/browser/metrics/'\
asvitkinee4bad382015-11-05 21:56:451145 '|components/metrics/'\
asvitkineb7e10302016-01-20 05:17:451146 '|components/metrics_services_manager/'\
[email protected]ce6b855a2014-03-12 19:51:391147 '|components/rappor/'\
asvitkinee4bad382015-11-05 21:56:451148 '|components/variations/'\
[email protected]b0d594d2014-02-21 03:22:121149 # Exclude XML files; in particular, histograms.xml.
1150 '|tools/metrics/[^.]*([.](?!xml$).*)?$',
1151 },
1152 'metrics_xml_files': {
1153 # Subscribe to this to watch for changes to histograms.xml.
toyoshim8f51f902015-03-27 03:50:211154 'filepath': 'tools/metrics/.*\.xml$',
1155 },
1156 'midi': {
1157 'filepath': 'midi',
[email protected]f76c8852012-06-21 16:37:001158 },
[email protected]341f218a2013-09-24 22:16:101159 'mojo': {
1160 'filepath': 'mojo',
1161 },
Kyle Horimotoc4d57b122018-02-28 01:17:301162 'multidevice': {
Ryan Hansberry587c8082018-09-20 01:31:191163 'filepath': 'ash/multi_device_setup/'\
1164 '|chrome/browser/chromeos/device_sync/'\
1165 '|chrome/browser/chromeos/multidevice_setup/'\
1166 '|chrome/browser/chromeos/secure_channel/'\
Kyle Horimoto592f64c2018-03-28 23:43:221167 '|chrome/browser/resources/chromeos/multidevice_setup/'\
Ryan Hansberry587c8082018-09-20 01:31:191168 '|chrome/browser/resources/settings/multidevice_page/'\
1169 '|chrome/browser/ui/webui/chromeos/multidevice_setup/'\
1170 '|chrome/browser/ui/webui/settings/chromeos/multidevice'\
James Hawkinsf7e517c2018-03-30 21:01:141171 '|chromeos/components/proximity_auth/'\
Kyle Horimoto592f64c2018-03-28 23:43:221172 '|chromeos/services/device_sync/'\
1173 '|chromeos/services/multidevice_setup/'\
1174 '|chromeos/services/secure_channel/'\
Ryan Hansberry587c8082018-09-20 01:31:191175 '|components/cryptauth/'\
Kyle Horimoto9bace7f2018-09-21 23:36:481176 '|components/proximity_auth/logging'\
1177 '|ui/webui/resources/cr_components/chromeos/multidevice_setup/'
Kyle Horimotoc4d57b122018-02-28 01:17:301178 },
rjkroegef60dea862015-10-29 17:50:061179 'mus': {
Scott Violet9f984252018-08-27 19:02:131180 'filepath': 'services/ws/'\
rjkroegef60dea862015-10-29 17:50:061181 '|mojo/gpu/',
1182 },
[email protected]f76c8852012-06-21 16:37:001183 'nacl': {
[email protected]f2f0fbb92012-07-14 15:52:491184 'filepath': 'chrome/nacl/|chrome/test/nacl/|'\
[email protected]193912d2013-09-06 17:41:561185 'chrome/browser/nacl_host/|chrome/common/nacl|'\
1186 'native_client_sdk/src/doc/',
[email protected]f76c8852012-06-21 16:37:001187 },
[email protected]99ddc3d2013-01-22 16:15:331188 'native_client_sdk': {
1189 'filepath': '^native_client_sdk/',
1190 },
[email protected]b9ecdb62014-03-07 14:56:431191 'navigation': {
1192 'filepath': 'content/browser/frame_host|'\
1193 'content/browser/renderer_host/render_process_host.*|'\
1194 'content/browser/renderer_host/render_view_host.*|'\
1195 'content/browser/web_contents/web_contents_impl.*|'\
1196 'content/renderer/render_frame.*|'\
1197 'content/renderer/render_view.*'
1198 },
[email protected]f76c8852012-06-21 16:37:001199 'net': {
[email protected]f2f0fbb92012-07-14 15:52:491200 'filepath': 'net/',
[email protected]f76c8852012-06-21 16:37:001201 },
bnc1872e8bd2017-01-27 02:47:281202 'net_base': {
1203 'filepath': 'net/base/',
1204 },
bnc1872e8bd2017-01-27 02:47:281205 'net_http2': {
1206 'filepath': 'net/http2/',
1207 },
[email protected]f76c8852012-06-21 16:37:001208 'net_log': {
mmenke59e4d8fb42016-06-15 21:15:281209 'filepath': 'net/log/|' \
[email protected]f2f0fbb92012-07-14 15:52:491210 'chrome/browser/net/.*net_log|' \
[email protected]f2f0fbb92012-07-14 15:52:491211 'chrome/browser/resources/net_internals/|' \
mmenke59e4d8fb42016-06-15 21:15:281212 'chrome/browser/ui/webui/net_internals/|' \
Takeshi Yoshino6b30abd2017-07-16 03:34:511213 'components/net_log/'
[email protected]f76c8852012-06-21 16:37:001214 },
Adam Rice027497d2018-07-27 02:17:021215 'net_server': {
1216 'filepath': 'net/server/'
1217 },
bnc1872e8bd2017-01-27 02:47:281218 'net_spdy': {
1219 'filepath': 'net/spdy/',
1220 },
Adam Rice027497d2018-07-27 02:17:021221 'net_websockets': {
1222 'filepath': 'net/websockets/',
1223 },
jkarlin539748402015-03-31 17:36:311224 'netinfo': {
Josh Karlin1bd016742017-08-18 17:44:171225 'filepath': '/netinfo/',
jkarlin539748402015-03-31 17:36:311226 },
Helen Li30f43d8e2018-05-09 16:24:011227 'network_service': {
1228 'filepath': 'services/network/',
1229 },
Vincent Scheibd5da4d952017-11-03 01:33:241230 'nfc': {
1231 'filepath': '/nfc/',
1232 },
peterf4758412014-09-17 15:06:011233 'notifications': {
Peter Beverloo4548c852017-08-31 13:45:171234 'filepath': 'chrome/browser/extensions/api/notifications/|'\
1235 'chrome/browser/notifications/|'\
1236 'chrome/test/data/notifications/|'\
1237 'content/browser/notifications/|'\
Peter Beverloo4548c852017-08-31 13:45:171238 'content/common/platform_notification|'\
1239 'content/public/browser/platform_notification|'\
1240 'content/public/common/platform_notification|'\
1241 'content/renderer/notification_|'\
Xi Chengd47af342018-04-24 02:36:331242 'chrome/notification_helper/|'\
Peter Beverloo4548c852017-08-31 13:45:171243 'third_party/WebKit/LayoutTests/external/wpt/notifications|'\
1244 'third_party/WebKit/LayoutTests/http/tests/notifications|'\
Blink Reformata30d4232018-04-07 15:31:061245 'third_party/blink/renderer/modules/notifications|'\
1246 'third_party/blink/public/platform/modules/notifications|'\
peterf4758412014-09-17 15:06:011247 'ui/message_center/'
1248 },
tbansalc6f1c9f2016-09-30 22:48:421249 'nqe': {
1250 'filepath': 'nqe',
1251 },
mcwilliamsedee5042016-04-05 18:46:451252 'ntp_snippets': {
1253 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk16a37f902016-05-16 15:49:361254 'chrome/android/javatests/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk14c89352016-07-21 13:45:131255 'chrome/android/junit/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk117ffb322017-02-06 12:04:201256 'chrome/android/java/src/org/chromium/chrome/browser/suggestions/|'\
1257 'chrome/android/javatests/src/org/chromium/chrome/browser/suggestions/|'\
mvanouwerkerk538dc0b62016-05-17 14:55:341258 'chrome/browser/android/ntp/ntp_snippets|'\
mcwilliamsedee5042016-04-05 18:46:451259 'chrome/browser/ntp_snippets/|'\
mvanouwerkerk41649732016-05-17 13:37:001260 'chrome/browser/resources/snippets_internals|'\
1261 'chrome/browser/ui/webui/snippets_internals|'\
mcwilliamsedee5042016-04-05 18:46:451262 'components/ntp_snippets/|'\
1263 'chrome/android/java/res/layout/new_tab_page|'\
noyau451e6bb62016-12-23 14:29:041264 'chrome/android/java/res/layout/most_visited|'\
1265 'ios/chrome/browser/ntp_snippets'
mcwilliamsedee5042016-04-05 18:46:451266 },
treib70176c52016-07-08 14:34:191267 'ntp_tiles': {
1268 'filepath': 'chrome/browser/android/ntp/|'\
1269 'chrome/browser/ui/webui/ntp/|'\
1270 'chrome/common/search/ntp|'\
noyau451e6bb62016-12-23 14:29:041271 'components/ntp_tiles/|'\
1272 'ios/chrome/browser/ntp_tiles'
treib70176c52016-07-08 14:34:191273 },
peterb8ec88f82017-03-21 13:29:421274 'offline_items_collection': {
1275 'filepath': 'components/offline_items_collection/',
1276 },
dimichdce3ee492016-04-04 04:20:521277 'offline_pages': {
1278 'filepath': 'components/offline_pages/'\
fgorski329be5b2016-04-19 21:38:111279 '|chrome/browser/android/offline_pages/'\
1280 '|chrome/android/java/src/org/chromium/chrome/browser/offlinepages/'
dimichdce3ee492016-04-04 04:20:521281 },
[email protected]f76c8852012-06-21 16:37:001282 'omnibox': {
jdonnelly6fa5a21d2017-01-03 15:28:351283 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/omnibox/|'\
1284 'chrome/android/javatests/src/org/chromium/chrome/browser/omnibox/|'\
1285 'chrome/browser/autocomplete/|'\
Justin Donnelly0af1472f2017-10-20 15:24:401286 'chrome/browser/ui/location_bar/|'\
jdonnelly6fa5a21d2017-01-03 15:28:351287 'chrome/browser/ui/omnibox/|'\
Justin Donnelly0af1472f2017-10-20 15:24:401288 'chrome/browser/ui/.*/location_bar/|'\
jdonnelly6fa5a21d2017-01-03 15:28:351289 'chrome/browser/ui/.*/omnibox/|'\
1290 'components/omnibox/|'\
1291 'ios/chrome/browser/ui/omnibox/'
[email protected]f76c8852012-06-21 16:37:001292 },
Doug Arnetta94d3ae2017-11-07 00:10:341293 'optimization_guide': {
1294 'filepath': 'optimization_guide|'\
1295 'optimization_hints',
1296 },
chasej6dff9292016-02-02 20:33:121297 'origin_trials': {
Jason Chasedfcd02b2018-08-10 21:07:491298 'filepath': 'origin_trial'\
chasej68b8bbd2017-01-26 19:26:131299 '|OriginTrial'\
1300 '|ConditionalFeature',
chasej6dff9292016-02-02 20:33:121301 },
[email protected]4a2078e2013-07-18 20:40:201302 'ozone': {
[email protected]f93c2c92013-10-31 18:22:441303 'filepath': 'ui/ozone/|'\
[email protected]4b66bf922013-10-28 19:49:431304 'ui/events/ozone/|'\
1305 'ui/gfx/ozone/|'\
[email protected]4a2078e2013-07-18 20:40:201306 'ui/gl/gl_.*egl.*|'\
1307 'ui/gl/gl_.*ozone.*'
1308 },
lgarron9e25c7402017-03-15 04:03:111309 'page_info' : {
1310 'filepath': 'chrome/browser/ui/page_info/'\
1311 '|chrome/browser/ui/.*/page_info/'\
lgarron3428b2d32017-03-21 18:35:191312 '|chrome/android/java/src/org/chromium/chrome/browser/page_info/'\
lgarron6cd116a2017-04-07 19:42:181313 '|components/page_info_strings.grdp'\
Gregory Chatzinoffdf93d692017-09-09 01:32:271314 '|ios/chrome/browser/ui/page_info/'
lgarron6cd116a2017-04-07 19:42:181315 },
csharrison3b1dc4062015-10-19 14:31:081316 'page_load_metrics' : {
bmcquade9f433702016-07-26 23:33:501317 'filepath': 'chrome/browser/page_load_metrics/'\
1318 '|chrome/common/page_load_metrics/'\
1319 '|chrome/renderer/page_load_metrics/'
csharrison3b1dc4062015-10-19 14:31:081320 },
[email protected]f76c8852012-06-21 16:37:001321 'panels': {
[email protected]7cbe5a52012-09-27 02:00:291322 'filepath': 'chrome/browser/ui/panels'\
1323 '|chrome/browser/ui/cocoa/panels'\
[email protected]7cbe5a52012-09-27 02:00:291324 '|chrome/browser/ui/views/panels'
[email protected]f76c8852012-06-21 16:37:001325 },
[email protected]3cc8b3922014-05-05 13:12:081326 'password_manager': {
1327 'filepath': 'chrome/.*/password_'\
1328 '|chrome/browser/ui/passwords'\
1329 '|chrome/browser/ui/views/passwords'\
1330 '|chrome/test/data/password'\
1331 '|components/autofill.*password'
1332 '|components/password_'\
vabrccdb7222016-06-01 14:59:401333 '|^ios/chrome/browser/passwords'\
[email protected]3cc8b3922014-05-05 13:12:081334 },
rouslane8a22262016-10-19 20:49:411335 'payments': {
1336 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/payments'\
1337 '|chrome/android/javatests/src/org/chromium/chrome/browser/payments'\
Rouslan Solomakhin81af4cf2017-06-27 15:23:491338 '|chrome/browser/payments'\
1339 '|chrome/browser/ui/views/payments'\
Mohamad Ahmadi2b452762017-07-18 23:17:151340 '|components/payments/test/data'\
rouslana64ceca2016-10-26 01:10:311341 '|components/payments'\
Rouslan Solomakhin81af4cf2017-06-27 15:23:491342 '|content/browser/payments'\
1343 '|content/test/data/payments'\
1344 '|ios/chrome/browser/payments'\
1345 '|ios/chrome/browser/ui/payments'\
1346 '|ios/web/payments'\
1347 '|ios/web/public/payments'\
1348 '|third_party/WebKit/LayoutTests/external/wpt/payment-request'\
1349 '|third_party/WebKit/LayoutTests/http/tests/payments'\
1350 '|third_party/WebKit/LayoutTests/payments'\
Blink Reformata30d4232018-04-07 15:31:061351 '|third_party/blink/public/platform/modules/payments'\
1352 '|third_party/blink/renderer/modules/payments'
mahmadi0a7bb59f2017-02-22 19:13:491353 },
1354 'payments_ios': {
Rouslan Solomakhin81af4cf2017-06-27 15:23:491355 'filepath': 'ios/web/payments'\
1356 '|ios/chrome/browser/payments'\
1357 '|ios/chrome/browser/ui/payments'\
1358 '|ios/web/public/payments'
rouslane8a22262016-10-19 20:49:411359 },
[email protected]f76c8852012-06-21 16:37:001360 'pepper_api': {
[email protected]b8491b02013-11-13 03:50:581361 'filepath': 'ppapi/api'\
1362 '|ppapi/c',
[email protected]f76c8852012-06-21 16:37:001363 },
mlamourid8b0feb2015-06-02 16:30:471364 'permissions': {
1365 'filepath': 'content/(child,browser)/permissions/'\
1366 '|content/common/permission_*'\
1367 '|content/public/(common,browser)/permission_*'\
1368 '|chrome/browser/permissions/'\
1369 '|chrome/browser/content_settings/permission*'\
1370 '|permission_context',
1371 },
François Beaufortb2070eb2018-02-08 10:36:341372 'picture_in_picture': {
Blink Reformata30d4232018-04-07 15:31:061373 'filepath': 'third_party/blink/renderer/modules/picture_in_picture/'
François Beaufortb2070eb2018-02-08 10:36:341374 },
Lutz Justena67427102018-06-28 08:55:461375 'policy_templates': {
1376 'filepath': 'components/policy/resources/policy_templates.json'
1377 },
michaelpg11fff3f2015-02-06 03:35:341378 'polymer': {
1379 'filepath': 'third_party/polymer/|'\
michaelpgf94a2a22017-03-06 22:35:001380 'third_party/web-animations-js/|'\
dbeam78528be2016-02-18 07:08:491381 'tools/polymer|'\
michaelpg11fff3f2015-02-06 03:35:341382 'ui/webui/resources/polymer_resources.grdp',
1383 },
Charles Harrison981d33c2017-10-06 21:36:221384 'popup_blocker': {
1385 'filepath': 'chrome/browser/ui/blocked_content'
1386 },
twifkak0c69c1f2015-06-22 18:20:091387 'precache': {
1388 'filepath': '[pP]recache'
1389 },
[email protected]be775bc2014-06-30 15:41:141390 'prepopulated_engines': {
1391 'filepath': 'components/search_engines/prepopulated_engines.json',
1392 },
[email protected]f76c8852012-06-21 16:37:001393 'prerender': {
[email protected]78375a52012-07-14 14:47:571394 'filepath': 'prerender'
[email protected]f76c8852012-06-21 16:37:001395 },
mfoltz57fd7f32017-05-03 06:12:581396 'presentation': {
1397 'filepath': 'content/(browser|common|renderer)/presentation/' \
Blink Reformata30d4232018-04-07 15:31:061398 '|third_party/blink/public/platform/modules/presentation/' \
mfoltz57fd7f32017-05-03 06:12:581399 '|third_party/WebKit/LayoutTests/presentation/' \
Blink Reformata30d4232018-04-07 15:31:061400 '|third_party/blink/renderer/modules/presentation/'
mfoltz57fd7f32017-05-03 06:12:581401 },
rbpotter0d9edeed2018-08-03 14:11:581402 'print_preview': {
1403 'filepath': 'chrome/browser/resources/print_preview/' \
1404 '|chrome/browser/ui/webui/print_preview/'
1405 },
peter884896c72015-03-12 14:26:201406 'push_messaging': {
1407 'filepath': 'push_messaging'
1408 },
stkhapugin06503142016-12-07 14:32:121409 'reading_list': {
1410 'filepath': 'components/reading_list|'\
1411 'ios/chrome/browser/reading_list|'\
1412 'ios/chrome/browser/ui/reading_list',
1413 },
[email protected]f76c8852012-06-21 16:37:001414 'remoting': {
sergeyu05995a4f2017-01-24 21:26:011415 'filepath': '^remoting/' \
1416 '|^testing/chromoting'
[email protected]f76c8852012-06-21 16:37:001417 },
gab57e80c72014-12-08 21:06:131418 'rlz_id': {
1419 'filepath' :'rlz/lib/machine_id.cc|'\
1420 'rlz/lib/machine_id.h|'\
1421 'rlz/win/lib/machine_id_win.cc',
1422 },
Joe Medleya129fe32018-01-25 15:20:221423 'runtime_enabled_features': {
Blink Reformata30d4232018-04-07 15:31:061424 'filepath' : 'third_party/blink/renderer/platform/runtime_enabled_features.json5'
Joe Medleya129fe32018-01-25 15:20:221425 },
grt829c6a82014-10-20 09:29:321426 'safe_browsing': {
timvolodine41e95412017-03-14 02:55:341427 'filepath': 'chrome/(browser|common|renderer)/safe_browsing/|'\
1428 'components/safe_browsing/',
grt829c6a82014-10-20 09:29:321429 },
mlamourid8b0feb2015-06-02 16:30:471430 'screen_orientation': {
1431 'filepath': 'screen_orientation',
1432 },
Robert Sesekae79d38512018-09-04 18:13:301433 'security': {
1434 'filepath': 'base/json/'\
1435 '|base/memory/.*shared_memory'\
1436 '|components/cbor/',
1437 },
[email protected]0b431722014-01-08 07:21:511438 'service_worker': {
[email protected]edaf31d2014-03-07 00:09:171439 'filepath': 'content/(browser|renderer|child|common)/service_worker/',
[email protected]0b431722014-01-08 07:21:511440 },
Colin Blundell6d2669a2017-07-11 06:26:531441 'services_public': {
1442 'filepath': 'services/([^/]*/)*public/',
1443 },
alitoc5534d62017-04-21 01:48:581444 'settings_reset_prompt': {
1445 'filepath': 'chrome/browser/safe_browsing/settings_reset_prompt/'\
1446 '|chrome/browser/ui/views/settings_reset_prompt',
1447 },
dominickn8884155a2016-06-23 02:28:161448 'site_engagement': {
1449 'filepath': 'chrome/browser/engagement/|'\
1450 'chrome/browser/ui/webui/engagement/',
1451 },
[email protected]f76c8852012-06-21 16:37:001452 'site_instance': {
[email protected]f2f0fbb92012-07-14 15:52:491453 'filepath': 'content/browser/site_instance|'\
1454 'content/browser/browsing_instance',
[email protected]f76c8852012-06-21 16:37:001455 },
Ryan Hansberry587c8082018-09-20 01:31:191456 'smartlock': {
1457 'filepath': 'chrome/browser/apps/platform_apps/api/easy_unlock_private/'\
1458 '|chrome/browser/chromeos/login/easy_unlock/'\
1459 '|chrome/browser/resources/easy_unlock/'\
1460 '|chromeos/components/proximity_auth/'
1461 },
Zentaro Kavanagh608f8a12018-01-19 18:39:561462 'smb': {
1463 'filepath': 'chrome/browser/chromeos/file_system_provider'\
1464 '|chrome/browser/chromeos/smb_client'\
1465 '|chromeos/dbus/fake_smb_provider_client'\
1466 '|chromeos/dbus/smb_provider_client',
1467 },
Joe Medleya129fe32018-01-25 15:20:221468 'source_idls': {
Joe Medleyf7671752018-04-13 14:34:501469 'filepath': 'third_party/blink/renderer/(core|modules|platform)/.*\.idl',
Joe Medleya129fe32018-01-25 15:20:221470 },
[email protected]ad0295d2012-10-11 23:43:361471 'spellcheck': {
1472 'filepath': 'chrome/browser/spellchecker/'\
timvolodine8cdb94c2016-09-22 12:17:221473 '|chrome/browser/renderer_context_menu/spelling_'\
1474 '|components/spellcheck/'\
1475 '|third_party/hunspell/'\
1476 '|third_party/hunspell_dictionaries/',
[email protected]ad0295d2012-10-11 23:43:361477 },
Xi Cheng3920ab1b2018-09-10 20:03:581478 'stack_sampling_profiler': {
Xi Cheng36cac612018-09-11 00:46:401479 'filepath': 'components/metrics/*call_stack_profile*'\
1480 '|base/profiler/',
Xi Cheng3920ab1b2018-09-10 20:03:581481 },
Greg Thompson9ea091702018-01-04 11:06:321482 'startup': {
1483 'filepath': 'chrome/browser/ui/startup/',
1484 },
[email protected]67f39af2013-08-23 20:06:051485 'streams': {
1486 'filepath': 'content/browser/streams/',
1487 },
vmpstrcc1c08302015-11-18 06:05:511488 'styleguide': {
1489 'filepath': '^styleguide/',
1490 },
engedye7b734da2017-02-07 12:08:131491 'subresource_filter': {
Charles Harrisonfb3eac92017-06-26 21:26:021492 'filepath': 'subresource_filter|SubresourceFilter|url_pattern_index',
engedye7b734da2017-02-07 12:08:131493 },
[email protected]43d33e92014-07-14 16:39:311494 'supervised_users': {
1495 'filepath': 'chrome/browser/.*managed_mode'\
1496 '|chrome/browser/.*managed_user'\
1497 '|chrome/browser/.*supervised_user',
1498 },
[email protected]f76c8852012-06-21 16:37:001499 'sync': {
maxboguefa217942016-04-01 01:08:131500 'filepath': '^chrome/android/sync_shell/'\
1501 '|^chrome/browser/ui/sync/'\
1502 '|^chrome/browser/ui/views/sync/'\
1503 '|^chrome/test/android/javatests/src/org/chromium/chrome/test/util/browser/sync/'\
1504 '|^ios/chrome/browser/sync/'\
1505 '|^chrome/android/java/src/org/chromium/chrome/browser/sync/'\
1506 '|^chrome/browser/sync/'\
1507 '|^components/browser_sync/'\
Max Boguefef332d2016-07-28 22:09:091508 '|^components/sync/'\
maxboguefa217942016-04-01 01:08:131509 '|^components/sync_bookmarks/'\
Max Boguefef332d2016-07-28 22:09:091510 '|^components/sync_sessions/',
[email protected]f76c8852012-06-21 16:37:001511 },
[email protected]92871a102013-07-01 11:11:411512 'syncfs': {
1513 'filepath': 'sync_file_system',
1514 },
miu5e69f1c52016-10-23 13:40:111515 'tab_alert_indicators': {
1516 'filepath': 'content/browser/media/audio_stream_monitor'\
1517 '|chrome/browser/ui/cocoa/tabs/alert_indicator_button'\
1518 '|chrome/browser/ui/cocoa/tabs/tab_controller\.mm'\
1519 '|chrome/browser/ui/tabs/tab_utils'\
1520 '|chrome/browser/ui/views/tabs/alert_indicator_button'\
1521 '|chrome/browser/ui/views/tabs/tab\.cc'\
1522 '|chrome/browser/ui/views/tabs/tab_renderer_data'\
1523 '|media/audio/audio_(output_controller|power_monitor)',
1524 },
[email protected]82d74152013-07-28 08:55:311525 'tab_capture': {
Adam Parker83a488462017-12-22 00:26:481526 'filepath': 'chrome/browser/extensions/api/tab_capture/'\
miu5e69f1c52016-10-23 13:40:111527 '|chrome/renderer/resources/extensions/tab_capture_custom_bindings.js'\
[email protected]31ef420b2014-08-13 21:19:131528 '|chrome/test/data/extensions/api_test/tab_capture/'\
Adam Parker83a488462017-12-22 00:26:481529 '|components/viz/common/(frame_sinks/copy_output_|gl_helper|yuv_)'\
1530 '|components/viz/service/display/'\
1531 '|components/viz/service/frame_sinks/(frame_sink_manager'\
1532 '|video_capture/)'\
[email protected]31ef420b2014-08-13 21:19:131533 '|content/browser/media/capture/'\
[email protected]31ef420b2014-08-13 21:19:131534 '|content/browser/renderer_host/media/(audio_'\
1535 '|media_stream_manager|video_)'\
miu5e69f1c52016-10-23 13:40:111536 '|content/public/renderer/media_stream_'\
1537 '|content/renderer/media/(media_stream|(.+audio_source))'\
[email protected]31ef420b2014-08-13 21:19:131538 '|media/audio/(audio_output_controller|fake_audio_|virtual_audio_)'\
1539 '|media/base/video_frame\.h'\
Adam Parker83a488462017-12-22 00:26:481540 '|media/capture/'\
1541 '|services/viz/privileged/interfaces/compositing/frame_sink',
[email protected]82d74152013-07-28 08:55:311542 },
[email protected]f76c8852012-06-21 16:37:001543 'tab_contents': {
[email protected]f2f0fbb92012-07-14 15:52:491544 'filepath': 'chrome/browser/tab_contents/|'\
1545 'content/browser/tab_contents/|'\
1546 'chrome/browser/ui/tab_contents/',
[email protected]f76c8852012-06-21 16:37:001547 },
tdresserd80646f2017-03-03 19:26:081548 'tbmv2_metrics': {
1549 'filepath': 'third_party/catapult/tracing/tracing/metrics'
1550 },
[email protected]5e105332012-09-13 01:55:521551 'tcmalloc': {
1552 'filepath': 'third_party/tcmalloc'
1553 },
[email protected]31a10602012-11-21 01:51:261554 'telemetry': {
nednguyen79105d422016-04-18 01:38:421555 'filepath': 'tools/perf/'
[email protected]31a10602012-11-21 01:51:261556 },
Takeshi Yoshino524e1d262017-07-28 01:16:381557 'test_runner': {
1558 'filepath': 'components/test_runner/' \
1559 '|content/shell/(common|browser|renderer)/layout_test/' \
1560 '|content/test/layouttest_support.cc' \
1561 '|content/public/test/layouttest_support.h' \
1562 },
[email protected]f76c8852012-06-21 16:37:001563 'tests': {
[email protected]f2f0fbb92012-07-14 15:52:491564 'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/',
[email protected]0cde05a02011-11-30 23:36:521565 },
jlkleinecc81952016-11-19 00:16:071566 'tether': {
Kyle Horimoto592f64c2018-03-28 23:43:221567 'filepath': 'chrome/browser/chromeos/tether/'\
1568 '|chrome/browser/ui/ash/network/tether*'\
Ryan Hansberry587c8082018-09-20 01:31:191569 '|chromeos/components/tether/'
jlkleinecc81952016-11-19 00:16:071570 },
[email protected]1cbbb30b2011-10-14 08:03:561571 'textinput': {
Yuichiro Hanadaf0b3b472017-10-17 07:00:531572 'filepath': 'chrome/browser/ui/input_method'\
[email protected]f2f0fbb92012-07-14 15:52:491573 '|content/browser/renderer_host/render_widget_host_view'\
1574 '|content/browser/renderer_host/text_input'\
1575 '|ui/base/ime/'\
[email protected]f2f0fbb92012-07-14 15:52:491576 '|ui/views/controls/textfield/'\
Yuichiro Hanadaf0b3b472017-10-17 07:00:531577 '|ui/wm/core/ime'
[email protected]1cbbb30b2011-10-14 08:03:561578 },
[email protected]3a117c62011-11-29 04:28:021579 'textinput_chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:491580 'filepath': 'chrome/browser/chromeos/input_method/'\
1581 '|chrome/browser/chromeos/extensions/input_method'\
1582 '|chrome/browser/chromeos/status/input_method'\
1583 '|chrome/browser/extensions/extension_input_'\
1584 '|chrome/browser/resources/keyboard'\
[email protected]f2f0fbb92012-07-14 15:52:491585 'chromeos/.*(language|keyboard)'\
[email protected]6bd9e802013-04-18 06:40:421586 '|chromeos/ime/*'
[email protected]3a117c62011-11-29 04:28:021587 },
chirantan96fcf6d2015-01-21 22:36:191588 'timers': {
1589 'filepath': 'base/timer/'\
1590 '|components/timers/'
1591 },
robliaofd54b5c2017-01-13 00:41:301592 'tools_win_chromeexts': {
1593 'filepath': 'tools/win/chromeexts',
1594 },
AJITH KUMAR V4f0c4812018-03-27 13:46:571595 'touch_selection': {
1596 'filepath': 'ui/touch_selection/'\
1597 '|content/public/android/java/src/org/chromium/content/browser/selection/'
1598 },
[email protected]c8eb7f72013-07-04 15:30:111599 'tracing': {
1600 'filepath': 'base/debug/trace_event.*'\
primianobef13b42015-01-30 15:29:311601 '|base/trace_event/'\
[email protected]c8eb7f72013-07-04 15:30:111602 '|content/browser/tracing/'\
Oystein Eftevaag6410f1a2018-03-01 18:06:301603 '|components/tracing/'\
1604 '|services/tracing/'
[email protected]c8eb7f72013-07-04 15:30:111605 },
[email protected]cf428f732012-10-02 20:48:151606 'ui_compositor': {
1607 'filepath': 'ui/compositor/layer\.|'\
1608 'ui/compositor/layer_unittest|'\
1609 'ui/compositor/compositor',
1610 },
robliao2c4b7492016-07-19 01:57:261611 'ui_display_win': {
1612 'filepath': '^ui/display/win',
1613 },
[email protected]6b5093c2012-05-23 19:10:181614 'ui_resources': {
[email protected]f2f0fbb92012-07-14 15:52:491615 'filepath': 'ui/resources/'\
1616 '|ui/base/native_theme/resources/'\
1617 '|chrome/app/theme/'
[email protected]6b5093c2012-05-23 19:10:181618 },
edwardjung83f52ef22017-02-07 13:15:071619 'ui_strings': {
1620 'filepath': 'chrome/app/generated_resources.grd'\
1621 '|chrome/app/google_chrome_strings.grd'\
1622 '|chrome/android/java/strings/android_chrome_strings.grd'\
1623 '|chrome/app/settings_strings.grdp'\
1624 '|ios/chrome/app/strings/ios(_.+)*_strings.grd'\
1625 '|ui/strings/ui_strings.grd',
1626 },
Vincent Scheibd5da4d952017-11-03 01:33:241627 'usb': {
1628 'filepath': '/usb/',
1629 },
Miguel Casas-Sancheza65d49a2017-12-11 03:27:481630 'vaapi': {
1631 'filepath': 'media/gpu/vaapi',
1632 },
[email protected]c73ec8ab2014-01-16 20:35:231633 'version_assembly': {
1634 'filepath': 'chrome/app/version_assembly',
1635 },
posciak62a72272016-05-11 08:31:241636 'video': {
1637 'filepath': 'content/browser/renderer_host/media/|'\
1638 'content/renderer/media/|'\
1639 'media/capture/video/|'\
1640 'media/filters/|'\
1641 'media/gpu/|'\
1642 '.*video.*',
1643 },
mcasas09e881c2016-04-09 02:09:501644 'video_capture': {
1645 'filepath': 'chrome/browser/media/.*(capture|media|webrtc)'\
1646 '|content/browser/renderer_host/media/.*(capture|media)'\
1647 '|content/renderer/media/.*(capture|media|webrtc)'\
1648 '|media/capture/'\
chfremer2a01a69b2017-01-06 02:39:011649 '|media/muxers/'\
1650 '|services/video_capture/',
mcasas09e881c2016-04-09 02:09:501651 },
Alexandre Courbot3e9e55a2018-04-05 05:29:421652 'video_gpu': {
1653 'filepath': 'content/renderer/media/|'\
1654 'media/capture/video/|'\
1655 'media/gpu/',
1656 },
[email protected]f76c8852012-06-21 16:37:001657 'views': {
1658 # Applies to all files and subdirs within this directory.
[email protected]f2f0fbb92012-07-14 15:52:491659 'filepath': '^ui/views/',
[email protected]f76c8852012-06-21 16:37:001660 },
[email protected]ef514a32014-02-26 01:02:351661 'virtual_keyboard': {
1662 'filepath': 'ui/keyboard/'\
oka47452c22017-02-17 05:07:571663 '|chrome/test/data/chromeos/virtual_keyboard/'\
1664 '|extensions/browser/api/virtual_keyboard_private/'\
James Cooka35a1e22017-04-08 02:33:081665 '|ash/system/virtual_keyboard/'\
oka47452c22017-02-17 05:07:571666 '|ash/virtual_keyboard',
[email protected]ef514a32014-02-26 01:02:351667 },
billorr3c7e1442016-11-11 21:21:351668 'virtual_reality': {
David Dorwina4a2b73c2018-05-18 22:39:561669 # Includes VR, AR, and XR.
Michael Thiessena7bec5b2018-07-12 19:10:041670 'filepath': '/vr/'\
David Dorwina4a2b73c2018-05-18 22:39:561671 '|/xr'\
1672 '|third_party/arcore'\
1673 '|third_party/gvr'\
1674 '|third_party/libovr'\
1675 '|third_party/openvr',
billorr3c7e1442016-11-11 21:21:351676 },
Vincent Scheibd5da4d952017-11-03 01:33:241677 'wake_lock': {
1678 'filepath': 'wake_lock',
1679 },
Devin Mullins4ff9b282018-03-09 00:37:321680 'web_package': {
1681 'filepath': 'content/browser/loader/prefetch_url_loader'\
1682 '|content/browser/web_package/'\
Kunihiko Sakamotoba390852018-07-11 01:08:551683 '|content/test/data/sxg/'
Devin Mullins4ff9b282018-03-09 00:37:321684 },
Matt Giuca9eb910d2017-08-02 04:07:381685 'web_share': {
1686 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/webshare/'\
1687 '|chrome/android/javatests/src/org/chromium/chrome/browser/WebShare.*'\
1688 '|chrome/browser/ui/views/webshare/'\
1689 '|chrome/browser/webshare/'\
1690 '|third_party/WebKit/LayoutTests/webshare/'\
1691 '|third_party/WebKit/LayoutTests/external/wpt/web-share/'\
Blink Reformata30d4232018-04-07 15:31:061692 '|third_party/blink/public/platform/modules/webshare/'\
1693 '|third_party/blink/renderer/modules/webshare/',
Matt Giuca9eb910d2017-08-02 04:07:381694 },
Martin Kreichgauer794a18572018-07-20 20:45:431695 'webauthn': {
1696 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/webauth/'\
1697 '|chrome/android/javatests/src/org/chromium/chrome/browser/webauth/'\
1698 '|chrome/browser/webauthn/'\
1699 '|chrome/browser/ui/webauthn/'\
1700 '|chrome/browser/ui/views/webauthn/'\
1701 '|content/browser/webauth/'\
1702 '|device/fido/'\
1703 '|third_party/blink/public/platform/modules/webauth/',
1704 },
Corentin Wallez3f1d0852018-07-04 15:45:361705 'webgpu': {
1706 'filepath': 'third_party/blink/renderer/modules/webgpu/',
1707 },
Takeshi Yoshinoe387aa32017-08-02 13:16:131708 'webrtc_browser_tests': {
1709 'filepath': 'chrome/browser/media/.*webrtc.*browsertest|'\
1710 'content/browser/media/.*webrtc.*browsertest',
1711 },
[email protected]208879542012-07-05 11:15:341712 'website_settings': {
[email protected]f2f0fbb92012-07-14 15:52:491713 'filepath': 'chrome/browser/content_settings/'\
1714 '|chrome/browser/ui/views/website_settings/'\
1715 '|chrome/browser/ui/website_settings/'\
mukai077089f2014-09-11 18:41:521716 '|chrome/common/content_settings'\
1717 '|components/content_settings/',
[email protected]208879542012-07-05 11:15:341718 },
[email protected]b17d9e02014-07-29 09:45:501719 'windows_sandboxing': {
1720 'filepath': 'sandbox/win/',
1721 },
[email protected]f76c8852012-06-21 16:37:001722 'x11': {
[email protected]f2f0fbb92012-07-14 15:52:491723 'filepath': 'content/browser/renderer_host/backing_store_x\.' \
1724 '|chrome/browser/chromeos/input_method/xkeyboard\.' \
1725 '|chrome/browser/chromeos/system_key_event_listener\.' \
[email protected]f76c8852012-06-21 16:37:001726 '|chrome/browser/chromeos/'\
[email protected]f2f0fbb92012-07-14 15:52:491727 'xinput_hierarchy_changed_event_listener\.' \
1728 '|chrome/browser/chromeos/wm_' \
1729 '|ui/base/x/'
[email protected]0d710852012-05-24 01:18:401730 },
wjmaclean3ff6a402015-03-31 19:00:201731 'zoom': {
1732 'filepath': 'chrome/browser/ui/zoom/' \
1733 '|components/ui/zoom/' \
1734 '|content/browser/host_zoom_*' \
1735 '|content/browser/storage_partition_impl*' \
1736 '|content/public/browser/host_zoom_map.h' \
1737 '|content/public/browser/storage_partition.h'
1738 },
[email protected]a3838612009-10-13 21:57:541739 },
[email protected]ca872e362011-07-12 21:06:031740
pennymac962d190432016-07-27 00:58:351741 ##############################################################################
1742 # Please keep alphabetical
1743 ##############################################################################
[email protected]a3838612009-10-13 21:57:541744 'WATCHLISTS': {
Joe Medley1e1bb652018-04-27 17:36:591745 'about_flags': ['[email protected]',
1746 '[email protected]'],
mazda6471d0e2015-10-02 06:32:551747 'accelerator_table': ['[email protected]',
[email protected]f76c8852012-06-21 16:37:001748 '[email protected]'],
dmazzoni5f4b7f12015-02-17 16:35:571749 'accessibility': ['[email protected]',
Aaron Leventhal978557022017-06-09 15:39:411750 '[email protected]',
dmazzoni5f4b7f12015-02-17 16:35:571751 '[email protected]',
dougtcd8ac01d2017-03-24 16:23:401752 '[email protected]',
[email protected]f76c8852012-06-21 16:37:001753 '[email protected]',
je_julie.kima170bac2015-05-06 14:57:541754 '[email protected]',
Katie Dektara52038e42017-12-06 21:00:311755 '[email protected]',
dmazzoni5f4b7f12015-02-17 16:35:571756 '[email protected]',
[email protected]f76c8852012-06-21 16:37:001757 '[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:261758 'add_to_homescreen': ['[email protected]',
Xi Han50f523a1d2017-07-19 15:56:111759 '[email protected]',
F07b660412017-08-01 20:53:061760 '[email protected]'],
asvitkine361b276e2016-08-30 18:45:001761 'android_crash_reporting': ['[email protected]'],
johnmaguire6aaac7902016-03-15 12:28:201762 'android_crazy_linker': ['[email protected]'],
dfalcantaraef21e9e2016-01-07 01:16:261763 'android_infobars': ['[email protected]'],
agrieve4d9c1c52016-09-23 17:49:381764 'android_infra': ['[email protected]',
Eric Stevenson1a03deb2018-06-22 20:40:131765 '[email protected]',
Andrew Grieve5babdbfc2017-08-16 01:26:491766 '[email protected]'],
Takeshi Yoshino524e1d262017-07-28 01:16:381767 'android_item_chooser_dialogs': ['[email protected]',
1768 '[email protected]'],
lizebf34f69b2016-03-30 16:08:531769 'android_loading': ['[email protected]',
drogere76b5632016-03-31 14:14:411770 '[email protected]'],
Daniele Castagna7c829d692018-02-12 16:09:081771 'android_media': ['[email protected]'],
Ted Choc042d8442018-03-13 16:35:571772 'android_search_widget': ['[email protected]',
1773 '[email protected]'],
nyquistf602bd02017-02-16 23:17:441774 'android_studio': ['[email protected]',
1775 '[email protected]'],
Daniele Castagna7c829d692018-02-12 16:09:081776 'android_tab': ['[email protected]'],
asvitkine361b276e2016-08-30 18:45:001777 'android_uma_settings': ['[email protected]',
1778 '[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:261779 'android_webapk': ['[email protected]'],
[email protected]7ca78dc12012-09-20 09:26:441780 'android_webview': ['[email protected]'],
Yi Guc1c54682018-07-23 12:00:001781 'animation_worklet': ['[email protected]',
1782 '[email protected]'],
Matt Giuca9eb910d2017-08-02 04:07:381783 'app_list': ['[email protected]'],
Dominick Ngdd2f0112018-07-18 01:41:551784 'app_shortcuts': ['[email protected]',
1785 '[email protected]',
Matt Giuca9eb910d2017-08-02 04:07:381786 '[email protected]'],
pennymac962d190432016-07-27 00:58:351787 'apps': ['[email protected]',
Dominick Ngfe197c752018-07-18 00:51:261788 '[email protected]',
pennymac962d190432016-07-27 00:58:351789 '[email protected]'],
lhchavez4b19176f2016-05-04 23:12:461790 'arc': ['[email protected]',
hidehiko49f0b7c2016-05-24 10:59:471791 '[email protected]',
lhchavez4b19176f2016-05-04 23:12:461792 '[email protected]',
victorhsieh52feccd2017-02-27 18:27:021793 '[email protected]',
Junichi Uekawa38d20c12018-03-22 03:31:301794 '[email protected]',
1795 '[email protected]'],
lhchavez61532c92016-10-18 21:33:371796 'arc_auth': ['[email protected]'],
Ryo Hashimoto611b8fc52018-09-28 10:01:201797 'arc_common': ['[email protected]'],
Shuhei Takahashiaf68cff2017-07-24 05:17:121798 'arc_fileapi': ['[email protected]'],
poromov7633f602017-02-21 16:44:011799 'arc_kiosk': ['[email protected]'],
lhchavez4b19176f2016-05-04 23:12:461800 'arc_net': ['[email protected]',
1801 '[email protected]',
1802 '[email protected]'],
ejcarusoa298ec02016-06-16 20:30:431803 'arc_power': ['[email protected]'],
Hirokazu Hondaf98a3122018-04-12 11:19:481804 'arc_video_accelerator': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351805 'ash': ['[email protected]',
1806 '[email protected]'],
Xiaohui Chenf7e70a22018-02-08 00:36:381807 'assistant': ['[email protected]'],
Max Morin2b0206312018-04-06 11:17:401808 'audio_service': ['[email protected]',
1809 '[email protected]',
1810 '[email protected]'],
pennymac962d190432016-07-27 00:58:351811 'aura': ['[email protected]',
1812 '[email protected]'],
[email protected]c3a6e1e72013-08-02 00:13:071813 'aura_compositor': ['[email protected]',
1814 '[email protected]',
pennymac962d190432016-07-27 00:58:351815 '[email protected]',
danakj3695c582016-10-26 21:54:431816 '[email protected]'],
Jared Saul4765c1e2018-06-18 13:44:571817 'autofill': ['[email protected]',
1818 '[email protected]',
sebsg55d59d82018-06-19 18:29:521819 '[email protected]',
sebsgbbfbea02016-10-24 21:54:591820 '[email protected]',
Anthony Vallee-Dubois866affd22018-03-19 15:13:211821 '[email protected]',
Jared Saul4765c1e2018-06-18 13:44:571822 '[email protected]',
Tommy Martino7e7d74082018-04-09 19:25:051823 '[email protected]',
Jared Saul4765c1e2018-06-18 13:44:571824 '[email protected]'],
Mathias Carlenc61d8072018-08-21 16:18:241825 'autofill_assistant': ['[email protected]'],
Jared Saul4765c1e2018-06-18 13:44:571826 'autofill_credit_cards': ['[email protected]'],
Dan Elphick08d1fd42018-04-26 10:22:331827 'background_fetch': ['[email protected]',
Mugdha Lakhani6876ba12018-04-06 13:12:281828 '[email protected]',
Dan Elphick08d1fd42018-04-26 10:22:331829 '[email protected]'],
Jason Chasedfcd02b2018-08-10 21:07:491830 'background_sync': ['[email protected]',
pennymac962d190432016-07-27 00:58:351831 '[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:261832 'banners': ['[email protected]',
Xi Han50f523a1d2017-07-19 15:56:111833 '[email protected]',
F07b660412017-08-01 20:53:061834 '[email protected]'],
Takeshi Yoshino524e1d262017-07-28 01:16:381835 'base': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:191836 'base_allocator': ['[email protected]',
[email protected]b17d9e02014-07-29 09:45:501837 '[email protected]'],
[email protected]1ed5e0fd2012-07-19 00:19:051838 'base_memory': ['[email protected]'],
Alexander Timin864bf8a02018-03-12 11:06:281839 'base_scheduler': ['[email protected]'],
robliao1644d8b2016-04-11 15:39:591840 'base_task_scheduler': ['[email protected]',
1841 '[email protected]',
1842 '[email protected]'],
pennymac962d190432016-07-27 00:58:351843 'base_win': ['[email protected]',
Robert Liao27a2fa12017-10-20 18:34:481844 '[email protected]',
pennymac962d190432016-07-27 00:58:351845 '[email protected]'],
[email protected]7e093d4022014-06-26 19:19:551846 'battery_status': ['[email protected]'],
wnwen72684762017-03-29 13:28:371847 'binary_size': ['[email protected]',
1848 '[email protected]',
1849 '[email protected]'],
pennymac962d190432016-07-27 00:58:351850 'blink': ['[email protected]'],
1851 'blink_accessibility': ['[email protected]',
1852 '[email protected]',
dougtcd8ac01d2017-03-24 16:23:401853 '[email protected]',
horo8e9a01572016-07-27 06:05:311854 '[email protected]',
pennymac962d190432016-07-27 00:58:351855 '[email protected]'],
1856 'blink_animation': ['[email protected]',
1857 '[email protected]',
1858 '[email protected]',
1859 '[email protected]',
1860 '[email protected]'],
1861 'blink_app_banner': ['[email protected]'],
1862 'blink_audio': ['[email protected]',
1863 '[email protected]'],
1864 'blink_battery_status': ['[email protected]',
1865 '[email protected]'],
pennymac962d190432016-07-27 00:58:351866 'blink_bindings': ['[email protected]'],
jbroman9ac2d532016-09-01 18:20:081867 'blink_bindings_serialization': ['[email protected]'],
Conley Owensd744e392018-04-24 19:18:571868 'blink_bluetooth': ['[email protected]',
Vincent Scheibf01b55ff22018-01-10 21:05:061869 '[email protected]'],
Fernando Serboncinife13f9d2018-08-14 13:35:541870 'blink_canvas': [ '[email protected]',
1871 '[email protected]'],
pennymac962d190432016-07-27 00:58:351872 'blink_client_hints': ['[email protected]'],
1873 'blink_clipboard': ['[email protected]'],
Kinuko Yasuda4a342642018-03-01 09:29:551874 'blink_common': ['[email protected]',
1875 '[email protected]'],
Kentaro Hara993b0de2017-08-07 02:26:371876 'blink_controller': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351877 'blink_css': ['[email protected]',
1878 '[email protected]',
danakjc1e13d4e2018-05-04 21:34:421879 '[email protected]'],
pennymac962d190432016-07-27 00:58:351880 'blink_css_flexbox': ['[email protected]'],
Morten Stenshorne4f1b3022017-11-14 12:05:371881 'blink_css_fragmentation_tests': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351882 'blink_css_grid_layout': ['[email protected]',
horo8e9a01572016-07-27 06:05:311883 '[email protected]',
pennymac962d190432016-07-27 00:58:351884 '[email protected]'],
Dimitri Glazkov33286c62017-12-08 23:34:251885 'blink_custom_elements': ['[email protected]'],
Oksana Zhuravlova5e236ec92018-07-25 00:16:031886 'blink_device_orientation': ['[email protected]',
1887 '[email protected]',
1888 '[email protected]',
pennymac962d190432016-07-27 00:58:351889 '[email protected]'],
1890 'blink_devtools': ['[email protected]',
1891 '[email protected]',
1892 '[email protected]',
1893 '[email protected]',
1894 '[email protected]',
lushnikovc5bd7ca2016-07-27 17:19:391895 '[email protected]'],
pennymac962d190432016-07-27 00:58:351896 'blink_dom': ['[email protected]',
danakjc1e13d4e2018-05-04 21:34:421897 '[email protected]'],
Hayato Ito5fc828c2017-07-05 08:02:321898 'blink_dom_events': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351899 'blink_events': ['[email protected]',
pennymac962d190432016-07-27 00:58:351900 '[email protected]',
1901 '[email protected]'],
1902 'blink_fetch': ['[email protected]',
1903 '[email protected]',
Takeshi Yoshino9d7588a32017-07-31 07:17:341904 '[email protected]'],
pennymac962d190432016-07-27 00:58:351905 'blink_fileapi': ['[email protected]',
1906 '[email protected]',
1907 '[email protected]'],
haraken98d0827a2017-02-27 00:55:191908 'blink_frames': ['[email protected]'],
Mounir Lamouria33886c2018-02-07 10:00:371909 'blink_geolocation': ['[email protected]'],
Nico Weberb6975cc2018-06-19 10:51:451910 'blink_heap': ['[email protected]',
pennymac962d190432016-07-27 00:58:351911 '[email protected]',
1912 '[email protected]'],
Dimitri Glazkov33286c62017-12-08 23:34:251913 'blink_html': ['[email protected]'],
csharrisonf357e9632016-07-29 01:27:221914 'blink_htmlparser': ['[email protected]',
1915 '[email protected]'],
pennymac962d190432016-07-27 00:58:351916 'blink_indexed_db': ['[email protected]',
1917 '[email protected]'],
1918 'blink_input': ['[email protected]',
Navid Zolghadrf7ac0562018-08-02 21:43:161919 '[email protected]'],
pennymac962d190432016-07-27 00:58:351920 'blink_layers': ['[email protected]'],
1921 'blink_layout': ['[email protected]',
1922 '[email protected]',
pennymac962d190432016-07-27 00:58:351923 '[email protected]',
1924 '[email protected]',
1925 '[email protected]'],
Ojan Vafai1fa1ec52018-04-11 17:56:401926 'blink_layout_ng': ['[email protected]',
atotic30c8eba2016-10-28 13:24:071927 '[email protected]',
dgroganf9744ea2017-01-18 23:23:261928 '[email protected]',
lchoi2ba79a72017-05-25 00:23:051929 '[email protected]',
Xiaocheng Hu8bd4d8072017-10-25 23:44:321930 '[email protected]',
1931 '[email protected]'],
pennymac962d190432016-07-27 00:58:351932 'blink_loader': ['[email protected]',
1933 '[email protected]',
Takeshi Yoshinoab2ce8562017-11-09 05:19:191934 '[email protected]'],
pennymac962d190432016-07-27 00:58:351935 'blink_media': ['[email protected]',
1936 '[email protected]',
srirama.mdec4f512016-09-06 08:22:191937 '[email protected]',
1938 '[email protected]'],
pennymac962d190432016-07-27 00:58:351939 'blink_media_queries': ['[email protected]',
1940 '[email protected]'],
mcasas9558316b2017-03-10 18:57:311941 'blink_mediastream': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351942 'blink_modules': ['[email protected]'],
1943 'blink_navigator_content_utils': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351944 'blink_out_of_process_frames': ['[email protected]',
1945 '[email protected]'],
pennymac962d190432016-07-27 00:58:351946 'blink_paint' : ['[email protected]',
chrishtr4030de342016-10-03 23:57:591947 '[email protected]'],
Xida Chen0ef92782018-01-17 05:53:351948 'blink_paintworklet' : ['[email protected]'],
panickere9ffa3f2017-04-10 18:26:061949 'blink_performance_timing': ['[email protected]'],
Balazs Engedy23f08852018-09-24 23:39:581950 'blink_permissions': ['[email protected]',
1951 '[email protected]'],
kinukoc462adb2016-12-22 12:58:491952 'blink_platform': ['[email protected]'],
ajumabd2c9c22017-05-01 21:29:501953 'blink_platform_graphics': ['[email protected]',
pennymac962d190432016-07-27 00:58:351954 '[email protected]',
1955 '[email protected]',
1956 '[email protected]',
fmalita9710b732017-02-17 05:10:021957 '[email protected]',
Justin Novosad5966c962018-07-25 19:02:281958 '[email protected]',
pennymac962d190432016-07-27 00:58:351959 '[email protected]',
pennymac962d190432016-07-27 00:58:351960 '[email protected]'],
Takeshi Yoshino524e1d262017-07-28 01:16:381961 'blink_preloadScanner': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351962 'blink_prerender': ['[email protected]',
1963 '[email protected]'],
Dimitri Glazkov33286c62017-12-08 23:34:251964 'blink_public_api': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351965 'blink_quota': ['[email protected]',
1966 '[email protected]',
1967 '[email protected]'],
Alexander Timin864bf8a02018-03-12 11:06:281968 'blink_scheduler': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351969 'blink_screen_orientation': ['[email protected]'],
Kouhei Ueno43382932017-05-30 04:43:571970 'blink_script': ['[email protected]',
Takayoshi Kochi57997382018-07-19 03:57:591971 '[email protected]'],
David Bokan9dc0046272017-12-29 00:28:011972 'blink_scroll': ['[email protected]'],
Matt Falkenhagenca7fbb62018-07-10 09:21:431973 'blink_service_worker': ['[email protected]',
pennymac962d190432016-07-27 00:58:351974 '[email protected]',
1975 '[email protected]',
1976 '[email protected]',
pennymac962d190432016-07-27 00:58:351977 '[email protected]',
1978 '[email protected]',
tzik749ae1e2018-07-20 05:05:011979 '[email protected]'],
Matt Falkenhagenca7fbb62018-07-10 09:21:431980 'blink_service_worker_tests': ['[email protected]'],
Hayato Ito5fc828c2017-07-05 08:02:321981 'blink_shadow_dom': ['[email protected]'],
timvolodine8cdb94c2016-09-22 12:17:221982 'blink_spellcheck' : ['[email protected]',
xiaochengh4a3c84e2017-03-28 07:15:321983 '[email protected]',
Xiaocheng Hu8bd4d8072017-10-25 23:44:321984 '[email protected]'],
jbroman69166ca82017-04-04 21:01:361985 'blink_spv2_layout_tests': ['[email protected]'],
Adam Rice027497d2018-07-27 02:17:021986 'blink_streams': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351987 'blink_style': ['[email protected]'],
1988 'blink_svg': ['[email protected]',
fmalita9710b732017-02-17 05:10:021989 '[email protected]',
pennymac962d190432016-07-27 00:58:351990 '[email protected]',
pennymac962d190432016-07-27 00:58:351991 '[email protected]',
1992 '[email protected]',
pennymac962d190432016-07-27 00:58:351993 '[email protected]'],
pennymac962d190432016-07-27 00:58:351994 'blink_track': ['[email protected]',
1995 '[email protected]',
1996 '[email protected]',
Sriram8d3e0e22017-11-09 10:40:161997 '[email protected]',
1998 '[email protected]'],
mvanouwerkerk38f632c62017-04-13 10:35:311999 'blink_vibration': ['[email protected]'],
David Bokan9dc0046272017-12-29 00:28:012000 'blink_viewport_interaction': ['[email protected]',
2001 '[email protected]'],
pennymac962d190432016-07-27 00:58:352002 'blink_w3ctests': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352003 'blink_webp': ['[email protected]',
2004 '[email protected]',
2005 '[email protected]'],
Adam Rice027497d2018-07-27 02:17:022006 'blink_websockets': ['[email protected]',
2007 '[email protected]'],
pennymac962d190432016-07-27 00:58:352008 'blink_workers': ['[email protected]',
falken6731ece42016-10-12 01:41:502009 '[email protected]',
pennymac962d190432016-07-27 00:58:352010 '[email protected]',
shimazu99de61f2016-09-07 03:57:412011 '[email protected]',
2012 '[email protected]'],
Raphael Kubo da Costaae598192018-05-29 11:14:242013 'blink_wtf': ['[email protected]'],
Joel Hockey0db16432018-03-09 22:41:492014 'blink_xml': ['[email protected]',
2015 '[email protected]'],
noyauce460872016-09-09 11:54:002016 'bookmarks': ['[email protected]'],
donnd787f6ed2016-08-03 01:00:562017 'bottombar': ['[email protected]',
2018 '[email protected]'],
Tarun Bansalc4882282018-07-11 23:53:552019 'breve': ['[email protected]'],
[email protected]22650d22012-07-18 17:02:352020 'browser_components': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352021 'browser_compositor': ['[email protected]',
2022 '[email protected]'],
michaelpge42ca3b32016-02-19 08:17:572023 'browser_resources_md': ['[email protected]'],
Christian Dullwebered2c82b2018-04-10 08:37:222024 'browsing_data': ['[email protected]',
2025 '[email protected]',
msramek878b39d92016-04-20 07:55:332026 '[email protected]'],
Rouslan Solomakhin0b13446c2018-07-18 14:47:072027 'bubble': ['[email protected]'],
Josh Karlin1bd016742017-08-18 17:44:172028 'cache_storage': ['[email protected]'],
Xiangjun Zhang880262a2018-08-07 22:35:382029 'cast': ['[email protected]',
2030 '[email protected]',
miua1710162015-08-27 01:38:092031 '[email protected]',
[email protected]ad8ff0e2013-12-13 09:24:122032 '[email protected]',
miua1710162015-08-27 01:38:092033 '[email protected]',
Xiangjun Zhang880262a2018-08-07 22:35:382034 '[email protected]',
miua1710162015-08-27 01:38:092035 '[email protected]'],
ryanchung4d157372016-05-10 20:27:162036 'cast_certificate': ['[email protected]',
mfoltz57fd7f32017-05-03 06:12:582037 '[email protected]',
ryanchung24f9d7b2017-01-12 19:18:342038 '[email protected]'],
Adam Parkera556b7a2018-05-22 17:53:192039 'cast_channel': ['[email protected]',
Adam Parker41b9e4cb2017-08-14 17:09:122040 '[email protected]',
Ryan Ki Sing Chung27cc7ed92017-07-25 21:53:472041 '[email protected]'],
[email protected]c863702a2012-09-14 20:05:282042 'cc': ['[email protected]'],
Yi Guc1c54682018-07-23 12:00:002043 'cc-animation': ['[email protected]',
2044 '[email protected]'],
danakjca574522017-09-20 16:38:592045 'cc-contexts': ['[email protected]'],
2046 'cc-display': ['[email protected]'],
2047 'cc-paint': ['[email protected]'],
2048 'cc-quads': ['[email protected]'],
2049 'cc-resources': ['[email protected]'],
Alexander Timin864bf8a02018-03-12 11:06:282050 'cc-scheduler': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352051 'certificate_transparency': ['[email protected]',
2052 '[email protected]',
martijnccdd0542016-11-07 18:49:272053 '[email protected]',
pennymac962d190432016-07-27 00:58:352054 '[email protected]'],
Joe Mason60ec2f32018-02-15 15:50:512055 'chrome_cleaner': ['[email protected]',
Joe Mason60ec2f32018-02-15 15:50:512056 '[email protected]'],
Penny MacNeil0ced2cb2018-07-30 21:09:492057 'chrome_elf': ['[email protected]'],
lpy0ca13772017-02-28 19:48:272058 'chrome_grc': ['[email protected]'],
[email protected]d5b21972012-07-20 02:06:012059 'chrome_views': ['[email protected]'],
alokp9d869cc12016-05-27 01:46:312060 'chromecast': ['[email protected]',
2061 '[email protected]',
halliwellfa56b3a42015-09-04 21:42:572062 '[email protected]'],
gfhuang2548f902016-02-26 02:29:212063 'chromecast_public': ['[email protected]'],
kereliuk08eda794c2018-09-05 16:10:232064 'chromedriver': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352065 'chromeos': ['[email protected]'],
2066 'chromeos_attestation': ['[email protected]'],
2067 'chromeos_calculator': ['[email protected]'],
alematec5187b1b2016-08-26 05:32:182068 'chromeos_geolocation': ['[email protected]'],
Achuith Bhandarkar434e24592018-03-07 23:05:122069 'chromeos_lkgm': ['[email protected]',
Benjamin Pastened7029352018-04-17 19:09:102070 '[email protected]',
Achuith Bhandarkar434e24592018-03-07 23:05:122071 '[email protected]'],
alematec5187b1b2016-08-26 05:32:182072 'chromeos_login': ['[email protected]',
Jacob Dufaulted1ef2bc2018-08-10 18:21:342073 '[email protected]',
2074 '[email protected]'],
pennymac962d190432016-07-27 00:58:352075 'chromeos_net': ['[email protected]'],
2076 'chromeos_power': ['[email protected]'],
alematec5187b1b2016-08-26 05:32:182077 'chromeos_timezone': ['[email protected]'],
2078 'chromeos_webui': ['[email protected]'],
Daniel Cheng99312b632017-10-25 03:59:492079 'clang_update': ['[email protected]',
2080 '[email protected]',
thestigf023ccc2016-11-10 14:39:152081 '[email protected]',
[email protected]cf8ffa82013-02-13 08:30:072082 '[email protected]',
George Burgess IVbbcd9912018-04-17 14:59:282083 '[email protected]',
pennymac962d190432016-07-27 00:58:352084 '[email protected]',
rnk28bbd1772016-05-04 17:57:582085 '[email protected]',
Hans Wennborgf2eb949e2018-05-08 12:45:032086 '[email protected]',
Peter Collingbourne1ac5f712018-03-30 22:15:132087 '[email protected]',
rnk28bbd1772016-05-04 17:57:582088 '[email protected]',
pennymac962d190432016-07-27 00:58:352089 '[email protected]',
thestigf023ccc2016-11-10 14:39:152090 '[email protected]',
pennymac962d190432016-07-27 00:58:352091 '[email protected]',
horo8e9a01572016-07-27 06:05:312092 '[email protected]',
pennymac962d190432016-07-27 00:58:352093 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002094 'clipboard': ['[email protected]'],
Aaron Gable64f273582017-03-30 18:02:002095 'codereview_settings': ['[email protected]'],
sdefresned94c5b02015-07-22 17:54:552096 'components_deps': ['[email protected]',
2097 '[email protected]',
2098 '[email protected]'],
Conley Owensd744e392018-04-24 19:18:572099 'content_bluetooth': ['[email protected]',
Vincent Scheibf01b55ff22018-01-10 21:05:062100 '[email protected]'],
Randy Smith9d64e6e2018-03-07 20:07:082101 'content_loader': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352102 'content_renderer': ['[email protected]'],
mkwst75a31a42014-09-14 18:32:532103 'content_shell': ['[email protected]',
peterc9e3e172015-11-02 09:29:162104 '[email protected]',
2105 '[email protected]'],
nhiroki90ba0102015-07-21 01:42:242106 'content_worker': ['[email protected]',
2107 '[email protected]'],
donnd787f6ed2016-08-03 01:00:562108 'contextual_search': ['[email protected]',
2109 '[email protected]'],
pennymac962d190432016-07-27 00:58:352110 'courgette': ['[email protected]',
2111 '[email protected]'],
Nico Weber6ff639a2017-08-11 21:04:502112 'cq': ['[email protected]',
2113 '[email protected]',
2114 '[email protected]',
2115 '[email protected]',
2116 '[email protected]'],
dbeamd924f0d0d2017-06-20 02:34:252117 'cr_elements': ['[email protected]',
michaelpge42ca3b32016-02-19 08:17:572118 '[email protected]'],
Chung-yih Wang7afc64a2018-03-06 02:09:042119 'cros_benchmarks': ['[email protected]',
2120 '[email protected]',
2121 '[email protected]'],
Ben Wells03471a72018-03-22 00:58:462122 'crostini': ['[email protected]'],
Michael Thiessena7bec5b2018-07-12 19:10:042123 'custom_tabs': ['[email protected]'],
Ryo Hashimoto900be52c2018-05-24 06:42:262124 'dbus': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:192125 'deep_memory_profiler': ['[email protected]'],
Conley Owensd744e392018-04-24 19:18:572126 'device_bluetooth': ['[email protected]',
Vincent Scheibf01b55ff22018-01-10 21:05:062127 '[email protected]'],
Conley Owensd744e392018-04-24 19:18:572128 'device_chooser': ['[email protected]',
Vincent Scheibf01b55ff22018-01-10 21:05:062129 '[email protected]'],
pennymac962d190432016-07-27 00:58:352130 'devtools': ['[email protected]',
2131 '[email protected]'],
Adam Parkera556b7a2018-05-22 17:53:192132 'dial': ['[email protected]',
mfoltz57fd7f32017-05-03 06:12:582133 '[email protected]'],
kinukoc462adb2016-12-22 12:58:492134 'disk_cache': ['[email protected]'],
David Trainor051827f2017-06-02 18:33:132135 'download': ['[email protected]'],
dbeamd924f0d0d2017-06-20 02:34:252136 'downloads_ui': ['[email protected]'],
[email protected]9a3781d2013-04-04 18:31:402137 'drive': ['[email protected]'],
[email protected]89d2cd52013-04-16 01:55:362138 'drive_resource_metadata': ['[email protected]'],
[email protected]3a25c8a2014-06-26 06:47:102139 'eme': ['[email protected]'],
Justin DeWittf64d39e2018-08-09 21:33:412140 'explore_sites': ['[email protected]',
2141 '[email protected]',
2142 '[email protected]',
Pete Williamson3600f2d2018-09-24 17:31:112143 '[email protected]',
2144 '[email protected]'],
[email protected]f9529e7922013-06-06 05:19:412145 'extension': ['[email protected]',
2146 '[email protected]'],
Luna Lu7f221f22017-06-13 16:46:142147 'feature_policy': ['[email protected]',
Joe Medleya129fe32018-01-25 15:20:222148 '[email protected]',
Joe Medley1e1bb652018-04-27 17:36:592149 '[email protected]'],
[email protected]84dcfd92014-05-23 13:18:192150 'fileapi': ['[email protected]',
[email protected]6f217122013-11-25 07:21:482151 '[email protected]',
2152 '[email protected]'],
yoshiki1c0ba2782014-12-08 07:04:262153 'filebrowse': ['[email protected]'],
Joel Hockey0db16432018-03-09 22:41:492154 'filesapp': ['[email protected]',
2155 '[email protected]',
okab0be3dc2016-08-30 07:37:102156 '[email protected]'],
Tomasz Mikolajewski2905dbb2017-11-22 06:24:042157 'fsp': ['[email protected]'],
Wez385de5a2017-07-13 20:13:162158 'fuchsia': ['[email protected]', '[email protected]'],
mmoroz58ddb8172016-09-08 18:29:552159 'fuzzing': ['[email protected]'],
Conley Owensd744e392018-04-24 19:18:572160 'gamepad': ['[email protected]'],
Dan Elphick7c3105252017-11-06 15:51:472161 'gcm': ['[email protected]',
pennymac962d190432016-07-27 00:58:352162 '[email protected]'],
mikhail.pozdnyakova8db26402016-11-28 18:27:122163 'generic_sensor': ['[email protected]',
Jun Caiaa1f040d2017-11-15 01:21:532164 '[email protected]',
Vincent Scheibd5da4d952017-11-03 01:33:242165 '[email protected]',
timvolodine4cf58ca2017-05-24 16:11:482166 '[email protected]',
mikhail.pozdnyakova8db26402016-11-28 18:27:122167 '[email protected]'],
Conley Owensd744e392018-04-24 19:18:572168 'geolocation': ['[email protected]',
Vincent Scheibf01b55ff22018-01-10 21:05:062169 '[email protected]'],
[email protected]cf428f732012-10-02 20:48:152170 'gfx_geometry': ['[email protected]'],
[email protected]f93b7382012-08-09 20:53:162171 'gfx_image': ['[email protected]'],
agrieve4d9c1c52016-09-23 17:49:382172 'gn': ['[email protected]',
2173 '[email protected]',
pennymac962d190432016-07-27 00:58:352174 '[email protected]'],
[email protected]a6159102013-11-08 23:21:522175 'gpu': ['[email protected]'],
Corentin Wallez3f1d0852018-07-04 15:45:362176 'gpu_passthrough_cmd_decoder': ['[email protected]'],
Ehsan Karamadc20cee22018-08-10 21:32:332177 'guest_view': ['[email protected]',
Kevin McNee77c2f6b2018-08-14 21:43:582178 '[email protected]',
Ehsan Karamadc20cee22018-08-10 21:32:332179 '[email protected]'],
Andrey Kosyakova173d252018-05-07 18:29:112180 'headless': ['[email protected]'],
dbeamd924f0d0d2017-06-20 02:34:252181 'history_ui': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002182 'i18n': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002183 'importer': ['[email protected]'],
Greg Thompson4f90fc992017-07-25 19:30:372184 'incident_reporting': ['[email protected]'],
[email protected]8b250562014-08-12 19:07:452185 'indexed_db': ['[email protected]',
dgrogand792a7f2016-01-21 00:12:132186 '[email protected]'],
bruthigaa8281f2016-02-09 17:52:312187 'ink_drop': ['[email protected]'],
dtapuska1f997a12016-03-14 19:22:072188 'input': ['[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:262189 'installable': ['[email protected]'],
Raphael Kubo da Costaf242cef72017-11-08 16:01:182190 'installer_linux': ['[email protected]',
2191 '[email protected]'],
Greg Thompson4f90fc992017-07-25 19:30:372192 'installer_win': ['[email protected]',
Greg Thompson4f90fc992017-07-25 19:30:372193 '[email protected]'],
pennymac962d190432016-07-27 00:58:352194 'instant': ['[email protected]',
pennymac962d190432016-07-27 00:58:352195 '[email protected]',
jered0bd025a82017-05-03 20:01:132196 '[email protected]',
pennymac962d190432016-07-27 00:58:352197 '[email protected]',
2198 '[email protected]',
2199 '[email protected]',
2200 '[email protected]',
2201 '[email protected]'],
edchin46453b42017-03-03 01:40:112202 'ios': ['[email protected]'],
2203 'ios_chrome': ['[email protected]',
marqa4f135f2017-01-10 12:37:342204 '[email protected]',
eugenebutb5a5a8572017-01-20 01:18:112205 '[email protected]'],
edchin46453b42017-03-03 01:40:112206 'ios_clean': ['[email protected]',
lpromero6846b19d2017-05-23 10:43:592207 '[email protected]'],
edchin46453b42017-03-03 01:40:112208 'ios_showcase': ['[email protected]',
lpromero6846b19d2017-05-23 10:43:592209 '[email protected]'],
edchin46453b42017-03-03 01:40:112210 'ios_web': ['[email protected]',
2211 '[email protected]'],
Johanndfa4d7d2017-12-07 18:05:292212 'libaom': ['[email protected]',
pennymac962d190432016-07-27 00:58:352213 '[email protected]',
2214 '[email protected]',
2215 '[email protected]'],
Johanndfa4d7d2017-12-07 18:05:292216 'libvpx': ['[email protected]',
2217 '[email protected]',
2218 '[email protected]',
2219 '[email protected]',
2220 '[email protected]',
2221 '[email protected]'],
Takeshi Yoshino524e1d262017-07-28 01:16:382222 'libwebp': ['[email protected]',
2223 '[email protected]',
2224 '[email protected]'],
dominiccabb90e02017-03-31 04:54:232225 'libxml_xslt': ['[email protected]',
2226 '[email protected]'],
[email protected]04a292a2013-03-07 19:58:422227 'linux_fonts': ['[email protected]'],
[email protected]6d7e0bf2014-07-28 22:30:402228 'linux_sandboxing': ['[email protected]'],
[email protected]04a292a2013-03-07 19:58:422229 'linux_seccomp_bpf': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352230 'login': ['[email protected]'],
lgrey62faed72016-10-11 21:40:392231 'mac' : ['[email protected]'],
mlamourid8b0feb2015-06-02 16:30:472232 'manifest': ['[email protected]'],
James Cook4bfa66fa2018-05-29 17:20:422233 'mash_buildbot_filters': ['[email protected]',
2234 '[email protected]'],
dbeamd924f0d0d2017-06-20 02:34:252235 'md_settings': ['[email protected]',
michaelpg32ca07902015-02-07 00:31:112236 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002237 'media': ['[email protected]'],
Miguel Casas-Sanchez5eb47252017-09-05 21:15:032238 'media_capture_from_element': ['[email protected]'],
Tommy Steimel074a1822018-02-07 17:25:442239 'media_controls': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352240 'media_galleries': ['[email protected]',
2241 '[email protected]'],
Hirokazu Hondae31ce109a2018-09-18 11:18:502242 'media_gpu': ['[email protected]'],
Xiaohan Wang6cbdcdf2018-06-12 21:55:542243 'media_mojo': ['[email protected]',
2244 '[email protected]'],
mcasasfeedbe42017-03-03 05:23:562245 'media_recorder': ['[email protected]',
mcasas9558316b2017-03-10 18:57:312246 '[email protected]'],
Xiangjun Zhang880262a2018-08-07 22:35:382247 'media_remoting': ['[email protected]',
2248 '[email protected]',
mfoltz57fd7f32017-05-03 06:12:582249 '[email protected]',
apacible01538e02016-11-04 22:15:312250 '[email protected]',
Xiangjun Zhang880262a2018-08-07 22:35:382251 '[email protected]',
miu5e69f1c52016-10-23 13:40:112252 '[email protected]'],
Adam Parkera556b7a2018-05-22 17:53:192253 'media_router': ['[email protected]',
Takumi Fujimoto4bef2792018-05-03 17:51:552254 '[email protected]',
Xiangjun Zhang880262a2018-08-07 22:35:382255 '[email protected]',
Takumi Fujimoto4bef2792018-05-03 17:51:552256 '[email protected]'],
Xiaohan Wang6cbdcdf2018-06-12 21:55:542257 'media_win': ['[email protected]'],
fmeawad4582cd22017-03-30 20:59:362258 'memory_coordinator': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002259 'message_loop': ['[email protected]'],
isherman1eee6f12014-12-09 02:14:302260 'metrics': ['[email protected]'],
[email protected]1d8899ee2014-06-10 20:58:122261 'metrics_xml_files': ['[email protected]'],
toyoshim8f51f902015-03-27 03:50:212262 'midi': ['[email protected]'],
John Abd-El-Malek01cfd3f2018-06-21 16:33:122263 'mojo': ['[email protected]'],
Ryan Hansberry587c8082018-09-20 01:31:192264 'multidevice': ['[email protected]',
2265 '[email protected]',
Kyle Horimotoc4d57b122018-02-28 01:17:302266 '[email protected]',
2267 '[email protected]',
2268 '[email protected]',
Ryan Hansberry587c8082018-09-20 01:31:192269 '[email protected]'],
rjkroegef60dea862015-10-29 17:50:062270 'mus': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002271 'nacl': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352272 'native_client_sdk': ['[email protected]',
2273 '[email protected]'],
Alex Moshchuk3fbcf782018-05-09 00:06:292274 'navigation': ['[email protected]',
2275 '[email protected]',
pennymac962d190432016-07-27 00:58:352276 '[email protected]'],
Chris Bentzel605478a2018-07-10 21:47:012277 'net': ['[email protected]'],
bnc1872e8bd2017-01-27 02:47:282278 'net_base': ['[email protected]'],
bnc1872e8bd2017-01-27 02:47:282279 'net_http2': ['[email protected]'],
2280 'net_log': ['[email protected]',
Matt Menkecebc2402017-07-20 16:26:092281 '[email protected]'],
Adam Rice027497d2018-07-27 02:17:022282 'net_server': ['[email protected]'],
bnc1872e8bd2017-01-27 02:47:282283 'net_spdy': ['[email protected]'],
Adam Rice027497d2018-07-27 02:17:022284 'net_websockets': ['[email protected]'],
jkarlin539748402015-03-31 17:36:312285 'netinfo': ['[email protected]'],
Helen Li30f43d8e2018-05-09 16:24:012286 'network_service': ['[email protected]'],
Conley Owensd744e392018-04-24 19:18:572287 'nfc': ['[email protected]'],
Peter Beverloo45bf54c2018-08-06 17:12:032288 'notifications': ['[email protected]'],
tbansalc6f1c9f2016-09-30 22:48:422289 'nqe': ['[email protected]'],
noyau451e6bb62016-12-23 14:29:042290 'ntp_snippets': ['[email protected]',
2291 '[email protected]'],
2292 'ntp_tiles': ['[email protected]',
2293 '[email protected]'],
peterc7e27422017-05-17 04:05:282294 'offline_items_collection': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352295 'offline_pages': ['[email protected]',
Carlos Knippschild6a2e2f02017-06-02 18:18:142296 '[email protected]',
pennymac962d190432016-07-27 00:58:352297 '[email protected]',
2298 '[email protected]',
dewittj74b23f6f2016-04-21 19:29:252299 '[email protected]',
2300 '[email protected]',
pennymac962d190432016-07-27 00:58:352301 '[email protected]'],
jdonnelly6fa5a21d2017-01-03 15:28:352302 'omnibox': ['[email protected]'],
Doug Arnetta94d3ae2017-11-07 00:10:342303 'optimization_guide': ['[email protected]',
2304 '[email protected]',
Takeshi Yoshinoab2ce8562017-11-09 05:19:192305 '[email protected]'],
iclelland8b904402016-10-05 15:01:232306 'origin_trials': ['[email protected]',
Ian Clelland1b27f8f62017-06-22 13:36:242307 '[email protected]'],
pennymac962d190432016-07-27 00:58:352308 'ozone': ['[email protected]',
2309 '[email protected]'],
Emily Stark204d2382017-12-01 05:24:562310 'page_info' : ['[email protected]'],
Bryan McQuade4233f412017-07-28 16:23:412311 'page_load_metrics' : ['[email protected]',
2312 '[email protected]',
tdresserd80646f2017-03-03 19:26:082313 '[email protected]',
2314 '[email protected]'],
Daniel Cheng99312b632017-10-25 03:59:492315 'panels': ['[email protected]',
pennymac962d190432016-07-27 00:58:352316 '[email protected]',
2317 '[email protected]'],
mkwst17a9875d2016-06-24 10:36:392318 'password_manager': ['[email protected]',
Vasilii Sukhanovc4e6c2842018-07-18 12:12:202319 '[email protected]',
2320 '[email protected]'],
sebsgbbfbea02016-10-24 21:54:592321 'payments': ['[email protected]',
mahmadi0a7bb59f2017-02-22 19:13:492322 '[email protected]',
Anthony Vallee-Dubois866affd22018-03-19 15:13:212323 '[email protected]',
2324 '[email protected]'],
mahmadi0a7bb59f2017-02-22 19:13:492325 'payments_ios': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352326 'pepper_api': ['[email protected]',
2327 '[email protected]',
2328 '[email protected]',
2329 '[email protected]',
2330 '[email protected]',
pennymac962d190432016-07-27 00:58:352331 '[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:262332 'permissions': ['[email protected]',
Xi Han50f523a1d2017-07-19 15:56:112333 '[email protected]',
Dominick Ngcaa7b402017-07-11 07:35:392334 '[email protected]',
Balazs Engedy23f08852018-09-24 23:39:582335 '[email protected]',
Timothy Lohb2a4eff2017-08-03 07:07:562336 '[email protected]',
2337 '[email protected]'],
François Beaufortb2070eb2018-02-08 10:36:342338 'picture_in_picture': ['[email protected]'],
Lutz Justena67427102018-06-28 08:55:462339 'policy_templates': ['[email protected]'],
dbeamd924f0d0d2017-06-20 02:34:252340 'polymer': ['[email protected]'],
Charles Harrison981d33c2017-10-06 21:36:222341 'popup_blocker': ['[email protected]'],
twifkak0c69c1f2015-06-22 18:20:092342 'precache': ['[email protected]'],
[email protected]be775bc2014-06-30 15:41:142343 'prepopulated_engines': ['[email protected]'],
Chris Bentzel605478a2018-07-10 21:47:012344 'prerender': ['[email protected]',
pennymac962d190432016-07-27 00:58:352345 '[email protected]'],
Adam Parkera556b7a2018-05-22 17:53:192346 'presentation': ['[email protected]'],
rbpotter0d9edeed2018-08-03 14:11:582347 'print_preview': ['[email protected]'],
Peter Beverloo45bf54c2018-08-06 17:12:032348 'push_messaging': ['[email protected]'],
stkhapugin06503142016-12-07 14:32:122349 'reading_list': ['[email protected]'],
[email protected]c3887592014-02-06 20:02:252350 'remoting': ['[email protected]'],
Ali Tofigh000debb52017-11-07 21:35:422351 'rlz_id': ['[email protected]',
pennymac962d190432016-07-27 00:58:352352 '[email protected]'],
Joe Medley1e1bb652018-04-27 17:36:592353 'runtime_enabled_features': ['[email protected]'],
Daniel Ruberyfa8cd5d2018-09-13 17:31:232354 'safe_browsing': ['[email protected]',
2355 '[email protected]',
vakh125ad862017-03-17 00:06:252356 '[email protected]'],
mlamourid8b0feb2015-06-02 16:30:472357 'screen_orientation': ['[email protected]'],
Robert Sesekae79d38512018-09-04 18:13:302358 'security': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352359 'service_worker': ['[email protected]',
[email protected]6d095a8b2014-02-28 15:26:162360 '[email protected]',
pennymac962d190432016-07-27 00:58:352361 '[email protected]',
pennymac962d190432016-07-27 00:58:352362 '[email protected]',
horo8e9a01572016-07-27 06:05:312363 '[email protected]',
tzik749ae1e2018-07-20 05:05:012364 '[email protected]'],
Colin Blundell6d2669a2017-07-11 06:26:532365 'services_public': ['[email protected]'],
alitoc5534d62017-04-21 01:48:582366 'settings_reset_prompt': ['[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:262367 'site_engagement': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352368 'site_instance': ['[email protected]',
Alex Moshchuk3fbcf782018-05-09 00:06:292369 '[email protected]',
pennymac962d190432016-07-27 00:58:352370 '[email protected]',
[email protected]b9ecdb62014-03-07 14:56:432371 '[email protected]'],
Ryan Hansberry587c8082018-09-20 01:31:192372 'smartlock': ['[email protected]',
2373 '[email protected]',
2374 '[email protected]',
2375 '[email protected]',
2376 '[email protected]',
2377 '[email protected]'],
Zentaro Kavanagh608f8a12018-01-19 18:39:562378 'smb': ['[email protected]'],
Joe Medley1e1bb652018-04-27 17:36:592379 'source_idls': ['[email protected]'],
[email protected]ad0295d2012-10-11 23:43:362380 'spellcheck': ['[email protected]',
[email protected]18d7e402014-07-08 19:53:142381 '[email protected]',
timvolodine8cdb94c2016-09-22 12:17:222382 '[email protected]',
2383 '[email protected]'],
Xi Cheng3920ab1b2018-09-10 20:03:582384 'stack_sampling_profiler': ['[email protected]'],
Greg Thompson9ea091702018-01-04 11:06:322385 'startup': ['[email protected]',
2386 '[email protected]'],
[email protected]67f39af2013-08-23 20:06:052387 'streams': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352388 'styleguide': ['[email protected]',
vmpstrdeec20e2016-11-18 22:17:322389 '[email protected]',
2390 '[email protected]'],
engedye7b734da2017-02-07 12:08:132391 'subresource_filter': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352392 'supervised_users': ['[email protected]'],
maxbogue65ea2632016-04-04 18:12:582393 'sync': ['[email protected]'],
[email protected]84dcfd92014-05-23 13:18:192394 'syncfs': ['[email protected]',
[email protected]6f217122013-11-25 07:21:482395 '[email protected]',
2396 '[email protected]'],
miu5e69f1c52016-10-23 13:40:112397 'tab_alert_indicators': ['[email protected]'],
Adam Parkera556b7a2018-05-22 17:53:192398 'tab_capture': ['[email protected]',
Xiangjun Zhang880262a2018-08-07 22:35:382399 '[email protected]',
miu5e69f1c52016-10-23 13:40:112400 '[email protected]'],
pennymac962d190432016-07-27 00:58:352401 'tab_contents': ['[email protected]',
2402 '[email protected]',
2403 '[email protected]'],
tdresserd80646f2017-03-03 19:26:082404 'tbmv2_metrics': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:192405 'tcmalloc': ['[email protected]'],
tonygc7f6a4c12015-01-16 18:32:262406 'telemetry': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352407 'test_runner': ['[email protected]',
einbindera29577e2016-08-23 01:21:492408 '[email protected]',
2409 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002410 'tests': [],
Ryan Hansberry587c8082018-09-20 01:31:192411 'tether': ['[email protected]',
2412 '[email protected]',
2413 '[email protected]',
2414 '[email protected]',
dbeamd924f0d0d2017-06-20 02:34:252415 '[email protected]',
Ryan Hansberry587c8082018-09-20 01:31:192416 '[email protected]'],
pennymac962d190432016-07-27 00:58:352417 'textinput': ['[email protected]',
2418 '[email protected]',
2419 '[email protected]',
Yuichiro Hanadaf0b3b472017-10-17 07:00:532420 '[email protected]',
pennymac962d190432016-07-27 00:58:352421 '[email protected]'],
2422 'textinput_chromeos': ['[email protected]',
2423 '[email protected]',
Yuichiro Hanadaf0b3b472017-10-17 07:00:532424 '[email protected]',
pennymac962d190432016-07-27 00:58:352425 '[email protected]'],
chirantan96fcf6d2015-01-21 22:36:192426 'timers': ['[email protected]'],
robliaofd54b5c2017-01-13 00:41:302427 'tools_win_chromeexts': ['[email protected]'],
AJITH KUMAR V4f0c4812018-03-27 13:46:572428 'touch_selection': ['[email protected]',
2429 '[email protected]'],
pennymac962d190432016-07-27 00:58:352430 'tracing': ['[email protected]',
2431 '[email protected]'],
[email protected]cf428f732012-10-02 20:48:152432 'ui_compositor': ['[email protected]'],
robliao2c4b7492016-07-19 01:57:262433 'ui_display_win': ['[email protected]'],
[email protected]6b5093c2012-05-23 19:10:182434 'ui_resources': ['[email protected]'],
edwardjung83f52ef22017-02-07 13:15:072435 'ui_strings': ['[email protected]'],
Conley Owensd744e392018-04-24 19:18:572436 'usb': ['[email protected]'],
Miguel Casas-Sancheza65d49a2017-12-11 03:27:482437 'vaapi': ['[email protected]'],
[email protected]c73ec8ab2014-01-16 20:35:232438 'version_assembly': ['[email protected]',
2439 '[email protected]'],
Alexandre Courbot3e9e55a2018-04-05 05:29:422440 'video': ['[email protected]'],
mcasas9558316b2017-03-10 18:57:312441 'video_capture': ['[email protected]'],
Alexandre Courbot3e9e55a2018-04-05 05:29:422442 'video_gpu': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002443 'views': ['[email protected]'],
blakeod4cc78a2017-05-10 06:56:482444 'virtual_keyboard': ['[email protected]',
2445 '[email protected]',
okabf9f6f02017-02-17 05:14:292446 '[email protected]'],
billorr3c7e1442016-11-11 21:21:352447 'virtual_reality': ['[email protected]'],
Conley Owensd744e392018-04-24 19:18:572448 'wake_lock': ['[email protected]'],
Devin Mullins4ff9b282018-03-09 00:37:322449 'web_package': ['[email protected]'],
Matt Giuca9eb910d2017-08-02 04:07:382450 'web_share': ['[email protected]'],
Martin Kreichgauer794a18572018-07-20 20:45:432451 'webauthn': ['[email protected]'],
Corentin Wallez3f1d0852018-07-04 15:45:362452 'webgpu': ['[email protected]',
2453 '[email protected]'],
Takeshi Yoshinoe387aa32017-08-02 13:16:132454 'webrtc_browser_tests': ['[email protected]'],
Christian Dullwebered2c82b2018-04-10 08:37:222455 'website_settings': ['[email protected]',
2456 '[email protected]',
pennymac962d190432016-07-27 00:58:352457 '[email protected]',
2458 '[email protected]'],
Penny MacNeil0ced2cb2018-07-30 21:09:492459 'windows_sandboxing': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002460 'x11': ['[email protected]',
2461 '[email protected]',
2462 '[email protected]'],
wjmaclean3ff6a402015-03-31 19:00:202463 'zoom': ['[email protected]'],
[email protected]a3838612009-10-13 21:57:542464 },
2465}