blob: fba06210840b607fd20305debb1f60ab3aa13ba4 [file] [log] [blame]
[email protected]37f978c2012-01-05 17:58:171# Copyright (c) 2012 The Chromium Authors. All rights reserved.
[email protected]a3838612009-10-13 21:57:542# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5# Watchlist Rules
6# Refer: http://dev.chromium.org/developers/contributing-code/watchlists
7
[email protected]f2f0fbb92012-07-14 15:52:498# IMPORTANT: The regular expression filepath is tested against each path using
9# re.search, so it is not usually necessary to add .*.
[email protected]a3838612009-10-13 21:57:5410
11{
12 'WATCHLIST_DEFINITIONS': {
asvitkinee4bad382015-11-05 21:56:4513 'about_flags': {
14 'filepath': 'chrome/browser/about_flags\.cc'
15 },
[email protected]f76c8852012-06-21 16:37:0016 'accelerator_table': {
17 'filepath': 'ash/accelerators/accelerator_table\.cc' \
18 '|chrome/browser/ui/views/accelerator_table\.cc',
[email protected]a3838612009-10-13 21:57:5419 },
[email protected]f76c8852012-06-21 16:37:0020 'accessibility': {
dmazzoni5f4b7f12015-02-17 16:35:5721 'filepath': 'accessibility' \
22 '|braille' \
[email protected]a4156bfb2014-02-27 22:37:4723 '|chromevox' \
dmazzoni5f4b7f12015-02-17 16:35:5724 '|iaccessible2' \
25 '|isimpledom' \
26 '|liblouis'
[email protected]a3838612009-10-13 21:57:5427 },
dominickn8884155a2016-06-23 02:28:1628 'add_to_homescreen': {
29 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/webapps/|'\
30 'chrome/android/javatests/src/org/chromium/chrome/browser/webapps/|'\
31 'chrome/android/junit/src/org/chromium/chrome/browser/webapps/|'\
dominickn8884155a2016-06-23 02:28:1632 'chrome/browser/android/shortcut_.*|'\
33 'chrome/browser/android/webapps/',
34 },
asvitkine361b276e2016-08-30 18:45:0035 'android_crash_reporting': {
Peter Wen35bf5932018-10-22 19:51:4836 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/crash/' \
37 'chrome/browser/android/crash/' \
Peter Wen0ab6c98e2018-10-30 13:07:2738 'components/crash/android/' \
39 'components/minidump_uploader/'
asvitkine361b276e2016-08-30 18:45:0040 },
johnmaguire6aaac7902016-03-15 12:28:2041 'android_crazy_linker': {
42 'filepath': 'third_party/android_crazy_linker/'
43 },
Peter Wen35bf5932018-10-22 19:51:4844 'android_deps': {
45 'filepath': 'third_party/android_deps/' \
46 '|tools/android/roll/android_deps/'
47 },
dfalcantaraef21e9e2016-01-07 01:16:2648 'android_infobars': {
49 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/infobar/'
50 },
[email protected]d2cdf342012-08-07 11:00:0251 'android_infra': {
Andrew Grieve5babdbfc2017-08-16 01:26:4952 'filepath': 'build/config/android/' \
Andrew Grievefe0c9292017-12-05 15:08:5153 '|build/android/' \
[email protected]d2cdf342012-08-07 11:00:0254 '|testing/android/' \
55 '|tools/android/'
56 },
Takeshi Yoshino524e1d262017-07-28 01:16:3857 'android_item_chooser_dialogs': {
58 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/.*ChooserDialog.java|'\
59 'chrome/android/javatests/src/org/chromium/chrome/browser/.*ChooserDialogTest.java'
60 },
Peter Wen35bf5932018-10-22 19:51:4861 'android_lint': {
62 'filepath': 'build/android/lint/'
63 },
[email protected]d6af50812014-04-01 17:18:0964 'android_media': {
65 'filepath': 'content/browser/media/android' \
66 '|content/renderer/media/android' \
67 '|media/audio/android' \
68 '|media/base/android' \
69 '|media/midi/*_android.*' \
70 '|media/video/capture/android'
71 },
Ted Choc042d8442018-03-13 16:35:5772 'android_search_widget': {
73 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/locale/' \
74 '|chrome/android/java/src/org/chromium/chrome/browser/searchwidget/'
75 },
wnwena0364162017-02-16 20:37:3876 'android_studio': {
nyquist6e560d032017-02-28 07:49:5977 'filepath': 'build/android/gradle/' \
78 '|docs/android_studio.md' \
79 '|tools/android/android_studio'
wnwena0364162017-02-16 20:37:3880 },
[email protected]3261d962014-03-04 22:18:2881 'android_tab': {
82 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/Tab'
83 },
asvitkine361b276e2016-08-30 18:45:0084 'android_uma_settings': {
85 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/preferences/privacy/UsageAndCrashReportsPreferenceFragment.java|'\
86 'chrome/android/java/src/org/chromium/chrome/browser/preferences/privacy/PrivacyPreferencesManager.java|'\
87 'chrome/android/java/src/org/chromium/chrome/browser/preferences/privacy/PrivacyPreferences.java|'\
asvitkine361b276e2016-08-30 18:45:0088 'chrome/android/java/src/org/chromium/chrome/browser/metrics/UmaSessionStats.java',
89 },
zpengb9a180d2016-10-12 18:40:2190 'android_webapk': {
zpeng4c3bc372016-10-13 03:00:4891 'filepath': 'chrome/android/webapk/|'\
92 'chrome/browser/android/webapk/',
zpengb9a180d2016-10-12 18:40:2193 },
[email protected]7ca78dc12012-09-20 09:26:4494 'android_webview': {
95 'filepath': 'android_webview/',
96 },
Yi Guc1c54682018-07-23 12:00:0097 'animation_worklet': {
98 'filepath': 'third_party/blink/renderer/modules/animationworklet/',
99 },
[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 },
Yuichiro Hanada2e111fb2018-11-19 17:33:05123 'arc_ime': {
124 'filepath': 'chrome/browser/chromeos/arc/input_method_manager/'\
125 '|components/arc/ime/'
126 },
poromov7633f602017-02-21 16:44:01127 'arc_kiosk': {
128 'filepath': 'chrome/browser/chromeos/app_mode/arc/'\
129 '|components/arc/kiosk/'\
130 '|arc_kiosk'
131 },
lhchavez4b19176f2016-05-04 23:12:46132 'arc_net': {
133 'filepath': 'components/arc/net/',
134 },
ejcarusoa298ec02016-06-16 20:30:43135 'arc_power': {
136 'filepath': 'components/arc/power/',
137 },
Hirokazu Hondaf98a3122018-04-12 11:19:48138 'arc_video_accelerator': {
139 'filepath': 'components/arc/video_accelerator',
140 },
[email protected]3ce56642013-10-17 22:12:51141 'ash': {
142 'filepath': 'ash/',
143 },
Xiaohui Chenf7e70a22018-02-08 00:36:38144 'assistant': {
Xiaohui Chen985c26b2018-05-16 18:41:27145 'filepath': 'ash/assistant/'\
146 '|chromeos/assistant/'\
147 '|chromeos/services/assistant/'\
148 '|chrome/browser/ui/ash/assistant/'
Xiaohui Chenf7e70a22018-02-08 00:36:38149 },
Max Morin2b0206312018-04-06 11:17:40150 'audio_service': {
151 'filepath': 'services/audio/'
152 },
[email protected]f76c8852012-06-21 16:37:00153 'aura': {
[email protected]3ce56642013-10-17 22:12:51154 'filepath': 'ui/aura/',
[email protected]84ba35e32010-08-06 17:22:39155 },
[email protected]c3a6e1e72013-08-02 00:13:07156 'aura_compositor': {
157 'filepath':
158 'ui/compositor/' \
[email protected]6dc38f72014-01-16 22:19:58159 '|content/browser/compositor/' \
danakj479ab502017-03-31 20:19:09160 '|content/browser/renderer_host/compositor_resize_lock' \
[email protected]c3a6e1e72013-08-02 00:13:07161 '|content/browser/renderer_host/render_widget_host_view_aura' \
162 '|content/browser/renderer_host/render_widget_host_view_browsertest' \
[email protected]a6eeeef92014-03-19 19:06:44163 '|content/browser/renderer_host/delegated' \
[email protected]c3a6e1e72013-08-02 00:13:07164 '|content/common/gpu/client/' \
[email protected]c3a6e1e72013-08-02 00:13:07165 },
[email protected]2a38f0c02013-05-29 02:27:45166 'autofill': {
rouslanfbfa7402016-11-22 19:36:39167 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/autofill/|'\
168 'chrome/browser/autofill/|'\
[email protected]d9310a82012-11-02 02:53:48169 'chrome/browser/ui/android/autofill/|'\
170 'chrome/browser/ui/autofill/|'\
[email protected]e3e4ca62013-05-17 08:50:27171 'chrome/browser/ui/cocoa/autofill/|'\
[email protected]d9310a82012-11-02 02:53:48172 'chrome/browser/ui/views/autofill/|'\
[email protected]d9310a82012-11-02 02:53:48173 'chrome/renderer/autofill/|'\
174 'chrome/test/data/autofill/|'\
[email protected]3947d4a82013-03-12 09:41:05175 'components/autofill/|'\
[email protected]30964792013-05-29 02:41:25176 'components/autofill/browser/webdata/|'\
vabrbeb0c562015-12-01 10:48:08177 'components/webdata/',
[email protected]b3399272010-08-10 19:49:29178 },
gogerald5d02fde2018-08-18 04:30:56179 'autofill_assistant': {
180 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/autofill_assistant/|'\
181 'chrome/browser/android/autofill_assistant/|'\
182 'components/autofill_assistant/',
183 },
Jared Saul4765c1e2018-06-18 13:44:57184 'autofill_credit_cards': {
185 'filepath': 'chrome/browser/ui/autofill/chrome_autofill_client*|'\
186 'chrome/browser/ui/autofill/save_card_*|'\
187 'chrome/browser/ui/views/autofill/card_unmask_*|'\
188 'chrome/browser/ui/views/autofill/save_card_*|'\
189 'components/autofill/core/browser/autofill_save_card_infobar_*|'\
190 'components/autofill/core/browser/credit_card_save_manager*|'\
191 'components/autofill/core/browser/form_data_importer*|'\
192 'components/autofill/core/browser/ui/',
193 },
peter39e10a62017-02-21 15:14:13194 'background_fetch': {
Peter Beverloo4548c852017-08-31 13:45:17195 'filepath': 'background_fetch|'\
196 'background-fetch',
peter39e10a62017-02-21 15:14:13197 },
198 'background_sync': {
Josh Karlin1bd016742017-08-18 17:44:17199 'filepath': '/background_sync/',
peter39e10a62017-02-21 15:14:13200 },
dominickn8884155a2016-06-23 02:28:16201 'banners': {
202 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/banners/|'\
203 'chrome/android/javatests/src/org/chromium/chrome/browser/banners/|'\
dominickn8884155a2016-06-23 02:28:16204 'chrome/browser/banners/|'\
205 'chrome/browser/ui/android/infobars/app_banner_.*|'\
Blink Reformata30d4232018-04-07 15:31:06206 'third_party/blink/public/platform/modules/app_banner/|'\
207 'third_party/blink/renderer/modules/app_banner/',
dominickn8884155a2016-06-23 02:28:16208 },
[email protected]f76c8852012-06-21 16:37:00209 'base': {
[email protected]f2f0fbb92012-07-14 15:52:49210 'filepath': '^base/',
[email protected]7a7a13b2010-08-25 01:10:59211 },
[email protected]5e105332012-09-13 01:55:52212 'base_allocator': {
213 'filepath': '^base/allocator',
214 },
[email protected]1ed5e0fd2012-07-19 00:19:05215 'base_memory': {
216 'filepath': '^base/memory',
217 },
Alexander Timin864bf8a02018-03-12 11:06:28218 'base_scheduler': {
219 'filepath': '^base/task/',
220 },
robliao1644d8b2016-04-11 15:39:59221 'base_task_scheduler': {
Gabriel Charette6bf388a2018-08-10 22:48:32222 'filepath': '^base/task/task_scheduler',
robliao1644d8b2016-04-11 15:39:59223 },
[email protected]b17d9e02014-07-29 09:45:50224 'base_win': {
225 'filepath': '^base/win',
226 },
[email protected]7e093d4022014-06-26 19:19:55227 'battery_status': {
228 'filepath': 'content/browser/battery_status/|'\
timvolodine953fde72014-12-09 16:47:10229 'content/test/data/battery_status/|'\
230 'device/battery/',
[email protected]7e093d4022014-06-26 19:19:55231 },
wnwen72684762017-03-29 13:28:37232 'binary_size': {
233 'filepath': 'build/android/binary_size/|'\
234 'tools/binary_size/',
235 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13236 'blink': {
Kent Tamurae9b3a9ec2017-08-31 02:20:19237 'filepath': 'third_party/(WebKit|blink)/',
Takeshi Yoshinoe387aa32017-08-02 13:16:13238 },
239 'blink_accessibility': {
Kent Tamuraeb394c72018-04-07 19:14:55240 'filepath': 'third_party/(WebKit|blink)/.*(accessibility|ax_object_cache|web_ax)'
Takeshi Yoshinoe387aa32017-08-02 13:16:13241 },
242 'blink_animation': {
Kent Tamuraeb394c72018-04-07 19:14:55243 'filepath': 'third_party/(WebKit|blink)/.*([Aa]nimat|[Tt]ransition)',
Takeshi Yoshinoe387aa32017-08-02 13:16:13244 },
245 'blink_app_banner': {
Blink Reformata30d4232018-04-07 15:31:06246 'filepath': 'third_party/blink/renderer/modules/app_banner' \
247 '|third_party/blink/public/platform/modules/app_banner',
Takeshi Yoshinoe387aa32017-08-02 13:16:13248 },
249 'blink_audio': {
Blink Reformata30d4232018-04-07 15:31:06250 'filepath': 'third_party/blink/renderer/platform/audio' \
251 '|third_party/blink/renderer/modules/webaudio' \
Kent Tamura77578cc2018-11-25 22:33:43252 '|third_party/blink/web_tests/external/wpt/webaudio',
Takeshi Yoshinoe387aa32017-08-02 13:16:13253 },
254 'blink_battery_status': {
Blink Reformata30d4232018-04-07 15:31:06255 'filepath': 'third_party/blink/renderer/modules/battery/' \
Kent Tamura77578cc2018-11-25 22:33:43256 '|third_party/blink/web_tests/battery-status/' \
Kent Tamuraeb394c72018-04-07 19:14:55257 '|third_party/blink/renderer/core/frame/platform_event_(controller|dispatcher)'
Takeshi Yoshinoe387aa32017-08-02 13:16:13258 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13259 'blink_bindings': {
Blink Reformata30d4232018-04-07 15:31:06260 'filepath': 'third_party/blink/renderer/platform/bindings' \
261 '|third_party/blink/renderer/bindings',
Takeshi Yoshinoe387aa32017-08-02 13:16:13262 },
263 'blink_bindings_serialization': {
Kent Tamuraeb394c72018-04-07 19:14:55264 'filepath': 'third_party/blink/renderer/bindings/(core|modules)/v8/.*serializ',
Takeshi Yoshinoe387aa32017-08-02 13:16:13265 },
266 'blink_bluetooth': {
Kent Tamuraeb394c72018-04-07 19:14:55267 'filepath': 'third_party/(WebKit|blink)/.*[Bb]luetooth'
Takeshi Yoshinoe387aa32017-08-02 13:16:13268 },
Fernando Serboncinife13f9d2018-08-14 13:35:54269 'blink_canvas': {
Blink Reformata30d4232018-04-07 15:31:06270 'filepath': 'third_party/blink/renderer/core/html/canvas' \
Fernando Serboncinife13f9d2018-08-14 13:35:54271 '|third_party/blink/renderer/core/offscreencanvas' \
272 '|third_party/blink/renderer/core/geometry' \
273 '|third_party/blink/renderer/modules/canvas' \
274 '|third_party/blink/renderer/platform/graphics/canvas',
Takeshi Yoshinoe387aa32017-08-02 13:16:13275 },
276 'blink_client_hints': {
Kent Tamuraeb394c72018-04-07 19:14:55277 'filepath': 'third_party/blink/renderer/core/loader/accept_client_hints*' \
278 '|third_party/blink/renderer/core/loader/frame_fetch_context*' \
279 '|third_party/blink/renderer/core/loader/resource/image_resource*' \
280 '|third_party/blink/renderer/platform/loader/fetch/fetch_context*' \
281 '|third_party/blink/renderer/platform/loader/fetch/resource_fetcher*'
Takeshi Yoshinoe387aa32017-08-02 13:16:13282 },
283 'blink_clipboard': {
Blink Reformata30d4232018-04-07 15:31:06284 'filepath': 'third_party/blink/renderer/core/clipboard' \
Kent Tamuraeb394c72018-04-07 19:14:55285 '|third_party/blink/renderer/core/page/.*drag' \
286 '|third_party/blink/renderer/platform/.*drag' \
Kent Tamuraeb394c72018-04-07 19:14:55287 '|third_party/blink/public/platform/.*drag' \
288 '|third_party/blink/public/web/.*drag',
Takeshi Yoshinoe387aa32017-08-02 13:16:13289 },
Jeremy Romanb7b3a6a2018-02-07 20:15:32290 'blink_common': {
Kent Tamuraeb394c72018-04-07 19:14:55291 'filepath': 'third_party/blink/common'
Blink Reformata30d4232018-04-07 15:31:06292 '|third_party/blink/public/common' \
293 '|third_party/blink/public/mojom',
Jeremy Romanb7b3a6a2018-02-07 20:15:32294 },
Kentaro Hara993b0de2017-08-07 02:26:37295 'blink_controller': {
Blink Reformata30d4232018-04-07 15:31:06296 'filepath': 'third_party/blink/renderer/controller',
Kentaro Hara993b0de2017-08-07 02:26:37297 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13298 'blink_css': {
Blink Reformata30d4232018-04-07 15:31:06299 'filepath': 'third_party/blink/renderer/core/css',
Takeshi Yoshinoe387aa32017-08-02 13:16:13300 },
301 'blink_css_flexbox': {
Kent Tamuraeb394c72018-04-07 19:14:55302 'filepath': 'third_party/blink/renderer/core/rendering/.*flex' \
Kent Tamura77578cc2018-11-25 22:33:43303 '|third_party/blink/web_tests/fast/deprecated-flexbox/' \
304 '|third_party/blink/web_tests/css3/flexbox/' \
305 '|third_party/blink/web_tests/ietestcenter/css3/flexbox/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13306 },
307 'blink_css_fragmentation_tests': {
Kent Tamura77578cc2018-11-25 22:33:43308 'filepath': 'third_party/blink/web_tests/fast/multicol/' \
309 '|third_party/blink/web_tests/fast/pagination/' \
310 '|third_party/blink/web_tests/fragmentation/' \
311 '|third_party/blink/web_tests/printing/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13312 },
313 'blink_css_grid_layout': {
Kent Tamuraeb394c72018-04-07 19:14:55314 'filepath': 'third_party/blink/renderer/core/layout/.*grid' \
315 '|third_party/blink/renderer/core/paint/.*grid' \
316 '|third_party/blink/renderer/core/css/.*grid' \
Kent Tamura77578cc2018-11-25 22:33:43317 '|third_party/blink/web_tests/fast/css-grid-layout/' \
318 '|third_party/blink/web_tests/ietestcenter/css3/grid/' \
319 '|third_party/blink/web_tests/platform/.*/fast/css-grid-layout/' \
320 '|third_party/blink/web_tests/platform/.*/ietestcenter/css3/grid/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13321 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13322 'blink_custom_elements': {
Blink Reformata30d4232018-04-07 15:31:06323 'filepath': 'third_party/blink/renderer/core/html/custom/' \
Kent Tamuraeb394c72018-04-07 19:14:55324 '|third_party/blink/renderer/bindings/core/v8/.*custom_element',
Takeshi Yoshinoe387aa32017-08-02 13:16:13325 },
326 'blink_device_orientation': {
Oksana Zhuravlova5e236ec92018-07-25 00:16:03327 'filepath': 'content/browser/device_sensors/' \
328 '|content/test/data/device_sensors/' \
329 '|third_party/blink/renderer/modules/device_orientation/' \
Kent Tamura77578cc2018-11-25 22:33:43330 '|third_party/blink/web_tests/device_orientation/' \
Kent Tamuraeb394c72018-04-07 19:14:55331 '|third_party/blink/renderer/core/frame/platform_event_(controller|dispatcher)' \
332 '|third_party/blink/renderer/core/frame/device_single_window_event_controller'
Takeshi Yoshinoe387aa32017-08-02 13:16:13333 },
334 'blink_devtools': {
Kent Tamuraeb394c72018-04-07 19:14:55335 'filepath': 'third_party/(WebKit|blink)/.*(inspector|DevTools|dev_tools|devtools)',
Takeshi Yoshinoe387aa32017-08-02 13:16:13336 },
337 'blink_dom': {
Blink Reformata30d4232018-04-07 15:31:06338 'filepath': 'third_party/blink/renderer/core/dom/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13339 },
340 'blink_dom_events': {
Blink Reformata30d4232018-04-07 15:31:06341 'filepath': 'third_party/blink/renderer/core/dom/events/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13342 },
343 'blink_events': {
Kent Tamuraeb394c72018-04-07 19:14:55344 'filepath': 'third_party/blink/renderer/core/page/.*event' \
345 '|third_party/blink/renderer/core/dom/.*event' \
346 '|third_party/blink/renderer/core/css/.*event' \
347 '|third_party/blink/renderer/platform/.*event'
Takeshi Yoshinoe387aa32017-08-02 13:16:13348 },
349 'blink_fetch': {
Blink Reformata30d4232018-04-07 15:31:06350 'filepath': 'third_party/blink/renderer/platform/loader/fetch'
Takeshi Yoshinoe387aa32017-08-02 13:16:13351 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13352 'blink_fileapi': {
Blink Reformata30d4232018-04-07 15:31:06353 'filepath': 'third_party/blink/renderer/modules/filesystem/' \
354 '|third_party/blink/renderer/core/fileapi/' \
Kent Tamuraeb394c72018-04-07 19:14:55355 '|third_party/blink/renderer/platform/.*file' \
Kent Tamura77578cc2018-11-25 22:33:43356 '|third_party/blink/web_tests/fast/file' \
Kent Tamuraeb394c72018-04-07 19:14:55357 '|third_party/blink/public/.*_file'
Takeshi Yoshinoe387aa32017-08-02 13:16:13358 },
359 'blink_frames': {
Blink Reformata30d4232018-04-07 15:31:06360 'filepath': 'third_party/blink/renderer/core/frame/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13361 },
362 'blink_geolocation': {
Kent Tamura77578cc2018-11-25 22:33:43363 'filepath': 'third_party/blink/web_tests/geolocation-api/' \
Blink Reformata30d4232018-04-07 15:31:06364 '|third_party/blink/renderer/modules/geolocation/' \
Kent Tamuraeb394c72018-04-07 19:14:55365 '|third_party/blink/public/web/.*geolocation'
Takeshi Yoshinoe387aa32017-08-02 13:16:13366 },
367 'blink_heap': {
Blink Reformata30d4232018-04-07 15:31:06368 'filepath': 'third_party/blink/renderer/platform/heap' \
Takeshi Yoshinoe387aa32017-08-02 13:16:13369 '|base/allocator/partition_allocator/'
370 },
371 'blink_html': {
Blink Reformata30d4232018-04-07 15:31:06372 'filepath': 'third_party/blink/renderer/core/html/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13373 },
374 'blink_htmlparser': {
Blink Reformata30d4232018-04-07 15:31:06375 'filepath': 'third_party/blink/renderer/core/html/parser/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13376 },
Chris Blume484eaa1b2018-12-14 22:49:18377 'blink_image_codecs': {
378 'filepath': 'third_party/blink/renderer/platform/image-decoders' \
379 '|third_party/blink/renderer/platform/image-encoders' \
380 '|third_party/blink/perf_tests/image_decoder'
381 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13382 'blink_indexed_db': {
Chase Phillips7027bd52018-08-30 17:31:55383 'filepath': 'third_party/blink/common/indexeddb' \
384 '|third_party/blink/public/common/indexeddb' \
385 '|third_party/blink/public/platform/.*_idb' \
386 '|third_party/blink/public/platform/modules/indexeddb' \
387 '|third_party/blink/public/mojom/indexeddb' \
388 '|third_party/blink/renderer/modules/indexeddb/' \
Kent Tamura77578cc2018-11-25 22:33:43389 '|third_party/blink/web_tests/storage/indexeddb'
Takeshi Yoshinoe387aa32017-08-02 13:16:13390 },
391 'blink_input': {
Blink Reformata30d4232018-04-07 15:31:06392 'filepath': 'third_party/blink/renderer/core/input/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13393 },
394 'blink_layers': {
Kent Tamuraeb394c72018-04-07 19:14:55395 'filepath': 'third_party/blink/renderer/core/page/scrolling/scrolling_coordinator' \
396 '|third_party/blink/renderer/platform/graphics/graphics_layer' \
397 '|third_party/blink/renderer/core/layout/layer'
Takeshi Yoshinoe387aa32017-08-02 13:16:13398 },
399 'blink_layout': {
Kent Tamuraeb394c72018-04-07 19:14:55400 'filepath': 'third_party/blink/renderer/core/layout'
Takeshi Yoshinoe387aa32017-08-02 13:16:13401 },
402 'blink_layout_ng': {
Blink Reformata30d4232018-04-07 15:31:06403 'filepath': 'third_party/blink/renderer/core/layout/ng',
Takeshi Yoshinoe387aa32017-08-02 13:16:13404 },
405 'blink_loader': {
Blink Reformata30d4232018-04-07 15:31:06406 'filepath': 'third_party/blink/renderer/core/loader/' \
407 '|third_party/blink/renderer/platform/loader/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13408 },
409 'blink_media': {
Blink Reformata30d4232018-04-07 15:31:06410 'filepath': 'third_party/blink/renderer/core/css/mediaControls' \
Kent Tamuraeb394c72018-04-07 19:14:55411 '|third_party/blink/renderer/core/html/.*_(audio|media|video)' \
412 '|third_party/blink/renderer/core/html/shadow/media_control' \
413 '|third_party/blink/renderer/core/layout/layout_media' \
414 '|third_party/blink/renderer/core/layout/layout_text_track_container_element' \
Blink Reformata30d4232018-04-07 15:31:06415 '|third_party/blink/renderer/modules/(encryptedmedia|mediasource)' \
416 '|third_party/blink/renderer/platform/drm/' \
417 '|third_party/blink/renderer/platform/graphics/media/' \
Kent Tamura77578cc2018-11-25 22:33:43418 '|third_party/blink/web_tests/media/' \
Kent Tamuraeb394c72018-04-07 19:14:55419 '|third_party/blink/public/.*_media'
Takeshi Yoshinoe387aa32017-08-02 13:16:13420 },
421 'blink_media_queries': {
Kent Tamuraeb394c72018-04-07 19:14:55422 'filepath': 'third_party/blink/renderer/core/css/css_media_rule' \
423 '|third_party/blink/renderer/core/css/media_list' \
424 '|third_party/blink/renderer/core/css/media_query' \
425 '|third_party/blink/renderer/core/css/parser/media_query'
Takeshi Yoshinoe387aa32017-08-02 13:16:13426 },
427 'blink_mediastream': {
Blink Reformata30d4232018-04-07 15:31:06428 'filepath': 'third_party/blink/renderer/modules/mediastream/' \
429 '|third_party/blink/renderer/platform/mediastream/' \
Kent Tamuraeb394c72018-04-07 19:14:55430 '|third_party/blink/renderer/platform/exported/web_media_stream' \
431 '|third_party/blink/renderer/platform/exported/web_rtc' \
Kent Tamura77578cc2018-11-25 22:33:43432 '|third_party/blink/web_tests/fast/mediastream/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13433 },
434 'blink_modules': {
Blink Reformata30d4232018-04-07 15:31:06435 'filepath': 'third_party/blink/renderer/modules'
Takeshi Yoshinoe387aa32017-08-02 13:16:13436 },
437 'blink_navigator_content_utils': {
Blink Reformata30d4232018-04-07 15:31:06438 'filepath': 'third_party/blink/renderer/modules/navigatorcontentutils' \
Kent Tamura77578cc2018-11-25 22:33:43439 '|third_party/blink/web_tests/fast/dom/navigatorcontentutils'
Takeshi Yoshinoe387aa32017-08-02 13:16:13440 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13441 'blink_out_of_process_frames': {
Kent Tamuraeb394c72018-04-07 19:14:55442 'filepath': 'third_party/blink/renderer/core/frame/frame_owner' \
443 '|third_party/blink/renderer/core/frame/frame\.' \
444 '|third_party/blink/renderer/core/frame/web_frame' \
445 '|third_party/blink/renderer/core/exported/web_remote_frame_impl'
Takeshi Yoshinoe387aa32017-08-02 13:16:13446 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13447 'blink_paint': {
Blink Reformata30d4232018-04-07 15:31:06448 'filepath': 'third_party/blink/renderer/core/paint/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13449 },
Xida Chen0ef92782018-01-17 05:53:35450 'blink_paintworklet': {
Blink Reformata30d4232018-04-07 15:31:06451 'filepath': 'third_party/blink/renderer/modules/csspaint/' \
Kent Tamura77578cc2018-11-25 22:33:43452 '|third_party/blink/web_tests/http/tests/csspaint/' \
453 '|third_party/blink/web_tests/externla/wpt/css/css-paint-api/'
Xida Chen0ef92782018-01-17 05:53:35454 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13455 'blink_permissions': {
Blink Reformata30d4232018-04-07 15:31:06456 'filepath': 'third_party/blink/renderer/modules/permissions/' \
457 '|third_party/blink/public/platform/modules/permissions/',
Takeshi Yoshinoe387aa32017-08-02 13:16:13458 },
459 'blink_platform': {
Blink Reformata30d4232018-04-07 15:31:06460 'filepath': 'third_party/blink/renderer/platform'
Takeshi Yoshinoe387aa32017-08-02 13:16:13461 },
462 'blink_platform_graphics': {
Blink Reformata30d4232018-04-07 15:31:06463 'filepath': 'third_party/blink/renderer/platform/fonts' \
464 '|third_party/blink/renderer/platform/geometry' \
465 '|third_party/blink/renderer/platform/graphics'
Takeshi Yoshinoe387aa32017-08-02 13:16:13466 },
467 'blink_preloadScanner': {
Kent Tamuraeb394c72018-04-07 19:14:55468 'filepath': 'third_party/blink/renderer/core/html/parser/html_preload_scanner',
Takeshi Yoshinoe387aa32017-08-02 13:16:13469 },
470 'blink_prerender': {
Kent Tamuraeb394c72018-04-07 19:14:55471 'filepath': 'third_party/(WebKit|blink)/.*([Pp]rerender|loader/link_loader|html/html_link_element)'
Takeshi Yoshinoe387aa32017-08-02 13:16:13472 },
473 'blink_public_api': {
Blink Reformata30d4232018-04-07 15:31:06474 'filepath': 'third_party/blink/public'
Takeshi Yoshinoe387aa32017-08-02 13:16:13475 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13476 'blink_quota': {
Blink Reformata30d4232018-04-07 15:31:06477 'filepath': 'third_party/blink/renderer/modules/quota/' \
Kent Tamuraeb394c72018-04-07 19:14:55478 '|third_party/blink/public/.*quota'
Takeshi Yoshinoe387aa32017-08-02 13:16:13479 },
480 'blink_scheduler': {
Blink Reformata30d4232018-04-07 15:31:06481 'filepath': 'third_party/blink/renderer/platform/scheduler' \
Kent Tamuraeb394c72018-04-07 19:14:55482 '|third_party/blink/renderer/core/html/parser/.*scheduler'
Takeshi Yoshinoe387aa32017-08-02 13:16:13483 },
484 'blink_screen_orientation': {
Blink Reformata30d4232018-04-07 15:31:06485 'filepath': 'third_party/blink/renderer/modules/screen_orientation/' \
486 '|third_party/blink/public/platform/modules/screen_orientation',
Takeshi Yoshinoe387aa32017-08-02 13:16:13487 },
488 'blink_script': {
Kent Tamuraeb394c72018-04-07 19:14:55489 'filepath': 'third_party/blink/renderer/bindings/core/v8/.*module.*' \
490 '|third_party/blink/renderer/bindings/core/v8/script_controller.*' \
491 '|third_party/blink/renderer/bindings/core/v8/script_source_code.*' \
492 '|third_party/blink/renderer/bindings/core/v8/v8_script_runner.*'
493 '|third_party/blink/renderer/core/dom/.*modul.*' \
494 '|third_party/blink/renderer/core/dom/.*script.*' \
495 '|third_party/blink/renderer/core/html/html_script_element.*' \
496 '|third_party/blink/renderer/core/html/parser/html_parser_script_runner.*' \
Blink Reformata30d4232018-04-07 15:31:06497 '|third_party/blink/renderer/core/loader/modulescript/' \
Kent Tamuraeb394c72018-04-07 19:14:55498 '|third_party/blink/renderer/core/loader/resource/script_resource.*' \
499 '|third_party/blink/renderer/core/svg/svg_script_element.*' \
500 '|third_party/blink/renderer/core/xml/parser/xml_document_parser.*'
Takeshi Yoshinoe387aa32017-08-02 13:16:13501 },
David Bokan9dc0046272017-12-29 00:28:01502 'blink_scroll': {
Kent Tamuraeb394c72018-04-07 19:14:55503 'filepath': 'third_party/blink/renderer/core/frame/.*view.*' \
504 '|third_party/blink/renderer/core/input/.*scroll.*' \
505 '|third_party/blink/renderer/core/input/event_handler.*' \
Blink Reformata30d4232018-04-07 15:31:06506 '|third_party/blink/renderer/core/page/scrolling/' \
Kent Tamuraeb394c72018-04-07 19:14:55507 '|third_party/blink/renderer/core/paint/.*scrollable_area.*' \
Blink Reformata30d4232018-04-07 15:31:06508 '|third_party/blink/renderer/platform/scroll/'
David Bokan9dc0046272017-12-29 00:28:01509 },
Matt Falkenhagenca7fbb62018-07-10 09:21:43510 'blink_service_worker' : {
511 'filepath': 'third_party/blink/renderer/modules/service_worker' \
Kent Tamura77578cc2018-11-25 22:33:43512 '|third_party/blink/web_tests/http/tests/serviceworker' \
513 '|third_party/blink/web_tests/external/wpt/service-workers'
Takeshi Yoshinoe387aa32017-08-02 13:16:13514 },
Matt Falkenhagenca7fbb62018-07-10 09:21:43515 'blink_service_worker_tests' : {
Kent Tamura77578cc2018-11-25 22:33:43516 'filepath': 'third_party/blink/web_tests/http/tests/serviceworker' \
517 '|third_party/blink/web_tests/external/wpt/service-workers'
Takeshi Yoshinoe387aa32017-08-02 13:16:13518 },
519 'blink_shadow_dom': {
Kent Tamuraeb394c72018-04-07 19:14:55520 'filepath': 'third_party/blink/renderer/core/dom/.*shadow' \
521 '|third_party/blink/renderer/core/dom/.*slot' \
522 '|third_party/blink/renderer/core/dom/.*insertion_point' \
523 '|third_party/blink/renderer/core/dom/.*flat_tree'
Takeshi Yoshinoe387aa32017-08-02 13:16:13524 },
525 'blink_spellcheck' : {
Blink Reformata30d4232018-04-07 15:31:06526 'filepath': 'third_party/blink/renderer/core/editing/spellcheck'
Takeshi Yoshinoe387aa32017-08-02 13:16:13527 },
Adam Rice027497d2018-07-27 02:17:02528 'blink_streams': {
529 'filepath': 'third_party/blink/renderer/core/streams/'
530 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13531 'blink_style': {
Kent Tamuraeb394c72018-04-07 19:14:55532 'filepath': 'third_party/(WebKit|blink)/.*(style/|Style)',
Takeshi Yoshinoe387aa32017-08-02 13:16:13533 },
534 'blink_svg': {
Blink Reformata30d4232018-04-07 15:31:06535 'filepath': 'third_party/blink/renderer/core/(layout/)?svg',
Takeshi Yoshinoe387aa32017-08-02 13:16:13536 },
537 'blink_track': {
Blink Reformata30d4232018-04-07 15:31:06538 'filepath': 'third_party/blink/renderer/core/html/track/' \
Kent Tamuraeb394c72018-04-07 19:14:55539 '|third_party/blink/renderer/core/loader/text_track' \
540 '|third_party/blink/renderer/core/html/meida/html_media_element' \
541 '|third_party/blink/renderer/core/html/shadow/media_control' \
Blink Reformata30d4232018-04-07 15:31:06542 '|third_party/blink/renderer/core/css/mediaControl' \
Kent Tamura77578cc2018-11-25 22:33:43543 '|third_party/blink/web_tests/media/track/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13544 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13545 'blink_vibration': {
Kent Tamura77578cc2018-11-25 22:33:43546 'filepath': 'third_party/blink/web_tests/vibration/' \
Blink Reformata30d4232018-04-07 15:31:06547 '|third_party/blink/renderer/modules/vibration/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13548 },
549 'blink_viewport_interaction': {
Kent Tamuraeb394c72018-04-07 19:14:55550 'filepath': 'third_party/blink/renderer/core/css/.*viewport' \
551 '|third_party/blink/renderer/core/dom/viewport_arguments' \
552 '|third_party/blink/renderer/core/frame/frame_view.*' \
553 '|third_party/blink/renderer/core/frame/.*viewport.*' \
554 '|third_party/blink/renderer/core/html/html_meta_element'
Takeshi Yoshinoe387aa32017-08-02 13:16:13555 },
556 'blink_w3ctests': {
Kent Tamura77578cc2018-11-25 22:33:43557 'filepath': 'third_party/blink/web_tests/external/' \
Kent Tamura01019442018-05-01 22:06:58558 '|third_party/blink/tools/blinkpy/w3c/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13559 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13560 'blink_webp': {
Blink Reformata30d4232018-04-07 15:31:06561 'filepath': 'third_party/blink/renderer/platform/image-decoders/webp' \
Kent Tamuraeb394c72018-04-07 19:14:55562 '|third_party/blink/renderer/platform/image-encoders/skia/webp'
Takeshi Yoshinoe387aa32017-08-02 13:16:13563 },
564 'blink_websockets': {
Blink Reformata30d4232018-04-07 15:31:06565 'filepath': 'third_party/blink/renderer/modules/websockets/' \
566 '|third_party/blink/renderer/platform/modules/websockets/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13567 },
568 'blink_workers': {
Blink Reformata30d4232018-04-07 15:31:06569 'filepath': 'third_party/blink/renderer/core/workers' \
Kent Tamura77578cc2018-11-25 22:33:43570 '|third_party/blink/web_tests/http/tests/workers' \
571 '|third_party/blink/web_tests/fast/workers' \
572 '|third_party/blink/web_tests/external/wpt/workers'
Takeshi Yoshinoe387aa32017-08-02 13:16:13573 },
574 'blink_wtf': {
Blink Reformata30d4232018-04-07 15:31:06575 'filepath': 'third_party/blink/renderer/platform/wtf',
Takeshi Yoshinoe387aa32017-08-02 13:16:13576 },
577 'blink_xml': {
Blink Reformata30d4232018-04-07 15:31:06578 'filepath': 'third_party/blink/renderer/core/xml/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13579 },
donnd787f6ed2016-08-03 01:00:56580 'bottombar': {
581 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/',
582 },
Tarun Bansalc4882282018-07-11 23:53:55583 'breve': {
584 'filepath': 'chrome/browser/net/spdyproxy|'\
585 'chrome_proxy|'\
Tarun Bansal129ca7842018-07-31 17:14:12586 'client_hints|'
Tarun Bansalc4882282018-07-11 23:53:55587 'components/blacklist|'\
588 'components/data_use|'\
589 'data_reduction_proxy|'\
Tarun Bansal129ca7842018-07-31 17:14:12590 'data_use_measurement|'\
591 'lazy_load|'
592 'navigation_predictor|'\
593 'net/nqe|'\
Tarun Bansalc4882282018-07-11 23:53:55594 'optimization_guide|'\
Tarun Bansal129ca7842018-07-31 17:14:12595 'optimization_hints|'\
596 'previews'
Tarun Bansalc4882282018-07-11 23:53:55597 },
[email protected]22650d22012-07-18 17:02:35598 'browser_components': {
[email protected]a7228f62012-09-20 17:52:48599 'filepath': 'chrome/browser/autofill/' \
600 '|chrome/browser/bookmarks/' \
[email protected]a7228f62012-09-20 17:52:48601 '|chrome/browser/favicon/' \
[email protected]ddf288e2013-01-09 20:58:27602 '|chrome/browser/history/' \
[email protected]fccf4882013-03-15 04:46:19603 '|chrome/browser/webdata/' \
[email protected]3947d4a82013-03-12 09:41:05604 '|components/autofill/'
[email protected]22650d22012-07-18 17:02:35605 },
[email protected]f76c8852012-06-21 16:37:00606 'browser_compositor': {
[email protected]f2f0fbb92012-07-14 15:52:49607 'filepath': 'ui/compositor/'
[email protected]fbd846b2010-11-19 01:32:18608 },
michaelpge42ca3b32016-02-19 08:17:57609 'browser_resources_md': {
610 'filepath': 'chrome/browser/resources/md_'\
611 '|chrome/browser/resources/settings/',
612 },
[email protected]0ce480532012-07-20 12:33:20613 'browsing_data': {
Christian Dullweberc0b53642018-10-11 16:20:55614 'filepath': 'browsing_data|BrowsingData',
[email protected]0ce480532012-07-20 12:33:20615 },
[email protected]f76c8852012-06-21 16:37:00616 'bubble': {
[email protected]f2f0fbb92012-07-14 15:52:49617 'filepath': 'ui/views/bubble/|'\
rouslan8d6a8372015-09-10 19:10:10618 'chrome/browser/ui/views/bubble/|'\
619 'components/bubble/',
[email protected]f76c8852012-06-21 16:37:00620 },
jkarlin539748402015-03-31 17:36:31621 'cache_storage': {
Josh Karlin1bd016742017-08-18 17:44:17622 'filepath': '/cache.storage/'
623 '|/cachestorage/',
jkarlin539748402015-03-31 17:36:31624 },
[email protected]10fbd5952013-08-22 07:42:39625 'cast': {
[email protected]31ef420b2014-08-13 21:19:13626 'filepath': 'media/cast/'\
627 '|chrome/browser/extensions/api/cast_streaming/'\
628 '|chrome/browser/media/cast'\
629 '|chrome/renderer/media/cast'\
630 '|chrome/test/data/extensions/api_test/cast_'\
miu5e69f1c52016-10-23 13:40:11631 '|content/public/renderer/media_stream_'\
632 '|content/renderer/media/(media_stream|(.+audio_source))',
[email protected]10fbd5952013-08-22 07:42:39633 },
ryanchung4d157372016-05-10 20:27:16634 'cast_certificate': {
635 'filepath': 'components/cast_certificate/'\
636 '|components/test/data/cast_certificate/',
637 },
mfoltz57fd7f32017-05-03 06:12:58638 'cast_channel': {
639 'filepath': 'chrome/test/data/extensions/api_test/cast_channel/' \
Ryan Ki Sing Chung27cc7ed92017-07-25 21:53:47640 '|components/cast_channel/' \
641 '|extensions/browser/api/cast_channel'
mfoltz57fd7f32017-05-03 06:12:58642 },
Takeshi Yoshino524e1d262017-07-28 01:16:38643 'cc': {
danakjca574522017-09-20 16:38:59644 'filepath': 'cc/'\
645 '|components/viz/'
646 },
Yi Guc1c54682018-07-23 12:00:00647 'cc-animation': {
648 'filepath': 'cc/animation/'
649 },
danakjca574522017-09-20 16:38:59650 'cc-contexts': {
651 'filepath': 'components/viz/common/gpu'
652 },
653 'cc-display': {
654 'filepath': 'components/viz/service/display'\
655 '|cc/output'
656 },
657 'cc-paint': {
658 'filepath': 'cc/paint'
659 },
660 'cc-quads': {
661 'filepath': 'components/viz/common/quads'
662 },
663 'cc-resources': {
664 'filepath': 'cc/resources'\
665 '|components/viz/common/resources'
Takeshi Yoshino524e1d262017-07-28 01:16:38666 },
Alexander Timin864bf8a02018-03-12 11:06:28667 'cc-scheduler': {
668 'filepath': 'cc/scheduler'
669 },
eranmc2a9f612015-11-24 16:41:34670 'certificate_transparency': {
671 'filepath': 'components/certificate_transparency/'\
eranmc2a9f612015-11-24 16:41:34672 '|net/cert/ct_'\
673 '|net/cert/multi_log_ct_verifier'\
674 '|net/cert/sct_status_flags.h'\
675 '|net/cert/signed_certificate_timestamp'\
676 '|net/cert/signed_tree_head'\
677 '|net/test/ct_',
678 },
Joe Mason60ec2f32018-02-15 15:50:51679 'chrome_cleaner': {
680 'filepath': 'chrome/browser/component_updater/sw_reporter_'\
681 '|chrome/browser/resources/settings/chrome_cleanup_page/'\
682 '|chrome/browser/safe_browsing/chrome_cleaner/'\
683 '|chrome/browser/ui/views/chrome_cleaner_'\
684 '|chrome/browser/ui/webui/settings/chrome_cleanup_'\
Joe Mason12a02332018-04-19 14:39:00685 '|chrome/chrome_cleaner/'\
Joe Mason60ec2f32018-02-15 15:50:51686 '|components/chrome_cleaner/',
687 },
[email protected]c73ec8ab2014-01-16 20:35:23688 'chrome_elf': {
689 'filepath': 'chrome_elf',
690 },
lpy0ca13772017-02-28 19:48:27691 'chrome_grc': {
lpy53b82752017-05-31 22:30:49692 'filepath': 'chrome/browser/resource_coordinator/'\
693 '|services/resource_coordinator/',
lpy0ca13772017-02-28 19:48:27694 },
Takeshi Yoshino524e1d262017-07-28 01:16:38695 'chromecast': {
696 'filepath': 'chromecast/',
697 },
698 'chromecast_public': {
699 'filepath': 'chromecast/public/',
700 },
[email protected]f7bf8ba2011-02-24 22:28:46701 'chromedriver': {
samuong53d5e612014-10-10 18:56:38702 'filepath': 'chrome/test/chromedriver|'\
703 'chrome/test/data/chromedriver|'\
Jonathon Kereliuk540c7d52018-01-18 06:22:03704 'third_party/webdriver|'\
Blink Reformata30d4232018-04-07 15:31:06705 'third_party/blink/renderer/devtools/front_end/emulated_devices/module.json'
[email protected]f7bf8ba2011-02-24 22:28:46706 },
[email protected]f76c8852012-06-21 16:37:00707 'chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:49708 'filepath': 'chromeos/',
[email protected]531b1532011-08-11 03:52:01709 },
[email protected]eda0a0b2013-04-19 20:34:35710 'chromeos_attestation': {
711 'filepath': 'chromeos/attestation/|'\
[email protected]64494c3f2013-08-14 22:15:59712 'chrome/browser/chromeos/attestation/|'\
713 'chrome/browser/extensions/api/enterprise_platform_keys_private/',
[email protected]eda0a0b2013-04-19 20:34:35714 },
[email protected]7c59a152012-11-06 20:56:35715 'chromeos_calculator': {
716 'filepath': 'chrome/common/extensions/docs/examples/apps/calculator/',
717 },
alematec5187b1b2016-08-26 05:32:18718 'chromeos_geolocation': {
719 'filepath': 'chromeos/geolocation/',
720 },
Achuith Bhandarkar434e24592018-03-07 23:05:12721 'chromeos_lkgm': {
722 'filepath': 'chromeos/CHROMEOS_LKGM',
723 },
[email protected]f76c8852012-06-21 16:37:00724 'chromeos_login': {
Jacob Dufaulted1ef2bc2018-08-10 18:21:34725 'filepath': 'ash/login/|'\
726 'chrome/browser/chromeos/login/|'\
[email protected]f2f0fbb92012-07-14 15:52:49727 'chrome/browser/ui/webui/chromeos/login/|'\
dzhioevcc7c0492014-11-25 14:52:58728 'chrome/browser/resources/chromeos/login/|'\
729 'ui/login/',
[email protected]a791dac2011-04-07 23:22:57730 },
[email protected]d7d35f342012-10-22 20:32:47731 'chromeos_net': {
732 'filepath': 'chromeos/network/|'\
stevenjbdd133032015-08-07 18:37:47733 'chrome/browser/chromeos/net/|'\
734 'chrome/browser/extensions/api/networking_private/|'\
735 'extensions/browser/api/networking_private/|'\
736 'ui/chromeos/network/',
[email protected]d7d35f342012-10-22 20:32:47737 },
[email protected]2315ac0c2013-02-05 00:49:16738 'chromeos_power': {
James Cooka35a1e22017-04-08 02:33:08739 'filepath': 'ash/system/power/|'\
[email protected]c3943ad2013-07-03 13:44:56740 'chromeos/dbus/power_.*|'\
[email protected]2315ac0c2013-02-05 00:49:16741 'chrome/browser/chromeos/power/',
742 },
alematec5187b1b2016-08-26 05:32:18743 'chromeos_timezone': {
744 'filepath': 'chromeos/timezone/',
745 },
[email protected]f76c8852012-06-21 16:37:00746 'chromeos_webui': {
[email protected]f2f0fbb92012-07-14 15:52:49747 'filepath': 'chrome/browser/ui/webui/chromeos/|'\
748 'chrome/browser/resources/chromeos/',
[email protected]ba03af42012-03-08 01:37:12749 },
[email protected]cef7a6d2011-04-29 20:49:07750 'clang_update': {
Nico Webere250e6a2015-12-02 19:31:56751 'filepath': 'tools/clang/scripts/update.py'
[email protected]cef7a6d2011-04-29 20:49:07752 },
[email protected]f76c8852012-06-21 16:37:00753 'clipboard': {
754 'filepath': 'clipboard|dnd|drag|drop',
[email protected]2418b022011-05-19 21:06:02755 },
Aaron Gable64f273582017-03-30 18:02:00756 'codereview_settings': {
757 'filepath': 'codereview.settings',
758 },
sdefresned94c5b02015-07-22 17:54:55759 'components_deps': {
760 'filepath': 'components/([^/]*/)*DEPS',
761 },
Matthew Jonesf3b5f4f2019-01-04 00:01:25762 'compositor_animator': {
763 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/compositor/animation/',
764 },
scheib968e61052014-11-05 00:27:25765 'content_bluetooth': {
766 'filepath': 'content/.*bluetooth'
767 },
kinuko01cbe8a12015-10-20 09:59:06768 'content_loader': {
mmenkefaa97d3b2016-09-25 14:24:02769 'filepath': 'chrome/browser/loader|' \
770 'content/browser/loader|' \
kinuko01cbe8a12015-10-20 09:59:06771 'content/child/*loader',
772 },
mkwst512627022014-09-16 09:23:27773 'content_renderer': {
774 'filepath': 'content/renderer/',
775 },
[email protected]aa3311a2012-11-19 16:04:58776 'content_shell': {
777 'filepath': 'content/shell/',
778 },
kinukoa121bce2015-01-30 10:04:41779 'content_worker': {
780 'filepath': 'content/.*worker',
781 },
donnd787f6ed2016-08-03 01:00:56782 'contextual_search': {
783 'filepath': 'chrome/browser/android/contextualsearch/|' \
784 'chrome/android/java/src/org/chromium/chrome/browser/contextualsearch/|' \
785 'chrome/android/javatests/src/org/chromium/chrome/browser/contextualsearch/|' \
786 'components/contextual_search/',
787 },
wfh792b71c2016-05-04 23:33:41788 'courgette': {
789 'filepath': 'courgette/',
790 },
Nico Weber6ff639a2017-08-11 21:04:50791 'cq': {
Andrii Shyshkalov17176242018-02-24 03:31:32792 'filepath': 'infra/config/branch/cq.cfg',
Nico Weber6ff639a2017-08-11 21:04:50793 },
michaelpge42ca3b32016-02-19 08:17:57794 'cr_elements': {
795 'filepath': 'ui/webui/resources/cr_element',
796 },
Chung-yih Wang7afc64a2018-03-06 02:09:04797 'cros_benchmarks': {
798 'filepath': 'tools/perf/contrib/cros_benchmarks',
799 },
Ben Wells03471a72018-03-22 00:58:46800 'crostini': {
Timothy Lohecae1e422018-06-07 05:53:59801 'filepath': 'crostini',
Ben Wells03471a72018-03-22 00:58:46802 },
ianwencdb8c9e2015-06-18 22:10:15803 'custom_tabs': {
Newton Allen38c62212015-06-24 21:41:53804 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/customtabs/|'\
Peter Beverloo5cc24512018-11-29 15:36:43805 'chrome/android/java/src/org/chromium/chrome/browser/browseractions/|'\
806 'chrome/android/java/src/org/chromium/chrome/browser/browserservices/|'\
807 'chrome/android/javatests/src/org/chromium/chrome/browser/customtabs/|'\
808 'chrome/android/javatests/src/org/chromium/chrome/browser/browseractions/|'\
809 'chrome/android/javatests/src/org/chromium/chrome/browser/browserservices/|'\
810 'chrome/browser/android/customtabs/',
alancuttercbad6512015-06-19 02:31:28811 },
Ryo Hashimoto900be52c2018-05-24 06:42:26812 'dbus': {
813 'filepath': 'dbus/',
814 },
[email protected]5e105332012-09-13 01:55:52815 'deep_memory_profiler': {
816 'filepath': 'tools/(deep_memory_profiler|find_runtime_symbols)',
817 },
Bartosz Fabianowski85a823812015-04-16 10:27:51818 'device_bluetooth': {
819 'filepath': 'device/.*bluetooth'
820 },
juncaic08f41d2017-05-04 20:36:58821 'device_chooser': {
822 'filepath': 'chrome/browser/chooser_controller/|'\
823 'chrome/browser/ui/android/bluetooth_chooser_.*|'\
824 'chrome/browser/ui/android/usb_chooser_.*|'\
825 'chrome/browser/ui/bluetooth/|'\
826 'chrome/browser/ui/cocoa/device_chooser_.*|'\
827 'chrome/browser/ui/cocoa/extensions/chooser_dialog_.*|'\
828 'chrome/browser/ui/cocoa/permission_bubble/chooser_bubble_.*|'\
829 'chrome/browser/ui/views/device_chooser_.*|'\
830 'chrome/browser/ui/views/extensions/chooser_dialog_.*|'\
831 'chrome/browser/ui/views/permission_bubble/chooser_bubble_.*|'\
832 'chrome/browser/usb/usb_chooser_.*',
833 },
[email protected]342b12872012-11-07 12:10:46834 'devtools': {
835 'filepath': 'devtools',
836 },
mfoltz57fd7f32017-05-03 06:12:58837 'dial': {
838 'filepath': 'chrome/(browser|common)/extensions/api/dial' \
839 '|chrome/browser/media/router/discovery/dial/' \
840 '|chrome/test/data/extensions/api_test/dial/'
841 },
[email protected]bab2a832012-07-11 23:29:41842 'disk_cache': {
843 'filepath': 'net/disk_cache/|http_cache',
844 },
[email protected]f76c8852012-06-21 16:37:00845 'download': {
[email protected]f2f0fbb92012-07-14 15:52:49846 'filepath': 'chrome/browser/download/|'\
[email protected]8492b5b2012-12-17 21:58:08847 'content/browser/download/',
[email protected]6bff0ad2011-06-17 01:32:51848 },
[email protected]ca872e362011-07-12 21:06:03849 'downloads_ui': {
dbeam78528be2016-02-18 07:08:49850 'filepath': 'chrome/browser/resources/(md_)?downloads/|' \
[email protected]8492b5b2012-12-17 21:58:08851 'chrome/browser/ui/webui/.*downloads|' \
852 'chrome/browser/ui/views/download/|' \
asanka2009f412015-10-05 17:28:12853 'chrome/browser/ui/cocoa/download/'
[email protected]ca872e362011-07-12 21:06:03854 },
[email protected]89d2cd52013-04-16 01:55:36855 'drive_resource_metadata': {
Ryo Hashimoto900be52c2018-05-24 06:42:26856 'filepath': 'drive.*resource_metadata'
[email protected]89d2cd52013-04-16 01:55:36857 },
[email protected]3a25c8a2014-06-26 06:47:10858 'eme': {
Xiaohan Wang6cbdcdf2018-06-12 21:55:54859 'filepath': 'chrome/renderer/media/.*key_system|' \
860 'chrome/browser/media/.*(cdm|encrypted)|' \
861 'components/cdm/|' \
[email protected]3a25c8a2014-06-26 06:47:10862 'content/browser/media/cdm/|' \
Xiaohan Wang6cbdcdf2018-06-12 21:55:54863 'media/base/android/.*drm|' \
[email protected]3a25c8a2014-06-26 06:47:10864 'media/cdm/|' \
865 'third_party/widevine/cdm/'
866 },
Justin DeWittf64d39e2018-08-09 21:33:41867 'explore_sites': {
868 'filepath': 'chrome/browser/android/explore_sites/|' \
869 'chrome/android/java/src/org/chromium/chrome/browser/explore_sites/'
870 },
[email protected]f76c8852012-06-21 16:37:00871 'extension': {
872 'filepath': 'extension',
[email protected]161277d42011-06-24 20:48:45873 },
lunalu0a9c05422016-11-11 17:19:06874 'feature_policy': {
Blink Reformata30d4232018-04-07 15:31:06875 'filepath': 'third_party/blink/renderer/platform/feature_policy/|' \
Kent Tamuraeb394c72018-04-07 19:14:55876 'third_party/blink/renderer/bindings/core/v8/origin_trial_features',
lunalu0a9c05422016-11-11 17:19:06877 },
[email protected]f76c8852012-06-21 16:37:00878 'fileapi': {
[email protected]8492b5b2012-12-17 21:58:08879 'filepath': 'file_system/|' \
880 'fileapi/'
[email protected]80919512011-08-03 08:51:04881 },
[email protected]f76c8852012-06-21 16:37:00882 'filebrowse': {
[email protected]8492b5b2012-12-17 21:58:08883 'filepath': 'file_browser|' \
884 'file_manager|' \
885 'filebrowse'
[email protected]4b07b62cc2011-10-03 17:52:39886 },
[email protected]4ed766c2013-09-19 09:45:20887 'filesapp': {
okab0be3dc2016-08-30 07:37:10888 'filepath': 'chrome/browser/chromeos/drive|' \
889 'chrome/browser/chromeos/extensions/file_manager|' \
890 'chrome/browser/chromeos/extensions/file_system_provider|' \
891 'chrome/browser/chromeos/file_manager|' \
892 'chrome/browser/chromeos/file_system_provider|' \
893 'chrome/browser/drive|' \
894 'chrome/test/data/extensions/api_test/file_system_provider|' \
895 'components/drive|' \
896 'google_apis/drive|' \
897 'ui/file_manager'
898 },
Tomasz Mikolajewski2905dbb2017-11-22 06:24:04899 'fsp': {
900 'filepath': 'chrome/browser/chromeos/extensions/file_system_provider|' \
901 'chrome/browser/chromeos/file_system_provider|' \
Tomasz Mikolajewski66b4faa22017-11-22 09:33:43902 'chrome/test/data/extensions/api_test/file_system_provider'
[email protected]4ed766c2013-09-19 09:45:20903 },
Wez385de5a2017-07-13 20:13:16904 'fuchsia': {
905 'filepath': 'fuchsia',
906 },
mmoroz58ddb8172016-09-08 18:29:55907 'fuzzing': {
908 'filepath': 'fuzz|Fuzz',
909 },
Vincent Scheibd5da4d952017-11-03 01:33:24910 'gamepad': {
911 'filepath': 'gamepad',
912 },
[email protected]3a2a6ac02014-06-20 07:07:12913 'gcm': {
peter9f4490a2017-01-27 00:58:36914 'filepath': 'chrome/browser/gcm/|'\
[email protected]3a2a6ac02014-06-20 07:07:12915 'components/gcm_driver/|'\
916 'google_apis/gcm/',
917 },
mikhail.pozdnyakova8db26402016-11-28 18:27:12918 'generic_sensor': {
Jun Caiaa1f040d2017-11-15 01:21:53919 'filepath': 'services/device/generic_sensor/|'\
Blink Reformata30d4232018-04-07 15:31:06920 'third_party/blink/renderer/modules/sensor/',
mikhail.pozdnyakova8db26402016-11-28 18:27:12921 },
[email protected]d8036492013-08-09 16:02:23922 'geolocation': {
923 'filepath': 'chrome/browser/geolocation/|'\
924 'content/browser/geolocation|'\
925 'content/public/common/geoposition.*|'\
926 'content/public/browser/geolocation.*|'\
927 'content/renderer/geolocation.*|'\
928 'content/shell/geolocation/',
929 },
[email protected]cf428f732012-10-02 20:48:15930 'gfx_geometry': {
danakj570c1332015-01-06 16:59:36931 'filepath': 'ui/gfx/geometry/',
[email protected]cf428f732012-10-02 20:48:15932 },
Takeshi Yoshino524e1d262017-07-28 01:16:38933 'gfx_image': {
934 'filepath': 'ui/gfx/image/',
935 },
[email protected]4d1773e2014-04-05 07:59:57936 'gn': {
937 'filepath': 'tools/gn',
938 },
[email protected]f76c8852012-06-21 16:37:00939 'gpu': {
[email protected]f2f0fbb92012-07-14 15:52:49940 'filepath': 'gpu/',
[email protected]f76c8852012-06-21 16:37:00941 },
Corentin Wallezc68aa9b2017-10-02 15:00:03942 'gpu_passthrough_cmd_decoder': {
943 'filepath': 'gpu/command_buffer/service/.*passthrough',
944 },
Ehsan Karamadc20cee22018-08-10 21:32:33945 'guest_view': {
946 'filepath': 'chrome/browser/apps/guest_view|'\
947 'chrome/browser/extensions/api/web_view|'\
948 'chrome/browser/guest_view|'\
949 'chrome/common/extensions/api/webview*.json|'\
950 'chrome/common/extensions/docs|'\
951 'chrome/renderer/resources/extensions/web_view|'\
952 'components/guest_view|'\
953 'content/browser/browser_plugin|'\
954 'content/renderer/browser_plugin|'\
955 'extensions/browser/api/guest_view|'\
956 'extensions/browser/guest_view|'\
957 'extensions/common/guest_view|'\
958 'extensions/common/mojo/guest_view.mojom|'\
959 'extensions/common/api/*view*.json|'\
960 'extensions/renderer/guest_view',
961 },
Andrey Kosyakova173d252018-05-07 18:29:11962 'headless': {
963 'filepath': 'headless/'
964 },
[email protected]f76c8852012-06-21 16:37:00965 'history_ui': {
dbeam78528be2016-02-18 07:08:49966 'filepath': 'chrome/browser/resources/(md_)?history|'\
967 'chrome/browser/ui/webui/.*history',
[email protected]f76c8852012-06-21 16:37:00968 },
969 'i18n': {
[email protected]f2f0fbb92012-07-14 15:52:49970 'filepath': 'base/i18n/|base/string|l10n|icu|'\
timvolodine8cdb94c2016-09-22 12:17:22971 'locale_settings|encoding',
[email protected]f76c8852012-06-21 16:37:00972 },
Greg Thompson4f90fc992017-07-25 19:30:37973 'incident_reporting': {
974 'filepath': 'chrome/browser/safe_browsing/incident_reporting',
975 },
[email protected]c26161352013-11-12 19:50:01976 'indexed_db': {
977 'filepath': 'content/browser/indexed_db|'\
[email protected]c26161352013-11-12 19:50:01978 'content/public/browser/indexed_db|'\
Chase Phillips7027bd52018-08-30 17:31:55979 'content/renderer/indexed_db|'\
[email protected]c26161352013-11-12 19:50:01980 'content/test/data/indexeddb',
981 },
John Budorickf6a1c302018-10-29 16:32:48982 'infra': {
983 'filepath': 'infra/config|'\
984 'testing/buildbot|'\
John Budorick2d04e372018-10-29 18:03:30985 'tools/mb',
John Budorickf6a1c302018-10-29 16:32:48986 },
bruthigaa8281f2016-02-09 17:52:31987 'ink_drop': {
988 'filepath': 'ui/views/animation/test/.*ink_drop.*|' \
989 'ui/views/animation/.*ink_drop.*'
990 },
dtapuska1f997a12016-03-14 19:22:07991 'input': {
992 'filepath': 'content/browser/renderer_host/input|'\
993 'content/renderer/input|'\
994 'ui/events/blink/'
995 },
Michael Spang808d5c12018-10-23 19:20:39996 'input_devices': {
997 'filepath': 'ui/events/devices/',
998 },
Dominick Ngcaa7b402017-07-11 07:35:39999 'installable': {
1000 'filepath': 'chrome/browser/installable/',
1001 },
mmoss19826c62014-11-14 21:37:361002 'installer_linux': {
1003 'filepath': 'chrome/installer/linux/',
1004 },
Greg Thompson4f90fc992017-07-25 19:30:371005 'installer_win': {
1006 'filepath': 'chrome/install_static/'\
Samuel Huang577ef6c2018-03-13 18:19:341007 '|chrome/installer/(?!gcapi_mac/|linux/|mac/)'\
1008 '|components/zucchini/',
Greg Thompson4f90fc992017-07-25 19:30:371009 },
[email protected]56b4b09d32012-07-27 18:28:411010 'instant': {
[email protected]607903d2013-03-25 22:15:471011 'filepath': 'instant|searchbox|'\
1012 'chrome/browser/search/|'\
[email protected]c29b7dae2013-03-25 22:29:131013 'chrome/browser/ui/search/|'\
[email protected]eb99f8e2013-07-10 10:17:391014 'chrome/browser/resources/local_ntp/|'\
Ramya Nagarajan7768bf62018-11-28 21:26:041015 'chrome/common/search/|'\
1016 'chrome/test/data/local_ntp/|'\
1017 'components/search_provider_logos/|'\
1018 'components/test/data/search_provider_logos/',
[email protected]56b4b09d32012-07-27 18:28:411019 },
edchin46453b42017-03-03 01:40:111020 'ios': {
Sylvain Defresne81467d82017-05-29 09:06:141021 'filepath': 'ios/',
edchin46453b42017-03-03 01:40:111022 },
sdefresne18b47312015-06-18 15:15:091023 'ios_chrome': {
Sylvain Defresne81467d82017-05-29 09:06:141024 'filepath': 'ios/chrome/',
sdefresne18b47312015-06-18 15:15:091025 },
marqa4f135f2017-01-10 12:37:341026 'ios_clean': {
Sylvain Defresne81467d82017-05-29 09:06:141027 'filepath': 'ios/clean/',
marqa4f135f2017-01-10 12:37:341028 },
Eric Noyaua1825272019-01-02 10:36:391029 'ios_flags': {
Eric Noyaue13b4d72019-01-03 14:23:551030 'filepath': 'ios/chrome/browser/about_flags\.(h|mm)|'\
1031 'ios/chrome/browser/experimental_flags\.(h|mm)|'\
1032 'ios/chrome/browser/resources/Settings.bundle/Experimental\.plist',
Eric Noyaua1825272019-01-02 10:36:391033 },
marqa4f135f2017-01-10 12:37:341034 'ios_showcase': {
Sylvain Defresne81467d82017-05-29 09:06:141035 'filepath': 'ios/showcase/',
marqa4f135f2017-01-10 12:37:341036 },
eugenebutb5a5a8572017-01-20 01:18:111037 'ios_web': {
Sylvain Defresne81467d82017-05-29 09:06:141038 'filepath': 'ios/web(_view)?/',
eugenebutb5a5a8572017-01-20 01:18:111039 },
Johanndfa4d7d2017-12-07 18:05:291040 'libaom': {
1041 'filepath': 'third_party/libaom/',
1042 },
Takeshi Yoshino524e1d262017-07-28 01:16:381043 'libvpx': {
Johanndfa4d7d2017-12-07 18:05:291044 'filepath': 'third_party/libvpx/',
vabraafbd4f32015-11-10 19:30:231045 },
[email protected]a3f777d2014-01-07 23:38:261046 'libwebp': {
1047 'filepath': 'third_party/libwebp'
1048 },
dominiccabb90e02017-03-31 04:54:231049 'libxml_xslt': {
1050 'filepath': 'third_party/libxml/' \
1051 '|third_party/libxslt/',
1052 },
[email protected]04a292a2013-03-07 19:58:421053 'linux_fonts': {
1054 'filepath': 'ui/gfx/font_render_params_.*|'\
deratcd2d6fb2015-02-12 00:10:411055 'ui/gfx/platform_font_linux.*|'\
1056 'ui/gfx/render_text_harfbuzz.*',
[email protected]04a292a2013-03-07 19:58:421057 },
1058 'linux_sandboxing': {
[email protected]f2f0fbb92012-07-14 15:52:491059 'filepath': 'sandbox/linux/',
[email protected]f76c8852012-06-21 16:37:001060 },
[email protected]04a292a2013-03-07 19:58:421061 'linux_seccomp_bpf': {
[email protected]d6a23612012-11-13 20:11:541062 'filepath': 'content/common/sandbox.*linux.cc',
[email protected]f76c8852012-06-21 16:37:001063 },
lgrey62faed72016-10-11 21:40:391064 'mac': {
lgrey332339b12016-12-05 17:16:401065 'filepath': '(_|/)(cocoa|mac)(_|\.)|/(cocoa|mac)/|^((?!ios\/).)*\.mm?$',
lgrey62faed72016-10-11 21:40:391066 },
mlamourid8b0feb2015-06-02 16:30:471067 'manifest': {
1068 'filepath': 'content/(browser|renderer)/manifest/'\
1069 '|content/public/common/manifest*',
1070 },
James Cook2dc6d042018-04-24 22:00:201071 'mash_buildbot_filters': {
1072 'filepath': 'testing/buildbot/filters/mash.*filter',
1073 },
[email protected]f76c8852012-06-21 16:37:001074 'media': {
Francois Beaufort9ab59c82017-08-24 13:10:291075 'filepath': 'media|third_party/(ffmpeg|opus|libvpx)'
[email protected]f76c8852012-06-21 16:37:001076 },
mcasasfeedbe42017-03-03 05:23:561077 'media_capture_from_element': {
alancutter40359812017-03-03 08:20:271078 'filepath': 'content/renderer/media_capture_from_element/' \
Blink Reformata30d4232018-04-07 15:31:061079 '|third_party/blink/renderer/modules/mediacapture/' \
Kent Tamuraeb394c72018-04-07 19:14:551080 '|third_party/blink/renderer/platform/exported/web_canvas_capture' \
Kent Tamura77578cc2018-11-25 22:33:431081 '|third_party/blink/web_tests/fast/mediacapturefromelement/' \
Kent Tamuraeb394c72018-04-07 19:14:551082 '|third_party/blink/public/platform/web_canvas_capture'
mcasasfeedbe42017-03-03 05:23:561083 },
Tommy Steimel074a1822018-02-07 17:25:441084 'media_controls': {
Blink Reformata30d4232018-04-07 15:31:061085 'filepath': 'third_party/blink/renderer/modules/media_controls/'
Tommy Steimel074a1822018-02-07 17:25:441086 },
[email protected]06dd23172013-06-24 21:04:511087 'media_galleries': {
1088 'filepath': 'chrome/browser/extensions/api/media_galleries/'\
[email protected]06dd23172013-06-24 21:04:511089 '|chrome/browser/media_galleries/'\
1090 '|chrome/browser/storage_monitor/'\
1091 '|chrome/common/media_galleries/'\
Jay Civellicf995502017-09-08 23:59:271092 '|chrome/test/data/extensions/api_test/media_galleries/'
[email protected]06dd23172013-06-24 21:04:511093 },
Hirokazu Hondae31ce109a2018-09-18 11:18:501094 'media_gpu': {
1095 'filepath': 'media/gpu/',
1096 },
alokp9e369ea72e2016-06-10 05:41:091097 'media_mojo': {
Xiaohan Wang6cbdcdf2018-06-12 21:55:541098 'filepath': 'media/mojo/'
alokp9e369ea72e2016-06-10 05:41:091099 },
mcasasfeedbe42017-03-03 05:23:561100 'media_recorder': {
alancutter40359812017-03-03 08:20:271101 'filepath': 'content/renderer/media_recorder/' \
Blink Reformata30d4232018-04-07 15:31:061102 '|third_party/blink/renderer/modules/mediarecorder/' \
Kent Tamuraeb394c72018-04-07 19:14:551103 '|third_party/blink/renderer/platform/exported/web_media_recorder' \
Kent Tamura77578cc2018-11-25 22:33:431104 '|third_party/blink/web_tests/fast/mediarecorder/' \
Kent Tamuraeb394c72018-04-07 19:14:551105 '|third_party/blink/public/platform/web_media_recorder'
mcasasfeedbe42017-03-03 05:23:561106 },
miu5e69f1c52016-10-23 13:40:111107 'media_remoting': {
1108 'filepath': 'chrome/browser/media/cast_remoting'\
1109 '|media/blink/webmediaplayer_'\
1110 '|media/mojo/interfaces/remoting.mojom'\
1111 '|media/remoting/',
1112 },
kmarshallb698ad4f2015-02-24 19:42:481113 'media_router': {
mfoltz57fd7f32017-05-03 06:12:581114 'filepath': 'chrome/android/(java|junit)/src/org/chromium/chrome/browser/media/router/' \
1115 '|chrome/browser/media/router/' \
kmarshallb698ad4f2015-02-24 19:42:481116 '|chrome/browser/resources/media_router/' \
Takumi Fujimoto4bef2792018-05-03 17:51:551117 '|chrome/browser/ui/media_router/' \
mfoltz57fd7f32017-05-03 06:12:581118 '|chrome/browser/ui/views/media_router/' \
kmarshallb698ad4f2015-02-24 19:42:481119 '|chrome/browser/ui/webui/media_router/' \
Takumi Fujimoto4bef2792018-05-03 17:51:551120 '|chrome/common/media_router/' \
mfoltz57fd7f32017-05-03 06:12:581121 '|chrome/test/data/webui/media_router/' \
1122 '|chrome/test/media_router/' \
1123 '|chrome/utility/media_router/'
kmarshallb698ad4f2015-02-24 19:42:481124 },
Xiaohan Wang6cbdcdf2018-06-12 21:55:541125 'media_win': {
1126 'filepath': 'media/gpu/windows/'
1127 },
[email protected]f76c8852012-06-21 16:37:001128 'message_loop': {
[email protected]f2f0fbb92012-07-14 15:52:491129 'filepath': 'base/message_'
[email protected]f76c8852012-06-21 16:37:001130 },
1131 'metrics': {
[email protected]f2f0fbb92012-07-14 15:52:491132 'filepath': 'base/metrics/'\
asvitkine361b276e2016-08-30 18:45:001133 '|chrome/android/java/src/org/chromium/chrome/browser/metrics/'\
[email protected]f2f0fbb92012-07-14 15:52:491134 '|chrome/browser/metrics/'\
[email protected]f2f0fbb92012-07-14 15:52:491135 '|chrome/browser/chromeos/external_metrics'\
[email protected]b0d594d2014-02-21 03:22:121136 '|chrome/browser/extensions/api/metrics_private/'\
[email protected]f2f0fbb92012-07-14 15:52:491137 '|chrome/browser/ui/webui/metrics_handler'\
asvitkineb7e10302016-01-20 05:17:451138 '|chromecast/browser/metrics/'\
asvitkinee4bad382015-11-05 21:56:451139 '|components/metrics/'\
asvitkineb7e10302016-01-20 05:17:451140 '|components/metrics_services_manager/'\
[email protected]ce6b855a2014-03-12 19:51:391141 '|components/rappor/'\
asvitkinee4bad382015-11-05 21:56:451142 '|components/variations/'\
[email protected]b0d594d2014-02-21 03:22:121143 # Exclude XML files; in particular, histograms.xml.
1144 '|tools/metrics/[^.]*([.](?!xml$).*)?$',
1145 },
1146 'metrics_xml_files': {
1147 # Subscribe to this to watch for changes to histograms.xml.
toyoshim8f51f902015-03-27 03:50:211148 'filepath': 'tools/metrics/.*\.xml$',
1149 },
1150 'midi': {
1151 'filepath': 'midi',
[email protected]f76c8852012-06-21 16:37:001152 },
[email protected]341f218a2013-09-24 22:16:101153 'mojo': {
1154 'filepath': 'mojo',
1155 },
Kyle Horimotoc4d57b122018-02-28 01:17:301156 'multidevice': {
Ryan Hansberry587c8082018-09-20 01:31:191157 'filepath': 'ash/multi_device_setup/'\
Kyle Horimoto7de86582018-12-19 20:40:251158 '|chrome/browser/chromeos/cryptauth/'\
Ryan Hansberry587c8082018-09-20 01:31:191159 '|chrome/browser/chromeos/device_sync/'\
1160 '|chrome/browser/chromeos/multidevice_setup/'\
1161 '|chrome/browser/chromeos/secure_channel/'\
Kyle Horimoto592f64c2018-03-28 23:43:221162 '|chrome/browser/resources/chromeos/multidevice_setup/'\
Ryan Hansberry587c8082018-09-20 01:31:191163 '|chrome/browser/resources/settings/multidevice_page/'\
1164 '|chrome/browser/ui/webui/chromeos/multidevice_setup/'\
1165 '|chrome/browser/ui/webui/settings/chromeos/multidevice'\
Kyle Horimoto7de86582018-12-19 20:40:251166 '|chrome/test/data/webui/multidevice_setup/'\
1167 '|chromeos/components/multidevice/'\
James Hawkinsf7e517c2018-03-30 21:01:141168 '|chromeos/components/proximity_auth/'\
Kyle Horimoto7de86582018-12-19 20:40:251169 '|chromeos/resources/multidevice_resources.grdp'\
Kyle Horimoto592f64c2018-03-28 23:43:221170 '|chromeos/services/device_sync/'\
1171 '|chromeos/services/multidevice_setup/'\
1172 '|chromeos/services/secure_channel/'\
Kyle Horimoto9bace7f2018-09-21 23:36:481173 '|ui/webui/resources/cr_components/chromeos/multidevice_setup/'
Kyle Horimotoc4d57b122018-02-28 01:17:301174 },
rjkroegef60dea862015-10-29 17:50:061175 'mus': {
Scott Violet9f984252018-08-27 19:02:131176 'filepath': 'services/ws/'\
rjkroegef60dea862015-10-29 17:50:061177 '|mojo/gpu/',
1178 },
[email protected]f76c8852012-06-21 16:37:001179 'nacl': {
[email protected]f2f0fbb92012-07-14 15:52:491180 'filepath': 'chrome/nacl/|chrome/test/nacl/|'\
[email protected]193912d2013-09-06 17:41:561181 'chrome/browser/nacl_host/|chrome/common/nacl|'\
1182 'native_client_sdk/src/doc/',
[email protected]f76c8852012-06-21 16:37:001183 },
[email protected]99ddc3d2013-01-22 16:15:331184 'native_client_sdk': {
1185 'filepath': '^native_client_sdk/',
1186 },
[email protected]b9ecdb62014-03-07 14:56:431187 'navigation': {
1188 'filepath': 'content/browser/frame_host|'\
1189 'content/browser/renderer_host/render_process_host.*|'\
1190 'content/browser/renderer_host/render_view_host.*|'\
1191 'content/browser/web_contents/web_contents_impl.*|'\
1192 'content/renderer/render_frame.*|'\
1193 'content/renderer/render_view.*'
1194 },
[email protected]f76c8852012-06-21 16:37:001195 'net': {
[email protected]f2f0fbb92012-07-14 15:52:491196 'filepath': 'net/',
[email protected]f76c8852012-06-21 16:37:001197 },
bnc1872e8bd2017-01-27 02:47:281198 'net_base': {
1199 'filepath': 'net/base/',
1200 },
bnc1872e8bd2017-01-27 02:47:281201 'net_http2': {
1202 'filepath': 'net/http2/',
1203 },
[email protected]f76c8852012-06-21 16:37:001204 'net_log': {
mmenke59e4d8fb42016-06-15 21:15:281205 'filepath': 'net/log/|' \
[email protected]f2f0fbb92012-07-14 15:52:491206 'chrome/browser/net/.*net_log|' \
[email protected]f2f0fbb92012-07-14 15:52:491207 'chrome/browser/resources/net_internals/|' \
mmenke59e4d8fb42016-06-15 21:15:281208 'chrome/browser/ui/webui/net_internals/|' \
Takeshi Yoshino6b30abd2017-07-16 03:34:511209 'components/net_log/'
[email protected]f76c8852012-06-21 16:37:001210 },
Adam Rice027497d2018-07-27 02:17:021211 'net_server': {
1212 'filepath': 'net/server/'
1213 },
bnc1872e8bd2017-01-27 02:47:281214 'net_spdy': {
1215 'filepath': 'net/spdy/',
1216 },
Adam Rice027497d2018-07-27 02:17:021217 'net_websockets': {
1218 'filepath': 'net/websockets/',
1219 },
jkarlin539748402015-03-31 17:36:311220 'netinfo': {
Josh Karlin1bd016742017-08-18 17:44:171221 'filepath': '/netinfo/',
jkarlin539748402015-03-31 17:36:311222 },
Helen Li30f43d8e2018-05-09 16:24:011223 'network_service': {
1224 'filepath': 'services/network/',
1225 },
Vincent Scheibd5da4d952017-11-03 01:33:241226 'nfc': {
1227 'filepath': '/nfc/',
1228 },
peterf4758412014-09-17 15:06:011229 'notifications': {
Peter Beverloo4548c852017-08-31 13:45:171230 'filepath': 'chrome/browser/extensions/api/notifications/|'\
1231 'chrome/browser/notifications/|'\
1232 'chrome/test/data/notifications/|'\
1233 'content/browser/notifications/|'\
Peter Beverloo4548c852017-08-31 13:45:171234 'content/common/platform_notification|'\
1235 'content/public/browser/platform_notification|'\
1236 'content/public/common/platform_notification|'\
1237 'content/renderer/notification_|'\
Xi Chengd47af342018-04-24 02:36:331238 'chrome/notification_helper/|'\
Kent Tamura77578cc2018-11-25 22:33:431239 'third_party/blink/web_tests/external/wpt/notifications|'\
1240 'third_party/blink/web_tests/http/tests/notifications|'\
Blink Reformata30d4232018-04-07 15:31:061241 'third_party/blink/renderer/modules/notifications|'\
1242 'third_party/blink/public/platform/modules/notifications|'\
peterf4758412014-09-17 15:06:011243 'ui/message_center/'
1244 },
tbansalc6f1c9f2016-09-30 22:48:421245 'nqe': {
1246 'filepath': 'nqe',
1247 },
mcwilliamsedee5042016-04-05 18:46:451248 'ntp_snippets': {
1249 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk16a37f902016-05-16 15:49:361250 'chrome/android/javatests/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk14c89352016-07-21 13:45:131251 'chrome/android/junit/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk117ffb322017-02-06 12:04:201252 'chrome/android/java/src/org/chromium/chrome/browser/suggestions/|'\
1253 'chrome/android/javatests/src/org/chromium/chrome/browser/suggestions/|'\
mvanouwerkerk538dc0b62016-05-17 14:55:341254 'chrome/browser/android/ntp/ntp_snippets|'\
mcwilliamsedee5042016-04-05 18:46:451255 'chrome/browser/ntp_snippets/|'\
mvanouwerkerk41649732016-05-17 13:37:001256 'chrome/browser/resources/snippets_internals|'\
1257 'chrome/browser/ui/webui/snippets_internals|'\
mcwilliamsedee5042016-04-05 18:46:451258 'components/ntp_snippets/|'\
1259 'chrome/android/java/res/layout/new_tab_page|'\
noyau451e6bb62016-12-23 14:29:041260 'chrome/android/java/res/layout/most_visited|'\
1261 'ios/chrome/browser/ntp_snippets'
mcwilliamsedee5042016-04-05 18:46:451262 },
treib70176c52016-07-08 14:34:191263 'ntp_tiles': {
1264 'filepath': 'chrome/browser/android/ntp/|'\
1265 'chrome/browser/ui/webui/ntp/|'\
1266 'chrome/common/search/ntp|'\
noyau451e6bb62016-12-23 14:29:041267 'components/ntp_tiles/|'\
1268 'ios/chrome/browser/ntp_tiles'
treib70176c52016-07-08 14:34:191269 },
peterb8ec88f82017-03-21 13:29:421270 'offline_items_collection': {
1271 'filepath': 'components/offline_items_collection/',
1272 },
dimichdce3ee492016-04-04 04:20:521273 'offline_pages': {
1274 'filepath': 'components/offline_pages/'\
fgorski329be5b2016-04-19 21:38:111275 '|chrome/browser/android/offline_pages/'\
1276 '|chrome/android/java/src/org/chromium/chrome/browser/offlinepages/'
dimichdce3ee492016-04-04 04:20:521277 },
[email protected]f76c8852012-06-21 16:37:001278 'omnibox': {
Justin Donnelly600d8e92018-11-09 00:40:501279 'filepath': '^chrome/browser/autocomplete/|'\
1280 '^chrome/browser/resources/omnibox|'\
1281 '^chrome/browser/ui/location_bar/|'\
1282 '^chrome/browser/ui/omnibox/|'\
1283 '^chrome/browser/ui/.*/location_bar/|'\
1284 '^chrome/browser/ui/.*/omnibox/|'\
1285 '^components/omnibox/'
[email protected]f76c8852012-06-21 16:37:001286 },
Doug Arnetta94d3ae2017-11-07 00:10:341287 'optimization_guide': {
1288 'filepath': 'optimization_guide|'\
1289 'optimization_hints',
1290 },
chasej6dff9292016-02-02 20:33:121291 'origin_trials': {
Jason Chasedfcd02b2018-08-10 21:07:491292 'filepath': 'origin_trial'\
chasej68b8bbd2017-01-26 19:26:131293 '|OriginTrial'\
1294 '|ConditionalFeature',
chasej6dff9292016-02-02 20:33:121295 },
[email protected]4a2078e2013-07-18 20:40:201296 'ozone': {
[email protected]f93c2c92013-10-31 18:22:441297 'filepath': 'ui/ozone/|'\
[email protected]4b66bf922013-10-28 19:49:431298 'ui/events/ozone/|'\
1299 'ui/gfx/ozone/|'\
[email protected]4a2078e2013-07-18 20:40:201300 'ui/gl/gl_.*egl.*|'\
1301 'ui/gl/gl_.*ozone.*'
1302 },
Sergey Ulanov004097c2018-11-05 23:29:281303 'ozone_scenic': {
1304 'filepath': 'ui/ozone/platform/scenic',
1305 },
lgarron9e25c7402017-03-15 04:03:111306 'page_info' : {
1307 'filepath': 'chrome/browser/ui/page_info/'\
1308 '|chrome/browser/ui/.*/page_info/'\
lgarron3428b2d32017-03-21 18:35:191309 '|chrome/android/java/src/org/chromium/chrome/browser/page_info/'\
lgarron6cd116a2017-04-07 19:42:181310 '|components/page_info_strings.grdp'\
Gregory Chatzinoffdf93d692017-09-09 01:32:271311 '|ios/chrome/browser/ui/page_info/'
lgarron6cd116a2017-04-07 19:42:181312 },
csharrison3b1dc4062015-10-19 14:31:081313 'page_load_metrics' : {
bmcquade9f433702016-07-26 23:33:501314 'filepath': 'chrome/browser/page_load_metrics/'\
1315 '|chrome/common/page_load_metrics/'\
1316 '|chrome/renderer/page_load_metrics/'
csharrison3b1dc4062015-10-19 14:31:081317 },
[email protected]f76c8852012-06-21 16:37:001318 'panels': {
[email protected]7cbe5a52012-09-27 02:00:291319 'filepath': 'chrome/browser/ui/panels'\
1320 '|chrome/browser/ui/cocoa/panels'\
[email protected]7cbe5a52012-09-27 02:00:291321 '|chrome/browser/ui/views/panels'
[email protected]f76c8852012-06-21 16:37:001322 },
[email protected]3cc8b3922014-05-05 13:12:081323 'password_manager': {
1324 'filepath': 'chrome/.*/password_'\
1325 '|chrome/browser/ui/passwords'\
1326 '|chrome/browser/ui/views/passwords'\
1327 '|chrome/test/data/password'\
1328 '|components/autofill.*password'
1329 '|components/password_'\
vabrccdb7222016-06-01 14:59:401330 '|^ios/chrome/browser/passwords'\
[email protected]3cc8b3922014-05-05 13:12:081331 },
rouslane8a22262016-10-19 20:49:411332 'payments': {
1333 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/payments'\
1334 '|chrome/android/javatests/src/org/chromium/chrome/browser/payments'\
Rouslan Solomakhin81af4cf2017-06-27 15:23:491335 '|chrome/browser/payments'\
1336 '|chrome/browser/ui/views/payments'\
Mohamad Ahmadi2b452762017-07-18 23:17:151337 '|components/payments/test/data'\
rouslana64ceca2016-10-26 01:10:311338 '|components/payments'\
Rouslan Solomakhin81af4cf2017-06-27 15:23:491339 '|content/browser/payments'\
1340 '|content/test/data/payments'\
1341 '|ios/chrome/browser/payments'\
1342 '|ios/chrome/browser/ui/payments'\
1343 '|ios/web/payments'\
1344 '|ios/web/public/payments'\
Kent Tamura77578cc2018-11-25 22:33:431345 '|third_party/blink/web_tests/external/wpt/payment-request'\
1346 '|third_party/blink/web_tests/http/tests/payments'\
1347 '|third_party/blink/web_tests/payments'\
Blink Reformata30d4232018-04-07 15:31:061348 '|third_party/blink/public/platform/modules/payments'\
1349 '|third_party/blink/renderer/modules/payments'
mahmadi0a7bb59f2017-02-22 19:13:491350 },
1351 'payments_ios': {
Rouslan Solomakhin81af4cf2017-06-27 15:23:491352 'filepath': 'ios/web/payments'\
1353 '|ios/chrome/browser/payments'\
1354 '|ios/chrome/browser/ui/payments'\
1355 '|ios/web/public/payments'
rouslane8a22262016-10-19 20:49:411356 },
[email protected]f76c8852012-06-21 16:37:001357 'pepper_api': {
[email protected]b8491b02013-11-13 03:50:581358 'filepath': 'ppapi/api'\
1359 '|ppapi/c',
[email protected]f76c8852012-06-21 16:37:001360 },
mlamourid8b0feb2015-06-02 16:30:471361 'permissions': {
1362 'filepath': 'content/(child,browser)/permissions/'\
1363 '|content/common/permission_*'\
1364 '|content/public/(common,browser)/permission_*'\
1365 '|chrome/browser/permissions/'\
1366 '|chrome/browser/content_settings/permission*'\
1367 '|permission_context',
1368 },
François Beaufortb2070eb2018-02-08 10:36:341369 'picture_in_picture': {
Blink Reformata30d4232018-04-07 15:31:061370 'filepath': 'third_party/blink/renderer/modules/picture_in_picture/'
François Beaufortb2070eb2018-02-08 10:36:341371 },
Lutz Justena67427102018-06-28 08:55:461372 'policy_templates': {
1373 'filepath': 'components/policy/resources/policy_templates.json'
1374 },
michaelpg11fff3f2015-02-06 03:35:341375 'polymer': {
1376 'filepath': 'third_party/polymer/|'\
michaelpgf94a2a22017-03-06 22:35:001377 'third_party/web-animations-js/|'\
dbeam78528be2016-02-18 07:08:491378 'tools/polymer|'\
michaelpg11fff3f2015-02-06 03:35:341379 'ui/webui/resources/polymer_resources.grdp',
1380 },
Charles Harrison981d33c2017-10-06 21:36:221381 'popup_blocker': {
1382 'filepath': 'chrome/browser/ui/blocked_content'
1383 },
twifkak0c69c1f2015-06-22 18:20:091384 'precache': {
1385 'filepath': '[pP]recache'
1386 },
[email protected]be775bc2014-06-30 15:41:141387 'prepopulated_engines': {
1388 'filepath': 'components/search_engines/prepopulated_engines.json',
1389 },
[email protected]f76c8852012-06-21 16:37:001390 'prerender': {
[email protected]78375a52012-07-14 14:47:571391 'filepath': 'prerender'
[email protected]f76c8852012-06-21 16:37:001392 },
mfoltz57fd7f32017-05-03 06:12:581393 'presentation': {
1394 'filepath': 'content/(browser|common|renderer)/presentation/' \
Blink Reformata30d4232018-04-07 15:31:061395 '|third_party/blink/public/platform/modules/presentation/' \
Kent Tamura77578cc2018-11-25 22:33:431396 '|third_party/blink/web_tests/presentation/' \
Blink Reformata30d4232018-04-07 15:31:061397 '|third_party/blink/renderer/modules/presentation/'
mfoltz57fd7f32017-05-03 06:12:581398 },
rbpotter0d9edeed2018-08-03 14:11:581399 'print_preview': {
1400 'filepath': 'chrome/browser/resources/print_preview/' \
1401 '|chrome/browser/ui/webui/print_preview/'
1402 },
peter884896c72015-03-12 14:26:201403 'push_messaging': {
1404 'filepath': 'push_messaging'
1405 },
stkhapugin06503142016-12-07 14:32:121406 'reading_list': {
1407 'filepath': 'components/reading_list|'\
1408 'ios/chrome/browser/reading_list|'\
1409 'ios/chrome/browser/ui/reading_list',
1410 },
[email protected]f76c8852012-06-21 16:37:001411 'remoting': {
sergeyu05995a4f2017-01-24 21:26:011412 'filepath': '^remoting/' \
1413 '|^testing/chromoting'
[email protected]f76c8852012-06-21 16:37:001414 },
gab57e80c72014-12-08 21:06:131415 'rlz_id': {
1416 'filepath' :'rlz/lib/machine_id.cc|'\
1417 'rlz/lib/machine_id.h|'\
1418 'rlz/win/lib/machine_id_win.cc',
1419 },
Joe Medleya129fe32018-01-25 15:20:221420 'runtime_enabled_features': {
Blink Reformata30d4232018-04-07 15:31:061421 'filepath' : 'third_party/blink/renderer/platform/runtime_enabled_features.json5'
Joe Medleya129fe32018-01-25 15:20:221422 },
grt829c6a82014-10-20 09:29:321423 'safe_browsing': {
timvolodine41e95412017-03-14 02:55:341424 'filepath': 'chrome/(browser|common|renderer)/safe_browsing/|'\
1425 'components/safe_browsing/',
grt829c6a82014-10-20 09:29:321426 },
mlamourid8b0feb2015-06-02 16:30:471427 'screen_orientation': {
1428 'filepath': 'screen_orientation',
1429 },
Robert Sesekae79d38512018-09-04 18:13:301430 'security': {
1431 'filepath': 'base/json/'\
1432 '|base/memory/.*shared_memory'\
Robert Sesek61902db2018-10-09 19:15:451433 '|components/cbor/'\
1434 '|AndroidManifest',
Robert Sesekae79d38512018-09-04 18:13:301435 },
Jeffrey Cohen7fe36f502018-12-12 01:38:211436 'send_tab_to_self': {
Tanya Guptabb5019d2018-12-21 02:45:301437 'filepath': 'components/send_tab_to_self' \
1438 '|chrome/android/java/src/org/chromium/chrome/browser/send_tab_to_self/',
Jeffrey Cohen7fe36f502018-12-12 01:38:211439 },
[email protected]0b431722014-01-08 07:21:511440 'service_worker': {
[email protected]edaf31d2014-03-07 00:09:171441 'filepath': 'content/(browser|renderer|child|common)/service_worker/',
[email protected]0b431722014-01-08 07:21:511442 },
Colin Blundell6d2669a2017-07-11 06:26:531443 'services_public': {
1444 'filepath': 'services/([^/]*/)*public/',
1445 },
Dan Beam5dec1b42018-12-10 23:52:341446 'settings': {
1447 'filepath': 'chrome/browser/resources/settings/'\
1448 '|chrome/browser/ui/webui/settings/'\
1449 '|chrome/test/data/webui/settings/',
1450 },
alitoc5534d62017-04-21 01:48:581451 'settings_reset_prompt': {
1452 'filepath': 'chrome/browser/safe_browsing/settings_reset_prompt/'\
1453 '|chrome/browser/ui/views/settings_reset_prompt',
1454 },
dominickn8884155a2016-06-23 02:28:161455 'site_engagement': {
1456 'filepath': 'chrome/browser/engagement/|'\
1457 'chrome/browser/ui/webui/engagement/',
1458 },
[email protected]f76c8852012-06-21 16:37:001459 'site_instance': {
[email protected]f2f0fbb92012-07-14 15:52:491460 'filepath': 'content/browser/site_instance|'\
1461 'content/browser/browsing_instance',
[email protected]f76c8852012-06-21 16:37:001462 },
Ryan Hansberry587c8082018-09-20 01:31:191463 'smartlock': {
James Hawkins14e753e82018-11-08 17:33:421464 'filepath': 'chrome/browser/chromeos/login/easy_unlock/'\
Ryan Hansberry587c8082018-09-20 01:31:191465 '|chrome/browser/resources/easy_unlock/'\
1466 '|chromeos/components/proximity_auth/'
1467 },
Zentaro Kavanagh608f8a12018-01-19 18:39:561468 'smb': {
1469 'filepath': 'chrome/browser/chromeos/file_system_provider'\
1470 '|chrome/browser/chromeos/smb_client'\
1471 '|chromeos/dbus/fake_smb_provider_client'\
1472 '|chromeos/dbus/smb_provider_client',
1473 },
Joe Medleya129fe32018-01-25 15:20:221474 'source_idls': {
Joe Medleyf7671752018-04-13 14:34:501475 'filepath': 'third_party/blink/renderer/(core|modules|platform)/.*\.idl',
Joe Medleya129fe32018-01-25 15:20:221476 },
[email protected]ad0295d2012-10-11 23:43:361477 'spellcheck': {
1478 'filepath': 'chrome/browser/spellchecker/'\
timvolodine8cdb94c2016-09-22 12:17:221479 '|chrome/browser/renderer_context_menu/spelling_'\
1480 '|components/spellcheck/'\
1481 '|third_party/hunspell/'\
1482 '|third_party/hunspell_dictionaries/',
[email protected]ad0295d2012-10-11 23:43:361483 },
Greg Thompson9ea091702018-01-04 11:06:321484 'startup': {
1485 'filepath': 'chrome/browser/ui/startup/',
1486 },
[email protected]67f39af2013-08-23 20:06:051487 'streams': {
1488 'filepath': 'content/browser/streams/',
1489 },
vmpstrcc1c08302015-11-18 06:05:511490 'styleguide': {
1491 'filepath': '^styleguide/',
1492 },
Peter Wenbef43902018-11-28 22:08:121493 'styleguide_python': {
1494 'filepath': '^styleguide/python',
1495 },
engedye7b734da2017-02-07 12:08:131496 'subresource_filter': {
Charles Harrisonfb3eac92017-06-26 21:26:021497 'filepath': 'subresource_filter|SubresourceFilter|url_pattern_index',
engedye7b734da2017-02-07 12:08:131498 },
[email protected]43d33e92014-07-14 16:39:311499 'supervised_users': {
1500 'filepath': 'chrome/browser/.*managed_mode'\
1501 '|chrome/browser/.*managed_user'\
1502 '|chrome/browser/.*supervised_user',
1503 },
CJ DiMegliocaddc3482018-12-12 02:28:381504 'surface_layer_for_video': {
1505 'filepath': 'cc/layers/surface_layer*'\
1506 '|third_party/blink/renderer/platform/graphics/video_frame_*'\
1507 '|third_party/blink/renderer/platform/graphics/surface_layer_bridge*',
1508 },
[email protected]f76c8852012-06-21 16:37:001509 'sync': {
Andrew Grieveecac5a92018-11-08 01:57:011510 'filepath': '^chrome/browser/ui/sync/'\
maxboguefa217942016-04-01 01:08:131511 '|^chrome/browser/ui/views/sync/'\
1512 '|^chrome/test/android/javatests/src/org/chromium/chrome/test/util/browser/sync/'\
1513 '|^ios/chrome/browser/sync/'\
1514 '|^chrome/android/java/src/org/chromium/chrome/browser/sync/'\
1515 '|^chrome/browser/sync/'\
1516 '|^components/browser_sync/'\
Max Boguefef332d2016-07-28 22:09:091517 '|^components/sync/'\
maxboguefa217942016-04-01 01:08:131518 '|^components/sync_bookmarks/'\
Max Boguefef332d2016-07-28 22:09:091519 '|^components/sync_sessions/',
[email protected]f76c8852012-06-21 16:37:001520 },
[email protected]92871a102013-07-01 11:11:411521 'syncfs': {
1522 'filepath': 'sync_file_system',
1523 },
miu5e69f1c52016-10-23 13:40:111524 'tab_alert_indicators': {
1525 'filepath': 'content/browser/media/audio_stream_monitor'\
miu5e69f1c52016-10-23 13:40:111526 '|chrome/browser/ui/tabs/tab_utils'\
Peter Kasting479cc1752018-09-28 22:34:371527 '|chrome/browser/ui/views/tabs/alert_indicator'\
miu5e69f1c52016-10-23 13:40:111528 '|chrome/browser/ui/views/tabs/tab\.cc'\
1529 '|chrome/browser/ui/views/tabs/tab_renderer_data'\
1530 '|media/audio/audio_(output_controller|power_monitor)',
1531 },
[email protected]82d74152013-07-28 08:55:311532 'tab_capture': {
Adam Parker83a488462017-12-22 00:26:481533 'filepath': 'chrome/browser/extensions/api/tab_capture/'\
miu5e69f1c52016-10-23 13:40:111534 '|chrome/renderer/resources/extensions/tab_capture_custom_bindings.js'\
[email protected]31ef420b2014-08-13 21:19:131535 '|chrome/test/data/extensions/api_test/tab_capture/'\
Adam Parker83a488462017-12-22 00:26:481536 '|components/viz/common/(frame_sinks/copy_output_|gl_helper|yuv_)'\
1537 '|components/viz/service/display/'\
1538 '|components/viz/service/frame_sinks/(frame_sink_manager'\
1539 '|video_capture/)'\
[email protected]31ef420b2014-08-13 21:19:131540 '|content/browser/media/capture/'\
[email protected]31ef420b2014-08-13 21:19:131541 '|content/browser/renderer_host/media/(audio_'\
1542 '|media_stream_manager|video_)'\
miu5e69f1c52016-10-23 13:40:111543 '|content/public/renderer/media_stream_'\
1544 '|content/renderer/media/(media_stream|(.+audio_source))'\
[email protected]31ef420b2014-08-13 21:19:131545 '|media/audio/(audio_output_controller|fake_audio_|virtual_audio_)'\
1546 '|media/base/video_frame\.h'\
Adam Parker83a488462017-12-22 00:26:481547 '|media/capture/'\
1548 '|services/viz/privileged/interfaces/compositing/frame_sink',
[email protected]82d74152013-07-28 08:55:311549 },
[email protected]f76c8852012-06-21 16:37:001550 'tab_contents': {
[email protected]f2f0fbb92012-07-14 15:52:491551 'filepath': 'chrome/browser/tab_contents/|'\
1552 'content/browser/tab_contents/|'\
1553 'chrome/browser/ui/tab_contents/',
[email protected]f76c8852012-06-21 16:37:001554 },
tdresserd80646f2017-03-03 19:26:081555 'tbmv2_metrics': {
1556 'filepath': 'third_party/catapult/tracing/tracing/metrics'
1557 },
[email protected]5e105332012-09-13 01:55:521558 'tcmalloc': {
1559 'filepath': 'third_party/tcmalloc'
1560 },
[email protected]31a10602012-11-21 01:51:261561 'telemetry': {
nednguyen79105d422016-04-18 01:38:421562 'filepath': 'tools/perf/'
[email protected]31a10602012-11-21 01:51:261563 },
Takeshi Yoshino524e1d262017-07-28 01:16:381564 'test_runner': {
1565 'filepath': 'components/test_runner/' \
Kent Tamura21d1de62018-12-10 04:45:201566 '|content/shell/(common|browser|renderer)/web_test/' \
1567 '|content/test/web_test_support.cc' \
1568 '|content/public/test/web_test_support.h' \
Takeshi Yoshino524e1d262017-07-28 01:16:381569 },
[email protected]f76c8852012-06-21 16:37:001570 'tests': {
[email protected]f2f0fbb92012-07-14 15:52:491571 'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/',
[email protected]0cde05a02011-11-30 23:36:521572 },
jlkleinecc81952016-11-19 00:16:071573 'tether': {
Kyle Horimoto592f64c2018-03-28 23:43:221574 'filepath': 'chrome/browser/chromeos/tether/'\
1575 '|chrome/browser/ui/ash/network/tether*'\
Ryan Hansberry587c8082018-09-20 01:31:191576 '|chromeos/components/tether/'
jlkleinecc81952016-11-19 00:16:071577 },
[email protected]1cbbb30b2011-10-14 08:03:561578 'textinput': {
Yuichiro Hanadaf0b3b472017-10-17 07:00:531579 'filepath': 'chrome/browser/ui/input_method'\
[email protected]f2f0fbb92012-07-14 15:52:491580 '|content/browser/renderer_host/render_widget_host_view'\
1581 '|content/browser/renderer_host/text_input'\
1582 '|ui/base/ime/'\
[email protected]f2f0fbb92012-07-14 15:52:491583 '|ui/views/controls/textfield/'\
Yuichiro Hanadaf0b3b472017-10-17 07:00:531584 '|ui/wm/core/ime'
[email protected]1cbbb30b2011-10-14 08:03:561585 },
[email protected]3a117c62011-11-29 04:28:021586 'textinput_chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:491587 'filepath': 'chrome/browser/chromeos/input_method/'\
1588 '|chrome/browser/chromeos/extensions/input_method'\
1589 '|chrome/browser/chromeos/status/input_method'\
1590 '|chrome/browser/extensions/extension_input_'\
1591 '|chrome/browser/resources/keyboard'\
[email protected]f2f0fbb92012-07-14 15:52:491592 'chromeos/.*(language|keyboard)'\
[email protected]6bd9e802013-04-18 06:40:421593 '|chromeos/ime/*'
[email protected]3a117c62011-11-29 04:28:021594 },
chirantan96fcf6d2015-01-21 22:36:191595 'timers': {
1596 'filepath': 'base/timer/'\
1597 '|components/timers/'
1598 },
robliaofd54b5c2017-01-13 00:41:301599 'tools_win_chromeexts': {
1600 'filepath': 'tools/win/chromeexts',
1601 },
AJITH KUMAR V4f0c4812018-03-27 13:46:571602 'touch_selection': {
1603 'filepath': 'ui/touch_selection/'\
1604 '|content/public/android/java/src/org/chromium/content/browser/selection/'
1605 },
[email protected]c8eb7f72013-07-04 15:30:111606 'tracing': {
1607 'filepath': 'base/debug/trace_event.*'\
primianobef13b42015-01-30 15:29:311608 '|base/trace_event/'\
[email protected]c8eb7f72013-07-04 15:30:111609 '|content/browser/tracing/'\
Oystein Eftevaag6410f1a2018-03-01 18:06:301610 '|components/tracing/'\
1611 '|services/tracing/'
[email protected]c8eb7f72013-07-04 15:30:111612 },
[email protected]cf428f732012-10-02 20:48:151613 'ui_compositor': {
1614 'filepath': 'ui/compositor/layer\.|'\
1615 'ui/compositor/layer_unittest|'\
1616 'ui/compositor/compositor',
1617 },
robliao2c4b7492016-07-19 01:57:261618 'ui_display_win': {
1619 'filepath': '^ui/display/win',
1620 },
[email protected]6b5093c2012-05-23 19:10:181621 'ui_resources': {
[email protected]f2f0fbb92012-07-14 15:52:491622 'filepath': 'ui/resources/'\
1623 '|ui/base/native_theme/resources/'\
1624 '|chrome/app/theme/'
[email protected]6b5093c2012-05-23 19:10:181625 },
edwardjung83f52ef22017-02-07 13:15:071626 'ui_strings': {
1627 'filepath': 'chrome/app/generated_resources.grd'\
1628 '|chrome/app/google_chrome_strings.grd'\
1629 '|chrome/android/java/strings/android_chrome_strings.grd'\
1630 '|chrome/app/settings_strings.grdp'\
1631 '|ios/chrome/app/strings/ios(_.+)*_strings.grd'\
1632 '|ui/strings/ui_strings.grd',
1633 },
Vincent Scheibd5da4d952017-11-03 01:33:241634 'usb': {
1635 'filepath': '/usb/',
1636 },
Miguel Casas-Sancheza65d49a2017-12-11 03:27:481637 'vaapi': {
1638 'filepath': 'media/gpu/vaapi',
1639 },
[email protected]c73ec8ab2014-01-16 20:35:231640 'version_assembly': {
1641 'filepath': 'chrome/app/version_assembly',
1642 },
posciak62a72272016-05-11 08:31:241643 'video': {
1644 'filepath': 'content/browser/renderer_host/media/|'\
1645 'content/renderer/media/|'\
1646 'media/capture/video/|'\
1647 'media/filters/|'\
1648 'media/gpu/|'\
1649 '.*video.*',
1650 },
mcasas09e881c2016-04-09 02:09:501651 'video_capture': {
1652 'filepath': 'chrome/browser/media/.*(capture|media|webrtc)'\
1653 '|content/browser/renderer_host/media/.*(capture|media)'\
1654 '|content/renderer/media/.*(capture|media|webrtc)'\
1655 '|media/capture/'\
chfremer2a01a69b2017-01-06 02:39:011656 '|media/muxers/'\
1657 '|services/video_capture/',
mcasas09e881c2016-04-09 02:09:501658 },
Alexandre Courbot3e9e55a2018-04-05 05:29:421659 'video_gpu': {
1660 'filepath': 'content/renderer/media/|'\
1661 'media/capture/video/|'\
1662 'media/gpu/',
1663 },
[email protected]ef514a32014-02-26 01:02:351664 'virtual_keyboard': {
1665 'filepath': 'ui/keyboard/'\
oka47452c22017-02-17 05:07:571666 '|chrome/test/data/chromeos/virtual_keyboard/'\
1667 '|extensions/browser/api/virtual_keyboard_private/'\
James Cooka35a1e22017-04-08 02:33:081668 '|ash/system/virtual_keyboard/'\
oka47452c22017-02-17 05:07:571669 '|ash/virtual_keyboard',
[email protected]ef514a32014-02-26 01:02:351670 },
billorr3c7e1442016-11-11 21:21:351671 'virtual_reality': {
David Dorwina4a2b73c2018-05-18 22:39:561672 # Includes VR, AR, and XR.
Michael Thiessena7bec5b2018-07-12 19:10:041673 'filepath': '/vr/'\
David Dorwina4a2b73c2018-05-18 22:39:561674 '|/xr'\
Bill Orr165281bd2018-12-06 18:27:121675 '|isolated_xr_device'\
David Dorwina4a2b73c2018-05-18 22:39:561676 '|third_party/arcore'\
1677 '|third_party/gvr'\
1678 '|third_party/libovr'\
1679 '|third_party/openvr',
billorr3c7e1442016-11-11 21:21:351680 },
Chris Blumec6ddd6c2018-12-14 23:35:011681 'vulkan': {
1682 'filepath': 'gpu/vulkan'\
1683 '|third_party/vulkan'
1684 },
Vincent Scheibd5da4d952017-11-03 01:33:241685 'wake_lock': {
1686 'filepath': 'wake_lock',
1687 },
Dan Beam5dec1b42018-12-10 23:52:341688 'web_dev_style': {
1689 'filepath': 'tools/web_dev_style/'\
1690 '|styleguide/web/',
1691 },
Devin Mullins4ff9b282018-03-09 00:37:321692 'web_package': {
1693 'filepath': 'content/browser/loader/prefetch_url_loader'\
1694 '|content/browser/web_package/'\
Kunihiko Sakamotoba390852018-07-11 01:08:551695 '|content/test/data/sxg/'
Devin Mullins4ff9b282018-03-09 00:37:321696 },
Matt Giuca9eb910d2017-08-02 04:07:381697 'web_share': {
1698 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/webshare/'\
1699 '|chrome/android/javatests/src/org/chromium/chrome/browser/WebShare.*'\
1700 '|chrome/browser/ui/views/webshare/'\
1701 '|chrome/browser/webshare/'\
Kent Tamura77578cc2018-11-25 22:33:431702 '|third_party/blink/web_tests/webshare/'\
1703 '|third_party/blink/web_tests/external/wpt/web-share/'\
Blink Reformata30d4232018-04-07 15:31:061704 '|third_party/blink/public/platform/modules/webshare/'\
1705 '|third_party/blink/renderer/modules/webshare/',
Matt Giuca9eb910d2017-08-02 04:07:381706 },
Martin Kreichgauer794a18572018-07-20 20:45:431707 'webauthn': {
1708 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/webauth/'\
1709 '|chrome/android/javatests/src/org/chromium/chrome/browser/webauth/'\
1710 '|chrome/browser/webauthn/'\
1711 '|chrome/browser/ui/webauthn/'\
1712 '|chrome/browser/ui/views/webauthn/'\
1713 '|content/browser/webauth/'\
1714 '|device/fido/'\
1715 '|third_party/blink/public/platform/modules/webauth/',
1716 },
Corentin Wallez3f1d0852018-07-04 15:45:361717 'webgpu': {
1718 'filepath': 'third_party/blink/renderer/modules/webgpu/',
1719 },
Takeshi Yoshinoe387aa32017-08-02 13:16:131720 'webrtc_browser_tests': {
1721 'filepath': 'chrome/browser/media/.*webrtc.*browsertest|'\
1722 'content/browser/media/.*webrtc.*browsertest',
1723 },
[email protected]208879542012-07-05 11:15:341724 'website_settings': {
[email protected]f2f0fbb92012-07-14 15:52:491725 'filepath': 'chrome/browser/content_settings/'\
1726 '|chrome/browser/ui/views/website_settings/'\
1727 '|chrome/browser/ui/website_settings/'\
mukai077089f2014-09-11 18:41:521728 '|chrome/common/content_settings'\
1729 '|components/content_settings/',
[email protected]208879542012-07-05 11:15:341730 },
Dan Beam5dec1b42018-12-10 23:52:341731 'webui_backend': {
1732 'filepath': 'content/browser/webui/'\
1733 '|content/public/browser/web_ui*'\
1734 '|content/public/test/*web_ui*',
1735 },
[email protected]b17d9e02014-07-29 09:45:501736 'windows_sandboxing': {
1737 'filepath': 'sandbox/win/',
1738 },
[email protected]f76c8852012-06-21 16:37:001739 'x11': {
[email protected]f2f0fbb92012-07-14 15:52:491740 'filepath': 'content/browser/renderer_host/backing_store_x\.' \
1741 '|chrome/browser/chromeos/input_method/xkeyboard\.' \
1742 '|chrome/browser/chromeos/system_key_event_listener\.' \
[email protected]f76c8852012-06-21 16:37:001743 '|chrome/browser/chromeos/'\
[email protected]f2f0fbb92012-07-14 15:52:491744 'xinput_hierarchy_changed_event_listener\.' \
1745 '|chrome/browser/chromeos/wm_' \
1746 '|ui/base/x/'
[email protected]0d710852012-05-24 01:18:401747 },
Chris Blume04103c42018-12-14 22:46:061748 'zlib': {
1749 'filepath': 'third_party/zlib'
1750 },
wjmaclean3ff6a402015-03-31 19:00:201751 'zoom': {
1752 'filepath': 'chrome/browser/ui/zoom/' \
1753 '|components/ui/zoom/' \
1754 '|content/browser/host_zoom_*' \
1755 '|content/browser/storage_partition_impl*' \
1756 '|content/public/browser/host_zoom_map.h' \
1757 '|content/public/browser/storage_partition.h'
1758 },
[email protected]a3838612009-10-13 21:57:541759 },
[email protected]ca872e362011-07-12 21:06:031760
pennymac962d190432016-07-27 00:58:351761 ##############################################################################
1762 # Please keep alphabetical
1763 ##############################################################################
[email protected]a3838612009-10-13 21:57:541764 'WATCHLISTS': {
Joe Medley1e1bb652018-04-27 17:36:591765 'about_flags': ['[email protected]',
1766 '[email protected]'],
mazda6471d0e2015-10-02 06:32:551767 'accelerator_table': ['[email protected]',
[email protected]f76c8852012-06-21 16:37:001768 '[email protected]'],
dmazzoni5f4b7f12015-02-17 16:35:571769 'accessibility': ['[email protected]',
Aaron Leventhal978557022017-06-09 15:39:411770 '[email protected]',
dmazzoni5f4b7f12015-02-17 16:35:571771 '[email protected]',
dougtcd8ac01d2017-03-24 16:23:401772 '[email protected]',
[email protected]f76c8852012-06-21 16:37:001773 '[email protected]',
je_julie.kima170bac2015-05-06 14:57:541774 '[email protected]',
Katie Dektara52038e42017-12-06 21:00:311775 '[email protected]',
dmazzoni5f4b7f12015-02-17 16:35:571776 '[email protected]',
[email protected]f76c8852012-06-21 16:37:001777 '[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:261778 'add_to_homescreen': ['[email protected]',
Xi Han50f523a1d2017-07-19 15:56:111779 '[email protected]',
F07b660412017-08-01 20:53:061780 '[email protected]'],
Peter Wen35bf5932018-10-22 19:51:481781 'android_crash_reporting': ['[email protected]',
1782 '[email protected]'],
johnmaguire6aaac7902016-03-15 12:28:201783 'android_crazy_linker': ['[email protected]'],
Peter Wen35bf5932018-10-22 19:51:481784 'android_deps': ['[email protected]'],
dfalcantaraef21e9e2016-01-07 01:16:261785 'android_infobars': ['[email protected]'],
agrieve4d9c1c52016-09-23 17:49:381786 'android_infra': ['[email protected]',
Eric Stevenson1a03deb2018-06-22 20:40:131787 '[email protected]',
Andrew Grieve5babdbfc2017-08-16 01:26:491788 '[email protected]'],
Takeshi Yoshino524e1d262017-07-28 01:16:381789 'android_item_chooser_dialogs': ['[email protected]',
1790 '[email protected]'],
Peter Wen35bf5932018-10-22 19:51:481791 'android_lint': ['[email protected]'],
Daniele Castagna7c829d692018-02-12 16:09:081792 'android_media': ['[email protected]'],
Ted Choc042d8442018-03-13 16:35:571793 'android_search_widget': ['[email protected]',
1794 '[email protected]'],
nyquistf602bd02017-02-16 23:17:441795 'android_studio': ['[email protected]',
1796 '[email protected]'],
Daniele Castagna7c829d692018-02-12 16:09:081797 'android_tab': ['[email protected]'],
asvitkine361b276e2016-08-30 18:45:001798 'android_uma_settings': ['[email protected]',
1799 '[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:261800 'android_webapk': ['[email protected]'],
[email protected]7ca78dc12012-09-20 09:26:441801 'android_webview': ['[email protected]'],
Yi Guc1c54682018-07-23 12:00:001802 'animation_worklet': ['[email protected]',
1803 '[email protected]'],
Dominick Ng45392562018-12-13 07:21:211804 'app_shortcuts': ['[email protected]',
1805 '[email protected]',
Trent Aptedabfd2572019-01-17 05:49:531806 '[email protected]'],
pennymac962d190432016-07-27 00:58:351807 'apps': ['[email protected]',
Trent Apted93d53b02019-01-21 02:54:341808 '[email protected]'],
lhchavez4b19176f2016-05-04 23:12:461809 'arc': ['[email protected]',
hidehiko49f0b7c2016-05-24 10:59:471810 '[email protected]',
victorhsieh52feccd2017-02-27 18:27:021811 '[email protected]',
Junichi Uekawa38d20c12018-03-22 03:31:301812 '[email protected]',
1813 '[email protected]'],
lhchavez61532c92016-10-18 21:33:371814 'arc_auth': ['[email protected]'],
Ryo Hashimoto611b8fc52018-09-28 10:01:201815 'arc_common': ['[email protected]'],
Shuhei Takahashiaf68cff2017-07-24 05:17:121816 'arc_fileapi': ['[email protected]'],
Yuichiro Hanada2e111fb2018-11-19 17:33:051817 'arc_ime': ['[email protected]'],
poromov7633f602017-02-21 16:44:011818 'arc_kiosk': ['[email protected]'],
lhchavez4b19176f2016-05-04 23:12:461819 'arc_net': ['[email protected]',
1820 '[email protected]',
1821 '[email protected]'],
ejcarusoa298ec02016-06-16 20:30:431822 'arc_power': ['[email protected]'],
Hirokazu Hondaf98a3122018-04-12 11:19:481823 'arc_video_accelerator': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351824 'ash': ['[email protected]',
1825 '[email protected]'],
Xiaohui Chenf7e70a22018-02-08 00:36:381826 'assistant': ['[email protected]'],
Max Morin2b0206312018-04-06 11:17:401827 'audio_service': ['[email protected]',
1828 '[email protected]',
1829 '[email protected]'],
pennymac962d190432016-07-27 00:58:351830 'aura': ['[email protected]',
1831 '[email protected]'],
[email protected]c3a6e1e72013-08-02 00:13:071832 'aura_compositor': ['[email protected]',
1833 '[email protected]',
pennymac962d190432016-07-27 00:58:351834 '[email protected]',
danakj3695c582016-10-26 21:54:431835 '[email protected]'],
Jared Saul4765c1e2018-06-18 13:44:571836 'autofill': ['[email protected]',
1837 '[email protected]',
sebsg55d59d82018-06-19 18:29:521838 '[email protected]',
sebsgbbfbea02016-10-24 21:54:591839 '[email protected]',
Anthony Vallee-Dubois866affd22018-03-19 15:13:211840 '[email protected]',
Jared Saul4765c1e2018-06-18 13:44:571841 '[email protected]',
Vaclav Brozek9048a1222018-11-30 08:11:501842 '[email protected]'],
Mathias Carlenc61d8072018-08-21 16:18:241843 'autofill_assistant': ['[email protected]'],
Jared Saul4765c1e2018-06-18 13:44:571844 'autofill_credit_cards': ['[email protected]'],
Dan Elphick08d1fd42018-04-26 10:22:331845 'background_fetch': ['[email protected]',
Mugdha Lakhani6876ba12018-04-06 13:12:281846 '[email protected]',
Dan Elphick08d1fd42018-04-26 10:22:331847 '[email protected]'],
Jason Chasedfcd02b2018-08-10 21:07:491848 'background_sync': ['[email protected]',
Rayan Kanso253399c2018-11-07 19:28:251849 '[email protected]',
1850 '[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:261851 'banners': ['[email protected]',
Xi Han50f523a1d2017-07-19 15:56:111852 '[email protected]',
F07b660412017-08-01 20:53:061853 '[email protected]'],
Takeshi Yoshino524e1d262017-07-28 01:16:381854 'base': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:191855 'base_allocator': ['[email protected]',
[email protected]b17d9e02014-07-29 09:45:501856 '[email protected]'],
[email protected]1ed5e0fd2012-07-19 00:19:051857 'base_memory': ['[email protected]'],
Alexander Timin864bf8a02018-03-12 11:06:281858 'base_scheduler': ['[email protected]'],
robliao1644d8b2016-04-11 15:39:591859 'base_task_scheduler': ['[email protected]',
1860 '[email protected]',
1861 '[email protected]'],
pennymac962d190432016-07-27 00:58:351862 'base_win': ['[email protected]',
Robert Liao27a2fa12017-10-20 18:34:481863 '[email protected]',
pennymac962d190432016-07-27 00:58:351864 '[email protected]'],
[email protected]7e093d4022014-06-26 19:19:551865 'battery_status': ['[email protected]'],
wnwen72684762017-03-29 13:28:371866 'binary_size': ['[email protected]',
Peter Wen35bf5932018-10-22 19:51:481867 '[email protected]'],
pennymac962d190432016-07-27 00:58:351868 'blink': ['[email protected]'],
1869 'blink_accessibility': ['[email protected]',
1870 '[email protected]',
dougtcd8ac01d2017-03-24 16:23:401871 '[email protected]',
horo8e9a01572016-07-27 06:05:311872 '[email protected]',
pennymac962d190432016-07-27 00:58:351873 '[email protected]'],
1874 'blink_animation': ['[email protected]',
1875 '[email protected]',
1876 '[email protected]',
1877 '[email protected]',
1878 '[email protected]'],
1879 'blink_app_banner': ['[email protected]'],
1880 'blink_audio': ['[email protected]',
1881 '[email protected]'],
1882 'blink_battery_status': ['[email protected]',
1883 '[email protected]'],
pennymac962d190432016-07-27 00:58:351884 'blink_bindings': ['[email protected]'],
jbroman9ac2d532016-09-01 18:20:081885 'blink_bindings_serialization': ['[email protected]'],
Conley Owensd744e392018-04-24 19:18:571886 'blink_bluetooth': ['[email protected]',
Ovidio Henriquez86333882018-11-05 18:25:211887 '[email protected]',
1888 '[email protected]'],
Fernando Serboncinife13f9d2018-08-14 13:35:541889 'blink_canvas': [ '[email protected]',
Fernando Serboncinie802c9f2018-11-06 19:17:111890 '[email protected]'],
Nicolas Pena7a6b6992019-01-16 17:20:081891 'blink_client_hints': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351892 'blink_clipboard': ['[email protected]'],
Kinuko Yasuda4a342642018-03-01 09:29:551893 'blink_common': ['[email protected]',
1894 '[email protected]'],
Kentaro Hara993b0de2017-08-07 02:26:371895 'blink_controller': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351896 'blink_css': ['[email protected]',
1897 '[email protected]',
danakjc1e13d4e2018-05-04 21:34:421898 '[email protected]'],
pennymac962d190432016-07-27 00:58:351899 'blink_css_flexbox': ['[email protected]'],
Morten Stenshorne4f1b3022017-11-14 12:05:371900 'blink_css_fragmentation_tests': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351901 'blink_css_grid_layout': ['[email protected]',
horo8e9a01572016-07-27 06:05:311902 '[email protected]',
pennymac962d190432016-07-27 00:58:351903 '[email protected]'],
Dimitri Glazkov33286c62017-12-08 23:34:251904 'blink_custom_elements': ['[email protected]'],
Oksana Zhuravlova5e236ec92018-07-25 00:16:031905 'blink_device_orientation': ['[email protected]',
1906 '[email protected]',
1907 '[email protected]',
pennymac962d190432016-07-27 00:58:351908 '[email protected]'],
1909 'blink_devtools': ['[email protected]',
1910 '[email protected]',
1911 '[email protected]',
1912 '[email protected]',
1913 '[email protected]',
lushnikovc5bd7ca2016-07-27 17:19:391914 '[email protected]'],
pennymac962d190432016-07-27 00:58:351915 'blink_dom': ['[email protected]',
danakjc1e13d4e2018-05-04 21:34:421916 '[email protected]'],
Hayato Ito5fc828c2017-07-05 08:02:321917 'blink_dom_events': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351918 'blink_events': ['[email protected]',
pennymac962d190432016-07-27 00:58:351919 '[email protected]',
1920 '[email protected]'],
1921 'blink_fetch': ['[email protected]',
1922 '[email protected]',
Takeshi Yoshino9d7588a32017-07-31 07:17:341923 '[email protected]'],
pennymac962d190432016-07-27 00:58:351924 'blink_fileapi': ['[email protected]',
1925 '[email protected]',
1926 '[email protected]'],
haraken98d0827a2017-02-27 00:55:191927 'blink_frames': ['[email protected]'],
Mounir Lamouria33886c2018-02-07 10:00:371928 'blink_geolocation': ['[email protected]'],
Nico Weberb6975cc2018-06-19 10:51:451929 'blink_heap': ['[email protected]',
pennymac962d190432016-07-27 00:58:351930 '[email protected]',
1931 '[email protected]'],
Dimitri Glazkov33286c62017-12-08 23:34:251932 'blink_html': ['[email protected]'],
csharrisonf357e9632016-07-29 01:27:221933 'blink_htmlparser': ['[email protected]',
1934 '[email protected]'],
Chris Blume484eaa1b2018-12-14 22:49:181935 'blink_image_codecs': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351936 'blink_indexed_db': ['[email protected]',
1937 '[email protected]'],
1938 'blink_input': ['[email protected]',
Navid Zolghadrf7ac0562018-08-02 21:43:161939 '[email protected]'],
pennymac962d190432016-07-27 00:58:351940 'blink_layers': ['[email protected]'],
1941 'blink_layout': ['[email protected]',
1942 '[email protected]',
pennymac962d190432016-07-27 00:58:351943 '[email protected]',
1944 '[email protected]',
1945 '[email protected]'],
Ojan Vafai1fa1ec52018-04-11 17:56:401946 'blink_layout_ng': ['[email protected]',
atotic30c8eba2016-10-28 13:24:071947 '[email protected]',
dgroganf9744ea2017-01-18 23:23:261948 '[email protected]',
lchoi2ba79a72017-05-25 00:23:051949 '[email protected]',
Xiaocheng Hu8bd4d8072017-10-25 23:44:321950 '[email protected]',
1951 '[email protected]'],
pennymac962d190432016-07-27 00:58:351952 'blink_loader': ['[email protected]',
1953 '[email protected]',
Takeshi Yoshinoab2ce8562017-11-09 05:19:191954 '[email protected]'],
pennymac962d190432016-07-27 00:58:351955 'blink_media': ['[email protected]',
1956 '[email protected]',
srirama.mdec4f512016-09-06 08:22:191957 '[email protected]',
1958 '[email protected]'],
pennymac962d190432016-07-27 00:58:351959 'blink_media_queries': ['[email protected]',
Nicolas Pena7a6b6992019-01-16 17:20:081960 '[email protected]'],
mcasas9558316b2017-03-10 18:57:311961 'blink_mediastream': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351962 'blink_modules': ['[email protected]'],
1963 'blink_navigator_content_utils': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351964 'blink_out_of_process_frames': ['[email protected]',
1965 '[email protected]'],
pennymac962d190432016-07-27 00:58:351966 'blink_paint' : ['[email protected]',
chrishtr4030de342016-10-03 23:57:591967 '[email protected]'],
Xida Chen0ef92782018-01-17 05:53:351968 'blink_paintworklet' : ['[email protected]'],
Balazs Engedy23f08852018-09-24 23:39:581969 'blink_permissions': ['[email protected]',
1970 '[email protected]'],
kinukoc462adb2016-12-22 12:58:491971 'blink_platform': ['[email protected]'],
ajumabd2c9c22017-05-01 21:29:501972 'blink_platform_graphics': ['[email protected]',
pennymac962d190432016-07-27 00:58:351973 '[email protected]',
1974 '[email protected]',
1975 '[email protected]',
fmalita9710b732017-02-17 05:10:021976 '[email protected]',
Fernando Serboncinie802c9f2018-11-06 19:17:111977 '[email protected]',
pennymac962d190432016-07-27 00:58:351978 '[email protected]',
pennymac962d190432016-07-27 00:58:351979 '[email protected]'],
Nicolas Pena7a6b6992019-01-16 17:20:081980 'blink_preloadScanner': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351981 'blink_prerender': ['[email protected]',
Nicolas Pena7a6b6992019-01-16 17:20:081982 '[email protected]'],
Dimitri Glazkov33286c62017-12-08 23:34:251983 'blink_public_api': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351984 'blink_quota': ['[email protected]',
1985 '[email protected]',
1986 '[email protected]'],
Alexander Timin864bf8a02018-03-12 11:06:281987 'blink_scheduler': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351988 'blink_screen_orientation': ['[email protected]'],
Kouhei Ueno43382932017-05-30 04:43:571989 'blink_script': ['[email protected]',
Takayoshi Kochi57997382018-07-19 03:57:591990 '[email protected]'],
David Bokan9dc0046272017-12-29 00:28:011991 'blink_scroll': ['[email protected]'],
Matt Falkenhagenca7fbb62018-07-10 09:21:431992 'blink_service_worker': ['[email protected]',
pennymac962d190432016-07-27 00:58:351993 '[email protected]',
1994 '[email protected]',
1995 '[email protected]',
pennymac962d190432016-07-27 00:58:351996 '[email protected]',
1997 '[email protected]',
tzik749ae1e2018-07-20 05:05:011998 '[email protected]'],
Matt Falkenhagenca7fbb62018-07-10 09:21:431999 'blink_service_worker_tests': ['[email protected]'],
Hayato Ito5fc828c2017-07-05 08:02:322000 'blink_shadow_dom': ['[email protected]'],
Rachel Blum41788872018-10-25 20:54:012001 'blink_spellcheck' : ['[email protected]',
Xiaocheng Hu8bd4d8072017-10-25 23:44:322002 '[email protected]'],
Adam Rice027497d2018-07-27 02:17:022003 'blink_streams': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352004 'blink_style': ['[email protected]'],
2005 'blink_svg': ['[email protected]',
fmalita9710b732017-02-17 05:10:022006 '[email protected]',
pennymac962d190432016-07-27 00:58:352007 '[email protected]',
pennymac962d190432016-07-27 00:58:352008 '[email protected]',
2009 '[email protected]',
pennymac962d190432016-07-27 00:58:352010 '[email protected]'],
pennymac962d190432016-07-27 00:58:352011 'blink_track': ['[email protected]',
2012 '[email protected]',
2013 '[email protected]',
Sriram8d3e0e22017-11-09 10:40:162014 '[email protected]',
2015 '[email protected]'],
mvanouwerkerk38f632c62017-04-13 10:35:312016 'blink_vibration': ['[email protected]'],
David Bokan9dc0046272017-12-29 00:28:012017 'blink_viewport_interaction': ['[email protected]',
2018 '[email protected]'],
pennymac962d190432016-07-27 00:58:352019 'blink_w3ctests': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352020 'blink_webp': ['[email protected]',
2021 '[email protected]',
2022 '[email protected]'],
Adam Rice027497d2018-07-27 02:17:022023 'blink_websockets': ['[email protected]',
2024 '[email protected]'],
pennymac962d190432016-07-27 00:58:352025 'blink_workers': ['[email protected]',
falken6731ece42016-10-12 01:41:502026 '[email protected]',
pennymac962d190432016-07-27 00:58:352027 '[email protected]',
shimazu99de61f2016-09-07 03:57:412028 '[email protected]',
2029 '[email protected]'],
Raphael Kubo da Costaae598192018-05-29 11:14:242030 'blink_wtf': ['[email protected]'],
Joel Hockey0db16432018-03-09 22:41:492031 'blink_xml': ['[email protected]',
2032 '[email protected]'],
donnd787f6ed2016-08-03 01:00:562033 'bottombar': ['[email protected]',
2034 '[email protected]'],
Tarun Bansalc4882282018-07-11 23:53:552035 'breve': ['[email protected]'],
[email protected]22650d22012-07-18 17:02:352036 'browser_components': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352037 'browser_compositor': ['[email protected]',
2038 '[email protected]'],
michaelpge42ca3b32016-02-19 08:17:572039 'browser_resources_md': ['[email protected]'],
Christian Dullwebered2c82b2018-04-10 08:37:222040 'browsing_data': ['[email protected]',
2041 '[email protected]',
msramek878b39d92016-04-20 07:55:332042 '[email protected]'],
Rouslan Solomakhin0b13446c2018-07-18 14:47:072043 'bubble': ['[email protected]'],
Josh Karlin1bd016742017-08-18 17:44:172044 'cache_storage': ['[email protected]'],
Xiangjun Zhang880262a2018-08-07 22:35:382045 'cast': ['[email protected]',
2046 '[email protected]',
miua1710162015-08-27 01:38:092047 '[email protected]',
[email protected]ad8ff0e2013-12-13 09:24:122048 '[email protected]',
miua1710162015-08-27 01:38:092049 '[email protected]',
Xiangjun Zhang880262a2018-08-07 22:35:382050 '[email protected]',
miua1710162015-08-27 01:38:092051 '[email protected]'],
ryanchung4d157372016-05-10 20:27:162052 'cast_certificate': ['[email protected]',
mfoltz57fd7f32017-05-03 06:12:582053 '[email protected]',
ryanchung24f9d7b2017-01-12 19:18:342054 '[email protected]'],
Adam Parkera556b7a2018-05-22 17:53:192055 'cast_channel': ['[email protected]',
Adam Parker41b9e4cb2017-08-14 17:09:122056 '[email protected]',
Ryan Ki Sing Chung27cc7ed92017-07-25 21:53:472057 '[email protected]'],
[email protected]c863702a2012-09-14 20:05:282058 'cc': ['[email protected]'],
Yi Guc1c54682018-07-23 12:00:002059 'cc-animation': ['[email protected]',
2060 '[email protected]'],
danakjca574522017-09-20 16:38:592061 'cc-contexts': ['[email protected]'],
2062 'cc-display': ['[email protected]'],
2063 'cc-paint': ['[email protected]'],
2064 'cc-quads': ['[email protected]'],
2065 'cc-resources': ['[email protected]'],
Alexander Timin864bf8a02018-03-12 11:06:282066 'cc-scheduler': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352067 'certificate_transparency': ['[email protected]',
2068 '[email protected]',
martijnccdd0542016-11-07 18:49:272069 '[email protected]',
pennymac962d190432016-07-27 00:58:352070 '[email protected]'],
Joe Mason60ec2f32018-02-15 15:50:512071 'chrome_cleaner': ['[email protected]',
Joe Mason89035f02018-11-30 22:12:542072 '[email protected]'],
Penny MacNeil0ced2cb2018-07-30 21:09:492073 'chrome_elf': ['[email protected]'],
lpy0ca13772017-02-28 19:48:272074 'chrome_grc': ['[email protected]'],
alokp9d869cc12016-05-27 01:46:312075 'chromecast': ['[email protected]',
2076 '[email protected]',
halliwellfa56b3a42015-09-04 21:42:572077 '[email protected]'],
gfhuang2548f902016-02-26 02:29:212078 'chromecast_public': ['[email protected]'],
kereliuk08eda794c2018-09-05 16:10:232079 'chromedriver': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352080 'chromeos': ['[email protected]'],
2081 'chromeos_attestation': ['[email protected]'],
2082 'chromeos_calculator': ['[email protected]'],
alematec5187b1b2016-08-26 05:32:182083 'chromeos_geolocation': ['[email protected]'],
Achuith Bhandarkar434e24592018-03-07 23:05:122084 'chromeos_lkgm': ['[email protected]',
Benjamin Pastened7029352018-04-17 19:09:102085 '[email protected]',
Achuith Bhandarkar434e24592018-03-07 23:05:122086 '[email protected]'],
alematec5187b1b2016-08-26 05:32:182087 'chromeos_login': ['[email protected]',
Jacob Dufaulted1ef2bc2018-08-10 18:21:342088 '[email protected]',
2089 '[email protected]'],
pennymac962d190432016-07-27 00:58:352090 'chromeos_net': ['[email protected]'],
2091 'chromeos_power': ['[email protected]'],
alematec5187b1b2016-08-26 05:32:182092 'chromeos_timezone': ['[email protected]'],
2093 'chromeos_webui': ['[email protected]'],
Daniel Cheng99312b632017-10-25 03:59:492094 'clang_update': ['[email protected]',
2095 '[email protected]',
thestigf023ccc2016-11-10 14:39:152096 '[email protected]',
[email protected]cf8ffa82013-02-13 08:30:072097 '[email protected]',
George Burgess IVbbcd9912018-04-17 14:59:282098 '[email protected]',
pennymac962d190432016-07-27 00:58:352099 '[email protected]',
rnk28bbd1772016-05-04 17:57:582100 '[email protected]',
Hans Wennborgf2eb949e2018-05-08 12:45:032101 '[email protected]',
Peter Collingbourne1ac5f712018-03-30 22:15:132102 '[email protected]',
rnk28bbd1772016-05-04 17:57:582103 '[email protected]',
pennymac962d190432016-07-27 00:58:352104 '[email protected]',
thestigf023ccc2016-11-10 14:39:152105 '[email protected]',
pennymac962d190432016-07-27 00:58:352106 '[email protected]',
horo8e9a01572016-07-27 06:05:312107 '[email protected]',
pennymac962d190432016-07-27 00:58:352108 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002109 'clipboard': ['[email protected]'],
Aaron Gable64f273582017-03-30 18:02:002110 'codereview_settings': ['[email protected]'],
sdefresned94c5b02015-07-22 17:54:552111 'components_deps': ['[email protected]',
2112 '[email protected]',
2113 '[email protected]'],
Matthew Jonesf3b5f4f2019-01-04 00:01:252114 'compositor_animator': ['[email protected]'],
Conley Owensd744e392018-04-24 19:18:572115 'content_bluetooth': ['[email protected]',
Vincent Scheibf01b55ff22018-01-10 21:05:062116 '[email protected]'],
Randy Smith9d64e6e2018-03-07 20:07:082117 'content_loader': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352118 'content_renderer': ['[email protected]'],
mkwst75a31a42014-09-14 18:32:532119 'content_shell': ['[email protected]',
peterc9e3e172015-11-02 09:29:162120 '[email protected]',
2121 '[email protected]'],
nhiroki90ba0102015-07-21 01:42:242122 'content_worker': ['[email protected]',
2123 '[email protected]'],
donnd787f6ed2016-08-03 01:00:562124 'contextual_search': ['[email protected]',
2125 '[email protected]'],
pennymac962d190432016-07-27 00:58:352126 'courgette': ['[email protected]',
2127 '[email protected]'],
Nico Weber6ff639a2017-08-11 21:04:502128 'cq': ['[email protected]',
2129 '[email protected]',
2130 '[email protected]',
2131 '[email protected]',
2132 '[email protected]'],
Dan Beam5dec1b42018-12-10 23:52:342133 'cr_elements': ['[email protected]',
2134 '[email protected]',
michaelpge42ca3b32016-02-19 08:17:572135 '[email protected]'],
Chung-yih Wang7afc64a2018-03-06 02:09:042136 'cros_benchmarks': ['[email protected]',
2137 '[email protected]',
2138 '[email protected]'],
Ben Wells03471a72018-03-22 00:58:462139 'crostini': ['[email protected]'],
Peter Beverloob90e4c32018-12-07 14:27:192140 'custom_tabs': ['[email protected]',
2141 '[email protected]',
Peter E Conn35d3a982019-01-17 10:35:272142 '[email protected]',
Peter Beverloo5cc24512018-11-29 15:36:432143 '[email protected]',
Peter E Conn35d3a982019-01-17 10:35:272144 '[email protected]'],
Ryo Hashimoto900be52c2018-05-24 06:42:262145 'dbus': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:192146 'deep_memory_profiler': ['[email protected]'],
Conley Owensd744e392018-04-24 19:18:572147 'device_bluetooth': ['[email protected]',
Vincent Scheibf01b55ff22018-01-10 21:05:062148 '[email protected]'],
Conley Owensd744e392018-04-24 19:18:572149 'device_chooser': ['[email protected]',
Ovidio Henriquez86333882018-11-05 18:25:212150 '[email protected]',
2151 '[email protected]'],
pennymac962d190432016-07-27 00:58:352152 'devtools': ['[email protected]',
2153 '[email protected]'],
Adam Parkera556b7a2018-05-22 17:53:192154 'dial': ['[email protected]',
mfoltz57fd7f32017-05-03 06:12:582155 '[email protected]'],
kinukoc462adb2016-12-22 12:58:492156 'disk_cache': ['[email protected]'],
David Trainor051827f2017-06-02 18:33:132157 'download': ['[email protected]'],
Dan Beam5dec1b42018-12-10 23:52:342158 'downloads_ui': ['[email protected]',
2159 '[email protected]'],
[email protected]89d2cd52013-04-16 01:55:362160 'drive_resource_metadata': ['[email protected]'],
[email protected]3a25c8a2014-06-26 06:47:102161 'eme': ['[email protected]'],
Justin DeWittf64d39e2018-08-09 21:33:412162 'explore_sites': ['[email protected]',
2163 '[email protected]',
2164 '[email protected]',
Pete Williamson3600f2d2018-09-24 17:31:112165 '[email protected]',
2166 '[email protected]'],
[email protected]f9529e7922013-06-06 05:19:412167 'extension': ['[email protected]',
2168 '[email protected]'],
Luna Lu7f221f22017-06-13 16:46:142169 'feature_policy': ['[email protected]',
Joe Medleya129fe32018-01-25 15:20:222170 '[email protected]',
Joe Medley1e1bb652018-04-27 17:36:592171 '[email protected]'],
[email protected]84dcfd92014-05-23 13:18:192172 'fileapi': ['[email protected]',
[email protected]6f217122013-11-25 07:21:482173 '[email protected]',
2174 '[email protected]'],
yoshiki1c0ba2782014-12-08 07:04:262175 'filebrowse': ['[email protected]'],
Joel Hockey0db16432018-03-09 22:41:492176 'filesapp': ['[email protected]',
2177 '[email protected]',
okab0be3dc2016-08-30 07:37:102178 '[email protected]'],
Tomasz Mikolajewski2905dbb2017-11-22 06:24:042179 'fsp': ['[email protected]'],
Wez385de5a2017-07-13 20:13:162180 'fuchsia': ['[email protected]', '[email protected]'],
mmoroz58ddb8172016-09-08 18:29:552181 'fuzzing': ['[email protected]'],
Conley Owensd744e392018-04-24 19:18:572182 'gamepad': ['[email protected]'],
Dan Elphick7c3105252017-11-06 15:51:472183 'gcm': ['[email protected]',
pennymac962d190432016-07-27 00:58:352184 '[email protected]'],
Raphael Kubo da Costab8111f9f2018-10-04 14:24:232185 'generic_sensor': ['[email protected]',
Vincent Scheibd5da4d952017-11-03 01:33:242186 '[email protected]',
timvolodine4cf58ca2017-05-24 16:11:482187 '[email protected]',
mikhail.pozdnyakova8db26402016-11-28 18:27:122188 '[email protected]'],
Mounir Lamouri578ca402019-01-23 20:40:482189 'geolocation': ['[email protected]'],
[email protected]cf428f732012-10-02 20:48:152190 'gfx_geometry': ['[email protected]'],
[email protected]f93b7382012-08-09 20:53:162191 'gfx_image': ['[email protected]'],
agrieve4d9c1c52016-09-23 17:49:382192 'gn': ['[email protected]',
Trent Apted93d53b02019-01-21 02:54:342193 '[email protected]'],
[email protected]a6159102013-11-08 23:21:522194 'gpu': ['[email protected]'],
Corentin Wallez3f1d0852018-07-04 15:45:362195 'gpu_passthrough_cmd_decoder': ['[email protected]'],
Ehsan Karamadc20cee22018-08-10 21:32:332196 'guest_view': ['[email protected]',
Kevin McNee77c2f6b2018-08-14 21:43:582197 '[email protected]',
Ehsan Karamadc20cee22018-08-10 21:32:332198 '[email protected]'],
Andrey Kosyakova173d252018-05-07 18:29:112199 'headless': ['[email protected]'],
Dan Beam5dec1b42018-12-10 23:52:342200 'history_ui': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002201 'i18n': ['[email protected]'],
Greg Thompson4f90fc992017-07-25 19:30:372202 'incident_reporting': ['[email protected]'],
[email protected]8b250562014-08-12 19:07:452203 'indexed_db': ['[email protected]',
dgrogand792a7f2016-01-21 00:12:132204 '[email protected]'],
John Budorickf6a1c302018-10-29 16:32:482205 'infra': ['[email protected]'],
bruthigaa8281f2016-02-09 17:52:312206 'ink_drop': ['[email protected]'],
Navid Zolghadr9994e8e2019-01-22 17:36:082207 'input': ['[email protected]',
2208 '[email protected]'],
Michael Spang808d5c12018-10-23 19:20:392209 'input_devices': ['[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:262210 'installable': ['[email protected]'],
Raphael Kubo da Costaf242cef72017-11-08 16:01:182211 'installer_linux': ['[email protected]',
2212 '[email protected]'],
Greg Thompson4f90fc992017-07-25 19:30:372213 'installer_win': ['[email protected]',
Greg Thompson4f90fc992017-07-25 19:30:372214 '[email protected]'],
Ramya Nagarajan7768bf62018-11-28 21:26:042215 'instant': ['[email protected]',
2216 '[email protected]',
2217 '[email protected]',
2218 '[email protected]'],
edchin46453b42017-03-03 01:40:112219 'ios': ['[email protected]'],
2220 'ios_chrome': ['[email protected]',
eugenebutb5a5a8572017-01-20 01:18:112221 '[email protected]'],
edchin46453b42017-03-03 01:40:112222 'ios_clean': ['[email protected]',
lpromero6846b19d2017-05-23 10:43:592223 '[email protected]'],
Eric Noyaua1825272019-01-02 10:36:392224 'ios_flags': ['[email protected]'],
edchin46453b42017-03-03 01:40:112225 'ios_showcase': ['[email protected]',
lpromero6846b19d2017-05-23 10:43:592226 '[email protected]'],
edchin46453b42017-03-03 01:40:112227 'ios_web': ['[email protected]',
2228 '[email protected]'],
Johanndfa4d7d2017-12-07 18:05:292229 'libaom': ['[email protected]',
pennymac962d190432016-07-27 00:58:352230 '[email protected]',
2231 '[email protected]',
2232 '[email protected]'],
Johanndfa4d7d2017-12-07 18:05:292233 'libvpx': ['[email protected]',
2234 '[email protected]',
2235 '[email protected]',
2236 '[email protected]',
2237 '[email protected]',
2238 '[email protected]'],
Takeshi Yoshino524e1d262017-07-28 01:16:382239 'libwebp': ['[email protected]',
2240 '[email protected]',
2241 '[email protected]'],
dominiccabb90e02017-03-31 04:54:232242 'libxml_xslt': ['[email protected]',
2243 '[email protected]'],
[email protected]04a292a2013-03-07 19:58:422244 'linux_fonts': ['[email protected]'],
[email protected]6d7e0bf2014-07-28 22:30:402245 'linux_sandboxing': ['[email protected]'],
[email protected]04a292a2013-03-07 19:58:422246 'linux_seccomp_bpf': ['[email protected]'],
lgrey62faed72016-10-11 21:40:392247 'mac' : ['[email protected]'],
mlamourid8b0feb2015-06-02 16:30:472248 'manifest': ['[email protected]'],
James Cook4bfa66fa2018-05-29 17:20:422249 'mash_buildbot_filters': ['[email protected]',
2250 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002251 'media': ['[email protected]'],
Miguel Casas-Sanchez5eb47252017-09-05 21:15:032252 'media_capture_from_element': ['[email protected]'],
Tommy Steimel074a1822018-02-07 17:25:442253 'media_controls': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352254 'media_galleries': ['[email protected]',
2255 '[email protected]'],
Hirokazu Hondae31ce109a2018-09-18 11:18:502256 'media_gpu': ['[email protected]'],
Xiaohan Wang6cbdcdf2018-06-12 21:55:542257 'media_mojo': ['[email protected]',
2258 '[email protected]'],
mcasasfeedbe42017-03-03 05:23:562259 'media_recorder': ['[email protected]',
mcasas9558316b2017-03-10 18:57:312260 '[email protected]'],
Xiangjun Zhang880262a2018-08-07 22:35:382261 'media_remoting': ['[email protected]',
2262 '[email protected]',
mfoltz57fd7f32017-05-03 06:12:582263 '[email protected]',
apacible01538e02016-11-04 22:15:312264 '[email protected]',
Xiangjun Zhang880262a2018-08-07 22:35:382265 '[email protected]',
miu5e69f1c52016-10-23 13:40:112266 '[email protected]'],
Adam Parkera556b7a2018-05-22 17:53:192267 'media_router': ['[email protected]',
Takumi Fujimoto4bef2792018-05-03 17:51:552268 '[email protected]',
Xiangjun Zhang880262a2018-08-07 22:35:382269 '[email protected]',
Takumi Fujimoto4bef2792018-05-03 17:51:552270 '[email protected]'],
Xiaohan Wang6cbdcdf2018-06-12 21:55:542271 'media_win': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002272 'message_loop': ['[email protected]'],
isherman1eee6f12014-12-09 02:14:302273 'metrics': ['[email protected]'],
[email protected]1d8899ee2014-06-10 20:58:122274 'metrics_xml_files': ['[email protected]'],
toyoshim8f51f902015-03-27 03:50:212275 'midi': ['[email protected]'],
John Abd-El-Malek01cfd3f2018-06-21 16:33:122276 'mojo': ['[email protected]'],
Ryan Hansberry587c8082018-09-20 01:31:192277 'multidevice': ['[email protected]',
Ryan Hansberry786f1912018-10-30 21:21:392278 '[email protected]',
Ryan Hansberry587c8082018-09-20 01:31:192279 '[email protected]',
Kyle Horimotoc4d57b122018-02-28 01:17:302280 '[email protected]',
2281 '[email protected]',
2282 '[email protected]',
Ryan Hansberry587c8082018-09-20 01:31:192283 '[email protected]'],
rjkroegef60dea862015-10-29 17:50:062284 'mus': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002285 'nacl': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352286 'native_client_sdk': ['[email protected]',
2287 '[email protected]'],
Alex Moshchuk3fbcf782018-05-09 00:06:292288 'navigation': ['[email protected]',
2289 '[email protected]',
pennymac962d190432016-07-27 00:58:352290 '[email protected]'],
Chris Bentzel605478a2018-07-10 21:47:012291 'net': ['[email protected]'],
bnc1872e8bd2017-01-27 02:47:282292 'net_base': ['[email protected]'],
bnc1872e8bd2017-01-27 02:47:282293 'net_http2': ['[email protected]'],
2294 'net_log': ['[email protected]',
Matt Menkecebc2402017-07-20 16:26:092295 '[email protected]'],
Adam Rice027497d2018-07-27 02:17:022296 'net_server': ['[email protected]'],
bnc1872e8bd2017-01-27 02:47:282297 'net_spdy': ['[email protected]'],
Adam Rice027497d2018-07-27 02:17:022298 'net_websockets': ['[email protected]'],
jkarlin539748402015-03-31 17:36:312299 'netinfo': ['[email protected]'],
Helen Li30f43d8e2018-05-09 16:24:012300 'network_service': ['[email protected]'],
Conley Owensd744e392018-04-24 19:18:572301 'nfc': ['[email protected]'],
Peter Beverloo45bf54c2018-08-06 17:12:032302 'notifications': ['[email protected]'],
tbansalc6f1c9f2016-09-30 22:48:422303 'nqe': ['[email protected]'],
Eric Noyaua1825272019-01-02 10:36:392304 'ntp_snippets': ['[email protected]'],
2305 'ntp_tiles': ['[email protected]'],
peterc7e27422017-05-17 04:05:282306 'offline_items_collection': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352307 'offline_pages': ['[email protected]',
Carlos Knippschild6a2e2f02017-06-02 18:18:142308 '[email protected]',
pennymac962d190432016-07-27 00:58:352309 '[email protected]',
2310 '[email protected]',
dewittj74b23f6f2016-04-21 19:29:252311 '[email protected]',
2312 '[email protected]',
pennymac962d190432016-07-27 00:58:352313 '[email protected]'],
jdonnelly6fa5a21d2017-01-03 15:28:352314 'omnibox': ['[email protected]'],
Sophie Chang76811dfb2018-12-20 21:40:472315 'optimization_guide': ['[email protected]'],
iclelland8b904402016-10-05 15:01:232316 'origin_trials': ['[email protected]',
Ian Clelland1b27f8f62017-06-22 13:36:242317 '[email protected]'],
pennymac962d190432016-07-27 00:58:352318 'ozone': ['[email protected]',
Maksim Sisovdd171472018-10-01 19:51:032319 '[email protected]',
pennymac962d190432016-07-27 00:58:352320 '[email protected]'],
Sergey Ulanov004097c2018-11-05 23:29:282321 'ozone_scenic': ['[email protected]',
Sergey Ulanovac3ba332018-11-08 00:16:452322 '[email protected]',
Sergey Ulanov004097c2018-11-05 23:29:282323 '[email protected]',
2324 '[email protected]',
2325 '[email protected]'],
Emily Stark204d2382017-12-01 05:24:562326 'page_info' : ['[email protected]'],
Bryan McQuade4233f412017-07-28 16:23:412327 'page_load_metrics' : ['[email protected]',
2328 '[email protected]',
tdresserd80646f2017-03-03 19:26:082329 '[email protected]',
2330 '[email protected]'],
Daniel Cheng99312b632017-10-25 03:59:492331 'panels': ['[email protected]',
pennymac962d190432016-07-27 00:58:352332 '[email protected]',
2333 '[email protected]'],
mkwst17a9875d2016-06-24 10:36:392334 'password_manager': ['[email protected]',
Vasilii Sukhanovc4e6c2842018-07-18 12:12:202335 '[email protected]'],
sebsgbbfbea02016-10-24 21:54:592336 'payments': ['[email protected]',
mahmadi0a7bb59f2017-02-22 19:13:492337 '[email protected]',
Anthony Vallee-Dubois866affd22018-03-19 15:13:212338 '[email protected]',
2339 '[email protected]'],
mahmadi0a7bb59f2017-02-22 19:13:492340 'payments_ios': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352341 'pepper_api': ['[email protected]',
2342 '[email protected]',
2343 '[email protected]',
2344 '[email protected]',
2345 '[email protected]',
pennymac962d190432016-07-27 00:58:352346 '[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:262347 'permissions': ['[email protected]',
Xi Han50f523a1d2017-07-19 15:56:112348 '[email protected]',
Dominick Ngcaa7b402017-07-11 07:35:392349 '[email protected]',
Balazs Engedy23f08852018-09-24 23:39:582350 '[email protected]',
Timothy Lohb2a4eff2017-08-03 07:07:562351 '[email protected]',
2352 '[email protected]'],
François Beaufortb2070eb2018-02-08 10:36:342353 'picture_in_picture': ['[email protected]'],
Lutz Justena67427102018-06-28 08:55:462354 'policy_templates': ['[email protected]'],
Dan Beam5dec1b42018-12-10 23:52:342355 'polymer': ['[email protected]',
2356 '[email protected]'],
Charles Harrison981d33c2017-10-06 21:36:222357 'popup_blocker': ['[email protected]'],
twifkak0c69c1f2015-06-22 18:20:092358 'precache': ['[email protected]'],
[email protected]be775bc2014-06-30 15:41:142359 'prepopulated_engines': ['[email protected]'],
Chris Bentzel605478a2018-07-10 21:47:012360 'prerender': ['[email protected]',
pennymac962d190432016-07-27 00:58:352361 '[email protected]'],
Adam Parkera556b7a2018-05-22 17:53:192362 'presentation': ['[email protected]'],
rbpotter0d9edeed2018-08-03 14:11:582363 'print_preview': ['[email protected]'],
Peter Beverloo45bf54c2018-08-06 17:12:032364 'push_messaging': ['[email protected]'],
stkhapugin06503142016-12-07 14:32:122365 'reading_list': ['[email protected]'],
[email protected]c3887592014-02-06 20:02:252366 'remoting': ['[email protected]'],
Ali Tofigh000debb52017-11-07 21:35:422367 'rlz_id': ['[email protected]',
pennymac962d190432016-07-27 00:58:352368 '[email protected]'],
Joe Medley1e1bb652018-04-27 17:36:592369 'runtime_enabled_features': ['[email protected]'],
Daniel Ruberyfa8cd5d2018-09-13 17:31:232370 'safe_browsing': ['[email protected]',
2371 '[email protected]',
vakh125ad862017-03-17 00:06:252372 '[email protected]'],
mlamourid8b0feb2015-06-02 16:30:472373 'screen_orientation': ['[email protected]'],
Robert Sesekae79d38512018-09-04 18:13:302374 'security': ['[email protected]'],
Jeffrey Cohen7fe36f502018-12-12 01:38:212375 'send_tab_to_self': ['[email protected]',
Jeffrey Cohen7fe36f502018-12-12 01:38:212376 '[email protected]',
Jeffrey Cohen6b31b2d2019-01-23 19:12:302377 '[email protected]',
Jeffrey Cohen7fe36f502018-12-12 01:38:212378 '[email protected]',
Jeffrey Cohen6b31b2d2019-01-23 19:12:302379 '[email protected]',
2380 '[email protected]'],
pennymac962d190432016-07-27 00:58:352381 'service_worker': ['[email protected]',
[email protected]6d095a8b2014-02-28 15:26:162382 '[email protected]',
pennymac962d190432016-07-27 00:58:352383 '[email protected]',
pennymac962d190432016-07-27 00:58:352384 '[email protected]',
horo8e9a01572016-07-27 06:05:312385 '[email protected]',
tzik749ae1e2018-07-20 05:05:012386 '[email protected]'],
Colin Blundell6d2669a2017-07-11 06:26:532387 'services_public': ['[email protected]'],
Dan Beam5dec1b42018-12-10 23:52:342388 'settings': ['[email protected]',
2389 '[email protected]',
2390 '[email protected]'],
alitoc5534d62017-04-21 01:48:582391 'settings_reset_prompt': ['[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:262392 'site_engagement': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352393 'site_instance': ['[email protected]',
Alex Moshchuk3fbcf782018-05-09 00:06:292394 '[email protected]',
pennymac962d190432016-07-27 00:58:352395 '[email protected]',
[email protected]b9ecdb62014-03-07 14:56:432396 '[email protected]'],
Ryan Hansberry587c8082018-09-20 01:31:192397 'smartlock': ['[email protected]',
Ryan Hansberry786f1912018-10-30 21:21:392398 '[email protected]',
Ryan Hansberry587c8082018-09-20 01:31:192399 '[email protected]',
2400 '[email protected]',
2401 '[email protected]',
2402 '[email protected]',
2403 '[email protected]'],
Zentaro Kavanagh608f8a12018-01-19 18:39:562404 'smb': ['[email protected]'],
Joe Medley1e1bb652018-04-27 17:36:592405 'source_idls': ['[email protected]'],
Rachel Blum41788872018-10-25 20:54:012406 'spellcheck': ['[email protected]',
timvolodine8cdb94c2016-09-22 12:17:222407 '[email protected]',
2408 '[email protected]'],
Greg Thompson9ea091702018-01-04 11:06:322409 'startup': ['[email protected]',
2410 '[email protected]'],
[email protected]67f39af2013-08-23 20:06:052411 'streams': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352412 'styleguide': ['[email protected]',
vmpstrdeec20e2016-11-18 22:17:322413 '[email protected]',
2414 '[email protected]'],
Peter Wenbef43902018-11-28 22:08:122415 'styleguide_python': ['[email protected]',
2416 '[email protected]',
2417 '[email protected]'],
engedye7b734da2017-02-07 12:08:132418 'subresource_filter': ['[email protected]'],
Pam Greene8efbeae92018-10-02 14:54:462419 'supervised_users': [],
CJ DiMegliocaddc3482018-12-12 02:28:382420 'surface_layer_for_video': [ '[email protected]',
2421 '[email protected]'],
maxbogue65ea2632016-04-04 18:12:582422 'sync': ['[email protected]'],
[email protected]84dcfd92014-05-23 13:18:192423 'syncfs': ['[email protected]',
[email protected]6f217122013-11-25 07:21:482424 '[email protected]',
2425 '[email protected]'],
miu5e69f1c52016-10-23 13:40:112426 'tab_alert_indicators': ['[email protected]'],
Adam Parkera556b7a2018-05-22 17:53:192427 'tab_capture': ['[email protected]',
Xiangjun Zhang880262a2018-08-07 22:35:382428 '[email protected]',
miu5e69f1c52016-10-23 13:40:112429 '[email protected]'],
pennymac962d190432016-07-27 00:58:352430 'tab_contents': ['[email protected]',
2431 '[email protected]',
2432 '[email protected]'],
tdresserd80646f2017-03-03 19:26:082433 'tbmv2_metrics': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:192434 'tcmalloc': ['[email protected]'],
tonygc7f6a4c12015-01-16 18:32:262435 'telemetry': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352436 'test_runner': ['[email protected]',
einbindera29577e2016-08-23 01:21:492437 '[email protected]',
2438 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002439 'tests': [],
Ryan Hansberry587c8082018-09-20 01:31:192440 'tether': ['[email protected]',
Ryan Hansberry786f1912018-10-30 21:21:392441 '[email protected]',
Ryan Hansberry587c8082018-09-20 01:31:192442 '[email protected]',
2443 '[email protected]',
2444 '[email protected]',
dbeamd924f0d0d2017-06-20 02:34:252445 '[email protected]',
Ryan Hansberry587c8082018-09-20 01:31:192446 '[email protected]'],
pennymac962d190432016-07-27 00:58:352447 'textinput': ['[email protected]',
2448 '[email protected]',
2449 '[email protected]',
Yuichiro Hanadaf0b3b472017-10-17 07:00:532450 '[email protected]',
pennymac962d190432016-07-27 00:58:352451 '[email protected]'],
2452 'textinput_chromeos': ['[email protected]',
2453 '[email protected]',
Yuichiro Hanadaf0b3b472017-10-17 07:00:532454 '[email protected]',
pennymac962d190432016-07-27 00:58:352455 '[email protected]'],
chirantan96fcf6d2015-01-21 22:36:192456 'timers': ['[email protected]'],
robliaofd54b5c2017-01-13 00:41:302457 'tools_win_chromeexts': ['[email protected]'],
AJITH KUMAR V4f0c4812018-03-27 13:46:572458 'touch_selection': ['[email protected]',
2459 '[email protected]'],
pennymac962d190432016-07-27 00:58:352460 'tracing': ['[email protected]',
Michael Spangbbcf79de2018-12-13 15:07:262461 '[email protected]',
2462 '[email protected]'],
[email protected]cf428f732012-10-02 20:48:152463 'ui_compositor': ['[email protected]'],
robliao2c4b7492016-07-19 01:57:262464 'ui_display_win': ['[email protected]'],
[email protected]6b5093c2012-05-23 19:10:182465 'ui_resources': ['[email protected]'],
edwardjung83f52ef22017-02-07 13:15:072466 'ui_strings': ['[email protected]'],
Ovidio Henriquez86333882018-11-05 18:25:212467 'usb': ['[email protected]',
2468 '[email protected]'],
Miguel Casas-Sancheza65d49a2017-12-11 03:27:482469 'vaapi': ['[email protected]'],
[email protected]c73ec8ab2014-01-16 20:35:232470 'version_assembly': ['[email protected]',
2471 '[email protected]'],
Alexandre Courbot3e9e55a2018-04-05 05:29:422472 'video': ['[email protected]'],
mcasas9558316b2017-03-10 18:57:312473 'video_capture': ['[email protected]'],
Alexandre Courbot3e9e55a2018-04-05 05:29:422474 'video_gpu': ['[email protected]'],
blakeod4cc78a2017-05-10 06:56:482475 'virtual_keyboard': ['[email protected]',
2476 '[email protected]',
okabf9f6f02017-02-17 05:14:292477 '[email protected]'],
billorr3c7e1442016-11-11 21:21:352478 'virtual_reality': ['[email protected]'],
Chris Blumec6ddd6c2018-12-14 23:35:012479 'vulkan': ['[email protected]'],
Conley Owensd744e392018-04-24 19:18:572480 'wake_lock': ['[email protected]'],
Dan Beam5dec1b42018-12-10 23:52:342481 'web_dev_style': ['[email protected]'],
Devin Mullins4ff9b282018-03-09 00:37:322482 'web_package': ['[email protected]'],
Matt Giuca9eb910d2017-08-02 04:07:382483 'web_share': ['[email protected]'],
Martin Kreichgauer794a18572018-07-20 20:45:432484 'webauthn': ['[email protected]'],
Corentin Wallez3f1d0852018-07-04 15:45:362485 'webgpu': ['[email protected]',
2486 '[email protected]'],
Takeshi Yoshinoe387aa32017-08-02 13:16:132487 'webrtc_browser_tests': ['[email protected]'],
Christian Dullwebered2c82b2018-04-10 08:37:222488 'website_settings': ['[email protected]',
2489 '[email protected]',
pennymac962d190432016-07-27 00:58:352490 '[email protected]',
2491 '[email protected]'],
Dan Beam5dec1b42018-12-10 23:52:342492 'webui_backend': ['[email protected]'],
Penny MacNeil0ced2cb2018-07-30 21:09:492493 'windows_sandboxing': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002494 'x11': ['[email protected]',
2495 '[email protected]',
2496 '[email protected]'],
Chris Blume04103c42018-12-14 22:46:062497 'zlib': ['[email protected]'],
wjmaclean3ff6a402015-03-31 19:00:202498 'zoom': ['[email protected]'],
[email protected]a3838612009-10-13 21:57:542499 },
2500}