blob: a9b33574bc64c4efce8963442747c40b125d66fc [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]8a197f22012-06-22 14:59:05100 'app_list': {
Jiaquan He256e6c6b2017-11-20 23:02:02101 'filepath': 'ash/app_list'\
102 '|chrome/browser/ui/app_list'\
[email protected]311cc902013-03-15 04:45:46103 '|chrome/browser/ui/ash/app_list'\
[email protected]311cc902013-03-15 04:45:46104 '|chrome/browser/ui/views/app_list'\
105 '|ui/app_list/'
[email protected]8a197f22012-06-22 14:59:05106 },
[email protected]e38d185a2013-07-09 08:23:52107 'app_shortcuts': {
108 'filepath': 'apps/app_shim/'\
109 '|chrome/browser/web_applications/'\
110 '|chrome/browser/ui/web_applications/'\
111 '|chrome/common/mac/'
112 },
[email protected]54bf94d2013-01-30 23:07:40113 'apps': {
Dominick Ngfe197c752018-07-18 00:51:26114 'filepath': '^apps/'\
115 '|chrome/browser/apps/'\
116 '|chrome/browser/chromeos/apps/'
[email protected]54bf94d2013-01-30 23:07:40117 },
lhchavez4b19176f2016-05-04 23:12:46118 'arc': {
119 'filepath': 'arc/',
120 },
lhchavez61532c92016-10-18 21:33:37121 'arc_auth': {
122 'filepath': 'chrome/browser/chromeos/arc/arc_auth'
123 },
Ryo Hashimoto611b8fc52018-09-28 10:01:20124 'arc_common': {
125 'filepath': 'components/arc/common/',
126 },
Shuhei Takahashiaf68cff2017-07-24 05:17:12127 'arc_fileapi': {
128 'filepath': 'chrome/browser/chromeos/arc/fileapi'
129 },
Yuichiro Hanada2e111fb2018-11-19 17:33:05130 'arc_ime': {
131 'filepath': 'chrome/browser/chromeos/arc/input_method_manager/'\
132 '|components/arc/ime/'
133 },
poromov7633f602017-02-21 16:44:01134 'arc_kiosk': {
135 'filepath': 'chrome/browser/chromeos/app_mode/arc/'\
136 '|components/arc/kiosk/'\
137 '|arc_kiosk'
138 },
lhchavez4b19176f2016-05-04 23:12:46139 'arc_net': {
140 'filepath': 'components/arc/net/',
141 },
ejcarusoa298ec02016-06-16 20:30:43142 'arc_power': {
143 'filepath': 'components/arc/power/',
144 },
Hirokazu Hondaf98a3122018-04-12 11:19:48145 'arc_video_accelerator': {
146 'filepath': 'components/arc/video_accelerator',
147 },
[email protected]3ce56642013-10-17 22:12:51148 'ash': {
149 'filepath': 'ash/',
150 },
Xiaohui Chenf7e70a22018-02-08 00:36:38151 'assistant': {
Xiaohui Chen985c26b2018-05-16 18:41:27152 'filepath': 'ash/assistant/'\
153 '|chromeos/assistant/'\
154 '|chromeos/services/assistant/'\
155 '|chrome/browser/ui/ash/assistant/'
Xiaohui Chenf7e70a22018-02-08 00:36:38156 },
Max Morin2b0206312018-04-06 11:17:40157 'audio_service': {
158 'filepath': 'services/audio/'
159 },
[email protected]f76c8852012-06-21 16:37:00160 'aura': {
[email protected]3ce56642013-10-17 22:12:51161 'filepath': 'ui/aura/',
[email protected]84ba35e32010-08-06 17:22:39162 },
[email protected]c3a6e1e72013-08-02 00:13:07163 'aura_compositor': {
164 'filepath':
165 'ui/compositor/' \
[email protected]6dc38f72014-01-16 22:19:58166 '|content/browser/compositor/' \
danakj479ab502017-03-31 20:19:09167 '|content/browser/renderer_host/compositor_resize_lock' \
[email protected]c3a6e1e72013-08-02 00:13:07168 '|content/browser/renderer_host/render_widget_host_view_aura' \
169 '|content/browser/renderer_host/render_widget_host_view_browsertest' \
[email protected]a6eeeef92014-03-19 19:06:44170 '|content/browser/renderer_host/delegated' \
[email protected]c3a6e1e72013-08-02 00:13:07171 '|content/common/gpu/client/' \
[email protected]c3a6e1e72013-08-02 00:13:07172 },
[email protected]2a38f0c02013-05-29 02:27:45173 'autofill': {
rouslanfbfa7402016-11-22 19:36:39174 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/autofill/|'\
175 'chrome/browser/autofill/|'\
[email protected]d9310a82012-11-02 02:53:48176 'chrome/browser/ui/android/autofill/|'\
177 'chrome/browser/ui/autofill/|'\
[email protected]e3e4ca62013-05-17 08:50:27178 'chrome/browser/ui/cocoa/autofill/|'\
[email protected]d9310a82012-11-02 02:53:48179 'chrome/browser/ui/views/autofill/|'\
[email protected]d9310a82012-11-02 02:53:48180 'chrome/renderer/autofill/|'\
181 'chrome/test/data/autofill/|'\
[email protected]3947d4a82013-03-12 09:41:05182 'components/autofill/|'\
[email protected]30964792013-05-29 02:41:25183 'components/autofill/browser/webdata/|'\
vabrbeb0c562015-12-01 10:48:08184 'components/webdata/',
[email protected]b3399272010-08-10 19:49:29185 },
gogerald5d02fde2018-08-18 04:30:56186 'autofill_assistant': {
187 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/autofill_assistant/|'\
188 'chrome/browser/android/autofill_assistant/|'\
189 'components/autofill_assistant/',
190 },
Jared Saul4765c1e2018-06-18 13:44:57191 'autofill_credit_cards': {
192 'filepath': 'chrome/browser/ui/autofill/chrome_autofill_client*|'\
193 'chrome/browser/ui/autofill/save_card_*|'\
194 'chrome/browser/ui/views/autofill/card_unmask_*|'\
195 'chrome/browser/ui/views/autofill/save_card_*|'\
196 'components/autofill/core/browser/autofill_save_card_infobar_*|'\
197 'components/autofill/core/browser/credit_card_save_manager*|'\
198 'components/autofill/core/browser/form_data_importer*|'\
199 'components/autofill/core/browser/ui/',
200 },
peter39e10a62017-02-21 15:14:13201 'background_fetch': {
Peter Beverloo4548c852017-08-31 13:45:17202 'filepath': 'background_fetch|'\
203 'background-fetch',
peter39e10a62017-02-21 15:14:13204 },
205 'background_sync': {
Josh Karlin1bd016742017-08-18 17:44:17206 'filepath': '/background_sync/',
peter39e10a62017-02-21 15:14:13207 },
dominickn8884155a2016-06-23 02:28:16208 'banners': {
209 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/banners/|'\
210 'chrome/android/javatests/src/org/chromium/chrome/browser/banners/|'\
dominickn8884155a2016-06-23 02:28:16211 'chrome/browser/banners/|'\
212 'chrome/browser/ui/android/infobars/app_banner_.*|'\
Blink Reformata30d4232018-04-07 15:31:06213 'third_party/blink/public/platform/modules/app_banner/|'\
214 'third_party/blink/renderer/modules/app_banner/',
dominickn8884155a2016-06-23 02:28:16215 },
[email protected]f76c8852012-06-21 16:37:00216 'base': {
[email protected]f2f0fbb92012-07-14 15:52:49217 'filepath': '^base/',
[email protected]7a7a13b2010-08-25 01:10:59218 },
[email protected]5e105332012-09-13 01:55:52219 'base_allocator': {
220 'filepath': '^base/allocator',
221 },
[email protected]1ed5e0fd2012-07-19 00:19:05222 'base_memory': {
223 'filepath': '^base/memory',
224 },
Alexander Timin864bf8a02018-03-12 11:06:28225 'base_scheduler': {
226 'filepath': '^base/task/',
227 },
robliao1644d8b2016-04-11 15:39:59228 'base_task_scheduler': {
Gabriel Charette6bf388a2018-08-10 22:48:32229 'filepath': '^base/task/task_scheduler',
robliao1644d8b2016-04-11 15:39:59230 },
[email protected]b17d9e02014-07-29 09:45:50231 'base_win': {
232 'filepath': '^base/win',
233 },
[email protected]7e093d4022014-06-26 19:19:55234 'battery_status': {
235 'filepath': 'content/browser/battery_status/|'\
timvolodine953fde72014-12-09 16:47:10236 'content/test/data/battery_status/|'\
237 'device/battery/',
[email protected]7e093d4022014-06-26 19:19:55238 },
wnwen72684762017-03-29 13:28:37239 'binary_size': {
240 'filepath': 'build/android/binary_size/|'\
241 'tools/binary_size/',
242 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13243 'blink': {
Kent Tamurae9b3a9ec2017-08-31 02:20:19244 'filepath': 'third_party/(WebKit|blink)/',
Takeshi Yoshinoe387aa32017-08-02 13:16:13245 },
246 'blink_accessibility': {
Kent Tamuraeb394c72018-04-07 19:14:55247 'filepath': 'third_party/(WebKit|blink)/.*(accessibility|ax_object_cache|web_ax)'
Takeshi Yoshinoe387aa32017-08-02 13:16:13248 },
249 'blink_animation': {
Kent Tamuraeb394c72018-04-07 19:14:55250 'filepath': 'third_party/(WebKit|blink)/.*([Aa]nimat|[Tt]ransition)',
Takeshi Yoshinoe387aa32017-08-02 13:16:13251 },
252 'blink_app_banner': {
Blink Reformata30d4232018-04-07 15:31:06253 'filepath': 'third_party/blink/renderer/modules/app_banner' \
254 '|third_party/blink/public/platform/modules/app_banner',
Takeshi Yoshinoe387aa32017-08-02 13:16:13255 },
256 'blink_audio': {
Blink Reformata30d4232018-04-07 15:31:06257 'filepath': 'third_party/blink/renderer/platform/audio' \
258 '|third_party/blink/renderer/modules/webaudio' \
Kent Tamura77578cc2018-11-25 22:33:43259 '|third_party/blink/web_tests/external/wpt/webaudio',
Takeshi Yoshinoe387aa32017-08-02 13:16:13260 },
261 'blink_battery_status': {
Blink Reformata30d4232018-04-07 15:31:06262 'filepath': 'third_party/blink/renderer/modules/battery/' \
Kent Tamura77578cc2018-11-25 22:33:43263 '|third_party/blink/web_tests/battery-status/' \
Kent Tamuraeb394c72018-04-07 19:14:55264 '|third_party/blink/renderer/core/frame/platform_event_(controller|dispatcher)'
Takeshi Yoshinoe387aa32017-08-02 13:16:13265 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13266 'blink_bindings': {
Blink Reformata30d4232018-04-07 15:31:06267 'filepath': 'third_party/blink/renderer/platform/bindings' \
268 '|third_party/blink/renderer/bindings',
Takeshi Yoshinoe387aa32017-08-02 13:16:13269 },
270 'blink_bindings_serialization': {
Kent Tamuraeb394c72018-04-07 19:14:55271 'filepath': 'third_party/blink/renderer/bindings/(core|modules)/v8/.*serializ',
Takeshi Yoshinoe387aa32017-08-02 13:16:13272 },
273 'blink_bluetooth': {
Kent Tamuraeb394c72018-04-07 19:14:55274 'filepath': 'third_party/(WebKit|blink)/.*[Bb]luetooth'
Takeshi Yoshinoe387aa32017-08-02 13:16:13275 },
Fernando Serboncinife13f9d2018-08-14 13:35:54276 'blink_canvas': {
Blink Reformata30d4232018-04-07 15:31:06277 'filepath': 'third_party/blink/renderer/core/html/canvas' \
Fernando Serboncinife13f9d2018-08-14 13:35:54278 '|third_party/blink/renderer/core/offscreencanvas' \
279 '|third_party/blink/renderer/core/geometry' \
280 '|third_party/blink/renderer/modules/canvas' \
281 '|third_party/blink/renderer/platform/graphics/canvas',
Takeshi Yoshinoe387aa32017-08-02 13:16:13282 },
283 'blink_client_hints': {
Kent Tamuraeb394c72018-04-07 19:14:55284 'filepath': 'third_party/blink/renderer/core/loader/accept_client_hints*' \
285 '|third_party/blink/renderer/core/loader/frame_fetch_context*' \
286 '|third_party/blink/renderer/core/loader/resource/image_resource*' \
287 '|third_party/blink/renderer/platform/loader/fetch/fetch_context*' \
288 '|third_party/blink/renderer/platform/loader/fetch/resource_fetcher*'
Takeshi Yoshinoe387aa32017-08-02 13:16:13289 },
290 'blink_clipboard': {
Blink Reformata30d4232018-04-07 15:31:06291 'filepath': 'third_party/blink/renderer/core/clipboard' \
Kent Tamuraeb394c72018-04-07 19:14:55292 '|third_party/blink/renderer/core/page/.*drag' \
293 '|third_party/blink/renderer/platform/.*drag' \
Kent Tamuraeb394c72018-04-07 19:14:55294 '|third_party/blink/public/platform/.*drag' \
295 '|third_party/blink/public/web/.*drag',
Takeshi Yoshinoe387aa32017-08-02 13:16:13296 },
Jeremy Romanb7b3a6a2018-02-07 20:15:32297 'blink_common': {
Kent Tamuraeb394c72018-04-07 19:14:55298 'filepath': 'third_party/blink/common'
Blink Reformata30d4232018-04-07 15:31:06299 '|third_party/blink/public/common' \
300 '|third_party/blink/public/mojom',
Jeremy Romanb7b3a6a2018-02-07 20:15:32301 },
Kentaro Hara993b0de2017-08-07 02:26:37302 'blink_controller': {
Blink Reformata30d4232018-04-07 15:31:06303 'filepath': 'third_party/blink/renderer/controller',
Kentaro Hara993b0de2017-08-07 02:26:37304 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13305 'blink_css': {
Blink Reformata30d4232018-04-07 15:31:06306 'filepath': 'third_party/blink/renderer/core/css',
Takeshi Yoshinoe387aa32017-08-02 13:16:13307 },
308 'blink_css_flexbox': {
Kent Tamuraeb394c72018-04-07 19:14:55309 'filepath': 'third_party/blink/renderer/core/rendering/.*flex' \
Kent Tamura77578cc2018-11-25 22:33:43310 '|third_party/blink/web_tests/fast/deprecated-flexbox/' \
311 '|third_party/blink/web_tests/css3/flexbox/' \
312 '|third_party/blink/web_tests/ietestcenter/css3/flexbox/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13313 },
314 'blink_css_fragmentation_tests': {
Kent Tamura77578cc2018-11-25 22:33:43315 'filepath': 'third_party/blink/web_tests/fast/multicol/' \
316 '|third_party/blink/web_tests/fast/pagination/' \
317 '|third_party/blink/web_tests/fragmentation/' \
318 '|third_party/blink/web_tests/printing/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13319 },
320 'blink_css_grid_layout': {
Kent Tamuraeb394c72018-04-07 19:14:55321 'filepath': 'third_party/blink/renderer/core/layout/.*grid' \
322 '|third_party/blink/renderer/core/paint/.*grid' \
323 '|third_party/blink/renderer/core/css/.*grid' \
Kent Tamura77578cc2018-11-25 22:33:43324 '|third_party/blink/web_tests/fast/css-grid-layout/' \
325 '|third_party/blink/web_tests/ietestcenter/css3/grid/' \
326 '|third_party/blink/web_tests/platform/.*/fast/css-grid-layout/' \
327 '|third_party/blink/web_tests/platform/.*/ietestcenter/css3/grid/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13328 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13329 'blink_custom_elements': {
Blink Reformata30d4232018-04-07 15:31:06330 'filepath': 'third_party/blink/renderer/core/html/custom/' \
Kent Tamuraeb394c72018-04-07 19:14:55331 '|third_party/blink/renderer/bindings/core/v8/.*custom_element',
Takeshi Yoshinoe387aa32017-08-02 13:16:13332 },
333 'blink_device_orientation': {
Oksana Zhuravlova5e236ec92018-07-25 00:16:03334 'filepath': 'content/browser/device_sensors/' \
335 '|content/test/data/device_sensors/' \
336 '|third_party/blink/renderer/modules/device_orientation/' \
Kent Tamura77578cc2018-11-25 22:33:43337 '|third_party/blink/web_tests/device_orientation/' \
Kent Tamuraeb394c72018-04-07 19:14:55338 '|third_party/blink/renderer/core/frame/platform_event_(controller|dispatcher)' \
339 '|third_party/blink/renderer/core/frame/device_single_window_event_controller'
Takeshi Yoshinoe387aa32017-08-02 13:16:13340 },
341 'blink_devtools': {
Kent Tamuraeb394c72018-04-07 19:14:55342 'filepath': 'third_party/(WebKit|blink)/.*(inspector|DevTools|dev_tools|devtools)',
Takeshi Yoshinoe387aa32017-08-02 13:16:13343 },
344 'blink_dom': {
Blink Reformata30d4232018-04-07 15:31:06345 'filepath': 'third_party/blink/renderer/core/dom/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13346 },
347 'blink_dom_events': {
Blink Reformata30d4232018-04-07 15:31:06348 'filepath': 'third_party/blink/renderer/core/dom/events/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13349 },
350 'blink_events': {
Kent Tamuraeb394c72018-04-07 19:14:55351 'filepath': 'third_party/blink/renderer/core/page/.*event' \
352 '|third_party/blink/renderer/core/dom/.*event' \
353 '|third_party/blink/renderer/core/css/.*event' \
354 '|third_party/blink/renderer/platform/.*event'
Takeshi Yoshinoe387aa32017-08-02 13:16:13355 },
356 'blink_fetch': {
Blink Reformata30d4232018-04-07 15:31:06357 'filepath': 'third_party/blink/renderer/platform/loader/fetch'
Takeshi Yoshinoe387aa32017-08-02 13:16:13358 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13359 'blink_fileapi': {
Blink Reformata30d4232018-04-07 15:31:06360 'filepath': 'third_party/blink/renderer/modules/filesystem/' \
361 '|third_party/blink/renderer/core/fileapi/' \
Kent Tamuraeb394c72018-04-07 19:14:55362 '|third_party/blink/renderer/platform/.*file' \
Kent Tamura77578cc2018-11-25 22:33:43363 '|third_party/blink/web_tests/fast/file' \
Kent Tamuraeb394c72018-04-07 19:14:55364 '|third_party/blink/public/.*_file'
Takeshi Yoshinoe387aa32017-08-02 13:16:13365 },
366 'blink_frames': {
Blink Reformata30d4232018-04-07 15:31:06367 'filepath': 'third_party/blink/renderer/core/frame/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13368 },
369 'blink_geolocation': {
Kent Tamura77578cc2018-11-25 22:33:43370 'filepath': 'third_party/blink/web_tests/geolocation-api/' \
Blink Reformata30d4232018-04-07 15:31:06371 '|third_party/blink/renderer/modules/geolocation/' \
Kent Tamuraeb394c72018-04-07 19:14:55372 '|third_party/blink/public/web/.*geolocation'
Takeshi Yoshinoe387aa32017-08-02 13:16:13373 },
374 'blink_heap': {
Blink Reformata30d4232018-04-07 15:31:06375 'filepath': 'third_party/blink/renderer/platform/heap' \
Takeshi Yoshinoe387aa32017-08-02 13:16:13376 '|base/allocator/partition_allocator/'
377 },
378 'blink_html': {
Blink Reformata30d4232018-04-07 15:31:06379 'filepath': 'third_party/blink/renderer/core/html/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13380 },
381 'blink_htmlparser': {
Blink Reformata30d4232018-04-07 15:31:06382 'filepath': 'third_party/blink/renderer/core/html/parser/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13383 },
Chris Blume484eaa1b2018-12-14 22:49:18384 'blink_image_codecs': {
385 'filepath': 'third_party/blink/renderer/platform/image-decoders' \
386 '|third_party/blink/renderer/platform/image-encoders' \
387 '|third_party/blink/perf_tests/image_decoder'
388 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13389 'blink_indexed_db': {
Chase Phillips7027bd52018-08-30 17:31:55390 'filepath': 'third_party/blink/common/indexeddb' \
391 '|third_party/blink/public/common/indexeddb' \
392 '|third_party/blink/public/platform/.*_idb' \
393 '|third_party/blink/public/platform/modules/indexeddb' \
394 '|third_party/blink/public/mojom/indexeddb' \
395 '|third_party/blink/renderer/modules/indexeddb/' \
Kent Tamura77578cc2018-11-25 22:33:43396 '|third_party/blink/web_tests/storage/indexeddb'
Takeshi Yoshinoe387aa32017-08-02 13:16:13397 },
398 'blink_input': {
Blink Reformata30d4232018-04-07 15:31:06399 'filepath': 'third_party/blink/renderer/core/input/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13400 },
401 'blink_layers': {
Kent Tamuraeb394c72018-04-07 19:14:55402 'filepath': 'third_party/blink/renderer/core/page/scrolling/scrolling_coordinator' \
403 '|third_party/blink/renderer/platform/graphics/graphics_layer' \
404 '|third_party/blink/renderer/core/layout/layer'
Takeshi Yoshinoe387aa32017-08-02 13:16:13405 },
406 'blink_layout': {
Kent Tamuraeb394c72018-04-07 19:14:55407 'filepath': 'third_party/blink/renderer/core/layout'
Takeshi Yoshinoe387aa32017-08-02 13:16:13408 },
409 'blink_layout_ng': {
Blink Reformata30d4232018-04-07 15:31:06410 'filepath': 'third_party/blink/renderer/core/layout/ng',
Takeshi Yoshinoe387aa32017-08-02 13:16:13411 },
412 'blink_loader': {
Blink Reformata30d4232018-04-07 15:31:06413 'filepath': 'third_party/blink/renderer/core/loader/' \
414 '|third_party/blink/renderer/platform/loader/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13415 },
416 'blink_media': {
Blink Reformata30d4232018-04-07 15:31:06417 'filepath': 'third_party/blink/renderer/core/css/mediaControls' \
Kent Tamuraeb394c72018-04-07 19:14:55418 '|third_party/blink/renderer/core/html/.*_(audio|media|video)' \
419 '|third_party/blink/renderer/core/html/shadow/media_control' \
420 '|third_party/blink/renderer/core/layout/layout_media' \
421 '|third_party/blink/renderer/core/layout/layout_text_track_container_element' \
Blink Reformata30d4232018-04-07 15:31:06422 '|third_party/blink/renderer/modules/(encryptedmedia|mediasource)' \
423 '|third_party/blink/renderer/platform/drm/' \
424 '|third_party/blink/renderer/platform/graphics/media/' \
Kent Tamura77578cc2018-11-25 22:33:43425 '|third_party/blink/web_tests/media/' \
Kent Tamuraeb394c72018-04-07 19:14:55426 '|third_party/blink/public/.*_media'
Takeshi Yoshinoe387aa32017-08-02 13:16:13427 },
428 'blink_media_queries': {
Kent Tamuraeb394c72018-04-07 19:14:55429 'filepath': 'third_party/blink/renderer/core/css/css_media_rule' \
430 '|third_party/blink/renderer/core/css/media_list' \
431 '|third_party/blink/renderer/core/css/media_query' \
432 '|third_party/blink/renderer/core/css/parser/media_query'
Takeshi Yoshinoe387aa32017-08-02 13:16:13433 },
434 'blink_mediastream': {
Blink Reformata30d4232018-04-07 15:31:06435 'filepath': 'third_party/blink/renderer/modules/mediastream/' \
436 '|third_party/blink/renderer/platform/mediastream/' \
Kent Tamuraeb394c72018-04-07 19:14:55437 '|third_party/blink/renderer/platform/exported/web_media_stream' \
438 '|third_party/blink/renderer/platform/exported/web_rtc' \
Kent Tamura77578cc2018-11-25 22:33:43439 '|third_party/blink/web_tests/fast/mediastream/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13440 },
441 'blink_modules': {
Blink Reformata30d4232018-04-07 15:31:06442 'filepath': 'third_party/blink/renderer/modules'
Takeshi Yoshinoe387aa32017-08-02 13:16:13443 },
444 'blink_navigator_content_utils': {
Blink Reformata30d4232018-04-07 15:31:06445 'filepath': 'third_party/blink/renderer/modules/navigatorcontentutils' \
Kent Tamura77578cc2018-11-25 22:33:43446 '|third_party/blink/web_tests/fast/dom/navigatorcontentutils'
Takeshi Yoshinoe387aa32017-08-02 13:16:13447 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13448 'blink_out_of_process_frames': {
Kent Tamuraeb394c72018-04-07 19:14:55449 'filepath': 'third_party/blink/renderer/core/frame/frame_owner' \
450 '|third_party/blink/renderer/core/frame/frame\.' \
451 '|third_party/blink/renderer/core/frame/web_frame' \
452 '|third_party/blink/renderer/core/exported/web_remote_frame_impl'
Takeshi Yoshinoe387aa32017-08-02 13:16:13453 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13454 'blink_paint': {
Blink Reformata30d4232018-04-07 15:31:06455 'filepath': 'third_party/blink/renderer/core/paint/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13456 },
Xida Chen0ef92782018-01-17 05:53:35457 'blink_paintworklet': {
Blink Reformata30d4232018-04-07 15:31:06458 'filepath': 'third_party/blink/renderer/modules/csspaint/' \
Kent Tamura77578cc2018-11-25 22:33:43459 '|third_party/blink/web_tests/http/tests/csspaint/' \
460 '|third_party/blink/web_tests/externla/wpt/css/css-paint-api/'
Xida Chen0ef92782018-01-17 05:53:35461 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13462 'blink_permissions': {
Blink Reformata30d4232018-04-07 15:31:06463 'filepath': 'third_party/blink/renderer/modules/permissions/' \
464 '|third_party/blink/public/platform/modules/permissions/',
Takeshi Yoshinoe387aa32017-08-02 13:16:13465 },
466 'blink_platform': {
Blink Reformata30d4232018-04-07 15:31:06467 'filepath': 'third_party/blink/renderer/platform'
Takeshi Yoshinoe387aa32017-08-02 13:16:13468 },
469 'blink_platform_graphics': {
Blink Reformata30d4232018-04-07 15:31:06470 'filepath': 'third_party/blink/renderer/platform/fonts' \
471 '|third_party/blink/renderer/platform/geometry' \
472 '|third_party/blink/renderer/platform/graphics'
Takeshi Yoshinoe387aa32017-08-02 13:16:13473 },
474 'blink_preloadScanner': {
Kent Tamuraeb394c72018-04-07 19:14:55475 'filepath': 'third_party/blink/renderer/core/html/parser/html_preload_scanner',
Takeshi Yoshinoe387aa32017-08-02 13:16:13476 },
477 'blink_prerender': {
Kent Tamuraeb394c72018-04-07 19:14:55478 'filepath': 'third_party/(WebKit|blink)/.*([Pp]rerender|loader/link_loader|html/html_link_element)'
Takeshi Yoshinoe387aa32017-08-02 13:16:13479 },
480 'blink_public_api': {
Blink Reformata30d4232018-04-07 15:31:06481 'filepath': 'third_party/blink/public'
Takeshi Yoshinoe387aa32017-08-02 13:16:13482 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13483 'blink_quota': {
Blink Reformata30d4232018-04-07 15:31:06484 'filepath': 'third_party/blink/renderer/modules/quota/' \
Kent Tamuraeb394c72018-04-07 19:14:55485 '|third_party/blink/public/.*quota'
Takeshi Yoshinoe387aa32017-08-02 13:16:13486 },
487 'blink_scheduler': {
Blink Reformata30d4232018-04-07 15:31:06488 'filepath': 'third_party/blink/renderer/platform/scheduler' \
Kent Tamuraeb394c72018-04-07 19:14:55489 '|third_party/blink/renderer/core/html/parser/.*scheduler'
Takeshi Yoshinoe387aa32017-08-02 13:16:13490 },
491 'blink_screen_orientation': {
Blink Reformata30d4232018-04-07 15:31:06492 'filepath': 'third_party/blink/renderer/modules/screen_orientation/' \
493 '|third_party/blink/public/platform/modules/screen_orientation',
Takeshi Yoshinoe387aa32017-08-02 13:16:13494 },
495 'blink_script': {
Kent Tamuraeb394c72018-04-07 19:14:55496 'filepath': 'third_party/blink/renderer/bindings/core/v8/.*module.*' \
497 '|third_party/blink/renderer/bindings/core/v8/script_controller.*' \
498 '|third_party/blink/renderer/bindings/core/v8/script_source_code.*' \
499 '|third_party/blink/renderer/bindings/core/v8/v8_script_runner.*'
500 '|third_party/blink/renderer/core/dom/.*modul.*' \
501 '|third_party/blink/renderer/core/dom/.*script.*' \
502 '|third_party/blink/renderer/core/html/html_script_element.*' \
503 '|third_party/blink/renderer/core/html/parser/html_parser_script_runner.*' \
Blink Reformata30d4232018-04-07 15:31:06504 '|third_party/blink/renderer/core/loader/modulescript/' \
Kent Tamuraeb394c72018-04-07 19:14:55505 '|third_party/blink/renderer/core/loader/resource/script_resource.*' \
506 '|third_party/blink/renderer/core/svg/svg_script_element.*' \
507 '|third_party/blink/renderer/core/xml/parser/xml_document_parser.*'
Takeshi Yoshinoe387aa32017-08-02 13:16:13508 },
David Bokan9dc0046272017-12-29 00:28:01509 'blink_scroll': {
Kent Tamuraeb394c72018-04-07 19:14:55510 'filepath': 'third_party/blink/renderer/core/frame/.*view.*' \
511 '|third_party/blink/renderer/core/input/.*scroll.*' \
512 '|third_party/blink/renderer/core/input/event_handler.*' \
Blink Reformata30d4232018-04-07 15:31:06513 '|third_party/blink/renderer/core/page/scrolling/' \
Kent Tamuraeb394c72018-04-07 19:14:55514 '|third_party/blink/renderer/core/paint/.*scrollable_area.*' \
Blink Reformata30d4232018-04-07 15:31:06515 '|third_party/blink/renderer/platform/scroll/'
David Bokan9dc0046272017-12-29 00:28:01516 },
Matt Falkenhagenca7fbb62018-07-10 09:21:43517 'blink_service_worker' : {
518 'filepath': 'third_party/blink/renderer/modules/service_worker' \
Kent Tamura77578cc2018-11-25 22:33:43519 '|third_party/blink/web_tests/http/tests/serviceworker' \
520 '|third_party/blink/web_tests/external/wpt/service-workers'
Takeshi Yoshinoe387aa32017-08-02 13:16:13521 },
Matt Falkenhagenca7fbb62018-07-10 09:21:43522 'blink_service_worker_tests' : {
Kent Tamura77578cc2018-11-25 22:33:43523 'filepath': 'third_party/blink/web_tests/http/tests/serviceworker' \
524 '|third_party/blink/web_tests/external/wpt/service-workers'
Takeshi Yoshinoe387aa32017-08-02 13:16:13525 },
526 'blink_shadow_dom': {
Kent Tamuraeb394c72018-04-07 19:14:55527 'filepath': 'third_party/blink/renderer/core/dom/.*shadow' \
528 '|third_party/blink/renderer/core/dom/.*slot' \
529 '|third_party/blink/renderer/core/dom/.*insertion_point' \
530 '|third_party/blink/renderer/core/dom/.*flat_tree'
Takeshi Yoshinoe387aa32017-08-02 13:16:13531 },
532 'blink_spellcheck' : {
Blink Reformata30d4232018-04-07 15:31:06533 'filepath': 'third_party/blink/renderer/core/editing/spellcheck'
Takeshi Yoshinoe387aa32017-08-02 13:16:13534 },
Adam Rice027497d2018-07-27 02:17:02535 'blink_streams': {
536 'filepath': 'third_party/blink/renderer/core/streams/'
537 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13538 'blink_style': {
Kent Tamuraeb394c72018-04-07 19:14:55539 'filepath': 'third_party/(WebKit|blink)/.*(style/|Style)',
Takeshi Yoshinoe387aa32017-08-02 13:16:13540 },
541 'blink_svg': {
Blink Reformata30d4232018-04-07 15:31:06542 'filepath': 'third_party/blink/renderer/core/(layout/)?svg',
Takeshi Yoshinoe387aa32017-08-02 13:16:13543 },
544 'blink_track': {
Blink Reformata30d4232018-04-07 15:31:06545 'filepath': 'third_party/blink/renderer/core/html/track/' \
Kent Tamuraeb394c72018-04-07 19:14:55546 '|third_party/blink/renderer/core/loader/text_track' \
547 '|third_party/blink/renderer/core/html/meida/html_media_element' \
548 '|third_party/blink/renderer/core/html/shadow/media_control' \
Blink Reformata30d4232018-04-07 15:31:06549 '|third_party/blink/renderer/core/css/mediaControl' \
Kent Tamura77578cc2018-11-25 22:33:43550 '|third_party/blink/web_tests/media/track/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13551 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13552 'blink_vibration': {
Kent Tamura77578cc2018-11-25 22:33:43553 'filepath': 'third_party/blink/web_tests/vibration/' \
Blink Reformata30d4232018-04-07 15:31:06554 '|third_party/blink/renderer/modules/vibration/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13555 },
556 'blink_viewport_interaction': {
Kent Tamuraeb394c72018-04-07 19:14:55557 'filepath': 'third_party/blink/renderer/core/css/.*viewport' \
558 '|third_party/blink/renderer/core/dom/viewport_arguments' \
559 '|third_party/blink/renderer/core/frame/frame_view.*' \
560 '|third_party/blink/renderer/core/frame/.*viewport.*' \
561 '|third_party/blink/renderer/core/html/html_meta_element'
Takeshi Yoshinoe387aa32017-08-02 13:16:13562 },
563 'blink_w3ctests': {
Kent Tamura77578cc2018-11-25 22:33:43564 'filepath': 'third_party/blink/web_tests/external/' \
Kent Tamura01019442018-05-01 22:06:58565 '|third_party/blink/tools/blinkpy/w3c/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13566 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13567 'blink_webp': {
Blink Reformata30d4232018-04-07 15:31:06568 'filepath': 'third_party/blink/renderer/platform/image-decoders/webp' \
Kent Tamuraeb394c72018-04-07 19:14:55569 '|third_party/blink/renderer/platform/image-encoders/skia/webp'
Takeshi Yoshinoe387aa32017-08-02 13:16:13570 },
571 'blink_websockets': {
Blink Reformata30d4232018-04-07 15:31:06572 'filepath': 'third_party/blink/renderer/modules/websockets/' \
573 '|third_party/blink/renderer/platform/modules/websockets/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13574 },
575 'blink_workers': {
Blink Reformata30d4232018-04-07 15:31:06576 'filepath': 'third_party/blink/renderer/core/workers' \
Kent Tamura77578cc2018-11-25 22:33:43577 '|third_party/blink/web_tests/http/tests/workers' \
578 '|third_party/blink/web_tests/fast/workers' \
579 '|third_party/blink/web_tests/external/wpt/workers'
Takeshi Yoshinoe387aa32017-08-02 13:16:13580 },
581 'blink_wtf': {
Blink Reformata30d4232018-04-07 15:31:06582 'filepath': 'third_party/blink/renderer/platform/wtf',
Takeshi Yoshinoe387aa32017-08-02 13:16:13583 },
584 'blink_xml': {
Blink Reformata30d4232018-04-07 15:31:06585 'filepath': 'third_party/blink/renderer/core/xml/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13586 },
[email protected]06798f72013-01-14 22:31:17587 'bookmarks': {
588 'filepath': 'chrome/browser/bookmarks/' \
[email protected]771ad482013-07-16 17:32:48589 '|chrome/browser/extensions/api/bookmark_manager_private/' \
590 '|chrome/browser/extensions/api/bookmarks/' \
Christopher Lam3d8828e2018-04-30 05:25:11591 '|chrome/browser/resources/md_bookmarks/' \
[email protected]cd869cde2013-01-31 15:46:35592 '|chrome/browser/ui/bookmarks/' \
593 '|chrome/browser/ui/cocoa/bookmarks/' \
[email protected]5cb8b6e12014-05-19 16:53:46594 '|chrome/browser/ui/views/bookmarks/' \
595 '|components/bookmarks'
[email protected]06798f72013-01-14 22:31:17596 },
donnd787f6ed2016-08-03 01:00:56597 'bottombar': {
598 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/',
599 },
Tarun Bansalc4882282018-07-11 23:53:55600 'breve': {
601 'filepath': 'chrome/browser/net/spdyproxy|'\
602 'chrome_proxy|'\
Tarun Bansal129ca7842018-07-31 17:14:12603 'client_hints|'
Tarun Bansalc4882282018-07-11 23:53:55604 'components/blacklist|'\
605 'components/data_use|'\
606 'data_reduction_proxy|'\
Tarun Bansal129ca7842018-07-31 17:14:12607 'data_use_measurement|'\
608 'lazy_load|'
609 'navigation_predictor|'\
610 'net/nqe|'\
Tarun Bansalc4882282018-07-11 23:53:55611 'optimization_guide|'\
Tarun Bansal129ca7842018-07-31 17:14:12612 'optimization_hints|'\
613 'previews'
Tarun Bansalc4882282018-07-11 23:53:55614 },
[email protected]22650d22012-07-18 17:02:35615 'browser_components': {
[email protected]a7228f62012-09-20 17:52:48616 'filepath': 'chrome/browser/autofill/' \
617 '|chrome/browser/bookmarks/' \
[email protected]a7228f62012-09-20 17:52:48618 '|chrome/browser/favicon/' \
[email protected]ddf288e2013-01-09 20:58:27619 '|chrome/browser/history/' \
[email protected]fccf4882013-03-15 04:46:19620 '|chrome/browser/webdata/' \
[email protected]3947d4a82013-03-12 09:41:05621 '|components/autofill/'
[email protected]22650d22012-07-18 17:02:35622 },
[email protected]f76c8852012-06-21 16:37:00623 'browser_compositor': {
[email protected]f2f0fbb92012-07-14 15:52:49624 'filepath': 'ui/compositor/'
[email protected]fbd846b2010-11-19 01:32:18625 },
michaelpge42ca3b32016-02-19 08:17:57626 'browser_resources_md': {
627 'filepath': 'chrome/browser/resources/md_'\
628 '|chrome/browser/resources/settings/',
629 },
[email protected]0ce480532012-07-20 12:33:20630 'browsing_data': {
Christian Dullweberc0b53642018-10-11 16:20:55631 'filepath': 'browsing_data|BrowsingData',
[email protected]0ce480532012-07-20 12:33:20632 },
[email protected]f76c8852012-06-21 16:37:00633 'bubble': {
[email protected]f2f0fbb92012-07-14 15:52:49634 'filepath': 'ui/views/bubble/|'\
rouslan8d6a8372015-09-10 19:10:10635 'chrome/browser/ui/views/bubble/|'\
636 'components/bubble/',
[email protected]f76c8852012-06-21 16:37:00637 },
jkarlin539748402015-03-31 17:36:31638 'cache_storage': {
Josh Karlin1bd016742017-08-18 17:44:17639 'filepath': '/cache.storage/'
640 '|/cachestorage/',
jkarlin539748402015-03-31 17:36:31641 },
[email protected]10fbd5952013-08-22 07:42:39642 'cast': {
[email protected]31ef420b2014-08-13 21:19:13643 'filepath': 'media/cast/'\
644 '|chrome/browser/extensions/api/cast_streaming/'\
645 '|chrome/browser/media/cast'\
646 '|chrome/renderer/media/cast'\
647 '|chrome/test/data/extensions/api_test/cast_'\
miu5e69f1c52016-10-23 13:40:11648 '|content/public/renderer/media_stream_'\
649 '|content/renderer/media/(media_stream|(.+audio_source))',
[email protected]10fbd5952013-08-22 07:42:39650 },
ryanchung4d157372016-05-10 20:27:16651 'cast_certificate': {
652 'filepath': 'components/cast_certificate/'\
653 '|components/test/data/cast_certificate/',
654 },
mfoltz57fd7f32017-05-03 06:12:58655 'cast_channel': {
656 'filepath': 'chrome/test/data/extensions/api_test/cast_channel/' \
Ryan Ki Sing Chung27cc7ed92017-07-25 21:53:47657 '|components/cast_channel/' \
658 '|extensions/browser/api/cast_channel'
mfoltz57fd7f32017-05-03 06:12:58659 },
Takeshi Yoshino524e1d262017-07-28 01:16:38660 'cc': {
danakjca574522017-09-20 16:38:59661 'filepath': 'cc/'\
662 '|components/viz/'
663 },
Yi Guc1c54682018-07-23 12:00:00664 'cc-animation': {
665 'filepath': 'cc/animation/'
666 },
danakjca574522017-09-20 16:38:59667 'cc-contexts': {
668 'filepath': 'components/viz/common/gpu'
669 },
670 'cc-display': {
671 'filepath': 'components/viz/service/display'\
672 '|cc/output'
673 },
674 'cc-paint': {
675 'filepath': 'cc/paint'
676 },
677 'cc-quads': {
678 'filepath': 'components/viz/common/quads'
679 },
680 'cc-resources': {
681 'filepath': 'cc/resources'\
682 '|components/viz/common/resources'
Takeshi Yoshino524e1d262017-07-28 01:16:38683 },
Alexander Timin864bf8a02018-03-12 11:06:28684 'cc-scheduler': {
685 'filepath': 'cc/scheduler'
686 },
eranmc2a9f612015-11-24 16:41:34687 'certificate_transparency': {
688 'filepath': 'components/certificate_transparency/'\
eranmc2a9f612015-11-24 16:41:34689 '|net/cert/ct_'\
690 '|net/cert/multi_log_ct_verifier'\
691 '|net/cert/sct_status_flags.h'\
692 '|net/cert/signed_certificate_timestamp'\
693 '|net/cert/signed_tree_head'\
694 '|net/test/ct_',
695 },
Joe Mason60ec2f32018-02-15 15:50:51696 'chrome_cleaner': {
697 'filepath': 'chrome/browser/component_updater/sw_reporter_'\
698 '|chrome/browser/resources/settings/chrome_cleanup_page/'\
699 '|chrome/browser/safe_browsing/chrome_cleaner/'\
700 '|chrome/browser/ui/views/chrome_cleaner_'\
701 '|chrome/browser/ui/webui/settings/chrome_cleanup_'\
Joe Mason12a02332018-04-19 14:39:00702 '|chrome/chrome_cleaner/'\
Joe Mason60ec2f32018-02-15 15:50:51703 '|components/chrome_cleaner/',
704 },
[email protected]c73ec8ab2014-01-16 20:35:23705 'chrome_elf': {
706 'filepath': 'chrome_elf',
707 },
lpy0ca13772017-02-28 19:48:27708 'chrome_grc': {
lpy53b82752017-05-31 22:30:49709 'filepath': 'chrome/browser/resource_coordinator/'\
710 '|services/resource_coordinator/',
lpy0ca13772017-02-28 19:48:27711 },
[email protected]d5b21972012-07-20 02:06:01712 'chrome_views': {
713 'filepath': 'chrome/browser/ui/views',
714 },
Takeshi Yoshino524e1d262017-07-28 01:16:38715 'chromecast': {
716 'filepath': 'chromecast/',
717 },
718 'chromecast_public': {
719 'filepath': 'chromecast/public/',
720 },
[email protected]f7bf8ba2011-02-24 22:28:46721 'chromedriver': {
samuong53d5e612014-10-10 18:56:38722 'filepath': 'chrome/test/chromedriver|'\
723 'chrome/test/data/chromedriver|'\
Jonathon Kereliuk540c7d52018-01-18 06:22:03724 'third_party/webdriver|'\
Blink Reformata30d4232018-04-07 15:31:06725 'third_party/blink/renderer/devtools/front_end/emulated_devices/module.json'
[email protected]f7bf8ba2011-02-24 22:28:46726 },
[email protected]f76c8852012-06-21 16:37:00727 'chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:49728 'filepath': 'chromeos/',
[email protected]531b1532011-08-11 03:52:01729 },
[email protected]eda0a0b2013-04-19 20:34:35730 'chromeos_attestation': {
731 'filepath': 'chromeos/attestation/|'\
[email protected]64494c3f2013-08-14 22:15:59732 'chrome/browser/chromeos/attestation/|'\
733 'chrome/browser/extensions/api/enterprise_platform_keys_private/',
[email protected]eda0a0b2013-04-19 20:34:35734 },
[email protected]7c59a152012-11-06 20:56:35735 'chromeos_calculator': {
736 'filepath': 'chrome/common/extensions/docs/examples/apps/calculator/',
737 },
alematec5187b1b2016-08-26 05:32:18738 'chromeos_geolocation': {
739 'filepath': 'chromeos/geolocation/',
740 },
Achuith Bhandarkar434e24592018-03-07 23:05:12741 'chromeos_lkgm': {
742 'filepath': 'chromeos/CHROMEOS_LKGM',
743 },
[email protected]f76c8852012-06-21 16:37:00744 'chromeos_login': {
Jacob Dufaulted1ef2bc2018-08-10 18:21:34745 'filepath': 'ash/login/|'\
746 'chrome/browser/chromeos/login/|'\
[email protected]f2f0fbb92012-07-14 15:52:49747 'chrome/browser/ui/webui/chromeos/login/|'\
dzhioevcc7c0492014-11-25 14:52:58748 'chrome/browser/resources/chromeos/login/|'\
749 'ui/login/',
[email protected]a791dac2011-04-07 23:22:57750 },
[email protected]d7d35f342012-10-22 20:32:47751 'chromeos_net': {
752 'filepath': 'chromeos/network/|'\
stevenjbdd133032015-08-07 18:37:47753 'chrome/browser/chromeos/net/|'\
754 'chrome/browser/extensions/api/networking_private/|'\
755 'extensions/browser/api/networking_private/|'\
756 'ui/chromeos/network/',
[email protected]d7d35f342012-10-22 20:32:47757 },
[email protected]2315ac0c2013-02-05 00:49:16758 'chromeos_power': {
James Cooka35a1e22017-04-08 02:33:08759 'filepath': 'ash/system/power/|'\
[email protected]c3943ad2013-07-03 13:44:56760 'chromeos/dbus/power_.*|'\
[email protected]2315ac0c2013-02-05 00:49:16761 'chrome/browser/chromeos/power/',
762 },
alematec5187b1b2016-08-26 05:32:18763 'chromeos_timezone': {
764 'filepath': 'chromeos/timezone/',
765 },
[email protected]f76c8852012-06-21 16:37:00766 'chromeos_webui': {
[email protected]f2f0fbb92012-07-14 15:52:49767 'filepath': 'chrome/browser/ui/webui/chromeos/|'\
768 'chrome/browser/resources/chromeos/',
[email protected]ba03af42012-03-08 01:37:12769 },
[email protected]cef7a6d2011-04-29 20:49:07770 'clang_update': {
Nico Webere250e6a2015-12-02 19:31:56771 'filepath': 'tools/clang/scripts/update.py'
[email protected]cef7a6d2011-04-29 20:49:07772 },
[email protected]f76c8852012-06-21 16:37:00773 'clipboard': {
774 'filepath': 'clipboard|dnd|drag|drop',
[email protected]2418b022011-05-19 21:06:02775 },
Aaron Gable64f273582017-03-30 18:02:00776 'codereview_settings': {
777 'filepath': 'codereview.settings',
778 },
sdefresned94c5b02015-07-22 17:54:55779 'components_deps': {
780 'filepath': 'components/([^/]*/)*DEPS',
781 },
scheib968e61052014-11-05 00:27:25782 'content_bluetooth': {
783 'filepath': 'content/.*bluetooth'
784 },
kinuko01cbe8a12015-10-20 09:59:06785 'content_loader': {
mmenkefaa97d3b2016-09-25 14:24:02786 'filepath': 'chrome/browser/loader|' \
787 'content/browser/loader|' \
kinuko01cbe8a12015-10-20 09:59:06788 'content/child/*loader',
789 },
mkwst512627022014-09-16 09:23:27790 'content_renderer': {
791 'filepath': 'content/renderer/',
792 },
[email protected]aa3311a2012-11-19 16:04:58793 'content_shell': {
794 'filepath': 'content/shell/',
795 },
kinukoa121bce2015-01-30 10:04:41796 'content_worker': {
797 'filepath': 'content/.*worker',
798 },
donnd787f6ed2016-08-03 01:00:56799 'contextual_search': {
800 'filepath': 'chrome/browser/android/contextualsearch/|' \
801 'chrome/android/java/src/org/chromium/chrome/browser/contextualsearch/|' \
802 'chrome/android/javatests/src/org/chromium/chrome/browser/contextualsearch/|' \
803 'components/contextual_search/',
804 },
wfh792b71c2016-05-04 23:33:41805 'courgette': {
806 'filepath': 'courgette/',
807 },
Nico Weber6ff639a2017-08-11 21:04:50808 'cq': {
Andrii Shyshkalov17176242018-02-24 03:31:32809 'filepath': 'infra/config/branch/cq.cfg',
Nico Weber6ff639a2017-08-11 21:04:50810 },
michaelpge42ca3b32016-02-19 08:17:57811 'cr_elements': {
812 'filepath': 'ui/webui/resources/cr_element',
813 },
Chung-yih Wang7afc64a2018-03-06 02:09:04814 'cros_benchmarks': {
815 'filepath': 'tools/perf/contrib/cros_benchmarks',
816 },
Ben Wells03471a72018-03-22 00:58:46817 'crostini': {
Timothy Lohecae1e422018-06-07 05:53:59818 'filepath': 'crostini',
Ben Wells03471a72018-03-22 00:58:46819 },
ianwencdb8c9e2015-06-18 22:10:15820 'custom_tabs': {
Newton Allen38c62212015-06-24 21:41:53821 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/customtabs/|'\
Peter Beverloo5cc24512018-11-29 15:36:43822 'chrome/android/java/src/org/chromium/chrome/browser/browseractions/|'\
823 'chrome/android/java/src/org/chromium/chrome/browser/browserservices/|'\
824 'chrome/android/javatests/src/org/chromium/chrome/browser/customtabs/|'\
825 'chrome/android/javatests/src/org/chromium/chrome/browser/browseractions/|'\
826 'chrome/android/javatests/src/org/chromium/chrome/browser/browserservices/|'\
827 'chrome/browser/android/customtabs/',
alancuttercbad6512015-06-19 02:31:28828 },
Ryo Hashimoto900be52c2018-05-24 06:42:26829 'dbus': {
830 'filepath': 'dbus/',
831 },
[email protected]5e105332012-09-13 01:55:52832 'deep_memory_profiler': {
833 'filepath': 'tools/(deep_memory_profiler|find_runtime_symbols)',
834 },
Bartosz Fabianowski85a823812015-04-16 10:27:51835 'device_bluetooth': {
836 'filepath': 'device/.*bluetooth'
837 },
juncaic08f41d2017-05-04 20:36:58838 'device_chooser': {
839 'filepath': 'chrome/browser/chooser_controller/|'\
840 'chrome/browser/ui/android/bluetooth_chooser_.*|'\
841 'chrome/browser/ui/android/usb_chooser_.*|'\
842 'chrome/browser/ui/bluetooth/|'\
843 'chrome/browser/ui/cocoa/device_chooser_.*|'\
844 'chrome/browser/ui/cocoa/extensions/chooser_dialog_.*|'\
845 'chrome/browser/ui/cocoa/permission_bubble/chooser_bubble_.*|'\
846 'chrome/browser/ui/views/device_chooser_.*|'\
847 'chrome/browser/ui/views/extensions/chooser_dialog_.*|'\
848 'chrome/browser/ui/views/permission_bubble/chooser_bubble_.*|'\
849 'chrome/browser/usb/usb_chooser_.*',
850 },
[email protected]342b12872012-11-07 12:10:46851 'devtools': {
852 'filepath': 'devtools',
853 },
mfoltz57fd7f32017-05-03 06:12:58854 'dial': {
855 'filepath': 'chrome/(browser|common)/extensions/api/dial' \
856 '|chrome/browser/media/router/discovery/dial/' \
857 '|chrome/test/data/extensions/api_test/dial/'
858 },
[email protected]bab2a832012-07-11 23:29:41859 'disk_cache': {
860 'filepath': 'net/disk_cache/|http_cache',
861 },
[email protected]f76c8852012-06-21 16:37:00862 'download': {
[email protected]f2f0fbb92012-07-14 15:52:49863 'filepath': 'chrome/browser/download/|'\
[email protected]8492b5b2012-12-17 21:58:08864 'content/browser/download/',
[email protected]6bff0ad2011-06-17 01:32:51865 },
[email protected]ca872e362011-07-12 21:06:03866 'downloads_ui': {
dbeam78528be2016-02-18 07:08:49867 'filepath': 'chrome/browser/resources/(md_)?downloads/|' \
[email protected]8492b5b2012-12-17 21:58:08868 'chrome/browser/ui/webui/.*downloads|' \
869 'chrome/browser/ui/views/download/|' \
asanka2009f412015-10-05 17:28:12870 'chrome/browser/ui/cocoa/download/'
[email protected]ca872e362011-07-12 21:06:03871 },
[email protected]f6df20a2012-10-23 21:22:07872 'drive': {
[email protected]8492b5b2012-12-17 21:58:08873 'filepath': 'chrome/browser/chromeos/drive/|' \
874 'chrome/browser/google_apis/'
[email protected]f6df20a2012-10-23 21:22:07875 },
[email protected]89d2cd52013-04-16 01:55:36876 'drive_resource_metadata': {
Ryo Hashimoto900be52c2018-05-24 06:42:26877 'filepath': 'drive.*resource_metadata'
[email protected]89d2cd52013-04-16 01:55:36878 },
[email protected]3a25c8a2014-06-26 06:47:10879 'eme': {
Xiaohan Wang6cbdcdf2018-06-12 21:55:54880 'filepath': 'chrome/renderer/media/.*key_system|' \
881 'chrome/browser/media/.*(cdm|encrypted)|' \
882 'components/cdm/|' \
[email protected]3a25c8a2014-06-26 06:47:10883 'content/browser/media/cdm/|' \
Xiaohan Wang6cbdcdf2018-06-12 21:55:54884 'media/base/android/.*drm|' \
[email protected]3a25c8a2014-06-26 06:47:10885 'media/cdm/|' \
886 'third_party/widevine/cdm/'
887 },
Justin DeWittf64d39e2018-08-09 21:33:41888 'explore_sites': {
889 'filepath': 'chrome/browser/android/explore_sites/|' \
890 'chrome/android/java/src/org/chromium/chrome/browser/explore_sites/'
891 },
[email protected]f76c8852012-06-21 16:37:00892 'extension': {
893 'filepath': 'extension',
[email protected]161277d42011-06-24 20:48:45894 },
lunalu0a9c05422016-11-11 17:19:06895 'feature_policy': {
Blink Reformata30d4232018-04-07 15:31:06896 'filepath': 'third_party/blink/renderer/platform/feature_policy/|' \
Kent Tamuraeb394c72018-04-07 19:14:55897 'third_party/blink/renderer/bindings/core/v8/origin_trial_features',
lunalu0a9c05422016-11-11 17:19:06898 },
[email protected]f76c8852012-06-21 16:37:00899 'fileapi': {
[email protected]8492b5b2012-12-17 21:58:08900 'filepath': 'file_system/|' \
901 'fileapi/'
[email protected]80919512011-08-03 08:51:04902 },
[email protected]f76c8852012-06-21 16:37:00903 'filebrowse': {
[email protected]8492b5b2012-12-17 21:58:08904 'filepath': 'file_browser|' \
905 'file_manager|' \
906 'filebrowse'
[email protected]4b07b62cc2011-10-03 17:52:39907 },
[email protected]4ed766c2013-09-19 09:45:20908 'filesapp': {
okab0be3dc2016-08-30 07:37:10909 'filepath': 'chrome/browser/chromeos/drive|' \
910 'chrome/browser/chromeos/extensions/file_manager|' \
911 'chrome/browser/chromeos/extensions/file_system_provider|' \
912 'chrome/browser/chromeos/file_manager|' \
913 'chrome/browser/chromeos/file_system_provider|' \
914 'chrome/browser/drive|' \
915 'chrome/test/data/extensions/api_test/file_system_provider|' \
916 'components/drive|' \
917 'google_apis/drive|' \
918 'ui/file_manager'
919 },
Tomasz Mikolajewski2905dbb2017-11-22 06:24:04920 'fsp': {
921 'filepath': 'chrome/browser/chromeos/extensions/file_system_provider|' \
922 'chrome/browser/chromeos/file_system_provider|' \
Tomasz Mikolajewski66b4faa22017-11-22 09:33:43923 'chrome/test/data/extensions/api_test/file_system_provider'
[email protected]4ed766c2013-09-19 09:45:20924 },
Wez385de5a2017-07-13 20:13:16925 'fuchsia': {
926 'filepath': 'fuchsia',
927 },
mmoroz58ddb8172016-09-08 18:29:55928 'fuzzing': {
929 'filepath': 'fuzz|Fuzz',
930 },
Vincent Scheibd5da4d952017-11-03 01:33:24931 'gamepad': {
932 'filepath': 'gamepad',
933 },
[email protected]3a2a6ac02014-06-20 07:07:12934 'gcm': {
peter9f4490a2017-01-27 00:58:36935 'filepath': 'chrome/browser/gcm/|'\
[email protected]3a2a6ac02014-06-20 07:07:12936 'components/gcm_driver/|'\
937 'google_apis/gcm/',
938 },
mikhail.pozdnyakova8db26402016-11-28 18:27:12939 'generic_sensor': {
Jun Caiaa1f040d2017-11-15 01:21:53940 'filepath': 'services/device/generic_sensor/|'\
Blink Reformata30d4232018-04-07 15:31:06941 'third_party/blink/renderer/modules/sensor/',
mikhail.pozdnyakova8db26402016-11-28 18:27:12942 },
[email protected]d8036492013-08-09 16:02:23943 'geolocation': {
944 'filepath': 'chrome/browser/geolocation/|'\
945 'content/browser/geolocation|'\
946 'content/public/common/geoposition.*|'\
947 'content/public/browser/geolocation.*|'\
948 'content/renderer/geolocation.*|'\
949 'content/shell/geolocation/',
950 },
[email protected]cf428f732012-10-02 20:48:15951 'gfx_geometry': {
danakj570c1332015-01-06 16:59:36952 'filepath': 'ui/gfx/geometry/',
[email protected]cf428f732012-10-02 20:48:15953 },
Takeshi Yoshino524e1d262017-07-28 01:16:38954 'gfx_image': {
955 'filepath': 'ui/gfx/image/',
956 },
[email protected]4d1773e2014-04-05 07:59:57957 'gn': {
958 'filepath': 'tools/gn',
959 },
[email protected]f76c8852012-06-21 16:37:00960 'gpu': {
[email protected]f2f0fbb92012-07-14 15:52:49961 'filepath': 'gpu/',
[email protected]f76c8852012-06-21 16:37:00962 },
Corentin Wallezc68aa9b2017-10-02 15:00:03963 'gpu_passthrough_cmd_decoder': {
964 'filepath': 'gpu/command_buffer/service/.*passthrough',
965 },
Ehsan Karamadc20cee22018-08-10 21:32:33966 'guest_view': {
967 'filepath': 'chrome/browser/apps/guest_view|'\
968 'chrome/browser/extensions/api/web_view|'\
969 'chrome/browser/guest_view|'\
970 'chrome/common/extensions/api/webview*.json|'\
971 'chrome/common/extensions/docs|'\
972 'chrome/renderer/resources/extensions/web_view|'\
973 'components/guest_view|'\
974 'content/browser/browser_plugin|'\
975 'content/renderer/browser_plugin|'\
976 'extensions/browser/api/guest_view|'\
977 'extensions/browser/guest_view|'\
978 'extensions/common/guest_view|'\
979 'extensions/common/mojo/guest_view.mojom|'\
980 'extensions/common/api/*view*.json|'\
981 'extensions/renderer/guest_view',
982 },
Andrey Kosyakova173d252018-05-07 18:29:11983 'headless': {
984 'filepath': 'headless/'
985 },
[email protected]f76c8852012-06-21 16:37:00986 'history_ui': {
dbeam78528be2016-02-18 07:08:49987 'filepath': 'chrome/browser/resources/(md_)?history|'\
988 'chrome/browser/ui/webui/.*history',
[email protected]f76c8852012-06-21 16:37:00989 },
990 'i18n': {
[email protected]f2f0fbb92012-07-14 15:52:49991 'filepath': 'base/i18n/|base/string|l10n|icu|'\
timvolodine8cdb94c2016-09-22 12:17:22992 'locale_settings|encoding',
[email protected]f76c8852012-06-21 16:37:00993 },
[email protected]f76c8852012-06-21 16:37:00994 'importer': {
[email protected]f2f0fbb92012-07-14 15:52:49995 'filepath': 'import',
[email protected]f76c8852012-06-21 16:37:00996 },
Greg Thompson4f90fc992017-07-25 19:30:37997 'incident_reporting': {
998 'filepath': 'chrome/browser/safe_browsing/incident_reporting',
999 },
[email protected]c26161352013-11-12 19:50:011000 'indexed_db': {
1001 'filepath': 'content/browser/indexed_db|'\
[email protected]c26161352013-11-12 19:50:011002 'content/public/browser/indexed_db|'\
Chase Phillips7027bd52018-08-30 17:31:551003 'content/renderer/indexed_db|'\
[email protected]c26161352013-11-12 19:50:011004 'content/test/data/indexeddb',
1005 },
John Budorickf6a1c302018-10-29 16:32:481006 'infra': {
1007 'filepath': 'infra/config|'\
1008 'testing/buildbot|'\
John Budorick2d04e372018-10-29 18:03:301009 'tools/mb',
John Budorickf6a1c302018-10-29 16:32:481010 },
bruthigaa8281f2016-02-09 17:52:311011 'ink_drop': {
1012 'filepath': 'ui/views/animation/test/.*ink_drop.*|' \
1013 'ui/views/animation/.*ink_drop.*'
1014 },
dtapuska1f997a12016-03-14 19:22:071015 'input': {
1016 'filepath': 'content/browser/renderer_host/input|'\
1017 'content/renderer/input|'\
1018 'ui/events/blink/'
1019 },
Michael Spang808d5c12018-10-23 19:20:391020 'input_devices': {
1021 'filepath': 'ui/events/devices/',
1022 },
Dominick Ngcaa7b402017-07-11 07:35:391023 'installable': {
1024 'filepath': 'chrome/browser/installable/',
1025 },
mmoss19826c62014-11-14 21:37:361026 'installer_linux': {
1027 'filepath': 'chrome/installer/linux/',
1028 },
Greg Thompson4f90fc992017-07-25 19:30:371029 'installer_win': {
1030 'filepath': 'chrome/install_static/'\
Samuel Huang577ef6c2018-03-13 18:19:341031 '|chrome/installer/(?!gcapi_mac/|linux/|mac/)'\
1032 '|components/zucchini/',
Greg Thompson4f90fc992017-07-25 19:30:371033 },
[email protected]56b4b09d32012-07-27 18:28:411034 'instant': {
[email protected]607903d2013-03-25 22:15:471035 'filepath': 'instant|searchbox|'\
1036 'chrome/browser/search/|'\
[email protected]c29b7dae2013-03-25 22:29:131037 'chrome/browser/ui/search/|'\
[email protected]eb99f8e2013-07-10 10:17:391038 'chrome/browser/resources/local_ntp/|'\
Ramya Nagarajan7768bf62018-11-28 21:26:041039 'chrome/common/search/|'\
1040 'chrome/test/data/local_ntp/|'\
1041 'components/search_provider_logos/|'\
1042 'components/test/data/search_provider_logos/',
[email protected]56b4b09d32012-07-27 18:28:411043 },
edchin46453b42017-03-03 01:40:111044 'ios': {
Sylvain Defresne81467d82017-05-29 09:06:141045 'filepath': 'ios/',
edchin46453b42017-03-03 01:40:111046 },
sdefresne18b47312015-06-18 15:15:091047 'ios_chrome': {
Sylvain Defresne81467d82017-05-29 09:06:141048 'filepath': 'ios/chrome/',
sdefresne18b47312015-06-18 15:15:091049 },
marqa4f135f2017-01-10 12:37:341050 'ios_clean': {
Sylvain Defresne81467d82017-05-29 09:06:141051 'filepath': 'ios/clean/',
marqa4f135f2017-01-10 12:37:341052 },
Eric Noyaua1825272019-01-02 10:36:391053 'ios_flags': {
Eric Noyaue13b4d72019-01-03 14:23:551054 'filepath': 'ios/chrome/browser/about_flags\.(h|mm)|'\
1055 'ios/chrome/browser/experimental_flags\.(h|mm)|'\
1056 'ios/chrome/browser/resources/Settings.bundle/Experimental\.plist',
Eric Noyaua1825272019-01-02 10:36:391057 },
marqa4f135f2017-01-10 12:37:341058 'ios_showcase': {
Sylvain Defresne81467d82017-05-29 09:06:141059 'filepath': 'ios/showcase/',
marqa4f135f2017-01-10 12:37:341060 },
eugenebutb5a5a8572017-01-20 01:18:111061 'ios_web': {
Sylvain Defresne81467d82017-05-29 09:06:141062 'filepath': 'ios/web(_view)?/',
eugenebutb5a5a8572017-01-20 01:18:111063 },
Johanndfa4d7d2017-12-07 18:05:291064 'libaom': {
1065 'filepath': 'third_party/libaom/',
1066 },
Takeshi Yoshino524e1d262017-07-28 01:16:381067 'libvpx': {
Johanndfa4d7d2017-12-07 18:05:291068 'filepath': 'third_party/libvpx/',
vabraafbd4f32015-11-10 19:30:231069 },
[email protected]a3f777d2014-01-07 23:38:261070 'libwebp': {
1071 'filepath': 'third_party/libwebp'
1072 },
dominiccabb90e02017-03-31 04:54:231073 'libxml_xslt': {
1074 'filepath': 'third_party/libxml/' \
1075 '|third_party/libxslt/',
1076 },
[email protected]04a292a2013-03-07 19:58:421077 'linux_fonts': {
1078 'filepath': 'ui/gfx/font_render_params_.*|'\
deratcd2d6fb2015-02-12 00:10:411079 'ui/gfx/platform_font_linux.*|'\
1080 'ui/gfx/render_text_harfbuzz.*',
[email protected]04a292a2013-03-07 19:58:421081 },
1082 'linux_sandboxing': {
[email protected]f2f0fbb92012-07-14 15:52:491083 'filepath': 'sandbox/linux/',
[email protected]f76c8852012-06-21 16:37:001084 },
[email protected]04a292a2013-03-07 19:58:421085 'linux_seccomp_bpf': {
[email protected]d6a23612012-11-13 20:11:541086 'filepath': 'content/common/sandbox.*linux.cc',
[email protected]f76c8852012-06-21 16:37:001087 },
lgrey62faed72016-10-11 21:40:391088 'mac': {
lgrey332339b12016-12-05 17:16:401089 'filepath': '(_|/)(cocoa|mac)(_|\.)|/(cocoa|mac)/|^((?!ios\/).)*\.mm?$',
lgrey62faed72016-10-11 21:40:391090 },
mlamourid8b0feb2015-06-02 16:30:471091 'manifest': {
1092 'filepath': 'content/(browser|renderer)/manifest/'\
1093 '|content/public/common/manifest*',
1094 },
James Cook2dc6d042018-04-24 22:00:201095 'mash_buildbot_filters': {
1096 'filepath': 'testing/buildbot/filters/mash.*filter',
1097 },
[email protected]f76c8852012-06-21 16:37:001098 'media': {
Francois Beaufort9ab59c82017-08-24 13:10:291099 'filepath': 'media|third_party/(ffmpeg|opus|libvpx)'
[email protected]f76c8852012-06-21 16:37:001100 },
mcasasfeedbe42017-03-03 05:23:561101 'media_capture_from_element': {
alancutter40359812017-03-03 08:20:271102 'filepath': 'content/renderer/media_capture_from_element/' \
Blink Reformata30d4232018-04-07 15:31:061103 '|third_party/blink/renderer/modules/mediacapture/' \
Kent Tamuraeb394c72018-04-07 19:14:551104 '|third_party/blink/renderer/platform/exported/web_canvas_capture' \
Kent Tamura77578cc2018-11-25 22:33:431105 '|third_party/blink/web_tests/fast/mediacapturefromelement/' \
Kent Tamuraeb394c72018-04-07 19:14:551106 '|third_party/blink/public/platform/web_canvas_capture'
mcasasfeedbe42017-03-03 05:23:561107 },
Tommy Steimel074a1822018-02-07 17:25:441108 'media_controls': {
Blink Reformata30d4232018-04-07 15:31:061109 'filepath': 'third_party/blink/renderer/modules/media_controls/'
Tommy Steimel074a1822018-02-07 17:25:441110 },
[email protected]06dd23172013-06-24 21:04:511111 'media_galleries': {
1112 'filepath': 'chrome/browser/extensions/api/media_galleries/'\
[email protected]06dd23172013-06-24 21:04:511113 '|chrome/browser/media_galleries/'\
1114 '|chrome/browser/storage_monitor/'\
1115 '|chrome/common/media_galleries/'\
Jay Civellicf995502017-09-08 23:59:271116 '|chrome/test/data/extensions/api_test/media_galleries/'
[email protected]06dd23172013-06-24 21:04:511117 },
Hirokazu Hondae31ce109a2018-09-18 11:18:501118 'media_gpu': {
1119 'filepath': 'media/gpu/',
1120 },
alokp9e369ea72e2016-06-10 05:41:091121 'media_mojo': {
Xiaohan Wang6cbdcdf2018-06-12 21:55:541122 'filepath': 'media/mojo/'
alokp9e369ea72e2016-06-10 05:41:091123 },
mcasasfeedbe42017-03-03 05:23:561124 'media_recorder': {
alancutter40359812017-03-03 08:20:271125 'filepath': 'content/renderer/media_recorder/' \
Blink Reformata30d4232018-04-07 15:31:061126 '|third_party/blink/renderer/modules/mediarecorder/' \
Kent Tamuraeb394c72018-04-07 19:14:551127 '|third_party/blink/renderer/platform/exported/web_media_recorder' \
Kent Tamura77578cc2018-11-25 22:33:431128 '|third_party/blink/web_tests/fast/mediarecorder/' \
Kent Tamuraeb394c72018-04-07 19:14:551129 '|third_party/blink/public/platform/web_media_recorder'
mcasasfeedbe42017-03-03 05:23:561130 },
miu5e69f1c52016-10-23 13:40:111131 'media_remoting': {
1132 'filepath': 'chrome/browser/media/cast_remoting'\
1133 '|media/blink/webmediaplayer_'\
1134 '|media/mojo/interfaces/remoting.mojom'\
1135 '|media/remoting/',
1136 },
kmarshallb698ad4f2015-02-24 19:42:481137 'media_router': {
mfoltz57fd7f32017-05-03 06:12:581138 'filepath': 'chrome/android/(java|junit)/src/org/chromium/chrome/browser/media/router/' \
1139 '|chrome/browser/media/router/' \
kmarshallb698ad4f2015-02-24 19:42:481140 '|chrome/browser/resources/media_router/' \
Takumi Fujimoto4bef2792018-05-03 17:51:551141 '|chrome/browser/ui/media_router/' \
mfoltz57fd7f32017-05-03 06:12:581142 '|chrome/browser/ui/views/media_router/' \
kmarshallb698ad4f2015-02-24 19:42:481143 '|chrome/browser/ui/webui/media_router/' \
Takumi Fujimoto4bef2792018-05-03 17:51:551144 '|chrome/common/media_router/' \
mfoltz57fd7f32017-05-03 06:12:581145 '|chrome/test/data/webui/media_router/' \
1146 '|chrome/test/media_router/' \
1147 '|chrome/utility/media_router/'
kmarshallb698ad4f2015-02-24 19:42:481148 },
Xiaohan Wang6cbdcdf2018-06-12 21:55:541149 'media_win': {
1150 'filepath': 'media/gpu/windows/'
1151 },
fmeawad4582cd22017-03-30 20:59:361152 'memory_coordinator': {
1153 'filepath': 'base/memory/memory_|' \
fmeawadd015b232017-03-31 02:22:451154 'content/browser/memory/|' \
1155 'content/child/memory/'
fmeawad4582cd22017-03-30 20:59:361156 },
[email protected]f76c8852012-06-21 16:37:001157 'message_loop': {
[email protected]f2f0fbb92012-07-14 15:52:491158 'filepath': 'base/message_'
[email protected]f76c8852012-06-21 16:37:001159 },
1160 'metrics': {
[email protected]f2f0fbb92012-07-14 15:52:491161 'filepath': 'base/metrics/'\
asvitkine361b276e2016-08-30 18:45:001162 '|chrome/android/java/src/org/chromium/chrome/browser/metrics/'\
[email protected]f2f0fbb92012-07-14 15:52:491163 '|chrome/browser/metrics/'\
[email protected]f2f0fbb92012-07-14 15:52:491164 '|chrome/browser/chromeos/external_metrics'\
[email protected]b0d594d2014-02-21 03:22:121165 '|chrome/browser/extensions/api/metrics_private/'\
[email protected]f2f0fbb92012-07-14 15:52:491166 '|chrome/browser/ui/webui/metrics_handler'\
asvitkineb7e10302016-01-20 05:17:451167 '|chromecast/browser/metrics/'\
asvitkinee4bad382015-11-05 21:56:451168 '|components/metrics/'\
asvitkineb7e10302016-01-20 05:17:451169 '|components/metrics_services_manager/'\
[email protected]ce6b855a2014-03-12 19:51:391170 '|components/rappor/'\
asvitkinee4bad382015-11-05 21:56:451171 '|components/variations/'\
[email protected]b0d594d2014-02-21 03:22:121172 # Exclude XML files; in particular, histograms.xml.
1173 '|tools/metrics/[^.]*([.](?!xml$).*)?$',
1174 },
1175 'metrics_xml_files': {
1176 # Subscribe to this to watch for changes to histograms.xml.
toyoshim8f51f902015-03-27 03:50:211177 'filepath': 'tools/metrics/.*\.xml$',
1178 },
1179 'midi': {
1180 'filepath': 'midi',
[email protected]f76c8852012-06-21 16:37:001181 },
[email protected]341f218a2013-09-24 22:16:101182 'mojo': {
1183 'filepath': 'mojo',
1184 },
Kyle Horimotoc4d57b122018-02-28 01:17:301185 'multidevice': {
Ryan Hansberry587c8082018-09-20 01:31:191186 'filepath': 'ash/multi_device_setup/'\
Kyle Horimoto7de86582018-12-19 20:40:251187 '|chrome/browser/chromeos/cryptauth/'\
Ryan Hansberry587c8082018-09-20 01:31:191188 '|chrome/browser/chromeos/device_sync/'\
1189 '|chrome/browser/chromeos/multidevice_setup/'\
1190 '|chrome/browser/chromeos/secure_channel/'\
Kyle Horimoto592f64c2018-03-28 23:43:221191 '|chrome/browser/resources/chromeos/multidevice_setup/'\
Ryan Hansberry587c8082018-09-20 01:31:191192 '|chrome/browser/resources/settings/multidevice_page/'\
1193 '|chrome/browser/ui/webui/chromeos/multidevice_setup/'\
1194 '|chrome/browser/ui/webui/settings/chromeos/multidevice'\
Kyle Horimoto7de86582018-12-19 20:40:251195 '|chrome/test/data/webui/multidevice_setup/'\
1196 '|chromeos/components/multidevice/'\
James Hawkinsf7e517c2018-03-30 21:01:141197 '|chromeos/components/proximity_auth/'\
Kyle Horimoto7de86582018-12-19 20:40:251198 '|chromeos/resources/multidevice_resources.grdp'\
Kyle Horimoto592f64c2018-03-28 23:43:221199 '|chromeos/services/device_sync/'\
1200 '|chromeos/services/multidevice_setup/'\
1201 '|chromeos/services/secure_channel/'\
Kyle Horimoto9bace7f2018-09-21 23:36:481202 '|ui/webui/resources/cr_components/chromeos/multidevice_setup/'
Kyle Horimotoc4d57b122018-02-28 01:17:301203 },
rjkroegef60dea862015-10-29 17:50:061204 'mus': {
Scott Violet9f984252018-08-27 19:02:131205 'filepath': 'services/ws/'\
rjkroegef60dea862015-10-29 17:50:061206 '|mojo/gpu/',
1207 },
[email protected]f76c8852012-06-21 16:37:001208 'nacl': {
[email protected]f2f0fbb92012-07-14 15:52:491209 'filepath': 'chrome/nacl/|chrome/test/nacl/|'\
[email protected]193912d2013-09-06 17:41:561210 'chrome/browser/nacl_host/|chrome/common/nacl|'\
1211 'native_client_sdk/src/doc/',
[email protected]f76c8852012-06-21 16:37:001212 },
[email protected]99ddc3d2013-01-22 16:15:331213 'native_client_sdk': {
1214 'filepath': '^native_client_sdk/',
1215 },
[email protected]b9ecdb62014-03-07 14:56:431216 'navigation': {
1217 'filepath': 'content/browser/frame_host|'\
1218 'content/browser/renderer_host/render_process_host.*|'\
1219 'content/browser/renderer_host/render_view_host.*|'\
1220 'content/browser/web_contents/web_contents_impl.*|'\
1221 'content/renderer/render_frame.*|'\
1222 'content/renderer/render_view.*'
1223 },
[email protected]f76c8852012-06-21 16:37:001224 'net': {
[email protected]f2f0fbb92012-07-14 15:52:491225 'filepath': 'net/',
[email protected]f76c8852012-06-21 16:37:001226 },
bnc1872e8bd2017-01-27 02:47:281227 'net_base': {
1228 'filepath': 'net/base/',
1229 },
bnc1872e8bd2017-01-27 02:47:281230 'net_http2': {
1231 'filepath': 'net/http2/',
1232 },
[email protected]f76c8852012-06-21 16:37:001233 'net_log': {
mmenke59e4d8fb42016-06-15 21:15:281234 'filepath': 'net/log/|' \
[email protected]f2f0fbb92012-07-14 15:52:491235 'chrome/browser/net/.*net_log|' \
[email protected]f2f0fbb92012-07-14 15:52:491236 'chrome/browser/resources/net_internals/|' \
mmenke59e4d8fb42016-06-15 21:15:281237 'chrome/browser/ui/webui/net_internals/|' \
Takeshi Yoshino6b30abd2017-07-16 03:34:511238 'components/net_log/'
[email protected]f76c8852012-06-21 16:37:001239 },
Adam Rice027497d2018-07-27 02:17:021240 'net_server': {
1241 'filepath': 'net/server/'
1242 },
bnc1872e8bd2017-01-27 02:47:281243 'net_spdy': {
1244 'filepath': 'net/spdy/',
1245 },
Adam Rice027497d2018-07-27 02:17:021246 'net_websockets': {
1247 'filepath': 'net/websockets/',
1248 },
jkarlin539748402015-03-31 17:36:311249 'netinfo': {
Josh Karlin1bd016742017-08-18 17:44:171250 'filepath': '/netinfo/',
jkarlin539748402015-03-31 17:36:311251 },
Helen Li30f43d8e2018-05-09 16:24:011252 'network_service': {
1253 'filepath': 'services/network/',
1254 },
Vincent Scheibd5da4d952017-11-03 01:33:241255 'nfc': {
1256 'filepath': '/nfc/',
1257 },
peterf4758412014-09-17 15:06:011258 'notifications': {
Peter Beverloo4548c852017-08-31 13:45:171259 'filepath': 'chrome/browser/extensions/api/notifications/|'\
1260 'chrome/browser/notifications/|'\
1261 'chrome/test/data/notifications/|'\
1262 'content/browser/notifications/|'\
Peter Beverloo4548c852017-08-31 13:45:171263 'content/common/platform_notification|'\
1264 'content/public/browser/platform_notification|'\
1265 'content/public/common/platform_notification|'\
1266 'content/renderer/notification_|'\
Xi Chengd47af342018-04-24 02:36:331267 'chrome/notification_helper/|'\
Kent Tamura77578cc2018-11-25 22:33:431268 'third_party/blink/web_tests/external/wpt/notifications|'\
1269 'third_party/blink/web_tests/http/tests/notifications|'\
Blink Reformata30d4232018-04-07 15:31:061270 'third_party/blink/renderer/modules/notifications|'\
1271 'third_party/blink/public/platform/modules/notifications|'\
peterf4758412014-09-17 15:06:011272 'ui/message_center/'
1273 },
tbansalc6f1c9f2016-09-30 22:48:421274 'nqe': {
1275 'filepath': 'nqe',
1276 },
mcwilliamsedee5042016-04-05 18:46:451277 'ntp_snippets': {
1278 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk16a37f902016-05-16 15:49:361279 'chrome/android/javatests/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk14c89352016-07-21 13:45:131280 'chrome/android/junit/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk117ffb322017-02-06 12:04:201281 'chrome/android/java/src/org/chromium/chrome/browser/suggestions/|'\
1282 'chrome/android/javatests/src/org/chromium/chrome/browser/suggestions/|'\
mvanouwerkerk538dc0b62016-05-17 14:55:341283 'chrome/browser/android/ntp/ntp_snippets|'\
mcwilliamsedee5042016-04-05 18:46:451284 'chrome/browser/ntp_snippets/|'\
mvanouwerkerk41649732016-05-17 13:37:001285 'chrome/browser/resources/snippets_internals|'\
1286 'chrome/browser/ui/webui/snippets_internals|'\
mcwilliamsedee5042016-04-05 18:46:451287 'components/ntp_snippets/|'\
1288 'chrome/android/java/res/layout/new_tab_page|'\
noyau451e6bb62016-12-23 14:29:041289 'chrome/android/java/res/layout/most_visited|'\
1290 'ios/chrome/browser/ntp_snippets'
mcwilliamsedee5042016-04-05 18:46:451291 },
treib70176c52016-07-08 14:34:191292 'ntp_tiles': {
1293 'filepath': 'chrome/browser/android/ntp/|'\
1294 'chrome/browser/ui/webui/ntp/|'\
1295 'chrome/common/search/ntp|'\
noyau451e6bb62016-12-23 14:29:041296 'components/ntp_tiles/|'\
1297 'ios/chrome/browser/ntp_tiles'
treib70176c52016-07-08 14:34:191298 },
peterb8ec88f82017-03-21 13:29:421299 'offline_items_collection': {
1300 'filepath': 'components/offline_items_collection/',
1301 },
dimichdce3ee492016-04-04 04:20:521302 'offline_pages': {
1303 'filepath': 'components/offline_pages/'\
fgorski329be5b2016-04-19 21:38:111304 '|chrome/browser/android/offline_pages/'\
1305 '|chrome/android/java/src/org/chromium/chrome/browser/offlinepages/'
dimichdce3ee492016-04-04 04:20:521306 },
[email protected]f76c8852012-06-21 16:37:001307 'omnibox': {
Justin Donnelly600d8e92018-11-09 00:40:501308 'filepath': '^chrome/browser/autocomplete/|'\
1309 '^chrome/browser/resources/omnibox|'\
1310 '^chrome/browser/ui/location_bar/|'\
1311 '^chrome/browser/ui/omnibox/|'\
1312 '^chrome/browser/ui/.*/location_bar/|'\
1313 '^chrome/browser/ui/.*/omnibox/|'\
1314 '^components/omnibox/'
[email protected]f76c8852012-06-21 16:37:001315 },
Doug Arnetta94d3ae2017-11-07 00:10:341316 'optimization_guide': {
1317 'filepath': 'optimization_guide|'\
1318 'optimization_hints',
1319 },
chasej6dff9292016-02-02 20:33:121320 'origin_trials': {
Jason Chasedfcd02b2018-08-10 21:07:491321 'filepath': 'origin_trial'\
chasej68b8bbd2017-01-26 19:26:131322 '|OriginTrial'\
1323 '|ConditionalFeature',
chasej6dff9292016-02-02 20:33:121324 },
[email protected]4a2078e2013-07-18 20:40:201325 'ozone': {
[email protected]f93c2c92013-10-31 18:22:441326 'filepath': 'ui/ozone/|'\
[email protected]4b66bf922013-10-28 19:49:431327 'ui/events/ozone/|'\
1328 'ui/gfx/ozone/|'\
[email protected]4a2078e2013-07-18 20:40:201329 'ui/gl/gl_.*egl.*|'\
1330 'ui/gl/gl_.*ozone.*'
1331 },
Sergey Ulanov004097c2018-11-05 23:29:281332 'ozone_scenic': {
1333 'filepath': 'ui/ozone/platform/scenic',
1334 },
lgarron9e25c7402017-03-15 04:03:111335 'page_info' : {
1336 'filepath': 'chrome/browser/ui/page_info/'\
1337 '|chrome/browser/ui/.*/page_info/'\
lgarron3428b2d32017-03-21 18:35:191338 '|chrome/android/java/src/org/chromium/chrome/browser/page_info/'\
lgarron6cd116a2017-04-07 19:42:181339 '|components/page_info_strings.grdp'\
Gregory Chatzinoffdf93d692017-09-09 01:32:271340 '|ios/chrome/browser/ui/page_info/'
lgarron6cd116a2017-04-07 19:42:181341 },
csharrison3b1dc4062015-10-19 14:31:081342 'page_load_metrics' : {
bmcquade9f433702016-07-26 23:33:501343 'filepath': 'chrome/browser/page_load_metrics/'\
1344 '|chrome/common/page_load_metrics/'\
1345 '|chrome/renderer/page_load_metrics/'
csharrison3b1dc4062015-10-19 14:31:081346 },
[email protected]f76c8852012-06-21 16:37:001347 'panels': {
[email protected]7cbe5a52012-09-27 02:00:291348 'filepath': 'chrome/browser/ui/panels'\
1349 '|chrome/browser/ui/cocoa/panels'\
[email protected]7cbe5a52012-09-27 02:00:291350 '|chrome/browser/ui/views/panels'
[email protected]f76c8852012-06-21 16:37:001351 },
[email protected]3cc8b3922014-05-05 13:12:081352 'password_manager': {
1353 'filepath': 'chrome/.*/password_'\
1354 '|chrome/browser/ui/passwords'\
1355 '|chrome/browser/ui/views/passwords'\
1356 '|chrome/test/data/password'\
1357 '|components/autofill.*password'
1358 '|components/password_'\
vabrccdb7222016-06-01 14:59:401359 '|^ios/chrome/browser/passwords'\
[email protected]3cc8b3922014-05-05 13:12:081360 },
rouslane8a22262016-10-19 20:49:411361 'payments': {
1362 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/payments'\
1363 '|chrome/android/javatests/src/org/chromium/chrome/browser/payments'\
Rouslan Solomakhin81af4cf2017-06-27 15:23:491364 '|chrome/browser/payments'\
1365 '|chrome/browser/ui/views/payments'\
Mohamad Ahmadi2b452762017-07-18 23:17:151366 '|components/payments/test/data'\
rouslana64ceca2016-10-26 01:10:311367 '|components/payments'\
Rouslan Solomakhin81af4cf2017-06-27 15:23:491368 '|content/browser/payments'\
1369 '|content/test/data/payments'\
1370 '|ios/chrome/browser/payments'\
1371 '|ios/chrome/browser/ui/payments'\
1372 '|ios/web/payments'\
1373 '|ios/web/public/payments'\
Kent Tamura77578cc2018-11-25 22:33:431374 '|third_party/blink/web_tests/external/wpt/payment-request'\
1375 '|third_party/blink/web_tests/http/tests/payments'\
1376 '|third_party/blink/web_tests/payments'\
Blink Reformata30d4232018-04-07 15:31:061377 '|third_party/blink/public/platform/modules/payments'\
1378 '|third_party/blink/renderer/modules/payments'
mahmadi0a7bb59f2017-02-22 19:13:491379 },
1380 'payments_ios': {
Rouslan Solomakhin81af4cf2017-06-27 15:23:491381 'filepath': 'ios/web/payments'\
1382 '|ios/chrome/browser/payments'\
1383 '|ios/chrome/browser/ui/payments'\
1384 '|ios/web/public/payments'
rouslane8a22262016-10-19 20:49:411385 },
[email protected]f76c8852012-06-21 16:37:001386 'pepper_api': {
[email protected]b8491b02013-11-13 03:50:581387 'filepath': 'ppapi/api'\
1388 '|ppapi/c',
[email protected]f76c8852012-06-21 16:37:001389 },
mlamourid8b0feb2015-06-02 16:30:471390 'permissions': {
1391 'filepath': 'content/(child,browser)/permissions/'\
1392 '|content/common/permission_*'\
1393 '|content/public/(common,browser)/permission_*'\
1394 '|chrome/browser/permissions/'\
1395 '|chrome/browser/content_settings/permission*'\
1396 '|permission_context',
1397 },
François Beaufortb2070eb2018-02-08 10:36:341398 'picture_in_picture': {
Blink Reformata30d4232018-04-07 15:31:061399 'filepath': 'third_party/blink/renderer/modules/picture_in_picture/'
François Beaufortb2070eb2018-02-08 10:36:341400 },
Lutz Justena67427102018-06-28 08:55:461401 'policy_templates': {
1402 'filepath': 'components/policy/resources/policy_templates.json'
1403 },
michaelpg11fff3f2015-02-06 03:35:341404 'polymer': {
1405 'filepath': 'third_party/polymer/|'\
michaelpgf94a2a22017-03-06 22:35:001406 'third_party/web-animations-js/|'\
dbeam78528be2016-02-18 07:08:491407 'tools/polymer|'\
michaelpg11fff3f2015-02-06 03:35:341408 'ui/webui/resources/polymer_resources.grdp',
1409 },
Charles Harrison981d33c2017-10-06 21:36:221410 'popup_blocker': {
1411 'filepath': 'chrome/browser/ui/blocked_content'
1412 },
twifkak0c69c1f2015-06-22 18:20:091413 'precache': {
1414 'filepath': '[pP]recache'
1415 },
[email protected]be775bc2014-06-30 15:41:141416 'prepopulated_engines': {
1417 'filepath': 'components/search_engines/prepopulated_engines.json',
1418 },
[email protected]f76c8852012-06-21 16:37:001419 'prerender': {
[email protected]78375a52012-07-14 14:47:571420 'filepath': 'prerender'
[email protected]f76c8852012-06-21 16:37:001421 },
mfoltz57fd7f32017-05-03 06:12:581422 'presentation': {
1423 'filepath': 'content/(browser|common|renderer)/presentation/' \
Blink Reformata30d4232018-04-07 15:31:061424 '|third_party/blink/public/platform/modules/presentation/' \
Kent Tamura77578cc2018-11-25 22:33:431425 '|third_party/blink/web_tests/presentation/' \
Blink Reformata30d4232018-04-07 15:31:061426 '|third_party/blink/renderer/modules/presentation/'
mfoltz57fd7f32017-05-03 06:12:581427 },
rbpotter0d9edeed2018-08-03 14:11:581428 'print_preview': {
1429 'filepath': 'chrome/browser/resources/print_preview/' \
1430 '|chrome/browser/ui/webui/print_preview/'
1431 },
peter884896c72015-03-12 14:26:201432 'push_messaging': {
1433 'filepath': 'push_messaging'
1434 },
stkhapugin06503142016-12-07 14:32:121435 'reading_list': {
1436 'filepath': 'components/reading_list|'\
1437 'ios/chrome/browser/reading_list|'\
1438 'ios/chrome/browser/ui/reading_list',
1439 },
[email protected]f76c8852012-06-21 16:37:001440 'remoting': {
sergeyu05995a4f2017-01-24 21:26:011441 'filepath': '^remoting/' \
1442 '|^testing/chromoting'
[email protected]f76c8852012-06-21 16:37:001443 },
gab57e80c72014-12-08 21:06:131444 'rlz_id': {
1445 'filepath' :'rlz/lib/machine_id.cc|'\
1446 'rlz/lib/machine_id.h|'\
1447 'rlz/win/lib/machine_id_win.cc',
1448 },
Joe Medleya129fe32018-01-25 15:20:221449 'runtime_enabled_features': {
Blink Reformata30d4232018-04-07 15:31:061450 'filepath' : 'third_party/blink/renderer/platform/runtime_enabled_features.json5'
Joe Medleya129fe32018-01-25 15:20:221451 },
grt829c6a82014-10-20 09:29:321452 'safe_browsing': {
timvolodine41e95412017-03-14 02:55:341453 'filepath': 'chrome/(browser|common|renderer)/safe_browsing/|'\
1454 'components/safe_browsing/',
grt829c6a82014-10-20 09:29:321455 },
mlamourid8b0feb2015-06-02 16:30:471456 'screen_orientation': {
1457 'filepath': 'screen_orientation',
1458 },
Robert Sesekae79d38512018-09-04 18:13:301459 'security': {
1460 'filepath': 'base/json/'\
1461 '|base/memory/.*shared_memory'\
Robert Sesek61902db2018-10-09 19:15:451462 '|components/cbor/'\
1463 '|AndroidManifest',
Robert Sesekae79d38512018-09-04 18:13:301464 },
Jeffrey Cohen7fe36f502018-12-12 01:38:211465 'send_tab_to_self': {
Tanya Guptabb5019d2018-12-21 02:45:301466 'filepath': 'components/send_tab_to_self' \
1467 '|chrome/android/java/src/org/chromium/chrome/browser/send_tab_to_self/',
Jeffrey Cohen7fe36f502018-12-12 01:38:211468 },
[email protected]0b431722014-01-08 07:21:511469 'service_worker': {
[email protected]edaf31d2014-03-07 00:09:171470 'filepath': 'content/(browser|renderer|child|common)/service_worker/',
[email protected]0b431722014-01-08 07:21:511471 },
Colin Blundell6d2669a2017-07-11 06:26:531472 'services_public': {
1473 'filepath': 'services/([^/]*/)*public/',
1474 },
Dan Beam5dec1b42018-12-10 23:52:341475 'settings': {
1476 'filepath': 'chrome/browser/resources/settings/'\
1477 '|chrome/browser/ui/webui/settings/'\
1478 '|chrome/test/data/webui/settings/',
1479 },
alitoc5534d62017-04-21 01:48:581480 'settings_reset_prompt': {
1481 'filepath': 'chrome/browser/safe_browsing/settings_reset_prompt/'\
1482 '|chrome/browser/ui/views/settings_reset_prompt',
1483 },
dominickn8884155a2016-06-23 02:28:161484 'site_engagement': {
1485 'filepath': 'chrome/browser/engagement/|'\
1486 'chrome/browser/ui/webui/engagement/',
1487 },
[email protected]f76c8852012-06-21 16:37:001488 'site_instance': {
[email protected]f2f0fbb92012-07-14 15:52:491489 'filepath': 'content/browser/site_instance|'\
1490 'content/browser/browsing_instance',
[email protected]f76c8852012-06-21 16:37:001491 },
Ryan Hansberry587c8082018-09-20 01:31:191492 'smartlock': {
James Hawkins14e753e82018-11-08 17:33:421493 'filepath': 'chrome/browser/chromeos/login/easy_unlock/'\
Ryan Hansberry587c8082018-09-20 01:31:191494 '|chrome/browser/resources/easy_unlock/'\
1495 '|chromeos/components/proximity_auth/'
1496 },
Zentaro Kavanagh608f8a12018-01-19 18:39:561497 'smb': {
1498 'filepath': 'chrome/browser/chromeos/file_system_provider'\
1499 '|chrome/browser/chromeos/smb_client'\
1500 '|chromeos/dbus/fake_smb_provider_client'\
1501 '|chromeos/dbus/smb_provider_client',
1502 },
Joe Medleya129fe32018-01-25 15:20:221503 'source_idls': {
Joe Medleyf7671752018-04-13 14:34:501504 'filepath': 'third_party/blink/renderer/(core|modules|platform)/.*\.idl',
Joe Medleya129fe32018-01-25 15:20:221505 },
[email protected]ad0295d2012-10-11 23:43:361506 'spellcheck': {
1507 'filepath': 'chrome/browser/spellchecker/'\
timvolodine8cdb94c2016-09-22 12:17:221508 '|chrome/browser/renderer_context_menu/spelling_'\
1509 '|components/spellcheck/'\
1510 '|third_party/hunspell/'\
1511 '|third_party/hunspell_dictionaries/',
[email protected]ad0295d2012-10-11 23:43:361512 },
Greg Thompson9ea091702018-01-04 11:06:321513 'startup': {
1514 'filepath': 'chrome/browser/ui/startup/',
1515 },
[email protected]67f39af2013-08-23 20:06:051516 'streams': {
1517 'filepath': 'content/browser/streams/',
1518 },
vmpstrcc1c08302015-11-18 06:05:511519 'styleguide': {
1520 'filepath': '^styleguide/',
1521 },
Peter Wenbef43902018-11-28 22:08:121522 'styleguide_python': {
1523 'filepath': '^styleguide/python',
1524 },
engedye7b734da2017-02-07 12:08:131525 'subresource_filter': {
Charles Harrisonfb3eac92017-06-26 21:26:021526 'filepath': 'subresource_filter|SubresourceFilter|url_pattern_index',
engedye7b734da2017-02-07 12:08:131527 },
[email protected]43d33e92014-07-14 16:39:311528 'supervised_users': {
1529 'filepath': 'chrome/browser/.*managed_mode'\
1530 '|chrome/browser/.*managed_user'\
1531 '|chrome/browser/.*supervised_user',
1532 },
CJ DiMegliocaddc3482018-12-12 02:28:381533 'surface_layer_for_video': {
1534 'filepath': 'cc/layers/surface_layer*'\
1535 '|third_party/blink/renderer/platform/graphics/video_frame_*'\
1536 '|third_party/blink/renderer/platform/graphics/surface_layer_bridge*',
1537 },
[email protected]f76c8852012-06-21 16:37:001538 'sync': {
Andrew Grieveecac5a92018-11-08 01:57:011539 'filepath': '^chrome/browser/ui/sync/'\
maxboguefa217942016-04-01 01:08:131540 '|^chrome/browser/ui/views/sync/'\
1541 '|^chrome/test/android/javatests/src/org/chromium/chrome/test/util/browser/sync/'\
1542 '|^ios/chrome/browser/sync/'\
1543 '|^chrome/android/java/src/org/chromium/chrome/browser/sync/'\
1544 '|^chrome/browser/sync/'\
1545 '|^components/browser_sync/'\
Max Boguefef332d2016-07-28 22:09:091546 '|^components/sync/'\
maxboguefa217942016-04-01 01:08:131547 '|^components/sync_bookmarks/'\
Max Boguefef332d2016-07-28 22:09:091548 '|^components/sync_sessions/',
[email protected]f76c8852012-06-21 16:37:001549 },
[email protected]92871a102013-07-01 11:11:411550 'syncfs': {
1551 'filepath': 'sync_file_system',
1552 },
miu5e69f1c52016-10-23 13:40:111553 'tab_alert_indicators': {
1554 'filepath': 'content/browser/media/audio_stream_monitor'\
miu5e69f1c52016-10-23 13:40:111555 '|chrome/browser/ui/tabs/tab_utils'\
Peter Kasting479cc1752018-09-28 22:34:371556 '|chrome/browser/ui/views/tabs/alert_indicator'\
miu5e69f1c52016-10-23 13:40:111557 '|chrome/browser/ui/views/tabs/tab\.cc'\
1558 '|chrome/browser/ui/views/tabs/tab_renderer_data'\
1559 '|media/audio/audio_(output_controller|power_monitor)',
1560 },
[email protected]82d74152013-07-28 08:55:311561 'tab_capture': {
Adam Parker83a488462017-12-22 00:26:481562 'filepath': 'chrome/browser/extensions/api/tab_capture/'\
miu5e69f1c52016-10-23 13:40:111563 '|chrome/renderer/resources/extensions/tab_capture_custom_bindings.js'\
[email protected]31ef420b2014-08-13 21:19:131564 '|chrome/test/data/extensions/api_test/tab_capture/'\
Adam Parker83a488462017-12-22 00:26:481565 '|components/viz/common/(frame_sinks/copy_output_|gl_helper|yuv_)'\
1566 '|components/viz/service/display/'\
1567 '|components/viz/service/frame_sinks/(frame_sink_manager'\
1568 '|video_capture/)'\
[email protected]31ef420b2014-08-13 21:19:131569 '|content/browser/media/capture/'\
[email protected]31ef420b2014-08-13 21:19:131570 '|content/browser/renderer_host/media/(audio_'\
1571 '|media_stream_manager|video_)'\
miu5e69f1c52016-10-23 13:40:111572 '|content/public/renderer/media_stream_'\
1573 '|content/renderer/media/(media_stream|(.+audio_source))'\
[email protected]31ef420b2014-08-13 21:19:131574 '|media/audio/(audio_output_controller|fake_audio_|virtual_audio_)'\
1575 '|media/base/video_frame\.h'\
Adam Parker83a488462017-12-22 00:26:481576 '|media/capture/'\
1577 '|services/viz/privileged/interfaces/compositing/frame_sink',
[email protected]82d74152013-07-28 08:55:311578 },
[email protected]f76c8852012-06-21 16:37:001579 'tab_contents': {
[email protected]f2f0fbb92012-07-14 15:52:491580 'filepath': 'chrome/browser/tab_contents/|'\
1581 'content/browser/tab_contents/|'\
1582 'chrome/browser/ui/tab_contents/',
[email protected]f76c8852012-06-21 16:37:001583 },
tdresserd80646f2017-03-03 19:26:081584 'tbmv2_metrics': {
1585 'filepath': 'third_party/catapult/tracing/tracing/metrics'
1586 },
[email protected]5e105332012-09-13 01:55:521587 'tcmalloc': {
1588 'filepath': 'third_party/tcmalloc'
1589 },
[email protected]31a10602012-11-21 01:51:261590 'telemetry': {
nednguyen79105d422016-04-18 01:38:421591 'filepath': 'tools/perf/'
[email protected]31a10602012-11-21 01:51:261592 },
Takeshi Yoshino524e1d262017-07-28 01:16:381593 'test_runner': {
1594 'filepath': 'components/test_runner/' \
Kent Tamura21d1de62018-12-10 04:45:201595 '|content/shell/(common|browser|renderer)/web_test/' \
1596 '|content/test/web_test_support.cc' \
1597 '|content/public/test/web_test_support.h' \
Takeshi Yoshino524e1d262017-07-28 01:16:381598 },
[email protected]f76c8852012-06-21 16:37:001599 'tests': {
[email protected]f2f0fbb92012-07-14 15:52:491600 'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/',
[email protected]0cde05a02011-11-30 23:36:521601 },
jlkleinecc81952016-11-19 00:16:071602 'tether': {
Kyle Horimoto592f64c2018-03-28 23:43:221603 'filepath': 'chrome/browser/chromeos/tether/'\
1604 '|chrome/browser/ui/ash/network/tether*'\
Ryan Hansberry587c8082018-09-20 01:31:191605 '|chromeos/components/tether/'
jlkleinecc81952016-11-19 00:16:071606 },
[email protected]1cbbb30b2011-10-14 08:03:561607 'textinput': {
Yuichiro Hanadaf0b3b472017-10-17 07:00:531608 'filepath': 'chrome/browser/ui/input_method'\
[email protected]f2f0fbb92012-07-14 15:52:491609 '|content/browser/renderer_host/render_widget_host_view'\
1610 '|content/browser/renderer_host/text_input'\
1611 '|ui/base/ime/'\
[email protected]f2f0fbb92012-07-14 15:52:491612 '|ui/views/controls/textfield/'\
Yuichiro Hanadaf0b3b472017-10-17 07:00:531613 '|ui/wm/core/ime'
[email protected]1cbbb30b2011-10-14 08:03:561614 },
[email protected]3a117c62011-11-29 04:28:021615 'textinput_chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:491616 'filepath': 'chrome/browser/chromeos/input_method/'\
1617 '|chrome/browser/chromeos/extensions/input_method'\
1618 '|chrome/browser/chromeos/status/input_method'\
1619 '|chrome/browser/extensions/extension_input_'\
1620 '|chrome/browser/resources/keyboard'\
[email protected]f2f0fbb92012-07-14 15:52:491621 'chromeos/.*(language|keyboard)'\
[email protected]6bd9e802013-04-18 06:40:421622 '|chromeos/ime/*'
[email protected]3a117c62011-11-29 04:28:021623 },
chirantan96fcf6d2015-01-21 22:36:191624 'timers': {
1625 'filepath': 'base/timer/'\
1626 '|components/timers/'
1627 },
robliaofd54b5c2017-01-13 00:41:301628 'tools_win_chromeexts': {
1629 'filepath': 'tools/win/chromeexts',
1630 },
AJITH KUMAR V4f0c4812018-03-27 13:46:571631 'touch_selection': {
1632 'filepath': 'ui/touch_selection/'\
1633 '|content/public/android/java/src/org/chromium/content/browser/selection/'
1634 },
[email protected]c8eb7f72013-07-04 15:30:111635 'tracing': {
1636 'filepath': 'base/debug/trace_event.*'\
primianobef13b42015-01-30 15:29:311637 '|base/trace_event/'\
[email protected]c8eb7f72013-07-04 15:30:111638 '|content/browser/tracing/'\
Oystein Eftevaag6410f1a2018-03-01 18:06:301639 '|components/tracing/'\
1640 '|services/tracing/'
[email protected]c8eb7f72013-07-04 15:30:111641 },
[email protected]cf428f732012-10-02 20:48:151642 'ui_compositor': {
1643 'filepath': 'ui/compositor/layer\.|'\
1644 'ui/compositor/layer_unittest|'\
1645 'ui/compositor/compositor',
1646 },
robliao2c4b7492016-07-19 01:57:261647 'ui_display_win': {
1648 'filepath': '^ui/display/win',
1649 },
[email protected]6b5093c2012-05-23 19:10:181650 'ui_resources': {
[email protected]f2f0fbb92012-07-14 15:52:491651 'filepath': 'ui/resources/'\
1652 '|ui/base/native_theme/resources/'\
1653 '|chrome/app/theme/'
[email protected]6b5093c2012-05-23 19:10:181654 },
edwardjung83f52ef22017-02-07 13:15:071655 'ui_strings': {
1656 'filepath': 'chrome/app/generated_resources.grd'\
1657 '|chrome/app/google_chrome_strings.grd'\
1658 '|chrome/android/java/strings/android_chrome_strings.grd'\
1659 '|chrome/app/settings_strings.grdp'\
1660 '|ios/chrome/app/strings/ios(_.+)*_strings.grd'\
1661 '|ui/strings/ui_strings.grd',
1662 },
Vincent Scheibd5da4d952017-11-03 01:33:241663 'usb': {
1664 'filepath': '/usb/',
1665 },
Miguel Casas-Sancheza65d49a2017-12-11 03:27:481666 'vaapi': {
1667 'filepath': 'media/gpu/vaapi',
1668 },
[email protected]c73ec8ab2014-01-16 20:35:231669 'version_assembly': {
1670 'filepath': 'chrome/app/version_assembly',
1671 },
posciak62a72272016-05-11 08:31:241672 'video': {
1673 'filepath': 'content/browser/renderer_host/media/|'\
1674 'content/renderer/media/|'\
1675 'media/capture/video/|'\
1676 'media/filters/|'\
1677 'media/gpu/|'\
1678 '.*video.*',
1679 },
mcasas09e881c2016-04-09 02:09:501680 'video_capture': {
1681 'filepath': 'chrome/browser/media/.*(capture|media|webrtc)'\
1682 '|content/browser/renderer_host/media/.*(capture|media)'\
1683 '|content/renderer/media/.*(capture|media|webrtc)'\
1684 '|media/capture/'\
chfremer2a01a69b2017-01-06 02:39:011685 '|media/muxers/'\
1686 '|services/video_capture/',
mcasas09e881c2016-04-09 02:09:501687 },
Alexandre Courbot3e9e55a2018-04-05 05:29:421688 'video_gpu': {
1689 'filepath': 'content/renderer/media/|'\
1690 'media/capture/video/|'\
1691 'media/gpu/',
1692 },
[email protected]f76c8852012-06-21 16:37:001693 'views': {
1694 # Applies to all files and subdirs within this directory.
[email protected]f2f0fbb92012-07-14 15:52:491695 'filepath': '^ui/views/',
[email protected]f76c8852012-06-21 16:37:001696 },
[email protected]ef514a32014-02-26 01:02:351697 'virtual_keyboard': {
1698 'filepath': 'ui/keyboard/'\
oka47452c22017-02-17 05:07:571699 '|chrome/test/data/chromeos/virtual_keyboard/'\
1700 '|extensions/browser/api/virtual_keyboard_private/'\
James Cooka35a1e22017-04-08 02:33:081701 '|ash/system/virtual_keyboard/'\
oka47452c22017-02-17 05:07:571702 '|ash/virtual_keyboard',
[email protected]ef514a32014-02-26 01:02:351703 },
billorr3c7e1442016-11-11 21:21:351704 'virtual_reality': {
David Dorwina4a2b73c2018-05-18 22:39:561705 # Includes VR, AR, and XR.
Michael Thiessena7bec5b2018-07-12 19:10:041706 'filepath': '/vr/'\
David Dorwina4a2b73c2018-05-18 22:39:561707 '|/xr'\
Bill Orr165281bd2018-12-06 18:27:121708 '|isolated_xr_device'\
David Dorwina4a2b73c2018-05-18 22:39:561709 '|third_party/arcore'\
1710 '|third_party/gvr'\
1711 '|third_party/libovr'\
1712 '|third_party/openvr',
billorr3c7e1442016-11-11 21:21:351713 },
Chris Blumec6ddd6c2018-12-14 23:35:011714 'vulkan': {
1715 'filepath': 'gpu/vulkan'\
1716 '|third_party/vulkan'
1717 },
Vincent Scheibd5da4d952017-11-03 01:33:241718 'wake_lock': {
1719 'filepath': 'wake_lock',
1720 },
Dan Beam5dec1b42018-12-10 23:52:341721 'web_dev_style': {
1722 'filepath': 'tools/web_dev_style/'\
1723 '|styleguide/web/',
1724 },
Devin Mullins4ff9b282018-03-09 00:37:321725 'web_package': {
1726 'filepath': 'content/browser/loader/prefetch_url_loader'\
1727 '|content/browser/web_package/'\
Kunihiko Sakamotoba390852018-07-11 01:08:551728 '|content/test/data/sxg/'
Devin Mullins4ff9b282018-03-09 00:37:321729 },
Matt Giuca9eb910d2017-08-02 04:07:381730 'web_share': {
1731 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/webshare/'\
1732 '|chrome/android/javatests/src/org/chromium/chrome/browser/WebShare.*'\
1733 '|chrome/browser/ui/views/webshare/'\
1734 '|chrome/browser/webshare/'\
Kent Tamura77578cc2018-11-25 22:33:431735 '|third_party/blink/web_tests/webshare/'\
1736 '|third_party/blink/web_tests/external/wpt/web-share/'\
Blink Reformata30d4232018-04-07 15:31:061737 '|third_party/blink/public/platform/modules/webshare/'\
1738 '|third_party/blink/renderer/modules/webshare/',
Matt Giuca9eb910d2017-08-02 04:07:381739 },
Martin Kreichgauer794a18572018-07-20 20:45:431740 'webauthn': {
1741 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/webauth/'\
1742 '|chrome/android/javatests/src/org/chromium/chrome/browser/webauth/'\
1743 '|chrome/browser/webauthn/'\
1744 '|chrome/browser/ui/webauthn/'\
1745 '|chrome/browser/ui/views/webauthn/'\
1746 '|content/browser/webauth/'\
1747 '|device/fido/'\
1748 '|third_party/blink/public/platform/modules/webauth/',
1749 },
Corentin Wallez3f1d0852018-07-04 15:45:361750 'webgpu': {
1751 'filepath': 'third_party/blink/renderer/modules/webgpu/',
1752 },
Takeshi Yoshinoe387aa32017-08-02 13:16:131753 'webrtc_browser_tests': {
1754 'filepath': 'chrome/browser/media/.*webrtc.*browsertest|'\
1755 'content/browser/media/.*webrtc.*browsertest',
1756 },
[email protected]208879542012-07-05 11:15:341757 'website_settings': {
[email protected]f2f0fbb92012-07-14 15:52:491758 'filepath': 'chrome/browser/content_settings/'\
1759 '|chrome/browser/ui/views/website_settings/'\
1760 '|chrome/browser/ui/website_settings/'\
mukai077089f2014-09-11 18:41:521761 '|chrome/common/content_settings'\
1762 '|components/content_settings/',
[email protected]208879542012-07-05 11:15:341763 },
Dan Beam5dec1b42018-12-10 23:52:341764 'webui_backend': {
1765 'filepath': 'content/browser/webui/'\
1766 '|content/public/browser/web_ui*'\
1767 '|content/public/test/*web_ui*',
1768 },
[email protected]b17d9e02014-07-29 09:45:501769 'windows_sandboxing': {
1770 'filepath': 'sandbox/win/',
1771 },
[email protected]f76c8852012-06-21 16:37:001772 'x11': {
[email protected]f2f0fbb92012-07-14 15:52:491773 'filepath': 'content/browser/renderer_host/backing_store_x\.' \
1774 '|chrome/browser/chromeos/input_method/xkeyboard\.' \
1775 '|chrome/browser/chromeos/system_key_event_listener\.' \
[email protected]f76c8852012-06-21 16:37:001776 '|chrome/browser/chromeos/'\
[email protected]f2f0fbb92012-07-14 15:52:491777 'xinput_hierarchy_changed_event_listener\.' \
1778 '|chrome/browser/chromeos/wm_' \
1779 '|ui/base/x/'
[email protected]0d710852012-05-24 01:18:401780 },
Chris Blume04103c42018-12-14 22:46:061781 'zlib': {
1782 'filepath': 'third_party/zlib'
1783 },
wjmaclean3ff6a402015-03-31 19:00:201784 'zoom': {
1785 'filepath': 'chrome/browser/ui/zoom/' \
1786 '|components/ui/zoom/' \
1787 '|content/browser/host_zoom_*' \
1788 '|content/browser/storage_partition_impl*' \
1789 '|content/public/browser/host_zoom_map.h' \
1790 '|content/public/browser/storage_partition.h'
1791 },
[email protected]a3838612009-10-13 21:57:541792 },
[email protected]ca872e362011-07-12 21:06:031793
pennymac962d190432016-07-27 00:58:351794 ##############################################################################
1795 # Please keep alphabetical
1796 ##############################################################################
[email protected]a3838612009-10-13 21:57:541797 'WATCHLISTS': {
Joe Medley1e1bb652018-04-27 17:36:591798 'about_flags': ['[email protected]',
1799 '[email protected]'],
mazda6471d0e2015-10-02 06:32:551800 'accelerator_table': ['[email protected]',
[email protected]f76c8852012-06-21 16:37:001801 '[email protected]'],
dmazzoni5f4b7f12015-02-17 16:35:571802 'accessibility': ['[email protected]',
Aaron Leventhal978557022017-06-09 15:39:411803 '[email protected]',
dmazzoni5f4b7f12015-02-17 16:35:571804 '[email protected]',
dougtcd8ac01d2017-03-24 16:23:401805 '[email protected]',
[email protected]f76c8852012-06-21 16:37:001806 '[email protected]',
je_julie.kima170bac2015-05-06 14:57:541807 '[email protected]',
Katie Dektara52038e42017-12-06 21:00:311808 '[email protected]',
dmazzoni5f4b7f12015-02-17 16:35:571809 '[email protected]',
[email protected]f76c8852012-06-21 16:37:001810 '[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:261811 'add_to_homescreen': ['[email protected]',
Xi Han50f523a1d2017-07-19 15:56:111812 '[email protected]',
F07b660412017-08-01 20:53:061813 '[email protected]'],
Peter Wen35bf5932018-10-22 19:51:481814 'android_crash_reporting': ['[email protected]',
1815 '[email protected]'],
johnmaguire6aaac7902016-03-15 12:28:201816 'android_crazy_linker': ['[email protected]'],
Peter Wen35bf5932018-10-22 19:51:481817 'android_deps': ['[email protected]'],
dfalcantaraef21e9e2016-01-07 01:16:261818 'android_infobars': ['[email protected]'],
agrieve4d9c1c52016-09-23 17:49:381819 'android_infra': ['[email protected]',
Eric Stevenson1a03deb2018-06-22 20:40:131820 '[email protected]',
Andrew Grieve5babdbfc2017-08-16 01:26:491821 '[email protected]'],
Takeshi Yoshino524e1d262017-07-28 01:16:381822 'android_item_chooser_dialogs': ['[email protected]',
1823 '[email protected]'],
Peter Wen35bf5932018-10-22 19:51:481824 'android_lint': ['[email protected]'],
Daniele Castagna7c829d692018-02-12 16:09:081825 'android_media': ['[email protected]'],
Ted Choc042d8442018-03-13 16:35:571826 'android_search_widget': ['[email protected]',
1827 '[email protected]'],
nyquistf602bd02017-02-16 23:17:441828 'android_studio': ['[email protected]',
1829 '[email protected]'],
Daniele Castagna7c829d692018-02-12 16:09:081830 'android_tab': ['[email protected]'],
asvitkine361b276e2016-08-30 18:45:001831 'android_uma_settings': ['[email protected]',
1832 '[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:261833 'android_webapk': ['[email protected]'],
[email protected]7ca78dc12012-09-20 09:26:441834 'android_webview': ['[email protected]'],
Yi Guc1c54682018-07-23 12:00:001835 'animation_worklet': ['[email protected]',
1836 '[email protected]'],
Matt Giuca9eb910d2017-08-02 04:07:381837 'app_list': ['[email protected]'],
Dominick Ng45392562018-12-13 07:21:211838 'app_shortcuts': ['[email protected]',
1839 '[email protected]',
Dominick Ngdd2f0112018-07-18 01:41:551840 '[email protected]',
Matt Giuca9eb910d2017-08-02 04:07:381841 '[email protected]'],
pennymac962d190432016-07-27 00:58:351842 'apps': ['[email protected]',
Dominick Ngfe197c752018-07-18 00:51:261843 '[email protected]',
pennymac962d190432016-07-27 00:58:351844 '[email protected]'],
lhchavez4b19176f2016-05-04 23:12:461845 'arc': ['[email protected]',
hidehiko49f0b7c2016-05-24 10:59:471846 '[email protected]',
victorhsieh52feccd2017-02-27 18:27:021847 '[email protected]',
Junichi Uekawa38d20c12018-03-22 03:31:301848 '[email protected]',
1849 '[email protected]'],
lhchavez61532c92016-10-18 21:33:371850 'arc_auth': ['[email protected]'],
Ryo Hashimoto611b8fc52018-09-28 10:01:201851 'arc_common': ['[email protected]'],
Shuhei Takahashiaf68cff2017-07-24 05:17:121852 'arc_fileapi': ['[email protected]'],
Yuichiro Hanada2e111fb2018-11-19 17:33:051853 'arc_ime': ['[email protected]'],
poromov7633f602017-02-21 16:44:011854 'arc_kiosk': ['[email protected]'],
lhchavez4b19176f2016-05-04 23:12:461855 'arc_net': ['[email protected]',
1856 '[email protected]',
1857 '[email protected]'],
ejcarusoa298ec02016-06-16 20:30:431858 'arc_power': ['[email protected]'],
Hirokazu Hondaf98a3122018-04-12 11:19:481859 'arc_video_accelerator': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351860 'ash': ['[email protected]',
1861 '[email protected]'],
Xiaohui Chenf7e70a22018-02-08 00:36:381862 'assistant': ['[email protected]'],
Max Morin2b0206312018-04-06 11:17:401863 'audio_service': ['[email protected]',
1864 '[email protected]',
1865 '[email protected]'],
pennymac962d190432016-07-27 00:58:351866 'aura': ['[email protected]',
1867 '[email protected]'],
[email protected]c3a6e1e72013-08-02 00:13:071868 'aura_compositor': ['[email protected]',
1869 '[email protected]',
pennymac962d190432016-07-27 00:58:351870 '[email protected]',
danakj3695c582016-10-26 21:54:431871 '[email protected]'],
Jared Saul4765c1e2018-06-18 13:44:571872 'autofill': ['[email protected]',
1873 '[email protected]',
sebsg55d59d82018-06-19 18:29:521874 '[email protected]',
sebsgbbfbea02016-10-24 21:54:591875 '[email protected]',
Anthony Vallee-Dubois866affd22018-03-19 15:13:211876 '[email protected]',
Jared Saul4765c1e2018-06-18 13:44:571877 '[email protected]',
Vaclav Brozek9048a1222018-11-30 08:11:501878 '[email protected]'],
Mathias Carlenc61d8072018-08-21 16:18:241879 'autofill_assistant': ['[email protected]'],
Jared Saul4765c1e2018-06-18 13:44:571880 'autofill_credit_cards': ['[email protected]'],
Dan Elphick08d1fd42018-04-26 10:22:331881 'background_fetch': ['[email protected]',
Mugdha Lakhani6876ba12018-04-06 13:12:281882 '[email protected]',
Dan Elphick08d1fd42018-04-26 10:22:331883 '[email protected]'],
Jason Chasedfcd02b2018-08-10 21:07:491884 'background_sync': ['[email protected]',
Rayan Kanso253399c2018-11-07 19:28:251885 '[email protected]',
1886 '[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:261887 'banners': ['[email protected]',
Xi Han50f523a1d2017-07-19 15:56:111888 '[email protected]',
F07b660412017-08-01 20:53:061889 '[email protected]'],
Takeshi Yoshino524e1d262017-07-28 01:16:381890 'base': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:191891 'base_allocator': ['[email protected]',
[email protected]b17d9e02014-07-29 09:45:501892 '[email protected]'],
[email protected]1ed5e0fd2012-07-19 00:19:051893 'base_memory': ['[email protected]'],
Alexander Timin864bf8a02018-03-12 11:06:281894 'base_scheduler': ['[email protected]'],
robliao1644d8b2016-04-11 15:39:591895 'base_task_scheduler': ['[email protected]',
1896 '[email protected]',
1897 '[email protected]'],
pennymac962d190432016-07-27 00:58:351898 'base_win': ['[email protected]',
Robert Liao27a2fa12017-10-20 18:34:481899 '[email protected]',
pennymac962d190432016-07-27 00:58:351900 '[email protected]'],
[email protected]7e093d4022014-06-26 19:19:551901 'battery_status': ['[email protected]'],
wnwen72684762017-03-29 13:28:371902 'binary_size': ['[email protected]',
Peter Wen35bf5932018-10-22 19:51:481903 '[email protected]'],
pennymac962d190432016-07-27 00:58:351904 'blink': ['[email protected]'],
1905 'blink_accessibility': ['[email protected]',
1906 '[email protected]',
dougtcd8ac01d2017-03-24 16:23:401907 '[email protected]',
horo8e9a01572016-07-27 06:05:311908 '[email protected]',
pennymac962d190432016-07-27 00:58:351909 '[email protected]'],
1910 'blink_animation': ['[email protected]',
1911 '[email protected]',
1912 '[email protected]',
1913 '[email protected]',
1914 '[email protected]'],
1915 'blink_app_banner': ['[email protected]'],
1916 'blink_audio': ['[email protected]',
1917 '[email protected]'],
1918 'blink_battery_status': ['[email protected]',
1919 '[email protected]'],
pennymac962d190432016-07-27 00:58:351920 'blink_bindings': ['[email protected]'],
jbroman9ac2d532016-09-01 18:20:081921 'blink_bindings_serialization': ['[email protected]'],
Conley Owensd744e392018-04-24 19:18:571922 'blink_bluetooth': ['[email protected]',
Ovidio Henriquez86333882018-11-05 18:25:211923 '[email protected]',
1924 '[email protected]'],
Fernando Serboncinife13f9d2018-08-14 13:35:541925 'blink_canvas': [ '[email protected]',
Fernando Serboncinie802c9f2018-11-06 19:17:111926 '[email protected]'],
pennymac962d190432016-07-27 00:58:351927 'blink_client_hints': ['[email protected]'],
1928 'blink_clipboard': ['[email protected]'],
Kinuko Yasuda4a342642018-03-01 09:29:551929 'blink_common': ['[email protected]',
1930 '[email protected]'],
Kentaro Hara993b0de2017-08-07 02:26:371931 'blink_controller': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351932 'blink_css': ['[email protected]',
1933 '[email protected]',
danakjc1e13d4e2018-05-04 21:34:421934 '[email protected]'],
pennymac962d190432016-07-27 00:58:351935 'blink_css_flexbox': ['[email protected]'],
Morten Stenshorne4f1b3022017-11-14 12:05:371936 'blink_css_fragmentation_tests': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351937 'blink_css_grid_layout': ['[email protected]',
horo8e9a01572016-07-27 06:05:311938 '[email protected]',
pennymac962d190432016-07-27 00:58:351939 '[email protected]'],
Dimitri Glazkov33286c62017-12-08 23:34:251940 'blink_custom_elements': ['[email protected]'],
Oksana Zhuravlova5e236ec92018-07-25 00:16:031941 'blink_device_orientation': ['[email protected]',
1942 '[email protected]',
1943 '[email protected]',
pennymac962d190432016-07-27 00:58:351944 '[email protected]'],
1945 'blink_devtools': ['[email protected]',
1946 '[email protected]',
1947 '[email protected]',
1948 '[email protected]',
1949 '[email protected]',
lushnikovc5bd7ca2016-07-27 17:19:391950 '[email protected]'],
pennymac962d190432016-07-27 00:58:351951 'blink_dom': ['[email protected]',
danakjc1e13d4e2018-05-04 21:34:421952 '[email protected]'],
Hayato Ito5fc828c2017-07-05 08:02:321953 'blink_dom_events': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351954 'blink_events': ['[email protected]',
pennymac962d190432016-07-27 00:58:351955 '[email protected]',
1956 '[email protected]'],
1957 'blink_fetch': ['[email protected]',
1958 '[email protected]',
Takeshi Yoshino9d7588a32017-07-31 07:17:341959 '[email protected]'],
pennymac962d190432016-07-27 00:58:351960 'blink_fileapi': ['[email protected]',
1961 '[email protected]',
1962 '[email protected]'],
haraken98d0827a2017-02-27 00:55:191963 'blink_frames': ['[email protected]'],
Mounir Lamouria33886c2018-02-07 10:00:371964 'blink_geolocation': ['[email protected]'],
Nico Weberb6975cc2018-06-19 10:51:451965 'blink_heap': ['[email protected]',
pennymac962d190432016-07-27 00:58:351966 '[email protected]',
1967 '[email protected]'],
Dimitri Glazkov33286c62017-12-08 23:34:251968 'blink_html': ['[email protected]'],
csharrisonf357e9632016-07-29 01:27:221969 'blink_htmlparser': ['[email protected]',
1970 '[email protected]'],
Chris Blume484eaa1b2018-12-14 22:49:181971 'blink_image_codecs': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351972 'blink_indexed_db': ['[email protected]',
1973 '[email protected]'],
1974 'blink_input': ['[email protected]',
Navid Zolghadrf7ac0562018-08-02 21:43:161975 '[email protected]'],
pennymac962d190432016-07-27 00:58:351976 'blink_layers': ['[email protected]'],
1977 'blink_layout': ['[email protected]',
1978 '[email protected]',
pennymac962d190432016-07-27 00:58:351979 '[email protected]',
1980 '[email protected]',
1981 '[email protected]'],
Ojan Vafai1fa1ec52018-04-11 17:56:401982 'blink_layout_ng': ['[email protected]',
atotic30c8eba2016-10-28 13:24:071983 '[email protected]',
dgroganf9744ea2017-01-18 23:23:261984 '[email protected]',
lchoi2ba79a72017-05-25 00:23:051985 '[email protected]',
Xiaocheng Hu8bd4d8072017-10-25 23:44:321986 '[email protected]',
1987 '[email protected]'],
pennymac962d190432016-07-27 00:58:351988 'blink_loader': ['[email protected]',
1989 '[email protected]',
Takeshi Yoshinoab2ce8562017-11-09 05:19:191990 '[email protected]'],
pennymac962d190432016-07-27 00:58:351991 'blink_media': ['[email protected]',
1992 '[email protected]',
srirama.mdec4f512016-09-06 08:22:191993 '[email protected]',
1994 '[email protected]'],
pennymac962d190432016-07-27 00:58:351995 'blink_media_queries': ['[email protected]',
1996 '[email protected]'],
mcasas9558316b2017-03-10 18:57:311997 'blink_mediastream': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351998 'blink_modules': ['[email protected]'],
1999 'blink_navigator_content_utils': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352000 'blink_out_of_process_frames': ['[email protected]',
2001 '[email protected]'],
pennymac962d190432016-07-27 00:58:352002 'blink_paint' : ['[email protected]',
chrishtr4030de342016-10-03 23:57:592003 '[email protected]'],
Xida Chen0ef92782018-01-17 05:53:352004 'blink_paintworklet' : ['[email protected]'],
Balazs Engedy23f08852018-09-24 23:39:582005 'blink_permissions': ['[email protected]',
2006 '[email protected]'],
kinukoc462adb2016-12-22 12:58:492007 'blink_platform': ['[email protected]'],
ajumabd2c9c22017-05-01 21:29:502008 'blink_platform_graphics': ['[email protected]',
pennymac962d190432016-07-27 00:58:352009 '[email protected]',
2010 '[email protected]',
2011 '[email protected]',
fmalita9710b732017-02-17 05:10:022012 '[email protected]',
Fernando Serboncinie802c9f2018-11-06 19:17:112013 '[email protected]',
pennymac962d190432016-07-27 00:58:352014 '[email protected]',
pennymac962d190432016-07-27 00:58:352015 '[email protected]'],
Takeshi Yoshino524e1d262017-07-28 01:16:382016 'blink_preloadScanner': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352017 'blink_prerender': ['[email protected]',
2018 '[email protected]'],
Dimitri Glazkov33286c62017-12-08 23:34:252019 'blink_public_api': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352020 'blink_quota': ['[email protected]',
2021 '[email protected]',
2022 '[email protected]'],
Alexander Timin864bf8a02018-03-12 11:06:282023 'blink_scheduler': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352024 'blink_screen_orientation': ['[email protected]'],
Kouhei Ueno43382932017-05-30 04:43:572025 'blink_script': ['[email protected]',
Takayoshi Kochi57997382018-07-19 03:57:592026 '[email protected]'],
David Bokan9dc0046272017-12-29 00:28:012027 'blink_scroll': ['[email protected]'],
Matt Falkenhagenca7fbb62018-07-10 09:21:432028 'blink_service_worker': ['[email protected]',
pennymac962d190432016-07-27 00:58:352029 '[email protected]',
2030 '[email protected]',
2031 '[email protected]',
pennymac962d190432016-07-27 00:58:352032 '[email protected]',
2033 '[email protected]',
tzik749ae1e2018-07-20 05:05:012034 '[email protected]'],
Matt Falkenhagenca7fbb62018-07-10 09:21:432035 'blink_service_worker_tests': ['[email protected]'],
Hayato Ito5fc828c2017-07-05 08:02:322036 'blink_shadow_dom': ['[email protected]'],
Rachel Blum41788872018-10-25 20:54:012037 'blink_spellcheck' : ['[email protected]',
Xiaocheng Hu8bd4d8072017-10-25 23:44:322038 '[email protected]'],
Adam Rice027497d2018-07-27 02:17:022039 'blink_streams': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352040 'blink_style': ['[email protected]'],
2041 'blink_svg': ['[email protected]',
fmalita9710b732017-02-17 05:10:022042 '[email protected]',
pennymac962d190432016-07-27 00:58:352043 '[email protected]',
pennymac962d190432016-07-27 00:58:352044 '[email protected]',
2045 '[email protected]',
pennymac962d190432016-07-27 00:58:352046 '[email protected]'],
pennymac962d190432016-07-27 00:58:352047 'blink_track': ['[email protected]',
2048 '[email protected]',
2049 '[email protected]',
Sriram8d3e0e22017-11-09 10:40:162050 '[email protected]',
2051 '[email protected]'],
mvanouwerkerk38f632c62017-04-13 10:35:312052 'blink_vibration': ['[email protected]'],
David Bokan9dc0046272017-12-29 00:28:012053 'blink_viewport_interaction': ['[email protected]',
2054 '[email protected]'],
pennymac962d190432016-07-27 00:58:352055 'blink_w3ctests': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352056 'blink_webp': ['[email protected]',
2057 '[email protected]',
2058 '[email protected]'],
Adam Rice027497d2018-07-27 02:17:022059 'blink_websockets': ['[email protected]',
2060 '[email protected]'],
pennymac962d190432016-07-27 00:58:352061 'blink_workers': ['[email protected]',
falken6731ece42016-10-12 01:41:502062 '[email protected]',
pennymac962d190432016-07-27 00:58:352063 '[email protected]',
shimazu99de61f2016-09-07 03:57:412064 '[email protected]',
2065 '[email protected]'],
Raphael Kubo da Costaae598192018-05-29 11:14:242066 'blink_wtf': ['[email protected]'],
Joel Hockey0db16432018-03-09 22:41:492067 'blink_xml': ['[email protected]',
2068 '[email protected]'],
noyauce460872016-09-09 11:54:002069 'bookmarks': ['[email protected]'],
donnd787f6ed2016-08-03 01:00:562070 'bottombar': ['[email protected]',
2071 '[email protected]'],
Tarun Bansalc4882282018-07-11 23:53:552072 'breve': ['[email protected]'],
[email protected]22650d22012-07-18 17:02:352073 'browser_components': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352074 'browser_compositor': ['[email protected]',
2075 '[email protected]'],
michaelpge42ca3b32016-02-19 08:17:572076 'browser_resources_md': ['[email protected]'],
Christian Dullwebered2c82b2018-04-10 08:37:222077 'browsing_data': ['[email protected]',
2078 '[email protected]',
msramek878b39d92016-04-20 07:55:332079 '[email protected]'],
Rouslan Solomakhin0b13446c2018-07-18 14:47:072080 'bubble': ['[email protected]'],
Josh Karlin1bd016742017-08-18 17:44:172081 'cache_storage': ['[email protected]'],
Xiangjun Zhang880262a2018-08-07 22:35:382082 'cast': ['[email protected]',
2083 '[email protected]',
miua1710162015-08-27 01:38:092084 '[email protected]',
[email protected]ad8ff0e2013-12-13 09:24:122085 '[email protected]',
miua1710162015-08-27 01:38:092086 '[email protected]',
Xiangjun Zhang880262a2018-08-07 22:35:382087 '[email protected]',
miua1710162015-08-27 01:38:092088 '[email protected]'],
ryanchung4d157372016-05-10 20:27:162089 'cast_certificate': ['[email protected]',
mfoltz57fd7f32017-05-03 06:12:582090 '[email protected]',
ryanchung24f9d7b2017-01-12 19:18:342091 '[email protected]'],
Adam Parkera556b7a2018-05-22 17:53:192092 'cast_channel': ['[email protected]',
Adam Parker41b9e4cb2017-08-14 17:09:122093 '[email protected]',
Ryan Ki Sing Chung27cc7ed92017-07-25 21:53:472094 '[email protected]'],
[email protected]c863702a2012-09-14 20:05:282095 'cc': ['[email protected]'],
Yi Guc1c54682018-07-23 12:00:002096 'cc-animation': ['[email protected]',
2097 '[email protected]'],
danakjca574522017-09-20 16:38:592098 'cc-contexts': ['[email protected]'],
2099 'cc-display': ['[email protected]'],
2100 'cc-paint': ['[email protected]'],
2101 'cc-quads': ['[email protected]'],
2102 'cc-resources': ['[email protected]'],
Alexander Timin864bf8a02018-03-12 11:06:282103 'cc-scheduler': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352104 'certificate_transparency': ['[email protected]',
2105 '[email protected]',
martijnccdd0542016-11-07 18:49:272106 '[email protected]',
pennymac962d190432016-07-27 00:58:352107 '[email protected]'],
Joe Mason60ec2f32018-02-15 15:50:512108 'chrome_cleaner': ['[email protected]',
Joe Mason89035f02018-11-30 22:12:542109 '[email protected]'],
Penny MacNeil0ced2cb2018-07-30 21:09:492110 'chrome_elf': ['[email protected]'],
lpy0ca13772017-02-28 19:48:272111 'chrome_grc': ['[email protected]'],
[email protected]d5b21972012-07-20 02:06:012112 'chrome_views': ['[email protected]'],
alokp9d869cc12016-05-27 01:46:312113 'chromecast': ['[email protected]',
2114 '[email protected]',
halliwellfa56b3a42015-09-04 21:42:572115 '[email protected]'],
gfhuang2548f902016-02-26 02:29:212116 'chromecast_public': ['[email protected]'],
kereliuk08eda794c2018-09-05 16:10:232117 'chromedriver': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352118 'chromeos': ['[email protected]'],
2119 'chromeos_attestation': ['[email protected]'],
2120 'chromeos_calculator': ['[email protected]'],
alematec5187b1b2016-08-26 05:32:182121 'chromeos_geolocation': ['[email protected]'],
Achuith Bhandarkar434e24592018-03-07 23:05:122122 'chromeos_lkgm': ['[email protected]',
Benjamin Pastened7029352018-04-17 19:09:102123 '[email protected]',
Achuith Bhandarkar434e24592018-03-07 23:05:122124 '[email protected]'],
alematec5187b1b2016-08-26 05:32:182125 'chromeos_login': ['[email protected]',
Jacob Dufaulted1ef2bc2018-08-10 18:21:342126 '[email protected]',
2127 '[email protected]'],
pennymac962d190432016-07-27 00:58:352128 'chromeos_net': ['[email protected]'],
2129 'chromeos_power': ['[email protected]'],
alematec5187b1b2016-08-26 05:32:182130 'chromeos_timezone': ['[email protected]'],
2131 'chromeos_webui': ['[email protected]'],
Daniel Cheng99312b632017-10-25 03:59:492132 'clang_update': ['[email protected]',
2133 '[email protected]',
thestigf023ccc2016-11-10 14:39:152134 '[email protected]',
[email protected]cf8ffa82013-02-13 08:30:072135 '[email protected]',
George Burgess IVbbcd9912018-04-17 14:59:282136 '[email protected]',
pennymac962d190432016-07-27 00:58:352137 '[email protected]',
rnk28bbd1772016-05-04 17:57:582138 '[email protected]',
Hans Wennborgf2eb949e2018-05-08 12:45:032139 '[email protected]',
Peter Collingbourne1ac5f712018-03-30 22:15:132140 '[email protected]',
rnk28bbd1772016-05-04 17:57:582141 '[email protected]',
pennymac962d190432016-07-27 00:58:352142 '[email protected]',
thestigf023ccc2016-11-10 14:39:152143 '[email protected]',
pennymac962d190432016-07-27 00:58:352144 '[email protected]',
horo8e9a01572016-07-27 06:05:312145 '[email protected]',
pennymac962d190432016-07-27 00:58:352146 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002147 'clipboard': ['[email protected]'],
Aaron Gable64f273582017-03-30 18:02:002148 'codereview_settings': ['[email protected]'],
sdefresned94c5b02015-07-22 17:54:552149 'components_deps': ['[email protected]',
2150 '[email protected]',
2151 '[email protected]'],
Conley Owensd744e392018-04-24 19:18:572152 'content_bluetooth': ['[email protected]',
Vincent Scheibf01b55ff22018-01-10 21:05:062153 '[email protected]'],
Randy Smith9d64e6e2018-03-07 20:07:082154 'content_loader': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352155 'content_renderer': ['[email protected]'],
mkwst75a31a42014-09-14 18:32:532156 'content_shell': ['[email protected]',
peterc9e3e172015-11-02 09:29:162157 '[email protected]',
2158 '[email protected]'],
nhiroki90ba0102015-07-21 01:42:242159 'content_worker': ['[email protected]',
2160 '[email protected]'],
donnd787f6ed2016-08-03 01:00:562161 'contextual_search': ['[email protected]',
2162 '[email protected]'],
pennymac962d190432016-07-27 00:58:352163 'courgette': ['[email protected]',
2164 '[email protected]'],
Nico Weber6ff639a2017-08-11 21:04:502165 'cq': ['[email protected]',
2166 '[email protected]',
2167 '[email protected]',
2168 '[email protected]',
2169 '[email protected]'],
Dan Beam5dec1b42018-12-10 23:52:342170 'cr_elements': ['[email protected]',
2171 '[email protected]',
michaelpge42ca3b32016-02-19 08:17:572172 '[email protected]'],
Chung-yih Wang7afc64a2018-03-06 02:09:042173 'cros_benchmarks': ['[email protected]',
2174 '[email protected]',
2175 '[email protected]'],
Ben Wells03471a72018-03-22 00:58:462176 'crostini': ['[email protected]'],
Peter Beverloob90e4c32018-12-07 14:27:192177 'custom_tabs': ['[email protected]',
2178 '[email protected]',
Peter Beverloo5cc24512018-11-29 15:36:432179 '[email protected]',
2180 '[email protected]',
2181 '[email protected]'],
Ryo Hashimoto900be52c2018-05-24 06:42:262182 'dbus': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:192183 'deep_memory_profiler': ['[email protected]'],
Conley Owensd744e392018-04-24 19:18:572184 'device_bluetooth': ['[email protected]',
Vincent Scheibf01b55ff22018-01-10 21:05:062185 '[email protected]'],
Conley Owensd744e392018-04-24 19:18:572186 'device_chooser': ['[email protected]',
Ovidio Henriquez86333882018-11-05 18:25:212187 '[email protected]',
2188 '[email protected]'],
pennymac962d190432016-07-27 00:58:352189 'devtools': ['[email protected]',
2190 '[email protected]'],
Adam Parkera556b7a2018-05-22 17:53:192191 'dial': ['[email protected]',
mfoltz57fd7f32017-05-03 06:12:582192 '[email protected]'],
kinukoc462adb2016-12-22 12:58:492193 'disk_cache': ['[email protected]'],
David Trainor051827f2017-06-02 18:33:132194 'download': ['[email protected]'],
Dan Beam5dec1b42018-12-10 23:52:342195 'downloads_ui': ['[email protected]',
2196 '[email protected]'],
[email protected]9a3781d2013-04-04 18:31:402197 'drive': ['[email protected]'],
[email protected]89d2cd52013-04-16 01:55:362198 'drive_resource_metadata': ['[email protected]'],
[email protected]3a25c8a2014-06-26 06:47:102199 'eme': ['[email protected]'],
Justin DeWittf64d39e2018-08-09 21:33:412200 'explore_sites': ['[email protected]',
2201 '[email protected]',
2202 '[email protected]',
Pete Williamson3600f2d2018-09-24 17:31:112203 '[email protected]',
2204 '[email protected]'],
[email protected]f9529e7922013-06-06 05:19:412205 'extension': ['[email protected]',
2206 '[email protected]'],
Luna Lu7f221f22017-06-13 16:46:142207 'feature_policy': ['[email protected]',
Joe Medleya129fe32018-01-25 15:20:222208 '[email protected]',
Joe Medley1e1bb652018-04-27 17:36:592209 '[email protected]'],
[email protected]84dcfd92014-05-23 13:18:192210 'fileapi': ['[email protected]',
[email protected]6f217122013-11-25 07:21:482211 '[email protected]',
2212 '[email protected]'],
yoshiki1c0ba2782014-12-08 07:04:262213 'filebrowse': ['[email protected]'],
Joel Hockey0db16432018-03-09 22:41:492214 'filesapp': ['[email protected]',
2215 '[email protected]',
okab0be3dc2016-08-30 07:37:102216 '[email protected]'],
Tomasz Mikolajewski2905dbb2017-11-22 06:24:042217 'fsp': ['[email protected]'],
Wez385de5a2017-07-13 20:13:162218 'fuchsia': ['[email protected]', '[email protected]'],
mmoroz58ddb8172016-09-08 18:29:552219 'fuzzing': ['[email protected]'],
Conley Owensd744e392018-04-24 19:18:572220 'gamepad': ['[email protected]'],
Dan Elphick7c3105252017-11-06 15:51:472221 'gcm': ['[email protected]',
pennymac962d190432016-07-27 00:58:352222 '[email protected]'],
Raphael Kubo da Costab8111f9f2018-10-04 14:24:232223 'generic_sensor': ['[email protected]',
Vincent Scheibd5da4d952017-11-03 01:33:242224 '[email protected]',
timvolodine4cf58ca2017-05-24 16:11:482225 '[email protected]',
mikhail.pozdnyakova8db26402016-11-28 18:27:122226 '[email protected]'],
Conley Owensd744e392018-04-24 19:18:572227 'geolocation': ['[email protected]',
Vincent Scheibf01b55ff22018-01-10 21:05:062228 '[email protected]'],
[email protected]cf428f732012-10-02 20:48:152229 'gfx_geometry': ['[email protected]'],
[email protected]f93b7382012-08-09 20:53:162230 'gfx_image': ['[email protected]'],
agrieve4d9c1c52016-09-23 17:49:382231 'gn': ['[email protected]',
2232 '[email protected]',
pennymac962d190432016-07-27 00:58:352233 '[email protected]'],
[email protected]a6159102013-11-08 23:21:522234 'gpu': ['[email protected]'],
Corentin Wallez3f1d0852018-07-04 15:45:362235 'gpu_passthrough_cmd_decoder': ['[email protected]'],
Ehsan Karamadc20cee22018-08-10 21:32:332236 'guest_view': ['[email protected]',
Kevin McNee77c2f6b2018-08-14 21:43:582237 '[email protected]',
Ehsan Karamadc20cee22018-08-10 21:32:332238 '[email protected]'],
Andrey Kosyakova173d252018-05-07 18:29:112239 'headless': ['[email protected]'],
Dan Beam5dec1b42018-12-10 23:52:342240 'history_ui': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002241 'i18n': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002242 'importer': ['[email protected]'],
Greg Thompson4f90fc992017-07-25 19:30:372243 'incident_reporting': ['[email protected]'],
[email protected]8b250562014-08-12 19:07:452244 'indexed_db': ['[email protected]',
dgrogand792a7f2016-01-21 00:12:132245 '[email protected]'],
John Budorickf6a1c302018-10-29 16:32:482246 'infra': ['[email protected]'],
bruthigaa8281f2016-02-09 17:52:312247 'ink_drop': ['[email protected]'],
dtapuska1f997a12016-03-14 19:22:072248 'input': ['[email protected]'],
Michael Spang808d5c12018-10-23 19:20:392249 'input_devices': ['[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:262250 'installable': ['[email protected]'],
Raphael Kubo da Costaf242cef72017-11-08 16:01:182251 'installer_linux': ['[email protected]',
2252 '[email protected]'],
Greg Thompson4f90fc992017-07-25 19:30:372253 'installer_win': ['[email protected]',
Greg Thompson4f90fc992017-07-25 19:30:372254 '[email protected]'],
Ramya Nagarajan7768bf62018-11-28 21:26:042255 'instant': ['[email protected]',
2256 '[email protected]',
2257 '[email protected]',
2258 '[email protected]'],
edchin46453b42017-03-03 01:40:112259 'ios': ['[email protected]'],
2260 'ios_chrome': ['[email protected]',
eugenebutb5a5a8572017-01-20 01:18:112261 '[email protected]'],
edchin46453b42017-03-03 01:40:112262 'ios_clean': ['[email protected]',
lpromero6846b19d2017-05-23 10:43:592263 '[email protected]'],
Eric Noyaua1825272019-01-02 10:36:392264 'ios_flags': ['[email protected]'],
edchin46453b42017-03-03 01:40:112265 'ios_showcase': ['[email protected]',
lpromero6846b19d2017-05-23 10:43:592266 '[email protected]'],
edchin46453b42017-03-03 01:40:112267 'ios_web': ['[email protected]',
2268 '[email protected]'],
Johanndfa4d7d2017-12-07 18:05:292269 'libaom': ['[email protected]',
pennymac962d190432016-07-27 00:58:352270 '[email protected]',
2271 '[email protected]',
2272 '[email protected]'],
Johanndfa4d7d2017-12-07 18:05:292273 'libvpx': ['[email protected]',
2274 '[email protected]',
2275 '[email protected]',
2276 '[email protected]',
2277 '[email protected]',
2278 '[email protected]'],
Takeshi Yoshino524e1d262017-07-28 01:16:382279 'libwebp': ['[email protected]',
2280 '[email protected]',
2281 '[email protected]'],
dominiccabb90e02017-03-31 04:54:232282 'libxml_xslt': ['[email protected]',
2283 '[email protected]'],
[email protected]04a292a2013-03-07 19:58:422284 'linux_fonts': ['[email protected]'],
[email protected]6d7e0bf2014-07-28 22:30:402285 'linux_sandboxing': ['[email protected]'],
[email protected]04a292a2013-03-07 19:58:422286 'linux_seccomp_bpf': ['[email protected]'],
lgrey62faed72016-10-11 21:40:392287 'mac' : ['[email protected]'],
mlamourid8b0feb2015-06-02 16:30:472288 'manifest': ['[email protected]'],
James Cook4bfa66fa2018-05-29 17:20:422289 'mash_buildbot_filters': ['[email protected]',
2290 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002291 'media': ['[email protected]'],
Miguel Casas-Sanchez5eb47252017-09-05 21:15:032292 'media_capture_from_element': ['[email protected]'],
Tommy Steimel074a1822018-02-07 17:25:442293 'media_controls': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352294 'media_galleries': ['[email protected]',
2295 '[email protected]'],
Hirokazu Hondae31ce109a2018-09-18 11:18:502296 'media_gpu': ['[email protected]'],
Xiaohan Wang6cbdcdf2018-06-12 21:55:542297 'media_mojo': ['[email protected]',
2298 '[email protected]'],
mcasasfeedbe42017-03-03 05:23:562299 'media_recorder': ['[email protected]',
mcasas9558316b2017-03-10 18:57:312300 '[email protected]'],
Xiangjun Zhang880262a2018-08-07 22:35:382301 'media_remoting': ['[email protected]',
2302 '[email protected]',
mfoltz57fd7f32017-05-03 06:12:582303 '[email protected]',
apacible01538e02016-11-04 22:15:312304 '[email protected]',
Xiangjun Zhang880262a2018-08-07 22:35:382305 '[email protected]',
miu5e69f1c52016-10-23 13:40:112306 '[email protected]'],
Adam Parkera556b7a2018-05-22 17:53:192307 'media_router': ['[email protected]',
Takumi Fujimoto4bef2792018-05-03 17:51:552308 '[email protected]',
Xiangjun Zhang880262a2018-08-07 22:35:382309 '[email protected]',
Takumi Fujimoto4bef2792018-05-03 17:51:552310 '[email protected]'],
Xiaohan Wang6cbdcdf2018-06-12 21:55:542311 'media_win': ['[email protected]'],
fmeawad4582cd22017-03-30 20:59:362312 'memory_coordinator': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002313 'message_loop': ['[email protected]'],
isherman1eee6f12014-12-09 02:14:302314 'metrics': ['[email protected]'],
[email protected]1d8899ee2014-06-10 20:58:122315 'metrics_xml_files': ['[email protected]'],
toyoshim8f51f902015-03-27 03:50:212316 'midi': ['[email protected]'],
John Abd-El-Malek01cfd3f2018-06-21 16:33:122317 'mojo': ['[email protected]'],
Ryan Hansberry587c8082018-09-20 01:31:192318 'multidevice': ['[email protected]',
Ryan Hansberry786f1912018-10-30 21:21:392319 '[email protected]',
Ryan Hansberry587c8082018-09-20 01:31:192320 '[email protected]',
Kyle Horimotoc4d57b122018-02-28 01:17:302321 '[email protected]',
2322 '[email protected]',
2323 '[email protected]',
Ryan Hansberry587c8082018-09-20 01:31:192324 '[email protected]'],
rjkroegef60dea862015-10-29 17:50:062325 'mus': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002326 'nacl': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352327 'native_client_sdk': ['[email protected]',
2328 '[email protected]'],
Alex Moshchuk3fbcf782018-05-09 00:06:292329 'navigation': ['[email protected]',
2330 '[email protected]',
pennymac962d190432016-07-27 00:58:352331 '[email protected]'],
Chris Bentzel605478a2018-07-10 21:47:012332 'net': ['[email protected]'],
bnc1872e8bd2017-01-27 02:47:282333 'net_base': ['[email protected]'],
bnc1872e8bd2017-01-27 02:47:282334 'net_http2': ['[email protected]'],
2335 'net_log': ['[email protected]',
Matt Menkecebc2402017-07-20 16:26:092336 '[email protected]'],
Adam Rice027497d2018-07-27 02:17:022337 'net_server': ['[email protected]'],
bnc1872e8bd2017-01-27 02:47:282338 'net_spdy': ['[email protected]'],
Adam Rice027497d2018-07-27 02:17:022339 'net_websockets': ['[email protected]'],
jkarlin539748402015-03-31 17:36:312340 'netinfo': ['[email protected]'],
Helen Li30f43d8e2018-05-09 16:24:012341 'network_service': ['[email protected]'],
Conley Owensd744e392018-04-24 19:18:572342 'nfc': ['[email protected]'],
Peter Beverloo45bf54c2018-08-06 17:12:032343 'notifications': ['[email protected]'],
tbansalc6f1c9f2016-09-30 22:48:422344 'nqe': ['[email protected]'],
Eric Noyaua1825272019-01-02 10:36:392345 'ntp_snippets': ['[email protected]'],
2346 'ntp_tiles': ['[email protected]'],
peterc7e27422017-05-17 04:05:282347 'offline_items_collection': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352348 'offline_pages': ['[email protected]',
Carlos Knippschild6a2e2f02017-06-02 18:18:142349 '[email protected]',
pennymac962d190432016-07-27 00:58:352350 '[email protected]',
2351 '[email protected]',
dewittj74b23f6f2016-04-21 19:29:252352 '[email protected]',
2353 '[email protected]',
pennymac962d190432016-07-27 00:58:352354 '[email protected]'],
jdonnelly6fa5a21d2017-01-03 15:28:352355 'omnibox': ['[email protected]'],
Sophie Chang76811dfb2018-12-20 21:40:472356 'optimization_guide': ['[email protected]'],
iclelland8b904402016-10-05 15:01:232357 'origin_trials': ['[email protected]',
Ian Clelland1b27f8f62017-06-22 13:36:242358 '[email protected]'],
pennymac962d190432016-07-27 00:58:352359 'ozone': ['[email protected]',
Maksim Sisovdd171472018-10-01 19:51:032360 '[email protected]',
pennymac962d190432016-07-27 00:58:352361 '[email protected]'],
Sergey Ulanov004097c2018-11-05 23:29:282362 'ozone_scenic': ['[email protected]',
Sergey Ulanovac3ba332018-11-08 00:16:452363 '[email protected]',
Sergey Ulanov004097c2018-11-05 23:29:282364 '[email protected]',
2365 '[email protected]',
2366 '[email protected]'],
Emily Stark204d2382017-12-01 05:24:562367 'page_info' : ['[email protected]'],
Bryan McQuade4233f412017-07-28 16:23:412368 'page_load_metrics' : ['[email protected]',
2369 '[email protected]',
tdresserd80646f2017-03-03 19:26:082370 '[email protected]',
2371 '[email protected]'],
Daniel Cheng99312b632017-10-25 03:59:492372 'panels': ['[email protected]',
pennymac962d190432016-07-27 00:58:352373 '[email protected]',
2374 '[email protected]'],
mkwst17a9875d2016-06-24 10:36:392375 'password_manager': ['[email protected]',
Vasilii Sukhanovc4e6c2842018-07-18 12:12:202376 '[email protected]'],
sebsgbbfbea02016-10-24 21:54:592377 'payments': ['[email protected]',
mahmadi0a7bb59f2017-02-22 19:13:492378 '[email protected]',
Anthony Vallee-Dubois866affd22018-03-19 15:13:212379 '[email protected]',
2380 '[email protected]'],
mahmadi0a7bb59f2017-02-22 19:13:492381 'payments_ios': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352382 'pepper_api': ['[email protected]',
2383 '[email protected]',
2384 '[email protected]',
2385 '[email protected]',
2386 '[email protected]',
pennymac962d190432016-07-27 00:58:352387 '[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:262388 'permissions': ['[email protected]',
Xi Han50f523a1d2017-07-19 15:56:112389 '[email protected]',
Dominick Ngcaa7b402017-07-11 07:35:392390 '[email protected]',
Balazs Engedy23f08852018-09-24 23:39:582391 '[email protected]',
Timothy Lohb2a4eff2017-08-03 07:07:562392 '[email protected]',
2393 '[email protected]'],
François Beaufortb2070eb2018-02-08 10:36:342394 'picture_in_picture': ['[email protected]'],
Lutz Justena67427102018-06-28 08:55:462395 'policy_templates': ['[email protected]'],
Dan Beam5dec1b42018-12-10 23:52:342396 'polymer': ['[email protected]',
2397 '[email protected]'],
Charles Harrison981d33c2017-10-06 21:36:222398 'popup_blocker': ['[email protected]'],
twifkak0c69c1f2015-06-22 18:20:092399 'precache': ['[email protected]'],
[email protected]be775bc2014-06-30 15:41:142400 'prepopulated_engines': ['[email protected]'],
Chris Bentzel605478a2018-07-10 21:47:012401 'prerender': ['[email protected]',
pennymac962d190432016-07-27 00:58:352402 '[email protected]'],
Adam Parkera556b7a2018-05-22 17:53:192403 'presentation': ['[email protected]'],
rbpotter0d9edeed2018-08-03 14:11:582404 'print_preview': ['[email protected]'],
Peter Beverloo45bf54c2018-08-06 17:12:032405 'push_messaging': ['[email protected]'],
stkhapugin06503142016-12-07 14:32:122406 'reading_list': ['[email protected]'],
[email protected]c3887592014-02-06 20:02:252407 'remoting': ['[email protected]'],
Ali Tofigh000debb52017-11-07 21:35:422408 'rlz_id': ['[email protected]',
pennymac962d190432016-07-27 00:58:352409 '[email protected]'],
Joe Medley1e1bb652018-04-27 17:36:592410 'runtime_enabled_features': ['[email protected]'],
Daniel Ruberyfa8cd5d2018-09-13 17:31:232411 'safe_browsing': ['[email protected]',
2412 '[email protected]',
vakh125ad862017-03-17 00:06:252413 '[email protected]'],
mlamourid8b0feb2015-06-02 16:30:472414 'screen_orientation': ['[email protected]'],
Robert Sesekae79d38512018-09-04 18:13:302415 'security': ['[email protected]'],
Jeffrey Cohen7fe36f502018-12-12 01:38:212416 'send_tab_to_self': ['[email protected]',
Tanya Guptabb5019d2018-12-21 02:45:302417 '[email protected]',
Jeffrey Cohen7fe36f502018-12-12 01:38:212418 '[email protected]',
2419 '[email protected]',
2420 '[email protected]'],
pennymac962d190432016-07-27 00:58:352421 'service_worker': ['[email protected]',
[email protected]6d095a8b2014-02-28 15:26:162422 '[email protected]',
pennymac962d190432016-07-27 00:58:352423 '[email protected]',
pennymac962d190432016-07-27 00:58:352424 '[email protected]',
horo8e9a01572016-07-27 06:05:312425 '[email protected]',
tzik749ae1e2018-07-20 05:05:012426 '[email protected]'],
Colin Blundell6d2669a2017-07-11 06:26:532427 'services_public': ['[email protected]'],
Dan Beam5dec1b42018-12-10 23:52:342428 'settings': ['[email protected]',
2429 '[email protected]',
2430 '[email protected]'],
alitoc5534d62017-04-21 01:48:582431 'settings_reset_prompt': ['[email protected]'],
Dominick Ngfe197c752018-07-18 00:51:262432 'site_engagement': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352433 'site_instance': ['[email protected]',
Alex Moshchuk3fbcf782018-05-09 00:06:292434 '[email protected]',
pennymac962d190432016-07-27 00:58:352435 '[email protected]',
[email protected]b9ecdb62014-03-07 14:56:432436 '[email protected]'],
Ryan Hansberry587c8082018-09-20 01:31:192437 'smartlock': ['[email protected]',
Ryan Hansberry786f1912018-10-30 21:21:392438 '[email protected]',
Ryan Hansberry587c8082018-09-20 01:31:192439 '[email protected]',
2440 '[email protected]',
2441 '[email protected]',
2442 '[email protected]',
2443 '[email protected]'],
Zentaro Kavanagh608f8a12018-01-19 18:39:562444 'smb': ['[email protected]'],
Joe Medley1e1bb652018-04-27 17:36:592445 'source_idls': ['[email protected]'],
Rachel Blum41788872018-10-25 20:54:012446 'spellcheck': ['[email protected]',
timvolodine8cdb94c2016-09-22 12:17:222447 '[email protected]',
2448 '[email protected]'],
Greg Thompson9ea091702018-01-04 11:06:322449 'startup': ['[email protected]',
2450 '[email protected]'],
[email protected]67f39af2013-08-23 20:06:052451 'streams': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352452 'styleguide': ['[email protected]',
vmpstrdeec20e2016-11-18 22:17:322453 '[email protected]',
2454 '[email protected]'],
Peter Wenbef43902018-11-28 22:08:122455 'styleguide_python': ['[email protected]',
2456 '[email protected]',
2457 '[email protected]'],
engedye7b734da2017-02-07 12:08:132458 'subresource_filter': ['[email protected]'],
Pam Greene8efbeae92018-10-02 14:54:462459 'supervised_users': [],
CJ DiMegliocaddc3482018-12-12 02:28:382460 'surface_layer_for_video': [ '[email protected]',
2461 '[email protected]'],
maxbogue65ea2632016-04-04 18:12:582462 'sync': ['[email protected]'],
[email protected]84dcfd92014-05-23 13:18:192463 'syncfs': ['[email protected]',
[email protected]6f217122013-11-25 07:21:482464 '[email protected]',
2465 '[email protected]'],
miu5e69f1c52016-10-23 13:40:112466 'tab_alert_indicators': ['[email protected]'],
Adam Parkera556b7a2018-05-22 17:53:192467 'tab_capture': ['[email protected]',
Xiangjun Zhang880262a2018-08-07 22:35:382468 '[email protected]',
miu5e69f1c52016-10-23 13:40:112469 '[email protected]'],
pennymac962d190432016-07-27 00:58:352470 'tab_contents': ['[email protected]',
2471 '[email protected]',
2472 '[email protected]'],
tdresserd80646f2017-03-03 19:26:082473 'tbmv2_metrics': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:192474 'tcmalloc': ['[email protected]'],
tonygc7f6a4c12015-01-16 18:32:262475 'telemetry': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352476 'test_runner': ['[email protected]',
einbindera29577e2016-08-23 01:21:492477 '[email protected]',
2478 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002479 'tests': [],
Ryan Hansberry587c8082018-09-20 01:31:192480 'tether': ['[email protected]',
Ryan Hansberry786f1912018-10-30 21:21:392481 '[email protected]',
Ryan Hansberry587c8082018-09-20 01:31:192482 '[email protected]',
2483 '[email protected]',
2484 '[email protected]',
dbeamd924f0d0d2017-06-20 02:34:252485 '[email protected]',
Ryan Hansberry587c8082018-09-20 01:31:192486 '[email protected]'],
pennymac962d190432016-07-27 00:58:352487 'textinput': ['[email protected]',
2488 '[email protected]',
2489 '[email protected]',
Yuichiro Hanadaf0b3b472017-10-17 07:00:532490 '[email protected]',
pennymac962d190432016-07-27 00:58:352491 '[email protected]'],
2492 'textinput_chromeos': ['[email protected]',
2493 '[email protected]',
Yuichiro Hanadaf0b3b472017-10-17 07:00:532494 '[email protected]',
pennymac962d190432016-07-27 00:58:352495 '[email protected]'],
chirantan96fcf6d2015-01-21 22:36:192496 'timers': ['[email protected]'],
robliaofd54b5c2017-01-13 00:41:302497 'tools_win_chromeexts': ['[email protected]'],
AJITH KUMAR V4f0c4812018-03-27 13:46:572498 'touch_selection': ['[email protected]',
2499 '[email protected]'],
pennymac962d190432016-07-27 00:58:352500 'tracing': ['[email protected]',
Michael Spangbbcf79de2018-12-13 15:07:262501 '[email protected]',
2502 '[email protected]'],
[email protected]cf428f732012-10-02 20:48:152503 'ui_compositor': ['[email protected]'],
robliao2c4b7492016-07-19 01:57:262504 'ui_display_win': ['[email protected]'],
[email protected]6b5093c2012-05-23 19:10:182505 'ui_resources': ['[email protected]'],
edwardjung83f52ef22017-02-07 13:15:072506 'ui_strings': ['[email protected]'],
Ovidio Henriquez86333882018-11-05 18:25:212507 'usb': ['[email protected]',
2508 '[email protected]'],
Miguel Casas-Sancheza65d49a2017-12-11 03:27:482509 'vaapi': ['[email protected]'],
[email protected]c73ec8ab2014-01-16 20:35:232510 'version_assembly': ['[email protected]',
2511 '[email protected]'],
Alexandre Courbot3e9e55a2018-04-05 05:29:422512 'video': ['[email protected]'],
mcasas9558316b2017-03-10 18:57:312513 'video_capture': ['[email protected]'],
Alexandre Courbot3e9e55a2018-04-05 05:29:422514 'video_gpu': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002515 'views': ['[email protected]'],
blakeod4cc78a2017-05-10 06:56:482516 'virtual_keyboard': ['[email protected]',
2517 '[email protected]',
okabf9f6f02017-02-17 05:14:292518 '[email protected]'],
billorr3c7e1442016-11-11 21:21:352519 'virtual_reality': ['[email protected]'],
Chris Blumec6ddd6c2018-12-14 23:35:012520 'vulkan': ['[email protected]'],
Conley Owensd744e392018-04-24 19:18:572521 'wake_lock': ['[email protected]'],
Dan Beam5dec1b42018-12-10 23:52:342522 'web_dev_style': ['[email protected]'],
Devin Mullins4ff9b282018-03-09 00:37:322523 'web_package': ['[email protected]'],
Matt Giuca9eb910d2017-08-02 04:07:382524 'web_share': ['[email protected]'],
Martin Kreichgauer794a18572018-07-20 20:45:432525 'webauthn': ['[email protected]'],
Corentin Wallez3f1d0852018-07-04 15:45:362526 'webgpu': ['[email protected]',
2527 '[email protected]'],
Takeshi Yoshinoe387aa32017-08-02 13:16:132528 'webrtc_browser_tests': ['[email protected]'],
Christian Dullwebered2c82b2018-04-10 08:37:222529 'website_settings': ['[email protected]',
2530 '[email protected]',
pennymac962d190432016-07-27 00:58:352531 '[email protected]',
2532 '[email protected]'],
Dan Beam5dec1b42018-12-10 23:52:342533 'webui_backend': ['[email protected]'],
Penny MacNeil0ced2cb2018-07-30 21:09:492534 'windows_sandboxing': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002535 'x11': ['[email protected]',
2536 '[email protected]',
2537 '[email protected]'],
Chris Blume04103c42018-12-14 22:46:062538 'zlib': ['[email protected]'],
wjmaclean3ff6a402015-03-31 19:00:202539 'zoom': ['[email protected]'],
[email protected]a3838612009-10-13 21:57:542540 },
2541}