blob: 00f8031cb364eca60476b28f3bb638fc93be16e2 [file] [log] [blame]
[email protected]37f978c2012-01-05 17:58:171# Copyright (c) 2012 The Chromium Authors. All rights reserved.
[email protected]a3838612009-10-13 21:57:542# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5# Watchlist Rules
6# Refer: http://dev.chromium.org/developers/contributing-code/watchlists
7
[email protected]f2f0fbb92012-07-14 15:52:498# IMPORTANT: The regular expression filepath is tested against each path using
9# re.search, so it is not usually necessary to add .*.
[email protected]a3838612009-10-13 21:57:5410
11{
12 'WATCHLIST_DEFINITIONS': {
asvitkinee4bad382015-11-05 21:56:4513 'about_flags': {
14 'filepath': 'chrome/browser/about_flags\.cc'
15 },
[email protected]f76c8852012-06-21 16:37:0016 'accelerator_table': {
17 'filepath': 'ash/accelerators/accelerator_table\.cc' \
18 '|chrome/browser/ui/views/accelerator_table\.cc',
[email protected]a3838612009-10-13 21:57:5419 },
[email protected]f76c8852012-06-21 16:37:0020 'accessibility': {
dmazzoni5f4b7f12015-02-17 16:35:5721 'filepath': 'accessibility' \
22 '|braille' \
[email protected]a4156bfb2014-02-27 22:37:4723 '|chromevox' \
dmazzoni5f4b7f12015-02-17 16:35:5724 '|iaccessible2' \
25 '|isimpledom' \
26 '|liblouis'
[email protected]a3838612009-10-13 21:57:5427 },
dominickn8884155a2016-06-23 02:28:1628 'add_to_homescreen': {
29 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/webapps/|'\
30 'chrome/android/javatests/src/org/chromium/chrome/browser/webapps/|'\
31 'chrome/android/junit/src/org/chromium/chrome/browser/webapps/|'\
dominickn8884155a2016-06-23 02:28:1632 'chrome/browser/android/shortcut_.*|'\
33 'chrome/browser/android/webapps/',
34 },
asvitkine361b276e2016-08-30 18:45:0035 'android_crash_reporting': {
36 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/crash/'
37 },
johnmaguire6aaac7902016-03-15 12:28:2038 'android_crazy_linker': {
39 'filepath': 'third_party/android_crazy_linker/'
40 },
dfalcantaraef21e9e2016-01-07 01:16:2641 'android_infobars': {
42 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/infobar/'
43 },
[email protected]d2cdf342012-08-07 11:00:0244 'android_infra': {
Andrew Grieve5babdbfc2017-08-16 01:26:4945 'filepath': 'build/config/android/' \
Andrew Grievefe0c9292017-12-05 15:08:5146 '|build/android/' \
[email protected]d2cdf342012-08-07 11:00:0247 '|testing/android/' \
48 '|tools/android/'
49 },
Takeshi Yoshino524e1d262017-07-28 01:16:3850 'android_item_chooser_dialogs': {
51 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/.*ChooserDialog.java|'\
52 'chrome/android/javatests/src/org/chromium/chrome/browser/.*ChooserDialogTest.java'
53 },
gabadieb0d23bb92016-02-17 11:26:1654 'android_loading': {
55 'filepath': 'tools/android/loading/'
56 },
[email protected]d6af50812014-04-01 17:18:0957 'android_media': {
58 'filepath': 'content/browser/media/android' \
59 '|content/renderer/media/android' \
60 '|media/audio/android' \
61 '|media/base/android' \
62 '|media/midi/*_android.*' \
63 '|media/video/capture/android'
64 },
wnwena0364162017-02-16 20:37:3865 'android_studio': {
nyquist6e560d032017-02-28 07:49:5966 'filepath': 'build/android/gradle/' \
67 '|docs/android_studio.md' \
68 '|tools/android/android_studio'
wnwena0364162017-02-16 20:37:3869 },
[email protected]3261d962014-03-04 22:18:2870 'android_tab': {
71 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/Tab'
72 },
asvitkine361b276e2016-08-30 18:45:0073 'android_uma_settings': {
74 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/preferences/privacy/UsageAndCrashReportsPreferenceFragment.java|'\
75 'chrome/android/java/src/org/chromium/chrome/browser/preferences/privacy/PrivacyPreferencesManager.java|'\
76 'chrome/android/java/src/org/chromium/chrome/browser/preferences/privacy/PrivacyPreferences.java|'\
asvitkine361b276e2016-08-30 18:45:0077 'chrome/android/java/src/org/chromium/chrome/browser/metrics/UmaSessionStats.java',
78 },
zpengb9a180d2016-10-12 18:40:2179 'android_webapk': {
zpeng4c3bc372016-10-13 03:00:4880 'filepath': 'chrome/android/webapk/|'\
81 'chrome/browser/android/webapk/',
zpengb9a180d2016-10-12 18:40:2182 },
[email protected]7ca78dc12012-09-20 09:26:4483 'android_webview': {
84 'filepath': 'android_webview/',
85 },
[email protected]8a197f22012-06-22 14:59:0586 'app_list': {
Jiaquan He256e6c6b2017-11-20 23:02:0287 'filepath': 'ash/app_list'\
88 '|chrome/browser/ui/app_list'\
[email protected]311cc902013-03-15 04:45:4689 '|chrome/browser/ui/ash/app_list'\
[email protected]311cc902013-03-15 04:45:4690 '|chrome/browser/ui/views/app_list'\
91 '|ui/app_list/'
[email protected]8a197f22012-06-22 14:59:0592 },
[email protected]e38d185a2013-07-09 08:23:5293 'app_shortcuts': {
94 'filepath': 'apps/app_shim/'\
95 '|chrome/browser/web_applications/'\
96 '|chrome/browser/ui/web_applications/'\
97 '|chrome/common/mac/'
98 },
[email protected]374a93c2009-11-05 21:45:5699 'appcache': {
[email protected]f2f0fbb92012-07-14 15:52:49100 'filepath': 'appcache/',
[email protected]374a93c2009-11-05 21:45:56101 },
[email protected]54bf94d2013-01-30 23:07:40102 'apps': {
103 'filepath': '^apps/',
104 },
lhchavez4b19176f2016-05-04 23:12:46105 'arc': {
106 'filepath': 'arc/',
107 },
lhchavez61532c92016-10-18 21:33:37108 'arc_auth': {
109 'filepath': 'chrome/browser/chromeos/arc/arc_auth'
110 },
Shuhei Takahashiaf68cff2017-07-24 05:17:12111 'arc_fileapi': {
112 'filepath': 'chrome/browser/chromeos/arc/fileapi'
113 },
poromov7633f602017-02-21 16:44:01114 'arc_kiosk': {
115 'filepath': 'chrome/browser/chromeos/app_mode/arc/'\
116 '|components/arc/kiosk/'\
117 '|arc_kiosk'
118 },
lhchavez4b19176f2016-05-04 23:12:46119 'arc_net': {
120 'filepath': 'components/arc/net/',
121 },
ejcarusoa298ec02016-06-16 20:30:43122 'arc_power': {
123 'filepath': 'components/arc/power/',
124 },
[email protected]3ce56642013-10-17 22:12:51125 'ash': {
126 'filepath': 'ash/',
127 },
[email protected]f76c8852012-06-21 16:37:00128 'aura': {
[email protected]3ce56642013-10-17 22:12:51129 'filepath': 'ui/aura/',
[email protected]84ba35e32010-08-06 17:22:39130 },
[email protected]c3a6e1e72013-08-02 00:13:07131 'aura_compositor': {
132 'filepath':
133 'ui/compositor/' \
[email protected]6dc38f72014-01-16 22:19:58134 '|content/browser/compositor/' \
danakj479ab502017-03-31 20:19:09135 '|content/browser/renderer_host/compositor_resize_lock' \
[email protected]c3a6e1e72013-08-02 00:13:07136 '|content/browser/renderer_host/render_widget_host_view_aura' \
137 '|content/browser/renderer_host/render_widget_host_view_browsertest' \
[email protected]a6eeeef92014-03-19 19:06:44138 '|content/browser/renderer_host/delegated' \
[email protected]c3a6e1e72013-08-02 00:13:07139 '|content/common/gpu/client/' \
[email protected]c3a6e1e72013-08-02 00:13:07140 },
[email protected]2a38f0c02013-05-29 02:27:45141 'autofill': {
rouslanfbfa7402016-11-22 19:36:39142 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/autofill/|'\
143 'chrome/browser/autofill/|'\
[email protected]d9310a82012-11-02 02:53:48144 'chrome/browser/ui/android/autofill/|'\
145 'chrome/browser/ui/autofill/|'\
[email protected]e3e4ca62013-05-17 08:50:27146 'chrome/browser/ui/cocoa/autofill/|'\
[email protected]d9310a82012-11-02 02:53:48147 'chrome/browser/ui/views/autofill/|'\
[email protected]d9310a82012-11-02 02:53:48148 'chrome/renderer/autofill/|'\
149 'chrome/test/data/autofill/|'\
[email protected]3947d4a82013-03-12 09:41:05150 'components/autofill/|'\
[email protected]30964792013-05-29 02:41:25151 'components/autofill/browser/webdata/|'\
vabrbeb0c562015-12-01 10:48:08152 'components/webdata/',
[email protected]b3399272010-08-10 19:49:29153 },
peter39e10a62017-02-21 15:14:13154 'background_fetch': {
Peter Beverloo4548c852017-08-31 13:45:17155 'filepath': 'background_fetch|'\
156 'background-fetch',
peter39e10a62017-02-21 15:14:13157 },
158 'background_sync': {
Josh Karlin1bd016742017-08-18 17:44:17159 'filepath': '/background_sync/',
peter39e10a62017-02-21 15:14:13160 },
dominickn8884155a2016-06-23 02:28:16161 'banners': {
162 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/banners/|'\
163 'chrome/android/javatests/src/org/chromium/chrome/browser/banners/|'\
dominickn8884155a2016-06-23 02:28:16164 'chrome/browser/banners/|'\
165 'chrome/browser/ui/android/infobars/app_banner_.*|'\
dominickn8884155a2016-06-23 02:28:16166 'third_party/WebKit/public/platform/modules/app_banner/|'\
167 'third_party/WebKit/Source/modules/app_banner/',
168 },
[email protected]f76c8852012-06-21 16:37:00169 'base': {
[email protected]f2f0fbb92012-07-14 15:52:49170 'filepath': '^base/',
[email protected]7a7a13b2010-08-25 01:10:59171 },
[email protected]5e105332012-09-13 01:55:52172 'base_allocator': {
173 'filepath': '^base/allocator',
174 },
[email protected]1ed5e0fd2012-07-19 00:19:05175 'base_memory': {
176 'filepath': '^base/memory',
177 },
robliao1644d8b2016-04-11 15:39:59178 'base_task_scheduler': {
179 'filepath': '^base/task_scheduler',
180 },
[email protected]b17d9e02014-07-29 09:45:50181 'base_win': {
182 'filepath': '^base/win',
183 },
[email protected]7e093d4022014-06-26 19:19:55184 'battery_status': {
185 'filepath': 'content/browser/battery_status/|'\
timvolodine953fde72014-12-09 16:47:10186 'content/test/data/battery_status/|'\
187 'device/battery/',
[email protected]7e093d4022014-06-26 19:19:55188 },
wnwen72684762017-03-29 13:28:37189 'binary_size': {
190 'filepath': 'build/android/binary_size/|'\
191 'tools/binary_size/',
192 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13193 'blink': {
Kent Tamurae9b3a9ec2017-08-31 02:20:19194 'filepath': 'third_party/(WebKit|blink)/',
Takeshi Yoshinoe387aa32017-08-02 13:16:13195 },
196 'blink_accessibility': {
197 'filepath': 'third_party/WebKit/.*(accessibility|AXObjectCache|WebAX)'
198 },
199 'blink_animation': {
200 'filepath': 'third_party/WebKit/.*([Aa]nimat|[Tt]ransition)',
201 },
202 'blink_app_banner': {
203 'filepath': 'third_party/WebKit/Source/modules/app_banner' \
204 '|third_party/WebKit/public/platform/modules/app_banner',
205 },
206 'blink_audio': {
207 'filepath': 'third_party/WebKit/Source/platform/audio' \
208 '|third_party/WebKit/Source/modules/webaudio',
209 },
210 'blink_battery_status': {
211 'filepath': 'third_party/WebKit/Source/modules/battery/' \
212 '|third_party/WebKit/LayoutTests/battery-status/' \
213 '|third_party/WebKit/Source/core/frame/PlatformEvent(Controller|Dispatcher)'
214 },
215 'blink_bidi': {
216 'filepath': 'third_party/WebKit/Source/platform/text/.*Bidi' \
217 '|third_party/WebKit/Source/core/rendering/.*Bidi',
218 },
219 'blink_bindings': {
220 'filepath': 'third_party/WebKit/Source/platform/bindings' \
221 '|third_party/WebKit/Source/bindings',
222 },
223 'blink_bindings_serialization': {
224 'filepath': 'third_party/WebKit/Source/bindings/(core|modules)/v8/.*[Ss]erializ',
225 },
226 'blink_bluetooth': {
227 'filepath': 'third_party/WebKit/.*[Bb]luetooth'
228 },
229 'blink_canvas2d': {
230 'filepath': 'third_party/WebKit/Source/core/html/canvas' \
231 '|third_party/WebKit/Source/core/html/HTMLCanvasElement' \
232 '|third_party/WebKit/Source/modules/canvas2d' \
233 '|third_party/WebKit/Source/platform/graphics/Canvas2D',
234 },
235 'blink_client_hints': {
236 'filepath': 'third_party/WebKit/Source/core/loader/AcceptClientHints*' \
237 '|third_party/WebKit/Source/core/loader/FrameFetchContext*' \
Hiroki Nakagawaa16ddef2017-12-21 06:16:28238 '|third_party/WebKit/Source/core/loader/resource/ImageResource*' \
239 '|third_party/WebKit/Source/platform/loader/fetch/FetchContext*' \
240 '|third_party/WebKit/Source/platform/loader/fetch/ResourceFetcher*'
Takeshi Yoshinoe387aa32017-08-02 13:16:13241 },
242 'blink_clipboard': {
243 'filepath': 'third_party/WebKit/Source/core/clipboard' \
244 '|third_party/WebKit/Source/core/page/.*Drag' \
245 '|third_party/WebKit/Source/platform/.*Drag' \
246 '|third_party/WebKit/Source/platform/clipboard' \
247 '|third_party/WebKit/Source/web/.*Drag' \
248 '|third_party/WebKit/public/platform/.*Drag' \
249 '|third_party/WebKit/public/web/.*Drag',
250 },
Kentaro Hara993b0de2017-08-07 02:26:37251 'blink_controller': {
252 'filepath': 'third_party/WebKit/Source/controller',
253 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13254 'blink_css': {
255 'filepath': 'third_party/WebKit/Source/core/css',
256 },
257 'blink_css_flexbox': {
258 'filepath': 'third_party/WebKit/Source/core/rendering/.*Flex' \
259 '|third_party/WebKit/LayoutTests/fast/deprecated-flexbox/' \
260 '|third_party/WebKit/LayoutTests/css3/flexbox/' \
261 '|third_party/WebKit/LayoutTests/ietestcenter/css3/flexbox/'
262 },
263 'blink_css_fragmentation_tests': {
264 'filepath': 'third_party/WebKit/LayoutTests/fast/multicol/' \
265 '|third_party/WebKit/LayoutTests/fast/pagination/' \
Morten Stenshorneab6785c2017-10-12 21:23:38266 '|third_party/WebKit/LayoutTests/fragmentation/' \
Takeshi Yoshinoe387aa32017-08-02 13:16:13267 '|third_party/WebKit/LayoutTests/printing/'
268 },
269 'blink_css_grid_layout': {
270 'filepath': 'third_party/WebKit/Source/core/layout/.*Grid' \
271 '|third_party/WebKit/Source/core/paint/.*Grid' \
272 '|third_party/WebKit/Source/core/css/.*Grid' \
273 '|third_party/WebKit/LayoutTests/fast/css-grid-layout/' \
274 '|third_party/WebKit/LayoutTests/ietestcenter/css3/grid/' \
275 '|third_party/WebKit/LayoutTests/platform/.*/fast/css-grid-layout/' \
276 '|third_party/WebKit/LayoutTests/platform/.*/ietestcenter/css3/grid/'
277 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13278 'blink_custom_elements': {
279 'filepath': 'third_party/WebKit/Source/core/html/custom/' \
280 '|third_party/WebKit/Source/bindings/core/v8/.*CustomElement',
281 },
282 'blink_device_orientation': {
283 'filepath': 'third_party/WebKit/Source/modules/device_orientation/' \
284 '|third_party/WebKit/LayoutTests/device_orientation/' \
285 '|third_party/WebKit/Source/core/frame/PlatformEvent(Controller|Dispatcher)' \
286 '|third_party/WebKit/Source/core/frame/DeviceSingleWindowEventController'
287 },
288 'blink_devtools': {
289 'filepath': 'third_party/WebKit/.*(inspector|DevTools|devtools)',
290 },
291 'blink_dom': {
292 'filepath': 'third_party/WebKit/Source/core/dom/'
293 },
294 'blink_dom_events': {
Kent Tamura1be226832017-09-25 02:07:23295 'filepath': 'third_party/WebKit/Source/core/dom/events/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13296 },
297 'blink_events': {
298 'filepath': 'third_party/WebKit/Source/core/page/.*Event' \
299 '|third_party/WebKit/Source/core/dom/.*Event' \
300 '|third_party/WebKit/Source/core/css/.*Event' \
301 '|third_party/WebKit/Source/platform/.*Event'
302 },
303 'blink_fetch': {
304 'filepath': 'third_party/WebKit/Source/platform/loader/fetch'
305 },
306 'blink_fetch_api': {
307 'filepath': 'third_party/WebKit/Source/core/xmlhttprequest/' \
308 '|third_party/WebKit/Source/modules/beacon/' \
309 '|third_party/WebKit/Source/modules/eventsource/' \
310 '|third_party/WebKit/Source/modules/fetch/'
311 },
312 'blink_fileapi': {
313 'filepath': 'third_party/WebKit/Source/modules/filesystem/' \
314 '|third_party/WebKit/Source/core/fileapi/' \
315 '|third_party/WebKit/Source/platform/.*File' \
316 '|third_party/WebKit/Source/web/.*File' \
317 '|third_party/WebKit/LayoutTests/fast/file' \
318 '|third_party/WebKit/public/.*File'
319 },
320 'blink_frames': {
321 'filepath': 'third_party/WebKit/Source/core/frame/'
322 },
323 'blink_geolocation': {
324 'filepath': 'third_party/WebKit/LayoutTests/geolocation-api/' \
325 '|third_party/WebKit/Source/modules/geolocation/' \
326 '|third_party/WebKit/Source/web/.*Geolocation' \
327 '|third_party/WebKit/public/web/.*Geolocation'
328 },
329 'blink_heap': {
330 'filepath': 'third_party/WebKit/Source/platform/heap' \
331 '|base/allocator/partition_allocator/'
332 },
333 'blink_html': {
334 'filepath': 'third_party/WebKit/Source/core/html/'
335 },
336 'blink_htmlparser': {
337 'filepath': 'third_party/WebKit/Source/core/html/parser/'
338 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13339 'blink_indexed_db': {
340 'filepath': 'third_party/WebKit/Source/modules/indexeddb/' \
341 '|third_party/WebKit/Source/web/.*IDB' \
342 '|third_party/WebKit/LayoutTests/storage/indexeddb' \
343 '|third_party/WebKit/public/platform/.*IDB'
344 },
345 'blink_input': {
346 'filepath': 'third_party/WebKit/Source/core/input/'
347 },
348 'blink_layers': {
349 'filepath': 'third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator' \
350 '|third_party/WebKit/Source/platform/graphics/GraphicsLayer' \
351 '|third_party/WebKit/Source/core/layout/Layer'
352 },
353 'blink_layout': {
354 'filepath': 'third_party/WebKit/Source/core/layout' \
355 '|third_party/WebKit/Source/core/rendering'
356 },
357 'blink_layout_ng': {
358 'filepath': 'third_party/WebKit/Source/core/layout/ng',
359 },
360 'blink_loader': {
361 'filepath': 'third_party/WebKit/Source/core/loader/' \
362 '|third_party/WebKit/Source/platform/loader/'
363 },
364 'blink_media': {
365 'filepath': 'third_party/WebKit/Source/core/css/mediaControls' \
366 '|third_party/WebKit/Source/core/html/.*(Audio|Media|Video)' \
367 '|third_party/WebKit/Source/core/html/shadow/MediaControl' \
368 '|third_party/WebKit/Source/core/layout/LayoutMedia' \
369 '|third_party/WebKit/Source/core/layout/LayoutTextTrackContainerElement' \
370 '|third_party/WebKit/Source/modules/(encryptedmedia|mediasource)' \
371 '|third_party/WebKit/Source/platform/drm/' \
372 '|third_party/WebKit/Source/platform/graphics/media/' \
373 '|third_party/WebKit/Source/web/.*Media' \
374 '|third_party/WebKit/LayoutTests/media/' \
375 '|third_party/WebKit/public/.*Media'
376 },
377 'blink_media_queries': {
378 'filepath': 'third_party/WebKit/Source/core/css/CSSMediaRule' \
379 '|third_party/WebKit/Source/core/css/MediaList' \
380 '|third_party/WebKit/Source/core/css/MediaQuery' \
381 '|third_party/WebKit/Source/core/css/parser/MediaQuery'
382 },
383 'blink_mediastream': {
384 'filepath': 'third_party/WebKit/Source/modules/mediastream/' \
385 '|third_party/WebKit/Source/platform/mediastream/' \
386 '|third_party/WebKit/Source/platform/exported/WebMediaStream' \
387 '|third_party/WebKit/Source/platform/exported/WebRTC' \
388 '|third_party/WebKit/LayoutTests/fast/mediastream/'
389 },
390 'blink_modules': {
391 'filepath': 'third_party/WebKit/Source/modules'
392 },
393 'blink_navigator_content_utils': {
394 'filepath': 'third_party/WebKit/Source/modules/navigatorcontentutils' \
395 '|third_party/WebKit/LayoutTests/fast/dom/navigatorcontentutils'
396 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13397 'blink_out_of_process_frames': {
398 'filepath': 'third_party/WebKit/Source/core/frame/FrameOwner' \
399 '|third_party/WebKit/Source/core/frame/Frame\.' \
400 '|third_party/WebKit/Source/web/WebFrame' \
401 '|third_party/WebKit/Source/web/WebRemoteFrameImpl'
402 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13403 'blink_paint': {
404 'filepath': 'third_party/WebKit/Source/core/paint/'
405 },
Xida Chen0ef92782018-01-17 05:53:35406 'blink_paintworklet': {
407 'filepath': 'third_party/WebKit/Source/modules/csspaint/' \
408 '|third_party/WebKit/LayoutTests/http/tests/csspaint/' \
409 '|third_party/WebKit/LayoutTests/externla/wpt/css/css-paint-api/'
410 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13411 'blink_performance_timing': {
412 'filepath': 'third_party/WebKit/Source/core/timing/'
413 },
414 'blink_permissions': {
415 'filepath': 'third_party/WebKit/Source/modules/permissions/' \
416 '|third_party/WebKit/public/platform/modules/permissions/',
417 },
418 'blink_platform': {
419 'filepath': 'third_party/WebKit/Source/platform'
420 },
421 'blink_platform_graphics': {
422 'filepath': 'third_party/WebKit/Source/platform/fonts' \
423 '|third_party/WebKit/Source/platform/geometry' \
424 '|third_party/WebKit/Source/platform/graphics'
425 },
426 'blink_preloadScanner': {
427 'filepath': 'third_party/WebKit/Source/core/html/parser/HTMLPreloadScanner',
428 },
429 'blink_prerender': {
430 'filepath': 'third_party/WebKit/.*(Prerender|loader/LinkLoader|html/HTMLLinkElement)'
431 },
432 'blink_public_api': {
433 'filepath': 'third_party/WebKit/public'
434 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13435 'blink_quota': {
436 'filepath': 'third_party/WebKit/Source/modules/quota/' \
437 '|third_party/WebKit/Source/web/.*Quota' \
438 '|third_party/WebKit/public/.*Quota'
439 },
440 'blink_scheduler': {
441 'filepath': 'third_party/WebKit/Source/platform/scheduler' \
442 '|third_party/WebKit/Source/core/html/parser/.*Scheduler'
443 },
444 'blink_screen_orientation': {
445 'filepath': 'third_party/WebKit/Source/modules/screen_orientation/' \
446 '|third_party/WebKit/public/platform/modules/screen_orientation',
447 },
448 'blink_script': {
449 'filepath': 'third_party/WebKit/Source/bindings/core/v8/.*Module.*' \
450 '|third_party/WebKit/Source/bindings/core/v8/ScriptController.*' \
451 '|third_party/WebKit/Source/bindings/core/v8/ScriptSourceCode.*' \
452 '|third_party/WebKit/Source/bindings/core/v8/V8ScriptRunner.*'
453 '|third_party/WebKit/Source/core/dom/.*Modul.*' \
454 '|third_party/WebKit/Source/core/dom/.*Script.*' \
455 '|third_party/WebKit/Source/core/html/HTMLScriptElement.*' \
456 '|third_party/WebKit/Source/core/html/parser/HTMLParserScriptRunner.*' \
457 '|third_party/WebKit/Source/core/loader/modulescript/' \
458 '|third_party/WebKit/Source/core/loader/resource/ScriptResource.*' \
459 '|third_party/WebKit/Source/core/svg/SVGScriptElement.*' \
460 '|third_party/WebKit/Source/core/xml/parser/XMLDocumentParser.*'
461 },
David Bokan9dc0046272017-12-29 00:28:01462 'blink_scroll': {
463 'filepath': 'third_party/WebKit/Source/core/frame/.*View.*' \
464 '|third_party/WebKit/Source/core/input/.*Scroll.*' \
465 '|third_party/WebKit/Source/core/input/EventHandler.*' \
466 '|third_party/WebKit/Source/core/page/scrolling/' \
467 '|third_party/WebKit/Source/core/paint/.*ScrollableArea.*' \
468 '|third_party/WebKit/Source/platform/scroll/'
469 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13470 'blink_serviceworkers' : {
471 'filepath': 'third_party/WebKit/Source/modules/serviceworkers' \
472 '|third_party/WebKit/LayoutTests/http/tests/serviceworker' \
473 '|third_party/WebKit/LayoutTests/external/wpt/service-workers'
474 },
475 'blink_serviceworkers_tests' : {
476 'filepath': 'third_party/WebKit/LayoutTests/http/tests/serviceworker' \
477 '|third_party/WebKit/LayoutTests/external/wpt/service-workers'
478 },
479 'blink_shadow_dom': {
480 'filepath': 'third_party/WebKit/Source/core/dom/.*Shadow' \
481 '|third_party/WebKit/Source/core/dom/.*Slot' \
482 '|third_party/WebKit/Source/core/dom/.*InsertionPoint' \
483 '|third_party/WebKit/Source/core/dom/.*FlatTree'
484 },
485 'blink_spellcheck' : {
486 'filepath': 'third_party/WebKit/Source/core/editing/spellcheck'
487 },
488 'blink_spv2_layout_tests': {
489 'filepath': 'third_party/WebKit/LayoutTests/virtual/spv2'
490 },
491 'blink_streams': {
492 'filepath': 'third_party/WebKit/Source/core/streams/'
493 },
494 'blink_style': {
495 'filepath': 'third_party/WebKit/.*(style/|Style)',
496 },
497 'blink_svg': {
498 'filepath': 'third_party/WebKit/Source/core/(layout/)?svg',
499 },
500 'blink_track': {
501 'filepath': 'third_party/WebKit/Source/core/html/track/' \
502 '|third_party/WebKit/Source/core/loader/TextTrack' \
503 '|third_party/WebKit/Source/core/html/HTMLMediaElement' \
504 '|third_party/WebKit/Source/core/html/HTMLTrackElement' \
505 '|third_party/WebKit/Source/core/html/shadow/MediaControl' \
506 '|third_party/WebKit/Source/core/css/mediaControl' \
507 '|third_party/WebKit/LayoutTests/media/track/'
508 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13509 'blink_vibration': {
510 'filepath': 'third_party/WebKit/LayoutTests/vibration/' \
511 '|third_party/WebKit/Source/modules/vibration/'
512 },
513 'blink_viewport_interaction': {
514 'filepath': 'third_party/WebKit/Source/core/css/.*Viewport' \
515 '|third_party/WebKit/Source/core/dom/ViewportArguments' \
David Bokan9dc0046272017-12-29 00:28:01516 '|third_party/WebKit/Source/core/frame/FrameView.*' \
517 '|third_party/WebKit/Source/core/frame/.*Viewport.*' \
518 '|third_party/WebKit/Source/core/html/HTMLMetaElement'
Takeshi Yoshinoe387aa32017-08-02 13:16:13519 },
520 'blink_w3ctests': {
521 'filepath': 'third_party/WebKit/LayoutTests/external/' \
522 '|third_party/WebKit/Tools/Scripts/webkitpy/w3c/'
523 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13524 'blink_webp': {
525 'filepath': 'third_party/WebKit/Source/platform/image-decoders/webp' \
526 '|third_party/WebKit/Source/platform/image-encoders/skia/WEBP'
527 },
528 'blink_websockets': {
529 'filepath': 'third_party/WebKit/Source/modules/websockets/' \
530 '|third_party/WebKit/Source/platform/modules/websockets/'
531 },
532 'blink_workers': {
533 'filepath': 'third_party/WebKit/Source/core/workers' \
534 '|third_party/WebKit/LayoutTests/http/tests/workers' \
535 '|third_party/WebKit/LayoutTests/fast/workers' \
536 '|third_party/WebKit/LayoutTests/external/wpt/workers'
537 },
538 'blink_wtf': {
Kent Tamura1be226832017-09-25 02:07:23539 'filepath': 'third_party/WebKit/Source/platform/wtf',
Takeshi Yoshinoe387aa32017-08-02 13:16:13540 },
541 'blink_xml': {
542 'filepath': 'third_party/WebKit/Source/core/xml/'
543 },
[email protected]06798f72013-01-14 22:31:17544 'bookmarks': {
545 'filepath': 'chrome/browser/bookmarks/' \
[email protected]771ad482013-07-16 17:32:48546 '|chrome/browser/extensions/api/bookmark_manager_private/' \
547 '|chrome/browser/extensions/api/bookmarks/' \
548 '|chrome/browser/resources/bookmark_manager/' \
[email protected]cd869cde2013-01-31 15:46:35549 '|chrome/browser/ui/bookmarks/' \
550 '|chrome/browser/ui/cocoa/bookmarks/' \
[email protected]5cb8b6e12014-05-19 16:53:46551 '|chrome/browser/ui/views/bookmarks/' \
552 '|components/bookmarks'
[email protected]06798f72013-01-14 22:31:17553 },
donnd787f6ed2016-08-03 01:00:56554 'bottombar': {
555 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/',
556 },
[email protected]f76c8852012-06-21 16:37:00557 'browser_chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:49558 'filepath': 'chrome/browser/chromeos/',
[email protected]02c44522010-10-08 17:43:25559 },
[email protected]22650d22012-07-18 17:02:35560 'browser_components': {
[email protected]a7228f62012-09-20 17:52:48561 'filepath': 'chrome/browser/autofill/' \
562 '|chrome/browser/bookmarks/' \
[email protected]a7228f62012-09-20 17:52:48563 '|chrome/browser/favicon/' \
[email protected]ddf288e2013-01-09 20:58:27564 '|chrome/browser/history/' \
[email protected]fccf4882013-03-15 04:46:19565 '|chrome/browser/webdata/' \
[email protected]3947d4a82013-03-12 09:41:05566 '|components/autofill/'
[email protected]22650d22012-07-18 17:02:35567 },
[email protected]f76c8852012-06-21 16:37:00568 'browser_compositor': {
[email protected]f2f0fbb92012-07-14 15:52:49569 'filepath': 'ui/compositor/'
[email protected]fbd846b2010-11-19 01:32:18570 },
michaelpge42ca3b32016-02-19 08:17:57571 'browser_resources_md': {
572 'filepath': 'chrome/browser/resources/md_'\
573 '|chrome/browser/resources/settings/',
574 },
[email protected]0ce480532012-07-20 12:33:20575 'browsing_data': {
576 'filepath': 'chrome/browser/browsing_data/',
577 },
[email protected]f76c8852012-06-21 16:37:00578 'bubble': {
[email protected]f2f0fbb92012-07-14 15:52:49579 'filepath': 'ui/views/bubble/|'\
rouslan8d6a8372015-09-10 19:10:10580 'chrome/browser/ui/views/bubble/|'\
581 'components/bubble/',
[email protected]f76c8852012-06-21 16:37:00582 },
jkarlin539748402015-03-31 17:36:31583 'cache_storage': {
Josh Karlin1bd016742017-08-18 17:44:17584 'filepath': '/cache.storage/'
585 '|/cachestorage/',
jkarlin539748402015-03-31 17:36:31586 },
[email protected]10fbd5952013-08-22 07:42:39587 'cast': {
[email protected]31ef420b2014-08-13 21:19:13588 'filepath': 'media/cast/'\
589 '|chrome/browser/extensions/api/cast_streaming/'\
590 '|chrome/browser/media/cast'\
591 '|chrome/renderer/media/cast'\
592 '|chrome/test/data/extensions/api_test/cast_'\
miu5e69f1c52016-10-23 13:40:11593 '|content/public/renderer/media_stream_'\
594 '|content/renderer/media/(media_stream|(.+audio_source))',
[email protected]10fbd5952013-08-22 07:42:39595 },
ryanchung4d157372016-05-10 20:27:16596 'cast_certificate': {
597 'filepath': 'components/cast_certificate/'\
598 '|components/test/data/cast_certificate/',
599 },
mfoltz57fd7f32017-05-03 06:12:58600 'cast_channel': {
601 'filepath': 'chrome/test/data/extensions/api_test/cast_channel/' \
Ryan Ki Sing Chung27cc7ed92017-07-25 21:53:47602 '|components/cast_channel/' \
603 '|extensions/browser/api/cast_channel'
mfoltz57fd7f32017-05-03 06:12:58604 },
Takeshi Yoshino524e1d262017-07-28 01:16:38605 'cc': {
danakjca574522017-09-20 16:38:59606 'filepath': 'cc/'\
607 '|components/viz/'
608 },
609 'cc-contexts': {
610 'filepath': 'components/viz/common/gpu'
611 },
612 'cc-display': {
613 'filepath': 'components/viz/service/display'\
614 '|cc/output'
615 },
616 'cc-paint': {
617 'filepath': 'cc/paint'
618 },
619 'cc-quads': {
620 'filepath': 'components/viz/common/quads'
621 },
622 'cc-resources': {
623 'filepath': 'cc/resources'\
624 '|components/viz/common/resources'
Takeshi Yoshino524e1d262017-07-28 01:16:38625 },
eranmc2a9f612015-11-24 16:41:34626 'certificate_transparency': {
627 'filepath': 'components/certificate_transparency/'\
eranmc2a9f612015-11-24 16:41:34628 '|net/cert/ct_'\
629 '|net/cert/multi_log_ct_verifier'\
630 '|net/cert/sct_status_flags.h'\
631 '|net/cert/signed_certificate_timestamp'\
632 '|net/cert/signed_tree_head'\
633 '|net/test/ct_',
634 },
[email protected]c73ec8ab2014-01-16 20:35:23635 'chrome_elf': {
636 'filepath': 'chrome_elf',
637 },
lpy0ca13772017-02-28 19:48:27638 'chrome_grc': {
lpy53b82752017-05-31 22:30:49639 'filepath': 'chrome/browser/resource_coordinator/'\
640 '|services/resource_coordinator/',
lpy0ca13772017-02-28 19:48:27641 },
[email protected]d5b21972012-07-20 02:06:01642 'chrome_views': {
643 'filepath': 'chrome/browser/ui/views',
644 },
Takeshi Yoshino524e1d262017-07-28 01:16:38645 'chromecast': {
646 'filepath': 'chromecast/',
647 },
648 'chromecast_public': {
649 'filepath': 'chromecast/public/',
650 },
[email protected]f7bf8ba2011-02-24 22:28:46651 'chromedriver': {
samuong53d5e612014-10-10 18:56:38652 'filepath': 'chrome/test/chromedriver|'\
653 'chrome/test/data/chromedriver|'\
Jonathon Kereliuk540c7d52018-01-18 06:22:03654 'third_party/webdriver|'\
655 'third_party/WebKit/Source/devtools/front_end/emulated_devices/module.json'
[email protected]f7bf8ba2011-02-24 22:28:46656 },
[email protected]f76c8852012-06-21 16:37:00657 'chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:49658 'filepath': 'chromeos/',
[email protected]531b1532011-08-11 03:52:01659 },
[email protected]eda0a0b2013-04-19 20:34:35660 'chromeos_attestation': {
661 'filepath': 'chromeos/attestation/|'\
[email protected]64494c3f2013-08-14 22:15:59662 'chrome/browser/chromeos/attestation/|'\
663 'chrome/browser/extensions/api/enterprise_platform_keys_private/',
[email protected]eda0a0b2013-04-19 20:34:35664 },
[email protected]7c59a152012-11-06 20:56:35665 'chromeos_calculator': {
666 'filepath': 'chrome/common/extensions/docs/examples/apps/calculator/',
667 },
hashimoto40ecb692014-09-02 04:51:31668 'chromeos_dbus': {
669 'filepath': 'chromeos/dbus/',
670 },
alematec5187b1b2016-08-26 05:32:18671 'chromeos_geolocation': {
672 'filepath': 'chromeos/geolocation/',
673 },
[email protected]f76c8852012-06-21 16:37:00674 'chromeos_login': {
[email protected]f2f0fbb92012-07-14 15:52:49675 'filepath': 'chrome/browser/chromeos/login/|'\
676 'chrome/browser/ui/webui/chromeos/login/|'\
dzhioevcc7c0492014-11-25 14:52:58677 'chrome/browser/resources/chromeos/login/|'\
678 'ui/login/',
[email protected]a791dac2011-04-07 23:22:57679 },
[email protected]d7d35f342012-10-22 20:32:47680 'chromeos_net': {
681 'filepath': 'chromeos/network/|'\
stevenjbdd133032015-08-07 18:37:47682 'chrome/browser/chromeos/net/|'\
683 'chrome/browser/extensions/api/networking_private/|'\
684 'extensions/browser/api/networking_private/|'\
685 'ui/chromeos/network/',
[email protected]d7d35f342012-10-22 20:32:47686 },
[email protected]2315ac0c2013-02-05 00:49:16687 'chromeos_power': {
James Cooka35a1e22017-04-08 02:33:08688 'filepath': 'ash/system/power/|'\
[email protected]c3943ad2013-07-03 13:44:56689 'chromeos/dbus/power_.*|'\
[email protected]2315ac0c2013-02-05 00:49:16690 'chrome/browser/chromeos/power/',
691 },
alematec5187b1b2016-08-26 05:32:18692 'chromeos_timezone': {
693 'filepath': 'chromeos/timezone/',
694 },
[email protected]f76c8852012-06-21 16:37:00695 'chromeos_webui': {
[email protected]f2f0fbb92012-07-14 15:52:49696 'filepath': 'chrome/browser/ui/webui/chromeos/|'\
697 'chrome/browser/resources/chromeos/',
[email protected]ba03af42012-03-08 01:37:12698 },
[email protected]cef7a6d2011-04-29 20:49:07699 'clang_update': {
Nico Webere250e6a2015-12-02 19:31:56700 'filepath': 'tools/clang/scripts/update.py'
[email protected]cef7a6d2011-04-29 20:49:07701 },
[email protected]f76c8852012-06-21 16:37:00702 'clipboard': {
703 'filepath': 'clipboard|dnd|drag|drop',
[email protected]2418b022011-05-19 21:06:02704 },
Aaron Gable64f273582017-03-30 18:02:00705 'codereview_settings': {
706 'filepath': 'codereview.settings',
707 },
sdefresned94c5b02015-07-22 17:54:55708 'components_deps': {
709 'filepath': 'components/([^/]*/)*DEPS',
710 },
[email protected]f76c8852012-06-21 16:37:00711 'content': {
[email protected]f2f0fbb92012-07-14 15:52:49712 'filepath': 'content/',
[email protected]f76c8852012-06-21 16:37:00713 },
scheib968e61052014-11-05 00:27:25714 'content_bluetooth': {
715 'filepath': 'content/.*bluetooth'
716 },
kinuko01cbe8a12015-10-20 09:59:06717 'content_loader': {
mmenkefaa97d3b2016-09-25 14:24:02718 'filepath': 'chrome/browser/loader|' \
719 'content/browser/loader|' \
kinuko01cbe8a12015-10-20 09:59:06720 'content/child/*loader',
721 },
Takeshi Yoshino524e1d262017-07-28 01:16:38722 'content_network' : {
723 'filepath': 'content/network/',
724 },
mkwst512627022014-09-16 09:23:27725 'content_renderer': {
726 'filepath': 'content/renderer/',
727 },
[email protected]aa3311a2012-11-19 16:04:58728 'content_shell': {
729 'filepath': 'content/shell/',
730 },
Jinsuk Kim6d10a222017-11-16 06:37:06731 'content_view_core': {
732 'filepath': 'content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java|'
733 'content/browser/android/content_view_core.*',
734 },
Takeshi Yoshino9d7588a32017-07-31 07:17:34735 'content_websockets': {
736 'filepath': 'content/browser/websockets/',
737 },
kinukoa121bce2015-01-30 10:04:41738 'content_worker': {
739 'filepath': 'content/.*worker',
740 },
donnd787f6ed2016-08-03 01:00:56741 'contextual_search': {
742 'filepath': 'chrome/browser/android/contextualsearch/|' \
743 'chrome/android/java/src/org/chromium/chrome/browser/contextualsearch/|' \
744 'chrome/android/javatests/src/org/chromium/chrome/browser/contextualsearch/|' \
745 'components/contextual_search/',
746 },
wfh792b71c2016-05-04 23:33:41747 'courgette': {
748 'filepath': 'courgette/',
749 },
Nico Weber6ff639a2017-08-11 21:04:50750 'cq': {
751 'filepath': 'infra/config/cq.cfg',
752 },
michaelpge42ca3b32016-02-19 08:17:57753 'cr_elements': {
754 'filepath': 'ui/webui/resources/cr_element',
755 },
ianwencdb8c9e2015-06-18 22:10:15756 'custom_tabs': {
Newton Allen38c62212015-06-24 21:41:53757 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/customtabs/|'\
ianwencdb8c9e2015-06-18 22:10:15758 'chrome/android/javatests/src/org/chromium/chrome/browser/customtabs/',
alancuttercbad6512015-06-19 02:31:28759 },
tbansalc6f1c9f2016-09-30 22:48:42760 'data_reduction_proxy': {
761 'filepath': 'chrome/browser/net/spdyproxy/|'\
762 'data_reduction_proxy|'\
763 'chrome_proxy',
764 },
[email protected]5e105332012-09-13 01:55:52765 'deep_memory_profiler': {
766 'filepath': 'tools/(deep_memory_profiler|find_runtime_symbols)',
767 },
Bartosz Fabianowski85a823812015-04-16 10:27:51768 'device_bluetooth': {
769 'filepath': 'device/.*bluetooth'
770 },
juncaic08f41d2017-05-04 20:36:58771 'device_chooser': {
772 'filepath': 'chrome/browser/chooser_controller/|'\
773 'chrome/browser/ui/android/bluetooth_chooser_.*|'\
774 'chrome/browser/ui/android/usb_chooser_.*|'\
775 'chrome/browser/ui/bluetooth/|'\
776 'chrome/browser/ui/cocoa/device_chooser_.*|'\
777 'chrome/browser/ui/cocoa/extensions/chooser_dialog_.*|'\
778 'chrome/browser/ui/cocoa/permission_bubble/chooser_bubble_.*|'\
779 'chrome/browser/ui/views/device_chooser_.*|'\
780 'chrome/browser/ui/views/extensions/chooser_dialog_.*|'\
781 'chrome/browser/ui/views/permission_bubble/chooser_bubble_.*|'\
782 'chrome/browser/usb/usb_chooser_.*',
783 },
[email protected]29ad47c2014-04-23 09:12:48784 'device_sensors': {
785 'filepath': 'content/browser/device_sensors/|'\
786 'content/common/device_sensors/|'\
787 'content/public/android/java/src/org/chromium/content/browser/DeviceSensors.java|'\
788 'content/public/android/javatests/src/org/chromium/content/browser/DeviceSensorsTest.java|'\
timvolodine8cdb94c2016-09-22 12:17:22789 'content/renderer/device_sensors/|'\
790 'content/test/data/device_sensors/|'\
791 'device/sensors/',
[email protected]8c667232013-11-12 19:49:14792 },
[email protected]342b12872012-11-07 12:10:46793 'devtools': {
794 'filepath': 'devtools',
795 },
mfoltz57fd7f32017-05-03 06:12:58796 'dial': {
797 'filepath': 'chrome/(browser|common)/extensions/api/dial' \
798 '|chrome/browser/media/router/discovery/dial/' \
799 '|chrome/test/data/extensions/api_test/dial/'
800 },
[email protected]bab2a832012-07-11 23:29:41801 'disk_cache': {
802 'filepath': 'net/disk_cache/|http_cache',
803 },
[email protected]f76c8852012-06-21 16:37:00804 'download': {
[email protected]f2f0fbb92012-07-14 15:52:49805 'filepath': 'chrome/browser/download/|'\
[email protected]8492b5b2012-12-17 21:58:08806 'content/browser/download/',
[email protected]6bff0ad2011-06-17 01:32:51807 },
[email protected]ca872e362011-07-12 21:06:03808 'downloads_ui': {
dbeam78528be2016-02-18 07:08:49809 'filepath': 'chrome/browser/resources/(md_)?downloads/|' \
[email protected]8492b5b2012-12-17 21:58:08810 'chrome/browser/ui/webui/.*downloads|' \
811 'chrome/browser/ui/views/download/|' \
asanka2009f412015-10-05 17:28:12812 'chrome/browser/ui/cocoa/download/'
[email protected]ca872e362011-07-12 21:06:03813 },
[email protected]f6df20a2012-10-23 21:22:07814 'drive': {
[email protected]8492b5b2012-12-17 21:58:08815 'filepath': 'chrome/browser/chromeos/drive/|' \
816 'chrome/browser/google_apis/'
[email protected]f6df20a2012-10-23 21:22:07817 },
[email protected]89d2cd52013-04-16 01:55:36818 'drive_resource_metadata': {
[email protected]2c948e12013-10-17 03:08:33819 'filepath': 'chrome/browser/chromeos/drive/resource_metadata'
[email protected]89d2cd52013-04-16 01:55:36820 },
[email protected]3a25c8a2014-06-26 06:47:10821 'eme': {
822 'filepath': 'components/cdm/|' \
823 'content/browser/media/cdm/|' \
824 'content/renderer/media/crypto/|' \
825 'media/base/android/*drm*|' \
826 'media/cdm/|' \
827 'third_party/widevine/cdm/'
828 },
[email protected]f76c8852012-06-21 16:37:00829 'extension': {
830 'filepath': 'extension',
[email protected]161277d42011-06-24 20:48:45831 },
lunalu0a9c05422016-11-11 17:19:06832 'feature_policy': {
833 'filepath': 'third_party/WebKit/Source/platform/feature_policy/|' \
Hitoshi Yoshida1ee1fb80272017-11-16 01:54:46834 'third_party/WebKit/Source/bindings/core/v8/OriginTrialFeatures',
lunalu0a9c05422016-11-11 17:19:06835 },
[email protected]f76c8852012-06-21 16:37:00836 'fileapi': {
[email protected]8492b5b2012-12-17 21:58:08837 'filepath': 'file_system/|' \
838 'fileapi/'
[email protected]80919512011-08-03 08:51:04839 },
[email protected]f76c8852012-06-21 16:37:00840 'filebrowse': {
[email protected]8492b5b2012-12-17 21:58:08841 'filepath': 'file_browser|' \
842 'file_manager|' \
843 'filebrowse'
[email protected]4b07b62cc2011-10-03 17:52:39844 },
[email protected]4ed766c2013-09-19 09:45:20845 'filesapp': {
okab0be3dc2016-08-30 07:37:10846 'filepath': 'chrome/browser/chromeos/drive|' \
847 'chrome/browser/chromeos/extensions/file_manager|' \
848 'chrome/browser/chromeos/extensions/file_system_provider|' \
849 'chrome/browser/chromeos/file_manager|' \
850 'chrome/browser/chromeos/file_system_provider|' \
851 'chrome/browser/drive|' \
852 'chrome/test/data/extensions/api_test/file_system_provider|' \
853 'components/drive|' \
854 'google_apis/drive|' \
855 'ui/file_manager'
856 },
Tomasz Mikolajewski2905dbb2017-11-22 06:24:04857 'fsp': {
858 'filepath': 'chrome/browser/chromeos/extensions/file_system_provider|' \
859 'chrome/browser/chromeos/file_system_provider|' \
Tomasz Mikolajewski66b4faa22017-11-22 09:33:43860 'chrome/test/data/extensions/api_test/file_system_provider'
[email protected]4ed766c2013-09-19 09:45:20861 },
Wez385de5a2017-07-13 20:13:16862 'fuchsia': {
863 'filepath': 'fuchsia',
864 },
mmoroz58ddb8172016-09-08 18:29:55865 'fuzzing': {
866 'filepath': 'fuzz|Fuzz',
867 },
Vincent Scheibd5da4d952017-11-03 01:33:24868 'gamepad': {
869 'filepath': 'gamepad',
870 },
[email protected]3a2a6ac02014-06-20 07:07:12871 'gcm': {
peter9f4490a2017-01-27 00:58:36872 'filepath': 'chrome/browser/gcm/|'\
[email protected]3a2a6ac02014-06-20 07:07:12873 'components/gcm_driver/|'\
874 'google_apis/gcm/',
875 },
mikhail.pozdnyakova8db26402016-11-28 18:27:12876 'generic_sensor': {
Jun Caiaa1f040d2017-11-15 01:21:53877 'filepath': 'services/device/generic_sensor/|'\
mikhail.pozdnyakova8db26402016-11-28 18:27:12878 'third_party/WebKit/Source/modules/sensor/',
879 },
[email protected]d8036492013-08-09 16:02:23880 'geolocation': {
881 'filepath': 'chrome/browser/geolocation/|'\
882 'content/browser/geolocation|'\
883 'content/public/common/geoposition.*|'\
884 'content/public/browser/geolocation.*|'\
885 'content/renderer/geolocation.*|'\
886 'content/shell/geolocation/',
887 },
[email protected]cf428f732012-10-02 20:48:15888 'gfx_geometry': {
danakj570c1332015-01-06 16:59:36889 'filepath': 'ui/gfx/geometry/',
[email protected]cf428f732012-10-02 20:48:15890 },
Takeshi Yoshino524e1d262017-07-28 01:16:38891 'gfx_image': {
892 'filepath': 'ui/gfx/image/',
893 },
[email protected]4d1773e2014-04-05 07:59:57894 'gn': {
895 'filepath': 'tools/gn',
896 },
[email protected]f76c8852012-06-21 16:37:00897 'gpu': {
[email protected]f2f0fbb92012-07-14 15:52:49898 'filepath': 'gpu/',
[email protected]f76c8852012-06-21 16:37:00899 },
Corentin Wallezc68aa9b2017-10-02 15:00:03900 'gpu_passthrough_cmd_decoder': {
901 'filepath': 'gpu/command_buffer/service/.*passthrough',
902 },
[email protected]f76c8852012-06-21 16:37:00903 'history_ui': {
dbeam78528be2016-02-18 07:08:49904 'filepath': 'chrome/browser/resources/(md_)?history|'\
905 'chrome/browser/ui/webui/.*history',
[email protected]f76c8852012-06-21 16:37:00906 },
907 'i18n': {
[email protected]f2f0fbb92012-07-14 15:52:49908 'filepath': 'base/i18n/|base/string|l10n|icu|'\
timvolodine8cdb94c2016-09-22 12:17:22909 'locale_settings|encoding',
[email protected]f76c8852012-06-21 16:37:00910 },
[email protected]f76c8852012-06-21 16:37:00911 'importer': {
[email protected]f2f0fbb92012-07-14 15:52:49912 'filepath': 'import',
[email protected]f76c8852012-06-21 16:37:00913 },
Greg Thompson4f90fc992017-07-25 19:30:37914 'incident_reporting': {
915 'filepath': 'chrome/browser/safe_browsing/incident_reporting',
916 },
[email protected]c26161352013-11-12 19:50:01917 'indexed_db': {
918 'filepath': 'content/browser/indexed_db|'\
919 'content/child/indexed_db|'\
920 'content/common/indexed_db|'\
921 'content/public/browser/indexed_db|'\
922 'content/test/data/indexeddb',
923 },
bruthigaa8281f2016-02-09 17:52:31924 'ink_drop': {
925 'filepath': 'ui/views/animation/test/.*ink_drop.*|' \
926 'ui/views/animation/.*ink_drop.*'
927 },
dtapuska1f997a12016-03-14 19:22:07928 'input': {
929 'filepath': 'content/browser/renderer_host/input|'\
930 'content/renderer/input|'\
931 'ui/events/blink/'
932 },
Dominick Ngcaa7b402017-07-11 07:35:39933 'installable': {
934 'filepath': 'chrome/browser/installable/',
935 },
mmoss19826c62014-11-14 21:37:36936 'installer_linux': {
937 'filepath': 'chrome/installer/linux/',
938 },
Greg Thompson4f90fc992017-07-25 19:30:37939 'installer_win': {
940 'filepath': 'chrome/install_static/'\
941 '|chrome/installer/(?!gcapi_mac/|linux/|mac/)',
942 },
[email protected]56b4b09d32012-07-27 18:28:41943 'instant': {
[email protected]607903d2013-03-25 22:15:47944 'filepath': 'instant|searchbox|'\
945 'chrome/browser/search/|'\
[email protected]c29b7dae2013-03-25 22:29:13946 'chrome/browser/ui/search/|'\
[email protected]eb99f8e2013-07-10 10:17:39947 'chrome/browser/resources/local_ntp/|'\
[email protected]607903d2013-03-25 22:15:47948 'chrome/common/search_types.*',
[email protected]56b4b09d32012-07-27 18:28:41949 },
edchin46453b42017-03-03 01:40:11950 'ios': {
Sylvain Defresne81467d82017-05-29 09:06:14951 'filepath': 'ios/',
edchin46453b42017-03-03 01:40:11952 },
sdefresne18b47312015-06-18 15:15:09953 'ios_chrome': {
Sylvain Defresne81467d82017-05-29 09:06:14954 'filepath': 'ios/chrome/',
sdefresne18b47312015-06-18 15:15:09955 },
marqa4f135f2017-01-10 12:37:34956 'ios_clean': {
Sylvain Defresne81467d82017-05-29 09:06:14957 'filepath': 'ios/clean/',
marqa4f135f2017-01-10 12:37:34958 },
959 'ios_showcase': {
Sylvain Defresne81467d82017-05-29 09:06:14960 'filepath': 'ios/showcase/',
marqa4f135f2017-01-10 12:37:34961 },
baxley9bfbd3cc2017-03-15 21:22:32962 'ios_test': {
Sylvain Defresne81467d82017-05-29 09:06:14963 'filepath': 'ios/chrome/test/|'\
964 'ios/testing/|'\
965 'ios/web/public/test/|'\
966 'ios/web/test/',
baxley9bfbd3cc2017-03-15 21:22:32967 },
eugenebutb5a5a8572017-01-20 01:18:11968 'ios_web': {
Sylvain Defresne81467d82017-05-29 09:06:14969 'filepath': 'ios/web(_view)?/',
eugenebutb5a5a8572017-01-20 01:18:11970 },
[email protected]f76c8852012-06-21 16:37:00971 'ipc': {
[email protected]f2f0fbb92012-07-14 15:52:49972 'filepath': 'ipc/ipc',
[email protected]f76c8852012-06-21 16:37:00973 },
Johanndfa4d7d2017-12-07 18:05:29974 'libaom': {
975 'filepath': 'third_party/libaom/',
976 },
Takeshi Yoshino524e1d262017-07-28 01:16:38977 'libvpx': {
Johanndfa4d7d2017-12-07 18:05:29978 'filepath': 'third_party/libvpx/',
vabraafbd4f32015-11-10 19:30:23979 },
[email protected]a3f777d2014-01-07 23:38:26980 'libwebp': {
981 'filepath': 'third_party/libwebp'
982 },
dominiccabb90e02017-03-31 04:54:23983 'libxml_xslt': {
984 'filepath': 'third_party/libxml/' \
985 '|third_party/libxslt/',
986 },
[email protected]04a292a2013-03-07 19:58:42987 'linux_fonts': {
988 'filepath': 'ui/gfx/font_render_params_.*|'\
deratcd2d6fb2015-02-12 00:10:41989 'ui/gfx/platform_font_linux.*|'\
990 'ui/gfx/render_text_harfbuzz.*',
[email protected]04a292a2013-03-07 19:58:42991 },
992 'linux_sandboxing': {
[email protected]f2f0fbb92012-07-14 15:52:49993 'filepath': 'sandbox/linux/',
[email protected]f76c8852012-06-21 16:37:00994 },
[email protected]04a292a2013-03-07 19:58:42995 'linux_seccomp_bpf': {
[email protected]d6a23612012-11-13 20:11:54996 'filepath': 'content/common/sandbox.*linux.cc',
[email protected]f76c8852012-06-21 16:37:00997 },
Takeshi Yoshino524e1d262017-07-28 01:16:38998 'login': {
999 'filepath': 'chrome/browser/ui/login'
1000 },
lgrey62faed72016-10-11 21:40:391001 'mac': {
lgrey332339b12016-12-05 17:16:401002 'filepath': '(_|/)(cocoa|mac)(_|\.)|/(cocoa|mac)/|^((?!ios\/).)*\.mm?$',
lgrey62faed72016-10-11 21:40:391003 },
mlamourid8b0feb2015-06-02 16:30:471004 'manifest': {
1005 'filepath': 'content/(browser|renderer)/manifest/'\
1006 '|content/public/common/manifest*',
1007 },
michaelpg32ca07902015-02-07 00:31:111008 'md_settings': {
michaelpge42ca3b32016-02-19 08:17:571009 'filepath': 'chrome/browser/resources/settings/'\
Dan Beam62f6f8fce2017-06-07 21:23:081010 '|chrome/browser/ui/webui/settings/'\
1011 '|chrome/test/data/webui/settings/',
michaelpg32ca07902015-02-07 00:31:111012 },
[email protected]f76c8852012-06-21 16:37:001013 'media': {
Francois Beaufort9ab59c82017-08-24 13:10:291014 'filepath': 'media|third_party/(ffmpeg|opus|libvpx)'
[email protected]f76c8852012-06-21 16:37:001015 },
mcasasfeedbe42017-03-03 05:23:561016 'media_capture_from_element': {
alancutter40359812017-03-03 08:20:271017 'filepath': 'content/renderer/media_capture_from_element/' \
mcasasfeedbe42017-03-03 05:23:561018 '|third_party/WebKit/Source/modules/mediacapture/' \
1019 '|third_party/WebKit/Source/platform/exported/WebCanvasCapture' \
1020 '|third_party/WebKit/LayoutTests/fast/mediacapturefromelement/' \
1021 '|third_party/WebKit/public/platform/WebCanvasCapture'
1022 },
[email protected]06dd23172013-06-24 21:04:511023 'media_galleries': {
1024 'filepath': 'chrome/browser/extensions/api/media_galleries/'\
[email protected]06dd23172013-06-24 21:04:511025 '|chrome/browser/media_galleries/'\
1026 '|chrome/browser/storage_monitor/'\
1027 '|chrome/common/media_galleries/'\
Jay Civellicf995502017-09-08 23:59:271028 '|chrome/test/data/extensions/api_test/media_galleries/'
[email protected]06dd23172013-06-24 21:04:511029 },
alokp9e369ea72e2016-06-10 05:41:091030 'media_mojo': {
1031 'filepath': 'media/mojo/*'
1032 },
mcasasfeedbe42017-03-03 05:23:561033 'media_recorder': {
alancutter40359812017-03-03 08:20:271034 'filepath': 'content/renderer/media_recorder/' \
mcasasfeedbe42017-03-03 05:23:561035 '|third_party/WebKit/Source/modules/mediarecorder/' \
1036 '|third_party/WebKit/Source/platform/exported/WebMediaRecorder' \
1037 '|third_party/WebKit/LayoutTests/fast/mediarecorder/' \
1038 '|third_party/WebKit/public/platform/WebMediaRecorder'
1039 },
miu5e69f1c52016-10-23 13:40:111040 'media_remoting': {
1041 'filepath': 'chrome/browser/media/cast_remoting'\
1042 '|media/blink/webmediaplayer_'\
1043 '|media/mojo/interfaces/remoting.mojom'\
1044 '|media/remoting/',
1045 },
kmarshallb698ad4f2015-02-24 19:42:481046 'media_router': {
mfoltz57fd7f32017-05-03 06:12:581047 'filepath': 'chrome/android/(java|junit)/src/org/chromium/chrome/browser/media/router/' \
1048 '|chrome/browser/media/router/' \
kmarshallb698ad4f2015-02-24 19:42:481049 '|chrome/browser/resources/media_router/' \
mfoltz57fd7f32017-05-03 06:12:581050 '|chrome/browser/ui/views/media_router/' \
kmarshallb698ad4f2015-02-24 19:42:481051 '|chrome/browser/ui/webui/media_router/' \
mfoltz57fd7f32017-05-03 06:12:581052 '|chrome/common/media/router/' \
1053 '|chrome/test/data/webui/media_router/' \
1054 '|chrome/test/media_router/' \
1055 '|chrome/utility/media_router/'
kmarshallb698ad4f2015-02-24 19:42:481056 },
fmeawad4582cd22017-03-30 20:59:361057 'memory_coordinator': {
1058 'filepath': 'base/memory/memory_|' \
fmeawadd015b232017-03-31 02:22:451059 'content/browser/memory/|' \
1060 'content/child/memory/'
fmeawad4582cd22017-03-30 20:59:361061 },
[email protected]f76c8852012-06-21 16:37:001062 'message_loop': {
[email protected]f2f0fbb92012-07-14 15:52:491063 'filepath': 'base/message_'
[email protected]f76c8852012-06-21 16:37:001064 },
1065 'metrics': {
[email protected]f2f0fbb92012-07-14 15:52:491066 'filepath': 'base/metrics/'\
asvitkine361b276e2016-08-30 18:45:001067 '|chrome/android/java/src/org/chromium/chrome/browser/metrics/'\
[email protected]f2f0fbb92012-07-14 15:52:491068 '|chrome/browser/metrics/'\
[email protected]f2f0fbb92012-07-14 15:52:491069 '|chrome/browser/chromeos/external_metrics'\
[email protected]b0d594d2014-02-21 03:22:121070 '|chrome/browser/extensions/api/metrics_private/'\
[email protected]f2f0fbb92012-07-14 15:52:491071 '|chrome/browser/ui/webui/metrics_handler'\
asvitkineb7e10302016-01-20 05:17:451072 '|chromecast/browser/metrics/'\
asvitkinee4bad382015-11-05 21:56:451073 '|components/metrics/'\
asvitkineb7e10302016-01-20 05:17:451074 '|components/metrics_services_manager/'\
[email protected]ce6b855a2014-03-12 19:51:391075 '|components/rappor/'\
asvitkinee4bad382015-11-05 21:56:451076 '|components/variations/'\
[email protected]b0d594d2014-02-21 03:22:121077 # Exclude XML files; in particular, histograms.xml.
1078 '|tools/metrics/[^.]*([.](?!xml$).*)?$',
1079 },
1080 'metrics_xml_files': {
1081 # Subscribe to this to watch for changes to histograms.xml.
toyoshim8f51f902015-03-27 03:50:211082 'filepath': 'tools/metrics/.*\.xml$',
1083 },
1084 'midi': {
1085 'filepath': 'midi',
[email protected]f76c8852012-06-21 16:37:001086 },
[email protected]341f218a2013-09-24 22:16:101087 'mojo': {
1088 'filepath': 'mojo',
1089 },
Yuzhu Shen93bd7c992017-09-01 18:21:031090 'mojo_top_level_directory': {
1091 'filepath': '^mojo/',
1092 },
rjkroegef60dea862015-10-29 17:50:061093 'mus': {
ben6b0453d12016-07-02 04:27:191094 'filepath': 'services/ui/'\
rjkroegef60dea862015-10-29 17:50:061095 '|mojo/gpu/',
1096 },
[email protected]f76c8852012-06-21 16:37:001097 'nacl': {
[email protected]f2f0fbb92012-07-14 15:52:491098 'filepath': 'chrome/nacl/|chrome/test/nacl/|'\
[email protected]193912d2013-09-06 17:41:561099 'chrome/browser/nacl_host/|chrome/common/nacl|'\
1100 'native_client_sdk/src/doc/',
[email protected]f76c8852012-06-21 16:37:001101 },
[email protected]99ddc3d2013-01-22 16:15:331102 'native_client_sdk': {
1103 'filepath': '^native_client_sdk/',
1104 },
[email protected]b9ecdb62014-03-07 14:56:431105 'navigation': {
1106 'filepath': 'content/browser/frame_host|'\
1107 'content/browser/renderer_host/render_process_host.*|'\
1108 'content/browser/renderer_host/render_view_host.*|'\
1109 'content/browser/web_contents/web_contents_impl.*|'\
1110 'content/renderer/render_frame.*|'\
1111 'content/renderer/render_view.*'
1112 },
[email protected]f76c8852012-06-21 16:37:001113 'net': {
[email protected]f2f0fbb92012-07-14 15:52:491114 'filepath': 'net/',
[email protected]f76c8852012-06-21 16:37:001115 },
bnc1872e8bd2017-01-27 02:47:281116 'net_base': {
1117 'filepath': 'net/base/',
1118 },
bnc1872e8bd2017-01-27 02:47:281119 'net_http2': {
1120 'filepath': 'net/http2/',
1121 },
[email protected]f76c8852012-06-21 16:37:001122 'net_log': {
mmenke59e4d8fb42016-06-15 21:15:281123 'filepath': 'net/log/|' \
[email protected]f2f0fbb92012-07-14 15:52:491124 'chrome/browser/net/.*net_log|' \
[email protected]f2f0fbb92012-07-14 15:52:491125 'chrome/browser/resources/net_internals/|' \
mmenke59e4d8fb42016-06-15 21:15:281126 'chrome/browser/ui/webui/net_internals/|' \
Takeshi Yoshino6b30abd2017-07-16 03:34:511127 'components/net_log/'
[email protected]f76c8852012-06-21 16:37:001128 },
bnc1872e8bd2017-01-27 02:47:281129 'net_spdy': {
1130 'filepath': 'net/spdy/',
1131 },
Takeshi Yoshino9d7588a32017-07-31 07:17:341132 'net_websockets': {
1133 'filepath': 'net/websockets/' \
1134 '|net/data/websocket/'
1135 },
jkarlin539748402015-03-31 17:36:311136 'netinfo': {
Josh Karlin1bd016742017-08-18 17:44:171137 'filepath': '/netinfo/',
jkarlin539748402015-03-31 17:36:311138 },
Vincent Scheibd5da4d952017-11-03 01:33:241139 'nfc': {
1140 'filepath': '/nfc/',
1141 },
peterf4758412014-09-17 15:06:011142 'notifications': {
Peter Beverloo4548c852017-08-31 13:45:171143 'filepath': 'chrome/browser/extensions/api/notifications/|'\
1144 'chrome/browser/notifications/|'\
1145 'chrome/test/data/notifications/|'\
1146 'content/browser/notifications/|'\
Peter Beverloo4548c852017-08-31 13:45:171147 'content/common/platform_notification|'\
1148 'content/public/browser/platform_notification|'\
1149 'content/public/common/platform_notification|'\
1150 'content/renderer/notification_|'\
1151 'third_party/WebKit/LayoutTests/external/wpt/notifications|'\
1152 'third_party/WebKit/LayoutTests/http/tests/notifications|'\
1153 'third_party/WebKit/Source/modules/notifications|'\
1154 'third_party/WebKit/public/platform/modules/notifications|'\
peterf4758412014-09-17 15:06:011155 'ui/message_center/'
1156 },
tbansalc6f1c9f2016-09-30 22:48:421157 'nqe': {
1158 'filepath': 'nqe',
1159 },
mcwilliamsedee5042016-04-05 18:46:451160 'ntp_snippets': {
1161 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk16a37f902016-05-16 15:49:361162 'chrome/android/javatests/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk14c89352016-07-21 13:45:131163 'chrome/android/junit/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk117ffb322017-02-06 12:04:201164 'chrome/android/java/src/org/chromium/chrome/browser/suggestions/|'\
1165 'chrome/android/javatests/src/org/chromium/chrome/browser/suggestions/|'\
mvanouwerkerk538dc0b62016-05-17 14:55:341166 'chrome/browser/android/ntp/ntp_snippets|'\
mcwilliamsedee5042016-04-05 18:46:451167 'chrome/browser/ntp_snippets/|'\
mvanouwerkerk41649732016-05-17 13:37:001168 'chrome/browser/resources/snippets_internals|'\
1169 'chrome/browser/ui/webui/snippets_internals|'\
mcwilliamsedee5042016-04-05 18:46:451170 'components/ntp_snippets/|'\
1171 'chrome/android/java/res/layout/new_tab_page|'\
noyau451e6bb62016-12-23 14:29:041172 'chrome/android/java/res/layout/most_visited|'\
1173 'ios/chrome/browser/ntp_snippets'
mcwilliamsedee5042016-04-05 18:46:451174 },
treib70176c52016-07-08 14:34:191175 'ntp_tiles': {
1176 'filepath': 'chrome/browser/android/ntp/|'\
1177 'chrome/browser/ui/webui/ntp/|'\
1178 'chrome/common/search/ntp|'\
noyau451e6bb62016-12-23 14:29:041179 'components/ntp_tiles/|'\
1180 'ios/chrome/browser/ntp_tiles'
treib70176c52016-07-08 14:34:191181 },
peterb8ec88f82017-03-21 13:29:421182 'offline_items_collection': {
1183 'filepath': 'components/offline_items_collection/',
1184 },
dimichdce3ee492016-04-04 04:20:521185 'offline_pages': {
1186 'filepath': 'components/offline_pages/'\
fgorski329be5b2016-04-19 21:38:111187 '|chrome/browser/android/offline_pages/'\
1188 '|chrome/android/java/src/org/chromium/chrome/browser/offlinepages/'
dimichdce3ee492016-04-04 04:20:521189 },
[email protected]f76c8852012-06-21 16:37:001190 'omnibox': {
jdonnelly6fa5a21d2017-01-03 15:28:351191 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/omnibox/|'\
1192 'chrome/android/javatests/src/org/chromium/chrome/browser/omnibox/|'\
1193 'chrome/browser/autocomplete/|'\
Justin Donnelly0af1472f2017-10-20 15:24:401194 'chrome/browser/ui/location_bar/|'\
jdonnelly6fa5a21d2017-01-03 15:28:351195 'chrome/browser/ui/omnibox/|'\
Justin Donnelly0af1472f2017-10-20 15:24:401196 'chrome/browser/ui/.*/location_bar/|'\
jdonnelly6fa5a21d2017-01-03 15:28:351197 'chrome/browser/ui/.*/omnibox/|'\
1198 'components/omnibox/|'\
1199 'ios/chrome/browser/ui/omnibox/'
[email protected]f76c8852012-06-21 16:37:001200 },
Doug Arnetta94d3ae2017-11-07 00:10:341201 'optimization_guide': {
1202 'filepath': 'optimization_guide|'\
1203 'optimization_hints',
1204 },
chasej6dff9292016-02-02 20:33:121205 'origin_trials': {
chasej68b8bbd2017-01-26 19:26:131206 'filepath': 'origin_trials'\
1207 '|OriginTrial'\
1208 '|ConditionalFeature',
chasej6dff9292016-02-02 20:33:121209 },
[email protected]4a2078e2013-07-18 20:40:201210 'ozone': {
[email protected]f93c2c92013-10-31 18:22:441211 'filepath': 'ui/ozone/|'\
[email protected]4b66bf922013-10-28 19:49:431212 'ui/events/ozone/|'\
1213 'ui/gfx/ozone/|'\
[email protected]4a2078e2013-07-18 20:40:201214 'ui/gl/gl_.*egl.*|'\
1215 'ui/gl/gl_.*ozone.*'
1216 },
lgarron9e25c7402017-03-15 04:03:111217 'page_info' : {
1218 'filepath': 'chrome/browser/ui/page_info/'\
1219 '|chrome/browser/ui/.*/page_info/'\
lgarron3428b2d32017-03-21 18:35:191220 '|chrome/android/java/src/org/chromium/chrome/browser/page_info/'\
lgarron6cd116a2017-04-07 19:42:181221 '|components/page_info_strings.grdp'\
Gregory Chatzinoffdf93d692017-09-09 01:32:271222 '|ios/chrome/browser/ui/page_info/'
lgarron6cd116a2017-04-07 19:42:181223 },
csharrison3b1dc4062015-10-19 14:31:081224 'page_load_metrics' : {
bmcquade9f433702016-07-26 23:33:501225 'filepath': 'chrome/browser/page_load_metrics/'\
1226 '|chrome/common/page_load_metrics/'\
1227 '|chrome/renderer/page_load_metrics/'
csharrison3b1dc4062015-10-19 14:31:081228 },
[email protected]f76c8852012-06-21 16:37:001229 'panels': {
[email protected]7cbe5a52012-09-27 02:00:291230 'filepath': 'chrome/browser/ui/panels'\
1231 '|chrome/browser/ui/cocoa/panels'\
[email protected]7cbe5a52012-09-27 02:00:291232 '|chrome/browser/ui/views/panels'
[email protected]f76c8852012-06-21 16:37:001233 },
[email protected]3cc8b3922014-05-05 13:12:081234 'password_manager': {
1235 'filepath': 'chrome/.*/password_'\
1236 '|chrome/browser/ui/passwords'\
1237 '|chrome/browser/ui/views/passwords'\
1238 '|chrome/test/data/password'\
1239 '|components/autofill.*password'
1240 '|components/password_'\
vabrccdb7222016-06-01 14:59:401241 '|^ios/chrome/browser/passwords'\
[email protected]3cc8b3922014-05-05 13:12:081242 },
rouslane8a22262016-10-19 20:49:411243 'payments': {
1244 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/payments'\
1245 '|chrome/android/javatests/src/org/chromium/chrome/browser/payments'\
Rouslan Solomakhin81af4cf2017-06-27 15:23:491246 '|chrome/browser/payments'\
1247 '|chrome/browser/ui/views/payments'\
Mohamad Ahmadi2b452762017-07-18 23:17:151248 '|components/payments/test/data'\
rouslana64ceca2016-10-26 01:10:311249 '|components/payments'\
Rouslan Solomakhin81af4cf2017-06-27 15:23:491250 '|content/browser/payments'\
1251 '|content/test/data/payments'\
1252 '|ios/chrome/browser/payments'\
1253 '|ios/chrome/browser/ui/payments'\
1254 '|ios/web/payments'\
1255 '|ios/web/public/payments'\
1256 '|third_party/WebKit/LayoutTests/external/wpt/payment-request'\
1257 '|third_party/WebKit/LayoutTests/http/tests/payments'\
1258 '|third_party/WebKit/LayoutTests/payments'\
1259 '|third_party/WebKit/public/platform/modules/payments'\
1260 '|third_party/WebKit/Source/modules/payments'
mahmadi0a7bb59f2017-02-22 19:13:491261 },
1262 'payments_ios': {
Rouslan Solomakhin81af4cf2017-06-27 15:23:491263 'filepath': 'ios/web/payments'\
1264 '|ios/chrome/browser/payments'\
1265 '|ios/chrome/browser/ui/payments'\
1266 '|ios/web/public/payments'
rouslane8a22262016-10-19 20:49:411267 },
[email protected]f76c8852012-06-21 16:37:001268 'pepper_api': {
[email protected]b8491b02013-11-13 03:50:581269 'filepath': 'ppapi/api'\
1270 '|ppapi/c',
[email protected]f76c8852012-06-21 16:37:001271 },
mlamourid8b0feb2015-06-02 16:30:471272 'permissions': {
1273 'filepath': 'content/(child,browser)/permissions/'\
1274 '|content/common/permission_*'\
1275 '|content/public/(common,browser)/permission_*'\
1276 '|chrome/browser/permissions/'\
1277 '|chrome/browser/content_settings/permission*'\
1278 '|permission_context',
1279 },
[email protected]f76c8852012-06-21 16:37:001280 'plugin': {
[email protected]f2f0fbb92012-07-14 15:52:491281 'filepath': 'chrome/browser/plugin|chrome/plugin/|'\
Thiago Farinae067154bb2015-05-07 15:37:591282 'chrome/common/plugin',
[email protected]f76c8852012-06-21 16:37:001283 },
michaelpg11fff3f2015-02-06 03:35:341284 'polymer': {
1285 'filepath': 'third_party/polymer/|'\
michaelpgf94a2a22017-03-06 22:35:001286 'third_party/web-animations-js/|'\
dbeam78528be2016-02-18 07:08:491287 'tools/polymer|'\
michaelpg11fff3f2015-02-06 03:35:341288 'ui/webui/resources/polymer_resources.grdp',
1289 },
Charles Harrison981d33c2017-10-06 21:36:221290 'popup_blocker': {
1291 'filepath': 'chrome/browser/ui/blocked_content'
1292 },
twifkak0c69c1f2015-06-22 18:20:091293 'precache': {
1294 'filepath': '[pP]recache'
1295 },
[email protected]be775bc2014-06-30 15:41:141296 'prepopulated_engines': {
1297 'filepath': 'components/search_engines/prepopulated_engines.json',
1298 },
[email protected]f76c8852012-06-21 16:37:001299 'prerender': {
[email protected]78375a52012-07-14 14:47:571300 'filepath': 'prerender'
[email protected]f76c8852012-06-21 16:37:001301 },
mfoltz57fd7f32017-05-03 06:12:581302 'presentation': {
1303 'filepath': 'content/(browser|common|renderer)/presentation/' \
1304 '|third_party/WebKit/public/platform/modules/presentation/' \
1305 '|third_party/WebKit/LayoutTests/presentation/' \
1306 '|third_party/WebKit/Source/modules/presentation/'
1307 },
peter884896c72015-03-12 14:26:201308 'push_messaging': {
1309 'filepath': 'push_messaging'
1310 },
stkhapugin06503142016-12-07 14:32:121311 'reading_list': {
1312 'filepath': 'components/reading_list|'\
1313 'ios/chrome/browser/reading_list|'\
1314 'ios/chrome/browser/ui/reading_list',
1315 },
[email protected]f76c8852012-06-21 16:37:001316 'remoting': {
sergeyu05995a4f2017-01-24 21:26:011317 'filepath': '^remoting/' \
1318 '|^testing/chromoting'
[email protected]f76c8852012-06-21 16:37:001319 },
gab57e80c72014-12-08 21:06:131320 'rlz_id': {
1321 'filepath' :'rlz/lib/machine_id.cc|'\
1322 'rlz/lib/machine_id.h|'\
1323 'rlz/win/lib/machine_id_win.cc',
1324 },
Joe Medleya129fe32018-01-25 15:20:221325 'runtime_enabled_features': {
1326 'filepath' : 'third_party/WebKit/Source/platform/runtime_enabled_features.json5'
1327 },
grt829c6a82014-10-20 09:29:321328 'safe_browsing': {
timvolodine41e95412017-03-14 02:55:341329 'filepath': 'chrome/(browser|common|renderer)/safe_browsing/|'\
1330 'components/safe_browsing/',
grt829c6a82014-10-20 09:29:321331 },
vakhf8e14c92016-10-17 21:29:471332 'safe_browsing_db': {
1333 'filepath': 'components/safe_browsing_db/',
1334 },
skyostil20dea312014-11-11 13:43:061335 'scheduler': {
rmcilroyfa5ac552015-04-09 12:33:171336 'filepath': 'cc/scheduler'\
rmcilroyfa5ac552015-04-09 12:33:171337 '|content/renderer/scheduler'
skyostil20dea312014-11-11 13:43:061338 },
mlamourid8b0feb2015-06-02 16:30:471339 'screen_orientation': {
1340 'filepath': 'screen_orientation',
1341 },
[email protected]0b431722014-01-08 07:21:511342 'service_worker': {
[email protected]edaf31d2014-03-07 00:09:171343 'filepath': 'content/(browser|renderer|child|common)/service_worker/',
[email protected]0b431722014-01-08 07:21:511344 },
Yuzhu Shen93bd7c992017-09-01 18:21:031345 'services_network': {
1346 'filepath': 'services/network',
1347 },
Colin Blundell6d2669a2017-07-11 06:26:531348 'services_public': {
1349 'filepath': 'services/([^/]*/)*public/',
1350 },
alitoc5534d62017-04-21 01:48:581351 'settings_reset_prompt': {
1352 'filepath': 'chrome/browser/safe_browsing/settings_reset_prompt/'\
1353 '|chrome/browser/ui/views/settings_reset_prompt',
1354 },
dominickn8884155a2016-06-23 02:28:161355 'site_engagement': {
1356 'filepath': 'chrome/browser/engagement/|'\
1357 'chrome/browser/ui/webui/engagement/',
1358 },
[email protected]f76c8852012-06-21 16:37:001359 'site_instance': {
[email protected]f2f0fbb92012-07-14 15:52:491360 'filepath': 'content/browser/site_instance|'\
1361 'content/browser/browsing_instance',
[email protected]f76c8852012-06-21 16:37:001362 },
Zentaro Kavanagh608f8a12018-01-19 18:39:561363 'smb': {
1364 'filepath': 'chrome/browser/chromeos/file_system_provider'\
1365 '|chrome/browser/chromeos/smb_client'\
1366 '|chromeos/dbus/fake_smb_provider_client'\
1367 '|chromeos/dbus/smb_provider_client',
1368 },
Joe Medleya129fe32018-01-25 15:20:221369 'source_idls': {
1370 'filepath': 'third_party/Webkit/Source/(core|modules|platform)/.*\.idl',
1371 },
[email protected]ad0295d2012-10-11 23:43:361372 'spellcheck': {
1373 'filepath': 'chrome/browser/spellchecker/'\
timvolodine8cdb94c2016-09-22 12:17:221374 '|chrome/browser/renderer_context_menu/spelling_'\
1375 '|components/spellcheck/'\
1376 '|third_party/hunspell/'\
1377 '|third_party/hunspell_dictionaries/',
[email protected]ad0295d2012-10-11 23:43:361378 },
Greg Thompson9ea091702018-01-04 11:06:321379 'startup': {
1380 'filepath': 'chrome/browser/ui/startup/',
1381 },
[email protected]67f39af2013-08-23 20:06:051382 'streams': {
1383 'filepath': 'content/browser/streams/',
1384 },
vmpstrcc1c08302015-11-18 06:05:511385 'styleguide': {
1386 'filepath': '^styleguide/',
1387 },
engedye7b734da2017-02-07 12:08:131388 'subresource_filter': {
Charles Harrisonfb3eac92017-06-26 21:26:021389 'filepath': 'subresource_filter|SubresourceFilter|url_pattern_index',
engedye7b734da2017-02-07 12:08:131390 },
[email protected]43d33e92014-07-14 16:39:311391 'supervised_users': {
1392 'filepath': 'chrome/browser/.*managed_mode'\
1393 '|chrome/browser/.*managed_user'\
1394 '|chrome/browser/.*supervised_user',
1395 },
alito438fa4332016-12-20 21:59:171396 'swreporter': {
alitof6fcb352017-05-01 22:34:281397 'filepath': 'chrome/browser/safe_browsing/chrome_cleaner/'\
alito438fa4332016-12-20 21:59:171398 '|chrome/browser/component_updater/sw_reporter_',
1399 },
[email protected]f76c8852012-06-21 16:37:001400 'sync': {
maxboguefa217942016-04-01 01:08:131401 'filepath': '^chrome/android/sync_shell/'\
1402 '|^chrome/browser/ui/sync/'\
1403 '|^chrome/browser/ui/views/sync/'\
1404 '|^chrome/test/android/javatests/src/org/chromium/chrome/test/util/browser/sync/'\
1405 '|^ios/chrome/browser/sync/'\
1406 '|^chrome/android/java/src/org/chromium/chrome/browser/sync/'\
1407 '|^chrome/browser/sync/'\
1408 '|^components/browser_sync/'\
Max Boguefef332d2016-07-28 22:09:091409 '|^components/sync/'\
maxboguefa217942016-04-01 01:08:131410 '|^components/sync_bookmarks/'\
Max Boguefef332d2016-07-28 22:09:091411 '|^components/sync_sessions/',
[email protected]f76c8852012-06-21 16:37:001412 },
[email protected]92871a102013-07-01 11:11:411413 'syncfs': {
1414 'filepath': 'sync_file_system',
1415 },
miu5e69f1c52016-10-23 13:40:111416 'tab_alert_indicators': {
1417 'filepath': 'content/browser/media/audio_stream_monitor'\
1418 '|chrome/browser/ui/cocoa/tabs/alert_indicator_button'\
1419 '|chrome/browser/ui/cocoa/tabs/tab_controller\.mm'\
1420 '|chrome/browser/ui/tabs/tab_utils'\
1421 '|chrome/browser/ui/views/tabs/alert_indicator_button'\
1422 '|chrome/browser/ui/views/tabs/tab\.cc'\
1423 '|chrome/browser/ui/views/tabs/tab_renderer_data'\
1424 '|media/audio/audio_(output_controller|power_monitor)',
1425 },
[email protected]82d74152013-07-28 08:55:311426 'tab_capture': {
Adam Parker83a488462017-12-22 00:26:481427 'filepath': 'chrome/browser/extensions/api/tab_capture/'\
miu5e69f1c52016-10-23 13:40:111428 '|chrome/renderer/resources/extensions/tab_capture_custom_bindings.js'\
[email protected]31ef420b2014-08-13 21:19:131429 '|chrome/test/data/extensions/api_test/tab_capture/'\
Adam Parker83a488462017-12-22 00:26:481430 '|components/viz/common/(frame_sinks/copy_output_|gl_helper|yuv_)'\
1431 '|components/viz/service/display/'\
1432 '|components/viz/service/frame_sinks/(frame_sink_manager'\
1433 '|video_capture/)'\
[email protected]31ef420b2014-08-13 21:19:131434 '|content/browser/media/capture/'\
[email protected]31ef420b2014-08-13 21:19:131435 '|content/browser/renderer_host/media/(audio_'\
1436 '|media_stream_manager|video_)'\
miu5e69f1c52016-10-23 13:40:111437 '|content/public/renderer/media_stream_'\
1438 '|content/renderer/media/(media_stream|(.+audio_source))'\
[email protected]31ef420b2014-08-13 21:19:131439 '|media/audio/(audio_output_controller|fake_audio_|virtual_audio_)'\
1440 '|media/base/video_frame\.h'\
Adam Parker83a488462017-12-22 00:26:481441 '|media/capture/'\
1442 '|services/viz/privileged/interfaces/compositing/frame_sink',
[email protected]82d74152013-07-28 08:55:311443 },
[email protected]f76c8852012-06-21 16:37:001444 'tab_contents': {
[email protected]f2f0fbb92012-07-14 15:52:491445 'filepath': 'chrome/browser/tab_contents/|'\
1446 'content/browser/tab_contents/|'\
1447 'chrome/browser/ui/tab_contents/',
[email protected]f76c8852012-06-21 16:37:001448 },
tdresserd80646f2017-03-03 19:26:081449 'tbmv2_metrics': {
1450 'filepath': 'third_party/catapult/tracing/tracing/metrics'
1451 },
[email protected]5e105332012-09-13 01:55:521452 'tcmalloc': {
1453 'filepath': 'third_party/tcmalloc'
1454 },
[email protected]31a10602012-11-21 01:51:261455 'telemetry': {
nednguyen79105d422016-04-18 01:38:421456 'filepath': 'tools/perf/'
[email protected]31a10602012-11-21 01:51:261457 },
Takeshi Yoshino524e1d262017-07-28 01:16:381458 'test_runner': {
1459 'filepath': 'components/test_runner/' \
1460 '|content/shell/(common|browser|renderer)/layout_test/' \
1461 '|content/test/layouttest_support.cc' \
1462 '|content/public/test/layouttest_support.h' \
1463 },
[email protected]f76c8852012-06-21 16:37:001464 'tests': {
[email protected]f2f0fbb92012-07-14 15:52:491465 'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/',
[email protected]0cde05a02011-11-30 23:36:521466 },
jlkleinecc81952016-11-19 00:16:071467 'tether': {
1468 'filepath': 'components/cryptauth/'\
1469 '|chromeos/components/tether/'\
1470 '|components/proximity_auth/',
1471 },
[email protected]1cbbb30b2011-10-14 08:03:561472 'textinput': {
Yuichiro Hanadaf0b3b472017-10-17 07:00:531473 'filepath': 'chrome/browser/ui/input_method'\
[email protected]f2f0fbb92012-07-14 15:52:491474 '|content/browser/renderer_host/render_widget_host_view'\
1475 '|content/browser/renderer_host/text_input'\
1476 '|ui/base/ime/'\
[email protected]f2f0fbb92012-07-14 15:52:491477 '|ui/views/controls/textfield/'\
Yuichiro Hanadaf0b3b472017-10-17 07:00:531478 '|ui/wm/core/ime'
[email protected]1cbbb30b2011-10-14 08:03:561479 },
[email protected]3a117c62011-11-29 04:28:021480 'textinput_chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:491481 'filepath': 'chrome/browser/chromeos/input_method/'\
1482 '|chrome/browser/chromeos/extensions/input_method'\
1483 '|chrome/browser/chromeos/status/input_method'\
1484 '|chrome/browser/extensions/extension_input_'\
1485 '|chrome/browser/resources/keyboard'\
[email protected]f2f0fbb92012-07-14 15:52:491486 'chromeos/.*(language|keyboard)'\
[email protected]6bd9e802013-04-18 06:40:421487 '|chromeos/ime/*'
[email protected]3a117c62011-11-29 04:28:021488 },
chirantan96fcf6d2015-01-21 22:36:191489 'timers': {
1490 'filepath': 'base/timer/'\
1491 '|components/timers/'
1492 },
robliaofd54b5c2017-01-13 00:41:301493 'tools_win_chromeexts': {
1494 'filepath': 'tools/win/chromeexts',
1495 },
[email protected]c8eb7f72013-07-04 15:30:111496 'tracing': {
1497 'filepath': 'base/debug/trace_event.*'\
primianobef13b42015-01-30 15:29:311498 '|base/trace_event/'\
[email protected]c8eb7f72013-07-04 15:30:111499 '|content/browser/tracing/'\
1500 '|components/tracing/'
1501 },
[email protected]cf428f732012-10-02 20:48:151502 'ui_compositor': {
1503 'filepath': 'ui/compositor/layer\.|'\
1504 'ui/compositor/layer_unittest|'\
1505 'ui/compositor/compositor',
1506 },
robliao2c4b7492016-07-19 01:57:261507 'ui_display_win': {
1508 'filepath': '^ui/display/win',
1509 },
[email protected]6b5093c2012-05-23 19:10:181510 'ui_resources': {
[email protected]f2f0fbb92012-07-14 15:52:491511 'filepath': 'ui/resources/'\
1512 '|ui/base/native_theme/resources/'\
1513 '|chrome/app/theme/'
[email protected]6b5093c2012-05-23 19:10:181514 },
edwardjung83f52ef22017-02-07 13:15:071515 'ui_strings': {
1516 'filepath': 'chrome/app/generated_resources.grd'\
1517 '|chrome/app/google_chrome_strings.grd'\
1518 '|chrome/android/java/strings/android_chrome_strings.grd'\
1519 '|chrome/app/settings_strings.grdp'\
1520 '|ios/chrome/app/strings/ios(_.+)*_strings.grd'\
1521 '|ui/strings/ui_strings.grd',
1522 },
Vincent Scheibd5da4d952017-11-03 01:33:241523 'usb': {
1524 'filepath': '/usb/',
1525 },
Alexandre Courbot5922bd62017-12-13 09:19:301526 'v4l2': {
1527 'filepath': 'media/gpu/v4l2',
1528 },
Miguel Casas-Sancheza65d49a2017-12-11 03:27:481529 'vaapi': {
1530 'filepath': 'media/gpu/vaapi',
1531 },
[email protected]f76c8852012-06-21 16:37:001532 'valgrind': {
1533 'filepath': 'valgrind',
1534 },
[email protected]c73ec8ab2014-01-16 20:35:231535 'version_assembly': {
1536 'filepath': 'chrome/app/version_assembly',
1537 },
posciak62a72272016-05-11 08:31:241538 'video': {
1539 'filepath': 'content/browser/renderer_host/media/|'\
1540 'content/renderer/media/|'\
1541 'media/capture/video/|'\
1542 'media/filters/|'\
1543 'media/gpu/|'\
1544 '.*video.*',
1545 },
mcasas09e881c2016-04-09 02:09:501546 'video_capture': {
1547 'filepath': 'chrome/browser/media/.*(capture|media|webrtc)'\
1548 '|content/browser/renderer_host/media/.*(capture|media)'\
1549 '|content/renderer/media/.*(capture|media|webrtc)'\
1550 '|media/capture/'\
chfremer2a01a69b2017-01-06 02:39:011551 '|media/muxers/'\
1552 '|services/video_capture/',
mcasas09e881c2016-04-09 02:09:501553 },
[email protected]f76c8852012-06-21 16:37:001554 'views': {
1555 # Applies to all files and subdirs within this directory.
[email protected]f2f0fbb92012-07-14 15:52:491556 'filepath': '^ui/views/',
[email protected]f76c8852012-06-21 16:37:001557 },
[email protected]ef514a32014-02-26 01:02:351558 'virtual_keyboard': {
1559 'filepath': 'ui/keyboard/'\
oka47452c22017-02-17 05:07:571560 '|chrome/test/data/chromeos/virtual_keyboard/'\
1561 '|extensions/browser/api/virtual_keyboard_private/'\
James Cooka35a1e22017-04-08 02:33:081562 '|ash/system/virtual_keyboard/'\
oka47452c22017-02-17 05:07:571563 '|ash/virtual_keyboard',
[email protected]ef514a32014-02-26 01:02:351564 },
billorr3c7e1442016-11-11 21:21:351565 'virtual_reality': {
1566 'filepath': 'vr_shell/|'\
1567 '/vr/|'\
1568 'third_party/gvr',
1569 },
Vincent Scheibd5da4d952017-11-03 01:33:241570 'wake_lock': {
1571 'filepath': 'wake_lock',
1572 },
Matt Giuca9eb910d2017-08-02 04:07:381573 'web_share': {
1574 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/webshare/'\
1575 '|chrome/android/javatests/src/org/chromium/chrome/browser/WebShare.*'\
1576 '|chrome/browser/ui/views/webshare/'\
1577 '|chrome/browser/webshare/'\
1578 '|third_party/WebKit/LayoutTests/webshare/'\
1579 '|third_party/WebKit/LayoutTests/external/wpt/web-share/'\
1580 '|third_party/WebKit/public/platform/modules/webshare/'\
1581 '|third_party/WebKit/Source/modules/webshare/',
1582 },
Takeshi Yoshinoe387aa32017-08-02 13:16:131583 'webrtc_browser_tests': {
1584 'filepath': 'chrome/browser/media/.*webrtc.*browsertest|'\
1585 'content/browser/media/.*webrtc.*browsertest',
1586 },
[email protected]208879542012-07-05 11:15:341587 'website_settings': {
[email protected]f2f0fbb92012-07-14 15:52:491588 'filepath': 'chrome/browser/content_settings/'\
1589 '|chrome/browser/ui/views/website_settings/'\
1590 '|chrome/browser/ui/website_settings/'\
mukai077089f2014-09-11 18:41:521591 '|chrome/common/content_settings'\
1592 '|components/content_settings/',
[email protected]208879542012-07-05 11:15:341593 },
[email protected]b17d9e02014-07-29 09:45:501594 'windows_sandboxing': {
1595 'filepath': 'sandbox/win/',
1596 },
[email protected]f76c8852012-06-21 16:37:001597 'x11': {
[email protected]f2f0fbb92012-07-14 15:52:491598 'filepath': 'content/browser/renderer_host/backing_store_x\.' \
1599 '|chrome/browser/chromeos/input_method/xkeyboard\.' \
1600 '|chrome/browser/chromeos/system_key_event_listener\.' \
[email protected]f76c8852012-06-21 16:37:001601 '|chrome/browser/chromeos/'\
[email protected]f2f0fbb92012-07-14 15:52:491602 'xinput_hierarchy_changed_event_listener\.' \
1603 '|chrome/browser/chromeos/wm_' \
1604 '|ui/base/x/'
[email protected]0d710852012-05-24 01:18:401605 },
wjmaclean3ff6a402015-03-31 19:00:201606 'zoom': {
1607 'filepath': 'chrome/browser/ui/zoom/' \
1608 '|components/ui/zoom/' \
1609 '|content/browser/host_zoom_*' \
1610 '|content/browser/storage_partition_impl*' \
1611 '|content/public/browser/host_zoom_map.h' \
1612 '|content/public/browser/storage_partition.h'
1613 },
[email protected]a3838612009-10-13 21:57:541614 },
[email protected]ca872e362011-07-12 21:06:031615
pennymac962d190432016-07-27 00:58:351616 ##############################################################################
1617 # Please keep alphabetical
1618 ##############################################################################
[email protected]a3838612009-10-13 21:57:541619 'WATCHLISTS': {
asvitkinee4bad382015-11-05 21:56:451620 'about_flags': ['[email protected]'],
mazda6471d0e2015-10-02 06:32:551621 'accelerator_table': ['[email protected]',
[email protected]f76c8852012-06-21 16:37:001622 '[email protected]'],
dmazzoni5f4b7f12015-02-17 16:35:571623 'accessibility': ['[email protected]',
Aaron Leventhal978557022017-06-09 15:39:411624 '[email protected]',
dmazzoni5f4b7f12015-02-17 16:35:571625 '[email protected]',
dougtcd8ac01d2017-03-24 16:23:401626 '[email protected]',
[email protected]f76c8852012-06-21 16:37:001627 '[email protected]',
je_julie.kima170bac2015-05-06 14:57:541628 '[email protected]',
Katie Dektara52038e42017-12-06 21:00:311629 '[email protected]',
dmazzoni5f4b7f12015-02-17 16:35:571630 '[email protected]',
[email protected]f76c8852012-06-21 16:37:001631 '[email protected]'],
Andrew Grieve5babdbfc2017-08-16 01:26:491632 'add_to_homescreen': ['[email protected]',
Xi Han50f523a1d2017-07-19 15:56:111633 '[email protected]',
F07b660412017-08-01 20:53:061634 '[email protected]'],
asvitkine361b276e2016-08-30 18:45:001635 'android_crash_reporting': ['[email protected]'],
johnmaguire6aaac7902016-03-15 12:28:201636 'android_crazy_linker': ['[email protected]'],
dfalcantaraef21e9e2016-01-07 01:16:261637 'android_infobars': ['[email protected]'],
agrieve4d9c1c52016-09-23 17:49:381638 'android_infra': ['[email protected]',
Andrew Grieve5babdbfc2017-08-16 01:26:491639 '[email protected]'],
Takeshi Yoshino524e1d262017-07-28 01:16:381640 'android_item_chooser_dialogs': ['[email protected]',
1641 '[email protected]'],
lizebf34f69b2016-03-30 16:08:531642 'android_loading': ['[email protected]',
drogere76b5632016-03-31 14:14:411643 '[email protected]'],
mlamourid8b0feb2015-06-02 16:30:471644 'android_media': ['[email protected]',
1645 '[email protected]'],
nyquistf602bd02017-02-16 23:17:441646 'android_studio': ['[email protected]',
1647 '[email protected]'],
pennymac962d190432016-07-27 00:58:351648 'android_tab': ['[email protected]',
David Trainor051827f2017-06-02 18:33:131649 '[email protected]'],
asvitkine361b276e2016-08-30 18:45:001650 'android_uma_settings': ['[email protected]',
1651 '[email protected]'],
Piotr Swigon13cf6402017-09-26 07:14:331652 'android_webapk': ['[email protected]'],
[email protected]7ca78dc12012-09-20 09:26:441653 'android_webview': ['[email protected]'],
Matt Giuca9eb910d2017-08-02 04:07:381654 'app_list': ['[email protected]'],
1655 'app_shortcuts': ['[email protected]',
1656 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001657 'appcache': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351658 'apps': ['[email protected]',
1659 '[email protected]'],
lhchavez4b19176f2016-05-04 23:12:461660 'arc': ['[email protected]',
hidehiko49f0b7c2016-05-24 10:59:471661 '[email protected]',
lhchavez4b19176f2016-05-04 23:12:461662 '[email protected]',
victorhsieh52feccd2017-02-27 18:27:021663 '[email protected]',
lhchavez4b19176f2016-05-04 23:12:461664 '[email protected]'],
lhchavez61532c92016-10-18 21:33:371665 'arc_auth': ['[email protected]'],
Shuhei Takahashiaf68cff2017-07-24 05:17:121666 'arc_fileapi': ['[email protected]'],
poromov7633f602017-02-21 16:44:011667 'arc_kiosk': ['[email protected]'],
lhchavez4b19176f2016-05-04 23:12:461668 'arc_net': ['[email protected]',
1669 '[email protected]',
1670 '[email protected]'],
ejcarusoa298ec02016-06-16 20:30:431671 'arc_power': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351672 'ash': ['[email protected]',
1673 '[email protected]'],
1674 'aura': ['[email protected]',
1675 '[email protected]'],
[email protected]c3a6e1e72013-08-02 00:13:071676 'aura_compositor': ['[email protected]',
1677 '[email protected]',
pennymac962d190432016-07-27 00:58:351678 '[email protected]',
danakj3695c582016-10-26 21:54:431679 '[email protected]'],
Evan Stade18fbcb7a2017-07-25 18:31:271680 'autofill': ['[email protected]',
sebsgbbfbea02016-10-24 21:54:591681 '[email protected]',
1682 '[email protected]',
mathpc2040642017-01-25 14:59:411683 '[email protected]',
1684 '[email protected]'],
Peter Beverloo4548c852017-08-31 13:45:171685 'background_fetch': ['[email protected]',
peter39e10a62017-02-21 15:14:131686 '[email protected]'],
pennymac962d190432016-07-27 00:58:351687 'background_sync': ['[email protected]',
chasej6dff9292016-02-02 20:33:121688 '[email protected]',
pennymac962d190432016-07-27 00:58:351689 '[email protected]'],
pkotwicz2ec0b292016-09-26 17:12:321690 'banners': ['[email protected]',
Xi Han50f523a1d2017-07-19 15:56:111691 '[email protected]',
F07b660412017-08-01 20:53:061692 '[email protected]'],
Takeshi Yoshino524e1d262017-07-28 01:16:381693 'base': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:191694 'base_allocator': ['[email protected]',
[email protected]b17d9e02014-07-29 09:45:501695 '[email protected]'],
[email protected]1ed5e0fd2012-07-19 00:19:051696 'base_memory': ['[email protected]'],
robliao1644d8b2016-04-11 15:39:591697 'base_task_scheduler': ['[email protected]',
1698 '[email protected]',
1699 '[email protected]'],
pennymac962d190432016-07-27 00:58:351700 'base_win': ['[email protected]',
Robert Liao27a2fa12017-10-20 18:34:481701 '[email protected]',
pennymac962d190432016-07-27 00:58:351702 '[email protected]'],
[email protected]7e093d4022014-06-26 19:19:551703 'battery_status': ['[email protected]'],
wnwen72684762017-03-29 13:28:371704 'binary_size': ['[email protected]',
1705 '[email protected]',
1706 '[email protected]'],
pennymac962d190432016-07-27 00:58:351707 'blink': ['[email protected]'],
1708 'blink_accessibility': ['[email protected]',
1709 '[email protected]',
dougtcd8ac01d2017-03-24 16:23:401710 '[email protected]',
horo8e9a01572016-07-27 06:05:311711 '[email protected]',
Katie Dektara52038e42017-12-06 21:00:311712 '[email protected]',
pennymac962d190432016-07-27 00:58:351713 '[email protected]'],
1714 'blink_animation': ['[email protected]',
1715 '[email protected]',
1716 '[email protected]',
1717 '[email protected]',
1718 '[email protected]'],
1719 'blink_app_banner': ['[email protected]'],
1720 'blink_audio': ['[email protected]',
1721 '[email protected]'],
1722 'blink_battery_status': ['[email protected]',
1723 '[email protected]'],
1724 'blink_bidi': ['[email protected]'],
1725 'blink_bindings': ['[email protected]'],
jbroman9ac2d532016-09-01 18:20:081726 'blink_bindings_serialization': ['[email protected]'],
Vincent Scheibd5da4d952017-11-03 01:33:241727 'blink_bluetooth': ['[email protected]',
1728 '[email protected]',
Vincent Scheibf01b55ff22018-01-10 21:05:061729 '[email protected]'],
danakjdfa88932017-06-29 18:43:281730 'blink_canvas2d': ['[email protected]',
pennymac962d190432016-07-27 00:58:351731 '[email protected]'],
1732 'blink_client_hints': ['[email protected]'],
1733 'blink_clipboard': ['[email protected]'],
Kentaro Hara993b0de2017-08-07 02:26:371734 'blink_controller': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351735 'blink_css': ['[email protected]',
1736 '[email protected]',
horo8e9a01572016-07-27 06:05:311737 '[email protected]',
pennymac962d190432016-07-27 00:58:351738 '[email protected]'],
1739 'blink_css_flexbox': ['[email protected]'],
Morten Stenshorne4f1b3022017-11-14 12:05:371740 'blink_css_fragmentation_tests': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351741 'blink_css_grid_layout': ['[email protected]',
horo8e9a01572016-07-27 06:05:311742 '[email protected]',
pennymac962d190432016-07-27 00:58:351743 '[email protected]'],
Dimitri Glazkov33286c62017-12-08 23:34:251744 'blink_custom_elements': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351745 'blink_device_orientation': ['[email protected]',
1746 '[email protected]'],
1747 'blink_devtools': ['[email protected]',
1748 '[email protected]',
1749 '[email protected]',
1750 '[email protected]',
1751 '[email protected]',
lushnikovc5bd7ca2016-07-27 17:19:391752 '[email protected]'],
pennymac962d190432016-07-27 00:58:351753 'blink_dom': ['[email protected]',
pennymac962d190432016-07-27 00:58:351754 '[email protected]',
Sigbjorn Finne2f2dec92017-07-27 07:23:501755 '[email protected]'],
Hayato Ito5fc828c2017-07-05 08:02:321756 'blink_dom_events': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351757 'blink_events': ['[email protected]',
pennymac962d190432016-07-27 00:58:351758 '[email protected]',
1759 '[email protected]'],
1760 'blink_fetch': ['[email protected]',
1761 '[email protected]',
Takeshi Yoshino9d7588a32017-07-31 07:17:341762 '[email protected]'],
1763 'blink_fetch_api': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351764 'blink_fileapi': ['[email protected]',
1765 '[email protected]',
1766 '[email protected]'],
haraken98d0827a2017-02-27 00:55:191767 'blink_frames': ['[email protected]'],
Miguel Casas-Sanchez5eb47252017-09-05 21:15:031768 'blink_geolocation': ['[email protected]',
pennymac962d190432016-07-27 00:58:351769 '[email protected]'],
1770 'blink_heap': ['[email protected]',
1771 '[email protected]',
1772 '[email protected]',
1773 '[email protected]'],
Dimitri Glazkov33286c62017-12-08 23:34:251774 'blink_html': ['[email protected]'],
csharrisonf357e9632016-07-29 01:27:221775 'blink_htmlparser': ['[email protected]',
1776 '[email protected]'],
pennymac962d190432016-07-27 00:58:351777 'blink_indexed_db': ['[email protected]',
1778 '[email protected]'],
1779 'blink_input': ['[email protected]',
nzolghadr773a1982016-10-18 21:26:451780 '[email protected]'],
pennymac962d190432016-07-27 00:58:351781 'blink_layers': ['[email protected]'],
1782 'blink_layout': ['[email protected]',
1783 '[email protected]',
1784 '[email protected]',
1785 '[email protected]',
1786 '[email protected]',
1787 '[email protected]',
1788 '[email protected]'],
cbiesinger46ecaae2016-09-09 18:44:561789 'blink_layout_ng': ['[email protected]',
gleblc60d6632016-09-13 19:49:461790 '[email protected]',
atotic30c8eba2016-10-28 13:24:071791 '[email protected]',
dgroganf9744ea2017-01-18 23:23:261792 '[email protected]',
lchoi2ba79a72017-05-25 00:23:051793 '[email protected]',
Xiaocheng Hu8bd4d8072017-10-25 23:44:321794 '[email protected]',
1795 '[email protected]'],
pennymac962d190432016-07-27 00:58:351796 'blink_loader': ['[email protected]',
1797 '[email protected]',
Takeshi Yoshinoab2ce8562017-11-09 05:19:191798 '[email protected]'],
pennymac962d190432016-07-27 00:58:351799 'blink_media': ['[email protected]',
1800 '[email protected]',
srirama.mdec4f512016-09-06 08:22:191801 '[email protected]',
1802 '[email protected]'],
pennymac962d190432016-07-27 00:58:351803 'blink_media_queries': ['[email protected]',
1804 '[email protected]'],
mcasas9558316b2017-03-10 18:57:311805 'blink_mediastream': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351806 'blink_modules': ['[email protected]'],
1807 'blink_navigator_content_utils': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351808 'blink_out_of_process_frames': ['[email protected]',
1809 '[email protected]'],
pennymac962d190432016-07-27 00:58:351810 'blink_paint' : ['[email protected]',
chrishtr4030de342016-10-03 23:57:591811 '[email protected]'],
Xida Chen0ef92782018-01-17 05:53:351812 'blink_paintworklet' : ['[email protected]'],
panickere9ffa3f2017-04-10 18:26:061813 'blink_performance_timing': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351814 'blink_permissions': ['[email protected]'],
kinukoc462adb2016-12-22 12:58:491815 'blink_platform': ['[email protected]'],
ajumabd2c9c22017-05-01 21:29:501816 'blink_platform_graphics': ['[email protected]',
pennymac962d190432016-07-27 00:58:351817 '[email protected]',
1818 '[email protected]',
1819 '[email protected]',
fmalita9710b732017-02-17 05:10:021820 '[email protected]',
pennymac962d190432016-07-27 00:58:351821 '[email protected]',
1822 '[email protected]',
1823 '[email protected]',
1824 '[email protected]'],
Takeshi Yoshino524e1d262017-07-28 01:16:381825 'blink_preloadScanner': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351826 'blink_prerender': ['[email protected]',
1827 '[email protected]'],
Dimitri Glazkov33286c62017-12-08 23:34:251828 'blink_public_api': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351829 'blink_quota': ['[email protected]',
1830 '[email protected]',
1831 '[email protected]'],
1832 'blink_scheduler': ['[email protected]'],
1833 'blink_screen_orientation': ['[email protected]'],
Kouhei Ueno43382932017-05-30 04:43:571834 'blink_script': ['[email protected]',
1835 '[email protected]',
1836 '[email protected]'],
David Bokan9dc0046272017-12-29 00:28:011837 'blink_scroll': ['[email protected]'],
falken6731ece42016-10-12 01:41:501838 'blink_serviceworkers': ['[email protected]',
pennymac962d190432016-07-27 00:58:351839 '[email protected]',
1840 '[email protected]',
1841 '[email protected]',
1842 '[email protected]',
1843 '[email protected]',
1844 '[email protected]',
shimazu99de61f2016-09-07 03:57:411845 '[email protected]',
pennymac962d190432016-07-27 00:58:351846 '[email protected]'],
1847 'blink_serviceworkers_tests': ['[email protected]'],
Hayato Ito5fc828c2017-07-05 08:02:321848 'blink_shadow_dom': ['[email protected]'],
timvolodine8cdb94c2016-09-22 12:17:221849 'blink_spellcheck' : ['[email protected]',
xiaochengh4a3c84e2017-03-28 07:15:321850 '[email protected]',
Xiaocheng Hu8bd4d8072017-10-25 23:44:321851 '[email protected]'],
jbroman69166ca82017-04-04 21:01:361852 'blink_spv2_layout_tests': ['[email protected]'],
Takeshi Yoshino9d7588a32017-07-31 07:17:341853 'blink_streams': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351854 'blink_style': ['[email protected]'],
1855 'blink_svg': ['[email protected]',
fmalita9710b732017-02-17 05:10:021856 '[email protected]',
pennymac962d190432016-07-27 00:58:351857 '[email protected]',
1858 '[email protected]',
1859 '[email protected]',
1860 '[email protected]',
1861 '[email protected]',
1862 '[email protected]'],
pennymac962d190432016-07-27 00:58:351863 'blink_track': ['[email protected]',
1864 '[email protected]',
1865 '[email protected]',
Sriram8d3e0e22017-11-09 10:40:161866 '[email protected]',
1867 '[email protected]'],
mvanouwerkerk38f632c62017-04-13 10:35:311868 'blink_vibration': ['[email protected]'],
David Bokan9dc0046272017-12-29 00:28:011869 'blink_viewport_interaction': ['[email protected]',
1870 '[email protected]'],
pennymac962d190432016-07-27 00:58:351871 'blink_w3ctests': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351872 'blink_webp': ['[email protected]',
1873 '[email protected]',
1874 '[email protected]'],
1875 'blink_websockets': ['[email protected]',
1876 '[email protected]'],
1877 'blink_workers': ['[email protected]',
falken6731ece42016-10-12 01:41:501878 '[email protected]',
pennymac962d190432016-07-27 00:58:351879 '[email protected]',
shimazu99de61f2016-09-07 03:57:411880 '[email protected]',
1881 '[email protected]'],
pennymac962d190432016-07-27 00:58:351882 'blink_wtf': ['[email protected]',
1883 '[email protected]'],
Joel Hockey8ad29912017-11-09 06:38:341884 'blink_xml': ['[email protected]', '[email protected]'],
noyauce460872016-09-09 11:54:001885 'bookmarks': ['[email protected]'],
donnd787f6ed2016-08-03 01:00:561886 'bottombar': ['[email protected]',
1887 '[email protected]'],
stevenjbdd133032015-08-07 18:37:471888 'browser_chromeos': ['[email protected]'],
[email protected]22650d22012-07-18 17:02:351889 'browser_components': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351890 'browser_compositor': ['[email protected]',
1891 '[email protected]'],
michaelpge42ca3b32016-02-19 08:17:571892 'browser_resources_md': ['[email protected]'],
msramek878b39d92016-04-20 07:55:331893 'browsing_data': ['[email protected]',
1894 '[email protected]'],
pennymac962d190432016-07-27 00:58:351895 'bubble': ['[email protected]',
1896 '[email protected]',
pennymac962d190432016-07-27 00:58:351897 '[email protected]'],
Josh Karlin1bd016742017-08-18 17:44:171898 'cache_storage': ['[email protected]'],
Adam Parker41b9e4cb2017-08-14 17:09:121899 'cast': ['[email protected]',
1900 '[email protected]',
[email protected]479180d22014-03-11 09:47:341901 '[email protected]',
miua1710162015-08-27 01:38:091902 '[email protected]',
[email protected]ad8ff0e2013-12-13 09:24:121903 '[email protected]',
miua1710162015-08-27 01:38:091904 '[email protected]',
1905 '[email protected]'],
ryanchung4d157372016-05-10 20:27:161906 'cast_certificate': ['[email protected]',
mfoltz57fd7f32017-05-03 06:12:581907 '[email protected]',
ryanchung24f9d7b2017-01-12 19:18:341908 '[email protected]'],
Adam Parker41b9e4cb2017-08-14 17:09:121909 'cast_channel': ['[email protected]',
1910 '[email protected]',
Ryan Ki Sing Chung27cc7ed92017-07-25 21:53:471911 '[email protected]'],
[email protected]c863702a2012-09-14 20:05:281912 'cc': ['[email protected]'],
danakjca574522017-09-20 16:38:591913 'cc-contexts': ['[email protected]'],
1914 'cc-display': ['[email protected]'],
1915 'cc-paint': ['[email protected]'],
1916 'cc-quads': ['[email protected]'],
1917 'cc-resources': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351918 'certificate_transparency': ['[email protected]',
1919 '[email protected]',
martijnccdd0542016-11-07 18:49:271920 '[email protected]',
pennymac962d190432016-07-27 00:58:351921 '[email protected]'],
1922 'chrome_elf': ['[email protected]',
1923 '[email protected]'],
lpy0ca13772017-02-28 19:48:271924 'chrome_grc': ['[email protected]'],
[email protected]d5b21972012-07-20 02:06:011925 'chrome_views': ['[email protected]'],
alokp9d869cc12016-05-27 01:46:311926 'chromecast': ['[email protected]',
1927 '[email protected]',
halliwellfa56b3a42015-09-04 21:42:571928 '[email protected]'],
gfhuang2548f902016-02-26 02:29:211929 'chromecast_public': ['[email protected]'],
Jonathon Kereliuk540c7d52018-01-18 06:22:031930 'chromedriver': ['[email protected]',
1931 '[email protected]'],
pennymac962d190432016-07-27 00:58:351932 'chromeos': ['[email protected]'],
1933 'chromeos_attestation': ['[email protected]'],
1934 'chromeos_calculator': ['[email protected]'],
hashimoto40ecb692014-09-02 04:51:311935 'chromeos_dbus': ['[email protected]'],
alematec5187b1b2016-08-26 05:32:181936 'chromeos_geolocation': ['[email protected]'],
1937 'chromeos_login': ['[email protected]',
1938 '[email protected]'],
pennymac962d190432016-07-27 00:58:351939 'chromeos_net': ['[email protected]'],
1940 'chromeos_power': ['[email protected]'],
alematec5187b1b2016-08-26 05:32:181941 'chromeos_timezone': ['[email protected]'],
1942 'chromeos_webui': ['[email protected]'],
Daniel Cheng99312b632017-10-25 03:59:491943 'clang_update': ['[email protected]',
1944 '[email protected]',
thestigf023ccc2016-11-10 14:39:151945 '[email protected]',
[email protected]cf8ffa82013-02-13 08:30:071946 '[email protected]',
pennymac962d190432016-07-27 00:58:351947 '[email protected]',
rnk28bbd1772016-05-04 17:57:581948 '[email protected]',
1949 '[email protected]',
pennymac962d190432016-07-27 00:58:351950 '[email protected]',
thestigf023ccc2016-11-10 14:39:151951 '[email protected]',
pennymac962d190432016-07-27 00:58:351952 '[email protected]',
horo8e9a01572016-07-27 06:05:311953 '[email protected]',
pennymac962d190432016-07-27 00:58:351954 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001955 'clipboard': ['[email protected]'],
Aaron Gable64f273582017-03-30 18:02:001956 'codereview_settings': ['[email protected]'],
sdefresned94c5b02015-07-22 17:54:551957 'components_deps': ['[email protected]',
1958 '[email protected]',
1959 '[email protected]'],
Darin Fisher619bbcd2017-11-20 17:45:381960 'content': ['[email protected]'],
Vincent Scheibd5da4d952017-11-03 01:33:241961 'content_bluetooth': ['[email protected]',
1962 '[email protected]',
Vincent Scheibf01b55ff22018-01-10 21:05:061963 '[email protected]'],
pennymac962d190432016-07-27 00:58:351964 'content_loader': ['[email protected]',
rdsmith5a1bfce2017-06-04 13:33:521965 '[email protected]'],
rdsmitheed6d932017-04-19 02:49:161966 'content_network': ['[email protected]',
rdsmith5a1bfce2017-06-04 13:33:521967 '[email protected]',
Yuzhu Shen93bd7c992017-09-01 18:21:031968 '[email protected]',
1969 '[email protected]'],
pennymac962d190432016-07-27 00:58:351970 'content_renderer': ['[email protected]'],
mkwst75a31a42014-09-14 18:32:531971 'content_shell': ['[email protected]',
peterc9e3e172015-11-02 09:29:161972 '[email protected]',
1973 '[email protected]'],
Jinsuk Kim6d10a222017-11-16 06:37:061974 'content_view_core': ['[email protected]'],
Takeshi Yoshino9d7588a32017-07-31 07:17:341975 'content_websockets': ['[email protected]'],
nhiroki90ba0102015-07-21 01:42:241976 'content_worker': ['[email protected]',
1977 '[email protected]'],
donnd787f6ed2016-08-03 01:00:561978 'contextual_search': ['[email protected]',
1979 '[email protected]'],
pennymac962d190432016-07-27 00:58:351980 'courgette': ['[email protected]',
1981 '[email protected]'],
Nico Weber6ff639a2017-08-11 21:04:501982 'cq': ['[email protected]',
1983 '[email protected]',
1984 '[email protected]',
1985 '[email protected]',
1986 '[email protected]'],
dbeamd924f0d0d2017-06-20 02:34:251987 'cr_elements': ['[email protected]',
michaelpge42ca3b32016-02-19 08:17:571988 '[email protected]'],
lizebf34f69b2016-03-30 16:08:531989 'custom_tabs': ['[email protected]'],
tbansalc6f1c9f2016-09-30 22:48:421990 'data_reduction_proxy': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:191991 'deep_memory_profiler': ['[email protected]'],
Vincent Scheibd5da4d952017-11-03 01:33:241992 'device_bluetooth': ['[email protected]',
1993 '[email protected]',
Vincent Scheibf01b55ff22018-01-10 21:05:061994 '[email protected]'],
Vincent Scheibd5da4d952017-11-03 01:33:241995 'device_chooser': ['[email protected]',
1996 '[email protected]',
Vincent Scheibf01b55ff22018-01-10 21:05:061997 '[email protected]'],
Jun Caiaa1f040d2017-11-15 01:21:531998 'device_sensors': ['[email protected]',
1999 '[email protected]',
mlamouri5cdcdf02014-11-27 15:58:592000 '[email protected]',
pennymac962d190432016-07-27 00:58:352001 '[email protected]'],
pennymac962d190432016-07-27 00:58:352002 'devtools': ['[email protected]',
2003 '[email protected]'],
Adam Parker41b9e4cb2017-08-14 17:09:122004 'dial': ['[email protected]',
2005 '[email protected]',
mfoltz57fd7f32017-05-03 06:12:582006 '[email protected]'],
kinukoc462adb2016-12-22 12:58:492007 'disk_cache': ['[email protected]'],
David Trainor051827f2017-06-02 18:33:132008 'download': ['[email protected]'],
dbeamd924f0d0d2017-06-20 02:34:252009 'downloads_ui': ['[email protected]'],
[email protected]9a3781d2013-04-04 18:31:402010 'drive': ['[email protected]'],
[email protected]89d2cd52013-04-16 01:55:362011 'drive_resource_metadata': ['[email protected]'],
[email protected]3a25c8a2014-06-26 06:47:102012 'eme': ['[email protected]'],
[email protected]f9529e7922013-06-06 05:19:412013 'extension': ['[email protected]',
2014 '[email protected]'],
Luna Lu7f221f22017-06-13 16:46:142015 'feature_policy': ['[email protected]',
Joe Medleya129fe32018-01-25 15:20:222016 '[email protected]',
2017 '[email protected]'],
[email protected]84dcfd92014-05-23 13:18:192018 'fileapi': ['[email protected]',
[email protected]6f217122013-11-25 07:21:482019 '[email protected]',
2020 '[email protected]'],
yoshiki1c0ba2782014-12-08 07:04:262021 'filebrowse': ['[email protected]'],
okab0be3dc2016-08-30 07:37:102022 'filesapp': ['[email protected]',
2023 '[email protected]',
2024 '[email protected]'],
Tomasz Mikolajewski2905dbb2017-11-22 06:24:042025 'fsp': ['[email protected]'],
Wez385de5a2017-07-13 20:13:162026 'fuchsia': ['[email protected]', '[email protected]'],
mmoroz58ddb8172016-09-08 18:29:552027 'fuzzing': ['[email protected]'],
Vincent Scheibd5da4d952017-11-03 01:33:242028 'gamepad': ['[email protected]',
Vincent Scheibf01b55ff22018-01-10 21:05:062029 '[email protected]'],
Dan Elphick7c3105252017-11-06 15:51:472030 'gcm': ['[email protected]',
pennymac962d190432016-07-27 00:58:352031 '[email protected]'],
mikhail.pozdnyakova8db26402016-11-28 18:27:122032 'generic_sensor': ['[email protected]',
Vincent Scheibd5da4d952017-11-03 01:33:242033 '[email protected]',
Jun Caiaa1f040d2017-11-15 01:21:532034 '[email protected]',
Vincent Scheibd5da4d952017-11-03 01:33:242035 '[email protected]',
mikhail.pozdnyakova8db26402016-11-28 18:27:122036 '[email protected]',
timvolodine4cf58ca2017-05-24 16:11:482037 '[email protected]',
mikhail.pozdnyakova8db26402016-11-28 18:27:122038 '[email protected]'],
Vincent Scheibd5da4d952017-11-03 01:33:242039 'geolocation': ['[email protected]',
2040 '[email protected]',
Vincent Scheibf01b55ff22018-01-10 21:05:062041 '[email protected]'],
[email protected]cf428f732012-10-02 20:48:152042 'gfx_geometry': ['[email protected]'],
[email protected]f93b7382012-08-09 20:53:162043 'gfx_image': ['[email protected]'],
agrieve4d9c1c52016-09-23 17:49:382044 'gn': ['[email protected]',
2045 '[email protected]',
pennymac962d190432016-07-27 00:58:352046 '[email protected]'],
[email protected]a6159102013-11-08 23:21:522047 'gpu': ['[email protected]'],
Corentin Wallezc68aa9b2017-10-02 15:00:032048 'gpu_passthrough_cmd_decoder': ['[email protected]',
2049 '[email protected]'],
dbeamd924f0d0d2017-06-20 02:34:252050 'history_ui': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002051 'i18n': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002052 'importer': ['[email protected]'],
Greg Thompson4f90fc992017-07-25 19:30:372053 'incident_reporting': ['[email protected]'],
[email protected]8b250562014-08-12 19:07:452054 'indexed_db': ['[email protected]',
dgrogand792a7f2016-01-21 00:12:132055 '[email protected]'],
bruthigaa8281f2016-02-09 17:52:312056 'ink_drop': ['[email protected]'],
dtapuska1f997a12016-03-14 19:22:072057 'input': ['[email protected]'],
Piotr Swigone1f92632017-12-17 23:40:112058 'installable': ['[email protected]'],
Raphael Kubo da Costaf242cef72017-11-08 16:01:182059 'installer_linux': ['[email protected]',
2060 '[email protected]'],
Greg Thompson4f90fc992017-07-25 19:30:372061 'installer_win': ['[email protected]',
2062 '[email protected]',
2063 '[email protected]'],
pennymac962d190432016-07-27 00:58:352064 'instant': ['[email protected]',
pennymac962d190432016-07-27 00:58:352065 '[email protected]',
jered0bd025a82017-05-03 20:01:132066 '[email protected]',
pennymac962d190432016-07-27 00:58:352067 '[email protected]',
2068 '[email protected]',
2069 '[email protected]',
2070 '[email protected]',
2071 '[email protected]'],
edchin46453b42017-03-03 01:40:112072 'ios': ['[email protected]'],
2073 'ios_chrome': ['[email protected]',
marqa4f135f2017-01-10 12:37:342074 '[email protected]',
eugenebutb5a5a8572017-01-20 01:18:112075 '[email protected]'],
edchin46453b42017-03-03 01:40:112076 'ios_clean': ['[email protected]',
lpromero6846b19d2017-05-23 10:43:592077 '[email protected]'],
edchin46453b42017-03-03 01:40:112078 'ios_showcase': ['[email protected]',
lpromero6846b19d2017-05-23 10:43:592079 '[email protected]'],
baxley9bfbd3cc2017-03-15 21:22:322080 'ios_test': ['[email protected]',
Yuke Liaoa948e9ee2017-11-27 21:54:242081 '[email protected]'],
edchin46453b42017-03-03 01:40:112082 'ios_web': ['[email protected]',
2083 '[email protected]'],
Darin Fisher619bbcd2017-11-20 17:45:382084 'ipc': ['[email protected]'],
Johanndfa4d7d2017-12-07 18:05:292085 'libaom': ['[email protected]',
pennymac962d190432016-07-27 00:58:352086 '[email protected]',
2087 '[email protected]',
2088 '[email protected]'],
Johanndfa4d7d2017-12-07 18:05:292089 'libvpx': ['[email protected]',
2090 '[email protected]',
2091 '[email protected]',
2092 '[email protected]',
2093 '[email protected]',
2094 '[email protected]'],
Takeshi Yoshino524e1d262017-07-28 01:16:382095 'libwebp': ['[email protected]',
2096 '[email protected]',
2097 '[email protected]'],
dominiccabb90e02017-03-31 04:54:232098 'libxml_xslt': ['[email protected]',
2099 '[email protected]'],
[email protected]04a292a2013-03-07 19:58:422100 'linux_fonts': ['[email protected]'],
[email protected]6d7e0bf2014-07-28 22:30:402101 'linux_sandboxing': ['[email protected]'],
[email protected]04a292a2013-03-07 19:58:422102 'linux_seccomp_bpf': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352103 'login': ['[email protected]'],
lgrey62faed72016-10-11 21:40:392104 'mac' : ['[email protected]'],
mlamourid8b0feb2015-06-02 16:30:472105 'manifest': ['[email protected]'],
dbeamd924f0d0d2017-06-20 02:34:252106 'md_settings': ['[email protected]',
michaelpg32ca07902015-02-07 00:31:112107 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002108 'media': ['[email protected]'],
Miguel Casas-Sanchez5eb47252017-09-05 21:15:032109 'media_capture_from_element': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352110 'media_galleries': ['[email protected]',
2111 '[email protected]'],
alokp9e369ea72e2016-06-10 05:41:092112 'media_mojo': ['[email protected]'],
mcasasfeedbe42017-03-03 05:23:562113 'media_recorder': ['[email protected]',
mcasas9558316b2017-03-10 18:57:312114 '[email protected]'],
Adam Parker41b9e4cb2017-08-14 17:09:122115 'media_remoting': ['[email protected]',
2116 '[email protected]',
erickungc2289dea2016-12-13 19:01:282117 '[email protected]',
mfoltz57fd7f32017-05-03 06:12:582118 '[email protected]',
apacible01538e02016-11-04 22:15:312119 '[email protected]',
miu5e69f1c52016-10-23 13:40:112120 '[email protected]'],
Adam Parker41b9e4cb2017-08-14 17:09:122121 'media_router': ['[email protected]',
2122 '[email protected]',
mfoltz57fd7f32017-05-03 06:12:582123 '[email protected]'],
fmeawad4582cd22017-03-30 20:59:362124 'memory_coordinator': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002125 'message_loop': ['[email protected]'],
isherman1eee6f12014-12-09 02:14:302126 'metrics': ['[email protected]'],
[email protected]1d8899ee2014-06-10 20:58:122127 'metrics_xml_files': ['[email protected]'],
toyoshim8f51f902015-03-27 03:50:212128 'midi': ['[email protected]'],
[email protected]c3830c622013-10-10 22:00:002129 'mojo': ['[email protected]',
[email protected]3bf40cb2013-10-11 19:10:492130 '[email protected]',
[email protected]0f79ff62014-04-25 23:35:532131 '[email protected]',
Yuzhu Shen93bd7c992017-09-01 18:21:032132 '[email protected]'],
2133 'mojo_top_level_directory': ['[email protected]'],
rjkroegef60dea862015-10-29 17:50:062134 'mus': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002135 'nacl': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352136 'native_client_sdk': ['[email protected]',
2137 '[email protected]'],
2138 'navigation': ['[email protected]',
2139 '[email protected]'],
csharrison27df167d2017-01-26 21:42:312140 'net': ['[email protected]',
2141 '[email protected]'],
bnc1872e8bd2017-01-27 02:47:282142 'net_base': ['[email protected]'],
bnc1872e8bd2017-01-27 02:47:282143 'net_http2': ['[email protected]'],
2144 'net_log': ['[email protected]',
Matt Menkecebc2402017-07-20 16:26:092145 '[email protected]'],
bnc1872e8bd2017-01-27 02:47:282146 'net_spdy': ['[email protected]'],
Takeshi Yoshino9d7588a32017-07-31 07:17:342147 'net_websockets': ['[email protected]'],
jkarlin539748402015-03-31 17:36:312148 'netinfo': ['[email protected]'],
Vincent Scheibd5da4d952017-11-03 01:33:242149 'nfc': ['[email protected]',
Vincent Scheibf01b55ff22018-01-10 21:05:062150 '[email protected]'],
awdf2e270242016-09-06 16:21:342151 'notifications': ['[email protected]',
2152 '[email protected]',
pennymac962d190432016-07-27 00:58:352153 '[email protected]'],
tbansalc6f1c9f2016-09-30 22:48:422154 'nqe': ['[email protected]'],
noyau451e6bb62016-12-23 14:29:042155 'ntp_snippets': ['[email protected]',
2156 '[email protected]'],
2157 'ntp_tiles': ['[email protected]',
2158 '[email protected]'],
peterc7e27422017-05-17 04:05:282159 'offline_items_collection': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352160 'offline_pages': ['[email protected]',
Carlos Knippschild6a2e2f02017-06-02 18:18:142161 '[email protected]',
pennymac962d190432016-07-27 00:58:352162 '[email protected]',
2163 '[email protected]',
dewittj74b23f6f2016-04-21 19:29:252164 '[email protected]',
2165 '[email protected]',
pennymac962d190432016-07-27 00:58:352166 '[email protected]'],
jdonnelly6fa5a21d2017-01-03 15:28:352167 'omnibox': ['[email protected]'],
Doug Arnetta94d3ae2017-11-07 00:10:342168 'optimization_guide': ['[email protected]',
2169 '[email protected]',
Takeshi Yoshinoab2ce8562017-11-09 05:19:192170 '[email protected]'],
iclelland8b904402016-10-05 15:01:232171 'origin_trials': ['[email protected]',
Ian Clelland1b27f8f62017-06-22 13:36:242172 '[email protected]'],
pennymac962d190432016-07-27 00:58:352173 'ozone': ['[email protected]',
2174 '[email protected]'],
Emily Stark204d2382017-12-01 05:24:562175 'page_info' : ['[email protected]'],
Bryan McQuade4233f412017-07-28 16:23:412176 'page_load_metrics' : ['[email protected]',
2177 '[email protected]',
tdresserd80646f2017-03-03 19:26:082178 '[email protected]',
2179 '[email protected]'],
Daniel Cheng99312b632017-10-25 03:59:492180 'panels': ['[email protected]',
pennymac962d190432016-07-27 00:58:352181 '[email protected]',
2182 '[email protected]'],
mkwst17a9875d2016-06-24 10:36:392183 'password_manager': ['[email protected]',
vabraafbd4f32015-11-10 19:30:232184 '[email protected]'],
sebsgbbfbea02016-10-24 21:54:592185 'payments': ['[email protected]',
gogeralde108bcb2016-11-24 16:07:222186 '[email protected]',
mahmadi0a7bb59f2017-02-22 19:13:492187 '[email protected]',
2188 '[email protected]'],
2189 'payments_ios': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352190 'pepper_api': ['[email protected]',
2191 '[email protected]',
2192 '[email protected]',
2193 '[email protected]',
2194 '[email protected]',
horo8e9a01572016-07-27 06:05:312195 '[email protected]',
pennymac962d190432016-07-27 00:58:352196 '[email protected]'],
Dominick Ngcaa7b402017-07-11 07:35:392197 'permissions': ['[email protected]',
Xi Han50f523a1d2017-07-19 15:56:112198 '[email protected]',
Dominick Ngcaa7b402017-07-11 07:35:392199 '[email protected]',
Timothy Lohb2a4eff2017-08-03 07:07:562200 '[email protected]',
2201 '[email protected]'],
stuartmorganf8c132922015-01-23 14:45:342202 'plugin': ['[email protected]'],
dbeamd924f0d0d2017-06-20 02:34:252203 'polymer': ['[email protected]'],
Charles Harrison981d33c2017-10-06 21:36:222204 'popup_blocker': ['[email protected]'],
twifkak0c69c1f2015-06-22 18:20:092205 'precache': ['[email protected]'],
[email protected]be775bc2014-06-30 15:41:142206 'prepopulated_engines': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352207 'prerender': ['[email protected]',
2208 '[email protected]',
2209 '[email protected]'],
Adam Parker41b9e4cb2017-08-14 17:09:122210 'presentation': ['[email protected]',
2211 '[email protected]'],
Peter Beverloo4548c852017-08-31 13:45:172212 'push_messaging': ['[email protected]',
pennymac962d190432016-07-27 00:58:352213 '[email protected]'],
stkhapugin06503142016-12-07 14:32:122214 'reading_list': ['[email protected]'],
[email protected]c3887592014-02-06 20:02:252215 'remoting': ['[email protected]'],
Ali Tofigh000debb52017-11-07 21:35:422216 'rlz_id': ['[email protected]',
pennymac962d190432016-07-27 00:58:352217 '[email protected]'],
Joe Medleya129fe32018-01-25 15:20:222218 'runtime_enabled_features': ['[email protected]'],
Greg Thompson4f90fc992017-07-25 19:30:372219 'safe_browsing': ['[email protected]',
vakh125ad862017-03-17 00:06:252220 '[email protected]'],
2221 'safe_browsing_db': ['[email protected]',
2222 '[email protected]'],
skyostil20dea312014-11-11 13:43:062223 'scheduler': ['[email protected]'],
mlamourid8b0feb2015-06-02 16:30:472224 'screen_orientation': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352225 'service_worker': ['[email protected]',
[email protected]6d095a8b2014-02-28 15:26:162226 '[email protected]',
pennymac962d190432016-07-27 00:58:352227 '[email protected]',
[email protected]edaf31d2014-03-07 00:09:172228 '[email protected]',
pennymac962d190432016-07-27 00:58:352229 '[email protected]',
horo8e9a01572016-07-27 06:05:312230 '[email protected]',
shimazu99de61f2016-09-07 03:57:412231 '[email protected]',
pennymac962d190432016-07-27 00:58:352232 '[email protected]'],
Yuzhu Shen93bd7c992017-09-01 18:21:032233 'services_network': ['[email protected]'],
Colin Blundell6d2669a2017-07-11 06:26:532234 'services_public': ['[email protected]'],
alitoc5534d62017-04-21 01:48:582235 'settings_reset_prompt': ['[email protected]'],
dominickn8884155a2016-06-23 02:28:162236 'site_engagement': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352237 'site_instance': ['[email protected]',
2238 '[email protected]',
[email protected]b9ecdb62014-03-07 14:56:432239 '[email protected]'],
Zentaro Kavanagh608f8a12018-01-19 18:39:562240 'smb': ['[email protected]'],
Joe Medleya129fe32018-01-25 15:20:222241 'source_idls': ['[email protected]'],
[email protected]ad0295d2012-10-11 23:43:362242 'spellcheck': ['[email protected]',
[email protected]18d7e402014-07-08 19:53:142243 '[email protected]',
timvolodine8cdb94c2016-09-22 12:17:222244 '[email protected]',
2245 '[email protected]'],
Greg Thompson9ea091702018-01-04 11:06:322246 'startup': ['[email protected]',
2247 '[email protected]'],
[email protected]67f39af2013-08-23 20:06:052248 'streams': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352249 'styleguide': ['[email protected]',
vmpstrdeec20e2016-11-18 22:17:322250 '[email protected]',
2251 '[email protected]'],
engedye7b734da2017-02-07 12:08:132252 'subresource_filter': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352253 'supervised_users': ['[email protected]'],
Ali Tofigh000debb52017-11-07 21:35:422254 'swreporter': ['[email protected]',
alito438fa4332016-12-20 21:59:172255 '[email protected]',
2256 '[email protected]'],
maxbogue65ea2632016-04-04 18:12:582257 'sync': ['[email protected]'],
[email protected]84dcfd92014-05-23 13:18:192258 'syncfs': ['[email protected]',
[email protected]6f217122013-11-25 07:21:482259 '[email protected]',
2260 '[email protected]'],
miu5e69f1c52016-10-23 13:40:112261 'tab_alert_indicators': ['[email protected]'],
Adam Parker41b9e4cb2017-08-14 17:09:122262 'tab_capture': ['[email protected]',
2263 '[email protected]',
miu5e69f1c52016-10-23 13:40:112264 '[email protected]'],
pennymac962d190432016-07-27 00:58:352265 'tab_contents': ['[email protected]',
2266 '[email protected]',
2267 '[email protected]'],
tdresserd80646f2017-03-03 19:26:082268 'tbmv2_metrics': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:192269 'tcmalloc': ['[email protected]'],
tonygc7f6a4c12015-01-16 18:32:262270 'telemetry': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352271 'test_runner': ['[email protected]',
einbindera29577e2016-08-23 01:21:492272 '[email protected]',
2273 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002274 'tests': [],
jlkleinecc81952016-11-19 00:16:072275 'tether': ['[email protected]',
dbeamd924f0d0d2017-06-20 02:34:252276 '[email protected]',
2277 '[email protected]',
2278 '[email protected]',
2279 '[email protected]',
2280 '[email protected]'],
pennymac962d190432016-07-27 00:58:352281 'textinput': ['[email protected]',
2282 '[email protected]',
2283 '[email protected]',
Yuichiro Hanadaf0b3b472017-10-17 07:00:532284 '[email protected]',
pennymac962d190432016-07-27 00:58:352285 '[email protected]'],
2286 'textinput_chromeos': ['[email protected]',
2287 '[email protected]',
Yuichiro Hanadaf0b3b472017-10-17 07:00:532288 '[email protected]',
pennymac962d190432016-07-27 00:58:352289 '[email protected]'],
chirantan96fcf6d2015-01-21 22:36:192290 'timers': ['[email protected]'],
robliaofd54b5c2017-01-13 00:41:302291 'tools_win_chromeexts': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352292 'tracing': ['[email protected]',
2293 '[email protected]'],
[email protected]cf428f732012-10-02 20:48:152294 'ui_compositor': ['[email protected]'],
robliao2c4b7492016-07-19 01:57:262295 'ui_display_win': ['[email protected]'],
[email protected]6b5093c2012-05-23 19:10:182296 'ui_resources': ['[email protected]'],
edwardjung83f52ef22017-02-07 13:15:072297 'ui_strings': ['[email protected]'],
Vincent Scheibd5da4d952017-11-03 01:33:242298 'usb': ['[email protected]',
Vincent Scheibf01b55ff22018-01-10 21:05:062299 '[email protected]'],
Alexandre Courbot5922bd62017-12-13 09:19:302300 'v4l2': ['[email protected]'],
Miguel Casas-Sancheza65d49a2017-12-11 03:27:482301 'vaapi': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002302 'valgrind': ['[email protected]',
timurrrr5335dbd2015-04-15 11:04:552303 '[email protected]'],
[email protected]c73ec8ab2014-01-16 20:35:232304 'version_assembly': ['[email protected]',
2305 '[email protected]'],
Alexandre Courbotc5544332017-11-27 03:59:522306 'video': ['[email protected]'],
mcasas9558316b2017-03-10 18:57:312307 'video_capture': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002308 'views': ['[email protected]'],
blakeod4cc78a2017-05-10 06:56:482309 'virtual_keyboard': ['[email protected]',
2310 '[email protected]',
okabf9f6f02017-02-17 05:14:292311 '[email protected]',
2312 '[email protected]'],
billorr3c7e1442016-11-11 21:21:352313 'virtual_reality': ['[email protected]'],
Vincent Scheibd5da4d952017-11-03 01:33:242314 'wake_lock': ['[email protected]',
Vincent Scheibf01b55ff22018-01-10 21:05:062315 '[email protected]'],
Matt Giuca9eb910d2017-08-02 04:07:382316 'web_share': ['[email protected]'],
Takeshi Yoshinoe387aa32017-08-02 13:16:132317 'webrtc_browser_tests': ['[email protected]'],
raymesf5084632015-07-02 07:14:152318 'website_settings': ['[email protected]',
pennymac962d190432016-07-27 00:58:352319 '[email protected]',
2320 '[email protected]'],
2321 'windows_sandboxing': ['[email protected]',
2322 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002323 'x11': ['[email protected]',
2324 '[email protected]',
2325 '[email protected]'],
wjmaclean3ff6a402015-03-31 19:00:202326 'zoom': ['[email protected]'],
[email protected]a3838612009-10-13 21:57:542327 },
2328}