blob: e83576ad34df85404c72cde029c0775ccc83b7ca [file] [log] [blame]
[email protected]37f978c2012-01-05 17:58:171# Copyright (c) 2012 The Chromium Authors. All rights reserved.
[email protected]a3838612009-10-13 21:57:542# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5# Watchlist Rules
6# Refer: http://dev.chromium.org/developers/contributing-code/watchlists
7
[email protected]f2f0fbb92012-07-14 15:52:498# IMPORTANT: The regular expression filepath is tested against each path using
9# re.search, so it is not usually necessary to add .*.
[email protected]a3838612009-10-13 21:57:5410
11{
12 'WATCHLIST_DEFINITIONS': {
asvitkinee4bad382015-11-05 21:56:4513 'about_flags': {
14 'filepath': 'chrome/browser/about_flags\.cc'
15 },
[email protected]f76c8852012-06-21 16:37:0016 'accelerator_table': {
17 'filepath': 'ash/accelerators/accelerator_table\.cc' \
18 '|chrome/browser/ui/views/accelerator_table\.cc',
[email protected]a3838612009-10-13 21:57:5419 },
[email protected]f76c8852012-06-21 16:37:0020 'accessibility': {
dmazzoni5f4b7f12015-02-17 16:35:5721 'filepath': 'accessibility' \
22 '|braille' \
[email protected]a4156bfb2014-02-27 22:37:4723 '|chromevox' \
dmazzoni5f4b7f12015-02-17 16:35:5724 '|iaccessible2' \
25 '|isimpledom' \
26 '|liblouis'
[email protected]a3838612009-10-13 21:57:5427 },
dominickn8884155a2016-06-23 02:28:1628 'add_to_homescreen': {
29 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/webapps/|'\
30 'chrome/android/javatests/src/org/chromium/chrome/browser/webapps/|'\
31 'chrome/android/junit/src/org/chromium/chrome/browser/webapps/|'\
dominickn8884155a2016-06-23 02:28:1632 'chrome/browser/android/shortcut_.*|'\
33 'chrome/browser/android/webapps/',
34 },
asvitkine361b276e2016-08-30 18:45:0035 'android_crash_reporting': {
Peter Wen35bf5932018-10-22 19:51:4836 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/crash/' \
37 'chrome/browser/android/crash/' \
Peter Wen0ab6c98e2018-10-30 13:07:2738 'components/crash/android/' \
39 'components/minidump_uploader/'
asvitkine361b276e2016-08-30 18:45:0040 },
johnmaguire6aaac7902016-03-15 12:28:2041 'android_crazy_linker': {
42 'filepath': 'third_party/android_crazy_linker/'
43 },
Peter Wen35bf5932018-10-22 19:51:4844 'android_deps': {
45 'filepath': 'third_party/android_deps/' \
46 '|tools/android/roll/android_deps/'
47 },
dfalcantaraef21e9e2016-01-07 01:16:2648 'android_infobars': {
49 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/infobar/'
50 },
[email protected]d2cdf342012-08-07 11:00:0251 'android_infra': {
Andrew Grieve5babdbfc2017-08-16 01:26:4952 'filepath': 'build/config/android/' \
Andrew Grievefe0c9292017-12-05 15:08:5153 '|build/android/' \
[email protected]d2cdf342012-08-07 11:00:0254 '|testing/android/' \
55 '|tools/android/'
56 },
Takeshi Yoshino524e1d262017-07-28 01:16:3857 'android_item_chooser_dialogs': {
58 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/.*ChooserDialog.java|'\
59 'chrome/android/javatests/src/org/chromium/chrome/browser/.*ChooserDialogTest.java'
60 },
Peter Wen35bf5932018-10-22 19:51:4861 'android_lint': {
62 'filepath': 'build/android/lint/'
63 },
[email protected]d6af50812014-04-01 17:18:0964 'android_media': {
65 'filepath': 'content/browser/media/android' \
66 '|content/renderer/media/android' \
67 '|media/audio/android' \
68 '|media/base/android' \
69 '|media/midi/*_android.*' \
70 '|media/video/capture/android'
71 },
Ted Choc042d8442018-03-13 16:35:5772 'android_search_widget': {
73 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/locale/' \
74 '|chrome/android/java/src/org/chromium/chrome/browser/searchwidget/'
75 },
wnwena0364162017-02-16 20:37:3876 'android_studio': {
nyquist6e560d032017-02-28 07:49:5977 'filepath': 'build/android/gradle/' \
78 '|docs/android_studio.md' \
79 '|tools/android/android_studio'
wnwena0364162017-02-16 20:37:3880 },
[email protected]3261d962014-03-04 22:18:2881 'android_tab': {
82 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/Tab'
83 },
asvitkine361b276e2016-08-30 18:45:0084 'android_uma_settings': {
85 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/preferences/privacy/UsageAndCrashReportsPreferenceFragment.java|'\
86 'chrome/android/java/src/org/chromium/chrome/browser/preferences/privacy/PrivacyPreferencesManager.java|'\
87 'chrome/android/java/src/org/chromium/chrome/browser/preferences/privacy/PrivacyPreferences.java|'\
asvitkine361b276e2016-08-30 18:45:0088 'chrome/android/java/src/org/chromium/chrome/browser/metrics/UmaSessionStats.java',
89 },
zpengb9a180d2016-10-12 18:40:2190 'android_webapk': {
zpeng4c3bc372016-10-13 03:00:4891 'filepath': 'chrome/android/webapk/|'\
92 'chrome/browser/android/webapk/',
zpengb9a180d2016-10-12 18:40:2193 },
[email protected]7ca78dc12012-09-20 09:26:4494 'android_webview': {
95 'filepath': 'android_webview/',
96 },
Yi Guc1c54682018-07-23 12:00:0097 'animation_worklet': {
98 'filepath': 'third_party/blink/renderer/modules/animationworklet/',
99 },
[email protected]e38d185a2013-07-09 08:23:52100 'app_shortcuts': {
101 'filepath': 'apps/app_shim/'\
102 '|chrome/browser/web_applications/'\
103 '|chrome/browser/ui/web_applications/'\
104 '|chrome/common/mac/'
105 },
[email protected]54bf94d2013-01-30 23:07:40106 'apps': {
Dominick Ngfe197c752018-07-18 00:51:26107 'filepath': '^apps/'\
108 '|chrome/browser/apps/'\
109 '|chrome/browser/chromeos/apps/'
[email protected]54bf94d2013-01-30 23:07:40110 },
lhchavez4b19176f2016-05-04 23:12:46111 'arc': {
112 'filepath': 'arc/',
113 },
lhchavez61532c92016-10-18 21:33:37114 'arc_auth': {
115 'filepath': 'chrome/browser/chromeos/arc/arc_auth'
116 },
Ryo Hashimoto611b8fc52018-09-28 10:01:20117 'arc_common': {
118 'filepath': 'components/arc/common/',
119 },
Shuhei Takahashiaf68cff2017-07-24 05:17:12120 'arc_fileapi': {
121 'filepath': 'chrome/browser/chromeos/arc/fileapi'
122 },
Yuichiro Hanada2e111fb2018-11-19 17:33:05123 'arc_ime': {
124 'filepath': 'chrome/browser/chromeos/arc/input_method_manager/'\
125 '|components/arc/ime/'
126 },
poromov7633f602017-02-21 16:44:01127 'arc_kiosk': {
128 'filepath': 'chrome/browser/chromeos/app_mode/arc/'\
129 '|components/arc/kiosk/'\
130 '|arc_kiosk'
131 },
lhchavez4b19176f2016-05-04 23:12:46132 'arc_net': {
133 'filepath': 'components/arc/net/',
134 },
ejcarusoa298ec02016-06-16 20:30:43135 'arc_power': {
136 'filepath': 'components/arc/power/',
137 },
Hirokazu Hondaf98a3122018-04-12 11:19:48138 'arc_video_accelerator': {
139 'filepath': 'components/arc/video_accelerator',
140 },
[email protected]3ce56642013-10-17 22:12:51141 'ash': {
142 'filepath': 'ash/',
143 },
Xiaohui Chenf7e70a22018-02-08 00:36:38144 'assistant': {
David Black20c36722019-02-05 18:36:31145 'filepath': 'ash/app_list/views/assistant/'\
146 '|ash/assistant/'\
Xiaohui Chen985c26b2018-05-16 18:41:27147 '|chromeos/assistant/'\
148 '|chromeos/services/assistant/'\
149 '|chrome/browser/ui/ash/assistant/'
Xiaohui Chenf7e70a22018-02-08 00:36:38150 },
Max Morin2b0206312018-04-06 11:17:40151 'audio_service': {
152 'filepath': 'services/audio/'
153 },
[email protected]f76c8852012-06-21 16:37:00154 'aura': {
[email protected]3ce56642013-10-17 22:12:51155 'filepath': 'ui/aura/',
[email protected]84ba35e32010-08-06 17:22:39156 },
[email protected]c3a6e1e72013-08-02 00:13:07157 'aura_compositor': {
158 'filepath':
159 'ui/compositor/' \
[email protected]6dc38f72014-01-16 22:19:58160 '|content/browser/compositor/' \
danakj479ab502017-03-31 20:19:09161 '|content/browser/renderer_host/compositor_resize_lock' \
[email protected]c3a6e1e72013-08-02 00:13:07162 '|content/browser/renderer_host/render_widget_host_view_aura' \
163 '|content/browser/renderer_host/render_widget_host_view_browsertest' \
[email protected]a6eeeef92014-03-19 19:06:44164 '|content/browser/renderer_host/delegated' \
[email protected]c3a6e1e72013-08-02 00:13:07165 '|content/common/gpu/client/' \
[email protected]c3a6e1e72013-08-02 00:13:07166 },
[email protected]2a38f0c02013-05-29 02:27:45167 'autofill': {
rouslanfbfa7402016-11-22 19:36:39168 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/autofill/|'\
169 'chrome/browser/autofill/|'\
[email protected]d9310a82012-11-02 02:53:48170 'chrome/browser/ui/android/autofill/|'\
171 'chrome/browser/ui/autofill/|'\
[email protected]e3e4ca62013-05-17 08:50:27172 'chrome/browser/ui/cocoa/autofill/|'\
[email protected]d9310a82012-11-02 02:53:48173 'chrome/browser/ui/views/autofill/|'\
[email protected]d9310a82012-11-02 02:53:48174 'chrome/renderer/autofill/|'\
175 'chrome/test/data/autofill/|'\
[email protected]3947d4a82013-03-12 09:41:05176 'components/autofill/|'\
[email protected]30964792013-05-29 02:41:25177 'components/autofill/browser/webdata/|'\
vabrbeb0c562015-12-01 10:48:08178 'components/webdata/',
[email protected]b3399272010-08-10 19:49:29179 },
gogerald5d02fde2018-08-18 04:30:56180 'autofill_assistant': {
181 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/autofill_assistant/|'\
182 'chrome/browser/android/autofill_assistant/|'\
183 'components/autofill_assistant/',
184 },
Jared Saul4765c1e2018-06-18 13:44:57185 'autofill_credit_cards': {
186 'filepath': 'chrome/browser/ui/autofill/chrome_autofill_client*|'\
187 'chrome/browser/ui/autofill/save_card_*|'\
188 'chrome/browser/ui/views/autofill/card_unmask_*|'\
189 'chrome/browser/ui/views/autofill/save_card_*|'\
190 'components/autofill/core/browser/autofill_save_card_infobar_*|'\
191 'components/autofill/core/browser/credit_card_save_manager*|'\
192 'components/autofill/core/browser/form_data_importer*|'\
193 'components/autofill/core/browser/ui/',
194 },
peter39e10a62017-02-21 15:14:13195 'background_fetch': {
Peter Beverloo4548c852017-08-31 13:45:17196 'filepath': 'background_fetch|'\
197 'background-fetch',
peter39e10a62017-02-21 15:14:13198 },
199 'background_sync': {
Josh Karlin1bd016742017-08-18 17:44:17200 'filepath': '/background_sync/',
peter39e10a62017-02-21 15:14:13201 },
dominickn8884155a2016-06-23 02:28:16202 'banners': {
203 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/banners/|'\
204 'chrome/android/javatests/src/org/chromium/chrome/browser/banners/|'\
dominickn8884155a2016-06-23 02:28:16205 'chrome/browser/banners/|'\
206 'chrome/browser/ui/android/infobars/app_banner_.*|'\
Blink Reformata30d4232018-04-07 15:31:06207 'third_party/blink/public/platform/modules/app_banner/|'\
208 'third_party/blink/renderer/modules/app_banner/',
dominickn8884155a2016-06-23 02:28:16209 },
[email protected]f76c8852012-06-21 16:37:00210 'base': {
[email protected]f2f0fbb92012-07-14 15:52:49211 'filepath': '^base/',
[email protected]7a7a13b2010-08-25 01:10:59212 },
[email protected]5e105332012-09-13 01:55:52213 'base_allocator': {
214 'filepath': '^base/allocator',
215 },
[email protected]1ed5e0fd2012-07-19 00:19:05216 'base_memory': {
217 'filepath': '^base/memory',
218 },
Alexander Timin864bf8a02018-03-12 11:06:28219 'base_scheduler': {
220 'filepath': '^base/task/',
221 },
robliao1644d8b2016-04-11 15:39:59222 'base_task_scheduler': {
Gabriel Charette6bf388a2018-08-10 22:48:32223 'filepath': '^base/task/task_scheduler',
robliao1644d8b2016-04-11 15:39:59224 },
[email protected]b17d9e02014-07-29 09:45:50225 'base_win': {
226 'filepath': '^base/win',
227 },
[email protected]7e093d4022014-06-26 19:19:55228 'battery_status': {
229 'filepath': 'content/browser/battery_status/|'\
timvolodine953fde72014-12-09 16:47:10230 'content/test/data/battery_status/|'\
231 'device/battery/',
[email protected]7e093d4022014-06-26 19:19:55232 },
wnwen72684762017-03-29 13:28:37233 'binary_size': {
234 'filepath': 'build/android/binary_size/|'\
235 'tools/binary_size/',
236 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13237 'blink': {
Kent Tamurae9b3a9ec2017-08-31 02:20:19238 'filepath': 'third_party/(WebKit|blink)/',
Takeshi Yoshinoe387aa32017-08-02 13:16:13239 },
240 'blink_accessibility': {
Kent Tamuraeb394c72018-04-07 19:14:55241 'filepath': 'third_party/(WebKit|blink)/.*(accessibility|ax_object_cache|web_ax)'
Takeshi Yoshinoe387aa32017-08-02 13:16:13242 },
243 'blink_animation': {
Kent Tamuraeb394c72018-04-07 19:14:55244 'filepath': 'third_party/(WebKit|blink)/.*([Aa]nimat|[Tt]ransition)',
Takeshi Yoshinoe387aa32017-08-02 13:16:13245 },
246 'blink_app_banner': {
Blink Reformata30d4232018-04-07 15:31:06247 'filepath': 'third_party/blink/renderer/modules/app_banner' \
248 '|third_party/blink/public/platform/modules/app_banner',
Takeshi Yoshinoe387aa32017-08-02 13:16:13249 },
250 'blink_audio': {
Blink Reformata30d4232018-04-07 15:31:06251 'filepath': 'third_party/blink/renderer/platform/audio' \
252 '|third_party/blink/renderer/modules/webaudio' \
Kent Tamura77578cc2018-11-25 22:33:43253 '|third_party/blink/web_tests/external/wpt/webaudio',
Takeshi Yoshinoe387aa32017-08-02 13:16:13254 },
255 'blink_battery_status': {
Blink Reformata30d4232018-04-07 15:31:06256 'filepath': 'third_party/blink/renderer/modules/battery/' \
Kent Tamura77578cc2018-11-25 22:33:43257 '|third_party/blink/web_tests/battery-status/' \
Kent Tamuraeb394c72018-04-07 19:14:55258 '|third_party/blink/renderer/core/frame/platform_event_(controller|dispatcher)'
Takeshi Yoshinoe387aa32017-08-02 13:16:13259 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13260 'blink_bindings': {
Blink Reformata30d4232018-04-07 15:31:06261 'filepath': 'third_party/blink/renderer/platform/bindings' \
262 '|third_party/blink/renderer/bindings',
Takeshi Yoshinoe387aa32017-08-02 13:16:13263 },
264 'blink_bindings_serialization': {
Kent Tamuraeb394c72018-04-07 19:14:55265 'filepath': 'third_party/blink/renderer/bindings/(core|modules)/v8/.*serializ',
Takeshi Yoshinoe387aa32017-08-02 13:16:13266 },
267 'blink_bluetooth': {
Kent Tamuraeb394c72018-04-07 19:14:55268 'filepath': 'third_party/(WebKit|blink)/.*[Bb]luetooth'
Takeshi Yoshinoe387aa32017-08-02 13:16:13269 },
Fernando Serboncinife13f9d2018-08-14 13:35:54270 'blink_canvas': {
Blink Reformata30d4232018-04-07 15:31:06271 'filepath': 'third_party/blink/renderer/core/html/canvas' \
Fernando Serboncinife13f9d2018-08-14 13:35:54272 '|third_party/blink/renderer/core/offscreencanvas' \
273 '|third_party/blink/renderer/core/geometry' \
274 '|third_party/blink/renderer/modules/canvas' \
275 '|third_party/blink/renderer/platform/graphics/canvas',
Takeshi Yoshinoe387aa32017-08-02 13:16:13276 },
277 'blink_client_hints': {
Kent Tamuraeb394c72018-04-07 19:14:55278 'filepath': 'third_party/blink/renderer/core/loader/accept_client_hints*' \
279 '|third_party/blink/renderer/core/loader/frame_fetch_context*' \
280 '|third_party/blink/renderer/core/loader/resource/image_resource*' \
281 '|third_party/blink/renderer/platform/loader/fetch/fetch_context*' \
282 '|third_party/blink/renderer/platform/loader/fetch/resource_fetcher*'
Takeshi Yoshinoe387aa32017-08-02 13:16:13283 },
284 'blink_clipboard': {
Blink Reformata30d4232018-04-07 15:31:06285 'filepath': 'third_party/blink/renderer/core/clipboard' \
Kent Tamuraeb394c72018-04-07 19:14:55286 '|third_party/blink/renderer/core/page/.*drag' \
287 '|third_party/blink/renderer/platform/.*drag' \
Kent Tamuraeb394c72018-04-07 19:14:55288 '|third_party/blink/public/platform/.*drag' \
289 '|third_party/blink/public/web/.*drag',
Takeshi Yoshinoe387aa32017-08-02 13:16:13290 },
Jeremy Romanb7b3a6a2018-02-07 20:15:32291 'blink_common': {
Kent Tamuraeb394c72018-04-07 19:14:55292 'filepath': 'third_party/blink/common'
Blink Reformata30d4232018-04-07 15:31:06293 '|third_party/blink/public/common' \
294 '|third_party/blink/public/mojom',
Jeremy Romanb7b3a6a2018-02-07 20:15:32295 },
Kentaro Hara993b0de2017-08-07 02:26:37296 'blink_controller': {
Blink Reformata30d4232018-04-07 15:31:06297 'filepath': 'third_party/blink/renderer/controller',
Kentaro Hara993b0de2017-08-07 02:26:37298 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13299 'blink_css': {
Blink Reformata30d4232018-04-07 15:31:06300 'filepath': 'third_party/blink/renderer/core/css',
Takeshi Yoshinoe387aa32017-08-02 13:16:13301 },
302 'blink_css_flexbox': {
Kent Tamuraeb394c72018-04-07 19:14:55303 'filepath': 'third_party/blink/renderer/core/rendering/.*flex' \
Kent Tamura77578cc2018-11-25 22:33:43304 '|third_party/blink/web_tests/fast/deprecated-flexbox/' \
305 '|third_party/blink/web_tests/css3/flexbox/' \
306 '|third_party/blink/web_tests/ietestcenter/css3/flexbox/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13307 },
308 'blink_css_fragmentation_tests': {
Kent Tamura77578cc2018-11-25 22:33:43309 'filepath': 'third_party/blink/web_tests/fast/multicol/' \
310 '|third_party/blink/web_tests/fast/pagination/' \
311 '|third_party/blink/web_tests/fragmentation/' \
312 '|third_party/blink/web_tests/printing/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13313 },
314 'blink_css_grid_layout': {
Kent Tamuraeb394c72018-04-07 19:14:55315 'filepath': 'third_party/blink/renderer/core/layout/.*grid' \
316 '|third_party/blink/renderer/core/paint/.*grid' \
317 '|third_party/blink/renderer/core/css/.*grid' \
Kent Tamura77578cc2018-11-25 22:33:43318 '|third_party/blink/web_tests/fast/css-grid-layout/' \
319 '|third_party/blink/web_tests/ietestcenter/css3/grid/' \
320 '|third_party/blink/web_tests/platform/.*/fast/css-grid-layout/' \
321 '|third_party/blink/web_tests/platform/.*/ietestcenter/css3/grid/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13322 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13323 'blink_custom_elements': {
Blink Reformata30d4232018-04-07 15:31:06324 'filepath': 'third_party/blink/renderer/core/html/custom/' \
Kent Tamuraeb394c72018-04-07 19:14:55325 '|third_party/blink/renderer/bindings/core/v8/.*custom_element',
Takeshi Yoshinoe387aa32017-08-02 13:16:13326 },
327 'blink_device_orientation': {
Oksana Zhuravlova5e236ec92018-07-25 00:16:03328 'filepath': 'content/browser/device_sensors/' \
329 '|content/test/data/device_sensors/' \
330 '|third_party/blink/renderer/modules/device_orientation/' \
Kent Tamura77578cc2018-11-25 22:33:43331 '|third_party/blink/web_tests/device_orientation/' \
Kent Tamuraeb394c72018-04-07 19:14:55332 '|third_party/blink/renderer/core/frame/platform_event_(controller|dispatcher)' \
333 '|third_party/blink/renderer/core/frame/device_single_window_event_controller'
Takeshi Yoshinoe387aa32017-08-02 13:16:13334 },
335 'blink_devtools': {
Kent Tamuraeb394c72018-04-07 19:14:55336 'filepath': 'third_party/(WebKit|blink)/.*(inspector|DevTools|dev_tools|devtools)',
Takeshi Yoshinoe387aa32017-08-02 13:16:13337 },
338 'blink_dom': {
Blink Reformata30d4232018-04-07 15:31:06339 'filepath': 'third_party/blink/renderer/core/dom/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13340 },
341 'blink_dom_events': {
Blink Reformata30d4232018-04-07 15:31:06342 'filepath': 'third_party/blink/renderer/core/dom/events/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13343 },
344 'blink_events': {
Kent Tamuraeb394c72018-04-07 19:14:55345 'filepath': 'third_party/blink/renderer/core/page/.*event' \
346 '|third_party/blink/renderer/core/dom/.*event' \
347 '|third_party/blink/renderer/core/css/.*event' \
348 '|third_party/blink/renderer/platform/.*event'
Takeshi Yoshinoe387aa32017-08-02 13:16:13349 },
350 'blink_fetch': {
Blink Reformata30d4232018-04-07 15:31:06351 'filepath': 'third_party/blink/renderer/platform/loader/fetch'
Takeshi Yoshinoe387aa32017-08-02 13:16:13352 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13353 'blink_fileapi': {
Blink Reformata30d4232018-04-07 15:31:06354 'filepath': 'third_party/blink/renderer/modules/filesystem/' \
355 '|third_party/blink/renderer/core/fileapi/' \
Kent Tamuraeb394c72018-04-07 19:14:55356 '|third_party/blink/renderer/platform/.*file' \
Kent Tamura77578cc2018-11-25 22:33:43357 '|third_party/blink/web_tests/fast/file' \
Kent Tamuraeb394c72018-04-07 19:14:55358 '|third_party/blink/public/.*_file'
Takeshi Yoshinoe387aa32017-08-02 13:16:13359 },
360 'blink_frames': {
Blink Reformata30d4232018-04-07 15:31:06361 'filepath': 'third_party/blink/renderer/core/frame/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13362 },
363 'blink_geolocation': {
Kent Tamura77578cc2018-11-25 22:33:43364 'filepath': 'third_party/blink/web_tests/geolocation-api/' \
Blink Reformata30d4232018-04-07 15:31:06365 '|third_party/blink/renderer/modules/geolocation/' \
Kent Tamuraeb394c72018-04-07 19:14:55366 '|third_party/blink/public/web/.*geolocation'
Takeshi Yoshinoe387aa32017-08-02 13:16:13367 },
368 'blink_heap': {
Blink Reformata30d4232018-04-07 15:31:06369 'filepath': 'third_party/blink/renderer/platform/heap' \
Takeshi Yoshinoe387aa32017-08-02 13:16:13370 '|base/allocator/partition_allocator/'
371 },
372 'blink_html': {
Blink Reformata30d4232018-04-07 15:31:06373 'filepath': 'third_party/blink/renderer/core/html/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13374 },
375 'blink_htmlparser': {
Blink Reformata30d4232018-04-07 15:31:06376 'filepath': 'third_party/blink/renderer/core/html/parser/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13377 },
Chris Blume484eaa1b2018-12-14 22:49:18378 'blink_image_codecs': {
379 'filepath': 'third_party/blink/renderer/platform/image-decoders' \
380 '|third_party/blink/renderer/platform/image-encoders' \
381 '|third_party/blink/perf_tests/image_decoder'
382 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13383 'blink_indexed_db': {
Chase Phillips7027bd52018-08-30 17:31:55384 'filepath': 'third_party/blink/common/indexeddb' \
385 '|third_party/blink/public/common/indexeddb' \
386 '|third_party/blink/public/platform/.*_idb' \
387 '|third_party/blink/public/platform/modules/indexeddb' \
388 '|third_party/blink/public/mojom/indexeddb' \
389 '|third_party/blink/renderer/modules/indexeddb/' \
Kent Tamura77578cc2018-11-25 22:33:43390 '|third_party/blink/web_tests/storage/indexeddb'
Takeshi Yoshinoe387aa32017-08-02 13:16:13391 },
392 'blink_input': {
Blink Reformata30d4232018-04-07 15:31:06393 'filepath': 'third_party/blink/renderer/core/input/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13394 },
395 'blink_layers': {
Kent Tamuraeb394c72018-04-07 19:14:55396 'filepath': 'third_party/blink/renderer/core/page/scrolling/scrolling_coordinator' \
397 '|third_party/blink/renderer/platform/graphics/graphics_layer' \
398 '|third_party/blink/renderer/core/layout/layer'
Takeshi Yoshinoe387aa32017-08-02 13:16:13399 },
400 'blink_layout': {
Kent Tamuraeb394c72018-04-07 19:14:55401 'filepath': 'third_party/blink/renderer/core/layout'
Takeshi Yoshinoe387aa32017-08-02 13:16:13402 },
403 'blink_layout_ng': {
Blink Reformata30d4232018-04-07 15:31:06404 'filepath': 'third_party/blink/renderer/core/layout/ng',
Takeshi Yoshinoe387aa32017-08-02 13:16:13405 },
406 'blink_loader': {
Blink Reformata30d4232018-04-07 15:31:06407 'filepath': 'third_party/blink/renderer/core/loader/' \
408 '|third_party/blink/renderer/platform/loader/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13409 },
410 'blink_media': {
Blink Reformata30d4232018-04-07 15:31:06411 'filepath': 'third_party/blink/renderer/core/css/mediaControls' \
Kent Tamuraeb394c72018-04-07 19:14:55412 '|third_party/blink/renderer/core/html/.*_(audio|media|video)' \
413 '|third_party/blink/renderer/core/html/shadow/media_control' \
414 '|third_party/blink/renderer/core/layout/layout_media' \
415 '|third_party/blink/renderer/core/layout/layout_text_track_container_element' \
Blink Reformata30d4232018-04-07 15:31:06416 '|third_party/blink/renderer/modules/(encryptedmedia|mediasource)' \
417 '|third_party/blink/renderer/platform/drm/' \
418 '|third_party/blink/renderer/platform/graphics/media/' \
Kent Tamura77578cc2018-11-25 22:33:43419 '|third_party/blink/web_tests/media/' \
Kent Tamuraeb394c72018-04-07 19:14:55420 '|third_party/blink/public/.*_media'
Takeshi Yoshinoe387aa32017-08-02 13:16:13421 },
422 'blink_media_queries': {
Kent Tamuraeb394c72018-04-07 19:14:55423 'filepath': 'third_party/blink/renderer/core/css/css_media_rule' \
424 '|third_party/blink/renderer/core/css/media_list' \
425 '|third_party/blink/renderer/core/css/media_query' \
426 '|third_party/blink/renderer/core/css/parser/media_query'
Takeshi Yoshinoe387aa32017-08-02 13:16:13427 },
428 'blink_mediastream': {
Blink Reformata30d4232018-04-07 15:31:06429 'filepath': 'third_party/blink/renderer/modules/mediastream/' \
430 '|third_party/blink/renderer/platform/mediastream/' \
Kent Tamuraeb394c72018-04-07 19:14:55431 '|third_party/blink/renderer/platform/exported/web_media_stream' \
432 '|third_party/blink/renderer/platform/exported/web_rtc' \
Kent Tamura77578cc2018-11-25 22:33:43433 '|third_party/blink/web_tests/fast/mediastream/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13434 },
435 'blink_modules': {
Blink Reformata30d4232018-04-07 15:31:06436 'filepath': 'third_party/blink/renderer/modules'
Takeshi Yoshinoe387aa32017-08-02 13:16:13437 },
438 'blink_navigator_content_utils': {
Blink Reformata30d4232018-04-07 15:31:06439 'filepath': 'third_party/blink/renderer/modules/navigatorcontentutils' \
Kent Tamura77578cc2018-11-25 22:33:43440 '|third_party/blink/web_tests/fast/dom/navigatorcontentutils'
Takeshi Yoshinoe387aa32017-08-02 13:16:13441 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13442 'blink_out_of_process_frames': {
Kent Tamuraeb394c72018-04-07 19:14:55443 'filepath': 'third_party/blink/renderer/core/frame/frame_owner' \
444 '|third_party/blink/renderer/core/frame/frame\.' \
445 '|third_party/blink/renderer/core/frame/web_frame' \
446 '|third_party/blink/renderer/core/exported/web_remote_frame_impl'
Takeshi Yoshinoe387aa32017-08-02 13:16:13447 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13448 'blink_paint': {
Blink Reformata30d4232018-04-07 15:31:06449 'filepath': 'third_party/blink/renderer/core/paint/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13450 },
Xida Chen0ef92782018-01-17 05:53:35451 'blink_paintworklet': {
Blink Reformata30d4232018-04-07 15:31:06452 'filepath': 'third_party/blink/renderer/modules/csspaint/' \
Kent Tamura77578cc2018-11-25 22:33:43453 '|third_party/blink/web_tests/http/tests/csspaint/' \
454 '|third_party/blink/web_tests/externla/wpt/css/css-paint-api/'
Xida Chen0ef92782018-01-17 05:53:35455 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13456 'blink_permissions': {
Blink Reformata30d4232018-04-07 15:31:06457 'filepath': 'third_party/blink/renderer/modules/permissions/' \
458 '|third_party/blink/public/platform/modules/permissions/',
Takeshi Yoshinoe387aa32017-08-02 13:16:13459 },
460 'blink_platform': {
Blink Reformata30d4232018-04-07 15:31:06461 'filepath': 'third_party/blink/renderer/platform'
Takeshi Yoshinoe387aa32017-08-02 13:16:13462 },
463 'blink_platform_graphics': {
Blink Reformata30d4232018-04-07 15:31:06464 'filepath': 'third_party/blink/renderer/platform/fonts' \
465 '|third_party/blink/renderer/platform/geometry' \
466 '|third_party/blink/renderer/platform/graphics'
Takeshi Yoshinoe387aa32017-08-02 13:16:13467 },
468 'blink_preloadScanner': {
Kent Tamuraeb394c72018-04-07 19:14:55469 'filepath': 'third_party/blink/renderer/core/html/parser/html_preload_scanner',
Takeshi Yoshinoe387aa32017-08-02 13:16:13470 },
471 'blink_prerender': {
Kent Tamuraeb394c72018-04-07 19:14:55472 'filepath': 'third_party/(WebKit|blink)/.*([Pp]rerender|loader/link_loader|html/html_link_element)'
Takeshi Yoshinoe387aa32017-08-02 13:16:13473 },
474 'blink_public_api': {
Blink Reformata30d4232018-04-07 15:31:06475 'filepath': 'third_party/blink/public'
Takeshi Yoshinoe387aa32017-08-02 13:16:13476 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13477 'blink_quota': {
Blink Reformata30d4232018-04-07 15:31:06478 'filepath': 'third_party/blink/renderer/modules/quota/' \
Kent Tamuraeb394c72018-04-07 19:14:55479 '|third_party/blink/public/.*quota'
Takeshi Yoshinoe387aa32017-08-02 13:16:13480 },
481 'blink_scheduler': {
Blink Reformata30d4232018-04-07 15:31:06482 'filepath': 'third_party/blink/renderer/platform/scheduler' \
Kent Tamuraeb394c72018-04-07 19:14:55483 '|third_party/blink/renderer/core/html/parser/.*scheduler'
Takeshi Yoshinoe387aa32017-08-02 13:16:13484 },
485 'blink_screen_orientation': {
Blink Reformata30d4232018-04-07 15:31:06486 'filepath': 'third_party/blink/renderer/modules/screen_orientation/' \
487 '|third_party/blink/public/platform/modules/screen_orientation',
Takeshi Yoshinoe387aa32017-08-02 13:16:13488 },
489 'blink_script': {
Kent Tamuraeb394c72018-04-07 19:14:55490 'filepath': 'third_party/blink/renderer/bindings/core/v8/.*module.*' \
491 '|third_party/blink/renderer/bindings/core/v8/script_controller.*' \
492 '|third_party/blink/renderer/bindings/core/v8/script_source_code.*' \
493 '|third_party/blink/renderer/bindings/core/v8/v8_script_runner.*'
494 '|third_party/blink/renderer/core/dom/.*modul.*' \
495 '|third_party/blink/renderer/core/dom/.*script.*' \
496 '|third_party/blink/renderer/core/html/html_script_element.*' \
497 '|third_party/blink/renderer/core/html/parser/html_parser_script_runner.*' \
Blink Reformata30d4232018-04-07 15:31:06498 '|third_party/blink/renderer/core/loader/modulescript/' \
Kent Tamuraeb394c72018-04-07 19:14:55499 '|third_party/blink/renderer/core/loader/resource/script_resource.*' \
500 '|third_party/blink/renderer/core/svg/svg_script_element.*' \
501 '|third_party/blink/renderer/core/xml/parser/xml_document_parser.*'
Takeshi Yoshinoe387aa32017-08-02 13:16:13502 },
David Bokan9dc0046272017-12-29 00:28:01503 'blink_scroll': {
Kent Tamuraeb394c72018-04-07 19:14:55504 'filepath': 'third_party/blink/renderer/core/frame/.*view.*' \
505 '|third_party/blink/renderer/core/input/.*scroll.*' \
506 '|third_party/blink/renderer/core/input/event_handler.*' \
Blink Reformata30d4232018-04-07 15:31:06507 '|third_party/blink/renderer/core/page/scrolling/' \
Kent Tamuraeb394c72018-04-07 19:14:55508 '|third_party/blink/renderer/core/paint/.*scrollable_area.*' \
Blink Reformata30d4232018-04-07 15:31:06509 '|third_party/blink/renderer/platform/scroll/'
David Bokan9dc0046272017-12-29 00:28:01510 },
Matt Falkenhagenca7fbb62018-07-10 09:21:43511 'blink_service_worker' : {
512 'filepath': 'third_party/blink/renderer/modules/service_worker' \
Kent Tamura77578cc2018-11-25 22:33:43513 '|third_party/blink/web_tests/http/tests/serviceworker' \
514 '|third_party/blink/web_tests/external/wpt/service-workers'
Takeshi Yoshinoe387aa32017-08-02 13:16:13515 },
Matt Falkenhagenca7fbb62018-07-10 09:21:43516 'blink_service_worker_tests' : {
Kent Tamura77578cc2018-11-25 22:33:43517 'filepath': 'third_party/blink/web_tests/http/tests/serviceworker' \
518 '|third_party/blink/web_tests/external/wpt/service-workers'
Takeshi Yoshinoe387aa32017-08-02 13:16:13519 },
520 'blink_shadow_dom': {
Kent Tamuraeb394c72018-04-07 19:14:55521 'filepath': 'third_party/blink/renderer/core/dom/.*shadow' \
522 '|third_party/blink/renderer/core/dom/.*slot' \
523 '|third_party/blink/renderer/core/dom/.*insertion_point' \
524 '|third_party/blink/renderer/core/dom/.*flat_tree'
Takeshi Yoshinoe387aa32017-08-02 13:16:13525 },
526 'blink_spellcheck' : {
Blink Reformata30d4232018-04-07 15:31:06527 'filepath': 'third_party/blink/renderer/core/editing/spellcheck'
Takeshi Yoshinoe387aa32017-08-02 13:16:13528 },
Adam Rice027497d2018-07-27 02:17:02529 'blink_streams': {
530 'filepath': 'third_party/blink/renderer/core/streams/'
531 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13532 'blink_style': {
Kent Tamuraeb394c72018-04-07 19:14:55533 'filepath': 'third_party/(WebKit|blink)/.*(style/|Style)',
Takeshi Yoshinoe387aa32017-08-02 13:16:13534 },
535 'blink_svg': {
Blink Reformata30d4232018-04-07 15:31:06536 'filepath': 'third_party/blink/renderer/core/(layout/)?svg',
Takeshi Yoshinoe387aa32017-08-02 13:16:13537 },
538 'blink_track': {
Blink Reformata30d4232018-04-07 15:31:06539 'filepath': 'third_party/blink/renderer/core/html/track/' \
Kent Tamuraeb394c72018-04-07 19:14:55540 '|third_party/blink/renderer/core/loader/text_track' \
541 '|third_party/blink/renderer/core/html/meida/html_media_element' \
542 '|third_party/blink/renderer/core/html/shadow/media_control' \
Blink Reformata30d4232018-04-07 15:31:06543 '|third_party/blink/renderer/core/css/mediaControl' \
Kent Tamura77578cc2018-11-25 22:33:43544 '|third_party/blink/web_tests/media/track/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13545 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13546 'blink_vibration': {
Kent Tamura77578cc2018-11-25 22:33:43547 'filepath': 'third_party/blink/web_tests/vibration/' \
Blink Reformata30d4232018-04-07 15:31:06548 '|third_party/blink/renderer/modules/vibration/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13549 },
550 'blink_viewport_interaction': {
Kent Tamuraeb394c72018-04-07 19:14:55551 'filepath': 'third_party/blink/renderer/core/css/.*viewport' \
552 '|third_party/blink/renderer/core/dom/viewport_arguments' \
553 '|third_party/blink/renderer/core/frame/frame_view.*' \
554 '|third_party/blink/renderer/core/frame/.*viewport.*' \
555 '|third_party/blink/renderer/core/html/html_meta_element'
Takeshi Yoshinoe387aa32017-08-02 13:16:13556 },
557 'blink_w3ctests': {
Kent Tamura77578cc2018-11-25 22:33:43558 'filepath': 'third_party/blink/web_tests/external/' \
Kent Tamura01019442018-05-01 22:06:58559 '|third_party/blink/tools/blinkpy/w3c/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13560 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13561 'blink_webp': {
Blink Reformata30d4232018-04-07 15:31:06562 'filepath': 'third_party/blink/renderer/platform/image-decoders/webp' \
Kent Tamuraeb394c72018-04-07 19:14:55563 '|third_party/blink/renderer/platform/image-encoders/skia/webp'
Takeshi Yoshinoe387aa32017-08-02 13:16:13564 },
565 'blink_websockets': {
Blink Reformata30d4232018-04-07 15:31:06566 'filepath': 'third_party/blink/renderer/modules/websockets/' \
567 '|third_party/blink/renderer/platform/modules/websockets/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13568 },
569 'blink_workers': {
Blink Reformata30d4232018-04-07 15:31:06570 'filepath': 'third_party/blink/renderer/core/workers' \
Kent Tamura77578cc2018-11-25 22:33:43571 '|third_party/blink/web_tests/http/tests/workers' \
572 '|third_party/blink/web_tests/fast/workers' \
573 '|third_party/blink/web_tests/external/wpt/workers'
Takeshi Yoshinoe387aa32017-08-02 13:16:13574 },
575 'blink_wtf': {
Blink Reformata30d4232018-04-07 15:31:06576 'filepath': 'third_party/blink/renderer/platform/wtf',
Takeshi Yoshinoe387aa32017-08-02 13:16:13577 },
578 'blink_xml': {
Blink Reformata30d4232018-04-07 15:31:06579 'filepath': 'third_party/blink/renderer/core/xml/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13580 },
donnd787f6ed2016-08-03 01:00:56581 'bottombar': {
582 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/',
583 },
Tarun Bansalc4882282018-07-11 23:53:55584 'breve': {
585 'filepath': 'chrome/browser/net/spdyproxy|'\
586 'chrome_proxy|'\
Tarun Bansal129ca7842018-07-31 17:14:12587 'client_hints|'
Tarun Bansalc4882282018-07-11 23:53:55588 'components/blacklist|'\
589 'components/data_use|'\
590 'data_reduction_proxy|'\
Tarun Bansal129ca7842018-07-31 17:14:12591 'data_use_measurement|'\
592 'lazy_load|'
593 'navigation_predictor|'\
594 'net/nqe|'\
Tarun Bansalc4882282018-07-11 23:53:55595 'optimization_guide|'\
Tarun Bansal129ca7842018-07-31 17:14:12596 'optimization_hints|'\
597 'previews'
Tarun Bansalc4882282018-07-11 23:53:55598 },
[email protected]22650d22012-07-18 17:02:35599 'browser_components': {
[email protected]a7228f62012-09-20 17:52:48600 'filepath': 'chrome/browser/autofill/' \
601 '|chrome/browser/bookmarks/' \
[email protected]a7228f62012-09-20 17:52:48602 '|chrome/browser/favicon/' \
[email protected]ddf288e2013-01-09 20:58:27603 '|chrome/browser/history/' \
[email protected]fccf4882013-03-15 04:46:19604 '|chrome/browser/webdata/' \
[email protected]3947d4a82013-03-12 09:41:05605 '|components/autofill/'
[email protected]22650d22012-07-18 17:02:35606 },
[email protected]f76c8852012-06-21 16:37:00607 'browser_compositor': {
[email protected]f2f0fbb92012-07-14 15:52:49608 'filepath': 'ui/compositor/'
[email protected]fbd846b2010-11-19 01:32:18609 },
michaelpge42ca3b32016-02-19 08:17:57610 'browser_resources_md': {
611 'filepath': 'chrome/browser/resources/md_'\
612 '|chrome/browser/resources/settings/',
613 },
[email protected]0ce480532012-07-20 12:33:20614 'browsing_data': {
Christian Dullweberc0b53642018-10-11 16:20:55615 'filepath': 'browsing_data|BrowsingData',
[email protected]0ce480532012-07-20 12:33:20616 },
[email protected]f76c8852012-06-21 16:37:00617 'bubble': {
[email protected]f2f0fbb92012-07-14 15:52:49618 'filepath': 'ui/views/bubble/|'\
rouslan8d6a8372015-09-10 19:10:10619 'chrome/browser/ui/views/bubble/|'\
620 'components/bubble/',
[email protected]f76c8852012-06-21 16:37:00621 },
jkarlin539748402015-03-31 17:36:31622 'cache_storage': {
Josh Karlin1bd016742017-08-18 17:44:17623 'filepath': '/cache.storage/'
624 '|/cachestorage/',
jkarlin539748402015-03-31 17:36:31625 },
[email protected]10fbd5952013-08-22 07:42:39626 'cast': {
[email protected]31ef420b2014-08-13 21:19:13627 'filepath': 'media/cast/'\
628 '|chrome/browser/extensions/api/cast_streaming/'\
629 '|chrome/browser/media/cast'\
630 '|chrome/renderer/media/cast'\
631 '|chrome/test/data/extensions/api_test/cast_'\
miu5e69f1c52016-10-23 13:40:11632 '|content/public/renderer/media_stream_'\
633 '|content/renderer/media/(media_stream|(.+audio_source))',
[email protected]10fbd5952013-08-22 07:42:39634 },
ryanchung4d157372016-05-10 20:27:16635 'cast_certificate': {
636 'filepath': 'components/cast_certificate/'\
637 '|components/test/data/cast_certificate/',
638 },
mfoltz57fd7f32017-05-03 06:12:58639 'cast_channel': {
640 'filepath': 'chrome/test/data/extensions/api_test/cast_channel/' \
Ryan Ki Sing Chung27cc7ed92017-07-25 21:53:47641 '|components/cast_channel/' \
642 '|extensions/browser/api/cast_channel'
mfoltz57fd7f32017-05-03 06:12:58643 },
Takeshi Yoshino524e1d262017-07-28 01:16:38644 'cc': {
danakjca574522017-09-20 16:38:59645 'filepath': 'cc/'\
646 '|components/viz/'
647 },
Yi Guc1c54682018-07-23 12:00:00648 'cc-animation': {
649 'filepath': 'cc/animation/'
650 },
danakjca574522017-09-20 16:38:59651 'cc-contexts': {
652 'filepath': 'components/viz/common/gpu'
653 },
654 'cc-display': {
655 'filepath': 'components/viz/service/display'\
656 '|cc/output'
657 },
658 'cc-paint': {
659 'filepath': 'cc/paint'
660 },
661 'cc-quads': {
662 'filepath': 'components/viz/common/quads'
663 },
664 'cc-resources': {
665 'filepath': 'cc/resources'\
666 '|components/viz/common/resources'
Takeshi Yoshino524e1d262017-07-28 01:16:38667 },
Alexander Timin864bf8a02018-03-12 11:06:28668 'cc-scheduler': {
669 'filepath': 'cc/scheduler'
670 },
eranmc2a9f612015-11-24 16:41:34671 'certificate_transparency': {
672 'filepath': 'components/certificate_transparency/'\
eranmc2a9f612015-11-24 16:41:34673 '|net/cert/ct_'\
674 '|net/cert/multi_log_ct_verifier'\
675 '|net/cert/sct_status_flags.h'\
676 '|net/cert/signed_certificate_timestamp'\
677 '|net/cert/signed_tree_head'\
678 '|net/test/ct_',
679 },
Joe Mason60ec2f32018-02-15 15:50:51680 'chrome_cleaner': {
681 'filepath': 'chrome/browser/component_updater/sw_reporter_'\
682 '|chrome/browser/resources/settings/chrome_cleanup_page/'\
683 '|chrome/browser/safe_browsing/chrome_cleaner/'\
684 '|chrome/browser/ui/views/chrome_cleaner_'\
685 '|chrome/browser/ui/webui/settings/chrome_cleanup_'\
Joe Mason12a02332018-04-19 14:39:00686 '|chrome/chrome_cleaner/'\
Joe Mason60ec2f32018-02-15 15:50:51687 '|components/chrome_cleaner/',
688 },
[email protected]c73ec8ab2014-01-16 20:35:23689 'chrome_elf': {
690 'filepath': 'chrome_elf',
691 },
lpy0ca13772017-02-28 19:48:27692 'chrome_grc': {
lpy53b82752017-05-31 22:30:49693 'filepath': 'chrome/browser/resource_coordinator/'\
694 '|services/resource_coordinator/',
lpy0ca13772017-02-28 19:48:27695 },
Takeshi Yoshino524e1d262017-07-28 01:16:38696 'chromecast': {
697 'filepath': 'chromecast/',
698 },
699 'chromecast_public': {
700 'filepath': 'chromecast/public/',
701 },
[email protected]f7bf8ba2011-02-24 22:28:46702 'chromedriver': {
samuong53d5e612014-10-10 18:56:38703 'filepath': 'chrome/test/chromedriver|'\
704 'chrome/test/data/chromedriver|'\
Jonathon Kereliuk540c7d52018-01-18 06:22:03705 'third_party/webdriver|'\
Blink Reformata30d4232018-04-07 15:31:06706 'third_party/blink/renderer/devtools/front_end/emulated_devices/module.json'
[email protected]f7bf8ba2011-02-24 22:28:46707 },
[email protected]f76c8852012-06-21 16:37:00708 'chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:49709 'filepath': 'chromeos/',
[email protected]531b1532011-08-11 03:52:01710 },
[email protected]eda0a0b2013-04-19 20:34:35711 'chromeos_attestation': {
712 'filepath': 'chromeos/attestation/|'\
[email protected]64494c3f2013-08-14 22:15:59713 'chrome/browser/chromeos/attestation/|'\
714 'chrome/browser/extensions/api/enterprise_platform_keys_private/',
[email protected]eda0a0b2013-04-19 20:34:35715 },
[email protected]7c59a152012-11-06 20:56:35716 'chromeos_calculator': {
717 'filepath': 'chrome/common/extensions/docs/examples/apps/calculator/',
718 },
alematec5187b1b2016-08-26 05:32:18719 'chromeos_geolocation': {
720 'filepath': 'chromeos/geolocation/',
721 },
Achuith Bhandarkar434e24592018-03-07 23:05:12722 'chromeos_lkgm': {
723 'filepath': 'chromeos/CHROMEOS_LKGM',
724 },
[email protected]f76c8852012-06-21 16:37:00725 'chromeos_login': {
Jacob Dufaulted1ef2bc2018-08-10 18:21:34726 'filepath': 'ash/login/|'\
727 'chrome/browser/chromeos/login/|'\
[email protected]f2f0fbb92012-07-14 15:52:49728 'chrome/browser/ui/webui/chromeos/login/|'\
dzhioevcc7c0492014-11-25 14:52:58729 'chrome/browser/resources/chromeos/login/|'\
730 'ui/login/',
[email protected]a791dac2011-04-07 23:22:57731 },
[email protected]d7d35f342012-10-22 20:32:47732 'chromeos_net': {
733 'filepath': 'chromeos/network/|'\
stevenjbdd133032015-08-07 18:37:47734 'chrome/browser/chromeos/net/|'\
735 'chrome/browser/extensions/api/networking_private/|'\
736 'extensions/browser/api/networking_private/|'\
737 'ui/chromeos/network/',
[email protected]d7d35f342012-10-22 20:32:47738 },
[email protected]2315ac0c2013-02-05 00:49:16739 'chromeos_power': {
James Cooka35a1e22017-04-08 02:33:08740 'filepath': 'ash/system/power/|'\
[email protected]c3943ad2013-07-03 13:44:56741 'chromeos/dbus/power_.*|'\
[email protected]2315ac0c2013-02-05 00:49:16742 'chrome/browser/chromeos/power/',
743 },
alematec5187b1b2016-08-26 05:32:18744 'chromeos_timezone': {
745 'filepath': 'chromeos/timezone/',
746 },
[email protected]f76c8852012-06-21 16:37:00747 'chromeos_webui': {
[email protected]f2f0fbb92012-07-14 15:52:49748 'filepath': 'chrome/browser/ui/webui/chromeos/|'\
749 'chrome/browser/resources/chromeos/',
[email protected]ba03af42012-03-08 01:37:12750 },
[email protected]cef7a6d2011-04-29 20:49:07751 'clang_update': {
Nico Webere250e6a2015-12-02 19:31:56752 'filepath': 'tools/clang/scripts/update.py'
[email protected]cef7a6d2011-04-29 20:49:07753 },
[email protected]f76c8852012-06-21 16:37:00754 'clipboard': {
755 'filepath': 'clipboard|dnd|drag|drop',
[email protected]2418b022011-05-19 21:06:02756 },
Aaron Gable64f273582017-03-30 18:02:00757 'codereview_settings': {
758 'filepath': 'codereview.settings',
759 },
sdefresned94c5b02015-07-22 17:54:55760 'components_deps': {
761 'filepath': 'components/([^/]*/)*DEPS',
762 },
Matthew Jonesf3b5f4f2019-01-04 00:01:25763 'compositor_animator': {
764 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/compositor/animation/',
765 },
scheib968e61052014-11-05 00:27:25766 'content_bluetooth': {
767 'filepath': 'content/.*bluetooth'
768 },
kinuko01cbe8a12015-10-20 09:59:06769 'content_loader': {
mmenkefaa97d3b2016-09-25 14:24:02770 'filepath': 'chrome/browser/loader|' \
771 'content/browser/loader|' \
kinuko01cbe8a12015-10-20 09:59:06772 'content/child/*loader',
773 },
mkwst512627022014-09-16 09:23:27774 'content_renderer': {
775 'filepath': 'content/renderer/',
776 },
[email protected]aa3311a2012-11-19 16:04:58777 'content_shell': {
778 'filepath': 'content/shell/',
779 },
kinukoa121bce2015-01-30 10:04:41780 'content_worker': {
781 'filepath': 'content/.*worker',
782 },
donnd787f6ed2016-08-03 01:00:56783 'contextual_search': {
784 'filepath': 'chrome/browser/android/contextualsearch/|' \
785 'chrome/android/java/src/org/chromium/chrome/browser/contextualsearch/|' \
786 'chrome/android/javatests/src/org/chromium/chrome/browser/contextualsearch/|' \
787 'components/contextual_search/',
788 },
wfh792b71c2016-05-04 23:33:41789 'courgette': {
790 'filepath': 'courgette/',
791 },
Nico Weber6ff639a2017-08-11 21:04:50792 'cq': {
Andrii Shyshkalov17176242018-02-24 03:31:32793 'filepath': 'infra/config/branch/cq.cfg',
Nico Weber6ff639a2017-08-11 21:04:50794 },
michaelpge42ca3b32016-02-19 08:17:57795 'cr_elements': {
796 'filepath': 'ui/webui/resources/cr_element',
797 },
Chung-yih Wang7afc64a2018-03-06 02:09:04798 'cros_benchmarks': {
799 'filepath': 'tools/perf/contrib/cros_benchmarks',
800 },
Ben Wells03471a72018-03-22 00:58:46801 'crostini': {
Timothy Lohecae1e422018-06-07 05:53:59802 'filepath': 'crostini',
Ben Wells03471a72018-03-22 00:58:46803 },
ianwencdb8c9e2015-06-18 22:10:15804 'custom_tabs': {
Newton Allen38c62212015-06-24 21:41:53805 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/customtabs/|'\
Peter Beverloo5cc24512018-11-29 15:36:43806 'chrome/android/java/src/org/chromium/chrome/browser/browseractions/|'\
807 'chrome/android/java/src/org/chromium/chrome/browser/browserservices/|'\
808 'chrome/android/javatests/src/org/chromium/chrome/browser/customtabs/|'\
809 'chrome/android/javatests/src/org/chromium/chrome/browser/browseractions/|'\
810 'chrome/android/javatests/src/org/chromium/chrome/browser/browserservices/|'\
811 'chrome/browser/android/customtabs/',
alancuttercbad6512015-06-19 02:31:28812 },
Madeleine Barowsky21b04402019-01-29 19:17:05813 'data_decoder': {
814 'filepath': 'services/data_decoder/',
815 },
Ryo Hashimoto900be52c2018-05-24 06:42:26816 'dbus': {
817 'filepath': 'dbus/',
818 },
[email protected]5e105332012-09-13 01:55:52819 'deep_memory_profiler': {
820 'filepath': 'tools/(deep_memory_profiler|find_runtime_symbols)',
821 },
Bartosz Fabianowski85a823812015-04-16 10:27:51822 'device_bluetooth': {
823 'filepath': 'device/.*bluetooth'
824 },
juncaic08f41d2017-05-04 20:36:58825 'device_chooser': {
826 'filepath': 'chrome/browser/chooser_controller/|'\
827 'chrome/browser/ui/android/bluetooth_chooser_.*|'\
828 'chrome/browser/ui/android/usb_chooser_.*|'\
829 'chrome/browser/ui/bluetooth/|'\
830 'chrome/browser/ui/cocoa/device_chooser_.*|'\
831 'chrome/browser/ui/cocoa/extensions/chooser_dialog_.*|'\
832 'chrome/browser/ui/cocoa/permission_bubble/chooser_bubble_.*|'\
833 'chrome/browser/ui/views/device_chooser_.*|'\
834 'chrome/browser/ui/views/extensions/chooser_dialog_.*|'\
835 'chrome/browser/ui/views/permission_bubble/chooser_bubble_.*|'\
836 'chrome/browser/usb/usb_chooser_.*',
837 },
[email protected]342b12872012-11-07 12:10:46838 'devtools': {
839 'filepath': 'devtools',
840 },
mfoltz57fd7f32017-05-03 06:12:58841 'dial': {
842 'filepath': 'chrome/(browser|common)/extensions/api/dial' \
843 '|chrome/browser/media/router/discovery/dial/' \
844 '|chrome/test/data/extensions/api_test/dial/'
845 },
[email protected]bab2a832012-07-11 23:29:41846 'disk_cache': {
847 'filepath': 'net/disk_cache/|http_cache',
848 },
[email protected]f76c8852012-06-21 16:37:00849 'download': {
[email protected]f2f0fbb92012-07-14 15:52:49850 'filepath': 'chrome/browser/download/|'\
[email protected]8492b5b2012-12-17 21:58:08851 'content/browser/download/',
[email protected]6bff0ad2011-06-17 01:32:51852 },
[email protected]ca872e362011-07-12 21:06:03853 'downloads_ui': {
dbeam78528be2016-02-18 07:08:49854 'filepath': 'chrome/browser/resources/(md_)?downloads/|' \
[email protected]8492b5b2012-12-17 21:58:08855 'chrome/browser/ui/webui/.*downloads|' \
856 'chrome/browser/ui/views/download/|' \
asanka2009f412015-10-05 17:28:12857 'chrome/browser/ui/cocoa/download/'
[email protected]ca872e362011-07-12 21:06:03858 },
[email protected]89d2cd52013-04-16 01:55:36859 'drive_resource_metadata': {
Ryo Hashimoto900be52c2018-05-24 06:42:26860 'filepath': 'drive.*resource_metadata'
[email protected]89d2cd52013-04-16 01:55:36861 },
[email protected]3a25c8a2014-06-26 06:47:10862 'eme': {
Xiaohan Wang6cbdcdf2018-06-12 21:55:54863 'filepath': 'chrome/renderer/media/.*key_system|' \
864 'chrome/browser/media/.*(cdm|encrypted)|' \
865 'components/cdm/|' \
[email protected]3a25c8a2014-06-26 06:47:10866 'content/browser/media/cdm/|' \
Xiaohan Wang6cbdcdf2018-06-12 21:55:54867 'media/base/android/.*drm|' \
[email protected]3a25c8a2014-06-26 06:47:10868 'media/cdm/|' \
869 'third_party/widevine/cdm/'
870 },
Justin DeWittf64d39e2018-08-09 21:33:41871 'explore_sites': {
872 'filepath': 'chrome/browser/android/explore_sites/|' \
873 'chrome/android/java/src/org/chromium/chrome/browser/explore_sites/'
874 },
[email protected]f76c8852012-06-21 16:37:00875 'extension': {
876 'filepath': 'extension',
[email protected]161277d42011-06-24 20:48:45877 },
lunalu0a9c05422016-11-11 17:19:06878 'feature_policy': {
Blink Reformata30d4232018-04-07 15:31:06879 'filepath': 'third_party/blink/renderer/platform/feature_policy/|' \
Kent Tamuraeb394c72018-04-07 19:14:55880 'third_party/blink/renderer/bindings/core/v8/origin_trial_features',
lunalu0a9c05422016-11-11 17:19:06881 },
[email protected]f76c8852012-06-21 16:37:00882 'fileapi': {
[email protected]8492b5b2012-12-17 21:58:08883 'filepath': 'file_system/|' \
884 'fileapi/'
[email protected]80919512011-08-03 08:51:04885 },
[email protected]f76c8852012-06-21 16:37:00886 'filebrowse': {
[email protected]8492b5b2012-12-17 21:58:08887 'filepath': 'file_browser|' \
888 'file_manager|' \
889 'filebrowse'
[email protected]4b07b62cc2011-10-03 17:52:39890 },
[email protected]4ed766c2013-09-19 09:45:20891 'filesapp': {
okab0be3dc2016-08-30 07:37:10892 'filepath': 'chrome/browser/chromeos/drive|' \
893 'chrome/browser/chromeos/extensions/file_manager|' \
894 'chrome/browser/chromeos/extensions/file_system_provider|' \
895 'chrome/browser/chromeos/file_manager|' \
896 'chrome/browser/chromeos/file_system_provider|' \
897 'chrome/browser/drive|' \
898 'chrome/test/data/extensions/api_test/file_system_provider|' \
899 'components/drive|' \
900 'google_apis/drive|' \
901 'ui/file_manager'
902 },
Tomasz Mikolajewski2905dbb2017-11-22 06:24:04903 'fsp': {
904 'filepath': 'chrome/browser/chromeos/extensions/file_system_provider|' \
905 'chrome/browser/chromeos/file_system_provider|' \
Tomasz Mikolajewski66b4faa22017-11-22 09:33:43906 'chrome/test/data/extensions/api_test/file_system_provider'
[email protected]4ed766c2013-09-19 09:45:20907 },
Wez385de5a2017-07-13 20:13:16908 'fuchsia': {
909 'filepath': 'fuchsia',
910 },
mmoroz58ddb8172016-09-08 18:29:55911 'fuzzing': {
912 'filepath': 'fuzz|Fuzz',
913 },
Vincent Scheibd5da4d952017-11-03 01:33:24914 'gamepad': {
915 'filepath': 'gamepad',
916 },
[email protected]3a2a6ac02014-06-20 07:07:12917 'gcm': {
peter9f4490a2017-01-27 00:58:36918 'filepath': 'chrome/browser/gcm/|'\
[email protected]3a2a6ac02014-06-20 07:07:12919 'components/gcm_driver/|'\
920 'google_apis/gcm/',
921 },
mikhail.pozdnyakova8db26402016-11-28 18:27:12922 'generic_sensor': {
Jun Caiaa1f040d2017-11-15 01:21:53923 'filepath': 'services/device/generic_sensor/|'\
Blink Reformata30d4232018-04-07 15:31:06924 'third_party/blink/renderer/modules/sensor/',
mikhail.pozdnyakova8db26402016-11-28 18:27:12925 },
[email protected]d8036492013-08-09 16:02:23926 'geolocation': {
927 'filepath': 'chrome/browser/geolocation/|'\
928 'content/browser/geolocation|'\
929 'content/public/common/geoposition.*|'\
930 'content/public/browser/geolocation.*|'\
931 'content/renderer/geolocation.*|'\
932 'content/shell/geolocation/',
933 },
[email protected]cf428f732012-10-02 20:48:15934 'gfx_geometry': {
danakj570c1332015-01-06 16:59:36935 'filepath': 'ui/gfx/geometry/',
[email protected]cf428f732012-10-02 20:48:15936 },
Takeshi Yoshino524e1d262017-07-28 01:16:38937 'gfx_image': {
938 'filepath': 'ui/gfx/image/',
939 },
[email protected]4d1773e2014-04-05 07:59:57940 'gn': {
941 'filepath': 'tools/gn',
942 },
[email protected]f76c8852012-06-21 16:37:00943 'gpu': {
[email protected]f2f0fbb92012-07-14 15:52:49944 'filepath': 'gpu/',
[email protected]f76c8852012-06-21 16:37:00945 },
Corentin Wallezc68aa9b2017-10-02 15:00:03946 'gpu_passthrough_cmd_decoder': {
947 'filepath': 'gpu/command_buffer/service/.*passthrough',
948 },
Ehsan Karamadc20cee22018-08-10 21:32:33949 'guest_view': {
950 'filepath': 'chrome/browser/apps/guest_view|'\
951 'chrome/browser/extensions/api/web_view|'\
952 'chrome/browser/guest_view|'\
953 'chrome/common/extensions/api/webview*.json|'\
954 'chrome/common/extensions/docs|'\
955 'chrome/renderer/resources/extensions/web_view|'\
956 'components/guest_view|'\
957 'content/browser/browser_plugin|'\
958 'content/renderer/browser_plugin|'\
959 'extensions/browser/api/guest_view|'\
960 'extensions/browser/guest_view|'\
961 'extensions/common/guest_view|'\
962 'extensions/common/mojo/guest_view.mojom|'\
963 'extensions/common/api/*view*.json|'\
964 'extensions/renderer/guest_view',
965 },
Andrey Kosyakova173d252018-05-07 18:29:11966 'headless': {
967 'filepath': 'headless/'
968 },
[email protected]f76c8852012-06-21 16:37:00969 'history_ui': {
dbeam78528be2016-02-18 07:08:49970 'filepath': 'chrome/browser/resources/(md_)?history|'\
971 'chrome/browser/ui/webui/.*history',
[email protected]f76c8852012-06-21 16:37:00972 },
973 'i18n': {
[email protected]f2f0fbb92012-07-14 15:52:49974 'filepath': 'base/i18n/|base/string|l10n|icu|'\
timvolodine8cdb94c2016-09-22 12:17:22975 'locale_settings|encoding',
[email protected]f76c8852012-06-21 16:37:00976 },
Greg Thompson4f90fc992017-07-25 19:30:37977 'incident_reporting': {
978 'filepath': 'chrome/browser/safe_browsing/incident_reporting',
979 },
[email protected]c26161352013-11-12 19:50:01980 'indexed_db': {
981 'filepath': 'content/browser/indexed_db|'\
[email protected]c26161352013-11-12 19:50:01982 'content/public/browser/indexed_db|'\
Chase Phillips7027bd52018-08-30 17:31:55983 'content/renderer/indexed_db|'\
[email protected]c26161352013-11-12 19:50:01984 'content/test/data/indexeddb',
985 },
John Budorickf6a1c302018-10-29 16:32:48986 'infra': {
987 'filepath': 'infra/config|'\
988 'testing/buildbot|'\
John Budorick2d04e372018-10-29 18:03:30989 'tools/mb',
John Budorickf6a1c302018-10-29 16:32:48990 },
bruthigaa8281f2016-02-09 17:52:31991 'ink_drop': {
992 'filepath': 'ui/views/animation/test/.*ink_drop.*|' \
993 'ui/views/animation/.*ink_drop.*'
994 },
dtapuska1f997a12016-03-14 19:22:07995 'input': {
996 'filepath': 'content/browser/renderer_host/input|'\
997 'content/renderer/input|'\
998 'ui/events/blink/'
999 },
Michael Spang808d5c12018-10-23 19:20:391000 'input_devices': {
1001 'filepath': 'ui/events/devices/',
1002 },
Dominick Ngcaa7b402017-07-11 07:35:391003 'installable': {
Dominick Ng31b7feb2019-01-29 23:24:001004 'filepath': 'chrome/browser/extensions/bookmark_app*'\
1005 '|chrome/browser/installable/',
Dominick Ngcaa7b402017-07-11 07:35:391006 },
mmoss19826c62014-11-14 21:37:361007 'installer_linux': {
1008 'filepath': 'chrome/installer/linux/',
1009 },
Greg Thompson4f90fc992017-07-25 19:30:371010 'installer_win': {
1011 'filepath': 'chrome/install_static/'\
Samuel Huang577ef6c2018-03-13 18:19:341012 '|chrome/installer/(?!gcapi_mac/|linux/|mac/)'\
1013 '|components/zucchini/',
Greg Thompson4f90fc992017-07-25 19:30:371014 },
[email protected]56b4b09d32012-07-27 18:28:411015 'instant': {
[email protected]607903d2013-03-25 22:15:471016 'filepath': 'instant|searchbox|'\
1017 'chrome/browser/search/|'\
[email protected]c29b7dae2013-03-25 22:29:131018 'chrome/browser/ui/search/|'\
[email protected]eb99f8e2013-07-10 10:17:391019 'chrome/browser/resources/local_ntp/|'\
Ramya Nagarajan7768bf62018-11-28 21:26:041020 'chrome/common/search/|'\
1021 'chrome/test/data/local_ntp/|'\
1022 'components/search_provider_logos/|'\
1023 'components/test/data/search_provider_logos/',
[email protected]56b4b09d32012-07-27 18:28:411024 },
edchin46453b42017-03-03 01:40:111025 'ios': {
Sylvain Defresne81467d82017-05-29 09:06:141026 'filepath': 'ios/',
edchin46453b42017-03-03 01:40:111027 },
sdefresne18b47312015-06-18 15:15:091028 'ios_chrome': {
Sylvain Defresne81467d82017-05-29 09:06:141029 'filepath': 'ios/chrome/',
sdefresne18b47312015-06-18 15:15:091030 },
marqa4f135f2017-01-10 12:37:341031 'ios_clean': {
Sylvain Defresne81467d82017-05-29 09:06:141032 'filepath': 'ios/clean/',
marqa4f135f2017-01-10 12:37:341033 },
Eric Noyaua1825272019-01-02 10:36:391034 'ios_flags': {
Eric Noyaue13b4d72019-01-03 14:23:551035 'filepath': 'ios/chrome/browser/about_flags\.(h|mm)|'\
1036 'ios/chrome/browser/experimental_flags\.(h|mm)|'\
1037 'ios/chrome/browser/resources/Settings.bundle/Experimental\.plist',
Eric Noyaua1825272019-01-02 10:36:391038 },
marqa4f135f2017-01-10 12:37:341039 'ios_showcase': {
Sylvain Defresne81467d82017-05-29 09:06:141040 'filepath': 'ios/showcase/',
marqa4f135f2017-01-10 12:37:341041 },
eugenebutb5a5a8572017-01-20 01:18:111042 'ios_web': {
Sylvain Defresne81467d82017-05-29 09:06:141043 'filepath': 'ios/web(_view)?/',
eugenebutb5a5a8572017-01-20 01:18:111044 },
Johanndfa4d7d2017-12-07 18:05:291045 'libaom': {
1046 'filepath': 'third_party/libaom/',
1047 },
Takeshi Yoshino524e1d262017-07-28 01:16:381048 'libvpx': {
Johanndfa4d7d2017-12-07 18:05:291049 'filepath': 'third_party/libvpx/',
vabraafbd4f32015-11-10 19:30:231050 },
[email protected]a3f777d2014-01-07 23:38:261051 'libwebp': {
1052 'filepath': 'third_party/libwebp'
1053 },
dominiccabb90e02017-03-31 04:54:231054 'libxml_xslt': {
1055 'filepath': 'third_party/libxml/' \
1056 '|third_party/libxslt/',
1057 },
[email protected]04a292a2013-03-07 19:58:421058 'linux_fonts': {
1059 'filepath': 'ui/gfx/font_render_params_.*|'\
deratcd2d6fb2015-02-12 00:10:411060 'ui/gfx/platform_font_linux.*|'\
1061 'ui/gfx/render_text_harfbuzz.*',
[email protected]04a292a2013-03-07 19:58:421062 },
1063 'linux_sandboxing': {
[email protected]f2f0fbb92012-07-14 15:52:491064 'filepath': 'sandbox/linux/',
[email protected]f76c8852012-06-21 16:37:001065 },
[email protected]04a292a2013-03-07 19:58:421066 'linux_seccomp_bpf': {
[email protected]d6a23612012-11-13 20:11:541067 'filepath': 'content/common/sandbox.*linux.cc',
[email protected]f76c8852012-06-21 16:37:001068 },
lgrey62faed72016-10-11 21:40:391069 'mac': {
lgrey332339b12016-12-05 17:16:401070 'filepath': '(_|/)(cocoa|mac)(_|\.)|/(cocoa|mac)/|^((?!ios\/).)*\.mm?$',
lgrey62faed72016-10-11 21:40:391071 },
mlamourid8b0feb2015-06-02 16:30:471072 'manifest': {
1073 'filepath': 'content/(browser|renderer)/manifest/'\
Dominick Ng31b7feb2019-01-29 23:24:001074 '|content/public/common/manifest*'\
1075 '|third_party/blink/(common|mojom)/manifest/'\
1076 '|third_party/blink/renderer/modules/manifest/',
mlamourid8b0feb2015-06-02 16:30:471077 },
James Cook2dc6d042018-04-24 22:00:201078 'mash_buildbot_filters': {
1079 'filepath': 'testing/buildbot/filters/mash.*filter',
1080 },
[email protected]f76c8852012-06-21 16:37:001081 'media': {
Francois Beaufort9ab59c82017-08-24 13:10:291082 'filepath': 'media|third_party/(ffmpeg|opus|libvpx)'
[email protected]f76c8852012-06-21 16:37:001083 },
mcasasfeedbe42017-03-03 05:23:561084 'media_capture_from_element': {
alancutter40359812017-03-03 08:20:271085 'filepath': 'content/renderer/media_capture_from_element/' \
Blink Reformata30d4232018-04-07 15:31:061086 '|third_party/blink/renderer/modules/mediacapture/' \
Kent Tamuraeb394c72018-04-07 19:14:551087 '|third_party/blink/renderer/platform/exported/web_canvas_capture' \
Kent Tamura77578cc2018-11-25 22:33:431088 '|third_party/blink/web_tests/fast/mediacapturefromelement/' \
Kent Tamuraeb394c72018-04-07 19:14:551089 '|third_party/blink/public/platform/web_canvas_capture'
mcasasfeedbe42017-03-03 05:23:561090 },
Tommy Steimel074a1822018-02-07 17:25:441091 'media_controls': {
Blink Reformata30d4232018-04-07 15:31:061092 'filepath': 'third_party/blink/renderer/modules/media_controls/'
Tommy Steimel074a1822018-02-07 17:25:441093 },
[email protected]06dd23172013-06-24 21:04:511094 'media_galleries': {
1095 'filepath': 'chrome/browser/extensions/api/media_galleries/'\
[email protected]06dd23172013-06-24 21:04:511096 '|chrome/browser/media_galleries/'\
1097 '|chrome/browser/storage_monitor/'\
1098 '|chrome/common/media_galleries/'\
Jay Civellicf995502017-09-08 23:59:271099 '|chrome/test/data/extensions/api_test/media_galleries/'
[email protected]06dd23172013-06-24 21:04:511100 },
Hirokazu Hondae31ce109a2018-09-18 11:18:501101 'media_gpu': {
1102 'filepath': 'media/gpu/',
1103 },
alokp9e369ea72e2016-06-10 05:41:091104 'media_mojo': {
Xiaohan Wang6cbdcdf2018-06-12 21:55:541105 'filepath': 'media/mojo/'
alokp9e369ea72e2016-06-10 05:41:091106 },
mcasasfeedbe42017-03-03 05:23:561107 'media_recorder': {
alancutter40359812017-03-03 08:20:271108 'filepath': 'content/renderer/media_recorder/' \
Blink Reformata30d4232018-04-07 15:31:061109 '|third_party/blink/renderer/modules/mediarecorder/' \
Kent Tamuraeb394c72018-04-07 19:14:551110 '|third_party/blink/renderer/platform/exported/web_media_recorder' \
Kent Tamura77578cc2018-11-25 22:33:431111 '|third_party/blink/web_tests/fast/mediarecorder/' \
Kent Tamuraeb394c72018-04-07 19:14:551112 '|third_party/blink/public/platform/web_media_recorder'
mcasasfeedbe42017-03-03 05:23:561113 },
miu5e69f1c52016-10-23 13:40:111114 'media_remoting': {
1115 'filepath': 'chrome/browser/media/cast_remoting'\
1116 '|media/blink/webmediaplayer_'\
1117 '|media/mojo/interfaces/remoting.mojom'\
1118 '|media/remoting/',
1119 },
kmarshallb698ad4f2015-02-24 19:42:481120 'media_router': {
mfoltz57fd7f32017-05-03 06:12:581121 'filepath': 'chrome/android/(java|junit)/src/org/chromium/chrome/browser/media/router/' \
1122 '|chrome/browser/media/router/' \
kmarshallb698ad4f2015-02-24 19:42:481123 '|chrome/browser/resources/media_router/' \
Takumi Fujimoto4bef2792018-05-03 17:51:551124 '|chrome/browser/ui/media_router/' \
mfoltz57fd7f32017-05-03 06:12:581125 '|chrome/browser/ui/views/media_router/' \
kmarshallb698ad4f2015-02-24 19:42:481126 '|chrome/browser/ui/webui/media_router/' \
Takumi Fujimoto4bef2792018-05-03 17:51:551127 '|chrome/common/media_router/' \
mfoltz57fd7f32017-05-03 06:12:581128 '|chrome/test/data/webui/media_router/' \
1129 '|chrome/test/media_router/' \
1130 '|chrome/utility/media_router/'
kmarshallb698ad4f2015-02-24 19:42:481131 },
Xiaohan Wang6cbdcdf2018-06-12 21:55:541132 'media_win': {
1133 'filepath': 'media/gpu/windows/'
1134 },
[email protected]f76c8852012-06-21 16:37:001135 'message_loop': {
[email protected]f2f0fbb92012-07-14 15:52:491136 'filepath': 'base/message_'
[email protected]f76c8852012-06-21 16:37:001137 },
1138 'metrics': {
[email protected]f2f0fbb92012-07-14 15:52:491139 'filepath': 'base/metrics/'\
asvitkine361b276e2016-08-30 18:45:001140 '|chrome/android/java/src/org/chromium/chrome/browser/metrics/'\
[email protected]f2f0fbb92012-07-14 15:52:491141 '|chrome/browser/metrics/'\
[email protected]f2f0fbb92012-07-14 15:52:491142 '|chrome/browser/chromeos/external_metrics'\
[email protected]b0d594d2014-02-21 03:22:121143 '|chrome/browser/extensions/api/metrics_private/'\
[email protected]f2f0fbb92012-07-14 15:52:491144 '|chrome/browser/ui/webui/metrics_handler'\
asvitkineb7e10302016-01-20 05:17:451145 '|chromecast/browser/metrics/'\
asvitkinee4bad382015-11-05 21:56:451146 '|components/metrics/'\
asvitkineb7e10302016-01-20 05:17:451147 '|components/metrics_services_manager/'\
[email protected]ce6b855a2014-03-12 19:51:391148 '|components/rappor/'\
asvitkinee4bad382015-11-05 21:56:451149 '|components/variations/'\
[email protected]b0d594d2014-02-21 03:22:121150 # Exclude XML files; in particular, histograms.xml.
1151 '|tools/metrics/[^.]*([.](?!xml$).*)?$',
1152 },
1153 'metrics_xml_files': {
1154 # Subscribe to this to watch for changes to histograms.xml.
toyoshim8f51f902015-03-27 03:50:211155 'filepath': 'tools/metrics/.*\.xml$',
1156 },
1157 'midi': {
1158 'filepath': 'midi',
[email protected]f76c8852012-06-21 16:37:001159 },
[email protected]341f218a2013-09-24 22:16:101160 'mojo': {
1161 'filepath': 'mojo',
1162 },
Kyle Horimotoc4d57b122018-02-28 01:17:301163 'multidevice': {
Ryan Hansberry587c8082018-09-20 01:31:191164 'filepath': 'ash/multi_device_setup/'\
Kyle Horimoto7de86582018-12-19 20:40:251165 '|chrome/browser/chromeos/cryptauth/'\
Ryan Hansberry587c8082018-09-20 01:31:191166 '|chrome/browser/chromeos/device_sync/'\
1167 '|chrome/browser/chromeos/multidevice_setup/'\
1168 '|chrome/browser/chromeos/secure_channel/'\
Kyle Horimoto592f64c2018-03-28 23:43:221169 '|chrome/browser/resources/chromeos/multidevice_setup/'\
Ryan Hansberry587c8082018-09-20 01:31:191170 '|chrome/browser/resources/settings/multidevice_page/'\
1171 '|chrome/browser/ui/webui/chromeos/multidevice_setup/'\
1172 '|chrome/browser/ui/webui/settings/chromeos/multidevice'\
Kyle Horimoto7de86582018-12-19 20:40:251173 '|chrome/test/data/webui/multidevice_setup/'\
1174 '|chromeos/components/multidevice/'\
James Hawkinsf7e517c2018-03-30 21:01:141175 '|chromeos/components/proximity_auth/'\
Kyle Horimoto7de86582018-12-19 20:40:251176 '|chromeos/resources/multidevice_resources.grdp'\
Kyle Horimoto592f64c2018-03-28 23:43:221177 '|chromeos/services/device_sync/'\
1178 '|chromeos/services/multidevice_setup/'\
1179 '|chromeos/services/secure_channel/'\
Kyle Horimoto9bace7f2018-09-21 23:36:481180 '|ui/webui/resources/cr_components/chromeos/multidevice_setup/'
Kyle Horimotoc4d57b122018-02-28 01:17:301181 },
rjkroegef60dea862015-10-29 17:50:061182 'mus': {
Scott Violet9f984252018-08-27 19:02:131183 'filepath': 'services/ws/'\
rjkroegef60dea862015-10-29 17:50:061184 '|mojo/gpu/',
1185 },
[email protected]f76c8852012-06-21 16:37:001186 'nacl': {
[email protected]f2f0fbb92012-07-14 15:52:491187 'filepath': 'chrome/nacl/|chrome/test/nacl/|'\
[email protected]193912d2013-09-06 17:41:561188 'chrome/browser/nacl_host/|chrome/common/nacl|'\
1189 'native_client_sdk/src/doc/',
[email protected]f76c8852012-06-21 16:37:001190 },
[email protected]99ddc3d2013-01-22 16:15:331191 'native_client_sdk': {
1192 'filepath': '^native_client_sdk/',
1193 },
[email protected]b9ecdb62014-03-07 14:56:431194 'navigation': {
1195 'filepath': 'content/browser/frame_host|'\
1196 'content/browser/renderer_host/render_process_host.*|'\
1197 'content/browser/renderer_host/render_view_host.*|'\
1198 'content/browser/web_contents/web_contents_impl.*|'\
1199 'content/renderer/render_frame.*|'\
1200 'content/renderer/render_view.*'
1201 },
[email protected]f76c8852012-06-21 16:37:001202 'net': {
[email protected]f2f0fbb92012-07-14 15:52:491203 'filepath': 'net/',
[email protected]f76c8852012-06-21 16:37:001204 },
bnc1872e8bd2017-01-27 02:47:281205 'net_base': {
1206 'filepath': 'net/base/',
1207 },
bnc1872e8bd2017-01-27 02:47:281208 'net_http2': {
1209 'filepath': 'net/http2/',
1210 },
[email protected]f76c8852012-06-21 16:37:001211 'net_log': {
mmenke59e4d8fb42016-06-15 21:15:281212 'filepath': 'net/log/|' \
[email protected]f2f0fbb92012-07-14 15:52:491213 'chrome/browser/net/.*net_log|' \
[email protected]f2f0fbb92012-07-14 15:52:491214 'chrome/browser/resources/net_internals/|' \
mmenke59e4d8fb42016-06-15 21:15:281215 'chrome/browser/ui/webui/net_internals/|' \
Takeshi Yoshino6b30abd2017-07-16 03:34:511216 'components/net_log/'
[email protected]f76c8852012-06-21 16:37:001217 },
Adam Rice027497d2018-07-27 02:17:021218 'net_server': {
1219 'filepath': 'net/server/'
1220 },
bnc1872e8bd2017-01-27 02:47:281221 'net_spdy': {
1222 'filepath': 'net/spdy/',
1223 },
Adam Rice027497d2018-07-27 02:17:021224 'net_websockets': {
1225 'filepath': 'net/websockets/',
1226 },
jkarlin539748402015-03-31 17:36:311227 'netinfo': {
Josh Karlin1bd016742017-08-18 17:44:171228 'filepath': '/netinfo/',
jkarlin539748402015-03-31 17:36:311229 },
Helen Li30f43d8e2018-05-09 16:24:011230 'network_service': {
1231 'filepath': 'services/network/',
1232 },
Vincent Scheibd5da4d952017-11-03 01:33:241233 'nfc': {
1234 'filepath': '/nfc/',
1235 },
peterf4758412014-09-17 15:06:011236 'notifications': {
Peter Beverloo4548c852017-08-31 13:45:171237 'filepath': 'chrome/browser/extensions/api/notifications/|'\
1238 'chrome/browser/notifications/|'\
1239 'chrome/test/data/notifications/|'\
1240 'content/browser/notifications/|'\
Peter Beverloo4548c852017-08-31 13:45:171241 'content/common/platform_notification|'\
1242 'content/public/browser/platform_notification|'\
1243 'content/public/common/platform_notification|'\
1244 'content/renderer/notification_|'\
Xi Chengd47af342018-04-24 02:36:331245 'chrome/notification_helper/|'\
Kent Tamura77578cc2018-11-25 22:33:431246 'third_party/blink/web_tests/external/wpt/notifications|'\
1247 'third_party/blink/web_tests/http/tests/notifications|'\
Blink Reformata30d4232018-04-07 15:31:061248 'third_party/blink/renderer/modules/notifications|'\
1249 'third_party/blink/public/platform/modules/notifications|'\
peterf4758412014-09-17 15:06:011250 'ui/message_center/'
1251 },
tbansalc6f1c9f2016-09-30 22:48:421252 'nqe': {
1253 'filepath': 'nqe',
1254 },
mcwilliamsedee5042016-04-05 18:46:451255 'ntp_snippets': {
1256 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk16a37f902016-05-16 15:49:361257 'chrome/android/javatests/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk14c89352016-07-21 13:45:131258 'chrome/android/junit/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk117ffb322017-02-06 12:04:201259 'chrome/android/java/src/org/chromium/chrome/browser/suggestions/|'\
1260 'chrome/android/javatests/src/org/chromium/chrome/browser/suggestions/|'\
mvanouwerkerk538dc0b62016-05-17 14:55:341261 'chrome/browser/android/ntp/ntp_snippets|'\
mcwilliamsedee5042016-04-05 18:46:451262 'chrome/browser/ntp_snippets/|'\
mvanouwerkerk41649732016-05-17 13:37:001263 'chrome/browser/resources/snippets_internals|'\
1264 'chrome/browser/ui/webui/snippets_internals|'\
mcwilliamsedee5042016-04-05 18:46:451265 'components/ntp_snippets/|'\
1266 'chrome/android/java/res/layout/new_tab_page|'\
noyau451e6bb62016-12-23 14:29:041267 'chrome/android/java/res/layout/most_visited|'\
1268 'ios/chrome/browser/ntp_snippets'
mcwilliamsedee5042016-04-05 18:46:451269 },
treib70176c52016-07-08 14:34:191270 'ntp_tiles': {
1271 'filepath': 'chrome/browser/android/ntp/|'\
1272 'chrome/browser/ui/webui/ntp/|'\
1273 'chrome/common/search/ntp|'\
noyau451e6bb62016-12-23 14:29:041274 'components/ntp_tiles/|'\
1275 'ios/chrome/browser/ntp_tiles'
treib70176c52016-07-08 14:34:191276 },
peterb8ec88f82017-03-21 13:29:421277 'offline_items_collection': {
1278 'filepath': 'components/offline_items_collection/',
1279 },
dimichdce3ee492016-04-04 04:20:521280 'offline_pages': {
1281 'filepath': 'components/offline_pages/'\
fgorski329be5b2016-04-19 21:38:111282 '|chrome/browser/android/offline_pages/'\
1283 '|chrome/android/java/src/org/chromium/chrome/browser/offlinepages/'
dimichdce3ee492016-04-04 04:20:521284 },
[email protected]f76c8852012-06-21 16:37:001285 'omnibox': {
Justin Donnelly600d8e92018-11-09 00:40:501286 'filepath': '^chrome/browser/autocomplete/|'\
1287 '^chrome/browser/resources/omnibox|'\
1288 '^chrome/browser/ui/location_bar/|'\
1289 '^chrome/browser/ui/omnibox/|'\
1290 '^chrome/browser/ui/.*/location_bar/|'\
1291 '^chrome/browser/ui/.*/omnibox/|'\
1292 '^components/omnibox/'
[email protected]f76c8852012-06-21 16:37:001293 },
Doug Arnetta94d3ae2017-11-07 00:10:341294 'optimization_guide': {
1295 'filepath': 'optimization_guide|'\
1296 'optimization_hints',
1297 },
chasej6dff9292016-02-02 20:33:121298 'origin_trials': {
Jason Chasedfcd02b2018-08-10 21:07:491299 'filepath': 'origin_trial'\
chasej68b8bbd2017-01-26 19:26:131300 '|OriginTrial'\
1301 '|ConditionalFeature',
chasej6dff9292016-02-02 20:33:121302 },
[email protected]4a2078e2013-07-18 20:40:201303 'ozone': {
[email protected]f93c2c92013-10-31 18:22:441304 'filepath': 'ui/ozone/|'\
[email protected]4b66bf922013-10-28 19:49:431305 'ui/events/ozone/|'\
1306 'ui/gfx/ozone/|'\
[email protected]4a2078e2013-07-18 20:40:201307 'ui/gl/gl_.*egl.*|'\
1308 'ui/gl/gl_.*ozone.*'
1309 },
Sergey Ulanov004097c2018-11-05 23:29:281310 'ozone_scenic': {
1311 'filepath': 'ui/ozone/platform/scenic',
1312 },
lgarron9e25c7402017-03-15 04:03:111313 'page_info' : {
1314 'filepath': 'chrome/browser/ui/page_info/'\
1315 '|chrome/browser/ui/.*/page_info/'\
lgarron3428b2d32017-03-21 18:35:191316 '|chrome/android/java/src/org/chromium/chrome/browser/page_info/'\
lgarron6cd116a2017-04-07 19:42:181317 '|components/page_info_strings.grdp'\
Gregory Chatzinoffdf93d692017-09-09 01:32:271318 '|ios/chrome/browser/ui/page_info/'
lgarron6cd116a2017-04-07 19:42:181319 },
csharrison3b1dc4062015-10-19 14:31:081320 'page_load_metrics' : {
bmcquade9f433702016-07-26 23:33:501321 'filepath': 'chrome/browser/page_load_metrics/'\
1322 '|chrome/common/page_load_metrics/'\
1323 '|chrome/renderer/page_load_metrics/'
csharrison3b1dc4062015-10-19 14:31:081324 },
[email protected]f76c8852012-06-21 16:37:001325 'panels': {
[email protected]7cbe5a52012-09-27 02:00:291326 'filepath': 'chrome/browser/ui/panels'\
1327 '|chrome/browser/ui/cocoa/panels'\
[email protected]7cbe5a52012-09-27 02:00:291328 '|chrome/browser/ui/views/panels'
[email protected]f76c8852012-06-21 16:37:001329 },
[email protected]3cc8b3922014-05-05 13:12:081330 'password_manager': {
1331 'filepath': 'chrome/.*/password_'\
1332 '|chrome/browser/ui/passwords'\
1333 '|chrome/browser/ui/views/passwords'\
1334 '|chrome/test/data/password'\
1335 '|components/autofill.*password'
1336 '|components/password_'\
vabrccdb7222016-06-01 14:59:401337 '|^ios/chrome/browser/passwords'\
[email protected]3cc8b3922014-05-05 13:12:081338 },
rouslane8a22262016-10-19 20:49:411339 'payments': {
1340 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/payments'\
1341 '|chrome/android/javatests/src/org/chromium/chrome/browser/payments'\
Rouslan Solomakhin81af4cf2017-06-27 15:23:491342 '|chrome/browser/payments'\
1343 '|chrome/browser/ui/views/payments'\
Mohamad Ahmadi2b452762017-07-18 23:17:151344 '|components/payments/test/data'\
rouslana64ceca2016-10-26 01:10:311345 '|components/payments'\
Rouslan Solomakhin81af4cf2017-06-27 15:23:491346 '|content/browser/payments'\
1347 '|content/test/data/payments'\
1348 '|ios/chrome/browser/payments'\
1349 '|ios/chrome/browser/ui/payments'\
1350 '|ios/web/payments'\
1351 '|ios/web/public/payments'\
Kent Tamura77578cc2018-11-25 22:33:431352 '|third_party/blink/web_tests/external/wpt/payment-request'\
1353 '|third_party/blink/web_tests/http/tests/payments'\
1354 '|third_party/blink/web_tests/payments'\
Blink Reformata30d4232018-04-07 15:31:061355 '|third_party/blink/public/platform/modules/payments'\
1356 '|third_party/blink/renderer/modules/payments'
mahmadi0a7bb59f2017-02-22 19:13:491357 },
1358 'payments_ios': {
Rouslan Solomakhin81af4cf2017-06-27 15:23:491359 'filepath': 'ios/web/payments'\
1360 '|ios/chrome/browser/payments'\
1361 '|ios/chrome/browser/ui/payments'\
1362 '|ios/web/public/payments'
rouslane8a22262016-10-19 20:49:411363 },
[email protected]f76c8852012-06-21 16:37:001364 'pepper_api': {
[email protected]b8491b02013-11-13 03:50:581365 'filepath': 'ppapi/api'\
1366 '|ppapi/c',
[email protected]f76c8852012-06-21 16:37:001367 },
mlamourid8b0feb2015-06-02 16:30:471368 'permissions': {
1369 'filepath': 'content/(child,browser)/permissions/'\
1370 '|content/common/permission_*'\
1371 '|content/public/(common,browser)/permission_*'\
1372 '|chrome/browser/permissions/'\
1373 '|chrome/browser/content_settings/permission*'\
1374 '|permission_context',
1375 },
François Beaufortb2070eb2018-02-08 10:36:341376 'picture_in_picture': {
Blink Reformata30d4232018-04-07 15:31:061377 'filepath': 'third_party/blink/renderer/modules/picture_in_picture/'
François Beaufortb2070eb2018-02-08 10:36:341378 },
Lutz Justena67427102018-06-28 08:55:461379 'policy_templates': {
1380 'filepath': 'components/policy/resources/policy_templates.json'
1381 },
michaelpg11fff3f2015-02-06 03:35:341382 'polymer': {
1383 'filepath': 'third_party/polymer/|'\
michaelpgf94a2a22017-03-06 22:35:001384 'third_party/web-animations-js/|'\
dbeam78528be2016-02-18 07:08:491385 'tools/polymer|'\
michaelpg11fff3f2015-02-06 03:35:341386 'ui/webui/resources/polymer_resources.grdp',
1387 },
Charles Harrison981d33c2017-10-06 21:36:221388 'popup_blocker': {
1389 'filepath': 'chrome/browser/ui/blocked_content'
1390 },
twifkak0c69c1f2015-06-22 18:20:091391 'precache': {
1392 'filepath': '[pP]recache'
1393 },
[email protected]be775bc2014-06-30 15:41:141394 'prepopulated_engines': {
1395 'filepath': 'components/search_engines/prepopulated_engines.json',
1396 },
[email protected]f76c8852012-06-21 16:37:001397 'prerender': {
[email protected]78375a52012-07-14 14:47:571398 'filepath': 'prerender'
[email protected]f76c8852012-06-21 16:37:001399 },
mfoltz57fd7f32017-05-03 06:12:581400 'presentation': {
1401 'filepath': 'content/(browser|common|renderer)/presentation/' \
Blink Reformata30d4232018-04-07 15:31:061402 '|third_party/blink/public/platform/modules/presentation/' \
Kent Tamura77578cc2018-11-25 22:33:431403 '|third_party/blink/web_tests/presentation/' \
Blink Reformata30d4232018-04-07 15:31:061404 '|third_party/blink/renderer/modules/presentation/'
mfoltz57fd7f32017-05-03 06:12:581405 },
rbpotter0d9edeed2018-08-03 14:11:581406 'print_preview': {
1407 'filepath': 'chrome/browser/resources/print_preview/' \
1408 '|chrome/browser/ui/webui/print_preview/'
1409 },
peter884896c72015-03-12 14:26:201410 'push_messaging': {
1411 'filepath': 'push_messaging'
1412 },
stkhapugin06503142016-12-07 14:32:121413 'reading_list': {
1414 'filepath': 'components/reading_list|'\
1415 'ios/chrome/browser/reading_list|'\
1416 'ios/chrome/browser/ui/reading_list',
1417 },
[email protected]f76c8852012-06-21 16:37:001418 'remoting': {
sergeyu05995a4f2017-01-24 21:26:011419 'filepath': '^remoting/' \
1420 '|^testing/chromoting'
[email protected]f76c8852012-06-21 16:37:001421 },
gab57e80c72014-12-08 21:06:131422 'rlz_id': {
1423 'filepath' :'rlz/lib/machine_id.cc|'\
1424 'rlz/lib/machine_id.h|'\
1425 'rlz/win/lib/machine_id_win.cc',
1426 },
Joe Medleya129fe32018-01-25 15:20:221427 'runtime_enabled_features': {
Blink Reformata30d4232018-04-07 15:31:061428 'filepath' : 'third_party/blink/renderer/platform/runtime_enabled_features.json5'
Joe Medleya129fe32018-01-25 15:20:221429 },
grt829c6a82014-10-20 09:29:321430 'safe_browsing': {
timvolodine41e95412017-03-14 02:55:341431 'filepath': 'chrome/(browser|common|renderer)/safe_browsing/|'\
1432 'components/safe_browsing/',
grt829c6a82014-10-20 09:29:321433 },
mlamourid8b0feb2015-06-02 16:30:471434 'screen_orientation': {
1435 'filepath': 'screen_orientation',
1436 },
Robert Sesekae79d38512018-09-04 18:13:301437 'security': {
1438 'filepath': 'base/json/'\
1439 '|base/memory/.*shared_memory'\
Robert Sesek61902db2018-10-09 19:15:451440 '|components/cbor/'\
1441 '|AndroidManifest',
Robert Sesekae79d38512018-09-04 18:13:301442 },
Jeffrey Cohen7fe36f502018-12-12 01:38:211443 'send_tab_to_self': {
Tanya Guptabb5019d2018-12-21 02:45:301444 'filepath': 'components/send_tab_to_self' \
1445 '|chrome/android/java/src/org/chromium/chrome/browser/send_tab_to_self/',
Jeffrey Cohen7fe36f502018-12-12 01:38:211446 },
[email protected]0b431722014-01-08 07:21:511447 'service_worker': {
[email protected]edaf31d2014-03-07 00:09:171448 'filepath': 'content/(browser|renderer|child|common)/service_worker/',
[email protected]0b431722014-01-08 07:21:511449 },
Colin Blundell6d2669a2017-07-11 06:26:531450 'services_public': {
1451 'filepath': 'services/([^/]*/)*public/',
1452 },
Dan Beam5dec1b42018-12-10 23:52:341453 'settings': {
1454 'filepath': 'chrome/browser/resources/settings/'\
1455 '|chrome/browser/ui/webui/settings/'\
1456 '|chrome/test/data/webui/settings/',
1457 },
alitoc5534d62017-04-21 01:48:581458 'settings_reset_prompt': {
1459 'filepath': 'chrome/browser/safe_browsing/settings_reset_prompt/'\
1460 '|chrome/browser/ui/views/settings_reset_prompt',
1461 },
dominickn8884155a2016-06-23 02:28:161462 'site_engagement': {
1463 'filepath': 'chrome/browser/engagement/|'\
1464 'chrome/browser/ui/webui/engagement/',
1465 },
[email protected]f76c8852012-06-21 16:37:001466 'site_instance': {
[email protected]f2f0fbb92012-07-14 15:52:491467 'filepath': 'content/browser/site_instance|'\
1468 'content/browser/browsing_instance',
[email protected]f76c8852012-06-21 16:37:001469 },
Ryan Hansberry587c8082018-09-20 01:31:191470 'smartlock': {
James Hawkins14e753e82018-11-08 17:33:421471 'filepath': 'chrome/browser/chromeos/login/easy_unlock/'\
Ryan Hansberry587c8082018-09-20 01:31:191472 '|chrome/browser/resources/easy_unlock/'\
1473 '|chromeos/components/proximity_auth/'
1474 },
Zentaro Kavanagh608f8a12018-01-19 18:39:561475 'smb': {
1476 'filepath': 'chrome/browser/chromeos/file_system_provider'\
1477 '|chrome/browser/chromeos/smb_client'\
1478 '|chromeos/dbus/fake_smb_provider_client'\
1479 '|chromeos/dbus/smb_provider_client',
1480 },
Joe Medleya129fe32018-01-25 15:20:221481 'source_idls': {
Joe Medleyf7671752018-04-13 14:34:501482 'filepath': 'third_party/blink/renderer/(core|modules|platform)/.*\.idl',
Joe Medleya129fe32018-01-25 15:20:221483 },
[email protected]ad0295d2012-10-11 23:43:361484 'spellcheck': {
1485 'filepath': 'chrome/browser/spellchecker/'\
timvolodine8cdb94c2016-09-22 12:17:221486 '|chrome/browser/renderer_context_menu/spelling_'\
1487 '|components/spellcheck/'\
1488 '|third_party/hunspell/'\
1489 '|third_party/hunspell_dictionaries/',
[email protected]ad0295d2012-10-11 23:43:361490 },
Greg Thompson9ea091702018-01-04 11:06:321491 'startup': {
1492 'filepath': 'chrome/browser/ui/startup/',
1493 },
[email protected]67f39af2013-08-23 20:06:051494 'streams': {
1495 'filepath': 'content/browser/streams/',
1496 },
vmpstrcc1c08302015-11-18 06:05:511497 'styleguide': {
1498 'filepath': '^styleguide/',
1499 },
Peter Wenbef43902018-11-28 22:08:121500 'styleguide_python': {
1501 'filepath': '^styleguide/python',
1502 },
engedye7b734da2017-02-07 12:08:131503 'subresource_filter': {
Charles Harrisonfb3eac92017-06-26 21:26:021504 'filepath': 'subresource_filter|SubresourceFilter|url_pattern_index',
engedye7b734da2017-02-07 12:08:131505 },
[email protected]43d33e92014-07-14 16:39:311506 'supervised_users': {
1507 'filepath': 'chrome/browser/.*managed_mode'\
1508 '|chrome/browser/.*managed_user'\
1509 '|chrome/browser/.*supervised_user',
1510 },
CJ DiMegliocaddc3482018-12-12 02:28:381511 'surface_layer_for_video': {
1512 'filepath': 'cc/layers/surface_layer*'\
1513 '|third_party/blink/renderer/platform/graphics/video_frame_*'\
1514 '|third_party/blink/renderer/platform/graphics/surface_layer_bridge*',
1515 },
[email protected]f76c8852012-06-21 16:37:001516 'sync': {
Andrew Grieveecac5a92018-11-08 01:57:011517 'filepath': '^chrome/browser/ui/sync/'\
maxboguefa217942016-04-01 01:08:131518 '|^chrome/browser/ui/views/sync/'\
1519 '|^chrome/test/android/javatests/src/org/chromium/chrome/test/util/browser/sync/'\
1520 '|^ios/chrome/browser/sync/'\
1521 '|^chrome/android/java/src/org/chromium/chrome/browser/sync/'\
1522 '|^chrome/browser/sync/'\
1523 '|^components/browser_sync/'\
Max Boguefef332d2016-07-28 22:09:091524 '|^components/sync/'\
maxboguefa217942016-04-01 01:08:131525 '|^components/sync_bookmarks/'\
Max Boguefef332d2016-07-28 22:09:091526 '|^components/sync_sessions/',
[email protected]f76c8852012-06-21 16:37:001527 },
[email protected]92871a102013-07-01 11:11:411528 'syncfs': {
1529 'filepath': 'sync_file_system',
1530 },
miu5e69f1c52016-10-23 13:40:111531 'tab_alert_indicators': {
1532 'filepath': 'content/browser/media/audio_stream_monitor'\
miu5e69f1c52016-10-23 13:40:111533 '|chrome/browser/ui/tabs/tab_utils'\
Peter Kasting479cc1752018-09-28 22:34:371534 '|chrome/browser/ui/views/tabs/alert_indicator'\
miu5e69f1c52016-10-23 13:40:111535 '|chrome/browser/ui/views/tabs/tab\.cc'\
1536 '|chrome/browser/ui/views/tabs/tab_renderer_data'\
1537 '|media/audio/audio_(output_controller|power_monitor)',
1538 },
[email protected]82d74152013-07-28 08:55:311539 'tab_capture': {
Adam Parker83a488462017-12-22 00:26:481540 'filepath': 'chrome/browser/extensions/api/tab_capture/'\
miu5e69f1c52016-10-23 13:40:111541 '|chrome/renderer/resources/extensions/tab_capture_custom_bindings.js'\
[email protected]31ef420b2014-08-13 21:19:131542 '|chrome/test/data/extensions/api_test/tab_capture/'\
Adam Parker83a488462017-12-22 00:26:481543 '|components/viz/common/(frame_sinks/copy_output_|gl_helper|yuv_)'\
1544 '|components/viz/service/display/'\
1545 '|components/viz/service/frame_sinks/(frame_sink_manager'\
1546 '|video_capture/)'\
[email protected]31ef420b2014-08-13 21:19:131547 '|content/browser/media/capture/'\
[email protected]31ef420b2014-08-13 21:19:131548 '|content/browser/renderer_host/media/(audio_'\
1549 '|media_stream_manager|video_)'\
miu5e69f1c52016-10-23 13:40:111550 '|content/public/renderer/media_stream_'\
1551 '|content/renderer/media/(media_stream|(.+audio_source))'\
[email protected]31ef420b2014-08-13 21:19:131552 '|media/audio/(audio_output_controller|fake_audio_|virtual_audio_)'\
1553 '|media/base/video_frame\.h'\
Adam Parker83a488462017-12-22 00:26:481554 '|media/capture/'\
1555 '|services/viz/privileged/interfaces/compositing/frame_sink',
[email protected]82d74152013-07-28 08:55:311556 },
[email protected]f76c8852012-06-21 16:37:001557 'tab_contents': {
[email protected]f2f0fbb92012-07-14 15:52:491558 'filepath': 'chrome/browser/tab_contents/|'\
1559 'content/browser/tab_contents/|'\
1560 'chrome/browser/ui/tab_contents/',
[email protected]f76c8852012-06-21 16:37:001561 },
tdresserd80646f2017-03-03 19:26:081562 'tbmv2_metrics': {
1563 'filepath': 'third_party/catapult/tracing/tracing/metrics'
1564 },
[email protected]5e105332012-09-13 01:55:521565 'tcmalloc': {
1566 'filepath': 'third_party/tcmalloc'
1567 },
[email protected]31a10602012-11-21 01:51:261568 'telemetry': {
nednguyen79105d422016-04-18 01:38:421569 'filepath': 'tools/perf/'
[email protected]31a10602012-11-21 01:51:261570 },
Takeshi Yoshino524e1d262017-07-28 01:16:381571 'test_runner': {
1572 'filepath': 'components/test_runner/' \
Kent Tamura21d1de62018-12-10 04:45:201573 '|content/shell/(common|browser|renderer)/web_test/' \
1574 '|content/test/web_test_support.cc' \
1575 '|content/public/test/web_test_support.h' \
Takeshi Yoshino524e1d262017-07-28 01:16:381576 },
[email protected]f76c8852012-06-21 16:37:001577 'tests': {
[email protected]f2f0fbb92012-07-14 15:52:491578 'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/',
[email protected]0cde05a02011-11-30 23:36:521579 },
jlkleinecc81952016-11-19 00:16:071580 'tether': {
Kyle Horimoto592f64c2018-03-28 23:43:221581 'filepath': 'chrome/browser/chromeos/tether/'\
1582 '|chrome/browser/ui/ash/network/tether*'\
Ryan Hansberry587c8082018-09-20 01:31:191583 '|chromeos/components/tether/'
jlkleinecc81952016-11-19 00:16:071584 },
[email protected]1cbbb30b2011-10-14 08:03:561585 'textinput': {
Yuichiro Hanadaf0b3b472017-10-17 07:00:531586 'filepath': 'chrome/browser/ui/input_method'\
[email protected]f2f0fbb92012-07-14 15:52:491587 '|content/browser/renderer_host/render_widget_host_view'\
1588 '|content/browser/renderer_host/text_input'\
1589 '|ui/base/ime/'\
[email protected]f2f0fbb92012-07-14 15:52:491590 '|ui/views/controls/textfield/'\
Yuichiro Hanadaf0b3b472017-10-17 07:00:531591 '|ui/wm/core/ime'
[email protected]1cbbb30b2011-10-14 08:03:561592 },
[email protected]3a117c62011-11-29 04:28:021593 'textinput_chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:491594 'filepath': 'chrome/browser/chromeos/input_method/'\
1595 '|chrome/browser/chromeos/extensions/input_method'\
1596 '|chrome/browser/chromeos/status/input_method'\
1597 '|chrome/browser/extensions/extension_input_'\
1598 '|chrome/browser/resources/keyboard'\
[email protected]f2f0fbb92012-07-14 15:52:491599 'chromeos/.*(language|keyboard)'\
[email protected]6bd9e802013-04-18 06:40:421600 '|chromeos/ime/*'
[email protected]3a117c62011-11-29 04:28:021601 },
chirantan96fcf6d2015-01-21 22:36:191602 'timers': {
1603 'filepath': 'base/timer/'\
1604 '|components/timers/'
1605 },
robliaofd54b5c2017-01-13 00:41:301606 'tools_win_chromeexts': {
1607 'filepath': 'tools/win/chromeexts',
1608 },
AJITH KUMAR V4f0c4812018-03-27 13:46:571609 'touch_selection': {
1610 'filepath': 'ui/touch_selection/'\
1611 '|content/public/android/java/src/org/chromium/content/browser/selection/'
1612 },
[email protected]c8eb7f72013-07-04 15:30:111613 'tracing': {
1614 'filepath': 'base/debug/trace_event.*'\
primianobef13b42015-01-30 15:29:311615 '|base/trace_event/'\
[email protected]c8eb7f72013-07-04 15:30:111616 '|content/browser/tracing/'\
Oystein Eftevaag6410f1a2018-03-01 18:06:301617 '|components/tracing/'\
1618 '|services/tracing/'
[email protected]c8eb7f72013-07-04 15:30:111619 },
[email protected]cf428f732012-10-02 20:48:151620 'ui_compositor': {
1621 'filepath': 'ui/compositor/layer\.|'\
1622 'ui/compositor/layer_unittest|'\
1623 'ui/compositor/compositor',
1624 },
robliao2c4b7492016-07-19 01:57:261625 'ui_display_win': {
1626 'filepath': '^ui/display/win',
1627 },
[email protected]6b5093c2012-05-23 19:10:181628 'ui_resources': {
[email protected]f2f0fbb92012-07-14 15:52:491629 'filepath': 'ui/resources/'\
1630 '|ui/base/native_theme/resources/'\
1631 '|chrome/app/theme/'
[email protected]6b5093c2012-05-23 19:10:181632 },
edwardjung83f52ef22017-02-07 13:15:071633 'ui_strings': {
1634 'filepath': 'chrome/app/generated_resources.grd'\
1635 '|chrome/app/google_chrome_strings.grd'\
1636 '|chrome/android/java/strings/android_chrome_strings.grd'\
1637 '|chrome/app/settings_strings.grdp'\
1638 '|ios/chrome/app/strings/ios(_.+)*_strings.grd'\
1639 '|ui/strings/ui_strings.grd',
1640 },
Vincent Scheibd5da4d952017-11-03 01:33:241641 'usb': {
1642 'filepath': '/usb/',
1643 },
Miguel Casas-Sancheza65d49a2017-12-11 03:27:481644 'vaapi': {
1645 'filepath': 'media/gpu/vaapi',
1646 },
[email protected]c73ec8ab2014-01-16 20:35:231647 'version_assembly': {
1648 'filepath': 'chrome/app/version_assembly',
1649 },
posciak62a72272016-05-11 08:31:241650 'video': {
1651 'filepath': 'content/browser/renderer_host/media/|'\
1652 'content/renderer/media/|'\
1653 'media/capture/video/|'\
1654 'media/filters/|'\
1655 'media/gpu/|'\
1656 '.*video.*',
1657 },
mcasas09e881c2016-04-09 02:09:501658 'video_capture': {
1659 'filepath': 'chrome/browser/media/.*(capture|media|webrtc)'\
1660 '|content/browser/renderer_host/media/.*(capture|media)'\
1661 '|content/renderer/media/.*(capture|media|webrtc)'\
1662 '|media/capture/'\
chfremer2a01a69b2017-01-06 02:39:011663 '|media/muxers/'\
1664 '|services/video_capture/',
mcasas09e881c2016-04-09 02:09:501665 },
Alexandre Courbot3e9e55a2018-04-05 05:29:421666 'video_gpu': {
1667 'filepath': 'content/renderer/media/|'\
1668 'media/capture/video/|'\
1669 'media/gpu/',
1670 },
[email protected]ef514a32014-02-26 01:02:351671 'virtual_keyboard': {
1672 'filepath': 'ui/keyboard/'\
oka47452c22017-02-17 05:07:571673 '|chrome/test/data/chromeos/virtual_keyboard/'\
1674 '|extensions/browser/api/virtual_keyboard_private/'\
James Cooka35a1e22017-04-08 02:33:081675 '|ash/system/virtual_keyboard/'\
oka47452c22017-02-17 05:07:571676 '|ash/virtual_keyboard',
[email protected]ef514a32014-02-26 01:02:351677 },
billorr3c7e1442016-11-11 21:21:351678 'virtual_reality': {
David Dorwina4a2b73c2018-05-18 22:39:561679 # Includes VR, AR, and XR.
Michael Thiessena7bec5b2018-07-12 19:10:041680 'filepath': '/vr/'\
David Dorwina4a2b73c2018-05-18 22:39:561681 '|/xr'\
Bill Orr165281bd2018-12-06 18:27:121682 '|isolated_xr_device'\
David Dorwina4a2b73c2018-05-18 22:39:561683 '|third_party/arcore'\
1684 '|third_party/gvr'\
1685 '|third_party/libovr'\
1686 '|third_party/openvr',
billorr3c7e1442016-11-11 21:21:351687 },
Chris Blumec6ddd6c2018-12-14 23:35:011688 'vulkan': {
1689 'filepath': 'gpu/vulkan'\
1690 '|third_party/vulkan'
1691 },
Vincent Scheibd5da4d952017-11-03 01:33:241692 'wake_lock': {
1693 'filepath': 'wake_lock',
1694 },
Dan Beam5dec1b42018-12-10 23:52:341695 'web_dev_style': {
1696 'filepath': 'tools/web_dev_style/'\
1697 '|styleguide/web/',
1698 },
Devin Mullins4ff9b282018-03-09 00:37:321699 'web_package': {
1700 'filepath': 'content/browser/loader/prefetch_url_loader'\
1701 '|content/browser/web_package/'\
Kunihiko Sakamotoba390852018-07-11 01:08:551702 '|content/test/data/sxg/'
Devin Mullins4ff9b282018-03-09 00:37:321703 },
Matt Giuca9eb910d2017-08-02 04:07:381704 'web_share': {
1705 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/webshare/'\
1706 '|chrome/android/javatests/src/org/chromium/chrome/browser/WebShare.*'\
1707 '|chrome/browser/ui/views/webshare/'\
1708 '|chrome/browser/webshare/'\
Kent Tamura77578cc2018-11-25 22:33:431709 '|third_party/blink/web_tests/webshare/'\
1710 '|third_party/blink/web_tests/external/wpt/web-share/'\
Blink Reformata30d4232018-04-07 15:31:061711 '|third_party/blink/public/platform/modules/webshare/'\
1712 '|third_party/blink/renderer/modules/webshare/',
Matt Giuca9eb910d2017-08-02 04:07:381713 },
Martin Kreichgauer794a18572018-07-20 20:45:431714 'webauthn': {
1715 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/webauth/'\
1716 '|chrome/android/javatests/src/org/chromium/chrome/browser/webauth/'\
1717 '|chrome/browser/webauthn/'\
1718 '|chrome/browser/ui/webauthn/'\
1719 '|chrome/browser/ui/views/webauthn/'\
1720 '|content/browser/webauth/'\
1721 '|device/fido/'\
1722 '|third_party/blink/public/platform/modules/webauth/',
1723 },
Corentin Wallez3f1d0852018-07-04 15:45:361724 'webgpu': {
1725 'filepath': 'third_party/blink/renderer/modules/webgpu/',
1726 },
Takeshi Yoshinoe387aa32017-08-02 13:16:131727 'webrtc_browser_tests': {
1728 'filepath': 'chrome/browser/media/.*webrtc.*browsertest|'\
1729 'content/browser/media/.*webrtc.*browsertest',
1730 },
[email protected]208879542012-07-05 11:15:341731 'website_settings': {
[email protected]f2f0fbb92012-07-14 15:52:491732 'filepath': 'chrome/browser/content_settings/'\
1733 '|chrome/browser/ui/views/website_settings/'\
1734 '|chrome/browser/ui/website_settings/'\
mukai077089f2014-09-11 18:41:521735 '|chrome/common/content_settings'\
1736 '|components/content_settings/',
[email protected]208879542012-07-05 11:15:341737 },
Dan Beam5dec1b42018-12-10 23:52:341738 'webui_backend': {
1739 'filepath': 'content/browser/webui/'\
1740 '|content/public/browser/web_ui*'\
1741 '|content/public/test/*web_ui*',
1742 },
[email protected]b17d9e02014-07-29 09:45:501743 'windows_sandboxing': {
1744 'filepath': 'sandbox/win/',
1745 },
[email protected]f76c8852012-06-21 16:37:001746 'x11': {
[email protected]f2f0fbb92012-07-14 15:52:491747 'filepath': 'content/browser/renderer_host/backing_store_x\.' \
1748 '|chrome/browser/chromeos/input_method/xkeyboard\.' \
1749 '|chrome/browser/chromeos/system_key_event_listener\.' \
[email protected]f76c8852012-06-21 16:37:001750 '|chrome/browser/chromeos/'\
[email protected]f2f0fbb92012-07-14 15:52:491751 'xinput_hierarchy_changed_event_listener\.' \
1752 '|chrome/browser/chromeos/wm_' \
1753 '|ui/base/x/'
[email protected]0d710852012-05-24 01:18:401754 },
Chris Blume04103c42018-12-14 22:46:061755 'zlib': {
1756 'filepath': 'third_party/zlib'
1757 },
wjmaclean3ff6a402015-03-31 19:00:201758 'zoom': {
1759 'filepath': 'chrome/browser/ui/zoom/' \
1760 '|components/ui/zoom/' \
1761 '|content/browser/host_zoom_*' \
1762 '|content/browser/storage_partition_impl*' \
1763 '|content/public/browser/host_zoom_map.h' \
1764 '|content/public/browser/storage_partition.h'
1765 },
[email protected]a3838612009-10-13 21:57:541766 },
[email protected]ca872e362011-07-12 21:06:031767
pennymac962d190432016-07-27 00:58:351768 ##############################################################################
1769 # Please keep alphabetical
1770 ##############################################################################
[email protected]a3838612009-10-13 21:57:541771 'WATCHLISTS': {
Joe Medley1e1bb652018-04-27 17:36:591772 'about_flags': ['[email protected]',
1773 '[email protected]'],
mazda6471d0e2015-10-02 06:32:551774 'accelerator_table': ['[email protected]',
[email protected]f76c8852012-06-21 16:37:001775 '[email protected]'],
dmazzoni5f4b7f12015-02-17 16:35:571776 'accessibility': ['[email protected]',
Aaron Leventhal978557022017-06-09 15:39:411777 '[email protected]',
dmazzoni5f4b7f12015-02-17 16:35:571778 '[email protected]',
dougtcd8ac01d2017-03-24 16:23:401779 '[email protected]',
[email protected]f76c8852012-06-21 16:37:001780 '[email protected]',
je_julie.kima170bac2015-05-06 14:57:541781 '[email protected]',
Katie Dektara52038e42017-12-06 21:00:311782 '[email protected]',
dmazzoni5f4b7f12015-02-17 16:35:571783 '[email protected]',
[email protected]f76c8852012-06-21 16:37:001784 '[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:261785 'add_to_homescreen': ['[email protected]',
Xi Han50f523a1d2017-07-19 15:56:111786 '[email protected]',
F07b660412017-08-01 20:53:061787 '[email protected]'],
Peter Wen35bf5932018-10-22 19:51:481788 'android_crash_reporting': ['[email protected]',
1789 '[email protected]'],
johnmaguire6aaac7902016-03-15 12:28:201790 'android_crazy_linker': ['[email protected]'],
Peter Wen35bf5932018-10-22 19:51:481791 'android_deps': ['[email protected]'],
dfalcantaraef21e9e2016-01-07 01:16:261792 'android_infobars': ['[email protected]'],
agrieve4d9c1c52016-09-23 17:49:381793 'android_infra': ['[email protected]',
Eric Stevenson1a03deb2018-06-22 20:40:131794 '[email protected]',
Andrew Grieve5babdbfc2017-08-16 01:26:491795 '[email protected]'],
Takeshi Yoshino524e1d262017-07-28 01:16:381796 'android_item_chooser_dialogs': ['[email protected]',
1797 '[email protected]'],
Peter Wen35bf5932018-10-22 19:51:481798 'android_lint': ['[email protected]'],
Daniele Castagna7c829d692018-02-12 16:09:081799 'android_media': ['[email protected]'],
Ted Choc042d8442018-03-13 16:35:571800 'android_search_widget': ['[email protected]',
1801 '[email protected]'],
nyquistf602bd02017-02-16 23:17:441802 'android_studio': ['[email protected]',
1803 '[email protected]'],
Daniele Castagna7c829d692018-02-12 16:09:081804 'android_tab': ['[email protected]'],
asvitkine361b276e2016-08-30 18:45:001805 'android_uma_settings': ['[email protected]',
1806 '[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:261807 'android_webapk': ['[email protected]'],
[email protected]7ca78dc12012-09-20 09:26:441808 'android_webview': ['[email protected]'],
Yi Guc1c54682018-07-23 12:00:001809 'animation_worklet': ['[email protected]',
1810 '[email protected]'],
Dominick Ng45392562018-12-13 07:21:211811 'app_shortcuts': ['[email protected]',
1812 '[email protected]',
Trent Aptedabfd2572019-01-17 05:49:531813 '[email protected]'],
pennymac962d190432016-07-27 00:58:351814 'apps': ['[email protected]',
Trent Apted93d53b02019-01-21 02:54:341815 '[email protected]'],
lhchavez4b19176f2016-05-04 23:12:461816 'arc': ['[email protected]',
hidehiko49f0b7c2016-05-24 10:59:471817 '[email protected]',
victorhsieh52feccd2017-02-27 18:27:021818 '[email protected]',
Junichi Uekawa38d20c12018-03-22 03:31:301819 '[email protected]',
1820 '[email protected]'],
lhchavez61532c92016-10-18 21:33:371821 'arc_auth': ['[email protected]'],
Ryo Hashimoto611b8fc52018-09-28 10:01:201822 'arc_common': ['[email protected]'],
Shuhei Takahashiaf68cff2017-07-24 05:17:121823 'arc_fileapi': ['[email protected]'],
Yuichiro Hanada2e111fb2018-11-19 17:33:051824 'arc_ime': ['[email protected]'],
poromov7633f602017-02-21 16:44:011825 'arc_kiosk': ['[email protected]'],
lhchavez4b19176f2016-05-04 23:12:461826 'arc_net': ['[email protected]',
1827 '[email protected]',
1828 '[email protected]'],
ejcarusoa298ec02016-06-16 20:30:431829 'arc_power': ['[email protected]'],
Hirokazu Hondaf98a3122018-04-12 11:19:481830 'arc_video_accelerator': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351831 'ash': ['[email protected]',
1832 '[email protected]'],
Xiaohui Chenf7e70a22018-02-08 00:36:381833 'assistant': ['[email protected]'],
Max Morin2b0206312018-04-06 11:17:401834 'audio_service': ['[email protected]',
1835 '[email protected]',
1836 '[email protected]'],
pennymac962d190432016-07-27 00:58:351837 'aura': ['[email protected]',
1838 '[email protected]'],
[email protected]c3a6e1e72013-08-02 00:13:071839 'aura_compositor': ['[email protected]',
1840 '[email protected]',
pennymac962d190432016-07-27 00:58:351841 '[email protected]',
danakj3695c582016-10-26 21:54:431842 '[email protected]'],
Jared Saul4765c1e2018-06-18 13:44:571843 'autofill': ['[email protected]',
1844 '[email protected]',
sebsg55d59d82018-06-19 18:29:521845 '[email protected]',
sebsgbbfbea02016-10-24 21:54:591846 '[email protected]',
Anthony Vallee-Dubois866affd22018-03-19 15:13:211847 '[email protected]',
Jared Saul4765c1e2018-06-18 13:44:571848 '[email protected]',
Vaclav Brozek9048a1222018-11-30 08:11:501849 '[email protected]'],
Mathias Carlenc61d8072018-08-21 16:18:241850 'autofill_assistant': ['[email protected]'],
Jared Saul4765c1e2018-06-18 13:44:571851 'autofill_credit_cards': ['[email protected]'],
Dan Elphick08d1fd42018-04-26 10:22:331852 'background_fetch': ['[email protected]',
Mugdha Lakhani6876ba12018-04-06 13:12:281853 '[email protected]',
Dan Elphick08d1fd42018-04-26 10:22:331854 '[email protected]'],
Jason Chasedfcd02b2018-08-10 21:07:491855 'background_sync': ['[email protected]',
Rayan Kanso253399c2018-11-07 19:28:251856 '[email protected]',
1857 '[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:261858 'banners': ['[email protected]',
Xi Han50f523a1d2017-07-19 15:56:111859 '[email protected]',
F07b660412017-08-01 20:53:061860 '[email protected]'],
Takeshi Yoshino524e1d262017-07-28 01:16:381861 'base': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:191862 'base_allocator': ['[email protected]',
[email protected]b17d9e02014-07-29 09:45:501863 '[email protected]'],
[email protected]1ed5e0fd2012-07-19 00:19:051864 'base_memory': ['[email protected]'],
Alexander Timin864bf8a02018-03-12 11:06:281865 'base_scheduler': ['[email protected]'],
robliao1644d8b2016-04-11 15:39:591866 'base_task_scheduler': ['[email protected]',
1867 '[email protected]',
1868 '[email protected]'],
pennymac962d190432016-07-27 00:58:351869 'base_win': ['[email protected]',
Robert Liao27a2fa12017-10-20 18:34:481870 '[email protected]',
pennymac962d190432016-07-27 00:58:351871 '[email protected]'],
[email protected]7e093d4022014-06-26 19:19:551872 'battery_status': ['[email protected]'],
wnwen72684762017-03-29 13:28:371873 'binary_size': ['[email protected]',
Peter Wen35bf5932018-10-22 19:51:481874 '[email protected]'],
pennymac962d190432016-07-27 00:58:351875 'blink': ['[email protected]'],
1876 'blink_accessibility': ['[email protected]',
1877 '[email protected]',
dougtcd8ac01d2017-03-24 16:23:401878 '[email protected]',
horo8e9a01572016-07-27 06:05:311879 '[email protected]',
pennymac962d190432016-07-27 00:58:351880 '[email protected]'],
1881 'blink_animation': ['[email protected]',
1882 '[email protected]',
1883 '[email protected]',
1884 '[email protected]',
1885 '[email protected]'],
1886 'blink_app_banner': ['[email protected]'],
1887 'blink_audio': ['[email protected]',
1888 '[email protected]'],
1889 'blink_battery_status': ['[email protected]',
1890 '[email protected]'],
pennymac962d190432016-07-27 00:58:351891 'blink_bindings': ['[email protected]'],
jbroman9ac2d532016-09-01 18:20:081892 'blink_bindings_serialization': ['[email protected]'],
Conley Owensd744e392018-04-24 19:18:571893 'blink_bluetooth': ['[email protected]',
Ovidio Henriquez86333882018-11-05 18:25:211894 '[email protected]',
1895 '[email protected]'],
Fernando Serboncinife13f9d2018-08-14 13:35:541896 'blink_canvas': [ '[email protected]',
Fernando Serboncinie802c9f2018-11-06 19:17:111897 '[email protected]'],
Nicolas Pena7a6b6992019-01-16 17:20:081898 'blink_client_hints': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351899 'blink_clipboard': ['[email protected]'],
Kinuko Yasuda4a342642018-03-01 09:29:551900 'blink_common': ['[email protected]',
1901 '[email protected]'],
Kentaro Hara993b0de2017-08-07 02:26:371902 'blink_controller': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351903 'blink_css': ['[email protected]',
1904 '[email protected]',
danakjc1e13d4e2018-05-04 21:34:421905 '[email protected]'],
pennymac962d190432016-07-27 00:58:351906 'blink_css_flexbox': ['[email protected]'],
Morten Stenshorne4f1b3022017-11-14 12:05:371907 'blink_css_fragmentation_tests': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351908 'blink_css_grid_layout': ['[email protected]',
horo8e9a01572016-07-27 06:05:311909 '[email protected]',
pennymac962d190432016-07-27 00:58:351910 '[email protected]'],
Dimitri Glazkov33286c62017-12-08 23:34:251911 'blink_custom_elements': ['[email protected]'],
Oksana Zhuravlova5e236ec92018-07-25 00:16:031912 'blink_device_orientation': ['[email protected]',
1913 '[email protected]',
1914 '[email protected]',
pennymac962d190432016-07-27 00:58:351915 '[email protected]'],
1916 'blink_devtools': ['[email protected]',
1917 '[email protected]',
1918 '[email protected]',
1919 '[email protected]',
1920 '[email protected]',
lushnikovc5bd7ca2016-07-27 17:19:391921 '[email protected]'],
pennymac962d190432016-07-27 00:58:351922 'blink_dom': ['[email protected]',
danakjc1e13d4e2018-05-04 21:34:421923 '[email protected]'],
Hayato Ito5fc828c2017-07-05 08:02:321924 'blink_dom_events': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351925 'blink_events': ['[email protected]',
pennymac962d190432016-07-27 00:58:351926 '[email protected]',
1927 '[email protected]'],
1928 'blink_fetch': ['[email protected]',
1929 '[email protected]',
Takeshi Yoshino9d7588a32017-07-31 07:17:341930 '[email protected]'],
pennymac962d190432016-07-27 00:58:351931 'blink_fileapi': ['[email protected]',
1932 '[email protected]',
1933 '[email protected]'],
haraken98d0827a2017-02-27 00:55:191934 'blink_frames': ['[email protected]'],
Mounir Lamouria33886c2018-02-07 10:00:371935 'blink_geolocation': ['[email protected]'],
Nico Weberb6975cc2018-06-19 10:51:451936 'blink_heap': ['[email protected]',
pennymac962d190432016-07-27 00:58:351937 '[email protected]',
1938 '[email protected]'],
Dimitri Glazkov33286c62017-12-08 23:34:251939 'blink_html': ['[email protected]'],
csharrisonf357e9632016-07-29 01:27:221940 'blink_htmlparser': ['[email protected]',
1941 '[email protected]'],
Madeleine Barowsky21b04402019-01-29 19:17:051942 'blink_image_codecs': ['[email protected]',
1943 '[email protected]'],
pennymac962d190432016-07-27 00:58:351944 'blink_indexed_db': ['[email protected]',
1945 '[email protected]'],
1946 'blink_input': ['[email protected]',
Navid Zolghadrf7ac0562018-08-02 21:43:161947 '[email protected]'],
pennymac962d190432016-07-27 00:58:351948 'blink_layers': ['[email protected]'],
1949 'blink_layout': ['[email protected]',
1950 '[email protected]',
pennymac962d190432016-07-27 00:58:351951 '[email protected]',
1952 '[email protected]',
1953 '[email protected]'],
Ojan Vafai1fa1ec52018-04-11 17:56:401954 'blink_layout_ng': ['[email protected]',
atotic30c8eba2016-10-28 13:24:071955 '[email protected]',
dgroganf9744ea2017-01-18 23:23:261956 '[email protected]',
lchoi2ba79a72017-05-25 00:23:051957 '[email protected]',
Xiaocheng Hu8bd4d8072017-10-25 23:44:321958 '[email protected]',
1959 '[email protected]'],
pennymac962d190432016-07-27 00:58:351960 'blink_loader': ['[email protected]',
1961 '[email protected]',
Takeshi Yoshinoab2ce8562017-11-09 05:19:191962 '[email protected]'],
pennymac962d190432016-07-27 00:58:351963 'blink_media': ['[email protected]',
1964 '[email protected]',
srirama.mdec4f512016-09-06 08:22:191965 '[email protected]',
1966 '[email protected]'],
pennymac962d190432016-07-27 00:58:351967 'blink_media_queries': ['[email protected]',
Nicolas Pena7a6b6992019-01-16 17:20:081968 '[email protected]'],
mcasas9558316b2017-03-10 18:57:311969 'blink_mediastream': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351970 'blink_modules': ['[email protected]'],
1971 'blink_navigator_content_utils': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351972 'blink_out_of_process_frames': ['[email protected]',
1973 '[email protected]'],
pennymac962d190432016-07-27 00:58:351974 'blink_paint' : ['[email protected]',
chrishtr4030de342016-10-03 23:57:591975 '[email protected]'],
Xida Chen0ef92782018-01-17 05:53:351976 'blink_paintworklet' : ['[email protected]'],
Balazs Engedy23f08852018-09-24 23:39:581977 'blink_permissions': ['[email protected]',
1978 '[email protected]'],
kinukoc462adb2016-12-22 12:58:491979 'blink_platform': ['[email protected]'],
ajumabd2c9c22017-05-01 21:29:501980 'blink_platform_graphics': ['[email protected]',
pennymac962d190432016-07-27 00:58:351981 '[email protected]',
1982 '[email protected]',
1983 '[email protected]',
fmalita9710b732017-02-17 05:10:021984 '[email protected]',
Fernando Serboncinie802c9f2018-11-06 19:17:111985 '[email protected]',
pennymac962d190432016-07-27 00:58:351986 '[email protected]',
pennymac962d190432016-07-27 00:58:351987 '[email protected]'],
Nicolas Pena7a6b6992019-01-16 17:20:081988 'blink_preloadScanner': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351989 'blink_prerender': ['[email protected]',
Nicolas Pena7a6b6992019-01-16 17:20:081990 '[email protected]'],
Dimitri Glazkov33286c62017-12-08 23:34:251991 'blink_public_api': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351992 'blink_quota': ['[email protected]',
1993 '[email protected]',
1994 '[email protected]'],
Alexander Timin864bf8a02018-03-12 11:06:281995 'blink_scheduler': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351996 'blink_screen_orientation': ['[email protected]'],
Kouhei Ueno43382932017-05-30 04:43:571997 'blink_script': ['[email protected]',
Takayoshi Kochi57997382018-07-19 03:57:591998 '[email protected]'],
David Bokan9dc0046272017-12-29 00:28:011999 'blink_scroll': ['[email protected]'],
Matt Falkenhagenca7fbb62018-07-10 09:21:432000 'blink_service_worker': ['[email protected]',
pennymac962d190432016-07-27 00:58:352001 '[email protected]',
2002 '[email protected]',
2003 '[email protected]',
pennymac962d190432016-07-27 00:58:352004 '[email protected]',
2005 '[email protected]',
tzik749ae1e2018-07-20 05:05:012006 '[email protected]'],
Matt Falkenhagenca7fbb62018-07-10 09:21:432007 'blink_service_worker_tests': ['[email protected]'],
Hayato Ito5fc828c2017-07-05 08:02:322008 'blink_shadow_dom': ['[email protected]'],
Rachel Blum41788872018-10-25 20:54:012009 'blink_spellcheck' : ['[email protected]',
Xiaocheng Hu8bd4d8072017-10-25 23:44:322010 '[email protected]'],
Adam Rice027497d2018-07-27 02:17:022011 'blink_streams': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352012 'blink_style': ['[email protected]'],
2013 'blink_svg': ['[email protected]',
fmalita9710b732017-02-17 05:10:022014 '[email protected]',
pennymac962d190432016-07-27 00:58:352015 '[email protected]',
pennymac962d190432016-07-27 00:58:352016 '[email protected]',
2017 '[email protected]',
pennymac962d190432016-07-27 00:58:352018 '[email protected]'],
pennymac962d190432016-07-27 00:58:352019 'blink_track': ['[email protected]',
2020 '[email protected]',
2021 '[email protected]',
Sriram8d3e0e22017-11-09 10:40:162022 '[email protected]',
2023 '[email protected]'],
mvanouwerkerk38f632c62017-04-13 10:35:312024 'blink_vibration': ['[email protected]'],
David Bokan9dc0046272017-12-29 00:28:012025 'blink_viewport_interaction': ['[email protected]',
2026 '[email protected]'],
pennymac962d190432016-07-27 00:58:352027 'blink_w3ctests': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352028 'blink_webp': ['[email protected]',
2029 '[email protected]',
Madeleine Barowsky21b04402019-01-29 19:17:052030 '[email protected]',
2031 '[email protected]'],
Adam Rice027497d2018-07-27 02:17:022032 'blink_websockets': ['[email protected]',
2033 '[email protected]'],
pennymac962d190432016-07-27 00:58:352034 'blink_workers': ['[email protected]',
falken6731ece42016-10-12 01:41:502035 '[email protected]',
pennymac962d190432016-07-27 00:58:352036 '[email protected]',
shimazu99de61f2016-09-07 03:57:412037 '[email protected]',
2038 '[email protected]'],
Raphael Kubo da Costaae598192018-05-29 11:14:242039 'blink_wtf': ['[email protected]'],
Joel Hockey0db16432018-03-09 22:41:492040 'blink_xml': ['[email protected]',
2041 '[email protected]'],
donnd787f6ed2016-08-03 01:00:562042 'bottombar': ['[email protected]',
2043 '[email protected]'],
Tarun Bansalc4882282018-07-11 23:53:552044 'breve': ['[email protected]'],
[email protected]22650d22012-07-18 17:02:352045 'browser_components': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352046 'browser_compositor': ['[email protected]',
2047 '[email protected]'],
michaelpge42ca3b32016-02-19 08:17:572048 'browser_resources_md': ['[email protected]'],
Christian Dullwebered2c82b2018-04-10 08:37:222049 'browsing_data': ['[email protected]',
2050 '[email protected]',
msramek878b39d92016-04-20 07:55:332051 '[email protected]'],
Rouslan Solomakhin0b13446c2018-07-18 14:47:072052 'bubble': ['[email protected]'],
Josh Karlin1bd016742017-08-18 17:44:172053 'cache_storage': ['[email protected]'],
Xiangjun Zhang880262a2018-08-07 22:35:382054 'cast': ['[email protected]',
2055 '[email protected]',
miua1710162015-08-27 01:38:092056 '[email protected]',
[email protected]ad8ff0e2013-12-13 09:24:122057 '[email protected]',
miua1710162015-08-27 01:38:092058 '[email protected]',
Xiaohan Wang22ab04c12019-02-06 00:41:042059 '[email protected]'],
ryanchung4d157372016-05-10 20:27:162060 'cast_certificate': ['[email protected]',
mfoltz57fd7f32017-05-03 06:12:582061 '[email protected]',
ryanchung24f9d7b2017-01-12 19:18:342062 '[email protected]'],
Adam Parkera556b7a2018-05-22 17:53:192063 'cast_channel': ['[email protected]',
Adam Parker41b9e4cb2017-08-14 17:09:122064 '[email protected]',
Ryan Ki Sing Chung27cc7ed92017-07-25 21:53:472065 '[email protected]'],
[email protected]c863702a2012-09-14 20:05:282066 'cc': ['[email protected]'],
Yi Guc1c54682018-07-23 12:00:002067 'cc-animation': ['[email protected]',
2068 '[email protected]'],
danakjca574522017-09-20 16:38:592069 'cc-contexts': ['[email protected]'],
2070 'cc-display': ['[email protected]'],
2071 'cc-paint': ['[email protected]'],
2072 'cc-quads': ['[email protected]'],
2073 'cc-resources': ['[email protected]'],
Alexander Timin864bf8a02018-03-12 11:06:282074 'cc-scheduler': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352075 'certificate_transparency': ['[email protected]',
martijnccdd0542016-11-07 18:49:272076 '[email protected]',
pennymac962d190432016-07-27 00:58:352077 '[email protected]'],
Joe Mason60ec2f32018-02-15 15:50:512078 'chrome_cleaner': ['[email protected]',
Joe Mason89035f02018-11-30 22:12:542079 '[email protected]'],
Penny MacNeil0ced2cb2018-07-30 21:09:492080 'chrome_elf': ['[email protected]'],
lpy0ca13772017-02-28 19:48:272081 'chrome_grc': ['[email protected]'],
alokp9d869cc12016-05-27 01:46:312082 'chromecast': ['[email protected]',
2083 '[email protected]',
halliwellfa56b3a42015-09-04 21:42:572084 '[email protected]'],
gfhuang2548f902016-02-26 02:29:212085 'chromecast_public': ['[email protected]'],
kereliuk08eda794c2018-09-05 16:10:232086 'chromedriver': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352087 'chromeos': ['[email protected]'],
2088 'chromeos_attestation': ['[email protected]'],
2089 'chromeos_calculator': ['[email protected]'],
alematec5187b1b2016-08-26 05:32:182090 'chromeos_geolocation': ['[email protected]'],
Achuith Bhandarkar434e24592018-03-07 23:05:122091 'chromeos_lkgm': ['[email protected]',
Benjamin Pastened7029352018-04-17 19:09:102092 '[email protected]',
Achuith Bhandarkar434e24592018-03-07 23:05:122093 '[email protected]'],
alematec5187b1b2016-08-26 05:32:182094 'chromeos_login': ['[email protected]',
Jacob Dufaulted1ef2bc2018-08-10 18:21:342095 '[email protected]',
2096 '[email protected]'],
pennymac962d190432016-07-27 00:58:352097 'chromeos_net': ['[email protected]'],
2098 'chromeos_power': ['[email protected]'],
alematec5187b1b2016-08-26 05:32:182099 'chromeos_timezone': ['[email protected]'],
2100 'chromeos_webui': ['[email protected]'],
Daniel Cheng99312b632017-10-25 03:59:492101 'clang_update': ['[email protected]',
2102 '[email protected]',
thestigf023ccc2016-11-10 14:39:152103 '[email protected]',
[email protected]cf8ffa82013-02-13 08:30:072104 '[email protected]',
George Burgess IVbbcd9912018-04-17 14:59:282105 '[email protected]',
pennymac962d190432016-07-27 00:58:352106 '[email protected]',
rnk28bbd1772016-05-04 17:57:582107 '[email protected]',
Hans Wennborgf2eb949e2018-05-08 12:45:032108 '[email protected]',
Peter Collingbourne1ac5f712018-03-30 22:15:132109 '[email protected]',
rnk28bbd1772016-05-04 17:57:582110 '[email protected]',
pennymac962d190432016-07-27 00:58:352111 '[email protected]',
thestigf023ccc2016-11-10 14:39:152112 '[email protected]',
pennymac962d190432016-07-27 00:58:352113 '[email protected]',
horo8e9a01572016-07-27 06:05:312114 '[email protected]',
pennymac962d190432016-07-27 00:58:352115 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002116 'clipboard': ['[email protected]'],
Aaron Gable64f273582017-03-30 18:02:002117 'codereview_settings': ['[email protected]'],
sdefresned94c5b02015-07-22 17:54:552118 'components_deps': ['[email protected]',
2119 '[email protected]',
2120 '[email protected]'],
Matthew Jonesf3b5f4f2019-01-04 00:01:252121 'compositor_animator': ['[email protected]'],
Conley Owensd744e392018-04-24 19:18:572122 'content_bluetooth': ['[email protected]',
Vincent Scheibf01b55ff22018-01-10 21:05:062123 '[email protected]'],
Randy Smith9d64e6e2018-03-07 20:07:082124 'content_loader': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352125 'content_renderer': ['[email protected]'],
mkwst75a31a42014-09-14 18:32:532126 'content_shell': ['[email protected]',
peterc9e3e172015-11-02 09:29:162127 '[email protected]',
2128 '[email protected]'],
nhiroki90ba0102015-07-21 01:42:242129 'content_worker': ['[email protected]',
2130 '[email protected]'],
donnd787f6ed2016-08-03 01:00:562131 'contextual_search': ['[email protected]',
2132 '[email protected]'],
pennymac962d190432016-07-27 00:58:352133 'courgette': ['[email protected]',
2134 '[email protected]'],
Nico Weber6ff639a2017-08-11 21:04:502135 'cq': ['[email protected]',
2136 '[email protected]',
2137 '[email protected]',
2138 '[email protected]',
2139 '[email protected]'],
Dan Beam5dec1b42018-12-10 23:52:342140 'cr_elements': ['[email protected]',
2141 '[email protected]',
michaelpge42ca3b32016-02-19 08:17:572142 '[email protected]'],
Chung-yih Wang7afc64a2018-03-06 02:09:042143 'cros_benchmarks': ['[email protected]',
2144 '[email protected]',
2145 '[email protected]'],
Ben Wells03471a72018-03-22 00:58:462146 'crostini': ['[email protected]'],
Peter Beverloob90e4c32018-12-07 14:27:192147 'custom_tabs': ['[email protected]',
2148 '[email protected]',
Peter E Conn35d3a982019-01-17 10:35:272149 '[email protected]',
Peter Beverloo5cc24512018-11-29 15:36:432150 '[email protected]',
Peter E Conn35d3a982019-01-17 10:35:272151 '[email protected]'],
Madeleine Barowsky21b04402019-01-29 19:17:052152 'data_decoder': ['[email protected]'],
Ryo Hashimoto900be52c2018-05-24 06:42:262153 'dbus': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:192154 'deep_memory_profiler': ['[email protected]'],
Conley Owensd744e392018-04-24 19:18:572155 'device_bluetooth': ['[email protected]',
Vincent Scheibf01b55ff22018-01-10 21:05:062156 '[email protected]'],
Conley Owensd744e392018-04-24 19:18:572157 'device_chooser': ['[email protected]',
Ovidio Henriquez86333882018-11-05 18:25:212158 '[email protected]',
2159 '[email protected]'],
pennymac962d190432016-07-27 00:58:352160 'devtools': ['[email protected]',
2161 '[email protected]'],
Adam Parkera556b7a2018-05-22 17:53:192162 'dial': ['[email protected]',
mfoltz57fd7f32017-05-03 06:12:582163 '[email protected]'],
kinukoc462adb2016-12-22 12:58:492164 'disk_cache': ['[email protected]'],
David Trainor051827f2017-06-02 18:33:132165 'download': ['[email protected]'],
Dan Beam5dec1b42018-12-10 23:52:342166 'downloads_ui': ['[email protected]',
2167 '[email protected]'],
[email protected]89d2cd52013-04-16 01:55:362168 'drive_resource_metadata': ['[email protected]'],
[email protected]3a25c8a2014-06-26 06:47:102169 'eme': ['[email protected]'],
Justin DeWittf64d39e2018-08-09 21:33:412170 'explore_sites': ['[email protected]',
2171 '[email protected]',
2172 '[email protected]',
Pete Williamson3600f2d2018-09-24 17:31:112173 '[email protected]',
2174 '[email protected]'],
[email protected]f9529e7922013-06-06 05:19:412175 'extension': ['[email protected]',
2176 '[email protected]'],
Luna Lu7f221f22017-06-13 16:46:142177 'feature_policy': ['[email protected]',
Joe Medleya129fe32018-01-25 15:20:222178 '[email protected]',
Joe Medley1e1bb652018-04-27 17:36:592179 '[email protected]'],
[email protected]84dcfd92014-05-23 13:18:192180 'fileapi': ['[email protected]',
[email protected]6f217122013-11-25 07:21:482181 '[email protected]',
2182 '[email protected]'],
yoshiki1c0ba2782014-12-08 07:04:262183 'filebrowse': ['[email protected]'],
Joel Hockey0db16432018-03-09 22:41:492184 'filesapp': ['[email protected]',
2185 '[email protected]',
okab0be3dc2016-08-30 07:37:102186 '[email protected]'],
Tomasz Mikolajewski2905dbb2017-11-22 06:24:042187 'fsp': ['[email protected]'],
Wez385de5a2017-07-13 20:13:162188 'fuchsia': ['[email protected]', '[email protected]'],
mmoroz58ddb8172016-09-08 18:29:552189 'fuzzing': ['[email protected]'],
Conley Owensd744e392018-04-24 19:18:572190 'gamepad': ['[email protected]'],
Dan Elphick7c3105252017-11-06 15:51:472191 'gcm': ['[email protected]',
pennymac962d190432016-07-27 00:58:352192 '[email protected]'],
Raphael Kubo da Costab8111f9f2018-10-04 14:24:232193 'generic_sensor': ['[email protected]',
Vincent Scheibd5da4d952017-11-03 01:33:242194 '[email protected]',
timvolodine4cf58ca2017-05-24 16:11:482195 '[email protected]',
mikhail.pozdnyakova8db26402016-11-28 18:27:122196 '[email protected]'],
Mounir Lamouri578ca402019-01-23 20:40:482197 'geolocation': ['[email protected]'],
[email protected]cf428f732012-10-02 20:48:152198 'gfx_geometry': ['[email protected]'],
[email protected]f93b7382012-08-09 20:53:162199 'gfx_image': ['[email protected]'],
agrieve4d9c1c52016-09-23 17:49:382200 'gn': ['[email protected]',
Trent Apted93d53b02019-01-21 02:54:342201 '[email protected]'],
[email protected]a6159102013-11-08 23:21:522202 'gpu': ['[email protected]'],
Corentin Wallez3f1d0852018-07-04 15:45:362203 'gpu_passthrough_cmd_decoder': ['[email protected]'],
Ehsan Karamadc20cee22018-08-10 21:32:332204 'guest_view': ['[email protected]',
Kevin McNee77c2f6b2018-08-14 21:43:582205 '[email protected]',
Ehsan Karamadc20cee22018-08-10 21:32:332206 '[email protected]'],
Andrey Kosyakova173d252018-05-07 18:29:112207 'headless': ['[email protected]'],
Dan Beam5dec1b42018-12-10 23:52:342208 'history_ui': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002209 'i18n': ['[email protected]'],
Greg Thompson4f90fc992017-07-25 19:30:372210 'incident_reporting': ['[email protected]'],
[email protected]8b250562014-08-12 19:07:452211 'indexed_db': ['[email protected]',
dgrogand792a7f2016-01-21 00:12:132212 '[email protected]'],
John Budorickf6a1c302018-10-29 16:32:482213 'infra': ['[email protected]'],
bruthigaa8281f2016-02-09 17:52:312214 'ink_drop': ['[email protected]'],
Navid Zolghadr9994e8e2019-01-22 17:36:082215 'input': ['[email protected]',
2216 '[email protected]'],
Michael Spang808d5c12018-10-23 19:20:392217 'input_devices': ['[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:262218 'installable': ['[email protected]'],
Raphael Kubo da Costaf242cef72017-11-08 16:01:182219 'installer_linux': ['[email protected]',
2220 '[email protected]'],
Greg Thompson4f90fc992017-07-25 19:30:372221 'installer_win': ['[email protected]',
Greg Thompson4f90fc992017-07-25 19:30:372222 '[email protected]'],
Ramya Nagarajan7768bf62018-11-28 21:26:042223 'instant': ['[email protected]',
2224 '[email protected]',
2225 '[email protected]',
2226 '[email protected]'],
edchin46453b42017-03-03 01:40:112227 'ios': ['[email protected]'],
2228 'ios_chrome': ['[email protected]',
eugenebutb5a5a8572017-01-20 01:18:112229 '[email protected]'],
edchin46453b42017-03-03 01:40:112230 'ios_clean': ['[email protected]',
lpromero6846b19d2017-05-23 10:43:592231 '[email protected]'],
Eric Noyaua1825272019-01-02 10:36:392232 'ios_flags': ['[email protected]'],
edchin46453b42017-03-03 01:40:112233 'ios_showcase': ['[email protected]',
lpromero6846b19d2017-05-23 10:43:592234 '[email protected]'],
edchin46453b42017-03-03 01:40:112235 'ios_web': ['[email protected]',
2236 '[email protected]'],
Johanndfa4d7d2017-12-07 18:05:292237 'libaom': ['[email protected]',
pennymac962d190432016-07-27 00:58:352238 '[email protected]',
2239 '[email protected]',
2240 '[email protected]'],
Johanndfa4d7d2017-12-07 18:05:292241 'libvpx': ['[email protected]',
2242 '[email protected]',
2243 '[email protected]',
2244 '[email protected]',
2245 '[email protected]',
2246 '[email protected]'],
Takeshi Yoshino524e1d262017-07-28 01:16:382247 'libwebp': ['[email protected]',
2248 '[email protected]',
2249 '[email protected]'],
dominiccabb90e02017-03-31 04:54:232250 'libxml_xslt': ['[email protected]',
2251 '[email protected]'],
[email protected]04a292a2013-03-07 19:58:422252 'linux_fonts': ['[email protected]'],
[email protected]6d7e0bf2014-07-28 22:30:402253 'linux_sandboxing': ['[email protected]'],
[email protected]04a292a2013-03-07 19:58:422254 'linux_seccomp_bpf': ['[email protected]'],
lgrey62faed72016-10-11 21:40:392255 'mac' : ['[email protected]'],
Dominick Ng31b7feb2019-01-29 23:24:002256 'manifest': ['[email protected]',
2257 '[email protected]'],
James Cook4bfa66fa2018-05-29 17:20:422258 'mash_buildbot_filters': ['[email protected]',
2259 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002260 'media': ['[email protected]'],
Miguel Casas-Sanchez5eb47252017-09-05 21:15:032261 'media_capture_from_element': ['[email protected]'],
Tommy Steimel074a1822018-02-07 17:25:442262 'media_controls': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352263 'media_galleries': ['[email protected]',
2264 '[email protected]'],
Hirokazu Hondae31ce109a2018-09-18 11:18:502265 'media_gpu': ['[email protected]'],
Xiaohan Wang6cbdcdf2018-06-12 21:55:542266 'media_mojo': ['[email protected]',
2267 '[email protected]'],
mcasasfeedbe42017-03-03 05:23:562268 'media_recorder': ['[email protected]',
mcasas9558316b2017-03-10 18:57:312269 '[email protected]'],
Xiangjun Zhang880262a2018-08-07 22:35:382270 'media_remoting': ['[email protected]',
2271 '[email protected]',
mfoltz57fd7f32017-05-03 06:12:582272 '[email protected]',
apacible01538e02016-11-04 22:15:312273 '[email protected]',
Xiaohan Wang22ab04c12019-02-06 00:41:042274 '[email protected]'],
Adam Parkera556b7a2018-05-22 17:53:192275 'media_router': ['[email protected]',
Takumi Fujimoto4bef2792018-05-03 17:51:552276 '[email protected]',
Xiangjun Zhang880262a2018-08-07 22:35:382277 '[email protected]',
Takumi Fujimoto4bef2792018-05-03 17:51:552278 '[email protected]'],
Xiaohan Wang6cbdcdf2018-06-12 21:55:542279 'media_win': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002280 'message_loop': ['[email protected]'],
isherman1eee6f12014-12-09 02:14:302281 'metrics': ['[email protected]'],
[email protected]1d8899ee2014-06-10 20:58:122282 'metrics_xml_files': ['[email protected]'],
toyoshim8f51f902015-03-27 03:50:212283 'midi': ['[email protected]'],
John Abd-El-Malek01cfd3f2018-06-21 16:33:122284 'mojo': ['[email protected]'],
Ryan Hansberry587c8082018-09-20 01:31:192285 'multidevice': ['[email protected]',
Ryan Hansberry786f1912018-10-30 21:21:392286 '[email protected]',
Ryan Hansberry587c8082018-09-20 01:31:192287 '[email protected]',
Kyle Horimotoc4d57b122018-02-28 01:17:302288 '[email protected]',
2289 '[email protected]',
2290 '[email protected]',
Ryan Hansberry587c8082018-09-20 01:31:192291 '[email protected]'],
rjkroegef60dea862015-10-29 17:50:062292 'mus': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002293 'nacl': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352294 'native_client_sdk': ['[email protected]',
2295 '[email protected]'],
Alex Moshchuk3fbcf782018-05-09 00:06:292296 'navigation': ['[email protected]',
2297 '[email protected]',
pennymac962d190432016-07-27 00:58:352298 '[email protected]'],
Chris Bentzel605478a2018-07-10 21:47:012299 'net': ['[email protected]'],
bnc1872e8bd2017-01-27 02:47:282300 'net_base': ['[email protected]'],
bnc1872e8bd2017-01-27 02:47:282301 'net_http2': ['[email protected]'],
2302 'net_log': ['[email protected]',
Matt Menkecebc2402017-07-20 16:26:092303 '[email protected]'],
Adam Rice027497d2018-07-27 02:17:022304 'net_server': ['[email protected]'],
bnc1872e8bd2017-01-27 02:47:282305 'net_spdy': ['[email protected]'],
Adam Rice027497d2018-07-27 02:17:022306 'net_websockets': ['[email protected]'],
jkarlin539748402015-03-31 17:36:312307 'netinfo': ['[email protected]'],
Helen Li30f43d8e2018-05-09 16:24:012308 'network_service': ['[email protected]'],
Conley Owensd744e392018-04-24 19:18:572309 'nfc': ['[email protected]'],
Peter Beverloo45bf54c2018-08-06 17:12:032310 'notifications': ['[email protected]'],
tbansalc6f1c9f2016-09-30 22:48:422311 'nqe': ['[email protected]'],
Eric Noyaua1825272019-01-02 10:36:392312 'ntp_snippets': ['[email protected]'],
2313 'ntp_tiles': ['[email protected]'],
peterc7e27422017-05-17 04:05:282314 'offline_items_collection': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352315 'offline_pages': ['[email protected]',
Carlos Knippschild6a2e2f02017-06-02 18:18:142316 '[email protected]',
pennymac962d190432016-07-27 00:58:352317 '[email protected]',
2318 '[email protected]',
dewittj74b23f6f2016-04-21 19:29:252319 '[email protected]',
2320 '[email protected]',
pennymac962d190432016-07-27 00:58:352321 '[email protected]'],
jdonnelly6fa5a21d2017-01-03 15:28:352322 'omnibox': ['[email protected]'],
Sophie Chang76811dfb2018-12-20 21:40:472323 'optimization_guide': ['[email protected]'],
iclelland8b904402016-10-05 15:01:232324 'origin_trials': ['[email protected]',
Ian Clelland1b27f8f62017-06-22 13:36:242325 '[email protected]'],
pennymac962d190432016-07-27 00:58:352326 'ozone': ['[email protected]',
Maksim Sisovdd171472018-10-01 19:51:032327 '[email protected]',
pennymac962d190432016-07-27 00:58:352328 '[email protected]'],
Sergey Ulanov004097c2018-11-05 23:29:282329 'ozone_scenic': ['[email protected]',
Sergey Ulanovac3ba332018-11-08 00:16:452330 '[email protected]',
Sergey Ulanov004097c2018-11-05 23:29:282331 '[email protected]',
2332 '[email protected]',
2333 '[email protected]'],
Emily Stark204d2382017-12-01 05:24:562334 'page_info' : ['[email protected]'],
Bryan McQuade4233f412017-07-28 16:23:412335 'page_load_metrics' : ['[email protected]',
2336 '[email protected]',
tdresserd80646f2017-03-03 19:26:082337 '[email protected]',
2338 '[email protected]'],
Daniel Cheng99312b632017-10-25 03:59:492339 'panels': ['[email protected]',
pennymac962d190432016-07-27 00:58:352340 '[email protected]',
2341 '[email protected]'],
mkwst17a9875d2016-06-24 10:36:392342 'password_manager': ['[email protected]',
Vasilii Sukhanovc4e6c2842018-07-18 12:12:202343 '[email protected]'],
sebsgbbfbea02016-10-24 21:54:592344 'payments': ['[email protected]',
mahmadi0a7bb59f2017-02-22 19:13:492345 '[email protected]',
Anthony Vallee-Dubois866affd22018-03-19 15:13:212346 '[email protected]',
2347 '[email protected]'],
mahmadi0a7bb59f2017-02-22 19:13:492348 'payments_ios': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352349 'pepper_api': ['[email protected]',
2350 '[email protected]',
2351 '[email protected]',
2352 '[email protected]',
2353 '[email protected]',
pennymac962d190432016-07-27 00:58:352354 '[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:262355 'permissions': ['[email protected]',
Xi Han50f523a1d2017-07-19 15:56:112356 '[email protected]',
Dominick Ngcaa7b402017-07-11 07:35:392357 '[email protected]',
Balazs Engedy23f08852018-09-24 23:39:582358 '[email protected]',
Timothy Lohb2a4eff2017-08-03 07:07:562359 '[email protected]',
2360 '[email protected]'],
François Beaufortb2070eb2018-02-08 10:36:342361 'picture_in_picture': ['[email protected]'],
Lutz Justena67427102018-06-28 08:55:462362 'policy_templates': ['[email protected]'],
Dan Beam5dec1b42018-12-10 23:52:342363 'polymer': ['[email protected]',
2364 '[email protected]'],
Charles Harrison981d33c2017-10-06 21:36:222365 'popup_blocker': ['[email protected]'],
twifkak0c69c1f2015-06-22 18:20:092366 'precache': ['[email protected]'],
[email protected]be775bc2014-06-30 15:41:142367 'prepopulated_engines': ['[email protected]'],
Chris Bentzel605478a2018-07-10 21:47:012368 'prerender': ['[email protected]',
pennymac962d190432016-07-27 00:58:352369 '[email protected]'],
Adam Parkera556b7a2018-05-22 17:53:192370 'presentation': ['[email protected]'],
rbpotter0d9edeed2018-08-03 14:11:582371 'print_preview': ['[email protected]'],
Peter Beverloo45bf54c2018-08-06 17:12:032372 'push_messaging': ['[email protected]'],
stkhapugin06503142016-12-07 14:32:122373 'reading_list': ['[email protected]'],
[email protected]c3887592014-02-06 20:02:252374 'remoting': ['[email protected]'],
Ali Tofigh000debb52017-11-07 21:35:422375 'rlz_id': ['[email protected]',
pennymac962d190432016-07-27 00:58:352376 '[email protected]'],
Joe Medley1e1bb652018-04-27 17:36:592377 'runtime_enabled_features': ['[email protected]'],
Daniel Ruberyfa8cd5d2018-09-13 17:31:232378 'safe_browsing': ['[email protected]',
2379 '[email protected]',
vakh125ad862017-03-17 00:06:252380 '[email protected]'],
mlamourid8b0feb2015-06-02 16:30:472381 'screen_orientation': ['[email protected]'],
Robert Sesekae79d38512018-09-04 18:13:302382 'security': ['[email protected]'],
Jeffrey Cohen7fe36f502018-12-12 01:38:212383 'send_tab_to_self': ['[email protected]',
Jeffrey Cohen7fe36f502018-12-12 01:38:212384 '[email protected]',
Jeffrey Cohen6b31b2d2019-01-23 19:12:302385 '[email protected]',
Jeffrey Cohen7fe36f502018-12-12 01:38:212386 '[email protected]',
Jeffrey Cohen6b31b2d2019-01-23 19:12:302387 '[email protected]',
2388 '[email protected]'],
pennymac962d190432016-07-27 00:58:352389 'service_worker': ['[email protected]',
[email protected]6d095a8b2014-02-28 15:26:162390 '[email protected]',
pennymac962d190432016-07-27 00:58:352391 '[email protected]',
pennymac962d190432016-07-27 00:58:352392 '[email protected]',
horo8e9a01572016-07-27 06:05:312393 '[email protected]',
tzik749ae1e2018-07-20 05:05:012394 '[email protected]'],
Colin Blundell6d2669a2017-07-11 06:26:532395 'services_public': ['[email protected]'],
Dan Beam5dec1b42018-12-10 23:52:342396 'settings': ['[email protected]',
2397 '[email protected]',
2398 '[email protected]'],
alitoc5534d62017-04-21 01:48:582399 'settings_reset_prompt': ['[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:262400 'site_engagement': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352401 'site_instance': ['[email protected]',
Alex Moshchuk3fbcf782018-05-09 00:06:292402 '[email protected]',
pennymac962d190432016-07-27 00:58:352403 '[email protected]',
[email protected]b9ecdb62014-03-07 14:56:432404 '[email protected]'],
Ryan Hansberry587c8082018-09-20 01:31:192405 'smartlock': ['[email protected]',
Ryan Hansberry786f1912018-10-30 21:21:392406 '[email protected]',
Ryan Hansberry587c8082018-09-20 01:31:192407 '[email protected]',
2408 '[email protected]',
2409 '[email protected]',
2410 '[email protected]',
2411 '[email protected]'],
Zentaro Kavanagh608f8a12018-01-19 18:39:562412 'smb': ['[email protected]'],
Joe Medley1e1bb652018-04-27 17:36:592413 'source_idls': ['[email protected]'],
Rachel Blum41788872018-10-25 20:54:012414 'spellcheck': ['[email protected]',
timvolodine8cdb94c2016-09-22 12:17:222415 '[email protected]',
2416 '[email protected]'],
Greg Thompson9ea091702018-01-04 11:06:322417 'startup': ['[email protected]',
2418 '[email protected]'],
[email protected]67f39af2013-08-23 20:06:052419 'streams': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352420 'styleguide': ['[email protected]',
vmpstrdeec20e2016-11-18 22:17:322421 '[email protected]',
2422 '[email protected]'],
Peter Wenbef43902018-11-28 22:08:122423 'styleguide_python': ['[email protected]',
2424 '[email protected]',
2425 '[email protected]'],
engedye7b734da2017-02-07 12:08:132426 'subresource_filter': ['[email protected]'],
Pam Greene8efbeae92018-10-02 14:54:462427 'supervised_users': [],
CJ DiMegliocaddc3482018-12-12 02:28:382428 'surface_layer_for_video': [ '[email protected]',
2429 '[email protected]'],
maxbogue65ea2632016-04-04 18:12:582430 'sync': ['[email protected]'],
[email protected]84dcfd92014-05-23 13:18:192431 'syncfs': ['[email protected]',
[email protected]6f217122013-11-25 07:21:482432 '[email protected]',
2433 '[email protected]'],
miu5e69f1c52016-10-23 13:40:112434 'tab_alert_indicators': ['[email protected]'],
Adam Parkera556b7a2018-05-22 17:53:192435 'tab_capture': ['[email protected]',
Xiaohan Wang22ab04c12019-02-06 00:41:042436 '[email protected]'],
pennymac962d190432016-07-27 00:58:352437 'tab_contents': ['[email protected]',
2438 '[email protected]',
2439 '[email protected]'],
tdresserd80646f2017-03-03 19:26:082440 'tbmv2_metrics': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:192441 'tcmalloc': ['[email protected]'],
tonygc7f6a4c12015-01-16 18:32:262442 'telemetry': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352443 'test_runner': ['[email protected]',
einbindera29577e2016-08-23 01:21:492444 '[email protected]',
2445 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002446 'tests': [],
Ryan Hansberry587c8082018-09-20 01:31:192447 'tether': ['[email protected]',
Ryan Hansberry786f1912018-10-30 21:21:392448 '[email protected]',
Ryan Hansberry587c8082018-09-20 01:31:192449 '[email protected]',
2450 '[email protected]',
2451 '[email protected]',
dbeamd924f0d0d2017-06-20 02:34:252452 '[email protected]',
Ryan Hansberry587c8082018-09-20 01:31:192453 '[email protected]'],
pennymac962d190432016-07-27 00:58:352454 'textinput': ['[email protected]',
2455 '[email protected]',
2456 '[email protected]',
Yuichiro Hanadaf0b3b472017-10-17 07:00:532457 '[email protected]',
pennymac962d190432016-07-27 00:58:352458 '[email protected]'],
2459 'textinput_chromeos': ['[email protected]',
2460 '[email protected]',
Yuichiro Hanadaf0b3b472017-10-17 07:00:532461 '[email protected]',
pennymac962d190432016-07-27 00:58:352462 '[email protected]'],
chirantan96fcf6d2015-01-21 22:36:192463 'timers': ['[email protected]'],
robliaofd54b5c2017-01-13 00:41:302464 'tools_win_chromeexts': ['[email protected]'],
AJITH KUMAR V4f0c4812018-03-27 13:46:572465 'touch_selection': ['[email protected]',
2466 '[email protected]'],
pennymac962d190432016-07-27 00:58:352467 'tracing': ['[email protected]',
Michael Spangbbcf79de2018-12-13 15:07:262468 '[email protected]',
2469 '[email protected]'],
[email protected]cf428f732012-10-02 20:48:152470 'ui_compositor': ['[email protected]'],
robliao2c4b7492016-07-19 01:57:262471 'ui_display_win': ['[email protected]'],
[email protected]6b5093c2012-05-23 19:10:182472 'ui_resources': ['[email protected]'],
edwardjung83f52ef22017-02-07 13:15:072473 'ui_strings': ['[email protected]'],
Ovidio Henriquez86333882018-11-05 18:25:212474 'usb': ['[email protected]',
2475 '[email protected]'],
Miguel Casas-Sancheza65d49a2017-12-11 03:27:482476 'vaapi': ['[email protected]'],
[email protected]c73ec8ab2014-01-16 20:35:232477 'version_assembly': ['[email protected]',
2478 '[email protected]'],
Alexandre Courbot3e9e55a2018-04-05 05:29:422479 'video': ['[email protected]'],
mcasas9558316b2017-03-10 18:57:312480 'video_capture': ['[email protected]'],
Alexandre Courbot3e9e55a2018-04-05 05:29:422481 'video_gpu': ['[email protected]'],
blakeod4cc78a2017-05-10 06:56:482482 'virtual_keyboard': ['[email protected]',
2483 '[email protected]',
okabf9f6f02017-02-17 05:14:292484 '[email protected]'],
billorr3c7e1442016-11-11 21:21:352485 'virtual_reality': ['[email protected]'],
Chris Blumec6ddd6c2018-12-14 23:35:012486 'vulkan': ['[email protected]'],
Conley Owensd744e392018-04-24 19:18:572487 'wake_lock': ['[email protected]'],
Dan Beam5dec1b42018-12-10 23:52:342488 'web_dev_style': ['[email protected]'],
Devin Mullins4ff9b282018-03-09 00:37:322489 'web_package': ['[email protected]'],
Matt Giuca9eb910d2017-08-02 04:07:382490 'web_share': ['[email protected]'],
Martin Kreichgauer794a18572018-07-20 20:45:432491 'webauthn': ['[email protected]'],
Corentin Wallez3f1d0852018-07-04 15:45:362492 'webgpu': ['[email protected]',
2493 '[email protected]'],
Takeshi Yoshinoe387aa32017-08-02 13:16:132494 'webrtc_browser_tests': ['[email protected]'],
Christian Dullwebered2c82b2018-04-10 08:37:222495 'website_settings': ['[email protected]',
2496 '[email protected]',
pennymac962d190432016-07-27 00:58:352497 '[email protected]',
2498 '[email protected]'],
Dan Beam5dec1b42018-12-10 23:52:342499 'webui_backend': ['[email protected]'],
Penny MacNeil0ced2cb2018-07-30 21:09:492500 'windows_sandboxing': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002501 'x11': ['[email protected]',
2502 '[email protected]',
2503 '[email protected]'],
Chris Blume04103c42018-12-14 22:46:062504 'zlib': ['[email protected]'],
wjmaclean3ff6a402015-03-31 19:00:202505 'zoom': ['[email protected]'],
[email protected]a3838612009-10-13 21:57:542506 },
2507}