blob: a8618b9c9f41162342fcd2932c3b02e2fba36e3d [file] [log] [blame]
[email protected]37f978c2012-01-05 17:58:171# Copyright (c) 2012 The Chromium Authors. All rights reserved.
[email protected]a3838612009-10-13 21:57:542# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5# Watchlist Rules
6# Refer: http://dev.chromium.org/developers/contributing-code/watchlists
7
[email protected]f2f0fbb92012-07-14 15:52:498# IMPORTANT: The regular expression filepath is tested against each path using
9# re.search, so it is not usually necessary to add .*.
[email protected]a3838612009-10-13 21:57:5410
11{
12 'WATCHLIST_DEFINITIONS': {
asvitkinee4bad382015-11-05 21:56:4513 'about_flags': {
14 'filepath': 'chrome/browser/about_flags\.cc'
15 },
[email protected]f76c8852012-06-21 16:37:0016 'accelerator_table': {
17 'filepath': 'ash/accelerators/accelerator_table\.cc' \
18 '|chrome/browser/ui/views/accelerator_table\.cc',
[email protected]a3838612009-10-13 21:57:5419 },
[email protected]f76c8852012-06-21 16:37:0020 'accessibility': {
dmazzoni5f4b7f12015-02-17 16:35:5721 'filepath': 'accessibility' \
22 '|braille' \
[email protected]a4156bfb2014-02-27 22:37:4723 '|chromevox' \
dmazzoni5f4b7f12015-02-17 16:35:5724 '|iaccessible2' \
25 '|isimpledom' \
26 '|liblouis'
[email protected]a3838612009-10-13 21:57:5427 },
dominickn8884155a2016-06-23 02:28:1628 'add_to_homescreen': {
29 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/webapps/|'\
30 'chrome/android/javatests/src/org/chromium/chrome/browser/webapps/|'\
31 'chrome/android/junit/src/org/chromium/chrome/browser/webapps/|'\
dominickn8884155a2016-06-23 02:28:1632 'chrome/browser/android/shortcut_.*|'\
33 'chrome/browser/android/webapps/',
34 },
asvitkine361b276e2016-08-30 18:45:0035 'android_crash_reporting': {
36 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/crash/'
37 },
johnmaguire6aaac7902016-03-15 12:28:2038 'android_crazy_linker': {
39 'filepath': 'third_party/android_crazy_linker/'
40 },
dfalcantaraef21e9e2016-01-07 01:16:2641 'android_infobars': {
42 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/infobar/'
43 },
[email protected]d2cdf342012-08-07 11:00:0244 'android_infra': {
Andrew Grieve5babdbfc2017-08-16 01:26:4945 'filepath': 'build/config/android/' \
Andrew Grievefe0c9292017-12-05 15:08:5146 '|build/android/' \
[email protected]d2cdf342012-08-07 11:00:0247 '|testing/android/' \
48 '|tools/android/'
49 },
Takeshi Yoshino524e1d262017-07-28 01:16:3850 'android_item_chooser_dialogs': {
51 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/.*ChooserDialog.java|'\
52 'chrome/android/javatests/src/org/chromium/chrome/browser/.*ChooserDialogTest.java'
53 },
gabadieb0d23bb92016-02-17 11:26:1654 'android_loading': {
55 'filepath': 'tools/android/loading/'
56 },
[email protected]d6af50812014-04-01 17:18:0957 'android_media': {
58 'filepath': 'content/browser/media/android' \
59 '|content/renderer/media/android' \
60 '|media/audio/android' \
61 '|media/base/android' \
62 '|media/midi/*_android.*' \
63 '|media/video/capture/android'
64 },
Ted Choc042d8442018-03-13 16:35:5765 'android_search_widget': {
66 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/locale/' \
67 '|chrome/android/java/src/org/chromium/chrome/browser/searchwidget/'
68 },
wnwena0364162017-02-16 20:37:3869 'android_studio': {
nyquist6e560d032017-02-28 07:49:5970 'filepath': 'build/android/gradle/' \
71 '|docs/android_studio.md' \
72 '|tools/android/android_studio'
wnwena0364162017-02-16 20:37:3873 },
[email protected]3261d962014-03-04 22:18:2874 'android_tab': {
75 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/Tab'
76 },
asvitkine361b276e2016-08-30 18:45:0077 'android_uma_settings': {
78 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/preferences/privacy/UsageAndCrashReportsPreferenceFragment.java|'\
79 'chrome/android/java/src/org/chromium/chrome/browser/preferences/privacy/PrivacyPreferencesManager.java|'\
80 'chrome/android/java/src/org/chromium/chrome/browser/preferences/privacy/PrivacyPreferences.java|'\
asvitkine361b276e2016-08-30 18:45:0081 'chrome/android/java/src/org/chromium/chrome/browser/metrics/UmaSessionStats.java',
82 },
zpengb9a180d2016-10-12 18:40:2183 'android_webapk': {
zpeng4c3bc372016-10-13 03:00:4884 'filepath': 'chrome/android/webapk/|'\
85 'chrome/browser/android/webapk/',
zpengb9a180d2016-10-12 18:40:2186 },
[email protected]7ca78dc12012-09-20 09:26:4487 'android_webview': {
88 'filepath': 'android_webview/',
89 },
Yi Guc1c54682018-07-23 12:00:0090 'animation_worklet': {
91 'filepath': 'third_party/blink/renderer/modules/animationworklet/',
92 },
[email protected]8a197f22012-06-22 14:59:0593 'app_list': {
Jiaquan He256e6c6b2017-11-20 23:02:0294 'filepath': 'ash/app_list'\
95 '|chrome/browser/ui/app_list'\
[email protected]311cc902013-03-15 04:45:4696 '|chrome/browser/ui/ash/app_list'\
[email protected]311cc902013-03-15 04:45:4697 '|chrome/browser/ui/views/app_list'\
98 '|ui/app_list/'
[email protected]8a197f22012-06-22 14:59:0599 },
[email protected]e38d185a2013-07-09 08:23:52100 'app_shortcuts': {
101 'filepath': 'apps/app_shim/'\
102 '|chrome/browser/web_applications/'\
103 '|chrome/browser/ui/web_applications/'\
104 '|chrome/common/mac/'
105 },
[email protected]54bf94d2013-01-30 23:07:40106 'apps': {
Dominick Ngfe197c752018-07-18 00:51:26107 'filepath': '^apps/'\
108 '|chrome/browser/apps/'\
109 '|chrome/browser/chromeos/apps/'
[email protected]54bf94d2013-01-30 23:07:40110 },
lhchavez4b19176f2016-05-04 23:12:46111 'arc': {
112 'filepath': 'arc/',
113 },
lhchavez61532c92016-10-18 21:33:37114 'arc_auth': {
115 'filepath': 'chrome/browser/chromeos/arc/arc_auth'
116 },
Shuhei Takahashiaf68cff2017-07-24 05:17:12117 'arc_fileapi': {
118 'filepath': 'chrome/browser/chromeos/arc/fileapi'
119 },
poromov7633f602017-02-21 16:44:01120 'arc_kiosk': {
121 'filepath': 'chrome/browser/chromeos/app_mode/arc/'\
122 '|components/arc/kiosk/'\
123 '|arc_kiosk'
124 },
lhchavez4b19176f2016-05-04 23:12:46125 'arc_net': {
126 'filepath': 'components/arc/net/',
127 },
ejcarusoa298ec02016-06-16 20:30:43128 'arc_power': {
129 'filepath': 'components/arc/power/',
130 },
Hirokazu Hondaf98a3122018-04-12 11:19:48131 'arc_video_accelerator': {
132 'filepath': 'components/arc/video_accelerator',
133 },
[email protected]3ce56642013-10-17 22:12:51134 'ash': {
135 'filepath': 'ash/',
136 },
Xiaohui Chenf7e70a22018-02-08 00:36:38137 'assistant': {
Xiaohui Chen985c26b2018-05-16 18:41:27138 'filepath': 'ash/assistant/'\
139 '|chromeos/assistant/'\
140 '|chromeos/services/assistant/'\
141 '|chrome/browser/ui/ash/assistant/'
Xiaohui Chenf7e70a22018-02-08 00:36:38142 },
Max Morin2b0206312018-04-06 11:17:40143 'audio_service': {
144 'filepath': 'services/audio/'
145 },
[email protected]f76c8852012-06-21 16:37:00146 'aura': {
[email protected]3ce56642013-10-17 22:12:51147 'filepath': 'ui/aura/',
[email protected]84ba35e32010-08-06 17:22:39148 },
[email protected]c3a6e1e72013-08-02 00:13:07149 'aura_compositor': {
150 'filepath':
151 'ui/compositor/' \
[email protected]6dc38f72014-01-16 22:19:58152 '|content/browser/compositor/' \
danakj479ab502017-03-31 20:19:09153 '|content/browser/renderer_host/compositor_resize_lock' \
[email protected]c3a6e1e72013-08-02 00:13:07154 '|content/browser/renderer_host/render_widget_host_view_aura' \
155 '|content/browser/renderer_host/render_widget_host_view_browsertest' \
[email protected]a6eeeef92014-03-19 19:06:44156 '|content/browser/renderer_host/delegated' \
[email protected]c3a6e1e72013-08-02 00:13:07157 '|content/common/gpu/client/' \
[email protected]c3a6e1e72013-08-02 00:13:07158 },
[email protected]2a38f0c02013-05-29 02:27:45159 'autofill': {
rouslanfbfa7402016-11-22 19:36:39160 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/autofill/|'\
161 'chrome/browser/autofill/|'\
[email protected]d9310a82012-11-02 02:53:48162 'chrome/browser/ui/android/autofill/|'\
163 'chrome/browser/ui/autofill/|'\
[email protected]e3e4ca62013-05-17 08:50:27164 'chrome/browser/ui/cocoa/autofill/|'\
[email protected]d9310a82012-11-02 02:53:48165 'chrome/browser/ui/views/autofill/|'\
[email protected]d9310a82012-11-02 02:53:48166 'chrome/renderer/autofill/|'\
167 'chrome/test/data/autofill/|'\
[email protected]3947d4a82013-03-12 09:41:05168 'components/autofill/|'\
[email protected]30964792013-05-29 02:41:25169 'components/autofill/browser/webdata/|'\
vabrbeb0c562015-12-01 10:48:08170 'components/webdata/',
[email protected]b3399272010-08-10 19:49:29171 },
gogerald5d02fde2018-08-18 04:30:56172 'autofill_assistant': {
173 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/autofill_assistant/|'\
174 'chrome/browser/android/autofill_assistant/|'\
175 'components/autofill_assistant/',
176 },
Jared Saul4765c1e2018-06-18 13:44:57177 'autofill_credit_cards': {
178 'filepath': 'chrome/browser/ui/autofill/chrome_autofill_client*|'\
179 'chrome/browser/ui/autofill/save_card_*|'\
180 'chrome/browser/ui/views/autofill/card_unmask_*|'\
181 'chrome/browser/ui/views/autofill/save_card_*|'\
182 'components/autofill/core/browser/autofill_save_card_infobar_*|'\
183 'components/autofill/core/browser/credit_card_save_manager*|'\
184 'components/autofill/core/browser/form_data_importer*|'\
185 'components/autofill/core/browser/ui/',
186 },
peter39e10a62017-02-21 15:14:13187 'background_fetch': {
Peter Beverloo4548c852017-08-31 13:45:17188 'filepath': 'background_fetch|'\
189 'background-fetch',
peter39e10a62017-02-21 15:14:13190 },
191 'background_sync': {
Josh Karlin1bd016742017-08-18 17:44:17192 'filepath': '/background_sync/',
peter39e10a62017-02-21 15:14:13193 },
dominickn8884155a2016-06-23 02:28:16194 'banners': {
195 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/banners/|'\
196 'chrome/android/javatests/src/org/chromium/chrome/browser/banners/|'\
dominickn8884155a2016-06-23 02:28:16197 'chrome/browser/banners/|'\
198 'chrome/browser/ui/android/infobars/app_banner_.*|'\
Blink Reformata30d4232018-04-07 15:31:06199 'third_party/blink/public/platform/modules/app_banner/|'\
200 'third_party/blink/renderer/modules/app_banner/',
dominickn8884155a2016-06-23 02:28:16201 },
[email protected]f76c8852012-06-21 16:37:00202 'base': {
[email protected]f2f0fbb92012-07-14 15:52:49203 'filepath': '^base/',
[email protected]7a7a13b2010-08-25 01:10:59204 },
[email protected]5e105332012-09-13 01:55:52205 'base_allocator': {
206 'filepath': '^base/allocator',
207 },
[email protected]1ed5e0fd2012-07-19 00:19:05208 'base_memory': {
209 'filepath': '^base/memory',
210 },
Alexander Timin864bf8a02018-03-12 11:06:28211 'base_scheduler': {
212 'filepath': '^base/task/',
213 },
robliao1644d8b2016-04-11 15:39:59214 'base_task_scheduler': {
Gabriel Charette6bf388a2018-08-10 22:48:32215 'filepath': '^base/task/task_scheduler',
robliao1644d8b2016-04-11 15:39:59216 },
[email protected]b17d9e02014-07-29 09:45:50217 'base_win': {
218 'filepath': '^base/win',
219 },
[email protected]7e093d4022014-06-26 19:19:55220 'battery_status': {
221 'filepath': 'content/browser/battery_status/|'\
timvolodine953fde72014-12-09 16:47:10222 'content/test/data/battery_status/|'\
223 'device/battery/',
[email protected]7e093d4022014-06-26 19:19:55224 },
wnwen72684762017-03-29 13:28:37225 'binary_size': {
226 'filepath': 'build/android/binary_size/|'\
227 'tools/binary_size/',
228 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13229 'blink': {
Kent Tamurae9b3a9ec2017-08-31 02:20:19230 'filepath': 'third_party/(WebKit|blink)/',
Takeshi Yoshinoe387aa32017-08-02 13:16:13231 },
232 'blink_accessibility': {
Kent Tamuraeb394c72018-04-07 19:14:55233 'filepath': 'third_party/(WebKit|blink)/.*(accessibility|ax_object_cache|web_ax)'
Takeshi Yoshinoe387aa32017-08-02 13:16:13234 },
235 'blink_animation': {
Kent Tamuraeb394c72018-04-07 19:14:55236 'filepath': 'third_party/(WebKit|blink)/.*([Aa]nimat|[Tt]ransition)',
Takeshi Yoshinoe387aa32017-08-02 13:16:13237 },
238 'blink_app_banner': {
Blink Reformata30d4232018-04-07 15:31:06239 'filepath': 'third_party/blink/renderer/modules/app_banner' \
240 '|third_party/blink/public/platform/modules/app_banner',
Takeshi Yoshinoe387aa32017-08-02 13:16:13241 },
242 'blink_audio': {
Blink Reformata30d4232018-04-07 15:31:06243 'filepath': 'third_party/blink/renderer/platform/audio' \
244 '|third_party/blink/renderer/modules/webaudio' \
Raymond Toya91cf5802018-03-24 00:05:55245 '|third_party/WebKit/LayoutTests/external/wpt/webaudio',
Takeshi Yoshinoe387aa32017-08-02 13:16:13246 },
247 'blink_battery_status': {
Blink Reformata30d4232018-04-07 15:31:06248 'filepath': 'third_party/blink/renderer/modules/battery/' \
Takeshi Yoshinoe387aa32017-08-02 13:16:13249 '|third_party/WebKit/LayoutTests/battery-status/' \
Kent Tamuraeb394c72018-04-07 19:14:55250 '|third_party/blink/renderer/core/frame/platform_event_(controller|dispatcher)'
Takeshi Yoshinoe387aa32017-08-02 13:16:13251 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13252 'blink_bindings': {
Blink Reformata30d4232018-04-07 15:31:06253 'filepath': 'third_party/blink/renderer/platform/bindings' \
254 '|third_party/blink/renderer/bindings',
Takeshi Yoshinoe387aa32017-08-02 13:16:13255 },
256 'blink_bindings_serialization': {
Kent Tamuraeb394c72018-04-07 19:14:55257 'filepath': 'third_party/blink/renderer/bindings/(core|modules)/v8/.*serializ',
Takeshi Yoshinoe387aa32017-08-02 13:16:13258 },
259 'blink_bluetooth': {
Kent Tamuraeb394c72018-04-07 19:14:55260 'filepath': 'third_party/(WebKit|blink)/.*[Bb]luetooth'
Takeshi Yoshinoe387aa32017-08-02 13:16:13261 },
Fernando Serboncinife13f9d2018-08-14 13:35:54262 'blink_canvas': {
Blink Reformata30d4232018-04-07 15:31:06263 'filepath': 'third_party/blink/renderer/core/html/canvas' \
Fernando Serboncinife13f9d2018-08-14 13:35:54264 '|third_party/blink/renderer/core/offscreencanvas' \
265 '|third_party/blink/renderer/core/geometry' \
266 '|third_party/blink/renderer/modules/canvas' \
267 '|third_party/blink/renderer/platform/graphics/canvas',
Takeshi Yoshinoe387aa32017-08-02 13:16:13268 },
269 'blink_client_hints': {
Kent Tamuraeb394c72018-04-07 19:14:55270 'filepath': 'third_party/blink/renderer/core/loader/accept_client_hints*' \
271 '|third_party/blink/renderer/core/loader/frame_fetch_context*' \
272 '|third_party/blink/renderer/core/loader/resource/image_resource*' \
273 '|third_party/blink/renderer/platform/loader/fetch/fetch_context*' \
274 '|third_party/blink/renderer/platform/loader/fetch/resource_fetcher*'
Takeshi Yoshinoe387aa32017-08-02 13:16:13275 },
276 'blink_clipboard': {
Blink Reformata30d4232018-04-07 15:31:06277 'filepath': 'third_party/blink/renderer/core/clipboard' \
Kent Tamuraeb394c72018-04-07 19:14:55278 '|third_party/blink/renderer/core/page/.*drag' \
279 '|third_party/blink/renderer/platform/.*drag' \
Kent Tamuraeb394c72018-04-07 19:14:55280 '|third_party/blink/public/platform/.*drag' \
281 '|third_party/blink/public/web/.*drag',
Takeshi Yoshinoe387aa32017-08-02 13:16:13282 },
Jeremy Romanb7b3a6a2018-02-07 20:15:32283 'blink_common': {
Kent Tamuraeb394c72018-04-07 19:14:55284 'filepath': 'third_party/blink/common'
Blink Reformata30d4232018-04-07 15:31:06285 '|third_party/blink/public/common' \
286 '|third_party/blink/public/mojom',
Jeremy Romanb7b3a6a2018-02-07 20:15:32287 },
Kentaro Hara993b0de2017-08-07 02:26:37288 'blink_controller': {
Blink Reformata30d4232018-04-07 15:31:06289 'filepath': 'third_party/blink/renderer/controller',
Kentaro Hara993b0de2017-08-07 02:26:37290 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13291 'blink_css': {
Blink Reformata30d4232018-04-07 15:31:06292 'filepath': 'third_party/blink/renderer/core/css',
Takeshi Yoshinoe387aa32017-08-02 13:16:13293 },
294 'blink_css_flexbox': {
Kent Tamuraeb394c72018-04-07 19:14:55295 'filepath': 'third_party/blink/renderer/core/rendering/.*flex' \
Takeshi Yoshinoe387aa32017-08-02 13:16:13296 '|third_party/WebKit/LayoutTests/fast/deprecated-flexbox/' \
297 '|third_party/WebKit/LayoutTests/css3/flexbox/' \
298 '|third_party/WebKit/LayoutTests/ietestcenter/css3/flexbox/'
299 },
300 'blink_css_fragmentation_tests': {
301 'filepath': 'third_party/WebKit/LayoutTests/fast/multicol/' \
302 '|third_party/WebKit/LayoutTests/fast/pagination/' \
Morten Stenshorneab6785c2017-10-12 21:23:38303 '|third_party/WebKit/LayoutTests/fragmentation/' \
Takeshi Yoshinoe387aa32017-08-02 13:16:13304 '|third_party/WebKit/LayoutTests/printing/'
305 },
306 'blink_css_grid_layout': {
Kent Tamuraeb394c72018-04-07 19:14:55307 'filepath': 'third_party/blink/renderer/core/layout/.*grid' \
308 '|third_party/blink/renderer/core/paint/.*grid' \
309 '|third_party/blink/renderer/core/css/.*grid' \
Takeshi Yoshinoe387aa32017-08-02 13:16:13310 '|third_party/WebKit/LayoutTests/fast/css-grid-layout/' \
311 '|third_party/WebKit/LayoutTests/ietestcenter/css3/grid/' \
312 '|third_party/WebKit/LayoutTests/platform/.*/fast/css-grid-layout/' \
313 '|third_party/WebKit/LayoutTests/platform/.*/ietestcenter/css3/grid/'
314 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13315 'blink_custom_elements': {
Blink Reformata30d4232018-04-07 15:31:06316 'filepath': 'third_party/blink/renderer/core/html/custom/' \
Kent Tamuraeb394c72018-04-07 19:14:55317 '|third_party/blink/renderer/bindings/core/v8/.*custom_element',
Takeshi Yoshinoe387aa32017-08-02 13:16:13318 },
319 'blink_device_orientation': {
Oksana Zhuravlova5e236ec92018-07-25 00:16:03320 'filepath': 'content/browser/device_sensors/' \
321 '|content/test/data/device_sensors/' \
322 '|third_party/blink/renderer/modules/device_orientation/' \
Takeshi Yoshinoe387aa32017-08-02 13:16:13323 '|third_party/WebKit/LayoutTests/device_orientation/' \
Kent Tamuraeb394c72018-04-07 19:14:55324 '|third_party/blink/renderer/core/frame/platform_event_(controller|dispatcher)' \
325 '|third_party/blink/renderer/core/frame/device_single_window_event_controller'
Takeshi Yoshinoe387aa32017-08-02 13:16:13326 },
327 'blink_devtools': {
Kent Tamuraeb394c72018-04-07 19:14:55328 'filepath': 'third_party/(WebKit|blink)/.*(inspector|DevTools|dev_tools|devtools)',
Takeshi Yoshinoe387aa32017-08-02 13:16:13329 },
330 'blink_dom': {
Blink Reformata30d4232018-04-07 15:31:06331 'filepath': 'third_party/blink/renderer/core/dom/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13332 },
333 'blink_dom_events': {
Blink Reformata30d4232018-04-07 15:31:06334 'filepath': 'third_party/blink/renderer/core/dom/events/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13335 },
336 'blink_events': {
Kent Tamuraeb394c72018-04-07 19:14:55337 'filepath': 'third_party/blink/renderer/core/page/.*event' \
338 '|third_party/blink/renderer/core/dom/.*event' \
339 '|third_party/blink/renderer/core/css/.*event' \
340 '|third_party/blink/renderer/platform/.*event'
Takeshi Yoshinoe387aa32017-08-02 13:16:13341 },
342 'blink_fetch': {
Blink Reformata30d4232018-04-07 15:31:06343 'filepath': 'third_party/blink/renderer/platform/loader/fetch'
Takeshi Yoshinoe387aa32017-08-02 13:16:13344 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13345 'blink_fileapi': {
Blink Reformata30d4232018-04-07 15:31:06346 'filepath': 'third_party/blink/renderer/modules/filesystem/' \
347 '|third_party/blink/renderer/core/fileapi/' \
Kent Tamuraeb394c72018-04-07 19:14:55348 '|third_party/blink/renderer/platform/.*file' \
Takeshi Yoshinoe387aa32017-08-02 13:16:13349 '|third_party/WebKit/LayoutTests/fast/file' \
Kent Tamuraeb394c72018-04-07 19:14:55350 '|third_party/blink/public/.*_file'
Takeshi Yoshinoe387aa32017-08-02 13:16:13351 },
352 'blink_frames': {
Blink Reformata30d4232018-04-07 15:31:06353 'filepath': 'third_party/blink/renderer/core/frame/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13354 },
355 'blink_geolocation': {
356 'filepath': 'third_party/WebKit/LayoutTests/geolocation-api/' \
Blink Reformata30d4232018-04-07 15:31:06357 '|third_party/blink/renderer/modules/geolocation/' \
Kent Tamuraeb394c72018-04-07 19:14:55358 '|third_party/blink/public/web/.*geolocation'
Takeshi Yoshinoe387aa32017-08-02 13:16:13359 },
360 'blink_heap': {
Blink Reformata30d4232018-04-07 15:31:06361 'filepath': 'third_party/blink/renderer/platform/heap' \
Takeshi Yoshinoe387aa32017-08-02 13:16:13362 '|base/allocator/partition_allocator/'
363 },
364 'blink_html': {
Blink Reformata30d4232018-04-07 15:31:06365 'filepath': 'third_party/blink/renderer/core/html/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13366 },
367 'blink_htmlparser': {
Blink Reformata30d4232018-04-07 15:31:06368 'filepath': 'third_party/blink/renderer/core/html/parser/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13369 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13370 'blink_indexed_db': {
Blink Reformata30d4232018-04-07 15:31:06371 'filepath': 'third_party/blink/renderer/modules/indexeddb/' \
Takeshi Yoshinoe387aa32017-08-02 13:16:13372 '|third_party/WebKit/LayoutTests/storage/indexeddb' \
Kent Tamuraeb394c72018-04-07 19:14:55373 '|third_party/blink/public/platform/.*_idb'
Takeshi Yoshinoe387aa32017-08-02 13:16:13374 },
375 'blink_input': {
Blink Reformata30d4232018-04-07 15:31:06376 'filepath': 'third_party/blink/renderer/core/input/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13377 },
378 'blink_layers': {
Kent Tamuraeb394c72018-04-07 19:14:55379 'filepath': 'third_party/blink/renderer/core/page/scrolling/scrolling_coordinator' \
380 '|third_party/blink/renderer/platform/graphics/graphics_layer' \
381 '|third_party/blink/renderer/core/layout/layer'
Takeshi Yoshinoe387aa32017-08-02 13:16:13382 },
383 'blink_layout': {
Kent Tamuraeb394c72018-04-07 19:14:55384 'filepath': 'third_party/blink/renderer/core/layout'
Takeshi Yoshinoe387aa32017-08-02 13:16:13385 },
386 'blink_layout_ng': {
Blink Reformata30d4232018-04-07 15:31:06387 'filepath': 'third_party/blink/renderer/core/layout/ng',
Takeshi Yoshinoe387aa32017-08-02 13:16:13388 },
389 'blink_loader': {
Blink Reformata30d4232018-04-07 15:31:06390 'filepath': 'third_party/blink/renderer/core/loader/' \
391 '|third_party/blink/renderer/platform/loader/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13392 },
393 'blink_media': {
Blink Reformata30d4232018-04-07 15:31:06394 'filepath': 'third_party/blink/renderer/core/css/mediaControls' \
Kent Tamuraeb394c72018-04-07 19:14:55395 '|third_party/blink/renderer/core/html/.*_(audio|media|video)' \
396 '|third_party/blink/renderer/core/html/shadow/media_control' \
397 '|third_party/blink/renderer/core/layout/layout_media' \
398 '|third_party/blink/renderer/core/layout/layout_text_track_container_element' \
Blink Reformata30d4232018-04-07 15:31:06399 '|third_party/blink/renderer/modules/(encryptedmedia|mediasource)' \
400 '|third_party/blink/renderer/platform/drm/' \
401 '|third_party/blink/renderer/platform/graphics/media/' \
Takeshi Yoshinoe387aa32017-08-02 13:16:13402 '|third_party/WebKit/LayoutTests/media/' \
Kent Tamuraeb394c72018-04-07 19:14:55403 '|third_party/blink/public/.*_media'
Takeshi Yoshinoe387aa32017-08-02 13:16:13404 },
405 'blink_media_queries': {
Kent Tamuraeb394c72018-04-07 19:14:55406 'filepath': 'third_party/blink/renderer/core/css/css_media_rule' \
407 '|third_party/blink/renderer/core/css/media_list' \
408 '|third_party/blink/renderer/core/css/media_query' \
409 '|third_party/blink/renderer/core/css/parser/media_query'
Takeshi Yoshinoe387aa32017-08-02 13:16:13410 },
411 'blink_mediastream': {
Blink Reformata30d4232018-04-07 15:31:06412 'filepath': 'third_party/blink/renderer/modules/mediastream/' \
413 '|third_party/blink/renderer/platform/mediastream/' \
Kent Tamuraeb394c72018-04-07 19:14:55414 '|third_party/blink/renderer/platform/exported/web_media_stream' \
415 '|third_party/blink/renderer/platform/exported/web_rtc' \
Takeshi Yoshinoe387aa32017-08-02 13:16:13416 '|third_party/WebKit/LayoutTests/fast/mediastream/'
417 },
418 'blink_modules': {
Blink Reformata30d4232018-04-07 15:31:06419 'filepath': 'third_party/blink/renderer/modules'
Takeshi Yoshinoe387aa32017-08-02 13:16:13420 },
421 'blink_navigator_content_utils': {
Blink Reformata30d4232018-04-07 15:31:06422 'filepath': 'third_party/blink/renderer/modules/navigatorcontentutils' \
Takeshi Yoshinoe387aa32017-08-02 13:16:13423 '|third_party/WebKit/LayoutTests/fast/dom/navigatorcontentutils'
424 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13425 'blink_out_of_process_frames': {
Kent Tamuraeb394c72018-04-07 19:14:55426 'filepath': 'third_party/blink/renderer/core/frame/frame_owner' \
427 '|third_party/blink/renderer/core/frame/frame\.' \
428 '|third_party/blink/renderer/core/frame/web_frame' \
429 '|third_party/blink/renderer/core/exported/web_remote_frame_impl'
Takeshi Yoshinoe387aa32017-08-02 13:16:13430 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13431 'blink_paint': {
Blink Reformata30d4232018-04-07 15:31:06432 'filepath': 'third_party/blink/renderer/core/paint/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13433 },
Xida Chen0ef92782018-01-17 05:53:35434 'blink_paintworklet': {
Blink Reformata30d4232018-04-07 15:31:06435 'filepath': 'third_party/blink/renderer/modules/csspaint/' \
Xida Chen0ef92782018-01-17 05:53:35436 '|third_party/WebKit/LayoutTests/http/tests/csspaint/' \
437 '|third_party/WebKit/LayoutTests/externla/wpt/css/css-paint-api/'
438 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13439 'blink_performance_timing': {
Blink Reformata30d4232018-04-07 15:31:06440 'filepath': 'third_party/blink/renderer/core/timing/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13441 },
442 'blink_permissions': {
Blink Reformata30d4232018-04-07 15:31:06443 'filepath': 'third_party/blink/renderer/modules/permissions/' \
444 '|third_party/blink/public/platform/modules/permissions/',
Takeshi Yoshinoe387aa32017-08-02 13:16:13445 },
446 'blink_platform': {
Blink Reformata30d4232018-04-07 15:31:06447 'filepath': 'third_party/blink/renderer/platform'
Takeshi Yoshinoe387aa32017-08-02 13:16:13448 },
449 'blink_platform_graphics': {
Blink Reformata30d4232018-04-07 15:31:06450 'filepath': 'third_party/blink/renderer/platform/fonts' \
451 '|third_party/blink/renderer/platform/geometry' \
452 '|third_party/blink/renderer/platform/graphics'
Takeshi Yoshinoe387aa32017-08-02 13:16:13453 },
454 'blink_preloadScanner': {
Kent Tamuraeb394c72018-04-07 19:14:55455 'filepath': 'third_party/blink/renderer/core/html/parser/html_preload_scanner',
Takeshi Yoshinoe387aa32017-08-02 13:16:13456 },
457 'blink_prerender': {
Kent Tamuraeb394c72018-04-07 19:14:55458 'filepath': 'third_party/(WebKit|blink)/.*([Pp]rerender|loader/link_loader|html/html_link_element)'
Takeshi Yoshinoe387aa32017-08-02 13:16:13459 },
460 'blink_public_api': {
Blink Reformata30d4232018-04-07 15:31:06461 'filepath': 'third_party/blink/public'
Takeshi Yoshinoe387aa32017-08-02 13:16:13462 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13463 'blink_quota': {
Blink Reformata30d4232018-04-07 15:31:06464 'filepath': 'third_party/blink/renderer/modules/quota/' \
Kent Tamuraeb394c72018-04-07 19:14:55465 '|third_party/blink/public/.*quota'
Takeshi Yoshinoe387aa32017-08-02 13:16:13466 },
467 'blink_scheduler': {
Blink Reformata30d4232018-04-07 15:31:06468 'filepath': 'third_party/blink/renderer/platform/scheduler' \
Kent Tamuraeb394c72018-04-07 19:14:55469 '|third_party/blink/renderer/core/html/parser/.*scheduler'
Takeshi Yoshinoe387aa32017-08-02 13:16:13470 },
471 'blink_screen_orientation': {
Blink Reformata30d4232018-04-07 15:31:06472 'filepath': 'third_party/blink/renderer/modules/screen_orientation/' \
473 '|third_party/blink/public/platform/modules/screen_orientation',
Takeshi Yoshinoe387aa32017-08-02 13:16:13474 },
475 'blink_script': {
Kent Tamuraeb394c72018-04-07 19:14:55476 'filepath': 'third_party/blink/renderer/bindings/core/v8/.*module.*' \
477 '|third_party/blink/renderer/bindings/core/v8/script_controller.*' \
478 '|third_party/blink/renderer/bindings/core/v8/script_source_code.*' \
479 '|third_party/blink/renderer/bindings/core/v8/v8_script_runner.*'
480 '|third_party/blink/renderer/core/dom/.*modul.*' \
481 '|third_party/blink/renderer/core/dom/.*script.*' \
482 '|third_party/blink/renderer/core/html/html_script_element.*' \
483 '|third_party/blink/renderer/core/html/parser/html_parser_script_runner.*' \
Blink Reformata30d4232018-04-07 15:31:06484 '|third_party/blink/renderer/core/loader/modulescript/' \
Kent Tamuraeb394c72018-04-07 19:14:55485 '|third_party/blink/renderer/core/loader/resource/script_resource.*' \
486 '|third_party/blink/renderer/core/svg/svg_script_element.*' \
487 '|third_party/blink/renderer/core/xml/parser/xml_document_parser.*'
Takeshi Yoshinoe387aa32017-08-02 13:16:13488 },
David Bokan9dc0046272017-12-29 00:28:01489 'blink_scroll': {
Kent Tamuraeb394c72018-04-07 19:14:55490 'filepath': 'third_party/blink/renderer/core/frame/.*view.*' \
491 '|third_party/blink/renderer/core/input/.*scroll.*' \
492 '|third_party/blink/renderer/core/input/event_handler.*' \
Blink Reformata30d4232018-04-07 15:31:06493 '|third_party/blink/renderer/core/page/scrolling/' \
Kent Tamuraeb394c72018-04-07 19:14:55494 '|third_party/blink/renderer/core/paint/.*scrollable_area.*' \
Blink Reformata30d4232018-04-07 15:31:06495 '|third_party/blink/renderer/platform/scroll/'
David Bokan9dc0046272017-12-29 00:28:01496 },
Matt Falkenhagenca7fbb62018-07-10 09:21:43497 'blink_service_worker' : {
498 'filepath': 'third_party/blink/renderer/modules/service_worker' \
Takeshi Yoshinoe387aa32017-08-02 13:16:13499 '|third_party/WebKit/LayoutTests/http/tests/serviceworker' \
500 '|third_party/WebKit/LayoutTests/external/wpt/service-workers'
501 },
Matt Falkenhagenca7fbb62018-07-10 09:21:43502 'blink_service_worker_tests' : {
Takeshi Yoshinoe387aa32017-08-02 13:16:13503 'filepath': 'third_party/WebKit/LayoutTests/http/tests/serviceworker' \
504 '|third_party/WebKit/LayoutTests/external/wpt/service-workers'
505 },
506 'blink_shadow_dom': {
Kent Tamuraeb394c72018-04-07 19:14:55507 'filepath': 'third_party/blink/renderer/core/dom/.*shadow' \
508 '|third_party/blink/renderer/core/dom/.*slot' \
509 '|third_party/blink/renderer/core/dom/.*insertion_point' \
510 '|third_party/blink/renderer/core/dom/.*flat_tree'
Takeshi Yoshinoe387aa32017-08-02 13:16:13511 },
512 'blink_spellcheck' : {
Blink Reformata30d4232018-04-07 15:31:06513 'filepath': 'third_party/blink/renderer/core/editing/spellcheck'
Takeshi Yoshinoe387aa32017-08-02 13:16:13514 },
515 'blink_spv2_layout_tests': {
516 'filepath': 'third_party/WebKit/LayoutTests/virtual/spv2'
517 },
Adam Rice027497d2018-07-27 02:17:02518 'blink_streams': {
519 'filepath': 'third_party/blink/renderer/core/streams/'
520 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13521 'blink_style': {
Kent Tamuraeb394c72018-04-07 19:14:55522 'filepath': 'third_party/(WebKit|blink)/.*(style/|Style)',
Takeshi Yoshinoe387aa32017-08-02 13:16:13523 },
524 'blink_svg': {
Blink Reformata30d4232018-04-07 15:31:06525 'filepath': 'third_party/blink/renderer/core/(layout/)?svg',
Takeshi Yoshinoe387aa32017-08-02 13:16:13526 },
527 'blink_track': {
Blink Reformata30d4232018-04-07 15:31:06528 'filepath': 'third_party/blink/renderer/core/html/track/' \
Kent Tamuraeb394c72018-04-07 19:14:55529 '|third_party/blink/renderer/core/loader/text_track' \
530 '|third_party/blink/renderer/core/html/meida/html_media_element' \
531 '|third_party/blink/renderer/core/html/shadow/media_control' \
Blink Reformata30d4232018-04-07 15:31:06532 '|third_party/blink/renderer/core/css/mediaControl' \
Takeshi Yoshinoe387aa32017-08-02 13:16:13533 '|third_party/WebKit/LayoutTests/media/track/'
534 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13535 'blink_vibration': {
536 'filepath': 'third_party/WebKit/LayoutTests/vibration/' \
Blink Reformata30d4232018-04-07 15:31:06537 '|third_party/blink/renderer/modules/vibration/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13538 },
539 'blink_viewport_interaction': {
Kent Tamuraeb394c72018-04-07 19:14:55540 'filepath': 'third_party/blink/renderer/core/css/.*viewport' \
541 '|third_party/blink/renderer/core/dom/viewport_arguments' \
542 '|third_party/blink/renderer/core/frame/frame_view.*' \
543 '|third_party/blink/renderer/core/frame/.*viewport.*' \
544 '|third_party/blink/renderer/core/html/html_meta_element'
Takeshi Yoshinoe387aa32017-08-02 13:16:13545 },
546 'blink_w3ctests': {
547 'filepath': 'third_party/WebKit/LayoutTests/external/' \
Kent Tamura01019442018-05-01 22:06:58548 '|third_party/blink/tools/blinkpy/w3c/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13549 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13550 'blink_webp': {
Blink Reformata30d4232018-04-07 15:31:06551 'filepath': 'third_party/blink/renderer/platform/image-decoders/webp' \
Kent Tamuraeb394c72018-04-07 19:14:55552 '|third_party/blink/renderer/platform/image-encoders/skia/webp'
Takeshi Yoshinoe387aa32017-08-02 13:16:13553 },
554 'blink_websockets': {
Blink Reformata30d4232018-04-07 15:31:06555 'filepath': 'third_party/blink/renderer/modules/websockets/' \
556 '|third_party/blink/renderer/platform/modules/websockets/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13557 },
558 'blink_workers': {
Blink Reformata30d4232018-04-07 15:31:06559 'filepath': 'third_party/blink/renderer/core/workers' \
Takeshi Yoshinoe387aa32017-08-02 13:16:13560 '|third_party/WebKit/LayoutTests/http/tests/workers' \
561 '|third_party/WebKit/LayoutTests/fast/workers' \
562 '|third_party/WebKit/LayoutTests/external/wpt/workers'
563 },
564 'blink_wtf': {
Blink Reformata30d4232018-04-07 15:31:06565 'filepath': 'third_party/blink/renderer/platform/wtf',
Takeshi Yoshinoe387aa32017-08-02 13:16:13566 },
567 'blink_xml': {
Blink Reformata30d4232018-04-07 15:31:06568 'filepath': 'third_party/blink/renderer/core/xml/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13569 },
[email protected]06798f72013-01-14 22:31:17570 'bookmarks': {
571 'filepath': 'chrome/browser/bookmarks/' \
[email protected]771ad482013-07-16 17:32:48572 '|chrome/browser/extensions/api/bookmark_manager_private/' \
573 '|chrome/browser/extensions/api/bookmarks/' \
Christopher Lam3d8828e2018-04-30 05:25:11574 '|chrome/browser/resources/md_bookmarks/' \
[email protected]cd869cde2013-01-31 15:46:35575 '|chrome/browser/ui/bookmarks/' \
576 '|chrome/browser/ui/cocoa/bookmarks/' \
[email protected]5cb8b6e12014-05-19 16:53:46577 '|chrome/browser/ui/views/bookmarks/' \
578 '|components/bookmarks'
[email protected]06798f72013-01-14 22:31:17579 },
donnd787f6ed2016-08-03 01:00:56580 'bottombar': {
581 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/',
582 },
Tarun Bansalc4882282018-07-11 23:53:55583 'breve': {
584 'filepath': 'chrome/browser/net/spdyproxy|'\
585 'chrome_proxy|'\
Tarun Bansal129ca7842018-07-31 17:14:12586 'client_hints|'
Tarun Bansalc4882282018-07-11 23:53:55587 'components/blacklist|'\
588 'components/data_use|'\
589 'data_reduction_proxy|'\
Tarun Bansal129ca7842018-07-31 17:14:12590 'data_use_measurement|'\
591 'lazy_load|'
592 'navigation_predictor|'\
593 'net/nqe|'\
Tarun Bansalc4882282018-07-11 23:53:55594 'optimization_guide|'\
Tarun Bansal129ca7842018-07-31 17:14:12595 'optimization_hints|'\
596 'previews'
Tarun Bansalc4882282018-07-11 23:53:55597 },
[email protected]22650d22012-07-18 17:02:35598 'browser_components': {
[email protected]a7228f62012-09-20 17:52:48599 'filepath': 'chrome/browser/autofill/' \
600 '|chrome/browser/bookmarks/' \
[email protected]a7228f62012-09-20 17:52:48601 '|chrome/browser/favicon/' \
[email protected]ddf288e2013-01-09 20:58:27602 '|chrome/browser/history/' \
[email protected]fccf4882013-03-15 04:46:19603 '|chrome/browser/webdata/' \
[email protected]3947d4a82013-03-12 09:41:05604 '|components/autofill/'
[email protected]22650d22012-07-18 17:02:35605 },
[email protected]f76c8852012-06-21 16:37:00606 'browser_compositor': {
[email protected]f2f0fbb92012-07-14 15:52:49607 'filepath': 'ui/compositor/'
[email protected]fbd846b2010-11-19 01:32:18608 },
michaelpge42ca3b32016-02-19 08:17:57609 'browser_resources_md': {
610 'filepath': 'chrome/browser/resources/md_'\
611 '|chrome/browser/resources/settings/',
612 },
[email protected]0ce480532012-07-20 12:33:20613 'browsing_data': {
Christian Dullweber041fddf2018-05-08 15:09:42614 'filepath': '/browsing_data/',
[email protected]0ce480532012-07-20 12:33:20615 },
[email protected]f76c8852012-06-21 16:37:00616 'bubble': {
[email protected]f2f0fbb92012-07-14 15:52:49617 'filepath': 'ui/views/bubble/|'\
rouslan8d6a8372015-09-10 19:10:10618 'chrome/browser/ui/views/bubble/|'\
619 'components/bubble/',
[email protected]f76c8852012-06-21 16:37:00620 },
jkarlin539748402015-03-31 17:36:31621 'cache_storage': {
Josh Karlin1bd016742017-08-18 17:44:17622 'filepath': '/cache.storage/'
623 '|/cachestorage/',
jkarlin539748402015-03-31 17:36:31624 },
[email protected]10fbd5952013-08-22 07:42:39625 'cast': {
[email protected]31ef420b2014-08-13 21:19:13626 'filepath': 'media/cast/'\
627 '|chrome/browser/extensions/api/cast_streaming/'\
628 '|chrome/browser/media/cast'\
629 '|chrome/renderer/media/cast'\
630 '|chrome/test/data/extensions/api_test/cast_'\
miu5e69f1c52016-10-23 13:40:11631 '|content/public/renderer/media_stream_'\
632 '|content/renderer/media/(media_stream|(.+audio_source))',
[email protected]10fbd5952013-08-22 07:42:39633 },
ryanchung4d157372016-05-10 20:27:16634 'cast_certificate': {
635 'filepath': 'components/cast_certificate/'\
636 '|components/test/data/cast_certificate/',
637 },
mfoltz57fd7f32017-05-03 06:12:58638 'cast_channel': {
639 'filepath': 'chrome/test/data/extensions/api_test/cast_channel/' \
Ryan Ki Sing Chung27cc7ed92017-07-25 21:53:47640 '|components/cast_channel/' \
641 '|extensions/browser/api/cast_channel'
mfoltz57fd7f32017-05-03 06:12:58642 },
Takeshi Yoshino524e1d262017-07-28 01:16:38643 'cc': {
danakjca574522017-09-20 16:38:59644 'filepath': 'cc/'\
645 '|components/viz/'
646 },
Yi Guc1c54682018-07-23 12:00:00647 'cc-animation': {
648 'filepath': 'cc/animation/'
649 },
danakjca574522017-09-20 16:38:59650 'cc-contexts': {
651 'filepath': 'components/viz/common/gpu'
652 },
653 'cc-display': {
654 'filepath': 'components/viz/service/display'\
655 '|cc/output'
656 },
657 'cc-paint': {
658 'filepath': 'cc/paint'
659 },
660 'cc-quads': {
661 'filepath': 'components/viz/common/quads'
662 },
663 'cc-resources': {
664 'filepath': 'cc/resources'\
665 '|components/viz/common/resources'
Takeshi Yoshino524e1d262017-07-28 01:16:38666 },
Alexander Timin864bf8a02018-03-12 11:06:28667 'cc-scheduler': {
668 'filepath': 'cc/scheduler'
669 },
eranmc2a9f612015-11-24 16:41:34670 'certificate_transparency': {
671 'filepath': 'components/certificate_transparency/'\
eranmc2a9f612015-11-24 16:41:34672 '|net/cert/ct_'\
673 '|net/cert/multi_log_ct_verifier'\
674 '|net/cert/sct_status_flags.h'\
675 '|net/cert/signed_certificate_timestamp'\
676 '|net/cert/signed_tree_head'\
677 '|net/test/ct_',
678 },
Joe Mason60ec2f32018-02-15 15:50:51679 'chrome_cleaner': {
680 'filepath': 'chrome/browser/component_updater/sw_reporter_'\
681 '|chrome/browser/resources/settings/chrome_cleanup_page/'\
682 '|chrome/browser/safe_browsing/chrome_cleaner/'\
683 '|chrome/browser/ui/views/chrome_cleaner_'\
684 '|chrome/browser/ui/webui/settings/chrome_cleanup_'\
Joe Mason12a02332018-04-19 14:39:00685 '|chrome/chrome_cleaner/'\
Joe Mason60ec2f32018-02-15 15:50:51686 '|components/chrome_cleaner/',
687 },
[email protected]c73ec8ab2014-01-16 20:35:23688 'chrome_elf': {
689 'filepath': 'chrome_elf',
690 },
lpy0ca13772017-02-28 19:48:27691 'chrome_grc': {
lpy53b82752017-05-31 22:30:49692 'filepath': 'chrome/browser/resource_coordinator/'\
693 '|services/resource_coordinator/',
lpy0ca13772017-02-28 19:48:27694 },
[email protected]d5b21972012-07-20 02:06:01695 'chrome_views': {
696 'filepath': 'chrome/browser/ui/views',
697 },
Takeshi Yoshino524e1d262017-07-28 01:16:38698 'chromecast': {
699 'filepath': 'chromecast/',
700 },
701 'chromecast_public': {
702 'filepath': 'chromecast/public/',
703 },
[email protected]f7bf8ba2011-02-24 22:28:46704 'chromedriver': {
samuong53d5e612014-10-10 18:56:38705 'filepath': 'chrome/test/chromedriver|'\
706 'chrome/test/data/chromedriver|'\
Jonathon Kereliuk540c7d52018-01-18 06:22:03707 'third_party/webdriver|'\
Blink Reformata30d4232018-04-07 15:31:06708 'third_party/blink/renderer/devtools/front_end/emulated_devices/module.json'
[email protected]f7bf8ba2011-02-24 22:28:46709 },
[email protected]f76c8852012-06-21 16:37:00710 'chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:49711 'filepath': 'chromeos/',
[email protected]531b1532011-08-11 03:52:01712 },
[email protected]eda0a0b2013-04-19 20:34:35713 'chromeos_attestation': {
714 'filepath': 'chromeos/attestation/|'\
[email protected]64494c3f2013-08-14 22:15:59715 'chrome/browser/chromeos/attestation/|'\
716 'chrome/browser/extensions/api/enterprise_platform_keys_private/',
[email protected]eda0a0b2013-04-19 20:34:35717 },
[email protected]7c59a152012-11-06 20:56:35718 'chromeos_calculator': {
719 'filepath': 'chrome/common/extensions/docs/examples/apps/calculator/',
720 },
alematec5187b1b2016-08-26 05:32:18721 'chromeos_geolocation': {
722 'filepath': 'chromeos/geolocation/',
723 },
Achuith Bhandarkar434e24592018-03-07 23:05:12724 'chromeos_lkgm': {
725 'filepath': 'chromeos/CHROMEOS_LKGM',
726 },
[email protected]f76c8852012-06-21 16:37:00727 'chromeos_login': {
Jacob Dufaulted1ef2bc2018-08-10 18:21:34728 'filepath': 'ash/login/|'\
729 'chrome/browser/chromeos/login/|'\
[email protected]f2f0fbb92012-07-14 15:52:49730 'chrome/browser/ui/webui/chromeos/login/|'\
dzhioevcc7c0492014-11-25 14:52:58731 'chrome/browser/resources/chromeos/login/|'\
732 'ui/login/',
[email protected]a791dac2011-04-07 23:22:57733 },
[email protected]d7d35f342012-10-22 20:32:47734 'chromeos_net': {
735 'filepath': 'chromeos/network/|'\
stevenjbdd133032015-08-07 18:37:47736 'chrome/browser/chromeos/net/|'\
737 'chrome/browser/extensions/api/networking_private/|'\
738 'extensions/browser/api/networking_private/|'\
739 'ui/chromeos/network/',
[email protected]d7d35f342012-10-22 20:32:47740 },
[email protected]2315ac0c2013-02-05 00:49:16741 'chromeos_power': {
James Cooka35a1e22017-04-08 02:33:08742 'filepath': 'ash/system/power/|'\
[email protected]c3943ad2013-07-03 13:44:56743 'chromeos/dbus/power_.*|'\
[email protected]2315ac0c2013-02-05 00:49:16744 'chrome/browser/chromeos/power/',
745 },
alematec5187b1b2016-08-26 05:32:18746 'chromeos_timezone': {
747 'filepath': 'chromeos/timezone/',
748 },
[email protected]f76c8852012-06-21 16:37:00749 'chromeos_webui': {
[email protected]f2f0fbb92012-07-14 15:52:49750 'filepath': 'chrome/browser/ui/webui/chromeos/|'\
751 'chrome/browser/resources/chromeos/',
[email protected]ba03af42012-03-08 01:37:12752 },
[email protected]cef7a6d2011-04-29 20:49:07753 'clang_update': {
Nico Webere250e6a2015-12-02 19:31:56754 'filepath': 'tools/clang/scripts/update.py'
[email protected]cef7a6d2011-04-29 20:49:07755 },
[email protected]f76c8852012-06-21 16:37:00756 'clipboard': {
757 'filepath': 'clipboard|dnd|drag|drop',
[email protected]2418b022011-05-19 21:06:02758 },
Aaron Gable64f273582017-03-30 18:02:00759 'codereview_settings': {
760 'filepath': 'codereview.settings',
761 },
sdefresned94c5b02015-07-22 17:54:55762 'components_deps': {
763 'filepath': 'components/([^/]*/)*DEPS',
764 },
scheib968e61052014-11-05 00:27:25765 'content_bluetooth': {
766 'filepath': 'content/.*bluetooth'
767 },
kinuko01cbe8a12015-10-20 09:59:06768 'content_loader': {
mmenkefaa97d3b2016-09-25 14:24:02769 'filepath': 'chrome/browser/loader|' \
770 'content/browser/loader|' \
kinuko01cbe8a12015-10-20 09:59:06771 'content/child/*loader',
772 },
mkwst512627022014-09-16 09:23:27773 'content_renderer': {
774 'filepath': 'content/renderer/',
775 },
[email protected]aa3311a2012-11-19 16:04:58776 'content_shell': {
777 'filepath': 'content/shell/',
778 },
kinukoa121bce2015-01-30 10:04:41779 'content_worker': {
780 'filepath': 'content/.*worker',
781 },
donnd787f6ed2016-08-03 01:00:56782 'contextual_search': {
783 'filepath': 'chrome/browser/android/contextualsearch/|' \
784 'chrome/android/java/src/org/chromium/chrome/browser/contextualsearch/|' \
785 'chrome/android/javatests/src/org/chromium/chrome/browser/contextualsearch/|' \
786 'components/contextual_search/',
787 },
wfh792b71c2016-05-04 23:33:41788 'courgette': {
789 'filepath': 'courgette/',
790 },
Nico Weber6ff639a2017-08-11 21:04:50791 'cq': {
Andrii Shyshkalov17176242018-02-24 03:31:32792 'filepath': 'infra/config/branch/cq.cfg',
Nico Weber6ff639a2017-08-11 21:04:50793 },
michaelpge42ca3b32016-02-19 08:17:57794 'cr_elements': {
795 'filepath': 'ui/webui/resources/cr_element',
796 },
Chung-yih Wang7afc64a2018-03-06 02:09:04797 'cros_benchmarks': {
798 'filepath': 'tools/perf/contrib/cros_benchmarks',
799 },
Ben Wells03471a72018-03-22 00:58:46800 'crostini': {
Timothy Lohecae1e422018-06-07 05:53:59801 'filepath': 'crostini',
Ben Wells03471a72018-03-22 00:58:46802 },
ianwencdb8c9e2015-06-18 22:10:15803 'custom_tabs': {
Newton Allen38c62212015-06-24 21:41:53804 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/customtabs/|'\
ianwencdb8c9e2015-06-18 22:10:15805 'chrome/android/javatests/src/org/chromium/chrome/browser/customtabs/',
alancuttercbad6512015-06-19 02:31:28806 },
Ryo Hashimoto900be52c2018-05-24 06:42:26807 'dbus': {
808 'filepath': 'dbus/',
809 },
[email protected]5e105332012-09-13 01:55:52810 'deep_memory_profiler': {
811 'filepath': 'tools/(deep_memory_profiler|find_runtime_symbols)',
812 },
Bartosz Fabianowski85a823812015-04-16 10:27:51813 'device_bluetooth': {
814 'filepath': 'device/.*bluetooth'
815 },
juncaic08f41d2017-05-04 20:36:58816 'device_chooser': {
817 'filepath': 'chrome/browser/chooser_controller/|'\
818 'chrome/browser/ui/android/bluetooth_chooser_.*|'\
819 'chrome/browser/ui/android/usb_chooser_.*|'\
820 'chrome/browser/ui/bluetooth/|'\
821 'chrome/browser/ui/cocoa/device_chooser_.*|'\
822 'chrome/browser/ui/cocoa/extensions/chooser_dialog_.*|'\
823 'chrome/browser/ui/cocoa/permission_bubble/chooser_bubble_.*|'\
824 'chrome/browser/ui/views/device_chooser_.*|'\
825 'chrome/browser/ui/views/extensions/chooser_dialog_.*|'\
826 'chrome/browser/ui/views/permission_bubble/chooser_bubble_.*|'\
827 'chrome/browser/usb/usb_chooser_.*',
828 },
[email protected]342b12872012-11-07 12:10:46829 'devtools': {
830 'filepath': 'devtools',
831 },
mfoltz57fd7f32017-05-03 06:12:58832 'dial': {
833 'filepath': 'chrome/(browser|common)/extensions/api/dial' \
834 '|chrome/browser/media/router/discovery/dial/' \
835 '|chrome/test/data/extensions/api_test/dial/'
836 },
[email protected]bab2a832012-07-11 23:29:41837 'disk_cache': {
838 'filepath': 'net/disk_cache/|http_cache',
839 },
[email protected]f76c8852012-06-21 16:37:00840 'download': {
[email protected]f2f0fbb92012-07-14 15:52:49841 'filepath': 'chrome/browser/download/|'\
[email protected]8492b5b2012-12-17 21:58:08842 'content/browser/download/',
[email protected]6bff0ad2011-06-17 01:32:51843 },
[email protected]ca872e362011-07-12 21:06:03844 'downloads_ui': {
dbeam78528be2016-02-18 07:08:49845 'filepath': 'chrome/browser/resources/(md_)?downloads/|' \
[email protected]8492b5b2012-12-17 21:58:08846 'chrome/browser/ui/webui/.*downloads|' \
847 'chrome/browser/ui/views/download/|' \
asanka2009f412015-10-05 17:28:12848 'chrome/browser/ui/cocoa/download/'
[email protected]ca872e362011-07-12 21:06:03849 },
[email protected]f6df20a2012-10-23 21:22:07850 'drive': {
[email protected]8492b5b2012-12-17 21:58:08851 'filepath': 'chrome/browser/chromeos/drive/|' \
852 'chrome/browser/google_apis/'
[email protected]f6df20a2012-10-23 21:22:07853 },
[email protected]89d2cd52013-04-16 01:55:36854 'drive_resource_metadata': {
Ryo Hashimoto900be52c2018-05-24 06:42:26855 'filepath': 'drive.*resource_metadata'
[email protected]89d2cd52013-04-16 01:55:36856 },
[email protected]3a25c8a2014-06-26 06:47:10857 'eme': {
Xiaohan Wang6cbdcdf2018-06-12 21:55:54858 'filepath': 'chrome/renderer/media/.*key_system|' \
859 'chrome/browser/media/.*(cdm|encrypted)|' \
860 'components/cdm/|' \
[email protected]3a25c8a2014-06-26 06:47:10861 'content/browser/media/cdm/|' \
Xiaohan Wang6cbdcdf2018-06-12 21:55:54862 'media/base/android/.*drm|' \
[email protected]3a25c8a2014-06-26 06:47:10863 'media/cdm/|' \
864 'third_party/widevine/cdm/'
865 },
Justin DeWittf64d39e2018-08-09 21:33:41866 'explore_sites': {
867 'filepath': 'chrome/browser/android/explore_sites/|' \
868 'chrome/android/java/src/org/chromium/chrome/browser/explore_sites/'
869 },
[email protected]f76c8852012-06-21 16:37:00870 'extension': {
871 'filepath': 'extension',
[email protected]161277d42011-06-24 20:48:45872 },
lunalu0a9c05422016-11-11 17:19:06873 'feature_policy': {
Blink Reformata30d4232018-04-07 15:31:06874 'filepath': 'third_party/blink/renderer/platform/feature_policy/|' \
Kent Tamuraeb394c72018-04-07 19:14:55875 'third_party/blink/renderer/bindings/core/v8/origin_trial_features',
lunalu0a9c05422016-11-11 17:19:06876 },
[email protected]f76c8852012-06-21 16:37:00877 'fileapi': {
[email protected]8492b5b2012-12-17 21:58:08878 'filepath': 'file_system/|' \
879 'fileapi/'
[email protected]80919512011-08-03 08:51:04880 },
[email protected]f76c8852012-06-21 16:37:00881 'filebrowse': {
[email protected]8492b5b2012-12-17 21:58:08882 'filepath': 'file_browser|' \
883 'file_manager|' \
884 'filebrowse'
[email protected]4b07b62cc2011-10-03 17:52:39885 },
[email protected]4ed766c2013-09-19 09:45:20886 'filesapp': {
okab0be3dc2016-08-30 07:37:10887 'filepath': 'chrome/browser/chromeos/drive|' \
888 'chrome/browser/chromeos/extensions/file_manager|' \
889 'chrome/browser/chromeos/extensions/file_system_provider|' \
890 'chrome/browser/chromeos/file_manager|' \
891 'chrome/browser/chromeos/file_system_provider|' \
892 'chrome/browser/drive|' \
893 'chrome/test/data/extensions/api_test/file_system_provider|' \
894 'components/drive|' \
895 'google_apis/drive|' \
896 'ui/file_manager'
897 },
Tomasz Mikolajewski2905dbb2017-11-22 06:24:04898 'fsp': {
899 'filepath': 'chrome/browser/chromeos/extensions/file_system_provider|' \
900 'chrome/browser/chromeos/file_system_provider|' \
Tomasz Mikolajewski66b4faa22017-11-22 09:33:43901 'chrome/test/data/extensions/api_test/file_system_provider'
[email protected]4ed766c2013-09-19 09:45:20902 },
Wez385de5a2017-07-13 20:13:16903 'fuchsia': {
904 'filepath': 'fuchsia',
905 },
mmoroz58ddb8172016-09-08 18:29:55906 'fuzzing': {
907 'filepath': 'fuzz|Fuzz',
908 },
Vincent Scheibd5da4d952017-11-03 01:33:24909 'gamepad': {
910 'filepath': 'gamepad',
911 },
[email protected]3a2a6ac02014-06-20 07:07:12912 'gcm': {
peter9f4490a2017-01-27 00:58:36913 'filepath': 'chrome/browser/gcm/|'\
[email protected]3a2a6ac02014-06-20 07:07:12914 'components/gcm_driver/|'\
915 'google_apis/gcm/',
916 },
mikhail.pozdnyakova8db26402016-11-28 18:27:12917 'generic_sensor': {
Jun Caiaa1f040d2017-11-15 01:21:53918 'filepath': 'services/device/generic_sensor/|'\
Blink Reformata30d4232018-04-07 15:31:06919 'third_party/blink/renderer/modules/sensor/',
mikhail.pozdnyakova8db26402016-11-28 18:27:12920 },
[email protected]d8036492013-08-09 16:02:23921 'geolocation': {
922 'filepath': 'chrome/browser/geolocation/|'\
923 'content/browser/geolocation|'\
924 'content/public/common/geoposition.*|'\
925 'content/public/browser/geolocation.*|'\
926 'content/renderer/geolocation.*|'\
927 'content/shell/geolocation/',
928 },
[email protected]cf428f732012-10-02 20:48:15929 'gfx_geometry': {
danakj570c1332015-01-06 16:59:36930 'filepath': 'ui/gfx/geometry/',
[email protected]cf428f732012-10-02 20:48:15931 },
Takeshi Yoshino524e1d262017-07-28 01:16:38932 'gfx_image': {
933 'filepath': 'ui/gfx/image/',
934 },
[email protected]4d1773e2014-04-05 07:59:57935 'gn': {
936 'filepath': 'tools/gn',
937 },
[email protected]f76c8852012-06-21 16:37:00938 'gpu': {
[email protected]f2f0fbb92012-07-14 15:52:49939 'filepath': 'gpu/',
[email protected]f76c8852012-06-21 16:37:00940 },
Corentin Wallezc68aa9b2017-10-02 15:00:03941 'gpu_passthrough_cmd_decoder': {
942 'filepath': 'gpu/command_buffer/service/.*passthrough',
943 },
Ehsan Karamadc20cee22018-08-10 21:32:33944 'guest_view': {
945 'filepath': 'chrome/browser/apps/guest_view|'\
946 'chrome/browser/extensions/api/web_view|'\
947 'chrome/browser/guest_view|'\
948 'chrome/common/extensions/api/webview*.json|'\
949 'chrome/common/extensions/docs|'\
950 'chrome/renderer/resources/extensions/web_view|'\
951 'components/guest_view|'\
952 'content/browser/browser_plugin|'\
953 'content/renderer/browser_plugin|'\
954 'extensions/browser/api/guest_view|'\
955 'extensions/browser/guest_view|'\
956 'extensions/common/guest_view|'\
957 'extensions/common/mojo/guest_view.mojom|'\
958 'extensions/common/api/*view*.json|'\
959 'extensions/renderer/guest_view',
960 },
Andrey Kosyakova173d252018-05-07 18:29:11961 'headless': {
962 'filepath': 'headless/'
963 },
[email protected]f76c8852012-06-21 16:37:00964 'history_ui': {
dbeam78528be2016-02-18 07:08:49965 'filepath': 'chrome/browser/resources/(md_)?history|'\
966 'chrome/browser/ui/webui/.*history',
[email protected]f76c8852012-06-21 16:37:00967 },
968 'i18n': {
[email protected]f2f0fbb92012-07-14 15:52:49969 'filepath': 'base/i18n/|base/string|l10n|icu|'\
timvolodine8cdb94c2016-09-22 12:17:22970 'locale_settings|encoding',
[email protected]f76c8852012-06-21 16:37:00971 },
[email protected]f76c8852012-06-21 16:37:00972 'importer': {
[email protected]f2f0fbb92012-07-14 15:52:49973 'filepath': 'import',
[email protected]f76c8852012-06-21 16:37:00974 },
Greg Thompson4f90fc992017-07-25 19:30:37975 'incident_reporting': {
976 'filepath': 'chrome/browser/safe_browsing/incident_reporting',
977 },
[email protected]c26161352013-11-12 19:50:01978 'indexed_db': {
979 'filepath': 'content/browser/indexed_db|'\
980 'content/child/indexed_db|'\
981 'content/common/indexed_db|'\
982 'content/public/browser/indexed_db|'\
983 'content/test/data/indexeddb',
984 },
bruthigaa8281f2016-02-09 17:52:31985 'ink_drop': {
986 'filepath': 'ui/views/animation/test/.*ink_drop.*|' \
987 'ui/views/animation/.*ink_drop.*'
988 },
dtapuska1f997a12016-03-14 19:22:07989 'input': {
990 'filepath': 'content/browser/renderer_host/input|'\
991 'content/renderer/input|'\
992 'ui/events/blink/'
993 },
Dominick Ngcaa7b402017-07-11 07:35:39994 'installable': {
995 'filepath': 'chrome/browser/installable/',
996 },
mmoss19826c62014-11-14 21:37:36997 'installer_linux': {
998 'filepath': 'chrome/installer/linux/',
999 },
Greg Thompson4f90fc992017-07-25 19:30:371000 'installer_win': {
1001 'filepath': 'chrome/install_static/'\
Samuel Huang577ef6c2018-03-13 18:19:341002 '|chrome/installer/(?!gcapi_mac/|linux/|mac/)'\
1003 '|components/zucchini/',
Greg Thompson4f90fc992017-07-25 19:30:371004 },
[email protected]56b4b09d32012-07-27 18:28:411005 'instant': {
[email protected]607903d2013-03-25 22:15:471006 'filepath': 'instant|searchbox|'\
1007 'chrome/browser/search/|'\
[email protected]c29b7dae2013-03-25 22:29:131008 'chrome/browser/ui/search/|'\
[email protected]eb99f8e2013-07-10 10:17:391009 'chrome/browser/resources/local_ntp/|'\
[email protected]607903d2013-03-25 22:15:471010 'chrome/common/search_types.*',
[email protected]56b4b09d32012-07-27 18:28:411011 },
edchin46453b42017-03-03 01:40:111012 'ios': {
Sylvain Defresne81467d82017-05-29 09:06:141013 'filepath': 'ios/',
edchin46453b42017-03-03 01:40:111014 },
sdefresne18b47312015-06-18 15:15:091015 'ios_chrome': {
Sylvain Defresne81467d82017-05-29 09:06:141016 'filepath': 'ios/chrome/',
sdefresne18b47312015-06-18 15:15:091017 },
marqa4f135f2017-01-10 12:37:341018 'ios_clean': {
Sylvain Defresne81467d82017-05-29 09:06:141019 'filepath': 'ios/clean/',
marqa4f135f2017-01-10 12:37:341020 },
1021 'ios_showcase': {
Sylvain Defresne81467d82017-05-29 09:06:141022 'filepath': 'ios/showcase/',
marqa4f135f2017-01-10 12:37:341023 },
eugenebutb5a5a8572017-01-20 01:18:111024 'ios_web': {
Sylvain Defresne81467d82017-05-29 09:06:141025 'filepath': 'ios/web(_view)?/',
eugenebutb5a5a8572017-01-20 01:18:111026 },
Johanndfa4d7d2017-12-07 18:05:291027 'libaom': {
1028 'filepath': 'third_party/libaom/',
1029 },
Takeshi Yoshino524e1d262017-07-28 01:16:381030 'libvpx': {
Johanndfa4d7d2017-12-07 18:05:291031 'filepath': 'third_party/libvpx/',
vabraafbd4f32015-11-10 19:30:231032 },
[email protected]a3f777d2014-01-07 23:38:261033 'libwebp': {
1034 'filepath': 'third_party/libwebp'
1035 },
dominiccabb90e02017-03-31 04:54:231036 'libxml_xslt': {
1037 'filepath': 'third_party/libxml/' \
1038 '|third_party/libxslt/',
1039 },
[email protected]04a292a2013-03-07 19:58:421040 'linux_fonts': {
1041 'filepath': 'ui/gfx/font_render_params_.*|'\
deratcd2d6fb2015-02-12 00:10:411042 'ui/gfx/platform_font_linux.*|'\
1043 'ui/gfx/render_text_harfbuzz.*',
[email protected]04a292a2013-03-07 19:58:421044 },
1045 'linux_sandboxing': {
[email protected]f2f0fbb92012-07-14 15:52:491046 'filepath': 'sandbox/linux/',
[email protected]f76c8852012-06-21 16:37:001047 },
[email protected]04a292a2013-03-07 19:58:421048 'linux_seccomp_bpf': {
[email protected]d6a23612012-11-13 20:11:541049 'filepath': 'content/common/sandbox.*linux.cc',
[email protected]f76c8852012-06-21 16:37:001050 },
Takeshi Yoshino524e1d262017-07-28 01:16:381051 'login': {
1052 'filepath': 'chrome/browser/ui/login'
1053 },
lgrey62faed72016-10-11 21:40:391054 'mac': {
lgrey332339b12016-12-05 17:16:401055 'filepath': '(_|/)(cocoa|mac)(_|\.)|/(cocoa|mac)/|^((?!ios\/).)*\.mm?$',
lgrey62faed72016-10-11 21:40:391056 },
mlamourid8b0feb2015-06-02 16:30:471057 'manifest': {
1058 'filepath': 'content/(browser|renderer)/manifest/'\
1059 '|content/public/common/manifest*',
1060 },
James Cook2dc6d042018-04-24 22:00:201061 'mash_buildbot_filters': {
1062 'filepath': 'testing/buildbot/filters/mash.*filter',
1063 },
michaelpg32ca07902015-02-07 00:31:111064 'md_settings': {
michaelpge42ca3b32016-02-19 08:17:571065 'filepath': 'chrome/browser/resources/settings/'\
Dan Beam62f6f8fce2017-06-07 21:23:081066 '|chrome/browser/ui/webui/settings/'\
1067 '|chrome/test/data/webui/settings/',
michaelpg32ca07902015-02-07 00:31:111068 },
[email protected]f76c8852012-06-21 16:37:001069 'media': {
Francois Beaufort9ab59c82017-08-24 13:10:291070 'filepath': 'media|third_party/(ffmpeg|opus|libvpx)'
[email protected]f76c8852012-06-21 16:37:001071 },
mcasasfeedbe42017-03-03 05:23:561072 'media_capture_from_element': {
alancutter40359812017-03-03 08:20:271073 'filepath': 'content/renderer/media_capture_from_element/' \
Blink Reformata30d4232018-04-07 15:31:061074 '|third_party/blink/renderer/modules/mediacapture/' \
Kent Tamuraeb394c72018-04-07 19:14:551075 '|third_party/blink/renderer/platform/exported/web_canvas_capture' \
mcasasfeedbe42017-03-03 05:23:561076 '|third_party/WebKit/LayoutTests/fast/mediacapturefromelement/' \
Kent Tamuraeb394c72018-04-07 19:14:551077 '|third_party/blink/public/platform/web_canvas_capture'
mcasasfeedbe42017-03-03 05:23:561078 },
Tommy Steimel074a1822018-02-07 17:25:441079 'media_controls': {
Blink Reformata30d4232018-04-07 15:31:061080 'filepath': 'third_party/blink/renderer/modules/media_controls/'
Tommy Steimel074a1822018-02-07 17:25:441081 },
[email protected]06dd23172013-06-24 21:04:511082 'media_galleries': {
1083 'filepath': 'chrome/browser/extensions/api/media_galleries/'\
[email protected]06dd23172013-06-24 21:04:511084 '|chrome/browser/media_galleries/'\
1085 '|chrome/browser/storage_monitor/'\
1086 '|chrome/common/media_galleries/'\
Jay Civellicf995502017-09-08 23:59:271087 '|chrome/test/data/extensions/api_test/media_galleries/'
[email protected]06dd23172013-06-24 21:04:511088 },
alokp9e369ea72e2016-06-10 05:41:091089 'media_mojo': {
Xiaohan Wang6cbdcdf2018-06-12 21:55:541090 'filepath': 'media/mojo/'
alokp9e369ea72e2016-06-10 05:41:091091 },
mcasasfeedbe42017-03-03 05:23:561092 'media_recorder': {
alancutter40359812017-03-03 08:20:271093 'filepath': 'content/renderer/media_recorder/' \
Blink Reformata30d4232018-04-07 15:31:061094 '|third_party/blink/renderer/modules/mediarecorder/' \
Kent Tamuraeb394c72018-04-07 19:14:551095 '|third_party/blink/renderer/platform/exported/web_media_recorder' \
mcasasfeedbe42017-03-03 05:23:561096 '|third_party/WebKit/LayoutTests/fast/mediarecorder/' \
Kent Tamuraeb394c72018-04-07 19:14:551097 '|third_party/blink/public/platform/web_media_recorder'
mcasasfeedbe42017-03-03 05:23:561098 },
miu5e69f1c52016-10-23 13:40:111099 'media_remoting': {
1100 'filepath': 'chrome/browser/media/cast_remoting'\
1101 '|media/blink/webmediaplayer_'\
1102 '|media/mojo/interfaces/remoting.mojom'\
1103 '|media/remoting/',
1104 },
kmarshallb698ad4f2015-02-24 19:42:481105 'media_router': {
mfoltz57fd7f32017-05-03 06:12:581106 'filepath': 'chrome/android/(java|junit)/src/org/chromium/chrome/browser/media/router/' \
1107 '|chrome/browser/media/router/' \
kmarshallb698ad4f2015-02-24 19:42:481108 '|chrome/browser/resources/media_router/' \
Takumi Fujimoto4bef2792018-05-03 17:51:551109 '|chrome/browser/ui/media_router/' \
mfoltz57fd7f32017-05-03 06:12:581110 '|chrome/browser/ui/views/media_router/' \
kmarshallb698ad4f2015-02-24 19:42:481111 '|chrome/browser/ui/webui/media_router/' \
Takumi Fujimoto4bef2792018-05-03 17:51:551112 '|chrome/common/media_router/' \
mfoltz57fd7f32017-05-03 06:12:581113 '|chrome/test/data/webui/media_router/' \
1114 '|chrome/test/media_router/' \
1115 '|chrome/utility/media_router/'
kmarshallb698ad4f2015-02-24 19:42:481116 },
Xiaohan Wang6cbdcdf2018-06-12 21:55:541117 'media_win': {
1118 'filepath': 'media/gpu/windows/'
1119 },
fmeawad4582cd22017-03-30 20:59:361120 'memory_coordinator': {
1121 'filepath': 'base/memory/memory_|' \
fmeawadd015b232017-03-31 02:22:451122 'content/browser/memory/|' \
1123 'content/child/memory/'
fmeawad4582cd22017-03-30 20:59:361124 },
[email protected]f76c8852012-06-21 16:37:001125 'message_loop': {
[email protected]f2f0fbb92012-07-14 15:52:491126 'filepath': 'base/message_'
[email protected]f76c8852012-06-21 16:37:001127 },
1128 'metrics': {
[email protected]f2f0fbb92012-07-14 15:52:491129 'filepath': 'base/metrics/'\
asvitkine361b276e2016-08-30 18:45:001130 '|chrome/android/java/src/org/chromium/chrome/browser/metrics/'\
[email protected]f2f0fbb92012-07-14 15:52:491131 '|chrome/browser/metrics/'\
[email protected]f2f0fbb92012-07-14 15:52:491132 '|chrome/browser/chromeos/external_metrics'\
[email protected]b0d594d2014-02-21 03:22:121133 '|chrome/browser/extensions/api/metrics_private/'\
[email protected]f2f0fbb92012-07-14 15:52:491134 '|chrome/browser/ui/webui/metrics_handler'\
asvitkineb7e10302016-01-20 05:17:451135 '|chromecast/browser/metrics/'\
asvitkinee4bad382015-11-05 21:56:451136 '|components/metrics/'\
asvitkineb7e10302016-01-20 05:17:451137 '|components/metrics_services_manager/'\
[email protected]ce6b855a2014-03-12 19:51:391138 '|components/rappor/'\
asvitkinee4bad382015-11-05 21:56:451139 '|components/variations/'\
[email protected]b0d594d2014-02-21 03:22:121140 # Exclude XML files; in particular, histograms.xml.
1141 '|tools/metrics/[^.]*([.](?!xml$).*)?$',
1142 },
1143 'metrics_xml_files': {
1144 # Subscribe to this to watch for changes to histograms.xml.
toyoshim8f51f902015-03-27 03:50:211145 'filepath': 'tools/metrics/.*\.xml$',
1146 },
1147 'midi': {
1148 'filepath': 'midi',
[email protected]f76c8852012-06-21 16:37:001149 },
[email protected]341f218a2013-09-24 22:16:101150 'mojo': {
1151 'filepath': 'mojo',
1152 },
Kyle Horimotoc4d57b122018-02-28 01:17:301153 'multidevice': {
Kyle Horimoto592f64c2018-03-28 23:43:221154 'filepath': 'ash/multidevice_setup/'\
1155 '|chrome/browser/resources/chromeos/multidevice_setup/'\
James Hawkinsf7e517c2018-03-30 21:01:141156 '|chromeos/components/proximity_auth/'\
Kyle Horimoto592f64c2018-03-28 23:43:221157 '|chromeos/services/device_sync/'\
1158 '|chromeos/services/multidevice_setup/'\
1159 '|chromeos/services/secure_channel/'\
James Hawkinsf7e517c2018-03-30 21:01:141160 '|components/cryptauth/'
Kyle Horimotoc4d57b122018-02-28 01:17:301161 },
rjkroegef60dea862015-10-29 17:50:061162 'mus': {
ben6b0453d12016-07-02 04:27:191163 'filepath': 'services/ui/'\
rjkroegef60dea862015-10-29 17:50:061164 '|mojo/gpu/',
1165 },
[email protected]f76c8852012-06-21 16:37:001166 'nacl': {
[email protected]f2f0fbb92012-07-14 15:52:491167 'filepath': 'chrome/nacl/|chrome/test/nacl/|'\
[email protected]193912d2013-09-06 17:41:561168 'chrome/browser/nacl_host/|chrome/common/nacl|'\
1169 'native_client_sdk/src/doc/',
[email protected]f76c8852012-06-21 16:37:001170 },
[email protected]99ddc3d2013-01-22 16:15:331171 'native_client_sdk': {
1172 'filepath': '^native_client_sdk/',
1173 },
[email protected]b9ecdb62014-03-07 14:56:431174 'navigation': {
1175 'filepath': 'content/browser/frame_host|'\
1176 'content/browser/renderer_host/render_process_host.*|'\
1177 'content/browser/renderer_host/render_view_host.*|'\
1178 'content/browser/web_contents/web_contents_impl.*|'\
1179 'content/renderer/render_frame.*|'\
1180 'content/renderer/render_view.*'
1181 },
[email protected]f76c8852012-06-21 16:37:001182 'net': {
[email protected]f2f0fbb92012-07-14 15:52:491183 'filepath': 'net/',
[email protected]f76c8852012-06-21 16:37:001184 },
bnc1872e8bd2017-01-27 02:47:281185 'net_base': {
1186 'filepath': 'net/base/',
1187 },
bnc1872e8bd2017-01-27 02:47:281188 'net_http2': {
1189 'filepath': 'net/http2/',
1190 },
[email protected]f76c8852012-06-21 16:37:001191 'net_log': {
mmenke59e4d8fb42016-06-15 21:15:281192 'filepath': 'net/log/|' \
[email protected]f2f0fbb92012-07-14 15:52:491193 'chrome/browser/net/.*net_log|' \
[email protected]f2f0fbb92012-07-14 15:52:491194 'chrome/browser/resources/net_internals/|' \
mmenke59e4d8fb42016-06-15 21:15:281195 'chrome/browser/ui/webui/net_internals/|' \
Takeshi Yoshino6b30abd2017-07-16 03:34:511196 'components/net_log/'
[email protected]f76c8852012-06-21 16:37:001197 },
Adam Rice027497d2018-07-27 02:17:021198 'net_server': {
1199 'filepath': 'net/server/'
1200 },
bnc1872e8bd2017-01-27 02:47:281201 'net_spdy': {
1202 'filepath': 'net/spdy/',
1203 },
Adam Rice027497d2018-07-27 02:17:021204 'net_websockets': {
1205 'filepath': 'net/websockets/',
1206 },
jkarlin539748402015-03-31 17:36:311207 'netinfo': {
Josh Karlin1bd016742017-08-18 17:44:171208 'filepath': '/netinfo/',
jkarlin539748402015-03-31 17:36:311209 },
Helen Li30f43d8e2018-05-09 16:24:011210 'network_service': {
1211 'filepath': 'services/network/',
1212 },
Vincent Scheibd5da4d952017-11-03 01:33:241213 'nfc': {
1214 'filepath': '/nfc/',
1215 },
peterf4758412014-09-17 15:06:011216 'notifications': {
Peter Beverloo4548c852017-08-31 13:45:171217 'filepath': 'chrome/browser/extensions/api/notifications/|'\
1218 'chrome/browser/notifications/|'\
1219 'chrome/test/data/notifications/|'\
1220 'content/browser/notifications/|'\
Peter Beverloo4548c852017-08-31 13:45:171221 'content/common/platform_notification|'\
1222 'content/public/browser/platform_notification|'\
1223 'content/public/common/platform_notification|'\
1224 'content/renderer/notification_|'\
Xi Chengd47af342018-04-24 02:36:331225 'chrome/notification_helper/|'\
Peter Beverloo4548c852017-08-31 13:45:171226 'third_party/WebKit/LayoutTests/external/wpt/notifications|'\
1227 'third_party/WebKit/LayoutTests/http/tests/notifications|'\
Blink Reformata30d4232018-04-07 15:31:061228 'third_party/blink/renderer/modules/notifications|'\
1229 'third_party/blink/public/platform/modules/notifications|'\
peterf4758412014-09-17 15:06:011230 'ui/message_center/'
1231 },
tbansalc6f1c9f2016-09-30 22:48:421232 'nqe': {
1233 'filepath': 'nqe',
1234 },
mcwilliamsedee5042016-04-05 18:46:451235 'ntp_snippets': {
1236 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk16a37f902016-05-16 15:49:361237 'chrome/android/javatests/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk14c89352016-07-21 13:45:131238 'chrome/android/junit/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk117ffb322017-02-06 12:04:201239 'chrome/android/java/src/org/chromium/chrome/browser/suggestions/|'\
1240 'chrome/android/javatests/src/org/chromium/chrome/browser/suggestions/|'\
mvanouwerkerk538dc0b62016-05-17 14:55:341241 'chrome/browser/android/ntp/ntp_snippets|'\
mcwilliamsedee5042016-04-05 18:46:451242 'chrome/browser/ntp_snippets/|'\
mvanouwerkerk41649732016-05-17 13:37:001243 'chrome/browser/resources/snippets_internals|'\
1244 'chrome/browser/ui/webui/snippets_internals|'\
mcwilliamsedee5042016-04-05 18:46:451245 'components/ntp_snippets/|'\
1246 'chrome/android/java/res/layout/new_tab_page|'\
noyau451e6bb62016-12-23 14:29:041247 'chrome/android/java/res/layout/most_visited|'\
1248 'ios/chrome/browser/ntp_snippets'
mcwilliamsedee5042016-04-05 18:46:451249 },
treib70176c52016-07-08 14:34:191250 'ntp_tiles': {
1251 'filepath': 'chrome/browser/android/ntp/|'\
1252 'chrome/browser/ui/webui/ntp/|'\
1253 'chrome/common/search/ntp|'\
noyau451e6bb62016-12-23 14:29:041254 'components/ntp_tiles/|'\
1255 'ios/chrome/browser/ntp_tiles'
treib70176c52016-07-08 14:34:191256 },
peterb8ec88f82017-03-21 13:29:421257 'offline_items_collection': {
1258 'filepath': 'components/offline_items_collection/',
1259 },
dimichdce3ee492016-04-04 04:20:521260 'offline_pages': {
1261 'filepath': 'components/offline_pages/'\
fgorski329be5b2016-04-19 21:38:111262 '|chrome/browser/android/offline_pages/'\
1263 '|chrome/android/java/src/org/chromium/chrome/browser/offlinepages/'
dimichdce3ee492016-04-04 04:20:521264 },
[email protected]f76c8852012-06-21 16:37:001265 'omnibox': {
jdonnelly6fa5a21d2017-01-03 15:28:351266 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/omnibox/|'\
1267 'chrome/android/javatests/src/org/chromium/chrome/browser/omnibox/|'\
1268 'chrome/browser/autocomplete/|'\
Justin Donnelly0af1472f2017-10-20 15:24:401269 'chrome/browser/ui/location_bar/|'\
jdonnelly6fa5a21d2017-01-03 15:28:351270 'chrome/browser/ui/omnibox/|'\
Justin Donnelly0af1472f2017-10-20 15:24:401271 'chrome/browser/ui/.*/location_bar/|'\
jdonnelly6fa5a21d2017-01-03 15:28:351272 'chrome/browser/ui/.*/omnibox/|'\
1273 'components/omnibox/|'\
1274 'ios/chrome/browser/ui/omnibox/'
[email protected]f76c8852012-06-21 16:37:001275 },
Doug Arnetta94d3ae2017-11-07 00:10:341276 'optimization_guide': {
1277 'filepath': 'optimization_guide|'\
1278 'optimization_hints',
1279 },
chasej6dff9292016-02-02 20:33:121280 'origin_trials': {
Jason Chasedfcd02b2018-08-10 21:07:491281 'filepath': 'origin_trial'\
chasej68b8bbd2017-01-26 19:26:131282 '|OriginTrial'\
1283 '|ConditionalFeature',
chasej6dff9292016-02-02 20:33:121284 },
[email protected]4a2078e2013-07-18 20:40:201285 'ozone': {
[email protected]f93c2c92013-10-31 18:22:441286 'filepath': 'ui/ozone/|'\
[email protected]4b66bf922013-10-28 19:49:431287 'ui/events/ozone/|'\
1288 'ui/gfx/ozone/|'\
[email protected]4a2078e2013-07-18 20:40:201289 'ui/gl/gl_.*egl.*|'\
1290 'ui/gl/gl_.*ozone.*'
1291 },
lgarron9e25c7402017-03-15 04:03:111292 'page_info' : {
1293 'filepath': 'chrome/browser/ui/page_info/'\
1294 '|chrome/browser/ui/.*/page_info/'\
lgarron3428b2d32017-03-21 18:35:191295 '|chrome/android/java/src/org/chromium/chrome/browser/page_info/'\
lgarron6cd116a2017-04-07 19:42:181296 '|components/page_info_strings.grdp'\
Gregory Chatzinoffdf93d692017-09-09 01:32:271297 '|ios/chrome/browser/ui/page_info/'
lgarron6cd116a2017-04-07 19:42:181298 },
csharrison3b1dc4062015-10-19 14:31:081299 'page_load_metrics' : {
bmcquade9f433702016-07-26 23:33:501300 'filepath': 'chrome/browser/page_load_metrics/'\
1301 '|chrome/common/page_load_metrics/'\
1302 '|chrome/renderer/page_load_metrics/'
csharrison3b1dc4062015-10-19 14:31:081303 },
[email protected]f76c8852012-06-21 16:37:001304 'panels': {
[email protected]7cbe5a52012-09-27 02:00:291305 'filepath': 'chrome/browser/ui/panels'\
1306 '|chrome/browser/ui/cocoa/panels'\
[email protected]7cbe5a52012-09-27 02:00:291307 '|chrome/browser/ui/views/panels'
[email protected]f76c8852012-06-21 16:37:001308 },
[email protected]3cc8b3922014-05-05 13:12:081309 'password_manager': {
1310 'filepath': 'chrome/.*/password_'\
1311 '|chrome/browser/ui/passwords'\
1312 '|chrome/browser/ui/views/passwords'\
1313 '|chrome/test/data/password'\
1314 '|components/autofill.*password'
1315 '|components/password_'\
vabrccdb7222016-06-01 14:59:401316 '|^ios/chrome/browser/passwords'\
[email protected]3cc8b3922014-05-05 13:12:081317 },
rouslane8a22262016-10-19 20:49:411318 'payments': {
1319 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/payments'\
1320 '|chrome/android/javatests/src/org/chromium/chrome/browser/payments'\
Rouslan Solomakhin81af4cf2017-06-27 15:23:491321 '|chrome/browser/payments'\
1322 '|chrome/browser/ui/views/payments'\
Mohamad Ahmadi2b452762017-07-18 23:17:151323 '|components/payments/test/data'\
rouslana64ceca2016-10-26 01:10:311324 '|components/payments'\
Rouslan Solomakhin81af4cf2017-06-27 15:23:491325 '|content/browser/payments'\
1326 '|content/test/data/payments'\
1327 '|ios/chrome/browser/payments'\
1328 '|ios/chrome/browser/ui/payments'\
1329 '|ios/web/payments'\
1330 '|ios/web/public/payments'\
1331 '|third_party/WebKit/LayoutTests/external/wpt/payment-request'\
1332 '|third_party/WebKit/LayoutTests/http/tests/payments'\
1333 '|third_party/WebKit/LayoutTests/payments'\
Blink Reformata30d4232018-04-07 15:31:061334 '|third_party/blink/public/platform/modules/payments'\
1335 '|third_party/blink/renderer/modules/payments'
mahmadi0a7bb59f2017-02-22 19:13:491336 },
1337 'payments_ios': {
Rouslan Solomakhin81af4cf2017-06-27 15:23:491338 'filepath': 'ios/web/payments'\
1339 '|ios/chrome/browser/payments'\
1340 '|ios/chrome/browser/ui/payments'\
1341 '|ios/web/public/payments'
rouslane8a22262016-10-19 20:49:411342 },
[email protected]f76c8852012-06-21 16:37:001343 'pepper_api': {
[email protected]b8491b02013-11-13 03:50:581344 'filepath': 'ppapi/api'\
1345 '|ppapi/c',
[email protected]f76c8852012-06-21 16:37:001346 },
mlamourid8b0feb2015-06-02 16:30:471347 'permissions': {
1348 'filepath': 'content/(child,browser)/permissions/'\
1349 '|content/common/permission_*'\
1350 '|content/public/(common,browser)/permission_*'\
1351 '|chrome/browser/permissions/'\
1352 '|chrome/browser/content_settings/permission*'\
1353 '|permission_context',
1354 },
François Beaufortb2070eb2018-02-08 10:36:341355 'picture_in_picture': {
Blink Reformata30d4232018-04-07 15:31:061356 'filepath': 'third_party/blink/renderer/modules/picture_in_picture/'
François Beaufortb2070eb2018-02-08 10:36:341357 },
Lutz Justena67427102018-06-28 08:55:461358 'policy_templates': {
1359 'filepath': 'components/policy/resources/policy_templates.json'
1360 },
michaelpg11fff3f2015-02-06 03:35:341361 'polymer': {
1362 'filepath': 'third_party/polymer/|'\
michaelpgf94a2a22017-03-06 22:35:001363 'third_party/web-animations-js/|'\
dbeam78528be2016-02-18 07:08:491364 'tools/polymer|'\
michaelpg11fff3f2015-02-06 03:35:341365 'ui/webui/resources/polymer_resources.grdp',
1366 },
Charles Harrison981d33c2017-10-06 21:36:221367 'popup_blocker': {
1368 'filepath': 'chrome/browser/ui/blocked_content'
1369 },
twifkak0c69c1f2015-06-22 18:20:091370 'precache': {
1371 'filepath': '[pP]recache'
1372 },
[email protected]be775bc2014-06-30 15:41:141373 'prepopulated_engines': {
1374 'filepath': 'components/search_engines/prepopulated_engines.json',
1375 },
[email protected]f76c8852012-06-21 16:37:001376 'prerender': {
[email protected]78375a52012-07-14 14:47:571377 'filepath': 'prerender'
[email protected]f76c8852012-06-21 16:37:001378 },
mfoltz57fd7f32017-05-03 06:12:581379 'presentation': {
1380 'filepath': 'content/(browser|common|renderer)/presentation/' \
Blink Reformata30d4232018-04-07 15:31:061381 '|third_party/blink/public/platform/modules/presentation/' \
mfoltz57fd7f32017-05-03 06:12:581382 '|third_party/WebKit/LayoutTests/presentation/' \
Blink Reformata30d4232018-04-07 15:31:061383 '|third_party/blink/renderer/modules/presentation/'
mfoltz57fd7f32017-05-03 06:12:581384 },
rbpotter0d9edeed2018-08-03 14:11:581385 'print_preview': {
1386 'filepath': 'chrome/browser/resources/print_preview/' \
1387 '|chrome/browser/ui/webui/print_preview/'
1388 },
peter884896c72015-03-12 14:26:201389 'push_messaging': {
1390 'filepath': 'push_messaging'
1391 },
stkhapugin06503142016-12-07 14:32:121392 'reading_list': {
1393 'filepath': 'components/reading_list|'\
1394 'ios/chrome/browser/reading_list|'\
1395 'ios/chrome/browser/ui/reading_list',
1396 },
[email protected]f76c8852012-06-21 16:37:001397 'remoting': {
sergeyu05995a4f2017-01-24 21:26:011398 'filepath': '^remoting/' \
1399 '|^testing/chromoting'
[email protected]f76c8852012-06-21 16:37:001400 },
gab57e80c72014-12-08 21:06:131401 'rlz_id': {
1402 'filepath' :'rlz/lib/machine_id.cc|'\
1403 'rlz/lib/machine_id.h|'\
1404 'rlz/win/lib/machine_id_win.cc',
1405 },
Joe Medleya129fe32018-01-25 15:20:221406 'runtime_enabled_features': {
Blink Reformata30d4232018-04-07 15:31:061407 'filepath' : 'third_party/blink/renderer/platform/runtime_enabled_features.json5'
Joe Medleya129fe32018-01-25 15:20:221408 },
grt829c6a82014-10-20 09:29:321409 'safe_browsing': {
timvolodine41e95412017-03-14 02:55:341410 'filepath': 'chrome/(browser|common|renderer)/safe_browsing/|'\
1411 'components/safe_browsing/',
grt829c6a82014-10-20 09:29:321412 },
mlamourid8b0feb2015-06-02 16:30:471413 'screen_orientation': {
1414 'filepath': 'screen_orientation',
1415 },
[email protected]0b431722014-01-08 07:21:511416 'service_worker': {
[email protected]edaf31d2014-03-07 00:09:171417 'filepath': 'content/(browser|renderer|child|common)/service_worker/',
[email protected]0b431722014-01-08 07:21:511418 },
Colin Blundell6d2669a2017-07-11 06:26:531419 'services_public': {
1420 'filepath': 'services/([^/]*/)*public/',
1421 },
alitoc5534d62017-04-21 01:48:581422 'settings_reset_prompt': {
1423 'filepath': 'chrome/browser/safe_browsing/settings_reset_prompt/'\
1424 '|chrome/browser/ui/views/settings_reset_prompt',
1425 },
dominickn8884155a2016-06-23 02:28:161426 'site_engagement': {
1427 'filepath': 'chrome/browser/engagement/|'\
1428 'chrome/browser/ui/webui/engagement/',
1429 },
[email protected]f76c8852012-06-21 16:37:001430 'site_instance': {
[email protected]f2f0fbb92012-07-14 15:52:491431 'filepath': 'content/browser/site_instance|'\
1432 'content/browser/browsing_instance',
[email protected]f76c8852012-06-21 16:37:001433 },
Zentaro Kavanagh608f8a12018-01-19 18:39:561434 'smb': {
1435 'filepath': 'chrome/browser/chromeos/file_system_provider'\
1436 '|chrome/browser/chromeos/smb_client'\
1437 '|chromeos/dbus/fake_smb_provider_client'\
1438 '|chromeos/dbus/smb_provider_client',
1439 },
Joe Medleya129fe32018-01-25 15:20:221440 'source_idls': {
Joe Medleyf7671752018-04-13 14:34:501441 'filepath': 'third_party/blink/renderer/(core|modules|platform)/.*\.idl',
Joe Medleya129fe32018-01-25 15:20:221442 },
[email protected]ad0295d2012-10-11 23:43:361443 'spellcheck': {
1444 'filepath': 'chrome/browser/spellchecker/'\
timvolodine8cdb94c2016-09-22 12:17:221445 '|chrome/browser/renderer_context_menu/spelling_'\
1446 '|components/spellcheck/'\
1447 '|third_party/hunspell/'\
1448 '|third_party/hunspell_dictionaries/',
[email protected]ad0295d2012-10-11 23:43:361449 },
Greg Thompson9ea091702018-01-04 11:06:321450 'startup': {
1451 'filepath': 'chrome/browser/ui/startup/',
1452 },
[email protected]67f39af2013-08-23 20:06:051453 'streams': {
1454 'filepath': 'content/browser/streams/',
1455 },
vmpstrcc1c08302015-11-18 06:05:511456 'styleguide': {
1457 'filepath': '^styleguide/',
1458 },
engedye7b734da2017-02-07 12:08:131459 'subresource_filter': {
Charles Harrisonfb3eac92017-06-26 21:26:021460 'filepath': 'subresource_filter|SubresourceFilter|url_pattern_index',
engedye7b734da2017-02-07 12:08:131461 },
[email protected]43d33e92014-07-14 16:39:311462 'supervised_users': {
1463 'filepath': 'chrome/browser/.*managed_mode'\
1464 '|chrome/browser/.*managed_user'\
1465 '|chrome/browser/.*supervised_user',
1466 },
[email protected]f76c8852012-06-21 16:37:001467 'sync': {
maxboguefa217942016-04-01 01:08:131468 'filepath': '^chrome/android/sync_shell/'\
1469 '|^chrome/browser/ui/sync/'\
1470 '|^chrome/browser/ui/views/sync/'\
1471 '|^chrome/test/android/javatests/src/org/chromium/chrome/test/util/browser/sync/'\
1472 '|^ios/chrome/browser/sync/'\
1473 '|^chrome/android/java/src/org/chromium/chrome/browser/sync/'\
1474 '|^chrome/browser/sync/'\
1475 '|^components/browser_sync/'\
Max Boguefef332d2016-07-28 22:09:091476 '|^components/sync/'\
maxboguefa217942016-04-01 01:08:131477 '|^components/sync_bookmarks/'\
Max Boguefef332d2016-07-28 22:09:091478 '|^components/sync_sessions/',
[email protected]f76c8852012-06-21 16:37:001479 },
[email protected]92871a102013-07-01 11:11:411480 'syncfs': {
1481 'filepath': 'sync_file_system',
1482 },
miu5e69f1c52016-10-23 13:40:111483 'tab_alert_indicators': {
1484 'filepath': 'content/browser/media/audio_stream_monitor'\
1485 '|chrome/browser/ui/cocoa/tabs/alert_indicator_button'\
1486 '|chrome/browser/ui/cocoa/tabs/tab_controller\.mm'\
1487 '|chrome/browser/ui/tabs/tab_utils'\
1488 '|chrome/browser/ui/views/tabs/alert_indicator_button'\
1489 '|chrome/browser/ui/views/tabs/tab\.cc'\
1490 '|chrome/browser/ui/views/tabs/tab_renderer_data'\
1491 '|media/audio/audio_(output_controller|power_monitor)',
1492 },
[email protected]82d74152013-07-28 08:55:311493 'tab_capture': {
Adam Parker83a488462017-12-22 00:26:481494 'filepath': 'chrome/browser/extensions/api/tab_capture/'\
miu5e69f1c52016-10-23 13:40:111495 '|chrome/renderer/resources/extensions/tab_capture_custom_bindings.js'\
[email protected]31ef420b2014-08-13 21:19:131496 '|chrome/test/data/extensions/api_test/tab_capture/'\
Adam Parker83a488462017-12-22 00:26:481497 '|components/viz/common/(frame_sinks/copy_output_|gl_helper|yuv_)'\
1498 '|components/viz/service/display/'\
1499 '|components/viz/service/frame_sinks/(frame_sink_manager'\
1500 '|video_capture/)'\
[email protected]31ef420b2014-08-13 21:19:131501 '|content/browser/media/capture/'\
[email protected]31ef420b2014-08-13 21:19:131502 '|content/browser/renderer_host/media/(audio_'\
1503 '|media_stream_manager|video_)'\
miu5e69f1c52016-10-23 13:40:111504 '|content/public/renderer/media_stream_'\
1505 '|content/renderer/media/(media_stream|(.+audio_source))'\
[email protected]31ef420b2014-08-13 21:19:131506 '|media/audio/(audio_output_controller|fake_audio_|virtual_audio_)'\
1507 '|media/base/video_frame\.h'\
Adam Parker83a488462017-12-22 00:26:481508 '|media/capture/'\
1509 '|services/viz/privileged/interfaces/compositing/frame_sink',
[email protected]82d74152013-07-28 08:55:311510 },
[email protected]f76c8852012-06-21 16:37:001511 'tab_contents': {
[email protected]f2f0fbb92012-07-14 15:52:491512 'filepath': 'chrome/browser/tab_contents/|'\
1513 'content/browser/tab_contents/|'\
1514 'chrome/browser/ui/tab_contents/',
[email protected]f76c8852012-06-21 16:37:001515 },
tdresserd80646f2017-03-03 19:26:081516 'tbmv2_metrics': {
1517 'filepath': 'third_party/catapult/tracing/tracing/metrics'
1518 },
[email protected]5e105332012-09-13 01:55:521519 'tcmalloc': {
1520 'filepath': 'third_party/tcmalloc'
1521 },
[email protected]31a10602012-11-21 01:51:261522 'telemetry': {
nednguyen79105d422016-04-18 01:38:421523 'filepath': 'tools/perf/'
[email protected]31a10602012-11-21 01:51:261524 },
Takeshi Yoshino524e1d262017-07-28 01:16:381525 'test_runner': {
1526 'filepath': 'components/test_runner/' \
1527 '|content/shell/(common|browser|renderer)/layout_test/' \
1528 '|content/test/layouttest_support.cc' \
1529 '|content/public/test/layouttest_support.h' \
1530 },
[email protected]f76c8852012-06-21 16:37:001531 'tests': {
[email protected]f2f0fbb92012-07-14 15:52:491532 'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/',
[email protected]0cde05a02011-11-30 23:36:521533 },
jlkleinecc81952016-11-19 00:16:071534 'tether': {
Kyle Horimoto592f64c2018-03-28 23:43:221535 'filepath': 'chrome/browser/chromeos/tether/'\
1536 '|chrome/browser/ui/ash/network/tether*'\
jlkleinecc81952016-11-19 00:16:071537 '|chromeos/components/tether/'\
Kyle Horimoto592f64c2018-03-28 23:43:221538 '|components/cryptauth/'\
1539 '|components/proximity_auth/logging'
jlkleinecc81952016-11-19 00:16:071540 },
[email protected]1cbbb30b2011-10-14 08:03:561541 'textinput': {
Yuichiro Hanadaf0b3b472017-10-17 07:00:531542 'filepath': 'chrome/browser/ui/input_method'\
[email protected]f2f0fbb92012-07-14 15:52:491543 '|content/browser/renderer_host/render_widget_host_view'\
1544 '|content/browser/renderer_host/text_input'\
1545 '|ui/base/ime/'\
[email protected]f2f0fbb92012-07-14 15:52:491546 '|ui/views/controls/textfield/'\
Yuichiro Hanadaf0b3b472017-10-17 07:00:531547 '|ui/wm/core/ime'
[email protected]1cbbb30b2011-10-14 08:03:561548 },
[email protected]3a117c62011-11-29 04:28:021549 'textinput_chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:491550 'filepath': 'chrome/browser/chromeos/input_method/'\
1551 '|chrome/browser/chromeos/extensions/input_method'\
1552 '|chrome/browser/chromeos/status/input_method'\
1553 '|chrome/browser/extensions/extension_input_'\
1554 '|chrome/browser/resources/keyboard'\
[email protected]f2f0fbb92012-07-14 15:52:491555 'chromeos/.*(language|keyboard)'\
[email protected]6bd9e802013-04-18 06:40:421556 '|chromeos/ime/*'
[email protected]3a117c62011-11-29 04:28:021557 },
chirantan96fcf6d2015-01-21 22:36:191558 'timers': {
1559 'filepath': 'base/timer/'\
1560 '|components/timers/'
1561 },
robliaofd54b5c2017-01-13 00:41:301562 'tools_win_chromeexts': {
1563 'filepath': 'tools/win/chromeexts',
1564 },
AJITH KUMAR V4f0c4812018-03-27 13:46:571565 'touch_selection': {
1566 'filepath': 'ui/touch_selection/'\
1567 '|content/public/android/java/src/org/chromium/content/browser/selection/'
1568 },
[email protected]c8eb7f72013-07-04 15:30:111569 'tracing': {
1570 'filepath': 'base/debug/trace_event.*'\
primianobef13b42015-01-30 15:29:311571 '|base/trace_event/'\
[email protected]c8eb7f72013-07-04 15:30:111572 '|content/browser/tracing/'\
Oystein Eftevaag6410f1a2018-03-01 18:06:301573 '|components/tracing/'\
1574 '|services/tracing/'
[email protected]c8eb7f72013-07-04 15:30:111575 },
[email protected]cf428f732012-10-02 20:48:151576 'ui_compositor': {
1577 'filepath': 'ui/compositor/layer\.|'\
1578 'ui/compositor/layer_unittest|'\
1579 'ui/compositor/compositor',
1580 },
robliao2c4b7492016-07-19 01:57:261581 'ui_display_win': {
1582 'filepath': '^ui/display/win',
1583 },
[email protected]6b5093c2012-05-23 19:10:181584 'ui_resources': {
[email protected]f2f0fbb92012-07-14 15:52:491585 'filepath': 'ui/resources/'\
1586 '|ui/base/native_theme/resources/'\
1587 '|chrome/app/theme/'
[email protected]6b5093c2012-05-23 19:10:181588 },
edwardjung83f52ef22017-02-07 13:15:071589 'ui_strings': {
1590 'filepath': 'chrome/app/generated_resources.grd'\
1591 '|chrome/app/google_chrome_strings.grd'\
1592 '|chrome/android/java/strings/android_chrome_strings.grd'\
1593 '|chrome/app/settings_strings.grdp'\
1594 '|ios/chrome/app/strings/ios(_.+)*_strings.grd'\
1595 '|ui/strings/ui_strings.grd',
1596 },
Vincent Scheibd5da4d952017-11-03 01:33:241597 'usb': {
1598 'filepath': '/usb/',
1599 },
Hirokazu Hondaf98a3122018-04-12 11:19:481600 'v4l2': {
1601 'filepath': 'media/gpu/v4l2',
1602 },
Miguel Casas-Sancheza65d49a2017-12-11 03:27:481603 'vaapi': {
1604 'filepath': 'media/gpu/vaapi',
1605 },
[email protected]c73ec8ab2014-01-16 20:35:231606 'version_assembly': {
1607 'filepath': 'chrome/app/version_assembly',
1608 },
posciak62a72272016-05-11 08:31:241609 'video': {
1610 'filepath': 'content/browser/renderer_host/media/|'\
1611 'content/renderer/media/|'\
1612 'media/capture/video/|'\
1613 'media/filters/|'\
1614 'media/gpu/|'\
1615 '.*video.*',
1616 },
mcasas09e881c2016-04-09 02:09:501617 'video_capture': {
1618 'filepath': 'chrome/browser/media/.*(capture|media|webrtc)'\
1619 '|content/browser/renderer_host/media/.*(capture|media)'\
1620 '|content/renderer/media/.*(capture|media|webrtc)'\
1621 '|media/capture/'\
chfremer2a01a69b2017-01-06 02:39:011622 '|media/muxers/'\
1623 '|services/video_capture/',
mcasas09e881c2016-04-09 02:09:501624 },
Alexandre Courbot3e9e55a2018-04-05 05:29:421625 'video_gpu': {
1626 'filepath': 'content/renderer/media/|'\
1627 'media/capture/video/|'\
1628 'media/gpu/',
1629 },
[email protected]f76c8852012-06-21 16:37:001630 'views': {
1631 # Applies to all files and subdirs within this directory.
[email protected]f2f0fbb92012-07-14 15:52:491632 'filepath': '^ui/views/',
[email protected]f76c8852012-06-21 16:37:001633 },
[email protected]ef514a32014-02-26 01:02:351634 'virtual_keyboard': {
1635 'filepath': 'ui/keyboard/'\
oka47452c22017-02-17 05:07:571636 '|chrome/test/data/chromeos/virtual_keyboard/'\
1637 '|extensions/browser/api/virtual_keyboard_private/'\
James Cooka35a1e22017-04-08 02:33:081638 '|ash/system/virtual_keyboard/'\
oka47452c22017-02-17 05:07:571639 '|ash/virtual_keyboard',
[email protected]ef514a32014-02-26 01:02:351640 },
billorr3c7e1442016-11-11 21:21:351641 'virtual_reality': {
David Dorwina4a2b73c2018-05-18 22:39:561642 # Includes VR, AR, and XR.
Michael Thiessena7bec5b2018-07-12 19:10:041643 'filepath': '/vr/'\
David Dorwina4a2b73c2018-05-18 22:39:561644 '|/xr'\
1645 '|third_party/arcore'\
1646 '|third_party/gvr'\
1647 '|third_party/libovr'\
1648 '|third_party/openvr',
billorr3c7e1442016-11-11 21:21:351649 },
Vincent Scheibd5da4d952017-11-03 01:33:241650 'wake_lock': {
1651 'filepath': 'wake_lock',
1652 },
Devin Mullins4ff9b282018-03-09 00:37:321653 'web_package': {
1654 'filepath': 'content/browser/loader/prefetch_url_loader'\
1655 '|content/browser/web_package/'\
Kunihiko Sakamotoba390852018-07-11 01:08:551656 '|content/test/data/sxg/'
Devin Mullins4ff9b282018-03-09 00:37:321657 },
Matt Giuca9eb910d2017-08-02 04:07:381658 'web_share': {
1659 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/webshare/'\
1660 '|chrome/android/javatests/src/org/chromium/chrome/browser/WebShare.*'\
1661 '|chrome/browser/ui/views/webshare/'\
1662 '|chrome/browser/webshare/'\
1663 '|third_party/WebKit/LayoutTests/webshare/'\
1664 '|third_party/WebKit/LayoutTests/external/wpt/web-share/'\
Blink Reformata30d4232018-04-07 15:31:061665 '|third_party/blink/public/platform/modules/webshare/'\
1666 '|third_party/blink/renderer/modules/webshare/',
Matt Giuca9eb910d2017-08-02 04:07:381667 },
Martin Kreichgauer794a18572018-07-20 20:45:431668 'webauthn': {
1669 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/webauth/'\
1670 '|chrome/android/javatests/src/org/chromium/chrome/browser/webauth/'\
1671 '|chrome/browser/webauthn/'\
1672 '|chrome/browser/ui/webauthn/'\
1673 '|chrome/browser/ui/views/webauthn/'\
1674 '|content/browser/webauth/'\
1675 '|device/fido/'\
1676 '|third_party/blink/public/platform/modules/webauth/',
1677 },
Corentin Wallez3f1d0852018-07-04 15:45:361678 'webgpu': {
1679 'filepath': 'third_party/blink/renderer/modules/webgpu/',
1680 },
Takeshi Yoshinoe387aa32017-08-02 13:16:131681 'webrtc_browser_tests': {
1682 'filepath': 'chrome/browser/media/.*webrtc.*browsertest|'\
1683 'content/browser/media/.*webrtc.*browsertest',
1684 },
[email protected]208879542012-07-05 11:15:341685 'website_settings': {
[email protected]f2f0fbb92012-07-14 15:52:491686 'filepath': 'chrome/browser/content_settings/'\
1687 '|chrome/browser/ui/views/website_settings/'\
1688 '|chrome/browser/ui/website_settings/'\
mukai077089f2014-09-11 18:41:521689 '|chrome/common/content_settings'\
1690 '|components/content_settings/',
[email protected]208879542012-07-05 11:15:341691 },
[email protected]b17d9e02014-07-29 09:45:501692 'windows_sandboxing': {
1693 'filepath': 'sandbox/win/',
1694 },
[email protected]f76c8852012-06-21 16:37:001695 'x11': {
[email protected]f2f0fbb92012-07-14 15:52:491696 'filepath': 'content/browser/renderer_host/backing_store_x\.' \
1697 '|chrome/browser/chromeos/input_method/xkeyboard\.' \
1698 '|chrome/browser/chromeos/system_key_event_listener\.' \
[email protected]f76c8852012-06-21 16:37:001699 '|chrome/browser/chromeos/'\
[email protected]f2f0fbb92012-07-14 15:52:491700 'xinput_hierarchy_changed_event_listener\.' \
1701 '|chrome/browser/chromeos/wm_' \
1702 '|ui/base/x/'
[email protected]0d710852012-05-24 01:18:401703 },
wjmaclean3ff6a402015-03-31 19:00:201704 'zoom': {
1705 'filepath': 'chrome/browser/ui/zoom/' \
1706 '|components/ui/zoom/' \
1707 '|content/browser/host_zoom_*' \
1708 '|content/browser/storage_partition_impl*' \
1709 '|content/public/browser/host_zoom_map.h' \
1710 '|content/public/browser/storage_partition.h'
1711 },
[email protected]a3838612009-10-13 21:57:541712 },
[email protected]ca872e362011-07-12 21:06:031713
pennymac962d190432016-07-27 00:58:351714 ##############################################################################
1715 # Please keep alphabetical
1716 ##############################################################################
[email protected]a3838612009-10-13 21:57:541717 'WATCHLISTS': {
Joe Medley1e1bb652018-04-27 17:36:591718 'about_flags': ['[email protected]',
1719 '[email protected]'],
mazda6471d0e2015-10-02 06:32:551720 'accelerator_table': ['[email protected]',
[email protected]f76c8852012-06-21 16:37:001721 '[email protected]'],
dmazzoni5f4b7f12015-02-17 16:35:571722 'accessibility': ['[email protected]',
Aaron Leventhal978557022017-06-09 15:39:411723 '[email protected]',
dmazzoni5f4b7f12015-02-17 16:35:571724 '[email protected]',
dougtcd8ac01d2017-03-24 16:23:401725 '[email protected]',
[email protected]f76c8852012-06-21 16:37:001726 '[email protected]',
je_julie.kima170bac2015-05-06 14:57:541727 '[email protected]',
Katie Dektara52038e42017-12-06 21:00:311728 '[email protected]',
dmazzoni5f4b7f12015-02-17 16:35:571729 '[email protected]',
[email protected]f76c8852012-06-21 16:37:001730 '[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:261731 'add_to_homescreen': ['[email protected]',
Xi Han50f523a1d2017-07-19 15:56:111732 '[email protected]',
F07b660412017-08-01 20:53:061733 '[email protected]'],
asvitkine361b276e2016-08-30 18:45:001734 'android_crash_reporting': ['[email protected]'],
johnmaguire6aaac7902016-03-15 12:28:201735 'android_crazy_linker': ['[email protected]'],
dfalcantaraef21e9e2016-01-07 01:16:261736 'android_infobars': ['[email protected]'],
agrieve4d9c1c52016-09-23 17:49:381737 'android_infra': ['[email protected]',
Eric Stevenson1a03deb2018-06-22 20:40:131738 '[email protected]',
Andrew Grieve5babdbfc2017-08-16 01:26:491739 '[email protected]'],
Takeshi Yoshino524e1d262017-07-28 01:16:381740 'android_item_chooser_dialogs': ['[email protected]',
1741 '[email protected]'],
lizebf34f69b2016-03-30 16:08:531742 'android_loading': ['[email protected]',
drogere76b5632016-03-31 14:14:411743 '[email protected]'],
Daniele Castagna7c829d692018-02-12 16:09:081744 'android_media': ['[email protected]'],
Ted Choc042d8442018-03-13 16:35:571745 'android_search_widget': ['[email protected]',
1746 '[email protected]'],
nyquistf602bd02017-02-16 23:17:441747 'android_studio': ['[email protected]',
1748 '[email protected]'],
Daniele Castagna7c829d692018-02-12 16:09:081749 'android_tab': ['[email protected]'],
asvitkine361b276e2016-08-30 18:45:001750 'android_uma_settings': ['[email protected]',
1751 '[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:261752 'android_webapk': ['[email protected]'],
[email protected]7ca78dc12012-09-20 09:26:441753 'android_webview': ['[email protected]'],
Yi Guc1c54682018-07-23 12:00:001754 'animation_worklet': ['[email protected]',
1755 '[email protected]'],
Matt Giuca9eb910d2017-08-02 04:07:381756 'app_list': ['[email protected]'],
Dominick Ngdd2f0112018-07-18 01:41:551757 'app_shortcuts': ['[email protected]',
1758 '[email protected]',
Matt Giuca9eb910d2017-08-02 04:07:381759 '[email protected]'],
pennymac962d190432016-07-27 00:58:351760 'apps': ['[email protected]',
Dominick Ngfe197c752018-07-18 00:51:261761 '[email protected]',
pennymac962d190432016-07-27 00:58:351762 '[email protected]'],
lhchavez4b19176f2016-05-04 23:12:461763 'arc': ['[email protected]',
hidehiko49f0b7c2016-05-24 10:59:471764 '[email protected]',
lhchavez4b19176f2016-05-04 23:12:461765 '[email protected]',
victorhsieh52feccd2017-02-27 18:27:021766 '[email protected]',
Junichi Uekawa38d20c12018-03-22 03:31:301767 '[email protected]',
1768 '[email protected]'],
lhchavez61532c92016-10-18 21:33:371769 'arc_auth': ['[email protected]'],
Shuhei Takahashiaf68cff2017-07-24 05:17:121770 'arc_fileapi': ['[email protected]'],
poromov7633f602017-02-21 16:44:011771 'arc_kiosk': ['[email protected]'],
lhchavez4b19176f2016-05-04 23:12:461772 'arc_net': ['[email protected]',
1773 '[email protected]',
1774 '[email protected]'],
ejcarusoa298ec02016-06-16 20:30:431775 'arc_power': ['[email protected]'],
Hirokazu Hondaf98a3122018-04-12 11:19:481776 'arc_video_accelerator': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351777 'ash': ['[email protected]',
1778 '[email protected]'],
Xiaohui Chenf7e70a22018-02-08 00:36:381779 'assistant': ['[email protected]'],
Max Morin2b0206312018-04-06 11:17:401780 'audio_service': ['[email protected]',
1781 '[email protected]',
1782 '[email protected]'],
pennymac962d190432016-07-27 00:58:351783 'aura': ['[email protected]',
1784 '[email protected]'],
[email protected]c3a6e1e72013-08-02 00:13:071785 'aura_compositor': ['[email protected]',
1786 '[email protected]',
pennymac962d190432016-07-27 00:58:351787 '[email protected]',
danakj3695c582016-10-26 21:54:431788 '[email protected]'],
Jared Saul4765c1e2018-06-18 13:44:571789 'autofill': ['[email protected]',
1790 '[email protected]',
sebsg55d59d82018-06-19 18:29:521791 '[email protected]',
sebsgbbfbea02016-10-24 21:54:591792 '[email protected]',
Anthony Vallee-Dubois866affd22018-03-19 15:13:211793 '[email protected]',
Jared Saul4765c1e2018-06-18 13:44:571794 '[email protected]',
Tommy Martino7e7d74082018-04-09 19:25:051795 '[email protected]',
Jared Saul4765c1e2018-06-18 13:44:571796 '[email protected]'],
Mathias Carlenc61d8072018-08-21 16:18:241797 'autofill_assistant': ['[email protected]'],
Jared Saul4765c1e2018-06-18 13:44:571798 'autofill_credit_cards': ['[email protected]'],
Dan Elphick08d1fd42018-04-26 10:22:331799 'background_fetch': ['[email protected]',
Mugdha Lakhani6876ba12018-04-06 13:12:281800 '[email protected]',
Dan Elphick08d1fd42018-04-26 10:22:331801 '[email protected]'],
Jason Chasedfcd02b2018-08-10 21:07:491802 'background_sync': ['[email protected]',
pennymac962d190432016-07-27 00:58:351803 '[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:261804 'banners': ['[email protected]',
Xi Han50f523a1d2017-07-19 15:56:111805 '[email protected]',
F07b660412017-08-01 20:53:061806 '[email protected]'],
Takeshi Yoshino524e1d262017-07-28 01:16:381807 'base': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:191808 'base_allocator': ['[email protected]',
[email protected]b17d9e02014-07-29 09:45:501809 '[email protected]'],
[email protected]1ed5e0fd2012-07-19 00:19:051810 'base_memory': ['[email protected]'],
Alexander Timin864bf8a02018-03-12 11:06:281811 'base_scheduler': ['[email protected]'],
robliao1644d8b2016-04-11 15:39:591812 'base_task_scheduler': ['[email protected]',
1813 '[email protected]',
1814 '[email protected]'],
pennymac962d190432016-07-27 00:58:351815 'base_win': ['[email protected]',
Robert Liao27a2fa12017-10-20 18:34:481816 '[email protected]',
pennymac962d190432016-07-27 00:58:351817 '[email protected]'],
[email protected]7e093d4022014-06-26 19:19:551818 'battery_status': ['[email protected]'],
wnwen72684762017-03-29 13:28:371819 'binary_size': ['[email protected]',
1820 '[email protected]',
1821 '[email protected]'],
pennymac962d190432016-07-27 00:58:351822 'blink': ['[email protected]'],
1823 'blink_accessibility': ['[email protected]',
1824 '[email protected]',
dougtcd8ac01d2017-03-24 16:23:401825 '[email protected]',
horo8e9a01572016-07-27 06:05:311826 '[email protected]',
pennymac962d190432016-07-27 00:58:351827 '[email protected]'],
1828 'blink_animation': ['[email protected]',
1829 '[email protected]',
1830 '[email protected]',
1831 '[email protected]',
1832 '[email protected]'],
1833 'blink_app_banner': ['[email protected]'],
1834 'blink_audio': ['[email protected]',
1835 '[email protected]'],
1836 'blink_battery_status': ['[email protected]',
1837 '[email protected]'],
pennymac962d190432016-07-27 00:58:351838 'blink_bindings': ['[email protected]'],
jbroman9ac2d532016-09-01 18:20:081839 'blink_bindings_serialization': ['[email protected]'],
Conley Owensd744e392018-04-24 19:18:571840 'blink_bluetooth': ['[email protected]',
Vincent Scheibf01b55ff22018-01-10 21:05:061841 '[email protected]'],
Fernando Serboncinife13f9d2018-08-14 13:35:541842 'blink_canvas': [ '[email protected]',
1843 '[email protected]'],
pennymac962d190432016-07-27 00:58:351844 'blink_client_hints': ['[email protected]'],
1845 'blink_clipboard': ['[email protected]'],
Kinuko Yasuda4a342642018-03-01 09:29:551846 'blink_common': ['[email protected]',
1847 '[email protected]'],
Kentaro Hara993b0de2017-08-07 02:26:371848 'blink_controller': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351849 'blink_css': ['[email protected]',
1850 '[email protected]',
danakjc1e13d4e2018-05-04 21:34:421851 '[email protected]'],
pennymac962d190432016-07-27 00:58:351852 'blink_css_flexbox': ['[email protected]'],
Morten Stenshorne4f1b3022017-11-14 12:05:371853 'blink_css_fragmentation_tests': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351854 'blink_css_grid_layout': ['[email protected]',
horo8e9a01572016-07-27 06:05:311855 '[email protected]',
pennymac962d190432016-07-27 00:58:351856 '[email protected]'],
Dimitri Glazkov33286c62017-12-08 23:34:251857 'blink_custom_elements': ['[email protected]'],
Oksana Zhuravlova5e236ec92018-07-25 00:16:031858 'blink_device_orientation': ['[email protected]',
1859 '[email protected]',
1860 '[email protected]',
pennymac962d190432016-07-27 00:58:351861 '[email protected]'],
1862 'blink_devtools': ['[email protected]',
1863 '[email protected]',
1864 '[email protected]',
1865 '[email protected]',
1866 '[email protected]',
lushnikovc5bd7ca2016-07-27 17:19:391867 '[email protected]'],
pennymac962d190432016-07-27 00:58:351868 'blink_dom': ['[email protected]',
danakjc1e13d4e2018-05-04 21:34:421869 '[email protected]'],
Hayato Ito5fc828c2017-07-05 08:02:321870 'blink_dom_events': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351871 'blink_events': ['[email protected]',
pennymac962d190432016-07-27 00:58:351872 '[email protected]',
1873 '[email protected]'],
1874 'blink_fetch': ['[email protected]',
1875 '[email protected]',
Takeshi Yoshino9d7588a32017-07-31 07:17:341876 '[email protected]'],
pennymac962d190432016-07-27 00:58:351877 'blink_fileapi': ['[email protected]',
1878 '[email protected]',
1879 '[email protected]'],
haraken98d0827a2017-02-27 00:55:191880 'blink_frames': ['[email protected]'],
Mounir Lamouria33886c2018-02-07 10:00:371881 'blink_geolocation': ['[email protected]'],
Nico Weberb6975cc2018-06-19 10:51:451882 'blink_heap': ['[email protected]',
pennymac962d190432016-07-27 00:58:351883 '[email protected]',
1884 '[email protected]'],
Dimitri Glazkov33286c62017-12-08 23:34:251885 'blink_html': ['[email protected]'],
csharrisonf357e9632016-07-29 01:27:221886 'blink_htmlparser': ['[email protected]',
1887 '[email protected]'],
pennymac962d190432016-07-27 00:58:351888 'blink_indexed_db': ['[email protected]',
1889 '[email protected]'],
1890 'blink_input': ['[email protected]',
Navid Zolghadrf7ac0562018-08-02 21:43:161891 '[email protected]'],
pennymac962d190432016-07-27 00:58:351892 'blink_layers': ['[email protected]'],
1893 'blink_layout': ['[email protected]',
1894 '[email protected]',
pennymac962d190432016-07-27 00:58:351895 '[email protected]',
1896 '[email protected]',
1897 '[email protected]'],
Ojan Vafai1fa1ec52018-04-11 17:56:401898 'blink_layout_ng': ['[email protected]',
atotic30c8eba2016-10-28 13:24:071899 '[email protected]',
dgroganf9744ea2017-01-18 23:23:261900 '[email protected]',
lchoi2ba79a72017-05-25 00:23:051901 '[email protected]',
Xiaocheng Hu8bd4d8072017-10-25 23:44:321902 '[email protected]',
1903 '[email protected]'],
pennymac962d190432016-07-27 00:58:351904 'blink_loader': ['[email protected]',
1905 '[email protected]',
Takeshi Yoshinoab2ce8562017-11-09 05:19:191906 '[email protected]'],
pennymac962d190432016-07-27 00:58:351907 'blink_media': ['[email protected]',
1908 '[email protected]',
srirama.mdec4f512016-09-06 08:22:191909 '[email protected]',
1910 '[email protected]'],
pennymac962d190432016-07-27 00:58:351911 'blink_media_queries': ['[email protected]',
1912 '[email protected]'],
mcasas9558316b2017-03-10 18:57:311913 'blink_mediastream': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351914 'blink_modules': ['[email protected]'],
1915 'blink_navigator_content_utils': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351916 'blink_out_of_process_frames': ['[email protected]',
1917 '[email protected]'],
pennymac962d190432016-07-27 00:58:351918 'blink_paint' : ['[email protected]',
chrishtr4030de342016-10-03 23:57:591919 '[email protected]'],
Xida Chen0ef92782018-01-17 05:53:351920 'blink_paintworklet' : ['[email protected]'],
panickere9ffa3f2017-04-10 18:26:061921 'blink_performance_timing': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351922 'blink_permissions': ['[email protected]'],
kinukoc462adb2016-12-22 12:58:491923 'blink_platform': ['[email protected]'],
ajumabd2c9c22017-05-01 21:29:501924 'blink_platform_graphics': ['[email protected]',
pennymac962d190432016-07-27 00:58:351925 '[email protected]',
1926 '[email protected]',
1927 '[email protected]',
fmalita9710b732017-02-17 05:10:021928 '[email protected]',
Justin Novosad5966c962018-07-25 19:02:281929 '[email protected]',
pennymac962d190432016-07-27 00:58:351930 '[email protected]',
pennymac962d190432016-07-27 00:58:351931 '[email protected]'],
Takeshi Yoshino524e1d262017-07-28 01:16:381932 'blink_preloadScanner': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351933 'blink_prerender': ['[email protected]',
1934 '[email protected]'],
Dimitri Glazkov33286c62017-12-08 23:34:251935 'blink_public_api': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351936 'blink_quota': ['[email protected]',
1937 '[email protected]',
1938 '[email protected]'],
Alexander Timin864bf8a02018-03-12 11:06:281939 'blink_scheduler': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351940 'blink_screen_orientation': ['[email protected]'],
Kouhei Ueno43382932017-05-30 04:43:571941 'blink_script': ['[email protected]',
Takayoshi Kochi57997382018-07-19 03:57:591942 '[email protected]'],
David Bokan9dc0046272017-12-29 00:28:011943 'blink_scroll': ['[email protected]'],
Matt Falkenhagenca7fbb62018-07-10 09:21:431944 'blink_service_worker': ['[email protected]',
pennymac962d190432016-07-27 00:58:351945 '[email protected]',
1946 '[email protected]',
1947 '[email protected]',
pennymac962d190432016-07-27 00:58:351948 '[email protected]',
1949 '[email protected]',
tzik749ae1e2018-07-20 05:05:011950 '[email protected]'],
Matt Falkenhagenca7fbb62018-07-10 09:21:431951 'blink_service_worker_tests': ['[email protected]'],
Hayato Ito5fc828c2017-07-05 08:02:321952 'blink_shadow_dom': ['[email protected]'],
timvolodine8cdb94c2016-09-22 12:17:221953 'blink_spellcheck' : ['[email protected]',
xiaochengh4a3c84e2017-03-28 07:15:321954 '[email protected]',
Xiaocheng Hu8bd4d8072017-10-25 23:44:321955 '[email protected]'],
jbroman69166ca82017-04-04 21:01:361956 'blink_spv2_layout_tests': ['[email protected]'],
Adam Rice027497d2018-07-27 02:17:021957 'blink_streams': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351958 'blink_style': ['[email protected]'],
1959 'blink_svg': ['[email protected]',
fmalita9710b732017-02-17 05:10:021960 '[email protected]',
pennymac962d190432016-07-27 00:58:351961 '[email protected]',
pennymac962d190432016-07-27 00:58:351962 '[email protected]',
1963 '[email protected]',
pennymac962d190432016-07-27 00:58:351964 '[email protected]'],
pennymac962d190432016-07-27 00:58:351965 'blink_track': ['[email protected]',
1966 '[email protected]',
1967 '[email protected]',
Sriram8d3e0e22017-11-09 10:40:161968 '[email protected]',
1969 '[email protected]'],
mvanouwerkerk38f632c62017-04-13 10:35:311970 'blink_vibration': ['[email protected]'],
David Bokan9dc0046272017-12-29 00:28:011971 'blink_viewport_interaction': ['[email protected]',
1972 '[email protected]'],
pennymac962d190432016-07-27 00:58:351973 'blink_w3ctests': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351974 'blink_webp': ['[email protected]',
1975 '[email protected]',
1976 '[email protected]'],
Adam Rice027497d2018-07-27 02:17:021977 'blink_websockets': ['[email protected]',
1978 '[email protected]'],
pennymac962d190432016-07-27 00:58:351979 'blink_workers': ['[email protected]',
falken6731ece42016-10-12 01:41:501980 '[email protected]',
pennymac962d190432016-07-27 00:58:351981 '[email protected]',
shimazu99de61f2016-09-07 03:57:411982 '[email protected]',
1983 '[email protected]'],
Raphael Kubo da Costaae598192018-05-29 11:14:241984 'blink_wtf': ['[email protected]'],
Joel Hockey0db16432018-03-09 22:41:491985 'blink_xml': ['[email protected]',
1986 '[email protected]'],
noyauce460872016-09-09 11:54:001987 'bookmarks': ['[email protected]'],
donnd787f6ed2016-08-03 01:00:561988 'bottombar': ['[email protected]',
1989 '[email protected]'],
Tarun Bansalc4882282018-07-11 23:53:551990 'breve': ['[email protected]'],
[email protected]22650d22012-07-18 17:02:351991 'browser_components': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351992 'browser_compositor': ['[email protected]',
1993 '[email protected]'],
michaelpge42ca3b32016-02-19 08:17:571994 'browser_resources_md': ['[email protected]'],
Christian Dullwebered2c82b2018-04-10 08:37:221995 'browsing_data': ['[email protected]',
1996 '[email protected]',
msramek878b39d92016-04-20 07:55:331997 '[email protected]'],
Rouslan Solomakhin0b13446c2018-07-18 14:47:071998 'bubble': ['[email protected]'],
Josh Karlin1bd016742017-08-18 17:44:171999 'cache_storage': ['[email protected]'],
Xiangjun Zhang880262a2018-08-07 22:35:382000 'cast': ['[email protected]',
2001 '[email protected]',
miua1710162015-08-27 01:38:092002 '[email protected]',
[email protected]ad8ff0e2013-12-13 09:24:122003 '[email protected]',
miua1710162015-08-27 01:38:092004 '[email protected]',
Xiangjun Zhang880262a2018-08-07 22:35:382005 '[email protected]',
miua1710162015-08-27 01:38:092006 '[email protected]'],
ryanchung4d157372016-05-10 20:27:162007 'cast_certificate': ['[email protected]',
mfoltz57fd7f32017-05-03 06:12:582008 '[email protected]',
ryanchung24f9d7b2017-01-12 19:18:342009 '[email protected]'],
Adam Parkera556b7a2018-05-22 17:53:192010 'cast_channel': ['[email protected]',
Adam Parker41b9e4cb2017-08-14 17:09:122011 '[email protected]',
Ryan Ki Sing Chung27cc7ed92017-07-25 21:53:472012 '[email protected]'],
[email protected]c863702a2012-09-14 20:05:282013 'cc': ['[email protected]'],
Yi Guc1c54682018-07-23 12:00:002014 'cc-animation': ['[email protected]',
2015 '[email protected]'],
danakjca574522017-09-20 16:38:592016 'cc-contexts': ['[email protected]'],
2017 'cc-display': ['[email protected]'],
2018 'cc-paint': ['[email protected]'],
2019 'cc-quads': ['[email protected]'],
2020 'cc-resources': ['[email protected]'],
Alexander Timin864bf8a02018-03-12 11:06:282021 'cc-scheduler': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352022 'certificate_transparency': ['[email protected]',
2023 '[email protected]',
martijnccdd0542016-11-07 18:49:272024 '[email protected]',
pennymac962d190432016-07-27 00:58:352025 '[email protected]'],
Joe Mason60ec2f32018-02-15 15:50:512026 'chrome_cleaner': ['[email protected]',
Joe Mason60ec2f32018-02-15 15:50:512027 '[email protected]'],
Penny MacNeil0ced2cb2018-07-30 21:09:492028 'chrome_elf': ['[email protected]'],
lpy0ca13772017-02-28 19:48:272029 'chrome_grc': ['[email protected]'],
[email protected]d5b21972012-07-20 02:06:012030 'chrome_views': ['[email protected]'],
alokp9d869cc12016-05-27 01:46:312031 'chromecast': ['[email protected]',
2032 '[email protected]',
halliwellfa56b3a42015-09-04 21:42:572033 '[email protected]'],
gfhuang2548f902016-02-26 02:29:212034 'chromecast_public': ['[email protected]'],
Jonathon Kereliuk540c7d52018-01-18 06:22:032035 'chromedriver': ['[email protected]',
2036 '[email protected]'],
pennymac962d190432016-07-27 00:58:352037 'chromeos': ['[email protected]'],
2038 'chromeos_attestation': ['[email protected]'],
2039 'chromeos_calculator': ['[email protected]'],
alematec5187b1b2016-08-26 05:32:182040 'chromeos_geolocation': ['[email protected]'],
Achuith Bhandarkar434e24592018-03-07 23:05:122041 'chromeos_lkgm': ['[email protected]',
Benjamin Pastened7029352018-04-17 19:09:102042 '[email protected]',
Achuith Bhandarkar434e24592018-03-07 23:05:122043 '[email protected]'],
alematec5187b1b2016-08-26 05:32:182044 'chromeos_login': ['[email protected]',
Jacob Dufaulted1ef2bc2018-08-10 18:21:342045 '[email protected]',
2046 '[email protected]'],
pennymac962d190432016-07-27 00:58:352047 'chromeos_net': ['[email protected]'],
2048 'chromeos_power': ['[email protected]'],
alematec5187b1b2016-08-26 05:32:182049 'chromeos_timezone': ['[email protected]'],
2050 'chromeos_webui': ['[email protected]'],
Daniel Cheng99312b632017-10-25 03:59:492051 'clang_update': ['[email protected]',
2052 '[email protected]',
thestigf023ccc2016-11-10 14:39:152053 '[email protected]',
[email protected]cf8ffa82013-02-13 08:30:072054 '[email protected]',
George Burgess IVbbcd9912018-04-17 14:59:282055 '[email protected]',
pennymac962d190432016-07-27 00:58:352056 '[email protected]',
rnk28bbd1772016-05-04 17:57:582057 '[email protected]',
Hans Wennborgf2eb949e2018-05-08 12:45:032058 '[email protected]',
Peter Collingbourne1ac5f712018-03-30 22:15:132059 '[email protected]',
rnk28bbd1772016-05-04 17:57:582060 '[email protected]',
pennymac962d190432016-07-27 00:58:352061 '[email protected]',
thestigf023ccc2016-11-10 14:39:152062 '[email protected]',
pennymac962d190432016-07-27 00:58:352063 '[email protected]',
horo8e9a01572016-07-27 06:05:312064 '[email protected]',
pennymac962d190432016-07-27 00:58:352065 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002066 'clipboard': ['[email protected]'],
Aaron Gable64f273582017-03-30 18:02:002067 'codereview_settings': ['[email protected]'],
sdefresned94c5b02015-07-22 17:54:552068 'components_deps': ['[email protected]',
2069 '[email protected]',
2070 '[email protected]'],
Conley Owensd744e392018-04-24 19:18:572071 'content_bluetooth': ['[email protected]',
Vincent Scheibf01b55ff22018-01-10 21:05:062072 '[email protected]'],
Randy Smith9d64e6e2018-03-07 20:07:082073 'content_loader': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352074 'content_renderer': ['[email protected]'],
mkwst75a31a42014-09-14 18:32:532075 'content_shell': ['[email protected]',
peterc9e3e172015-11-02 09:29:162076 '[email protected]',
2077 '[email protected]'],
nhiroki90ba0102015-07-21 01:42:242078 'content_worker': ['[email protected]',
2079 '[email protected]'],
donnd787f6ed2016-08-03 01:00:562080 'contextual_search': ['[email protected]',
2081 '[email protected]'],
pennymac962d190432016-07-27 00:58:352082 'courgette': ['[email protected]',
2083 '[email protected]'],
Nico Weber6ff639a2017-08-11 21:04:502084 'cq': ['[email protected]',
2085 '[email protected]',
2086 '[email protected]',
2087 '[email protected]',
2088 '[email protected]'],
dbeamd924f0d0d2017-06-20 02:34:252089 'cr_elements': ['[email protected]',
michaelpge42ca3b32016-02-19 08:17:572090 '[email protected]'],
Chung-yih Wang7afc64a2018-03-06 02:09:042091 'cros_benchmarks': ['[email protected]',
2092 '[email protected]',
2093 '[email protected]'],
Ben Wells03471a72018-03-22 00:58:462094 'crostini': ['[email protected]'],
Michael Thiessena7bec5b2018-07-12 19:10:042095 'custom_tabs': ['[email protected]'],
Ryo Hashimoto900be52c2018-05-24 06:42:262096 'dbus': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:192097 'deep_memory_profiler': ['[email protected]'],
Conley Owensd744e392018-04-24 19:18:572098 'device_bluetooth': ['[email protected]',
Vincent Scheibf01b55ff22018-01-10 21:05:062099 '[email protected]'],
Conley Owensd744e392018-04-24 19:18:572100 'device_chooser': ['[email protected]',
Vincent Scheibf01b55ff22018-01-10 21:05:062101 '[email protected]'],
pennymac962d190432016-07-27 00:58:352102 'devtools': ['[email protected]',
2103 '[email protected]'],
Adam Parkera556b7a2018-05-22 17:53:192104 'dial': ['[email protected]',
mfoltz57fd7f32017-05-03 06:12:582105 '[email protected]'],
kinukoc462adb2016-12-22 12:58:492106 'disk_cache': ['[email protected]'],
David Trainor051827f2017-06-02 18:33:132107 'download': ['[email protected]'],
dbeamd924f0d0d2017-06-20 02:34:252108 'downloads_ui': ['[email protected]'],
[email protected]9a3781d2013-04-04 18:31:402109 'drive': ['[email protected]'],
[email protected]89d2cd52013-04-16 01:55:362110 'drive_resource_metadata': ['[email protected]'],
[email protected]3a25c8a2014-06-26 06:47:102111 'eme': ['[email protected]'],
Justin DeWittf64d39e2018-08-09 21:33:412112 'explore_sites': ['[email protected]',
2113 '[email protected]',
2114 '[email protected]',
2115 '[email protected]'],
[email protected]f9529e7922013-06-06 05:19:412116 'extension': ['[email protected]',
2117 '[email protected]'],
Luna Lu7f221f22017-06-13 16:46:142118 'feature_policy': ['[email protected]',
Joe Medleya129fe32018-01-25 15:20:222119 '[email protected]',
Joe Medley1e1bb652018-04-27 17:36:592120 '[email protected]'],
[email protected]84dcfd92014-05-23 13:18:192121 'fileapi': ['[email protected]',
[email protected]6f217122013-11-25 07:21:482122 '[email protected]',
2123 '[email protected]'],
yoshiki1c0ba2782014-12-08 07:04:262124 'filebrowse': ['[email protected]'],
Joel Hockey0db16432018-03-09 22:41:492125 'filesapp': ['[email protected]',
2126 '[email protected]',
okab0be3dc2016-08-30 07:37:102127 '[email protected]'],
Tomasz Mikolajewski2905dbb2017-11-22 06:24:042128 'fsp': ['[email protected]'],
Wez385de5a2017-07-13 20:13:162129 'fuchsia': ['[email protected]', '[email protected]'],
mmoroz58ddb8172016-09-08 18:29:552130 'fuzzing': ['[email protected]'],
Conley Owensd744e392018-04-24 19:18:572131 'gamepad': ['[email protected]'],
Dan Elphick7c3105252017-11-06 15:51:472132 'gcm': ['[email protected]',
pennymac962d190432016-07-27 00:58:352133 '[email protected]'],
mikhail.pozdnyakova8db26402016-11-28 18:27:122134 'generic_sensor': ['[email protected]',
Jun Caiaa1f040d2017-11-15 01:21:532135 '[email protected]',
Vincent Scheibd5da4d952017-11-03 01:33:242136 '[email protected]',
timvolodine4cf58ca2017-05-24 16:11:482137 '[email protected]',
mikhail.pozdnyakova8db26402016-11-28 18:27:122138 '[email protected]'],
Conley Owensd744e392018-04-24 19:18:572139 'geolocation': ['[email protected]',
Vincent Scheibf01b55ff22018-01-10 21:05:062140 '[email protected]'],
[email protected]cf428f732012-10-02 20:48:152141 'gfx_geometry': ['[email protected]'],
[email protected]f93b7382012-08-09 20:53:162142 'gfx_image': ['[email protected]'],
agrieve4d9c1c52016-09-23 17:49:382143 'gn': ['[email protected]',
2144 '[email protected]',
pennymac962d190432016-07-27 00:58:352145 '[email protected]'],
[email protected]a6159102013-11-08 23:21:522146 'gpu': ['[email protected]'],
Corentin Wallez3f1d0852018-07-04 15:45:362147 'gpu_passthrough_cmd_decoder': ['[email protected]'],
Ehsan Karamadc20cee22018-08-10 21:32:332148 'guest_view': ['[email protected]',
Kevin McNee77c2f6b2018-08-14 21:43:582149 '[email protected]',
Ehsan Karamadc20cee22018-08-10 21:32:332150 '[email protected]'],
Andrey Kosyakova173d252018-05-07 18:29:112151 'headless': ['[email protected]'],
dbeamd924f0d0d2017-06-20 02:34:252152 'history_ui': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002153 'i18n': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002154 'importer': ['[email protected]'],
Greg Thompson4f90fc992017-07-25 19:30:372155 'incident_reporting': ['[email protected]'],
[email protected]8b250562014-08-12 19:07:452156 'indexed_db': ['[email protected]',
dgrogand792a7f2016-01-21 00:12:132157 '[email protected]'],
bruthigaa8281f2016-02-09 17:52:312158 'ink_drop': ['[email protected]'],
dtapuska1f997a12016-03-14 19:22:072159 'input': ['[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:262160 'installable': ['[email protected]'],
Raphael Kubo da Costaf242cef72017-11-08 16:01:182161 'installer_linux': ['[email protected]',
2162 '[email protected]'],
Greg Thompson4f90fc992017-07-25 19:30:372163 'installer_win': ['[email protected]',
Greg Thompson4f90fc992017-07-25 19:30:372164 '[email protected]'],
pennymac962d190432016-07-27 00:58:352165 'instant': ['[email protected]',
pennymac962d190432016-07-27 00:58:352166 '[email protected]',
jered0bd025a82017-05-03 20:01:132167 '[email protected]',
pennymac962d190432016-07-27 00:58:352168 '[email protected]',
2169 '[email protected]',
2170 '[email protected]',
2171 '[email protected]',
2172 '[email protected]'],
edchin46453b42017-03-03 01:40:112173 'ios': ['[email protected]'],
2174 'ios_chrome': ['[email protected]',
marqa4f135f2017-01-10 12:37:342175 '[email protected]',
eugenebutb5a5a8572017-01-20 01:18:112176 '[email protected]'],
edchin46453b42017-03-03 01:40:112177 'ios_clean': ['[email protected]',
lpromero6846b19d2017-05-23 10:43:592178 '[email protected]'],
edchin46453b42017-03-03 01:40:112179 'ios_showcase': ['[email protected]',
lpromero6846b19d2017-05-23 10:43:592180 '[email protected]'],
edchin46453b42017-03-03 01:40:112181 'ios_web': ['[email protected]',
2182 '[email protected]'],
Johanndfa4d7d2017-12-07 18:05:292183 'libaom': ['[email protected]',
pennymac962d190432016-07-27 00:58:352184 '[email protected]',
2185 '[email protected]',
2186 '[email protected]'],
Johanndfa4d7d2017-12-07 18:05:292187 'libvpx': ['[email protected]',
2188 '[email protected]',
2189 '[email protected]',
2190 '[email protected]',
2191 '[email protected]',
2192 '[email protected]'],
Takeshi Yoshino524e1d262017-07-28 01:16:382193 'libwebp': ['[email protected]',
2194 '[email protected]',
2195 '[email protected]'],
dominiccabb90e02017-03-31 04:54:232196 'libxml_xslt': ['[email protected]',
2197 '[email protected]'],
[email protected]04a292a2013-03-07 19:58:422198 'linux_fonts': ['[email protected]'],
[email protected]6d7e0bf2014-07-28 22:30:402199 'linux_sandboxing': ['[email protected]'],
[email protected]04a292a2013-03-07 19:58:422200 'linux_seccomp_bpf': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352201 'login': ['[email protected]'],
lgrey62faed72016-10-11 21:40:392202 'mac' : ['[email protected]'],
mlamourid8b0feb2015-06-02 16:30:472203 'manifest': ['[email protected]'],
James Cook4bfa66fa2018-05-29 17:20:422204 'mash_buildbot_filters': ['[email protected]',
2205 '[email protected]'],
dbeamd924f0d0d2017-06-20 02:34:252206 'md_settings': ['[email protected]',
michaelpg32ca07902015-02-07 00:31:112207 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002208 'media': ['[email protected]'],
Miguel Casas-Sanchez5eb47252017-09-05 21:15:032209 'media_capture_from_element': ['[email protected]'],
Tommy Steimel074a1822018-02-07 17:25:442210 'media_controls': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352211 'media_galleries': ['[email protected]',
2212 '[email protected]'],
Xiaohan Wang6cbdcdf2018-06-12 21:55:542213 'media_mojo': ['[email protected]',
2214 '[email protected]'],
mcasasfeedbe42017-03-03 05:23:562215 'media_recorder': ['[email protected]',
mcasas9558316b2017-03-10 18:57:312216 '[email protected]'],
Xiangjun Zhang880262a2018-08-07 22:35:382217 'media_remoting': ['[email protected]',
2218 '[email protected]',
mfoltz57fd7f32017-05-03 06:12:582219 '[email protected]',
apacible01538e02016-11-04 22:15:312220 '[email protected]',
Xiangjun Zhang880262a2018-08-07 22:35:382221 '[email protected]',
miu5e69f1c52016-10-23 13:40:112222 '[email protected]'],
Adam Parkera556b7a2018-05-22 17:53:192223 'media_router': ['[email protected]',
Takumi Fujimoto4bef2792018-05-03 17:51:552224 '[email protected]',
Xiangjun Zhang880262a2018-08-07 22:35:382225 '[email protected]',
Takumi Fujimoto4bef2792018-05-03 17:51:552226 '[email protected]'],
Xiaohan Wang6cbdcdf2018-06-12 21:55:542227 'media_win': ['[email protected]'],
fmeawad4582cd22017-03-30 20:59:362228 'memory_coordinator': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002229 'message_loop': ['[email protected]'],
isherman1eee6f12014-12-09 02:14:302230 'metrics': ['[email protected]'],
[email protected]1d8899ee2014-06-10 20:58:122231 'metrics_xml_files': ['[email protected]'],
toyoshim8f51f902015-03-27 03:50:212232 'midi': ['[email protected]'],
John Abd-El-Malek01cfd3f2018-06-21 16:33:122233 'mojo': ['[email protected]'],
Kyle Horimotoc4d57b122018-02-28 01:17:302234 'multidevice': ['[email protected]',
2235 '[email protected]',
2236 '[email protected]',
2237 '[email protected]',
2238 '[email protected]'],
rjkroegef60dea862015-10-29 17:50:062239 'mus': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002240 'nacl': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352241 'native_client_sdk': ['[email protected]',
2242 '[email protected]'],
Alex Moshchuk3fbcf782018-05-09 00:06:292243 'navigation': ['[email protected]',
2244 '[email protected]',
pennymac962d190432016-07-27 00:58:352245 '[email protected]'],
Chris Bentzel605478a2018-07-10 21:47:012246 'net': ['[email protected]'],
bnc1872e8bd2017-01-27 02:47:282247 'net_base': ['[email protected]'],
bnc1872e8bd2017-01-27 02:47:282248 'net_http2': ['[email protected]'],
2249 'net_log': ['[email protected]',
Matt Menkecebc2402017-07-20 16:26:092250 '[email protected]'],
Adam Rice027497d2018-07-27 02:17:022251 'net_server': ['[email protected]'],
bnc1872e8bd2017-01-27 02:47:282252 'net_spdy': ['[email protected]'],
Adam Rice027497d2018-07-27 02:17:022253 'net_websockets': ['[email protected]'],
jkarlin539748402015-03-31 17:36:312254 'netinfo': ['[email protected]'],
Helen Li30f43d8e2018-05-09 16:24:012255 'network_service': ['[email protected]'],
Conley Owensd744e392018-04-24 19:18:572256 'nfc': ['[email protected]'],
Peter Beverloo45bf54c2018-08-06 17:12:032257 'notifications': ['[email protected]'],
tbansalc6f1c9f2016-09-30 22:48:422258 'nqe': ['[email protected]'],
noyau451e6bb62016-12-23 14:29:042259 'ntp_snippets': ['[email protected]',
2260 '[email protected]'],
2261 'ntp_tiles': ['[email protected]',
2262 '[email protected]'],
peterc7e27422017-05-17 04:05:282263 'offline_items_collection': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352264 'offline_pages': ['[email protected]',
Carlos Knippschild6a2e2f02017-06-02 18:18:142265 '[email protected]',
pennymac962d190432016-07-27 00:58:352266 '[email protected]',
2267 '[email protected]',
dewittj74b23f6f2016-04-21 19:29:252268 '[email protected]',
2269 '[email protected]',
pennymac962d190432016-07-27 00:58:352270 '[email protected]'],
jdonnelly6fa5a21d2017-01-03 15:28:352271 'omnibox': ['[email protected]'],
Doug Arnetta94d3ae2017-11-07 00:10:342272 'optimization_guide': ['[email protected]',
2273 '[email protected]',
Takeshi Yoshinoab2ce8562017-11-09 05:19:192274 '[email protected]'],
iclelland8b904402016-10-05 15:01:232275 'origin_trials': ['[email protected]',
Ian Clelland1b27f8f62017-06-22 13:36:242276 '[email protected]'],
pennymac962d190432016-07-27 00:58:352277 'ozone': ['[email protected]',
2278 '[email protected]'],
Emily Stark204d2382017-12-01 05:24:562279 'page_info' : ['[email protected]'],
Bryan McQuade4233f412017-07-28 16:23:412280 'page_load_metrics' : ['[email protected]',
2281 '[email protected]',
tdresserd80646f2017-03-03 19:26:082282 '[email protected]',
2283 '[email protected]'],
Daniel Cheng99312b632017-10-25 03:59:492284 'panels': ['[email protected]',
pennymac962d190432016-07-27 00:58:352285 '[email protected]',
2286 '[email protected]'],
mkwst17a9875d2016-06-24 10:36:392287 'password_manager': ['[email protected]',
Vasilii Sukhanovc4e6c2842018-07-18 12:12:202288 '[email protected]',
2289 '[email protected]'],
sebsgbbfbea02016-10-24 21:54:592290 'payments': ['[email protected]',
gogeralde108bcb2016-11-24 16:07:222291 '[email protected]',
mahmadi0a7bb59f2017-02-22 19:13:492292 '[email protected]',
Anthony Vallee-Dubois866affd22018-03-19 15:13:212293 '[email protected]',
2294 '[email protected]'],
mahmadi0a7bb59f2017-02-22 19:13:492295 'payments_ios': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352296 'pepper_api': ['[email protected]',
2297 '[email protected]',
2298 '[email protected]',
2299 '[email protected]',
2300 '[email protected]',
pennymac962d190432016-07-27 00:58:352301 '[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:262302 'permissions': ['[email protected]',
Xi Han50f523a1d2017-07-19 15:56:112303 '[email protected]',
Dominick Ngcaa7b402017-07-11 07:35:392304 '[email protected]',
Timothy Lohb2a4eff2017-08-03 07:07:562305 '[email protected]',
2306 '[email protected]'],
François Beaufortb2070eb2018-02-08 10:36:342307 'picture_in_picture': ['[email protected]'],
Lutz Justena67427102018-06-28 08:55:462308 'policy_templates': ['[email protected]'],
dbeamd924f0d0d2017-06-20 02:34:252309 'polymer': ['[email protected]'],
Charles Harrison981d33c2017-10-06 21:36:222310 'popup_blocker': ['[email protected]'],
twifkak0c69c1f2015-06-22 18:20:092311 'precache': ['[email protected]'],
[email protected]be775bc2014-06-30 15:41:142312 'prepopulated_engines': ['[email protected]'],
Chris Bentzel605478a2018-07-10 21:47:012313 'prerender': ['[email protected]',
pennymac962d190432016-07-27 00:58:352314 '[email protected]'],
Adam Parkera556b7a2018-05-22 17:53:192315 'presentation': ['[email protected]'],
rbpotter0d9edeed2018-08-03 14:11:582316 'print_preview': ['[email protected]'],
Peter Beverloo45bf54c2018-08-06 17:12:032317 'push_messaging': ['[email protected]'],
stkhapugin06503142016-12-07 14:32:122318 'reading_list': ['[email protected]'],
[email protected]c3887592014-02-06 20:02:252319 'remoting': ['[email protected]'],
Ali Tofigh000debb52017-11-07 21:35:422320 'rlz_id': ['[email protected]',
pennymac962d190432016-07-27 00:58:352321 '[email protected]'],
Joe Medley1e1bb652018-04-27 17:36:592322 'runtime_enabled_features': ['[email protected]'],
Greg Thompson4f90fc992017-07-25 19:30:372323 'safe_browsing': ['[email protected]',
vakh125ad862017-03-17 00:06:252324 '[email protected]'],
mlamourid8b0feb2015-06-02 16:30:472325 'screen_orientation': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352326 'service_worker': ['[email protected]',
[email protected]6d095a8b2014-02-28 15:26:162327 '[email protected]',
pennymac962d190432016-07-27 00:58:352328 '[email protected]',
pennymac962d190432016-07-27 00:58:352329 '[email protected]',
horo8e9a01572016-07-27 06:05:312330 '[email protected]',
tzik749ae1e2018-07-20 05:05:012331 '[email protected]'],
Colin Blundell6d2669a2017-07-11 06:26:532332 'services_public': ['[email protected]'],
alitoc5534d62017-04-21 01:48:582333 'settings_reset_prompt': ['[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:262334 'site_engagement': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352335 'site_instance': ['[email protected]',
Alex Moshchuk3fbcf782018-05-09 00:06:292336 '[email protected]',
pennymac962d190432016-07-27 00:58:352337 '[email protected]',
[email protected]b9ecdb62014-03-07 14:56:432338 '[email protected]'],
Zentaro Kavanagh608f8a12018-01-19 18:39:562339 'smb': ['[email protected]'],
Joe Medley1e1bb652018-04-27 17:36:592340 'source_idls': ['[email protected]'],
[email protected]ad0295d2012-10-11 23:43:362341 'spellcheck': ['[email protected]',
[email protected]18d7e402014-07-08 19:53:142342 '[email protected]',
timvolodine8cdb94c2016-09-22 12:17:222343 '[email protected]',
2344 '[email protected]'],
Greg Thompson9ea091702018-01-04 11:06:322345 'startup': ['[email protected]',
2346 '[email protected]'],
[email protected]67f39af2013-08-23 20:06:052347 'streams': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352348 'styleguide': ['[email protected]',
vmpstrdeec20e2016-11-18 22:17:322349 '[email protected]',
2350 '[email protected]'],
engedye7b734da2017-02-07 12:08:132351 'subresource_filter': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352352 'supervised_users': ['[email protected]'],
maxbogue65ea2632016-04-04 18:12:582353 'sync': ['[email protected]'],
[email protected]84dcfd92014-05-23 13:18:192354 'syncfs': ['[email protected]',
[email protected]6f217122013-11-25 07:21:482355 '[email protected]',
2356 '[email protected]'],
miu5e69f1c52016-10-23 13:40:112357 'tab_alert_indicators': ['[email protected]'],
Adam Parkera556b7a2018-05-22 17:53:192358 'tab_capture': ['[email protected]',
Xiangjun Zhang880262a2018-08-07 22:35:382359 '[email protected]',
miu5e69f1c52016-10-23 13:40:112360 '[email protected]'],
pennymac962d190432016-07-27 00:58:352361 'tab_contents': ['[email protected]',
2362 '[email protected]',
2363 '[email protected]'],
tdresserd80646f2017-03-03 19:26:082364 'tbmv2_metrics': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:192365 'tcmalloc': ['[email protected]'],
tonygc7f6a4c12015-01-16 18:32:262366 'telemetry': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352367 'test_runner': ['[email protected]',
einbindera29577e2016-08-23 01:21:492368 '[email protected]',
2369 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002370 'tests': [],
jlkleinecc81952016-11-19 00:16:072371 'tether': ['[email protected]',
dbeamd924f0d0d2017-06-20 02:34:252372 '[email protected]',
2373 '[email protected]',
2374 '[email protected]',
2375 '[email protected]',
2376 '[email protected]'],
pennymac962d190432016-07-27 00:58:352377 'textinput': ['[email protected]',
2378 '[email protected]',
2379 '[email protected]',
Yuichiro Hanadaf0b3b472017-10-17 07:00:532380 '[email protected]',
pennymac962d190432016-07-27 00:58:352381 '[email protected]'],
2382 'textinput_chromeos': ['[email protected]',
2383 '[email protected]',
Yuichiro Hanadaf0b3b472017-10-17 07:00:532384 '[email protected]',
pennymac962d190432016-07-27 00:58:352385 '[email protected]'],
chirantan96fcf6d2015-01-21 22:36:192386 'timers': ['[email protected]'],
robliaofd54b5c2017-01-13 00:41:302387 'tools_win_chromeexts': ['[email protected]'],
AJITH KUMAR V4f0c4812018-03-27 13:46:572388 'touch_selection': ['[email protected]',
2389 '[email protected]'],
pennymac962d190432016-07-27 00:58:352390 'tracing': ['[email protected]',
2391 '[email protected]'],
[email protected]cf428f732012-10-02 20:48:152392 'ui_compositor': ['[email protected]'],
robliao2c4b7492016-07-19 01:57:262393 'ui_display_win': ['[email protected]'],
[email protected]6b5093c2012-05-23 19:10:182394 'ui_resources': ['[email protected]'],
edwardjung83f52ef22017-02-07 13:15:072395 'ui_strings': ['[email protected]'],
Conley Owensd744e392018-04-24 19:18:572396 'usb': ['[email protected]'],
Hirokazu Hondaf98a3122018-04-12 11:19:482397 'v4l2': ['[email protected]'],
Miguel Casas-Sancheza65d49a2017-12-11 03:27:482398 'vaapi': ['[email protected]'],
[email protected]c73ec8ab2014-01-16 20:35:232399 'version_assembly': ['[email protected]',
2400 '[email protected]'],
Alexandre Courbot3e9e55a2018-04-05 05:29:422401 'video': ['[email protected]'],
mcasas9558316b2017-03-10 18:57:312402 'video_capture': ['[email protected]'],
Alexandre Courbot3e9e55a2018-04-05 05:29:422403 'video_gpu': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002404 'views': ['[email protected]'],
blakeod4cc78a2017-05-10 06:56:482405 'virtual_keyboard': ['[email protected]',
2406 '[email protected]',
okabf9f6f02017-02-17 05:14:292407 '[email protected]'],
billorr3c7e1442016-11-11 21:21:352408 'virtual_reality': ['[email protected]'],
Conley Owensd744e392018-04-24 19:18:572409 'wake_lock': ['[email protected]'],
Devin Mullins4ff9b282018-03-09 00:37:322410 'web_package': ['[email protected]'],
Matt Giuca9eb910d2017-08-02 04:07:382411 'web_share': ['[email protected]'],
Martin Kreichgauer794a18572018-07-20 20:45:432412 'webauthn': ['[email protected]'],
Corentin Wallez3f1d0852018-07-04 15:45:362413 'webgpu': ['[email protected]',
2414 '[email protected]'],
Takeshi Yoshinoe387aa32017-08-02 13:16:132415 'webrtc_browser_tests': ['[email protected]'],
Christian Dullwebered2c82b2018-04-10 08:37:222416 'website_settings': ['[email protected]',
2417 '[email protected]',
pennymac962d190432016-07-27 00:58:352418 '[email protected]',
2419 '[email protected]'],
Penny MacNeil0ced2cb2018-07-30 21:09:492420 'windows_sandboxing': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002421 'x11': ['[email protected]',
2422 '[email protected]',
2423 '[email protected]'],
wjmaclean3ff6a402015-03-31 19:00:202424 'zoom': ['[email protected]'],
[email protected]a3838612009-10-13 21:57:542425 },
2426}