blob: e6dddd40fe3cdfb808f1dc544adce66d0d44c02d [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 },
Xiaohui Chenf7e70a22018-02-08 00:36:38128 'assistant': {
129 'filepath': 'chromeos/assistant/'\
130 '|chromeos/services/assistant/'
131 },
[email protected]f76c8852012-06-21 16:37:00132 'aura': {
[email protected]3ce56642013-10-17 22:12:51133 'filepath': 'ui/aura/',
[email protected]84ba35e32010-08-06 17:22:39134 },
[email protected]c3a6e1e72013-08-02 00:13:07135 'aura_compositor': {
136 'filepath':
137 'ui/compositor/' \
[email protected]6dc38f72014-01-16 22:19:58138 '|content/browser/compositor/' \
danakj479ab502017-03-31 20:19:09139 '|content/browser/renderer_host/compositor_resize_lock' \
[email protected]c3a6e1e72013-08-02 00:13:07140 '|content/browser/renderer_host/render_widget_host_view_aura' \
141 '|content/browser/renderer_host/render_widget_host_view_browsertest' \
[email protected]a6eeeef92014-03-19 19:06:44142 '|content/browser/renderer_host/delegated' \
[email protected]c3a6e1e72013-08-02 00:13:07143 '|content/common/gpu/client/' \
[email protected]c3a6e1e72013-08-02 00:13:07144 },
[email protected]2a38f0c02013-05-29 02:27:45145 'autofill': {
rouslanfbfa7402016-11-22 19:36:39146 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/autofill/|'\
147 'chrome/browser/autofill/|'\
[email protected]d9310a82012-11-02 02:53:48148 'chrome/browser/ui/android/autofill/|'\
149 'chrome/browser/ui/autofill/|'\
[email protected]e3e4ca62013-05-17 08:50:27150 'chrome/browser/ui/cocoa/autofill/|'\
[email protected]d9310a82012-11-02 02:53:48151 'chrome/browser/ui/views/autofill/|'\
[email protected]d9310a82012-11-02 02:53:48152 'chrome/renderer/autofill/|'\
153 'chrome/test/data/autofill/|'\
[email protected]3947d4a82013-03-12 09:41:05154 'components/autofill/|'\
[email protected]30964792013-05-29 02:41:25155 'components/autofill/browser/webdata/|'\
vabrbeb0c562015-12-01 10:48:08156 'components/webdata/',
[email protected]b3399272010-08-10 19:49:29157 },
peter39e10a62017-02-21 15:14:13158 'background_fetch': {
Peter Beverloo4548c852017-08-31 13:45:17159 'filepath': 'background_fetch|'\
160 'background-fetch',
peter39e10a62017-02-21 15:14:13161 },
162 'background_sync': {
Josh Karlin1bd016742017-08-18 17:44:17163 'filepath': '/background_sync/',
peter39e10a62017-02-21 15:14:13164 },
dominickn8884155a2016-06-23 02:28:16165 'banners': {
166 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/banners/|'\
167 'chrome/android/javatests/src/org/chromium/chrome/browser/banners/|'\
dominickn8884155a2016-06-23 02:28:16168 'chrome/browser/banners/|'\
169 'chrome/browser/ui/android/infobars/app_banner_.*|'\
dominickn8884155a2016-06-23 02:28:16170 'third_party/WebKit/public/platform/modules/app_banner/|'\
171 'third_party/WebKit/Source/modules/app_banner/',
172 },
[email protected]f76c8852012-06-21 16:37:00173 'base': {
[email protected]f2f0fbb92012-07-14 15:52:49174 'filepath': '^base/',
[email protected]7a7a13b2010-08-25 01:10:59175 },
[email protected]5e105332012-09-13 01:55:52176 'base_allocator': {
177 'filepath': '^base/allocator',
178 },
[email protected]1ed5e0fd2012-07-19 00:19:05179 'base_memory': {
180 'filepath': '^base/memory',
181 },
robliao1644d8b2016-04-11 15:39:59182 'base_task_scheduler': {
183 'filepath': '^base/task_scheduler',
184 },
[email protected]b17d9e02014-07-29 09:45:50185 'base_win': {
186 'filepath': '^base/win',
187 },
[email protected]7e093d4022014-06-26 19:19:55188 'battery_status': {
189 'filepath': 'content/browser/battery_status/|'\
timvolodine953fde72014-12-09 16:47:10190 'content/test/data/battery_status/|'\
191 'device/battery/',
[email protected]7e093d4022014-06-26 19:19:55192 },
wnwen72684762017-03-29 13:28:37193 'binary_size': {
194 'filepath': 'build/android/binary_size/|'\
195 'tools/binary_size/',
196 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13197 'blink': {
Kent Tamurae9b3a9ec2017-08-31 02:20:19198 'filepath': 'third_party/(WebKit|blink)/',
Takeshi Yoshinoe387aa32017-08-02 13:16:13199 },
200 'blink_accessibility': {
201 'filepath': 'third_party/WebKit/.*(accessibility|AXObjectCache|WebAX)'
202 },
203 'blink_animation': {
204 'filepath': 'third_party/WebKit/.*([Aa]nimat|[Tt]ransition)',
205 },
206 'blink_app_banner': {
207 'filepath': 'third_party/WebKit/Source/modules/app_banner' \
208 '|third_party/WebKit/public/platform/modules/app_banner',
209 },
210 'blink_audio': {
211 'filepath': 'third_party/WebKit/Source/platform/audio' \
212 '|third_party/WebKit/Source/modules/webaudio',
213 },
214 'blink_battery_status': {
215 'filepath': 'third_party/WebKit/Source/modules/battery/' \
216 '|third_party/WebKit/LayoutTests/battery-status/' \
217 '|third_party/WebKit/Source/core/frame/PlatformEvent(Controller|Dispatcher)'
218 },
219 'blink_bidi': {
220 'filepath': 'third_party/WebKit/Source/platform/text/.*Bidi' \
221 '|third_party/WebKit/Source/core/rendering/.*Bidi',
222 },
223 'blink_bindings': {
224 'filepath': 'third_party/WebKit/Source/platform/bindings' \
225 '|third_party/WebKit/Source/bindings',
226 },
227 'blink_bindings_serialization': {
228 'filepath': 'third_party/WebKit/Source/bindings/(core|modules)/v8/.*[Ss]erializ',
229 },
230 'blink_bluetooth': {
231 'filepath': 'third_party/WebKit/.*[Bb]luetooth'
232 },
233 'blink_canvas2d': {
234 'filepath': 'third_party/WebKit/Source/core/html/canvas' \
235 '|third_party/WebKit/Source/core/html/HTMLCanvasElement' \
236 '|third_party/WebKit/Source/modules/canvas2d' \
237 '|third_party/WebKit/Source/platform/graphics/Canvas2D',
238 },
239 'blink_client_hints': {
240 'filepath': 'third_party/WebKit/Source/core/loader/AcceptClientHints*' \
241 '|third_party/WebKit/Source/core/loader/FrameFetchContext*' \
Hiroki Nakagawaa16ddef2017-12-21 06:16:28242 '|third_party/WebKit/Source/core/loader/resource/ImageResource*' \
243 '|third_party/WebKit/Source/platform/loader/fetch/FetchContext*' \
244 '|third_party/WebKit/Source/platform/loader/fetch/ResourceFetcher*'
Takeshi Yoshinoe387aa32017-08-02 13:16:13245 },
246 'blink_clipboard': {
247 'filepath': 'third_party/WebKit/Source/core/clipboard' \
248 '|third_party/WebKit/Source/core/page/.*Drag' \
249 '|third_party/WebKit/Source/platform/.*Drag' \
250 '|third_party/WebKit/Source/platform/clipboard' \
251 '|third_party/WebKit/Source/web/.*Drag' \
252 '|third_party/WebKit/public/platform/.*Drag' \
253 '|third_party/WebKit/public/web/.*Drag',
254 },
Jeremy Romanb7b3a6a2018-02-07 20:15:32255 'blink_common': {
256 'filepath': 'third_party/WebKit/common',
257 },
Kentaro Hara993b0de2017-08-07 02:26:37258 'blink_controller': {
259 'filepath': 'third_party/WebKit/Source/controller',
260 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13261 'blink_css': {
262 'filepath': 'third_party/WebKit/Source/core/css',
263 },
264 'blink_css_flexbox': {
265 'filepath': 'third_party/WebKit/Source/core/rendering/.*Flex' \
266 '|third_party/WebKit/LayoutTests/fast/deprecated-flexbox/' \
267 '|third_party/WebKit/LayoutTests/css3/flexbox/' \
268 '|third_party/WebKit/LayoutTests/ietestcenter/css3/flexbox/'
269 },
270 'blink_css_fragmentation_tests': {
271 'filepath': 'third_party/WebKit/LayoutTests/fast/multicol/' \
272 '|third_party/WebKit/LayoutTests/fast/pagination/' \
Morten Stenshorneab6785c2017-10-12 21:23:38273 '|third_party/WebKit/LayoutTests/fragmentation/' \
Takeshi Yoshinoe387aa32017-08-02 13:16:13274 '|third_party/WebKit/LayoutTests/printing/'
275 },
276 'blink_css_grid_layout': {
277 'filepath': 'third_party/WebKit/Source/core/layout/.*Grid' \
278 '|third_party/WebKit/Source/core/paint/.*Grid' \
279 '|third_party/WebKit/Source/core/css/.*Grid' \
280 '|third_party/WebKit/LayoutTests/fast/css-grid-layout/' \
281 '|third_party/WebKit/LayoutTests/ietestcenter/css3/grid/' \
282 '|third_party/WebKit/LayoutTests/platform/.*/fast/css-grid-layout/' \
283 '|third_party/WebKit/LayoutTests/platform/.*/ietestcenter/css3/grid/'
284 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13285 'blink_custom_elements': {
286 'filepath': 'third_party/WebKit/Source/core/html/custom/' \
287 '|third_party/WebKit/Source/bindings/core/v8/.*CustomElement',
288 },
289 'blink_device_orientation': {
290 'filepath': 'third_party/WebKit/Source/modules/device_orientation/' \
291 '|third_party/WebKit/LayoutTests/device_orientation/' \
292 '|third_party/WebKit/Source/core/frame/PlatformEvent(Controller|Dispatcher)' \
293 '|third_party/WebKit/Source/core/frame/DeviceSingleWindowEventController'
294 },
295 'blink_devtools': {
296 'filepath': 'third_party/WebKit/.*(inspector|DevTools|devtools)',
297 },
298 'blink_dom': {
299 'filepath': 'third_party/WebKit/Source/core/dom/'
300 },
301 'blink_dom_events': {
Kent Tamura1be226832017-09-25 02:07:23302 'filepath': 'third_party/WebKit/Source/core/dom/events/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13303 },
304 'blink_events': {
305 'filepath': 'third_party/WebKit/Source/core/page/.*Event' \
306 '|third_party/WebKit/Source/core/dom/.*Event' \
307 '|third_party/WebKit/Source/core/css/.*Event' \
308 '|third_party/WebKit/Source/platform/.*Event'
309 },
310 'blink_fetch': {
311 'filepath': 'third_party/WebKit/Source/platform/loader/fetch'
312 },
313 'blink_fetch_api': {
314 'filepath': 'third_party/WebKit/Source/core/xmlhttprequest/' \
315 '|third_party/WebKit/Source/modules/beacon/' \
316 '|third_party/WebKit/Source/modules/eventsource/' \
317 '|third_party/WebKit/Source/modules/fetch/'
318 },
319 'blink_fileapi': {
320 'filepath': 'third_party/WebKit/Source/modules/filesystem/' \
321 '|third_party/WebKit/Source/core/fileapi/' \
322 '|third_party/WebKit/Source/platform/.*File' \
323 '|third_party/WebKit/Source/web/.*File' \
324 '|third_party/WebKit/LayoutTests/fast/file' \
325 '|third_party/WebKit/public/.*File'
326 },
327 'blink_frames': {
328 'filepath': 'third_party/WebKit/Source/core/frame/'
329 },
330 'blink_geolocation': {
331 'filepath': 'third_party/WebKit/LayoutTests/geolocation-api/' \
332 '|third_party/WebKit/Source/modules/geolocation/' \
333 '|third_party/WebKit/Source/web/.*Geolocation' \
334 '|third_party/WebKit/public/web/.*Geolocation'
335 },
336 'blink_heap': {
337 'filepath': 'third_party/WebKit/Source/platform/heap' \
338 '|base/allocator/partition_allocator/'
339 },
340 'blink_html': {
341 'filepath': 'third_party/WebKit/Source/core/html/'
342 },
343 'blink_htmlparser': {
344 'filepath': 'third_party/WebKit/Source/core/html/parser/'
345 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13346 'blink_indexed_db': {
347 'filepath': 'third_party/WebKit/Source/modules/indexeddb/' \
348 '|third_party/WebKit/Source/web/.*IDB' \
349 '|third_party/WebKit/LayoutTests/storage/indexeddb' \
350 '|third_party/WebKit/public/platform/.*IDB'
351 },
352 'blink_input': {
353 'filepath': 'third_party/WebKit/Source/core/input/'
354 },
355 'blink_layers': {
356 'filepath': 'third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator' \
357 '|third_party/WebKit/Source/platform/graphics/GraphicsLayer' \
358 '|third_party/WebKit/Source/core/layout/Layer'
359 },
360 'blink_layout': {
361 'filepath': 'third_party/WebKit/Source/core/layout' \
362 '|third_party/WebKit/Source/core/rendering'
363 },
364 'blink_layout_ng': {
365 'filepath': 'third_party/WebKit/Source/core/layout/ng',
366 },
367 'blink_loader': {
368 'filepath': 'third_party/WebKit/Source/core/loader/' \
369 '|third_party/WebKit/Source/platform/loader/'
370 },
371 'blink_media': {
372 'filepath': 'third_party/WebKit/Source/core/css/mediaControls' \
373 '|third_party/WebKit/Source/core/html/.*(Audio|Media|Video)' \
374 '|third_party/WebKit/Source/core/html/shadow/MediaControl' \
375 '|third_party/WebKit/Source/core/layout/LayoutMedia' \
376 '|third_party/WebKit/Source/core/layout/LayoutTextTrackContainerElement' \
377 '|third_party/WebKit/Source/modules/(encryptedmedia|mediasource)' \
378 '|third_party/WebKit/Source/platform/drm/' \
379 '|third_party/WebKit/Source/platform/graphics/media/' \
380 '|third_party/WebKit/Source/web/.*Media' \
381 '|third_party/WebKit/LayoutTests/media/' \
382 '|third_party/WebKit/public/.*Media'
383 },
384 'blink_media_queries': {
385 'filepath': 'third_party/WebKit/Source/core/css/CSSMediaRule' \
386 '|third_party/WebKit/Source/core/css/MediaList' \
387 '|third_party/WebKit/Source/core/css/MediaQuery' \
388 '|third_party/WebKit/Source/core/css/parser/MediaQuery'
389 },
390 'blink_mediastream': {
391 'filepath': 'third_party/WebKit/Source/modules/mediastream/' \
392 '|third_party/WebKit/Source/platform/mediastream/' \
393 '|third_party/WebKit/Source/platform/exported/WebMediaStream' \
394 '|third_party/WebKit/Source/platform/exported/WebRTC' \
395 '|third_party/WebKit/LayoutTests/fast/mediastream/'
396 },
397 'blink_modules': {
398 'filepath': 'third_party/WebKit/Source/modules'
399 },
400 'blink_navigator_content_utils': {
401 'filepath': 'third_party/WebKit/Source/modules/navigatorcontentutils' \
402 '|third_party/WebKit/LayoutTests/fast/dom/navigatorcontentutils'
403 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13404 'blink_out_of_process_frames': {
405 'filepath': 'third_party/WebKit/Source/core/frame/FrameOwner' \
406 '|third_party/WebKit/Source/core/frame/Frame\.' \
407 '|third_party/WebKit/Source/web/WebFrame' \
408 '|third_party/WebKit/Source/web/WebRemoteFrameImpl'
409 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13410 'blink_paint': {
411 'filepath': 'third_party/WebKit/Source/core/paint/'
412 },
Xida Chen0ef92782018-01-17 05:53:35413 'blink_paintworklet': {
414 'filepath': 'third_party/WebKit/Source/modules/csspaint/' \
415 '|third_party/WebKit/LayoutTests/http/tests/csspaint/' \
416 '|third_party/WebKit/LayoutTests/externla/wpt/css/css-paint-api/'
417 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13418 'blink_performance_timing': {
419 'filepath': 'third_party/WebKit/Source/core/timing/'
420 },
421 'blink_permissions': {
422 'filepath': 'third_party/WebKit/Source/modules/permissions/' \
423 '|third_party/WebKit/public/platform/modules/permissions/',
424 },
425 'blink_platform': {
426 'filepath': 'third_party/WebKit/Source/platform'
427 },
428 'blink_platform_graphics': {
429 'filepath': 'third_party/WebKit/Source/platform/fonts' \
430 '|third_party/WebKit/Source/platform/geometry' \
431 '|third_party/WebKit/Source/platform/graphics'
432 },
433 'blink_preloadScanner': {
434 'filepath': 'third_party/WebKit/Source/core/html/parser/HTMLPreloadScanner',
435 },
436 'blink_prerender': {
437 'filepath': 'third_party/WebKit/.*(Prerender|loader/LinkLoader|html/HTMLLinkElement)'
438 },
439 'blink_public_api': {
440 'filepath': 'third_party/WebKit/public'
441 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13442 'blink_quota': {
443 'filepath': 'third_party/WebKit/Source/modules/quota/' \
444 '|third_party/WebKit/Source/web/.*Quota' \
445 '|third_party/WebKit/public/.*Quota'
446 },
447 'blink_scheduler': {
448 'filepath': 'third_party/WebKit/Source/platform/scheduler' \
449 '|third_party/WebKit/Source/core/html/parser/.*Scheduler'
450 },
451 'blink_screen_orientation': {
452 'filepath': 'third_party/WebKit/Source/modules/screen_orientation/' \
453 '|third_party/WebKit/public/platform/modules/screen_orientation',
454 },
455 'blink_script': {
456 'filepath': 'third_party/WebKit/Source/bindings/core/v8/.*Module.*' \
457 '|third_party/WebKit/Source/bindings/core/v8/ScriptController.*' \
458 '|third_party/WebKit/Source/bindings/core/v8/ScriptSourceCode.*' \
459 '|third_party/WebKit/Source/bindings/core/v8/V8ScriptRunner.*'
460 '|third_party/WebKit/Source/core/dom/.*Modul.*' \
461 '|third_party/WebKit/Source/core/dom/.*Script.*' \
462 '|third_party/WebKit/Source/core/html/HTMLScriptElement.*' \
463 '|third_party/WebKit/Source/core/html/parser/HTMLParserScriptRunner.*' \
464 '|third_party/WebKit/Source/core/loader/modulescript/' \
465 '|third_party/WebKit/Source/core/loader/resource/ScriptResource.*' \
466 '|third_party/WebKit/Source/core/svg/SVGScriptElement.*' \
467 '|third_party/WebKit/Source/core/xml/parser/XMLDocumentParser.*'
468 },
David Bokan9dc0046272017-12-29 00:28:01469 'blink_scroll': {
470 'filepath': 'third_party/WebKit/Source/core/frame/.*View.*' \
471 '|third_party/WebKit/Source/core/input/.*Scroll.*' \
472 '|third_party/WebKit/Source/core/input/EventHandler.*' \
473 '|third_party/WebKit/Source/core/page/scrolling/' \
474 '|third_party/WebKit/Source/core/paint/.*ScrollableArea.*' \
475 '|third_party/WebKit/Source/platform/scroll/'
476 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13477 'blink_serviceworkers' : {
478 'filepath': 'third_party/WebKit/Source/modules/serviceworkers' \
479 '|third_party/WebKit/LayoutTests/http/tests/serviceworker' \
480 '|third_party/WebKit/LayoutTests/external/wpt/service-workers'
481 },
482 'blink_serviceworkers_tests' : {
483 'filepath': 'third_party/WebKit/LayoutTests/http/tests/serviceworker' \
484 '|third_party/WebKit/LayoutTests/external/wpt/service-workers'
485 },
486 'blink_shadow_dom': {
487 'filepath': 'third_party/WebKit/Source/core/dom/.*Shadow' \
488 '|third_party/WebKit/Source/core/dom/.*Slot' \
489 '|third_party/WebKit/Source/core/dom/.*InsertionPoint' \
490 '|third_party/WebKit/Source/core/dom/.*FlatTree'
491 },
492 'blink_spellcheck' : {
493 'filepath': 'third_party/WebKit/Source/core/editing/spellcheck'
494 },
495 'blink_spv2_layout_tests': {
496 'filepath': 'third_party/WebKit/LayoutTests/virtual/spv2'
497 },
498 'blink_streams': {
499 'filepath': 'third_party/WebKit/Source/core/streams/'
500 },
501 'blink_style': {
502 'filepath': 'third_party/WebKit/.*(style/|Style)',
503 },
504 'blink_svg': {
505 'filepath': 'third_party/WebKit/Source/core/(layout/)?svg',
506 },
507 'blink_track': {
508 'filepath': 'third_party/WebKit/Source/core/html/track/' \
509 '|third_party/WebKit/Source/core/loader/TextTrack' \
510 '|third_party/WebKit/Source/core/html/HTMLMediaElement' \
511 '|third_party/WebKit/Source/core/html/HTMLTrackElement' \
512 '|third_party/WebKit/Source/core/html/shadow/MediaControl' \
513 '|third_party/WebKit/Source/core/css/mediaControl' \
514 '|third_party/WebKit/LayoutTests/media/track/'
515 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13516 'blink_vibration': {
517 'filepath': 'third_party/WebKit/LayoutTests/vibration/' \
518 '|third_party/WebKit/Source/modules/vibration/'
519 },
520 'blink_viewport_interaction': {
521 'filepath': 'third_party/WebKit/Source/core/css/.*Viewport' \
522 '|third_party/WebKit/Source/core/dom/ViewportArguments' \
David Bokan9dc0046272017-12-29 00:28:01523 '|third_party/WebKit/Source/core/frame/FrameView.*' \
524 '|third_party/WebKit/Source/core/frame/.*Viewport.*' \
525 '|third_party/WebKit/Source/core/html/HTMLMetaElement'
Takeshi Yoshinoe387aa32017-08-02 13:16:13526 },
527 'blink_w3ctests': {
528 'filepath': 'third_party/WebKit/LayoutTests/external/' \
529 '|third_party/WebKit/Tools/Scripts/webkitpy/w3c/'
530 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13531 'blink_webp': {
532 'filepath': 'third_party/WebKit/Source/platform/image-decoders/webp' \
533 '|third_party/WebKit/Source/platform/image-encoders/skia/WEBP'
534 },
535 'blink_websockets': {
536 'filepath': 'third_party/WebKit/Source/modules/websockets/' \
537 '|third_party/WebKit/Source/platform/modules/websockets/'
538 },
539 'blink_workers': {
540 'filepath': 'third_party/WebKit/Source/core/workers' \
541 '|third_party/WebKit/LayoutTests/http/tests/workers' \
542 '|third_party/WebKit/LayoutTests/fast/workers' \
543 '|third_party/WebKit/LayoutTests/external/wpt/workers'
544 },
545 'blink_wtf': {
Kent Tamura1be226832017-09-25 02:07:23546 'filepath': 'third_party/WebKit/Source/platform/wtf',
Takeshi Yoshinoe387aa32017-08-02 13:16:13547 },
548 'blink_xml': {
549 'filepath': 'third_party/WebKit/Source/core/xml/'
550 },
[email protected]06798f72013-01-14 22:31:17551 'bookmarks': {
552 'filepath': 'chrome/browser/bookmarks/' \
[email protected]771ad482013-07-16 17:32:48553 '|chrome/browser/extensions/api/bookmark_manager_private/' \
554 '|chrome/browser/extensions/api/bookmarks/' \
555 '|chrome/browser/resources/bookmark_manager/' \
[email protected]cd869cde2013-01-31 15:46:35556 '|chrome/browser/ui/bookmarks/' \
557 '|chrome/browser/ui/cocoa/bookmarks/' \
[email protected]5cb8b6e12014-05-19 16:53:46558 '|chrome/browser/ui/views/bookmarks/' \
559 '|components/bookmarks'
[email protected]06798f72013-01-14 22:31:17560 },
donnd787f6ed2016-08-03 01:00:56561 'bottombar': {
562 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/',
563 },
[email protected]f76c8852012-06-21 16:37:00564 'browser_chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:49565 'filepath': 'chrome/browser/chromeos/',
[email protected]02c44522010-10-08 17:43:25566 },
[email protected]22650d22012-07-18 17:02:35567 'browser_components': {
[email protected]a7228f62012-09-20 17:52:48568 'filepath': 'chrome/browser/autofill/' \
569 '|chrome/browser/bookmarks/' \
[email protected]a7228f62012-09-20 17:52:48570 '|chrome/browser/favicon/' \
[email protected]ddf288e2013-01-09 20:58:27571 '|chrome/browser/history/' \
[email protected]fccf4882013-03-15 04:46:19572 '|chrome/browser/webdata/' \
[email protected]3947d4a82013-03-12 09:41:05573 '|components/autofill/'
[email protected]22650d22012-07-18 17:02:35574 },
[email protected]f76c8852012-06-21 16:37:00575 'browser_compositor': {
[email protected]f2f0fbb92012-07-14 15:52:49576 'filepath': 'ui/compositor/'
[email protected]fbd846b2010-11-19 01:32:18577 },
michaelpge42ca3b32016-02-19 08:17:57578 'browser_resources_md': {
579 'filepath': 'chrome/browser/resources/md_'\
580 '|chrome/browser/resources/settings/',
581 },
[email protected]0ce480532012-07-20 12:33:20582 'browsing_data': {
583 'filepath': 'chrome/browser/browsing_data/',
584 },
[email protected]f76c8852012-06-21 16:37:00585 'bubble': {
[email protected]f2f0fbb92012-07-14 15:52:49586 'filepath': 'ui/views/bubble/|'\
rouslan8d6a8372015-09-10 19:10:10587 'chrome/browser/ui/views/bubble/|'\
588 'components/bubble/',
[email protected]f76c8852012-06-21 16:37:00589 },
jkarlin539748402015-03-31 17:36:31590 'cache_storage': {
Josh Karlin1bd016742017-08-18 17:44:17591 'filepath': '/cache.storage/'
592 '|/cachestorage/',
jkarlin539748402015-03-31 17:36:31593 },
[email protected]10fbd5952013-08-22 07:42:39594 'cast': {
[email protected]31ef420b2014-08-13 21:19:13595 'filepath': 'media/cast/'\
596 '|chrome/browser/extensions/api/cast_streaming/'\
597 '|chrome/browser/media/cast'\
598 '|chrome/renderer/media/cast'\
599 '|chrome/test/data/extensions/api_test/cast_'\
miu5e69f1c52016-10-23 13:40:11600 '|content/public/renderer/media_stream_'\
601 '|content/renderer/media/(media_stream|(.+audio_source))',
[email protected]10fbd5952013-08-22 07:42:39602 },
ryanchung4d157372016-05-10 20:27:16603 'cast_certificate': {
604 'filepath': 'components/cast_certificate/'\
605 '|components/test/data/cast_certificate/',
606 },
mfoltz57fd7f32017-05-03 06:12:58607 'cast_channel': {
608 'filepath': 'chrome/test/data/extensions/api_test/cast_channel/' \
Ryan Ki Sing Chung27cc7ed92017-07-25 21:53:47609 '|components/cast_channel/' \
610 '|extensions/browser/api/cast_channel'
mfoltz57fd7f32017-05-03 06:12:58611 },
Takeshi Yoshino524e1d262017-07-28 01:16:38612 'cc': {
danakjca574522017-09-20 16:38:59613 'filepath': 'cc/'\
614 '|components/viz/'
615 },
616 'cc-contexts': {
617 'filepath': 'components/viz/common/gpu'
618 },
619 'cc-display': {
620 'filepath': 'components/viz/service/display'\
621 '|cc/output'
622 },
623 'cc-paint': {
624 'filepath': 'cc/paint'
625 },
626 'cc-quads': {
627 'filepath': 'components/viz/common/quads'
628 },
629 'cc-resources': {
630 'filepath': 'cc/resources'\
631 '|components/viz/common/resources'
Takeshi Yoshino524e1d262017-07-28 01:16:38632 },
eranmc2a9f612015-11-24 16:41:34633 'certificate_transparency': {
634 'filepath': 'components/certificate_transparency/'\
eranmc2a9f612015-11-24 16:41:34635 '|net/cert/ct_'\
636 '|net/cert/multi_log_ct_verifier'\
637 '|net/cert/sct_status_flags.h'\
638 '|net/cert/signed_certificate_timestamp'\
639 '|net/cert/signed_tree_head'\
640 '|net/test/ct_',
641 },
[email protected]c73ec8ab2014-01-16 20:35:23642 'chrome_elf': {
643 'filepath': 'chrome_elf',
644 },
lpy0ca13772017-02-28 19:48:27645 'chrome_grc': {
lpy53b82752017-05-31 22:30:49646 'filepath': 'chrome/browser/resource_coordinator/'\
647 '|services/resource_coordinator/',
lpy0ca13772017-02-28 19:48:27648 },
[email protected]d5b21972012-07-20 02:06:01649 'chrome_views': {
650 'filepath': 'chrome/browser/ui/views',
651 },
Takeshi Yoshino524e1d262017-07-28 01:16:38652 'chromecast': {
653 'filepath': 'chromecast/',
654 },
655 'chromecast_public': {
656 'filepath': 'chromecast/public/',
657 },
[email protected]f7bf8ba2011-02-24 22:28:46658 'chromedriver': {
samuong53d5e612014-10-10 18:56:38659 'filepath': 'chrome/test/chromedriver|'\
660 'chrome/test/data/chromedriver|'\
Jonathon Kereliuk540c7d52018-01-18 06:22:03661 'third_party/webdriver|'\
662 'third_party/WebKit/Source/devtools/front_end/emulated_devices/module.json'
[email protected]f7bf8ba2011-02-24 22:28:46663 },
[email protected]f76c8852012-06-21 16:37:00664 'chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:49665 'filepath': 'chromeos/',
[email protected]531b1532011-08-11 03:52:01666 },
[email protected]eda0a0b2013-04-19 20:34:35667 'chromeos_attestation': {
668 'filepath': 'chromeos/attestation/|'\
[email protected]64494c3f2013-08-14 22:15:59669 'chrome/browser/chromeos/attestation/|'\
670 'chrome/browser/extensions/api/enterprise_platform_keys_private/',
[email protected]eda0a0b2013-04-19 20:34:35671 },
[email protected]7c59a152012-11-06 20:56:35672 'chromeos_calculator': {
673 'filepath': 'chrome/common/extensions/docs/examples/apps/calculator/',
674 },
hashimoto40ecb692014-09-02 04:51:31675 'chromeos_dbus': {
676 'filepath': 'chromeos/dbus/',
677 },
alematec5187b1b2016-08-26 05:32:18678 'chromeos_geolocation': {
679 'filepath': 'chromeos/geolocation/',
680 },
[email protected]f76c8852012-06-21 16:37:00681 'chromeos_login': {
[email protected]f2f0fbb92012-07-14 15:52:49682 'filepath': 'chrome/browser/chromeos/login/|'\
683 'chrome/browser/ui/webui/chromeos/login/|'\
dzhioevcc7c0492014-11-25 14:52:58684 'chrome/browser/resources/chromeos/login/|'\
685 'ui/login/',
[email protected]a791dac2011-04-07 23:22:57686 },
[email protected]d7d35f342012-10-22 20:32:47687 'chromeos_net': {
688 'filepath': 'chromeos/network/|'\
stevenjbdd133032015-08-07 18:37:47689 'chrome/browser/chromeos/net/|'\
690 'chrome/browser/extensions/api/networking_private/|'\
691 'extensions/browser/api/networking_private/|'\
692 'ui/chromeos/network/',
[email protected]d7d35f342012-10-22 20:32:47693 },
[email protected]2315ac0c2013-02-05 00:49:16694 'chromeos_power': {
James Cooka35a1e22017-04-08 02:33:08695 'filepath': 'ash/system/power/|'\
[email protected]c3943ad2013-07-03 13:44:56696 'chromeos/dbus/power_.*|'\
[email protected]2315ac0c2013-02-05 00:49:16697 'chrome/browser/chromeos/power/',
698 },
alematec5187b1b2016-08-26 05:32:18699 'chromeos_timezone': {
700 'filepath': 'chromeos/timezone/',
701 },
[email protected]f76c8852012-06-21 16:37:00702 'chromeos_webui': {
[email protected]f2f0fbb92012-07-14 15:52:49703 'filepath': 'chrome/browser/ui/webui/chromeos/|'\
704 'chrome/browser/resources/chromeos/',
[email protected]ba03af42012-03-08 01:37:12705 },
[email protected]cef7a6d2011-04-29 20:49:07706 'clang_update': {
Nico Webere250e6a2015-12-02 19:31:56707 'filepath': 'tools/clang/scripts/update.py'
[email protected]cef7a6d2011-04-29 20:49:07708 },
[email protected]f76c8852012-06-21 16:37:00709 'clipboard': {
710 'filepath': 'clipboard|dnd|drag|drop',
[email protected]2418b022011-05-19 21:06:02711 },
Aaron Gable64f273582017-03-30 18:02:00712 'codereview_settings': {
713 'filepath': 'codereview.settings',
714 },
sdefresned94c5b02015-07-22 17:54:55715 'components_deps': {
716 'filepath': 'components/([^/]*/)*DEPS',
717 },
[email protected]f76c8852012-06-21 16:37:00718 'content': {
[email protected]f2f0fbb92012-07-14 15:52:49719 'filepath': 'content/',
[email protected]f76c8852012-06-21 16:37:00720 },
scheib968e61052014-11-05 00:27:25721 'content_bluetooth': {
722 'filepath': 'content/.*bluetooth'
723 },
kinuko01cbe8a12015-10-20 09:59:06724 'content_loader': {
mmenkefaa97d3b2016-09-25 14:24:02725 'filepath': 'chrome/browser/loader|' \
726 'content/browser/loader|' \
kinuko01cbe8a12015-10-20 09:59:06727 'content/child/*loader',
728 },
mkwst512627022014-09-16 09:23:27729 'content_renderer': {
730 'filepath': 'content/renderer/',
731 },
[email protected]aa3311a2012-11-19 16:04:58732 'content_shell': {
733 'filepath': 'content/shell/',
734 },
Jinsuk Kim6d10a222017-11-16 06:37:06735 'content_view_core': {
736 'filepath': 'content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java|'
737 'content/browser/android/content_view_core.*',
738 },
Takeshi Yoshino9d7588a32017-07-31 07:17:34739 'content_websockets': {
740 'filepath': 'content/browser/websockets/',
741 },
kinukoa121bce2015-01-30 10:04:41742 'content_worker': {
743 'filepath': 'content/.*worker',
744 },
donnd787f6ed2016-08-03 01:00:56745 'contextual_search': {
746 'filepath': 'chrome/browser/android/contextualsearch/|' \
747 'chrome/android/java/src/org/chromium/chrome/browser/contextualsearch/|' \
748 'chrome/android/javatests/src/org/chromium/chrome/browser/contextualsearch/|' \
749 'components/contextual_search/',
750 },
wfh792b71c2016-05-04 23:33:41751 'courgette': {
752 'filepath': 'courgette/',
753 },
Nico Weber6ff639a2017-08-11 21:04:50754 'cq': {
755 'filepath': 'infra/config/cq.cfg',
756 },
michaelpge42ca3b32016-02-19 08:17:57757 'cr_elements': {
758 'filepath': 'ui/webui/resources/cr_element',
759 },
ianwencdb8c9e2015-06-18 22:10:15760 'custom_tabs': {
Newton Allen38c62212015-06-24 21:41:53761 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/customtabs/|'\
ianwencdb8c9e2015-06-18 22:10:15762 'chrome/android/javatests/src/org/chromium/chrome/browser/customtabs/',
alancuttercbad6512015-06-19 02:31:28763 },
tbansalc6f1c9f2016-09-30 22:48:42764 'data_reduction_proxy': {
765 'filepath': 'chrome/browser/net/spdyproxy/|'\
766 'data_reduction_proxy|'\
767 'chrome_proxy',
768 },
[email protected]5e105332012-09-13 01:55:52769 'deep_memory_profiler': {
770 'filepath': 'tools/(deep_memory_profiler|find_runtime_symbols)',
771 },
Bartosz Fabianowski85a823812015-04-16 10:27:51772 'device_bluetooth': {
773 'filepath': 'device/.*bluetooth'
774 },
juncaic08f41d2017-05-04 20:36:58775 'device_chooser': {
776 'filepath': 'chrome/browser/chooser_controller/|'\
777 'chrome/browser/ui/android/bluetooth_chooser_.*|'\
778 'chrome/browser/ui/android/usb_chooser_.*|'\
779 'chrome/browser/ui/bluetooth/|'\
780 'chrome/browser/ui/cocoa/device_chooser_.*|'\
781 'chrome/browser/ui/cocoa/extensions/chooser_dialog_.*|'\
782 'chrome/browser/ui/cocoa/permission_bubble/chooser_bubble_.*|'\
783 'chrome/browser/ui/views/device_chooser_.*|'\
784 'chrome/browser/ui/views/extensions/chooser_dialog_.*|'\
785 'chrome/browser/ui/views/permission_bubble/chooser_bubble_.*|'\
786 'chrome/browser/usb/usb_chooser_.*',
787 },
[email protected]29ad47c2014-04-23 09:12:48788 'device_sensors': {
789 'filepath': 'content/browser/device_sensors/|'\
790 'content/common/device_sensors/|'\
791 'content/public/android/java/src/org/chromium/content/browser/DeviceSensors.java|'\
792 'content/public/android/javatests/src/org/chromium/content/browser/DeviceSensorsTest.java|'\
timvolodine8cdb94c2016-09-22 12:17:22793 'content/renderer/device_sensors/|'\
794 'content/test/data/device_sensors/|'\
795 'device/sensors/',
[email protected]8c667232013-11-12 19:49:14796 },
[email protected]342b12872012-11-07 12:10:46797 'devtools': {
798 'filepath': 'devtools',
799 },
mfoltz57fd7f32017-05-03 06:12:58800 'dial': {
801 'filepath': 'chrome/(browser|common)/extensions/api/dial' \
802 '|chrome/browser/media/router/discovery/dial/' \
803 '|chrome/test/data/extensions/api_test/dial/'
804 },
[email protected]bab2a832012-07-11 23:29:41805 'disk_cache': {
806 'filepath': 'net/disk_cache/|http_cache',
807 },
[email protected]f76c8852012-06-21 16:37:00808 'download': {
[email protected]f2f0fbb92012-07-14 15:52:49809 'filepath': 'chrome/browser/download/|'\
[email protected]8492b5b2012-12-17 21:58:08810 'content/browser/download/',
[email protected]6bff0ad2011-06-17 01:32:51811 },
[email protected]ca872e362011-07-12 21:06:03812 'downloads_ui': {
dbeam78528be2016-02-18 07:08:49813 'filepath': 'chrome/browser/resources/(md_)?downloads/|' \
[email protected]8492b5b2012-12-17 21:58:08814 'chrome/browser/ui/webui/.*downloads|' \
815 'chrome/browser/ui/views/download/|' \
asanka2009f412015-10-05 17:28:12816 'chrome/browser/ui/cocoa/download/'
[email protected]ca872e362011-07-12 21:06:03817 },
[email protected]f6df20a2012-10-23 21:22:07818 'drive': {
[email protected]8492b5b2012-12-17 21:58:08819 'filepath': 'chrome/browser/chromeos/drive/|' \
820 'chrome/browser/google_apis/'
[email protected]f6df20a2012-10-23 21:22:07821 },
[email protected]89d2cd52013-04-16 01:55:36822 'drive_resource_metadata': {
[email protected]2c948e12013-10-17 03:08:33823 'filepath': 'chrome/browser/chromeos/drive/resource_metadata'
[email protected]89d2cd52013-04-16 01:55:36824 },
[email protected]3a25c8a2014-06-26 06:47:10825 'eme': {
826 'filepath': 'components/cdm/|' \
827 'content/browser/media/cdm/|' \
828 'content/renderer/media/crypto/|' \
829 'media/base/android/*drm*|' \
830 'media/cdm/|' \
831 'third_party/widevine/cdm/'
832 },
[email protected]f76c8852012-06-21 16:37:00833 'extension': {
834 'filepath': 'extension',
[email protected]161277d42011-06-24 20:48:45835 },
lunalu0a9c05422016-11-11 17:19:06836 'feature_policy': {
837 'filepath': 'third_party/WebKit/Source/platform/feature_policy/|' \
Hitoshi Yoshida1ee1fb80272017-11-16 01:54:46838 'third_party/WebKit/Source/bindings/core/v8/OriginTrialFeatures',
lunalu0a9c05422016-11-11 17:19:06839 },
[email protected]f76c8852012-06-21 16:37:00840 'fileapi': {
[email protected]8492b5b2012-12-17 21:58:08841 'filepath': 'file_system/|' \
842 'fileapi/'
[email protected]80919512011-08-03 08:51:04843 },
[email protected]f76c8852012-06-21 16:37:00844 'filebrowse': {
[email protected]8492b5b2012-12-17 21:58:08845 'filepath': 'file_browser|' \
846 'file_manager|' \
847 'filebrowse'
[email protected]4b07b62cc2011-10-03 17:52:39848 },
[email protected]4ed766c2013-09-19 09:45:20849 'filesapp': {
okab0be3dc2016-08-30 07:37:10850 'filepath': 'chrome/browser/chromeos/drive|' \
851 'chrome/browser/chromeos/extensions/file_manager|' \
852 'chrome/browser/chromeos/extensions/file_system_provider|' \
853 'chrome/browser/chromeos/file_manager|' \
854 'chrome/browser/chromeos/file_system_provider|' \
855 'chrome/browser/drive|' \
856 'chrome/test/data/extensions/api_test/file_system_provider|' \
857 'components/drive|' \
858 'google_apis/drive|' \
859 'ui/file_manager'
860 },
Tomasz Mikolajewski2905dbb2017-11-22 06:24:04861 'fsp': {
862 'filepath': 'chrome/browser/chromeos/extensions/file_system_provider|' \
863 'chrome/browser/chromeos/file_system_provider|' \
Tomasz Mikolajewski66b4faa22017-11-22 09:33:43864 'chrome/test/data/extensions/api_test/file_system_provider'
[email protected]4ed766c2013-09-19 09:45:20865 },
Wez385de5a2017-07-13 20:13:16866 'fuchsia': {
867 'filepath': 'fuchsia',
868 },
mmoroz58ddb8172016-09-08 18:29:55869 'fuzzing': {
870 'filepath': 'fuzz|Fuzz',
871 },
Vincent Scheibd5da4d952017-11-03 01:33:24872 'gamepad': {
873 'filepath': 'gamepad',
874 },
[email protected]3a2a6ac02014-06-20 07:07:12875 'gcm': {
peter9f4490a2017-01-27 00:58:36876 'filepath': 'chrome/browser/gcm/|'\
[email protected]3a2a6ac02014-06-20 07:07:12877 'components/gcm_driver/|'\
878 'google_apis/gcm/',
879 },
mikhail.pozdnyakova8db26402016-11-28 18:27:12880 'generic_sensor': {
Jun Caiaa1f040d2017-11-15 01:21:53881 'filepath': 'services/device/generic_sensor/|'\
mikhail.pozdnyakova8db26402016-11-28 18:27:12882 'third_party/WebKit/Source/modules/sensor/',
883 },
[email protected]d8036492013-08-09 16:02:23884 'geolocation': {
885 'filepath': 'chrome/browser/geolocation/|'\
886 'content/browser/geolocation|'\
887 'content/public/common/geoposition.*|'\
888 'content/public/browser/geolocation.*|'\
889 'content/renderer/geolocation.*|'\
890 'content/shell/geolocation/',
891 },
[email protected]cf428f732012-10-02 20:48:15892 'gfx_geometry': {
danakj570c1332015-01-06 16:59:36893 'filepath': 'ui/gfx/geometry/',
[email protected]cf428f732012-10-02 20:48:15894 },
Takeshi Yoshino524e1d262017-07-28 01:16:38895 'gfx_image': {
896 'filepath': 'ui/gfx/image/',
897 },
[email protected]4d1773e2014-04-05 07:59:57898 'gn': {
899 'filepath': 'tools/gn',
900 },
[email protected]f76c8852012-06-21 16:37:00901 'gpu': {
[email protected]f2f0fbb92012-07-14 15:52:49902 'filepath': 'gpu/',
[email protected]f76c8852012-06-21 16:37:00903 },
Corentin Wallezc68aa9b2017-10-02 15:00:03904 'gpu_passthrough_cmd_decoder': {
905 'filepath': 'gpu/command_buffer/service/.*passthrough',
906 },
[email protected]f76c8852012-06-21 16:37:00907 'history_ui': {
dbeam78528be2016-02-18 07:08:49908 'filepath': 'chrome/browser/resources/(md_)?history|'\
909 'chrome/browser/ui/webui/.*history',
[email protected]f76c8852012-06-21 16:37:00910 },
911 'i18n': {
[email protected]f2f0fbb92012-07-14 15:52:49912 'filepath': 'base/i18n/|base/string|l10n|icu|'\
timvolodine8cdb94c2016-09-22 12:17:22913 'locale_settings|encoding',
[email protected]f76c8852012-06-21 16:37:00914 },
[email protected]f76c8852012-06-21 16:37:00915 'importer': {
[email protected]f2f0fbb92012-07-14 15:52:49916 'filepath': 'import',
[email protected]f76c8852012-06-21 16:37:00917 },
Greg Thompson4f90fc992017-07-25 19:30:37918 'incident_reporting': {
919 'filepath': 'chrome/browser/safe_browsing/incident_reporting',
920 },
[email protected]c26161352013-11-12 19:50:01921 'indexed_db': {
922 'filepath': 'content/browser/indexed_db|'\
923 'content/child/indexed_db|'\
924 'content/common/indexed_db|'\
925 'content/public/browser/indexed_db|'\
926 'content/test/data/indexeddb',
927 },
bruthigaa8281f2016-02-09 17:52:31928 'ink_drop': {
929 'filepath': 'ui/views/animation/test/.*ink_drop.*|' \
930 'ui/views/animation/.*ink_drop.*'
931 },
dtapuska1f997a12016-03-14 19:22:07932 'input': {
933 'filepath': 'content/browser/renderer_host/input|'\
934 'content/renderer/input|'\
935 'ui/events/blink/'
936 },
Dominick Ngcaa7b402017-07-11 07:35:39937 'installable': {
938 'filepath': 'chrome/browser/installable/',
939 },
mmoss19826c62014-11-14 21:37:36940 'installer_linux': {
941 'filepath': 'chrome/installer/linux/',
942 },
Greg Thompson4f90fc992017-07-25 19:30:37943 'installer_win': {
944 'filepath': 'chrome/install_static/'\
945 '|chrome/installer/(?!gcapi_mac/|linux/|mac/)',
946 },
[email protected]56b4b09d32012-07-27 18:28:41947 'instant': {
[email protected]607903d2013-03-25 22:15:47948 'filepath': 'instant|searchbox|'\
949 'chrome/browser/search/|'\
[email protected]c29b7dae2013-03-25 22:29:13950 'chrome/browser/ui/search/|'\
[email protected]eb99f8e2013-07-10 10:17:39951 'chrome/browser/resources/local_ntp/|'\
[email protected]607903d2013-03-25 22:15:47952 'chrome/common/search_types.*',
[email protected]56b4b09d32012-07-27 18:28:41953 },
edchin46453b42017-03-03 01:40:11954 'ios': {
Sylvain Defresne81467d82017-05-29 09:06:14955 'filepath': 'ios/',
edchin46453b42017-03-03 01:40:11956 },
sdefresne18b47312015-06-18 15:15:09957 'ios_chrome': {
Sylvain Defresne81467d82017-05-29 09:06:14958 'filepath': 'ios/chrome/',
sdefresne18b47312015-06-18 15:15:09959 },
marqa4f135f2017-01-10 12:37:34960 'ios_clean': {
Sylvain Defresne81467d82017-05-29 09:06:14961 'filepath': 'ios/clean/',
marqa4f135f2017-01-10 12:37:34962 },
963 'ios_showcase': {
Sylvain Defresne81467d82017-05-29 09:06:14964 'filepath': 'ios/showcase/',
marqa4f135f2017-01-10 12:37:34965 },
baxley9bfbd3cc2017-03-15 21:22:32966 'ios_test': {
Sylvain Defresne81467d82017-05-29 09:06:14967 'filepath': 'ios/chrome/test/|'\
968 'ios/testing/|'\
969 'ios/web/public/test/|'\
970 'ios/web/test/',
baxley9bfbd3cc2017-03-15 21:22:32971 },
eugenebutb5a5a8572017-01-20 01:18:11972 'ios_web': {
Sylvain Defresne81467d82017-05-29 09:06:14973 'filepath': 'ios/web(_view)?/',
eugenebutb5a5a8572017-01-20 01:18:11974 },
[email protected]f76c8852012-06-21 16:37:00975 'ipc': {
[email protected]f2f0fbb92012-07-14 15:52:49976 'filepath': 'ipc/ipc',
[email protected]f76c8852012-06-21 16:37:00977 },
Johanndfa4d7d2017-12-07 18:05:29978 'libaom': {
979 'filepath': 'third_party/libaom/',
980 },
Takeshi Yoshino524e1d262017-07-28 01:16:38981 'libvpx': {
Johanndfa4d7d2017-12-07 18:05:29982 'filepath': 'third_party/libvpx/',
vabraafbd4f32015-11-10 19:30:23983 },
[email protected]a3f777d2014-01-07 23:38:26984 'libwebp': {
985 'filepath': 'third_party/libwebp'
986 },
dominiccabb90e02017-03-31 04:54:23987 'libxml_xslt': {
988 'filepath': 'third_party/libxml/' \
989 '|third_party/libxslt/',
990 },
[email protected]04a292a2013-03-07 19:58:42991 'linux_fonts': {
992 'filepath': 'ui/gfx/font_render_params_.*|'\
deratcd2d6fb2015-02-12 00:10:41993 'ui/gfx/platform_font_linux.*|'\
994 'ui/gfx/render_text_harfbuzz.*',
[email protected]04a292a2013-03-07 19:58:42995 },
996 'linux_sandboxing': {
[email protected]f2f0fbb92012-07-14 15:52:49997 'filepath': 'sandbox/linux/',
[email protected]f76c8852012-06-21 16:37:00998 },
[email protected]04a292a2013-03-07 19:58:42999 'linux_seccomp_bpf': {
[email protected]d6a23612012-11-13 20:11:541000 'filepath': 'content/common/sandbox.*linux.cc',
[email protected]f76c8852012-06-21 16:37:001001 },
Takeshi Yoshino524e1d262017-07-28 01:16:381002 'login': {
1003 'filepath': 'chrome/browser/ui/login'
1004 },
lgrey62faed72016-10-11 21:40:391005 'mac': {
lgrey332339b12016-12-05 17:16:401006 'filepath': '(_|/)(cocoa|mac)(_|\.)|/(cocoa|mac)/|^((?!ios\/).)*\.mm?$',
lgrey62faed72016-10-11 21:40:391007 },
mlamourid8b0feb2015-06-02 16:30:471008 'manifest': {
1009 'filepath': 'content/(browser|renderer)/manifest/'\
1010 '|content/public/common/manifest*',
1011 },
michaelpg32ca07902015-02-07 00:31:111012 'md_settings': {
michaelpge42ca3b32016-02-19 08:17:571013 'filepath': 'chrome/browser/resources/settings/'\
Dan Beam62f6f8fce2017-06-07 21:23:081014 '|chrome/browser/ui/webui/settings/'\
1015 '|chrome/test/data/webui/settings/',
michaelpg32ca07902015-02-07 00:31:111016 },
[email protected]f76c8852012-06-21 16:37:001017 'media': {
Francois Beaufort9ab59c82017-08-24 13:10:291018 'filepath': 'media|third_party/(ffmpeg|opus|libvpx)'
[email protected]f76c8852012-06-21 16:37:001019 },
mcasasfeedbe42017-03-03 05:23:561020 'media_capture_from_element': {
alancutter40359812017-03-03 08:20:271021 'filepath': 'content/renderer/media_capture_from_element/' \
mcasasfeedbe42017-03-03 05:23:561022 '|third_party/WebKit/Source/modules/mediacapture/' \
1023 '|third_party/WebKit/Source/platform/exported/WebCanvasCapture' \
1024 '|third_party/WebKit/LayoutTests/fast/mediacapturefromelement/' \
1025 '|third_party/WebKit/public/platform/WebCanvasCapture'
1026 },
Tommy Steimel074a1822018-02-07 17:25:441027 'media_controls': {
1028 'filepath': 'third_party/WebKit/Source/modules/media_controls/'
1029 },
[email protected]06dd23172013-06-24 21:04:511030 'media_galleries': {
1031 'filepath': 'chrome/browser/extensions/api/media_galleries/'\
[email protected]06dd23172013-06-24 21:04:511032 '|chrome/browser/media_galleries/'\
1033 '|chrome/browser/storage_monitor/'\
1034 '|chrome/common/media_galleries/'\
Jay Civellicf995502017-09-08 23:59:271035 '|chrome/test/data/extensions/api_test/media_galleries/'
[email protected]06dd23172013-06-24 21:04:511036 },
alokp9e369ea72e2016-06-10 05:41:091037 'media_mojo': {
1038 'filepath': 'media/mojo/*'
1039 },
mcasasfeedbe42017-03-03 05:23:561040 'media_recorder': {
alancutter40359812017-03-03 08:20:271041 'filepath': 'content/renderer/media_recorder/' \
mcasasfeedbe42017-03-03 05:23:561042 '|third_party/WebKit/Source/modules/mediarecorder/' \
1043 '|third_party/WebKit/Source/platform/exported/WebMediaRecorder' \
1044 '|third_party/WebKit/LayoutTests/fast/mediarecorder/' \
1045 '|third_party/WebKit/public/platform/WebMediaRecorder'
1046 },
miu5e69f1c52016-10-23 13:40:111047 'media_remoting': {
1048 'filepath': 'chrome/browser/media/cast_remoting'\
1049 '|media/blink/webmediaplayer_'\
1050 '|media/mojo/interfaces/remoting.mojom'\
1051 '|media/remoting/',
1052 },
kmarshallb698ad4f2015-02-24 19:42:481053 'media_router': {
mfoltz57fd7f32017-05-03 06:12:581054 'filepath': 'chrome/android/(java|junit)/src/org/chromium/chrome/browser/media/router/' \
1055 '|chrome/browser/media/router/' \
kmarshallb698ad4f2015-02-24 19:42:481056 '|chrome/browser/resources/media_router/' \
mfoltz57fd7f32017-05-03 06:12:581057 '|chrome/browser/ui/views/media_router/' \
kmarshallb698ad4f2015-02-24 19:42:481058 '|chrome/browser/ui/webui/media_router/' \
mfoltz57fd7f32017-05-03 06:12:581059 '|chrome/common/media/router/' \
1060 '|chrome/test/data/webui/media_router/' \
1061 '|chrome/test/media_router/' \
1062 '|chrome/utility/media_router/'
kmarshallb698ad4f2015-02-24 19:42:481063 },
fmeawad4582cd22017-03-30 20:59:361064 'memory_coordinator': {
1065 'filepath': 'base/memory/memory_|' \
fmeawadd015b232017-03-31 02:22:451066 'content/browser/memory/|' \
1067 'content/child/memory/'
fmeawad4582cd22017-03-30 20:59:361068 },
[email protected]f76c8852012-06-21 16:37:001069 'message_loop': {
[email protected]f2f0fbb92012-07-14 15:52:491070 'filepath': 'base/message_'
[email protected]f76c8852012-06-21 16:37:001071 },
1072 'metrics': {
[email protected]f2f0fbb92012-07-14 15:52:491073 'filepath': 'base/metrics/'\
asvitkine361b276e2016-08-30 18:45:001074 '|chrome/android/java/src/org/chromium/chrome/browser/metrics/'\
[email protected]f2f0fbb92012-07-14 15:52:491075 '|chrome/browser/metrics/'\
[email protected]f2f0fbb92012-07-14 15:52:491076 '|chrome/browser/chromeos/external_metrics'\
[email protected]b0d594d2014-02-21 03:22:121077 '|chrome/browser/extensions/api/metrics_private/'\
[email protected]f2f0fbb92012-07-14 15:52:491078 '|chrome/browser/ui/webui/metrics_handler'\
asvitkineb7e10302016-01-20 05:17:451079 '|chromecast/browser/metrics/'\
asvitkinee4bad382015-11-05 21:56:451080 '|components/metrics/'\
asvitkineb7e10302016-01-20 05:17:451081 '|components/metrics_services_manager/'\
[email protected]ce6b855a2014-03-12 19:51:391082 '|components/rappor/'\
asvitkinee4bad382015-11-05 21:56:451083 '|components/variations/'\
[email protected]b0d594d2014-02-21 03:22:121084 # Exclude XML files; in particular, histograms.xml.
1085 '|tools/metrics/[^.]*([.](?!xml$).*)?$',
1086 },
1087 'metrics_xml_files': {
1088 # Subscribe to this to watch for changes to histograms.xml.
toyoshim8f51f902015-03-27 03:50:211089 'filepath': 'tools/metrics/.*\.xml$',
1090 },
1091 'midi': {
1092 'filepath': 'midi',
[email protected]f76c8852012-06-21 16:37:001093 },
[email protected]341f218a2013-09-24 22:16:101094 'mojo': {
1095 'filepath': 'mojo',
1096 },
Yuzhu Shen93bd7c992017-09-01 18:21:031097 'mojo_top_level_directory': {
1098 'filepath': '^mojo/',
1099 },
rjkroegef60dea862015-10-29 17:50:061100 'mus': {
ben6b0453d12016-07-02 04:27:191101 'filepath': 'services/ui/'\
rjkroegef60dea862015-10-29 17:50:061102 '|mojo/gpu/',
1103 },
[email protected]f76c8852012-06-21 16:37:001104 'nacl': {
[email protected]f2f0fbb92012-07-14 15:52:491105 'filepath': 'chrome/nacl/|chrome/test/nacl/|'\
[email protected]193912d2013-09-06 17:41:561106 'chrome/browser/nacl_host/|chrome/common/nacl|'\
1107 'native_client_sdk/src/doc/',
[email protected]f76c8852012-06-21 16:37:001108 },
[email protected]99ddc3d2013-01-22 16:15:331109 'native_client_sdk': {
1110 'filepath': '^native_client_sdk/',
1111 },
[email protected]b9ecdb62014-03-07 14:56:431112 'navigation': {
1113 'filepath': 'content/browser/frame_host|'\
1114 'content/browser/renderer_host/render_process_host.*|'\
1115 'content/browser/renderer_host/render_view_host.*|'\
1116 'content/browser/web_contents/web_contents_impl.*|'\
1117 'content/renderer/render_frame.*|'\
1118 'content/renderer/render_view.*'
1119 },
[email protected]f76c8852012-06-21 16:37:001120 'net': {
[email protected]f2f0fbb92012-07-14 15:52:491121 'filepath': 'net/',
[email protected]f76c8852012-06-21 16:37:001122 },
bnc1872e8bd2017-01-27 02:47:281123 'net_base': {
1124 'filepath': 'net/base/',
1125 },
bnc1872e8bd2017-01-27 02:47:281126 'net_http2': {
1127 'filepath': 'net/http2/',
1128 },
[email protected]f76c8852012-06-21 16:37:001129 'net_log': {
mmenke59e4d8fb42016-06-15 21:15:281130 'filepath': 'net/log/|' \
[email protected]f2f0fbb92012-07-14 15:52:491131 'chrome/browser/net/.*net_log|' \
[email protected]f2f0fbb92012-07-14 15:52:491132 'chrome/browser/resources/net_internals/|' \
mmenke59e4d8fb42016-06-15 21:15:281133 'chrome/browser/ui/webui/net_internals/|' \
Takeshi Yoshino6b30abd2017-07-16 03:34:511134 'components/net_log/'
[email protected]f76c8852012-06-21 16:37:001135 },
bnc1872e8bd2017-01-27 02:47:281136 'net_spdy': {
1137 'filepath': 'net/spdy/',
1138 },
Takeshi Yoshino9d7588a32017-07-31 07:17:341139 'net_websockets': {
1140 'filepath': 'net/websockets/' \
1141 '|net/data/websocket/'
1142 },
jkarlin539748402015-03-31 17:36:311143 'netinfo': {
Josh Karlin1bd016742017-08-18 17:44:171144 'filepath': '/netinfo/',
jkarlin539748402015-03-31 17:36:311145 },
Vincent Scheibd5da4d952017-11-03 01:33:241146 'nfc': {
1147 'filepath': '/nfc/',
1148 },
peterf4758412014-09-17 15:06:011149 'notifications': {
Peter Beverloo4548c852017-08-31 13:45:171150 'filepath': 'chrome/browser/extensions/api/notifications/|'\
1151 'chrome/browser/notifications/|'\
1152 'chrome/test/data/notifications/|'\
1153 'content/browser/notifications/|'\
Peter Beverloo4548c852017-08-31 13:45:171154 'content/common/platform_notification|'\
1155 'content/public/browser/platform_notification|'\
1156 'content/public/common/platform_notification|'\
1157 'content/renderer/notification_|'\
1158 'third_party/WebKit/LayoutTests/external/wpt/notifications|'\
1159 'third_party/WebKit/LayoutTests/http/tests/notifications|'\
1160 'third_party/WebKit/Source/modules/notifications|'\
1161 'third_party/WebKit/public/platform/modules/notifications|'\
peterf4758412014-09-17 15:06:011162 'ui/message_center/'
1163 },
tbansalc6f1c9f2016-09-30 22:48:421164 'nqe': {
1165 'filepath': 'nqe',
1166 },
mcwilliamsedee5042016-04-05 18:46:451167 'ntp_snippets': {
1168 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk16a37f902016-05-16 15:49:361169 'chrome/android/javatests/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk14c89352016-07-21 13:45:131170 'chrome/android/junit/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk117ffb322017-02-06 12:04:201171 'chrome/android/java/src/org/chromium/chrome/browser/suggestions/|'\
1172 'chrome/android/javatests/src/org/chromium/chrome/browser/suggestions/|'\
mvanouwerkerk538dc0b62016-05-17 14:55:341173 'chrome/browser/android/ntp/ntp_snippets|'\
mcwilliamsedee5042016-04-05 18:46:451174 'chrome/browser/ntp_snippets/|'\
mvanouwerkerk41649732016-05-17 13:37:001175 'chrome/browser/resources/snippets_internals|'\
1176 'chrome/browser/ui/webui/snippets_internals|'\
mcwilliamsedee5042016-04-05 18:46:451177 'components/ntp_snippets/|'\
1178 'chrome/android/java/res/layout/new_tab_page|'\
noyau451e6bb62016-12-23 14:29:041179 'chrome/android/java/res/layout/most_visited|'\
1180 'ios/chrome/browser/ntp_snippets'
mcwilliamsedee5042016-04-05 18:46:451181 },
treib70176c52016-07-08 14:34:191182 'ntp_tiles': {
1183 'filepath': 'chrome/browser/android/ntp/|'\
1184 'chrome/browser/ui/webui/ntp/|'\
1185 'chrome/common/search/ntp|'\
noyau451e6bb62016-12-23 14:29:041186 'components/ntp_tiles/|'\
1187 'ios/chrome/browser/ntp_tiles'
treib70176c52016-07-08 14:34:191188 },
peterb8ec88f82017-03-21 13:29:421189 'offline_items_collection': {
1190 'filepath': 'components/offline_items_collection/',
1191 },
dimichdce3ee492016-04-04 04:20:521192 'offline_pages': {
1193 'filepath': 'components/offline_pages/'\
fgorski329be5b2016-04-19 21:38:111194 '|chrome/browser/android/offline_pages/'\
1195 '|chrome/android/java/src/org/chromium/chrome/browser/offlinepages/'
dimichdce3ee492016-04-04 04:20:521196 },
[email protected]f76c8852012-06-21 16:37:001197 'omnibox': {
jdonnelly6fa5a21d2017-01-03 15:28:351198 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/omnibox/|'\
1199 'chrome/android/javatests/src/org/chromium/chrome/browser/omnibox/|'\
1200 'chrome/browser/autocomplete/|'\
Justin Donnelly0af1472f2017-10-20 15:24:401201 'chrome/browser/ui/location_bar/|'\
jdonnelly6fa5a21d2017-01-03 15:28:351202 'chrome/browser/ui/omnibox/|'\
Justin Donnelly0af1472f2017-10-20 15:24:401203 'chrome/browser/ui/.*/location_bar/|'\
jdonnelly6fa5a21d2017-01-03 15:28:351204 'chrome/browser/ui/.*/omnibox/|'\
1205 'components/omnibox/|'\
1206 'ios/chrome/browser/ui/omnibox/'
[email protected]f76c8852012-06-21 16:37:001207 },
Doug Arnetta94d3ae2017-11-07 00:10:341208 'optimization_guide': {
1209 'filepath': 'optimization_guide|'\
1210 'optimization_hints',
1211 },
chasej6dff9292016-02-02 20:33:121212 'origin_trials': {
chasej68b8bbd2017-01-26 19:26:131213 'filepath': 'origin_trials'\
1214 '|OriginTrial'\
1215 '|ConditionalFeature',
chasej6dff9292016-02-02 20:33:121216 },
[email protected]4a2078e2013-07-18 20:40:201217 'ozone': {
[email protected]f93c2c92013-10-31 18:22:441218 'filepath': 'ui/ozone/|'\
[email protected]4b66bf922013-10-28 19:49:431219 'ui/events/ozone/|'\
1220 'ui/gfx/ozone/|'\
[email protected]4a2078e2013-07-18 20:40:201221 'ui/gl/gl_.*egl.*|'\
1222 'ui/gl/gl_.*ozone.*'
1223 },
lgarron9e25c7402017-03-15 04:03:111224 'page_info' : {
1225 'filepath': 'chrome/browser/ui/page_info/'\
1226 '|chrome/browser/ui/.*/page_info/'\
lgarron3428b2d32017-03-21 18:35:191227 '|chrome/android/java/src/org/chromium/chrome/browser/page_info/'\
lgarron6cd116a2017-04-07 19:42:181228 '|components/page_info_strings.grdp'\
Gregory Chatzinoffdf93d692017-09-09 01:32:271229 '|ios/chrome/browser/ui/page_info/'
lgarron6cd116a2017-04-07 19:42:181230 },
csharrison3b1dc4062015-10-19 14:31:081231 'page_load_metrics' : {
bmcquade9f433702016-07-26 23:33:501232 'filepath': 'chrome/browser/page_load_metrics/'\
1233 '|chrome/common/page_load_metrics/'\
1234 '|chrome/renderer/page_load_metrics/'
csharrison3b1dc4062015-10-19 14:31:081235 },
[email protected]f76c8852012-06-21 16:37:001236 'panels': {
[email protected]7cbe5a52012-09-27 02:00:291237 'filepath': 'chrome/browser/ui/panels'\
1238 '|chrome/browser/ui/cocoa/panels'\
[email protected]7cbe5a52012-09-27 02:00:291239 '|chrome/browser/ui/views/panels'
[email protected]f76c8852012-06-21 16:37:001240 },
[email protected]3cc8b3922014-05-05 13:12:081241 'password_manager': {
1242 'filepath': 'chrome/.*/password_'\
1243 '|chrome/browser/ui/passwords'\
1244 '|chrome/browser/ui/views/passwords'\
1245 '|chrome/test/data/password'\
1246 '|components/autofill.*password'
1247 '|components/password_'\
vabrccdb7222016-06-01 14:59:401248 '|^ios/chrome/browser/passwords'\
[email protected]3cc8b3922014-05-05 13:12:081249 },
rouslane8a22262016-10-19 20:49:411250 'payments': {
1251 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/payments'\
1252 '|chrome/android/javatests/src/org/chromium/chrome/browser/payments'\
Rouslan Solomakhin81af4cf2017-06-27 15:23:491253 '|chrome/browser/payments'\
1254 '|chrome/browser/ui/views/payments'\
Mohamad Ahmadi2b452762017-07-18 23:17:151255 '|components/payments/test/data'\
rouslana64ceca2016-10-26 01:10:311256 '|components/payments'\
Rouslan Solomakhin81af4cf2017-06-27 15:23:491257 '|content/browser/payments'\
1258 '|content/test/data/payments'\
1259 '|ios/chrome/browser/payments'\
1260 '|ios/chrome/browser/ui/payments'\
1261 '|ios/web/payments'\
1262 '|ios/web/public/payments'\
1263 '|third_party/WebKit/LayoutTests/external/wpt/payment-request'\
1264 '|third_party/WebKit/LayoutTests/http/tests/payments'\
1265 '|third_party/WebKit/LayoutTests/payments'\
1266 '|third_party/WebKit/public/platform/modules/payments'\
1267 '|third_party/WebKit/Source/modules/payments'
mahmadi0a7bb59f2017-02-22 19:13:491268 },
1269 'payments_ios': {
Rouslan Solomakhin81af4cf2017-06-27 15:23:491270 'filepath': 'ios/web/payments'\
1271 '|ios/chrome/browser/payments'\
1272 '|ios/chrome/browser/ui/payments'\
1273 '|ios/web/public/payments'
rouslane8a22262016-10-19 20:49:411274 },
[email protected]f76c8852012-06-21 16:37:001275 'pepper_api': {
[email protected]b8491b02013-11-13 03:50:581276 'filepath': 'ppapi/api'\
1277 '|ppapi/c',
[email protected]f76c8852012-06-21 16:37:001278 },
mlamourid8b0feb2015-06-02 16:30:471279 'permissions': {
1280 'filepath': 'content/(child,browser)/permissions/'\
1281 '|content/common/permission_*'\
1282 '|content/public/(common,browser)/permission_*'\
1283 '|chrome/browser/permissions/'\
1284 '|chrome/browser/content_settings/permission*'\
1285 '|permission_context',
1286 },
[email protected]f76c8852012-06-21 16:37:001287 'plugin': {
[email protected]f2f0fbb92012-07-14 15:52:491288 'filepath': 'chrome/browser/plugin|chrome/plugin/|'\
Thiago Farinae067154bb2015-05-07 15:37:591289 'chrome/common/plugin',
[email protected]f76c8852012-06-21 16:37:001290 },
michaelpg11fff3f2015-02-06 03:35:341291 'polymer': {
1292 'filepath': 'third_party/polymer/|'\
michaelpgf94a2a22017-03-06 22:35:001293 'third_party/web-animations-js/|'\
dbeam78528be2016-02-18 07:08:491294 'tools/polymer|'\
michaelpg11fff3f2015-02-06 03:35:341295 'ui/webui/resources/polymer_resources.grdp',
1296 },
Charles Harrison981d33c2017-10-06 21:36:221297 'popup_blocker': {
1298 'filepath': 'chrome/browser/ui/blocked_content'
1299 },
twifkak0c69c1f2015-06-22 18:20:091300 'precache': {
1301 'filepath': '[pP]recache'
1302 },
[email protected]be775bc2014-06-30 15:41:141303 'prepopulated_engines': {
1304 'filepath': 'components/search_engines/prepopulated_engines.json',
1305 },
[email protected]f76c8852012-06-21 16:37:001306 'prerender': {
[email protected]78375a52012-07-14 14:47:571307 'filepath': 'prerender'
[email protected]f76c8852012-06-21 16:37:001308 },
mfoltz57fd7f32017-05-03 06:12:581309 'presentation': {
1310 'filepath': 'content/(browser|common|renderer)/presentation/' \
1311 '|third_party/WebKit/public/platform/modules/presentation/' \
1312 '|third_party/WebKit/LayoutTests/presentation/' \
1313 '|third_party/WebKit/Source/modules/presentation/'
1314 },
peter884896c72015-03-12 14:26:201315 'push_messaging': {
1316 'filepath': 'push_messaging'
1317 },
stkhapugin06503142016-12-07 14:32:121318 'reading_list': {
1319 'filepath': 'components/reading_list|'\
1320 'ios/chrome/browser/reading_list|'\
1321 'ios/chrome/browser/ui/reading_list',
1322 },
[email protected]f76c8852012-06-21 16:37:001323 'remoting': {
sergeyu05995a4f2017-01-24 21:26:011324 'filepath': '^remoting/' \
1325 '|^testing/chromoting'
[email protected]f76c8852012-06-21 16:37:001326 },
gab57e80c72014-12-08 21:06:131327 'rlz_id': {
1328 'filepath' :'rlz/lib/machine_id.cc|'\
1329 'rlz/lib/machine_id.h|'\
1330 'rlz/win/lib/machine_id_win.cc',
1331 },
Joe Medleya129fe32018-01-25 15:20:221332 'runtime_enabled_features': {
1333 'filepath' : 'third_party/WebKit/Source/platform/runtime_enabled_features.json5'
1334 },
grt829c6a82014-10-20 09:29:321335 'safe_browsing': {
timvolodine41e95412017-03-14 02:55:341336 'filepath': 'chrome/(browser|common|renderer)/safe_browsing/|'\
1337 'components/safe_browsing/',
grt829c6a82014-10-20 09:29:321338 },
vakhf8e14c92016-10-17 21:29:471339 'safe_browsing_db': {
1340 'filepath': 'components/safe_browsing_db/',
1341 },
skyostil20dea312014-11-11 13:43:061342 'scheduler': {
rmcilroyfa5ac552015-04-09 12:33:171343 'filepath': 'cc/scheduler'\
rmcilroyfa5ac552015-04-09 12:33:171344 '|content/renderer/scheduler'
skyostil20dea312014-11-11 13:43:061345 },
mlamourid8b0feb2015-06-02 16:30:471346 'screen_orientation': {
1347 'filepath': 'screen_orientation',
1348 },
[email protected]0b431722014-01-08 07:21:511349 'service_worker': {
[email protected]edaf31d2014-03-07 00:09:171350 'filepath': 'content/(browser|renderer|child|common)/service_worker/',
[email protected]0b431722014-01-08 07:21:511351 },
Yuzhu Shen93bd7c992017-09-01 18:21:031352 'services_network': {
1353 'filepath': 'services/network',
1354 },
Colin Blundell6d2669a2017-07-11 06:26:531355 'services_public': {
1356 'filepath': 'services/([^/]*/)*public/',
1357 },
alitoc5534d62017-04-21 01:48:581358 'settings_reset_prompt': {
1359 'filepath': 'chrome/browser/safe_browsing/settings_reset_prompt/'\
1360 '|chrome/browser/ui/views/settings_reset_prompt',
1361 },
dominickn8884155a2016-06-23 02:28:161362 'site_engagement': {
1363 'filepath': 'chrome/browser/engagement/|'\
1364 'chrome/browser/ui/webui/engagement/',
1365 },
[email protected]f76c8852012-06-21 16:37:001366 'site_instance': {
[email protected]f2f0fbb92012-07-14 15:52:491367 'filepath': 'content/browser/site_instance|'\
1368 'content/browser/browsing_instance',
[email protected]f76c8852012-06-21 16:37:001369 },
Zentaro Kavanagh608f8a12018-01-19 18:39:561370 'smb': {
1371 'filepath': 'chrome/browser/chromeos/file_system_provider'\
1372 '|chrome/browser/chromeos/smb_client'\
1373 '|chromeos/dbus/fake_smb_provider_client'\
1374 '|chromeos/dbus/smb_provider_client',
1375 },
Joe Medleya129fe32018-01-25 15:20:221376 'source_idls': {
1377 'filepath': 'third_party/Webkit/Source/(core|modules|platform)/.*\.idl',
1378 },
[email protected]ad0295d2012-10-11 23:43:361379 'spellcheck': {
1380 'filepath': 'chrome/browser/spellchecker/'\
timvolodine8cdb94c2016-09-22 12:17:221381 '|chrome/browser/renderer_context_menu/spelling_'\
1382 '|components/spellcheck/'\
1383 '|third_party/hunspell/'\
1384 '|third_party/hunspell_dictionaries/',
[email protected]ad0295d2012-10-11 23:43:361385 },
Greg Thompson9ea091702018-01-04 11:06:321386 'startup': {
1387 'filepath': 'chrome/browser/ui/startup/',
1388 },
[email protected]67f39af2013-08-23 20:06:051389 'streams': {
1390 'filepath': 'content/browser/streams/',
1391 },
vmpstrcc1c08302015-11-18 06:05:511392 'styleguide': {
1393 'filepath': '^styleguide/',
1394 },
engedye7b734da2017-02-07 12:08:131395 'subresource_filter': {
Charles Harrisonfb3eac92017-06-26 21:26:021396 'filepath': 'subresource_filter|SubresourceFilter|url_pattern_index',
engedye7b734da2017-02-07 12:08:131397 },
[email protected]43d33e92014-07-14 16:39:311398 'supervised_users': {
1399 'filepath': 'chrome/browser/.*managed_mode'\
1400 '|chrome/browser/.*managed_user'\
1401 '|chrome/browser/.*supervised_user',
1402 },
alito438fa4332016-12-20 21:59:171403 'swreporter': {
alitof6fcb352017-05-01 22:34:281404 'filepath': 'chrome/browser/safe_browsing/chrome_cleaner/'\
alito438fa4332016-12-20 21:59:171405 '|chrome/browser/component_updater/sw_reporter_',
1406 },
[email protected]f76c8852012-06-21 16:37:001407 'sync': {
maxboguefa217942016-04-01 01:08:131408 'filepath': '^chrome/android/sync_shell/'\
1409 '|^chrome/browser/ui/sync/'\
1410 '|^chrome/browser/ui/views/sync/'\
1411 '|^chrome/test/android/javatests/src/org/chromium/chrome/test/util/browser/sync/'\
1412 '|^ios/chrome/browser/sync/'\
1413 '|^chrome/android/java/src/org/chromium/chrome/browser/sync/'\
1414 '|^chrome/browser/sync/'\
1415 '|^components/browser_sync/'\
Max Boguefef332d2016-07-28 22:09:091416 '|^components/sync/'\
maxboguefa217942016-04-01 01:08:131417 '|^components/sync_bookmarks/'\
Max Boguefef332d2016-07-28 22:09:091418 '|^components/sync_sessions/',
[email protected]f76c8852012-06-21 16:37:001419 },
[email protected]92871a102013-07-01 11:11:411420 'syncfs': {
1421 'filepath': 'sync_file_system',
1422 },
miu5e69f1c52016-10-23 13:40:111423 'tab_alert_indicators': {
1424 'filepath': 'content/browser/media/audio_stream_monitor'\
1425 '|chrome/browser/ui/cocoa/tabs/alert_indicator_button'\
1426 '|chrome/browser/ui/cocoa/tabs/tab_controller\.mm'\
1427 '|chrome/browser/ui/tabs/tab_utils'\
1428 '|chrome/browser/ui/views/tabs/alert_indicator_button'\
1429 '|chrome/browser/ui/views/tabs/tab\.cc'\
1430 '|chrome/browser/ui/views/tabs/tab_renderer_data'\
1431 '|media/audio/audio_(output_controller|power_monitor)',
1432 },
[email protected]82d74152013-07-28 08:55:311433 'tab_capture': {
Adam Parker83a488462017-12-22 00:26:481434 'filepath': 'chrome/browser/extensions/api/tab_capture/'\
miu5e69f1c52016-10-23 13:40:111435 '|chrome/renderer/resources/extensions/tab_capture_custom_bindings.js'\
[email protected]31ef420b2014-08-13 21:19:131436 '|chrome/test/data/extensions/api_test/tab_capture/'\
Adam Parker83a488462017-12-22 00:26:481437 '|components/viz/common/(frame_sinks/copy_output_|gl_helper|yuv_)'\
1438 '|components/viz/service/display/'\
1439 '|components/viz/service/frame_sinks/(frame_sink_manager'\
1440 '|video_capture/)'\
[email protected]31ef420b2014-08-13 21:19:131441 '|content/browser/media/capture/'\
[email protected]31ef420b2014-08-13 21:19:131442 '|content/browser/renderer_host/media/(audio_'\
1443 '|media_stream_manager|video_)'\
miu5e69f1c52016-10-23 13:40:111444 '|content/public/renderer/media_stream_'\
1445 '|content/renderer/media/(media_stream|(.+audio_source))'\
[email protected]31ef420b2014-08-13 21:19:131446 '|media/audio/(audio_output_controller|fake_audio_|virtual_audio_)'\
1447 '|media/base/video_frame\.h'\
Adam Parker83a488462017-12-22 00:26:481448 '|media/capture/'\
1449 '|services/viz/privileged/interfaces/compositing/frame_sink',
[email protected]82d74152013-07-28 08:55:311450 },
[email protected]f76c8852012-06-21 16:37:001451 'tab_contents': {
[email protected]f2f0fbb92012-07-14 15:52:491452 'filepath': 'chrome/browser/tab_contents/|'\
1453 'content/browser/tab_contents/|'\
1454 'chrome/browser/ui/tab_contents/',
[email protected]f76c8852012-06-21 16:37:001455 },
tdresserd80646f2017-03-03 19:26:081456 'tbmv2_metrics': {
1457 'filepath': 'third_party/catapult/tracing/tracing/metrics'
1458 },
[email protected]5e105332012-09-13 01:55:521459 'tcmalloc': {
1460 'filepath': 'third_party/tcmalloc'
1461 },
[email protected]31a10602012-11-21 01:51:261462 'telemetry': {
nednguyen79105d422016-04-18 01:38:421463 'filepath': 'tools/perf/'
[email protected]31a10602012-11-21 01:51:261464 },
Takeshi Yoshino524e1d262017-07-28 01:16:381465 'test_runner': {
1466 'filepath': 'components/test_runner/' \
1467 '|content/shell/(common|browser|renderer)/layout_test/' \
1468 '|content/test/layouttest_support.cc' \
1469 '|content/public/test/layouttest_support.h' \
1470 },
[email protected]f76c8852012-06-21 16:37:001471 'tests': {
[email protected]f2f0fbb92012-07-14 15:52:491472 'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/',
[email protected]0cde05a02011-11-30 23:36:521473 },
jlkleinecc81952016-11-19 00:16:071474 'tether': {
1475 'filepath': 'components/cryptauth/'\
1476 '|chromeos/components/tether/'\
1477 '|components/proximity_auth/',
1478 },
[email protected]1cbbb30b2011-10-14 08:03:561479 'textinput': {
Yuichiro Hanadaf0b3b472017-10-17 07:00:531480 'filepath': 'chrome/browser/ui/input_method'\
[email protected]f2f0fbb92012-07-14 15:52:491481 '|content/browser/renderer_host/render_widget_host_view'\
1482 '|content/browser/renderer_host/text_input'\
1483 '|ui/base/ime/'\
[email protected]f2f0fbb92012-07-14 15:52:491484 '|ui/views/controls/textfield/'\
Yuichiro Hanadaf0b3b472017-10-17 07:00:531485 '|ui/wm/core/ime'
[email protected]1cbbb30b2011-10-14 08:03:561486 },
[email protected]3a117c62011-11-29 04:28:021487 'textinput_chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:491488 'filepath': 'chrome/browser/chromeos/input_method/'\
1489 '|chrome/browser/chromeos/extensions/input_method'\
1490 '|chrome/browser/chromeos/status/input_method'\
1491 '|chrome/browser/extensions/extension_input_'\
1492 '|chrome/browser/resources/keyboard'\
[email protected]f2f0fbb92012-07-14 15:52:491493 'chromeos/.*(language|keyboard)'\
[email protected]6bd9e802013-04-18 06:40:421494 '|chromeos/ime/*'
[email protected]3a117c62011-11-29 04:28:021495 },
chirantan96fcf6d2015-01-21 22:36:191496 'timers': {
1497 'filepath': 'base/timer/'\
1498 '|components/timers/'
1499 },
robliaofd54b5c2017-01-13 00:41:301500 'tools_win_chromeexts': {
1501 'filepath': 'tools/win/chromeexts',
1502 },
[email protected]c8eb7f72013-07-04 15:30:111503 'tracing': {
1504 'filepath': 'base/debug/trace_event.*'\
primianobef13b42015-01-30 15:29:311505 '|base/trace_event/'\
[email protected]c8eb7f72013-07-04 15:30:111506 '|content/browser/tracing/'\
1507 '|components/tracing/'
1508 },
[email protected]cf428f732012-10-02 20:48:151509 'ui_compositor': {
1510 'filepath': 'ui/compositor/layer\.|'\
1511 'ui/compositor/layer_unittest|'\
1512 'ui/compositor/compositor',
1513 },
robliao2c4b7492016-07-19 01:57:261514 'ui_display_win': {
1515 'filepath': '^ui/display/win',
1516 },
[email protected]6b5093c2012-05-23 19:10:181517 'ui_resources': {
[email protected]f2f0fbb92012-07-14 15:52:491518 'filepath': 'ui/resources/'\
1519 '|ui/base/native_theme/resources/'\
1520 '|chrome/app/theme/'
[email protected]6b5093c2012-05-23 19:10:181521 },
edwardjung83f52ef22017-02-07 13:15:071522 'ui_strings': {
1523 'filepath': 'chrome/app/generated_resources.grd'\
1524 '|chrome/app/google_chrome_strings.grd'\
1525 '|chrome/android/java/strings/android_chrome_strings.grd'\
1526 '|chrome/app/settings_strings.grdp'\
1527 '|ios/chrome/app/strings/ios(_.+)*_strings.grd'\
1528 '|ui/strings/ui_strings.grd',
1529 },
Vincent Scheibd5da4d952017-11-03 01:33:241530 'usb': {
1531 'filepath': '/usb/',
1532 },
Alexandre Courbot5922bd62017-12-13 09:19:301533 'v4l2': {
1534 'filepath': 'media/gpu/v4l2',
1535 },
Miguel Casas-Sancheza65d49a2017-12-11 03:27:481536 'vaapi': {
1537 'filepath': 'media/gpu/vaapi',
1538 },
[email protected]f76c8852012-06-21 16:37:001539 'valgrind': {
1540 'filepath': 'valgrind',
1541 },
[email protected]c73ec8ab2014-01-16 20:35:231542 'version_assembly': {
1543 'filepath': 'chrome/app/version_assembly',
1544 },
posciak62a72272016-05-11 08:31:241545 'video': {
1546 'filepath': 'content/browser/renderer_host/media/|'\
1547 'content/renderer/media/|'\
1548 'media/capture/video/|'\
1549 'media/filters/|'\
1550 'media/gpu/|'\
1551 '.*video.*',
1552 },
mcasas09e881c2016-04-09 02:09:501553 'video_capture': {
1554 'filepath': 'chrome/browser/media/.*(capture|media|webrtc)'\
1555 '|content/browser/renderer_host/media/.*(capture|media)'\
1556 '|content/renderer/media/.*(capture|media|webrtc)'\
1557 '|media/capture/'\
chfremer2a01a69b2017-01-06 02:39:011558 '|media/muxers/'\
1559 '|services/video_capture/',
mcasas09e881c2016-04-09 02:09:501560 },
[email protected]f76c8852012-06-21 16:37:001561 'views': {
1562 # Applies to all files and subdirs within this directory.
[email protected]f2f0fbb92012-07-14 15:52:491563 'filepath': '^ui/views/',
[email protected]f76c8852012-06-21 16:37:001564 },
[email protected]ef514a32014-02-26 01:02:351565 'virtual_keyboard': {
1566 'filepath': 'ui/keyboard/'\
oka47452c22017-02-17 05:07:571567 '|chrome/test/data/chromeos/virtual_keyboard/'\
1568 '|extensions/browser/api/virtual_keyboard_private/'\
James Cooka35a1e22017-04-08 02:33:081569 '|ash/system/virtual_keyboard/'\
oka47452c22017-02-17 05:07:571570 '|ash/virtual_keyboard',
[email protected]ef514a32014-02-26 01:02:351571 },
billorr3c7e1442016-11-11 21:21:351572 'virtual_reality': {
1573 'filepath': 'vr_shell/|'\
1574 '/vr/|'\
1575 'third_party/gvr',
1576 },
Vincent Scheibd5da4d952017-11-03 01:33:241577 'wake_lock': {
1578 'filepath': 'wake_lock',
1579 },
Matt Giuca9eb910d2017-08-02 04:07:381580 'web_share': {
1581 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/webshare/'\
1582 '|chrome/android/javatests/src/org/chromium/chrome/browser/WebShare.*'\
1583 '|chrome/browser/ui/views/webshare/'\
1584 '|chrome/browser/webshare/'\
1585 '|third_party/WebKit/LayoutTests/webshare/'\
1586 '|third_party/WebKit/LayoutTests/external/wpt/web-share/'\
1587 '|third_party/WebKit/public/platform/modules/webshare/'\
1588 '|third_party/WebKit/Source/modules/webshare/',
1589 },
Takeshi Yoshinoe387aa32017-08-02 13:16:131590 'webrtc_browser_tests': {
1591 'filepath': 'chrome/browser/media/.*webrtc.*browsertest|'\
1592 'content/browser/media/.*webrtc.*browsertest',
1593 },
[email protected]208879542012-07-05 11:15:341594 'website_settings': {
[email protected]f2f0fbb92012-07-14 15:52:491595 'filepath': 'chrome/browser/content_settings/'\
1596 '|chrome/browser/ui/views/website_settings/'\
1597 '|chrome/browser/ui/website_settings/'\
mukai077089f2014-09-11 18:41:521598 '|chrome/common/content_settings'\
1599 '|components/content_settings/',
[email protected]208879542012-07-05 11:15:341600 },
[email protected]b17d9e02014-07-29 09:45:501601 'windows_sandboxing': {
1602 'filepath': 'sandbox/win/',
1603 },
[email protected]f76c8852012-06-21 16:37:001604 'x11': {
[email protected]f2f0fbb92012-07-14 15:52:491605 'filepath': 'content/browser/renderer_host/backing_store_x\.' \
1606 '|chrome/browser/chromeos/input_method/xkeyboard\.' \
1607 '|chrome/browser/chromeos/system_key_event_listener\.' \
[email protected]f76c8852012-06-21 16:37:001608 '|chrome/browser/chromeos/'\
[email protected]f2f0fbb92012-07-14 15:52:491609 'xinput_hierarchy_changed_event_listener\.' \
1610 '|chrome/browser/chromeos/wm_' \
1611 '|ui/base/x/'
[email protected]0d710852012-05-24 01:18:401612 },
wjmaclean3ff6a402015-03-31 19:00:201613 'zoom': {
1614 'filepath': 'chrome/browser/ui/zoom/' \
1615 '|components/ui/zoom/' \
1616 '|content/browser/host_zoom_*' \
1617 '|content/browser/storage_partition_impl*' \
1618 '|content/public/browser/host_zoom_map.h' \
1619 '|content/public/browser/storage_partition.h'
1620 },
[email protected]a3838612009-10-13 21:57:541621 },
[email protected]ca872e362011-07-12 21:06:031622
pennymac962d190432016-07-27 00:58:351623 ##############################################################################
1624 # Please keep alphabetical
1625 ##############################################################################
[email protected]a3838612009-10-13 21:57:541626 'WATCHLISTS': {
asvitkinee4bad382015-11-05 21:56:451627 'about_flags': ['[email protected]'],
mazda6471d0e2015-10-02 06:32:551628 'accelerator_table': ['[email protected]',
[email protected]f76c8852012-06-21 16:37:001629 '[email protected]'],
dmazzoni5f4b7f12015-02-17 16:35:571630 'accessibility': ['[email protected]',
Aaron Leventhal978557022017-06-09 15:39:411631 '[email protected]',
dmazzoni5f4b7f12015-02-17 16:35:571632 '[email protected]',
dougtcd8ac01d2017-03-24 16:23:401633 '[email protected]',
[email protected]f76c8852012-06-21 16:37:001634 '[email protected]',
je_julie.kima170bac2015-05-06 14:57:541635 '[email protected]',
Katie Dektara52038e42017-12-06 21:00:311636 '[email protected]',
dmazzoni5f4b7f12015-02-17 16:35:571637 '[email protected]',
[email protected]f76c8852012-06-21 16:37:001638 '[email protected]'],
Andrew Grieve5babdbfc2017-08-16 01:26:491639 'add_to_homescreen': ['[email protected]',
Xi Han50f523a1d2017-07-19 15:56:111640 '[email protected]',
F07b660412017-08-01 20:53:061641 '[email protected]'],
asvitkine361b276e2016-08-30 18:45:001642 'android_crash_reporting': ['[email protected]'],
johnmaguire6aaac7902016-03-15 12:28:201643 'android_crazy_linker': ['[email protected]'],
dfalcantaraef21e9e2016-01-07 01:16:261644 'android_infobars': ['[email protected]'],
agrieve4d9c1c52016-09-23 17:49:381645 'android_infra': ['[email protected]',
Andrew Grieve5babdbfc2017-08-16 01:26:491646 '[email protected]'],
Takeshi Yoshino524e1d262017-07-28 01:16:381647 'android_item_chooser_dialogs': ['[email protected]',
1648 '[email protected]'],
lizebf34f69b2016-03-30 16:08:531649 'android_loading': ['[email protected]',
drogere76b5632016-03-31 14:14:411650 '[email protected]'],
mlamourid8b0feb2015-06-02 16:30:471651 'android_media': ['[email protected]',
1652 '[email protected]'],
nyquistf602bd02017-02-16 23:17:441653 'android_studio': ['[email protected]',
1654 '[email protected]'],
pennymac962d190432016-07-27 00:58:351655 'android_tab': ['[email protected]',
David Trainor051827f2017-06-02 18:33:131656 '[email protected]'],
asvitkine361b276e2016-08-30 18:45:001657 'android_uma_settings': ['[email protected]',
1658 '[email protected]'],
Piotr Swigon13cf6402017-09-26 07:14:331659 'android_webapk': ['[email protected]'],
[email protected]7ca78dc12012-09-20 09:26:441660 'android_webview': ['[email protected]'],
Matt Giuca9eb910d2017-08-02 04:07:381661 'app_list': ['[email protected]'],
1662 'app_shortcuts': ['[email protected]',
1663 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001664 'appcache': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351665 'apps': ['[email protected]',
1666 '[email protected]'],
lhchavez4b19176f2016-05-04 23:12:461667 'arc': ['[email protected]',
hidehiko49f0b7c2016-05-24 10:59:471668 '[email protected]',
lhchavez4b19176f2016-05-04 23:12:461669 '[email protected]',
victorhsieh52feccd2017-02-27 18:27:021670 '[email protected]',
lhchavez4b19176f2016-05-04 23:12:461671 '[email protected]'],
lhchavez61532c92016-10-18 21:33:371672 'arc_auth': ['[email protected]'],
Shuhei Takahashiaf68cff2017-07-24 05:17:121673 'arc_fileapi': ['[email protected]'],
poromov7633f602017-02-21 16:44:011674 'arc_kiosk': ['[email protected]'],
lhchavez4b19176f2016-05-04 23:12:461675 'arc_net': ['[email protected]',
1676 '[email protected]',
1677 '[email protected]'],
ejcarusoa298ec02016-06-16 20:30:431678 'arc_power': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351679 'ash': ['[email protected]',
1680 '[email protected]'],
Xiaohui Chenf7e70a22018-02-08 00:36:381681 'assistant': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351682 'aura': ['[email protected]',
1683 '[email protected]'],
[email protected]c3a6e1e72013-08-02 00:13:071684 'aura_compositor': ['[email protected]',
1685 '[email protected]',
pennymac962d190432016-07-27 00:58:351686 '[email protected]',
danakj3695c582016-10-26 21:54:431687 '[email protected]'],
Evan Stade18fbcb7a2017-07-25 18:31:271688 'autofill': ['[email protected]',
sebsgbbfbea02016-10-24 21:54:591689 '[email protected]',
1690 '[email protected]',
mathpc2040642017-01-25 14:59:411691 '[email protected]',
1692 '[email protected]'],
Peter Beverloo4548c852017-08-31 13:45:171693 'background_fetch': ['[email protected]',
peter39e10a62017-02-21 15:14:131694 '[email protected]'],
pennymac962d190432016-07-27 00:58:351695 'background_sync': ['[email protected]',
chasej6dff9292016-02-02 20:33:121696 '[email protected]',
pennymac962d190432016-07-27 00:58:351697 '[email protected]'],
pkotwicz2ec0b292016-09-26 17:12:321698 'banners': ['[email protected]',
Xi Han50f523a1d2017-07-19 15:56:111699 '[email protected]',
F07b660412017-08-01 20:53:061700 '[email protected]'],
Takeshi Yoshino524e1d262017-07-28 01:16:381701 'base': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:191702 'base_allocator': ['[email protected]',
[email protected]b17d9e02014-07-29 09:45:501703 '[email protected]'],
[email protected]1ed5e0fd2012-07-19 00:19:051704 'base_memory': ['[email protected]'],
robliao1644d8b2016-04-11 15:39:591705 'base_task_scheduler': ['[email protected]',
1706 '[email protected]',
1707 '[email protected]'],
pennymac962d190432016-07-27 00:58:351708 'base_win': ['[email protected]',
Robert Liao27a2fa12017-10-20 18:34:481709 '[email protected]',
pennymac962d190432016-07-27 00:58:351710 '[email protected]'],
[email protected]7e093d4022014-06-26 19:19:551711 'battery_status': ['[email protected]'],
wnwen72684762017-03-29 13:28:371712 'binary_size': ['[email protected]',
1713 '[email protected]',
1714 '[email protected]'],
pennymac962d190432016-07-27 00:58:351715 'blink': ['[email protected]'],
1716 'blink_accessibility': ['[email protected]',
1717 '[email protected]',
dougtcd8ac01d2017-03-24 16:23:401718 '[email protected]',
horo8e9a01572016-07-27 06:05:311719 '[email protected]',
Katie Dektara52038e42017-12-06 21:00:311720 '[email protected]',
pennymac962d190432016-07-27 00:58:351721 '[email protected]'],
1722 'blink_animation': ['[email protected]',
1723 '[email protected]',
1724 '[email protected]',
1725 '[email protected]',
1726 '[email protected]'],
1727 'blink_app_banner': ['[email protected]'],
1728 'blink_audio': ['[email protected]',
1729 '[email protected]'],
1730 'blink_battery_status': ['[email protected]',
1731 '[email protected]'],
1732 'blink_bidi': ['[email protected]'],
1733 'blink_bindings': ['[email protected]'],
jbroman9ac2d532016-09-01 18:20:081734 'blink_bindings_serialization': ['[email protected]'],
Vincent Scheibd5da4d952017-11-03 01:33:241735 'blink_bluetooth': ['[email protected]',
1736 '[email protected]',
Vincent Scheibf01b55ff22018-01-10 21:05:061737 '[email protected]'],
danakjdfa88932017-06-29 18:43:281738 'blink_canvas2d': ['[email protected]',
pennymac962d190432016-07-27 00:58:351739 '[email protected]'],
1740 'blink_client_hints': ['[email protected]'],
1741 'blink_clipboard': ['[email protected]'],
Jeremy Romanb7b3a6a2018-02-07 20:15:321742 'blink_common': ['[email protected]'],
Kentaro Hara993b0de2017-08-07 02:26:371743 'blink_controller': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351744 'blink_css': ['[email protected]',
1745 '[email protected]',
horo8e9a01572016-07-27 06:05:311746 '[email protected]',
pennymac962d190432016-07-27 00:58:351747 '[email protected]'],
1748 'blink_css_flexbox': ['[email protected]'],
Morten Stenshorne4f1b3022017-11-14 12:05:371749 'blink_css_fragmentation_tests': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351750 'blink_css_grid_layout': ['[email protected]',
horo8e9a01572016-07-27 06:05:311751 '[email protected]',
pennymac962d190432016-07-27 00:58:351752 '[email protected]'],
Dimitri Glazkov33286c62017-12-08 23:34:251753 'blink_custom_elements': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351754 'blink_device_orientation': ['[email protected]',
1755 '[email protected]'],
1756 'blink_devtools': ['[email protected]',
1757 '[email protected]',
1758 '[email protected]',
1759 '[email protected]',
1760 '[email protected]',
lushnikovc5bd7ca2016-07-27 17:19:391761 '[email protected]'],
pennymac962d190432016-07-27 00:58:351762 'blink_dom': ['[email protected]',
pennymac962d190432016-07-27 00:58:351763 '[email protected]',
Sigbjorn Finne2f2dec92017-07-27 07:23:501764 '[email protected]'],
Hayato Ito5fc828c2017-07-05 08:02:321765 'blink_dom_events': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351766 'blink_events': ['[email protected]',
pennymac962d190432016-07-27 00:58:351767 '[email protected]',
1768 '[email protected]'],
1769 'blink_fetch': ['[email protected]',
1770 '[email protected]',
Takeshi Yoshino9d7588a32017-07-31 07:17:341771 '[email protected]'],
1772 'blink_fetch_api': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351773 'blink_fileapi': ['[email protected]',
1774 '[email protected]',
1775 '[email protected]'],
haraken98d0827a2017-02-27 00:55:191776 'blink_frames': ['[email protected]'],
Mounir Lamouria33886c2018-02-07 10:00:371777 'blink_geolocation': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351778 'blink_heap': ['[email protected]',
1779 '[email protected]',
1780 '[email protected]',
1781 '[email protected]'],
Dimitri Glazkov33286c62017-12-08 23:34:251782 'blink_html': ['[email protected]'],
csharrisonf357e9632016-07-29 01:27:221783 'blink_htmlparser': ['[email protected]',
1784 '[email protected]'],
pennymac962d190432016-07-27 00:58:351785 'blink_indexed_db': ['[email protected]',
1786 '[email protected]'],
1787 'blink_input': ['[email protected]',
nzolghadr773a1982016-10-18 21:26:451788 '[email protected]'],
pennymac962d190432016-07-27 00:58:351789 'blink_layers': ['[email protected]'],
1790 'blink_layout': ['[email protected]',
1791 '[email protected]',
1792 '[email protected]',
1793 '[email protected]',
1794 '[email protected]',
1795 '[email protected]',
1796 '[email protected]'],
cbiesinger46ecaae2016-09-09 18:44:561797 'blink_layout_ng': ['[email protected]',
gleblc60d6632016-09-13 19:49:461798 '[email protected]',
atotic30c8eba2016-10-28 13:24:071799 '[email protected]',
dgroganf9744ea2017-01-18 23:23:261800 '[email protected]',
lchoi2ba79a72017-05-25 00:23:051801 '[email protected]',
Xiaocheng Hu8bd4d8072017-10-25 23:44:321802 '[email protected]',
1803 '[email protected]'],
pennymac962d190432016-07-27 00:58:351804 'blink_loader': ['[email protected]',
1805 '[email protected]',
Takeshi Yoshinoab2ce8562017-11-09 05:19:191806 '[email protected]'],
pennymac962d190432016-07-27 00:58:351807 'blink_media': ['[email protected]',
1808 '[email protected]',
srirama.mdec4f512016-09-06 08:22:191809 '[email protected]',
1810 '[email protected]'],
pennymac962d190432016-07-27 00:58:351811 'blink_media_queries': ['[email protected]',
1812 '[email protected]'],
mcasas9558316b2017-03-10 18:57:311813 'blink_mediastream': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351814 'blink_modules': ['[email protected]'],
1815 'blink_navigator_content_utils': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351816 'blink_out_of_process_frames': ['[email protected]',
1817 '[email protected]'],
pennymac962d190432016-07-27 00:58:351818 'blink_paint' : ['[email protected]',
chrishtr4030de342016-10-03 23:57:591819 '[email protected]'],
Xida Chen0ef92782018-01-17 05:53:351820 'blink_paintworklet' : ['[email protected]'],
panickere9ffa3f2017-04-10 18:26:061821 'blink_performance_timing': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351822 'blink_permissions': ['[email protected]'],
kinukoc462adb2016-12-22 12:58:491823 'blink_platform': ['[email protected]'],
ajumabd2c9c22017-05-01 21:29:501824 'blink_platform_graphics': ['[email protected]',
pennymac962d190432016-07-27 00:58:351825 '[email protected]',
1826 '[email protected]',
1827 '[email protected]',
fmalita9710b732017-02-17 05:10:021828 '[email protected]',
pennymac962d190432016-07-27 00:58:351829 '[email protected]',
1830 '[email protected]',
1831 '[email protected]',
1832 '[email protected]'],
Takeshi Yoshino524e1d262017-07-28 01:16:381833 'blink_preloadScanner': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351834 'blink_prerender': ['[email protected]',
1835 '[email protected]'],
Dimitri Glazkov33286c62017-12-08 23:34:251836 'blink_public_api': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351837 'blink_quota': ['[email protected]',
1838 '[email protected]',
1839 '[email protected]'],
1840 'blink_scheduler': ['[email protected]'],
1841 'blink_screen_orientation': ['[email protected]'],
Kouhei Ueno43382932017-05-30 04:43:571842 'blink_script': ['[email protected]',
1843 '[email protected]',
1844 '[email protected]'],
David Bokan9dc0046272017-12-29 00:28:011845 'blink_scroll': ['[email protected]'],
falken6731ece42016-10-12 01:41:501846 'blink_serviceworkers': ['[email protected]',
pennymac962d190432016-07-27 00:58:351847 '[email protected]',
1848 '[email protected]',
1849 '[email protected]',
1850 '[email protected]',
1851 '[email protected]',
1852 '[email protected]',
shimazu99de61f2016-09-07 03:57:411853 '[email protected]',
pennymac962d190432016-07-27 00:58:351854 '[email protected]'],
1855 'blink_serviceworkers_tests': ['[email protected]'],
Hayato Ito5fc828c2017-07-05 08:02:321856 'blink_shadow_dom': ['[email protected]'],
timvolodine8cdb94c2016-09-22 12:17:221857 'blink_spellcheck' : ['[email protected]',
xiaochengh4a3c84e2017-03-28 07:15:321858 '[email protected]',
Xiaocheng Hu8bd4d8072017-10-25 23:44:321859 '[email protected]'],
jbroman69166ca82017-04-04 21:01:361860 'blink_spv2_layout_tests': ['[email protected]'],
Takeshi Yoshino9d7588a32017-07-31 07:17:341861 'blink_streams': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351862 'blink_style': ['[email protected]'],
1863 'blink_svg': ['[email protected]',
fmalita9710b732017-02-17 05:10:021864 '[email protected]',
pennymac962d190432016-07-27 00:58:351865 '[email protected]',
1866 '[email protected]',
1867 '[email protected]',
1868 '[email protected]',
1869 '[email protected]',
1870 '[email protected]'],
pennymac962d190432016-07-27 00:58:351871 'blink_track': ['[email protected]',
1872 '[email protected]',
1873 '[email protected]',
Sriram8d3e0e22017-11-09 10:40:161874 '[email protected]',
1875 '[email protected]'],
mvanouwerkerk38f632c62017-04-13 10:35:311876 'blink_vibration': ['[email protected]'],
David Bokan9dc0046272017-12-29 00:28:011877 'blink_viewport_interaction': ['[email protected]',
1878 '[email protected]'],
pennymac962d190432016-07-27 00:58:351879 'blink_w3ctests': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351880 'blink_webp': ['[email protected]',
1881 '[email protected]',
1882 '[email protected]'],
1883 'blink_websockets': ['[email protected]',
1884 '[email protected]'],
1885 'blink_workers': ['[email protected]',
falken6731ece42016-10-12 01:41:501886 '[email protected]',
pennymac962d190432016-07-27 00:58:351887 '[email protected]',
shimazu99de61f2016-09-07 03:57:411888 '[email protected]',
1889 '[email protected]'],
pennymac962d190432016-07-27 00:58:351890 'blink_wtf': ['[email protected]',
1891 '[email protected]'],
Joel Hockey8ad29912017-11-09 06:38:341892 'blink_xml': ['[email protected]', '[email protected]'],
noyauce460872016-09-09 11:54:001893 'bookmarks': ['[email protected]'],
donnd787f6ed2016-08-03 01:00:561894 'bottombar': ['[email protected]',
1895 '[email protected]'],
stevenjbdd133032015-08-07 18:37:471896 'browser_chromeos': ['[email protected]'],
[email protected]22650d22012-07-18 17:02:351897 'browser_components': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351898 'browser_compositor': ['[email protected]',
1899 '[email protected]'],
michaelpge42ca3b32016-02-19 08:17:571900 'browser_resources_md': ['[email protected]'],
msramek878b39d92016-04-20 07:55:331901 'browsing_data': ['[email protected]',
1902 '[email protected]'],
pennymac962d190432016-07-27 00:58:351903 'bubble': ['[email protected]',
1904 '[email protected]',
pennymac962d190432016-07-27 00:58:351905 '[email protected]'],
Josh Karlin1bd016742017-08-18 17:44:171906 'cache_storage': ['[email protected]'],
Adam Parker41b9e4cb2017-08-14 17:09:121907 'cast': ['[email protected]',
1908 '[email protected]',
[email protected]479180d22014-03-11 09:47:341909 '[email protected]',
miua1710162015-08-27 01:38:091910 '[email protected]',
[email protected]ad8ff0e2013-12-13 09:24:121911 '[email protected]',
miua1710162015-08-27 01:38:091912 '[email protected]',
1913 '[email protected]'],
ryanchung4d157372016-05-10 20:27:161914 'cast_certificate': ['[email protected]',
mfoltz57fd7f32017-05-03 06:12:581915 '[email protected]',
ryanchung24f9d7b2017-01-12 19:18:341916 '[email protected]'],
Adam Parker41b9e4cb2017-08-14 17:09:121917 'cast_channel': ['[email protected]',
1918 '[email protected]',
Ryan Ki Sing Chung27cc7ed92017-07-25 21:53:471919 '[email protected]'],
[email protected]c863702a2012-09-14 20:05:281920 'cc': ['[email protected]'],
danakjca574522017-09-20 16:38:591921 'cc-contexts': ['[email protected]'],
1922 'cc-display': ['[email protected]'],
1923 'cc-paint': ['[email protected]'],
1924 'cc-quads': ['[email protected]'],
1925 'cc-resources': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351926 'certificate_transparency': ['[email protected]',
1927 '[email protected]',
martijnccdd0542016-11-07 18:49:271928 '[email protected]',
pennymac962d190432016-07-27 00:58:351929 '[email protected]'],
1930 'chrome_elf': ['[email protected]',
1931 '[email protected]'],
lpy0ca13772017-02-28 19:48:271932 'chrome_grc': ['[email protected]'],
[email protected]d5b21972012-07-20 02:06:011933 'chrome_views': ['[email protected]'],
alokp9d869cc12016-05-27 01:46:311934 'chromecast': ['[email protected]',
1935 '[email protected]',
halliwellfa56b3a42015-09-04 21:42:571936 '[email protected]'],
gfhuang2548f902016-02-26 02:29:211937 'chromecast_public': ['[email protected]'],
Jonathon Kereliuk540c7d52018-01-18 06:22:031938 'chromedriver': ['[email protected]',
1939 '[email protected]'],
pennymac962d190432016-07-27 00:58:351940 'chromeos': ['[email protected]'],
1941 'chromeos_attestation': ['[email protected]'],
1942 'chromeos_calculator': ['[email protected]'],
hashimoto40ecb692014-09-02 04:51:311943 'chromeos_dbus': ['[email protected]'],
alematec5187b1b2016-08-26 05:32:181944 'chromeos_geolocation': ['[email protected]'],
1945 'chromeos_login': ['[email protected]',
1946 '[email protected]'],
pennymac962d190432016-07-27 00:58:351947 'chromeos_net': ['[email protected]'],
1948 'chromeos_power': ['[email protected]'],
alematec5187b1b2016-08-26 05:32:181949 'chromeos_timezone': ['[email protected]'],
1950 'chromeos_webui': ['[email protected]'],
Daniel Cheng99312b632017-10-25 03:59:491951 'clang_update': ['[email protected]',
1952 '[email protected]',
thestigf023ccc2016-11-10 14:39:151953 '[email protected]',
[email protected]cf8ffa82013-02-13 08:30:071954 '[email protected]',
pennymac962d190432016-07-27 00:58:351955 '[email protected]',
rnk28bbd1772016-05-04 17:57:581956 '[email protected]',
1957 '[email protected]',
pennymac962d190432016-07-27 00:58:351958 '[email protected]',
thestigf023ccc2016-11-10 14:39:151959 '[email protected]',
pennymac962d190432016-07-27 00:58:351960 '[email protected]',
horo8e9a01572016-07-27 06:05:311961 '[email protected]',
pennymac962d190432016-07-27 00:58:351962 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001963 'clipboard': ['[email protected]'],
Aaron Gable64f273582017-03-30 18:02:001964 'codereview_settings': ['[email protected]'],
sdefresned94c5b02015-07-22 17:54:551965 'components_deps': ['[email protected]',
1966 '[email protected]',
1967 '[email protected]'],
Darin Fisher619bbcd2017-11-20 17:45:381968 'content': ['[email protected]'],
Vincent Scheibd5da4d952017-11-03 01:33:241969 'content_bluetooth': ['[email protected]',
1970 '[email protected]',
Vincent Scheibf01b55ff22018-01-10 21:05:061971 '[email protected]'],
pennymac962d190432016-07-27 00:58:351972 'content_loader': ['[email protected]',
rdsmith5a1bfce2017-06-04 13:33:521973 '[email protected]'],
pennymac962d190432016-07-27 00:58:351974 'content_renderer': ['[email protected]'],
mkwst75a31a42014-09-14 18:32:531975 'content_shell': ['[email protected]',
peterc9e3e172015-11-02 09:29:161976 '[email protected]',
1977 '[email protected]'],
Jinsuk Kim6d10a222017-11-16 06:37:061978 'content_view_core': ['[email protected]'],
Takeshi Yoshino9d7588a32017-07-31 07:17:341979 'content_websockets': ['[email protected]'],
nhiroki90ba0102015-07-21 01:42:241980 'content_worker': ['[email protected]',
1981 '[email protected]'],
donnd787f6ed2016-08-03 01:00:561982 'contextual_search': ['[email protected]',
1983 '[email protected]'],
pennymac962d190432016-07-27 00:58:351984 'courgette': ['[email protected]',
1985 '[email protected]'],
Nico Weber6ff639a2017-08-11 21:04:501986 'cq': ['[email protected]',
1987 '[email protected]',
1988 '[email protected]',
1989 '[email protected]',
1990 '[email protected]'],
dbeamd924f0d0d2017-06-20 02:34:251991 'cr_elements': ['[email protected]',
michaelpge42ca3b32016-02-19 08:17:571992 '[email protected]'],
lizebf34f69b2016-03-30 16:08:531993 'custom_tabs': ['[email protected]'],
tbansalc6f1c9f2016-09-30 22:48:421994 'data_reduction_proxy': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:191995 'deep_memory_profiler': ['[email protected]'],
Vincent Scheibd5da4d952017-11-03 01:33:241996 'device_bluetooth': ['[email protected]',
1997 '[email protected]',
Vincent Scheibf01b55ff22018-01-10 21:05:061998 '[email protected]'],
Vincent Scheibd5da4d952017-11-03 01:33:241999 'device_chooser': ['[email protected]',
2000 '[email protected]',
Vincent Scheibf01b55ff22018-01-10 21:05:062001 '[email protected]'],
Jun Caiaa1f040d2017-11-15 01:21:532002 'device_sensors': ['[email protected]',
2003 '[email protected]',
mlamouri5cdcdf02014-11-27 15:58:592004 '[email protected]',
pennymac962d190432016-07-27 00:58:352005 '[email protected]'],
pennymac962d190432016-07-27 00:58:352006 'devtools': ['[email protected]',
2007 '[email protected]'],
Adam Parker41b9e4cb2017-08-14 17:09:122008 'dial': ['[email protected]',
2009 '[email protected]',
mfoltz57fd7f32017-05-03 06:12:582010 '[email protected]'],
kinukoc462adb2016-12-22 12:58:492011 'disk_cache': ['[email protected]'],
David Trainor051827f2017-06-02 18:33:132012 'download': ['[email protected]'],
dbeamd924f0d0d2017-06-20 02:34:252013 'downloads_ui': ['[email protected]'],
[email protected]9a3781d2013-04-04 18:31:402014 'drive': ['[email protected]'],
[email protected]89d2cd52013-04-16 01:55:362015 'drive_resource_metadata': ['[email protected]'],
[email protected]3a25c8a2014-06-26 06:47:102016 'eme': ['[email protected]'],
[email protected]f9529e7922013-06-06 05:19:412017 'extension': ['[email protected]',
2018 '[email protected]'],
Luna Lu7f221f22017-06-13 16:46:142019 'feature_policy': ['[email protected]',
Joe Medleya129fe32018-01-25 15:20:222020 '[email protected]',
2021 '[email protected]'],
[email protected]84dcfd92014-05-23 13:18:192022 'fileapi': ['[email protected]',
[email protected]6f217122013-11-25 07:21:482023 '[email protected]',
2024 '[email protected]'],
yoshiki1c0ba2782014-12-08 07:04:262025 'filebrowse': ['[email protected]'],
okab0be3dc2016-08-30 07:37:102026 'filesapp': ['[email protected]',
2027 '[email protected]',
2028 '[email protected]'],
Tomasz Mikolajewski2905dbb2017-11-22 06:24:042029 'fsp': ['[email protected]'],
Wez385de5a2017-07-13 20:13:162030 'fuchsia': ['[email protected]', '[email protected]'],
mmoroz58ddb8172016-09-08 18:29:552031 'fuzzing': ['[email protected]'],
Vincent Scheibd5da4d952017-11-03 01:33:242032 'gamepad': ['[email protected]',
Vincent Scheibf01b55ff22018-01-10 21:05:062033 '[email protected]'],
Dan Elphick7c3105252017-11-06 15:51:472034 'gcm': ['[email protected]',
pennymac962d190432016-07-27 00:58:352035 '[email protected]'],
mikhail.pozdnyakova8db26402016-11-28 18:27:122036 'generic_sensor': ['[email protected]',
Vincent Scheibd5da4d952017-11-03 01:33:242037 '[email protected]',
Jun Caiaa1f040d2017-11-15 01:21:532038 '[email protected]',
Vincent Scheibd5da4d952017-11-03 01:33:242039 '[email protected]',
mikhail.pozdnyakova8db26402016-11-28 18:27:122040 '[email protected]',
timvolodine4cf58ca2017-05-24 16:11:482041 '[email protected]',
mikhail.pozdnyakova8db26402016-11-28 18:27:122042 '[email protected]'],
Vincent Scheibd5da4d952017-11-03 01:33:242043 'geolocation': ['[email protected]',
2044 '[email protected]',
Vincent Scheibf01b55ff22018-01-10 21:05:062045 '[email protected]'],
[email protected]cf428f732012-10-02 20:48:152046 'gfx_geometry': ['[email protected]'],
[email protected]f93b7382012-08-09 20:53:162047 'gfx_image': ['[email protected]'],
agrieve4d9c1c52016-09-23 17:49:382048 'gn': ['[email protected]',
2049 '[email protected]',
pennymac962d190432016-07-27 00:58:352050 '[email protected]'],
[email protected]a6159102013-11-08 23:21:522051 'gpu': ['[email protected]'],
Corentin Wallezc68aa9b2017-10-02 15:00:032052 'gpu_passthrough_cmd_decoder': ['[email protected]',
2053 '[email protected]'],
dbeamd924f0d0d2017-06-20 02:34:252054 'history_ui': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002055 'i18n': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002056 'importer': ['[email protected]'],
Greg Thompson4f90fc992017-07-25 19:30:372057 'incident_reporting': ['[email protected]'],
[email protected]8b250562014-08-12 19:07:452058 'indexed_db': ['[email protected]',
dgrogand792a7f2016-01-21 00:12:132059 '[email protected]'],
bruthigaa8281f2016-02-09 17:52:312060 'ink_drop': ['[email protected]'],
dtapuska1f997a12016-03-14 19:22:072061 'input': ['[email protected]'],
Piotr Swigone1f92632017-12-17 23:40:112062 'installable': ['[email protected]'],
Raphael Kubo da Costaf242cef72017-11-08 16:01:182063 'installer_linux': ['[email protected]',
2064 '[email protected]'],
Greg Thompson4f90fc992017-07-25 19:30:372065 'installer_win': ['[email protected]',
2066 '[email protected]',
2067 '[email protected]'],
pennymac962d190432016-07-27 00:58:352068 'instant': ['[email protected]',
pennymac962d190432016-07-27 00:58:352069 '[email protected]',
jered0bd025a82017-05-03 20:01:132070 '[email protected]',
pennymac962d190432016-07-27 00:58:352071 '[email protected]',
2072 '[email protected]',
2073 '[email protected]',
2074 '[email protected]',
2075 '[email protected]'],
edchin46453b42017-03-03 01:40:112076 'ios': ['[email protected]'],
2077 'ios_chrome': ['[email protected]',
marqa4f135f2017-01-10 12:37:342078 '[email protected]',
eugenebutb5a5a8572017-01-20 01:18:112079 '[email protected]'],
edchin46453b42017-03-03 01:40:112080 'ios_clean': ['[email protected]',
lpromero6846b19d2017-05-23 10:43:592081 '[email protected]'],
edchin46453b42017-03-03 01:40:112082 'ios_showcase': ['[email protected]',
lpromero6846b19d2017-05-23 10:43:592083 '[email protected]'],
baxley9bfbd3cc2017-03-15 21:22:322084 'ios_test': ['[email protected]',
Yuke Liaoa948e9ee2017-11-27 21:54:242085 '[email protected]'],
edchin46453b42017-03-03 01:40:112086 'ios_web': ['[email protected]',
2087 '[email protected]'],
Darin Fisher619bbcd2017-11-20 17:45:382088 'ipc': ['[email protected]'],
Johanndfa4d7d2017-12-07 18:05:292089 'libaom': ['[email protected]',
pennymac962d190432016-07-27 00:58:352090 '[email protected]',
2091 '[email protected]',
2092 '[email protected]'],
Johanndfa4d7d2017-12-07 18:05:292093 'libvpx': ['[email protected]',
2094 '[email protected]',
2095 '[email protected]',
2096 '[email protected]',
2097 '[email protected]',
2098 '[email protected]'],
Takeshi Yoshino524e1d262017-07-28 01:16:382099 'libwebp': ['[email protected]',
2100 '[email protected]',
2101 '[email protected]'],
dominiccabb90e02017-03-31 04:54:232102 'libxml_xslt': ['[email protected]',
2103 '[email protected]'],
[email protected]04a292a2013-03-07 19:58:422104 'linux_fonts': ['[email protected]'],
[email protected]6d7e0bf2014-07-28 22:30:402105 'linux_sandboxing': ['[email protected]'],
[email protected]04a292a2013-03-07 19:58:422106 'linux_seccomp_bpf': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352107 'login': ['[email protected]'],
lgrey62faed72016-10-11 21:40:392108 'mac' : ['[email protected]'],
mlamourid8b0feb2015-06-02 16:30:472109 'manifest': ['[email protected]'],
dbeamd924f0d0d2017-06-20 02:34:252110 'md_settings': ['[email protected]',
michaelpg32ca07902015-02-07 00:31:112111 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002112 'media': ['[email protected]'],
Miguel Casas-Sanchez5eb47252017-09-05 21:15:032113 'media_capture_from_element': ['[email protected]'],
Tommy Steimel074a1822018-02-07 17:25:442114 'media_controls': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352115 'media_galleries': ['[email protected]',
2116 '[email protected]'],
alokp9e369ea72e2016-06-10 05:41:092117 'media_mojo': ['[email protected]'],
mcasasfeedbe42017-03-03 05:23:562118 'media_recorder': ['[email protected]',
mcasas9558316b2017-03-10 18:57:312119 '[email protected]'],
Adam Parker41b9e4cb2017-08-14 17:09:122120 'media_remoting': ['[email protected]',
2121 '[email protected]',
erickungc2289dea2016-12-13 19:01:282122 '[email protected]',
mfoltz57fd7f32017-05-03 06:12:582123 '[email protected]',
apacible01538e02016-11-04 22:15:312124 '[email protected]',
miu5e69f1c52016-10-23 13:40:112125 '[email protected]'],
Adam Parker41b9e4cb2017-08-14 17:09:122126 'media_router': ['[email protected]',
2127 '[email protected]',
mfoltz57fd7f32017-05-03 06:12:582128 '[email protected]'],
fmeawad4582cd22017-03-30 20:59:362129 'memory_coordinator': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002130 'message_loop': ['[email protected]'],
isherman1eee6f12014-12-09 02:14:302131 'metrics': ['[email protected]'],
[email protected]1d8899ee2014-06-10 20:58:122132 'metrics_xml_files': ['[email protected]'],
toyoshim8f51f902015-03-27 03:50:212133 'midi': ['[email protected]'],
[email protected]c3830c622013-10-10 22:00:002134 'mojo': ['[email protected]',
[email protected]3bf40cb2013-10-11 19:10:492135 '[email protected]',
[email protected]0f79ff62014-04-25 23:35:532136 '[email protected]',
Yuzhu Shen93bd7c992017-09-01 18:21:032137 '[email protected]'],
2138 'mojo_top_level_directory': ['[email protected]'],
rjkroegef60dea862015-10-29 17:50:062139 'mus': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002140 'nacl': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352141 'native_client_sdk': ['[email protected]',
2142 '[email protected]'],
2143 'navigation': ['[email protected]',
2144 '[email protected]'],
csharrison27df167d2017-01-26 21:42:312145 'net': ['[email protected]',
2146 '[email protected]'],
bnc1872e8bd2017-01-27 02:47:282147 'net_base': ['[email protected]'],
bnc1872e8bd2017-01-27 02:47:282148 'net_http2': ['[email protected]'],
2149 'net_log': ['[email protected]',
Matt Menkecebc2402017-07-20 16:26:092150 '[email protected]'],
bnc1872e8bd2017-01-27 02:47:282151 'net_spdy': ['[email protected]'],
Takeshi Yoshino9d7588a32017-07-31 07:17:342152 'net_websockets': ['[email protected]'],
jkarlin539748402015-03-31 17:36:312153 'netinfo': ['[email protected]'],
Vincent Scheibd5da4d952017-11-03 01:33:242154 'nfc': ['[email protected]',
Vincent Scheibf01b55ff22018-01-10 21:05:062155 '[email protected]'],
Mounir Lamouria33886c2018-02-07 10:00:372156 'notifications': ['[email protected]', '[email protected]'],
tbansalc6f1c9f2016-09-30 22:48:422157 'nqe': ['[email protected]'],
noyau451e6bb62016-12-23 14:29:042158 'ntp_snippets': ['[email protected]',
2159 '[email protected]'],
2160 'ntp_tiles': ['[email protected]',
2161 '[email protected]'],
peterc7e27422017-05-17 04:05:282162 'offline_items_collection': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352163 'offline_pages': ['[email protected]',
Carlos Knippschild6a2e2f02017-06-02 18:18:142164 '[email protected]',
pennymac962d190432016-07-27 00:58:352165 '[email protected]',
2166 '[email protected]',
dewittj74b23f6f2016-04-21 19:29:252167 '[email protected]',
2168 '[email protected]',
pennymac962d190432016-07-27 00:58:352169 '[email protected]'],
jdonnelly6fa5a21d2017-01-03 15:28:352170 'omnibox': ['[email protected]'],
Doug Arnetta94d3ae2017-11-07 00:10:342171 'optimization_guide': ['[email protected]',
2172 '[email protected]',
Takeshi Yoshinoab2ce8562017-11-09 05:19:192173 '[email protected]'],
iclelland8b904402016-10-05 15:01:232174 'origin_trials': ['[email protected]',
Ian Clelland1b27f8f62017-06-22 13:36:242175 '[email protected]'],
pennymac962d190432016-07-27 00:58:352176 'ozone': ['[email protected]',
2177 '[email protected]'],
Emily Stark204d2382017-12-01 05:24:562178 'page_info' : ['[email protected]'],
Bryan McQuade4233f412017-07-28 16:23:412179 'page_load_metrics' : ['[email protected]',
2180 '[email protected]',
tdresserd80646f2017-03-03 19:26:082181 '[email protected]',
2182 '[email protected]'],
Daniel Cheng99312b632017-10-25 03:59:492183 'panels': ['[email protected]',
pennymac962d190432016-07-27 00:58:352184 '[email protected]',
2185 '[email protected]'],
mkwst17a9875d2016-06-24 10:36:392186 'password_manager': ['[email protected]',
vabraafbd4f32015-11-10 19:30:232187 '[email protected]'],
sebsgbbfbea02016-10-24 21:54:592188 'payments': ['[email protected]',
gogeralde108bcb2016-11-24 16:07:222189 '[email protected]',
mahmadi0a7bb59f2017-02-22 19:13:492190 '[email protected]',
2191 '[email protected]'],
2192 'payments_ios': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352193 'pepper_api': ['[email protected]',
2194 '[email protected]',
2195 '[email protected]',
2196 '[email protected]',
2197 '[email protected]',
horo8e9a01572016-07-27 06:05:312198 '[email protected]',
pennymac962d190432016-07-27 00:58:352199 '[email protected]'],
Dominick Ngcaa7b402017-07-11 07:35:392200 'permissions': ['[email protected]',
Xi Han50f523a1d2017-07-19 15:56:112201 '[email protected]',
Dominick Ngcaa7b402017-07-11 07:35:392202 '[email protected]',
Timothy Lohb2a4eff2017-08-03 07:07:562203 '[email protected]',
2204 '[email protected]'],
stuartmorganf8c132922015-01-23 14:45:342205 'plugin': ['[email protected]'],
dbeamd924f0d0d2017-06-20 02:34:252206 'polymer': ['[email protected]'],
Charles Harrison981d33c2017-10-06 21:36:222207 'popup_blocker': ['[email protected]'],
twifkak0c69c1f2015-06-22 18:20:092208 'precache': ['[email protected]'],
[email protected]be775bc2014-06-30 15:41:142209 'prepopulated_engines': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352210 'prerender': ['[email protected]',
2211 '[email protected]',
2212 '[email protected]'],
Adam Parker41b9e4cb2017-08-14 17:09:122213 'presentation': ['[email protected]',
2214 '[email protected]'],
Peter Beverloo4548c852017-08-31 13:45:172215 'push_messaging': ['[email protected]',
pennymac962d190432016-07-27 00:58:352216 '[email protected]'],
stkhapugin06503142016-12-07 14:32:122217 'reading_list': ['[email protected]'],
[email protected]c3887592014-02-06 20:02:252218 'remoting': ['[email protected]'],
Ali Tofigh000debb52017-11-07 21:35:422219 'rlz_id': ['[email protected]',
pennymac962d190432016-07-27 00:58:352220 '[email protected]'],
Joe Medleya129fe32018-01-25 15:20:222221 'runtime_enabled_features': ['[email protected]'],
Greg Thompson4f90fc992017-07-25 19:30:372222 'safe_browsing': ['[email protected]',
vakh125ad862017-03-17 00:06:252223 '[email protected]'],
2224 'safe_browsing_db': ['[email protected]',
2225 '[email protected]'],
skyostil20dea312014-11-11 13:43:062226 'scheduler': ['[email protected]'],
mlamourid8b0feb2015-06-02 16:30:472227 'screen_orientation': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352228 'service_worker': ['[email protected]',
[email protected]6d095a8b2014-02-28 15:26:162229 '[email protected]',
pennymac962d190432016-07-27 00:58:352230 '[email protected]',
[email protected]edaf31d2014-03-07 00:09:172231 '[email protected]',
pennymac962d190432016-07-27 00:58:352232 '[email protected]',
horo8e9a01572016-07-27 06:05:312233 '[email protected]',
shimazu99de61f2016-09-07 03:57:412234 '[email protected]',
pennymac962d190432016-07-27 00:58:352235 '[email protected]'],
Yuzhu Shen93bd7c992017-09-01 18:21:032236 'services_network': ['[email protected]'],
Colin Blundell6d2669a2017-07-11 06:26:532237 'services_public': ['[email protected]'],
alitoc5534d62017-04-21 01:48:582238 'settings_reset_prompt': ['[email protected]'],
dominickn8884155a2016-06-23 02:28:162239 'site_engagement': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352240 'site_instance': ['[email protected]',
2241 '[email protected]',
[email protected]b9ecdb62014-03-07 14:56:432242 '[email protected]'],
Zentaro Kavanagh608f8a12018-01-19 18:39:562243 'smb': ['[email protected]'],
Joe Medleya129fe32018-01-25 15:20:222244 'source_idls': ['[email protected]'],
[email protected]ad0295d2012-10-11 23:43:362245 'spellcheck': ['[email protected]',
[email protected]18d7e402014-07-08 19:53:142246 '[email protected]',
timvolodine8cdb94c2016-09-22 12:17:222247 '[email protected]',
2248 '[email protected]'],
Greg Thompson9ea091702018-01-04 11:06:322249 'startup': ['[email protected]',
2250 '[email protected]'],
[email protected]67f39af2013-08-23 20:06:052251 'streams': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352252 'styleguide': ['[email protected]',
vmpstrdeec20e2016-11-18 22:17:322253 '[email protected]',
2254 '[email protected]'],
engedye7b734da2017-02-07 12:08:132255 'subresource_filter': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352256 'supervised_users': ['[email protected]'],
Ali Tofigh000debb52017-11-07 21:35:422257 'swreporter': ['[email protected]',
alito438fa4332016-12-20 21:59:172258 '[email protected]',
2259 '[email protected]'],
maxbogue65ea2632016-04-04 18:12:582260 'sync': ['[email protected]'],
[email protected]84dcfd92014-05-23 13:18:192261 'syncfs': ['[email protected]',
[email protected]6f217122013-11-25 07:21:482262 '[email protected]',
2263 '[email protected]'],
miu5e69f1c52016-10-23 13:40:112264 'tab_alert_indicators': ['[email protected]'],
Adam Parker41b9e4cb2017-08-14 17:09:122265 'tab_capture': ['[email protected]',
2266 '[email protected]',
miu5e69f1c52016-10-23 13:40:112267 '[email protected]'],
pennymac962d190432016-07-27 00:58:352268 'tab_contents': ['[email protected]',
2269 '[email protected]',
2270 '[email protected]'],
tdresserd80646f2017-03-03 19:26:082271 'tbmv2_metrics': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:192272 'tcmalloc': ['[email protected]'],
tonygc7f6a4c12015-01-16 18:32:262273 'telemetry': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352274 'test_runner': ['[email protected]',
einbindera29577e2016-08-23 01:21:492275 '[email protected]',
2276 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002277 'tests': [],
jlkleinecc81952016-11-19 00:16:072278 'tether': ['[email protected]',
dbeamd924f0d0d2017-06-20 02:34:252279 '[email protected]',
2280 '[email protected]',
2281 '[email protected]',
2282 '[email protected]',
2283 '[email protected]'],
pennymac962d190432016-07-27 00:58:352284 'textinput': ['[email protected]',
2285 '[email protected]',
2286 '[email protected]',
Yuichiro Hanadaf0b3b472017-10-17 07:00:532287 '[email protected]',
pennymac962d190432016-07-27 00:58:352288 '[email protected]'],
2289 'textinput_chromeos': ['[email protected]',
2290 '[email protected]',
Yuichiro Hanadaf0b3b472017-10-17 07:00:532291 '[email protected]',
pennymac962d190432016-07-27 00:58:352292 '[email protected]'],
chirantan96fcf6d2015-01-21 22:36:192293 'timers': ['[email protected]'],
robliaofd54b5c2017-01-13 00:41:302294 'tools_win_chromeexts': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352295 'tracing': ['[email protected]',
2296 '[email protected]'],
[email protected]cf428f732012-10-02 20:48:152297 'ui_compositor': ['[email protected]'],
robliao2c4b7492016-07-19 01:57:262298 'ui_display_win': ['[email protected]'],
[email protected]6b5093c2012-05-23 19:10:182299 'ui_resources': ['[email protected]'],
edwardjung83f52ef22017-02-07 13:15:072300 'ui_strings': ['[email protected]'],
Vincent Scheibd5da4d952017-11-03 01:33:242301 'usb': ['[email protected]',
Vincent Scheibf01b55ff22018-01-10 21:05:062302 '[email protected]'],
Alexandre Courbot5922bd62017-12-13 09:19:302303 'v4l2': ['[email protected]'],
Miguel Casas-Sancheza65d49a2017-12-11 03:27:482304 'vaapi': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002305 'valgrind': ['[email protected]',
timurrrr5335dbd2015-04-15 11:04:552306 '[email protected]'],
[email protected]c73ec8ab2014-01-16 20:35:232307 'version_assembly': ['[email protected]',
2308 '[email protected]'],
Alexandre Courbotc5544332017-11-27 03:59:522309 'video': ['[email protected]'],
mcasas9558316b2017-03-10 18:57:312310 'video_capture': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002311 'views': ['[email protected]'],
blakeod4cc78a2017-05-10 06:56:482312 'virtual_keyboard': ['[email protected]',
2313 '[email protected]',
okabf9f6f02017-02-17 05:14:292314 '[email protected]',
2315 '[email protected]'],
billorr3c7e1442016-11-11 21:21:352316 'virtual_reality': ['[email protected]'],
Vincent Scheibd5da4d952017-11-03 01:33:242317 'wake_lock': ['[email protected]',
Vincent Scheibf01b55ff22018-01-10 21:05:062318 '[email protected]'],
Matt Giuca9eb910d2017-08-02 04:07:382319 'web_share': ['[email protected]'],
Takeshi Yoshinoe387aa32017-08-02 13:16:132320 'webrtc_browser_tests': ['[email protected]'],
raymesf5084632015-07-02 07:14:152321 'website_settings': ['[email protected]',
pennymac962d190432016-07-27 00:58:352322 '[email protected]',
2323 '[email protected]'],
2324 'windows_sandboxing': ['[email protected]',
2325 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002326 'x11': ['[email protected]',
2327 '[email protected]',
2328 '[email protected]'],
wjmaclean3ff6a402015-03-31 19:00:202329 'zoom': ['[email protected]'],
[email protected]a3838612009-10-13 21:57:542330 },
2331}