blob: 15016d647879ba02ab2f8598e3b30e687be3b83e [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 },
Jared Saul4765c1e2018-06-18 13:44:57172 'autofill_credit_cards': {
173 'filepath': 'chrome/browser/ui/autofill/chrome_autofill_client*|'\
174 'chrome/browser/ui/autofill/save_card_*|'\
175 'chrome/browser/ui/views/autofill/card_unmask_*|'\
176 'chrome/browser/ui/views/autofill/save_card_*|'\
177 'components/autofill/core/browser/autofill_save_card_infobar_*|'\
178 'components/autofill/core/browser/credit_card_save_manager*|'\
179 'components/autofill/core/browser/form_data_importer*|'\
180 'components/autofill/core/browser/ui/',
181 },
peter39e10a62017-02-21 15:14:13182 'background_fetch': {
Peter Beverloo4548c852017-08-31 13:45:17183 'filepath': 'background_fetch|'\
184 'background-fetch',
peter39e10a62017-02-21 15:14:13185 },
186 'background_sync': {
Josh Karlin1bd016742017-08-18 17:44:17187 'filepath': '/background_sync/',
peter39e10a62017-02-21 15:14:13188 },
dominickn8884155a2016-06-23 02:28:16189 'banners': {
190 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/banners/|'\
191 'chrome/android/javatests/src/org/chromium/chrome/browser/banners/|'\
dominickn8884155a2016-06-23 02:28:16192 'chrome/browser/banners/|'\
193 'chrome/browser/ui/android/infobars/app_banner_.*|'\
Blink Reformata30d4232018-04-07 15:31:06194 'third_party/blink/public/platform/modules/app_banner/|'\
195 'third_party/blink/renderer/modules/app_banner/',
dominickn8884155a2016-06-23 02:28:16196 },
[email protected]f76c8852012-06-21 16:37:00197 'base': {
[email protected]f2f0fbb92012-07-14 15:52:49198 'filepath': '^base/',
[email protected]7a7a13b2010-08-25 01:10:59199 },
[email protected]5e105332012-09-13 01:55:52200 'base_allocator': {
201 'filepath': '^base/allocator',
202 },
[email protected]1ed5e0fd2012-07-19 00:19:05203 'base_memory': {
204 'filepath': '^base/memory',
205 },
Alexander Timin864bf8a02018-03-12 11:06:28206 'base_scheduler': {
207 'filepath': '^base/task/',
208 },
robliao1644d8b2016-04-11 15:39:59209 'base_task_scheduler': {
210 'filepath': '^base/task_scheduler',
211 },
[email protected]b17d9e02014-07-29 09:45:50212 'base_win': {
213 'filepath': '^base/win',
214 },
[email protected]7e093d4022014-06-26 19:19:55215 'battery_status': {
216 'filepath': 'content/browser/battery_status/|'\
timvolodine953fde72014-12-09 16:47:10217 'content/test/data/battery_status/|'\
218 'device/battery/',
[email protected]7e093d4022014-06-26 19:19:55219 },
wnwen72684762017-03-29 13:28:37220 'binary_size': {
221 'filepath': 'build/android/binary_size/|'\
222 'tools/binary_size/',
223 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13224 'blink': {
Kent Tamurae9b3a9ec2017-08-31 02:20:19225 'filepath': 'third_party/(WebKit|blink)/',
Takeshi Yoshinoe387aa32017-08-02 13:16:13226 },
227 'blink_accessibility': {
Kent Tamuraeb394c72018-04-07 19:14:55228 'filepath': 'third_party/(WebKit|blink)/.*(accessibility|ax_object_cache|web_ax)'
Takeshi Yoshinoe387aa32017-08-02 13:16:13229 },
230 'blink_animation': {
Kent Tamuraeb394c72018-04-07 19:14:55231 'filepath': 'third_party/(WebKit|blink)/.*([Aa]nimat|[Tt]ransition)',
Takeshi Yoshinoe387aa32017-08-02 13:16:13232 },
233 'blink_app_banner': {
Blink Reformata30d4232018-04-07 15:31:06234 'filepath': 'third_party/blink/renderer/modules/app_banner' \
235 '|third_party/blink/public/platform/modules/app_banner',
Takeshi Yoshinoe387aa32017-08-02 13:16:13236 },
237 'blink_audio': {
Blink Reformata30d4232018-04-07 15:31:06238 'filepath': 'third_party/blink/renderer/platform/audio' \
239 '|third_party/blink/renderer/modules/webaudio' \
Raymond Toya91cf5802018-03-24 00:05:55240 '|third_party/WebKit/LayoutTests/external/wpt/webaudio',
Takeshi Yoshinoe387aa32017-08-02 13:16:13241 },
242 'blink_battery_status': {
Blink Reformata30d4232018-04-07 15:31:06243 'filepath': 'third_party/blink/renderer/modules/battery/' \
Takeshi Yoshinoe387aa32017-08-02 13:16:13244 '|third_party/WebKit/LayoutTests/battery-status/' \
Kent Tamuraeb394c72018-04-07 19:14:55245 '|third_party/blink/renderer/core/frame/platform_event_(controller|dispatcher)'
Takeshi Yoshinoe387aa32017-08-02 13:16:13246 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13247 'blink_bindings': {
Blink Reformata30d4232018-04-07 15:31:06248 'filepath': 'third_party/blink/renderer/platform/bindings' \
249 '|third_party/blink/renderer/bindings',
Takeshi Yoshinoe387aa32017-08-02 13:16:13250 },
251 'blink_bindings_serialization': {
Kent Tamuraeb394c72018-04-07 19:14:55252 'filepath': 'third_party/blink/renderer/bindings/(core|modules)/v8/.*serializ',
Takeshi Yoshinoe387aa32017-08-02 13:16:13253 },
254 'blink_bluetooth': {
Kent Tamuraeb394c72018-04-07 19:14:55255 'filepath': 'third_party/(WebKit|blink)/.*[Bb]luetooth'
Takeshi Yoshinoe387aa32017-08-02 13:16:13256 },
257 'blink_canvas2d': {
Blink Reformata30d4232018-04-07 15:31:06258 'filepath': 'third_party/blink/renderer/core/html/canvas' \
Blink Reformata30d4232018-04-07 15:31:06259 '|third_party/blink/renderer/modules/canvas2d' \
Kent Tamuraeb394c72018-04-07 19:14:55260 '|third_party/blink/renderer/platform/graphics/canvas_2d',
Takeshi Yoshinoe387aa32017-08-02 13:16:13261 },
262 'blink_client_hints': {
Kent Tamuraeb394c72018-04-07 19:14:55263 'filepath': 'third_party/blink/renderer/core/loader/accept_client_hints*' \
264 '|third_party/blink/renderer/core/loader/frame_fetch_context*' \
265 '|third_party/blink/renderer/core/loader/resource/image_resource*' \
266 '|third_party/blink/renderer/platform/loader/fetch/fetch_context*' \
267 '|third_party/blink/renderer/platform/loader/fetch/resource_fetcher*'
Takeshi Yoshinoe387aa32017-08-02 13:16:13268 },
269 'blink_clipboard': {
Blink Reformata30d4232018-04-07 15:31:06270 'filepath': 'third_party/blink/renderer/core/clipboard' \
Kent Tamuraeb394c72018-04-07 19:14:55271 '|third_party/blink/renderer/core/page/.*drag' \
272 '|third_party/blink/renderer/platform/.*drag' \
Kent Tamuraeb394c72018-04-07 19:14:55273 '|third_party/blink/public/platform/.*drag' \
274 '|third_party/blink/public/web/.*drag',
Takeshi Yoshinoe387aa32017-08-02 13:16:13275 },
Jeremy Romanb7b3a6a2018-02-07 20:15:32276 'blink_common': {
Kent Tamuraeb394c72018-04-07 19:14:55277 'filepath': 'third_party/blink/common'
Blink Reformata30d4232018-04-07 15:31:06278 '|third_party/blink/public/common' \
279 '|third_party/blink/public/mojom',
Jeremy Romanb7b3a6a2018-02-07 20:15:32280 },
Kentaro Hara993b0de2017-08-07 02:26:37281 'blink_controller': {
Blink Reformata30d4232018-04-07 15:31:06282 'filepath': 'third_party/blink/renderer/controller',
Kentaro Hara993b0de2017-08-07 02:26:37283 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13284 'blink_css': {
Blink Reformata30d4232018-04-07 15:31:06285 'filepath': 'third_party/blink/renderer/core/css',
Takeshi Yoshinoe387aa32017-08-02 13:16:13286 },
287 'blink_css_flexbox': {
Kent Tamuraeb394c72018-04-07 19:14:55288 'filepath': 'third_party/blink/renderer/core/rendering/.*flex' \
Takeshi Yoshinoe387aa32017-08-02 13:16:13289 '|third_party/WebKit/LayoutTests/fast/deprecated-flexbox/' \
290 '|third_party/WebKit/LayoutTests/css3/flexbox/' \
291 '|third_party/WebKit/LayoutTests/ietestcenter/css3/flexbox/'
292 },
293 'blink_css_fragmentation_tests': {
294 'filepath': 'third_party/WebKit/LayoutTests/fast/multicol/' \
295 '|third_party/WebKit/LayoutTests/fast/pagination/' \
Morten Stenshorneab6785c2017-10-12 21:23:38296 '|third_party/WebKit/LayoutTests/fragmentation/' \
Takeshi Yoshinoe387aa32017-08-02 13:16:13297 '|third_party/WebKit/LayoutTests/printing/'
298 },
299 'blink_css_grid_layout': {
Kent Tamuraeb394c72018-04-07 19:14:55300 'filepath': 'third_party/blink/renderer/core/layout/.*grid' \
301 '|third_party/blink/renderer/core/paint/.*grid' \
302 '|third_party/blink/renderer/core/css/.*grid' \
Takeshi Yoshinoe387aa32017-08-02 13:16:13303 '|third_party/WebKit/LayoutTests/fast/css-grid-layout/' \
304 '|third_party/WebKit/LayoutTests/ietestcenter/css3/grid/' \
305 '|third_party/WebKit/LayoutTests/platform/.*/fast/css-grid-layout/' \
306 '|third_party/WebKit/LayoutTests/platform/.*/ietestcenter/css3/grid/'
307 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13308 'blink_custom_elements': {
Blink Reformata30d4232018-04-07 15:31:06309 'filepath': 'third_party/blink/renderer/core/html/custom/' \
Kent Tamuraeb394c72018-04-07 19:14:55310 '|third_party/blink/renderer/bindings/core/v8/.*custom_element',
Takeshi Yoshinoe387aa32017-08-02 13:16:13311 },
312 'blink_device_orientation': {
Oksana Zhuravlova5e236ec92018-07-25 00:16:03313 'filepath': 'content/browser/device_sensors/' \
314 '|content/test/data/device_sensors/' \
315 '|third_party/blink/renderer/modules/device_orientation/' \
Takeshi Yoshinoe387aa32017-08-02 13:16:13316 '|third_party/WebKit/LayoutTests/device_orientation/' \
Kent Tamuraeb394c72018-04-07 19:14:55317 '|third_party/blink/renderer/core/frame/platform_event_(controller|dispatcher)' \
318 '|third_party/blink/renderer/core/frame/device_single_window_event_controller'
Takeshi Yoshinoe387aa32017-08-02 13:16:13319 },
320 'blink_devtools': {
Kent Tamuraeb394c72018-04-07 19:14:55321 'filepath': 'third_party/(WebKit|blink)/.*(inspector|DevTools|dev_tools|devtools)',
Takeshi Yoshinoe387aa32017-08-02 13:16:13322 },
323 'blink_dom': {
Blink Reformata30d4232018-04-07 15:31:06324 'filepath': 'third_party/blink/renderer/core/dom/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13325 },
326 'blink_dom_events': {
Blink Reformata30d4232018-04-07 15:31:06327 'filepath': 'third_party/blink/renderer/core/dom/events/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13328 },
329 'blink_events': {
Kent Tamuraeb394c72018-04-07 19:14:55330 'filepath': 'third_party/blink/renderer/core/page/.*event' \
331 '|third_party/blink/renderer/core/dom/.*event' \
332 '|third_party/blink/renderer/core/css/.*event' \
333 '|third_party/blink/renderer/platform/.*event'
Takeshi Yoshinoe387aa32017-08-02 13:16:13334 },
335 'blink_fetch': {
Blink Reformata30d4232018-04-07 15:31:06336 'filepath': 'third_party/blink/renderer/platform/loader/fetch'
Takeshi Yoshinoe387aa32017-08-02 13:16:13337 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13338 'blink_fileapi': {
Blink Reformata30d4232018-04-07 15:31:06339 'filepath': 'third_party/blink/renderer/modules/filesystem/' \
340 '|third_party/blink/renderer/core/fileapi/' \
Kent Tamuraeb394c72018-04-07 19:14:55341 '|third_party/blink/renderer/platform/.*file' \
Takeshi Yoshinoe387aa32017-08-02 13:16:13342 '|third_party/WebKit/LayoutTests/fast/file' \
Kent Tamuraeb394c72018-04-07 19:14:55343 '|third_party/blink/public/.*_file'
Takeshi Yoshinoe387aa32017-08-02 13:16:13344 },
345 'blink_frames': {
Blink Reformata30d4232018-04-07 15:31:06346 'filepath': 'third_party/blink/renderer/core/frame/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13347 },
348 'blink_geolocation': {
349 'filepath': 'third_party/WebKit/LayoutTests/geolocation-api/' \
Blink Reformata30d4232018-04-07 15:31:06350 '|third_party/blink/renderer/modules/geolocation/' \
Kent Tamuraeb394c72018-04-07 19:14:55351 '|third_party/blink/public/web/.*geolocation'
Takeshi Yoshinoe387aa32017-08-02 13:16:13352 },
353 'blink_heap': {
Blink Reformata30d4232018-04-07 15:31:06354 'filepath': 'third_party/blink/renderer/platform/heap' \
Takeshi Yoshinoe387aa32017-08-02 13:16:13355 '|base/allocator/partition_allocator/'
356 },
357 'blink_html': {
Blink Reformata30d4232018-04-07 15:31:06358 'filepath': 'third_party/blink/renderer/core/html/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13359 },
360 'blink_htmlparser': {
Blink Reformata30d4232018-04-07 15:31:06361 'filepath': 'third_party/blink/renderer/core/html/parser/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13362 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13363 'blink_indexed_db': {
Blink Reformata30d4232018-04-07 15:31:06364 'filepath': 'third_party/blink/renderer/modules/indexeddb/' \
Takeshi Yoshinoe387aa32017-08-02 13:16:13365 '|third_party/WebKit/LayoutTests/storage/indexeddb' \
Kent Tamuraeb394c72018-04-07 19:14:55366 '|third_party/blink/public/platform/.*_idb'
Takeshi Yoshinoe387aa32017-08-02 13:16:13367 },
368 'blink_input': {
Blink Reformata30d4232018-04-07 15:31:06369 'filepath': 'third_party/blink/renderer/core/input/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13370 },
371 'blink_layers': {
Kent Tamuraeb394c72018-04-07 19:14:55372 'filepath': 'third_party/blink/renderer/core/page/scrolling/scrolling_coordinator' \
373 '|third_party/blink/renderer/platform/graphics/graphics_layer' \
374 '|third_party/blink/renderer/core/layout/layer'
Takeshi Yoshinoe387aa32017-08-02 13:16:13375 },
376 'blink_layout': {
Kent Tamuraeb394c72018-04-07 19:14:55377 'filepath': 'third_party/blink/renderer/core/layout'
Takeshi Yoshinoe387aa32017-08-02 13:16:13378 },
379 'blink_layout_ng': {
Blink Reformata30d4232018-04-07 15:31:06380 'filepath': 'third_party/blink/renderer/core/layout/ng',
Takeshi Yoshinoe387aa32017-08-02 13:16:13381 },
382 'blink_loader': {
Blink Reformata30d4232018-04-07 15:31:06383 'filepath': 'third_party/blink/renderer/core/loader/' \
384 '|third_party/blink/renderer/platform/loader/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13385 },
386 'blink_media': {
Blink Reformata30d4232018-04-07 15:31:06387 'filepath': 'third_party/blink/renderer/core/css/mediaControls' \
Kent Tamuraeb394c72018-04-07 19:14:55388 '|third_party/blink/renderer/core/html/.*_(audio|media|video)' \
389 '|third_party/blink/renderer/core/html/shadow/media_control' \
390 '|third_party/blink/renderer/core/layout/layout_media' \
391 '|third_party/blink/renderer/core/layout/layout_text_track_container_element' \
Blink Reformata30d4232018-04-07 15:31:06392 '|third_party/blink/renderer/modules/(encryptedmedia|mediasource)' \
393 '|third_party/blink/renderer/platform/drm/' \
394 '|third_party/blink/renderer/platform/graphics/media/' \
Takeshi Yoshinoe387aa32017-08-02 13:16:13395 '|third_party/WebKit/LayoutTests/media/' \
Kent Tamuraeb394c72018-04-07 19:14:55396 '|third_party/blink/public/.*_media'
Takeshi Yoshinoe387aa32017-08-02 13:16:13397 },
398 'blink_media_queries': {
Kent Tamuraeb394c72018-04-07 19:14:55399 'filepath': 'third_party/blink/renderer/core/css/css_media_rule' \
400 '|third_party/blink/renderer/core/css/media_list' \
401 '|third_party/blink/renderer/core/css/media_query' \
402 '|third_party/blink/renderer/core/css/parser/media_query'
Takeshi Yoshinoe387aa32017-08-02 13:16:13403 },
404 'blink_mediastream': {
Blink Reformata30d4232018-04-07 15:31:06405 'filepath': 'third_party/blink/renderer/modules/mediastream/' \
406 '|third_party/blink/renderer/platform/mediastream/' \
Kent Tamuraeb394c72018-04-07 19:14:55407 '|third_party/blink/renderer/platform/exported/web_media_stream' \
408 '|third_party/blink/renderer/platform/exported/web_rtc' \
Takeshi Yoshinoe387aa32017-08-02 13:16:13409 '|third_party/WebKit/LayoutTests/fast/mediastream/'
410 },
411 'blink_modules': {
Blink Reformata30d4232018-04-07 15:31:06412 'filepath': 'third_party/blink/renderer/modules'
Takeshi Yoshinoe387aa32017-08-02 13:16:13413 },
414 'blink_navigator_content_utils': {
Blink Reformata30d4232018-04-07 15:31:06415 'filepath': 'third_party/blink/renderer/modules/navigatorcontentutils' \
Takeshi Yoshinoe387aa32017-08-02 13:16:13416 '|third_party/WebKit/LayoutTests/fast/dom/navigatorcontentutils'
417 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13418 'blink_out_of_process_frames': {
Kent Tamuraeb394c72018-04-07 19:14:55419 'filepath': 'third_party/blink/renderer/core/frame/frame_owner' \
420 '|third_party/blink/renderer/core/frame/frame\.' \
421 '|third_party/blink/renderer/core/frame/web_frame' \
422 '|third_party/blink/renderer/core/exported/web_remote_frame_impl'
Takeshi Yoshinoe387aa32017-08-02 13:16:13423 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13424 'blink_paint': {
Blink Reformata30d4232018-04-07 15:31:06425 'filepath': 'third_party/blink/renderer/core/paint/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13426 },
Xida Chen0ef92782018-01-17 05:53:35427 'blink_paintworklet': {
Blink Reformata30d4232018-04-07 15:31:06428 'filepath': 'third_party/blink/renderer/modules/csspaint/' \
Xida Chen0ef92782018-01-17 05:53:35429 '|third_party/WebKit/LayoutTests/http/tests/csspaint/' \
430 '|third_party/WebKit/LayoutTests/externla/wpt/css/css-paint-api/'
431 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13432 'blink_performance_timing': {
Blink Reformata30d4232018-04-07 15:31:06433 'filepath': 'third_party/blink/renderer/core/timing/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13434 },
435 'blink_permissions': {
Blink Reformata30d4232018-04-07 15:31:06436 'filepath': 'third_party/blink/renderer/modules/permissions/' \
437 '|third_party/blink/public/platform/modules/permissions/',
Takeshi Yoshinoe387aa32017-08-02 13:16:13438 },
439 'blink_platform': {
Blink Reformata30d4232018-04-07 15:31:06440 'filepath': 'third_party/blink/renderer/platform'
Takeshi Yoshinoe387aa32017-08-02 13:16:13441 },
442 'blink_platform_graphics': {
Blink Reformata30d4232018-04-07 15:31:06443 'filepath': 'third_party/blink/renderer/platform/fonts' \
444 '|third_party/blink/renderer/platform/geometry' \
445 '|third_party/blink/renderer/platform/graphics'
Takeshi Yoshinoe387aa32017-08-02 13:16:13446 },
447 'blink_preloadScanner': {
Kent Tamuraeb394c72018-04-07 19:14:55448 'filepath': 'third_party/blink/renderer/core/html/parser/html_preload_scanner',
Takeshi Yoshinoe387aa32017-08-02 13:16:13449 },
450 'blink_prerender': {
Kent Tamuraeb394c72018-04-07 19:14:55451 'filepath': 'third_party/(WebKit|blink)/.*([Pp]rerender|loader/link_loader|html/html_link_element)'
Takeshi Yoshinoe387aa32017-08-02 13:16:13452 },
453 'blink_public_api': {
Blink Reformata30d4232018-04-07 15:31:06454 'filepath': 'third_party/blink/public'
Takeshi Yoshinoe387aa32017-08-02 13:16:13455 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13456 'blink_quota': {
Blink Reformata30d4232018-04-07 15:31:06457 'filepath': 'third_party/blink/renderer/modules/quota/' \
Kent Tamuraeb394c72018-04-07 19:14:55458 '|third_party/blink/public/.*quota'
Takeshi Yoshinoe387aa32017-08-02 13:16:13459 },
460 'blink_scheduler': {
Blink Reformata30d4232018-04-07 15:31:06461 'filepath': 'third_party/blink/renderer/platform/scheduler' \
Kent Tamuraeb394c72018-04-07 19:14:55462 '|third_party/blink/renderer/core/html/parser/.*scheduler'
Takeshi Yoshinoe387aa32017-08-02 13:16:13463 },
464 'blink_screen_orientation': {
Blink Reformata30d4232018-04-07 15:31:06465 'filepath': 'third_party/blink/renderer/modules/screen_orientation/' \
466 '|third_party/blink/public/platform/modules/screen_orientation',
Takeshi Yoshinoe387aa32017-08-02 13:16:13467 },
468 'blink_script': {
Kent Tamuraeb394c72018-04-07 19:14:55469 'filepath': 'third_party/blink/renderer/bindings/core/v8/.*module.*' \
470 '|third_party/blink/renderer/bindings/core/v8/script_controller.*' \
471 '|third_party/blink/renderer/bindings/core/v8/script_source_code.*' \
472 '|third_party/blink/renderer/bindings/core/v8/v8_script_runner.*'
473 '|third_party/blink/renderer/core/dom/.*modul.*' \
474 '|third_party/blink/renderer/core/dom/.*script.*' \
475 '|third_party/blink/renderer/core/html/html_script_element.*' \
476 '|third_party/blink/renderer/core/html/parser/html_parser_script_runner.*' \
Blink Reformata30d4232018-04-07 15:31:06477 '|third_party/blink/renderer/core/loader/modulescript/' \
Kent Tamuraeb394c72018-04-07 19:14:55478 '|third_party/blink/renderer/core/loader/resource/script_resource.*' \
479 '|third_party/blink/renderer/core/svg/svg_script_element.*' \
480 '|third_party/blink/renderer/core/xml/parser/xml_document_parser.*'
Takeshi Yoshinoe387aa32017-08-02 13:16:13481 },
David Bokan9dc0046272017-12-29 00:28:01482 'blink_scroll': {
Kent Tamuraeb394c72018-04-07 19:14:55483 'filepath': 'third_party/blink/renderer/core/frame/.*view.*' \
484 '|third_party/blink/renderer/core/input/.*scroll.*' \
485 '|third_party/blink/renderer/core/input/event_handler.*' \
Blink Reformata30d4232018-04-07 15:31:06486 '|third_party/blink/renderer/core/page/scrolling/' \
Kent Tamuraeb394c72018-04-07 19:14:55487 '|third_party/blink/renderer/core/paint/.*scrollable_area.*' \
Blink Reformata30d4232018-04-07 15:31:06488 '|third_party/blink/renderer/platform/scroll/'
David Bokan9dc0046272017-12-29 00:28:01489 },
Matt Falkenhagenca7fbb62018-07-10 09:21:43490 'blink_service_worker' : {
491 'filepath': 'third_party/blink/renderer/modules/service_worker' \
Takeshi Yoshinoe387aa32017-08-02 13:16:13492 '|third_party/WebKit/LayoutTests/http/tests/serviceworker' \
493 '|third_party/WebKit/LayoutTests/external/wpt/service-workers'
494 },
Matt Falkenhagenca7fbb62018-07-10 09:21:43495 'blink_service_worker_tests' : {
Takeshi Yoshinoe387aa32017-08-02 13:16:13496 'filepath': 'third_party/WebKit/LayoutTests/http/tests/serviceworker' \
497 '|third_party/WebKit/LayoutTests/external/wpt/service-workers'
498 },
499 'blink_shadow_dom': {
Kent Tamuraeb394c72018-04-07 19:14:55500 'filepath': 'third_party/blink/renderer/core/dom/.*shadow' \
501 '|third_party/blink/renderer/core/dom/.*slot' \
502 '|third_party/blink/renderer/core/dom/.*insertion_point' \
503 '|third_party/blink/renderer/core/dom/.*flat_tree'
Takeshi Yoshinoe387aa32017-08-02 13:16:13504 },
505 'blink_spellcheck' : {
Blink Reformata30d4232018-04-07 15:31:06506 'filepath': 'third_party/blink/renderer/core/editing/spellcheck'
Takeshi Yoshinoe387aa32017-08-02 13:16:13507 },
508 'blink_spv2_layout_tests': {
509 'filepath': 'third_party/WebKit/LayoutTests/virtual/spv2'
510 },
Adam Rice027497d2018-07-27 02:17:02511 'blink_streams': {
512 'filepath': 'third_party/blink/renderer/core/streams/'
513 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13514 'blink_style': {
Kent Tamuraeb394c72018-04-07 19:14:55515 'filepath': 'third_party/(WebKit|blink)/.*(style/|Style)',
Takeshi Yoshinoe387aa32017-08-02 13:16:13516 },
517 'blink_svg': {
Blink Reformata30d4232018-04-07 15:31:06518 'filepath': 'third_party/blink/renderer/core/(layout/)?svg',
Takeshi Yoshinoe387aa32017-08-02 13:16:13519 },
520 'blink_track': {
Blink Reformata30d4232018-04-07 15:31:06521 'filepath': 'third_party/blink/renderer/core/html/track/' \
Kent Tamuraeb394c72018-04-07 19:14:55522 '|third_party/blink/renderer/core/loader/text_track' \
523 '|third_party/blink/renderer/core/html/meida/html_media_element' \
524 '|third_party/blink/renderer/core/html/shadow/media_control' \
Blink Reformata30d4232018-04-07 15:31:06525 '|third_party/blink/renderer/core/css/mediaControl' \
Takeshi Yoshinoe387aa32017-08-02 13:16:13526 '|third_party/WebKit/LayoutTests/media/track/'
527 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13528 'blink_vibration': {
529 'filepath': 'third_party/WebKit/LayoutTests/vibration/' \
Blink Reformata30d4232018-04-07 15:31:06530 '|third_party/blink/renderer/modules/vibration/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13531 },
532 'blink_viewport_interaction': {
Kent Tamuraeb394c72018-04-07 19:14:55533 'filepath': 'third_party/blink/renderer/core/css/.*viewport' \
534 '|third_party/blink/renderer/core/dom/viewport_arguments' \
535 '|third_party/blink/renderer/core/frame/frame_view.*' \
536 '|third_party/blink/renderer/core/frame/.*viewport.*' \
537 '|third_party/blink/renderer/core/html/html_meta_element'
Takeshi Yoshinoe387aa32017-08-02 13:16:13538 },
539 'blink_w3ctests': {
540 'filepath': 'third_party/WebKit/LayoutTests/external/' \
Kent Tamura01019442018-05-01 22:06:58541 '|third_party/blink/tools/blinkpy/w3c/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13542 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13543 'blink_webp': {
Blink Reformata30d4232018-04-07 15:31:06544 'filepath': 'third_party/blink/renderer/platform/image-decoders/webp' \
Kent Tamuraeb394c72018-04-07 19:14:55545 '|third_party/blink/renderer/platform/image-encoders/skia/webp'
Takeshi Yoshinoe387aa32017-08-02 13:16:13546 },
547 'blink_websockets': {
Blink Reformata30d4232018-04-07 15:31:06548 'filepath': 'third_party/blink/renderer/modules/websockets/' \
549 '|third_party/blink/renderer/platform/modules/websockets/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13550 },
551 'blink_workers': {
Blink Reformata30d4232018-04-07 15:31:06552 'filepath': 'third_party/blink/renderer/core/workers' \
Takeshi Yoshinoe387aa32017-08-02 13:16:13553 '|third_party/WebKit/LayoutTests/http/tests/workers' \
554 '|third_party/WebKit/LayoutTests/fast/workers' \
555 '|third_party/WebKit/LayoutTests/external/wpt/workers'
556 },
557 'blink_wtf': {
Blink Reformata30d4232018-04-07 15:31:06558 'filepath': 'third_party/blink/renderer/platform/wtf',
Takeshi Yoshinoe387aa32017-08-02 13:16:13559 },
560 'blink_xml': {
Blink Reformata30d4232018-04-07 15:31:06561 'filepath': 'third_party/blink/renderer/core/xml/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13562 },
[email protected]06798f72013-01-14 22:31:17563 'bookmarks': {
564 'filepath': 'chrome/browser/bookmarks/' \
[email protected]771ad482013-07-16 17:32:48565 '|chrome/browser/extensions/api/bookmark_manager_private/' \
566 '|chrome/browser/extensions/api/bookmarks/' \
Christopher Lam3d8828e2018-04-30 05:25:11567 '|chrome/browser/resources/md_bookmarks/' \
[email protected]cd869cde2013-01-31 15:46:35568 '|chrome/browser/ui/bookmarks/' \
569 '|chrome/browser/ui/cocoa/bookmarks/' \
[email protected]5cb8b6e12014-05-19 16:53:46570 '|chrome/browser/ui/views/bookmarks/' \
571 '|components/bookmarks'
[email protected]06798f72013-01-14 22:31:17572 },
donnd787f6ed2016-08-03 01:00:56573 'bottombar': {
574 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/',
575 },
Tarun Bansalc4882282018-07-11 23:53:55576 'breve': {
577 'filepath': 'chrome/browser/net/spdyproxy|'\
578 'chrome_proxy|'\
Tarun Bansal129ca7842018-07-31 17:14:12579 'client_hints|'
Tarun Bansalc4882282018-07-11 23:53:55580 'components/blacklist|'\
581 'components/data_use|'\
582 'data_reduction_proxy|'\
Tarun Bansal129ca7842018-07-31 17:14:12583 'data_use_measurement|'\
584 'lazy_load|'
585 'navigation_predictor|'\
586 'net/nqe|'\
Tarun Bansalc4882282018-07-11 23:53:55587 'optimization_guide|'\
Tarun Bansal129ca7842018-07-31 17:14:12588 'optimization_hints|'\
589 'previews'
Tarun Bansalc4882282018-07-11 23:53:55590 },
[email protected]22650d22012-07-18 17:02:35591 'browser_components': {
[email protected]a7228f62012-09-20 17:52:48592 'filepath': 'chrome/browser/autofill/' \
593 '|chrome/browser/bookmarks/' \
[email protected]a7228f62012-09-20 17:52:48594 '|chrome/browser/favicon/' \
[email protected]ddf288e2013-01-09 20:58:27595 '|chrome/browser/history/' \
[email protected]fccf4882013-03-15 04:46:19596 '|chrome/browser/webdata/' \
[email protected]3947d4a82013-03-12 09:41:05597 '|components/autofill/'
[email protected]22650d22012-07-18 17:02:35598 },
[email protected]f76c8852012-06-21 16:37:00599 'browser_compositor': {
[email protected]f2f0fbb92012-07-14 15:52:49600 'filepath': 'ui/compositor/'
[email protected]fbd846b2010-11-19 01:32:18601 },
michaelpge42ca3b32016-02-19 08:17:57602 'browser_resources_md': {
603 'filepath': 'chrome/browser/resources/md_'\
604 '|chrome/browser/resources/settings/',
605 },
[email protected]0ce480532012-07-20 12:33:20606 'browsing_data': {
Christian Dullweber041fddf2018-05-08 15:09:42607 'filepath': '/browsing_data/',
[email protected]0ce480532012-07-20 12:33:20608 },
[email protected]f76c8852012-06-21 16:37:00609 'bubble': {
[email protected]f2f0fbb92012-07-14 15:52:49610 'filepath': 'ui/views/bubble/|'\
rouslan8d6a8372015-09-10 19:10:10611 'chrome/browser/ui/views/bubble/|'\
612 'components/bubble/',
[email protected]f76c8852012-06-21 16:37:00613 },
jkarlin539748402015-03-31 17:36:31614 'cache_storage': {
Josh Karlin1bd016742017-08-18 17:44:17615 'filepath': '/cache.storage/'
616 '|/cachestorage/',
jkarlin539748402015-03-31 17:36:31617 },
[email protected]10fbd5952013-08-22 07:42:39618 'cast': {
[email protected]31ef420b2014-08-13 21:19:13619 'filepath': 'media/cast/'\
620 '|chrome/browser/extensions/api/cast_streaming/'\
621 '|chrome/browser/media/cast'\
622 '|chrome/renderer/media/cast'\
623 '|chrome/test/data/extensions/api_test/cast_'\
miu5e69f1c52016-10-23 13:40:11624 '|content/public/renderer/media_stream_'\
625 '|content/renderer/media/(media_stream|(.+audio_source))',
[email protected]10fbd5952013-08-22 07:42:39626 },
ryanchung4d157372016-05-10 20:27:16627 'cast_certificate': {
628 'filepath': 'components/cast_certificate/'\
629 '|components/test/data/cast_certificate/',
630 },
mfoltz57fd7f32017-05-03 06:12:58631 'cast_channel': {
632 'filepath': 'chrome/test/data/extensions/api_test/cast_channel/' \
Ryan Ki Sing Chung27cc7ed92017-07-25 21:53:47633 '|components/cast_channel/' \
634 '|extensions/browser/api/cast_channel'
mfoltz57fd7f32017-05-03 06:12:58635 },
Takeshi Yoshino524e1d262017-07-28 01:16:38636 'cc': {
danakjca574522017-09-20 16:38:59637 'filepath': 'cc/'\
638 '|components/viz/'
639 },
Yi Guc1c54682018-07-23 12:00:00640 'cc-animation': {
641 'filepath': 'cc/animation/'
642 },
danakjca574522017-09-20 16:38:59643 'cc-contexts': {
644 'filepath': 'components/viz/common/gpu'
645 },
646 'cc-display': {
647 'filepath': 'components/viz/service/display'\
648 '|cc/output'
649 },
650 'cc-paint': {
651 'filepath': 'cc/paint'
652 },
653 'cc-quads': {
654 'filepath': 'components/viz/common/quads'
655 },
656 'cc-resources': {
657 'filepath': 'cc/resources'\
658 '|components/viz/common/resources'
Takeshi Yoshino524e1d262017-07-28 01:16:38659 },
Alexander Timin864bf8a02018-03-12 11:06:28660 'cc-scheduler': {
661 'filepath': 'cc/scheduler'
662 },
eranmc2a9f612015-11-24 16:41:34663 'certificate_transparency': {
664 'filepath': 'components/certificate_transparency/'\
eranmc2a9f612015-11-24 16:41:34665 '|net/cert/ct_'\
666 '|net/cert/multi_log_ct_verifier'\
667 '|net/cert/sct_status_flags.h'\
668 '|net/cert/signed_certificate_timestamp'\
669 '|net/cert/signed_tree_head'\
670 '|net/test/ct_',
671 },
Joe Mason60ec2f32018-02-15 15:50:51672 'chrome_cleaner': {
673 'filepath': 'chrome/browser/component_updater/sw_reporter_'\
674 '|chrome/browser/resources/settings/chrome_cleanup_page/'\
675 '|chrome/browser/safe_browsing/chrome_cleaner/'\
676 '|chrome/browser/ui/views/chrome_cleaner_'\
677 '|chrome/browser/ui/webui/settings/chrome_cleanup_'\
Joe Mason12a02332018-04-19 14:39:00678 '|chrome/chrome_cleaner/'\
Joe Mason60ec2f32018-02-15 15:50:51679 '|components/chrome_cleaner/',
680 },
[email protected]c73ec8ab2014-01-16 20:35:23681 'chrome_elf': {
682 'filepath': 'chrome_elf',
683 },
lpy0ca13772017-02-28 19:48:27684 'chrome_grc': {
lpy53b82752017-05-31 22:30:49685 'filepath': 'chrome/browser/resource_coordinator/'\
686 '|services/resource_coordinator/',
lpy0ca13772017-02-28 19:48:27687 },
[email protected]d5b21972012-07-20 02:06:01688 'chrome_views': {
689 'filepath': 'chrome/browser/ui/views',
690 },
Takeshi Yoshino524e1d262017-07-28 01:16:38691 'chromecast': {
692 'filepath': 'chromecast/',
693 },
694 'chromecast_public': {
695 'filepath': 'chromecast/public/',
696 },
[email protected]f7bf8ba2011-02-24 22:28:46697 'chromedriver': {
samuong53d5e612014-10-10 18:56:38698 'filepath': 'chrome/test/chromedriver|'\
699 'chrome/test/data/chromedriver|'\
Jonathon Kereliuk540c7d52018-01-18 06:22:03700 'third_party/webdriver|'\
Blink Reformata30d4232018-04-07 15:31:06701 'third_party/blink/renderer/devtools/front_end/emulated_devices/module.json'
[email protected]f7bf8ba2011-02-24 22:28:46702 },
[email protected]f76c8852012-06-21 16:37:00703 'chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:49704 'filepath': 'chromeos/',
[email protected]531b1532011-08-11 03:52:01705 },
[email protected]eda0a0b2013-04-19 20:34:35706 'chromeos_attestation': {
707 'filepath': 'chromeos/attestation/|'\
[email protected]64494c3f2013-08-14 22:15:59708 'chrome/browser/chromeos/attestation/|'\
709 'chrome/browser/extensions/api/enterprise_platform_keys_private/',
[email protected]eda0a0b2013-04-19 20:34:35710 },
[email protected]7c59a152012-11-06 20:56:35711 'chromeos_calculator': {
712 'filepath': 'chrome/common/extensions/docs/examples/apps/calculator/',
713 },
alematec5187b1b2016-08-26 05:32:18714 'chromeos_geolocation': {
715 'filepath': 'chromeos/geolocation/',
716 },
Achuith Bhandarkar434e24592018-03-07 23:05:12717 'chromeos_lkgm': {
718 'filepath': 'chromeos/CHROMEOS_LKGM',
719 },
[email protected]f76c8852012-06-21 16:37:00720 'chromeos_login': {
[email protected]f2f0fbb92012-07-14 15:52:49721 'filepath': 'chrome/browser/chromeos/login/|'\
722 'chrome/browser/ui/webui/chromeos/login/|'\
dzhioevcc7c0492014-11-25 14:52:58723 'chrome/browser/resources/chromeos/login/|'\
724 'ui/login/',
[email protected]a791dac2011-04-07 23:22:57725 },
[email protected]d7d35f342012-10-22 20:32:47726 'chromeos_net': {
727 'filepath': 'chromeos/network/|'\
stevenjbdd133032015-08-07 18:37:47728 'chrome/browser/chromeos/net/|'\
729 'chrome/browser/extensions/api/networking_private/|'\
730 'extensions/browser/api/networking_private/|'\
731 'ui/chromeos/network/',
[email protected]d7d35f342012-10-22 20:32:47732 },
[email protected]2315ac0c2013-02-05 00:49:16733 'chromeos_power': {
James Cooka35a1e22017-04-08 02:33:08734 'filepath': 'ash/system/power/|'\
[email protected]c3943ad2013-07-03 13:44:56735 'chromeos/dbus/power_.*|'\
[email protected]2315ac0c2013-02-05 00:49:16736 'chrome/browser/chromeos/power/',
737 },
alematec5187b1b2016-08-26 05:32:18738 'chromeos_timezone': {
739 'filepath': 'chromeos/timezone/',
740 },
[email protected]f76c8852012-06-21 16:37:00741 'chromeos_webui': {
[email protected]f2f0fbb92012-07-14 15:52:49742 'filepath': 'chrome/browser/ui/webui/chromeos/|'\
743 'chrome/browser/resources/chromeos/',
[email protected]ba03af42012-03-08 01:37:12744 },
[email protected]cef7a6d2011-04-29 20:49:07745 'clang_update': {
Nico Webere250e6a2015-12-02 19:31:56746 'filepath': 'tools/clang/scripts/update.py'
[email protected]cef7a6d2011-04-29 20:49:07747 },
[email protected]f76c8852012-06-21 16:37:00748 'clipboard': {
749 'filepath': 'clipboard|dnd|drag|drop',
[email protected]2418b022011-05-19 21:06:02750 },
Aaron Gable64f273582017-03-30 18:02:00751 'codereview_settings': {
752 'filepath': 'codereview.settings',
753 },
sdefresned94c5b02015-07-22 17:54:55754 'components_deps': {
755 'filepath': 'components/([^/]*/)*DEPS',
756 },
scheib968e61052014-11-05 00:27:25757 'content_bluetooth': {
758 'filepath': 'content/.*bluetooth'
759 },
kinuko01cbe8a12015-10-20 09:59:06760 'content_loader': {
mmenkefaa97d3b2016-09-25 14:24:02761 'filepath': 'chrome/browser/loader|' \
762 'content/browser/loader|' \
kinuko01cbe8a12015-10-20 09:59:06763 'content/child/*loader',
764 },
mkwst512627022014-09-16 09:23:27765 'content_renderer': {
766 'filepath': 'content/renderer/',
767 },
[email protected]aa3311a2012-11-19 16:04:58768 'content_shell': {
769 'filepath': 'content/shell/',
770 },
kinukoa121bce2015-01-30 10:04:41771 'content_worker': {
772 'filepath': 'content/.*worker',
773 },
donnd787f6ed2016-08-03 01:00:56774 'contextual_search': {
775 'filepath': 'chrome/browser/android/contextualsearch/|' \
776 'chrome/android/java/src/org/chromium/chrome/browser/contextualsearch/|' \
777 'chrome/android/javatests/src/org/chromium/chrome/browser/contextualsearch/|' \
778 'components/contextual_search/',
779 },
wfh792b71c2016-05-04 23:33:41780 'courgette': {
781 'filepath': 'courgette/',
782 },
Nico Weber6ff639a2017-08-11 21:04:50783 'cq': {
Andrii Shyshkalov17176242018-02-24 03:31:32784 'filepath': 'infra/config/branch/cq.cfg',
Nico Weber6ff639a2017-08-11 21:04:50785 },
michaelpge42ca3b32016-02-19 08:17:57786 'cr_elements': {
787 'filepath': 'ui/webui/resources/cr_element',
788 },
Chung-yih Wang7afc64a2018-03-06 02:09:04789 'cros_benchmarks': {
790 'filepath': 'tools/perf/contrib/cros_benchmarks',
791 },
Ben Wells03471a72018-03-22 00:58:46792 'crostini': {
Timothy Lohecae1e422018-06-07 05:53:59793 'filepath': 'crostini',
Ben Wells03471a72018-03-22 00:58:46794 },
ianwencdb8c9e2015-06-18 22:10:15795 'custom_tabs': {
Newton Allen38c62212015-06-24 21:41:53796 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/customtabs/|'\
ianwencdb8c9e2015-06-18 22:10:15797 'chrome/android/javatests/src/org/chromium/chrome/browser/customtabs/',
alancuttercbad6512015-06-19 02:31:28798 },
Ryo Hashimoto900be52c2018-05-24 06:42:26799 'dbus': {
800 'filepath': 'dbus/',
801 },
[email protected]5e105332012-09-13 01:55:52802 'deep_memory_profiler': {
803 'filepath': 'tools/(deep_memory_profiler|find_runtime_symbols)',
804 },
Bartosz Fabianowski85a823812015-04-16 10:27:51805 'device_bluetooth': {
806 'filepath': 'device/.*bluetooth'
807 },
juncaic08f41d2017-05-04 20:36:58808 'device_chooser': {
809 'filepath': 'chrome/browser/chooser_controller/|'\
810 'chrome/browser/ui/android/bluetooth_chooser_.*|'\
811 'chrome/browser/ui/android/usb_chooser_.*|'\
812 'chrome/browser/ui/bluetooth/|'\
813 'chrome/browser/ui/cocoa/device_chooser_.*|'\
814 'chrome/browser/ui/cocoa/extensions/chooser_dialog_.*|'\
815 'chrome/browser/ui/cocoa/permission_bubble/chooser_bubble_.*|'\
816 'chrome/browser/ui/views/device_chooser_.*|'\
817 'chrome/browser/ui/views/extensions/chooser_dialog_.*|'\
818 'chrome/browser/ui/views/permission_bubble/chooser_bubble_.*|'\
819 'chrome/browser/usb/usb_chooser_.*',
820 },
[email protected]342b12872012-11-07 12:10:46821 'devtools': {
822 'filepath': 'devtools',
823 },
mfoltz57fd7f32017-05-03 06:12:58824 'dial': {
825 'filepath': 'chrome/(browser|common)/extensions/api/dial' \
826 '|chrome/browser/media/router/discovery/dial/' \
827 '|chrome/test/data/extensions/api_test/dial/'
828 },
[email protected]bab2a832012-07-11 23:29:41829 'disk_cache': {
830 'filepath': 'net/disk_cache/|http_cache',
831 },
[email protected]f76c8852012-06-21 16:37:00832 'download': {
[email protected]f2f0fbb92012-07-14 15:52:49833 'filepath': 'chrome/browser/download/|'\
[email protected]8492b5b2012-12-17 21:58:08834 'content/browser/download/',
[email protected]6bff0ad2011-06-17 01:32:51835 },
[email protected]ca872e362011-07-12 21:06:03836 'downloads_ui': {
dbeam78528be2016-02-18 07:08:49837 'filepath': 'chrome/browser/resources/(md_)?downloads/|' \
[email protected]8492b5b2012-12-17 21:58:08838 'chrome/browser/ui/webui/.*downloads|' \
839 'chrome/browser/ui/views/download/|' \
asanka2009f412015-10-05 17:28:12840 'chrome/browser/ui/cocoa/download/'
[email protected]ca872e362011-07-12 21:06:03841 },
[email protected]f6df20a2012-10-23 21:22:07842 'drive': {
[email protected]8492b5b2012-12-17 21:58:08843 'filepath': 'chrome/browser/chromeos/drive/|' \
844 'chrome/browser/google_apis/'
[email protected]f6df20a2012-10-23 21:22:07845 },
[email protected]89d2cd52013-04-16 01:55:36846 'drive_resource_metadata': {
Ryo Hashimoto900be52c2018-05-24 06:42:26847 'filepath': 'drive.*resource_metadata'
[email protected]89d2cd52013-04-16 01:55:36848 },
[email protected]3a25c8a2014-06-26 06:47:10849 'eme': {
Xiaohan Wang6cbdcdf2018-06-12 21:55:54850 'filepath': 'chrome/renderer/media/.*key_system|' \
851 'chrome/browser/media/.*(cdm|encrypted)|' \
852 'components/cdm/|' \
[email protected]3a25c8a2014-06-26 06:47:10853 'content/browser/media/cdm/|' \
Xiaohan Wang6cbdcdf2018-06-12 21:55:54854 'media/base/android/.*drm|' \
[email protected]3a25c8a2014-06-26 06:47:10855 'media/cdm/|' \
856 'third_party/widevine/cdm/'
857 },
[email protected]f76c8852012-06-21 16:37:00858 'extension': {
859 'filepath': 'extension',
[email protected]161277d42011-06-24 20:48:45860 },
lunalu0a9c05422016-11-11 17:19:06861 'feature_policy': {
Blink Reformata30d4232018-04-07 15:31:06862 'filepath': 'third_party/blink/renderer/platform/feature_policy/|' \
Kent Tamuraeb394c72018-04-07 19:14:55863 'third_party/blink/renderer/bindings/core/v8/origin_trial_features',
lunalu0a9c05422016-11-11 17:19:06864 },
[email protected]f76c8852012-06-21 16:37:00865 'fileapi': {
[email protected]8492b5b2012-12-17 21:58:08866 'filepath': 'file_system/|' \
867 'fileapi/'
[email protected]80919512011-08-03 08:51:04868 },
[email protected]f76c8852012-06-21 16:37:00869 'filebrowse': {
[email protected]8492b5b2012-12-17 21:58:08870 'filepath': 'file_browser|' \
871 'file_manager|' \
872 'filebrowse'
[email protected]4b07b62cc2011-10-03 17:52:39873 },
[email protected]4ed766c2013-09-19 09:45:20874 'filesapp': {
okab0be3dc2016-08-30 07:37:10875 'filepath': 'chrome/browser/chromeos/drive|' \
876 'chrome/browser/chromeos/extensions/file_manager|' \
877 'chrome/browser/chromeos/extensions/file_system_provider|' \
878 'chrome/browser/chromeos/file_manager|' \
879 'chrome/browser/chromeos/file_system_provider|' \
880 'chrome/browser/drive|' \
881 'chrome/test/data/extensions/api_test/file_system_provider|' \
882 'components/drive|' \
883 'google_apis/drive|' \
884 'ui/file_manager'
885 },
Tomasz Mikolajewski2905dbb2017-11-22 06:24:04886 'fsp': {
887 'filepath': 'chrome/browser/chromeos/extensions/file_system_provider|' \
888 'chrome/browser/chromeos/file_system_provider|' \
Tomasz Mikolajewski66b4faa22017-11-22 09:33:43889 'chrome/test/data/extensions/api_test/file_system_provider'
[email protected]4ed766c2013-09-19 09:45:20890 },
Wez385de5a2017-07-13 20:13:16891 'fuchsia': {
892 'filepath': 'fuchsia',
893 },
mmoroz58ddb8172016-09-08 18:29:55894 'fuzzing': {
895 'filepath': 'fuzz|Fuzz',
896 },
Vincent Scheibd5da4d952017-11-03 01:33:24897 'gamepad': {
898 'filepath': 'gamepad',
899 },
[email protected]3a2a6ac02014-06-20 07:07:12900 'gcm': {
peter9f4490a2017-01-27 00:58:36901 'filepath': 'chrome/browser/gcm/|'\
[email protected]3a2a6ac02014-06-20 07:07:12902 'components/gcm_driver/|'\
903 'google_apis/gcm/',
904 },
mikhail.pozdnyakova8db26402016-11-28 18:27:12905 'generic_sensor': {
Jun Caiaa1f040d2017-11-15 01:21:53906 'filepath': 'services/device/generic_sensor/|'\
Blink Reformata30d4232018-04-07 15:31:06907 'third_party/blink/renderer/modules/sensor/',
mikhail.pozdnyakova8db26402016-11-28 18:27:12908 },
[email protected]d8036492013-08-09 16:02:23909 'geolocation': {
910 'filepath': 'chrome/browser/geolocation/|'\
911 'content/browser/geolocation|'\
912 'content/public/common/geoposition.*|'\
913 'content/public/browser/geolocation.*|'\
914 'content/renderer/geolocation.*|'\
915 'content/shell/geolocation/',
916 },
[email protected]cf428f732012-10-02 20:48:15917 'gfx_geometry': {
danakj570c1332015-01-06 16:59:36918 'filepath': 'ui/gfx/geometry/',
[email protected]cf428f732012-10-02 20:48:15919 },
Takeshi Yoshino524e1d262017-07-28 01:16:38920 'gfx_image': {
921 'filepath': 'ui/gfx/image/',
922 },
[email protected]4d1773e2014-04-05 07:59:57923 'gn': {
924 'filepath': 'tools/gn',
925 },
[email protected]f76c8852012-06-21 16:37:00926 'gpu': {
[email protected]f2f0fbb92012-07-14 15:52:49927 'filepath': 'gpu/',
[email protected]f76c8852012-06-21 16:37:00928 },
Corentin Wallezc68aa9b2017-10-02 15:00:03929 'gpu_passthrough_cmd_decoder': {
930 'filepath': 'gpu/command_buffer/service/.*passthrough',
931 },
Andrey Kosyakova173d252018-05-07 18:29:11932 'headless': {
933 'filepath': 'headless/'
934 },
[email protected]f76c8852012-06-21 16:37:00935 'history_ui': {
dbeam78528be2016-02-18 07:08:49936 'filepath': 'chrome/browser/resources/(md_)?history|'\
937 'chrome/browser/ui/webui/.*history',
[email protected]f76c8852012-06-21 16:37:00938 },
939 'i18n': {
[email protected]f2f0fbb92012-07-14 15:52:49940 'filepath': 'base/i18n/|base/string|l10n|icu|'\
timvolodine8cdb94c2016-09-22 12:17:22941 'locale_settings|encoding',
[email protected]f76c8852012-06-21 16:37:00942 },
[email protected]f76c8852012-06-21 16:37:00943 'importer': {
[email protected]f2f0fbb92012-07-14 15:52:49944 'filepath': 'import',
[email protected]f76c8852012-06-21 16:37:00945 },
Greg Thompson4f90fc992017-07-25 19:30:37946 'incident_reporting': {
947 'filepath': 'chrome/browser/safe_browsing/incident_reporting',
948 },
[email protected]c26161352013-11-12 19:50:01949 'indexed_db': {
950 'filepath': 'content/browser/indexed_db|'\
951 'content/child/indexed_db|'\
952 'content/common/indexed_db|'\
953 'content/public/browser/indexed_db|'\
954 'content/test/data/indexeddb',
955 },
bruthigaa8281f2016-02-09 17:52:31956 'ink_drop': {
957 'filepath': 'ui/views/animation/test/.*ink_drop.*|' \
958 'ui/views/animation/.*ink_drop.*'
959 },
dtapuska1f997a12016-03-14 19:22:07960 'input': {
961 'filepath': 'content/browser/renderer_host/input|'\
962 'content/renderer/input|'\
963 'ui/events/blink/'
964 },
Dominick Ngcaa7b402017-07-11 07:35:39965 'installable': {
966 'filepath': 'chrome/browser/installable/',
967 },
mmoss19826c62014-11-14 21:37:36968 'installer_linux': {
969 'filepath': 'chrome/installer/linux/',
970 },
Greg Thompson4f90fc992017-07-25 19:30:37971 'installer_win': {
972 'filepath': 'chrome/install_static/'\
Samuel Huang577ef6c2018-03-13 18:19:34973 '|chrome/installer/(?!gcapi_mac/|linux/|mac/)'\
974 '|components/zucchini/',
Greg Thompson4f90fc992017-07-25 19:30:37975 },
[email protected]56b4b09d32012-07-27 18:28:41976 'instant': {
[email protected]607903d2013-03-25 22:15:47977 'filepath': 'instant|searchbox|'\
978 'chrome/browser/search/|'\
[email protected]c29b7dae2013-03-25 22:29:13979 'chrome/browser/ui/search/|'\
[email protected]eb99f8e2013-07-10 10:17:39980 'chrome/browser/resources/local_ntp/|'\
[email protected]607903d2013-03-25 22:15:47981 'chrome/common/search_types.*',
[email protected]56b4b09d32012-07-27 18:28:41982 },
edchin46453b42017-03-03 01:40:11983 'ios': {
Sylvain Defresne81467d82017-05-29 09:06:14984 'filepath': 'ios/',
edchin46453b42017-03-03 01:40:11985 },
sdefresne18b47312015-06-18 15:15:09986 'ios_chrome': {
Sylvain Defresne81467d82017-05-29 09:06:14987 'filepath': 'ios/chrome/',
sdefresne18b47312015-06-18 15:15:09988 },
marqa4f135f2017-01-10 12:37:34989 'ios_clean': {
Sylvain Defresne81467d82017-05-29 09:06:14990 'filepath': 'ios/clean/',
marqa4f135f2017-01-10 12:37:34991 },
992 'ios_showcase': {
Sylvain Defresne81467d82017-05-29 09:06:14993 'filepath': 'ios/showcase/',
marqa4f135f2017-01-10 12:37:34994 },
eugenebutb5a5a8572017-01-20 01:18:11995 'ios_web': {
Sylvain Defresne81467d82017-05-29 09:06:14996 'filepath': 'ios/web(_view)?/',
eugenebutb5a5a8572017-01-20 01:18:11997 },
Johanndfa4d7d2017-12-07 18:05:29998 'libaom': {
999 'filepath': 'third_party/libaom/',
1000 },
Takeshi Yoshino524e1d262017-07-28 01:16:381001 'libvpx': {
Johanndfa4d7d2017-12-07 18:05:291002 'filepath': 'third_party/libvpx/',
vabraafbd4f32015-11-10 19:30:231003 },
[email protected]a3f777d2014-01-07 23:38:261004 'libwebp': {
1005 'filepath': 'third_party/libwebp'
1006 },
dominiccabb90e02017-03-31 04:54:231007 'libxml_xslt': {
1008 'filepath': 'third_party/libxml/' \
1009 '|third_party/libxslt/',
1010 },
[email protected]04a292a2013-03-07 19:58:421011 'linux_fonts': {
1012 'filepath': 'ui/gfx/font_render_params_.*|'\
deratcd2d6fb2015-02-12 00:10:411013 'ui/gfx/platform_font_linux.*|'\
1014 'ui/gfx/render_text_harfbuzz.*',
[email protected]04a292a2013-03-07 19:58:421015 },
1016 'linux_sandboxing': {
[email protected]f2f0fbb92012-07-14 15:52:491017 'filepath': 'sandbox/linux/',
[email protected]f76c8852012-06-21 16:37:001018 },
[email protected]04a292a2013-03-07 19:58:421019 'linux_seccomp_bpf': {
[email protected]d6a23612012-11-13 20:11:541020 'filepath': 'content/common/sandbox.*linux.cc',
[email protected]f76c8852012-06-21 16:37:001021 },
Takeshi Yoshino524e1d262017-07-28 01:16:381022 'login': {
1023 'filepath': 'chrome/browser/ui/login'
1024 },
lgrey62faed72016-10-11 21:40:391025 'mac': {
lgrey332339b12016-12-05 17:16:401026 'filepath': '(_|/)(cocoa|mac)(_|\.)|/(cocoa|mac)/|^((?!ios\/).)*\.mm?$',
lgrey62faed72016-10-11 21:40:391027 },
mlamourid8b0feb2015-06-02 16:30:471028 'manifest': {
1029 'filepath': 'content/(browser|renderer)/manifest/'\
1030 '|content/public/common/manifest*',
1031 },
James Cook2dc6d042018-04-24 22:00:201032 'mash_buildbot_filters': {
1033 'filepath': 'testing/buildbot/filters/mash.*filter',
1034 },
michaelpg32ca07902015-02-07 00:31:111035 'md_settings': {
michaelpge42ca3b32016-02-19 08:17:571036 'filepath': 'chrome/browser/resources/settings/'\
Dan Beam62f6f8fce2017-06-07 21:23:081037 '|chrome/browser/ui/webui/settings/'\
1038 '|chrome/test/data/webui/settings/',
michaelpg32ca07902015-02-07 00:31:111039 },
[email protected]f76c8852012-06-21 16:37:001040 'media': {
Francois Beaufort9ab59c82017-08-24 13:10:291041 'filepath': 'media|third_party/(ffmpeg|opus|libvpx)'
[email protected]f76c8852012-06-21 16:37:001042 },
mcasasfeedbe42017-03-03 05:23:561043 'media_capture_from_element': {
alancutter40359812017-03-03 08:20:271044 'filepath': 'content/renderer/media_capture_from_element/' \
Blink Reformata30d4232018-04-07 15:31:061045 '|third_party/blink/renderer/modules/mediacapture/' \
Kent Tamuraeb394c72018-04-07 19:14:551046 '|third_party/blink/renderer/platform/exported/web_canvas_capture' \
mcasasfeedbe42017-03-03 05:23:561047 '|third_party/WebKit/LayoutTests/fast/mediacapturefromelement/' \
Kent Tamuraeb394c72018-04-07 19:14:551048 '|third_party/blink/public/platform/web_canvas_capture'
mcasasfeedbe42017-03-03 05:23:561049 },
Tommy Steimel074a1822018-02-07 17:25:441050 'media_controls': {
Blink Reformata30d4232018-04-07 15:31:061051 'filepath': 'third_party/blink/renderer/modules/media_controls/'
Tommy Steimel074a1822018-02-07 17:25:441052 },
[email protected]06dd23172013-06-24 21:04:511053 'media_galleries': {
1054 'filepath': 'chrome/browser/extensions/api/media_galleries/'\
[email protected]06dd23172013-06-24 21:04:511055 '|chrome/browser/media_galleries/'\
1056 '|chrome/browser/storage_monitor/'\
1057 '|chrome/common/media_galleries/'\
Jay Civellicf995502017-09-08 23:59:271058 '|chrome/test/data/extensions/api_test/media_galleries/'
[email protected]06dd23172013-06-24 21:04:511059 },
alokp9e369ea72e2016-06-10 05:41:091060 'media_mojo': {
Xiaohan Wang6cbdcdf2018-06-12 21:55:541061 'filepath': 'media/mojo/'
alokp9e369ea72e2016-06-10 05:41:091062 },
mcasasfeedbe42017-03-03 05:23:561063 'media_recorder': {
alancutter40359812017-03-03 08:20:271064 'filepath': 'content/renderer/media_recorder/' \
Blink Reformata30d4232018-04-07 15:31:061065 '|third_party/blink/renderer/modules/mediarecorder/' \
Kent Tamuraeb394c72018-04-07 19:14:551066 '|third_party/blink/renderer/platform/exported/web_media_recorder' \
mcasasfeedbe42017-03-03 05:23:561067 '|third_party/WebKit/LayoutTests/fast/mediarecorder/' \
Kent Tamuraeb394c72018-04-07 19:14:551068 '|third_party/blink/public/platform/web_media_recorder'
mcasasfeedbe42017-03-03 05:23:561069 },
miu5e69f1c52016-10-23 13:40:111070 'media_remoting': {
1071 'filepath': 'chrome/browser/media/cast_remoting'\
1072 '|media/blink/webmediaplayer_'\
1073 '|media/mojo/interfaces/remoting.mojom'\
1074 '|media/remoting/',
1075 },
kmarshallb698ad4f2015-02-24 19:42:481076 'media_router': {
mfoltz57fd7f32017-05-03 06:12:581077 'filepath': 'chrome/android/(java|junit)/src/org/chromium/chrome/browser/media/router/' \
1078 '|chrome/browser/media/router/' \
kmarshallb698ad4f2015-02-24 19:42:481079 '|chrome/browser/resources/media_router/' \
Takumi Fujimoto4bef2792018-05-03 17:51:551080 '|chrome/browser/ui/media_router/' \
mfoltz57fd7f32017-05-03 06:12:581081 '|chrome/browser/ui/views/media_router/' \
kmarshallb698ad4f2015-02-24 19:42:481082 '|chrome/browser/ui/webui/media_router/' \
Takumi Fujimoto4bef2792018-05-03 17:51:551083 '|chrome/common/media_router/' \
mfoltz57fd7f32017-05-03 06:12:581084 '|chrome/test/data/webui/media_router/' \
1085 '|chrome/test/media_router/' \
1086 '|chrome/utility/media_router/'
kmarshallb698ad4f2015-02-24 19:42:481087 },
Xiaohan Wang6cbdcdf2018-06-12 21:55:541088 'media_win': {
1089 'filepath': 'media/gpu/windows/'
1090 },
fmeawad4582cd22017-03-30 20:59:361091 'memory_coordinator': {
1092 'filepath': 'base/memory/memory_|' \
fmeawadd015b232017-03-31 02:22:451093 'content/browser/memory/|' \
1094 'content/child/memory/'
fmeawad4582cd22017-03-30 20:59:361095 },
[email protected]f76c8852012-06-21 16:37:001096 'message_loop': {
[email protected]f2f0fbb92012-07-14 15:52:491097 'filepath': 'base/message_'
[email protected]f76c8852012-06-21 16:37:001098 },
1099 'metrics': {
[email protected]f2f0fbb92012-07-14 15:52:491100 'filepath': 'base/metrics/'\
asvitkine361b276e2016-08-30 18:45:001101 '|chrome/android/java/src/org/chromium/chrome/browser/metrics/'\
[email protected]f2f0fbb92012-07-14 15:52:491102 '|chrome/browser/metrics/'\
[email protected]f2f0fbb92012-07-14 15:52:491103 '|chrome/browser/chromeos/external_metrics'\
[email protected]b0d594d2014-02-21 03:22:121104 '|chrome/browser/extensions/api/metrics_private/'\
[email protected]f2f0fbb92012-07-14 15:52:491105 '|chrome/browser/ui/webui/metrics_handler'\
asvitkineb7e10302016-01-20 05:17:451106 '|chromecast/browser/metrics/'\
asvitkinee4bad382015-11-05 21:56:451107 '|components/metrics/'\
asvitkineb7e10302016-01-20 05:17:451108 '|components/metrics_services_manager/'\
[email protected]ce6b855a2014-03-12 19:51:391109 '|components/rappor/'\
asvitkinee4bad382015-11-05 21:56:451110 '|components/variations/'\
[email protected]b0d594d2014-02-21 03:22:121111 # Exclude XML files; in particular, histograms.xml.
1112 '|tools/metrics/[^.]*([.](?!xml$).*)?$',
1113 },
1114 'metrics_xml_files': {
1115 # Subscribe to this to watch for changes to histograms.xml.
toyoshim8f51f902015-03-27 03:50:211116 'filepath': 'tools/metrics/.*\.xml$',
1117 },
1118 'midi': {
1119 'filepath': 'midi',
[email protected]f76c8852012-06-21 16:37:001120 },
[email protected]341f218a2013-09-24 22:16:101121 'mojo': {
1122 'filepath': 'mojo',
1123 },
Kyle Horimotoc4d57b122018-02-28 01:17:301124 'multidevice': {
Kyle Horimoto592f64c2018-03-28 23:43:221125 'filepath': 'ash/multidevice_setup/'\
1126 '|chrome/browser/resources/chromeos/multidevice_setup/'\
James Hawkinsf7e517c2018-03-30 21:01:141127 '|chromeos/components/proximity_auth/'\
Kyle Horimoto592f64c2018-03-28 23:43:221128 '|chromeos/services/device_sync/'\
1129 '|chromeos/services/multidevice_setup/'\
1130 '|chromeos/services/secure_channel/'\
James Hawkinsf7e517c2018-03-30 21:01:141131 '|components/cryptauth/'
Kyle Horimotoc4d57b122018-02-28 01:17:301132 },
rjkroegef60dea862015-10-29 17:50:061133 'mus': {
ben6b0453d12016-07-02 04:27:191134 'filepath': 'services/ui/'\
rjkroegef60dea862015-10-29 17:50:061135 '|mojo/gpu/',
1136 },
[email protected]f76c8852012-06-21 16:37:001137 'nacl': {
[email protected]f2f0fbb92012-07-14 15:52:491138 'filepath': 'chrome/nacl/|chrome/test/nacl/|'\
[email protected]193912d2013-09-06 17:41:561139 'chrome/browser/nacl_host/|chrome/common/nacl|'\
1140 'native_client_sdk/src/doc/',
[email protected]f76c8852012-06-21 16:37:001141 },
[email protected]99ddc3d2013-01-22 16:15:331142 'native_client_sdk': {
1143 'filepath': '^native_client_sdk/',
1144 },
[email protected]b9ecdb62014-03-07 14:56:431145 'navigation': {
1146 'filepath': 'content/browser/frame_host|'\
1147 'content/browser/renderer_host/render_process_host.*|'\
1148 'content/browser/renderer_host/render_view_host.*|'\
1149 'content/browser/web_contents/web_contents_impl.*|'\
1150 'content/renderer/render_frame.*|'\
1151 'content/renderer/render_view.*'
1152 },
[email protected]f76c8852012-06-21 16:37:001153 'net': {
[email protected]f2f0fbb92012-07-14 15:52:491154 'filepath': 'net/',
[email protected]f76c8852012-06-21 16:37:001155 },
bnc1872e8bd2017-01-27 02:47:281156 'net_base': {
1157 'filepath': 'net/base/',
1158 },
bnc1872e8bd2017-01-27 02:47:281159 'net_http2': {
1160 'filepath': 'net/http2/',
1161 },
[email protected]f76c8852012-06-21 16:37:001162 'net_log': {
mmenke59e4d8fb42016-06-15 21:15:281163 'filepath': 'net/log/|' \
[email protected]f2f0fbb92012-07-14 15:52:491164 'chrome/browser/net/.*net_log|' \
[email protected]f2f0fbb92012-07-14 15:52:491165 'chrome/browser/resources/net_internals/|' \
mmenke59e4d8fb42016-06-15 21:15:281166 'chrome/browser/ui/webui/net_internals/|' \
Takeshi Yoshino6b30abd2017-07-16 03:34:511167 'components/net_log/'
[email protected]f76c8852012-06-21 16:37:001168 },
Adam Rice027497d2018-07-27 02:17:021169 'net_server': {
1170 'filepath': 'net/server/'
1171 },
bnc1872e8bd2017-01-27 02:47:281172 'net_spdy': {
1173 'filepath': 'net/spdy/',
1174 },
Adam Rice027497d2018-07-27 02:17:021175 'net_websockets': {
1176 'filepath': 'net/websockets/',
1177 },
jkarlin539748402015-03-31 17:36:311178 'netinfo': {
Josh Karlin1bd016742017-08-18 17:44:171179 'filepath': '/netinfo/',
jkarlin539748402015-03-31 17:36:311180 },
Helen Li30f43d8e2018-05-09 16:24:011181 'network_service': {
1182 'filepath': 'services/network/',
1183 },
Vincent Scheibd5da4d952017-11-03 01:33:241184 'nfc': {
1185 'filepath': '/nfc/',
1186 },
peterf4758412014-09-17 15:06:011187 'notifications': {
Peter Beverloo4548c852017-08-31 13:45:171188 'filepath': 'chrome/browser/extensions/api/notifications/|'\
1189 'chrome/browser/notifications/|'\
1190 'chrome/test/data/notifications/|'\
1191 'content/browser/notifications/|'\
Peter Beverloo4548c852017-08-31 13:45:171192 'content/common/platform_notification|'\
1193 'content/public/browser/platform_notification|'\
1194 'content/public/common/platform_notification|'\
1195 'content/renderer/notification_|'\
Xi Chengd47af342018-04-24 02:36:331196 'chrome/notification_helper/|'\
Peter Beverloo4548c852017-08-31 13:45:171197 'third_party/WebKit/LayoutTests/external/wpt/notifications|'\
1198 'third_party/WebKit/LayoutTests/http/tests/notifications|'\
Blink Reformata30d4232018-04-07 15:31:061199 'third_party/blink/renderer/modules/notifications|'\
1200 'third_party/blink/public/platform/modules/notifications|'\
peterf4758412014-09-17 15:06:011201 'ui/message_center/'
1202 },
tbansalc6f1c9f2016-09-30 22:48:421203 'nqe': {
1204 'filepath': 'nqe',
1205 },
mcwilliamsedee5042016-04-05 18:46:451206 'ntp_snippets': {
1207 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk16a37f902016-05-16 15:49:361208 'chrome/android/javatests/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk14c89352016-07-21 13:45:131209 'chrome/android/junit/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk117ffb322017-02-06 12:04:201210 'chrome/android/java/src/org/chromium/chrome/browser/suggestions/|'\
1211 'chrome/android/javatests/src/org/chromium/chrome/browser/suggestions/|'\
mvanouwerkerk538dc0b62016-05-17 14:55:341212 'chrome/browser/android/ntp/ntp_snippets|'\
mcwilliamsedee5042016-04-05 18:46:451213 'chrome/browser/ntp_snippets/|'\
mvanouwerkerk41649732016-05-17 13:37:001214 'chrome/browser/resources/snippets_internals|'\
1215 'chrome/browser/ui/webui/snippets_internals|'\
mcwilliamsedee5042016-04-05 18:46:451216 'components/ntp_snippets/|'\
1217 'chrome/android/java/res/layout/new_tab_page|'\
noyau451e6bb62016-12-23 14:29:041218 'chrome/android/java/res/layout/most_visited|'\
1219 'ios/chrome/browser/ntp_snippets'
mcwilliamsedee5042016-04-05 18:46:451220 },
treib70176c52016-07-08 14:34:191221 'ntp_tiles': {
1222 'filepath': 'chrome/browser/android/ntp/|'\
1223 'chrome/browser/ui/webui/ntp/|'\
1224 'chrome/common/search/ntp|'\
noyau451e6bb62016-12-23 14:29:041225 'components/ntp_tiles/|'\
1226 'ios/chrome/browser/ntp_tiles'
treib70176c52016-07-08 14:34:191227 },
peterb8ec88f82017-03-21 13:29:421228 'offline_items_collection': {
1229 'filepath': 'components/offline_items_collection/',
1230 },
dimichdce3ee492016-04-04 04:20:521231 'offline_pages': {
1232 'filepath': 'components/offline_pages/'\
fgorski329be5b2016-04-19 21:38:111233 '|chrome/browser/android/offline_pages/'\
1234 '|chrome/android/java/src/org/chromium/chrome/browser/offlinepages/'
dimichdce3ee492016-04-04 04:20:521235 },
[email protected]f76c8852012-06-21 16:37:001236 'omnibox': {
jdonnelly6fa5a21d2017-01-03 15:28:351237 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/omnibox/|'\
1238 'chrome/android/javatests/src/org/chromium/chrome/browser/omnibox/|'\
1239 'chrome/browser/autocomplete/|'\
Justin Donnelly0af1472f2017-10-20 15:24:401240 'chrome/browser/ui/location_bar/|'\
jdonnelly6fa5a21d2017-01-03 15:28:351241 'chrome/browser/ui/omnibox/|'\
Justin Donnelly0af1472f2017-10-20 15:24:401242 'chrome/browser/ui/.*/location_bar/|'\
jdonnelly6fa5a21d2017-01-03 15:28:351243 'chrome/browser/ui/.*/omnibox/|'\
1244 'components/omnibox/|'\
1245 'ios/chrome/browser/ui/omnibox/'
[email protected]f76c8852012-06-21 16:37:001246 },
Doug Arnetta94d3ae2017-11-07 00:10:341247 'optimization_guide': {
1248 'filepath': 'optimization_guide|'\
1249 'optimization_hints',
1250 },
chasej6dff9292016-02-02 20:33:121251 'origin_trials': {
chasej68b8bbd2017-01-26 19:26:131252 'filepath': 'origin_trials'\
1253 '|OriginTrial'\
1254 '|ConditionalFeature',
chasej6dff9292016-02-02 20:33:121255 },
[email protected]4a2078e2013-07-18 20:40:201256 'ozone': {
[email protected]f93c2c92013-10-31 18:22:441257 'filepath': 'ui/ozone/|'\
[email protected]4b66bf922013-10-28 19:49:431258 'ui/events/ozone/|'\
1259 'ui/gfx/ozone/|'\
[email protected]4a2078e2013-07-18 20:40:201260 'ui/gl/gl_.*egl.*|'\
1261 'ui/gl/gl_.*ozone.*'
1262 },
lgarron9e25c7402017-03-15 04:03:111263 'page_info' : {
1264 'filepath': 'chrome/browser/ui/page_info/'\
1265 '|chrome/browser/ui/.*/page_info/'\
lgarron3428b2d32017-03-21 18:35:191266 '|chrome/android/java/src/org/chromium/chrome/browser/page_info/'\
lgarron6cd116a2017-04-07 19:42:181267 '|components/page_info_strings.grdp'\
Gregory Chatzinoffdf93d692017-09-09 01:32:271268 '|ios/chrome/browser/ui/page_info/'
lgarron6cd116a2017-04-07 19:42:181269 },
csharrison3b1dc4062015-10-19 14:31:081270 'page_load_metrics' : {
bmcquade9f433702016-07-26 23:33:501271 'filepath': 'chrome/browser/page_load_metrics/'\
1272 '|chrome/common/page_load_metrics/'\
1273 '|chrome/renderer/page_load_metrics/'
csharrison3b1dc4062015-10-19 14:31:081274 },
[email protected]f76c8852012-06-21 16:37:001275 'panels': {
[email protected]7cbe5a52012-09-27 02:00:291276 'filepath': 'chrome/browser/ui/panels'\
1277 '|chrome/browser/ui/cocoa/panels'\
[email protected]7cbe5a52012-09-27 02:00:291278 '|chrome/browser/ui/views/panels'
[email protected]f76c8852012-06-21 16:37:001279 },
[email protected]3cc8b3922014-05-05 13:12:081280 'password_manager': {
1281 'filepath': 'chrome/.*/password_'\
1282 '|chrome/browser/ui/passwords'\
1283 '|chrome/browser/ui/views/passwords'\
1284 '|chrome/test/data/password'\
1285 '|components/autofill.*password'
1286 '|components/password_'\
vabrccdb7222016-06-01 14:59:401287 '|^ios/chrome/browser/passwords'\
[email protected]3cc8b3922014-05-05 13:12:081288 },
rouslane8a22262016-10-19 20:49:411289 'payments': {
1290 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/payments'\
1291 '|chrome/android/javatests/src/org/chromium/chrome/browser/payments'\
Rouslan Solomakhin81af4cf2017-06-27 15:23:491292 '|chrome/browser/payments'\
1293 '|chrome/browser/ui/views/payments'\
Mohamad Ahmadi2b452762017-07-18 23:17:151294 '|components/payments/test/data'\
rouslana64ceca2016-10-26 01:10:311295 '|components/payments'\
Rouslan Solomakhin81af4cf2017-06-27 15:23:491296 '|content/browser/payments'\
1297 '|content/test/data/payments'\
1298 '|ios/chrome/browser/payments'\
1299 '|ios/chrome/browser/ui/payments'\
1300 '|ios/web/payments'\
1301 '|ios/web/public/payments'\
1302 '|third_party/WebKit/LayoutTests/external/wpt/payment-request'\
1303 '|third_party/WebKit/LayoutTests/http/tests/payments'\
1304 '|third_party/WebKit/LayoutTests/payments'\
Blink Reformata30d4232018-04-07 15:31:061305 '|third_party/blink/public/platform/modules/payments'\
1306 '|third_party/blink/renderer/modules/payments'
mahmadi0a7bb59f2017-02-22 19:13:491307 },
1308 'payments_ios': {
Rouslan Solomakhin81af4cf2017-06-27 15:23:491309 'filepath': 'ios/web/payments'\
1310 '|ios/chrome/browser/payments'\
1311 '|ios/chrome/browser/ui/payments'\
1312 '|ios/web/public/payments'
rouslane8a22262016-10-19 20:49:411313 },
[email protected]f76c8852012-06-21 16:37:001314 'pepper_api': {
[email protected]b8491b02013-11-13 03:50:581315 'filepath': 'ppapi/api'\
1316 '|ppapi/c',
[email protected]f76c8852012-06-21 16:37:001317 },
mlamourid8b0feb2015-06-02 16:30:471318 'permissions': {
1319 'filepath': 'content/(child,browser)/permissions/'\
1320 '|content/common/permission_*'\
1321 '|content/public/(common,browser)/permission_*'\
1322 '|chrome/browser/permissions/'\
1323 '|chrome/browser/content_settings/permission*'\
1324 '|permission_context',
1325 },
François Beaufortb2070eb2018-02-08 10:36:341326 'picture_in_picture': {
Blink Reformata30d4232018-04-07 15:31:061327 'filepath': 'third_party/blink/renderer/modules/picture_in_picture/'
François Beaufortb2070eb2018-02-08 10:36:341328 },
Lutz Justena67427102018-06-28 08:55:461329 'policy_templates': {
1330 'filepath': 'components/policy/resources/policy_templates.json'
1331 },
michaelpg11fff3f2015-02-06 03:35:341332 'polymer': {
1333 'filepath': 'third_party/polymer/|'\
michaelpgf94a2a22017-03-06 22:35:001334 'third_party/web-animations-js/|'\
dbeam78528be2016-02-18 07:08:491335 'tools/polymer|'\
michaelpg11fff3f2015-02-06 03:35:341336 'ui/webui/resources/polymer_resources.grdp',
1337 },
Charles Harrison981d33c2017-10-06 21:36:221338 'popup_blocker': {
1339 'filepath': 'chrome/browser/ui/blocked_content'
1340 },
twifkak0c69c1f2015-06-22 18:20:091341 'precache': {
1342 'filepath': '[pP]recache'
1343 },
[email protected]be775bc2014-06-30 15:41:141344 'prepopulated_engines': {
1345 'filepath': 'components/search_engines/prepopulated_engines.json',
1346 },
[email protected]f76c8852012-06-21 16:37:001347 'prerender': {
[email protected]78375a52012-07-14 14:47:571348 'filepath': 'prerender'
[email protected]f76c8852012-06-21 16:37:001349 },
mfoltz57fd7f32017-05-03 06:12:581350 'presentation': {
1351 'filepath': 'content/(browser|common|renderer)/presentation/' \
Blink Reformata30d4232018-04-07 15:31:061352 '|third_party/blink/public/platform/modules/presentation/' \
mfoltz57fd7f32017-05-03 06:12:581353 '|third_party/WebKit/LayoutTests/presentation/' \
Blink Reformata30d4232018-04-07 15:31:061354 '|third_party/blink/renderer/modules/presentation/'
mfoltz57fd7f32017-05-03 06:12:581355 },
peter884896c72015-03-12 14:26:201356 'push_messaging': {
1357 'filepath': 'push_messaging'
1358 },
stkhapugin06503142016-12-07 14:32:121359 'reading_list': {
1360 'filepath': 'components/reading_list|'\
1361 'ios/chrome/browser/reading_list|'\
1362 'ios/chrome/browser/ui/reading_list',
1363 },
[email protected]f76c8852012-06-21 16:37:001364 'remoting': {
sergeyu05995a4f2017-01-24 21:26:011365 'filepath': '^remoting/' \
1366 '|^testing/chromoting'
[email protected]f76c8852012-06-21 16:37:001367 },
gab57e80c72014-12-08 21:06:131368 'rlz_id': {
1369 'filepath' :'rlz/lib/machine_id.cc|'\
1370 'rlz/lib/machine_id.h|'\
1371 'rlz/win/lib/machine_id_win.cc',
1372 },
Joe Medleya129fe32018-01-25 15:20:221373 'runtime_enabled_features': {
Blink Reformata30d4232018-04-07 15:31:061374 'filepath' : 'third_party/blink/renderer/platform/runtime_enabled_features.json5'
Joe Medleya129fe32018-01-25 15:20:221375 },
grt829c6a82014-10-20 09:29:321376 'safe_browsing': {
timvolodine41e95412017-03-14 02:55:341377 'filepath': 'chrome/(browser|common|renderer)/safe_browsing/|'\
1378 'components/safe_browsing/',
grt829c6a82014-10-20 09:29:321379 },
vakhf8e14c92016-10-17 21:29:471380 'safe_browsing_db': {
1381 'filepath': 'components/safe_browsing_db/',
1382 },
mlamourid8b0feb2015-06-02 16:30:471383 'screen_orientation': {
1384 'filepath': 'screen_orientation',
1385 },
[email protected]0b431722014-01-08 07:21:511386 'service_worker': {
[email protected]edaf31d2014-03-07 00:09:171387 'filepath': 'content/(browser|renderer|child|common)/service_worker/',
[email protected]0b431722014-01-08 07:21:511388 },
Colin Blundell6d2669a2017-07-11 06:26:531389 'services_public': {
1390 'filepath': 'services/([^/]*/)*public/',
1391 },
alitoc5534d62017-04-21 01:48:581392 'settings_reset_prompt': {
1393 'filepath': 'chrome/browser/safe_browsing/settings_reset_prompt/'\
1394 '|chrome/browser/ui/views/settings_reset_prompt',
1395 },
dominickn8884155a2016-06-23 02:28:161396 'site_engagement': {
1397 'filepath': 'chrome/browser/engagement/|'\
1398 'chrome/browser/ui/webui/engagement/',
1399 },
[email protected]f76c8852012-06-21 16:37:001400 'site_instance': {
[email protected]f2f0fbb92012-07-14 15:52:491401 'filepath': 'content/browser/site_instance|'\
1402 'content/browser/browsing_instance',
[email protected]f76c8852012-06-21 16:37:001403 },
Zentaro Kavanagh608f8a12018-01-19 18:39:561404 'smb': {
1405 'filepath': 'chrome/browser/chromeos/file_system_provider'\
1406 '|chrome/browser/chromeos/smb_client'\
1407 '|chromeos/dbus/fake_smb_provider_client'\
1408 '|chromeos/dbus/smb_provider_client',
1409 },
Joe Medleya129fe32018-01-25 15:20:221410 'source_idls': {
Joe Medleyf7671752018-04-13 14:34:501411 'filepath': 'third_party/blink/renderer/(core|modules|platform)/.*\.idl',
Joe Medleya129fe32018-01-25 15:20:221412 },
[email protected]ad0295d2012-10-11 23:43:361413 'spellcheck': {
1414 'filepath': 'chrome/browser/spellchecker/'\
timvolodine8cdb94c2016-09-22 12:17:221415 '|chrome/browser/renderer_context_menu/spelling_'\
1416 '|components/spellcheck/'\
1417 '|third_party/hunspell/'\
1418 '|third_party/hunspell_dictionaries/',
[email protected]ad0295d2012-10-11 23:43:361419 },
Greg Thompson9ea091702018-01-04 11:06:321420 'startup': {
1421 'filepath': 'chrome/browser/ui/startup/',
1422 },
[email protected]67f39af2013-08-23 20:06:051423 'streams': {
1424 'filepath': 'content/browser/streams/',
1425 },
vmpstrcc1c08302015-11-18 06:05:511426 'styleguide': {
1427 'filepath': '^styleguide/',
1428 },
engedye7b734da2017-02-07 12:08:131429 'subresource_filter': {
Charles Harrisonfb3eac92017-06-26 21:26:021430 'filepath': 'subresource_filter|SubresourceFilter|url_pattern_index',
engedye7b734da2017-02-07 12:08:131431 },
[email protected]43d33e92014-07-14 16:39:311432 'supervised_users': {
1433 'filepath': 'chrome/browser/.*managed_mode'\
1434 '|chrome/browser/.*managed_user'\
1435 '|chrome/browser/.*supervised_user',
1436 },
[email protected]f76c8852012-06-21 16:37:001437 'sync': {
maxboguefa217942016-04-01 01:08:131438 'filepath': '^chrome/android/sync_shell/'\
1439 '|^chrome/browser/ui/sync/'\
1440 '|^chrome/browser/ui/views/sync/'\
1441 '|^chrome/test/android/javatests/src/org/chromium/chrome/test/util/browser/sync/'\
1442 '|^ios/chrome/browser/sync/'\
1443 '|^chrome/android/java/src/org/chromium/chrome/browser/sync/'\
1444 '|^chrome/browser/sync/'\
1445 '|^components/browser_sync/'\
Max Boguefef332d2016-07-28 22:09:091446 '|^components/sync/'\
maxboguefa217942016-04-01 01:08:131447 '|^components/sync_bookmarks/'\
Max Boguefef332d2016-07-28 22:09:091448 '|^components/sync_sessions/',
[email protected]f76c8852012-06-21 16:37:001449 },
[email protected]92871a102013-07-01 11:11:411450 'syncfs': {
1451 'filepath': 'sync_file_system',
1452 },
miu5e69f1c52016-10-23 13:40:111453 'tab_alert_indicators': {
1454 'filepath': 'content/browser/media/audio_stream_monitor'\
1455 '|chrome/browser/ui/cocoa/tabs/alert_indicator_button'\
1456 '|chrome/browser/ui/cocoa/tabs/tab_controller\.mm'\
1457 '|chrome/browser/ui/tabs/tab_utils'\
1458 '|chrome/browser/ui/views/tabs/alert_indicator_button'\
1459 '|chrome/browser/ui/views/tabs/tab\.cc'\
1460 '|chrome/browser/ui/views/tabs/tab_renderer_data'\
1461 '|media/audio/audio_(output_controller|power_monitor)',
1462 },
[email protected]82d74152013-07-28 08:55:311463 'tab_capture': {
Adam Parker83a488462017-12-22 00:26:481464 'filepath': 'chrome/browser/extensions/api/tab_capture/'\
miu5e69f1c52016-10-23 13:40:111465 '|chrome/renderer/resources/extensions/tab_capture_custom_bindings.js'\
[email protected]31ef420b2014-08-13 21:19:131466 '|chrome/test/data/extensions/api_test/tab_capture/'\
Adam Parker83a488462017-12-22 00:26:481467 '|components/viz/common/(frame_sinks/copy_output_|gl_helper|yuv_)'\
1468 '|components/viz/service/display/'\
1469 '|components/viz/service/frame_sinks/(frame_sink_manager'\
1470 '|video_capture/)'\
[email protected]31ef420b2014-08-13 21:19:131471 '|content/browser/media/capture/'\
[email protected]31ef420b2014-08-13 21:19:131472 '|content/browser/renderer_host/media/(audio_'\
1473 '|media_stream_manager|video_)'\
miu5e69f1c52016-10-23 13:40:111474 '|content/public/renderer/media_stream_'\
1475 '|content/renderer/media/(media_stream|(.+audio_source))'\
[email protected]31ef420b2014-08-13 21:19:131476 '|media/audio/(audio_output_controller|fake_audio_|virtual_audio_)'\
1477 '|media/base/video_frame\.h'\
Adam Parker83a488462017-12-22 00:26:481478 '|media/capture/'\
1479 '|services/viz/privileged/interfaces/compositing/frame_sink',
[email protected]82d74152013-07-28 08:55:311480 },
[email protected]f76c8852012-06-21 16:37:001481 'tab_contents': {
[email protected]f2f0fbb92012-07-14 15:52:491482 'filepath': 'chrome/browser/tab_contents/|'\
1483 'content/browser/tab_contents/|'\
1484 'chrome/browser/ui/tab_contents/',
[email protected]f76c8852012-06-21 16:37:001485 },
tdresserd80646f2017-03-03 19:26:081486 'tbmv2_metrics': {
1487 'filepath': 'third_party/catapult/tracing/tracing/metrics'
1488 },
[email protected]5e105332012-09-13 01:55:521489 'tcmalloc': {
1490 'filepath': 'third_party/tcmalloc'
1491 },
[email protected]31a10602012-11-21 01:51:261492 'telemetry': {
nednguyen79105d422016-04-18 01:38:421493 'filepath': 'tools/perf/'
[email protected]31a10602012-11-21 01:51:261494 },
Takeshi Yoshino524e1d262017-07-28 01:16:381495 'test_runner': {
1496 'filepath': 'components/test_runner/' \
1497 '|content/shell/(common|browser|renderer)/layout_test/' \
1498 '|content/test/layouttest_support.cc' \
1499 '|content/public/test/layouttest_support.h' \
1500 },
[email protected]f76c8852012-06-21 16:37:001501 'tests': {
[email protected]f2f0fbb92012-07-14 15:52:491502 'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/',
[email protected]0cde05a02011-11-30 23:36:521503 },
jlkleinecc81952016-11-19 00:16:071504 'tether': {
Kyle Horimoto592f64c2018-03-28 23:43:221505 'filepath': 'chrome/browser/chromeos/tether/'\
1506 '|chrome/browser/ui/ash/network/tether*'\
jlkleinecc81952016-11-19 00:16:071507 '|chromeos/components/tether/'\
Kyle Horimoto592f64c2018-03-28 23:43:221508 '|components/cryptauth/'\
1509 '|components/proximity_auth/logging'
jlkleinecc81952016-11-19 00:16:071510 },
[email protected]1cbbb30b2011-10-14 08:03:561511 'textinput': {
Yuichiro Hanadaf0b3b472017-10-17 07:00:531512 'filepath': 'chrome/browser/ui/input_method'\
[email protected]f2f0fbb92012-07-14 15:52:491513 '|content/browser/renderer_host/render_widget_host_view'\
1514 '|content/browser/renderer_host/text_input'\
1515 '|ui/base/ime/'\
[email protected]f2f0fbb92012-07-14 15:52:491516 '|ui/views/controls/textfield/'\
Yuichiro Hanadaf0b3b472017-10-17 07:00:531517 '|ui/wm/core/ime'
[email protected]1cbbb30b2011-10-14 08:03:561518 },
[email protected]3a117c62011-11-29 04:28:021519 'textinput_chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:491520 'filepath': 'chrome/browser/chromeos/input_method/'\
1521 '|chrome/browser/chromeos/extensions/input_method'\
1522 '|chrome/browser/chromeos/status/input_method'\
1523 '|chrome/browser/extensions/extension_input_'\
1524 '|chrome/browser/resources/keyboard'\
[email protected]f2f0fbb92012-07-14 15:52:491525 'chromeos/.*(language|keyboard)'\
[email protected]6bd9e802013-04-18 06:40:421526 '|chromeos/ime/*'
[email protected]3a117c62011-11-29 04:28:021527 },
chirantan96fcf6d2015-01-21 22:36:191528 'timers': {
1529 'filepath': 'base/timer/'\
1530 '|components/timers/'
1531 },
robliaofd54b5c2017-01-13 00:41:301532 'tools_win_chromeexts': {
1533 'filepath': 'tools/win/chromeexts',
1534 },
AJITH KUMAR V4f0c4812018-03-27 13:46:571535 'touch_selection': {
1536 'filepath': 'ui/touch_selection/'\
1537 '|content/public/android/java/src/org/chromium/content/browser/selection/'
1538 },
[email protected]c8eb7f72013-07-04 15:30:111539 'tracing': {
1540 'filepath': 'base/debug/trace_event.*'\
primianobef13b42015-01-30 15:29:311541 '|base/trace_event/'\
[email protected]c8eb7f72013-07-04 15:30:111542 '|content/browser/tracing/'\
Oystein Eftevaag6410f1a2018-03-01 18:06:301543 '|components/tracing/'\
1544 '|services/tracing/'
[email protected]c8eb7f72013-07-04 15:30:111545 },
[email protected]cf428f732012-10-02 20:48:151546 'ui_compositor': {
1547 'filepath': 'ui/compositor/layer\.|'\
1548 'ui/compositor/layer_unittest|'\
1549 'ui/compositor/compositor',
1550 },
robliao2c4b7492016-07-19 01:57:261551 'ui_display_win': {
1552 'filepath': '^ui/display/win',
1553 },
[email protected]6b5093c2012-05-23 19:10:181554 'ui_resources': {
[email protected]f2f0fbb92012-07-14 15:52:491555 'filepath': 'ui/resources/'\
1556 '|ui/base/native_theme/resources/'\
1557 '|chrome/app/theme/'
[email protected]6b5093c2012-05-23 19:10:181558 },
edwardjung83f52ef22017-02-07 13:15:071559 'ui_strings': {
1560 'filepath': 'chrome/app/generated_resources.grd'\
1561 '|chrome/app/google_chrome_strings.grd'\
1562 '|chrome/android/java/strings/android_chrome_strings.grd'\
1563 '|chrome/app/settings_strings.grdp'\
1564 '|ios/chrome/app/strings/ios(_.+)*_strings.grd'\
1565 '|ui/strings/ui_strings.grd',
1566 },
Vincent Scheibd5da4d952017-11-03 01:33:241567 'usb': {
1568 'filepath': '/usb/',
1569 },
Hirokazu Hondaf98a3122018-04-12 11:19:481570 'v4l2': {
1571 'filepath': 'media/gpu/v4l2',
1572 },
Miguel Casas-Sancheza65d49a2017-12-11 03:27:481573 'vaapi': {
1574 'filepath': 'media/gpu/vaapi',
1575 },
[email protected]c73ec8ab2014-01-16 20:35:231576 'version_assembly': {
1577 'filepath': 'chrome/app/version_assembly',
1578 },
posciak62a72272016-05-11 08:31:241579 'video': {
1580 'filepath': 'content/browser/renderer_host/media/|'\
1581 'content/renderer/media/|'\
1582 'media/capture/video/|'\
1583 'media/filters/|'\
1584 'media/gpu/|'\
1585 '.*video.*',
1586 },
mcasas09e881c2016-04-09 02:09:501587 'video_capture': {
1588 'filepath': 'chrome/browser/media/.*(capture|media|webrtc)'\
1589 '|content/browser/renderer_host/media/.*(capture|media)'\
1590 '|content/renderer/media/.*(capture|media|webrtc)'\
1591 '|media/capture/'\
chfremer2a01a69b2017-01-06 02:39:011592 '|media/muxers/'\
1593 '|services/video_capture/',
mcasas09e881c2016-04-09 02:09:501594 },
Alexandre Courbot3e9e55a2018-04-05 05:29:421595 'video_gpu': {
1596 'filepath': 'content/renderer/media/|'\
1597 'media/capture/video/|'\
1598 'media/gpu/',
1599 },
[email protected]f76c8852012-06-21 16:37:001600 'views': {
1601 # Applies to all files and subdirs within this directory.
[email protected]f2f0fbb92012-07-14 15:52:491602 'filepath': '^ui/views/',
[email protected]f76c8852012-06-21 16:37:001603 },
[email protected]ef514a32014-02-26 01:02:351604 'virtual_keyboard': {
1605 'filepath': 'ui/keyboard/'\
oka47452c22017-02-17 05:07:571606 '|chrome/test/data/chromeos/virtual_keyboard/'\
1607 '|extensions/browser/api/virtual_keyboard_private/'\
James Cooka35a1e22017-04-08 02:33:081608 '|ash/system/virtual_keyboard/'\
oka47452c22017-02-17 05:07:571609 '|ash/virtual_keyboard',
[email protected]ef514a32014-02-26 01:02:351610 },
billorr3c7e1442016-11-11 21:21:351611 'virtual_reality': {
David Dorwina4a2b73c2018-05-18 22:39:561612 # Includes VR, AR, and XR.
Michael Thiessena7bec5b2018-07-12 19:10:041613 'filepath': '/vr/'\
David Dorwina4a2b73c2018-05-18 22:39:561614 '|/xr'\
1615 '|third_party/arcore'\
1616 '|third_party/gvr'\
1617 '|third_party/libovr'\
1618 '|third_party/openvr',
billorr3c7e1442016-11-11 21:21:351619 },
Vincent Scheibd5da4d952017-11-03 01:33:241620 'wake_lock': {
1621 'filepath': 'wake_lock',
1622 },
Devin Mullins4ff9b282018-03-09 00:37:321623 'web_package': {
1624 'filepath': 'content/browser/loader/prefetch_url_loader'\
1625 '|content/browser/web_package/'\
Kunihiko Sakamotoba390852018-07-11 01:08:551626 '|content/test/data/sxg/'
Devin Mullins4ff9b282018-03-09 00:37:321627 },
Matt Giuca9eb910d2017-08-02 04:07:381628 'web_share': {
1629 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/webshare/'\
1630 '|chrome/android/javatests/src/org/chromium/chrome/browser/WebShare.*'\
1631 '|chrome/browser/ui/views/webshare/'\
1632 '|chrome/browser/webshare/'\
1633 '|third_party/WebKit/LayoutTests/webshare/'\
1634 '|third_party/WebKit/LayoutTests/external/wpt/web-share/'\
Blink Reformata30d4232018-04-07 15:31:061635 '|third_party/blink/public/platform/modules/webshare/'\
1636 '|third_party/blink/renderer/modules/webshare/',
Matt Giuca9eb910d2017-08-02 04:07:381637 },
Martin Kreichgauer794a18572018-07-20 20:45:431638 'webauthn': {
1639 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/webauth/'\
1640 '|chrome/android/javatests/src/org/chromium/chrome/browser/webauth/'\
1641 '|chrome/browser/webauthn/'\
1642 '|chrome/browser/ui/webauthn/'\
1643 '|chrome/browser/ui/views/webauthn/'\
1644 '|content/browser/webauth/'\
1645 '|device/fido/'\
1646 '|third_party/blink/public/platform/modules/webauth/',
1647 },
Corentin Wallez3f1d0852018-07-04 15:45:361648 'webgpu': {
1649 'filepath': 'third_party/blink/renderer/modules/webgpu/',
1650 },
Takeshi Yoshinoe387aa32017-08-02 13:16:131651 'webrtc_browser_tests': {
1652 'filepath': 'chrome/browser/media/.*webrtc.*browsertest|'\
1653 'content/browser/media/.*webrtc.*browsertest',
1654 },
[email protected]208879542012-07-05 11:15:341655 'website_settings': {
[email protected]f2f0fbb92012-07-14 15:52:491656 'filepath': 'chrome/browser/content_settings/'\
1657 '|chrome/browser/ui/views/website_settings/'\
1658 '|chrome/browser/ui/website_settings/'\
mukai077089f2014-09-11 18:41:521659 '|chrome/common/content_settings'\
1660 '|components/content_settings/',
[email protected]208879542012-07-05 11:15:341661 },
[email protected]b17d9e02014-07-29 09:45:501662 'windows_sandboxing': {
1663 'filepath': 'sandbox/win/',
1664 },
[email protected]f76c8852012-06-21 16:37:001665 'x11': {
[email protected]f2f0fbb92012-07-14 15:52:491666 'filepath': 'content/browser/renderer_host/backing_store_x\.' \
1667 '|chrome/browser/chromeos/input_method/xkeyboard\.' \
1668 '|chrome/browser/chromeos/system_key_event_listener\.' \
[email protected]f76c8852012-06-21 16:37:001669 '|chrome/browser/chromeos/'\
[email protected]f2f0fbb92012-07-14 15:52:491670 'xinput_hierarchy_changed_event_listener\.' \
1671 '|chrome/browser/chromeos/wm_' \
1672 '|ui/base/x/'
[email protected]0d710852012-05-24 01:18:401673 },
wjmaclean3ff6a402015-03-31 19:00:201674 'zoom': {
1675 'filepath': 'chrome/browser/ui/zoom/' \
1676 '|components/ui/zoom/' \
1677 '|content/browser/host_zoom_*' \
1678 '|content/browser/storage_partition_impl*' \
1679 '|content/public/browser/host_zoom_map.h' \
1680 '|content/public/browser/storage_partition.h'
1681 },
[email protected]a3838612009-10-13 21:57:541682 },
[email protected]ca872e362011-07-12 21:06:031683
pennymac962d190432016-07-27 00:58:351684 ##############################################################################
1685 # Please keep alphabetical
1686 ##############################################################################
[email protected]a3838612009-10-13 21:57:541687 'WATCHLISTS': {
Joe Medley1e1bb652018-04-27 17:36:591688 'about_flags': ['[email protected]',
1689 '[email protected]'],
mazda6471d0e2015-10-02 06:32:551690 'accelerator_table': ['[email protected]',
[email protected]f76c8852012-06-21 16:37:001691 '[email protected]'],
dmazzoni5f4b7f12015-02-17 16:35:571692 'accessibility': ['[email protected]',
Aaron Leventhal978557022017-06-09 15:39:411693 '[email protected]',
dmazzoni5f4b7f12015-02-17 16:35:571694 '[email protected]',
dougtcd8ac01d2017-03-24 16:23:401695 '[email protected]',
[email protected]f76c8852012-06-21 16:37:001696 '[email protected]',
je_julie.kima170bac2015-05-06 14:57:541697 '[email protected]',
Katie Dektara52038e42017-12-06 21:00:311698 '[email protected]',
dmazzoni5f4b7f12015-02-17 16:35:571699 '[email protected]',
[email protected]f76c8852012-06-21 16:37:001700 '[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:261701 'add_to_homescreen': ['[email protected]',
Xi Han50f523a1d2017-07-19 15:56:111702 '[email protected]',
F07b660412017-08-01 20:53:061703 '[email protected]'],
asvitkine361b276e2016-08-30 18:45:001704 'android_crash_reporting': ['[email protected]'],
johnmaguire6aaac7902016-03-15 12:28:201705 'android_crazy_linker': ['[email protected]'],
dfalcantaraef21e9e2016-01-07 01:16:261706 'android_infobars': ['[email protected]'],
agrieve4d9c1c52016-09-23 17:49:381707 'android_infra': ['[email protected]',
Eric Stevenson1a03deb2018-06-22 20:40:131708 '[email protected]',
Andrew Grieve5babdbfc2017-08-16 01:26:491709 '[email protected]'],
Takeshi Yoshino524e1d262017-07-28 01:16:381710 'android_item_chooser_dialogs': ['[email protected]',
1711 '[email protected]'],
lizebf34f69b2016-03-30 16:08:531712 'android_loading': ['[email protected]',
drogere76b5632016-03-31 14:14:411713 '[email protected]'],
Daniele Castagna7c829d692018-02-12 16:09:081714 'android_media': ['[email protected]'],
Ted Choc042d8442018-03-13 16:35:571715 'android_search_widget': ['[email protected]',
1716 '[email protected]'],
nyquistf602bd02017-02-16 23:17:441717 'android_studio': ['[email protected]',
1718 '[email protected]'],
Daniele Castagna7c829d692018-02-12 16:09:081719 'android_tab': ['[email protected]'],
asvitkine361b276e2016-08-30 18:45:001720 'android_uma_settings': ['[email protected]',
1721 '[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:261722 'android_webapk': ['[email protected]'],
[email protected]7ca78dc12012-09-20 09:26:441723 'android_webview': ['[email protected]'],
Yi Guc1c54682018-07-23 12:00:001724 'animation_worklet': ['[email protected]',
1725 '[email protected]'],
Matt Giuca9eb910d2017-08-02 04:07:381726 'app_list': ['[email protected]'],
Dominick Ngdd2f0112018-07-18 01:41:551727 'app_shortcuts': ['[email protected]',
1728 '[email protected]',
Matt Giuca9eb910d2017-08-02 04:07:381729 '[email protected]'],
pennymac962d190432016-07-27 00:58:351730 'apps': ['[email protected]',
Dominick Ngfe197c752018-07-18 00:51:261731 '[email protected]',
pennymac962d190432016-07-27 00:58:351732 '[email protected]'],
lhchavez4b19176f2016-05-04 23:12:461733 'arc': ['[email protected]',
hidehiko49f0b7c2016-05-24 10:59:471734 '[email protected]',
lhchavez4b19176f2016-05-04 23:12:461735 '[email protected]',
victorhsieh52feccd2017-02-27 18:27:021736 '[email protected]',
Junichi Uekawa38d20c12018-03-22 03:31:301737 '[email protected]',
1738 '[email protected]'],
lhchavez61532c92016-10-18 21:33:371739 'arc_auth': ['[email protected]'],
Shuhei Takahashiaf68cff2017-07-24 05:17:121740 'arc_fileapi': ['[email protected]'],
poromov7633f602017-02-21 16:44:011741 'arc_kiosk': ['[email protected]'],
lhchavez4b19176f2016-05-04 23:12:461742 'arc_net': ['[email protected]',
1743 '[email protected]',
1744 '[email protected]'],
ejcarusoa298ec02016-06-16 20:30:431745 'arc_power': ['[email protected]'],
Hirokazu Hondaf98a3122018-04-12 11:19:481746 'arc_video_accelerator': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351747 'ash': ['[email protected]',
1748 '[email protected]'],
Xiaohui Chenf7e70a22018-02-08 00:36:381749 'assistant': ['[email protected]'],
Max Morin2b0206312018-04-06 11:17:401750 'audio_service': ['[email protected]',
1751 '[email protected]',
1752 '[email protected]'],
pennymac962d190432016-07-27 00:58:351753 'aura': ['[email protected]',
1754 '[email protected]'],
[email protected]c3a6e1e72013-08-02 00:13:071755 'aura_compositor': ['[email protected]',
1756 '[email protected]',
pennymac962d190432016-07-27 00:58:351757 '[email protected]',
danakj3695c582016-10-26 21:54:431758 '[email protected]'],
Jared Saul4765c1e2018-06-18 13:44:571759 'autofill': ['[email protected]',
1760 '[email protected]',
sebsg55d59d82018-06-19 18:29:521761 '[email protected]',
sebsgbbfbea02016-10-24 21:54:591762 '[email protected]',
Anthony Vallee-Dubois866affd22018-03-19 15:13:211763 '[email protected]',
Jared Saul4765c1e2018-06-18 13:44:571764 '[email protected]',
Tommy Martino7e7d74082018-04-09 19:25:051765 '[email protected]',
Jared Saul4765c1e2018-06-18 13:44:571766 '[email protected]'],
1767 'autofill_credit_cards': ['[email protected]'],
Dan Elphick08d1fd42018-04-26 10:22:331768 'background_fetch': ['[email protected]',
Mugdha Lakhani6876ba12018-04-06 13:12:281769 '[email protected]',
Dan Elphick08d1fd42018-04-26 10:22:331770 '[email protected]'],
pennymac962d190432016-07-27 00:58:351771 'background_sync': ['[email protected]',
chasej6dff9292016-02-02 20:33:121772 '[email protected]',
pennymac962d190432016-07-27 00:58:351773 '[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:261774 'banners': ['[email protected]',
Xi Han50f523a1d2017-07-19 15:56:111775 '[email protected]',
F07b660412017-08-01 20:53:061776 '[email protected]'],
Takeshi Yoshino524e1d262017-07-28 01:16:381777 'base': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:191778 'base_allocator': ['[email protected]',
[email protected]b17d9e02014-07-29 09:45:501779 '[email protected]'],
[email protected]1ed5e0fd2012-07-19 00:19:051780 'base_memory': ['[email protected]'],
Alexander Timin864bf8a02018-03-12 11:06:281781 'base_scheduler': ['[email protected]'],
robliao1644d8b2016-04-11 15:39:591782 'base_task_scheduler': ['[email protected]',
1783 '[email protected]',
1784 '[email protected]'],
pennymac962d190432016-07-27 00:58:351785 'base_win': ['[email protected]',
Robert Liao27a2fa12017-10-20 18:34:481786 '[email protected]',
pennymac962d190432016-07-27 00:58:351787 '[email protected]'],
[email protected]7e093d4022014-06-26 19:19:551788 'battery_status': ['[email protected]'],
wnwen72684762017-03-29 13:28:371789 'binary_size': ['[email protected]',
1790 '[email protected]',
1791 '[email protected]'],
pennymac962d190432016-07-27 00:58:351792 'blink': ['[email protected]'],
1793 'blink_accessibility': ['[email protected]',
1794 '[email protected]',
dougtcd8ac01d2017-03-24 16:23:401795 '[email protected]',
horo8e9a01572016-07-27 06:05:311796 '[email protected]',
pennymac962d190432016-07-27 00:58:351797 '[email protected]'],
1798 'blink_animation': ['[email protected]',
1799 '[email protected]',
1800 '[email protected]',
1801 '[email protected]',
1802 '[email protected]'],
1803 'blink_app_banner': ['[email protected]'],
1804 'blink_audio': ['[email protected]',
1805 '[email protected]'],
1806 'blink_battery_status': ['[email protected]',
1807 '[email protected]'],
pennymac962d190432016-07-27 00:58:351808 'blink_bindings': ['[email protected]'],
jbroman9ac2d532016-09-01 18:20:081809 'blink_bindings_serialization': ['[email protected]'],
Conley Owensd744e392018-04-24 19:18:571810 'blink_bluetooth': ['[email protected]',
Vincent Scheibf01b55ff22018-01-10 21:05:061811 '[email protected]'],
danakjdfa88932017-06-29 18:43:281812 'blink_canvas2d': ['[email protected]',
Justin Novosad5966c962018-07-25 19:02:281813 '[email protected]'],
pennymac962d190432016-07-27 00:58:351814 'blink_client_hints': ['[email protected]'],
1815 'blink_clipboard': ['[email protected]'],
Kinuko Yasuda4a342642018-03-01 09:29:551816 'blink_common': ['[email protected]',
1817 '[email protected]'],
Kentaro Hara993b0de2017-08-07 02:26:371818 'blink_controller': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351819 'blink_css': ['[email protected]',
1820 '[email protected]',
danakjc1e13d4e2018-05-04 21:34:421821 '[email protected]'],
pennymac962d190432016-07-27 00:58:351822 'blink_css_flexbox': ['[email protected]'],
Morten Stenshorne4f1b3022017-11-14 12:05:371823 'blink_css_fragmentation_tests': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351824 'blink_css_grid_layout': ['[email protected]',
horo8e9a01572016-07-27 06:05:311825 '[email protected]',
pennymac962d190432016-07-27 00:58:351826 '[email protected]'],
Dimitri Glazkov33286c62017-12-08 23:34:251827 'blink_custom_elements': ['[email protected]'],
Oksana Zhuravlova5e236ec92018-07-25 00:16:031828 'blink_device_orientation': ['[email protected]',
1829 '[email protected]',
1830 '[email protected]',
pennymac962d190432016-07-27 00:58:351831 '[email protected]'],
1832 'blink_devtools': ['[email protected]',
1833 '[email protected]',
1834 '[email protected]',
1835 '[email protected]',
1836 '[email protected]',
lushnikovc5bd7ca2016-07-27 17:19:391837 '[email protected]'],
pennymac962d190432016-07-27 00:58:351838 'blink_dom': ['[email protected]',
danakjc1e13d4e2018-05-04 21:34:421839 '[email protected]'],
Hayato Ito5fc828c2017-07-05 08:02:321840 'blink_dom_events': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351841 'blink_events': ['[email protected]',
pennymac962d190432016-07-27 00:58:351842 '[email protected]',
1843 '[email protected]'],
1844 'blink_fetch': ['[email protected]',
1845 '[email protected]',
Takeshi Yoshino9d7588a32017-07-31 07:17:341846 '[email protected]'],
pennymac962d190432016-07-27 00:58:351847 'blink_fileapi': ['[email protected]',
1848 '[email protected]',
1849 '[email protected]'],
haraken98d0827a2017-02-27 00:55:191850 'blink_frames': ['[email protected]'],
Mounir Lamouria33886c2018-02-07 10:00:371851 'blink_geolocation': ['[email protected]'],
Nico Weberb6975cc2018-06-19 10:51:451852 'blink_heap': ['[email protected]',
pennymac962d190432016-07-27 00:58:351853 '[email protected]',
1854 '[email protected]'],
Dimitri Glazkov33286c62017-12-08 23:34:251855 'blink_html': ['[email protected]'],
csharrisonf357e9632016-07-29 01:27:221856 'blink_htmlparser': ['[email protected]',
1857 '[email protected]'],
pennymac962d190432016-07-27 00:58:351858 'blink_indexed_db': ['[email protected]',
1859 '[email protected]'],
1860 'blink_input': ['[email protected]',
Navid Zolghadrf7ac0562018-08-02 21:43:161861 '[email protected]'],
pennymac962d190432016-07-27 00:58:351862 'blink_layers': ['[email protected]'],
1863 'blink_layout': ['[email protected]',
1864 '[email protected]',
pennymac962d190432016-07-27 00:58:351865 '[email protected]',
1866 '[email protected]',
1867 '[email protected]'],
Ojan Vafai1fa1ec52018-04-11 17:56:401868 'blink_layout_ng': ['[email protected]',
atotic30c8eba2016-10-28 13:24:071869 '[email protected]',
dgroganf9744ea2017-01-18 23:23:261870 '[email protected]',
lchoi2ba79a72017-05-25 00:23:051871 '[email protected]',
Xiaocheng Hu8bd4d8072017-10-25 23:44:321872 '[email protected]',
1873 '[email protected]'],
pennymac962d190432016-07-27 00:58:351874 'blink_loader': ['[email protected]',
1875 '[email protected]',
Takeshi Yoshinoab2ce8562017-11-09 05:19:191876 '[email protected]'],
pennymac962d190432016-07-27 00:58:351877 'blink_media': ['[email protected]',
1878 '[email protected]',
srirama.mdec4f512016-09-06 08:22:191879 '[email protected]',
1880 '[email protected]'],
pennymac962d190432016-07-27 00:58:351881 'blink_media_queries': ['[email protected]',
1882 '[email protected]'],
mcasas9558316b2017-03-10 18:57:311883 'blink_mediastream': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351884 'blink_modules': ['[email protected]'],
1885 'blink_navigator_content_utils': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351886 'blink_out_of_process_frames': ['[email protected]',
1887 '[email protected]'],
pennymac962d190432016-07-27 00:58:351888 'blink_paint' : ['[email protected]',
chrishtr4030de342016-10-03 23:57:591889 '[email protected]'],
Xida Chen0ef92782018-01-17 05:53:351890 'blink_paintworklet' : ['[email protected]'],
panickere9ffa3f2017-04-10 18:26:061891 'blink_performance_timing': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351892 'blink_permissions': ['[email protected]'],
kinukoc462adb2016-12-22 12:58:491893 'blink_platform': ['[email protected]'],
ajumabd2c9c22017-05-01 21:29:501894 'blink_platform_graphics': ['[email protected]',
pennymac962d190432016-07-27 00:58:351895 '[email protected]',
1896 '[email protected]',
1897 '[email protected]',
fmalita9710b732017-02-17 05:10:021898 '[email protected]',
Justin Novosad5966c962018-07-25 19:02:281899 '[email protected]',
pennymac962d190432016-07-27 00:58:351900 '[email protected]',
pennymac962d190432016-07-27 00:58:351901 '[email protected]'],
Takeshi Yoshino524e1d262017-07-28 01:16:381902 'blink_preloadScanner': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351903 'blink_prerender': ['[email protected]',
1904 '[email protected]'],
Dimitri Glazkov33286c62017-12-08 23:34:251905 'blink_public_api': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351906 'blink_quota': ['[email protected]',
1907 '[email protected]',
1908 '[email protected]'],
Alexander Timin864bf8a02018-03-12 11:06:281909 'blink_scheduler': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351910 'blink_screen_orientation': ['[email protected]'],
Kouhei Ueno43382932017-05-30 04:43:571911 'blink_script': ['[email protected]',
Takayoshi Kochi57997382018-07-19 03:57:591912 '[email protected]'],
David Bokan9dc0046272017-12-29 00:28:011913 'blink_scroll': ['[email protected]'],
Matt Falkenhagenca7fbb62018-07-10 09:21:431914 'blink_service_worker': ['[email protected]',
pennymac962d190432016-07-27 00:58:351915 '[email protected]',
1916 '[email protected]',
1917 '[email protected]',
pennymac962d190432016-07-27 00:58:351918 '[email protected]',
1919 '[email protected]',
tzik749ae1e2018-07-20 05:05:011920 '[email protected]'],
Matt Falkenhagenca7fbb62018-07-10 09:21:431921 'blink_service_worker_tests': ['[email protected]'],
Hayato Ito5fc828c2017-07-05 08:02:321922 'blink_shadow_dom': ['[email protected]'],
timvolodine8cdb94c2016-09-22 12:17:221923 'blink_spellcheck' : ['[email protected]',
xiaochengh4a3c84e2017-03-28 07:15:321924 '[email protected]',
Xiaocheng Hu8bd4d8072017-10-25 23:44:321925 '[email protected]'],
jbroman69166ca82017-04-04 21:01:361926 'blink_spv2_layout_tests': ['[email protected]'],
Adam Rice027497d2018-07-27 02:17:021927 'blink_streams': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351928 'blink_style': ['[email protected]'],
1929 'blink_svg': ['[email protected]',
fmalita9710b732017-02-17 05:10:021930 '[email protected]',
pennymac962d190432016-07-27 00:58:351931 '[email protected]',
pennymac962d190432016-07-27 00:58:351932 '[email protected]',
1933 '[email protected]',
pennymac962d190432016-07-27 00:58:351934 '[email protected]'],
pennymac962d190432016-07-27 00:58:351935 'blink_track': ['[email protected]',
1936 '[email protected]',
1937 '[email protected]',
Sriram8d3e0e22017-11-09 10:40:161938 '[email protected]',
1939 '[email protected]'],
mvanouwerkerk38f632c62017-04-13 10:35:311940 'blink_vibration': ['[email protected]'],
David Bokan9dc0046272017-12-29 00:28:011941 'blink_viewport_interaction': ['[email protected]',
1942 '[email protected]'],
pennymac962d190432016-07-27 00:58:351943 'blink_w3ctests': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351944 'blink_webp': ['[email protected]',
1945 '[email protected]',
1946 '[email protected]'],
Adam Rice027497d2018-07-27 02:17:021947 'blink_websockets': ['[email protected]',
1948 '[email protected]'],
pennymac962d190432016-07-27 00:58:351949 'blink_workers': ['[email protected]',
falken6731ece42016-10-12 01:41:501950 '[email protected]',
pennymac962d190432016-07-27 00:58:351951 '[email protected]',
shimazu99de61f2016-09-07 03:57:411952 '[email protected]',
1953 '[email protected]'],
Raphael Kubo da Costaae598192018-05-29 11:14:241954 'blink_wtf': ['[email protected]'],
Joel Hockey0db16432018-03-09 22:41:491955 'blink_xml': ['[email protected]',
1956 '[email protected]'],
noyauce460872016-09-09 11:54:001957 'bookmarks': ['[email protected]'],
donnd787f6ed2016-08-03 01:00:561958 'bottombar': ['[email protected]',
1959 '[email protected]'],
Tarun Bansalc4882282018-07-11 23:53:551960 'breve': ['[email protected]'],
[email protected]22650d22012-07-18 17:02:351961 'browser_components': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351962 'browser_compositor': ['[email protected]',
1963 '[email protected]'],
michaelpge42ca3b32016-02-19 08:17:571964 'browser_resources_md': ['[email protected]'],
Christian Dullwebered2c82b2018-04-10 08:37:221965 'browsing_data': ['[email protected]',
1966 '[email protected]',
msramek878b39d92016-04-20 07:55:331967 '[email protected]'],
Rouslan Solomakhin0b13446c2018-07-18 14:47:071968 'bubble': ['[email protected]'],
Josh Karlin1bd016742017-08-18 17:44:171969 'cache_storage': ['[email protected]'],
Adam Parkera556b7a2018-05-22 17:53:191970 'cast': ['[email protected]',
miua1710162015-08-27 01:38:091971 '[email protected]',
[email protected]ad8ff0e2013-12-13 09:24:121972 '[email protected]',
miua1710162015-08-27 01:38:091973 '[email protected]',
1974 '[email protected]'],
ryanchung4d157372016-05-10 20:27:161975 'cast_certificate': ['[email protected]',
mfoltz57fd7f32017-05-03 06:12:581976 '[email protected]',
ryanchung24f9d7b2017-01-12 19:18:341977 '[email protected]'],
Adam Parkera556b7a2018-05-22 17:53:191978 'cast_channel': ['[email protected]',
Adam Parker41b9e4cb2017-08-14 17:09:121979 '[email protected]',
Ryan Ki Sing Chung27cc7ed92017-07-25 21:53:471980 '[email protected]'],
[email protected]c863702a2012-09-14 20:05:281981 'cc': ['[email protected]'],
Yi Guc1c54682018-07-23 12:00:001982 'cc-animation': ['[email protected]',
1983 '[email protected]'],
danakjca574522017-09-20 16:38:591984 'cc-contexts': ['[email protected]'],
1985 'cc-display': ['[email protected]'],
1986 'cc-paint': ['[email protected]'],
1987 'cc-quads': ['[email protected]'],
1988 'cc-resources': ['[email protected]'],
Alexander Timin864bf8a02018-03-12 11:06:281989 'cc-scheduler': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351990 'certificate_transparency': ['[email protected]',
1991 '[email protected]',
martijnccdd0542016-11-07 18:49:271992 '[email protected]',
pennymac962d190432016-07-27 00:58:351993 '[email protected]'],
Joe Mason60ec2f32018-02-15 15:50:511994 'chrome_cleaner': ['[email protected]',
1995 '[email protected]',
1996 '[email protected]'],
Penny MacNeil0ced2cb2018-07-30 21:09:491997 'chrome_elf': ['[email protected]'],
lpy0ca13772017-02-28 19:48:271998 'chrome_grc': ['[email protected]'],
[email protected]d5b21972012-07-20 02:06:011999 'chrome_views': ['[email protected]'],
alokp9d869cc12016-05-27 01:46:312000 'chromecast': ['[email protected]',
2001 '[email protected]',
halliwellfa56b3a42015-09-04 21:42:572002 '[email protected]'],
gfhuang2548f902016-02-26 02:29:212003 'chromecast_public': ['[email protected]'],
Jonathon Kereliuk540c7d52018-01-18 06:22:032004 'chromedriver': ['[email protected]',
2005 '[email protected]'],
pennymac962d190432016-07-27 00:58:352006 'chromeos': ['[email protected]'],
2007 'chromeos_attestation': ['[email protected]'],
2008 'chromeos_calculator': ['[email protected]'],
alematec5187b1b2016-08-26 05:32:182009 'chromeos_geolocation': ['[email protected]'],
Achuith Bhandarkar434e24592018-03-07 23:05:122010 'chromeos_lkgm': ['[email protected]',
Benjamin Pastened7029352018-04-17 19:09:102011 '[email protected]',
Achuith Bhandarkar434e24592018-03-07 23:05:122012 '[email protected]'],
alematec5187b1b2016-08-26 05:32:182013 'chromeos_login': ['[email protected]',
2014 '[email protected]'],
pennymac962d190432016-07-27 00:58:352015 'chromeos_net': ['[email protected]'],
2016 'chromeos_power': ['[email protected]'],
alematec5187b1b2016-08-26 05:32:182017 'chromeos_timezone': ['[email protected]'],
2018 'chromeos_webui': ['[email protected]'],
Daniel Cheng99312b632017-10-25 03:59:492019 'clang_update': ['[email protected]',
2020 '[email protected]',
thestigf023ccc2016-11-10 14:39:152021 '[email protected]',
[email protected]cf8ffa82013-02-13 08:30:072022 '[email protected]',
George Burgess IVbbcd9912018-04-17 14:59:282023 '[email protected]',
pennymac962d190432016-07-27 00:58:352024 '[email protected]',
rnk28bbd1772016-05-04 17:57:582025 '[email protected]',
Hans Wennborgf2eb949e2018-05-08 12:45:032026 '[email protected]',
Peter Collingbourne1ac5f712018-03-30 22:15:132027 '[email protected]',
rnk28bbd1772016-05-04 17:57:582028 '[email protected]',
pennymac962d190432016-07-27 00:58:352029 '[email protected]',
thestigf023ccc2016-11-10 14:39:152030 '[email protected]',
pennymac962d190432016-07-27 00:58:352031 '[email protected]',
horo8e9a01572016-07-27 06:05:312032 '[email protected]',
pennymac962d190432016-07-27 00:58:352033 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002034 'clipboard': ['[email protected]'],
Aaron Gable64f273582017-03-30 18:02:002035 'codereview_settings': ['[email protected]'],
sdefresned94c5b02015-07-22 17:54:552036 'components_deps': ['[email protected]',
2037 '[email protected]',
2038 '[email protected]'],
Conley Owensd744e392018-04-24 19:18:572039 'content_bluetooth': ['[email protected]',
Vincent Scheibf01b55ff22018-01-10 21:05:062040 '[email protected]'],
Randy Smith9d64e6e2018-03-07 20:07:082041 'content_loader': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352042 'content_renderer': ['[email protected]'],
mkwst75a31a42014-09-14 18:32:532043 'content_shell': ['[email protected]',
peterc9e3e172015-11-02 09:29:162044 '[email protected]',
2045 '[email protected]'],
nhiroki90ba0102015-07-21 01:42:242046 'content_worker': ['[email protected]',
2047 '[email protected]'],
donnd787f6ed2016-08-03 01:00:562048 'contextual_search': ['[email protected]',
2049 '[email protected]'],
pennymac962d190432016-07-27 00:58:352050 'courgette': ['[email protected]',
2051 '[email protected]'],
Nico Weber6ff639a2017-08-11 21:04:502052 'cq': ['[email protected]',
2053 '[email protected]',
2054 '[email protected]',
2055 '[email protected]',
2056 '[email protected]'],
dbeamd924f0d0d2017-06-20 02:34:252057 'cr_elements': ['[email protected]',
michaelpge42ca3b32016-02-19 08:17:572058 '[email protected]'],
Chung-yih Wang7afc64a2018-03-06 02:09:042059 'cros_benchmarks': ['[email protected]',
2060 '[email protected]',
2061 '[email protected]'],
Ben Wells03471a72018-03-22 00:58:462062 'crostini': ['[email protected]'],
Michael Thiessena7bec5b2018-07-12 19:10:042063 'custom_tabs': ['[email protected]'],
Ryo Hashimoto900be52c2018-05-24 06:42:262064 'dbus': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:192065 'deep_memory_profiler': ['[email protected]'],
Conley Owensd744e392018-04-24 19:18:572066 'device_bluetooth': ['[email protected]',
Vincent Scheibf01b55ff22018-01-10 21:05:062067 '[email protected]'],
Conley Owensd744e392018-04-24 19:18:572068 'device_chooser': ['[email protected]',
Vincent Scheibf01b55ff22018-01-10 21:05:062069 '[email protected]'],
pennymac962d190432016-07-27 00:58:352070 'devtools': ['[email protected]',
2071 '[email protected]'],
Adam Parkera556b7a2018-05-22 17:53:192072 'dial': ['[email protected]',
mfoltz57fd7f32017-05-03 06:12:582073 '[email protected]'],
kinukoc462adb2016-12-22 12:58:492074 'disk_cache': ['[email protected]'],
David Trainor051827f2017-06-02 18:33:132075 'download': ['[email protected]'],
dbeamd924f0d0d2017-06-20 02:34:252076 'downloads_ui': ['[email protected]'],
[email protected]9a3781d2013-04-04 18:31:402077 'drive': ['[email protected]'],
[email protected]89d2cd52013-04-16 01:55:362078 'drive_resource_metadata': ['[email protected]'],
[email protected]3a25c8a2014-06-26 06:47:102079 'eme': ['[email protected]'],
[email protected]f9529e7922013-06-06 05:19:412080 'extension': ['[email protected]',
2081 '[email protected]'],
Luna Lu7f221f22017-06-13 16:46:142082 'feature_policy': ['[email protected]',
Joe Medleya129fe32018-01-25 15:20:222083 '[email protected]',
Joe Medley1e1bb652018-04-27 17:36:592084 '[email protected]'],
[email protected]84dcfd92014-05-23 13:18:192085 'fileapi': ['[email protected]',
[email protected]6f217122013-11-25 07:21:482086 '[email protected]',
2087 '[email protected]'],
yoshiki1c0ba2782014-12-08 07:04:262088 'filebrowse': ['[email protected]'],
Joel Hockey0db16432018-03-09 22:41:492089 'filesapp': ['[email protected]',
2090 '[email protected]',
okab0be3dc2016-08-30 07:37:102091 '[email protected]'],
Tomasz Mikolajewski2905dbb2017-11-22 06:24:042092 'fsp': ['[email protected]'],
Wez385de5a2017-07-13 20:13:162093 'fuchsia': ['[email protected]', '[email protected]'],
mmoroz58ddb8172016-09-08 18:29:552094 'fuzzing': ['[email protected]'],
Conley Owensd744e392018-04-24 19:18:572095 'gamepad': ['[email protected]'],
Dan Elphick7c3105252017-11-06 15:51:472096 'gcm': ['[email protected]',
pennymac962d190432016-07-27 00:58:352097 '[email protected]'],
mikhail.pozdnyakova8db26402016-11-28 18:27:122098 'generic_sensor': ['[email protected]',
Jun Caiaa1f040d2017-11-15 01:21:532099 '[email protected]',
Vincent Scheibd5da4d952017-11-03 01:33:242100 '[email protected]',
timvolodine4cf58ca2017-05-24 16:11:482101 '[email protected]',
mikhail.pozdnyakova8db26402016-11-28 18:27:122102 '[email protected]'],
Conley Owensd744e392018-04-24 19:18:572103 'geolocation': ['[email protected]',
Vincent Scheibf01b55ff22018-01-10 21:05:062104 '[email protected]'],
[email protected]cf428f732012-10-02 20:48:152105 'gfx_geometry': ['[email protected]'],
[email protected]f93b7382012-08-09 20:53:162106 'gfx_image': ['[email protected]'],
agrieve4d9c1c52016-09-23 17:49:382107 'gn': ['[email protected]',
2108 '[email protected]',
pennymac962d190432016-07-27 00:58:352109 '[email protected]'],
[email protected]a6159102013-11-08 23:21:522110 'gpu': ['[email protected]'],
Corentin Wallez3f1d0852018-07-04 15:45:362111 'gpu_passthrough_cmd_decoder': ['[email protected]'],
Andrey Kosyakova173d252018-05-07 18:29:112112 'headless': ['[email protected]'],
dbeamd924f0d0d2017-06-20 02:34:252113 'history_ui': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002114 'i18n': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002115 'importer': ['[email protected]'],
Greg Thompson4f90fc992017-07-25 19:30:372116 'incident_reporting': ['[email protected]'],
[email protected]8b250562014-08-12 19:07:452117 'indexed_db': ['[email protected]',
dgrogand792a7f2016-01-21 00:12:132118 '[email protected]'],
bruthigaa8281f2016-02-09 17:52:312119 'ink_drop': ['[email protected]'],
dtapuska1f997a12016-03-14 19:22:072120 'input': ['[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:262121 'installable': ['[email protected]'],
Raphael Kubo da Costaf242cef72017-11-08 16:01:182122 'installer_linux': ['[email protected]',
2123 '[email protected]'],
Greg Thompson4f90fc992017-07-25 19:30:372124 'installer_win': ['[email protected]',
Greg Thompson4f90fc992017-07-25 19:30:372125 '[email protected]'],
pennymac962d190432016-07-27 00:58:352126 'instant': ['[email protected]',
pennymac962d190432016-07-27 00:58:352127 '[email protected]',
jered0bd025a82017-05-03 20:01:132128 '[email protected]',
pennymac962d190432016-07-27 00:58:352129 '[email protected]',
2130 '[email protected]',
2131 '[email protected]',
2132 '[email protected]',
2133 '[email protected]'],
edchin46453b42017-03-03 01:40:112134 'ios': ['[email protected]'],
2135 'ios_chrome': ['[email protected]',
marqa4f135f2017-01-10 12:37:342136 '[email protected]',
eugenebutb5a5a8572017-01-20 01:18:112137 '[email protected]'],
edchin46453b42017-03-03 01:40:112138 'ios_clean': ['[email protected]',
lpromero6846b19d2017-05-23 10:43:592139 '[email protected]'],
edchin46453b42017-03-03 01:40:112140 'ios_showcase': ['[email protected]',
lpromero6846b19d2017-05-23 10:43:592141 '[email protected]'],
edchin46453b42017-03-03 01:40:112142 'ios_web': ['[email protected]',
2143 '[email protected]'],
Johanndfa4d7d2017-12-07 18:05:292144 'libaom': ['[email protected]',
pennymac962d190432016-07-27 00:58:352145 '[email protected]',
2146 '[email protected]',
2147 '[email protected]'],
Johanndfa4d7d2017-12-07 18:05:292148 'libvpx': ['[email protected]',
2149 '[email protected]',
2150 '[email protected]',
2151 '[email protected]',
2152 '[email protected]',
2153 '[email protected]'],
Takeshi Yoshino524e1d262017-07-28 01:16:382154 'libwebp': ['[email protected]',
2155 '[email protected]',
2156 '[email protected]'],
dominiccabb90e02017-03-31 04:54:232157 'libxml_xslt': ['[email protected]',
2158 '[email protected]'],
[email protected]04a292a2013-03-07 19:58:422159 'linux_fonts': ['[email protected]'],
[email protected]6d7e0bf2014-07-28 22:30:402160 'linux_sandboxing': ['[email protected]'],
[email protected]04a292a2013-03-07 19:58:422161 'linux_seccomp_bpf': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352162 'login': ['[email protected]'],
lgrey62faed72016-10-11 21:40:392163 'mac' : ['[email protected]'],
mlamourid8b0feb2015-06-02 16:30:472164 'manifest': ['[email protected]'],
James Cook4bfa66fa2018-05-29 17:20:422165 'mash_buildbot_filters': ['[email protected]',
2166 '[email protected]'],
dbeamd924f0d0d2017-06-20 02:34:252167 'md_settings': ['[email protected]',
michaelpg32ca07902015-02-07 00:31:112168 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002169 'media': ['[email protected]'],
Miguel Casas-Sanchez5eb47252017-09-05 21:15:032170 'media_capture_from_element': ['[email protected]'],
Tommy Steimel074a1822018-02-07 17:25:442171 'media_controls': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352172 'media_galleries': ['[email protected]',
2173 '[email protected]'],
Xiaohan Wang6cbdcdf2018-06-12 21:55:542174 'media_mojo': ['[email protected]',
2175 '[email protected]'],
mcasasfeedbe42017-03-03 05:23:562176 'media_recorder': ['[email protected]',
mcasas9558316b2017-03-10 18:57:312177 '[email protected]'],
Jennifer Apaciblec23af692018-05-23 23:02:062178 'media_remoting': ['[email protected]',
mfoltz57fd7f32017-05-03 06:12:582179 '[email protected]',
apacible01538e02016-11-04 22:15:312180 '[email protected]',
miu5e69f1c52016-10-23 13:40:112181 '[email protected]'],
Adam Parkera556b7a2018-05-22 17:53:192182 'media_router': ['[email protected]',
Takumi Fujimoto4bef2792018-05-03 17:51:552183 '[email protected]',
2184 '[email protected]'],
Xiaohan Wang6cbdcdf2018-06-12 21:55:542185 'media_win': ['[email protected]'],
fmeawad4582cd22017-03-30 20:59:362186 'memory_coordinator': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002187 'message_loop': ['[email protected]'],
isherman1eee6f12014-12-09 02:14:302188 'metrics': ['[email protected]'],
[email protected]1d8899ee2014-06-10 20:58:122189 'metrics_xml_files': ['[email protected]'],
toyoshim8f51f902015-03-27 03:50:212190 'midi': ['[email protected]'],
John Abd-El-Malek01cfd3f2018-06-21 16:33:122191 'mojo': ['[email protected]'],
Kyle Horimotoc4d57b122018-02-28 01:17:302192 'multidevice': ['[email protected]',
2193 '[email protected]',
2194 '[email protected]',
2195 '[email protected]',
2196 '[email protected]'],
rjkroegef60dea862015-10-29 17:50:062197 'mus': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002198 'nacl': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352199 'native_client_sdk': ['[email protected]',
2200 '[email protected]'],
Alex Moshchuk3fbcf782018-05-09 00:06:292201 'navigation': ['[email protected]',
2202 '[email protected]',
pennymac962d190432016-07-27 00:58:352203 '[email protected]'],
Chris Bentzel605478a2018-07-10 21:47:012204 'net': ['[email protected]'],
bnc1872e8bd2017-01-27 02:47:282205 'net_base': ['[email protected]'],
bnc1872e8bd2017-01-27 02:47:282206 'net_http2': ['[email protected]'],
2207 'net_log': ['[email protected]',
Matt Menkecebc2402017-07-20 16:26:092208 '[email protected]'],
Adam Rice027497d2018-07-27 02:17:022209 'net_server': ['[email protected]'],
bnc1872e8bd2017-01-27 02:47:282210 'net_spdy': ['[email protected]'],
Adam Rice027497d2018-07-27 02:17:022211 'net_websockets': ['[email protected]'],
jkarlin539748402015-03-31 17:36:312212 'netinfo': ['[email protected]'],
Helen Li30f43d8e2018-05-09 16:24:012213 'network_service': ['[email protected]'],
Conley Owensd744e392018-04-24 19:18:572214 'nfc': ['[email protected]'],
Mounir Lamouria33886c2018-02-07 10:00:372215 'notifications': ['[email protected]', '[email protected]'],
tbansalc6f1c9f2016-09-30 22:48:422216 'nqe': ['[email protected]'],
noyau451e6bb62016-12-23 14:29:042217 'ntp_snippets': ['[email protected]',
2218 '[email protected]'],
2219 'ntp_tiles': ['[email protected]',
2220 '[email protected]'],
peterc7e27422017-05-17 04:05:282221 'offline_items_collection': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352222 'offline_pages': ['[email protected]',
Carlos Knippschild6a2e2f02017-06-02 18:18:142223 '[email protected]',
pennymac962d190432016-07-27 00:58:352224 '[email protected]',
2225 '[email protected]',
dewittj74b23f6f2016-04-21 19:29:252226 '[email protected]',
2227 '[email protected]',
pennymac962d190432016-07-27 00:58:352228 '[email protected]'],
jdonnelly6fa5a21d2017-01-03 15:28:352229 'omnibox': ['[email protected]'],
Doug Arnetta94d3ae2017-11-07 00:10:342230 'optimization_guide': ['[email protected]',
2231 '[email protected]',
Takeshi Yoshinoab2ce8562017-11-09 05:19:192232 '[email protected]'],
iclelland8b904402016-10-05 15:01:232233 'origin_trials': ['[email protected]',
Ian Clelland1b27f8f62017-06-22 13:36:242234 '[email protected]'],
pennymac962d190432016-07-27 00:58:352235 'ozone': ['[email protected]',
2236 '[email protected]'],
Emily Stark204d2382017-12-01 05:24:562237 'page_info' : ['[email protected]'],
Bryan McQuade4233f412017-07-28 16:23:412238 'page_load_metrics' : ['[email protected]',
2239 '[email protected]',
tdresserd80646f2017-03-03 19:26:082240 '[email protected]',
2241 '[email protected]'],
Daniel Cheng99312b632017-10-25 03:59:492242 'panels': ['[email protected]',
pennymac962d190432016-07-27 00:58:352243 '[email protected]',
2244 '[email protected]'],
mkwst17a9875d2016-06-24 10:36:392245 'password_manager': ['[email protected]',
Vasilii Sukhanovc4e6c2842018-07-18 12:12:202246 '[email protected]',
2247 '[email protected]'],
sebsgbbfbea02016-10-24 21:54:592248 'payments': ['[email protected]',
gogeralde108bcb2016-11-24 16:07:222249 '[email protected]',
mahmadi0a7bb59f2017-02-22 19:13:492250 '[email protected]',
Anthony Vallee-Dubois866affd22018-03-19 15:13:212251 '[email protected]',
2252 '[email protected]'],
mahmadi0a7bb59f2017-02-22 19:13:492253 'payments_ios': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352254 'pepper_api': ['[email protected]',
2255 '[email protected]',
2256 '[email protected]',
2257 '[email protected]',
2258 '[email protected]',
pennymac962d190432016-07-27 00:58:352259 '[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:262260 'permissions': ['[email protected]',
Xi Han50f523a1d2017-07-19 15:56:112261 '[email protected]',
Dominick Ngcaa7b402017-07-11 07:35:392262 '[email protected]',
Timothy Lohb2a4eff2017-08-03 07:07:562263 '[email protected]',
2264 '[email protected]'],
François Beaufortb2070eb2018-02-08 10:36:342265 'picture_in_picture': ['[email protected]'],
Lutz Justena67427102018-06-28 08:55:462266 'policy_templates': ['[email protected]'],
dbeamd924f0d0d2017-06-20 02:34:252267 'polymer': ['[email protected]'],
Charles Harrison981d33c2017-10-06 21:36:222268 'popup_blocker': ['[email protected]'],
twifkak0c69c1f2015-06-22 18:20:092269 'precache': ['[email protected]'],
[email protected]be775bc2014-06-30 15:41:142270 'prepopulated_engines': ['[email protected]'],
Chris Bentzel605478a2018-07-10 21:47:012271 'prerender': ['[email protected]',
pennymac962d190432016-07-27 00:58:352272 '[email protected]'],
Adam Parkera556b7a2018-05-22 17:53:192273 'presentation': ['[email protected]'],
Peter Beverloo4548c852017-08-31 13:45:172274 'push_messaging': ['[email protected]',
pennymac962d190432016-07-27 00:58:352275 '[email protected]'],
stkhapugin06503142016-12-07 14:32:122276 'reading_list': ['[email protected]'],
[email protected]c3887592014-02-06 20:02:252277 'remoting': ['[email protected]'],
Ali Tofigh000debb52017-11-07 21:35:422278 'rlz_id': ['[email protected]',
pennymac962d190432016-07-27 00:58:352279 '[email protected]'],
Joe Medley1e1bb652018-04-27 17:36:592280 'runtime_enabled_features': ['[email protected]'],
Greg Thompson4f90fc992017-07-25 19:30:372281 'safe_browsing': ['[email protected]',
vakh125ad862017-03-17 00:06:252282 '[email protected]'],
2283 'safe_browsing_db': ['[email protected]',
2284 '[email protected]'],
mlamourid8b0feb2015-06-02 16:30:472285 'screen_orientation': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352286 'service_worker': ['[email protected]',
[email protected]6d095a8b2014-02-28 15:26:162287 '[email protected]',
pennymac962d190432016-07-27 00:58:352288 '[email protected]',
pennymac962d190432016-07-27 00:58:352289 '[email protected]',
horo8e9a01572016-07-27 06:05:312290 '[email protected]',
tzik749ae1e2018-07-20 05:05:012291 '[email protected]'],
Colin Blundell6d2669a2017-07-11 06:26:532292 'services_public': ['[email protected]'],
alitoc5534d62017-04-21 01:48:582293 'settings_reset_prompt': ['[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:262294 'site_engagement': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352295 'site_instance': ['[email protected]',
Alex Moshchuk3fbcf782018-05-09 00:06:292296 '[email protected]',
pennymac962d190432016-07-27 00:58:352297 '[email protected]',
[email protected]b9ecdb62014-03-07 14:56:432298 '[email protected]'],
Zentaro Kavanagh608f8a12018-01-19 18:39:562299 'smb': ['[email protected]'],
Joe Medley1e1bb652018-04-27 17:36:592300 'source_idls': ['[email protected]'],
[email protected]ad0295d2012-10-11 23:43:362301 'spellcheck': ['[email protected]',
[email protected]18d7e402014-07-08 19:53:142302 '[email protected]',
timvolodine8cdb94c2016-09-22 12:17:222303 '[email protected]',
2304 '[email protected]'],
Greg Thompson9ea091702018-01-04 11:06:322305 'startup': ['[email protected]',
2306 '[email protected]'],
[email protected]67f39af2013-08-23 20:06:052307 'streams': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352308 'styleguide': ['[email protected]',
vmpstrdeec20e2016-11-18 22:17:322309 '[email protected]',
2310 '[email protected]'],
engedye7b734da2017-02-07 12:08:132311 'subresource_filter': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352312 'supervised_users': ['[email protected]'],
maxbogue65ea2632016-04-04 18:12:582313 'sync': ['[email protected]'],
[email protected]84dcfd92014-05-23 13:18:192314 'syncfs': ['[email protected]',
[email protected]6f217122013-11-25 07:21:482315 '[email protected]',
2316 '[email protected]'],
miu5e69f1c52016-10-23 13:40:112317 'tab_alert_indicators': ['[email protected]'],
Adam Parkera556b7a2018-05-22 17:53:192318 'tab_capture': ['[email protected]',
miu5e69f1c52016-10-23 13:40:112319 '[email protected]'],
pennymac962d190432016-07-27 00:58:352320 'tab_contents': ['[email protected]',
2321 '[email protected]',
2322 '[email protected]'],
tdresserd80646f2017-03-03 19:26:082323 'tbmv2_metrics': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:192324 'tcmalloc': ['[email protected]'],
tonygc7f6a4c12015-01-16 18:32:262325 'telemetry': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352326 'test_runner': ['[email protected]',
einbindera29577e2016-08-23 01:21:492327 '[email protected]',
2328 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002329 'tests': [],
jlkleinecc81952016-11-19 00:16:072330 'tether': ['[email protected]',
dbeamd924f0d0d2017-06-20 02:34:252331 '[email protected]',
2332 '[email protected]',
2333 '[email protected]',
2334 '[email protected]',
2335 '[email protected]'],
pennymac962d190432016-07-27 00:58:352336 'textinput': ['[email protected]',
2337 '[email protected]',
2338 '[email protected]',
Yuichiro Hanadaf0b3b472017-10-17 07:00:532339 '[email protected]',
pennymac962d190432016-07-27 00:58:352340 '[email protected]'],
2341 'textinput_chromeos': ['[email protected]',
2342 '[email protected]',
Yuichiro Hanadaf0b3b472017-10-17 07:00:532343 '[email protected]',
pennymac962d190432016-07-27 00:58:352344 '[email protected]'],
chirantan96fcf6d2015-01-21 22:36:192345 'timers': ['[email protected]'],
robliaofd54b5c2017-01-13 00:41:302346 'tools_win_chromeexts': ['[email protected]'],
AJITH KUMAR V4f0c4812018-03-27 13:46:572347 'touch_selection': ['[email protected]',
2348 '[email protected]'],
pennymac962d190432016-07-27 00:58:352349 'tracing': ['[email protected]',
2350 '[email protected]'],
[email protected]cf428f732012-10-02 20:48:152351 'ui_compositor': ['[email protected]'],
robliao2c4b7492016-07-19 01:57:262352 'ui_display_win': ['[email protected]'],
[email protected]6b5093c2012-05-23 19:10:182353 'ui_resources': ['[email protected]'],
edwardjung83f52ef22017-02-07 13:15:072354 'ui_strings': ['[email protected]'],
Conley Owensd744e392018-04-24 19:18:572355 'usb': ['[email protected]'],
Hirokazu Hondaf98a3122018-04-12 11:19:482356 'v4l2': ['[email protected]'],
Miguel Casas-Sancheza65d49a2017-12-11 03:27:482357 'vaapi': ['[email protected]'],
[email protected]c73ec8ab2014-01-16 20:35:232358 'version_assembly': ['[email protected]',
2359 '[email protected]'],
Alexandre Courbot3e9e55a2018-04-05 05:29:422360 'video': ['[email protected]'],
mcasas9558316b2017-03-10 18:57:312361 'video_capture': ['[email protected]'],
Alexandre Courbot3e9e55a2018-04-05 05:29:422362 'video_gpu': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002363 'views': ['[email protected]'],
blakeod4cc78a2017-05-10 06:56:482364 'virtual_keyboard': ['[email protected]',
2365 '[email protected]',
okabf9f6f02017-02-17 05:14:292366 '[email protected]'],
billorr3c7e1442016-11-11 21:21:352367 'virtual_reality': ['[email protected]'],
Conley Owensd744e392018-04-24 19:18:572368 'wake_lock': ['[email protected]'],
Devin Mullins4ff9b282018-03-09 00:37:322369 'web_package': ['[email protected]'],
Matt Giuca9eb910d2017-08-02 04:07:382370 'web_share': ['[email protected]'],
Martin Kreichgauer794a18572018-07-20 20:45:432371 'webauthn': ['[email protected]'],
Corentin Wallez3f1d0852018-07-04 15:45:362372 'webgpu': ['[email protected]',
2373 '[email protected]'],
Takeshi Yoshinoe387aa32017-08-02 13:16:132374 'webrtc_browser_tests': ['[email protected]'],
Christian Dullwebered2c82b2018-04-10 08:37:222375 'website_settings': ['[email protected]',
2376 '[email protected]',
pennymac962d190432016-07-27 00:58:352377 '[email protected]',
2378 '[email protected]'],
Penny MacNeil0ced2cb2018-07-30 21:09:492379 'windows_sandboxing': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002380 'x11': ['[email protected]',
2381 '[email protected]',
2382 '[email protected]'],
wjmaclean3ff6a402015-03-31 19:00:202383 'zoom': ['[email protected]'],
[email protected]a3838612009-10-13 21:57:542384 },
2385}