blob: 37ad3a1f5c914888da5c8c1017874ea05d5e5aa9 [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 },
gabadieb0d23bb92016-02-17 11:26:1664 'android_loading': {
65 'filepath': 'tools/android/loading/'
66 },
[email protected]d6af50812014-04-01 17:18:0967 'android_media': {
68 'filepath': 'content/browser/media/android' \
69 '|content/renderer/media/android' \
70 '|media/audio/android' \
71 '|media/base/android' \
72 '|media/midi/*_android.*' \
73 '|media/video/capture/android'
74 },
Ted Choc042d8442018-03-13 16:35:5775 'android_search_widget': {
76 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/locale/' \
77 '|chrome/android/java/src/org/chromium/chrome/browser/searchwidget/'
78 },
wnwena0364162017-02-16 20:37:3879 'android_studio': {
nyquist6e560d032017-02-28 07:49:5980 'filepath': 'build/android/gradle/' \
81 '|docs/android_studio.md' \
82 '|tools/android/android_studio'
wnwena0364162017-02-16 20:37:3883 },
[email protected]3261d962014-03-04 22:18:2884 'android_tab': {
85 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/Tab'
86 },
asvitkine361b276e2016-08-30 18:45:0087 'android_uma_settings': {
88 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/preferences/privacy/UsageAndCrashReportsPreferenceFragment.java|'\
89 'chrome/android/java/src/org/chromium/chrome/browser/preferences/privacy/PrivacyPreferencesManager.java|'\
90 'chrome/android/java/src/org/chromium/chrome/browser/preferences/privacy/PrivacyPreferences.java|'\
asvitkine361b276e2016-08-30 18:45:0091 'chrome/android/java/src/org/chromium/chrome/browser/metrics/UmaSessionStats.java',
92 },
zpengb9a180d2016-10-12 18:40:2193 'android_webapk': {
zpeng4c3bc372016-10-13 03:00:4894 'filepath': 'chrome/android/webapk/|'\
95 'chrome/browser/android/webapk/',
zpengb9a180d2016-10-12 18:40:2196 },
[email protected]7ca78dc12012-09-20 09:26:4497 'android_webview': {
98 'filepath': 'android_webview/',
99 },
Yi Guc1c54682018-07-23 12:00:00100 'animation_worklet': {
101 'filepath': 'third_party/blink/renderer/modules/animationworklet/',
102 },
[email protected]8a197f22012-06-22 14:59:05103 'app_list': {
Jiaquan He256e6c6b2017-11-20 23:02:02104 'filepath': 'ash/app_list'\
105 '|chrome/browser/ui/app_list'\
[email protected]311cc902013-03-15 04:45:46106 '|chrome/browser/ui/ash/app_list'\
[email protected]311cc902013-03-15 04:45:46107 '|chrome/browser/ui/views/app_list'\
108 '|ui/app_list/'
[email protected]8a197f22012-06-22 14:59:05109 },
[email protected]e38d185a2013-07-09 08:23:52110 'app_shortcuts': {
111 'filepath': 'apps/app_shim/'\
112 '|chrome/browser/web_applications/'\
113 '|chrome/browser/ui/web_applications/'\
114 '|chrome/common/mac/'
115 },
[email protected]54bf94d2013-01-30 23:07:40116 'apps': {
Dominick Ngfe197c752018-07-18 00:51:26117 'filepath': '^apps/'\
118 '|chrome/browser/apps/'\
119 '|chrome/browser/chromeos/apps/'
[email protected]54bf94d2013-01-30 23:07:40120 },
lhchavez4b19176f2016-05-04 23:12:46121 'arc': {
122 'filepath': 'arc/',
123 },
lhchavez61532c92016-10-18 21:33:37124 'arc_auth': {
125 'filepath': 'chrome/browser/chromeos/arc/arc_auth'
126 },
Ryo Hashimoto611b8fc52018-09-28 10:01:20127 'arc_common': {
128 'filepath': 'components/arc/common/',
129 },
Shuhei Takahashiaf68cff2017-07-24 05:17:12130 'arc_fileapi': {
131 'filepath': 'chrome/browser/chromeos/arc/fileapi'
132 },
poromov7633f602017-02-21 16:44:01133 'arc_kiosk': {
134 'filepath': 'chrome/browser/chromeos/app_mode/arc/'\
135 '|components/arc/kiosk/'\
136 '|arc_kiosk'
137 },
lhchavez4b19176f2016-05-04 23:12:46138 'arc_net': {
139 'filepath': 'components/arc/net/',
140 },
ejcarusoa298ec02016-06-16 20:30:43141 'arc_power': {
142 'filepath': 'components/arc/power/',
143 },
Hirokazu Hondaf98a3122018-04-12 11:19:48144 'arc_video_accelerator': {
145 'filepath': 'components/arc/video_accelerator',
146 },
[email protected]3ce56642013-10-17 22:12:51147 'ash': {
148 'filepath': 'ash/',
149 },
Xiaohui Chenf7e70a22018-02-08 00:36:38150 'assistant': {
Xiaohui Chen985c26b2018-05-16 18:41:27151 'filepath': 'ash/assistant/'\
152 '|chromeos/assistant/'\
153 '|chromeos/services/assistant/'\
154 '|chrome/browser/ui/ash/assistant/'
Xiaohui Chenf7e70a22018-02-08 00:36:38155 },
Max Morin2b0206312018-04-06 11:17:40156 'audio_service': {
157 'filepath': 'services/audio/'
158 },
[email protected]f76c8852012-06-21 16:37:00159 'aura': {
[email protected]3ce56642013-10-17 22:12:51160 'filepath': 'ui/aura/',
[email protected]84ba35e32010-08-06 17:22:39161 },
[email protected]c3a6e1e72013-08-02 00:13:07162 'aura_compositor': {
163 'filepath':
164 'ui/compositor/' \
[email protected]6dc38f72014-01-16 22:19:58165 '|content/browser/compositor/' \
danakj479ab502017-03-31 20:19:09166 '|content/browser/renderer_host/compositor_resize_lock' \
[email protected]c3a6e1e72013-08-02 00:13:07167 '|content/browser/renderer_host/render_widget_host_view_aura' \
168 '|content/browser/renderer_host/render_widget_host_view_browsertest' \
[email protected]a6eeeef92014-03-19 19:06:44169 '|content/browser/renderer_host/delegated' \
[email protected]c3a6e1e72013-08-02 00:13:07170 '|content/common/gpu/client/' \
[email protected]c3a6e1e72013-08-02 00:13:07171 },
[email protected]2a38f0c02013-05-29 02:27:45172 'autofill': {
rouslanfbfa7402016-11-22 19:36:39173 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/autofill/|'\
174 'chrome/browser/autofill/|'\
[email protected]d9310a82012-11-02 02:53:48175 'chrome/browser/ui/android/autofill/|'\
176 'chrome/browser/ui/autofill/|'\
[email protected]e3e4ca62013-05-17 08:50:27177 'chrome/browser/ui/cocoa/autofill/|'\
[email protected]d9310a82012-11-02 02:53:48178 'chrome/browser/ui/views/autofill/|'\
[email protected]d9310a82012-11-02 02:53:48179 'chrome/renderer/autofill/|'\
180 'chrome/test/data/autofill/|'\
[email protected]3947d4a82013-03-12 09:41:05181 'components/autofill/|'\
[email protected]30964792013-05-29 02:41:25182 'components/autofill/browser/webdata/|'\
vabrbeb0c562015-12-01 10:48:08183 'components/webdata/',
[email protected]b3399272010-08-10 19:49:29184 },
gogerald5d02fde2018-08-18 04:30:56185 'autofill_assistant': {
186 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/autofill_assistant/|'\
187 'chrome/browser/android/autofill_assistant/|'\
188 'components/autofill_assistant/',
189 },
Jared Saul4765c1e2018-06-18 13:44:57190 'autofill_credit_cards': {
191 'filepath': 'chrome/browser/ui/autofill/chrome_autofill_client*|'\
192 'chrome/browser/ui/autofill/save_card_*|'\
193 'chrome/browser/ui/views/autofill/card_unmask_*|'\
194 'chrome/browser/ui/views/autofill/save_card_*|'\
195 'components/autofill/core/browser/autofill_save_card_infobar_*|'\
196 'components/autofill/core/browser/credit_card_save_manager*|'\
197 'components/autofill/core/browser/form_data_importer*|'\
198 'components/autofill/core/browser/ui/',
199 },
peter39e10a62017-02-21 15:14:13200 'background_fetch': {
Peter Beverloo4548c852017-08-31 13:45:17201 'filepath': 'background_fetch|'\
202 'background-fetch',
peter39e10a62017-02-21 15:14:13203 },
204 'background_sync': {
Josh Karlin1bd016742017-08-18 17:44:17205 'filepath': '/background_sync/',
peter39e10a62017-02-21 15:14:13206 },
dominickn8884155a2016-06-23 02:28:16207 'banners': {
208 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/banners/|'\
209 'chrome/android/javatests/src/org/chromium/chrome/browser/banners/|'\
dominickn8884155a2016-06-23 02:28:16210 'chrome/browser/banners/|'\
211 'chrome/browser/ui/android/infobars/app_banner_.*|'\
Blink Reformata30d4232018-04-07 15:31:06212 'third_party/blink/public/platform/modules/app_banner/|'\
213 'third_party/blink/renderer/modules/app_banner/',
dominickn8884155a2016-06-23 02:28:16214 },
[email protected]f76c8852012-06-21 16:37:00215 'base': {
[email protected]f2f0fbb92012-07-14 15:52:49216 'filepath': '^base/',
[email protected]7a7a13b2010-08-25 01:10:59217 },
[email protected]5e105332012-09-13 01:55:52218 'base_allocator': {
219 'filepath': '^base/allocator',
220 },
[email protected]1ed5e0fd2012-07-19 00:19:05221 'base_memory': {
222 'filepath': '^base/memory',
223 },
Alexander Timin864bf8a02018-03-12 11:06:28224 'base_scheduler': {
225 'filepath': '^base/task/',
226 },
robliao1644d8b2016-04-11 15:39:59227 'base_task_scheduler': {
Gabriel Charette6bf388a2018-08-10 22:48:32228 'filepath': '^base/task/task_scheduler',
robliao1644d8b2016-04-11 15:39:59229 },
[email protected]b17d9e02014-07-29 09:45:50230 'base_win': {
231 'filepath': '^base/win',
232 },
[email protected]7e093d4022014-06-26 19:19:55233 'battery_status': {
234 'filepath': 'content/browser/battery_status/|'\
timvolodine953fde72014-12-09 16:47:10235 'content/test/data/battery_status/|'\
236 'device/battery/',
[email protected]7e093d4022014-06-26 19:19:55237 },
wnwen72684762017-03-29 13:28:37238 'binary_size': {
239 'filepath': 'build/android/binary_size/|'\
240 'tools/binary_size/',
241 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13242 'blink': {
Kent Tamurae9b3a9ec2017-08-31 02:20:19243 'filepath': 'third_party/(WebKit|blink)/',
Takeshi Yoshinoe387aa32017-08-02 13:16:13244 },
245 'blink_accessibility': {
Kent Tamuraeb394c72018-04-07 19:14:55246 'filepath': 'third_party/(WebKit|blink)/.*(accessibility|ax_object_cache|web_ax)'
Takeshi Yoshinoe387aa32017-08-02 13:16:13247 },
248 'blink_animation': {
Kent Tamuraeb394c72018-04-07 19:14:55249 'filepath': 'third_party/(WebKit|blink)/.*([Aa]nimat|[Tt]ransition)',
Takeshi Yoshinoe387aa32017-08-02 13:16:13250 },
251 'blink_app_banner': {
Blink Reformata30d4232018-04-07 15:31:06252 'filepath': 'third_party/blink/renderer/modules/app_banner' \
253 '|third_party/blink/public/platform/modules/app_banner',
Takeshi Yoshinoe387aa32017-08-02 13:16:13254 },
255 'blink_audio': {
Blink Reformata30d4232018-04-07 15:31:06256 'filepath': 'third_party/blink/renderer/platform/audio' \
257 '|third_party/blink/renderer/modules/webaudio' \
Raymond Toya91cf5802018-03-24 00:05:55258 '|third_party/WebKit/LayoutTests/external/wpt/webaudio',
Takeshi Yoshinoe387aa32017-08-02 13:16:13259 },
260 'blink_battery_status': {
Blink Reformata30d4232018-04-07 15:31:06261 'filepath': 'third_party/blink/renderer/modules/battery/' \
Takeshi Yoshinoe387aa32017-08-02 13:16:13262 '|third_party/WebKit/LayoutTests/battery-status/' \
Kent Tamuraeb394c72018-04-07 19:14:55263 '|third_party/blink/renderer/core/frame/platform_event_(controller|dispatcher)'
Takeshi Yoshinoe387aa32017-08-02 13:16:13264 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13265 'blink_bindings': {
Blink Reformata30d4232018-04-07 15:31:06266 'filepath': 'third_party/blink/renderer/platform/bindings' \
267 '|third_party/blink/renderer/bindings',
Takeshi Yoshinoe387aa32017-08-02 13:16:13268 },
269 'blink_bindings_serialization': {
Kent Tamuraeb394c72018-04-07 19:14:55270 'filepath': 'third_party/blink/renderer/bindings/(core|modules)/v8/.*serializ',
Takeshi Yoshinoe387aa32017-08-02 13:16:13271 },
272 'blink_bluetooth': {
Kent Tamuraeb394c72018-04-07 19:14:55273 'filepath': 'third_party/(WebKit|blink)/.*[Bb]luetooth'
Takeshi Yoshinoe387aa32017-08-02 13:16:13274 },
Fernando Serboncinife13f9d2018-08-14 13:35:54275 'blink_canvas': {
Blink Reformata30d4232018-04-07 15:31:06276 'filepath': 'third_party/blink/renderer/core/html/canvas' \
Fernando Serboncinife13f9d2018-08-14 13:35:54277 '|third_party/blink/renderer/core/offscreencanvas' \
278 '|third_party/blink/renderer/core/geometry' \
279 '|third_party/blink/renderer/modules/canvas' \
280 '|third_party/blink/renderer/platform/graphics/canvas',
Takeshi Yoshinoe387aa32017-08-02 13:16:13281 },
282 'blink_client_hints': {
Kent Tamuraeb394c72018-04-07 19:14:55283 'filepath': 'third_party/blink/renderer/core/loader/accept_client_hints*' \
284 '|third_party/blink/renderer/core/loader/frame_fetch_context*' \
285 '|third_party/blink/renderer/core/loader/resource/image_resource*' \
286 '|third_party/blink/renderer/platform/loader/fetch/fetch_context*' \
287 '|third_party/blink/renderer/platform/loader/fetch/resource_fetcher*'
Takeshi Yoshinoe387aa32017-08-02 13:16:13288 },
289 'blink_clipboard': {
Blink Reformata30d4232018-04-07 15:31:06290 'filepath': 'third_party/blink/renderer/core/clipboard' \
Kent Tamuraeb394c72018-04-07 19:14:55291 '|third_party/blink/renderer/core/page/.*drag' \
292 '|third_party/blink/renderer/platform/.*drag' \
Kent Tamuraeb394c72018-04-07 19:14:55293 '|third_party/blink/public/platform/.*drag' \
294 '|third_party/blink/public/web/.*drag',
Takeshi Yoshinoe387aa32017-08-02 13:16:13295 },
Jeremy Romanb7b3a6a2018-02-07 20:15:32296 'blink_common': {
Kent Tamuraeb394c72018-04-07 19:14:55297 'filepath': 'third_party/blink/common'
Blink Reformata30d4232018-04-07 15:31:06298 '|third_party/blink/public/common' \
299 '|third_party/blink/public/mojom',
Jeremy Romanb7b3a6a2018-02-07 20:15:32300 },
Kentaro Hara993b0de2017-08-07 02:26:37301 'blink_controller': {
Blink Reformata30d4232018-04-07 15:31:06302 'filepath': 'third_party/blink/renderer/controller',
Kentaro Hara993b0de2017-08-07 02:26:37303 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13304 'blink_css': {
Blink Reformata30d4232018-04-07 15:31:06305 'filepath': 'third_party/blink/renderer/core/css',
Takeshi Yoshinoe387aa32017-08-02 13:16:13306 },
307 'blink_css_flexbox': {
Kent Tamuraeb394c72018-04-07 19:14:55308 'filepath': 'third_party/blink/renderer/core/rendering/.*flex' \
Takeshi Yoshinoe387aa32017-08-02 13:16:13309 '|third_party/WebKit/LayoutTests/fast/deprecated-flexbox/' \
310 '|third_party/WebKit/LayoutTests/css3/flexbox/' \
311 '|third_party/WebKit/LayoutTests/ietestcenter/css3/flexbox/'
312 },
313 'blink_css_fragmentation_tests': {
314 'filepath': 'third_party/WebKit/LayoutTests/fast/multicol/' \
315 '|third_party/WebKit/LayoutTests/fast/pagination/' \
Morten Stenshorneab6785c2017-10-12 21:23:38316 '|third_party/WebKit/LayoutTests/fragmentation/' \
Takeshi Yoshinoe387aa32017-08-02 13:16:13317 '|third_party/WebKit/LayoutTests/printing/'
318 },
319 'blink_css_grid_layout': {
Kent Tamuraeb394c72018-04-07 19:14:55320 'filepath': 'third_party/blink/renderer/core/layout/.*grid' \
321 '|third_party/blink/renderer/core/paint/.*grid' \
322 '|third_party/blink/renderer/core/css/.*grid' \
Takeshi Yoshinoe387aa32017-08-02 13:16:13323 '|third_party/WebKit/LayoutTests/fast/css-grid-layout/' \
324 '|third_party/WebKit/LayoutTests/ietestcenter/css3/grid/' \
325 '|third_party/WebKit/LayoutTests/platform/.*/fast/css-grid-layout/' \
326 '|third_party/WebKit/LayoutTests/platform/.*/ietestcenter/css3/grid/'
327 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13328 'blink_custom_elements': {
Blink Reformata30d4232018-04-07 15:31:06329 'filepath': 'third_party/blink/renderer/core/html/custom/' \
Kent Tamuraeb394c72018-04-07 19:14:55330 '|third_party/blink/renderer/bindings/core/v8/.*custom_element',
Takeshi Yoshinoe387aa32017-08-02 13:16:13331 },
332 'blink_device_orientation': {
Oksana Zhuravlova5e236ec92018-07-25 00:16:03333 'filepath': 'content/browser/device_sensors/' \
334 '|content/test/data/device_sensors/' \
335 '|third_party/blink/renderer/modules/device_orientation/' \
Takeshi Yoshinoe387aa32017-08-02 13:16:13336 '|third_party/WebKit/LayoutTests/device_orientation/' \
Kent Tamuraeb394c72018-04-07 19:14:55337 '|third_party/blink/renderer/core/frame/platform_event_(controller|dispatcher)' \
338 '|third_party/blink/renderer/core/frame/device_single_window_event_controller'
Takeshi Yoshinoe387aa32017-08-02 13:16:13339 },
340 'blink_devtools': {
Kent Tamuraeb394c72018-04-07 19:14:55341 'filepath': 'third_party/(WebKit|blink)/.*(inspector|DevTools|dev_tools|devtools)',
Takeshi Yoshinoe387aa32017-08-02 13:16:13342 },
343 'blink_dom': {
Blink Reformata30d4232018-04-07 15:31:06344 'filepath': 'third_party/blink/renderer/core/dom/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13345 },
346 'blink_dom_events': {
Blink Reformata30d4232018-04-07 15:31:06347 'filepath': 'third_party/blink/renderer/core/dom/events/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13348 },
349 'blink_events': {
Kent Tamuraeb394c72018-04-07 19:14:55350 'filepath': 'third_party/blink/renderer/core/page/.*event' \
351 '|third_party/blink/renderer/core/dom/.*event' \
352 '|third_party/blink/renderer/core/css/.*event' \
353 '|third_party/blink/renderer/platform/.*event'
Takeshi Yoshinoe387aa32017-08-02 13:16:13354 },
355 'blink_fetch': {
Blink Reformata30d4232018-04-07 15:31:06356 'filepath': 'third_party/blink/renderer/platform/loader/fetch'
Takeshi Yoshinoe387aa32017-08-02 13:16:13357 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13358 'blink_fileapi': {
Blink Reformata30d4232018-04-07 15:31:06359 'filepath': 'third_party/blink/renderer/modules/filesystem/' \
360 '|third_party/blink/renderer/core/fileapi/' \
Kent Tamuraeb394c72018-04-07 19:14:55361 '|third_party/blink/renderer/platform/.*file' \
Takeshi Yoshinoe387aa32017-08-02 13:16:13362 '|third_party/WebKit/LayoutTests/fast/file' \
Kent Tamuraeb394c72018-04-07 19:14:55363 '|third_party/blink/public/.*_file'
Takeshi Yoshinoe387aa32017-08-02 13:16:13364 },
365 'blink_frames': {
Blink Reformata30d4232018-04-07 15:31:06366 'filepath': 'third_party/blink/renderer/core/frame/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13367 },
368 'blink_geolocation': {
369 'filepath': 'third_party/WebKit/LayoutTests/geolocation-api/' \
Blink Reformata30d4232018-04-07 15:31:06370 '|third_party/blink/renderer/modules/geolocation/' \
Kent Tamuraeb394c72018-04-07 19:14:55371 '|third_party/blink/public/web/.*geolocation'
Takeshi Yoshinoe387aa32017-08-02 13:16:13372 },
373 'blink_heap': {
Blink Reformata30d4232018-04-07 15:31:06374 'filepath': 'third_party/blink/renderer/platform/heap' \
Takeshi Yoshinoe387aa32017-08-02 13:16:13375 '|base/allocator/partition_allocator/'
376 },
377 'blink_html': {
Blink Reformata30d4232018-04-07 15:31:06378 'filepath': 'third_party/blink/renderer/core/html/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13379 },
380 'blink_htmlparser': {
Blink Reformata30d4232018-04-07 15:31:06381 'filepath': 'third_party/blink/renderer/core/html/parser/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13382 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13383 'blink_indexed_db': {
Chase Phillips7027bd52018-08-30 17:31:55384 'filepath': 'third_party/blink/common/indexeddb' \
385 '|third_party/blink/public/common/indexeddb' \
386 '|third_party/blink/public/platform/.*_idb' \
387 '|third_party/blink/public/platform/modules/indexeddb' \
388 '|third_party/blink/public/mojom/indexeddb' \
389 '|third_party/blink/renderer/modules/indexeddb/' \
390 '|third_party/WebKit/LayoutTests/storage/indexeddb'
Takeshi Yoshinoe387aa32017-08-02 13:16:13391 },
392 'blink_input': {
Blink Reformata30d4232018-04-07 15:31:06393 'filepath': 'third_party/blink/renderer/core/input/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13394 },
395 'blink_layers': {
Kent Tamuraeb394c72018-04-07 19:14:55396 'filepath': 'third_party/blink/renderer/core/page/scrolling/scrolling_coordinator' \
397 '|third_party/blink/renderer/platform/graphics/graphics_layer' \
398 '|third_party/blink/renderer/core/layout/layer'
Takeshi Yoshinoe387aa32017-08-02 13:16:13399 },
400 'blink_layout': {
Kent Tamuraeb394c72018-04-07 19:14:55401 'filepath': 'third_party/blink/renderer/core/layout'
Takeshi Yoshinoe387aa32017-08-02 13:16:13402 },
403 'blink_layout_ng': {
Blink Reformata30d4232018-04-07 15:31:06404 'filepath': 'third_party/blink/renderer/core/layout/ng',
Takeshi Yoshinoe387aa32017-08-02 13:16:13405 },
406 'blink_loader': {
Blink Reformata30d4232018-04-07 15:31:06407 'filepath': 'third_party/blink/renderer/core/loader/' \
408 '|third_party/blink/renderer/platform/loader/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13409 },
410 'blink_media': {
Blink Reformata30d4232018-04-07 15:31:06411 'filepath': 'third_party/blink/renderer/core/css/mediaControls' \
Kent Tamuraeb394c72018-04-07 19:14:55412 '|third_party/blink/renderer/core/html/.*_(audio|media|video)' \
413 '|third_party/blink/renderer/core/html/shadow/media_control' \
414 '|third_party/blink/renderer/core/layout/layout_media' \
415 '|third_party/blink/renderer/core/layout/layout_text_track_container_element' \
Blink Reformata30d4232018-04-07 15:31:06416 '|third_party/blink/renderer/modules/(encryptedmedia|mediasource)' \
417 '|third_party/blink/renderer/platform/drm/' \
418 '|third_party/blink/renderer/platform/graphics/media/' \
Takeshi Yoshinoe387aa32017-08-02 13:16:13419 '|third_party/WebKit/LayoutTests/media/' \
Kent Tamuraeb394c72018-04-07 19:14:55420 '|third_party/blink/public/.*_media'
Takeshi Yoshinoe387aa32017-08-02 13:16:13421 },
422 'blink_media_queries': {
Kent Tamuraeb394c72018-04-07 19:14:55423 'filepath': 'third_party/blink/renderer/core/css/css_media_rule' \
424 '|third_party/blink/renderer/core/css/media_list' \
425 '|third_party/blink/renderer/core/css/media_query' \
426 '|third_party/blink/renderer/core/css/parser/media_query'
Takeshi Yoshinoe387aa32017-08-02 13:16:13427 },
428 'blink_mediastream': {
Blink Reformata30d4232018-04-07 15:31:06429 'filepath': 'third_party/blink/renderer/modules/mediastream/' \
430 '|third_party/blink/renderer/platform/mediastream/' \
Kent Tamuraeb394c72018-04-07 19:14:55431 '|third_party/blink/renderer/platform/exported/web_media_stream' \
432 '|third_party/blink/renderer/platform/exported/web_rtc' \
Takeshi Yoshinoe387aa32017-08-02 13:16:13433 '|third_party/WebKit/LayoutTests/fast/mediastream/'
434 },
435 'blink_modules': {
Blink Reformata30d4232018-04-07 15:31:06436 'filepath': 'third_party/blink/renderer/modules'
Takeshi Yoshinoe387aa32017-08-02 13:16:13437 },
438 'blink_navigator_content_utils': {
Blink Reformata30d4232018-04-07 15:31:06439 'filepath': 'third_party/blink/renderer/modules/navigatorcontentutils' \
Takeshi Yoshinoe387aa32017-08-02 13:16:13440 '|third_party/WebKit/LayoutTests/fast/dom/navigatorcontentutils'
441 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13442 'blink_out_of_process_frames': {
Kent Tamuraeb394c72018-04-07 19:14:55443 'filepath': 'third_party/blink/renderer/core/frame/frame_owner' \
444 '|third_party/blink/renderer/core/frame/frame\.' \
445 '|third_party/blink/renderer/core/frame/web_frame' \
446 '|third_party/blink/renderer/core/exported/web_remote_frame_impl'
Takeshi Yoshinoe387aa32017-08-02 13:16:13447 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13448 'blink_paint': {
Blink Reformata30d4232018-04-07 15:31:06449 'filepath': 'third_party/blink/renderer/core/paint/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13450 },
Xida Chen0ef92782018-01-17 05:53:35451 'blink_paintworklet': {
Blink Reformata30d4232018-04-07 15:31:06452 'filepath': 'third_party/blink/renderer/modules/csspaint/' \
Xida Chen0ef92782018-01-17 05:53:35453 '|third_party/WebKit/LayoutTests/http/tests/csspaint/' \
454 '|third_party/WebKit/LayoutTests/externla/wpt/css/css-paint-api/'
455 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13456 'blink_performance_timing': {
Blink Reformata30d4232018-04-07 15:31:06457 'filepath': 'third_party/blink/renderer/core/timing/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13458 },
459 'blink_permissions': {
Blink Reformata30d4232018-04-07 15:31:06460 'filepath': 'third_party/blink/renderer/modules/permissions/' \
461 '|third_party/blink/public/platform/modules/permissions/',
Takeshi Yoshinoe387aa32017-08-02 13:16:13462 },
463 'blink_platform': {
Blink Reformata30d4232018-04-07 15:31:06464 'filepath': 'third_party/blink/renderer/platform'
Takeshi Yoshinoe387aa32017-08-02 13:16:13465 },
466 'blink_platform_graphics': {
Blink Reformata30d4232018-04-07 15:31:06467 'filepath': 'third_party/blink/renderer/platform/fonts' \
468 '|third_party/blink/renderer/platform/geometry' \
469 '|third_party/blink/renderer/platform/graphics'
Takeshi Yoshinoe387aa32017-08-02 13:16:13470 },
471 'blink_preloadScanner': {
Kent Tamuraeb394c72018-04-07 19:14:55472 'filepath': 'third_party/blink/renderer/core/html/parser/html_preload_scanner',
Takeshi Yoshinoe387aa32017-08-02 13:16:13473 },
474 'blink_prerender': {
Kent Tamuraeb394c72018-04-07 19:14:55475 'filepath': 'third_party/(WebKit|blink)/.*([Pp]rerender|loader/link_loader|html/html_link_element)'
Takeshi Yoshinoe387aa32017-08-02 13:16:13476 },
477 'blink_public_api': {
Blink Reformata30d4232018-04-07 15:31:06478 'filepath': 'third_party/blink/public'
Takeshi Yoshinoe387aa32017-08-02 13:16:13479 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13480 'blink_quota': {
Blink Reformata30d4232018-04-07 15:31:06481 'filepath': 'third_party/blink/renderer/modules/quota/' \
Kent Tamuraeb394c72018-04-07 19:14:55482 '|third_party/blink/public/.*quota'
Takeshi Yoshinoe387aa32017-08-02 13:16:13483 },
484 'blink_scheduler': {
Blink Reformata30d4232018-04-07 15:31:06485 'filepath': 'third_party/blink/renderer/platform/scheduler' \
Kent Tamuraeb394c72018-04-07 19:14:55486 '|third_party/blink/renderer/core/html/parser/.*scheduler'
Takeshi Yoshinoe387aa32017-08-02 13:16:13487 },
488 'blink_screen_orientation': {
Blink Reformata30d4232018-04-07 15:31:06489 'filepath': 'third_party/blink/renderer/modules/screen_orientation/' \
490 '|third_party/blink/public/platform/modules/screen_orientation',
Takeshi Yoshinoe387aa32017-08-02 13:16:13491 },
492 'blink_script': {
Kent Tamuraeb394c72018-04-07 19:14:55493 'filepath': 'third_party/blink/renderer/bindings/core/v8/.*module.*' \
494 '|third_party/blink/renderer/bindings/core/v8/script_controller.*' \
495 '|third_party/blink/renderer/bindings/core/v8/script_source_code.*' \
496 '|third_party/blink/renderer/bindings/core/v8/v8_script_runner.*'
497 '|third_party/blink/renderer/core/dom/.*modul.*' \
498 '|third_party/blink/renderer/core/dom/.*script.*' \
499 '|third_party/blink/renderer/core/html/html_script_element.*' \
500 '|third_party/blink/renderer/core/html/parser/html_parser_script_runner.*' \
Blink Reformata30d4232018-04-07 15:31:06501 '|third_party/blink/renderer/core/loader/modulescript/' \
Kent Tamuraeb394c72018-04-07 19:14:55502 '|third_party/blink/renderer/core/loader/resource/script_resource.*' \
503 '|third_party/blink/renderer/core/svg/svg_script_element.*' \
504 '|third_party/blink/renderer/core/xml/parser/xml_document_parser.*'
Takeshi Yoshinoe387aa32017-08-02 13:16:13505 },
David Bokan9dc0046272017-12-29 00:28:01506 'blink_scroll': {
Kent Tamuraeb394c72018-04-07 19:14:55507 'filepath': 'third_party/blink/renderer/core/frame/.*view.*' \
508 '|third_party/blink/renderer/core/input/.*scroll.*' \
509 '|third_party/blink/renderer/core/input/event_handler.*' \
Blink Reformata30d4232018-04-07 15:31:06510 '|third_party/blink/renderer/core/page/scrolling/' \
Kent Tamuraeb394c72018-04-07 19:14:55511 '|third_party/blink/renderer/core/paint/.*scrollable_area.*' \
Blink Reformata30d4232018-04-07 15:31:06512 '|third_party/blink/renderer/platform/scroll/'
David Bokan9dc0046272017-12-29 00:28:01513 },
Matt Falkenhagenca7fbb62018-07-10 09:21:43514 'blink_service_worker' : {
515 'filepath': 'third_party/blink/renderer/modules/service_worker' \
Takeshi Yoshinoe387aa32017-08-02 13:16:13516 '|third_party/WebKit/LayoutTests/http/tests/serviceworker' \
517 '|third_party/WebKit/LayoutTests/external/wpt/service-workers'
518 },
Matt Falkenhagenca7fbb62018-07-10 09:21:43519 'blink_service_worker_tests' : {
Takeshi Yoshinoe387aa32017-08-02 13:16:13520 'filepath': 'third_party/WebKit/LayoutTests/http/tests/serviceworker' \
521 '|third_party/WebKit/LayoutTests/external/wpt/service-workers'
522 },
523 'blink_shadow_dom': {
Kent Tamuraeb394c72018-04-07 19:14:55524 'filepath': 'third_party/blink/renderer/core/dom/.*shadow' \
525 '|third_party/blink/renderer/core/dom/.*slot' \
526 '|third_party/blink/renderer/core/dom/.*insertion_point' \
527 '|third_party/blink/renderer/core/dom/.*flat_tree'
Takeshi Yoshinoe387aa32017-08-02 13:16:13528 },
529 'blink_spellcheck' : {
Blink Reformata30d4232018-04-07 15:31:06530 'filepath': 'third_party/blink/renderer/core/editing/spellcheck'
Takeshi Yoshinoe387aa32017-08-02 13:16:13531 },
532 'blink_spv2_layout_tests': {
533 'filepath': 'third_party/WebKit/LayoutTests/virtual/spv2'
534 },
Adam Rice027497d2018-07-27 02:17:02535 'blink_streams': {
536 'filepath': 'third_party/blink/renderer/core/streams/'
537 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13538 'blink_style': {
Kent Tamuraeb394c72018-04-07 19:14:55539 'filepath': 'third_party/(WebKit|blink)/.*(style/|Style)',
Takeshi Yoshinoe387aa32017-08-02 13:16:13540 },
541 'blink_svg': {
Blink Reformata30d4232018-04-07 15:31:06542 'filepath': 'third_party/blink/renderer/core/(layout/)?svg',
Takeshi Yoshinoe387aa32017-08-02 13:16:13543 },
544 'blink_track': {
Blink Reformata30d4232018-04-07 15:31:06545 'filepath': 'third_party/blink/renderer/core/html/track/' \
Kent Tamuraeb394c72018-04-07 19:14:55546 '|third_party/blink/renderer/core/loader/text_track' \
547 '|third_party/blink/renderer/core/html/meida/html_media_element' \
548 '|third_party/blink/renderer/core/html/shadow/media_control' \
Blink Reformata30d4232018-04-07 15:31:06549 '|third_party/blink/renderer/core/css/mediaControl' \
Takeshi Yoshinoe387aa32017-08-02 13:16:13550 '|third_party/WebKit/LayoutTests/media/track/'
551 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13552 'blink_vibration': {
553 'filepath': 'third_party/WebKit/LayoutTests/vibration/' \
Blink Reformata30d4232018-04-07 15:31:06554 '|third_party/blink/renderer/modules/vibration/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13555 },
556 'blink_viewport_interaction': {
Kent Tamuraeb394c72018-04-07 19:14:55557 'filepath': 'third_party/blink/renderer/core/css/.*viewport' \
558 '|third_party/blink/renderer/core/dom/viewport_arguments' \
559 '|third_party/blink/renderer/core/frame/frame_view.*' \
560 '|third_party/blink/renderer/core/frame/.*viewport.*' \
561 '|third_party/blink/renderer/core/html/html_meta_element'
Takeshi Yoshinoe387aa32017-08-02 13:16:13562 },
563 'blink_w3ctests': {
564 'filepath': 'third_party/WebKit/LayoutTests/external/' \
Kent Tamura01019442018-05-01 22:06:58565 '|third_party/blink/tools/blinkpy/w3c/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13566 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13567 'blink_webp': {
Blink Reformata30d4232018-04-07 15:31:06568 'filepath': 'third_party/blink/renderer/platform/image-decoders/webp' \
Kent Tamuraeb394c72018-04-07 19:14:55569 '|third_party/blink/renderer/platform/image-encoders/skia/webp'
Takeshi Yoshinoe387aa32017-08-02 13:16:13570 },
571 'blink_websockets': {
Blink Reformata30d4232018-04-07 15:31:06572 'filepath': 'third_party/blink/renderer/modules/websockets/' \
573 '|third_party/blink/renderer/platform/modules/websockets/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13574 },
575 'blink_workers': {
Blink Reformata30d4232018-04-07 15:31:06576 'filepath': 'third_party/blink/renderer/core/workers' \
Takeshi Yoshinoe387aa32017-08-02 13:16:13577 '|third_party/WebKit/LayoutTests/http/tests/workers' \
578 '|third_party/WebKit/LayoutTests/fast/workers' \
579 '|third_party/WebKit/LayoutTests/external/wpt/workers'
580 },
581 'blink_wtf': {
Blink Reformata30d4232018-04-07 15:31:06582 'filepath': 'third_party/blink/renderer/platform/wtf',
Takeshi Yoshinoe387aa32017-08-02 13:16:13583 },
584 'blink_xml': {
Blink Reformata30d4232018-04-07 15:31:06585 'filepath': 'third_party/blink/renderer/core/xml/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13586 },
[email protected]06798f72013-01-14 22:31:17587 'bookmarks': {
588 'filepath': 'chrome/browser/bookmarks/' \
[email protected]771ad482013-07-16 17:32:48589 '|chrome/browser/extensions/api/bookmark_manager_private/' \
590 '|chrome/browser/extensions/api/bookmarks/' \
Christopher Lam3d8828e2018-04-30 05:25:11591 '|chrome/browser/resources/md_bookmarks/' \
[email protected]cd869cde2013-01-31 15:46:35592 '|chrome/browser/ui/bookmarks/' \
593 '|chrome/browser/ui/cocoa/bookmarks/' \
[email protected]5cb8b6e12014-05-19 16:53:46594 '|chrome/browser/ui/views/bookmarks/' \
595 '|components/bookmarks'
[email protected]06798f72013-01-14 22:31:17596 },
donnd787f6ed2016-08-03 01:00:56597 'bottombar': {
598 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/',
599 },
Tarun Bansalc4882282018-07-11 23:53:55600 'breve': {
601 'filepath': 'chrome/browser/net/spdyproxy|'\
602 'chrome_proxy|'\
Tarun Bansal129ca7842018-07-31 17:14:12603 'client_hints|'
Tarun Bansalc4882282018-07-11 23:53:55604 'components/blacklist|'\
605 'components/data_use|'\
606 'data_reduction_proxy|'\
Tarun Bansal129ca7842018-07-31 17:14:12607 'data_use_measurement|'\
608 'lazy_load|'
609 'navigation_predictor|'\
610 'net/nqe|'\
Tarun Bansalc4882282018-07-11 23:53:55611 'optimization_guide|'\
Tarun Bansal129ca7842018-07-31 17:14:12612 'optimization_hints|'\
613 'previews'
Tarun Bansalc4882282018-07-11 23:53:55614 },
[email protected]22650d22012-07-18 17:02:35615 'browser_components': {
[email protected]a7228f62012-09-20 17:52:48616 'filepath': 'chrome/browser/autofill/' \
617 '|chrome/browser/bookmarks/' \
[email protected]a7228f62012-09-20 17:52:48618 '|chrome/browser/favicon/' \
[email protected]ddf288e2013-01-09 20:58:27619 '|chrome/browser/history/' \
[email protected]fccf4882013-03-15 04:46:19620 '|chrome/browser/webdata/' \
[email protected]3947d4a82013-03-12 09:41:05621 '|components/autofill/'
[email protected]22650d22012-07-18 17:02:35622 },
[email protected]f76c8852012-06-21 16:37:00623 'browser_compositor': {
[email protected]f2f0fbb92012-07-14 15:52:49624 'filepath': 'ui/compositor/'
[email protected]fbd846b2010-11-19 01:32:18625 },
michaelpge42ca3b32016-02-19 08:17:57626 'browser_resources_md': {
627 'filepath': 'chrome/browser/resources/md_'\
628 '|chrome/browser/resources/settings/',
629 },
[email protected]0ce480532012-07-20 12:33:20630 'browsing_data': {
Christian Dullweberc0b53642018-10-11 16:20:55631 'filepath': 'browsing_data|BrowsingData',
[email protected]0ce480532012-07-20 12:33:20632 },
[email protected]f76c8852012-06-21 16:37:00633 'bubble': {
[email protected]f2f0fbb92012-07-14 15:52:49634 'filepath': 'ui/views/bubble/|'\
rouslan8d6a8372015-09-10 19:10:10635 'chrome/browser/ui/views/bubble/|'\
636 'components/bubble/',
[email protected]f76c8852012-06-21 16:37:00637 },
jkarlin539748402015-03-31 17:36:31638 'cache_storage': {
Josh Karlin1bd016742017-08-18 17:44:17639 'filepath': '/cache.storage/'
640 '|/cachestorage/',
jkarlin539748402015-03-31 17:36:31641 },
[email protected]10fbd5952013-08-22 07:42:39642 'cast': {
[email protected]31ef420b2014-08-13 21:19:13643 'filepath': 'media/cast/'\
644 '|chrome/browser/extensions/api/cast_streaming/'\
645 '|chrome/browser/media/cast'\
646 '|chrome/renderer/media/cast'\
647 '|chrome/test/data/extensions/api_test/cast_'\
miu5e69f1c52016-10-23 13:40:11648 '|content/public/renderer/media_stream_'\
649 '|content/renderer/media/(media_stream|(.+audio_source))',
[email protected]10fbd5952013-08-22 07:42:39650 },
ryanchung4d157372016-05-10 20:27:16651 'cast_certificate': {
652 'filepath': 'components/cast_certificate/'\
653 '|components/test/data/cast_certificate/',
654 },
mfoltz57fd7f32017-05-03 06:12:58655 'cast_channel': {
656 'filepath': 'chrome/test/data/extensions/api_test/cast_channel/' \
Ryan Ki Sing Chung27cc7ed92017-07-25 21:53:47657 '|components/cast_channel/' \
658 '|extensions/browser/api/cast_channel'
mfoltz57fd7f32017-05-03 06:12:58659 },
Takeshi Yoshino524e1d262017-07-28 01:16:38660 'cc': {
danakjca574522017-09-20 16:38:59661 'filepath': 'cc/'\
662 '|components/viz/'
663 },
Yi Guc1c54682018-07-23 12:00:00664 'cc-animation': {
665 'filepath': 'cc/animation/'
666 },
danakjca574522017-09-20 16:38:59667 'cc-contexts': {
668 'filepath': 'components/viz/common/gpu'
669 },
670 'cc-display': {
671 'filepath': 'components/viz/service/display'\
672 '|cc/output'
673 },
674 'cc-paint': {
675 'filepath': 'cc/paint'
676 },
677 'cc-quads': {
678 'filepath': 'components/viz/common/quads'
679 },
680 'cc-resources': {
681 'filepath': 'cc/resources'\
682 '|components/viz/common/resources'
Takeshi Yoshino524e1d262017-07-28 01:16:38683 },
Alexander Timin864bf8a02018-03-12 11:06:28684 'cc-scheduler': {
685 'filepath': 'cc/scheduler'
686 },
eranmc2a9f612015-11-24 16:41:34687 'certificate_transparency': {
688 'filepath': 'components/certificate_transparency/'\
eranmc2a9f612015-11-24 16:41:34689 '|net/cert/ct_'\
690 '|net/cert/multi_log_ct_verifier'\
691 '|net/cert/sct_status_flags.h'\
692 '|net/cert/signed_certificate_timestamp'\
693 '|net/cert/signed_tree_head'\
694 '|net/test/ct_',
695 },
Joe Mason60ec2f32018-02-15 15:50:51696 'chrome_cleaner': {
697 'filepath': 'chrome/browser/component_updater/sw_reporter_'\
698 '|chrome/browser/resources/settings/chrome_cleanup_page/'\
699 '|chrome/browser/safe_browsing/chrome_cleaner/'\
700 '|chrome/browser/ui/views/chrome_cleaner_'\
701 '|chrome/browser/ui/webui/settings/chrome_cleanup_'\
Joe Mason12a02332018-04-19 14:39:00702 '|chrome/chrome_cleaner/'\
Joe Mason60ec2f32018-02-15 15:50:51703 '|components/chrome_cleaner/',
704 },
[email protected]c73ec8ab2014-01-16 20:35:23705 'chrome_elf': {
706 'filepath': 'chrome_elf',
707 },
lpy0ca13772017-02-28 19:48:27708 'chrome_grc': {
lpy53b82752017-05-31 22:30:49709 'filepath': 'chrome/browser/resource_coordinator/'\
710 '|services/resource_coordinator/',
lpy0ca13772017-02-28 19:48:27711 },
[email protected]d5b21972012-07-20 02:06:01712 'chrome_views': {
713 'filepath': 'chrome/browser/ui/views',
714 },
Takeshi Yoshino524e1d262017-07-28 01:16:38715 'chromecast': {
716 'filepath': 'chromecast/',
717 },
718 'chromecast_public': {
719 'filepath': 'chromecast/public/',
720 },
[email protected]f7bf8ba2011-02-24 22:28:46721 'chromedriver': {
samuong53d5e612014-10-10 18:56:38722 'filepath': 'chrome/test/chromedriver|'\
723 'chrome/test/data/chromedriver|'\
Jonathon Kereliuk540c7d52018-01-18 06:22:03724 'third_party/webdriver|'\
Blink Reformata30d4232018-04-07 15:31:06725 'third_party/blink/renderer/devtools/front_end/emulated_devices/module.json'
[email protected]f7bf8ba2011-02-24 22:28:46726 },
[email protected]f76c8852012-06-21 16:37:00727 'chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:49728 'filepath': 'chromeos/',
[email protected]531b1532011-08-11 03:52:01729 },
[email protected]eda0a0b2013-04-19 20:34:35730 'chromeos_attestation': {
731 'filepath': 'chromeos/attestation/|'\
[email protected]64494c3f2013-08-14 22:15:59732 'chrome/browser/chromeos/attestation/|'\
733 'chrome/browser/extensions/api/enterprise_platform_keys_private/',
[email protected]eda0a0b2013-04-19 20:34:35734 },
[email protected]7c59a152012-11-06 20:56:35735 'chromeos_calculator': {
736 'filepath': 'chrome/common/extensions/docs/examples/apps/calculator/',
737 },
alematec5187b1b2016-08-26 05:32:18738 'chromeos_geolocation': {
739 'filepath': 'chromeos/geolocation/',
740 },
Achuith Bhandarkar434e24592018-03-07 23:05:12741 'chromeos_lkgm': {
742 'filepath': 'chromeos/CHROMEOS_LKGM',
743 },
[email protected]f76c8852012-06-21 16:37:00744 'chromeos_login': {
Jacob Dufaulted1ef2bc2018-08-10 18:21:34745 'filepath': 'ash/login/|'\
746 'chrome/browser/chromeos/login/|'\
[email protected]f2f0fbb92012-07-14 15:52:49747 'chrome/browser/ui/webui/chromeos/login/|'\
dzhioevcc7c0492014-11-25 14:52:58748 'chrome/browser/resources/chromeos/login/|'\
749 'ui/login/',
[email protected]a791dac2011-04-07 23:22:57750 },
[email protected]d7d35f342012-10-22 20:32:47751 'chromeos_net': {
752 'filepath': 'chromeos/network/|'\
stevenjbdd133032015-08-07 18:37:47753 'chrome/browser/chromeos/net/|'\
754 'chrome/browser/extensions/api/networking_private/|'\
755 'extensions/browser/api/networking_private/|'\
756 'ui/chromeos/network/',
[email protected]d7d35f342012-10-22 20:32:47757 },
[email protected]2315ac0c2013-02-05 00:49:16758 'chromeos_power': {
James Cooka35a1e22017-04-08 02:33:08759 'filepath': 'ash/system/power/|'\
[email protected]c3943ad2013-07-03 13:44:56760 'chromeos/dbus/power_.*|'\
[email protected]2315ac0c2013-02-05 00:49:16761 'chrome/browser/chromeos/power/',
762 },
alematec5187b1b2016-08-26 05:32:18763 'chromeos_timezone': {
764 'filepath': 'chromeos/timezone/',
765 },
[email protected]f76c8852012-06-21 16:37:00766 'chromeos_webui': {
[email protected]f2f0fbb92012-07-14 15:52:49767 'filepath': 'chrome/browser/ui/webui/chromeos/|'\
768 'chrome/browser/resources/chromeos/',
[email protected]ba03af42012-03-08 01:37:12769 },
[email protected]cef7a6d2011-04-29 20:49:07770 'clang_update': {
Nico Webere250e6a2015-12-02 19:31:56771 'filepath': 'tools/clang/scripts/update.py'
[email protected]cef7a6d2011-04-29 20:49:07772 },
[email protected]f76c8852012-06-21 16:37:00773 'clipboard': {
774 'filepath': 'clipboard|dnd|drag|drop',
[email protected]2418b022011-05-19 21:06:02775 },
Aaron Gable64f273582017-03-30 18:02:00776 'codereview_settings': {
777 'filepath': 'codereview.settings',
778 },
sdefresned94c5b02015-07-22 17:54:55779 'components_deps': {
780 'filepath': 'components/([^/]*/)*DEPS',
781 },
scheib968e61052014-11-05 00:27:25782 'content_bluetooth': {
783 'filepath': 'content/.*bluetooth'
784 },
kinuko01cbe8a12015-10-20 09:59:06785 'content_loader': {
mmenkefaa97d3b2016-09-25 14:24:02786 'filepath': 'chrome/browser/loader|' \
787 'content/browser/loader|' \
kinuko01cbe8a12015-10-20 09:59:06788 'content/child/*loader',
789 },
mkwst512627022014-09-16 09:23:27790 'content_renderer': {
791 'filepath': 'content/renderer/',
792 },
[email protected]aa3311a2012-11-19 16:04:58793 'content_shell': {
794 'filepath': 'content/shell/',
795 },
kinukoa121bce2015-01-30 10:04:41796 'content_worker': {
797 'filepath': 'content/.*worker',
798 },
donnd787f6ed2016-08-03 01:00:56799 'contextual_search': {
800 'filepath': 'chrome/browser/android/contextualsearch/|' \
801 'chrome/android/java/src/org/chromium/chrome/browser/contextualsearch/|' \
802 'chrome/android/javatests/src/org/chromium/chrome/browser/contextualsearch/|' \
803 'components/contextual_search/',
804 },
wfh792b71c2016-05-04 23:33:41805 'courgette': {
806 'filepath': 'courgette/',
807 },
Nico Weber6ff639a2017-08-11 21:04:50808 'cq': {
Andrii Shyshkalov17176242018-02-24 03:31:32809 'filepath': 'infra/config/branch/cq.cfg',
Nico Weber6ff639a2017-08-11 21:04:50810 },
michaelpge42ca3b32016-02-19 08:17:57811 'cr_elements': {
812 'filepath': 'ui/webui/resources/cr_element',
813 },
Chung-yih Wang7afc64a2018-03-06 02:09:04814 'cros_benchmarks': {
815 'filepath': 'tools/perf/contrib/cros_benchmarks',
816 },
Ben Wells03471a72018-03-22 00:58:46817 'crostini': {
Timothy Lohecae1e422018-06-07 05:53:59818 'filepath': 'crostini',
Ben Wells03471a72018-03-22 00:58:46819 },
ianwencdb8c9e2015-06-18 22:10:15820 'custom_tabs': {
Newton Allen38c62212015-06-24 21:41:53821 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/customtabs/|'\
ianwencdb8c9e2015-06-18 22:10:15822 'chrome/android/javatests/src/org/chromium/chrome/browser/customtabs/',
alancuttercbad6512015-06-19 02:31:28823 },
Ryo Hashimoto900be52c2018-05-24 06:42:26824 'dbus': {
825 'filepath': 'dbus/',
826 },
[email protected]5e105332012-09-13 01:55:52827 'deep_memory_profiler': {
828 'filepath': 'tools/(deep_memory_profiler|find_runtime_symbols)',
829 },
Bartosz Fabianowski85a823812015-04-16 10:27:51830 'device_bluetooth': {
831 'filepath': 'device/.*bluetooth'
832 },
juncaic08f41d2017-05-04 20:36:58833 'device_chooser': {
834 'filepath': 'chrome/browser/chooser_controller/|'\
835 'chrome/browser/ui/android/bluetooth_chooser_.*|'\
836 'chrome/browser/ui/android/usb_chooser_.*|'\
837 'chrome/browser/ui/bluetooth/|'\
838 'chrome/browser/ui/cocoa/device_chooser_.*|'\
839 'chrome/browser/ui/cocoa/extensions/chooser_dialog_.*|'\
840 'chrome/browser/ui/cocoa/permission_bubble/chooser_bubble_.*|'\
841 'chrome/browser/ui/views/device_chooser_.*|'\
842 'chrome/browser/ui/views/extensions/chooser_dialog_.*|'\
843 'chrome/browser/ui/views/permission_bubble/chooser_bubble_.*|'\
844 'chrome/browser/usb/usb_chooser_.*',
845 },
[email protected]342b12872012-11-07 12:10:46846 'devtools': {
847 'filepath': 'devtools',
848 },
mfoltz57fd7f32017-05-03 06:12:58849 'dial': {
850 'filepath': 'chrome/(browser|common)/extensions/api/dial' \
851 '|chrome/browser/media/router/discovery/dial/' \
852 '|chrome/test/data/extensions/api_test/dial/'
853 },
[email protected]bab2a832012-07-11 23:29:41854 'disk_cache': {
855 'filepath': 'net/disk_cache/|http_cache',
856 },
[email protected]f76c8852012-06-21 16:37:00857 'download': {
[email protected]f2f0fbb92012-07-14 15:52:49858 'filepath': 'chrome/browser/download/|'\
[email protected]8492b5b2012-12-17 21:58:08859 'content/browser/download/',
[email protected]6bff0ad2011-06-17 01:32:51860 },
[email protected]ca872e362011-07-12 21:06:03861 'downloads_ui': {
dbeam78528be2016-02-18 07:08:49862 'filepath': 'chrome/browser/resources/(md_)?downloads/|' \
[email protected]8492b5b2012-12-17 21:58:08863 'chrome/browser/ui/webui/.*downloads|' \
864 'chrome/browser/ui/views/download/|' \
asanka2009f412015-10-05 17:28:12865 'chrome/browser/ui/cocoa/download/'
[email protected]ca872e362011-07-12 21:06:03866 },
[email protected]f6df20a2012-10-23 21:22:07867 'drive': {
[email protected]8492b5b2012-12-17 21:58:08868 'filepath': 'chrome/browser/chromeos/drive/|' \
869 'chrome/browser/google_apis/'
[email protected]f6df20a2012-10-23 21:22:07870 },
[email protected]89d2cd52013-04-16 01:55:36871 'drive_resource_metadata': {
Ryo Hashimoto900be52c2018-05-24 06:42:26872 'filepath': 'drive.*resource_metadata'
[email protected]89d2cd52013-04-16 01:55:36873 },
[email protected]3a25c8a2014-06-26 06:47:10874 'eme': {
Xiaohan Wang6cbdcdf2018-06-12 21:55:54875 'filepath': 'chrome/renderer/media/.*key_system|' \
876 'chrome/browser/media/.*(cdm|encrypted)|' \
877 'components/cdm/|' \
[email protected]3a25c8a2014-06-26 06:47:10878 'content/browser/media/cdm/|' \
Xiaohan Wang6cbdcdf2018-06-12 21:55:54879 'media/base/android/.*drm|' \
[email protected]3a25c8a2014-06-26 06:47:10880 'media/cdm/|' \
881 'third_party/widevine/cdm/'
882 },
Justin DeWittf64d39e2018-08-09 21:33:41883 'explore_sites': {
884 'filepath': 'chrome/browser/android/explore_sites/|' \
885 'chrome/android/java/src/org/chromium/chrome/browser/explore_sites/'
886 },
[email protected]f76c8852012-06-21 16:37:00887 'extension': {
888 'filepath': 'extension',
[email protected]161277d42011-06-24 20:48:45889 },
lunalu0a9c05422016-11-11 17:19:06890 'feature_policy': {
Blink Reformata30d4232018-04-07 15:31:06891 'filepath': 'third_party/blink/renderer/platform/feature_policy/|' \
Kent Tamuraeb394c72018-04-07 19:14:55892 'third_party/blink/renderer/bindings/core/v8/origin_trial_features',
lunalu0a9c05422016-11-11 17:19:06893 },
[email protected]f76c8852012-06-21 16:37:00894 'fileapi': {
[email protected]8492b5b2012-12-17 21:58:08895 'filepath': 'file_system/|' \
896 'fileapi/'
[email protected]80919512011-08-03 08:51:04897 },
[email protected]f76c8852012-06-21 16:37:00898 'filebrowse': {
[email protected]8492b5b2012-12-17 21:58:08899 'filepath': 'file_browser|' \
900 'file_manager|' \
901 'filebrowse'
[email protected]4b07b62cc2011-10-03 17:52:39902 },
[email protected]4ed766c2013-09-19 09:45:20903 'filesapp': {
okab0be3dc2016-08-30 07:37:10904 'filepath': 'chrome/browser/chromeos/drive|' \
905 'chrome/browser/chromeos/extensions/file_manager|' \
906 'chrome/browser/chromeos/extensions/file_system_provider|' \
907 'chrome/browser/chromeos/file_manager|' \
908 'chrome/browser/chromeos/file_system_provider|' \
909 'chrome/browser/drive|' \
910 'chrome/test/data/extensions/api_test/file_system_provider|' \
911 'components/drive|' \
912 'google_apis/drive|' \
913 'ui/file_manager'
914 },
Tomasz Mikolajewski2905dbb2017-11-22 06:24:04915 'fsp': {
916 'filepath': 'chrome/browser/chromeos/extensions/file_system_provider|' \
917 'chrome/browser/chromeos/file_system_provider|' \
Tomasz Mikolajewski66b4faa22017-11-22 09:33:43918 'chrome/test/data/extensions/api_test/file_system_provider'
[email protected]4ed766c2013-09-19 09:45:20919 },
Wez385de5a2017-07-13 20:13:16920 'fuchsia': {
921 'filepath': 'fuchsia',
922 },
mmoroz58ddb8172016-09-08 18:29:55923 'fuzzing': {
924 'filepath': 'fuzz|Fuzz',
925 },
Vincent Scheibd5da4d952017-11-03 01:33:24926 'gamepad': {
927 'filepath': 'gamepad',
928 },
[email protected]3a2a6ac02014-06-20 07:07:12929 'gcm': {
peter9f4490a2017-01-27 00:58:36930 'filepath': 'chrome/browser/gcm/|'\
[email protected]3a2a6ac02014-06-20 07:07:12931 'components/gcm_driver/|'\
932 'google_apis/gcm/',
933 },
mikhail.pozdnyakova8db26402016-11-28 18:27:12934 'generic_sensor': {
Jun Caiaa1f040d2017-11-15 01:21:53935 'filepath': 'services/device/generic_sensor/|'\
Blink Reformata30d4232018-04-07 15:31:06936 'third_party/blink/renderer/modules/sensor/',
mikhail.pozdnyakova8db26402016-11-28 18:27:12937 },
[email protected]d8036492013-08-09 16:02:23938 'geolocation': {
939 'filepath': 'chrome/browser/geolocation/|'\
940 'content/browser/geolocation|'\
941 'content/public/common/geoposition.*|'\
942 'content/public/browser/geolocation.*|'\
943 'content/renderer/geolocation.*|'\
944 'content/shell/geolocation/',
945 },
[email protected]cf428f732012-10-02 20:48:15946 'gfx_geometry': {
danakj570c1332015-01-06 16:59:36947 'filepath': 'ui/gfx/geometry/',
[email protected]cf428f732012-10-02 20:48:15948 },
Takeshi Yoshino524e1d262017-07-28 01:16:38949 'gfx_image': {
950 'filepath': 'ui/gfx/image/',
951 },
[email protected]4d1773e2014-04-05 07:59:57952 'gn': {
953 'filepath': 'tools/gn',
954 },
[email protected]f76c8852012-06-21 16:37:00955 'gpu': {
[email protected]f2f0fbb92012-07-14 15:52:49956 'filepath': 'gpu/',
[email protected]f76c8852012-06-21 16:37:00957 },
Corentin Wallezc68aa9b2017-10-02 15:00:03958 'gpu_passthrough_cmd_decoder': {
959 'filepath': 'gpu/command_buffer/service/.*passthrough',
960 },
Ehsan Karamadc20cee22018-08-10 21:32:33961 'guest_view': {
962 'filepath': 'chrome/browser/apps/guest_view|'\
963 'chrome/browser/extensions/api/web_view|'\
964 'chrome/browser/guest_view|'\
965 'chrome/common/extensions/api/webview*.json|'\
966 'chrome/common/extensions/docs|'\
967 'chrome/renderer/resources/extensions/web_view|'\
968 'components/guest_view|'\
969 'content/browser/browser_plugin|'\
970 'content/renderer/browser_plugin|'\
971 'extensions/browser/api/guest_view|'\
972 'extensions/browser/guest_view|'\
973 'extensions/common/guest_view|'\
974 'extensions/common/mojo/guest_view.mojom|'\
975 'extensions/common/api/*view*.json|'\
976 'extensions/renderer/guest_view',
977 },
Andrey Kosyakova173d252018-05-07 18:29:11978 'headless': {
979 'filepath': 'headless/'
980 },
[email protected]f76c8852012-06-21 16:37:00981 'history_ui': {
dbeam78528be2016-02-18 07:08:49982 'filepath': 'chrome/browser/resources/(md_)?history|'\
983 'chrome/browser/ui/webui/.*history',
[email protected]f76c8852012-06-21 16:37:00984 },
985 'i18n': {
[email protected]f2f0fbb92012-07-14 15:52:49986 'filepath': 'base/i18n/|base/string|l10n|icu|'\
timvolodine8cdb94c2016-09-22 12:17:22987 'locale_settings|encoding',
[email protected]f76c8852012-06-21 16:37:00988 },
[email protected]f76c8852012-06-21 16:37:00989 'importer': {
[email protected]f2f0fbb92012-07-14 15:52:49990 'filepath': 'import',
[email protected]f76c8852012-06-21 16:37:00991 },
Greg Thompson4f90fc992017-07-25 19:30:37992 'incident_reporting': {
993 'filepath': 'chrome/browser/safe_browsing/incident_reporting',
994 },
[email protected]c26161352013-11-12 19:50:01995 'indexed_db': {
996 'filepath': 'content/browser/indexed_db|'\
[email protected]c26161352013-11-12 19:50:01997 'content/public/browser/indexed_db|'\
Chase Phillips7027bd52018-08-30 17:31:55998 'content/renderer/indexed_db|'\
[email protected]c26161352013-11-12 19:50:01999 'content/test/data/indexeddb',
1000 },
John Budorickf6a1c302018-10-29 16:32:481001 'infra': {
1002 'filepath': 'infra/config|'\
1003 'testing/buildbot|'\
John Budorick2d04e372018-10-29 18:03:301004 'tools/mb',
John Budorickf6a1c302018-10-29 16:32:481005 },
bruthigaa8281f2016-02-09 17:52:311006 'ink_drop': {
1007 'filepath': 'ui/views/animation/test/.*ink_drop.*|' \
1008 'ui/views/animation/.*ink_drop.*'
1009 },
dtapuska1f997a12016-03-14 19:22:071010 'input': {
1011 'filepath': 'content/browser/renderer_host/input|'\
1012 'content/renderer/input|'\
1013 'ui/events/blink/'
1014 },
Michael Spang808d5c12018-10-23 19:20:391015 'input_devices': {
1016 'filepath': 'ui/events/devices/',
1017 },
Dominick Ngcaa7b402017-07-11 07:35:391018 'installable': {
1019 'filepath': 'chrome/browser/installable/',
1020 },
mmoss19826c62014-11-14 21:37:361021 'installer_linux': {
1022 'filepath': 'chrome/installer/linux/',
1023 },
Greg Thompson4f90fc992017-07-25 19:30:371024 'installer_win': {
1025 'filepath': 'chrome/install_static/'\
Samuel Huang577ef6c2018-03-13 18:19:341026 '|chrome/installer/(?!gcapi_mac/|linux/|mac/)'\
1027 '|components/zucchini/',
Greg Thompson4f90fc992017-07-25 19:30:371028 },
[email protected]56b4b09d32012-07-27 18:28:411029 'instant': {
[email protected]607903d2013-03-25 22:15:471030 'filepath': 'instant|searchbox|'\
1031 'chrome/browser/search/|'\
[email protected]c29b7dae2013-03-25 22:29:131032 'chrome/browser/ui/search/|'\
[email protected]eb99f8e2013-07-10 10:17:391033 'chrome/browser/resources/local_ntp/|'\
[email protected]607903d2013-03-25 22:15:471034 'chrome/common/search_types.*',
[email protected]56b4b09d32012-07-27 18:28:411035 },
edchin46453b42017-03-03 01:40:111036 'ios': {
Sylvain Defresne81467d82017-05-29 09:06:141037 'filepath': 'ios/',
edchin46453b42017-03-03 01:40:111038 },
sdefresne18b47312015-06-18 15:15:091039 'ios_chrome': {
Sylvain Defresne81467d82017-05-29 09:06:141040 'filepath': 'ios/chrome/',
sdefresne18b47312015-06-18 15:15:091041 },
marqa4f135f2017-01-10 12:37:341042 'ios_clean': {
Sylvain Defresne81467d82017-05-29 09:06:141043 'filepath': 'ios/clean/',
marqa4f135f2017-01-10 12:37:341044 },
1045 'ios_showcase': {
Sylvain Defresne81467d82017-05-29 09:06:141046 'filepath': 'ios/showcase/',
marqa4f135f2017-01-10 12:37:341047 },
eugenebutb5a5a8572017-01-20 01:18:111048 'ios_web': {
Sylvain Defresne81467d82017-05-29 09:06:141049 'filepath': 'ios/web(_view)?/',
eugenebutb5a5a8572017-01-20 01:18:111050 },
Johanndfa4d7d2017-12-07 18:05:291051 'libaom': {
1052 'filepath': 'third_party/libaom/',
1053 },
Takeshi Yoshino524e1d262017-07-28 01:16:381054 'libvpx': {
Johanndfa4d7d2017-12-07 18:05:291055 'filepath': 'third_party/libvpx/',
vabraafbd4f32015-11-10 19:30:231056 },
[email protected]a3f777d2014-01-07 23:38:261057 'libwebp': {
1058 'filepath': 'third_party/libwebp'
1059 },
dominiccabb90e02017-03-31 04:54:231060 'libxml_xslt': {
1061 'filepath': 'third_party/libxml/' \
1062 '|third_party/libxslt/',
1063 },
[email protected]04a292a2013-03-07 19:58:421064 'linux_fonts': {
1065 'filepath': 'ui/gfx/font_render_params_.*|'\
deratcd2d6fb2015-02-12 00:10:411066 'ui/gfx/platform_font_linux.*|'\
1067 'ui/gfx/render_text_harfbuzz.*',
[email protected]04a292a2013-03-07 19:58:421068 },
1069 'linux_sandboxing': {
[email protected]f2f0fbb92012-07-14 15:52:491070 'filepath': 'sandbox/linux/',
[email protected]f76c8852012-06-21 16:37:001071 },
[email protected]04a292a2013-03-07 19:58:421072 'linux_seccomp_bpf': {
[email protected]d6a23612012-11-13 20:11:541073 'filepath': 'content/common/sandbox.*linux.cc',
[email protected]f76c8852012-06-21 16:37:001074 },
Takeshi Yoshino524e1d262017-07-28 01:16:381075 'login': {
1076 'filepath': 'chrome/browser/ui/login'
1077 },
lgrey62faed72016-10-11 21:40:391078 'mac': {
lgrey332339b12016-12-05 17:16:401079 'filepath': '(_|/)(cocoa|mac)(_|\.)|/(cocoa|mac)/|^((?!ios\/).)*\.mm?$',
lgrey62faed72016-10-11 21:40:391080 },
mlamourid8b0feb2015-06-02 16:30:471081 'manifest': {
1082 'filepath': 'content/(browser|renderer)/manifest/'\
1083 '|content/public/common/manifest*',
1084 },
James Cook2dc6d042018-04-24 22:00:201085 'mash_buildbot_filters': {
1086 'filepath': 'testing/buildbot/filters/mash.*filter',
1087 },
michaelpg32ca07902015-02-07 00:31:111088 'md_settings': {
michaelpge42ca3b32016-02-19 08:17:571089 'filepath': 'chrome/browser/resources/settings/'\
Dan Beam62f6f8fce2017-06-07 21:23:081090 '|chrome/browser/ui/webui/settings/'\
1091 '|chrome/test/data/webui/settings/',
michaelpg32ca07902015-02-07 00:31:111092 },
[email protected]f76c8852012-06-21 16:37:001093 'media': {
Francois Beaufort9ab59c82017-08-24 13:10:291094 'filepath': 'media|third_party/(ffmpeg|opus|libvpx)'
[email protected]f76c8852012-06-21 16:37:001095 },
mcasasfeedbe42017-03-03 05:23:561096 'media_capture_from_element': {
alancutter40359812017-03-03 08:20:271097 'filepath': 'content/renderer/media_capture_from_element/' \
Blink Reformata30d4232018-04-07 15:31:061098 '|third_party/blink/renderer/modules/mediacapture/' \
Kent Tamuraeb394c72018-04-07 19:14:551099 '|third_party/blink/renderer/platform/exported/web_canvas_capture' \
mcasasfeedbe42017-03-03 05:23:561100 '|third_party/WebKit/LayoutTests/fast/mediacapturefromelement/' \
Kent Tamuraeb394c72018-04-07 19:14:551101 '|third_party/blink/public/platform/web_canvas_capture'
mcasasfeedbe42017-03-03 05:23:561102 },
Tommy Steimel074a1822018-02-07 17:25:441103 'media_controls': {
Blink Reformata30d4232018-04-07 15:31:061104 'filepath': 'third_party/blink/renderer/modules/media_controls/'
Tommy Steimel074a1822018-02-07 17:25:441105 },
[email protected]06dd23172013-06-24 21:04:511106 'media_galleries': {
1107 'filepath': 'chrome/browser/extensions/api/media_galleries/'\
[email protected]06dd23172013-06-24 21:04:511108 '|chrome/browser/media_galleries/'\
1109 '|chrome/browser/storage_monitor/'\
1110 '|chrome/common/media_galleries/'\
Jay Civellicf995502017-09-08 23:59:271111 '|chrome/test/data/extensions/api_test/media_galleries/'
[email protected]06dd23172013-06-24 21:04:511112 },
Hirokazu Hondae31ce109a2018-09-18 11:18:501113 'media_gpu': {
1114 'filepath': 'media/gpu/',
1115 },
alokp9e369ea72e2016-06-10 05:41:091116 'media_mojo': {
Xiaohan Wang6cbdcdf2018-06-12 21:55:541117 'filepath': 'media/mojo/'
alokp9e369ea72e2016-06-10 05:41:091118 },
mcasasfeedbe42017-03-03 05:23:561119 'media_recorder': {
alancutter40359812017-03-03 08:20:271120 'filepath': 'content/renderer/media_recorder/' \
Blink Reformata30d4232018-04-07 15:31:061121 '|third_party/blink/renderer/modules/mediarecorder/' \
Kent Tamuraeb394c72018-04-07 19:14:551122 '|third_party/blink/renderer/platform/exported/web_media_recorder' \
mcasasfeedbe42017-03-03 05:23:561123 '|third_party/WebKit/LayoutTests/fast/mediarecorder/' \
Kent Tamuraeb394c72018-04-07 19:14:551124 '|third_party/blink/public/platform/web_media_recorder'
mcasasfeedbe42017-03-03 05:23:561125 },
miu5e69f1c52016-10-23 13:40:111126 'media_remoting': {
1127 'filepath': 'chrome/browser/media/cast_remoting'\
1128 '|media/blink/webmediaplayer_'\
1129 '|media/mojo/interfaces/remoting.mojom'\
1130 '|media/remoting/',
1131 },
kmarshallb698ad4f2015-02-24 19:42:481132 'media_router': {
mfoltz57fd7f32017-05-03 06:12:581133 'filepath': 'chrome/android/(java|junit)/src/org/chromium/chrome/browser/media/router/' \
1134 '|chrome/browser/media/router/' \
kmarshallb698ad4f2015-02-24 19:42:481135 '|chrome/browser/resources/media_router/' \
Takumi Fujimoto4bef2792018-05-03 17:51:551136 '|chrome/browser/ui/media_router/' \
mfoltz57fd7f32017-05-03 06:12:581137 '|chrome/browser/ui/views/media_router/' \
kmarshallb698ad4f2015-02-24 19:42:481138 '|chrome/browser/ui/webui/media_router/' \
Takumi Fujimoto4bef2792018-05-03 17:51:551139 '|chrome/common/media_router/' \
mfoltz57fd7f32017-05-03 06:12:581140 '|chrome/test/data/webui/media_router/' \
1141 '|chrome/test/media_router/' \
1142 '|chrome/utility/media_router/'
kmarshallb698ad4f2015-02-24 19:42:481143 },
Xiaohan Wang6cbdcdf2018-06-12 21:55:541144 'media_win': {
1145 'filepath': 'media/gpu/windows/'
1146 },
fmeawad4582cd22017-03-30 20:59:361147 'memory_coordinator': {
1148 'filepath': 'base/memory/memory_|' \
fmeawadd015b232017-03-31 02:22:451149 'content/browser/memory/|' \
1150 'content/child/memory/'
fmeawad4582cd22017-03-30 20:59:361151 },
[email protected]f76c8852012-06-21 16:37:001152 'message_loop': {
[email protected]f2f0fbb92012-07-14 15:52:491153 'filepath': 'base/message_'
[email protected]f76c8852012-06-21 16:37:001154 },
1155 'metrics': {
[email protected]f2f0fbb92012-07-14 15:52:491156 'filepath': 'base/metrics/'\
asvitkine361b276e2016-08-30 18:45:001157 '|chrome/android/java/src/org/chromium/chrome/browser/metrics/'\
[email protected]f2f0fbb92012-07-14 15:52:491158 '|chrome/browser/metrics/'\
[email protected]f2f0fbb92012-07-14 15:52:491159 '|chrome/browser/chromeos/external_metrics'\
[email protected]b0d594d2014-02-21 03:22:121160 '|chrome/browser/extensions/api/metrics_private/'\
[email protected]f2f0fbb92012-07-14 15:52:491161 '|chrome/browser/ui/webui/metrics_handler'\
asvitkineb7e10302016-01-20 05:17:451162 '|chromecast/browser/metrics/'\
asvitkinee4bad382015-11-05 21:56:451163 '|components/metrics/'\
asvitkineb7e10302016-01-20 05:17:451164 '|components/metrics_services_manager/'\
[email protected]ce6b855a2014-03-12 19:51:391165 '|components/rappor/'\
asvitkinee4bad382015-11-05 21:56:451166 '|components/variations/'\
[email protected]b0d594d2014-02-21 03:22:121167 # Exclude XML files; in particular, histograms.xml.
1168 '|tools/metrics/[^.]*([.](?!xml$).*)?$',
1169 },
1170 'metrics_xml_files': {
1171 # Subscribe to this to watch for changes to histograms.xml.
toyoshim8f51f902015-03-27 03:50:211172 'filepath': 'tools/metrics/.*\.xml$',
1173 },
1174 'midi': {
1175 'filepath': 'midi',
[email protected]f76c8852012-06-21 16:37:001176 },
[email protected]341f218a2013-09-24 22:16:101177 'mojo': {
1178 'filepath': 'mojo',
1179 },
Kyle Horimotoc4d57b122018-02-28 01:17:301180 'multidevice': {
Ryan Hansberry587c8082018-09-20 01:31:191181 'filepath': 'ash/multi_device_setup/'\
1182 '|chrome/browser/chromeos/device_sync/'\
1183 '|chrome/browser/chromeos/multidevice_setup/'\
1184 '|chrome/browser/chromeos/secure_channel/'\
Kyle Horimoto592f64c2018-03-28 23:43:221185 '|chrome/browser/resources/chromeos/multidevice_setup/'\
Ryan Hansberry587c8082018-09-20 01:31:191186 '|chrome/browser/resources/settings/multidevice_page/'\
1187 '|chrome/browser/ui/webui/chromeos/multidevice_setup/'\
1188 '|chrome/browser/ui/webui/settings/chromeos/multidevice'\
James Hawkinsf7e517c2018-03-30 21:01:141189 '|chromeos/components/proximity_auth/'\
Kyle Horimoto592f64c2018-03-28 23:43:221190 '|chromeos/services/device_sync/'\
1191 '|chromeos/services/multidevice_setup/'\
1192 '|chromeos/services/secure_channel/'\
Ryan Hansberry587c8082018-09-20 01:31:191193 '|components/cryptauth/'\
Kyle Horimoto9bace7f2018-09-21 23:36:481194 '|ui/webui/resources/cr_components/chromeos/multidevice_setup/'
Kyle Horimotoc4d57b122018-02-28 01:17:301195 },
rjkroegef60dea862015-10-29 17:50:061196 'mus': {
Scott Violet9f984252018-08-27 19:02:131197 'filepath': 'services/ws/'\
rjkroegef60dea862015-10-29 17:50:061198 '|mojo/gpu/',
1199 },
[email protected]f76c8852012-06-21 16:37:001200 'nacl': {
[email protected]f2f0fbb92012-07-14 15:52:491201 'filepath': 'chrome/nacl/|chrome/test/nacl/|'\
[email protected]193912d2013-09-06 17:41:561202 'chrome/browser/nacl_host/|chrome/common/nacl|'\
1203 'native_client_sdk/src/doc/',
[email protected]f76c8852012-06-21 16:37:001204 },
[email protected]99ddc3d2013-01-22 16:15:331205 'native_client_sdk': {
1206 'filepath': '^native_client_sdk/',
1207 },
[email protected]b9ecdb62014-03-07 14:56:431208 'navigation': {
1209 'filepath': 'content/browser/frame_host|'\
1210 'content/browser/renderer_host/render_process_host.*|'\
1211 'content/browser/renderer_host/render_view_host.*|'\
1212 'content/browser/web_contents/web_contents_impl.*|'\
1213 'content/renderer/render_frame.*|'\
1214 'content/renderer/render_view.*'
1215 },
[email protected]f76c8852012-06-21 16:37:001216 'net': {
[email protected]f2f0fbb92012-07-14 15:52:491217 'filepath': 'net/',
[email protected]f76c8852012-06-21 16:37:001218 },
bnc1872e8bd2017-01-27 02:47:281219 'net_base': {
1220 'filepath': 'net/base/',
1221 },
bnc1872e8bd2017-01-27 02:47:281222 'net_http2': {
1223 'filepath': 'net/http2/',
1224 },
[email protected]f76c8852012-06-21 16:37:001225 'net_log': {
mmenke59e4d8fb42016-06-15 21:15:281226 'filepath': 'net/log/|' \
[email protected]f2f0fbb92012-07-14 15:52:491227 'chrome/browser/net/.*net_log|' \
[email protected]f2f0fbb92012-07-14 15:52:491228 'chrome/browser/resources/net_internals/|' \
mmenke59e4d8fb42016-06-15 21:15:281229 'chrome/browser/ui/webui/net_internals/|' \
Takeshi Yoshino6b30abd2017-07-16 03:34:511230 'components/net_log/'
[email protected]f76c8852012-06-21 16:37:001231 },
Adam Rice027497d2018-07-27 02:17:021232 'net_server': {
1233 'filepath': 'net/server/'
1234 },
bnc1872e8bd2017-01-27 02:47:281235 'net_spdy': {
1236 'filepath': 'net/spdy/',
1237 },
Adam Rice027497d2018-07-27 02:17:021238 'net_websockets': {
1239 'filepath': 'net/websockets/',
1240 },
jkarlin539748402015-03-31 17:36:311241 'netinfo': {
Josh Karlin1bd016742017-08-18 17:44:171242 'filepath': '/netinfo/',
jkarlin539748402015-03-31 17:36:311243 },
Helen Li30f43d8e2018-05-09 16:24:011244 'network_service': {
1245 'filepath': 'services/network/',
1246 },
Vincent Scheibd5da4d952017-11-03 01:33:241247 'nfc': {
1248 'filepath': '/nfc/',
1249 },
peterf4758412014-09-17 15:06:011250 'notifications': {
Peter Beverloo4548c852017-08-31 13:45:171251 'filepath': 'chrome/browser/extensions/api/notifications/|'\
1252 'chrome/browser/notifications/|'\
1253 'chrome/test/data/notifications/|'\
1254 'content/browser/notifications/|'\
Peter Beverloo4548c852017-08-31 13:45:171255 'content/common/platform_notification|'\
1256 'content/public/browser/platform_notification|'\
1257 'content/public/common/platform_notification|'\
1258 'content/renderer/notification_|'\
Xi Chengd47af342018-04-24 02:36:331259 'chrome/notification_helper/|'\
Peter Beverloo4548c852017-08-31 13:45:171260 'third_party/WebKit/LayoutTests/external/wpt/notifications|'\
1261 'third_party/WebKit/LayoutTests/http/tests/notifications|'\
Blink Reformata30d4232018-04-07 15:31:061262 'third_party/blink/renderer/modules/notifications|'\
1263 'third_party/blink/public/platform/modules/notifications|'\
peterf4758412014-09-17 15:06:011264 'ui/message_center/'
1265 },
tbansalc6f1c9f2016-09-30 22:48:421266 'nqe': {
1267 'filepath': 'nqe',
1268 },
mcwilliamsedee5042016-04-05 18:46:451269 'ntp_snippets': {
1270 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk16a37f902016-05-16 15:49:361271 'chrome/android/javatests/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk14c89352016-07-21 13:45:131272 'chrome/android/junit/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk117ffb322017-02-06 12:04:201273 'chrome/android/java/src/org/chromium/chrome/browser/suggestions/|'\
1274 'chrome/android/javatests/src/org/chromium/chrome/browser/suggestions/|'\
mvanouwerkerk538dc0b62016-05-17 14:55:341275 'chrome/browser/android/ntp/ntp_snippets|'\
mcwilliamsedee5042016-04-05 18:46:451276 'chrome/browser/ntp_snippets/|'\
mvanouwerkerk41649732016-05-17 13:37:001277 'chrome/browser/resources/snippets_internals|'\
1278 'chrome/browser/ui/webui/snippets_internals|'\
mcwilliamsedee5042016-04-05 18:46:451279 'components/ntp_snippets/|'\
1280 'chrome/android/java/res/layout/new_tab_page|'\
noyau451e6bb62016-12-23 14:29:041281 'chrome/android/java/res/layout/most_visited|'\
1282 'ios/chrome/browser/ntp_snippets'
mcwilliamsedee5042016-04-05 18:46:451283 },
treib70176c52016-07-08 14:34:191284 'ntp_tiles': {
1285 'filepath': 'chrome/browser/android/ntp/|'\
1286 'chrome/browser/ui/webui/ntp/|'\
1287 'chrome/common/search/ntp|'\
noyau451e6bb62016-12-23 14:29:041288 'components/ntp_tiles/|'\
1289 'ios/chrome/browser/ntp_tiles'
treib70176c52016-07-08 14:34:191290 },
peterb8ec88f82017-03-21 13:29:421291 'offline_items_collection': {
1292 'filepath': 'components/offline_items_collection/',
1293 },
dimichdce3ee492016-04-04 04:20:521294 'offline_pages': {
1295 'filepath': 'components/offline_pages/'\
fgorski329be5b2016-04-19 21:38:111296 '|chrome/browser/android/offline_pages/'\
1297 '|chrome/android/java/src/org/chromium/chrome/browser/offlinepages/'
dimichdce3ee492016-04-04 04:20:521298 },
[email protected]f76c8852012-06-21 16:37:001299 'omnibox': {
Justin Donnellyaa8447f2018-10-22 15:07:581300 'filepath': 'chrome/browser/autocomplete/|'\
Justin Donnelly0af1472f2017-10-20 15:24:401301 'chrome/browser/ui/location_bar/|'\
jdonnelly6fa5a21d2017-01-03 15:28:351302 'chrome/browser/ui/omnibox/|'\
Justin Donnelly0af1472f2017-10-20 15:24:401303 'chrome/browser/ui/.*/location_bar/|'\
jdonnelly6fa5a21d2017-01-03 15:28:351304 'chrome/browser/ui/.*/omnibox/|'\
Justin Donnellyaa8447f2018-10-22 15:07:581305 'components/omnibox/'
[email protected]f76c8852012-06-21 16:37:001306 },
Doug Arnetta94d3ae2017-11-07 00:10:341307 'optimization_guide': {
1308 'filepath': 'optimization_guide|'\
1309 'optimization_hints',
1310 },
chasej6dff9292016-02-02 20:33:121311 'origin_trials': {
Jason Chasedfcd02b2018-08-10 21:07:491312 'filepath': 'origin_trial'\
chasej68b8bbd2017-01-26 19:26:131313 '|OriginTrial'\
1314 '|ConditionalFeature',
chasej6dff9292016-02-02 20:33:121315 },
[email protected]4a2078e2013-07-18 20:40:201316 'ozone': {
[email protected]f93c2c92013-10-31 18:22:441317 'filepath': 'ui/ozone/|'\
[email protected]4b66bf922013-10-28 19:49:431318 'ui/events/ozone/|'\
1319 'ui/gfx/ozone/|'\
[email protected]4a2078e2013-07-18 20:40:201320 'ui/gl/gl_.*egl.*|'\
1321 'ui/gl/gl_.*ozone.*'
1322 },
Sergey Ulanov004097c2018-11-05 23:29:281323 'ozone_scenic': {
1324 'filepath': 'ui/ozone/platform/scenic',
1325 },
lgarron9e25c7402017-03-15 04:03:111326 'page_info' : {
1327 'filepath': 'chrome/browser/ui/page_info/'\
1328 '|chrome/browser/ui/.*/page_info/'\
lgarron3428b2d32017-03-21 18:35:191329 '|chrome/android/java/src/org/chromium/chrome/browser/page_info/'\
lgarron6cd116a2017-04-07 19:42:181330 '|components/page_info_strings.grdp'\
Gregory Chatzinoffdf93d692017-09-09 01:32:271331 '|ios/chrome/browser/ui/page_info/'
lgarron6cd116a2017-04-07 19:42:181332 },
csharrison3b1dc4062015-10-19 14:31:081333 'page_load_metrics' : {
bmcquade9f433702016-07-26 23:33:501334 'filepath': 'chrome/browser/page_load_metrics/'\
1335 '|chrome/common/page_load_metrics/'\
1336 '|chrome/renderer/page_load_metrics/'
csharrison3b1dc4062015-10-19 14:31:081337 },
[email protected]f76c8852012-06-21 16:37:001338 'panels': {
[email protected]7cbe5a52012-09-27 02:00:291339 'filepath': 'chrome/browser/ui/panels'\
1340 '|chrome/browser/ui/cocoa/panels'\
[email protected]7cbe5a52012-09-27 02:00:291341 '|chrome/browser/ui/views/panels'
[email protected]f76c8852012-06-21 16:37:001342 },
[email protected]3cc8b3922014-05-05 13:12:081343 'password_manager': {
1344 'filepath': 'chrome/.*/password_'\
1345 '|chrome/browser/ui/passwords'\
1346 '|chrome/browser/ui/views/passwords'\
1347 '|chrome/test/data/password'\
1348 '|components/autofill.*password'
1349 '|components/password_'\
vabrccdb7222016-06-01 14:59:401350 '|^ios/chrome/browser/passwords'\
[email protected]3cc8b3922014-05-05 13:12:081351 },
rouslane8a22262016-10-19 20:49:411352 'payments': {
1353 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/payments'\
1354 '|chrome/android/javatests/src/org/chromium/chrome/browser/payments'\
Rouslan Solomakhin81af4cf2017-06-27 15:23:491355 '|chrome/browser/payments'\
1356 '|chrome/browser/ui/views/payments'\
Mohamad Ahmadi2b452762017-07-18 23:17:151357 '|components/payments/test/data'\
rouslana64ceca2016-10-26 01:10:311358 '|components/payments'\
Rouslan Solomakhin81af4cf2017-06-27 15:23:491359 '|content/browser/payments'\
1360 '|content/test/data/payments'\
1361 '|ios/chrome/browser/payments'\
1362 '|ios/chrome/browser/ui/payments'\
1363 '|ios/web/payments'\
1364 '|ios/web/public/payments'\
1365 '|third_party/WebKit/LayoutTests/external/wpt/payment-request'\
1366 '|third_party/WebKit/LayoutTests/http/tests/payments'\
1367 '|third_party/WebKit/LayoutTests/payments'\
Blink Reformata30d4232018-04-07 15:31:061368 '|third_party/blink/public/platform/modules/payments'\
1369 '|third_party/blink/renderer/modules/payments'
mahmadi0a7bb59f2017-02-22 19:13:491370 },
1371 'payments_ios': {
Rouslan Solomakhin81af4cf2017-06-27 15:23:491372 'filepath': 'ios/web/payments'\
1373 '|ios/chrome/browser/payments'\
1374 '|ios/chrome/browser/ui/payments'\
1375 '|ios/web/public/payments'
rouslane8a22262016-10-19 20:49:411376 },
[email protected]f76c8852012-06-21 16:37:001377 'pepper_api': {
[email protected]b8491b02013-11-13 03:50:581378 'filepath': 'ppapi/api'\
1379 '|ppapi/c',
[email protected]f76c8852012-06-21 16:37:001380 },
mlamourid8b0feb2015-06-02 16:30:471381 'permissions': {
1382 'filepath': 'content/(child,browser)/permissions/'\
1383 '|content/common/permission_*'\
1384 '|content/public/(common,browser)/permission_*'\
1385 '|chrome/browser/permissions/'\
1386 '|chrome/browser/content_settings/permission*'\
1387 '|permission_context',
1388 },
François Beaufortb2070eb2018-02-08 10:36:341389 'picture_in_picture': {
Blink Reformata30d4232018-04-07 15:31:061390 'filepath': 'third_party/blink/renderer/modules/picture_in_picture/'
François Beaufortb2070eb2018-02-08 10:36:341391 },
Lutz Justena67427102018-06-28 08:55:461392 'policy_templates': {
1393 'filepath': 'components/policy/resources/policy_templates.json'
1394 },
michaelpg11fff3f2015-02-06 03:35:341395 'polymer': {
1396 'filepath': 'third_party/polymer/|'\
michaelpgf94a2a22017-03-06 22:35:001397 'third_party/web-animations-js/|'\
dbeam78528be2016-02-18 07:08:491398 'tools/polymer|'\
michaelpg11fff3f2015-02-06 03:35:341399 'ui/webui/resources/polymer_resources.grdp',
1400 },
Charles Harrison981d33c2017-10-06 21:36:221401 'popup_blocker': {
1402 'filepath': 'chrome/browser/ui/blocked_content'
1403 },
twifkak0c69c1f2015-06-22 18:20:091404 'precache': {
1405 'filepath': '[pP]recache'
1406 },
[email protected]be775bc2014-06-30 15:41:141407 'prepopulated_engines': {
1408 'filepath': 'components/search_engines/prepopulated_engines.json',
1409 },
[email protected]f76c8852012-06-21 16:37:001410 'prerender': {
[email protected]78375a52012-07-14 14:47:571411 'filepath': 'prerender'
[email protected]f76c8852012-06-21 16:37:001412 },
mfoltz57fd7f32017-05-03 06:12:581413 'presentation': {
1414 'filepath': 'content/(browser|common|renderer)/presentation/' \
Blink Reformata30d4232018-04-07 15:31:061415 '|third_party/blink/public/platform/modules/presentation/' \
mfoltz57fd7f32017-05-03 06:12:581416 '|third_party/WebKit/LayoutTests/presentation/' \
Blink Reformata30d4232018-04-07 15:31:061417 '|third_party/blink/renderer/modules/presentation/'
mfoltz57fd7f32017-05-03 06:12:581418 },
rbpotter0d9edeed2018-08-03 14:11:581419 'print_preview': {
1420 'filepath': 'chrome/browser/resources/print_preview/' \
1421 '|chrome/browser/ui/webui/print_preview/'
1422 },
peter884896c72015-03-12 14:26:201423 'push_messaging': {
1424 'filepath': 'push_messaging'
1425 },
stkhapugin06503142016-12-07 14:32:121426 'reading_list': {
1427 'filepath': 'components/reading_list|'\
1428 'ios/chrome/browser/reading_list|'\
1429 'ios/chrome/browser/ui/reading_list',
1430 },
[email protected]f76c8852012-06-21 16:37:001431 'remoting': {
sergeyu05995a4f2017-01-24 21:26:011432 'filepath': '^remoting/' \
1433 '|^testing/chromoting'
[email protected]f76c8852012-06-21 16:37:001434 },
gab57e80c72014-12-08 21:06:131435 'rlz_id': {
1436 'filepath' :'rlz/lib/machine_id.cc|'\
1437 'rlz/lib/machine_id.h|'\
1438 'rlz/win/lib/machine_id_win.cc',
1439 },
Joe Medleya129fe32018-01-25 15:20:221440 'runtime_enabled_features': {
Blink Reformata30d4232018-04-07 15:31:061441 'filepath' : 'third_party/blink/renderer/platform/runtime_enabled_features.json5'
Joe Medleya129fe32018-01-25 15:20:221442 },
grt829c6a82014-10-20 09:29:321443 'safe_browsing': {
timvolodine41e95412017-03-14 02:55:341444 'filepath': 'chrome/(browser|common|renderer)/safe_browsing/|'\
1445 'components/safe_browsing/',
grt829c6a82014-10-20 09:29:321446 },
mlamourid8b0feb2015-06-02 16:30:471447 'screen_orientation': {
1448 'filepath': 'screen_orientation',
1449 },
Robert Sesekae79d38512018-09-04 18:13:301450 'security': {
1451 'filepath': 'base/json/'\
1452 '|base/memory/.*shared_memory'\
Robert Sesek61902db2018-10-09 19:15:451453 '|components/cbor/'\
1454 '|AndroidManifest',
Robert Sesekae79d38512018-09-04 18:13:301455 },
[email protected]0b431722014-01-08 07:21:511456 'service_worker': {
[email protected]edaf31d2014-03-07 00:09:171457 'filepath': 'content/(browser|renderer|child|common)/service_worker/',
[email protected]0b431722014-01-08 07:21:511458 },
Colin Blundell6d2669a2017-07-11 06:26:531459 'services_public': {
1460 'filepath': 'services/([^/]*/)*public/',
1461 },
alitoc5534d62017-04-21 01:48:581462 'settings_reset_prompt': {
1463 'filepath': 'chrome/browser/safe_browsing/settings_reset_prompt/'\
1464 '|chrome/browser/ui/views/settings_reset_prompt',
1465 },
dominickn8884155a2016-06-23 02:28:161466 'site_engagement': {
1467 'filepath': 'chrome/browser/engagement/|'\
1468 'chrome/browser/ui/webui/engagement/',
1469 },
[email protected]f76c8852012-06-21 16:37:001470 'site_instance': {
[email protected]f2f0fbb92012-07-14 15:52:491471 'filepath': 'content/browser/site_instance|'\
1472 'content/browser/browsing_instance',
[email protected]f76c8852012-06-21 16:37:001473 },
Ryan Hansberry587c8082018-09-20 01:31:191474 'smartlock': {
1475 'filepath': 'chrome/browser/apps/platform_apps/api/easy_unlock_private/'\
1476 '|chrome/browser/chromeos/login/easy_unlock/'\
1477 '|chrome/browser/resources/easy_unlock/'\
1478 '|chromeos/components/proximity_auth/'
1479 },
Zentaro Kavanagh608f8a12018-01-19 18:39:561480 'smb': {
1481 'filepath': 'chrome/browser/chromeos/file_system_provider'\
1482 '|chrome/browser/chromeos/smb_client'\
1483 '|chromeos/dbus/fake_smb_provider_client'\
1484 '|chromeos/dbus/smb_provider_client',
1485 },
Joe Medleya129fe32018-01-25 15:20:221486 'source_idls': {
Joe Medleyf7671752018-04-13 14:34:501487 'filepath': 'third_party/blink/renderer/(core|modules|platform)/.*\.idl',
Joe Medleya129fe32018-01-25 15:20:221488 },
[email protected]ad0295d2012-10-11 23:43:361489 'spellcheck': {
1490 'filepath': 'chrome/browser/spellchecker/'\
timvolodine8cdb94c2016-09-22 12:17:221491 '|chrome/browser/renderer_context_menu/spelling_'\
1492 '|components/spellcheck/'\
1493 '|third_party/hunspell/'\
1494 '|third_party/hunspell_dictionaries/',
[email protected]ad0295d2012-10-11 23:43:361495 },
Xi Cheng3920ab1b2018-09-10 20:03:581496 'stack_sampling_profiler': {
Xi Cheng36cac612018-09-11 00:46:401497 'filepath': 'components/metrics/*call_stack_profile*'\
1498 '|base/profiler/',
Xi Cheng3920ab1b2018-09-10 20:03:581499 },
Greg Thompson9ea091702018-01-04 11:06:321500 'startup': {
1501 'filepath': 'chrome/browser/ui/startup/',
1502 },
[email protected]67f39af2013-08-23 20:06:051503 'streams': {
1504 'filepath': 'content/browser/streams/',
1505 },
vmpstrcc1c08302015-11-18 06:05:511506 'styleguide': {
1507 'filepath': '^styleguide/',
1508 },
engedye7b734da2017-02-07 12:08:131509 'subresource_filter': {
Charles Harrisonfb3eac92017-06-26 21:26:021510 'filepath': 'subresource_filter|SubresourceFilter|url_pattern_index',
engedye7b734da2017-02-07 12:08:131511 },
[email protected]43d33e92014-07-14 16:39:311512 'supervised_users': {
1513 'filepath': 'chrome/browser/.*managed_mode'\
1514 '|chrome/browser/.*managed_user'\
1515 '|chrome/browser/.*supervised_user',
1516 },
[email protected]f76c8852012-06-21 16:37:001517 'sync': {
maxboguefa217942016-04-01 01:08:131518 'filepath': '^chrome/android/sync_shell/'\
1519 '|^chrome/browser/ui/sync/'\
1520 '|^chrome/browser/ui/views/sync/'\
1521 '|^chrome/test/android/javatests/src/org/chromium/chrome/test/util/browser/sync/'\
1522 '|^ios/chrome/browser/sync/'\
1523 '|^chrome/android/java/src/org/chromium/chrome/browser/sync/'\
1524 '|^chrome/browser/sync/'\
1525 '|^components/browser_sync/'\
Max Boguefef332d2016-07-28 22:09:091526 '|^components/sync/'\
maxboguefa217942016-04-01 01:08:131527 '|^components/sync_bookmarks/'\
Max Boguefef332d2016-07-28 22:09:091528 '|^components/sync_sessions/',
[email protected]f76c8852012-06-21 16:37:001529 },
[email protected]92871a102013-07-01 11:11:411530 'syncfs': {
1531 'filepath': 'sync_file_system',
1532 },
miu5e69f1c52016-10-23 13:40:111533 'tab_alert_indicators': {
1534 'filepath': 'content/browser/media/audio_stream_monitor'\
miu5e69f1c52016-10-23 13:40:111535 '|chrome/browser/ui/tabs/tab_utils'\
Peter Kasting479cc1752018-09-28 22:34:371536 '|chrome/browser/ui/views/tabs/alert_indicator'\
miu5e69f1c52016-10-23 13:40:111537 '|chrome/browser/ui/views/tabs/tab\.cc'\
1538 '|chrome/browser/ui/views/tabs/tab_renderer_data'\
1539 '|media/audio/audio_(output_controller|power_monitor)',
1540 },
[email protected]82d74152013-07-28 08:55:311541 'tab_capture': {
Adam Parker83a488462017-12-22 00:26:481542 'filepath': 'chrome/browser/extensions/api/tab_capture/'\
miu5e69f1c52016-10-23 13:40:111543 '|chrome/renderer/resources/extensions/tab_capture_custom_bindings.js'\
[email protected]31ef420b2014-08-13 21:19:131544 '|chrome/test/data/extensions/api_test/tab_capture/'\
Adam Parker83a488462017-12-22 00:26:481545 '|components/viz/common/(frame_sinks/copy_output_|gl_helper|yuv_)'\
1546 '|components/viz/service/display/'\
1547 '|components/viz/service/frame_sinks/(frame_sink_manager'\
1548 '|video_capture/)'\
[email protected]31ef420b2014-08-13 21:19:131549 '|content/browser/media/capture/'\
[email protected]31ef420b2014-08-13 21:19:131550 '|content/browser/renderer_host/media/(audio_'\
1551 '|media_stream_manager|video_)'\
miu5e69f1c52016-10-23 13:40:111552 '|content/public/renderer/media_stream_'\
1553 '|content/renderer/media/(media_stream|(.+audio_source))'\
[email protected]31ef420b2014-08-13 21:19:131554 '|media/audio/(audio_output_controller|fake_audio_|virtual_audio_)'\
1555 '|media/base/video_frame\.h'\
Adam Parker83a488462017-12-22 00:26:481556 '|media/capture/'\
1557 '|services/viz/privileged/interfaces/compositing/frame_sink',
[email protected]82d74152013-07-28 08:55:311558 },
[email protected]f76c8852012-06-21 16:37:001559 'tab_contents': {
[email protected]f2f0fbb92012-07-14 15:52:491560 'filepath': 'chrome/browser/tab_contents/|'\
1561 'content/browser/tab_contents/|'\
1562 'chrome/browser/ui/tab_contents/',
[email protected]f76c8852012-06-21 16:37:001563 },
tdresserd80646f2017-03-03 19:26:081564 'tbmv2_metrics': {
1565 'filepath': 'third_party/catapult/tracing/tracing/metrics'
1566 },
[email protected]5e105332012-09-13 01:55:521567 'tcmalloc': {
1568 'filepath': 'third_party/tcmalloc'
1569 },
[email protected]31a10602012-11-21 01:51:261570 'telemetry': {
nednguyen79105d422016-04-18 01:38:421571 'filepath': 'tools/perf/'
[email protected]31a10602012-11-21 01:51:261572 },
Takeshi Yoshino524e1d262017-07-28 01:16:381573 'test_runner': {
1574 'filepath': 'components/test_runner/' \
1575 '|content/shell/(common|browser|renderer)/layout_test/' \
1576 '|content/test/layouttest_support.cc' \
1577 '|content/public/test/layouttest_support.h' \
1578 },
[email protected]f76c8852012-06-21 16:37:001579 'tests': {
[email protected]f2f0fbb92012-07-14 15:52:491580 'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/',
[email protected]0cde05a02011-11-30 23:36:521581 },
jlkleinecc81952016-11-19 00:16:071582 'tether': {
Kyle Horimoto592f64c2018-03-28 23:43:221583 'filepath': 'chrome/browser/chromeos/tether/'\
1584 '|chrome/browser/ui/ash/network/tether*'\
Ryan Hansberry587c8082018-09-20 01:31:191585 '|chromeos/components/tether/'
jlkleinecc81952016-11-19 00:16:071586 },
[email protected]1cbbb30b2011-10-14 08:03:561587 'textinput': {
Yuichiro Hanadaf0b3b472017-10-17 07:00:531588 'filepath': 'chrome/browser/ui/input_method'\
[email protected]f2f0fbb92012-07-14 15:52:491589 '|content/browser/renderer_host/render_widget_host_view'\
1590 '|content/browser/renderer_host/text_input'\
1591 '|ui/base/ime/'\
[email protected]f2f0fbb92012-07-14 15:52:491592 '|ui/views/controls/textfield/'\
Yuichiro Hanadaf0b3b472017-10-17 07:00:531593 '|ui/wm/core/ime'
[email protected]1cbbb30b2011-10-14 08:03:561594 },
[email protected]3a117c62011-11-29 04:28:021595 'textinput_chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:491596 'filepath': 'chrome/browser/chromeos/input_method/'\
1597 '|chrome/browser/chromeos/extensions/input_method'\
1598 '|chrome/browser/chromeos/status/input_method'\
1599 '|chrome/browser/extensions/extension_input_'\
1600 '|chrome/browser/resources/keyboard'\
[email protected]f2f0fbb92012-07-14 15:52:491601 'chromeos/.*(language|keyboard)'\
[email protected]6bd9e802013-04-18 06:40:421602 '|chromeos/ime/*'
[email protected]3a117c62011-11-29 04:28:021603 },
chirantan96fcf6d2015-01-21 22:36:191604 'timers': {
1605 'filepath': 'base/timer/'\
1606 '|components/timers/'
1607 },
robliaofd54b5c2017-01-13 00:41:301608 'tools_win_chromeexts': {
1609 'filepath': 'tools/win/chromeexts',
1610 },
AJITH KUMAR V4f0c4812018-03-27 13:46:571611 'touch_selection': {
1612 'filepath': 'ui/touch_selection/'\
1613 '|content/public/android/java/src/org/chromium/content/browser/selection/'
1614 },
[email protected]c8eb7f72013-07-04 15:30:111615 'tracing': {
1616 'filepath': 'base/debug/trace_event.*'\
primianobef13b42015-01-30 15:29:311617 '|base/trace_event/'\
[email protected]c8eb7f72013-07-04 15:30:111618 '|content/browser/tracing/'\
Oystein Eftevaag6410f1a2018-03-01 18:06:301619 '|components/tracing/'\
1620 '|services/tracing/'
[email protected]c8eb7f72013-07-04 15:30:111621 },
[email protected]cf428f732012-10-02 20:48:151622 'ui_compositor': {
1623 'filepath': 'ui/compositor/layer\.|'\
1624 'ui/compositor/layer_unittest|'\
1625 'ui/compositor/compositor',
1626 },
robliao2c4b7492016-07-19 01:57:261627 'ui_display_win': {
1628 'filepath': '^ui/display/win',
1629 },
[email protected]6b5093c2012-05-23 19:10:181630 'ui_resources': {
[email protected]f2f0fbb92012-07-14 15:52:491631 'filepath': 'ui/resources/'\
1632 '|ui/base/native_theme/resources/'\
1633 '|chrome/app/theme/'
[email protected]6b5093c2012-05-23 19:10:181634 },
edwardjung83f52ef22017-02-07 13:15:071635 'ui_strings': {
1636 'filepath': 'chrome/app/generated_resources.grd'\
1637 '|chrome/app/google_chrome_strings.grd'\
1638 '|chrome/android/java/strings/android_chrome_strings.grd'\
1639 '|chrome/app/settings_strings.grdp'\
1640 '|ios/chrome/app/strings/ios(_.+)*_strings.grd'\
1641 '|ui/strings/ui_strings.grd',
1642 },
Vincent Scheibd5da4d952017-11-03 01:33:241643 'usb': {
1644 'filepath': '/usb/',
1645 },
Miguel Casas-Sancheza65d49a2017-12-11 03:27:481646 'vaapi': {
1647 'filepath': 'media/gpu/vaapi',
1648 },
[email protected]c73ec8ab2014-01-16 20:35:231649 'version_assembly': {
1650 'filepath': 'chrome/app/version_assembly',
1651 },
posciak62a72272016-05-11 08:31:241652 'video': {
1653 'filepath': 'content/browser/renderer_host/media/|'\
1654 'content/renderer/media/|'\
1655 'media/capture/video/|'\
1656 'media/filters/|'\
1657 'media/gpu/|'\
1658 '.*video.*',
1659 },
mcasas09e881c2016-04-09 02:09:501660 'video_capture': {
1661 'filepath': 'chrome/browser/media/.*(capture|media|webrtc)'\
1662 '|content/browser/renderer_host/media/.*(capture|media)'\
1663 '|content/renderer/media/.*(capture|media|webrtc)'\
1664 '|media/capture/'\
chfremer2a01a69b2017-01-06 02:39:011665 '|media/muxers/'\
1666 '|services/video_capture/',
mcasas09e881c2016-04-09 02:09:501667 },
Alexandre Courbot3e9e55a2018-04-05 05:29:421668 'video_gpu': {
1669 'filepath': 'content/renderer/media/|'\
1670 'media/capture/video/|'\
1671 'media/gpu/',
1672 },
[email protected]f76c8852012-06-21 16:37:001673 'views': {
1674 # Applies to all files and subdirs within this directory.
[email protected]f2f0fbb92012-07-14 15:52:491675 'filepath': '^ui/views/',
[email protected]f76c8852012-06-21 16:37:001676 },
[email protected]ef514a32014-02-26 01:02:351677 'virtual_keyboard': {
1678 'filepath': 'ui/keyboard/'\
oka47452c22017-02-17 05:07:571679 '|chrome/test/data/chromeos/virtual_keyboard/'\
1680 '|extensions/browser/api/virtual_keyboard_private/'\
James Cooka35a1e22017-04-08 02:33:081681 '|ash/system/virtual_keyboard/'\
oka47452c22017-02-17 05:07:571682 '|ash/virtual_keyboard',
[email protected]ef514a32014-02-26 01:02:351683 },
billorr3c7e1442016-11-11 21:21:351684 'virtual_reality': {
David Dorwina4a2b73c2018-05-18 22:39:561685 # Includes VR, AR, and XR.
Michael Thiessena7bec5b2018-07-12 19:10:041686 'filepath': '/vr/'\
David Dorwina4a2b73c2018-05-18 22:39:561687 '|/xr'\
1688 '|third_party/arcore'\
1689 '|third_party/gvr'\
1690 '|third_party/libovr'\
1691 '|third_party/openvr',
billorr3c7e1442016-11-11 21:21:351692 },
Vincent Scheibd5da4d952017-11-03 01:33:241693 'wake_lock': {
1694 'filepath': 'wake_lock',
1695 },
Devin Mullins4ff9b282018-03-09 00:37:321696 'web_package': {
1697 'filepath': 'content/browser/loader/prefetch_url_loader'\
1698 '|content/browser/web_package/'\
Kunihiko Sakamotoba390852018-07-11 01:08:551699 '|content/test/data/sxg/'
Devin Mullins4ff9b282018-03-09 00:37:321700 },
Matt Giuca9eb910d2017-08-02 04:07:381701 'web_share': {
1702 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/webshare/'\
1703 '|chrome/android/javatests/src/org/chromium/chrome/browser/WebShare.*'\
1704 '|chrome/browser/ui/views/webshare/'\
1705 '|chrome/browser/webshare/'\
1706 '|third_party/WebKit/LayoutTests/webshare/'\
1707 '|third_party/WebKit/LayoutTests/external/wpt/web-share/'\
Blink Reformata30d4232018-04-07 15:31:061708 '|third_party/blink/public/platform/modules/webshare/'\
1709 '|third_party/blink/renderer/modules/webshare/',
Matt Giuca9eb910d2017-08-02 04:07:381710 },
Martin Kreichgauer794a18572018-07-20 20:45:431711 'webauthn': {
1712 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/webauth/'\
1713 '|chrome/android/javatests/src/org/chromium/chrome/browser/webauth/'\
1714 '|chrome/browser/webauthn/'\
1715 '|chrome/browser/ui/webauthn/'\
1716 '|chrome/browser/ui/views/webauthn/'\
1717 '|content/browser/webauth/'\
1718 '|device/fido/'\
1719 '|third_party/blink/public/platform/modules/webauth/',
1720 },
Corentin Wallez3f1d0852018-07-04 15:45:361721 'webgpu': {
1722 'filepath': 'third_party/blink/renderer/modules/webgpu/',
1723 },
Takeshi Yoshinoe387aa32017-08-02 13:16:131724 'webrtc_browser_tests': {
1725 'filepath': 'chrome/browser/media/.*webrtc.*browsertest|'\
1726 'content/browser/media/.*webrtc.*browsertest',
1727 },
[email protected]208879542012-07-05 11:15:341728 'website_settings': {
[email protected]f2f0fbb92012-07-14 15:52:491729 'filepath': 'chrome/browser/content_settings/'\
1730 '|chrome/browser/ui/views/website_settings/'\
1731 '|chrome/browser/ui/website_settings/'\
mukai077089f2014-09-11 18:41:521732 '|chrome/common/content_settings'\
1733 '|components/content_settings/',
[email protected]208879542012-07-05 11:15:341734 },
[email protected]b17d9e02014-07-29 09:45:501735 'windows_sandboxing': {
1736 'filepath': 'sandbox/win/',
1737 },
[email protected]f76c8852012-06-21 16:37:001738 'x11': {
[email protected]f2f0fbb92012-07-14 15:52:491739 'filepath': 'content/browser/renderer_host/backing_store_x\.' \
1740 '|chrome/browser/chromeos/input_method/xkeyboard\.' \
1741 '|chrome/browser/chromeos/system_key_event_listener\.' \
[email protected]f76c8852012-06-21 16:37:001742 '|chrome/browser/chromeos/'\
[email protected]f2f0fbb92012-07-14 15:52:491743 'xinput_hierarchy_changed_event_listener\.' \
1744 '|chrome/browser/chromeos/wm_' \
1745 '|ui/base/x/'
[email protected]0d710852012-05-24 01:18:401746 },
wjmaclean3ff6a402015-03-31 19:00:201747 'zoom': {
1748 'filepath': 'chrome/browser/ui/zoom/' \
1749 '|components/ui/zoom/' \
1750 '|content/browser/host_zoom_*' \
1751 '|content/browser/storage_partition_impl*' \
1752 '|content/public/browser/host_zoom_map.h' \
1753 '|content/public/browser/storage_partition.h'
1754 },
[email protected]a3838612009-10-13 21:57:541755 },
[email protected]ca872e362011-07-12 21:06:031756
pennymac962d190432016-07-27 00:58:351757 ##############################################################################
1758 # Please keep alphabetical
1759 ##############################################################################
[email protected]a3838612009-10-13 21:57:541760 'WATCHLISTS': {
Joe Medley1e1bb652018-04-27 17:36:591761 'about_flags': ['[email protected]',
1762 '[email protected]'],
mazda6471d0e2015-10-02 06:32:551763 'accelerator_table': ['[email protected]',
[email protected]f76c8852012-06-21 16:37:001764 '[email protected]'],
dmazzoni5f4b7f12015-02-17 16:35:571765 'accessibility': ['[email protected]',
Aaron Leventhal978557022017-06-09 15:39:411766 '[email protected]',
dmazzoni5f4b7f12015-02-17 16:35:571767 '[email protected]',
dougtcd8ac01d2017-03-24 16:23:401768 '[email protected]',
[email protected]f76c8852012-06-21 16:37:001769 '[email protected]',
je_julie.kima170bac2015-05-06 14:57:541770 '[email protected]',
Katie Dektara52038e42017-12-06 21:00:311771 '[email protected]',
dmazzoni5f4b7f12015-02-17 16:35:571772 '[email protected]',
[email protected]f76c8852012-06-21 16:37:001773 '[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:261774 'add_to_homescreen': ['[email protected]',
Xi Han50f523a1d2017-07-19 15:56:111775 '[email protected]',
F07b660412017-08-01 20:53:061776 '[email protected]'],
Peter Wen35bf5932018-10-22 19:51:481777 'android_crash_reporting': ['[email protected]',
1778 '[email protected]'],
johnmaguire6aaac7902016-03-15 12:28:201779 'android_crazy_linker': ['[email protected]'],
Peter Wen35bf5932018-10-22 19:51:481780 'android_deps': ['[email protected]'],
dfalcantaraef21e9e2016-01-07 01:16:261781 'android_infobars': ['[email protected]'],
agrieve4d9c1c52016-09-23 17:49:381782 'android_infra': ['[email protected]',
Eric Stevenson1a03deb2018-06-22 20:40:131783 '[email protected]',
Andrew Grieve5babdbfc2017-08-16 01:26:491784 '[email protected]'],
Takeshi Yoshino524e1d262017-07-28 01:16:381785 'android_item_chooser_dialogs': ['[email protected]',
1786 '[email protected]'],
Peter Wen35bf5932018-10-22 19:51:481787 'android_lint': ['[email protected]'],
lizebf34f69b2016-03-30 16:08:531788 'android_loading': ['[email protected]',
drogere76b5632016-03-31 14:14:411789 '[email protected]'],
Daniele Castagna7c829d692018-02-12 16:09:081790 'android_media': ['[email protected]'],
Ted Choc042d8442018-03-13 16:35:571791 'android_search_widget': ['[email protected]',
1792 '[email protected]'],
nyquistf602bd02017-02-16 23:17:441793 'android_studio': ['[email protected]',
1794 '[email protected]'],
Daniele Castagna7c829d692018-02-12 16:09:081795 'android_tab': ['[email protected]'],
asvitkine361b276e2016-08-30 18:45:001796 'android_uma_settings': ['[email protected]',
1797 '[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:261798 'android_webapk': ['[email protected]'],
[email protected]7ca78dc12012-09-20 09:26:441799 'android_webview': ['[email protected]'],
Yi Guc1c54682018-07-23 12:00:001800 'animation_worklet': ['[email protected]',
1801 '[email protected]'],
Matt Giuca9eb910d2017-08-02 04:07:381802 'app_list': ['[email protected]'],
Dominick Ngdd2f0112018-07-18 01:41:551803 'app_shortcuts': ['[email protected]',
1804 '[email protected]',
Matt Giuca9eb910d2017-08-02 04:07:381805 '[email protected]'],
pennymac962d190432016-07-27 00:58:351806 'apps': ['[email protected]',
Dominick Ngfe197c752018-07-18 00:51:261807 '[email protected]',
pennymac962d190432016-07-27 00:58:351808 '[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]'],
poromov7633f602017-02-21 16:44:011817 'arc_kiosk': ['[email protected]'],
lhchavez4b19176f2016-05-04 23:12:461818 'arc_net': ['[email protected]',
1819 '[email protected]',
1820 '[email protected]'],
ejcarusoa298ec02016-06-16 20:30:431821 'arc_power': ['[email protected]'],
Hirokazu Hondaf98a3122018-04-12 11:19:481822 'arc_video_accelerator': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351823 'ash': ['[email protected]',
1824 '[email protected]'],
Xiaohui Chenf7e70a22018-02-08 00:36:381825 'assistant': ['[email protected]'],
Max Morin2b0206312018-04-06 11:17:401826 'audio_service': ['[email protected]',
1827 '[email protected]',
1828 '[email protected]'],
pennymac962d190432016-07-27 00:58:351829 'aura': ['[email protected]',
1830 '[email protected]'],
[email protected]c3a6e1e72013-08-02 00:13:071831 'aura_compositor': ['[email protected]',
1832 '[email protected]',
pennymac962d190432016-07-27 00:58:351833 '[email protected]',
danakj3695c582016-10-26 21:54:431834 '[email protected]'],
Jared Saul4765c1e2018-06-18 13:44:571835 'autofill': ['[email protected]',
1836 '[email protected]',
sebsg55d59d82018-06-19 18:29:521837 '[email protected]',
sebsgbbfbea02016-10-24 21:54:591838 '[email protected]',
Anthony Vallee-Dubois866affd22018-03-19 15:13:211839 '[email protected]',
Jared Saul4765c1e2018-06-18 13:44:571840 '[email protected]',
Tommy Martino7e7d74082018-04-09 19:25:051841 '[email protected]',
Jared Saul4765c1e2018-06-18 13:44:571842 '[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]',
pennymac962d190432016-07-27 00:58:351849 '[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:261850 'banners': ['[email protected]',
Xi Han50f523a1d2017-07-19 15:56:111851 '[email protected]',
F07b660412017-08-01 20:53:061852 '[email protected]'],
Takeshi Yoshino524e1d262017-07-28 01:16:381853 'base': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:191854 'base_allocator': ['[email protected]',
[email protected]b17d9e02014-07-29 09:45:501855 '[email protected]'],
[email protected]1ed5e0fd2012-07-19 00:19:051856 'base_memory': ['[email protected]'],
Alexander Timin864bf8a02018-03-12 11:06:281857 'base_scheduler': ['[email protected]'],
robliao1644d8b2016-04-11 15:39:591858 'base_task_scheduler': ['[email protected]',
1859 '[email protected]',
1860 '[email protected]'],
pennymac962d190432016-07-27 00:58:351861 'base_win': ['[email protected]',
Robert Liao27a2fa12017-10-20 18:34:481862 '[email protected]',
pennymac962d190432016-07-27 00:58:351863 '[email protected]'],
[email protected]7e093d4022014-06-26 19:19:551864 'battery_status': ['[email protected]'],
wnwen72684762017-03-29 13:28:371865 'binary_size': ['[email protected]',
Peter Wen35bf5932018-10-22 19:51:481866 '[email protected]'],
pennymac962d190432016-07-27 00:58:351867 'blink': ['[email protected]'],
1868 'blink_accessibility': ['[email protected]',
1869 '[email protected]',
dougtcd8ac01d2017-03-24 16:23:401870 '[email protected]',
horo8e9a01572016-07-27 06:05:311871 '[email protected]',
pennymac962d190432016-07-27 00:58:351872 '[email protected]'],
1873 'blink_animation': ['[email protected]',
1874 '[email protected]',
1875 '[email protected]',
1876 '[email protected]',
1877 '[email protected]'],
1878 'blink_app_banner': ['[email protected]'],
1879 'blink_audio': ['[email protected]',
1880 '[email protected]'],
1881 'blink_battery_status': ['[email protected]',
1882 '[email protected]'],
pennymac962d190432016-07-27 00:58:351883 'blink_bindings': ['[email protected]'],
jbroman9ac2d532016-09-01 18:20:081884 'blink_bindings_serialization': ['[email protected]'],
Conley Owensd744e392018-04-24 19:18:571885 'blink_bluetooth': ['[email protected]',
Ovidio Henriquez86333882018-11-05 18:25:211886 '[email protected]',
1887 '[email protected]'],
Fernando Serboncinife13f9d2018-08-14 13:35:541888 'blink_canvas': [ '[email protected]',
1889 '[email protected]'],
pennymac962d190432016-07-27 00:58:351890 'blink_client_hints': ['[email protected]'],
1891 'blink_clipboard': ['[email protected]'],
Kinuko Yasuda4a342642018-03-01 09:29:551892 'blink_common': ['[email protected]',
1893 '[email protected]'],
Kentaro Hara993b0de2017-08-07 02:26:371894 'blink_controller': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351895 'blink_css': ['[email protected]',
1896 '[email protected]',
danakjc1e13d4e2018-05-04 21:34:421897 '[email protected]'],
pennymac962d190432016-07-27 00:58:351898 'blink_css_flexbox': ['[email protected]'],
Morten Stenshorne4f1b3022017-11-14 12:05:371899 'blink_css_fragmentation_tests': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351900 'blink_css_grid_layout': ['[email protected]',
horo8e9a01572016-07-27 06:05:311901 '[email protected]',
pennymac962d190432016-07-27 00:58:351902 '[email protected]'],
Dimitri Glazkov33286c62017-12-08 23:34:251903 'blink_custom_elements': ['[email protected]'],
Oksana Zhuravlova5e236ec92018-07-25 00:16:031904 'blink_device_orientation': ['[email protected]',
1905 '[email protected]',
1906 '[email protected]',
pennymac962d190432016-07-27 00:58:351907 '[email protected]'],
1908 'blink_devtools': ['[email protected]',
1909 '[email protected]',
1910 '[email protected]',
1911 '[email protected]',
1912 '[email protected]',
lushnikovc5bd7ca2016-07-27 17:19:391913 '[email protected]'],
pennymac962d190432016-07-27 00:58:351914 'blink_dom': ['[email protected]',
danakjc1e13d4e2018-05-04 21:34:421915 '[email protected]'],
Hayato Ito5fc828c2017-07-05 08:02:321916 'blink_dom_events': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351917 'blink_events': ['[email protected]',
pennymac962d190432016-07-27 00:58:351918 '[email protected]',
1919 '[email protected]'],
1920 'blink_fetch': ['[email protected]',
1921 '[email protected]',
Takeshi Yoshino9d7588a32017-07-31 07:17:341922 '[email protected]'],
pennymac962d190432016-07-27 00:58:351923 'blink_fileapi': ['[email protected]',
1924 '[email protected]',
1925 '[email protected]'],
haraken98d0827a2017-02-27 00:55:191926 'blink_frames': ['[email protected]'],
Mounir Lamouria33886c2018-02-07 10:00:371927 'blink_geolocation': ['[email protected]'],
Nico Weberb6975cc2018-06-19 10:51:451928 'blink_heap': ['[email protected]',
pennymac962d190432016-07-27 00:58:351929 '[email protected]',
1930 '[email protected]'],
Dimitri Glazkov33286c62017-12-08 23:34:251931 'blink_html': ['[email protected]'],
csharrisonf357e9632016-07-29 01:27:221932 'blink_htmlparser': ['[email protected]',
1933 '[email protected]'],
pennymac962d190432016-07-27 00:58:351934 'blink_indexed_db': ['[email protected]',
1935 '[email protected]'],
1936 'blink_input': ['[email protected]',
Navid Zolghadrf7ac0562018-08-02 21:43:161937 '[email protected]'],
pennymac962d190432016-07-27 00:58:351938 'blink_layers': ['[email protected]'],
1939 'blink_layout': ['[email protected]',
1940 '[email protected]',
pennymac962d190432016-07-27 00:58:351941 '[email protected]',
1942 '[email protected]',
1943 '[email protected]'],
Ojan Vafai1fa1ec52018-04-11 17:56:401944 'blink_layout_ng': ['[email protected]',
atotic30c8eba2016-10-28 13:24:071945 '[email protected]',
dgroganf9744ea2017-01-18 23:23:261946 '[email protected]',
lchoi2ba79a72017-05-25 00:23:051947 '[email protected]',
Xiaocheng Hu8bd4d8072017-10-25 23:44:321948 '[email protected]',
1949 '[email protected]'],
pennymac962d190432016-07-27 00:58:351950 'blink_loader': ['[email protected]',
1951 '[email protected]',
Takeshi Yoshinoab2ce8562017-11-09 05:19:191952 '[email protected]'],
pennymac962d190432016-07-27 00:58:351953 'blink_media': ['[email protected]',
1954 '[email protected]',
srirama.mdec4f512016-09-06 08:22:191955 '[email protected]',
1956 '[email protected]'],
pennymac962d190432016-07-27 00:58:351957 'blink_media_queries': ['[email protected]',
1958 '[email protected]'],
mcasas9558316b2017-03-10 18:57:311959 'blink_mediastream': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351960 'blink_modules': ['[email protected]'],
1961 'blink_navigator_content_utils': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351962 'blink_out_of_process_frames': ['[email protected]',
1963 '[email protected]'],
pennymac962d190432016-07-27 00:58:351964 'blink_paint' : ['[email protected]',
chrishtr4030de342016-10-03 23:57:591965 '[email protected]'],
Xida Chen0ef92782018-01-17 05:53:351966 'blink_paintworklet' : ['[email protected]'],
panickere9ffa3f2017-04-10 18:26:061967 'blink_performance_timing': ['[email protected]'],
Balazs Engedy23f08852018-09-24 23:39:581968 'blink_permissions': ['[email protected]',
1969 '[email protected]'],
kinukoc462adb2016-12-22 12:58:491970 'blink_platform': ['[email protected]'],
ajumabd2c9c22017-05-01 21:29:501971 'blink_platform_graphics': ['[email protected]',
pennymac962d190432016-07-27 00:58:351972 '[email protected]',
1973 '[email protected]',
1974 '[email protected]',
fmalita9710b732017-02-17 05:10:021975 '[email protected]',
Justin Novosad5966c962018-07-25 19:02:281976 '[email protected]',
pennymac962d190432016-07-27 00:58:351977 '[email protected]',
pennymac962d190432016-07-27 00:58:351978 '[email protected]'],
Takeshi Yoshino524e1d262017-07-28 01:16:381979 'blink_preloadScanner': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351980 'blink_prerender': ['[email protected]',
1981 '[email protected]'],
Dimitri Glazkov33286c62017-12-08 23:34:251982 'blink_public_api': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351983 'blink_quota': ['[email protected]',
1984 '[email protected]',
1985 '[email protected]'],
Alexander Timin864bf8a02018-03-12 11:06:281986 'blink_scheduler': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351987 'blink_screen_orientation': ['[email protected]'],
Kouhei Ueno43382932017-05-30 04:43:571988 'blink_script': ['[email protected]',
Takayoshi Kochi57997382018-07-19 03:57:591989 '[email protected]'],
David Bokan9dc0046272017-12-29 00:28:011990 'blink_scroll': ['[email protected]'],
Matt Falkenhagenca7fbb62018-07-10 09:21:431991 'blink_service_worker': ['[email protected]',
pennymac962d190432016-07-27 00:58:351992 '[email protected]',
1993 '[email protected]',
1994 '[email protected]',
pennymac962d190432016-07-27 00:58:351995 '[email protected]',
1996 '[email protected]',
tzik749ae1e2018-07-20 05:05:011997 '[email protected]'],
Matt Falkenhagenca7fbb62018-07-10 09:21:431998 'blink_service_worker_tests': ['[email protected]'],
Hayato Ito5fc828c2017-07-05 08:02:321999 'blink_shadow_dom': ['[email protected]'],
Rachel Blum41788872018-10-25 20:54:012000 'blink_spellcheck' : ['[email protected]',
Xiaocheng Hu8bd4d8072017-10-25 23:44:322001 '[email protected]'],
jbroman69166ca82017-04-04 21:01:362002 'blink_spv2_layout_tests': ['[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]'],
noyauce460872016-09-09 11:54:002033 'bookmarks': ['[email protected]'],
donnd787f6ed2016-08-03 01:00:562034 'bottombar': ['[email protected]',
2035 '[email protected]'],
Tarun Bansalc4882282018-07-11 23:53:552036 'breve': ['[email protected]'],
[email protected]22650d22012-07-18 17:02:352037 'browser_components': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352038 'browser_compositor': ['[email protected]',
2039 '[email protected]'],
michaelpge42ca3b32016-02-19 08:17:572040 'browser_resources_md': ['[email protected]'],
Christian Dullwebered2c82b2018-04-10 08:37:222041 'browsing_data': ['[email protected]',
2042 '[email protected]',
msramek878b39d92016-04-20 07:55:332043 '[email protected]'],
Rouslan Solomakhin0b13446c2018-07-18 14:47:072044 'bubble': ['[email protected]'],
Josh Karlin1bd016742017-08-18 17:44:172045 'cache_storage': ['[email protected]'],
Xiangjun Zhang880262a2018-08-07 22:35:382046 'cast': ['[email protected]',
2047 '[email protected]',
miua1710162015-08-27 01:38:092048 '[email protected]',
[email protected]ad8ff0e2013-12-13 09:24:122049 '[email protected]',
miua1710162015-08-27 01:38:092050 '[email protected]',
Xiangjun Zhang880262a2018-08-07 22:35:382051 '[email protected]',
miua1710162015-08-27 01:38:092052 '[email protected]'],
ryanchung4d157372016-05-10 20:27:162053 'cast_certificate': ['[email protected]',
mfoltz57fd7f32017-05-03 06:12:582054 '[email protected]',
ryanchung24f9d7b2017-01-12 19:18:342055 '[email protected]'],
Adam Parkera556b7a2018-05-22 17:53:192056 'cast_channel': ['[email protected]',
Adam Parker41b9e4cb2017-08-14 17:09:122057 '[email protected]',
Ryan Ki Sing Chung27cc7ed92017-07-25 21:53:472058 '[email protected]'],
[email protected]c863702a2012-09-14 20:05:282059 'cc': ['[email protected]'],
Yi Guc1c54682018-07-23 12:00:002060 'cc-animation': ['[email protected]',
2061 '[email protected]'],
danakjca574522017-09-20 16:38:592062 'cc-contexts': ['[email protected]'],
2063 'cc-display': ['[email protected]'],
2064 'cc-paint': ['[email protected]'],
2065 'cc-quads': ['[email protected]'],
2066 'cc-resources': ['[email protected]'],
Alexander Timin864bf8a02018-03-12 11:06:282067 'cc-scheduler': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352068 'certificate_transparency': ['[email protected]',
2069 '[email protected]',
martijnccdd0542016-11-07 18:49:272070 '[email protected]',
pennymac962d190432016-07-27 00:58:352071 '[email protected]'],
Joe Mason60ec2f32018-02-15 15:50:512072 'chrome_cleaner': ['[email protected]',
Joe Mason60ec2f32018-02-15 15:50:512073 '[email protected]'],
Penny MacNeil0ced2cb2018-07-30 21:09:492074 'chrome_elf': ['[email protected]'],
lpy0ca13772017-02-28 19:48:272075 'chrome_grc': ['[email protected]'],
[email protected]d5b21972012-07-20 02:06:012076 'chrome_views': ['[email protected]'],
alokp9d869cc12016-05-27 01:46:312077 'chromecast': ['[email protected]',
2078 '[email protected]',
halliwellfa56b3a42015-09-04 21:42:572079 '[email protected]'],
gfhuang2548f902016-02-26 02:29:212080 'chromecast_public': ['[email protected]'],
kereliuk08eda794c2018-09-05 16:10:232081 'chromedriver': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352082 'chromeos': ['[email protected]'],
2083 'chromeos_attestation': ['[email protected]'],
2084 'chromeos_calculator': ['[email protected]'],
alematec5187b1b2016-08-26 05:32:182085 'chromeos_geolocation': ['[email protected]'],
Achuith Bhandarkar434e24592018-03-07 23:05:122086 'chromeos_lkgm': ['[email protected]',
Benjamin Pastened7029352018-04-17 19:09:102087 '[email protected]',
Achuith Bhandarkar434e24592018-03-07 23:05:122088 '[email protected]'],
alematec5187b1b2016-08-26 05:32:182089 'chromeos_login': ['[email protected]',
Jacob Dufaulted1ef2bc2018-08-10 18:21:342090 '[email protected]',
2091 '[email protected]'],
pennymac962d190432016-07-27 00:58:352092 'chromeos_net': ['[email protected]'],
2093 'chromeos_power': ['[email protected]'],
alematec5187b1b2016-08-26 05:32:182094 'chromeos_timezone': ['[email protected]'],
2095 'chromeos_webui': ['[email protected]'],
Daniel Cheng99312b632017-10-25 03:59:492096 'clang_update': ['[email protected]',
2097 '[email protected]',
thestigf023ccc2016-11-10 14:39:152098 '[email protected]',
[email protected]cf8ffa82013-02-13 08:30:072099 '[email protected]',
George Burgess IVbbcd9912018-04-17 14:59:282100 '[email protected]',
pennymac962d190432016-07-27 00:58:352101 '[email protected]',
rnk28bbd1772016-05-04 17:57:582102 '[email protected]',
Hans Wennborgf2eb949e2018-05-08 12:45:032103 '[email protected]',
Peter Collingbourne1ac5f712018-03-30 22:15:132104 '[email protected]',
rnk28bbd1772016-05-04 17:57:582105 '[email protected]',
pennymac962d190432016-07-27 00:58:352106 '[email protected]',
thestigf023ccc2016-11-10 14:39:152107 '[email protected]',
pennymac962d190432016-07-27 00:58:352108 '[email protected]',
horo8e9a01572016-07-27 06:05:312109 '[email protected]',
pennymac962d190432016-07-27 00:58:352110 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002111 'clipboard': ['[email protected]'],
Aaron Gable64f273582017-03-30 18:02:002112 'codereview_settings': ['[email protected]'],
sdefresned94c5b02015-07-22 17:54:552113 'components_deps': ['[email protected]',
2114 '[email protected]',
2115 '[email protected]'],
Conley Owensd744e392018-04-24 19:18:572116 'content_bluetooth': ['[email protected]',
Vincent Scheibf01b55ff22018-01-10 21:05:062117 '[email protected]'],
Randy Smith9d64e6e2018-03-07 20:07:082118 'content_loader': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352119 'content_renderer': ['[email protected]'],
mkwst75a31a42014-09-14 18:32:532120 'content_shell': ['[email protected]',
peterc9e3e172015-11-02 09:29:162121 '[email protected]',
2122 '[email protected]'],
nhiroki90ba0102015-07-21 01:42:242123 'content_worker': ['[email protected]',
2124 '[email protected]'],
donnd787f6ed2016-08-03 01:00:562125 'contextual_search': ['[email protected]',
2126 '[email protected]'],
pennymac962d190432016-07-27 00:58:352127 'courgette': ['[email protected]',
2128 '[email protected]'],
Nico Weber6ff639a2017-08-11 21:04:502129 'cq': ['[email protected]',
2130 '[email protected]',
2131 '[email protected]',
2132 '[email protected]',
2133 '[email protected]'],
dbeamd924f0d0d2017-06-20 02:34:252134 'cr_elements': ['[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]'],
Michael Thiessena7bec5b2018-07-12 19:10:042140 'custom_tabs': ['[email protected]'],
Ryo Hashimoto900be52c2018-05-24 06:42:262141 'dbus': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:192142 'deep_memory_profiler': ['[email protected]'],
Conley Owensd744e392018-04-24 19:18:572143 'device_bluetooth': ['[email protected]',
Vincent Scheibf01b55ff22018-01-10 21:05:062144 '[email protected]'],
Conley Owensd744e392018-04-24 19:18:572145 'device_chooser': ['[email protected]',
Ovidio Henriquez86333882018-11-05 18:25:212146 '[email protected]',
2147 '[email protected]'],
pennymac962d190432016-07-27 00:58:352148 'devtools': ['[email protected]',
2149 '[email protected]'],
Adam Parkera556b7a2018-05-22 17:53:192150 'dial': ['[email protected]',
mfoltz57fd7f32017-05-03 06:12:582151 '[email protected]'],
kinukoc462adb2016-12-22 12:58:492152 'disk_cache': ['[email protected]'],
David Trainor051827f2017-06-02 18:33:132153 'download': ['[email protected]'],
dbeamd924f0d0d2017-06-20 02:34:252154 'downloads_ui': ['[email protected]'],
[email protected]9a3781d2013-04-04 18:31:402155 'drive': ['[email protected]'],
[email protected]89d2cd52013-04-16 01:55:362156 'drive_resource_metadata': ['[email protected]'],
[email protected]3a25c8a2014-06-26 06:47:102157 'eme': ['[email protected]'],
Justin DeWittf64d39e2018-08-09 21:33:412158 'explore_sites': ['[email protected]',
2159 '[email protected]',
2160 '[email protected]',
Pete Williamson3600f2d2018-09-24 17:31:112161 '[email protected]',
2162 '[email protected]'],
[email protected]f9529e7922013-06-06 05:19:412163 'extension': ['[email protected]',
2164 '[email protected]'],
Luna Lu7f221f22017-06-13 16:46:142165 'feature_policy': ['[email protected]',
Joe Medleya129fe32018-01-25 15:20:222166 '[email protected]',
Joe Medley1e1bb652018-04-27 17:36:592167 '[email protected]'],
[email protected]84dcfd92014-05-23 13:18:192168 'fileapi': ['[email protected]',
[email protected]6f217122013-11-25 07:21:482169 '[email protected]',
2170 '[email protected]'],
yoshiki1c0ba2782014-12-08 07:04:262171 'filebrowse': ['[email protected]'],
Joel Hockey0db16432018-03-09 22:41:492172 'filesapp': ['[email protected]',
2173 '[email protected]',
okab0be3dc2016-08-30 07:37:102174 '[email protected]'],
Tomasz Mikolajewski2905dbb2017-11-22 06:24:042175 'fsp': ['[email protected]'],
Wez385de5a2017-07-13 20:13:162176 'fuchsia': ['[email protected]', '[email protected]'],
mmoroz58ddb8172016-09-08 18:29:552177 'fuzzing': ['[email protected]'],
Conley Owensd744e392018-04-24 19:18:572178 'gamepad': ['[email protected]'],
Dan Elphick7c3105252017-11-06 15:51:472179 'gcm': ['[email protected]',
pennymac962d190432016-07-27 00:58:352180 '[email protected]'],
Raphael Kubo da Costab8111f9f2018-10-04 14:24:232181 'generic_sensor': ['[email protected]',
Vincent Scheibd5da4d952017-11-03 01:33:242182 '[email protected]',
timvolodine4cf58ca2017-05-24 16:11:482183 '[email protected]',
mikhail.pozdnyakova8db26402016-11-28 18:27:122184 '[email protected]'],
Conley Owensd744e392018-04-24 19:18:572185 'geolocation': ['[email protected]',
Vincent Scheibf01b55ff22018-01-10 21:05:062186 '[email protected]'],
[email protected]cf428f732012-10-02 20:48:152187 'gfx_geometry': ['[email protected]'],
[email protected]f93b7382012-08-09 20:53:162188 'gfx_image': ['[email protected]'],
agrieve4d9c1c52016-09-23 17:49:382189 'gn': ['[email protected]',
2190 '[email protected]',
pennymac962d190432016-07-27 00:58:352191 '[email protected]'],
[email protected]a6159102013-11-08 23:21:522192 'gpu': ['[email protected]'],
Corentin Wallez3f1d0852018-07-04 15:45:362193 'gpu_passthrough_cmd_decoder': ['[email protected]'],
Ehsan Karamadc20cee22018-08-10 21:32:332194 'guest_view': ['[email protected]',
Kevin McNee77c2f6b2018-08-14 21:43:582195 '[email protected]',
Ehsan Karamadc20cee22018-08-10 21:32:332196 '[email protected]'],
Andrey Kosyakova173d252018-05-07 18:29:112197 'headless': ['[email protected]'],
Pam Greene8efbeae92018-10-02 14:54:462198 'history_ui': [],
[email protected]f76c8852012-06-21 16:37:002199 'i18n': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002200 'importer': ['[email protected]'],
Greg Thompson4f90fc992017-07-25 19:30:372201 'incident_reporting': ['[email protected]'],
[email protected]8b250562014-08-12 19:07:452202 'indexed_db': ['[email protected]',
dgrogand792a7f2016-01-21 00:12:132203 '[email protected]'],
John Budorickf6a1c302018-10-29 16:32:482204 'infra': ['[email protected]'],
bruthigaa8281f2016-02-09 17:52:312205 'ink_drop': ['[email protected]'],
dtapuska1f997a12016-03-14 19:22:072206 'input': ['[email protected]'],
Michael Spang808d5c12018-10-23 19:20:392207 'input_devices': ['[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:262208 'installable': ['[email protected]'],
Raphael Kubo da Costaf242cef72017-11-08 16:01:182209 'installer_linux': ['[email protected]',
2210 '[email protected]'],
Greg Thompson4f90fc992017-07-25 19:30:372211 'installer_win': ['[email protected]',
Greg Thompson4f90fc992017-07-25 19:30:372212 '[email protected]'],
pennymac962d190432016-07-27 00:58:352213 'instant': ['[email protected]',
pennymac962d190432016-07-27 00:58:352214 '[email protected]',
jered0bd025a82017-05-03 20:01:132215 '[email protected]',
pennymac962d190432016-07-27 00:58:352216 '[email protected]',
2217 '[email protected]',
2218 '[email protected]',
2219 '[email protected]',
Kyle Milka894d11b4d2018-10-31 23:52:392220 '[email protected]',
2221 '[email protected]'],
edchin46453b42017-03-03 01:40:112222 'ios': ['[email protected]'],
2223 'ios_chrome': ['[email protected]',
marqa4f135f2017-01-10 12:37:342224 '[email protected]',
eugenebutb5a5a8572017-01-20 01:18:112225 '[email protected]'],
edchin46453b42017-03-03 01:40:112226 'ios_clean': ['[email protected]',
lpromero6846b19d2017-05-23 10:43:592227 '[email protected]'],
edchin46453b42017-03-03 01:40:112228 'ios_showcase': ['[email protected]',
lpromero6846b19d2017-05-23 10:43:592229 '[email protected]'],
edchin46453b42017-03-03 01:40:112230 'ios_web': ['[email protected]',
2231 '[email protected]'],
Johanndfa4d7d2017-12-07 18:05:292232 'libaom': ['[email protected]',
pennymac962d190432016-07-27 00:58:352233 '[email protected]',
2234 '[email protected]',
2235 '[email protected]'],
Johanndfa4d7d2017-12-07 18:05:292236 'libvpx': ['[email protected]',
2237 '[email protected]',
2238 '[email protected]',
2239 '[email protected]',
2240 '[email protected]',
2241 '[email protected]'],
Takeshi Yoshino524e1d262017-07-28 01:16:382242 'libwebp': ['[email protected]',
2243 '[email protected]',
2244 '[email protected]'],
dominiccabb90e02017-03-31 04:54:232245 'libxml_xslt': ['[email protected]',
2246 '[email protected]'],
[email protected]04a292a2013-03-07 19:58:422247 'linux_fonts': ['[email protected]'],
[email protected]6d7e0bf2014-07-28 22:30:402248 'linux_sandboxing': ['[email protected]'],
[email protected]04a292a2013-03-07 19:58:422249 'linux_seccomp_bpf': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352250 'login': ['[email protected]'],
lgrey62faed72016-10-11 21:40:392251 'mac' : ['[email protected]'],
mlamourid8b0feb2015-06-02 16:30:472252 'manifest': ['[email protected]'],
James Cook4bfa66fa2018-05-29 17:20:422253 'mash_buildbot_filters': ['[email protected]',
2254 '[email protected]'],
dbeamd924f0d0d2017-06-20 02:34:252255 'md_settings': ['[email protected]',
michaelpg32ca07902015-02-07 00:31:112256 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002257 'media': ['[email protected]'],
Miguel Casas-Sanchez5eb47252017-09-05 21:15:032258 'media_capture_from_element': ['[email protected]'],
Tommy Steimel074a1822018-02-07 17:25:442259 'media_controls': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352260 'media_galleries': ['[email protected]',
2261 '[email protected]'],
Hirokazu Hondae31ce109a2018-09-18 11:18:502262 'media_gpu': ['[email protected]'],
Xiaohan Wang6cbdcdf2018-06-12 21:55:542263 'media_mojo': ['[email protected]',
2264 '[email protected]'],
mcasasfeedbe42017-03-03 05:23:562265 'media_recorder': ['[email protected]',
mcasas9558316b2017-03-10 18:57:312266 '[email protected]'],
Xiangjun Zhang880262a2018-08-07 22:35:382267 'media_remoting': ['[email protected]',
2268 '[email protected]',
mfoltz57fd7f32017-05-03 06:12:582269 '[email protected]',
apacible01538e02016-11-04 22:15:312270 '[email protected]',
Xiangjun Zhang880262a2018-08-07 22:35:382271 '[email protected]',
miu5e69f1c52016-10-23 13:40:112272 '[email protected]'],
Adam Parkera556b7a2018-05-22 17:53:192273 'media_router': ['[email protected]',
Takumi Fujimoto4bef2792018-05-03 17:51:552274 '[email protected]',
Xiangjun Zhang880262a2018-08-07 22:35:382275 '[email protected]',
Takumi Fujimoto4bef2792018-05-03 17:51:552276 '[email protected]'],
Xiaohan Wang6cbdcdf2018-06-12 21:55:542277 'media_win': ['[email protected]'],
fmeawad4582cd22017-03-30 20:59:362278 'memory_coordinator': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002279 'message_loop': ['[email protected]'],
isherman1eee6f12014-12-09 02:14:302280 'metrics': ['[email protected]'],
[email protected]1d8899ee2014-06-10 20:58:122281 'metrics_xml_files': ['[email protected]'],
toyoshim8f51f902015-03-27 03:50:212282 'midi': ['[email protected]'],
John Abd-El-Malek01cfd3f2018-06-21 16:33:122283 'mojo': ['[email protected]'],
Ryan Hansberry587c8082018-09-20 01:31:192284 'multidevice': ['[email protected]',
Ryan Hansberry786f1912018-10-30 21:21:392285 '[email protected]',
Ryan Hansberry587c8082018-09-20 01:31:192286 '[email protected]',
Kyle Horimotoc4d57b122018-02-28 01:17:302287 '[email protected]',
2288 '[email protected]',
2289 '[email protected]',
Ryan Hansberry587c8082018-09-20 01:31:192290 '[email protected]'],
rjkroegef60dea862015-10-29 17:50:062291 'mus': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002292 'nacl': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352293 'native_client_sdk': ['[email protected]',
2294 '[email protected]'],
Alex Moshchuk3fbcf782018-05-09 00:06:292295 'navigation': ['[email protected]',
2296 '[email protected]',
pennymac962d190432016-07-27 00:58:352297 '[email protected]'],
Chris Bentzel605478a2018-07-10 21:47:012298 'net': ['[email protected]'],
bnc1872e8bd2017-01-27 02:47:282299 'net_base': ['[email protected]'],
bnc1872e8bd2017-01-27 02:47:282300 'net_http2': ['[email protected]'],
2301 'net_log': ['[email protected]',
Matt Menkecebc2402017-07-20 16:26:092302 '[email protected]'],
Adam Rice027497d2018-07-27 02:17:022303 'net_server': ['[email protected]'],
bnc1872e8bd2017-01-27 02:47:282304 'net_spdy': ['[email protected]'],
Adam Rice027497d2018-07-27 02:17:022305 'net_websockets': ['[email protected]'],
jkarlin539748402015-03-31 17:36:312306 'netinfo': ['[email protected]'],
Helen Li30f43d8e2018-05-09 16:24:012307 'network_service': ['[email protected]'],
Conley Owensd744e392018-04-24 19:18:572308 'nfc': ['[email protected]'],
Peter Beverloo45bf54c2018-08-06 17:12:032309 'notifications': ['[email protected]'],
tbansalc6f1c9f2016-09-30 22:48:422310 'nqe': ['[email protected]'],
noyau451e6bb62016-12-23 14:29:042311 'ntp_snippets': ['[email protected]',
2312 '[email protected]'],
2313 'ntp_tiles': ['[email protected]',
2314 '[email protected]'],
peterc7e27422017-05-17 04:05:282315 'offline_items_collection': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352316 'offline_pages': ['[email protected]',
Carlos Knippschild6a2e2f02017-06-02 18:18:142317 '[email protected]',
pennymac962d190432016-07-27 00:58:352318 '[email protected]',
2319 '[email protected]',
dewittj74b23f6f2016-04-21 19:29:252320 '[email protected]',
2321 '[email protected]',
pennymac962d190432016-07-27 00:58:352322 '[email protected]'],
jdonnelly6fa5a21d2017-01-03 15:28:352323 'omnibox': ['[email protected]'],
Doug Arnetta94d3ae2017-11-07 00:10:342324 'optimization_guide': ['[email protected]',
Nick Maniscalco9d534c32018-10-25 20:55:042325 '[email protected]'],
iclelland8b904402016-10-05 15:01:232326 'origin_trials': ['[email protected]',
Ian Clelland1b27f8f62017-06-22 13:36:242327 '[email protected]'],
pennymac962d190432016-07-27 00:58:352328 'ozone': ['[email protected]',
Maksim Sisovdd171472018-10-01 19:51:032329 '[email protected]',
pennymac962d190432016-07-27 00:58:352330 '[email protected]'],
Sergey Ulanov004097c2018-11-05 23:29:282331 'ozone_scenic': ['[email protected]',
2332 '[email protected]'
2333 '[email protected]',
2334 '[email protected]',
2335 '[email protected]'],
Emily Stark204d2382017-12-01 05:24:562336 'page_info' : ['[email protected]'],
Bryan McQuade4233f412017-07-28 16:23:412337 'page_load_metrics' : ['[email protected]',
2338 '[email protected]',
tdresserd80646f2017-03-03 19:26:082339 '[email protected]',
2340 '[email protected]'],
Daniel Cheng99312b632017-10-25 03:59:492341 'panels': ['[email protected]',
pennymac962d190432016-07-27 00:58:352342 '[email protected]',
2343 '[email protected]'],
mkwst17a9875d2016-06-24 10:36:392344 'password_manager': ['[email protected]',
Vasilii Sukhanovc4e6c2842018-07-18 12:12:202345 '[email protected]',
2346 '[email protected]'],
sebsgbbfbea02016-10-24 21:54:592347 'payments': ['[email protected]',
mahmadi0a7bb59f2017-02-22 19:13:492348 '[email protected]',
Anthony Vallee-Dubois866affd22018-03-19 15:13:212349 '[email protected]',
2350 '[email protected]'],
mahmadi0a7bb59f2017-02-22 19:13:492351 'payments_ios': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352352 'pepper_api': ['[email protected]',
2353 '[email protected]',
2354 '[email protected]',
2355 '[email protected]',
2356 '[email protected]',
pennymac962d190432016-07-27 00:58:352357 '[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:262358 'permissions': ['[email protected]',
Xi Han50f523a1d2017-07-19 15:56:112359 '[email protected]',
Dominick Ngcaa7b402017-07-11 07:35:392360 '[email protected]',
Balazs Engedy23f08852018-09-24 23:39:582361 '[email protected]',
Timothy Lohb2a4eff2017-08-03 07:07:562362 '[email protected]',
2363 '[email protected]'],
François Beaufortb2070eb2018-02-08 10:36:342364 'picture_in_picture': ['[email protected]'],
Lutz Justena67427102018-06-28 08:55:462365 'policy_templates': ['[email protected]'],
dbeamd924f0d0d2017-06-20 02:34:252366 'polymer': ['[email protected]'],
Charles Harrison981d33c2017-10-06 21:36:222367 'popup_blocker': ['[email protected]'],
twifkak0c69c1f2015-06-22 18:20:092368 'precache': ['[email protected]'],
[email protected]be775bc2014-06-30 15:41:142369 'prepopulated_engines': ['[email protected]'],
Chris Bentzel605478a2018-07-10 21:47:012370 'prerender': ['[email protected]',
pennymac962d190432016-07-27 00:58:352371 '[email protected]'],
Adam Parkera556b7a2018-05-22 17:53:192372 'presentation': ['[email protected]'],
rbpotter0d9edeed2018-08-03 14:11:582373 'print_preview': ['[email protected]'],
Peter Beverloo45bf54c2018-08-06 17:12:032374 'push_messaging': ['[email protected]'],
stkhapugin06503142016-12-07 14:32:122375 'reading_list': ['[email protected]'],
[email protected]c3887592014-02-06 20:02:252376 'remoting': ['[email protected]'],
Ali Tofigh000debb52017-11-07 21:35:422377 'rlz_id': ['[email protected]',
pennymac962d190432016-07-27 00:58:352378 '[email protected]'],
Joe Medley1e1bb652018-04-27 17:36:592379 'runtime_enabled_features': ['[email protected]'],
Daniel Ruberyfa8cd5d2018-09-13 17:31:232380 'safe_browsing': ['[email protected]',
2381 '[email protected]',
vakh125ad862017-03-17 00:06:252382 '[email protected]'],
mlamourid8b0feb2015-06-02 16:30:472383 'screen_orientation': ['[email protected]'],
Robert Sesekae79d38512018-09-04 18:13:302384 'security': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352385 'service_worker': ['[email protected]',
[email protected]6d095a8b2014-02-28 15:26:162386 '[email protected]',
pennymac962d190432016-07-27 00:58:352387 '[email protected]',
pennymac962d190432016-07-27 00:58:352388 '[email protected]',
horo8e9a01572016-07-27 06:05:312389 '[email protected]',
tzik749ae1e2018-07-20 05:05:012390 '[email protected]'],
Colin Blundell6d2669a2017-07-11 06:26:532391 'services_public': ['[email protected]'],
alitoc5534d62017-04-21 01:48:582392 'settings_reset_prompt': ['[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:262393 'site_engagement': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352394 'site_instance': ['[email protected]',
Alex Moshchuk3fbcf782018-05-09 00:06:292395 '[email protected]',
pennymac962d190432016-07-27 00:58:352396 '[email protected]',
[email protected]b9ecdb62014-03-07 14:56:432397 '[email protected]'],
Ryan Hansberry587c8082018-09-20 01:31:192398 'smartlock': ['[email protected]',
Ryan Hansberry786f1912018-10-30 21:21:392399 '[email protected]',
Ryan Hansberry587c8082018-09-20 01:31:192400 '[email protected]',
2401 '[email protected]',
2402 '[email protected]',
2403 '[email protected]',
2404 '[email protected]'],
Zentaro Kavanagh608f8a12018-01-19 18:39:562405 'smb': ['[email protected]'],
Joe Medley1e1bb652018-04-27 17:36:592406 'source_idls': ['[email protected]'],
Rachel Blum41788872018-10-25 20:54:012407 'spellcheck': ['[email protected]',
timvolodine8cdb94c2016-09-22 12:17:222408 '[email protected]',
2409 '[email protected]'],
Xi Cheng3920ab1b2018-09-10 20:03:582410 'stack_sampling_profiler': ['[email protected]'],
Greg Thompson9ea091702018-01-04 11:06:322411 'startup': ['[email protected]',
2412 '[email protected]'],
[email protected]67f39af2013-08-23 20:06:052413 'streams': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352414 'styleguide': ['[email protected]',
vmpstrdeec20e2016-11-18 22:17:322415 '[email protected]',
2416 '[email protected]'],
engedye7b734da2017-02-07 12:08:132417 'subresource_filter': ['[email protected]'],
Pam Greene8efbeae92018-10-02 14:54:462418 'supervised_users': [],
maxbogue65ea2632016-04-04 18:12:582419 'sync': ['[email protected]'],
[email protected]84dcfd92014-05-23 13:18:192420 'syncfs': ['[email protected]',
[email protected]6f217122013-11-25 07:21:482421 '[email protected]',
2422 '[email protected]'],
miu5e69f1c52016-10-23 13:40:112423 'tab_alert_indicators': ['[email protected]'],
Adam Parkera556b7a2018-05-22 17:53:192424 'tab_capture': ['[email protected]',
Xiangjun Zhang880262a2018-08-07 22:35:382425 '[email protected]',
miu5e69f1c52016-10-23 13:40:112426 '[email protected]'],
pennymac962d190432016-07-27 00:58:352427 'tab_contents': ['[email protected]',
2428 '[email protected]',
2429 '[email protected]'],
tdresserd80646f2017-03-03 19:26:082430 'tbmv2_metrics': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:192431 'tcmalloc': ['[email protected]'],
tonygc7f6a4c12015-01-16 18:32:262432 'telemetry': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352433 'test_runner': ['[email protected]',
einbindera29577e2016-08-23 01:21:492434 '[email protected]',
2435 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002436 'tests': [],
Ryan Hansberry587c8082018-09-20 01:31:192437 'tether': ['[email protected]',
Ryan Hansberry786f1912018-10-30 21:21:392438 '[email protected]',
Ryan Hansberry587c8082018-09-20 01:31:192439 '[email protected]',
2440 '[email protected]',
2441 '[email protected]',
dbeamd924f0d0d2017-06-20 02:34:252442 '[email protected]',
Ryan Hansberry587c8082018-09-20 01:31:192443 '[email protected]'],
pennymac962d190432016-07-27 00:58:352444 'textinput': ['[email protected]',
2445 '[email protected]',
2446 '[email protected]',
Yuichiro Hanadaf0b3b472017-10-17 07:00:532447 '[email protected]',
pennymac962d190432016-07-27 00:58:352448 '[email protected]'],
2449 'textinput_chromeos': ['[email protected]',
2450 '[email protected]',
Yuichiro Hanadaf0b3b472017-10-17 07:00:532451 '[email protected]',
pennymac962d190432016-07-27 00:58:352452 '[email protected]'],
chirantan96fcf6d2015-01-21 22:36:192453 'timers': ['[email protected]'],
robliaofd54b5c2017-01-13 00:41:302454 'tools_win_chromeexts': ['[email protected]'],
AJITH KUMAR V4f0c4812018-03-27 13:46:572455 'touch_selection': ['[email protected]',
2456 '[email protected]'],
pennymac962d190432016-07-27 00:58:352457 'tracing': ['[email protected]',
2458 '[email protected]'],
[email protected]cf428f732012-10-02 20:48:152459 'ui_compositor': ['[email protected]'],
robliao2c4b7492016-07-19 01:57:262460 'ui_display_win': ['[email protected]'],
[email protected]6b5093c2012-05-23 19:10:182461 'ui_resources': ['[email protected]'],
edwardjung83f52ef22017-02-07 13:15:072462 'ui_strings': ['[email protected]'],
Ovidio Henriquez86333882018-11-05 18:25:212463 'usb': ['[email protected]',
2464 '[email protected]'],
Miguel Casas-Sancheza65d49a2017-12-11 03:27:482465 'vaapi': ['[email protected]'],
[email protected]c73ec8ab2014-01-16 20:35:232466 'version_assembly': ['[email protected]',
2467 '[email protected]'],
Alexandre Courbot3e9e55a2018-04-05 05:29:422468 'video': ['[email protected]'],
mcasas9558316b2017-03-10 18:57:312469 'video_capture': ['[email protected]'],
Alexandre Courbot3e9e55a2018-04-05 05:29:422470 'video_gpu': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002471 'views': ['[email protected]'],
blakeod4cc78a2017-05-10 06:56:482472 'virtual_keyboard': ['[email protected]',
2473 '[email protected]',
okabf9f6f02017-02-17 05:14:292474 '[email protected]'],
billorr3c7e1442016-11-11 21:21:352475 'virtual_reality': ['[email protected]'],
Conley Owensd744e392018-04-24 19:18:572476 'wake_lock': ['[email protected]'],
Devin Mullins4ff9b282018-03-09 00:37:322477 'web_package': ['[email protected]'],
Matt Giuca9eb910d2017-08-02 04:07:382478 'web_share': ['[email protected]'],
Martin Kreichgauer794a18572018-07-20 20:45:432479 'webauthn': ['[email protected]'],
Corentin Wallez3f1d0852018-07-04 15:45:362480 'webgpu': ['[email protected]',
2481 '[email protected]'],
Takeshi Yoshinoe387aa32017-08-02 13:16:132482 'webrtc_browser_tests': ['[email protected]'],
Christian Dullwebered2c82b2018-04-10 08:37:222483 'website_settings': ['[email protected]',
2484 '[email protected]',
pennymac962d190432016-07-27 00:58:352485 '[email protected]',
2486 '[email protected]'],
Penny MacNeil0ced2cb2018-07-30 21:09:492487 'windows_sandboxing': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002488 'x11': ['[email protected]',
2489 '[email protected]',
2490 '[email protected]'],
wjmaclean3ff6a402015-03-31 19:00:202491 'zoom': ['[email protected]'],
[email protected]a3838612009-10-13 21:57:542492 },
2493}