blob: 233e9239e675db85d6d05285c8ec88ee06120a7c [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': {
Chase Phillips7027bd52018-08-30 17:31:55371 'filepath': 'third_party/blink/common/indexeddb' \
372 '|third_party/blink/public/common/indexeddb' \
373 '|third_party/blink/public/platform/.*_idb' \
374 '|third_party/blink/public/platform/modules/indexeddb' \
375 '|third_party/blink/public/mojom/indexeddb' \
376 '|third_party/blink/renderer/modules/indexeddb/' \
377 '|third_party/WebKit/LayoutTests/storage/indexeddb'
Takeshi Yoshinoe387aa32017-08-02 13:16:13378 },
379 'blink_input': {
Blink Reformata30d4232018-04-07 15:31:06380 'filepath': 'third_party/blink/renderer/core/input/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13381 },
382 'blink_layers': {
Kent Tamuraeb394c72018-04-07 19:14:55383 'filepath': 'third_party/blink/renderer/core/page/scrolling/scrolling_coordinator' \
384 '|third_party/blink/renderer/platform/graphics/graphics_layer' \
385 '|third_party/blink/renderer/core/layout/layer'
Takeshi Yoshinoe387aa32017-08-02 13:16:13386 },
387 'blink_layout': {
Kent Tamuraeb394c72018-04-07 19:14:55388 'filepath': 'third_party/blink/renderer/core/layout'
Takeshi Yoshinoe387aa32017-08-02 13:16:13389 },
390 'blink_layout_ng': {
Blink Reformata30d4232018-04-07 15:31:06391 'filepath': 'third_party/blink/renderer/core/layout/ng',
Takeshi Yoshinoe387aa32017-08-02 13:16:13392 },
393 'blink_loader': {
Blink Reformata30d4232018-04-07 15:31:06394 'filepath': 'third_party/blink/renderer/core/loader/' \
395 '|third_party/blink/renderer/platform/loader/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13396 },
397 'blink_media': {
Blink Reformata30d4232018-04-07 15:31:06398 'filepath': 'third_party/blink/renderer/core/css/mediaControls' \
Kent Tamuraeb394c72018-04-07 19:14:55399 '|third_party/blink/renderer/core/html/.*_(audio|media|video)' \
400 '|third_party/blink/renderer/core/html/shadow/media_control' \
401 '|third_party/blink/renderer/core/layout/layout_media' \
402 '|third_party/blink/renderer/core/layout/layout_text_track_container_element' \
Blink Reformata30d4232018-04-07 15:31:06403 '|third_party/blink/renderer/modules/(encryptedmedia|mediasource)' \
404 '|third_party/blink/renderer/platform/drm/' \
405 '|third_party/blink/renderer/platform/graphics/media/' \
Takeshi Yoshinoe387aa32017-08-02 13:16:13406 '|third_party/WebKit/LayoutTests/media/' \
Kent Tamuraeb394c72018-04-07 19:14:55407 '|third_party/blink/public/.*_media'
Takeshi Yoshinoe387aa32017-08-02 13:16:13408 },
409 'blink_media_queries': {
Kent Tamuraeb394c72018-04-07 19:14:55410 'filepath': 'third_party/blink/renderer/core/css/css_media_rule' \
411 '|third_party/blink/renderer/core/css/media_list' \
412 '|third_party/blink/renderer/core/css/media_query' \
413 '|third_party/blink/renderer/core/css/parser/media_query'
Takeshi Yoshinoe387aa32017-08-02 13:16:13414 },
415 'blink_mediastream': {
Blink Reformata30d4232018-04-07 15:31:06416 'filepath': 'third_party/blink/renderer/modules/mediastream/' \
417 '|third_party/blink/renderer/platform/mediastream/' \
Kent Tamuraeb394c72018-04-07 19:14:55418 '|third_party/blink/renderer/platform/exported/web_media_stream' \
419 '|third_party/blink/renderer/platform/exported/web_rtc' \
Takeshi Yoshinoe387aa32017-08-02 13:16:13420 '|third_party/WebKit/LayoutTests/fast/mediastream/'
421 },
422 'blink_modules': {
Blink Reformata30d4232018-04-07 15:31:06423 'filepath': 'third_party/blink/renderer/modules'
Takeshi Yoshinoe387aa32017-08-02 13:16:13424 },
425 'blink_navigator_content_utils': {
Blink Reformata30d4232018-04-07 15:31:06426 'filepath': 'third_party/blink/renderer/modules/navigatorcontentutils' \
Takeshi Yoshinoe387aa32017-08-02 13:16:13427 '|third_party/WebKit/LayoutTests/fast/dom/navigatorcontentutils'
428 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13429 'blink_out_of_process_frames': {
Kent Tamuraeb394c72018-04-07 19:14:55430 'filepath': 'third_party/blink/renderer/core/frame/frame_owner' \
431 '|third_party/blink/renderer/core/frame/frame\.' \
432 '|third_party/blink/renderer/core/frame/web_frame' \
433 '|third_party/blink/renderer/core/exported/web_remote_frame_impl'
Takeshi Yoshinoe387aa32017-08-02 13:16:13434 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13435 'blink_paint': {
Blink Reformata30d4232018-04-07 15:31:06436 'filepath': 'third_party/blink/renderer/core/paint/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13437 },
Xida Chen0ef92782018-01-17 05:53:35438 'blink_paintworklet': {
Blink Reformata30d4232018-04-07 15:31:06439 'filepath': 'third_party/blink/renderer/modules/csspaint/' \
Xida Chen0ef92782018-01-17 05:53:35440 '|third_party/WebKit/LayoutTests/http/tests/csspaint/' \
441 '|third_party/WebKit/LayoutTests/externla/wpt/css/css-paint-api/'
442 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13443 'blink_performance_timing': {
Blink Reformata30d4232018-04-07 15:31:06444 'filepath': 'third_party/blink/renderer/core/timing/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13445 },
446 'blink_permissions': {
Blink Reformata30d4232018-04-07 15:31:06447 'filepath': 'third_party/blink/renderer/modules/permissions/' \
448 '|third_party/blink/public/platform/modules/permissions/',
Takeshi Yoshinoe387aa32017-08-02 13:16:13449 },
450 'blink_platform': {
Blink Reformata30d4232018-04-07 15:31:06451 'filepath': 'third_party/blink/renderer/platform'
Takeshi Yoshinoe387aa32017-08-02 13:16:13452 },
453 'blink_platform_graphics': {
Blink Reformata30d4232018-04-07 15:31:06454 'filepath': 'third_party/blink/renderer/platform/fonts' \
455 '|third_party/blink/renderer/platform/geometry' \
456 '|third_party/blink/renderer/platform/graphics'
Takeshi Yoshinoe387aa32017-08-02 13:16:13457 },
458 'blink_preloadScanner': {
Kent Tamuraeb394c72018-04-07 19:14:55459 'filepath': 'third_party/blink/renderer/core/html/parser/html_preload_scanner',
Takeshi Yoshinoe387aa32017-08-02 13:16:13460 },
461 'blink_prerender': {
Kent Tamuraeb394c72018-04-07 19:14:55462 'filepath': 'third_party/(WebKit|blink)/.*([Pp]rerender|loader/link_loader|html/html_link_element)'
Takeshi Yoshinoe387aa32017-08-02 13:16:13463 },
464 'blink_public_api': {
Blink Reformata30d4232018-04-07 15:31:06465 'filepath': 'third_party/blink/public'
Takeshi Yoshinoe387aa32017-08-02 13:16:13466 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13467 'blink_quota': {
Blink Reformata30d4232018-04-07 15:31:06468 'filepath': 'third_party/blink/renderer/modules/quota/' \
Kent Tamuraeb394c72018-04-07 19:14:55469 '|third_party/blink/public/.*quota'
Takeshi Yoshinoe387aa32017-08-02 13:16:13470 },
471 'blink_scheduler': {
Blink Reformata30d4232018-04-07 15:31:06472 'filepath': 'third_party/blink/renderer/platform/scheduler' \
Kent Tamuraeb394c72018-04-07 19:14:55473 '|third_party/blink/renderer/core/html/parser/.*scheduler'
Takeshi Yoshinoe387aa32017-08-02 13:16:13474 },
475 'blink_screen_orientation': {
Blink Reformata30d4232018-04-07 15:31:06476 'filepath': 'third_party/blink/renderer/modules/screen_orientation/' \
477 '|third_party/blink/public/platform/modules/screen_orientation',
Takeshi Yoshinoe387aa32017-08-02 13:16:13478 },
479 'blink_script': {
Kent Tamuraeb394c72018-04-07 19:14:55480 'filepath': 'third_party/blink/renderer/bindings/core/v8/.*module.*' \
481 '|third_party/blink/renderer/bindings/core/v8/script_controller.*' \
482 '|third_party/blink/renderer/bindings/core/v8/script_source_code.*' \
483 '|third_party/blink/renderer/bindings/core/v8/v8_script_runner.*'
484 '|third_party/blink/renderer/core/dom/.*modul.*' \
485 '|third_party/blink/renderer/core/dom/.*script.*' \
486 '|third_party/blink/renderer/core/html/html_script_element.*' \
487 '|third_party/blink/renderer/core/html/parser/html_parser_script_runner.*' \
Blink Reformata30d4232018-04-07 15:31:06488 '|third_party/blink/renderer/core/loader/modulescript/' \
Kent Tamuraeb394c72018-04-07 19:14:55489 '|third_party/blink/renderer/core/loader/resource/script_resource.*' \
490 '|third_party/blink/renderer/core/svg/svg_script_element.*' \
491 '|third_party/blink/renderer/core/xml/parser/xml_document_parser.*'
Takeshi Yoshinoe387aa32017-08-02 13:16:13492 },
David Bokan9dc0046272017-12-29 00:28:01493 'blink_scroll': {
Kent Tamuraeb394c72018-04-07 19:14:55494 'filepath': 'third_party/blink/renderer/core/frame/.*view.*' \
495 '|third_party/blink/renderer/core/input/.*scroll.*' \
496 '|third_party/blink/renderer/core/input/event_handler.*' \
Blink Reformata30d4232018-04-07 15:31:06497 '|third_party/blink/renderer/core/page/scrolling/' \
Kent Tamuraeb394c72018-04-07 19:14:55498 '|third_party/blink/renderer/core/paint/.*scrollable_area.*' \
Blink Reformata30d4232018-04-07 15:31:06499 '|third_party/blink/renderer/platform/scroll/'
David Bokan9dc0046272017-12-29 00:28:01500 },
Matt Falkenhagenca7fbb62018-07-10 09:21:43501 'blink_service_worker' : {
502 'filepath': 'third_party/blink/renderer/modules/service_worker' \
Takeshi Yoshinoe387aa32017-08-02 13:16:13503 '|third_party/WebKit/LayoutTests/http/tests/serviceworker' \
504 '|third_party/WebKit/LayoutTests/external/wpt/service-workers'
505 },
Matt Falkenhagenca7fbb62018-07-10 09:21:43506 'blink_service_worker_tests' : {
Takeshi Yoshinoe387aa32017-08-02 13:16:13507 'filepath': 'third_party/WebKit/LayoutTests/http/tests/serviceworker' \
508 '|third_party/WebKit/LayoutTests/external/wpt/service-workers'
509 },
510 'blink_shadow_dom': {
Kent Tamuraeb394c72018-04-07 19:14:55511 'filepath': 'third_party/blink/renderer/core/dom/.*shadow' \
512 '|third_party/blink/renderer/core/dom/.*slot' \
513 '|third_party/blink/renderer/core/dom/.*insertion_point' \
514 '|third_party/blink/renderer/core/dom/.*flat_tree'
Takeshi Yoshinoe387aa32017-08-02 13:16:13515 },
516 'blink_spellcheck' : {
Blink Reformata30d4232018-04-07 15:31:06517 'filepath': 'third_party/blink/renderer/core/editing/spellcheck'
Takeshi Yoshinoe387aa32017-08-02 13:16:13518 },
519 'blink_spv2_layout_tests': {
520 'filepath': 'third_party/WebKit/LayoutTests/virtual/spv2'
521 },
Adam Rice027497d2018-07-27 02:17:02522 'blink_streams': {
523 'filepath': 'third_party/blink/renderer/core/streams/'
524 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13525 'blink_style': {
Kent Tamuraeb394c72018-04-07 19:14:55526 'filepath': 'third_party/(WebKit|blink)/.*(style/|Style)',
Takeshi Yoshinoe387aa32017-08-02 13:16:13527 },
528 'blink_svg': {
Blink Reformata30d4232018-04-07 15:31:06529 'filepath': 'third_party/blink/renderer/core/(layout/)?svg',
Takeshi Yoshinoe387aa32017-08-02 13:16:13530 },
531 'blink_track': {
Blink Reformata30d4232018-04-07 15:31:06532 'filepath': 'third_party/blink/renderer/core/html/track/' \
Kent Tamuraeb394c72018-04-07 19:14:55533 '|third_party/blink/renderer/core/loader/text_track' \
534 '|third_party/blink/renderer/core/html/meida/html_media_element' \
535 '|third_party/blink/renderer/core/html/shadow/media_control' \
Blink Reformata30d4232018-04-07 15:31:06536 '|third_party/blink/renderer/core/css/mediaControl' \
Takeshi Yoshinoe387aa32017-08-02 13:16:13537 '|third_party/WebKit/LayoutTests/media/track/'
538 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13539 'blink_vibration': {
540 'filepath': 'third_party/WebKit/LayoutTests/vibration/' \
Blink Reformata30d4232018-04-07 15:31:06541 '|third_party/blink/renderer/modules/vibration/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13542 },
543 'blink_viewport_interaction': {
Kent Tamuraeb394c72018-04-07 19:14:55544 'filepath': 'third_party/blink/renderer/core/css/.*viewport' \
545 '|third_party/blink/renderer/core/dom/viewport_arguments' \
546 '|third_party/blink/renderer/core/frame/frame_view.*' \
547 '|third_party/blink/renderer/core/frame/.*viewport.*' \
548 '|third_party/blink/renderer/core/html/html_meta_element'
Takeshi Yoshinoe387aa32017-08-02 13:16:13549 },
550 'blink_w3ctests': {
551 'filepath': 'third_party/WebKit/LayoutTests/external/' \
Kent Tamura01019442018-05-01 22:06:58552 '|third_party/blink/tools/blinkpy/w3c/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13553 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13554 'blink_webp': {
Blink Reformata30d4232018-04-07 15:31:06555 'filepath': 'third_party/blink/renderer/platform/image-decoders/webp' \
Kent Tamuraeb394c72018-04-07 19:14:55556 '|third_party/blink/renderer/platform/image-encoders/skia/webp'
Takeshi Yoshinoe387aa32017-08-02 13:16:13557 },
558 'blink_websockets': {
Blink Reformata30d4232018-04-07 15:31:06559 'filepath': 'third_party/blink/renderer/modules/websockets/' \
560 '|third_party/blink/renderer/platform/modules/websockets/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13561 },
562 'blink_workers': {
Blink Reformata30d4232018-04-07 15:31:06563 'filepath': 'third_party/blink/renderer/core/workers' \
Takeshi Yoshinoe387aa32017-08-02 13:16:13564 '|third_party/WebKit/LayoutTests/http/tests/workers' \
565 '|third_party/WebKit/LayoutTests/fast/workers' \
566 '|third_party/WebKit/LayoutTests/external/wpt/workers'
567 },
568 'blink_wtf': {
Blink Reformata30d4232018-04-07 15:31:06569 'filepath': 'third_party/blink/renderer/platform/wtf',
Takeshi Yoshinoe387aa32017-08-02 13:16:13570 },
571 'blink_xml': {
Blink Reformata30d4232018-04-07 15:31:06572 'filepath': 'third_party/blink/renderer/core/xml/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13573 },
[email protected]06798f72013-01-14 22:31:17574 'bookmarks': {
575 'filepath': 'chrome/browser/bookmarks/' \
[email protected]771ad482013-07-16 17:32:48576 '|chrome/browser/extensions/api/bookmark_manager_private/' \
577 '|chrome/browser/extensions/api/bookmarks/' \
Christopher Lam3d8828e2018-04-30 05:25:11578 '|chrome/browser/resources/md_bookmarks/' \
[email protected]cd869cde2013-01-31 15:46:35579 '|chrome/browser/ui/bookmarks/' \
580 '|chrome/browser/ui/cocoa/bookmarks/' \
[email protected]5cb8b6e12014-05-19 16:53:46581 '|chrome/browser/ui/views/bookmarks/' \
582 '|components/bookmarks'
[email protected]06798f72013-01-14 22:31:17583 },
donnd787f6ed2016-08-03 01:00:56584 'bottombar': {
585 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/',
586 },
Tarun Bansalc4882282018-07-11 23:53:55587 'breve': {
588 'filepath': 'chrome/browser/net/spdyproxy|'\
589 'chrome_proxy|'\
Tarun Bansal129ca7842018-07-31 17:14:12590 'client_hints|'
Tarun Bansalc4882282018-07-11 23:53:55591 'components/blacklist|'\
592 'components/data_use|'\
593 'data_reduction_proxy|'\
Tarun Bansal129ca7842018-07-31 17:14:12594 'data_use_measurement|'\
595 'lazy_load|'
596 'navigation_predictor|'\
597 'net/nqe|'\
Tarun Bansalc4882282018-07-11 23:53:55598 'optimization_guide|'\
Tarun Bansal129ca7842018-07-31 17:14:12599 'optimization_hints|'\
600 'previews'
Tarun Bansalc4882282018-07-11 23:53:55601 },
[email protected]22650d22012-07-18 17:02:35602 'browser_components': {
[email protected]a7228f62012-09-20 17:52:48603 'filepath': 'chrome/browser/autofill/' \
604 '|chrome/browser/bookmarks/' \
[email protected]a7228f62012-09-20 17:52:48605 '|chrome/browser/favicon/' \
[email protected]ddf288e2013-01-09 20:58:27606 '|chrome/browser/history/' \
[email protected]fccf4882013-03-15 04:46:19607 '|chrome/browser/webdata/' \
[email protected]3947d4a82013-03-12 09:41:05608 '|components/autofill/'
[email protected]22650d22012-07-18 17:02:35609 },
[email protected]f76c8852012-06-21 16:37:00610 'browser_compositor': {
[email protected]f2f0fbb92012-07-14 15:52:49611 'filepath': 'ui/compositor/'
[email protected]fbd846b2010-11-19 01:32:18612 },
michaelpge42ca3b32016-02-19 08:17:57613 'browser_resources_md': {
614 'filepath': 'chrome/browser/resources/md_'\
615 '|chrome/browser/resources/settings/',
616 },
[email protected]0ce480532012-07-20 12:33:20617 'browsing_data': {
Christian Dullweber041fddf2018-05-08 15:09:42618 'filepath': '/browsing_data/',
[email protected]0ce480532012-07-20 12:33:20619 },
[email protected]f76c8852012-06-21 16:37:00620 'bubble': {
[email protected]f2f0fbb92012-07-14 15:52:49621 'filepath': 'ui/views/bubble/|'\
rouslan8d6a8372015-09-10 19:10:10622 'chrome/browser/ui/views/bubble/|'\
623 'components/bubble/',
[email protected]f76c8852012-06-21 16:37:00624 },
jkarlin539748402015-03-31 17:36:31625 'cache_storage': {
Josh Karlin1bd016742017-08-18 17:44:17626 'filepath': '/cache.storage/'
627 '|/cachestorage/',
jkarlin539748402015-03-31 17:36:31628 },
[email protected]10fbd5952013-08-22 07:42:39629 'cast': {
[email protected]31ef420b2014-08-13 21:19:13630 'filepath': 'media/cast/'\
631 '|chrome/browser/extensions/api/cast_streaming/'\
632 '|chrome/browser/media/cast'\
633 '|chrome/renderer/media/cast'\
634 '|chrome/test/data/extensions/api_test/cast_'\
miu5e69f1c52016-10-23 13:40:11635 '|content/public/renderer/media_stream_'\
636 '|content/renderer/media/(media_stream|(.+audio_source))',
[email protected]10fbd5952013-08-22 07:42:39637 },
ryanchung4d157372016-05-10 20:27:16638 'cast_certificate': {
639 'filepath': 'components/cast_certificate/'\
640 '|components/test/data/cast_certificate/',
641 },
mfoltz57fd7f32017-05-03 06:12:58642 'cast_channel': {
643 'filepath': 'chrome/test/data/extensions/api_test/cast_channel/' \
Ryan Ki Sing Chung27cc7ed92017-07-25 21:53:47644 '|components/cast_channel/' \
645 '|extensions/browser/api/cast_channel'
mfoltz57fd7f32017-05-03 06:12:58646 },
Takeshi Yoshino524e1d262017-07-28 01:16:38647 'cc': {
danakjca574522017-09-20 16:38:59648 'filepath': 'cc/'\
649 '|components/viz/'
650 },
Yi Guc1c54682018-07-23 12:00:00651 'cc-animation': {
652 'filepath': 'cc/animation/'
653 },
danakjca574522017-09-20 16:38:59654 'cc-contexts': {
655 'filepath': 'components/viz/common/gpu'
656 },
657 'cc-display': {
658 'filepath': 'components/viz/service/display'\
659 '|cc/output'
660 },
661 'cc-paint': {
662 'filepath': 'cc/paint'
663 },
664 'cc-quads': {
665 'filepath': 'components/viz/common/quads'
666 },
667 'cc-resources': {
668 'filepath': 'cc/resources'\
669 '|components/viz/common/resources'
Takeshi Yoshino524e1d262017-07-28 01:16:38670 },
Alexander Timin864bf8a02018-03-12 11:06:28671 'cc-scheduler': {
672 'filepath': 'cc/scheduler'
673 },
eranmc2a9f612015-11-24 16:41:34674 'certificate_transparency': {
675 'filepath': 'components/certificate_transparency/'\
eranmc2a9f612015-11-24 16:41:34676 '|net/cert/ct_'\
677 '|net/cert/multi_log_ct_verifier'\
678 '|net/cert/sct_status_flags.h'\
679 '|net/cert/signed_certificate_timestamp'\
680 '|net/cert/signed_tree_head'\
681 '|net/test/ct_',
682 },
Joe Mason60ec2f32018-02-15 15:50:51683 'chrome_cleaner': {
684 'filepath': 'chrome/browser/component_updater/sw_reporter_'\
685 '|chrome/browser/resources/settings/chrome_cleanup_page/'\
686 '|chrome/browser/safe_browsing/chrome_cleaner/'\
687 '|chrome/browser/ui/views/chrome_cleaner_'\
688 '|chrome/browser/ui/webui/settings/chrome_cleanup_'\
Joe Mason12a02332018-04-19 14:39:00689 '|chrome/chrome_cleaner/'\
Joe Mason60ec2f32018-02-15 15:50:51690 '|components/chrome_cleaner/',
691 },
[email protected]c73ec8ab2014-01-16 20:35:23692 'chrome_elf': {
693 'filepath': 'chrome_elf',
694 },
lpy0ca13772017-02-28 19:48:27695 'chrome_grc': {
lpy53b82752017-05-31 22:30:49696 'filepath': 'chrome/browser/resource_coordinator/'\
697 '|services/resource_coordinator/',
lpy0ca13772017-02-28 19:48:27698 },
[email protected]d5b21972012-07-20 02:06:01699 'chrome_views': {
700 'filepath': 'chrome/browser/ui/views',
701 },
Takeshi Yoshino524e1d262017-07-28 01:16:38702 'chromecast': {
703 'filepath': 'chromecast/',
704 },
705 'chromecast_public': {
706 'filepath': 'chromecast/public/',
707 },
[email protected]f7bf8ba2011-02-24 22:28:46708 'chromedriver': {
samuong53d5e612014-10-10 18:56:38709 'filepath': 'chrome/test/chromedriver|'\
710 'chrome/test/data/chromedriver|'\
Jonathon Kereliuk540c7d52018-01-18 06:22:03711 'third_party/webdriver|'\
Blink Reformata30d4232018-04-07 15:31:06712 'third_party/blink/renderer/devtools/front_end/emulated_devices/module.json'
[email protected]f7bf8ba2011-02-24 22:28:46713 },
[email protected]f76c8852012-06-21 16:37:00714 'chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:49715 'filepath': 'chromeos/',
[email protected]531b1532011-08-11 03:52:01716 },
[email protected]eda0a0b2013-04-19 20:34:35717 'chromeos_attestation': {
718 'filepath': 'chromeos/attestation/|'\
[email protected]64494c3f2013-08-14 22:15:59719 'chrome/browser/chromeos/attestation/|'\
720 'chrome/browser/extensions/api/enterprise_platform_keys_private/',
[email protected]eda0a0b2013-04-19 20:34:35721 },
[email protected]7c59a152012-11-06 20:56:35722 'chromeos_calculator': {
723 'filepath': 'chrome/common/extensions/docs/examples/apps/calculator/',
724 },
alematec5187b1b2016-08-26 05:32:18725 'chromeos_geolocation': {
726 'filepath': 'chromeos/geolocation/',
727 },
Achuith Bhandarkar434e24592018-03-07 23:05:12728 'chromeos_lkgm': {
729 'filepath': 'chromeos/CHROMEOS_LKGM',
730 },
[email protected]f76c8852012-06-21 16:37:00731 'chromeos_login': {
Jacob Dufaulted1ef2bc2018-08-10 18:21:34732 'filepath': 'ash/login/|'\
733 'chrome/browser/chromeos/login/|'\
[email protected]f2f0fbb92012-07-14 15:52:49734 'chrome/browser/ui/webui/chromeos/login/|'\
dzhioevcc7c0492014-11-25 14:52:58735 'chrome/browser/resources/chromeos/login/|'\
736 'ui/login/',
[email protected]a791dac2011-04-07 23:22:57737 },
[email protected]d7d35f342012-10-22 20:32:47738 'chromeos_net': {
739 'filepath': 'chromeos/network/|'\
stevenjbdd133032015-08-07 18:37:47740 'chrome/browser/chromeos/net/|'\
741 'chrome/browser/extensions/api/networking_private/|'\
742 'extensions/browser/api/networking_private/|'\
743 'ui/chromeos/network/',
[email protected]d7d35f342012-10-22 20:32:47744 },
[email protected]2315ac0c2013-02-05 00:49:16745 'chromeos_power': {
James Cooka35a1e22017-04-08 02:33:08746 'filepath': 'ash/system/power/|'\
[email protected]c3943ad2013-07-03 13:44:56747 'chromeos/dbus/power_.*|'\
[email protected]2315ac0c2013-02-05 00:49:16748 'chrome/browser/chromeos/power/',
749 },
alematec5187b1b2016-08-26 05:32:18750 'chromeos_timezone': {
751 'filepath': 'chromeos/timezone/',
752 },
[email protected]f76c8852012-06-21 16:37:00753 'chromeos_webui': {
[email protected]f2f0fbb92012-07-14 15:52:49754 'filepath': 'chrome/browser/ui/webui/chromeos/|'\
755 'chrome/browser/resources/chromeos/',
[email protected]ba03af42012-03-08 01:37:12756 },
[email protected]cef7a6d2011-04-29 20:49:07757 'clang_update': {
Nico Webere250e6a2015-12-02 19:31:56758 'filepath': 'tools/clang/scripts/update.py'
[email protected]cef7a6d2011-04-29 20:49:07759 },
[email protected]f76c8852012-06-21 16:37:00760 'clipboard': {
761 'filepath': 'clipboard|dnd|drag|drop',
[email protected]2418b022011-05-19 21:06:02762 },
Aaron Gable64f273582017-03-30 18:02:00763 'codereview_settings': {
764 'filepath': 'codereview.settings',
765 },
sdefresned94c5b02015-07-22 17:54:55766 'components_deps': {
767 'filepath': 'components/([^/]*/)*DEPS',
768 },
scheib968e61052014-11-05 00:27:25769 'content_bluetooth': {
770 'filepath': 'content/.*bluetooth'
771 },
kinuko01cbe8a12015-10-20 09:59:06772 'content_loader': {
mmenkefaa97d3b2016-09-25 14:24:02773 'filepath': 'chrome/browser/loader|' \
774 'content/browser/loader|' \
kinuko01cbe8a12015-10-20 09:59:06775 'content/child/*loader',
776 },
mkwst512627022014-09-16 09:23:27777 'content_renderer': {
778 'filepath': 'content/renderer/',
779 },
[email protected]aa3311a2012-11-19 16:04:58780 'content_shell': {
781 'filepath': 'content/shell/',
782 },
kinukoa121bce2015-01-30 10:04:41783 'content_worker': {
784 'filepath': 'content/.*worker',
785 },
donnd787f6ed2016-08-03 01:00:56786 'contextual_search': {
787 'filepath': 'chrome/browser/android/contextualsearch/|' \
788 'chrome/android/java/src/org/chromium/chrome/browser/contextualsearch/|' \
789 'chrome/android/javatests/src/org/chromium/chrome/browser/contextualsearch/|' \
790 'components/contextual_search/',
791 },
wfh792b71c2016-05-04 23:33:41792 'courgette': {
793 'filepath': 'courgette/',
794 },
Nico Weber6ff639a2017-08-11 21:04:50795 'cq': {
Andrii Shyshkalov17176242018-02-24 03:31:32796 'filepath': 'infra/config/branch/cq.cfg',
Nico Weber6ff639a2017-08-11 21:04:50797 },
michaelpge42ca3b32016-02-19 08:17:57798 'cr_elements': {
799 'filepath': 'ui/webui/resources/cr_element',
800 },
Chung-yih Wang7afc64a2018-03-06 02:09:04801 'cros_benchmarks': {
802 'filepath': 'tools/perf/contrib/cros_benchmarks',
803 },
Ben Wells03471a72018-03-22 00:58:46804 'crostini': {
Timothy Lohecae1e422018-06-07 05:53:59805 'filepath': 'crostini',
Ben Wells03471a72018-03-22 00:58:46806 },
ianwencdb8c9e2015-06-18 22:10:15807 'custom_tabs': {
Newton Allen38c62212015-06-24 21:41:53808 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/customtabs/|'\
ianwencdb8c9e2015-06-18 22:10:15809 'chrome/android/javatests/src/org/chromium/chrome/browser/customtabs/',
alancuttercbad6512015-06-19 02:31:28810 },
Ryo Hashimoto900be52c2018-05-24 06:42:26811 'dbus': {
812 'filepath': 'dbus/',
813 },
[email protected]5e105332012-09-13 01:55:52814 'deep_memory_profiler': {
815 'filepath': 'tools/(deep_memory_profiler|find_runtime_symbols)',
816 },
Bartosz Fabianowski85a823812015-04-16 10:27:51817 'device_bluetooth': {
818 'filepath': 'device/.*bluetooth'
819 },
juncaic08f41d2017-05-04 20:36:58820 'device_chooser': {
821 'filepath': 'chrome/browser/chooser_controller/|'\
822 'chrome/browser/ui/android/bluetooth_chooser_.*|'\
823 'chrome/browser/ui/android/usb_chooser_.*|'\
824 'chrome/browser/ui/bluetooth/|'\
825 'chrome/browser/ui/cocoa/device_chooser_.*|'\
826 'chrome/browser/ui/cocoa/extensions/chooser_dialog_.*|'\
827 'chrome/browser/ui/cocoa/permission_bubble/chooser_bubble_.*|'\
828 'chrome/browser/ui/views/device_chooser_.*|'\
829 'chrome/browser/ui/views/extensions/chooser_dialog_.*|'\
830 'chrome/browser/ui/views/permission_bubble/chooser_bubble_.*|'\
831 'chrome/browser/usb/usb_chooser_.*',
832 },
[email protected]342b12872012-11-07 12:10:46833 'devtools': {
834 'filepath': 'devtools',
835 },
mfoltz57fd7f32017-05-03 06:12:58836 'dial': {
837 'filepath': 'chrome/(browser|common)/extensions/api/dial' \
838 '|chrome/browser/media/router/discovery/dial/' \
839 '|chrome/test/data/extensions/api_test/dial/'
840 },
[email protected]bab2a832012-07-11 23:29:41841 'disk_cache': {
842 'filepath': 'net/disk_cache/|http_cache',
843 },
[email protected]f76c8852012-06-21 16:37:00844 'download': {
[email protected]f2f0fbb92012-07-14 15:52:49845 'filepath': 'chrome/browser/download/|'\
[email protected]8492b5b2012-12-17 21:58:08846 'content/browser/download/',
[email protected]6bff0ad2011-06-17 01:32:51847 },
[email protected]ca872e362011-07-12 21:06:03848 'downloads_ui': {
dbeam78528be2016-02-18 07:08:49849 'filepath': 'chrome/browser/resources/(md_)?downloads/|' \
[email protected]8492b5b2012-12-17 21:58:08850 'chrome/browser/ui/webui/.*downloads|' \
851 'chrome/browser/ui/views/download/|' \
asanka2009f412015-10-05 17:28:12852 'chrome/browser/ui/cocoa/download/'
[email protected]ca872e362011-07-12 21:06:03853 },
[email protected]f6df20a2012-10-23 21:22:07854 'drive': {
[email protected]8492b5b2012-12-17 21:58:08855 'filepath': 'chrome/browser/chromeos/drive/|' \
856 'chrome/browser/google_apis/'
[email protected]f6df20a2012-10-23 21:22:07857 },
[email protected]89d2cd52013-04-16 01:55:36858 'drive_resource_metadata': {
Ryo Hashimoto900be52c2018-05-24 06:42:26859 'filepath': 'drive.*resource_metadata'
[email protected]89d2cd52013-04-16 01:55:36860 },
[email protected]3a25c8a2014-06-26 06:47:10861 'eme': {
Xiaohan Wang6cbdcdf2018-06-12 21:55:54862 'filepath': 'chrome/renderer/media/.*key_system|' \
863 'chrome/browser/media/.*(cdm|encrypted)|' \
864 'components/cdm/|' \
[email protected]3a25c8a2014-06-26 06:47:10865 'content/browser/media/cdm/|' \
Xiaohan Wang6cbdcdf2018-06-12 21:55:54866 'media/base/android/.*drm|' \
[email protected]3a25c8a2014-06-26 06:47:10867 'media/cdm/|' \
868 'third_party/widevine/cdm/'
869 },
Justin DeWittf64d39e2018-08-09 21:33:41870 'explore_sites': {
871 'filepath': 'chrome/browser/android/explore_sites/|' \
872 'chrome/android/java/src/org/chromium/chrome/browser/explore_sites/'
873 },
[email protected]f76c8852012-06-21 16:37:00874 'extension': {
875 'filepath': 'extension',
[email protected]161277d42011-06-24 20:48:45876 },
lunalu0a9c05422016-11-11 17:19:06877 'feature_policy': {
Blink Reformata30d4232018-04-07 15:31:06878 'filepath': 'third_party/blink/renderer/platform/feature_policy/|' \
Kent Tamuraeb394c72018-04-07 19:14:55879 'third_party/blink/renderer/bindings/core/v8/origin_trial_features',
lunalu0a9c05422016-11-11 17:19:06880 },
[email protected]f76c8852012-06-21 16:37:00881 'fileapi': {
[email protected]8492b5b2012-12-17 21:58:08882 'filepath': 'file_system/|' \
883 'fileapi/'
[email protected]80919512011-08-03 08:51:04884 },
[email protected]f76c8852012-06-21 16:37:00885 'filebrowse': {
[email protected]8492b5b2012-12-17 21:58:08886 'filepath': 'file_browser|' \
887 'file_manager|' \
888 'filebrowse'
[email protected]4b07b62cc2011-10-03 17:52:39889 },
[email protected]4ed766c2013-09-19 09:45:20890 'filesapp': {
okab0be3dc2016-08-30 07:37:10891 'filepath': 'chrome/browser/chromeos/drive|' \
892 'chrome/browser/chromeos/extensions/file_manager|' \
893 'chrome/browser/chromeos/extensions/file_system_provider|' \
894 'chrome/browser/chromeos/file_manager|' \
895 'chrome/browser/chromeos/file_system_provider|' \
896 'chrome/browser/drive|' \
897 'chrome/test/data/extensions/api_test/file_system_provider|' \
898 'components/drive|' \
899 'google_apis/drive|' \
900 'ui/file_manager'
901 },
Tomasz Mikolajewski2905dbb2017-11-22 06:24:04902 'fsp': {
903 'filepath': 'chrome/browser/chromeos/extensions/file_system_provider|' \
904 'chrome/browser/chromeos/file_system_provider|' \
Tomasz Mikolajewski66b4faa22017-11-22 09:33:43905 'chrome/test/data/extensions/api_test/file_system_provider'
[email protected]4ed766c2013-09-19 09:45:20906 },
Wez385de5a2017-07-13 20:13:16907 'fuchsia': {
908 'filepath': 'fuchsia',
909 },
mmoroz58ddb8172016-09-08 18:29:55910 'fuzzing': {
911 'filepath': 'fuzz|Fuzz',
912 },
Vincent Scheibd5da4d952017-11-03 01:33:24913 'gamepad': {
914 'filepath': 'gamepad',
915 },
[email protected]3a2a6ac02014-06-20 07:07:12916 'gcm': {
peter9f4490a2017-01-27 00:58:36917 'filepath': 'chrome/browser/gcm/|'\
[email protected]3a2a6ac02014-06-20 07:07:12918 'components/gcm_driver/|'\
919 'google_apis/gcm/',
920 },
mikhail.pozdnyakova8db26402016-11-28 18:27:12921 'generic_sensor': {
Jun Caiaa1f040d2017-11-15 01:21:53922 'filepath': 'services/device/generic_sensor/|'\
Blink Reformata30d4232018-04-07 15:31:06923 'third_party/blink/renderer/modules/sensor/',
mikhail.pozdnyakova8db26402016-11-28 18:27:12924 },
[email protected]d8036492013-08-09 16:02:23925 'geolocation': {
926 'filepath': 'chrome/browser/geolocation/|'\
927 'content/browser/geolocation|'\
928 'content/public/common/geoposition.*|'\
929 'content/public/browser/geolocation.*|'\
930 'content/renderer/geolocation.*|'\
931 'content/shell/geolocation/',
932 },
[email protected]cf428f732012-10-02 20:48:15933 'gfx_geometry': {
danakj570c1332015-01-06 16:59:36934 'filepath': 'ui/gfx/geometry/',
[email protected]cf428f732012-10-02 20:48:15935 },
Takeshi Yoshino524e1d262017-07-28 01:16:38936 'gfx_image': {
937 'filepath': 'ui/gfx/image/',
938 },
[email protected]4d1773e2014-04-05 07:59:57939 'gn': {
940 'filepath': 'tools/gn',
941 },
[email protected]f76c8852012-06-21 16:37:00942 'gpu': {
[email protected]f2f0fbb92012-07-14 15:52:49943 'filepath': 'gpu/',
[email protected]f76c8852012-06-21 16:37:00944 },
Corentin Wallezc68aa9b2017-10-02 15:00:03945 'gpu_passthrough_cmd_decoder': {
946 'filepath': 'gpu/command_buffer/service/.*passthrough',
947 },
Ehsan Karamadc20cee22018-08-10 21:32:33948 'guest_view': {
949 'filepath': 'chrome/browser/apps/guest_view|'\
950 'chrome/browser/extensions/api/web_view|'\
951 'chrome/browser/guest_view|'\
952 'chrome/common/extensions/api/webview*.json|'\
953 'chrome/common/extensions/docs|'\
954 'chrome/renderer/resources/extensions/web_view|'\
955 'components/guest_view|'\
956 'content/browser/browser_plugin|'\
957 'content/renderer/browser_plugin|'\
958 'extensions/browser/api/guest_view|'\
959 'extensions/browser/guest_view|'\
960 'extensions/common/guest_view|'\
961 'extensions/common/mojo/guest_view.mojom|'\
962 'extensions/common/api/*view*.json|'\
963 'extensions/renderer/guest_view',
964 },
Andrey Kosyakova173d252018-05-07 18:29:11965 'headless': {
966 'filepath': 'headless/'
967 },
[email protected]f76c8852012-06-21 16:37:00968 'history_ui': {
dbeam78528be2016-02-18 07:08:49969 'filepath': 'chrome/browser/resources/(md_)?history|'\
970 'chrome/browser/ui/webui/.*history',
[email protected]f76c8852012-06-21 16:37:00971 },
972 'i18n': {
[email protected]f2f0fbb92012-07-14 15:52:49973 'filepath': 'base/i18n/|base/string|l10n|icu|'\
timvolodine8cdb94c2016-09-22 12:17:22974 'locale_settings|encoding',
[email protected]f76c8852012-06-21 16:37:00975 },
[email protected]f76c8852012-06-21 16:37:00976 'importer': {
[email protected]f2f0fbb92012-07-14 15:52:49977 'filepath': 'import',
[email protected]f76c8852012-06-21 16:37:00978 },
Greg Thompson4f90fc992017-07-25 19:30:37979 'incident_reporting': {
980 'filepath': 'chrome/browser/safe_browsing/incident_reporting',
981 },
[email protected]c26161352013-11-12 19:50:01982 'indexed_db': {
983 'filepath': 'content/browser/indexed_db|'\
[email protected]c26161352013-11-12 19:50:01984 'content/public/browser/indexed_db|'\
Chase Phillips7027bd52018-08-30 17:31:55985 'content/renderer/indexed_db|'\
[email protected]c26161352013-11-12 19:50:01986 'content/test/data/indexeddb',
987 },
bruthigaa8281f2016-02-09 17:52:31988 'ink_drop': {
989 'filepath': 'ui/views/animation/test/.*ink_drop.*|' \
990 'ui/views/animation/.*ink_drop.*'
991 },
dtapuska1f997a12016-03-14 19:22:07992 'input': {
993 'filepath': 'content/browser/renderer_host/input|'\
994 'content/renderer/input|'\
995 'ui/events/blink/'
996 },
Dominick Ngcaa7b402017-07-11 07:35:39997 'installable': {
998 'filepath': 'chrome/browser/installable/',
999 },
mmoss19826c62014-11-14 21:37:361000 'installer_linux': {
1001 'filepath': 'chrome/installer/linux/',
1002 },
Greg Thompson4f90fc992017-07-25 19:30:371003 'installer_win': {
1004 'filepath': 'chrome/install_static/'\
Samuel Huang577ef6c2018-03-13 18:19:341005 '|chrome/installer/(?!gcapi_mac/|linux/|mac/)'\
1006 '|components/zucchini/',
Greg Thompson4f90fc992017-07-25 19:30:371007 },
[email protected]56b4b09d32012-07-27 18:28:411008 'instant': {
[email protected]607903d2013-03-25 22:15:471009 'filepath': 'instant|searchbox|'\
1010 'chrome/browser/search/|'\
[email protected]c29b7dae2013-03-25 22:29:131011 'chrome/browser/ui/search/|'\
[email protected]eb99f8e2013-07-10 10:17:391012 'chrome/browser/resources/local_ntp/|'\
[email protected]607903d2013-03-25 22:15:471013 'chrome/common/search_types.*',
[email protected]56b4b09d32012-07-27 18:28:411014 },
edchin46453b42017-03-03 01:40:111015 'ios': {
Sylvain Defresne81467d82017-05-29 09:06:141016 'filepath': 'ios/',
edchin46453b42017-03-03 01:40:111017 },
sdefresne18b47312015-06-18 15:15:091018 'ios_chrome': {
Sylvain Defresne81467d82017-05-29 09:06:141019 'filepath': 'ios/chrome/',
sdefresne18b47312015-06-18 15:15:091020 },
marqa4f135f2017-01-10 12:37:341021 'ios_clean': {
Sylvain Defresne81467d82017-05-29 09:06:141022 'filepath': 'ios/clean/',
marqa4f135f2017-01-10 12:37:341023 },
1024 'ios_showcase': {
Sylvain Defresne81467d82017-05-29 09:06:141025 'filepath': 'ios/showcase/',
marqa4f135f2017-01-10 12:37:341026 },
eugenebutb5a5a8572017-01-20 01:18:111027 'ios_web': {
Sylvain Defresne81467d82017-05-29 09:06:141028 'filepath': 'ios/web(_view)?/',
eugenebutb5a5a8572017-01-20 01:18:111029 },
Johanndfa4d7d2017-12-07 18:05:291030 'libaom': {
1031 'filepath': 'third_party/libaom/',
1032 },
Takeshi Yoshino524e1d262017-07-28 01:16:381033 'libvpx': {
Johanndfa4d7d2017-12-07 18:05:291034 'filepath': 'third_party/libvpx/',
vabraafbd4f32015-11-10 19:30:231035 },
[email protected]a3f777d2014-01-07 23:38:261036 'libwebp': {
1037 'filepath': 'third_party/libwebp'
1038 },
dominiccabb90e02017-03-31 04:54:231039 'libxml_xslt': {
1040 'filepath': 'third_party/libxml/' \
1041 '|third_party/libxslt/',
1042 },
[email protected]04a292a2013-03-07 19:58:421043 'linux_fonts': {
1044 'filepath': 'ui/gfx/font_render_params_.*|'\
deratcd2d6fb2015-02-12 00:10:411045 'ui/gfx/platform_font_linux.*|'\
1046 'ui/gfx/render_text_harfbuzz.*',
[email protected]04a292a2013-03-07 19:58:421047 },
1048 'linux_sandboxing': {
[email protected]f2f0fbb92012-07-14 15:52:491049 'filepath': 'sandbox/linux/',
[email protected]f76c8852012-06-21 16:37:001050 },
[email protected]04a292a2013-03-07 19:58:421051 'linux_seccomp_bpf': {
[email protected]d6a23612012-11-13 20:11:541052 'filepath': 'content/common/sandbox.*linux.cc',
[email protected]f76c8852012-06-21 16:37:001053 },
Takeshi Yoshino524e1d262017-07-28 01:16:381054 'login': {
1055 'filepath': 'chrome/browser/ui/login'
1056 },
lgrey62faed72016-10-11 21:40:391057 'mac': {
lgrey332339b12016-12-05 17:16:401058 'filepath': '(_|/)(cocoa|mac)(_|\.)|/(cocoa|mac)/|^((?!ios\/).)*\.mm?$',
lgrey62faed72016-10-11 21:40:391059 },
mlamourid8b0feb2015-06-02 16:30:471060 'manifest': {
1061 'filepath': 'content/(browser|renderer)/manifest/'\
1062 '|content/public/common/manifest*',
1063 },
James Cook2dc6d042018-04-24 22:00:201064 'mash_buildbot_filters': {
1065 'filepath': 'testing/buildbot/filters/mash.*filter',
1066 },
michaelpg32ca07902015-02-07 00:31:111067 'md_settings': {
michaelpge42ca3b32016-02-19 08:17:571068 'filepath': 'chrome/browser/resources/settings/'\
Dan Beam62f6f8fce2017-06-07 21:23:081069 '|chrome/browser/ui/webui/settings/'\
1070 '|chrome/test/data/webui/settings/',
michaelpg32ca07902015-02-07 00:31:111071 },
[email protected]f76c8852012-06-21 16:37:001072 'media': {
Francois Beaufort9ab59c82017-08-24 13:10:291073 'filepath': 'media|third_party/(ffmpeg|opus|libvpx)'
[email protected]f76c8852012-06-21 16:37:001074 },
mcasasfeedbe42017-03-03 05:23:561075 'media_capture_from_element': {
alancutter40359812017-03-03 08:20:271076 'filepath': 'content/renderer/media_capture_from_element/' \
Blink Reformata30d4232018-04-07 15:31:061077 '|third_party/blink/renderer/modules/mediacapture/' \
Kent Tamuraeb394c72018-04-07 19:14:551078 '|third_party/blink/renderer/platform/exported/web_canvas_capture' \
mcasasfeedbe42017-03-03 05:23:561079 '|third_party/WebKit/LayoutTests/fast/mediacapturefromelement/' \
Kent Tamuraeb394c72018-04-07 19:14:551080 '|third_party/blink/public/platform/web_canvas_capture'
mcasasfeedbe42017-03-03 05:23:561081 },
Tommy Steimel074a1822018-02-07 17:25:441082 'media_controls': {
Blink Reformata30d4232018-04-07 15:31:061083 'filepath': 'third_party/blink/renderer/modules/media_controls/'
Tommy Steimel074a1822018-02-07 17:25:441084 },
[email protected]06dd23172013-06-24 21:04:511085 'media_galleries': {
1086 'filepath': 'chrome/browser/extensions/api/media_galleries/'\
[email protected]06dd23172013-06-24 21:04:511087 '|chrome/browser/media_galleries/'\
1088 '|chrome/browser/storage_monitor/'\
1089 '|chrome/common/media_galleries/'\
Jay Civellicf995502017-09-08 23:59:271090 '|chrome/test/data/extensions/api_test/media_galleries/'
[email protected]06dd23172013-06-24 21:04:511091 },
Hirokazu Hondae31ce109a2018-09-18 11:18:501092 'media_gpu': {
1093 'filepath': 'media/gpu/',
1094 },
alokp9e369ea72e2016-06-10 05:41:091095 'media_mojo': {
Xiaohan Wang6cbdcdf2018-06-12 21:55:541096 'filepath': 'media/mojo/'
alokp9e369ea72e2016-06-10 05:41:091097 },
mcasasfeedbe42017-03-03 05:23:561098 'media_recorder': {
alancutter40359812017-03-03 08:20:271099 'filepath': 'content/renderer/media_recorder/' \
Blink Reformata30d4232018-04-07 15:31:061100 '|third_party/blink/renderer/modules/mediarecorder/' \
Kent Tamuraeb394c72018-04-07 19:14:551101 '|third_party/blink/renderer/platform/exported/web_media_recorder' \
mcasasfeedbe42017-03-03 05:23:561102 '|third_party/WebKit/LayoutTests/fast/mediarecorder/' \
Kent Tamuraeb394c72018-04-07 19:14:551103 '|third_party/blink/public/platform/web_media_recorder'
mcasasfeedbe42017-03-03 05:23:561104 },
miu5e69f1c52016-10-23 13:40:111105 'media_remoting': {
1106 'filepath': 'chrome/browser/media/cast_remoting'\
1107 '|media/blink/webmediaplayer_'\
1108 '|media/mojo/interfaces/remoting.mojom'\
1109 '|media/remoting/',
1110 },
kmarshallb698ad4f2015-02-24 19:42:481111 'media_router': {
mfoltz57fd7f32017-05-03 06:12:581112 'filepath': 'chrome/android/(java|junit)/src/org/chromium/chrome/browser/media/router/' \
1113 '|chrome/browser/media/router/' \
kmarshallb698ad4f2015-02-24 19:42:481114 '|chrome/browser/resources/media_router/' \
Takumi Fujimoto4bef2792018-05-03 17:51:551115 '|chrome/browser/ui/media_router/' \
mfoltz57fd7f32017-05-03 06:12:581116 '|chrome/browser/ui/views/media_router/' \
kmarshallb698ad4f2015-02-24 19:42:481117 '|chrome/browser/ui/webui/media_router/' \
Takumi Fujimoto4bef2792018-05-03 17:51:551118 '|chrome/common/media_router/' \
mfoltz57fd7f32017-05-03 06:12:581119 '|chrome/test/data/webui/media_router/' \
1120 '|chrome/test/media_router/' \
1121 '|chrome/utility/media_router/'
kmarshallb698ad4f2015-02-24 19:42:481122 },
Xiaohan Wang6cbdcdf2018-06-12 21:55:541123 'media_win': {
1124 'filepath': 'media/gpu/windows/'
1125 },
fmeawad4582cd22017-03-30 20:59:361126 'memory_coordinator': {
1127 'filepath': 'base/memory/memory_|' \
fmeawadd015b232017-03-31 02:22:451128 'content/browser/memory/|' \
1129 'content/child/memory/'
fmeawad4582cd22017-03-30 20:59:361130 },
[email protected]f76c8852012-06-21 16:37:001131 'message_loop': {
[email protected]f2f0fbb92012-07-14 15:52:491132 'filepath': 'base/message_'
[email protected]f76c8852012-06-21 16:37:001133 },
1134 'metrics': {
[email protected]f2f0fbb92012-07-14 15:52:491135 'filepath': 'base/metrics/'\
asvitkine361b276e2016-08-30 18:45:001136 '|chrome/android/java/src/org/chromium/chrome/browser/metrics/'\
[email protected]f2f0fbb92012-07-14 15:52:491137 '|chrome/browser/metrics/'\
[email protected]f2f0fbb92012-07-14 15:52:491138 '|chrome/browser/chromeos/external_metrics'\
[email protected]b0d594d2014-02-21 03:22:121139 '|chrome/browser/extensions/api/metrics_private/'\
[email protected]f2f0fbb92012-07-14 15:52:491140 '|chrome/browser/ui/webui/metrics_handler'\
asvitkineb7e10302016-01-20 05:17:451141 '|chromecast/browser/metrics/'\
asvitkinee4bad382015-11-05 21:56:451142 '|components/metrics/'\
asvitkineb7e10302016-01-20 05:17:451143 '|components/metrics_services_manager/'\
[email protected]ce6b855a2014-03-12 19:51:391144 '|components/rappor/'\
asvitkinee4bad382015-11-05 21:56:451145 '|components/variations/'\
[email protected]b0d594d2014-02-21 03:22:121146 # Exclude XML files; in particular, histograms.xml.
1147 '|tools/metrics/[^.]*([.](?!xml$).*)?$',
1148 },
1149 'metrics_xml_files': {
1150 # Subscribe to this to watch for changes to histograms.xml.
toyoshim8f51f902015-03-27 03:50:211151 'filepath': 'tools/metrics/.*\.xml$',
1152 },
1153 'midi': {
1154 'filepath': 'midi',
[email protected]f76c8852012-06-21 16:37:001155 },
[email protected]341f218a2013-09-24 22:16:101156 'mojo': {
1157 'filepath': 'mojo',
1158 },
Kyle Horimotoc4d57b122018-02-28 01:17:301159 'multidevice': {
Ryan Hansberry587c8082018-09-20 01:31:191160 'filepath': 'ash/multi_device_setup/'\
1161 '|chrome/browser/chromeos/device_sync/'\
1162 '|chrome/browser/chromeos/multidevice_setup/'\
1163 '|chrome/browser/chromeos/secure_channel/'\
Kyle Horimoto592f64c2018-03-28 23:43:221164 '|chrome/browser/resources/chromeos/multidevice_setup/'\
Ryan Hansberry587c8082018-09-20 01:31:191165 '|chrome/browser/resources/settings/multidevice_page/'\
1166 '|chrome/browser/ui/webui/chromeos/multidevice_setup/'\
1167 '|chrome/browser/ui/webui/settings/chromeos/multidevice'\
James Hawkinsf7e517c2018-03-30 21:01:141168 '|chromeos/components/proximity_auth/'\
Kyle Horimoto592f64c2018-03-28 23:43:221169 '|chromeos/services/device_sync/'\
1170 '|chromeos/services/multidevice_setup/'\
1171 '|chromeos/services/secure_channel/'\
Ryan Hansberry587c8082018-09-20 01:31:191172 '|components/cryptauth/'\
1173 '|components/proximity_auth/logging'
Kyle Horimotoc4d57b122018-02-28 01:17:301174 },
rjkroegef60dea862015-10-29 17:50:061175 'mus': {
Scott Violet9f984252018-08-27 19:02:131176 'filepath': 'services/ws/'\
rjkroegef60dea862015-10-29 17:50:061177 '|mojo/gpu/',
1178 },
[email protected]f76c8852012-06-21 16:37:001179 'nacl': {
[email protected]f2f0fbb92012-07-14 15:52:491180 'filepath': 'chrome/nacl/|chrome/test/nacl/|'\
[email protected]193912d2013-09-06 17:41:561181 'chrome/browser/nacl_host/|chrome/common/nacl|'\
1182 'native_client_sdk/src/doc/',
[email protected]f76c8852012-06-21 16:37:001183 },
[email protected]99ddc3d2013-01-22 16:15:331184 'native_client_sdk': {
1185 'filepath': '^native_client_sdk/',
1186 },
[email protected]b9ecdb62014-03-07 14:56:431187 'navigation': {
1188 'filepath': 'content/browser/frame_host|'\
1189 'content/browser/renderer_host/render_process_host.*|'\
1190 'content/browser/renderer_host/render_view_host.*|'\
1191 'content/browser/web_contents/web_contents_impl.*|'\
1192 'content/renderer/render_frame.*|'\
1193 'content/renderer/render_view.*'
1194 },
[email protected]f76c8852012-06-21 16:37:001195 'net': {
[email protected]f2f0fbb92012-07-14 15:52:491196 'filepath': 'net/',
[email protected]f76c8852012-06-21 16:37:001197 },
bnc1872e8bd2017-01-27 02:47:281198 'net_base': {
1199 'filepath': 'net/base/',
1200 },
bnc1872e8bd2017-01-27 02:47:281201 'net_http2': {
1202 'filepath': 'net/http2/',
1203 },
[email protected]f76c8852012-06-21 16:37:001204 'net_log': {
mmenke59e4d8fb42016-06-15 21:15:281205 'filepath': 'net/log/|' \
[email protected]f2f0fbb92012-07-14 15:52:491206 'chrome/browser/net/.*net_log|' \
[email protected]f2f0fbb92012-07-14 15:52:491207 'chrome/browser/resources/net_internals/|' \
mmenke59e4d8fb42016-06-15 21:15:281208 'chrome/browser/ui/webui/net_internals/|' \
Takeshi Yoshino6b30abd2017-07-16 03:34:511209 'components/net_log/'
[email protected]f76c8852012-06-21 16:37:001210 },
Adam Rice027497d2018-07-27 02:17:021211 'net_server': {
1212 'filepath': 'net/server/'
1213 },
bnc1872e8bd2017-01-27 02:47:281214 'net_spdy': {
1215 'filepath': 'net/spdy/',
1216 },
Adam Rice027497d2018-07-27 02:17:021217 'net_websockets': {
1218 'filepath': 'net/websockets/',
1219 },
jkarlin539748402015-03-31 17:36:311220 'netinfo': {
Josh Karlin1bd016742017-08-18 17:44:171221 'filepath': '/netinfo/',
jkarlin539748402015-03-31 17:36:311222 },
Helen Li30f43d8e2018-05-09 16:24:011223 'network_service': {
1224 'filepath': 'services/network/',
1225 },
Vincent Scheibd5da4d952017-11-03 01:33:241226 'nfc': {
1227 'filepath': '/nfc/',
1228 },
peterf4758412014-09-17 15:06:011229 'notifications': {
Peter Beverloo4548c852017-08-31 13:45:171230 'filepath': 'chrome/browser/extensions/api/notifications/|'\
1231 'chrome/browser/notifications/|'\
1232 'chrome/test/data/notifications/|'\
1233 'content/browser/notifications/|'\
Peter Beverloo4548c852017-08-31 13:45:171234 'content/common/platform_notification|'\
1235 'content/public/browser/platform_notification|'\
1236 'content/public/common/platform_notification|'\
1237 'content/renderer/notification_|'\
Xi Chengd47af342018-04-24 02:36:331238 'chrome/notification_helper/|'\
Peter Beverloo4548c852017-08-31 13:45:171239 'third_party/WebKit/LayoutTests/external/wpt/notifications|'\
1240 'third_party/WebKit/LayoutTests/http/tests/notifications|'\
Blink Reformata30d4232018-04-07 15:31:061241 'third_party/blink/renderer/modules/notifications|'\
1242 'third_party/blink/public/platform/modules/notifications|'\
peterf4758412014-09-17 15:06:011243 'ui/message_center/'
1244 },
tbansalc6f1c9f2016-09-30 22:48:421245 'nqe': {
1246 'filepath': 'nqe',
1247 },
mcwilliamsedee5042016-04-05 18:46:451248 'ntp_snippets': {
1249 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk16a37f902016-05-16 15:49:361250 'chrome/android/javatests/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk14c89352016-07-21 13:45:131251 'chrome/android/junit/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk117ffb322017-02-06 12:04:201252 'chrome/android/java/src/org/chromium/chrome/browser/suggestions/|'\
1253 'chrome/android/javatests/src/org/chromium/chrome/browser/suggestions/|'\
mvanouwerkerk538dc0b62016-05-17 14:55:341254 'chrome/browser/android/ntp/ntp_snippets|'\
mcwilliamsedee5042016-04-05 18:46:451255 'chrome/browser/ntp_snippets/|'\
mvanouwerkerk41649732016-05-17 13:37:001256 'chrome/browser/resources/snippets_internals|'\
1257 'chrome/browser/ui/webui/snippets_internals|'\
mcwilliamsedee5042016-04-05 18:46:451258 'components/ntp_snippets/|'\
1259 'chrome/android/java/res/layout/new_tab_page|'\
noyau451e6bb62016-12-23 14:29:041260 'chrome/android/java/res/layout/most_visited|'\
1261 'ios/chrome/browser/ntp_snippets'
mcwilliamsedee5042016-04-05 18:46:451262 },
treib70176c52016-07-08 14:34:191263 'ntp_tiles': {
1264 'filepath': 'chrome/browser/android/ntp/|'\
1265 'chrome/browser/ui/webui/ntp/|'\
1266 'chrome/common/search/ntp|'\
noyau451e6bb62016-12-23 14:29:041267 'components/ntp_tiles/|'\
1268 'ios/chrome/browser/ntp_tiles'
treib70176c52016-07-08 14:34:191269 },
peterb8ec88f82017-03-21 13:29:421270 'offline_items_collection': {
1271 'filepath': 'components/offline_items_collection/',
1272 },
dimichdce3ee492016-04-04 04:20:521273 'offline_pages': {
1274 'filepath': 'components/offline_pages/'\
fgorski329be5b2016-04-19 21:38:111275 '|chrome/browser/android/offline_pages/'\
1276 '|chrome/android/java/src/org/chromium/chrome/browser/offlinepages/'
dimichdce3ee492016-04-04 04:20:521277 },
[email protected]f76c8852012-06-21 16:37:001278 'omnibox': {
jdonnelly6fa5a21d2017-01-03 15:28:351279 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/omnibox/|'\
1280 'chrome/android/javatests/src/org/chromium/chrome/browser/omnibox/|'\
1281 'chrome/browser/autocomplete/|'\
Justin Donnelly0af1472f2017-10-20 15:24:401282 'chrome/browser/ui/location_bar/|'\
jdonnelly6fa5a21d2017-01-03 15:28:351283 'chrome/browser/ui/omnibox/|'\
Justin Donnelly0af1472f2017-10-20 15:24:401284 'chrome/browser/ui/.*/location_bar/|'\
jdonnelly6fa5a21d2017-01-03 15:28:351285 'chrome/browser/ui/.*/omnibox/|'\
1286 'components/omnibox/|'\
1287 'ios/chrome/browser/ui/omnibox/'
[email protected]f76c8852012-06-21 16:37:001288 },
Doug Arnetta94d3ae2017-11-07 00:10:341289 'optimization_guide': {
1290 'filepath': 'optimization_guide|'\
1291 'optimization_hints',
1292 },
chasej6dff9292016-02-02 20:33:121293 'origin_trials': {
Jason Chasedfcd02b2018-08-10 21:07:491294 'filepath': 'origin_trial'\
chasej68b8bbd2017-01-26 19:26:131295 '|OriginTrial'\
1296 '|ConditionalFeature',
chasej6dff9292016-02-02 20:33:121297 },
[email protected]4a2078e2013-07-18 20:40:201298 'ozone': {
[email protected]f93c2c92013-10-31 18:22:441299 'filepath': 'ui/ozone/|'\
[email protected]4b66bf922013-10-28 19:49:431300 'ui/events/ozone/|'\
1301 'ui/gfx/ozone/|'\
[email protected]4a2078e2013-07-18 20:40:201302 'ui/gl/gl_.*egl.*|'\
1303 'ui/gl/gl_.*ozone.*'
1304 },
lgarron9e25c7402017-03-15 04:03:111305 'page_info' : {
1306 'filepath': 'chrome/browser/ui/page_info/'\
1307 '|chrome/browser/ui/.*/page_info/'\
lgarron3428b2d32017-03-21 18:35:191308 '|chrome/android/java/src/org/chromium/chrome/browser/page_info/'\
lgarron6cd116a2017-04-07 19:42:181309 '|components/page_info_strings.grdp'\
Gregory Chatzinoffdf93d692017-09-09 01:32:271310 '|ios/chrome/browser/ui/page_info/'
lgarron6cd116a2017-04-07 19:42:181311 },
csharrison3b1dc4062015-10-19 14:31:081312 'page_load_metrics' : {
bmcquade9f433702016-07-26 23:33:501313 'filepath': 'chrome/browser/page_load_metrics/'\
1314 '|chrome/common/page_load_metrics/'\
1315 '|chrome/renderer/page_load_metrics/'
csharrison3b1dc4062015-10-19 14:31:081316 },
[email protected]f76c8852012-06-21 16:37:001317 'panels': {
[email protected]7cbe5a52012-09-27 02:00:291318 'filepath': 'chrome/browser/ui/panels'\
1319 '|chrome/browser/ui/cocoa/panels'\
[email protected]7cbe5a52012-09-27 02:00:291320 '|chrome/browser/ui/views/panels'
[email protected]f76c8852012-06-21 16:37:001321 },
[email protected]3cc8b3922014-05-05 13:12:081322 'password_manager': {
1323 'filepath': 'chrome/.*/password_'\
1324 '|chrome/browser/ui/passwords'\
1325 '|chrome/browser/ui/views/passwords'\
1326 '|chrome/test/data/password'\
1327 '|components/autofill.*password'
1328 '|components/password_'\
vabrccdb7222016-06-01 14:59:401329 '|^ios/chrome/browser/passwords'\
[email protected]3cc8b3922014-05-05 13:12:081330 },
rouslane8a22262016-10-19 20:49:411331 'payments': {
1332 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/payments'\
1333 '|chrome/android/javatests/src/org/chromium/chrome/browser/payments'\
Rouslan Solomakhin81af4cf2017-06-27 15:23:491334 '|chrome/browser/payments'\
1335 '|chrome/browser/ui/views/payments'\
Mohamad Ahmadi2b452762017-07-18 23:17:151336 '|components/payments/test/data'\
rouslana64ceca2016-10-26 01:10:311337 '|components/payments'\
Rouslan Solomakhin81af4cf2017-06-27 15:23:491338 '|content/browser/payments'\
1339 '|content/test/data/payments'\
1340 '|ios/chrome/browser/payments'\
1341 '|ios/chrome/browser/ui/payments'\
1342 '|ios/web/payments'\
1343 '|ios/web/public/payments'\
1344 '|third_party/WebKit/LayoutTests/external/wpt/payment-request'\
1345 '|third_party/WebKit/LayoutTests/http/tests/payments'\
1346 '|third_party/WebKit/LayoutTests/payments'\
Blink Reformata30d4232018-04-07 15:31:061347 '|third_party/blink/public/platform/modules/payments'\
1348 '|third_party/blink/renderer/modules/payments'
mahmadi0a7bb59f2017-02-22 19:13:491349 },
1350 'payments_ios': {
Rouslan Solomakhin81af4cf2017-06-27 15:23:491351 'filepath': 'ios/web/payments'\
1352 '|ios/chrome/browser/payments'\
1353 '|ios/chrome/browser/ui/payments'\
1354 '|ios/web/public/payments'
rouslane8a22262016-10-19 20:49:411355 },
[email protected]f76c8852012-06-21 16:37:001356 'pepper_api': {
[email protected]b8491b02013-11-13 03:50:581357 'filepath': 'ppapi/api'\
1358 '|ppapi/c',
[email protected]f76c8852012-06-21 16:37:001359 },
mlamourid8b0feb2015-06-02 16:30:471360 'permissions': {
1361 'filepath': 'content/(child,browser)/permissions/'\
1362 '|content/common/permission_*'\
1363 '|content/public/(common,browser)/permission_*'\
1364 '|chrome/browser/permissions/'\
1365 '|chrome/browser/content_settings/permission*'\
1366 '|permission_context',
1367 },
François Beaufortb2070eb2018-02-08 10:36:341368 'picture_in_picture': {
Blink Reformata30d4232018-04-07 15:31:061369 'filepath': 'third_party/blink/renderer/modules/picture_in_picture/'
François Beaufortb2070eb2018-02-08 10:36:341370 },
Lutz Justena67427102018-06-28 08:55:461371 'policy_templates': {
1372 'filepath': 'components/policy/resources/policy_templates.json'
1373 },
michaelpg11fff3f2015-02-06 03:35:341374 'polymer': {
1375 'filepath': 'third_party/polymer/|'\
michaelpgf94a2a22017-03-06 22:35:001376 'third_party/web-animations-js/|'\
dbeam78528be2016-02-18 07:08:491377 'tools/polymer|'\
michaelpg11fff3f2015-02-06 03:35:341378 'ui/webui/resources/polymer_resources.grdp',
1379 },
Charles Harrison981d33c2017-10-06 21:36:221380 'popup_blocker': {
1381 'filepath': 'chrome/browser/ui/blocked_content'
1382 },
twifkak0c69c1f2015-06-22 18:20:091383 'precache': {
1384 'filepath': '[pP]recache'
1385 },
[email protected]be775bc2014-06-30 15:41:141386 'prepopulated_engines': {
1387 'filepath': 'components/search_engines/prepopulated_engines.json',
1388 },
[email protected]f76c8852012-06-21 16:37:001389 'prerender': {
[email protected]78375a52012-07-14 14:47:571390 'filepath': 'prerender'
[email protected]f76c8852012-06-21 16:37:001391 },
mfoltz57fd7f32017-05-03 06:12:581392 'presentation': {
1393 'filepath': 'content/(browser|common|renderer)/presentation/' \
Blink Reformata30d4232018-04-07 15:31:061394 '|third_party/blink/public/platform/modules/presentation/' \
mfoltz57fd7f32017-05-03 06:12:581395 '|third_party/WebKit/LayoutTests/presentation/' \
Blink Reformata30d4232018-04-07 15:31:061396 '|third_party/blink/renderer/modules/presentation/'
mfoltz57fd7f32017-05-03 06:12:581397 },
rbpotter0d9edeed2018-08-03 14:11:581398 'print_preview': {
1399 'filepath': 'chrome/browser/resources/print_preview/' \
1400 '|chrome/browser/ui/webui/print_preview/'
1401 },
peter884896c72015-03-12 14:26:201402 'push_messaging': {
1403 'filepath': 'push_messaging'
1404 },
stkhapugin06503142016-12-07 14:32:121405 'reading_list': {
1406 'filepath': 'components/reading_list|'\
1407 'ios/chrome/browser/reading_list|'\
1408 'ios/chrome/browser/ui/reading_list',
1409 },
[email protected]f76c8852012-06-21 16:37:001410 'remoting': {
sergeyu05995a4f2017-01-24 21:26:011411 'filepath': '^remoting/' \
1412 '|^testing/chromoting'
[email protected]f76c8852012-06-21 16:37:001413 },
gab57e80c72014-12-08 21:06:131414 'rlz_id': {
1415 'filepath' :'rlz/lib/machine_id.cc|'\
1416 'rlz/lib/machine_id.h|'\
1417 'rlz/win/lib/machine_id_win.cc',
1418 },
Joe Medleya129fe32018-01-25 15:20:221419 'runtime_enabled_features': {
Blink Reformata30d4232018-04-07 15:31:061420 'filepath' : 'third_party/blink/renderer/platform/runtime_enabled_features.json5'
Joe Medleya129fe32018-01-25 15:20:221421 },
grt829c6a82014-10-20 09:29:321422 'safe_browsing': {
timvolodine41e95412017-03-14 02:55:341423 'filepath': 'chrome/(browser|common|renderer)/safe_browsing/|'\
1424 'components/safe_browsing/',
grt829c6a82014-10-20 09:29:321425 },
mlamourid8b0feb2015-06-02 16:30:471426 'screen_orientation': {
1427 'filepath': 'screen_orientation',
1428 },
Robert Sesekae79d38512018-09-04 18:13:301429 'security': {
1430 'filepath': 'base/json/'\
1431 '|base/memory/.*shared_memory'\
1432 '|components/cbor/',
1433 },
[email protected]0b431722014-01-08 07:21:511434 'service_worker': {
[email protected]edaf31d2014-03-07 00:09:171435 'filepath': 'content/(browser|renderer|child|common)/service_worker/',
[email protected]0b431722014-01-08 07:21:511436 },
Colin Blundell6d2669a2017-07-11 06:26:531437 'services_public': {
1438 'filepath': 'services/([^/]*/)*public/',
1439 },
alitoc5534d62017-04-21 01:48:581440 'settings_reset_prompt': {
1441 'filepath': 'chrome/browser/safe_browsing/settings_reset_prompt/'\
1442 '|chrome/browser/ui/views/settings_reset_prompt',
1443 },
dominickn8884155a2016-06-23 02:28:161444 'site_engagement': {
1445 'filepath': 'chrome/browser/engagement/|'\
1446 'chrome/browser/ui/webui/engagement/',
1447 },
[email protected]f76c8852012-06-21 16:37:001448 'site_instance': {
[email protected]f2f0fbb92012-07-14 15:52:491449 'filepath': 'content/browser/site_instance|'\
1450 'content/browser/browsing_instance',
[email protected]f76c8852012-06-21 16:37:001451 },
Ryan Hansberry587c8082018-09-20 01:31:191452 'smartlock': {
1453 'filepath': 'chrome/browser/apps/platform_apps/api/easy_unlock_private/'\
1454 '|chrome/browser/chromeos/login/easy_unlock/'\
1455 '|chrome/browser/resources/easy_unlock/'\
1456 '|chromeos/components/proximity_auth/'
1457 },
Zentaro Kavanagh608f8a12018-01-19 18:39:561458 'smb': {
1459 'filepath': 'chrome/browser/chromeos/file_system_provider'\
1460 '|chrome/browser/chromeos/smb_client'\
1461 '|chromeos/dbus/fake_smb_provider_client'\
1462 '|chromeos/dbus/smb_provider_client',
1463 },
Joe Medleya129fe32018-01-25 15:20:221464 'source_idls': {
Joe Medleyf7671752018-04-13 14:34:501465 'filepath': 'third_party/blink/renderer/(core|modules|platform)/.*\.idl',
Joe Medleya129fe32018-01-25 15:20:221466 },
[email protected]ad0295d2012-10-11 23:43:361467 'spellcheck': {
1468 'filepath': 'chrome/browser/spellchecker/'\
timvolodine8cdb94c2016-09-22 12:17:221469 '|chrome/browser/renderer_context_menu/spelling_'\
1470 '|components/spellcheck/'\
1471 '|third_party/hunspell/'\
1472 '|third_party/hunspell_dictionaries/',
[email protected]ad0295d2012-10-11 23:43:361473 },
Xi Cheng3920ab1b2018-09-10 20:03:581474 'stack_sampling_profiler': {
Xi Cheng36cac612018-09-11 00:46:401475 'filepath': 'components/metrics/*call_stack_profile*'\
1476 '|base/profiler/',
Xi Cheng3920ab1b2018-09-10 20:03:581477 },
Greg Thompson9ea091702018-01-04 11:06:321478 'startup': {
1479 'filepath': 'chrome/browser/ui/startup/',
1480 },
[email protected]67f39af2013-08-23 20:06:051481 'streams': {
1482 'filepath': 'content/browser/streams/',
1483 },
vmpstrcc1c08302015-11-18 06:05:511484 'styleguide': {
1485 'filepath': '^styleguide/',
1486 },
engedye7b734da2017-02-07 12:08:131487 'subresource_filter': {
Charles Harrisonfb3eac92017-06-26 21:26:021488 'filepath': 'subresource_filter|SubresourceFilter|url_pattern_index',
engedye7b734da2017-02-07 12:08:131489 },
[email protected]43d33e92014-07-14 16:39:311490 'supervised_users': {
1491 'filepath': 'chrome/browser/.*managed_mode'\
1492 '|chrome/browser/.*managed_user'\
1493 '|chrome/browser/.*supervised_user',
1494 },
[email protected]f76c8852012-06-21 16:37:001495 'sync': {
maxboguefa217942016-04-01 01:08:131496 'filepath': '^chrome/android/sync_shell/'\
1497 '|^chrome/browser/ui/sync/'\
1498 '|^chrome/browser/ui/views/sync/'\
1499 '|^chrome/test/android/javatests/src/org/chromium/chrome/test/util/browser/sync/'\
1500 '|^ios/chrome/browser/sync/'\
1501 '|^chrome/android/java/src/org/chromium/chrome/browser/sync/'\
1502 '|^chrome/browser/sync/'\
1503 '|^components/browser_sync/'\
Max Boguefef332d2016-07-28 22:09:091504 '|^components/sync/'\
maxboguefa217942016-04-01 01:08:131505 '|^components/sync_bookmarks/'\
Max Boguefef332d2016-07-28 22:09:091506 '|^components/sync_sessions/',
[email protected]f76c8852012-06-21 16:37:001507 },
[email protected]92871a102013-07-01 11:11:411508 'syncfs': {
1509 'filepath': 'sync_file_system',
1510 },
miu5e69f1c52016-10-23 13:40:111511 'tab_alert_indicators': {
1512 'filepath': 'content/browser/media/audio_stream_monitor'\
1513 '|chrome/browser/ui/cocoa/tabs/alert_indicator_button'\
1514 '|chrome/browser/ui/cocoa/tabs/tab_controller\.mm'\
1515 '|chrome/browser/ui/tabs/tab_utils'\
1516 '|chrome/browser/ui/views/tabs/alert_indicator_button'\
1517 '|chrome/browser/ui/views/tabs/tab\.cc'\
1518 '|chrome/browser/ui/views/tabs/tab_renderer_data'\
1519 '|media/audio/audio_(output_controller|power_monitor)',
1520 },
[email protected]82d74152013-07-28 08:55:311521 'tab_capture': {
Adam Parker83a488462017-12-22 00:26:481522 'filepath': 'chrome/browser/extensions/api/tab_capture/'\
miu5e69f1c52016-10-23 13:40:111523 '|chrome/renderer/resources/extensions/tab_capture_custom_bindings.js'\
[email protected]31ef420b2014-08-13 21:19:131524 '|chrome/test/data/extensions/api_test/tab_capture/'\
Adam Parker83a488462017-12-22 00:26:481525 '|components/viz/common/(frame_sinks/copy_output_|gl_helper|yuv_)'\
1526 '|components/viz/service/display/'\
1527 '|components/viz/service/frame_sinks/(frame_sink_manager'\
1528 '|video_capture/)'\
[email protected]31ef420b2014-08-13 21:19:131529 '|content/browser/media/capture/'\
[email protected]31ef420b2014-08-13 21:19:131530 '|content/browser/renderer_host/media/(audio_'\
1531 '|media_stream_manager|video_)'\
miu5e69f1c52016-10-23 13:40:111532 '|content/public/renderer/media_stream_'\
1533 '|content/renderer/media/(media_stream|(.+audio_source))'\
[email protected]31ef420b2014-08-13 21:19:131534 '|media/audio/(audio_output_controller|fake_audio_|virtual_audio_)'\
1535 '|media/base/video_frame\.h'\
Adam Parker83a488462017-12-22 00:26:481536 '|media/capture/'\
1537 '|services/viz/privileged/interfaces/compositing/frame_sink',
[email protected]82d74152013-07-28 08:55:311538 },
[email protected]f76c8852012-06-21 16:37:001539 'tab_contents': {
[email protected]f2f0fbb92012-07-14 15:52:491540 'filepath': 'chrome/browser/tab_contents/|'\
1541 'content/browser/tab_contents/|'\
1542 'chrome/browser/ui/tab_contents/',
[email protected]f76c8852012-06-21 16:37:001543 },
tdresserd80646f2017-03-03 19:26:081544 'tbmv2_metrics': {
1545 'filepath': 'third_party/catapult/tracing/tracing/metrics'
1546 },
[email protected]5e105332012-09-13 01:55:521547 'tcmalloc': {
1548 'filepath': 'third_party/tcmalloc'
1549 },
[email protected]31a10602012-11-21 01:51:261550 'telemetry': {
nednguyen79105d422016-04-18 01:38:421551 'filepath': 'tools/perf/'
[email protected]31a10602012-11-21 01:51:261552 },
Takeshi Yoshino524e1d262017-07-28 01:16:381553 'test_runner': {
1554 'filepath': 'components/test_runner/' \
1555 '|content/shell/(common|browser|renderer)/layout_test/' \
1556 '|content/test/layouttest_support.cc' \
1557 '|content/public/test/layouttest_support.h' \
1558 },
[email protected]f76c8852012-06-21 16:37:001559 'tests': {
[email protected]f2f0fbb92012-07-14 15:52:491560 'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/',
[email protected]0cde05a02011-11-30 23:36:521561 },
jlkleinecc81952016-11-19 00:16:071562 'tether': {
Kyle Horimoto592f64c2018-03-28 23:43:221563 'filepath': 'chrome/browser/chromeos/tether/'\
1564 '|chrome/browser/ui/ash/network/tether*'\
Ryan Hansberry587c8082018-09-20 01:31:191565 '|chromeos/components/tether/'
jlkleinecc81952016-11-19 00:16:071566 },
[email protected]1cbbb30b2011-10-14 08:03:561567 'textinput': {
Yuichiro Hanadaf0b3b472017-10-17 07:00:531568 'filepath': 'chrome/browser/ui/input_method'\
[email protected]f2f0fbb92012-07-14 15:52:491569 '|content/browser/renderer_host/render_widget_host_view'\
1570 '|content/browser/renderer_host/text_input'\
1571 '|ui/base/ime/'\
[email protected]f2f0fbb92012-07-14 15:52:491572 '|ui/views/controls/textfield/'\
Yuichiro Hanadaf0b3b472017-10-17 07:00:531573 '|ui/wm/core/ime'
[email protected]1cbbb30b2011-10-14 08:03:561574 },
[email protected]3a117c62011-11-29 04:28:021575 'textinput_chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:491576 'filepath': 'chrome/browser/chromeos/input_method/'\
1577 '|chrome/browser/chromeos/extensions/input_method'\
1578 '|chrome/browser/chromeos/status/input_method'\
1579 '|chrome/browser/extensions/extension_input_'\
1580 '|chrome/browser/resources/keyboard'\
[email protected]f2f0fbb92012-07-14 15:52:491581 'chromeos/.*(language|keyboard)'\
[email protected]6bd9e802013-04-18 06:40:421582 '|chromeos/ime/*'
[email protected]3a117c62011-11-29 04:28:021583 },
chirantan96fcf6d2015-01-21 22:36:191584 'timers': {
1585 'filepath': 'base/timer/'\
1586 '|components/timers/'
1587 },
robliaofd54b5c2017-01-13 00:41:301588 'tools_win_chromeexts': {
1589 'filepath': 'tools/win/chromeexts',
1590 },
AJITH KUMAR V4f0c4812018-03-27 13:46:571591 'touch_selection': {
1592 'filepath': 'ui/touch_selection/'\
1593 '|content/public/android/java/src/org/chromium/content/browser/selection/'
1594 },
[email protected]c8eb7f72013-07-04 15:30:111595 'tracing': {
1596 'filepath': 'base/debug/trace_event.*'\
primianobef13b42015-01-30 15:29:311597 '|base/trace_event/'\
[email protected]c8eb7f72013-07-04 15:30:111598 '|content/browser/tracing/'\
Oystein Eftevaag6410f1a2018-03-01 18:06:301599 '|components/tracing/'\
1600 '|services/tracing/'
[email protected]c8eb7f72013-07-04 15:30:111601 },
[email protected]cf428f732012-10-02 20:48:151602 'ui_compositor': {
1603 'filepath': 'ui/compositor/layer\.|'\
1604 'ui/compositor/layer_unittest|'\
1605 'ui/compositor/compositor',
1606 },
robliao2c4b7492016-07-19 01:57:261607 'ui_display_win': {
1608 'filepath': '^ui/display/win',
1609 },
[email protected]6b5093c2012-05-23 19:10:181610 'ui_resources': {
[email protected]f2f0fbb92012-07-14 15:52:491611 'filepath': 'ui/resources/'\
1612 '|ui/base/native_theme/resources/'\
1613 '|chrome/app/theme/'
[email protected]6b5093c2012-05-23 19:10:181614 },
edwardjung83f52ef22017-02-07 13:15:071615 'ui_strings': {
1616 'filepath': 'chrome/app/generated_resources.grd'\
1617 '|chrome/app/google_chrome_strings.grd'\
1618 '|chrome/android/java/strings/android_chrome_strings.grd'\
1619 '|chrome/app/settings_strings.grdp'\
1620 '|ios/chrome/app/strings/ios(_.+)*_strings.grd'\
1621 '|ui/strings/ui_strings.grd',
1622 },
Vincent Scheibd5da4d952017-11-03 01:33:241623 'usb': {
1624 'filepath': '/usb/',
1625 },
Miguel Casas-Sancheza65d49a2017-12-11 03:27:481626 'vaapi': {
1627 'filepath': 'media/gpu/vaapi',
1628 },
[email protected]c73ec8ab2014-01-16 20:35:231629 'version_assembly': {
1630 'filepath': 'chrome/app/version_assembly',
1631 },
posciak62a72272016-05-11 08:31:241632 'video': {
1633 'filepath': 'content/browser/renderer_host/media/|'\
1634 'content/renderer/media/|'\
1635 'media/capture/video/|'\
1636 'media/filters/|'\
1637 'media/gpu/|'\
1638 '.*video.*',
1639 },
mcasas09e881c2016-04-09 02:09:501640 'video_capture': {
1641 'filepath': 'chrome/browser/media/.*(capture|media|webrtc)'\
1642 '|content/browser/renderer_host/media/.*(capture|media)'\
1643 '|content/renderer/media/.*(capture|media|webrtc)'\
1644 '|media/capture/'\
chfremer2a01a69b2017-01-06 02:39:011645 '|media/muxers/'\
1646 '|services/video_capture/',
mcasas09e881c2016-04-09 02:09:501647 },
Alexandre Courbot3e9e55a2018-04-05 05:29:421648 'video_gpu': {
1649 'filepath': 'content/renderer/media/|'\
1650 'media/capture/video/|'\
1651 'media/gpu/',
1652 },
[email protected]f76c8852012-06-21 16:37:001653 'views': {
1654 # Applies to all files and subdirs within this directory.
[email protected]f2f0fbb92012-07-14 15:52:491655 'filepath': '^ui/views/',
[email protected]f76c8852012-06-21 16:37:001656 },
[email protected]ef514a32014-02-26 01:02:351657 'virtual_keyboard': {
1658 'filepath': 'ui/keyboard/'\
oka47452c22017-02-17 05:07:571659 '|chrome/test/data/chromeos/virtual_keyboard/'\
1660 '|extensions/browser/api/virtual_keyboard_private/'\
James Cooka35a1e22017-04-08 02:33:081661 '|ash/system/virtual_keyboard/'\
oka47452c22017-02-17 05:07:571662 '|ash/virtual_keyboard',
[email protected]ef514a32014-02-26 01:02:351663 },
billorr3c7e1442016-11-11 21:21:351664 'virtual_reality': {
David Dorwina4a2b73c2018-05-18 22:39:561665 # Includes VR, AR, and XR.
Michael Thiessena7bec5b2018-07-12 19:10:041666 'filepath': '/vr/'\
David Dorwina4a2b73c2018-05-18 22:39:561667 '|/xr'\
1668 '|third_party/arcore'\
1669 '|third_party/gvr'\
1670 '|third_party/libovr'\
1671 '|third_party/openvr',
billorr3c7e1442016-11-11 21:21:351672 },
Vincent Scheibd5da4d952017-11-03 01:33:241673 'wake_lock': {
1674 'filepath': 'wake_lock',
1675 },
Devin Mullins4ff9b282018-03-09 00:37:321676 'web_package': {
1677 'filepath': 'content/browser/loader/prefetch_url_loader'\
1678 '|content/browser/web_package/'\
Kunihiko Sakamotoba390852018-07-11 01:08:551679 '|content/test/data/sxg/'
Devin Mullins4ff9b282018-03-09 00:37:321680 },
Matt Giuca9eb910d2017-08-02 04:07:381681 'web_share': {
1682 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/webshare/'\
1683 '|chrome/android/javatests/src/org/chromium/chrome/browser/WebShare.*'\
1684 '|chrome/browser/ui/views/webshare/'\
1685 '|chrome/browser/webshare/'\
1686 '|third_party/WebKit/LayoutTests/webshare/'\
1687 '|third_party/WebKit/LayoutTests/external/wpt/web-share/'\
Blink Reformata30d4232018-04-07 15:31:061688 '|third_party/blink/public/platform/modules/webshare/'\
1689 '|third_party/blink/renderer/modules/webshare/',
Matt Giuca9eb910d2017-08-02 04:07:381690 },
Martin Kreichgauer794a18572018-07-20 20:45:431691 'webauthn': {
1692 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/webauth/'\
1693 '|chrome/android/javatests/src/org/chromium/chrome/browser/webauth/'\
1694 '|chrome/browser/webauthn/'\
1695 '|chrome/browser/ui/webauthn/'\
1696 '|chrome/browser/ui/views/webauthn/'\
1697 '|content/browser/webauth/'\
1698 '|device/fido/'\
1699 '|third_party/blink/public/platform/modules/webauth/',
1700 },
Corentin Wallez3f1d0852018-07-04 15:45:361701 'webgpu': {
1702 'filepath': 'third_party/blink/renderer/modules/webgpu/',
1703 },
Takeshi Yoshinoe387aa32017-08-02 13:16:131704 'webrtc_browser_tests': {
1705 'filepath': 'chrome/browser/media/.*webrtc.*browsertest|'\
1706 'content/browser/media/.*webrtc.*browsertest',
1707 },
[email protected]208879542012-07-05 11:15:341708 'website_settings': {
[email protected]f2f0fbb92012-07-14 15:52:491709 'filepath': 'chrome/browser/content_settings/'\
1710 '|chrome/browser/ui/views/website_settings/'\
1711 '|chrome/browser/ui/website_settings/'\
mukai077089f2014-09-11 18:41:521712 '|chrome/common/content_settings'\
1713 '|components/content_settings/',
[email protected]208879542012-07-05 11:15:341714 },
[email protected]b17d9e02014-07-29 09:45:501715 'windows_sandboxing': {
1716 'filepath': 'sandbox/win/',
1717 },
[email protected]f76c8852012-06-21 16:37:001718 'x11': {
[email protected]f2f0fbb92012-07-14 15:52:491719 'filepath': 'content/browser/renderer_host/backing_store_x\.' \
1720 '|chrome/browser/chromeos/input_method/xkeyboard\.' \
1721 '|chrome/browser/chromeos/system_key_event_listener\.' \
[email protected]f76c8852012-06-21 16:37:001722 '|chrome/browser/chromeos/'\
[email protected]f2f0fbb92012-07-14 15:52:491723 'xinput_hierarchy_changed_event_listener\.' \
1724 '|chrome/browser/chromeos/wm_' \
1725 '|ui/base/x/'
[email protected]0d710852012-05-24 01:18:401726 },
wjmaclean3ff6a402015-03-31 19:00:201727 'zoom': {
1728 'filepath': 'chrome/browser/ui/zoom/' \
1729 '|components/ui/zoom/' \
1730 '|content/browser/host_zoom_*' \
1731 '|content/browser/storage_partition_impl*' \
1732 '|content/public/browser/host_zoom_map.h' \
1733 '|content/public/browser/storage_partition.h'
1734 },
[email protected]a3838612009-10-13 21:57:541735 },
[email protected]ca872e362011-07-12 21:06:031736
pennymac962d190432016-07-27 00:58:351737 ##############################################################################
1738 # Please keep alphabetical
1739 ##############################################################################
[email protected]a3838612009-10-13 21:57:541740 'WATCHLISTS': {
Joe Medley1e1bb652018-04-27 17:36:591741 'about_flags': ['[email protected]',
1742 '[email protected]'],
mazda6471d0e2015-10-02 06:32:551743 'accelerator_table': ['[email protected]',
[email protected]f76c8852012-06-21 16:37:001744 '[email protected]'],
dmazzoni5f4b7f12015-02-17 16:35:571745 'accessibility': ['[email protected]',
Aaron Leventhal978557022017-06-09 15:39:411746 '[email protected]',
dmazzoni5f4b7f12015-02-17 16:35:571747 '[email protected]',
dougtcd8ac01d2017-03-24 16:23:401748 '[email protected]',
[email protected]f76c8852012-06-21 16:37:001749 '[email protected]',
je_julie.kima170bac2015-05-06 14:57:541750 '[email protected]',
Katie Dektara52038e42017-12-06 21:00:311751 '[email protected]',
dmazzoni5f4b7f12015-02-17 16:35:571752 '[email protected]',
[email protected]f76c8852012-06-21 16:37:001753 '[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:261754 'add_to_homescreen': ['[email protected]',
Xi Han50f523a1d2017-07-19 15:56:111755 '[email protected]',
F07b660412017-08-01 20:53:061756 '[email protected]'],
asvitkine361b276e2016-08-30 18:45:001757 'android_crash_reporting': ['[email protected]'],
johnmaguire6aaac7902016-03-15 12:28:201758 'android_crazy_linker': ['[email protected]'],
dfalcantaraef21e9e2016-01-07 01:16:261759 'android_infobars': ['[email protected]'],
agrieve4d9c1c52016-09-23 17:49:381760 'android_infra': ['[email protected]',
Eric Stevenson1a03deb2018-06-22 20:40:131761 '[email protected]',
Andrew Grieve5babdbfc2017-08-16 01:26:491762 '[email protected]'],
Takeshi Yoshino524e1d262017-07-28 01:16:381763 'android_item_chooser_dialogs': ['[email protected]',
1764 '[email protected]'],
lizebf34f69b2016-03-30 16:08:531765 'android_loading': ['[email protected]',
drogere76b5632016-03-31 14:14:411766 '[email protected]'],
Daniele Castagna7c829d692018-02-12 16:09:081767 'android_media': ['[email protected]'],
Ted Choc042d8442018-03-13 16:35:571768 'android_search_widget': ['[email protected]',
1769 '[email protected]'],
nyquistf602bd02017-02-16 23:17:441770 'android_studio': ['[email protected]',
1771 '[email protected]'],
Daniele Castagna7c829d692018-02-12 16:09:081772 'android_tab': ['[email protected]'],
asvitkine361b276e2016-08-30 18:45:001773 'android_uma_settings': ['[email protected]',
1774 '[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:261775 'android_webapk': ['[email protected]'],
[email protected]7ca78dc12012-09-20 09:26:441776 'android_webview': ['[email protected]'],
Yi Guc1c54682018-07-23 12:00:001777 'animation_worklet': ['[email protected]',
1778 '[email protected]'],
Matt Giuca9eb910d2017-08-02 04:07:381779 'app_list': ['[email protected]'],
Dominick Ngdd2f0112018-07-18 01:41:551780 'app_shortcuts': ['[email protected]',
1781 '[email protected]',
Matt Giuca9eb910d2017-08-02 04:07:381782 '[email protected]'],
pennymac962d190432016-07-27 00:58:351783 'apps': ['[email protected]',
Dominick Ngfe197c752018-07-18 00:51:261784 '[email protected]',
pennymac962d190432016-07-27 00:58:351785 '[email protected]'],
lhchavez4b19176f2016-05-04 23:12:461786 'arc': ['[email protected]',
hidehiko49f0b7c2016-05-24 10:59:471787 '[email protected]',
lhchavez4b19176f2016-05-04 23:12:461788 '[email protected]',
victorhsieh52feccd2017-02-27 18:27:021789 '[email protected]',
Junichi Uekawa38d20c12018-03-22 03:31:301790 '[email protected]',
1791 '[email protected]'],
lhchavez61532c92016-10-18 21:33:371792 'arc_auth': ['[email protected]'],
Shuhei Takahashiaf68cff2017-07-24 05:17:121793 'arc_fileapi': ['[email protected]'],
poromov7633f602017-02-21 16:44:011794 'arc_kiosk': ['[email protected]'],
lhchavez4b19176f2016-05-04 23:12:461795 'arc_net': ['[email protected]',
1796 '[email protected]',
1797 '[email protected]'],
ejcarusoa298ec02016-06-16 20:30:431798 'arc_power': ['[email protected]'],
Hirokazu Hondaf98a3122018-04-12 11:19:481799 'arc_video_accelerator': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351800 'ash': ['[email protected]',
1801 '[email protected]'],
Xiaohui Chenf7e70a22018-02-08 00:36:381802 'assistant': ['[email protected]'],
Max Morin2b0206312018-04-06 11:17:401803 'audio_service': ['[email protected]',
1804 '[email protected]',
1805 '[email protected]'],
pennymac962d190432016-07-27 00:58:351806 'aura': ['[email protected]',
1807 '[email protected]'],
[email protected]c3a6e1e72013-08-02 00:13:071808 'aura_compositor': ['[email protected]',
1809 '[email protected]',
pennymac962d190432016-07-27 00:58:351810 '[email protected]',
danakj3695c582016-10-26 21:54:431811 '[email protected]'],
Jared Saul4765c1e2018-06-18 13:44:571812 'autofill': ['[email protected]',
1813 '[email protected]',
sebsg55d59d82018-06-19 18:29:521814 '[email protected]',
sebsgbbfbea02016-10-24 21:54:591815 '[email protected]',
Anthony Vallee-Dubois866affd22018-03-19 15:13:211816 '[email protected]',
Jared Saul4765c1e2018-06-18 13:44:571817 '[email protected]',
Tommy Martino7e7d74082018-04-09 19:25:051818 '[email protected]',
Jared Saul4765c1e2018-06-18 13:44:571819 '[email protected]'],
Mathias Carlenc61d8072018-08-21 16:18:241820 'autofill_assistant': ['[email protected]'],
Jared Saul4765c1e2018-06-18 13:44:571821 'autofill_credit_cards': ['[email protected]'],
Dan Elphick08d1fd42018-04-26 10:22:331822 'background_fetch': ['[email protected]',
Mugdha Lakhani6876ba12018-04-06 13:12:281823 '[email protected]',
Dan Elphick08d1fd42018-04-26 10:22:331824 '[email protected]'],
Jason Chasedfcd02b2018-08-10 21:07:491825 'background_sync': ['[email protected]',
pennymac962d190432016-07-27 00:58:351826 '[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:261827 'banners': ['[email protected]',
Xi Han50f523a1d2017-07-19 15:56:111828 '[email protected]',
F07b660412017-08-01 20:53:061829 '[email protected]'],
Takeshi Yoshino524e1d262017-07-28 01:16:381830 'base': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:191831 'base_allocator': ['[email protected]',
[email protected]b17d9e02014-07-29 09:45:501832 '[email protected]'],
[email protected]1ed5e0fd2012-07-19 00:19:051833 'base_memory': ['[email protected]'],
Alexander Timin864bf8a02018-03-12 11:06:281834 'base_scheduler': ['[email protected]'],
robliao1644d8b2016-04-11 15:39:591835 'base_task_scheduler': ['[email protected]',
1836 '[email protected]',
1837 '[email protected]'],
pennymac962d190432016-07-27 00:58:351838 'base_win': ['[email protected]',
Robert Liao27a2fa12017-10-20 18:34:481839 '[email protected]',
pennymac962d190432016-07-27 00:58:351840 '[email protected]'],
[email protected]7e093d4022014-06-26 19:19:551841 'battery_status': ['[email protected]'],
wnwen72684762017-03-29 13:28:371842 'binary_size': ['[email protected]',
1843 '[email protected]',
1844 '[email protected]'],
pennymac962d190432016-07-27 00:58:351845 'blink': ['[email protected]'],
1846 'blink_accessibility': ['[email protected]',
1847 '[email protected]',
dougtcd8ac01d2017-03-24 16:23:401848 '[email protected]',
horo8e9a01572016-07-27 06:05:311849 '[email protected]',
pennymac962d190432016-07-27 00:58:351850 '[email protected]'],
1851 'blink_animation': ['[email protected]',
1852 '[email protected]',
1853 '[email protected]',
1854 '[email protected]',
1855 '[email protected]'],
1856 'blink_app_banner': ['[email protected]'],
1857 'blink_audio': ['[email protected]',
1858 '[email protected]'],
1859 'blink_battery_status': ['[email protected]',
1860 '[email protected]'],
pennymac962d190432016-07-27 00:58:351861 'blink_bindings': ['[email protected]'],
jbroman9ac2d532016-09-01 18:20:081862 'blink_bindings_serialization': ['[email protected]'],
Conley Owensd744e392018-04-24 19:18:571863 'blink_bluetooth': ['[email protected]',
Vincent Scheibf01b55ff22018-01-10 21:05:061864 '[email protected]'],
Fernando Serboncinife13f9d2018-08-14 13:35:541865 'blink_canvas': [ '[email protected]',
1866 '[email protected]'],
pennymac962d190432016-07-27 00:58:351867 'blink_client_hints': ['[email protected]'],
1868 'blink_clipboard': ['[email protected]'],
Kinuko Yasuda4a342642018-03-01 09:29:551869 'blink_common': ['[email protected]',
1870 '[email protected]'],
Kentaro Hara993b0de2017-08-07 02:26:371871 'blink_controller': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351872 'blink_css': ['[email protected]',
1873 '[email protected]',
danakjc1e13d4e2018-05-04 21:34:421874 '[email protected]'],
pennymac962d190432016-07-27 00:58:351875 'blink_css_flexbox': ['[email protected]'],
Morten Stenshorne4f1b3022017-11-14 12:05:371876 'blink_css_fragmentation_tests': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351877 'blink_css_grid_layout': ['[email protected]',
horo8e9a01572016-07-27 06:05:311878 '[email protected]',
pennymac962d190432016-07-27 00:58:351879 '[email protected]'],
Dimitri Glazkov33286c62017-12-08 23:34:251880 'blink_custom_elements': ['[email protected]'],
Oksana Zhuravlova5e236ec92018-07-25 00:16:031881 'blink_device_orientation': ['[email protected]',
1882 '[email protected]',
1883 '[email protected]',
pennymac962d190432016-07-27 00:58:351884 '[email protected]'],
1885 'blink_devtools': ['[email protected]',
1886 '[email protected]',
1887 '[email protected]',
1888 '[email protected]',
1889 '[email protected]',
lushnikovc5bd7ca2016-07-27 17:19:391890 '[email protected]'],
pennymac962d190432016-07-27 00:58:351891 'blink_dom': ['[email protected]',
danakjc1e13d4e2018-05-04 21:34:421892 '[email protected]'],
Hayato Ito5fc828c2017-07-05 08:02:321893 'blink_dom_events': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351894 'blink_events': ['[email protected]',
pennymac962d190432016-07-27 00:58:351895 '[email protected]',
1896 '[email protected]'],
1897 'blink_fetch': ['[email protected]',
1898 '[email protected]',
Takeshi Yoshino9d7588a32017-07-31 07:17:341899 '[email protected]'],
pennymac962d190432016-07-27 00:58:351900 'blink_fileapi': ['[email protected]',
1901 '[email protected]',
1902 '[email protected]'],
haraken98d0827a2017-02-27 00:55:191903 'blink_frames': ['[email protected]'],
Mounir Lamouria33886c2018-02-07 10:00:371904 'blink_geolocation': ['[email protected]'],
Nico Weberb6975cc2018-06-19 10:51:451905 'blink_heap': ['[email protected]',
pennymac962d190432016-07-27 00:58:351906 '[email protected]',
1907 '[email protected]'],
Dimitri Glazkov33286c62017-12-08 23:34:251908 'blink_html': ['[email protected]'],
csharrisonf357e9632016-07-29 01:27:221909 'blink_htmlparser': ['[email protected]',
1910 '[email protected]'],
pennymac962d190432016-07-27 00:58:351911 'blink_indexed_db': ['[email protected]',
1912 '[email protected]'],
1913 'blink_input': ['[email protected]',
Navid Zolghadrf7ac0562018-08-02 21:43:161914 '[email protected]'],
pennymac962d190432016-07-27 00:58:351915 'blink_layers': ['[email protected]'],
1916 'blink_layout': ['[email protected]',
1917 '[email protected]',
pennymac962d190432016-07-27 00:58:351918 '[email protected]',
1919 '[email protected]',
1920 '[email protected]'],
Ojan Vafai1fa1ec52018-04-11 17:56:401921 'blink_layout_ng': ['[email protected]',
atotic30c8eba2016-10-28 13:24:071922 '[email protected]',
dgroganf9744ea2017-01-18 23:23:261923 '[email protected]',
lchoi2ba79a72017-05-25 00:23:051924 '[email protected]',
Xiaocheng Hu8bd4d8072017-10-25 23:44:321925 '[email protected]',
1926 '[email protected]'],
pennymac962d190432016-07-27 00:58:351927 'blink_loader': ['[email protected]',
1928 '[email protected]',
Takeshi Yoshinoab2ce8562017-11-09 05:19:191929 '[email protected]'],
pennymac962d190432016-07-27 00:58:351930 'blink_media': ['[email protected]',
1931 '[email protected]',
srirama.mdec4f512016-09-06 08:22:191932 '[email protected]',
1933 '[email protected]'],
pennymac962d190432016-07-27 00:58:351934 'blink_media_queries': ['[email protected]',
1935 '[email protected]'],
mcasas9558316b2017-03-10 18:57:311936 'blink_mediastream': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351937 'blink_modules': ['[email protected]'],
1938 'blink_navigator_content_utils': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351939 'blink_out_of_process_frames': ['[email protected]',
1940 '[email protected]'],
pennymac962d190432016-07-27 00:58:351941 'blink_paint' : ['[email protected]',
chrishtr4030de342016-10-03 23:57:591942 '[email protected]'],
Xida Chen0ef92782018-01-17 05:53:351943 'blink_paintworklet' : ['[email protected]'],
panickere9ffa3f2017-04-10 18:26:061944 'blink_performance_timing': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351945 'blink_permissions': ['[email protected]'],
kinukoc462adb2016-12-22 12:58:491946 'blink_platform': ['[email protected]'],
ajumabd2c9c22017-05-01 21:29:501947 'blink_platform_graphics': ['[email protected]',
pennymac962d190432016-07-27 00:58:351948 '[email protected]',
1949 '[email protected]',
1950 '[email protected]',
fmalita9710b732017-02-17 05:10:021951 '[email protected]',
Justin Novosad5966c962018-07-25 19:02:281952 '[email protected]',
pennymac962d190432016-07-27 00:58:351953 '[email protected]',
pennymac962d190432016-07-27 00:58:351954 '[email protected]'],
Takeshi Yoshino524e1d262017-07-28 01:16:381955 'blink_preloadScanner': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351956 'blink_prerender': ['[email protected]',
1957 '[email protected]'],
Dimitri Glazkov33286c62017-12-08 23:34:251958 'blink_public_api': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351959 'blink_quota': ['[email protected]',
1960 '[email protected]',
1961 '[email protected]'],
Alexander Timin864bf8a02018-03-12 11:06:281962 'blink_scheduler': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351963 'blink_screen_orientation': ['[email protected]'],
Kouhei Ueno43382932017-05-30 04:43:571964 'blink_script': ['[email protected]',
Takayoshi Kochi57997382018-07-19 03:57:591965 '[email protected]'],
David Bokan9dc0046272017-12-29 00:28:011966 'blink_scroll': ['[email protected]'],
Matt Falkenhagenca7fbb62018-07-10 09:21:431967 'blink_service_worker': ['[email protected]',
pennymac962d190432016-07-27 00:58:351968 '[email protected]',
1969 '[email protected]',
1970 '[email protected]',
pennymac962d190432016-07-27 00:58:351971 '[email protected]',
1972 '[email protected]',
tzik749ae1e2018-07-20 05:05:011973 '[email protected]'],
Matt Falkenhagenca7fbb62018-07-10 09:21:431974 'blink_service_worker_tests': ['[email protected]'],
Hayato Ito5fc828c2017-07-05 08:02:321975 'blink_shadow_dom': ['[email protected]'],
timvolodine8cdb94c2016-09-22 12:17:221976 'blink_spellcheck' : ['[email protected]',
xiaochengh4a3c84e2017-03-28 07:15:321977 '[email protected]',
Xiaocheng Hu8bd4d8072017-10-25 23:44:321978 '[email protected]'],
jbroman69166ca82017-04-04 21:01:361979 'blink_spv2_layout_tests': ['[email protected]'],
Adam Rice027497d2018-07-27 02:17:021980 'blink_streams': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351981 'blink_style': ['[email protected]'],
1982 'blink_svg': ['[email protected]',
fmalita9710b732017-02-17 05:10:021983 '[email protected]',
pennymac962d190432016-07-27 00:58:351984 '[email protected]',
pennymac962d190432016-07-27 00:58:351985 '[email protected]',
1986 '[email protected]',
pennymac962d190432016-07-27 00:58:351987 '[email protected]'],
pennymac962d190432016-07-27 00:58:351988 'blink_track': ['[email protected]',
1989 '[email protected]',
1990 '[email protected]',
Sriram8d3e0e22017-11-09 10:40:161991 '[email protected]',
1992 '[email protected]'],
mvanouwerkerk38f632c62017-04-13 10:35:311993 'blink_vibration': ['[email protected]'],
David Bokan9dc0046272017-12-29 00:28:011994 'blink_viewport_interaction': ['[email protected]',
1995 '[email protected]'],
pennymac962d190432016-07-27 00:58:351996 'blink_w3ctests': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351997 'blink_webp': ['[email protected]',
1998 '[email protected]',
1999 '[email protected]'],
Adam Rice027497d2018-07-27 02:17:022000 'blink_websockets': ['[email protected]',
2001 '[email protected]'],
pennymac962d190432016-07-27 00:58:352002 'blink_workers': ['[email protected]',
falken6731ece42016-10-12 01:41:502003 '[email protected]',
pennymac962d190432016-07-27 00:58:352004 '[email protected]',
shimazu99de61f2016-09-07 03:57:412005 '[email protected]',
2006 '[email protected]'],
Raphael Kubo da Costaae598192018-05-29 11:14:242007 'blink_wtf': ['[email protected]'],
Joel Hockey0db16432018-03-09 22:41:492008 'blink_xml': ['[email protected]',
2009 '[email protected]'],
noyauce460872016-09-09 11:54:002010 'bookmarks': ['[email protected]'],
donnd787f6ed2016-08-03 01:00:562011 'bottombar': ['[email protected]',
2012 '[email protected]'],
Tarun Bansalc4882282018-07-11 23:53:552013 'breve': ['[email protected]'],
[email protected]22650d22012-07-18 17:02:352014 'browser_components': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352015 'browser_compositor': ['[email protected]',
2016 '[email protected]'],
michaelpge42ca3b32016-02-19 08:17:572017 'browser_resources_md': ['[email protected]'],
Christian Dullwebered2c82b2018-04-10 08:37:222018 'browsing_data': ['[email protected]',
2019 '[email protected]',
msramek878b39d92016-04-20 07:55:332020 '[email protected]'],
Rouslan Solomakhin0b13446c2018-07-18 14:47:072021 'bubble': ['[email protected]'],
Josh Karlin1bd016742017-08-18 17:44:172022 'cache_storage': ['[email protected]'],
Xiangjun Zhang880262a2018-08-07 22:35:382023 'cast': ['[email protected]',
2024 '[email protected]',
miua1710162015-08-27 01:38:092025 '[email protected]',
[email protected]ad8ff0e2013-12-13 09:24:122026 '[email protected]',
miua1710162015-08-27 01:38:092027 '[email protected]',
Xiangjun Zhang880262a2018-08-07 22:35:382028 '[email protected]',
miua1710162015-08-27 01:38:092029 '[email protected]'],
ryanchung4d157372016-05-10 20:27:162030 'cast_certificate': ['[email protected]',
mfoltz57fd7f32017-05-03 06:12:582031 '[email protected]',
ryanchung24f9d7b2017-01-12 19:18:342032 '[email protected]'],
Adam Parkera556b7a2018-05-22 17:53:192033 'cast_channel': ['[email protected]',
Adam Parker41b9e4cb2017-08-14 17:09:122034 '[email protected]',
Ryan Ki Sing Chung27cc7ed92017-07-25 21:53:472035 '[email protected]'],
[email protected]c863702a2012-09-14 20:05:282036 'cc': ['[email protected]'],
Yi Guc1c54682018-07-23 12:00:002037 'cc-animation': ['[email protected]',
2038 '[email protected]'],
danakjca574522017-09-20 16:38:592039 'cc-contexts': ['[email protected]'],
2040 'cc-display': ['[email protected]'],
2041 'cc-paint': ['[email protected]'],
2042 'cc-quads': ['[email protected]'],
2043 'cc-resources': ['[email protected]'],
Alexander Timin864bf8a02018-03-12 11:06:282044 'cc-scheduler': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352045 'certificate_transparency': ['[email protected]',
2046 '[email protected]',
martijnccdd0542016-11-07 18:49:272047 '[email protected]',
pennymac962d190432016-07-27 00:58:352048 '[email protected]'],
Joe Mason60ec2f32018-02-15 15:50:512049 'chrome_cleaner': ['[email protected]',
Joe Mason60ec2f32018-02-15 15:50:512050 '[email protected]'],
Penny MacNeil0ced2cb2018-07-30 21:09:492051 'chrome_elf': ['[email protected]'],
lpy0ca13772017-02-28 19:48:272052 'chrome_grc': ['[email protected]'],
[email protected]d5b21972012-07-20 02:06:012053 'chrome_views': ['[email protected]'],
alokp9d869cc12016-05-27 01:46:312054 'chromecast': ['[email protected]',
2055 '[email protected]',
halliwellfa56b3a42015-09-04 21:42:572056 '[email protected]'],
gfhuang2548f902016-02-26 02:29:212057 'chromecast_public': ['[email protected]'],
kereliuk08eda794c2018-09-05 16:10:232058 'chromedriver': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352059 'chromeos': ['[email protected]'],
2060 'chromeos_attestation': ['[email protected]'],
2061 'chromeos_calculator': ['[email protected]'],
alematec5187b1b2016-08-26 05:32:182062 'chromeos_geolocation': ['[email protected]'],
Achuith Bhandarkar434e24592018-03-07 23:05:122063 'chromeos_lkgm': ['[email protected]',
Benjamin Pastened7029352018-04-17 19:09:102064 '[email protected]',
Achuith Bhandarkar434e24592018-03-07 23:05:122065 '[email protected]'],
alematec5187b1b2016-08-26 05:32:182066 'chromeos_login': ['[email protected]',
Jacob Dufaulted1ef2bc2018-08-10 18:21:342067 '[email protected]',
2068 '[email protected]'],
pennymac962d190432016-07-27 00:58:352069 'chromeos_net': ['[email protected]'],
2070 'chromeos_power': ['[email protected]'],
alematec5187b1b2016-08-26 05:32:182071 'chromeos_timezone': ['[email protected]'],
2072 'chromeos_webui': ['[email protected]'],
Daniel Cheng99312b632017-10-25 03:59:492073 'clang_update': ['[email protected]',
2074 '[email protected]',
thestigf023ccc2016-11-10 14:39:152075 '[email protected]',
[email protected]cf8ffa82013-02-13 08:30:072076 '[email protected]',
George Burgess IVbbcd9912018-04-17 14:59:282077 '[email protected]',
pennymac962d190432016-07-27 00:58:352078 '[email protected]',
rnk28bbd1772016-05-04 17:57:582079 '[email protected]',
Hans Wennborgf2eb949e2018-05-08 12:45:032080 '[email protected]',
Peter Collingbourne1ac5f712018-03-30 22:15:132081 '[email protected]',
rnk28bbd1772016-05-04 17:57:582082 '[email protected]',
pennymac962d190432016-07-27 00:58:352083 '[email protected]',
thestigf023ccc2016-11-10 14:39:152084 '[email protected]',
pennymac962d190432016-07-27 00:58:352085 '[email protected]',
horo8e9a01572016-07-27 06:05:312086 '[email protected]',
pennymac962d190432016-07-27 00:58:352087 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002088 'clipboard': ['[email protected]'],
Aaron Gable64f273582017-03-30 18:02:002089 'codereview_settings': ['[email protected]'],
sdefresned94c5b02015-07-22 17:54:552090 'components_deps': ['[email protected]',
2091 '[email protected]',
2092 '[email protected]'],
Conley Owensd744e392018-04-24 19:18:572093 'content_bluetooth': ['[email protected]',
Vincent Scheibf01b55ff22018-01-10 21:05:062094 '[email protected]'],
Randy Smith9d64e6e2018-03-07 20:07:082095 'content_loader': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352096 'content_renderer': ['[email protected]'],
mkwst75a31a42014-09-14 18:32:532097 'content_shell': ['[email protected]',
peterc9e3e172015-11-02 09:29:162098 '[email protected]',
2099 '[email protected]'],
nhiroki90ba0102015-07-21 01:42:242100 'content_worker': ['[email protected]',
2101 '[email protected]'],
donnd787f6ed2016-08-03 01:00:562102 'contextual_search': ['[email protected]',
2103 '[email protected]'],
pennymac962d190432016-07-27 00:58:352104 'courgette': ['[email protected]',
2105 '[email protected]'],
Nico Weber6ff639a2017-08-11 21:04:502106 'cq': ['[email protected]',
2107 '[email protected]',
2108 '[email protected]',
2109 '[email protected]',
2110 '[email protected]'],
dbeamd924f0d0d2017-06-20 02:34:252111 'cr_elements': ['[email protected]',
michaelpge42ca3b32016-02-19 08:17:572112 '[email protected]'],
Chung-yih Wang7afc64a2018-03-06 02:09:042113 'cros_benchmarks': ['[email protected]',
2114 '[email protected]',
2115 '[email protected]'],
Ben Wells03471a72018-03-22 00:58:462116 'crostini': ['[email protected]'],
Michael Thiessena7bec5b2018-07-12 19:10:042117 'custom_tabs': ['[email protected]'],
Ryo Hashimoto900be52c2018-05-24 06:42:262118 'dbus': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:192119 'deep_memory_profiler': ['[email protected]'],
Conley Owensd744e392018-04-24 19:18:572120 'device_bluetooth': ['[email protected]',
Vincent Scheibf01b55ff22018-01-10 21:05:062121 '[email protected]'],
Conley Owensd744e392018-04-24 19:18:572122 'device_chooser': ['[email protected]',
Vincent Scheibf01b55ff22018-01-10 21:05:062123 '[email protected]'],
pennymac962d190432016-07-27 00:58:352124 'devtools': ['[email protected]',
2125 '[email protected]'],
Adam Parkera556b7a2018-05-22 17:53:192126 'dial': ['[email protected]',
mfoltz57fd7f32017-05-03 06:12:582127 '[email protected]'],
kinukoc462adb2016-12-22 12:58:492128 'disk_cache': ['[email protected]'],
David Trainor051827f2017-06-02 18:33:132129 'download': ['[email protected]'],
dbeamd924f0d0d2017-06-20 02:34:252130 'downloads_ui': ['[email protected]'],
[email protected]9a3781d2013-04-04 18:31:402131 'drive': ['[email protected]'],
[email protected]89d2cd52013-04-16 01:55:362132 'drive_resource_metadata': ['[email protected]'],
[email protected]3a25c8a2014-06-26 06:47:102133 'eme': ['[email protected]'],
Justin DeWittf64d39e2018-08-09 21:33:412134 'explore_sites': ['[email protected]',
2135 '[email protected]',
2136 '[email protected]',
2137 '[email protected]'],
[email protected]f9529e7922013-06-06 05:19:412138 'extension': ['[email protected]',
2139 '[email protected]'],
Luna Lu7f221f22017-06-13 16:46:142140 'feature_policy': ['[email protected]',
Joe Medleya129fe32018-01-25 15:20:222141 '[email protected]',
Joe Medley1e1bb652018-04-27 17:36:592142 '[email protected]'],
[email protected]84dcfd92014-05-23 13:18:192143 'fileapi': ['[email protected]',
[email protected]6f217122013-11-25 07:21:482144 '[email protected]',
2145 '[email protected]'],
yoshiki1c0ba2782014-12-08 07:04:262146 'filebrowse': ['[email protected]'],
Joel Hockey0db16432018-03-09 22:41:492147 'filesapp': ['[email protected]',
2148 '[email protected]',
okab0be3dc2016-08-30 07:37:102149 '[email protected]'],
Tomasz Mikolajewski2905dbb2017-11-22 06:24:042150 'fsp': ['[email protected]'],
Wez385de5a2017-07-13 20:13:162151 'fuchsia': ['[email protected]', '[email protected]'],
mmoroz58ddb8172016-09-08 18:29:552152 'fuzzing': ['[email protected]'],
Conley Owensd744e392018-04-24 19:18:572153 'gamepad': ['[email protected]'],
Dan Elphick7c3105252017-11-06 15:51:472154 'gcm': ['[email protected]',
pennymac962d190432016-07-27 00:58:352155 '[email protected]'],
mikhail.pozdnyakova8db26402016-11-28 18:27:122156 'generic_sensor': ['[email protected]',
Jun Caiaa1f040d2017-11-15 01:21:532157 '[email protected]',
Vincent Scheibd5da4d952017-11-03 01:33:242158 '[email protected]',
timvolodine4cf58ca2017-05-24 16:11:482159 '[email protected]',
mikhail.pozdnyakova8db26402016-11-28 18:27:122160 '[email protected]'],
Conley Owensd744e392018-04-24 19:18:572161 'geolocation': ['[email protected]',
Vincent Scheibf01b55ff22018-01-10 21:05:062162 '[email protected]'],
[email protected]cf428f732012-10-02 20:48:152163 'gfx_geometry': ['[email protected]'],
[email protected]f93b7382012-08-09 20:53:162164 'gfx_image': ['[email protected]'],
agrieve4d9c1c52016-09-23 17:49:382165 'gn': ['[email protected]',
2166 '[email protected]',
pennymac962d190432016-07-27 00:58:352167 '[email protected]'],
[email protected]a6159102013-11-08 23:21:522168 'gpu': ['[email protected]'],
Corentin Wallez3f1d0852018-07-04 15:45:362169 'gpu_passthrough_cmd_decoder': ['[email protected]'],
Ehsan Karamadc20cee22018-08-10 21:32:332170 'guest_view': ['[email protected]',
Kevin McNee77c2f6b2018-08-14 21:43:582171 '[email protected]',
Ehsan Karamadc20cee22018-08-10 21:32:332172 '[email protected]'],
Andrey Kosyakova173d252018-05-07 18:29:112173 'headless': ['[email protected]'],
dbeamd924f0d0d2017-06-20 02:34:252174 'history_ui': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002175 'i18n': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002176 'importer': ['[email protected]'],
Greg Thompson4f90fc992017-07-25 19:30:372177 'incident_reporting': ['[email protected]'],
[email protected]8b250562014-08-12 19:07:452178 'indexed_db': ['[email protected]',
dgrogand792a7f2016-01-21 00:12:132179 '[email protected]'],
bruthigaa8281f2016-02-09 17:52:312180 'ink_drop': ['[email protected]'],
dtapuska1f997a12016-03-14 19:22:072181 'input': ['[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:262182 'installable': ['[email protected]'],
Raphael Kubo da Costaf242cef72017-11-08 16:01:182183 'installer_linux': ['[email protected]',
2184 '[email protected]'],
Greg Thompson4f90fc992017-07-25 19:30:372185 'installer_win': ['[email protected]',
Greg Thompson4f90fc992017-07-25 19:30:372186 '[email protected]'],
pennymac962d190432016-07-27 00:58:352187 'instant': ['[email protected]',
pennymac962d190432016-07-27 00:58:352188 '[email protected]',
jered0bd025a82017-05-03 20:01:132189 '[email protected]',
pennymac962d190432016-07-27 00:58:352190 '[email protected]',
2191 '[email protected]',
2192 '[email protected]',
2193 '[email protected]',
2194 '[email protected]'],
edchin46453b42017-03-03 01:40:112195 'ios': ['[email protected]'],
2196 'ios_chrome': ['[email protected]',
marqa4f135f2017-01-10 12:37:342197 '[email protected]',
eugenebutb5a5a8572017-01-20 01:18:112198 '[email protected]'],
edchin46453b42017-03-03 01:40:112199 'ios_clean': ['[email protected]',
lpromero6846b19d2017-05-23 10:43:592200 '[email protected]'],
edchin46453b42017-03-03 01:40:112201 'ios_showcase': ['[email protected]',
lpromero6846b19d2017-05-23 10:43:592202 '[email protected]'],
edchin46453b42017-03-03 01:40:112203 'ios_web': ['[email protected]',
2204 '[email protected]'],
Johanndfa4d7d2017-12-07 18:05:292205 'libaom': ['[email protected]',
pennymac962d190432016-07-27 00:58:352206 '[email protected]',
2207 '[email protected]',
2208 '[email protected]'],
Johanndfa4d7d2017-12-07 18:05:292209 'libvpx': ['[email protected]',
2210 '[email protected]',
2211 '[email protected]',
2212 '[email protected]',
2213 '[email protected]',
2214 '[email protected]'],
Takeshi Yoshino524e1d262017-07-28 01:16:382215 'libwebp': ['[email protected]',
2216 '[email protected]',
2217 '[email protected]'],
dominiccabb90e02017-03-31 04:54:232218 'libxml_xslt': ['[email protected]',
2219 '[email protected]'],
[email protected]04a292a2013-03-07 19:58:422220 'linux_fonts': ['[email protected]'],
[email protected]6d7e0bf2014-07-28 22:30:402221 'linux_sandboxing': ['[email protected]'],
[email protected]04a292a2013-03-07 19:58:422222 'linux_seccomp_bpf': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352223 'login': ['[email protected]'],
lgrey62faed72016-10-11 21:40:392224 'mac' : ['[email protected]'],
mlamourid8b0feb2015-06-02 16:30:472225 'manifest': ['[email protected]'],
James Cook4bfa66fa2018-05-29 17:20:422226 'mash_buildbot_filters': ['[email protected]',
2227 '[email protected]'],
dbeamd924f0d0d2017-06-20 02:34:252228 'md_settings': ['[email protected]',
michaelpg32ca07902015-02-07 00:31:112229 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002230 'media': ['[email protected]'],
Miguel Casas-Sanchez5eb47252017-09-05 21:15:032231 'media_capture_from_element': ['[email protected]'],
Tommy Steimel074a1822018-02-07 17:25:442232 'media_controls': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352233 'media_galleries': ['[email protected]',
2234 '[email protected]'],
Hirokazu Hondae31ce109a2018-09-18 11:18:502235 'media_gpu': ['[email protected]'],
Xiaohan Wang6cbdcdf2018-06-12 21:55:542236 'media_mojo': ['[email protected]',
2237 '[email protected]'],
mcasasfeedbe42017-03-03 05:23:562238 'media_recorder': ['[email protected]',
mcasas9558316b2017-03-10 18:57:312239 '[email protected]'],
Xiangjun Zhang880262a2018-08-07 22:35:382240 'media_remoting': ['[email protected]',
2241 '[email protected]',
mfoltz57fd7f32017-05-03 06:12:582242 '[email protected]',
apacible01538e02016-11-04 22:15:312243 '[email protected]',
Xiangjun Zhang880262a2018-08-07 22:35:382244 '[email protected]',
miu5e69f1c52016-10-23 13:40:112245 '[email protected]'],
Adam Parkera556b7a2018-05-22 17:53:192246 'media_router': ['[email protected]',
Takumi Fujimoto4bef2792018-05-03 17:51:552247 '[email protected]',
Xiangjun Zhang880262a2018-08-07 22:35:382248 '[email protected]',
Takumi Fujimoto4bef2792018-05-03 17:51:552249 '[email protected]'],
Xiaohan Wang6cbdcdf2018-06-12 21:55:542250 'media_win': ['[email protected]'],
fmeawad4582cd22017-03-30 20:59:362251 'memory_coordinator': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002252 'message_loop': ['[email protected]'],
isherman1eee6f12014-12-09 02:14:302253 'metrics': ['[email protected]'],
[email protected]1d8899ee2014-06-10 20:58:122254 'metrics_xml_files': ['[email protected]'],
toyoshim8f51f902015-03-27 03:50:212255 'midi': ['[email protected]'],
John Abd-El-Malek01cfd3f2018-06-21 16:33:122256 'mojo': ['[email protected]'],
Ryan Hansberry587c8082018-09-20 01:31:192257 'multidevice': ['[email protected]',
2258 '[email protected]',
Kyle Horimotoc4d57b122018-02-28 01:17:302259 '[email protected]',
2260 '[email protected]',
2261 '[email protected]',
Ryan Hansberry587c8082018-09-20 01:31:192262 '[email protected]'],
rjkroegef60dea862015-10-29 17:50:062263 'mus': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002264 'nacl': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352265 'native_client_sdk': ['[email protected]',
2266 '[email protected]'],
Alex Moshchuk3fbcf782018-05-09 00:06:292267 'navigation': ['[email protected]',
2268 '[email protected]',
pennymac962d190432016-07-27 00:58:352269 '[email protected]'],
Chris Bentzel605478a2018-07-10 21:47:012270 'net': ['[email protected]'],
bnc1872e8bd2017-01-27 02:47:282271 'net_base': ['[email protected]'],
bnc1872e8bd2017-01-27 02:47:282272 'net_http2': ['[email protected]'],
2273 'net_log': ['[email protected]',
Matt Menkecebc2402017-07-20 16:26:092274 '[email protected]'],
Adam Rice027497d2018-07-27 02:17:022275 'net_server': ['[email protected]'],
bnc1872e8bd2017-01-27 02:47:282276 'net_spdy': ['[email protected]'],
Adam Rice027497d2018-07-27 02:17:022277 'net_websockets': ['[email protected]'],
jkarlin539748402015-03-31 17:36:312278 'netinfo': ['[email protected]'],
Helen Li30f43d8e2018-05-09 16:24:012279 'network_service': ['[email protected]'],
Conley Owensd744e392018-04-24 19:18:572280 'nfc': ['[email protected]'],
Peter Beverloo45bf54c2018-08-06 17:12:032281 'notifications': ['[email protected]'],
tbansalc6f1c9f2016-09-30 22:48:422282 'nqe': ['[email protected]'],
noyau451e6bb62016-12-23 14:29:042283 'ntp_snippets': ['[email protected]',
2284 '[email protected]'],
2285 'ntp_tiles': ['[email protected]',
2286 '[email protected]'],
peterc7e27422017-05-17 04:05:282287 'offline_items_collection': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352288 'offline_pages': ['[email protected]',
Carlos Knippschild6a2e2f02017-06-02 18:18:142289 '[email protected]',
pennymac962d190432016-07-27 00:58:352290 '[email protected]',
2291 '[email protected]',
dewittj74b23f6f2016-04-21 19:29:252292 '[email protected]',
2293 '[email protected]',
pennymac962d190432016-07-27 00:58:352294 '[email protected]'],
jdonnelly6fa5a21d2017-01-03 15:28:352295 'omnibox': ['[email protected]'],
Doug Arnetta94d3ae2017-11-07 00:10:342296 'optimization_guide': ['[email protected]',
2297 '[email protected]',
Takeshi Yoshinoab2ce8562017-11-09 05:19:192298 '[email protected]'],
iclelland8b904402016-10-05 15:01:232299 'origin_trials': ['[email protected]',
Ian Clelland1b27f8f62017-06-22 13:36:242300 '[email protected]'],
pennymac962d190432016-07-27 00:58:352301 'ozone': ['[email protected]',
2302 '[email protected]'],
Emily Stark204d2382017-12-01 05:24:562303 'page_info' : ['[email protected]'],
Bryan McQuade4233f412017-07-28 16:23:412304 'page_load_metrics' : ['[email protected]',
2305 '[email protected]',
tdresserd80646f2017-03-03 19:26:082306 '[email protected]',
2307 '[email protected]'],
Daniel Cheng99312b632017-10-25 03:59:492308 'panels': ['[email protected]',
pennymac962d190432016-07-27 00:58:352309 '[email protected]',
2310 '[email protected]'],
mkwst17a9875d2016-06-24 10:36:392311 'password_manager': ['[email protected]',
Vasilii Sukhanovc4e6c2842018-07-18 12:12:202312 '[email protected]',
2313 '[email protected]'],
sebsgbbfbea02016-10-24 21:54:592314 'payments': ['[email protected]',
mahmadi0a7bb59f2017-02-22 19:13:492315 '[email protected]',
Anthony Vallee-Dubois866affd22018-03-19 15:13:212316 '[email protected]',
2317 '[email protected]'],
mahmadi0a7bb59f2017-02-22 19:13:492318 'payments_ios': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352319 'pepper_api': ['[email protected]',
2320 '[email protected]',
2321 '[email protected]',
2322 '[email protected]',
2323 '[email protected]',
pennymac962d190432016-07-27 00:58:352324 '[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:262325 'permissions': ['[email protected]',
Xi Han50f523a1d2017-07-19 15:56:112326 '[email protected]',
Dominick Ngcaa7b402017-07-11 07:35:392327 '[email protected]',
Timothy Lohb2a4eff2017-08-03 07:07:562328 '[email protected]',
2329 '[email protected]'],
François Beaufortb2070eb2018-02-08 10:36:342330 'picture_in_picture': ['[email protected]'],
Lutz Justena67427102018-06-28 08:55:462331 'policy_templates': ['[email protected]'],
dbeamd924f0d0d2017-06-20 02:34:252332 'polymer': ['[email protected]'],
Charles Harrison981d33c2017-10-06 21:36:222333 'popup_blocker': ['[email protected]'],
twifkak0c69c1f2015-06-22 18:20:092334 'precache': ['[email protected]'],
[email protected]be775bc2014-06-30 15:41:142335 'prepopulated_engines': ['[email protected]'],
Chris Bentzel605478a2018-07-10 21:47:012336 'prerender': ['[email protected]',
pennymac962d190432016-07-27 00:58:352337 '[email protected]'],
Adam Parkera556b7a2018-05-22 17:53:192338 'presentation': ['[email protected]'],
rbpotter0d9edeed2018-08-03 14:11:582339 'print_preview': ['[email protected]'],
Peter Beverloo45bf54c2018-08-06 17:12:032340 'push_messaging': ['[email protected]'],
stkhapugin06503142016-12-07 14:32:122341 'reading_list': ['[email protected]'],
[email protected]c3887592014-02-06 20:02:252342 'remoting': ['[email protected]'],
Ali Tofigh000debb52017-11-07 21:35:422343 'rlz_id': ['[email protected]',
pennymac962d190432016-07-27 00:58:352344 '[email protected]'],
Joe Medley1e1bb652018-04-27 17:36:592345 'runtime_enabled_features': ['[email protected]'],
Daniel Ruberyfa8cd5d2018-09-13 17:31:232346 'safe_browsing': ['[email protected]',
2347 '[email protected]',
vakh125ad862017-03-17 00:06:252348 '[email protected]'],
mlamourid8b0feb2015-06-02 16:30:472349 'screen_orientation': ['[email protected]'],
Robert Sesekae79d38512018-09-04 18:13:302350 'security': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352351 'service_worker': ['[email protected]',
[email protected]6d095a8b2014-02-28 15:26:162352 '[email protected]',
pennymac962d190432016-07-27 00:58:352353 '[email protected]',
pennymac962d190432016-07-27 00:58:352354 '[email protected]',
horo8e9a01572016-07-27 06:05:312355 '[email protected]',
tzik749ae1e2018-07-20 05:05:012356 '[email protected]'],
Colin Blundell6d2669a2017-07-11 06:26:532357 'services_public': ['[email protected]'],
alitoc5534d62017-04-21 01:48:582358 'settings_reset_prompt': ['[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:262359 'site_engagement': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352360 'site_instance': ['[email protected]',
Alex Moshchuk3fbcf782018-05-09 00:06:292361 '[email protected]',
pennymac962d190432016-07-27 00:58:352362 '[email protected]',
[email protected]b9ecdb62014-03-07 14:56:432363 '[email protected]'],
Ryan Hansberry587c8082018-09-20 01:31:192364 'smartlock': ['[email protected]',
2365 '[email protected]',
2366 '[email protected]',
2367 '[email protected]',
2368 '[email protected]',
2369 '[email protected]'],
Zentaro Kavanagh608f8a12018-01-19 18:39:562370 'smb': ['[email protected]'],
Joe Medley1e1bb652018-04-27 17:36:592371 'source_idls': ['[email protected]'],
[email protected]ad0295d2012-10-11 23:43:362372 'spellcheck': ['[email protected]',
[email protected]18d7e402014-07-08 19:53:142373 '[email protected]',
timvolodine8cdb94c2016-09-22 12:17:222374 '[email protected]',
2375 '[email protected]'],
Xi Cheng3920ab1b2018-09-10 20:03:582376 'stack_sampling_profiler': ['[email protected]'],
Greg Thompson9ea091702018-01-04 11:06:322377 'startup': ['[email protected]',
2378 '[email protected]'],
[email protected]67f39af2013-08-23 20:06:052379 'streams': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352380 'styleguide': ['[email protected]',
vmpstrdeec20e2016-11-18 22:17:322381 '[email protected]',
2382 '[email protected]'],
engedye7b734da2017-02-07 12:08:132383 'subresource_filter': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352384 'supervised_users': ['[email protected]'],
maxbogue65ea2632016-04-04 18:12:582385 'sync': ['[email protected]'],
[email protected]84dcfd92014-05-23 13:18:192386 'syncfs': ['[email protected]',
[email protected]6f217122013-11-25 07:21:482387 '[email protected]',
2388 '[email protected]'],
miu5e69f1c52016-10-23 13:40:112389 'tab_alert_indicators': ['[email protected]'],
Adam Parkera556b7a2018-05-22 17:53:192390 'tab_capture': ['[email protected]',
Xiangjun Zhang880262a2018-08-07 22:35:382391 '[email protected]',
miu5e69f1c52016-10-23 13:40:112392 '[email protected]'],
pennymac962d190432016-07-27 00:58:352393 'tab_contents': ['[email protected]',
2394 '[email protected]',
2395 '[email protected]'],
tdresserd80646f2017-03-03 19:26:082396 'tbmv2_metrics': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:192397 'tcmalloc': ['[email protected]'],
tonygc7f6a4c12015-01-16 18:32:262398 'telemetry': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352399 'test_runner': ['[email protected]',
einbindera29577e2016-08-23 01:21:492400 '[email protected]',
2401 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002402 'tests': [],
Ryan Hansberry587c8082018-09-20 01:31:192403 'tether': ['[email protected]',
2404 '[email protected]',
2405 '[email protected]',
2406 '[email protected]',
dbeamd924f0d0d2017-06-20 02:34:252407 '[email protected]',
Ryan Hansberry587c8082018-09-20 01:31:192408 '[email protected]'],
pennymac962d190432016-07-27 00:58:352409 'textinput': ['[email protected]',
2410 '[email protected]',
2411 '[email protected]',
Yuichiro Hanadaf0b3b472017-10-17 07:00:532412 '[email protected]',
pennymac962d190432016-07-27 00:58:352413 '[email protected]'],
2414 'textinput_chromeos': ['[email protected]',
2415 '[email protected]',
Yuichiro Hanadaf0b3b472017-10-17 07:00:532416 '[email protected]',
pennymac962d190432016-07-27 00:58:352417 '[email protected]'],
chirantan96fcf6d2015-01-21 22:36:192418 'timers': ['[email protected]'],
robliaofd54b5c2017-01-13 00:41:302419 'tools_win_chromeexts': ['[email protected]'],
AJITH KUMAR V4f0c4812018-03-27 13:46:572420 'touch_selection': ['[email protected]',
2421 '[email protected]'],
pennymac962d190432016-07-27 00:58:352422 'tracing': ['[email protected]',
2423 '[email protected]'],
[email protected]cf428f732012-10-02 20:48:152424 'ui_compositor': ['[email protected]'],
robliao2c4b7492016-07-19 01:57:262425 'ui_display_win': ['[email protected]'],
[email protected]6b5093c2012-05-23 19:10:182426 'ui_resources': ['[email protected]'],
edwardjung83f52ef22017-02-07 13:15:072427 'ui_strings': ['[email protected]'],
Conley Owensd744e392018-04-24 19:18:572428 'usb': ['[email protected]'],
Miguel Casas-Sancheza65d49a2017-12-11 03:27:482429 'vaapi': ['[email protected]'],
[email protected]c73ec8ab2014-01-16 20:35:232430 'version_assembly': ['[email protected]',
2431 '[email protected]'],
Alexandre Courbot3e9e55a2018-04-05 05:29:422432 'video': ['[email protected]'],
mcasas9558316b2017-03-10 18:57:312433 'video_capture': ['[email protected]'],
Alexandre Courbot3e9e55a2018-04-05 05:29:422434 'video_gpu': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002435 'views': ['[email protected]'],
blakeod4cc78a2017-05-10 06:56:482436 'virtual_keyboard': ['[email protected]',
2437 '[email protected]',
okabf9f6f02017-02-17 05:14:292438 '[email protected]'],
billorr3c7e1442016-11-11 21:21:352439 'virtual_reality': ['[email protected]'],
Conley Owensd744e392018-04-24 19:18:572440 'wake_lock': ['[email protected]'],
Devin Mullins4ff9b282018-03-09 00:37:322441 'web_package': ['[email protected]'],
Matt Giuca9eb910d2017-08-02 04:07:382442 'web_share': ['[email protected]'],
Martin Kreichgauer794a18572018-07-20 20:45:432443 'webauthn': ['[email protected]'],
Corentin Wallez3f1d0852018-07-04 15:45:362444 'webgpu': ['[email protected]',
2445 '[email protected]'],
Takeshi Yoshinoe387aa32017-08-02 13:16:132446 'webrtc_browser_tests': ['[email protected]'],
Christian Dullwebered2c82b2018-04-10 08:37:222447 'website_settings': ['[email protected]',
2448 '[email protected]',
pennymac962d190432016-07-27 00:58:352449 '[email protected]',
2450 '[email protected]'],
Penny MacNeil0ced2cb2018-07-30 21:09:492451 'windows_sandboxing': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002452 'x11': ['[email protected]',
2453 '[email protected]',
2454 '[email protected]'],
wjmaclean3ff6a402015-03-31 19:00:202455 'zoom': ['[email protected]'],
[email protected]a3838612009-10-13 21:57:542456 },
2457}