blob: 5c2bb3dfe7085377744cc350785fc0b5f45c04f3 [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 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13219 'blink_bindings': {
220 'filepath': 'third_party/WebKit/Source/platform/bindings' \
221 '|third_party/WebKit/Source/bindings',
222 },
223 'blink_bindings_serialization': {
224 'filepath': 'third_party/WebKit/Source/bindings/(core|modules)/v8/.*[Ss]erializ',
225 },
226 'blink_bluetooth': {
227 'filepath': 'third_party/WebKit/.*[Bb]luetooth'
228 },
229 'blink_canvas2d': {
230 'filepath': 'third_party/WebKit/Source/core/html/canvas' \
231 '|third_party/WebKit/Source/core/html/HTMLCanvasElement' \
232 '|third_party/WebKit/Source/modules/canvas2d' \
233 '|third_party/WebKit/Source/platform/graphics/Canvas2D',
234 },
235 'blink_client_hints': {
236 'filepath': 'third_party/WebKit/Source/core/loader/AcceptClientHints*' \
237 '|third_party/WebKit/Source/core/loader/FrameFetchContext*' \
Hiroki Nakagawaa16ddef2017-12-21 06:16:28238 '|third_party/WebKit/Source/core/loader/resource/ImageResource*' \
239 '|third_party/WebKit/Source/platform/loader/fetch/FetchContext*' \
240 '|third_party/WebKit/Source/platform/loader/fetch/ResourceFetcher*'
Takeshi Yoshinoe387aa32017-08-02 13:16:13241 },
242 'blink_clipboard': {
243 'filepath': 'third_party/WebKit/Source/core/clipboard' \
244 '|third_party/WebKit/Source/core/page/.*Drag' \
245 '|third_party/WebKit/Source/platform/.*Drag' \
246 '|third_party/WebKit/Source/platform/clipboard' \
247 '|third_party/WebKit/Source/web/.*Drag' \
248 '|third_party/WebKit/public/platform/.*Drag' \
249 '|third_party/WebKit/public/web/.*Drag',
250 },
Jeremy Romanb7b3a6a2018-02-07 20:15:32251 'blink_common': {
Kinuko Yasuda4a342642018-03-01 09:29:55252 'filepath': 'third_party/WebKit/common'
253 '|third_party/WebKit/public/common' \
254 '|third_party/WebKit/public/mojom',
Jeremy Romanb7b3a6a2018-02-07 20:15:32255 },
Kentaro Hara993b0de2017-08-07 02:26:37256 'blink_controller': {
257 'filepath': 'third_party/WebKit/Source/controller',
258 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13259 'blink_css': {
260 'filepath': 'third_party/WebKit/Source/core/css',
261 },
262 'blink_css_flexbox': {
263 'filepath': 'third_party/WebKit/Source/core/rendering/.*Flex' \
264 '|third_party/WebKit/LayoutTests/fast/deprecated-flexbox/' \
265 '|third_party/WebKit/LayoutTests/css3/flexbox/' \
266 '|third_party/WebKit/LayoutTests/ietestcenter/css3/flexbox/'
267 },
268 'blink_css_fragmentation_tests': {
269 'filepath': 'third_party/WebKit/LayoutTests/fast/multicol/' \
270 '|third_party/WebKit/LayoutTests/fast/pagination/' \
Morten Stenshorneab6785c2017-10-12 21:23:38271 '|third_party/WebKit/LayoutTests/fragmentation/' \
Takeshi Yoshinoe387aa32017-08-02 13:16:13272 '|third_party/WebKit/LayoutTests/printing/'
273 },
274 'blink_css_grid_layout': {
275 'filepath': 'third_party/WebKit/Source/core/layout/.*Grid' \
276 '|third_party/WebKit/Source/core/paint/.*Grid' \
277 '|third_party/WebKit/Source/core/css/.*Grid' \
278 '|third_party/WebKit/LayoutTests/fast/css-grid-layout/' \
279 '|third_party/WebKit/LayoutTests/ietestcenter/css3/grid/' \
280 '|third_party/WebKit/LayoutTests/platform/.*/fast/css-grid-layout/' \
281 '|third_party/WebKit/LayoutTests/platform/.*/ietestcenter/css3/grid/'
282 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13283 'blink_custom_elements': {
284 'filepath': 'third_party/WebKit/Source/core/html/custom/' \
285 '|third_party/WebKit/Source/bindings/core/v8/.*CustomElement',
286 },
287 'blink_device_orientation': {
288 'filepath': 'third_party/WebKit/Source/modules/device_orientation/' \
289 '|third_party/WebKit/LayoutTests/device_orientation/' \
290 '|third_party/WebKit/Source/core/frame/PlatformEvent(Controller|Dispatcher)' \
291 '|third_party/WebKit/Source/core/frame/DeviceSingleWindowEventController'
292 },
293 'blink_devtools': {
294 'filepath': 'third_party/WebKit/.*(inspector|DevTools|devtools)',
295 },
296 'blink_dom': {
297 'filepath': 'third_party/WebKit/Source/core/dom/'
298 },
299 'blink_dom_events': {
Kent Tamura1be226832017-09-25 02:07:23300 'filepath': 'third_party/WebKit/Source/core/dom/events/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13301 },
302 'blink_events': {
303 'filepath': 'third_party/WebKit/Source/core/page/.*Event' \
304 '|third_party/WebKit/Source/core/dom/.*Event' \
305 '|third_party/WebKit/Source/core/css/.*Event' \
306 '|third_party/WebKit/Source/platform/.*Event'
307 },
308 'blink_fetch': {
309 'filepath': 'third_party/WebKit/Source/platform/loader/fetch'
310 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13311 'blink_fileapi': {
312 'filepath': 'third_party/WebKit/Source/modules/filesystem/' \
313 '|third_party/WebKit/Source/core/fileapi/' \
314 '|third_party/WebKit/Source/platform/.*File' \
315 '|third_party/WebKit/Source/web/.*File' \
316 '|third_party/WebKit/LayoutTests/fast/file' \
317 '|third_party/WebKit/public/.*File'
318 },
319 'blink_frames': {
320 'filepath': 'third_party/WebKit/Source/core/frame/'
321 },
322 'blink_geolocation': {
323 'filepath': 'third_party/WebKit/LayoutTests/geolocation-api/' \
324 '|third_party/WebKit/Source/modules/geolocation/' \
325 '|third_party/WebKit/Source/web/.*Geolocation' \
326 '|third_party/WebKit/public/web/.*Geolocation'
327 },
328 'blink_heap': {
329 'filepath': 'third_party/WebKit/Source/platform/heap' \
330 '|base/allocator/partition_allocator/'
331 },
332 'blink_html': {
333 'filepath': 'third_party/WebKit/Source/core/html/'
334 },
335 'blink_htmlparser': {
336 'filepath': 'third_party/WebKit/Source/core/html/parser/'
337 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13338 'blink_indexed_db': {
339 'filepath': 'third_party/WebKit/Source/modules/indexeddb/' \
340 '|third_party/WebKit/Source/web/.*IDB' \
341 '|third_party/WebKit/LayoutTests/storage/indexeddb' \
342 '|third_party/WebKit/public/platform/.*IDB'
343 },
344 'blink_input': {
345 'filepath': 'third_party/WebKit/Source/core/input/'
346 },
347 'blink_layers': {
348 'filepath': 'third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator' \
349 '|third_party/WebKit/Source/platform/graphics/GraphicsLayer' \
350 '|third_party/WebKit/Source/core/layout/Layer'
351 },
352 'blink_layout': {
353 'filepath': 'third_party/WebKit/Source/core/layout' \
354 '|third_party/WebKit/Source/core/rendering'
355 },
356 'blink_layout_ng': {
357 'filepath': 'third_party/WebKit/Source/core/layout/ng',
358 },
359 'blink_loader': {
360 'filepath': 'third_party/WebKit/Source/core/loader/' \
361 '|third_party/WebKit/Source/platform/loader/'
362 },
363 'blink_media': {
364 'filepath': 'third_party/WebKit/Source/core/css/mediaControls' \
365 '|third_party/WebKit/Source/core/html/.*(Audio|Media|Video)' \
366 '|third_party/WebKit/Source/core/html/shadow/MediaControl' \
367 '|third_party/WebKit/Source/core/layout/LayoutMedia' \
368 '|third_party/WebKit/Source/core/layout/LayoutTextTrackContainerElement' \
369 '|third_party/WebKit/Source/modules/(encryptedmedia|mediasource)' \
370 '|third_party/WebKit/Source/platform/drm/' \
371 '|third_party/WebKit/Source/platform/graphics/media/' \
372 '|third_party/WebKit/Source/web/.*Media' \
373 '|third_party/WebKit/LayoutTests/media/' \
374 '|third_party/WebKit/public/.*Media'
375 },
376 'blink_media_queries': {
377 'filepath': 'third_party/WebKit/Source/core/css/CSSMediaRule' \
378 '|third_party/WebKit/Source/core/css/MediaList' \
379 '|third_party/WebKit/Source/core/css/MediaQuery' \
380 '|third_party/WebKit/Source/core/css/parser/MediaQuery'
381 },
382 'blink_mediastream': {
383 'filepath': 'third_party/WebKit/Source/modules/mediastream/' \
384 '|third_party/WebKit/Source/platform/mediastream/' \
385 '|third_party/WebKit/Source/platform/exported/WebMediaStream' \
386 '|third_party/WebKit/Source/platform/exported/WebRTC' \
387 '|third_party/WebKit/LayoutTests/fast/mediastream/'
388 },
389 'blink_modules': {
390 'filepath': 'third_party/WebKit/Source/modules'
391 },
392 'blink_navigator_content_utils': {
393 'filepath': 'third_party/WebKit/Source/modules/navigatorcontentutils' \
394 '|third_party/WebKit/LayoutTests/fast/dom/navigatorcontentutils'
395 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13396 'blink_out_of_process_frames': {
397 'filepath': 'third_party/WebKit/Source/core/frame/FrameOwner' \
398 '|third_party/WebKit/Source/core/frame/Frame\.' \
399 '|third_party/WebKit/Source/web/WebFrame' \
400 '|third_party/WebKit/Source/web/WebRemoteFrameImpl'
401 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13402 'blink_paint': {
403 'filepath': 'third_party/WebKit/Source/core/paint/'
404 },
Xida Chen0ef92782018-01-17 05:53:35405 'blink_paintworklet': {
406 'filepath': 'third_party/WebKit/Source/modules/csspaint/' \
407 '|third_party/WebKit/LayoutTests/http/tests/csspaint/' \
408 '|third_party/WebKit/LayoutTests/externla/wpt/css/css-paint-api/'
409 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13410 'blink_performance_timing': {
411 'filepath': 'third_party/WebKit/Source/core/timing/'
412 },
413 'blink_permissions': {
414 'filepath': 'third_party/WebKit/Source/modules/permissions/' \
415 '|third_party/WebKit/public/platform/modules/permissions/',
416 },
417 'blink_platform': {
418 'filepath': 'third_party/WebKit/Source/platform'
419 },
420 'blink_platform_graphics': {
421 'filepath': 'third_party/WebKit/Source/platform/fonts' \
422 '|third_party/WebKit/Source/platform/geometry' \
423 '|third_party/WebKit/Source/platform/graphics'
424 },
425 'blink_preloadScanner': {
426 'filepath': 'third_party/WebKit/Source/core/html/parser/HTMLPreloadScanner',
427 },
428 'blink_prerender': {
429 'filepath': 'third_party/WebKit/.*(Prerender|loader/LinkLoader|html/HTMLLinkElement)'
430 },
431 'blink_public_api': {
432 'filepath': 'third_party/WebKit/public'
433 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13434 'blink_quota': {
435 'filepath': 'third_party/WebKit/Source/modules/quota/' \
436 '|third_party/WebKit/Source/web/.*Quota' \
437 '|third_party/WebKit/public/.*Quota'
438 },
439 'blink_scheduler': {
440 'filepath': 'third_party/WebKit/Source/platform/scheduler' \
441 '|third_party/WebKit/Source/core/html/parser/.*Scheduler'
442 },
443 'blink_screen_orientation': {
444 'filepath': 'third_party/WebKit/Source/modules/screen_orientation/' \
445 '|third_party/WebKit/public/platform/modules/screen_orientation',
446 },
447 'blink_script': {
448 'filepath': 'third_party/WebKit/Source/bindings/core/v8/.*Module.*' \
449 '|third_party/WebKit/Source/bindings/core/v8/ScriptController.*' \
450 '|third_party/WebKit/Source/bindings/core/v8/ScriptSourceCode.*' \
451 '|third_party/WebKit/Source/bindings/core/v8/V8ScriptRunner.*'
452 '|third_party/WebKit/Source/core/dom/.*Modul.*' \
453 '|third_party/WebKit/Source/core/dom/.*Script.*' \
454 '|third_party/WebKit/Source/core/html/HTMLScriptElement.*' \
455 '|third_party/WebKit/Source/core/html/parser/HTMLParserScriptRunner.*' \
456 '|third_party/WebKit/Source/core/loader/modulescript/' \
457 '|third_party/WebKit/Source/core/loader/resource/ScriptResource.*' \
458 '|third_party/WebKit/Source/core/svg/SVGScriptElement.*' \
459 '|third_party/WebKit/Source/core/xml/parser/XMLDocumentParser.*'
460 },
David Bokan9dc0046272017-12-29 00:28:01461 'blink_scroll': {
462 'filepath': 'third_party/WebKit/Source/core/frame/.*View.*' \
463 '|third_party/WebKit/Source/core/input/.*Scroll.*' \
464 '|third_party/WebKit/Source/core/input/EventHandler.*' \
465 '|third_party/WebKit/Source/core/page/scrolling/' \
466 '|third_party/WebKit/Source/core/paint/.*ScrollableArea.*' \
467 '|third_party/WebKit/Source/platform/scroll/'
468 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13469 'blink_serviceworkers' : {
470 'filepath': 'third_party/WebKit/Source/modules/serviceworkers' \
471 '|third_party/WebKit/LayoutTests/http/tests/serviceworker' \
472 '|third_party/WebKit/LayoutTests/external/wpt/service-workers'
473 },
474 'blink_serviceworkers_tests' : {
475 'filepath': 'third_party/WebKit/LayoutTests/http/tests/serviceworker' \
476 '|third_party/WebKit/LayoutTests/external/wpt/service-workers'
477 },
478 'blink_shadow_dom': {
479 'filepath': 'third_party/WebKit/Source/core/dom/.*Shadow' \
480 '|third_party/WebKit/Source/core/dom/.*Slot' \
481 '|third_party/WebKit/Source/core/dom/.*InsertionPoint' \
482 '|third_party/WebKit/Source/core/dom/.*FlatTree'
483 },
484 'blink_spellcheck' : {
485 'filepath': 'third_party/WebKit/Source/core/editing/spellcheck'
486 },
487 'blink_spv2_layout_tests': {
488 'filepath': 'third_party/WebKit/LayoutTests/virtual/spv2'
489 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13490 'blink_style': {
491 'filepath': 'third_party/WebKit/.*(style/|Style)',
492 },
493 'blink_svg': {
494 'filepath': 'third_party/WebKit/Source/core/(layout/)?svg',
495 },
496 'blink_track': {
497 'filepath': 'third_party/WebKit/Source/core/html/track/' \
498 '|third_party/WebKit/Source/core/loader/TextTrack' \
499 '|third_party/WebKit/Source/core/html/HTMLMediaElement' \
500 '|third_party/WebKit/Source/core/html/HTMLTrackElement' \
501 '|third_party/WebKit/Source/core/html/shadow/MediaControl' \
502 '|third_party/WebKit/Source/core/css/mediaControl' \
503 '|third_party/WebKit/LayoutTests/media/track/'
504 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13505 'blink_vibration': {
506 'filepath': 'third_party/WebKit/LayoutTests/vibration/' \
507 '|third_party/WebKit/Source/modules/vibration/'
508 },
509 'blink_viewport_interaction': {
510 'filepath': 'third_party/WebKit/Source/core/css/.*Viewport' \
511 '|third_party/WebKit/Source/core/dom/ViewportArguments' \
David Bokan9dc0046272017-12-29 00:28:01512 '|third_party/WebKit/Source/core/frame/FrameView.*' \
513 '|third_party/WebKit/Source/core/frame/.*Viewport.*' \
514 '|third_party/WebKit/Source/core/html/HTMLMetaElement'
Takeshi Yoshinoe387aa32017-08-02 13:16:13515 },
516 'blink_w3ctests': {
517 'filepath': 'third_party/WebKit/LayoutTests/external/' \
518 '|third_party/WebKit/Tools/Scripts/webkitpy/w3c/'
519 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13520 'blink_webp': {
521 'filepath': 'third_party/WebKit/Source/platform/image-decoders/webp' \
522 '|third_party/WebKit/Source/platform/image-encoders/skia/WEBP'
523 },
524 'blink_websockets': {
525 'filepath': 'third_party/WebKit/Source/modules/websockets/' \
526 '|third_party/WebKit/Source/platform/modules/websockets/'
527 },
528 'blink_workers': {
529 'filepath': 'third_party/WebKit/Source/core/workers' \
530 '|third_party/WebKit/LayoutTests/http/tests/workers' \
531 '|third_party/WebKit/LayoutTests/fast/workers' \
532 '|third_party/WebKit/LayoutTests/external/wpt/workers'
533 },
534 'blink_wtf': {
Kent Tamura1be226832017-09-25 02:07:23535 'filepath': 'third_party/WebKit/Source/platform/wtf',
Takeshi Yoshinoe387aa32017-08-02 13:16:13536 },
537 'blink_xml': {
538 'filepath': 'third_party/WebKit/Source/core/xml/'
539 },
[email protected]06798f72013-01-14 22:31:17540 'bookmarks': {
541 'filepath': 'chrome/browser/bookmarks/' \
[email protected]771ad482013-07-16 17:32:48542 '|chrome/browser/extensions/api/bookmark_manager_private/' \
543 '|chrome/browser/extensions/api/bookmarks/' \
544 '|chrome/browser/resources/bookmark_manager/' \
[email protected]cd869cde2013-01-31 15:46:35545 '|chrome/browser/ui/bookmarks/' \
546 '|chrome/browser/ui/cocoa/bookmarks/' \
[email protected]5cb8b6e12014-05-19 16:53:46547 '|chrome/browser/ui/views/bookmarks/' \
548 '|components/bookmarks'
[email protected]06798f72013-01-14 22:31:17549 },
donnd787f6ed2016-08-03 01:00:56550 'bottombar': {
551 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/',
552 },
[email protected]f76c8852012-06-21 16:37:00553 'browser_chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:49554 'filepath': 'chrome/browser/chromeos/',
[email protected]02c44522010-10-08 17:43:25555 },
[email protected]22650d22012-07-18 17:02:35556 'browser_components': {
[email protected]a7228f62012-09-20 17:52:48557 'filepath': 'chrome/browser/autofill/' \
558 '|chrome/browser/bookmarks/' \
[email protected]a7228f62012-09-20 17:52:48559 '|chrome/browser/favicon/' \
[email protected]ddf288e2013-01-09 20:58:27560 '|chrome/browser/history/' \
[email protected]fccf4882013-03-15 04:46:19561 '|chrome/browser/webdata/' \
[email protected]3947d4a82013-03-12 09:41:05562 '|components/autofill/'
[email protected]22650d22012-07-18 17:02:35563 },
[email protected]f76c8852012-06-21 16:37:00564 'browser_compositor': {
[email protected]f2f0fbb92012-07-14 15:52:49565 'filepath': 'ui/compositor/'
[email protected]fbd846b2010-11-19 01:32:18566 },
michaelpge42ca3b32016-02-19 08:17:57567 'browser_resources_md': {
568 'filepath': 'chrome/browser/resources/md_'\
569 '|chrome/browser/resources/settings/',
570 },
[email protected]0ce480532012-07-20 12:33:20571 'browsing_data': {
572 'filepath': 'chrome/browser/browsing_data/',
573 },
[email protected]f76c8852012-06-21 16:37:00574 'bubble': {
[email protected]f2f0fbb92012-07-14 15:52:49575 'filepath': 'ui/views/bubble/|'\
rouslan8d6a8372015-09-10 19:10:10576 'chrome/browser/ui/views/bubble/|'\
577 'components/bubble/',
[email protected]f76c8852012-06-21 16:37:00578 },
jkarlin539748402015-03-31 17:36:31579 'cache_storage': {
Josh Karlin1bd016742017-08-18 17:44:17580 'filepath': '/cache.storage/'
581 '|/cachestorage/',
jkarlin539748402015-03-31 17:36:31582 },
[email protected]10fbd5952013-08-22 07:42:39583 'cast': {
[email protected]31ef420b2014-08-13 21:19:13584 'filepath': 'media/cast/'\
585 '|chrome/browser/extensions/api/cast_streaming/'\
586 '|chrome/browser/media/cast'\
587 '|chrome/renderer/media/cast'\
588 '|chrome/test/data/extensions/api_test/cast_'\
miu5e69f1c52016-10-23 13:40:11589 '|content/public/renderer/media_stream_'\
590 '|content/renderer/media/(media_stream|(.+audio_source))',
[email protected]10fbd5952013-08-22 07:42:39591 },
ryanchung4d157372016-05-10 20:27:16592 'cast_certificate': {
593 'filepath': 'components/cast_certificate/'\
594 '|components/test/data/cast_certificate/',
595 },
mfoltz57fd7f32017-05-03 06:12:58596 'cast_channel': {
597 'filepath': 'chrome/test/data/extensions/api_test/cast_channel/' \
Ryan Ki Sing Chung27cc7ed92017-07-25 21:53:47598 '|components/cast_channel/' \
599 '|extensions/browser/api/cast_channel'
mfoltz57fd7f32017-05-03 06:12:58600 },
Takeshi Yoshino524e1d262017-07-28 01:16:38601 'cc': {
danakjca574522017-09-20 16:38:59602 'filepath': 'cc/'\
603 '|components/viz/'
604 },
605 'cc-contexts': {
606 'filepath': 'components/viz/common/gpu'
607 },
608 'cc-display': {
609 'filepath': 'components/viz/service/display'\
610 '|cc/output'
611 },
612 'cc-paint': {
613 'filepath': 'cc/paint'
614 },
615 'cc-quads': {
616 'filepath': 'components/viz/common/quads'
617 },
618 'cc-resources': {
619 'filepath': 'cc/resources'\
620 '|components/viz/common/resources'
Takeshi Yoshino524e1d262017-07-28 01:16:38621 },
eranmc2a9f612015-11-24 16:41:34622 'certificate_transparency': {
623 'filepath': 'components/certificate_transparency/'\
eranmc2a9f612015-11-24 16:41:34624 '|net/cert/ct_'\
625 '|net/cert/multi_log_ct_verifier'\
626 '|net/cert/sct_status_flags.h'\
627 '|net/cert/signed_certificate_timestamp'\
628 '|net/cert/signed_tree_head'\
629 '|net/test/ct_',
630 },
Joe Mason60ec2f32018-02-15 15:50:51631 'chrome_cleaner': {
632 'filepath': 'chrome/browser/component_updater/sw_reporter_'\
633 '|chrome/browser/resources/settings/chrome_cleanup_page/'\
634 '|chrome/browser/safe_browsing/chrome_cleaner/'\
635 '|chrome/browser/ui/views/chrome_cleaner_'\
636 '|chrome/browser/ui/webui/settings/chrome_cleanup_'\
637 '|chrome_cleaner/'\
638 '|components/chrome_cleaner/',
639 },
[email protected]c73ec8ab2014-01-16 20:35:23640 'chrome_elf': {
641 'filepath': 'chrome_elf',
642 },
lpy0ca13772017-02-28 19:48:27643 'chrome_grc': {
lpy53b82752017-05-31 22:30:49644 'filepath': 'chrome/browser/resource_coordinator/'\
645 '|services/resource_coordinator/',
lpy0ca13772017-02-28 19:48:27646 },
[email protected]d5b21972012-07-20 02:06:01647 'chrome_views': {
648 'filepath': 'chrome/browser/ui/views',
649 },
Takeshi Yoshino524e1d262017-07-28 01:16:38650 'chromecast': {
651 'filepath': 'chromecast/',
652 },
653 'chromecast_public': {
654 'filepath': 'chromecast/public/',
655 },
[email protected]f7bf8ba2011-02-24 22:28:46656 'chromedriver': {
samuong53d5e612014-10-10 18:56:38657 'filepath': 'chrome/test/chromedriver|'\
658 'chrome/test/data/chromedriver|'\
Jonathon Kereliuk540c7d52018-01-18 06:22:03659 'third_party/webdriver|'\
660 'third_party/WebKit/Source/devtools/front_end/emulated_devices/module.json'
[email protected]f7bf8ba2011-02-24 22:28:46661 },
[email protected]f76c8852012-06-21 16:37:00662 'chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:49663 'filepath': 'chromeos/',
[email protected]531b1532011-08-11 03:52:01664 },
[email protected]eda0a0b2013-04-19 20:34:35665 'chromeos_attestation': {
666 'filepath': 'chromeos/attestation/|'\
[email protected]64494c3f2013-08-14 22:15:59667 'chrome/browser/chromeos/attestation/|'\
668 'chrome/browser/extensions/api/enterprise_platform_keys_private/',
[email protected]eda0a0b2013-04-19 20:34:35669 },
[email protected]7c59a152012-11-06 20:56:35670 'chromeos_calculator': {
671 'filepath': 'chrome/common/extensions/docs/examples/apps/calculator/',
672 },
hashimoto40ecb692014-09-02 04:51:31673 'chromeos_dbus': {
674 'filepath': 'chromeos/dbus/',
675 },
alematec5187b1b2016-08-26 05:32:18676 'chromeos_geolocation': {
677 'filepath': 'chromeos/geolocation/',
678 },
[email protected]f76c8852012-06-21 16:37:00679 'chromeos_login': {
[email protected]f2f0fbb92012-07-14 15:52:49680 'filepath': 'chrome/browser/chromeos/login/|'\
681 'chrome/browser/ui/webui/chromeos/login/|'\
dzhioevcc7c0492014-11-25 14:52:58682 'chrome/browser/resources/chromeos/login/|'\
683 'ui/login/',
[email protected]a791dac2011-04-07 23:22:57684 },
[email protected]d7d35f342012-10-22 20:32:47685 'chromeos_net': {
686 'filepath': 'chromeos/network/|'\
stevenjbdd133032015-08-07 18:37:47687 'chrome/browser/chromeos/net/|'\
688 'chrome/browser/extensions/api/networking_private/|'\
689 'extensions/browser/api/networking_private/|'\
690 'ui/chromeos/network/',
[email protected]d7d35f342012-10-22 20:32:47691 },
[email protected]2315ac0c2013-02-05 00:49:16692 'chromeos_power': {
James Cooka35a1e22017-04-08 02:33:08693 'filepath': 'ash/system/power/|'\
[email protected]c3943ad2013-07-03 13:44:56694 'chromeos/dbus/power_.*|'\
[email protected]2315ac0c2013-02-05 00:49:16695 'chrome/browser/chromeos/power/',
696 },
alematec5187b1b2016-08-26 05:32:18697 'chromeos_timezone': {
698 'filepath': 'chromeos/timezone/',
699 },
[email protected]f76c8852012-06-21 16:37:00700 'chromeos_webui': {
[email protected]f2f0fbb92012-07-14 15:52:49701 'filepath': 'chrome/browser/ui/webui/chromeos/|'\
702 'chrome/browser/resources/chromeos/',
[email protected]ba03af42012-03-08 01:37:12703 },
[email protected]cef7a6d2011-04-29 20:49:07704 'clang_update': {
Nico Webere250e6a2015-12-02 19:31:56705 'filepath': 'tools/clang/scripts/update.py'
[email protected]cef7a6d2011-04-29 20:49:07706 },
[email protected]f76c8852012-06-21 16:37:00707 'clipboard': {
708 'filepath': 'clipboard|dnd|drag|drop',
[email protected]2418b022011-05-19 21:06:02709 },
Aaron Gable64f273582017-03-30 18:02:00710 'codereview_settings': {
711 'filepath': 'codereview.settings',
712 },
sdefresned94c5b02015-07-22 17:54:55713 'components_deps': {
714 'filepath': 'components/([^/]*/)*DEPS',
715 },
[email protected]f76c8852012-06-21 16:37:00716 'content': {
[email protected]f2f0fbb92012-07-14 15:52:49717 'filepath': 'content/',
[email protected]f76c8852012-06-21 16:37:00718 },
scheib968e61052014-11-05 00:27:25719 'content_bluetooth': {
720 'filepath': 'content/.*bluetooth'
721 },
kinuko01cbe8a12015-10-20 09:59:06722 'content_loader': {
mmenkefaa97d3b2016-09-25 14:24:02723 'filepath': 'chrome/browser/loader|' \
724 'content/browser/loader|' \
kinuko01cbe8a12015-10-20 09:59:06725 'content/child/*loader',
726 },
mkwst512627022014-09-16 09:23:27727 'content_renderer': {
728 'filepath': 'content/renderer/',
729 },
[email protected]aa3311a2012-11-19 16:04:58730 'content_shell': {
731 'filepath': 'content/shell/',
732 },
Jinsuk Kim6d10a222017-11-16 06:37:06733 'content_view_core': {
734 'filepath': 'content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java|'
735 'content/browser/android/content_view_core.*',
736 },
kinukoa121bce2015-01-30 10:04:41737 'content_worker': {
738 'filepath': 'content/.*worker',
739 },
donnd787f6ed2016-08-03 01:00:56740 'contextual_search': {
741 'filepath': 'chrome/browser/android/contextualsearch/|' \
742 'chrome/android/java/src/org/chromium/chrome/browser/contextualsearch/|' \
743 'chrome/android/javatests/src/org/chromium/chrome/browser/contextualsearch/|' \
744 'components/contextual_search/',
745 },
wfh792b71c2016-05-04 23:33:41746 'courgette': {
747 'filepath': 'courgette/',
748 },
Nico Weber6ff639a2017-08-11 21:04:50749 'cq': {
Andrii Shyshkalov17176242018-02-24 03:31:32750 'filepath': 'infra/config/branch/cq.cfg',
Nico Weber6ff639a2017-08-11 21:04:50751 },
michaelpge42ca3b32016-02-19 08:17:57752 'cr_elements': {
753 'filepath': 'ui/webui/resources/cr_element',
754 },
Chung-yih Wang7afc64a2018-03-06 02:09:04755 'cros_benchmarks': {
756 'filepath': 'tools/perf/contrib/cros_benchmarks',
757 },
ianwencdb8c9e2015-06-18 22:10:15758 'custom_tabs': {
Newton Allen38c62212015-06-24 21:41:53759 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/customtabs/|'\
ianwencdb8c9e2015-06-18 22:10:15760 'chrome/android/javatests/src/org/chromium/chrome/browser/customtabs/',
alancuttercbad6512015-06-19 02:31:28761 },
tbansalc6f1c9f2016-09-30 22:48:42762 'data_reduction_proxy': {
763 'filepath': 'chrome/browser/net/spdyproxy/|'\
764 'data_reduction_proxy|'\
765 'chrome_proxy',
766 },
[email protected]5e105332012-09-13 01:55:52767 'deep_memory_profiler': {
768 'filepath': 'tools/(deep_memory_profiler|find_runtime_symbols)',
769 },
Bartosz Fabianowski85a823812015-04-16 10:27:51770 'device_bluetooth': {
771 'filepath': 'device/.*bluetooth'
772 },
juncaic08f41d2017-05-04 20:36:58773 'device_chooser': {
774 'filepath': 'chrome/browser/chooser_controller/|'\
775 'chrome/browser/ui/android/bluetooth_chooser_.*|'\
776 'chrome/browser/ui/android/usb_chooser_.*|'\
777 'chrome/browser/ui/bluetooth/|'\
778 'chrome/browser/ui/cocoa/device_chooser_.*|'\
779 'chrome/browser/ui/cocoa/extensions/chooser_dialog_.*|'\
780 'chrome/browser/ui/cocoa/permission_bubble/chooser_bubble_.*|'\
781 'chrome/browser/ui/views/device_chooser_.*|'\
782 'chrome/browser/ui/views/extensions/chooser_dialog_.*|'\
783 'chrome/browser/ui/views/permission_bubble/chooser_bubble_.*|'\
784 'chrome/browser/usb/usb_chooser_.*',
785 },
[email protected]29ad47c2014-04-23 09:12:48786 'device_sensors': {
787 'filepath': 'content/browser/device_sensors/|'\
788 'content/common/device_sensors/|'\
789 'content/public/android/java/src/org/chromium/content/browser/DeviceSensors.java|'\
790 'content/public/android/javatests/src/org/chromium/content/browser/DeviceSensorsTest.java|'\
timvolodine8cdb94c2016-09-22 12:17:22791 'content/renderer/device_sensors/|'\
792 'content/test/data/device_sensors/|'\
793 'device/sensors/',
[email protected]8c667232013-11-12 19:49:14794 },
[email protected]342b12872012-11-07 12:10:46795 'devtools': {
796 'filepath': 'devtools',
797 },
mfoltz57fd7f32017-05-03 06:12:58798 'dial': {
799 'filepath': 'chrome/(browser|common)/extensions/api/dial' \
800 '|chrome/browser/media/router/discovery/dial/' \
801 '|chrome/test/data/extensions/api_test/dial/'
802 },
[email protected]bab2a832012-07-11 23:29:41803 'disk_cache': {
804 'filepath': 'net/disk_cache/|http_cache',
805 },
[email protected]f76c8852012-06-21 16:37:00806 'download': {
[email protected]f2f0fbb92012-07-14 15:52:49807 'filepath': 'chrome/browser/download/|'\
[email protected]8492b5b2012-12-17 21:58:08808 'content/browser/download/',
[email protected]6bff0ad2011-06-17 01:32:51809 },
[email protected]ca872e362011-07-12 21:06:03810 'downloads_ui': {
dbeam78528be2016-02-18 07:08:49811 'filepath': 'chrome/browser/resources/(md_)?downloads/|' \
[email protected]8492b5b2012-12-17 21:58:08812 'chrome/browser/ui/webui/.*downloads|' \
813 'chrome/browser/ui/views/download/|' \
asanka2009f412015-10-05 17:28:12814 'chrome/browser/ui/cocoa/download/'
[email protected]ca872e362011-07-12 21:06:03815 },
[email protected]f6df20a2012-10-23 21:22:07816 'drive': {
[email protected]8492b5b2012-12-17 21:58:08817 'filepath': 'chrome/browser/chromeos/drive/|' \
818 'chrome/browser/google_apis/'
[email protected]f6df20a2012-10-23 21:22:07819 },
[email protected]89d2cd52013-04-16 01:55:36820 'drive_resource_metadata': {
[email protected]2c948e12013-10-17 03:08:33821 'filepath': 'chrome/browser/chromeos/drive/resource_metadata'
[email protected]89d2cd52013-04-16 01:55:36822 },
[email protected]3a25c8a2014-06-26 06:47:10823 'eme': {
824 'filepath': 'components/cdm/|' \
825 'content/browser/media/cdm/|' \
826 'content/renderer/media/crypto/|' \
827 'media/base/android/*drm*|' \
828 'media/cdm/|' \
829 'third_party/widevine/cdm/'
830 },
[email protected]f76c8852012-06-21 16:37:00831 'extension': {
832 'filepath': 'extension',
[email protected]161277d42011-06-24 20:48:45833 },
lunalu0a9c05422016-11-11 17:19:06834 'feature_policy': {
835 'filepath': 'third_party/WebKit/Source/platform/feature_policy/|' \
Hitoshi Yoshida1ee1fb80272017-11-16 01:54:46836 'third_party/WebKit/Source/bindings/core/v8/OriginTrialFeatures',
lunalu0a9c05422016-11-11 17:19:06837 },
[email protected]f76c8852012-06-21 16:37:00838 'fileapi': {
[email protected]8492b5b2012-12-17 21:58:08839 'filepath': 'file_system/|' \
840 'fileapi/'
[email protected]80919512011-08-03 08:51:04841 },
[email protected]f76c8852012-06-21 16:37:00842 'filebrowse': {
[email protected]8492b5b2012-12-17 21:58:08843 'filepath': 'file_browser|' \
844 'file_manager|' \
845 'filebrowse'
[email protected]4b07b62cc2011-10-03 17:52:39846 },
[email protected]4ed766c2013-09-19 09:45:20847 'filesapp': {
okab0be3dc2016-08-30 07:37:10848 'filepath': 'chrome/browser/chromeos/drive|' \
849 'chrome/browser/chromeos/extensions/file_manager|' \
850 'chrome/browser/chromeos/extensions/file_system_provider|' \
851 'chrome/browser/chromeos/file_manager|' \
852 'chrome/browser/chromeos/file_system_provider|' \
853 'chrome/browser/drive|' \
854 'chrome/test/data/extensions/api_test/file_system_provider|' \
855 'components/drive|' \
856 'google_apis/drive|' \
857 'ui/file_manager'
858 },
Tomasz Mikolajewski2905dbb2017-11-22 06:24:04859 'fsp': {
860 'filepath': 'chrome/browser/chromeos/extensions/file_system_provider|' \
861 'chrome/browser/chromeos/file_system_provider|' \
Tomasz Mikolajewski66b4faa22017-11-22 09:33:43862 'chrome/test/data/extensions/api_test/file_system_provider'
[email protected]4ed766c2013-09-19 09:45:20863 },
Wez385de5a2017-07-13 20:13:16864 'fuchsia': {
865 'filepath': 'fuchsia',
866 },
mmoroz58ddb8172016-09-08 18:29:55867 'fuzzing': {
868 'filepath': 'fuzz|Fuzz',
869 },
Vincent Scheibd5da4d952017-11-03 01:33:24870 'gamepad': {
871 'filepath': 'gamepad',
872 },
[email protected]3a2a6ac02014-06-20 07:07:12873 'gcm': {
peter9f4490a2017-01-27 00:58:36874 'filepath': 'chrome/browser/gcm/|'\
[email protected]3a2a6ac02014-06-20 07:07:12875 'components/gcm_driver/|'\
876 'google_apis/gcm/',
877 },
mikhail.pozdnyakova8db26402016-11-28 18:27:12878 'generic_sensor': {
Jun Caiaa1f040d2017-11-15 01:21:53879 'filepath': 'services/device/generic_sensor/|'\
mikhail.pozdnyakova8db26402016-11-28 18:27:12880 'third_party/WebKit/Source/modules/sensor/',
881 },
[email protected]d8036492013-08-09 16:02:23882 'geolocation': {
883 'filepath': 'chrome/browser/geolocation/|'\
884 'content/browser/geolocation|'\
885 'content/public/common/geoposition.*|'\
886 'content/public/browser/geolocation.*|'\
887 'content/renderer/geolocation.*|'\
888 'content/shell/geolocation/',
889 },
[email protected]cf428f732012-10-02 20:48:15890 'gfx_geometry': {
danakj570c1332015-01-06 16:59:36891 'filepath': 'ui/gfx/geometry/',
[email protected]cf428f732012-10-02 20:48:15892 },
Takeshi Yoshino524e1d262017-07-28 01:16:38893 'gfx_image': {
894 'filepath': 'ui/gfx/image/',
895 },
[email protected]4d1773e2014-04-05 07:59:57896 'gn': {
897 'filepath': 'tools/gn',
898 },
[email protected]f76c8852012-06-21 16:37:00899 'gpu': {
[email protected]f2f0fbb92012-07-14 15:52:49900 'filepath': 'gpu/',
[email protected]f76c8852012-06-21 16:37:00901 },
Corentin Wallezc68aa9b2017-10-02 15:00:03902 'gpu_passthrough_cmd_decoder': {
903 'filepath': 'gpu/command_buffer/service/.*passthrough',
904 },
[email protected]f76c8852012-06-21 16:37:00905 'history_ui': {
dbeam78528be2016-02-18 07:08:49906 'filepath': 'chrome/browser/resources/(md_)?history|'\
907 'chrome/browser/ui/webui/.*history',
[email protected]f76c8852012-06-21 16:37:00908 },
909 'i18n': {
[email protected]f2f0fbb92012-07-14 15:52:49910 'filepath': 'base/i18n/|base/string|l10n|icu|'\
timvolodine8cdb94c2016-09-22 12:17:22911 'locale_settings|encoding',
[email protected]f76c8852012-06-21 16:37:00912 },
[email protected]f76c8852012-06-21 16:37:00913 'importer': {
[email protected]f2f0fbb92012-07-14 15:52:49914 'filepath': 'import',
[email protected]f76c8852012-06-21 16:37:00915 },
Greg Thompson4f90fc992017-07-25 19:30:37916 'incident_reporting': {
917 'filepath': 'chrome/browser/safe_browsing/incident_reporting',
918 },
[email protected]c26161352013-11-12 19:50:01919 'indexed_db': {
920 'filepath': 'content/browser/indexed_db|'\
921 'content/child/indexed_db|'\
922 'content/common/indexed_db|'\
923 'content/public/browser/indexed_db|'\
924 'content/test/data/indexeddb',
925 },
bruthigaa8281f2016-02-09 17:52:31926 'ink_drop': {
927 'filepath': 'ui/views/animation/test/.*ink_drop.*|' \
928 'ui/views/animation/.*ink_drop.*'
929 },
dtapuska1f997a12016-03-14 19:22:07930 'input': {
931 'filepath': 'content/browser/renderer_host/input|'\
932 'content/renderer/input|'\
933 'ui/events/blink/'
934 },
Dominick Ngcaa7b402017-07-11 07:35:39935 'installable': {
936 'filepath': 'chrome/browser/installable/',
937 },
mmoss19826c62014-11-14 21:37:36938 'installer_linux': {
939 'filepath': 'chrome/installer/linux/',
940 },
Greg Thompson4f90fc992017-07-25 19:30:37941 'installer_win': {
942 'filepath': 'chrome/install_static/'\
943 '|chrome/installer/(?!gcapi_mac/|linux/|mac/)',
944 },
[email protected]56b4b09d32012-07-27 18:28:41945 'instant': {
[email protected]607903d2013-03-25 22:15:47946 'filepath': 'instant|searchbox|'\
947 'chrome/browser/search/|'\
[email protected]c29b7dae2013-03-25 22:29:13948 'chrome/browser/ui/search/|'\
[email protected]eb99f8e2013-07-10 10:17:39949 'chrome/browser/resources/local_ntp/|'\
[email protected]607903d2013-03-25 22:15:47950 'chrome/common/search_types.*',
[email protected]56b4b09d32012-07-27 18:28:41951 },
edchin46453b42017-03-03 01:40:11952 'ios': {
Sylvain Defresne81467d82017-05-29 09:06:14953 'filepath': 'ios/',
edchin46453b42017-03-03 01:40:11954 },
sdefresne18b47312015-06-18 15:15:09955 'ios_chrome': {
Sylvain Defresne81467d82017-05-29 09:06:14956 'filepath': 'ios/chrome/',
sdefresne18b47312015-06-18 15:15:09957 },
marqa4f135f2017-01-10 12:37:34958 'ios_clean': {
Sylvain Defresne81467d82017-05-29 09:06:14959 'filepath': 'ios/clean/',
marqa4f135f2017-01-10 12:37:34960 },
961 'ios_showcase': {
Sylvain Defresne81467d82017-05-29 09:06:14962 'filepath': 'ios/showcase/',
marqa4f135f2017-01-10 12:37:34963 },
baxley9bfbd3cc2017-03-15 21:22:32964 'ios_test': {
Sylvain Defresne81467d82017-05-29 09:06:14965 'filepath': 'ios/chrome/test/|'\
966 'ios/testing/|'\
967 'ios/web/public/test/|'\
968 'ios/web/test/',
baxley9bfbd3cc2017-03-15 21:22:32969 },
eugenebutb5a5a8572017-01-20 01:18:11970 'ios_web': {
Sylvain Defresne81467d82017-05-29 09:06:14971 'filepath': 'ios/web(_view)?/',
eugenebutb5a5a8572017-01-20 01:18:11972 },
[email protected]f76c8852012-06-21 16:37:00973 'ipc': {
[email protected]f2f0fbb92012-07-14 15:52:49974 'filepath': 'ipc/ipc',
[email protected]f76c8852012-06-21 16:37:00975 },
Johanndfa4d7d2017-12-07 18:05:29976 'libaom': {
977 'filepath': 'third_party/libaom/',
978 },
Takeshi Yoshino524e1d262017-07-28 01:16:38979 'libvpx': {
Johanndfa4d7d2017-12-07 18:05:29980 'filepath': 'third_party/libvpx/',
vabraafbd4f32015-11-10 19:30:23981 },
[email protected]a3f777d2014-01-07 23:38:26982 'libwebp': {
983 'filepath': 'third_party/libwebp'
984 },
dominiccabb90e02017-03-31 04:54:23985 'libxml_xslt': {
986 'filepath': 'third_party/libxml/' \
987 '|third_party/libxslt/',
988 },
[email protected]04a292a2013-03-07 19:58:42989 'linux_fonts': {
990 'filepath': 'ui/gfx/font_render_params_.*|'\
deratcd2d6fb2015-02-12 00:10:41991 'ui/gfx/platform_font_linux.*|'\
992 'ui/gfx/render_text_harfbuzz.*',
[email protected]04a292a2013-03-07 19:58:42993 },
994 'linux_sandboxing': {
[email protected]f2f0fbb92012-07-14 15:52:49995 'filepath': 'sandbox/linux/',
[email protected]f76c8852012-06-21 16:37:00996 },
[email protected]04a292a2013-03-07 19:58:42997 'linux_seccomp_bpf': {
[email protected]d6a23612012-11-13 20:11:54998 'filepath': 'content/common/sandbox.*linux.cc',
[email protected]f76c8852012-06-21 16:37:00999 },
Takeshi Yoshino524e1d262017-07-28 01:16:381000 'login': {
1001 'filepath': 'chrome/browser/ui/login'
1002 },
lgrey62faed72016-10-11 21:40:391003 'mac': {
lgrey332339b12016-12-05 17:16:401004 'filepath': '(_|/)(cocoa|mac)(_|\.)|/(cocoa|mac)/|^((?!ios\/).)*\.mm?$',
lgrey62faed72016-10-11 21:40:391005 },
mlamourid8b0feb2015-06-02 16:30:471006 'manifest': {
1007 'filepath': 'content/(browser|renderer)/manifest/'\
1008 '|content/public/common/manifest*',
1009 },
michaelpg32ca07902015-02-07 00:31:111010 'md_settings': {
michaelpge42ca3b32016-02-19 08:17:571011 'filepath': 'chrome/browser/resources/settings/'\
Dan Beam62f6f8fce2017-06-07 21:23:081012 '|chrome/browser/ui/webui/settings/'\
1013 '|chrome/test/data/webui/settings/',
michaelpg32ca07902015-02-07 00:31:111014 },
[email protected]f76c8852012-06-21 16:37:001015 'media': {
Francois Beaufort9ab59c82017-08-24 13:10:291016 'filepath': 'media|third_party/(ffmpeg|opus|libvpx)'
[email protected]f76c8852012-06-21 16:37:001017 },
mcasasfeedbe42017-03-03 05:23:561018 'media_capture_from_element': {
alancutter40359812017-03-03 08:20:271019 'filepath': 'content/renderer/media_capture_from_element/' \
mcasasfeedbe42017-03-03 05:23:561020 '|third_party/WebKit/Source/modules/mediacapture/' \
1021 '|third_party/WebKit/Source/platform/exported/WebCanvasCapture' \
1022 '|third_party/WebKit/LayoutTests/fast/mediacapturefromelement/' \
1023 '|third_party/WebKit/public/platform/WebCanvasCapture'
1024 },
Tommy Steimel074a1822018-02-07 17:25:441025 'media_controls': {
1026 'filepath': 'third_party/WebKit/Source/modules/media_controls/'
1027 },
[email protected]06dd23172013-06-24 21:04:511028 'media_galleries': {
1029 'filepath': 'chrome/browser/extensions/api/media_galleries/'\
[email protected]06dd23172013-06-24 21:04:511030 '|chrome/browser/media_galleries/'\
1031 '|chrome/browser/storage_monitor/'\
1032 '|chrome/common/media_galleries/'\
Jay Civellicf995502017-09-08 23:59:271033 '|chrome/test/data/extensions/api_test/media_galleries/'
[email protected]06dd23172013-06-24 21:04:511034 },
alokp9e369ea72e2016-06-10 05:41:091035 'media_mojo': {
1036 'filepath': 'media/mojo/*'
1037 },
mcasasfeedbe42017-03-03 05:23:561038 'media_recorder': {
alancutter40359812017-03-03 08:20:271039 'filepath': 'content/renderer/media_recorder/' \
mcasasfeedbe42017-03-03 05:23:561040 '|third_party/WebKit/Source/modules/mediarecorder/' \
1041 '|third_party/WebKit/Source/platform/exported/WebMediaRecorder' \
1042 '|third_party/WebKit/LayoutTests/fast/mediarecorder/' \
1043 '|third_party/WebKit/public/platform/WebMediaRecorder'
1044 },
miu5e69f1c52016-10-23 13:40:111045 'media_remoting': {
1046 'filepath': 'chrome/browser/media/cast_remoting'\
1047 '|media/blink/webmediaplayer_'\
1048 '|media/mojo/interfaces/remoting.mojom'\
1049 '|media/remoting/',
1050 },
kmarshallb698ad4f2015-02-24 19:42:481051 'media_router': {
mfoltz57fd7f32017-05-03 06:12:581052 'filepath': 'chrome/android/(java|junit)/src/org/chromium/chrome/browser/media/router/' \
1053 '|chrome/browser/media/router/' \
kmarshallb698ad4f2015-02-24 19:42:481054 '|chrome/browser/resources/media_router/' \
mfoltz57fd7f32017-05-03 06:12:581055 '|chrome/browser/ui/views/media_router/' \
kmarshallb698ad4f2015-02-24 19:42:481056 '|chrome/browser/ui/webui/media_router/' \
mfoltz57fd7f32017-05-03 06:12:581057 '|chrome/common/media/router/' \
1058 '|chrome/test/data/webui/media_router/' \
1059 '|chrome/test/media_router/' \
1060 '|chrome/utility/media_router/'
kmarshallb698ad4f2015-02-24 19:42:481061 },
fmeawad4582cd22017-03-30 20:59:361062 'memory_coordinator': {
1063 'filepath': 'base/memory/memory_|' \
fmeawadd015b232017-03-31 02:22:451064 'content/browser/memory/|' \
1065 'content/child/memory/'
fmeawad4582cd22017-03-30 20:59:361066 },
[email protected]f76c8852012-06-21 16:37:001067 'message_loop': {
[email protected]f2f0fbb92012-07-14 15:52:491068 'filepath': 'base/message_'
[email protected]f76c8852012-06-21 16:37:001069 },
1070 'metrics': {
[email protected]f2f0fbb92012-07-14 15:52:491071 'filepath': 'base/metrics/'\
asvitkine361b276e2016-08-30 18:45:001072 '|chrome/android/java/src/org/chromium/chrome/browser/metrics/'\
[email protected]f2f0fbb92012-07-14 15:52:491073 '|chrome/browser/metrics/'\
[email protected]f2f0fbb92012-07-14 15:52:491074 '|chrome/browser/chromeos/external_metrics'\
[email protected]b0d594d2014-02-21 03:22:121075 '|chrome/browser/extensions/api/metrics_private/'\
[email protected]f2f0fbb92012-07-14 15:52:491076 '|chrome/browser/ui/webui/metrics_handler'\
asvitkineb7e10302016-01-20 05:17:451077 '|chromecast/browser/metrics/'\
asvitkinee4bad382015-11-05 21:56:451078 '|components/metrics/'\
asvitkineb7e10302016-01-20 05:17:451079 '|components/metrics_services_manager/'\
[email protected]ce6b855a2014-03-12 19:51:391080 '|components/rappor/'\
asvitkinee4bad382015-11-05 21:56:451081 '|components/variations/'\
[email protected]b0d594d2014-02-21 03:22:121082 # Exclude XML files; in particular, histograms.xml.
1083 '|tools/metrics/[^.]*([.](?!xml$).*)?$',
1084 },
1085 'metrics_xml_files': {
1086 # Subscribe to this to watch for changes to histograms.xml.
toyoshim8f51f902015-03-27 03:50:211087 'filepath': 'tools/metrics/.*\.xml$',
1088 },
1089 'midi': {
1090 'filepath': 'midi',
[email protected]f76c8852012-06-21 16:37:001091 },
[email protected]341f218a2013-09-24 22:16:101092 'mojo': {
1093 'filepath': 'mojo',
1094 },
Kyle Horimotoc4d57b122018-02-28 01:17:301095 'multidevice': {
1096 'filepath': 'components/multidevice/'\
1097 '|chromeos/components/multidevice_setup/',
1098 },
rjkroegef60dea862015-10-29 17:50:061099 'mus': {
ben6b0453d12016-07-02 04:27:191100 'filepath': 'services/ui/'\
rjkroegef60dea862015-10-29 17:50:061101 '|mojo/gpu/',
1102 },
[email protected]f76c8852012-06-21 16:37:001103 'nacl': {
[email protected]f2f0fbb92012-07-14 15:52:491104 'filepath': 'chrome/nacl/|chrome/test/nacl/|'\
[email protected]193912d2013-09-06 17:41:561105 'chrome/browser/nacl_host/|chrome/common/nacl|'\
1106 'native_client_sdk/src/doc/',
[email protected]f76c8852012-06-21 16:37:001107 },
[email protected]99ddc3d2013-01-22 16:15:331108 'native_client_sdk': {
1109 'filepath': '^native_client_sdk/',
1110 },
[email protected]b9ecdb62014-03-07 14:56:431111 'navigation': {
1112 'filepath': 'content/browser/frame_host|'\
1113 'content/browser/renderer_host/render_process_host.*|'\
1114 'content/browser/renderer_host/render_view_host.*|'\
1115 'content/browser/web_contents/web_contents_impl.*|'\
1116 'content/renderer/render_frame.*|'\
1117 'content/renderer/render_view.*'
1118 },
[email protected]f76c8852012-06-21 16:37:001119 'net': {
[email protected]f2f0fbb92012-07-14 15:52:491120 'filepath': 'net/',
[email protected]f76c8852012-06-21 16:37:001121 },
bnc1872e8bd2017-01-27 02:47:281122 'net_base': {
1123 'filepath': 'net/base/',
1124 },
bnc1872e8bd2017-01-27 02:47:281125 'net_http2': {
1126 'filepath': 'net/http2/',
1127 },
[email protected]f76c8852012-06-21 16:37:001128 'net_log': {
mmenke59e4d8fb42016-06-15 21:15:281129 'filepath': 'net/log/|' \
[email protected]f2f0fbb92012-07-14 15:52:491130 'chrome/browser/net/.*net_log|' \
[email protected]f2f0fbb92012-07-14 15:52:491131 'chrome/browser/resources/net_internals/|' \
mmenke59e4d8fb42016-06-15 21:15:281132 'chrome/browser/ui/webui/net_internals/|' \
Takeshi Yoshino6b30abd2017-07-16 03:34:511133 'components/net_log/'
[email protected]f76c8852012-06-21 16:37:001134 },
bnc1872e8bd2017-01-27 02:47:281135 'net_spdy': {
1136 'filepath': 'net/spdy/',
1137 },
jkarlin539748402015-03-31 17:36:311138 'netinfo': {
Josh Karlin1bd016742017-08-18 17:44:171139 'filepath': '/netinfo/',
jkarlin539748402015-03-31 17:36:311140 },
Vincent Scheibd5da4d952017-11-03 01:33:241141 'nfc': {
1142 'filepath': '/nfc/',
1143 },
peterf4758412014-09-17 15:06:011144 'notifications': {
Peter Beverloo4548c852017-08-31 13:45:171145 'filepath': 'chrome/browser/extensions/api/notifications/|'\
1146 'chrome/browser/notifications/|'\
1147 'chrome/test/data/notifications/|'\
1148 'content/browser/notifications/|'\
Peter Beverloo4548c852017-08-31 13:45:171149 'content/common/platform_notification|'\
1150 'content/public/browser/platform_notification|'\
1151 'content/public/common/platform_notification|'\
1152 'content/renderer/notification_|'\
1153 'third_party/WebKit/LayoutTests/external/wpt/notifications|'\
1154 'third_party/WebKit/LayoutTests/http/tests/notifications|'\
1155 'third_party/WebKit/Source/modules/notifications|'\
1156 'third_party/WebKit/public/platform/modules/notifications|'\
peterf4758412014-09-17 15:06:011157 'ui/message_center/'
1158 },
tbansalc6f1c9f2016-09-30 22:48:421159 'nqe': {
1160 'filepath': 'nqe',
1161 },
mcwilliamsedee5042016-04-05 18:46:451162 'ntp_snippets': {
1163 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk16a37f902016-05-16 15:49:361164 'chrome/android/javatests/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk14c89352016-07-21 13:45:131165 'chrome/android/junit/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk117ffb322017-02-06 12:04:201166 'chrome/android/java/src/org/chromium/chrome/browser/suggestions/|'\
1167 'chrome/android/javatests/src/org/chromium/chrome/browser/suggestions/|'\
mvanouwerkerk538dc0b62016-05-17 14:55:341168 'chrome/browser/android/ntp/ntp_snippets|'\
mcwilliamsedee5042016-04-05 18:46:451169 'chrome/browser/ntp_snippets/|'\
mvanouwerkerk41649732016-05-17 13:37:001170 'chrome/browser/resources/snippets_internals|'\
1171 'chrome/browser/ui/webui/snippets_internals|'\
mcwilliamsedee5042016-04-05 18:46:451172 'components/ntp_snippets/|'\
1173 'chrome/android/java/res/layout/new_tab_page|'\
noyau451e6bb62016-12-23 14:29:041174 'chrome/android/java/res/layout/most_visited|'\
1175 'ios/chrome/browser/ntp_snippets'
mcwilliamsedee5042016-04-05 18:46:451176 },
treib70176c52016-07-08 14:34:191177 'ntp_tiles': {
1178 'filepath': 'chrome/browser/android/ntp/|'\
1179 'chrome/browser/ui/webui/ntp/|'\
1180 'chrome/common/search/ntp|'\
noyau451e6bb62016-12-23 14:29:041181 'components/ntp_tiles/|'\
1182 'ios/chrome/browser/ntp_tiles'
treib70176c52016-07-08 14:34:191183 },
peterb8ec88f82017-03-21 13:29:421184 'offline_items_collection': {
1185 'filepath': 'components/offline_items_collection/',
1186 },
dimichdce3ee492016-04-04 04:20:521187 'offline_pages': {
1188 'filepath': 'components/offline_pages/'\
fgorski329be5b2016-04-19 21:38:111189 '|chrome/browser/android/offline_pages/'\
1190 '|chrome/android/java/src/org/chromium/chrome/browser/offlinepages/'
dimichdce3ee492016-04-04 04:20:521191 },
[email protected]f76c8852012-06-21 16:37:001192 'omnibox': {
jdonnelly6fa5a21d2017-01-03 15:28:351193 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/omnibox/|'\
1194 'chrome/android/javatests/src/org/chromium/chrome/browser/omnibox/|'\
1195 'chrome/browser/autocomplete/|'\
Justin Donnelly0af1472f2017-10-20 15:24:401196 'chrome/browser/ui/location_bar/|'\
jdonnelly6fa5a21d2017-01-03 15:28:351197 'chrome/browser/ui/omnibox/|'\
Justin Donnelly0af1472f2017-10-20 15:24:401198 'chrome/browser/ui/.*/location_bar/|'\
jdonnelly6fa5a21d2017-01-03 15:28:351199 'chrome/browser/ui/.*/omnibox/|'\
1200 'components/omnibox/|'\
1201 'ios/chrome/browser/ui/omnibox/'
[email protected]f76c8852012-06-21 16:37:001202 },
Doug Arnetta94d3ae2017-11-07 00:10:341203 'optimization_guide': {
1204 'filepath': 'optimization_guide|'\
1205 'optimization_hints',
1206 },
chasej6dff9292016-02-02 20:33:121207 'origin_trials': {
chasej68b8bbd2017-01-26 19:26:131208 'filepath': 'origin_trials'\
1209 '|OriginTrial'\
1210 '|ConditionalFeature',
chasej6dff9292016-02-02 20:33:121211 },
[email protected]4a2078e2013-07-18 20:40:201212 'ozone': {
[email protected]f93c2c92013-10-31 18:22:441213 'filepath': 'ui/ozone/|'\
[email protected]4b66bf922013-10-28 19:49:431214 'ui/events/ozone/|'\
1215 'ui/gfx/ozone/|'\
[email protected]4a2078e2013-07-18 20:40:201216 'ui/gl/gl_.*egl.*|'\
1217 'ui/gl/gl_.*ozone.*'
1218 },
lgarron9e25c7402017-03-15 04:03:111219 'page_info' : {
1220 'filepath': 'chrome/browser/ui/page_info/'\
1221 '|chrome/browser/ui/.*/page_info/'\
lgarron3428b2d32017-03-21 18:35:191222 '|chrome/android/java/src/org/chromium/chrome/browser/page_info/'\
lgarron6cd116a2017-04-07 19:42:181223 '|components/page_info_strings.grdp'\
Gregory Chatzinoffdf93d692017-09-09 01:32:271224 '|ios/chrome/browser/ui/page_info/'
lgarron6cd116a2017-04-07 19:42:181225 },
csharrison3b1dc4062015-10-19 14:31:081226 'page_load_metrics' : {
bmcquade9f433702016-07-26 23:33:501227 'filepath': 'chrome/browser/page_load_metrics/'\
1228 '|chrome/common/page_load_metrics/'\
1229 '|chrome/renderer/page_load_metrics/'
csharrison3b1dc4062015-10-19 14:31:081230 },
[email protected]f76c8852012-06-21 16:37:001231 'panels': {
[email protected]7cbe5a52012-09-27 02:00:291232 'filepath': 'chrome/browser/ui/panels'\
1233 '|chrome/browser/ui/cocoa/panels'\
[email protected]7cbe5a52012-09-27 02:00:291234 '|chrome/browser/ui/views/panels'
[email protected]f76c8852012-06-21 16:37:001235 },
[email protected]3cc8b3922014-05-05 13:12:081236 'password_manager': {
1237 'filepath': 'chrome/.*/password_'\
1238 '|chrome/browser/ui/passwords'\
1239 '|chrome/browser/ui/views/passwords'\
1240 '|chrome/test/data/password'\
1241 '|components/autofill.*password'
1242 '|components/password_'\
vabrccdb7222016-06-01 14:59:401243 '|^ios/chrome/browser/passwords'\
[email protected]3cc8b3922014-05-05 13:12:081244 },
rouslane8a22262016-10-19 20:49:411245 'payments': {
1246 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/payments'\
1247 '|chrome/android/javatests/src/org/chromium/chrome/browser/payments'\
Rouslan Solomakhin81af4cf2017-06-27 15:23:491248 '|chrome/browser/payments'\
1249 '|chrome/browser/ui/views/payments'\
Mohamad Ahmadi2b452762017-07-18 23:17:151250 '|components/payments/test/data'\
rouslana64ceca2016-10-26 01:10:311251 '|components/payments'\
Rouslan Solomakhin81af4cf2017-06-27 15:23:491252 '|content/browser/payments'\
1253 '|content/test/data/payments'\
1254 '|ios/chrome/browser/payments'\
1255 '|ios/chrome/browser/ui/payments'\
1256 '|ios/web/payments'\
1257 '|ios/web/public/payments'\
1258 '|third_party/WebKit/LayoutTests/external/wpt/payment-request'\
1259 '|third_party/WebKit/LayoutTests/http/tests/payments'\
1260 '|third_party/WebKit/LayoutTests/payments'\
1261 '|third_party/WebKit/public/platform/modules/payments'\
1262 '|third_party/WebKit/Source/modules/payments'
mahmadi0a7bb59f2017-02-22 19:13:491263 },
1264 'payments_ios': {
Rouslan Solomakhin81af4cf2017-06-27 15:23:491265 'filepath': 'ios/web/payments'\
1266 '|ios/chrome/browser/payments'\
1267 '|ios/chrome/browser/ui/payments'\
1268 '|ios/web/public/payments'
rouslane8a22262016-10-19 20:49:411269 },
[email protected]f76c8852012-06-21 16:37:001270 'pepper_api': {
[email protected]b8491b02013-11-13 03:50:581271 'filepath': 'ppapi/api'\
1272 '|ppapi/c',
[email protected]f76c8852012-06-21 16:37:001273 },
mlamourid8b0feb2015-06-02 16:30:471274 'permissions': {
1275 'filepath': 'content/(child,browser)/permissions/'\
1276 '|content/common/permission_*'\
1277 '|content/public/(common,browser)/permission_*'\
1278 '|chrome/browser/permissions/'\
1279 '|chrome/browser/content_settings/permission*'\
1280 '|permission_context',
1281 },
François Beaufortb2070eb2018-02-08 10:36:341282 'picture_in_picture': {
1283 'filepath': 'third_party/WebKit/Source/modules/picture_in_picture/'
1284 },
[email protected]f76c8852012-06-21 16:37:001285 'plugin': {
[email protected]f2f0fbb92012-07-14 15:52:491286 'filepath': 'chrome/browser/plugin|chrome/plugin/|'\
Thiago Farinae067154bb2015-05-07 15:37:591287 'chrome/common/plugin',
[email protected]f76c8852012-06-21 16:37:001288 },
michaelpg11fff3f2015-02-06 03:35:341289 'polymer': {
1290 'filepath': 'third_party/polymer/|'\
michaelpgf94a2a22017-03-06 22:35:001291 'third_party/web-animations-js/|'\
dbeam78528be2016-02-18 07:08:491292 'tools/polymer|'\
michaelpg11fff3f2015-02-06 03:35:341293 'ui/webui/resources/polymer_resources.grdp',
1294 },
Charles Harrison981d33c2017-10-06 21:36:221295 'popup_blocker': {
1296 'filepath': 'chrome/browser/ui/blocked_content'
1297 },
twifkak0c69c1f2015-06-22 18:20:091298 'precache': {
1299 'filepath': '[pP]recache'
1300 },
[email protected]be775bc2014-06-30 15:41:141301 'prepopulated_engines': {
1302 'filepath': 'components/search_engines/prepopulated_engines.json',
1303 },
[email protected]f76c8852012-06-21 16:37:001304 'prerender': {
[email protected]78375a52012-07-14 14:47:571305 'filepath': 'prerender'
[email protected]f76c8852012-06-21 16:37:001306 },
mfoltz57fd7f32017-05-03 06:12:581307 'presentation': {
1308 'filepath': 'content/(browser|common|renderer)/presentation/' \
1309 '|third_party/WebKit/public/platform/modules/presentation/' \
1310 '|third_party/WebKit/LayoutTests/presentation/' \
1311 '|third_party/WebKit/Source/modules/presentation/'
1312 },
peter884896c72015-03-12 14:26:201313 'push_messaging': {
1314 'filepath': 'push_messaging'
1315 },
stkhapugin06503142016-12-07 14:32:121316 'reading_list': {
1317 'filepath': 'components/reading_list|'\
1318 'ios/chrome/browser/reading_list|'\
1319 'ios/chrome/browser/ui/reading_list',
1320 },
[email protected]f76c8852012-06-21 16:37:001321 'remoting': {
sergeyu05995a4f2017-01-24 21:26:011322 'filepath': '^remoting/' \
1323 '|^testing/chromoting'
[email protected]f76c8852012-06-21 16:37:001324 },
gab57e80c72014-12-08 21:06:131325 'rlz_id': {
1326 'filepath' :'rlz/lib/machine_id.cc|'\
1327 'rlz/lib/machine_id.h|'\
1328 'rlz/win/lib/machine_id_win.cc',
1329 },
Joe Medleya129fe32018-01-25 15:20:221330 'runtime_enabled_features': {
1331 'filepath' : 'third_party/WebKit/Source/platform/runtime_enabled_features.json5'
1332 },
grt829c6a82014-10-20 09:29:321333 'safe_browsing': {
timvolodine41e95412017-03-14 02:55:341334 'filepath': 'chrome/(browser|common|renderer)/safe_browsing/|'\
1335 'components/safe_browsing/',
grt829c6a82014-10-20 09:29:321336 },
vakhf8e14c92016-10-17 21:29:471337 'safe_browsing_db': {
1338 'filepath': 'components/safe_browsing_db/',
1339 },
skyostil20dea312014-11-11 13:43:061340 'scheduler': {
rmcilroyfa5ac552015-04-09 12:33:171341 'filepath': 'cc/scheduler'\
rmcilroyfa5ac552015-04-09 12:33:171342 '|content/renderer/scheduler'
skyostil20dea312014-11-11 13:43:061343 },
mlamourid8b0feb2015-06-02 16:30:471344 'screen_orientation': {
1345 'filepath': 'screen_orientation',
1346 },
[email protected]0b431722014-01-08 07:21:511347 'service_worker': {
[email protected]edaf31d2014-03-07 00:09:171348 'filepath': 'content/(browser|renderer|child|common)/service_worker/',
[email protected]0b431722014-01-08 07:21:511349 },
Colin Blundell6d2669a2017-07-11 06:26:531350 'services_public': {
1351 'filepath': 'services/([^/]*/)*public/',
1352 },
alitoc5534d62017-04-21 01:48:581353 'settings_reset_prompt': {
1354 'filepath': 'chrome/browser/safe_browsing/settings_reset_prompt/'\
1355 '|chrome/browser/ui/views/settings_reset_prompt',
1356 },
dominickn8884155a2016-06-23 02:28:161357 'site_engagement': {
1358 'filepath': 'chrome/browser/engagement/|'\
1359 'chrome/browser/ui/webui/engagement/',
1360 },
[email protected]f76c8852012-06-21 16:37:001361 'site_instance': {
[email protected]f2f0fbb92012-07-14 15:52:491362 'filepath': 'content/browser/site_instance|'\
1363 'content/browser/browsing_instance',
[email protected]f76c8852012-06-21 16:37:001364 },
Zentaro Kavanagh608f8a12018-01-19 18:39:561365 'smb': {
1366 'filepath': 'chrome/browser/chromeos/file_system_provider'\
1367 '|chrome/browser/chromeos/smb_client'\
1368 '|chromeos/dbus/fake_smb_provider_client'\
1369 '|chromeos/dbus/smb_provider_client',
1370 },
Joe Medleya129fe32018-01-25 15:20:221371 'source_idls': {
1372 'filepath': 'third_party/Webkit/Source/(core|modules|platform)/.*\.idl',
1373 },
[email protected]ad0295d2012-10-11 23:43:361374 'spellcheck': {
1375 'filepath': 'chrome/browser/spellchecker/'\
timvolodine8cdb94c2016-09-22 12:17:221376 '|chrome/browser/renderer_context_menu/spelling_'\
1377 '|components/spellcheck/'\
1378 '|third_party/hunspell/'\
1379 '|third_party/hunspell_dictionaries/',
[email protected]ad0295d2012-10-11 23:43:361380 },
Greg Thompson9ea091702018-01-04 11:06:321381 'startup': {
1382 'filepath': 'chrome/browser/ui/startup/',
1383 },
[email protected]67f39af2013-08-23 20:06:051384 'streams': {
1385 'filepath': 'content/browser/streams/',
1386 },
vmpstrcc1c08302015-11-18 06:05:511387 'styleguide': {
1388 'filepath': '^styleguide/',
1389 },
engedye7b734da2017-02-07 12:08:131390 'subresource_filter': {
Charles Harrisonfb3eac92017-06-26 21:26:021391 'filepath': 'subresource_filter|SubresourceFilter|url_pattern_index',
engedye7b734da2017-02-07 12:08:131392 },
[email protected]43d33e92014-07-14 16:39:311393 'supervised_users': {
1394 'filepath': 'chrome/browser/.*managed_mode'\
1395 '|chrome/browser/.*managed_user'\
1396 '|chrome/browser/.*supervised_user',
1397 },
[email protected]f76c8852012-06-21 16:37:001398 'sync': {
maxboguefa217942016-04-01 01:08:131399 'filepath': '^chrome/android/sync_shell/'\
1400 '|^chrome/browser/ui/sync/'\
1401 '|^chrome/browser/ui/views/sync/'\
1402 '|^chrome/test/android/javatests/src/org/chromium/chrome/test/util/browser/sync/'\
1403 '|^ios/chrome/browser/sync/'\
1404 '|^chrome/android/java/src/org/chromium/chrome/browser/sync/'\
1405 '|^chrome/browser/sync/'\
1406 '|^components/browser_sync/'\
Max Boguefef332d2016-07-28 22:09:091407 '|^components/sync/'\
maxboguefa217942016-04-01 01:08:131408 '|^components/sync_bookmarks/'\
Max Boguefef332d2016-07-28 22:09:091409 '|^components/sync_sessions/',
[email protected]f76c8852012-06-21 16:37:001410 },
[email protected]92871a102013-07-01 11:11:411411 'syncfs': {
1412 'filepath': 'sync_file_system',
1413 },
miu5e69f1c52016-10-23 13:40:111414 'tab_alert_indicators': {
1415 'filepath': 'content/browser/media/audio_stream_monitor'\
1416 '|chrome/browser/ui/cocoa/tabs/alert_indicator_button'\
1417 '|chrome/browser/ui/cocoa/tabs/tab_controller\.mm'\
1418 '|chrome/browser/ui/tabs/tab_utils'\
1419 '|chrome/browser/ui/views/tabs/alert_indicator_button'\
1420 '|chrome/browser/ui/views/tabs/tab\.cc'\
1421 '|chrome/browser/ui/views/tabs/tab_renderer_data'\
1422 '|media/audio/audio_(output_controller|power_monitor)',
1423 },
[email protected]82d74152013-07-28 08:55:311424 'tab_capture': {
Adam Parker83a488462017-12-22 00:26:481425 'filepath': 'chrome/browser/extensions/api/tab_capture/'\
miu5e69f1c52016-10-23 13:40:111426 '|chrome/renderer/resources/extensions/tab_capture_custom_bindings.js'\
[email protected]31ef420b2014-08-13 21:19:131427 '|chrome/test/data/extensions/api_test/tab_capture/'\
Adam Parker83a488462017-12-22 00:26:481428 '|components/viz/common/(frame_sinks/copy_output_|gl_helper|yuv_)'\
1429 '|components/viz/service/display/'\
1430 '|components/viz/service/frame_sinks/(frame_sink_manager'\
1431 '|video_capture/)'\
[email protected]31ef420b2014-08-13 21:19:131432 '|content/browser/media/capture/'\
[email protected]31ef420b2014-08-13 21:19:131433 '|content/browser/renderer_host/media/(audio_'\
1434 '|media_stream_manager|video_)'\
miu5e69f1c52016-10-23 13:40:111435 '|content/public/renderer/media_stream_'\
1436 '|content/renderer/media/(media_stream|(.+audio_source))'\
[email protected]31ef420b2014-08-13 21:19:131437 '|media/audio/(audio_output_controller|fake_audio_|virtual_audio_)'\
1438 '|media/base/video_frame\.h'\
Adam Parker83a488462017-12-22 00:26:481439 '|media/capture/'\
1440 '|services/viz/privileged/interfaces/compositing/frame_sink',
[email protected]82d74152013-07-28 08:55:311441 },
[email protected]f76c8852012-06-21 16:37:001442 'tab_contents': {
[email protected]f2f0fbb92012-07-14 15:52:491443 'filepath': 'chrome/browser/tab_contents/|'\
1444 'content/browser/tab_contents/|'\
1445 'chrome/browser/ui/tab_contents/',
[email protected]f76c8852012-06-21 16:37:001446 },
tdresserd80646f2017-03-03 19:26:081447 'tbmv2_metrics': {
1448 'filepath': 'third_party/catapult/tracing/tracing/metrics'
1449 },
[email protected]5e105332012-09-13 01:55:521450 'tcmalloc': {
1451 'filepath': 'third_party/tcmalloc'
1452 },
[email protected]31a10602012-11-21 01:51:261453 'telemetry': {
nednguyen79105d422016-04-18 01:38:421454 'filepath': 'tools/perf/'
[email protected]31a10602012-11-21 01:51:261455 },
Takeshi Yoshino524e1d262017-07-28 01:16:381456 'test_runner': {
1457 'filepath': 'components/test_runner/' \
1458 '|content/shell/(common|browser|renderer)/layout_test/' \
1459 '|content/test/layouttest_support.cc' \
1460 '|content/public/test/layouttest_support.h' \
1461 },
[email protected]f76c8852012-06-21 16:37:001462 'tests': {
[email protected]f2f0fbb92012-07-14 15:52:491463 'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/',
[email protected]0cde05a02011-11-30 23:36:521464 },
jlkleinecc81952016-11-19 00:16:071465 'tether': {
1466 'filepath': 'components/cryptauth/'\
1467 '|chromeos/components/tether/'\
1468 '|components/proximity_auth/',
1469 },
[email protected]1cbbb30b2011-10-14 08:03:561470 'textinput': {
Yuichiro Hanadaf0b3b472017-10-17 07:00:531471 'filepath': 'chrome/browser/ui/input_method'\
[email protected]f2f0fbb92012-07-14 15:52:491472 '|content/browser/renderer_host/render_widget_host_view'\
1473 '|content/browser/renderer_host/text_input'\
1474 '|ui/base/ime/'\
[email protected]f2f0fbb92012-07-14 15:52:491475 '|ui/views/controls/textfield/'\
Yuichiro Hanadaf0b3b472017-10-17 07:00:531476 '|ui/wm/core/ime'
[email protected]1cbbb30b2011-10-14 08:03:561477 },
[email protected]3a117c62011-11-29 04:28:021478 'textinput_chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:491479 'filepath': 'chrome/browser/chromeos/input_method/'\
1480 '|chrome/browser/chromeos/extensions/input_method'\
1481 '|chrome/browser/chromeos/status/input_method'\
1482 '|chrome/browser/extensions/extension_input_'\
1483 '|chrome/browser/resources/keyboard'\
[email protected]f2f0fbb92012-07-14 15:52:491484 'chromeos/.*(language|keyboard)'\
[email protected]6bd9e802013-04-18 06:40:421485 '|chromeos/ime/*'
[email protected]3a117c62011-11-29 04:28:021486 },
chirantan96fcf6d2015-01-21 22:36:191487 'timers': {
1488 'filepath': 'base/timer/'\
1489 '|components/timers/'
1490 },
robliaofd54b5c2017-01-13 00:41:301491 'tools_win_chromeexts': {
1492 'filepath': 'tools/win/chromeexts',
1493 },
[email protected]c8eb7f72013-07-04 15:30:111494 'tracing': {
1495 'filepath': 'base/debug/trace_event.*'\
primianobef13b42015-01-30 15:29:311496 '|base/trace_event/'\
[email protected]c8eb7f72013-07-04 15:30:111497 '|content/browser/tracing/'\
Oystein Eftevaag6410f1a2018-03-01 18:06:301498 '|components/tracing/'\
1499 '|services/tracing/'
[email protected]c8eb7f72013-07-04 15:30:111500 },
[email protected]cf428f732012-10-02 20:48:151501 'ui_compositor': {
1502 'filepath': 'ui/compositor/layer\.|'\
1503 'ui/compositor/layer_unittest|'\
1504 'ui/compositor/compositor',
1505 },
robliao2c4b7492016-07-19 01:57:261506 'ui_display_win': {
1507 'filepath': '^ui/display/win',
1508 },
[email protected]6b5093c2012-05-23 19:10:181509 'ui_resources': {
[email protected]f2f0fbb92012-07-14 15:52:491510 'filepath': 'ui/resources/'\
1511 '|ui/base/native_theme/resources/'\
1512 '|chrome/app/theme/'
[email protected]6b5093c2012-05-23 19:10:181513 },
edwardjung83f52ef22017-02-07 13:15:071514 'ui_strings': {
1515 'filepath': 'chrome/app/generated_resources.grd'\
1516 '|chrome/app/google_chrome_strings.grd'\
1517 '|chrome/android/java/strings/android_chrome_strings.grd'\
1518 '|chrome/app/settings_strings.grdp'\
1519 '|ios/chrome/app/strings/ios(_.+)*_strings.grd'\
1520 '|ui/strings/ui_strings.grd',
1521 },
Vincent Scheibd5da4d952017-11-03 01:33:241522 'usb': {
1523 'filepath': '/usb/',
1524 },
Alexandre Courbot5922bd62017-12-13 09:19:301525 'v4l2': {
1526 'filepath': 'media/gpu/v4l2',
1527 },
Miguel Casas-Sancheza65d49a2017-12-11 03:27:481528 'vaapi': {
1529 'filepath': 'media/gpu/vaapi',
1530 },
[email protected]f76c8852012-06-21 16:37:001531 'valgrind': {
1532 'filepath': 'valgrind',
1533 },
[email protected]c73ec8ab2014-01-16 20:35:231534 'version_assembly': {
1535 'filepath': 'chrome/app/version_assembly',
1536 },
posciak62a72272016-05-11 08:31:241537 'video': {
1538 'filepath': 'content/browser/renderer_host/media/|'\
1539 'content/renderer/media/|'\
1540 'media/capture/video/|'\
1541 'media/filters/|'\
1542 'media/gpu/|'\
1543 '.*video.*',
1544 },
mcasas09e881c2016-04-09 02:09:501545 'video_capture': {
1546 'filepath': 'chrome/browser/media/.*(capture|media|webrtc)'\
1547 '|content/browser/renderer_host/media/.*(capture|media)'\
1548 '|content/renderer/media/.*(capture|media|webrtc)'\
1549 '|media/capture/'\
chfremer2a01a69b2017-01-06 02:39:011550 '|media/muxers/'\
1551 '|services/video_capture/',
mcasas09e881c2016-04-09 02:09:501552 },
[email protected]f76c8852012-06-21 16:37:001553 'views': {
1554 # Applies to all files and subdirs within this directory.
[email protected]f2f0fbb92012-07-14 15:52:491555 'filepath': '^ui/views/',
[email protected]f76c8852012-06-21 16:37:001556 },
[email protected]ef514a32014-02-26 01:02:351557 'virtual_keyboard': {
1558 'filepath': 'ui/keyboard/'\
oka47452c22017-02-17 05:07:571559 '|chrome/test/data/chromeos/virtual_keyboard/'\
1560 '|extensions/browser/api/virtual_keyboard_private/'\
James Cooka35a1e22017-04-08 02:33:081561 '|ash/system/virtual_keyboard/'\
oka47452c22017-02-17 05:07:571562 '|ash/virtual_keyboard',
[email protected]ef514a32014-02-26 01:02:351563 },
billorr3c7e1442016-11-11 21:21:351564 'virtual_reality': {
1565 'filepath': 'vr_shell/|'\
1566 '/vr/|'\
1567 'third_party/gvr',
1568 },
Vincent Scheibd5da4d952017-11-03 01:33:241569 'wake_lock': {
1570 'filepath': 'wake_lock',
1571 },
Matt Giuca9eb910d2017-08-02 04:07:381572 'web_share': {
1573 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/webshare/'\
1574 '|chrome/android/javatests/src/org/chromium/chrome/browser/WebShare.*'\
1575 '|chrome/browser/ui/views/webshare/'\
1576 '|chrome/browser/webshare/'\
1577 '|third_party/WebKit/LayoutTests/webshare/'\
1578 '|third_party/WebKit/LayoutTests/external/wpt/web-share/'\
1579 '|third_party/WebKit/public/platform/modules/webshare/'\
1580 '|third_party/WebKit/Source/modules/webshare/',
1581 },
Takeshi Yoshinoe387aa32017-08-02 13:16:131582 'webrtc_browser_tests': {
1583 'filepath': 'chrome/browser/media/.*webrtc.*browsertest|'\
1584 'content/browser/media/.*webrtc.*browsertest',
1585 },
[email protected]208879542012-07-05 11:15:341586 'website_settings': {
[email protected]f2f0fbb92012-07-14 15:52:491587 'filepath': 'chrome/browser/content_settings/'\
1588 '|chrome/browser/ui/views/website_settings/'\
1589 '|chrome/browser/ui/website_settings/'\
mukai077089f2014-09-11 18:41:521590 '|chrome/common/content_settings'\
1591 '|components/content_settings/',
[email protected]208879542012-07-05 11:15:341592 },
[email protected]b17d9e02014-07-29 09:45:501593 'windows_sandboxing': {
1594 'filepath': 'sandbox/win/',
1595 },
[email protected]f76c8852012-06-21 16:37:001596 'x11': {
[email protected]f2f0fbb92012-07-14 15:52:491597 'filepath': 'content/browser/renderer_host/backing_store_x\.' \
1598 '|chrome/browser/chromeos/input_method/xkeyboard\.' \
1599 '|chrome/browser/chromeos/system_key_event_listener\.' \
[email protected]f76c8852012-06-21 16:37:001600 '|chrome/browser/chromeos/'\
[email protected]f2f0fbb92012-07-14 15:52:491601 'xinput_hierarchy_changed_event_listener\.' \
1602 '|chrome/browser/chromeos/wm_' \
1603 '|ui/base/x/'
[email protected]0d710852012-05-24 01:18:401604 },
wjmaclean3ff6a402015-03-31 19:00:201605 'zoom': {
1606 'filepath': 'chrome/browser/ui/zoom/' \
1607 '|components/ui/zoom/' \
1608 '|content/browser/host_zoom_*' \
1609 '|content/browser/storage_partition_impl*' \
1610 '|content/public/browser/host_zoom_map.h' \
1611 '|content/public/browser/storage_partition.h'
1612 },
[email protected]a3838612009-10-13 21:57:541613 },
[email protected]ca872e362011-07-12 21:06:031614
pennymac962d190432016-07-27 00:58:351615 ##############################################################################
1616 # Please keep alphabetical
1617 ##############################################################################
[email protected]a3838612009-10-13 21:57:541618 'WATCHLISTS': {
asvitkinee4bad382015-11-05 21:56:451619 'about_flags': ['[email protected]'],
mazda6471d0e2015-10-02 06:32:551620 'accelerator_table': ['[email protected]',
[email protected]f76c8852012-06-21 16:37:001621 '[email protected]'],
dmazzoni5f4b7f12015-02-17 16:35:571622 'accessibility': ['[email protected]',
Aaron Leventhal978557022017-06-09 15:39:411623 '[email protected]',
dmazzoni5f4b7f12015-02-17 16:35:571624 '[email protected]',
dougtcd8ac01d2017-03-24 16:23:401625 '[email protected]',
[email protected]f76c8852012-06-21 16:37:001626 '[email protected]',
je_julie.kima170bac2015-05-06 14:57:541627 '[email protected]',
Katie Dektara52038e42017-12-06 21:00:311628 '[email protected]',
dmazzoni5f4b7f12015-02-17 16:35:571629 '[email protected]',
[email protected]f76c8852012-06-21 16:37:001630 '[email protected]'],
Andrew Grieve5babdbfc2017-08-16 01:26:491631 'add_to_homescreen': ['[email protected]',
Xi Han50f523a1d2017-07-19 15:56:111632 '[email protected]',
F07b660412017-08-01 20:53:061633 '[email protected]'],
asvitkine361b276e2016-08-30 18:45:001634 'android_crash_reporting': ['[email protected]'],
johnmaguire6aaac7902016-03-15 12:28:201635 'android_crazy_linker': ['[email protected]'],
dfalcantaraef21e9e2016-01-07 01:16:261636 'android_infobars': ['[email protected]'],
agrieve4d9c1c52016-09-23 17:49:381637 'android_infra': ['[email protected]',
Andrew Grieve5babdbfc2017-08-16 01:26:491638 '[email protected]'],
Takeshi Yoshino524e1d262017-07-28 01:16:381639 'android_item_chooser_dialogs': ['[email protected]',
1640 '[email protected]'],
lizebf34f69b2016-03-30 16:08:531641 'android_loading': ['[email protected]',
drogere76b5632016-03-31 14:14:411642 '[email protected]'],
Daniele Castagna7c829d692018-02-12 16:09:081643 'android_media': ['[email protected]'],
nyquistf602bd02017-02-16 23:17:441644 'android_studio': ['[email protected]',
1645 '[email protected]'],
Daniele Castagna7c829d692018-02-12 16:09:081646 'android_tab': ['[email protected]'],
asvitkine361b276e2016-08-30 18:45:001647 'android_uma_settings': ['[email protected]',
1648 '[email protected]'],
Piotr Swigon13cf6402017-09-26 07:14:331649 'android_webapk': ['[email protected]'],
[email protected]7ca78dc12012-09-20 09:26:441650 'android_webview': ['[email protected]'],
Matt Giuca9eb910d2017-08-02 04:07:381651 'app_list': ['[email protected]'],
1652 'app_shortcuts': ['[email protected]',
1653 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001654 'appcache': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351655 'apps': ['[email protected]',
1656 '[email protected]'],
lhchavez4b19176f2016-05-04 23:12:461657 'arc': ['[email protected]',
hidehiko49f0b7c2016-05-24 10:59:471658 '[email protected]',
lhchavez4b19176f2016-05-04 23:12:461659 '[email protected]',
victorhsieh52feccd2017-02-27 18:27:021660 '[email protected]',
lhchavez4b19176f2016-05-04 23:12:461661 '[email protected]'],
lhchavez61532c92016-10-18 21:33:371662 'arc_auth': ['[email protected]'],
Shuhei Takahashiaf68cff2017-07-24 05:17:121663 'arc_fileapi': ['[email protected]'],
poromov7633f602017-02-21 16:44:011664 'arc_kiosk': ['[email protected]'],
lhchavez4b19176f2016-05-04 23:12:461665 'arc_net': ['[email protected]',
1666 '[email protected]',
1667 '[email protected]'],
ejcarusoa298ec02016-06-16 20:30:431668 'arc_power': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351669 'ash': ['[email protected]',
1670 '[email protected]'],
Xiaohui Chenf7e70a22018-02-08 00:36:381671 'assistant': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351672 'aura': ['[email protected]',
1673 '[email protected]'],
[email protected]c3a6e1e72013-08-02 00:13:071674 'aura_compositor': ['[email protected]',
1675 '[email protected]',
pennymac962d190432016-07-27 00:58:351676 '[email protected]',
danakj3695c582016-10-26 21:54:431677 '[email protected]'],
Evan Stade18fbcb7a2017-07-25 18:31:271678 'autofill': ['[email protected]',
sebsgbbfbea02016-10-24 21:54:591679 '[email protected]',
1680 '[email protected]',
mathpc2040642017-01-25 14:59:411681 '[email protected]',
1682 '[email protected]'],
Peter Beverloo4548c852017-08-31 13:45:171683 'background_fetch': ['[email protected]',
peter39e10a62017-02-21 15:14:131684 '[email protected]'],
pennymac962d190432016-07-27 00:58:351685 'background_sync': ['[email protected]',
chasej6dff9292016-02-02 20:33:121686 '[email protected]',
pennymac962d190432016-07-27 00:58:351687 '[email protected]'],
pkotwicz2ec0b292016-09-26 17:12:321688 'banners': ['[email protected]',
Xi Han50f523a1d2017-07-19 15:56:111689 '[email protected]',
F07b660412017-08-01 20:53:061690 '[email protected]'],
Takeshi Yoshino524e1d262017-07-28 01:16:381691 'base': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:191692 'base_allocator': ['[email protected]',
[email protected]b17d9e02014-07-29 09:45:501693 '[email protected]'],
[email protected]1ed5e0fd2012-07-19 00:19:051694 'base_memory': ['[email protected]'],
robliao1644d8b2016-04-11 15:39:591695 'base_task_scheduler': ['[email protected]',
1696 '[email protected]',
1697 '[email protected]'],
pennymac962d190432016-07-27 00:58:351698 'base_win': ['[email protected]',
Robert Liao27a2fa12017-10-20 18:34:481699 '[email protected]',
pennymac962d190432016-07-27 00:58:351700 '[email protected]'],
[email protected]7e093d4022014-06-26 19:19:551701 'battery_status': ['[email protected]'],
wnwen72684762017-03-29 13:28:371702 'binary_size': ['[email protected]',
1703 '[email protected]',
1704 '[email protected]'],
pennymac962d190432016-07-27 00:58:351705 'blink': ['[email protected]'],
1706 'blink_accessibility': ['[email protected]',
1707 '[email protected]',
dougtcd8ac01d2017-03-24 16:23:401708 '[email protected]',
horo8e9a01572016-07-27 06:05:311709 '[email protected]',
Katie Dektara52038e42017-12-06 21:00:311710 '[email protected]',
pennymac962d190432016-07-27 00:58:351711 '[email protected]'],
1712 'blink_animation': ['[email protected]',
1713 '[email protected]',
1714 '[email protected]',
1715 '[email protected]',
1716 '[email protected]'],
1717 'blink_app_banner': ['[email protected]'],
1718 'blink_audio': ['[email protected]',
1719 '[email protected]'],
1720 'blink_battery_status': ['[email protected]',
1721 '[email protected]'],
pennymac962d190432016-07-27 00:58:351722 'blink_bindings': ['[email protected]'],
jbroman9ac2d532016-09-01 18:20:081723 'blink_bindings_serialization': ['[email protected]'],
Vincent Scheibd5da4d952017-11-03 01:33:241724 'blink_bluetooth': ['[email protected]',
1725 '[email protected]',
Vincent Scheibf01b55ff22018-01-10 21:05:061726 '[email protected]'],
danakjdfa88932017-06-29 18:43:281727 'blink_canvas2d': ['[email protected]',
pennymac962d190432016-07-27 00:58:351728 '[email protected]'],
1729 'blink_client_hints': ['[email protected]'],
1730 'blink_clipboard': ['[email protected]'],
Kinuko Yasuda4a342642018-03-01 09:29:551731 'blink_common': ['[email protected]',
1732 '[email protected]'],
Kentaro Hara993b0de2017-08-07 02:26:371733 'blink_controller': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351734 'blink_css': ['[email protected]',
1735 '[email protected]',
horo8e9a01572016-07-27 06:05:311736 '[email protected]',
pennymac962d190432016-07-27 00:58:351737 '[email protected]'],
1738 'blink_css_flexbox': ['[email protected]'],
Morten Stenshorne4f1b3022017-11-14 12:05:371739 'blink_css_fragmentation_tests': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351740 'blink_css_grid_layout': ['[email protected]',
horo8e9a01572016-07-27 06:05:311741 '[email protected]',
pennymac962d190432016-07-27 00:58:351742 '[email protected]'],
Dimitri Glazkov33286c62017-12-08 23:34:251743 'blink_custom_elements': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351744 'blink_device_orientation': ['[email protected]',
1745 '[email protected]'],
1746 'blink_devtools': ['[email protected]',
1747 '[email protected]',
1748 '[email protected]',
1749 '[email protected]',
1750 '[email protected]',
lushnikovc5bd7ca2016-07-27 17:19:391751 '[email protected]'],
pennymac962d190432016-07-27 00:58:351752 'blink_dom': ['[email protected]',
pennymac962d190432016-07-27 00:58:351753 '[email protected]',
Sigbjorn Finne2f2dec92017-07-27 07:23:501754 '[email protected]'],
Hayato Ito5fc828c2017-07-05 08:02:321755 'blink_dom_events': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351756 'blink_events': ['[email protected]',
pennymac962d190432016-07-27 00:58:351757 '[email protected]',
1758 '[email protected]'],
1759 'blink_fetch': ['[email protected]',
1760 '[email protected]',
Takeshi Yoshino9d7588a32017-07-31 07:17:341761 '[email protected]'],
pennymac962d190432016-07-27 00:58:351762 'blink_fileapi': ['[email protected]',
1763 '[email protected]',
1764 '[email protected]'],
haraken98d0827a2017-02-27 00:55:191765 'blink_frames': ['[email protected]'],
Mounir Lamouria33886c2018-02-07 10:00:371766 'blink_geolocation': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351767 'blink_heap': ['[email protected]',
1768 '[email protected]',
1769 '[email protected]',
1770 '[email protected]'],
Dimitri Glazkov33286c62017-12-08 23:34:251771 'blink_html': ['[email protected]'],
csharrisonf357e9632016-07-29 01:27:221772 'blink_htmlparser': ['[email protected]',
1773 '[email protected]'],
pennymac962d190432016-07-27 00:58:351774 'blink_indexed_db': ['[email protected]',
1775 '[email protected]'],
1776 'blink_input': ['[email protected]',
nzolghadr773a1982016-10-18 21:26:451777 '[email protected]'],
pennymac962d190432016-07-27 00:58:351778 'blink_layers': ['[email protected]'],
1779 'blink_layout': ['[email protected]',
1780 '[email protected]',
pennymac962d190432016-07-27 00:58:351781 '[email protected]',
1782 '[email protected]',
1783 '[email protected]'],
cbiesinger46ecaae2016-09-09 18:44:561784 'blink_layout_ng': ['[email protected]',
gleblc60d6632016-09-13 19:49:461785 '[email protected]',
atotic30c8eba2016-10-28 13:24:071786 '[email protected]',
dgroganf9744ea2017-01-18 23:23:261787 '[email protected]',
lchoi2ba79a72017-05-25 00:23:051788 '[email protected]',
Xiaocheng Hu8bd4d8072017-10-25 23:44:321789 '[email protected]',
1790 '[email protected]'],
pennymac962d190432016-07-27 00:58:351791 'blink_loader': ['[email protected]',
1792 '[email protected]',
Takeshi Yoshinoab2ce8562017-11-09 05:19:191793 '[email protected]'],
pennymac962d190432016-07-27 00:58:351794 'blink_media': ['[email protected]',
1795 '[email protected]',
srirama.mdec4f512016-09-06 08:22:191796 '[email protected]',
1797 '[email protected]'],
pennymac962d190432016-07-27 00:58:351798 'blink_media_queries': ['[email protected]',
1799 '[email protected]'],
mcasas9558316b2017-03-10 18:57:311800 'blink_mediastream': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351801 'blink_modules': ['[email protected]'],
1802 'blink_navigator_content_utils': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351803 'blink_out_of_process_frames': ['[email protected]',
1804 '[email protected]'],
pennymac962d190432016-07-27 00:58:351805 'blink_paint' : ['[email protected]',
chrishtr4030de342016-10-03 23:57:591806 '[email protected]'],
Xida Chen0ef92782018-01-17 05:53:351807 'blink_paintworklet' : ['[email protected]'],
panickere9ffa3f2017-04-10 18:26:061808 'blink_performance_timing': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351809 'blink_permissions': ['[email protected]'],
kinukoc462adb2016-12-22 12:58:491810 'blink_platform': ['[email protected]'],
ajumabd2c9c22017-05-01 21:29:501811 'blink_platform_graphics': ['[email protected]',
pennymac962d190432016-07-27 00:58:351812 '[email protected]',
1813 '[email protected]',
1814 '[email protected]',
fmalita9710b732017-02-17 05:10:021815 '[email protected]',
pennymac962d190432016-07-27 00:58:351816 '[email protected]',
1817 '[email protected]',
1818 '[email protected]',
1819 '[email protected]'],
Takeshi Yoshino524e1d262017-07-28 01:16:381820 'blink_preloadScanner': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351821 'blink_prerender': ['[email protected]',
1822 '[email protected]'],
Dimitri Glazkov33286c62017-12-08 23:34:251823 'blink_public_api': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351824 'blink_quota': ['[email protected]',
1825 '[email protected]',
1826 '[email protected]'],
1827 'blink_scheduler': ['[email protected]'],
1828 'blink_screen_orientation': ['[email protected]'],
Kouhei Ueno43382932017-05-30 04:43:571829 'blink_script': ['[email protected]',
1830 '[email protected]',
1831 '[email protected]'],
David Bokan9dc0046272017-12-29 00:28:011832 'blink_scroll': ['[email protected]'],
falken6731ece42016-10-12 01:41:501833 'blink_serviceworkers': ['[email protected]',
pennymac962d190432016-07-27 00:58:351834 '[email protected]',
1835 '[email protected]',
1836 '[email protected]',
1837 '[email protected]',
1838 '[email protected]',
1839 '[email protected]',
shimazu99de61f2016-09-07 03:57:411840 '[email protected]',
pennymac962d190432016-07-27 00:58:351841 '[email protected]'],
1842 'blink_serviceworkers_tests': ['[email protected]'],
Hayato Ito5fc828c2017-07-05 08:02:321843 'blink_shadow_dom': ['[email protected]'],
timvolodine8cdb94c2016-09-22 12:17:221844 'blink_spellcheck' : ['[email protected]',
xiaochengh4a3c84e2017-03-28 07:15:321845 '[email protected]',
Xiaocheng Hu8bd4d8072017-10-25 23:44:321846 '[email protected]'],
jbroman69166ca82017-04-04 21:01:361847 'blink_spv2_layout_tests': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351848 'blink_style': ['[email protected]'],
1849 'blink_svg': ['[email protected]',
fmalita9710b732017-02-17 05:10:021850 '[email protected]',
pennymac962d190432016-07-27 00:58:351851 '[email protected]',
1852 '[email protected]',
1853 '[email protected]',
1854 '[email protected]',
1855 '[email protected]',
1856 '[email protected]'],
pennymac962d190432016-07-27 00:58:351857 'blink_track': ['[email protected]',
1858 '[email protected]',
1859 '[email protected]',
Sriram8d3e0e22017-11-09 10:40:161860 '[email protected]',
1861 '[email protected]'],
mvanouwerkerk38f632c62017-04-13 10:35:311862 'blink_vibration': ['[email protected]'],
David Bokan9dc0046272017-12-29 00:28:011863 'blink_viewport_interaction': ['[email protected]',
1864 '[email protected]'],
pennymac962d190432016-07-27 00:58:351865 'blink_w3ctests': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351866 'blink_webp': ['[email protected]',
1867 '[email protected]',
1868 '[email protected]'],
Takeshi Yoshino965c7b22018-02-15 05:18:241869 'blink_websockets': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351870 'blink_workers': ['[email protected]',
falken6731ece42016-10-12 01:41:501871 '[email protected]',
pennymac962d190432016-07-27 00:58:351872 '[email protected]',
shimazu99de61f2016-09-07 03:57:411873 '[email protected]',
1874 '[email protected]'],
pennymac962d190432016-07-27 00:58:351875 'blink_wtf': ['[email protected]',
1876 '[email protected]'],
Joel Hockey8ad29912017-11-09 06:38:341877 'blink_xml': ['[email protected]', '[email protected]'],
noyauce460872016-09-09 11:54:001878 'bookmarks': ['[email protected]'],
donnd787f6ed2016-08-03 01:00:561879 'bottombar': ['[email protected]',
1880 '[email protected]'],
stevenjbdd133032015-08-07 18:37:471881 'browser_chromeos': ['[email protected]'],
[email protected]22650d22012-07-18 17:02:351882 'browser_components': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351883 'browser_compositor': ['[email protected]',
1884 '[email protected]'],
michaelpge42ca3b32016-02-19 08:17:571885 'browser_resources_md': ['[email protected]'],
msramek878b39d92016-04-20 07:55:331886 'browsing_data': ['[email protected]',
1887 '[email protected]'],
pennymac962d190432016-07-27 00:58:351888 'bubble': ['[email protected]',
1889 '[email protected]',
pennymac962d190432016-07-27 00:58:351890 '[email protected]'],
Josh Karlin1bd016742017-08-18 17:44:171891 'cache_storage': ['[email protected]'],
Adam Parker41b9e4cb2017-08-14 17:09:121892 'cast': ['[email protected]',
[email protected]479180d22014-03-11 09:47:341893 '[email protected]',
miua1710162015-08-27 01:38:091894 '[email protected]',
[email protected]ad8ff0e2013-12-13 09:24:121895 '[email protected]',
miua1710162015-08-27 01:38:091896 '[email protected]',
1897 '[email protected]'],
ryanchung4d157372016-05-10 20:27:161898 'cast_certificate': ['[email protected]',
mfoltz57fd7f32017-05-03 06:12:581899 '[email protected]',
ryanchung24f9d7b2017-01-12 19:18:341900 '[email protected]'],
Adam Parker41b9e4cb2017-08-14 17:09:121901 'cast_channel': ['[email protected]',
1902 '[email protected]',
Ryan Ki Sing Chung27cc7ed92017-07-25 21:53:471903 '[email protected]'],
[email protected]c863702a2012-09-14 20:05:281904 'cc': ['[email protected]'],
danakjca574522017-09-20 16:38:591905 'cc-contexts': ['[email protected]'],
1906 'cc-display': ['[email protected]'],
1907 'cc-paint': ['[email protected]'],
1908 'cc-quads': ['[email protected]'],
1909 'cc-resources': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351910 'certificate_transparency': ['[email protected]',
1911 '[email protected]',
martijnccdd0542016-11-07 18:49:271912 '[email protected]',
pennymac962d190432016-07-27 00:58:351913 '[email protected]'],
Joe Mason60ec2f32018-02-15 15:50:511914 'chrome_cleaner': ['[email protected]',
1915 '[email protected]',
1916 '[email protected]'],
pennymac962d190432016-07-27 00:58:351917 'chrome_elf': ['[email protected]',
1918 '[email protected]'],
lpy0ca13772017-02-28 19:48:271919 'chrome_grc': ['[email protected]'],
[email protected]d5b21972012-07-20 02:06:011920 'chrome_views': ['[email protected]'],
alokp9d869cc12016-05-27 01:46:311921 'chromecast': ['[email protected]',
1922 '[email protected]',
halliwellfa56b3a42015-09-04 21:42:571923 '[email protected]'],
gfhuang2548f902016-02-26 02:29:211924 'chromecast_public': ['[email protected]'],
Jonathon Kereliuk540c7d52018-01-18 06:22:031925 'chromedriver': ['[email protected]',
1926 '[email protected]'],
pennymac962d190432016-07-27 00:58:351927 'chromeos': ['[email protected]'],
1928 'chromeos_attestation': ['[email protected]'],
1929 'chromeos_calculator': ['[email protected]'],
hashimoto40ecb692014-09-02 04:51:311930 'chromeos_dbus': ['[email protected]'],
alematec5187b1b2016-08-26 05:32:181931 'chromeos_geolocation': ['[email protected]'],
1932 'chromeos_login': ['[email protected]',
1933 '[email protected]'],
pennymac962d190432016-07-27 00:58:351934 'chromeos_net': ['[email protected]'],
1935 'chromeos_power': ['[email protected]'],
alematec5187b1b2016-08-26 05:32:181936 'chromeos_timezone': ['[email protected]'],
1937 'chromeos_webui': ['[email protected]'],
Daniel Cheng99312b632017-10-25 03:59:491938 'clang_update': ['[email protected]',
1939 '[email protected]',
thestigf023ccc2016-11-10 14:39:151940 '[email protected]',
[email protected]cf8ffa82013-02-13 08:30:071941 '[email protected]',
pennymac962d190432016-07-27 00:58:351942 '[email protected]',
rnk28bbd1772016-05-04 17:57:581943 '[email protected]',
1944 '[email protected]',
pennymac962d190432016-07-27 00:58:351945 '[email protected]',
thestigf023ccc2016-11-10 14:39:151946 '[email protected]',
pennymac962d190432016-07-27 00:58:351947 '[email protected]',
horo8e9a01572016-07-27 06:05:311948 '[email protected]',
pennymac962d190432016-07-27 00:58:351949 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001950 'clipboard': ['[email protected]'],
Aaron Gable64f273582017-03-30 18:02:001951 'codereview_settings': ['[email protected]'],
sdefresned94c5b02015-07-22 17:54:551952 'components_deps': ['[email protected]',
1953 '[email protected]',
1954 '[email protected]'],
Darin Fisher619bbcd2017-11-20 17:45:381955 'content': ['[email protected]'],
Vincent Scheibd5da4d952017-11-03 01:33:241956 'content_bluetooth': ['[email protected]',
1957 '[email protected]',
Vincent Scheibf01b55ff22018-01-10 21:05:061958 '[email protected]'],
pennymac962d190432016-07-27 00:58:351959 'content_loader': ['[email protected]',
rdsmith5a1bfce2017-06-04 13:33:521960 '[email protected]'],
pennymac962d190432016-07-27 00:58:351961 'content_renderer': ['[email protected]'],
mkwst75a31a42014-09-14 18:32:531962 'content_shell': ['[email protected]',
peterc9e3e172015-11-02 09:29:161963 '[email protected]',
1964 '[email protected]'],
Jinsuk Kim6d10a222017-11-16 06:37:061965 'content_view_core': ['[email protected]'],
nhiroki90ba0102015-07-21 01:42:241966 'content_worker': ['[email protected]',
1967 '[email protected]'],
donnd787f6ed2016-08-03 01:00:561968 'contextual_search': ['[email protected]',
1969 '[email protected]'],
pennymac962d190432016-07-27 00:58:351970 'courgette': ['[email protected]',
1971 '[email protected]'],
Nico Weber6ff639a2017-08-11 21:04:501972 'cq': ['[email protected]',
1973 '[email protected]',
1974 '[email protected]',
1975 '[email protected]',
1976 '[email protected]'],
dbeamd924f0d0d2017-06-20 02:34:251977 'cr_elements': ['[email protected]',
michaelpge42ca3b32016-02-19 08:17:571978 '[email protected]'],
Chung-yih Wang7afc64a2018-03-06 02:09:041979 'cros_benchmarks': ['[email protected]',
1980 '[email protected]',
1981 '[email protected]'],
lizebf34f69b2016-03-30 16:08:531982 'custom_tabs': ['[email protected]'],
tbansalc6f1c9f2016-09-30 22:48:421983 'data_reduction_proxy': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:191984 'deep_memory_profiler': ['[email protected]'],
Vincent Scheibd5da4d952017-11-03 01:33:241985 'device_bluetooth': ['[email protected]',
1986 '[email protected]',
Vincent Scheibf01b55ff22018-01-10 21:05:061987 '[email protected]'],
Vincent Scheibd5da4d952017-11-03 01:33:241988 'device_chooser': ['[email protected]',
1989 '[email protected]',
Vincent Scheibf01b55ff22018-01-10 21:05:061990 '[email protected]'],
Jun Caiaa1f040d2017-11-15 01:21:531991 'device_sensors': ['[email protected]',
1992 '[email protected]',
mlamouri5cdcdf02014-11-27 15:58:591993 '[email protected]',
pennymac962d190432016-07-27 00:58:351994 '[email protected]'],
pennymac962d190432016-07-27 00:58:351995 'devtools': ['[email protected]',
1996 '[email protected]'],
Adam Parker41b9e4cb2017-08-14 17:09:121997 'dial': ['[email protected]',
1998 '[email protected]',
mfoltz57fd7f32017-05-03 06:12:581999 '[email protected]'],
kinukoc462adb2016-12-22 12:58:492000 'disk_cache': ['[email protected]'],
David Trainor051827f2017-06-02 18:33:132001 'download': ['[email protected]'],
dbeamd924f0d0d2017-06-20 02:34:252002 'downloads_ui': ['[email protected]'],
[email protected]9a3781d2013-04-04 18:31:402003 'drive': ['[email protected]'],
[email protected]89d2cd52013-04-16 01:55:362004 'drive_resource_metadata': ['[email protected]'],
[email protected]3a25c8a2014-06-26 06:47:102005 'eme': ['[email protected]'],
[email protected]f9529e7922013-06-06 05:19:412006 'extension': ['[email protected]',
2007 '[email protected]'],
Luna Lu7f221f22017-06-13 16:46:142008 'feature_policy': ['[email protected]',
Joe Medleya129fe32018-01-25 15:20:222009 '[email protected]',
2010 '[email protected]'],
[email protected]84dcfd92014-05-23 13:18:192011 'fileapi': ['[email protected]',
[email protected]6f217122013-11-25 07:21:482012 '[email protected]',
2013 '[email protected]'],
yoshiki1c0ba2782014-12-08 07:04:262014 'filebrowse': ['[email protected]'],
okab0be3dc2016-08-30 07:37:102015 'filesapp': ['[email protected]',
2016 '[email protected]',
2017 '[email protected]'],
Tomasz Mikolajewski2905dbb2017-11-22 06:24:042018 'fsp': ['[email protected]'],
Wez385de5a2017-07-13 20:13:162019 'fuchsia': ['[email protected]', '[email protected]'],
mmoroz58ddb8172016-09-08 18:29:552020 'fuzzing': ['[email protected]'],
Vincent Scheibd5da4d952017-11-03 01:33:242021 'gamepad': ['[email protected]',
Vincent Scheibf01b55ff22018-01-10 21:05:062022 '[email protected]'],
Dan Elphick7c3105252017-11-06 15:51:472023 'gcm': ['[email protected]',
pennymac962d190432016-07-27 00:58:352024 '[email protected]'],
mikhail.pozdnyakova8db26402016-11-28 18:27:122025 'generic_sensor': ['[email protected]',
Vincent Scheibd5da4d952017-11-03 01:33:242026 '[email protected]',
Jun Caiaa1f040d2017-11-15 01:21:532027 '[email protected]',
Vincent Scheibd5da4d952017-11-03 01:33:242028 '[email protected]',
mikhail.pozdnyakova8db26402016-11-28 18:27:122029 '[email protected]',
timvolodine4cf58ca2017-05-24 16:11:482030 '[email protected]',
mikhail.pozdnyakova8db26402016-11-28 18:27:122031 '[email protected]'],
Vincent Scheibd5da4d952017-11-03 01:33:242032 'geolocation': ['[email protected]',
2033 '[email protected]',
Vincent Scheibf01b55ff22018-01-10 21:05:062034 '[email protected]'],
[email protected]cf428f732012-10-02 20:48:152035 'gfx_geometry': ['[email protected]'],
[email protected]f93b7382012-08-09 20:53:162036 'gfx_image': ['[email protected]'],
agrieve4d9c1c52016-09-23 17:49:382037 'gn': ['[email protected]',
2038 '[email protected]',
pennymac962d190432016-07-27 00:58:352039 '[email protected]'],
[email protected]a6159102013-11-08 23:21:522040 'gpu': ['[email protected]'],
Corentin Wallezc68aa9b2017-10-02 15:00:032041 'gpu_passthrough_cmd_decoder': ['[email protected]',
2042 '[email protected]'],
dbeamd924f0d0d2017-06-20 02:34:252043 'history_ui': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002044 'i18n': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002045 'importer': ['[email protected]'],
Greg Thompson4f90fc992017-07-25 19:30:372046 'incident_reporting': ['[email protected]'],
[email protected]8b250562014-08-12 19:07:452047 'indexed_db': ['[email protected]',
dgrogand792a7f2016-01-21 00:12:132048 '[email protected]'],
bruthigaa8281f2016-02-09 17:52:312049 'ink_drop': ['[email protected]'],
dtapuska1f997a12016-03-14 19:22:072050 'input': ['[email protected]'],
Piotr Swigone1f92632017-12-17 23:40:112051 'installable': ['[email protected]'],
Raphael Kubo da Costaf242cef72017-11-08 16:01:182052 'installer_linux': ['[email protected]',
2053 '[email protected]'],
Greg Thompson4f90fc992017-07-25 19:30:372054 'installer_win': ['[email protected]',
2055 '[email protected]',
2056 '[email protected]'],
pennymac962d190432016-07-27 00:58:352057 'instant': ['[email protected]',
pennymac962d190432016-07-27 00:58:352058 '[email protected]',
jered0bd025a82017-05-03 20:01:132059 '[email protected]',
pennymac962d190432016-07-27 00:58:352060 '[email protected]',
2061 '[email protected]',
2062 '[email protected]',
2063 '[email protected]',
2064 '[email protected]'],
edchin46453b42017-03-03 01:40:112065 'ios': ['[email protected]'],
2066 'ios_chrome': ['[email protected]',
marqa4f135f2017-01-10 12:37:342067 '[email protected]',
eugenebutb5a5a8572017-01-20 01:18:112068 '[email protected]'],
edchin46453b42017-03-03 01:40:112069 'ios_clean': ['[email protected]',
lpromero6846b19d2017-05-23 10:43:592070 '[email protected]'],
edchin46453b42017-03-03 01:40:112071 'ios_showcase': ['[email protected]',
lpromero6846b19d2017-05-23 10:43:592072 '[email protected]'],
Mike Baxley2b300f52018-02-12 18:59:422073 'ios_test': ['[email protected]'],
edchin46453b42017-03-03 01:40:112074 'ios_web': ['[email protected]',
2075 '[email protected]'],
Darin Fisher619bbcd2017-11-20 17:45:382076 'ipc': ['[email protected]'],
Johanndfa4d7d2017-12-07 18:05:292077 'libaom': ['[email protected]',
pennymac962d190432016-07-27 00:58:352078 '[email protected]',
2079 '[email protected]',
2080 '[email protected]'],
Johanndfa4d7d2017-12-07 18:05:292081 'libvpx': ['[email protected]',
2082 '[email protected]',
2083 '[email protected]',
2084 '[email protected]',
2085 '[email protected]',
2086 '[email protected]'],
Takeshi Yoshino524e1d262017-07-28 01:16:382087 'libwebp': ['[email protected]',
2088 '[email protected]',
2089 '[email protected]'],
dominiccabb90e02017-03-31 04:54:232090 'libxml_xslt': ['[email protected]',
2091 '[email protected]'],
[email protected]04a292a2013-03-07 19:58:422092 'linux_fonts': ['[email protected]'],
[email protected]6d7e0bf2014-07-28 22:30:402093 'linux_sandboxing': ['[email protected]'],
[email protected]04a292a2013-03-07 19:58:422094 'linux_seccomp_bpf': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352095 'login': ['[email protected]'],
lgrey62faed72016-10-11 21:40:392096 'mac' : ['[email protected]'],
mlamourid8b0feb2015-06-02 16:30:472097 'manifest': ['[email protected]'],
dbeamd924f0d0d2017-06-20 02:34:252098 'md_settings': ['[email protected]',
michaelpg32ca07902015-02-07 00:31:112099 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002100 'media': ['[email protected]'],
Miguel Casas-Sanchez5eb47252017-09-05 21:15:032101 'media_capture_from_element': ['[email protected]'],
Tommy Steimel074a1822018-02-07 17:25:442102 'media_controls': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352103 'media_galleries': ['[email protected]',
2104 '[email protected]'],
alokp9e369ea72e2016-06-10 05:41:092105 'media_mojo': ['[email protected]'],
mcasasfeedbe42017-03-03 05:23:562106 'media_recorder': ['[email protected]',
mcasas9558316b2017-03-10 18:57:312107 '[email protected]'],
Adam Parker41b9e4cb2017-08-14 17:09:122108 'media_remoting': ['[email protected]',
2109 '[email protected]',
erickungc2289dea2016-12-13 19:01:282110 '[email protected]',
mfoltz57fd7f32017-05-03 06:12:582111 '[email protected]',
apacible01538e02016-11-04 22:15:312112 '[email protected]',
miu5e69f1c52016-10-23 13:40:112113 '[email protected]'],
Adam Parker41b9e4cb2017-08-14 17:09:122114 'media_router': ['[email protected]',
2115 '[email protected]',
mfoltz57fd7f32017-05-03 06:12:582116 '[email protected]'],
fmeawad4582cd22017-03-30 20:59:362117 'memory_coordinator': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002118 'message_loop': ['[email protected]'],
isherman1eee6f12014-12-09 02:14:302119 'metrics': ['[email protected]'],
[email protected]1d8899ee2014-06-10 20:58:122120 'metrics_xml_files': ['[email protected]'],
toyoshim8f51f902015-03-27 03:50:212121 'midi': ['[email protected]'],
[email protected]c3830c622013-10-10 22:00:002122 'mojo': ['[email protected]',
[email protected]3bf40cb2013-10-11 19:10:492123 '[email protected]',
[email protected]0f79ff62014-04-25 23:35:532124 '[email protected]',
Yuzhu Shen93bd7c992017-09-01 18:21:032125 '[email protected]'],
Kyle Horimotoc4d57b122018-02-28 01:17:302126 'multidevice': ['[email protected]',
2127 '[email protected]',
2128 '[email protected]',
2129 '[email protected]',
2130 '[email protected]'],
rjkroegef60dea862015-10-29 17:50:062131 'mus': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002132 'nacl': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352133 'native_client_sdk': ['[email protected]',
2134 '[email protected]'],
2135 'navigation': ['[email protected]',
2136 '[email protected]'],
csharrison27df167d2017-01-26 21:42:312137 'net': ['[email protected]',
2138 '[email protected]'],
bnc1872e8bd2017-01-27 02:47:282139 'net_base': ['[email protected]'],
bnc1872e8bd2017-01-27 02:47:282140 'net_http2': ['[email protected]'],
2141 'net_log': ['[email protected]',
Matt Menkecebc2402017-07-20 16:26:092142 '[email protected]'],
bnc1872e8bd2017-01-27 02:47:282143 'net_spdy': ['[email protected]'],
jkarlin539748402015-03-31 17:36:312144 'netinfo': ['[email protected]'],
Vincent Scheibd5da4d952017-11-03 01:33:242145 'nfc': ['[email protected]',
Vincent Scheibf01b55ff22018-01-10 21:05:062146 '[email protected]'],
Mounir Lamouria33886c2018-02-07 10:00:372147 'notifications': ['[email protected]', '[email protected]'],
tbansalc6f1c9f2016-09-30 22:48:422148 'nqe': ['[email protected]'],
noyau451e6bb62016-12-23 14:29:042149 'ntp_snippets': ['[email protected]',
2150 '[email protected]'],
2151 'ntp_tiles': ['[email protected]',
2152 '[email protected]'],
peterc7e27422017-05-17 04:05:282153 'offline_items_collection': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352154 'offline_pages': ['[email protected]',
Carlos Knippschild6a2e2f02017-06-02 18:18:142155 '[email protected]',
pennymac962d190432016-07-27 00:58:352156 '[email protected]',
2157 '[email protected]',
dewittj74b23f6f2016-04-21 19:29:252158 '[email protected]',
2159 '[email protected]',
pennymac962d190432016-07-27 00:58:352160 '[email protected]'],
jdonnelly6fa5a21d2017-01-03 15:28:352161 'omnibox': ['[email protected]'],
Doug Arnetta94d3ae2017-11-07 00:10:342162 'optimization_guide': ['[email protected]',
2163 '[email protected]',
Takeshi Yoshinoab2ce8562017-11-09 05:19:192164 '[email protected]'],
iclelland8b904402016-10-05 15:01:232165 'origin_trials': ['[email protected]',
Ian Clelland1b27f8f62017-06-22 13:36:242166 '[email protected]'],
pennymac962d190432016-07-27 00:58:352167 'ozone': ['[email protected]',
2168 '[email protected]'],
Emily Stark204d2382017-12-01 05:24:562169 'page_info' : ['[email protected]'],
Bryan McQuade4233f412017-07-28 16:23:412170 'page_load_metrics' : ['[email protected]',
2171 '[email protected]',
tdresserd80646f2017-03-03 19:26:082172 '[email protected]',
2173 '[email protected]'],
Daniel Cheng99312b632017-10-25 03:59:492174 'panels': ['[email protected]',
pennymac962d190432016-07-27 00:58:352175 '[email protected]',
2176 '[email protected]'],
mkwst17a9875d2016-06-24 10:36:392177 'password_manager': ['[email protected]',
vabraafbd4f32015-11-10 19:30:232178 '[email protected]'],
sebsgbbfbea02016-10-24 21:54:592179 'payments': ['[email protected]',
gogeralde108bcb2016-11-24 16:07:222180 '[email protected]',
mahmadi0a7bb59f2017-02-22 19:13:492181 '[email protected]',
2182 '[email protected]'],
2183 'payments_ios': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352184 'pepper_api': ['[email protected]',
2185 '[email protected]',
2186 '[email protected]',
2187 '[email protected]',
2188 '[email protected]',
horo8e9a01572016-07-27 06:05:312189 '[email protected]',
pennymac962d190432016-07-27 00:58:352190 '[email protected]'],
Dominick Ngcaa7b402017-07-11 07:35:392191 'permissions': ['[email protected]',
Xi Han50f523a1d2017-07-19 15:56:112192 '[email protected]',
Dominick Ngcaa7b402017-07-11 07:35:392193 '[email protected]',
Timothy Lohb2a4eff2017-08-03 07:07:562194 '[email protected]',
2195 '[email protected]'],
François Beaufortb2070eb2018-02-08 10:36:342196 'picture_in_picture': ['[email protected]'],
stuartmorganf8c132922015-01-23 14:45:342197 'plugin': ['[email protected]'],
dbeamd924f0d0d2017-06-20 02:34:252198 'polymer': ['[email protected]'],
Charles Harrison981d33c2017-10-06 21:36:222199 'popup_blocker': ['[email protected]'],
twifkak0c69c1f2015-06-22 18:20:092200 'precache': ['[email protected]'],
[email protected]be775bc2014-06-30 15:41:142201 'prepopulated_engines': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352202 'prerender': ['[email protected]',
2203 '[email protected]',
2204 '[email protected]'],
Adam Parker41b9e4cb2017-08-14 17:09:122205 'presentation': ['[email protected]',
2206 '[email protected]'],
Peter Beverloo4548c852017-08-31 13:45:172207 'push_messaging': ['[email protected]',
pennymac962d190432016-07-27 00:58:352208 '[email protected]'],
stkhapugin06503142016-12-07 14:32:122209 'reading_list': ['[email protected]'],
[email protected]c3887592014-02-06 20:02:252210 'remoting': ['[email protected]'],
Ali Tofigh000debb52017-11-07 21:35:422211 'rlz_id': ['[email protected]',
pennymac962d190432016-07-27 00:58:352212 '[email protected]'],
Joe Medleya129fe32018-01-25 15:20:222213 'runtime_enabled_features': ['[email protected]'],
Greg Thompson4f90fc992017-07-25 19:30:372214 'safe_browsing': ['[email protected]',
vakh125ad862017-03-17 00:06:252215 '[email protected]'],
2216 'safe_browsing_db': ['[email protected]',
2217 '[email protected]'],
skyostil20dea312014-11-11 13:43:062218 'scheduler': ['[email protected]'],
mlamourid8b0feb2015-06-02 16:30:472219 'screen_orientation': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352220 'service_worker': ['[email protected]',
[email protected]6d095a8b2014-02-28 15:26:162221 '[email protected]',
pennymac962d190432016-07-27 00:58:352222 '[email protected]',
[email protected]edaf31d2014-03-07 00:09:172223 '[email protected]',
pennymac962d190432016-07-27 00:58:352224 '[email protected]',
horo8e9a01572016-07-27 06:05:312225 '[email protected]',
shimazu99de61f2016-09-07 03:57:412226 '[email protected]',
pennymac962d190432016-07-27 00:58:352227 '[email protected]'],
Colin Blundell6d2669a2017-07-11 06:26:532228 'services_public': ['[email protected]'],
alitoc5534d62017-04-21 01:48:582229 'settings_reset_prompt': ['[email protected]'],
dominickn8884155a2016-06-23 02:28:162230 'site_engagement': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352231 'site_instance': ['[email protected]',
2232 '[email protected]',
[email protected]b9ecdb62014-03-07 14:56:432233 '[email protected]'],
Zentaro Kavanagh608f8a12018-01-19 18:39:562234 'smb': ['[email protected]'],
Joe Medleya129fe32018-01-25 15:20:222235 'source_idls': ['[email protected]'],
[email protected]ad0295d2012-10-11 23:43:362236 'spellcheck': ['[email protected]',
[email protected]18d7e402014-07-08 19:53:142237 '[email protected]',
timvolodine8cdb94c2016-09-22 12:17:222238 '[email protected]',
2239 '[email protected]'],
Greg Thompson9ea091702018-01-04 11:06:322240 'startup': ['[email protected]',
2241 '[email protected]'],
[email protected]67f39af2013-08-23 20:06:052242 'streams': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352243 'styleguide': ['[email protected]',
vmpstrdeec20e2016-11-18 22:17:322244 '[email protected]',
2245 '[email protected]'],
engedye7b734da2017-02-07 12:08:132246 'subresource_filter': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352247 'supervised_users': ['[email protected]'],
maxbogue65ea2632016-04-04 18:12:582248 'sync': ['[email protected]'],
[email protected]84dcfd92014-05-23 13:18:192249 'syncfs': ['[email protected]',
[email protected]6f217122013-11-25 07:21:482250 '[email protected]',
2251 '[email protected]'],
miu5e69f1c52016-10-23 13:40:112252 'tab_alert_indicators': ['[email protected]'],
Adam Parker41b9e4cb2017-08-14 17:09:122253 'tab_capture': ['[email protected]',
2254 '[email protected]',
miu5e69f1c52016-10-23 13:40:112255 '[email protected]'],
pennymac962d190432016-07-27 00:58:352256 'tab_contents': ['[email protected]',
2257 '[email protected]',
2258 '[email protected]'],
tdresserd80646f2017-03-03 19:26:082259 'tbmv2_metrics': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:192260 'tcmalloc': ['[email protected]'],
tonygc7f6a4c12015-01-16 18:32:262261 'telemetry': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352262 'test_runner': ['[email protected]',
einbindera29577e2016-08-23 01:21:492263 '[email protected]',
2264 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002265 'tests': [],
jlkleinecc81952016-11-19 00:16:072266 'tether': ['[email protected]',
dbeamd924f0d0d2017-06-20 02:34:252267 '[email protected]',
2268 '[email protected]',
2269 '[email protected]',
2270 '[email protected]',
2271 '[email protected]'],
pennymac962d190432016-07-27 00:58:352272 'textinput': ['[email protected]',
2273 '[email protected]',
2274 '[email protected]',
Yuichiro Hanadaf0b3b472017-10-17 07:00:532275 '[email protected]',
pennymac962d190432016-07-27 00:58:352276 '[email protected]'],
2277 'textinput_chromeos': ['[email protected]',
2278 '[email protected]',
Yuichiro Hanadaf0b3b472017-10-17 07:00:532279 '[email protected]',
pennymac962d190432016-07-27 00:58:352280 '[email protected]'],
chirantan96fcf6d2015-01-21 22:36:192281 'timers': ['[email protected]'],
robliaofd54b5c2017-01-13 00:41:302282 'tools_win_chromeexts': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352283 'tracing': ['[email protected]',
2284 '[email protected]'],
[email protected]cf428f732012-10-02 20:48:152285 'ui_compositor': ['[email protected]'],
robliao2c4b7492016-07-19 01:57:262286 'ui_display_win': ['[email protected]'],
[email protected]6b5093c2012-05-23 19:10:182287 'ui_resources': ['[email protected]'],
edwardjung83f52ef22017-02-07 13:15:072288 'ui_strings': ['[email protected]'],
Vincent Scheibd5da4d952017-11-03 01:33:242289 'usb': ['[email protected]',
Vincent Scheibf01b55ff22018-01-10 21:05:062290 '[email protected]'],
Alexandre Courbot5922bd62017-12-13 09:19:302291 'v4l2': ['[email protected]'],
Miguel Casas-Sancheza65d49a2017-12-11 03:27:482292 'vaapi': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002293 'valgrind': ['[email protected]',
timurrrr5335dbd2015-04-15 11:04:552294 '[email protected]'],
[email protected]c73ec8ab2014-01-16 20:35:232295 'version_assembly': ['[email protected]',
2296 '[email protected]'],
Alexandre Courbotc5544332017-11-27 03:59:522297 'video': ['[email protected]'],
mcasas9558316b2017-03-10 18:57:312298 'video_capture': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002299 'views': ['[email protected]'],
blakeod4cc78a2017-05-10 06:56:482300 'virtual_keyboard': ['[email protected]',
2301 '[email protected]',
okabf9f6f02017-02-17 05:14:292302 '[email protected]',
2303 '[email protected]'],
billorr3c7e1442016-11-11 21:21:352304 'virtual_reality': ['[email protected]'],
Vincent Scheibd5da4d952017-11-03 01:33:242305 'wake_lock': ['[email protected]',
Vincent Scheibf01b55ff22018-01-10 21:05:062306 '[email protected]'],
Matt Giuca9eb910d2017-08-02 04:07:382307 'web_share': ['[email protected]'],
Takeshi Yoshinoe387aa32017-08-02 13:16:132308 'webrtc_browser_tests': ['[email protected]'],
raymesf5084632015-07-02 07:14:152309 'website_settings': ['[email protected]',
pennymac962d190432016-07-27 00:58:352310 '[email protected]',
2311 '[email protected]'],
2312 'windows_sandboxing': ['[email protected]',
2313 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002314 'x11': ['[email protected]',
2315 '[email protected]',
2316 '[email protected]'],
wjmaclean3ff6a402015-03-31 19:00:202317 'zoom': ['[email protected]'],
[email protected]a3838612009-10-13 21:57:542318 },
2319}