blob: ab501e2c7168297bd843a05a2077db7b3b529f41 [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/|'\
32 'chrome/android/javatests/src/org/chromium/chrome/browser/banners/|'\
33 'chrome/browser/android/shortcut_.*|'\
34 'chrome/browser/android/webapps/',
35 },
asvitkine361b276e2016-08-30 18:45:0036 'android_crash_reporting': {
37 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/crash/'
38 },
johnmaguire6aaac7902016-03-15 12:28:2039 'android_crazy_linker': {
40 'filepath': 'third_party/android_crazy_linker/'
41 },
dfalcantaraef21e9e2016-01-07 01:16:2642 'android_infobars': {
43 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/infobar/'
44 },
[email protected]d2cdf342012-08-07 11:00:0245 'android_infra': {
Andrew Grieve5babdbfc2017-08-16 01:26:4946 'filepath': 'build/config/android/' \
47 'build/android/' \
[email protected]d2cdf342012-08-07 11:00:0248 '|testing/android/' \
49 '|tools/android/'
50 },
Takeshi Yoshino524e1d262017-07-28 01:16:3851 'android_item_chooser_dialogs': {
52 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/.*ChooserDialog.java|'\
53 'chrome/android/javatests/src/org/chromium/chrome/browser/.*ChooserDialogTest.java'
54 },
gabadieb0d23bb92016-02-17 11:26:1655 'android_loading': {
56 'filepath': 'tools/android/loading/'
57 },
[email protected]d6af50812014-04-01 17:18:0958 'android_media': {
59 'filepath': 'content/browser/media/android' \
60 '|content/renderer/media/android' \
61 '|media/audio/android' \
62 '|media/base/android' \
63 '|media/midi/*_android.*' \
64 '|media/video/capture/android'
65 },
wnwena0364162017-02-16 20:37:3866 'android_studio': {
nyquist6e560d032017-02-28 07:49:5967 'filepath': 'build/android/gradle/' \
68 '|docs/android_studio.md' \
69 '|tools/android/android_studio'
wnwena0364162017-02-16 20:37:3870 },
[email protected]3261d962014-03-04 22:18:2871 'android_tab': {
72 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/Tab'
73 },
asvitkine361b276e2016-08-30 18:45:0074 'android_uma_settings': {
75 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/preferences/privacy/UsageAndCrashReportsPreferenceFragment.java|'\
76 'chrome/android/java/src/org/chromium/chrome/browser/preferences/privacy/PrivacyPreferencesManager.java|'\
77 'chrome/android/java/src/org/chromium/chrome/browser/preferences/privacy/PrivacyPreferences.java|'\
asvitkine361b276e2016-08-30 18:45:0078 'chrome/android/java/src/org/chromium/chrome/browser/metrics/UmaSessionStats.java',
79 },
zpengb9a180d2016-10-12 18:40:2180 'android_webapk': {
zpeng4c3bc372016-10-13 03:00:4881 'filepath': 'chrome/android/webapk/|'\
82 'chrome/browser/android/webapk/',
zpengb9a180d2016-10-12 18:40:2183 },
[email protected]7ca78dc12012-09-20 09:26:4484 'android_webview': {
85 'filepath': 'android_webview/',
86 },
[email protected]8a197f22012-06-22 14:59:0587 'app_list': {
[email protected]311cc902013-03-15 04:45:4688 'filepath': 'chrome/browser/ui/app_list'\
89 '|chrome/browser/ui/ash/app_list'\
[email protected]311cc902013-03-15 04:45:4690 '|chrome/browser/ui/views/app_list'\
91 '|ui/app_list/'
[email protected]8a197f22012-06-22 14:59:0592 },
[email protected]e38d185a2013-07-09 08:23:5293 'app_shortcuts': {
94 'filepath': 'apps/app_shim/'\
95 '|chrome/browser/web_applications/'\
96 '|chrome/browser/ui/web_applications/'\
97 '|chrome/common/mac/'
98 },
[email protected]374a93c2009-11-05 21:45:5699 'appcache': {
[email protected]f2f0fbb92012-07-14 15:52:49100 'filepath': 'appcache/',
[email protected]374a93c2009-11-05 21:45:56101 },
[email protected]54bf94d2013-01-30 23:07:40102 'apps': {
103 'filepath': '^apps/',
104 },
lhchavez4b19176f2016-05-04 23:12:46105 'arc': {
106 'filepath': 'arc/',
107 },
lhchavez61532c92016-10-18 21:33:37108 'arc_auth': {
109 'filepath': 'chrome/browser/chromeos/arc/arc_auth'
110 },
Shuhei Takahashiaf68cff2017-07-24 05:17:12111 'arc_fileapi': {
112 'filepath': 'chrome/browser/chromeos/arc/fileapi'
113 },
poromov7633f602017-02-21 16:44:01114 'arc_kiosk': {
115 'filepath': 'chrome/browser/chromeos/app_mode/arc/'\
116 '|components/arc/kiosk/'\
117 '|arc_kiosk'
118 },
lhchavez4b19176f2016-05-04 23:12:46119 'arc_net': {
120 'filepath': 'components/arc/net/',
121 },
ejcarusoa298ec02016-06-16 20:30:43122 'arc_power': {
123 'filepath': 'components/arc/power/',
124 },
[email protected]3ce56642013-10-17 22:12:51125 'ash': {
126 'filepath': 'ash/',
127 },
[email protected]f76c8852012-06-21 16:37:00128 'aura': {
[email protected]3ce56642013-10-17 22:12:51129 'filepath': 'ui/aura/',
[email protected]84ba35e32010-08-06 17:22:39130 },
[email protected]c3a6e1e72013-08-02 00:13:07131 'aura_compositor': {
132 'filepath':
133 'ui/compositor/' \
[email protected]6dc38f72014-01-16 22:19:58134 '|content/browser/compositor/' \
danakj479ab502017-03-31 20:19:09135 '|content/browser/renderer_host/compositor_resize_lock' \
[email protected]c3a6e1e72013-08-02 00:13:07136 '|content/browser/renderer_host/render_widget_host_view_aura' \
137 '|content/browser/renderer_host/render_widget_host_view_browsertest' \
[email protected]a6eeeef92014-03-19 19:06:44138 '|content/browser/renderer_host/delegated' \
[email protected]c3a6e1e72013-08-02 00:13:07139 '|content/common/gpu/client/' \
[email protected]c3a6e1e72013-08-02 00:13:07140 },
sullivan0171e3c2015-03-03 18:47:21141 'auto_bisect': {
142 'filepath': 'tools/run-bisect-perf-regression.py'\
143 '|tools/run-perf-test.cfg'\
144 '|tools/auto_bisect/'
145 },
[email protected]2a38f0c02013-05-29 02:27:45146 'autofill': {
rouslanfbfa7402016-11-22 19:36:39147 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/autofill/|'\
148 'chrome/browser/autofill/|'\
[email protected]d9310a82012-11-02 02:53:48149 'chrome/browser/ui/android/autofill/|'\
150 'chrome/browser/ui/autofill/|'\
[email protected]e3e4ca62013-05-17 08:50:27151 'chrome/browser/ui/cocoa/autofill/|'\
[email protected]d9310a82012-11-02 02:53:48152 'chrome/browser/ui/views/autofill/|'\
[email protected]d9310a82012-11-02 02:53:48153 'chrome/renderer/autofill/|'\
154 'chrome/test/data/autofill/|'\
[email protected]3947d4a82013-03-12 09:41:05155 'components/autofill/|'\
[email protected]30964792013-05-29 02:41:25156 'components/autofill/browser/webdata/|'\
vabrbeb0c562015-12-01 10:48:08157 'components/webdata/',
[email protected]b3399272010-08-10 19:49:29158 },
peter39e10a62017-02-21 15:14:13159 'background_fetch': {
Peter Beverloo4548c852017-08-31 13:45:17160 'filepath': 'background_fetch|'\
161 'background-fetch',
peter39e10a62017-02-21 15:14:13162 },
163 'background_sync': {
Josh Karlin1bd016742017-08-18 17:44:17164 'filepath': '/background_sync/',
peter39e10a62017-02-21 15:14:13165 },
dominickn8884155a2016-06-23 02:28:16166 'banners': {
167 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/banners/|'\
168 'chrome/android/javatests/src/org/chromium/chrome/browser/banners/|'\
169 'chrome/browser/android/banners/|'\
170 'chrome/browser/banners/|'\
171 'chrome/browser/ui/android/infobars/app_banner_.*|'\
dominickn8884155a2016-06-23 02:28:16172 'third_party/WebKit/public/platform/modules/app_banner/|'\
173 'third_party/WebKit/Source/modules/app_banner/',
174 },
[email protected]f76c8852012-06-21 16:37:00175 'base': {
[email protected]f2f0fbb92012-07-14 15:52:49176 'filepath': '^base/',
[email protected]7a7a13b2010-08-25 01:10:59177 },
[email protected]5e105332012-09-13 01:55:52178 'base_allocator': {
179 'filepath': '^base/allocator',
180 },
[email protected]1ed5e0fd2012-07-19 00:19:05181 'base_memory': {
182 'filepath': '^base/memory',
183 },
robliao1644d8b2016-04-11 15:39:59184 'base_task_scheduler': {
185 'filepath': '^base/task_scheduler',
186 },
[email protected]b17d9e02014-07-29 09:45:50187 'base_win': {
188 'filepath': '^base/win',
189 },
[email protected]7e093d4022014-06-26 19:19:55190 'battery_status': {
191 'filepath': 'content/browser/battery_status/|'\
timvolodine953fde72014-12-09 16:47:10192 'content/test/data/battery_status/|'\
193 'device/battery/',
[email protected]7e093d4022014-06-26 19:19:55194 },
wnwen72684762017-03-29 13:28:37195 'binary_size': {
196 'filepath': 'build/android/binary_size/|'\
197 'tools/binary_size/',
198 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13199 'blink': {
Kent Tamurae9b3a9ec2017-08-31 02:20:19200 'filepath': 'third_party/(WebKit|blink)/',
Takeshi Yoshinoe387aa32017-08-02 13:16:13201 },
202 'blink_accessibility': {
203 'filepath': 'third_party/WebKit/.*(accessibility|AXObjectCache|WebAX)'
204 },
205 'blink_animation': {
206 'filepath': 'third_party/WebKit/.*([Aa]nimat|[Tt]ransition)',
207 },
208 'blink_app_banner': {
209 'filepath': 'third_party/WebKit/Source/modules/app_banner' \
210 '|third_party/WebKit/public/platform/modules/app_banner',
211 },
212 'blink_audio': {
213 'filepath': 'third_party/WebKit/Source/platform/audio' \
214 '|third_party/WebKit/Source/modules/webaudio',
215 },
216 'blink_battery_status': {
217 'filepath': 'third_party/WebKit/Source/modules/battery/' \
218 '|third_party/WebKit/LayoutTests/battery-status/' \
219 '|third_party/WebKit/Source/core/frame/PlatformEvent(Controller|Dispatcher)'
220 },
221 'blink_bidi': {
222 'filepath': 'third_party/WebKit/Source/platform/text/.*Bidi' \
223 '|third_party/WebKit/Source/core/rendering/.*Bidi',
224 },
225 'blink_bindings': {
226 'filepath': 'third_party/WebKit/Source/platform/bindings' \
227 '|third_party/WebKit/Source/bindings',
228 },
229 'blink_bindings_serialization': {
230 'filepath': 'third_party/WebKit/Source/bindings/(core|modules)/v8/.*[Ss]erializ',
231 },
232 'blink_bluetooth': {
233 'filepath': 'third_party/WebKit/.*[Bb]luetooth'
234 },
235 'blink_canvas2d': {
236 'filepath': 'third_party/WebKit/Source/core/html/canvas' \
237 '|third_party/WebKit/Source/core/html/HTMLCanvasElement' \
238 '|third_party/WebKit/Source/modules/canvas2d' \
239 '|third_party/WebKit/Source/platform/graphics/Canvas2D',
240 },
241 'blink_client_hints': {
242 'filepath': 'third_party/WebKit/Source/core/loader/AcceptClientHints*' \
243 '|third_party/WebKit/Source/core/loader/FrameFetchContext*' \
244 '|third_party/WebKit/Source/core/fetch/FetchContext*' \
245 '|third_party/WebKit/Source/core/fetch/ImageResource*' \
246 '|third_party/WebKit/Source/core/fetch/ResourceFetcher*'
247 },
248 'blink_clipboard': {
249 'filepath': 'third_party/WebKit/Source/core/clipboard' \
250 '|third_party/WebKit/Source/core/page/.*Drag' \
251 '|third_party/WebKit/Source/platform/.*Drag' \
252 '|third_party/WebKit/Source/platform/clipboard' \
253 '|third_party/WebKit/Source/web/.*Drag' \
254 '|third_party/WebKit/public/platform/.*Drag' \
255 '|third_party/WebKit/public/web/.*Drag',
256 },
Kentaro Hara993b0de2017-08-07 02:26:37257 'blink_controller': {
258 'filepath': 'third_party/WebKit/Source/controller',
259 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13260 'blink_css': {
261 'filepath': 'third_party/WebKit/Source/core/css',
262 },
263 'blink_css_flexbox': {
264 'filepath': 'third_party/WebKit/Source/core/rendering/.*Flex' \
265 '|third_party/WebKit/LayoutTests/fast/deprecated-flexbox/' \
266 '|third_party/WebKit/LayoutTests/css3/flexbox/' \
267 '|third_party/WebKit/LayoutTests/ietestcenter/css3/flexbox/'
268 },
269 'blink_css_fragmentation_tests': {
270 'filepath': 'third_party/WebKit/LayoutTests/fast/multicol/' \
271 '|third_party/WebKit/LayoutTests/fast/pagination/' \
Morten Stenshorneab6785c2017-10-12 21:23:38272 '|third_party/WebKit/LayoutTests/fragmentation/' \
Takeshi Yoshinoe387aa32017-08-02 13:16:13273 '|third_party/WebKit/LayoutTests/printing/'
274 },
275 'blink_css_grid_layout': {
276 'filepath': 'third_party/WebKit/Source/core/layout/.*Grid' \
277 '|third_party/WebKit/Source/core/paint/.*Grid' \
278 '|third_party/WebKit/Source/core/css/.*Grid' \
279 '|third_party/WebKit/LayoutTests/fast/css-grid-layout/' \
280 '|third_party/WebKit/LayoutTests/ietestcenter/css3/grid/' \
281 '|third_party/WebKit/LayoutTests/platform/.*/fast/css-grid-layout/' \
282 '|third_party/WebKit/LayoutTests/platform/.*/ietestcenter/css3/grid/'
283 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13284 'blink_custom_elements': {
285 'filepath': 'third_party/WebKit/Source/core/html/custom/' \
286 '|third_party/WebKit/Source/bindings/core/v8/.*CustomElement',
287 },
288 'blink_device_orientation': {
289 'filepath': 'third_party/WebKit/Source/modules/device_orientation/' \
290 '|third_party/WebKit/LayoutTests/device_orientation/' \
291 '|third_party/WebKit/Source/core/frame/PlatformEvent(Controller|Dispatcher)' \
292 '|third_party/WebKit/Source/core/frame/DeviceSingleWindowEventController'
293 },
294 'blink_devtools': {
295 'filepath': 'third_party/WebKit/.*(inspector|DevTools|devtools)',
296 },
297 'blink_dom': {
298 'filepath': 'third_party/WebKit/Source/core/dom/'
299 },
300 'blink_dom_events': {
Kent Tamura1be226832017-09-25 02:07:23301 'filepath': 'third_party/WebKit/Source/core/dom/events/'
Takeshi Yoshinoe387aa32017-08-02 13:16:13302 },
303 'blink_events': {
304 'filepath': 'third_party/WebKit/Source/core/page/.*Event' \
305 '|third_party/WebKit/Source/core/dom/.*Event' \
306 '|third_party/WebKit/Source/core/css/.*Event' \
307 '|third_party/WebKit/Source/platform/.*Event'
308 },
309 'blink_fetch': {
310 'filepath': 'third_party/WebKit/Source/platform/loader/fetch'
311 },
312 'blink_fetch_api': {
313 'filepath': 'third_party/WebKit/Source/core/xmlhttprequest/' \
314 '|third_party/WebKit/Source/modules/beacon/' \
315 '|third_party/WebKit/Source/modules/eventsource/' \
316 '|third_party/WebKit/Source/modules/fetch/'
317 },
318 'blink_fileapi': {
319 'filepath': 'third_party/WebKit/Source/modules/filesystem/' \
320 '|third_party/WebKit/Source/core/fileapi/' \
321 '|third_party/WebKit/Source/platform/.*File' \
322 '|third_party/WebKit/Source/web/.*File' \
323 '|third_party/WebKit/LayoutTests/fast/file' \
324 '|third_party/WebKit/public/.*File'
325 },
326 'blink_frames': {
327 'filepath': 'third_party/WebKit/Source/core/frame/'
328 },
329 'blink_geolocation': {
330 'filepath': 'third_party/WebKit/LayoutTests/geolocation-api/' \
331 '|third_party/WebKit/Source/modules/geolocation/' \
332 '|third_party/WebKit/Source/web/.*Geolocation' \
333 '|third_party/WebKit/public/web/.*Geolocation'
334 },
335 'blink_heap': {
336 'filepath': 'third_party/WebKit/Source/platform/heap' \
337 '|base/allocator/partition_allocator/'
338 },
339 'blink_html': {
340 'filepath': 'third_party/WebKit/Source/core/html/'
341 },
342 'blink_htmlparser': {
343 'filepath': 'third_party/WebKit/Source/core/html/parser/'
344 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13345 'blink_indexed_db': {
346 'filepath': 'third_party/WebKit/Source/modules/indexeddb/' \
347 '|third_party/WebKit/Source/web/.*IDB' \
348 '|third_party/WebKit/LayoutTests/storage/indexeddb' \
349 '|third_party/WebKit/public/platform/.*IDB'
350 },
351 'blink_input': {
352 'filepath': 'third_party/WebKit/Source/core/input/'
353 },
354 'blink_layers': {
355 'filepath': 'third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator' \
356 '|third_party/WebKit/Source/platform/graphics/GraphicsLayer' \
357 '|third_party/WebKit/Source/core/layout/Layer'
358 },
359 'blink_layout': {
360 'filepath': 'third_party/WebKit/Source/core/layout' \
361 '|third_party/WebKit/Source/core/rendering'
362 },
363 'blink_layout_ng': {
364 'filepath': 'third_party/WebKit/Source/core/layout/ng',
365 },
Xiaocheng Huc852ab092017-08-10 06:04:43366 'blink_layout_ng_test_expectations': {
367 'filepath': 'third_party/WebKit/LayoutTests/FlagExpectations/enable-blink-features=LayoutNG' \
368 '|third_party/WebKit/LayoutTests/flag-specific/enable-blink-features=LayoutNG'
369 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13370 'blink_loader': {
371 'filepath': 'third_party/WebKit/Source/core/loader/' \
372 '|third_party/WebKit/Source/platform/loader/'
373 },
374 'blink_media': {
375 'filepath': 'third_party/WebKit/Source/core/css/mediaControls' \
376 '|third_party/WebKit/Source/core/html/.*(Audio|Media|Video)' \
377 '|third_party/WebKit/Source/core/html/shadow/MediaControl' \
378 '|third_party/WebKit/Source/core/layout/LayoutMedia' \
379 '|third_party/WebKit/Source/core/layout/LayoutTextTrackContainerElement' \
380 '|third_party/WebKit/Source/modules/(encryptedmedia|mediasource)' \
381 '|third_party/WebKit/Source/platform/drm/' \
382 '|third_party/WebKit/Source/platform/graphics/media/' \
383 '|third_party/WebKit/Source/web/.*Media' \
384 '|third_party/WebKit/LayoutTests/media/' \
385 '|third_party/WebKit/public/.*Media'
386 },
387 'blink_media_queries': {
388 'filepath': 'third_party/WebKit/Source/core/css/CSSMediaRule' \
389 '|third_party/WebKit/Source/core/css/MediaList' \
390 '|third_party/WebKit/Source/core/css/MediaQuery' \
391 '|third_party/WebKit/Source/core/css/parser/MediaQuery'
392 },
393 'blink_mediastream': {
394 'filepath': 'third_party/WebKit/Source/modules/mediastream/' \
395 '|third_party/WebKit/Source/platform/mediastream/' \
396 '|third_party/WebKit/Source/platform/exported/WebMediaStream' \
397 '|third_party/WebKit/Source/platform/exported/WebRTC' \
398 '|third_party/WebKit/LayoutTests/fast/mediastream/'
399 },
400 'blink_modules': {
401 'filepath': 'third_party/WebKit/Source/modules'
402 },
403 'blink_navigator_content_utils': {
404 'filepath': 'third_party/WebKit/Source/modules/navigatorcontentutils' \
405 '|third_party/WebKit/LayoutTests/fast/dom/navigatorcontentutils'
406 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13407 'blink_out_of_process_frames': {
408 'filepath': 'third_party/WebKit/Source/core/frame/FrameOwner' \
409 '|third_party/WebKit/Source/core/frame/Frame\.' \
410 '|third_party/WebKit/Source/web/WebFrame' \
411 '|third_party/WebKit/Source/web/WebRemoteFrameImpl'
412 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13413 'blink_paint': {
414 'filepath': 'third_party/WebKit/Source/core/paint/'
415 },
416 'blink_performance_timing': {
417 'filepath': 'third_party/WebKit/Source/core/timing/'
418 },
419 'blink_permissions': {
420 'filepath': 'third_party/WebKit/Source/modules/permissions/' \
421 '|third_party/WebKit/public/platform/modules/permissions/',
422 },
423 'blink_platform': {
424 'filepath': 'third_party/WebKit/Source/platform'
425 },
426 'blink_platform_graphics': {
427 'filepath': 'third_party/WebKit/Source/platform/fonts' \
428 '|third_party/WebKit/Source/platform/geometry' \
429 '|third_party/WebKit/Source/platform/graphics'
430 },
431 'blink_preloadScanner': {
432 'filepath': 'third_party/WebKit/Source/core/html/parser/HTMLPreloadScanner',
433 },
434 'blink_prerender': {
435 'filepath': 'third_party/WebKit/.*(Prerender|loader/LinkLoader|html/HTMLLinkElement)'
436 },
437 'blink_public_api': {
438 'filepath': 'third_party/WebKit/public'
439 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13440 'blink_quota': {
441 'filepath': 'third_party/WebKit/Source/modules/quota/' \
442 '|third_party/WebKit/Source/web/.*Quota' \
443 '|third_party/WebKit/public/.*Quota'
444 },
445 'blink_scheduler': {
446 'filepath': 'third_party/WebKit/Source/platform/scheduler' \
447 '|third_party/WebKit/Source/core/html/parser/.*Scheduler'
448 },
449 'blink_screen_orientation': {
450 'filepath': 'third_party/WebKit/Source/modules/screen_orientation/' \
451 '|third_party/WebKit/public/platform/modules/screen_orientation',
452 },
453 'blink_script': {
454 'filepath': 'third_party/WebKit/Source/bindings/core/v8/.*Module.*' \
455 '|third_party/WebKit/Source/bindings/core/v8/ScriptController.*' \
456 '|third_party/WebKit/Source/bindings/core/v8/ScriptSourceCode.*' \
457 '|third_party/WebKit/Source/bindings/core/v8/V8ScriptRunner.*'
458 '|third_party/WebKit/Source/core/dom/.*Modul.*' \
459 '|third_party/WebKit/Source/core/dom/.*Script.*' \
460 '|third_party/WebKit/Source/core/html/HTMLScriptElement.*' \
461 '|third_party/WebKit/Source/core/html/parser/HTMLParserScriptRunner.*' \
462 '|third_party/WebKit/Source/core/loader/modulescript/' \
463 '|third_party/WebKit/Source/core/loader/resource/ScriptResource.*' \
464 '|third_party/WebKit/Source/core/svg/SVGScriptElement.*' \
465 '|third_party/WebKit/Source/core/xml/parser/XMLDocumentParser.*'
466 },
467 'blink_serviceworkers' : {
468 'filepath': 'third_party/WebKit/Source/modules/serviceworkers' \
469 '|third_party/WebKit/LayoutTests/http/tests/serviceworker' \
470 '|third_party/WebKit/LayoutTests/external/wpt/service-workers'
471 },
472 'blink_serviceworkers_tests' : {
473 'filepath': 'third_party/WebKit/LayoutTests/http/tests/serviceworker' \
474 '|third_party/WebKit/LayoutTests/external/wpt/service-workers'
475 },
476 'blink_shadow_dom': {
477 'filepath': 'third_party/WebKit/Source/core/dom/.*Shadow' \
478 '|third_party/WebKit/Source/core/dom/.*Slot' \
479 '|third_party/WebKit/Source/core/dom/.*InsertionPoint' \
480 '|third_party/WebKit/Source/core/dom/.*FlatTree'
481 },
482 'blink_spellcheck' : {
483 'filepath': 'third_party/WebKit/Source/core/editing/spellcheck'
484 },
485 'blink_spv2_layout_tests': {
486 'filepath': 'third_party/WebKit/LayoutTests/virtual/spv2'
487 },
488 'blink_streams': {
489 'filepath': 'third_party/WebKit/Source/core/streams/'
490 },
491 'blink_style': {
492 'filepath': 'third_party/WebKit/.*(style/|Style)',
493 },
494 'blink_svg': {
495 'filepath': 'third_party/WebKit/Source/core/(layout/)?svg',
496 },
497 'blink_track': {
498 'filepath': 'third_party/WebKit/Source/core/html/track/' \
499 '|third_party/WebKit/Source/core/loader/TextTrack' \
500 '|third_party/WebKit/Source/core/html/HTMLMediaElement' \
501 '|third_party/WebKit/Source/core/html/HTMLTrackElement' \
502 '|third_party/WebKit/Source/core/html/shadow/MediaControl' \
503 '|third_party/WebKit/Source/core/css/mediaControl' \
504 '|third_party/WebKit/LayoutTests/media/track/'
505 },
506 'blink_url_api': {
507 'filepath': 'third_party/WebKit/Source/core/url/'
508 },
509 'blink_vibration': {
510 'filepath': 'third_party/WebKit/LayoutTests/vibration/' \
511 '|third_party/WebKit/Source/modules/vibration/'
512 },
513 'blink_viewport_interaction': {
514 'filepath': 'third_party/WebKit/Source/core/css/.*Viewport' \
515 '|third_party/WebKit/Source/core/dom/ViewportArguments' \
516 '|third_party/WebKit/Source/core/html/HTMLMetaElement' \
517 '|third_party/WebKit/Source/core/page/FrameView' \
518 '|third_party/WebKit/Source/core/page/scrolling'
519 },
520 'blink_w3ctests': {
521 'filepath': 'third_party/WebKit/LayoutTests/external/' \
522 '|third_party/WebKit/Tools/Scripts/webkitpy/w3c/'
523 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13524 'blink_webcomponents': {
525 'filepath': 'third_party/WebKit/Source/core/dom/.*Shadow' \
526 '|third_party/WebKit/Source/core/dom/.*Slot' \
527 '|third_party/WebKit/Source/core/dom/.*InsertionPoint' \
528 '|third_party/WebKit/Source/core/dom/.*FlatTree' \
529 '|third_party/WebKit/Source/core/html/custom/' \
530 '|third_party/WebKit/Source/core/html/imports/' \
531 '|third_party/WebKit/Source/bindings/core/v8/.*CustomElement'
532 },
533 'blink_webp': {
534 'filepath': 'third_party/WebKit/Source/platform/image-decoders/webp' \
535 '|third_party/WebKit/Source/platform/image-encoders/skia/WEBP'
536 },
537 'blink_websockets': {
538 'filepath': 'third_party/WebKit/Source/modules/websockets/' \
539 '|third_party/WebKit/Source/platform/modules/websockets/'
540 },
541 'blink_workers': {
542 'filepath': 'third_party/WebKit/Source/core/workers' \
543 '|third_party/WebKit/LayoutTests/http/tests/workers' \
544 '|third_party/WebKit/LayoutTests/fast/workers' \
545 '|third_party/WebKit/LayoutTests/external/wpt/workers'
546 },
547 'blink_wtf': {
Kent Tamura1be226832017-09-25 02:07:23548 'filepath': 'third_party/WebKit/Source/platform/wtf',
Takeshi Yoshinoe387aa32017-08-02 13:16:13549 },
550 'blink_xml': {
551 'filepath': 'third_party/WebKit/Source/core/xml/'
552 },
[email protected]06798f72013-01-14 22:31:17553 'bookmarks': {
554 'filepath': 'chrome/browser/bookmarks/' \
[email protected]771ad482013-07-16 17:32:48555 '|chrome/browser/extensions/api/bookmark_manager_private/' \
556 '|chrome/browser/extensions/api/bookmarks/' \
557 '|chrome/browser/resources/bookmark_manager/' \
[email protected]cd869cde2013-01-31 15:46:35558 '|chrome/browser/ui/bookmarks/' \
559 '|chrome/browser/ui/cocoa/bookmarks/' \
[email protected]5cb8b6e12014-05-19 16:53:46560 '|chrome/browser/ui/views/bookmarks/' \
561 '|components/bookmarks'
[email protected]06798f72013-01-14 22:31:17562 },
donnd787f6ed2016-08-03 01:00:56563 'bottombar': {
564 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/',
565 },
[email protected]f76c8852012-06-21 16:37:00566 'browser_chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:49567 'filepath': 'chrome/browser/chromeos/',
[email protected]02c44522010-10-08 17:43:25568 },
[email protected]22650d22012-07-18 17:02:35569 'browser_components': {
[email protected]a7228f62012-09-20 17:52:48570 'filepath': 'chrome/browser/autofill/' \
571 '|chrome/browser/bookmarks/' \
[email protected]a7228f62012-09-20 17:52:48572 '|chrome/browser/favicon/' \
[email protected]ddf288e2013-01-09 20:58:27573 '|chrome/browser/history/' \
[email protected]fccf4882013-03-15 04:46:19574 '|chrome/browser/webdata/' \
[email protected]3947d4a82013-03-12 09:41:05575 '|components/autofill/'
[email protected]22650d22012-07-18 17:02:35576 },
[email protected]f76c8852012-06-21 16:37:00577 'browser_compositor': {
[email protected]f2f0fbb92012-07-14 15:52:49578 'filepath': 'ui/compositor/'
[email protected]fbd846b2010-11-19 01:32:18579 },
michaelpge42ca3b32016-02-19 08:17:57580 'browser_resources_md': {
581 'filepath': 'chrome/browser/resources/md_'\
582 '|chrome/browser/resources/settings/',
583 },
[email protected]0ce480532012-07-20 12:33:20584 'browsing_data': {
585 'filepath': 'chrome/browser/browsing_data/',
586 },
[email protected]f76c8852012-06-21 16:37:00587 'bubble': {
[email protected]f2f0fbb92012-07-14 15:52:49588 'filepath': 'ui/views/bubble/|'\
rouslan8d6a8372015-09-10 19:10:10589 'chrome/browser/ui/views/bubble/|'\
590 'components/bubble/',
[email protected]f76c8852012-06-21 16:37:00591 },
jkarlin539748402015-03-31 17:36:31592 'cache_storage': {
Josh Karlin1bd016742017-08-18 17:44:17593 'filepath': '/cache.storage/'
594 '|/cachestorage/',
jkarlin539748402015-03-31 17:36:31595 },
[email protected]10fbd5952013-08-22 07:42:39596 'cast': {
[email protected]31ef420b2014-08-13 21:19:13597 'filepath': 'media/cast/'\
598 '|chrome/browser/extensions/api/cast_streaming/'\
599 '|chrome/browser/media/cast'\
600 '|chrome/renderer/media/cast'\
601 '|chrome/test/data/extensions/api_test/cast_'\
miu5e69f1c52016-10-23 13:40:11602 '|content/public/renderer/media_stream_'\
603 '|content/renderer/media/(media_stream|(.+audio_source))',
[email protected]10fbd5952013-08-22 07:42:39604 },
ryanchung4d157372016-05-10 20:27:16605 'cast_certificate': {
606 'filepath': 'components/cast_certificate/'\
607 '|components/test/data/cast_certificate/',
608 },
mfoltz57fd7f32017-05-03 06:12:58609 'cast_channel': {
610 'filepath': 'chrome/test/data/extensions/api_test/cast_channel/' \
Ryan Ki Sing Chung27cc7ed92017-07-25 21:53:47611 '|components/cast_channel/' \
612 '|extensions/browser/api/cast_channel'
mfoltz57fd7f32017-05-03 06:12:58613 },
Takeshi Yoshino524e1d262017-07-28 01:16:38614 'cc': {
danakjca574522017-09-20 16:38:59615 'filepath': 'cc/'\
616 '|components/viz/'
617 },
618 'cc-contexts': {
619 'filepath': 'components/viz/common/gpu'
620 },
621 'cc-display': {
622 'filepath': 'components/viz/service/display'\
623 '|cc/output'
624 },
625 'cc-paint': {
626 'filepath': 'cc/paint'
627 },
628 'cc-quads': {
629 'filepath': 'components/viz/common/quads'
630 },
631 'cc-resources': {
632 'filepath': 'cc/resources'\
633 '|components/viz/common/resources'
Takeshi Yoshino524e1d262017-07-28 01:16:38634 },
eranmc2a9f612015-11-24 16:41:34635 'certificate_transparency': {
636 'filepath': 'components/certificate_transparency/'\
eranmc2a9f612015-11-24 16:41:34637 '|net/cert/ct_'\
638 '|net/cert/multi_log_ct_verifier'\
639 '|net/cert/sct_status_flags.h'\
640 '|net/cert/signed_certificate_timestamp'\
641 '|net/cert/signed_tree_head'\
642 '|net/test/ct_',
643 },
[email protected]c73ec8ab2014-01-16 20:35:23644 'chrome_elf': {
645 'filepath': 'chrome_elf',
646 },
lpy0ca13772017-02-28 19:48:27647 'chrome_grc': {
lpy53b82752017-05-31 22:30:49648 'filepath': 'chrome/browser/resource_coordinator/'\
649 '|services/resource_coordinator/',
lpy0ca13772017-02-28 19:48:27650 },
[email protected]d5b21972012-07-20 02:06:01651 'chrome_views': {
652 'filepath': 'chrome/browser/ui/views',
653 },
Takeshi Yoshino524e1d262017-07-28 01:16:38654 'chromecast': {
655 'filepath': 'chromecast/',
656 },
657 'chromecast_public': {
658 'filepath': 'chromecast/public/',
659 },
[email protected]f7bf8ba2011-02-24 22:28:46660 'chromedriver': {
samuong53d5e612014-10-10 18:56:38661 'filepath': 'chrome/test/chromedriver|'\
662 'chrome/test/data/chromedriver|'\
663 'third_party/webdriver'
[email protected]f7bf8ba2011-02-24 22:28:46664 },
[email protected]f76c8852012-06-21 16:37:00665 'chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:49666 'filepath': 'chromeos/',
[email protected]531b1532011-08-11 03:52:01667 },
[email protected]eda0a0b2013-04-19 20:34:35668 'chromeos_attestation': {
669 'filepath': 'chromeos/attestation/|'\
[email protected]64494c3f2013-08-14 22:15:59670 'chrome/browser/chromeos/attestation/|'\
671 'chrome/browser/extensions/api/enterprise_platform_keys_private/',
[email protected]eda0a0b2013-04-19 20:34:35672 },
[email protected]7c59a152012-11-06 20:56:35673 'chromeos_calculator': {
674 'filepath': 'chrome/common/extensions/docs/examples/apps/calculator/',
675 },
hashimoto40ecb692014-09-02 04:51:31676 'chromeos_dbus': {
677 'filepath': 'chromeos/dbus/',
678 },
alematec5187b1b2016-08-26 05:32:18679 'chromeos_geolocation': {
680 'filepath': 'chromeos/geolocation/',
681 },
[email protected]f76c8852012-06-21 16:37:00682 'chromeos_login': {
[email protected]f2f0fbb92012-07-14 15:52:49683 'filepath': 'chrome/browser/chromeos/login/|'\
684 'chrome/browser/ui/webui/chromeos/login/|'\
dzhioevcc7c0492014-11-25 14:52:58685 'chrome/browser/resources/chromeos/login/|'\
686 'ui/login/',
[email protected]a791dac2011-04-07 23:22:57687 },
[email protected]d7d35f342012-10-22 20:32:47688 'chromeos_net': {
689 'filepath': 'chromeos/network/|'\
stevenjbdd133032015-08-07 18:37:47690 'chrome/browser/chromeos/net/|'\
691 'chrome/browser/extensions/api/networking_private/|'\
692 'extensions/browser/api/networking_private/|'\
693 'ui/chromeos/network/',
[email protected]d7d35f342012-10-22 20:32:47694 },
[email protected]2315ac0c2013-02-05 00:49:16695 'chromeos_power': {
James Cooka35a1e22017-04-08 02:33:08696 'filepath': 'ash/system/power/|'\
[email protected]c3943ad2013-07-03 13:44:56697 'chromeos/dbus/power_.*|'\
[email protected]2315ac0c2013-02-05 00:49:16698 'chrome/browser/chromeos/power/',
699 },
alematec5187b1b2016-08-26 05:32:18700 'chromeos_timezone': {
701 'filepath': 'chromeos/timezone/',
702 },
[email protected]f76c8852012-06-21 16:37:00703 'chromeos_webui': {
[email protected]f2f0fbb92012-07-14 15:52:49704 'filepath': 'chrome/browser/ui/webui/chromeos/|'\
705 'chrome/browser/resources/chromeos/',
[email protected]ba03af42012-03-08 01:37:12706 },
[email protected]cef7a6d2011-04-29 20:49:07707 'clang_update': {
Nico Webere250e6a2015-12-02 19:31:56708 'filepath': 'tools/clang/scripts/update.py'
[email protected]cef7a6d2011-04-29 20:49:07709 },
[email protected]f76c8852012-06-21 16:37:00710 'clipboard': {
711 'filepath': 'clipboard|dnd|drag|drop',
[email protected]2418b022011-05-19 21:06:02712 },
Aaron Gable64f273582017-03-30 18:02:00713 'codereview_settings': {
714 'filepath': 'codereview.settings',
715 },
sdefresned94c5b02015-07-22 17:54:55716 'components_deps': {
717 'filepath': 'components/([^/]*/)*DEPS',
718 },
[email protected]f76c8852012-06-21 16:37:00719 'content': {
[email protected]f2f0fbb92012-07-14 15:52:49720 'filepath': 'content/',
[email protected]f76c8852012-06-21 16:37:00721 },
scheib968e61052014-11-05 00:27:25722 'content_bluetooth': {
723 'filepath': 'content/.*bluetooth'
724 },
kinuko01cbe8a12015-10-20 09:59:06725 'content_loader': {
mmenkefaa97d3b2016-09-25 14:24:02726 'filepath': 'chrome/browser/loader|' \
727 'content/browser/loader|' \
kinuko01cbe8a12015-10-20 09:59:06728 'content/child/*loader',
729 },
Takeshi Yoshino524e1d262017-07-28 01:16:38730 'content_network' : {
731 'filepath': 'content/network/',
732 },
mkwst512627022014-09-16 09:23:27733 'content_renderer': {
734 'filepath': 'content/renderer/',
735 },
[email protected]aa3311a2012-11-19 16:04:58736 'content_shell': {
737 'filepath': 'content/shell/',
738 },
Takeshi Yoshino9d7588a32017-07-31 07:17:34739 'content_websockets': {
740 'filepath': 'content/browser/websockets/',
741 },
kinukoa121bce2015-01-30 10:04:41742 'content_worker': {
743 'filepath': 'content/.*worker',
744 },
donnd787f6ed2016-08-03 01:00:56745 'contextual_search': {
746 'filepath': 'chrome/browser/android/contextualsearch/|' \
747 'chrome/android/java/src/org/chromium/chrome/browser/contextualsearch/|' \
748 'chrome/android/javatests/src/org/chromium/chrome/browser/contextualsearch/|' \
749 'components/contextual_search/',
750 },
wfh792b71c2016-05-04 23:33:41751 'courgette': {
752 'filepath': 'courgette/',
753 },
Nico Weber6ff639a2017-08-11 21:04:50754 'cq': {
755 'filepath': 'infra/config/cq.cfg',
756 },
michaelpge42ca3b32016-02-19 08:17:57757 'cr_elements': {
758 'filepath': 'ui/webui/resources/cr_element',
759 },
ianwencdb8c9e2015-06-18 22:10:15760 'custom_tabs': {
Newton Allen38c62212015-06-24 21:41:53761 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/customtabs/|'\
ianwencdb8c9e2015-06-18 22:10:15762 'chrome/android/javatests/src/org/chromium/chrome/browser/customtabs/',
alancuttercbad6512015-06-19 02:31:28763 },
tbansalc6f1c9f2016-09-30 22:48:42764 'data_reduction_proxy': {
765 'filepath': 'chrome/browser/net/spdyproxy/|'\
766 'data_reduction_proxy|'\
767 'chrome_proxy',
768 },
[email protected]5e105332012-09-13 01:55:52769 'deep_memory_profiler': {
770 'filepath': 'tools/(deep_memory_profiler|find_runtime_symbols)',
771 },
Takeshi Yoshino524e1d262017-07-28 01:16:38772 'developer_recommended_flags': {
773 'filepath': 'developer_recommended_flags.gypi',
774 },
Bartosz Fabianowski85a823812015-04-16 10:27:51775 'device_bluetooth': {
776 'filepath': 'device/.*bluetooth'
777 },
juncaic08f41d2017-05-04 20:36:58778 'device_chooser': {
779 'filepath': 'chrome/browser/chooser_controller/|'\
780 'chrome/browser/ui/android/bluetooth_chooser_.*|'\
781 'chrome/browser/ui/android/usb_chooser_.*|'\
782 'chrome/browser/ui/bluetooth/|'\
783 'chrome/browser/ui/cocoa/device_chooser_.*|'\
784 'chrome/browser/ui/cocoa/extensions/chooser_dialog_.*|'\
785 'chrome/browser/ui/cocoa/permission_bubble/chooser_bubble_.*|'\
786 'chrome/browser/ui/views/device_chooser_.*|'\
787 'chrome/browser/ui/views/extensions/chooser_dialog_.*|'\
788 'chrome/browser/ui/views/permission_bubble/chooser_bubble_.*|'\
789 'chrome/browser/usb/usb_chooser_.*',
790 },
[email protected]29ad47c2014-04-23 09:12:48791 'device_sensors': {
792 'filepath': 'content/browser/device_sensors/|'\
793 'content/common/device_sensors/|'\
794 'content/public/android/java/src/org/chromium/content/browser/DeviceSensors.java|'\
795 'content/public/android/javatests/src/org/chromium/content/browser/DeviceSensorsTest.java|'\
timvolodine8cdb94c2016-09-22 12:17:22796 'content/renderer/device_sensors/|'\
797 'content/test/data/device_sensors/|'\
798 'device/sensors/',
[email protected]8c667232013-11-12 19:49:14799 },
[email protected]342b12872012-11-07 12:10:46800 'devtools': {
801 'filepath': 'devtools',
802 },
mfoltz57fd7f32017-05-03 06:12:58803 'dial': {
804 'filepath': 'chrome/(browser|common)/extensions/api/dial' \
805 '|chrome/browser/media/router/discovery/dial/' \
806 '|chrome/test/data/extensions/api_test/dial/'
807 },
[email protected]bab2a832012-07-11 23:29:41808 'disk_cache': {
809 'filepath': 'net/disk_cache/|http_cache',
810 },
[email protected]f76c8852012-06-21 16:37:00811 'download': {
[email protected]f2f0fbb92012-07-14 15:52:49812 'filepath': 'chrome/browser/download/|'\
[email protected]8492b5b2012-12-17 21:58:08813 'content/browser/download/',
[email protected]6bff0ad2011-06-17 01:32:51814 },
[email protected]ca872e362011-07-12 21:06:03815 'downloads_ui': {
dbeam78528be2016-02-18 07:08:49816 'filepath': 'chrome/browser/resources/(md_)?downloads/|' \
[email protected]8492b5b2012-12-17 21:58:08817 'chrome/browser/ui/webui/.*downloads|' \
818 'chrome/browser/ui/views/download/|' \
asanka2009f412015-10-05 17:28:12819 'chrome/browser/ui/cocoa/download/'
[email protected]ca872e362011-07-12 21:06:03820 },
[email protected]f6df20a2012-10-23 21:22:07821 'drive': {
[email protected]8492b5b2012-12-17 21:58:08822 'filepath': 'chrome/browser/chromeos/drive/|' \
823 'chrome/browser/google_apis/'
[email protected]f6df20a2012-10-23 21:22:07824 },
[email protected]89d2cd52013-04-16 01:55:36825 'drive_resource_metadata': {
[email protected]2c948e12013-10-17 03:08:33826 'filepath': 'chrome/browser/chromeos/drive/resource_metadata'
[email protected]89d2cd52013-04-16 01:55:36827 },
[email protected]3a25c8a2014-06-26 06:47:10828 'eme': {
829 'filepath': 'components/cdm/|' \
830 'content/browser/media/cdm/|' \
831 'content/renderer/media/crypto/|' \
832 'media/base/android/*drm*|' \
833 'media/cdm/|' \
834 'third_party/widevine/cdm/'
835 },
[email protected]f76c8852012-06-21 16:37:00836 'extension': {
837 'filepath': 'extension',
[email protected]161277d42011-06-24 20:48:45838 },
lunalu0a9c05422016-11-11 17:19:06839 'feature_policy': {
840 'filepath': 'third_party/WebKit/Source/platform/feature_policy/|' \
841 'third_party/WebKit/Source/bindings/core/v8/ConditionalFeatures',
842 },
[email protected]f76c8852012-06-21 16:37:00843 'fileapi': {
[email protected]8492b5b2012-12-17 21:58:08844 'filepath': 'file_system/|' \
845 'fileapi/'
[email protected]80919512011-08-03 08:51:04846 },
[email protected]f76c8852012-06-21 16:37:00847 'filebrowse': {
[email protected]8492b5b2012-12-17 21:58:08848 'filepath': 'file_browser|' \
849 'file_manager|' \
850 'filebrowse'
[email protected]4b07b62cc2011-10-03 17:52:39851 },
[email protected]4ed766c2013-09-19 09:45:20852 'filesapp': {
okab0be3dc2016-08-30 07:37:10853 'filepath': 'chrome/browser/chromeos/drive|' \
854 'chrome/browser/chromeos/extensions/file_manager|' \
855 'chrome/browser/chromeos/extensions/file_system_provider|' \
856 'chrome/browser/chromeos/file_manager|' \
857 'chrome/browser/chromeos/file_system_provider|' \
858 'chrome/browser/drive|' \
859 'chrome/test/data/extensions/api_test/file_system_provider|' \
860 'components/drive|' \
861 'google_apis/drive|' \
862 'ui/file_manager'
863 },
864 'filesapp_ui': {
[email protected]4ff3d9f2014-04-24 05:25:20865 'filepath': 'ui/file_manager'
[email protected]4ed766c2013-09-19 09:45:20866 },
[email protected]f76c8852012-06-21 16:37:00867 'ftp': {
868 'filepath': 'ftp',
[email protected]ffeb189d2011-10-05 18:49:39869 },
Wez385de5a2017-07-13 20:13:16870 'fuchsia': {
871 'filepath': 'fuchsia',
872 },
mmoroz58ddb8172016-09-08 18:29:55873 'fuzzing': {
874 'filepath': 'fuzz|Fuzz',
875 },
[email protected]3a2a6ac02014-06-20 07:07:12876 'gcm': {
peter9f4490a2017-01-27 00:58:36877 'filepath': 'chrome/browser/gcm/|'\
[email protected]3a2a6ac02014-06-20 07:07:12878 'components/gcm_driver/|'\
879 'google_apis/gcm/',
880 },
mikhail.pozdnyakova8db26402016-11-28 18:27:12881 'generic_sensor': {
882 'filepath': 'device/generic_sensor/|'\
883 'third_party/WebKit/Source/modules/sensor/',
884 },
[email protected]d8036492013-08-09 16:02:23885 'geolocation': {
886 'filepath': 'chrome/browser/geolocation/|'\
887 'content/browser/geolocation|'\
888 'content/public/common/geoposition.*|'\
889 'content/public/browser/geolocation.*|'\
890 'content/renderer/geolocation.*|'\
891 'content/shell/geolocation/',
892 },
[email protected]cf428f732012-10-02 20:48:15893 'gfx_geometry': {
danakj570c1332015-01-06 16:59:36894 'filepath': 'ui/gfx/geometry/',
[email protected]cf428f732012-10-02 20:48:15895 },
Takeshi Yoshino524e1d262017-07-28 01:16:38896 'gfx_image': {
897 'filepath': 'ui/gfx/image/',
898 },
[email protected]4d1773e2014-04-05 07:59:57899 'gn': {
900 'filepath': 'tools/gn',
901 },
[email protected]f76c8852012-06-21 16:37:00902 'gpu': {
[email protected]f2f0fbb92012-07-14 15:52:49903 'filepath': 'gpu/',
[email protected]f76c8852012-06-21 16:37:00904 },
Corentin Wallezc68aa9b2017-10-02 15:00:03905 'gpu_passthrough_cmd_decoder': {
906 'filepath': 'gpu/command_buffer/service/.*passthrough',
907 },
[email protected]f76c8852012-06-21 16:37:00908 'history_ui': {
dbeam78528be2016-02-18 07:08:49909 'filepath': 'chrome/browser/resources/(md_)?history|'\
910 'chrome/browser/ui/webui/.*history',
[email protected]f76c8852012-06-21 16:37:00911 },
[email protected]18d7e402014-07-08 19:53:14912 'hotword': {
913 'filepath': 'chrome/browser/extensions/api/hotword_private/'\
914 '|chrome/browser/resources/hotword_helper/'\
[email protected]535980d42014-08-12 14:31:28915 '|chrome/browser/resources/hotword/'\
[email protected]18d7e402014-07-08 19:53:14916 '|chrome/browser/search/hotword*'\
917 '|chrome/test/data/extensions/api_test/hotword_private/',
918 },
[email protected]f76c8852012-06-21 16:37:00919 'i18n': {
[email protected]f2f0fbb92012-07-14 15:52:49920 'filepath': 'base/i18n/|base/string|l10n|icu|'\
timvolodine8cdb94c2016-09-22 12:17:22921 'locale_settings|encoding',
[email protected]f76c8852012-06-21 16:37:00922 },
[email protected]f76c8852012-06-21 16:37:00923 'importer': {
[email protected]f2f0fbb92012-07-14 15:52:49924 'filepath': 'import',
[email protected]f76c8852012-06-21 16:37:00925 },
Greg Thompson4f90fc992017-07-25 19:30:37926 'incident_reporting': {
927 'filepath': 'chrome/browser/safe_browsing/incident_reporting',
928 },
[email protected]c26161352013-11-12 19:50:01929 'indexed_db': {
930 'filepath': 'content/browser/indexed_db|'\
931 'content/child/indexed_db|'\
932 'content/common/indexed_db|'\
933 'content/public/browser/indexed_db|'\
934 'content/test/data/indexeddb',
935 },
bruthigaa8281f2016-02-09 17:52:31936 'ink_drop': {
937 'filepath': 'ui/views/animation/test/.*ink_drop.*|' \
938 'ui/views/animation/.*ink_drop.*'
939 },
dtapuska1f997a12016-03-14 19:22:07940 'input': {
941 'filepath': 'content/browser/renderer_host/input|'\
942 'content/renderer/input|'\
943 'ui/events/blink/'
944 },
Dominick Ngcaa7b402017-07-11 07:35:39945 'installable': {
946 'filepath': 'chrome/browser/installable/',
947 },
mmoss19826c62014-11-14 21:37:36948 'installer_linux': {
949 'filepath': 'chrome/installer/linux/',
950 },
Greg Thompson4f90fc992017-07-25 19:30:37951 'installer_win': {
952 'filepath': 'chrome/install_static/'\
953 '|chrome/installer/(?!gcapi_mac/|linux/|mac/)',
954 },
[email protected]56b4b09d32012-07-27 18:28:41955 'instant': {
[email protected]607903d2013-03-25 22:15:47956 'filepath': 'instant|searchbox|'\
957 'chrome/browser/search/|'\
[email protected]c29b7dae2013-03-25 22:29:13958 'chrome/browser/ui/search/|'\
[email protected]eb99f8e2013-07-10 10:17:39959 'chrome/browser/resources/local_ntp/|'\
[email protected]607903d2013-03-25 22:15:47960 'chrome/common/search_types.*',
[email protected]56b4b09d32012-07-27 18:28:41961 },
edchin46453b42017-03-03 01:40:11962 'ios': {
Sylvain Defresne81467d82017-05-29 09:06:14963 'filepath': 'ios/',
edchin46453b42017-03-03 01:40:11964 },
sdefresne18b47312015-06-18 15:15:09965 'ios_chrome': {
Sylvain Defresne81467d82017-05-29 09:06:14966 'filepath': 'ios/chrome/',
sdefresne18b47312015-06-18 15:15:09967 },
marqa4f135f2017-01-10 12:37:34968 'ios_clean': {
Sylvain Defresne81467d82017-05-29 09:06:14969 'filepath': 'ios/clean/',
marqa4f135f2017-01-10 12:37:34970 },
971 'ios_showcase': {
Sylvain Defresne81467d82017-05-29 09:06:14972 'filepath': 'ios/showcase/',
marqa4f135f2017-01-10 12:37:34973 },
baxley9bfbd3cc2017-03-15 21:22:32974 'ios_test': {
Sylvain Defresne81467d82017-05-29 09:06:14975 'filepath': 'ios/chrome/test/|'\
976 'ios/testing/|'\
977 'ios/web/public/test/|'\
978 'ios/web/test/',
baxley9bfbd3cc2017-03-15 21:22:32979 },
eugenebutb5a5a8572017-01-20 01:18:11980 'ios_web': {
Sylvain Defresne81467d82017-05-29 09:06:14981 'filepath': 'ios/web(_view)?/',
eugenebutb5a5a8572017-01-20 01:18:11982 },
[email protected]f76c8852012-06-21 16:37:00983 'ipc': {
[email protected]f2f0fbb92012-07-14 15:52:49984 'filepath': 'ipc/ipc',
[email protected]f76c8852012-06-21 16:37:00985 },
Takeshi Yoshino524e1d262017-07-28 01:16:38986 'libvpx': {
987 'filepath': 'third_party/libvpx'
vabraafbd4f32015-11-10 19:30:23988 },
[email protected]a3f777d2014-01-07 23:38:26989 'libwebp': {
990 'filepath': 'third_party/libwebp'
991 },
dominiccabb90e02017-03-31 04:54:23992 'libxml_xslt': {
993 'filepath': 'third_party/libxml/' \
994 '|third_party/libxslt/',
995 },
[email protected]04a292a2013-03-07 19:58:42996 'linux_fonts': {
997 'filepath': 'ui/gfx/font_render_params_.*|'\
deratcd2d6fb2015-02-12 00:10:41998 'ui/gfx/platform_font_linux.*|'\
999 'ui/gfx/render_text_harfbuzz.*',
[email protected]04a292a2013-03-07 19:58:421000 },
1001 'linux_sandboxing': {
[email protected]f2f0fbb92012-07-14 15:52:491002 'filepath': 'sandbox/linux/',
[email protected]f76c8852012-06-21 16:37:001003 },
[email protected]04a292a2013-03-07 19:58:421004 'linux_seccomp_bpf': {
[email protected]d6a23612012-11-13 20:11:541005 'filepath': 'content/common/sandbox.*linux.cc',
[email protected]f76c8852012-06-21 16:37:001006 },
Takeshi Yoshino524e1d262017-07-28 01:16:381007 'login': {
1008 'filepath': 'chrome/browser/ui/login'
1009 },
lgrey62faed72016-10-11 21:40:391010 'mac': {
lgrey332339b12016-12-05 17:16:401011 'filepath': '(_|/)(cocoa|mac)(_|\.)|/(cocoa|mac)/|^((?!ios\/).)*\.mm?$',
lgrey62faed72016-10-11 21:40:391012 },
mlamourid8b0feb2015-06-02 16:30:471013 'manifest': {
1014 'filepath': 'content/(browser|renderer)/manifest/'\
1015 '|content/public/common/manifest*',
1016 },
michaelpg32ca07902015-02-07 00:31:111017 'md_settings': {
michaelpge42ca3b32016-02-19 08:17:571018 'filepath': 'chrome/browser/resources/settings/'\
Dan Beam62f6f8fce2017-06-07 21:23:081019 '|chrome/browser/ui/webui/settings/'\
1020 '|chrome/test/data/webui/settings/',
michaelpg32ca07902015-02-07 00:31:111021 },
[email protected]f76c8852012-06-21 16:37:001022 'media': {
Francois Beaufort9ab59c82017-08-24 13:10:291023 'filepath': 'media|third_party/(ffmpeg|opus|libvpx)'
[email protected]f76c8852012-06-21 16:37:001024 },
mcasasfeedbe42017-03-03 05:23:561025 'media_capture_from_element': {
alancutter40359812017-03-03 08:20:271026 'filepath': 'content/renderer/media_capture_from_element/' \
mcasasfeedbe42017-03-03 05:23:561027 '|third_party/WebKit/Source/modules/mediacapture/' \
1028 '|third_party/WebKit/Source/platform/exported/WebCanvasCapture' \
1029 '|third_party/WebKit/LayoutTests/fast/mediacapturefromelement/' \
1030 '|third_party/WebKit/public/platform/WebCanvasCapture'
1031 },
[email protected]06dd23172013-06-24 21:04:511032 'media_galleries': {
1033 'filepath': 'chrome/browser/extensions/api/media_galleries/'\
[email protected]06dd23172013-06-24 21:04:511034 '|chrome/browser/media_galleries/'\
1035 '|chrome/browser/storage_monitor/'\
1036 '|chrome/common/media_galleries/'\
Jay Civellicf995502017-09-08 23:59:271037 '|chrome/test/data/extensions/api_test/media_galleries/'
[email protected]06dd23172013-06-24 21:04:511038 },
alokp9e369ea72e2016-06-10 05:41:091039 'media_mojo': {
1040 'filepath': 'media/mojo/*'
1041 },
mcasasfeedbe42017-03-03 05:23:561042 'media_recorder': {
alancutter40359812017-03-03 08:20:271043 'filepath': 'content/renderer/media_recorder/' \
mcasasfeedbe42017-03-03 05:23:561044 '|third_party/WebKit/Source/modules/mediarecorder/' \
1045 '|third_party/WebKit/Source/platform/exported/WebMediaRecorder' \
1046 '|third_party/WebKit/LayoutTests/fast/mediarecorder/' \
1047 '|third_party/WebKit/public/platform/WebMediaRecorder'
1048 },
miu5e69f1c52016-10-23 13:40:111049 'media_remoting': {
1050 'filepath': 'chrome/browser/media/cast_remoting'\
1051 '|media/blink/webmediaplayer_'\
1052 '|media/mojo/interfaces/remoting.mojom'\
1053 '|media/remoting/',
1054 },
kmarshallb698ad4f2015-02-24 19:42:481055 'media_router': {
mfoltz57fd7f32017-05-03 06:12:581056 'filepath': 'chrome/android/(java|junit)/src/org/chromium/chrome/browser/media/router/' \
1057 '|chrome/browser/media/router/' \
kmarshallb698ad4f2015-02-24 19:42:481058 '|chrome/browser/resources/media_router/' \
mfoltz57fd7f32017-05-03 06:12:581059 '|chrome/browser/ui/views/media_router/' \
kmarshallb698ad4f2015-02-24 19:42:481060 '|chrome/browser/ui/webui/media_router/' \
mfoltz57fd7f32017-05-03 06:12:581061 '|chrome/common/media/router/' \
1062 '|chrome/test/data/webui/media_router/' \
1063 '|chrome/test/media_router/' \
1064 '|chrome/utility/media_router/'
kmarshallb698ad4f2015-02-24 19:42:481065 },
fmeawad4582cd22017-03-30 20:59:361066 'memory_coordinator': {
1067 'filepath': 'base/memory/memory_|' \
fmeawadd015b232017-03-31 02:22:451068 'content/browser/memory/|' \
1069 'content/child/memory/'
fmeawad4582cd22017-03-30 20:59:361070 },
[email protected]f76c8852012-06-21 16:37:001071 'message_loop': {
[email protected]f2f0fbb92012-07-14 15:52:491072 'filepath': 'base/message_'
[email protected]f76c8852012-06-21 16:37:001073 },
1074 'metrics': {
[email protected]f2f0fbb92012-07-14 15:52:491075 'filepath': 'base/metrics/'\
asvitkine361b276e2016-08-30 18:45:001076 '|chrome/android/java/src/org/chromium/chrome/browser/metrics/'\
[email protected]f2f0fbb92012-07-14 15:52:491077 '|chrome/browser/metrics/'\
[email protected]f2f0fbb92012-07-14 15:52:491078 '|chrome/browser/chromeos/external_metrics'\
[email protected]b0d594d2014-02-21 03:22:121079 '|chrome/browser/extensions/api/metrics_private/'\
[email protected]f2f0fbb92012-07-14 15:52:491080 '|chrome/browser/ui/webui/metrics_handler'\
asvitkineb7e10302016-01-20 05:17:451081 '|chromecast/browser/metrics/'\
asvitkinee4bad382015-11-05 21:56:451082 '|components/metrics/'\
asvitkineb7e10302016-01-20 05:17:451083 '|components/metrics_services_manager/'\
[email protected]ce6b855a2014-03-12 19:51:391084 '|components/rappor/'\
asvitkinee4bad382015-11-05 21:56:451085 '|components/variations/'\
[email protected]b0d594d2014-02-21 03:22:121086 # Exclude XML files; in particular, histograms.xml.
1087 '|tools/metrics/[^.]*([.](?!xml$).*)?$',
1088 },
1089 'metrics_xml_files': {
1090 # Subscribe to this to watch for changes to histograms.xml.
toyoshim8f51f902015-03-27 03:50:211091 'filepath': 'tools/metrics/.*\.xml$',
1092 },
1093 'midi': {
1094 'filepath': 'midi',
[email protected]f76c8852012-06-21 16:37:001095 },
[email protected]341f218a2013-09-24 22:16:101096 'mojo': {
1097 'filepath': 'mojo',
1098 },
Yuzhu Shen93bd7c992017-09-01 18:21:031099 'mojo_top_level_directory': {
1100 'filepath': '^mojo/',
1101 },
[email protected]f76c8852012-06-21 16:37:001102 'mouse_lock': {
1103 'filepath': 'mouse_lock',
1104 },
rjkroegef60dea862015-10-29 17:50:061105 'mus': {
ben6b0453d12016-07-02 04:27:191106 'filepath': 'services/ui/'\
rjkroegef60dea862015-10-29 17:50:061107 '|mojo/gpu/',
1108 },
[email protected]f76c8852012-06-21 16:37:001109 'nacl': {
[email protected]f2f0fbb92012-07-14 15:52:491110 'filepath': 'chrome/nacl/|chrome/test/nacl/|'\
[email protected]193912d2013-09-06 17:41:561111 'chrome/browser/nacl_host/|chrome/common/nacl|'\
1112 'native_client_sdk/src/doc/',
[email protected]f76c8852012-06-21 16:37:001113 },
[email protected]99ddc3d2013-01-22 16:15:331114 'native_client_sdk': {
1115 'filepath': '^native_client_sdk/',
1116 },
[email protected]b9ecdb62014-03-07 14:56:431117 'navigation': {
1118 'filepath': 'content/browser/frame_host|'\
1119 'content/browser/renderer_host/render_process_host.*|'\
1120 'content/browser/renderer_host/render_view_host.*|'\
1121 'content/browser/web_contents/web_contents_impl.*|'\
1122 'content/renderer/render_frame.*|'\
1123 'content/renderer/render_view.*'
1124 },
[email protected]f76c8852012-06-21 16:37:001125 'net': {
[email protected]f2f0fbb92012-07-14 15:52:491126 'filepath': 'net/',
[email protected]f76c8852012-06-21 16:37:001127 },
bnc1872e8bd2017-01-27 02:47:281128 'net_base': {
1129 'filepath': 'net/base/',
1130 },
bnc1872e8bd2017-01-27 02:47:281131 'net_http2': {
1132 'filepath': 'net/http2/',
1133 },
[email protected]f76c8852012-06-21 16:37:001134 'net_log': {
mmenke59e4d8fb42016-06-15 21:15:281135 'filepath': 'net/log/|' \
[email protected]f2f0fbb92012-07-14 15:52:491136 'chrome/browser/net/.*net_log|' \
[email protected]f2f0fbb92012-07-14 15:52:491137 'chrome/browser/resources/net_internals/|' \
mmenke59e4d8fb42016-06-15 21:15:281138 'chrome/browser/ui/webui/net_internals/|' \
Takeshi Yoshino6b30abd2017-07-16 03:34:511139 'components/net_log/'
[email protected]f76c8852012-06-21 16:37:001140 },
bnc1872e8bd2017-01-27 02:47:281141 'net_spdy': {
1142 'filepath': 'net/spdy/',
1143 },
Takeshi Yoshino9d7588a32017-07-31 07:17:341144 'net_websockets': {
1145 'filepath': 'net/websockets/' \
1146 '|net/data/websocket/'
1147 },
jkarlin539748402015-03-31 17:36:311148 'netinfo': {
Josh Karlin1bd016742017-08-18 17:44:171149 'filepath': '/netinfo/',
jkarlin539748402015-03-31 17:36:311150 },
peterf4758412014-09-17 15:06:011151 'notifications': {
Peter Beverloo4548c852017-08-31 13:45:171152 'filepath': 'chrome/browser/extensions/api/notifications/|'\
1153 'chrome/browser/notifications/|'\
1154 'chrome/test/data/notifications/|'\
1155 'content/browser/notifications/|'\
1156 'content/child/notifications/|'\
1157 'content/common/platform_notification|'\
1158 'content/public/browser/platform_notification|'\
1159 'content/public/common/platform_notification|'\
1160 'content/renderer/notification_|'\
1161 'third_party/WebKit/LayoutTests/external/wpt/notifications|'\
1162 'third_party/WebKit/LayoutTests/http/tests/notifications|'\
1163 'third_party/WebKit/Source/modules/notifications|'\
1164 'third_party/WebKit/public/platform/modules/notifications|'\
peterf4758412014-09-17 15:06:011165 'ui/message_center/'
1166 },
tbansalc6f1c9f2016-09-30 22:48:421167 'nqe': {
1168 'filepath': 'nqe',
1169 },
mcwilliamsedee5042016-04-05 18:46:451170 'ntp_snippets': {
1171 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk16a37f902016-05-16 15:49:361172 'chrome/android/javatests/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk14c89352016-07-21 13:45:131173 'chrome/android/junit/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk117ffb322017-02-06 12:04:201174 'chrome/android/java/src/org/chromium/chrome/browser/suggestions/|'\
1175 'chrome/android/javatests/src/org/chromium/chrome/browser/suggestions/|'\
mvanouwerkerk538dc0b62016-05-17 14:55:341176 'chrome/browser/android/ntp/ntp_snippets|'\
mcwilliamsedee5042016-04-05 18:46:451177 'chrome/browser/ntp_snippets/|'\
mvanouwerkerk41649732016-05-17 13:37:001178 'chrome/browser/resources/snippets_internals|'\
1179 'chrome/browser/ui/webui/snippets_internals|'\
mcwilliamsedee5042016-04-05 18:46:451180 'components/ntp_snippets/|'\
1181 'chrome/android/java/res/layout/new_tab_page|'\
noyau451e6bb62016-12-23 14:29:041182 'chrome/android/java/res/layout/most_visited|'\
1183 'ios/chrome/browser/ntp_snippets'
mcwilliamsedee5042016-04-05 18:46:451184 },
treib70176c52016-07-08 14:34:191185 'ntp_tiles': {
1186 'filepath': 'chrome/browser/android/ntp/|'\
1187 'chrome/browser/ui/webui/ntp/|'\
1188 'chrome/common/search/ntp|'\
noyau451e6bb62016-12-23 14:29:041189 'components/ntp_tiles/|'\
1190 'ios/chrome/browser/ntp_tiles'
treib70176c52016-07-08 14:34:191191 },
peterb8ec88f82017-03-21 13:29:421192 'offline_items_collection': {
1193 'filepath': 'components/offline_items_collection/',
1194 },
dimichdce3ee492016-04-04 04:20:521195 'offline_pages': {
1196 'filepath': 'components/offline_pages/'\
fgorski329be5b2016-04-19 21:38:111197 '|chrome/browser/android/offline_pages/'\
1198 '|chrome/android/java/src/org/chromium/chrome/browser/offlinepages/'
dimichdce3ee492016-04-04 04:20:521199 },
[email protected]f76c8852012-06-21 16:37:001200 'omnibox': {
jdonnelly6fa5a21d2017-01-03 15:28:351201 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/omnibox/|'\
1202 'chrome/android/javatests/src/org/chromium/chrome/browser/omnibox/|'\
1203 'chrome/browser/autocomplete/|'\
Justin Donnelly0af1472f2017-10-20 15:24:401204 'chrome/browser/ui/location_bar/|'\
jdonnelly6fa5a21d2017-01-03 15:28:351205 'chrome/browser/ui/omnibox/|'\
Justin Donnelly0af1472f2017-10-20 15:24:401206 'chrome/browser/ui/.*/location_bar/|'\
jdonnelly6fa5a21d2017-01-03 15:28:351207 'chrome/browser/ui/.*/omnibox/|'\
1208 'components/omnibox/|'\
1209 'ios/chrome/browser/ui/omnibox/'
[email protected]f76c8852012-06-21 16:37:001210 },
chasej6dff9292016-02-02 20:33:121211 'origin_trials': {
chasej68b8bbd2017-01-26 19:26:131212 'filepath': 'origin_trials'\
1213 '|OriginTrial'\
1214 '|ConditionalFeature',
chasej6dff9292016-02-02 20:33:121215 },
[email protected]4a2078e2013-07-18 20:40:201216 'ozone': {
[email protected]f93c2c92013-10-31 18:22:441217 'filepath': 'ui/ozone/|'\
[email protected]4b66bf922013-10-28 19:49:431218 'ui/events/ozone/|'\
1219 'ui/gfx/ozone/|'\
[email protected]4a2078e2013-07-18 20:40:201220 'ui/gl/gl_.*egl.*|'\
1221 'ui/gl/gl_.*ozone.*'
1222 },
lgarron9e25c7402017-03-15 04:03:111223 'page_info' : {
1224 'filepath': 'chrome/browser/ui/page_info/'\
1225 '|chrome/browser/ui/.*/page_info/'\
lgarron3428b2d32017-03-21 18:35:191226 '|chrome/android/java/src/org/chromium/chrome/browser/page_info/'\
lgarron6cd116a2017-04-07 19:42:181227 '|components/page_info_strings.grdp'\
Gregory Chatzinoffdf93d692017-09-09 01:32:271228 '|ios/chrome/browser/ui/page_info/'
lgarron6cd116a2017-04-07 19:42:181229 },
csharrison3b1dc4062015-10-19 14:31:081230 'page_load_metrics' : {
bmcquade9f433702016-07-26 23:33:501231 'filepath': 'chrome/browser/page_load_metrics/'\
1232 '|chrome/common/page_load_metrics/'\
1233 '|chrome/renderer/page_load_metrics/'
csharrison3b1dc4062015-10-19 14:31:081234 },
[email protected]f76c8852012-06-21 16:37:001235 'panels': {
[email protected]7cbe5a52012-09-27 02:00:291236 'filepath': 'chrome/browser/ui/panels'\
1237 '|chrome/browser/ui/cocoa/panels'\
[email protected]7cbe5a52012-09-27 02:00:291238 '|chrome/browser/ui/views/panels'
[email protected]f76c8852012-06-21 16:37:001239 },
[email protected]3cc8b3922014-05-05 13:12:081240 'password_manager': {
1241 'filepath': 'chrome/.*/password_'\
1242 '|chrome/browser/ui/passwords'\
1243 '|chrome/browser/ui/views/passwords'\
1244 '|chrome/test/data/password'\
1245 '|components/autofill.*password'
1246 '|components/password_'\
vabrccdb7222016-06-01 14:59:401247 '|^ios/chrome/browser/passwords'\
[email protected]3cc8b3922014-05-05 13:12:081248 },
rouslane8a22262016-10-19 20:49:411249 'payments': {
1250 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/payments'\
1251 '|chrome/android/javatests/src/org/chromium/chrome/browser/payments'\
Rouslan Solomakhin81af4cf2017-06-27 15:23:491252 '|chrome/browser/payments'\
1253 '|chrome/browser/ui/views/payments'\
Mohamad Ahmadi2b452762017-07-18 23:17:151254 '|components/payments/test/data'\
rouslana64ceca2016-10-26 01:10:311255 '|components/payments'\
Rouslan Solomakhin81af4cf2017-06-27 15:23:491256 '|content/browser/payments'\
1257 '|content/test/data/payments'\
1258 '|ios/chrome/browser/payments'\
1259 '|ios/chrome/browser/ui/payments'\
1260 '|ios/web/payments'\
1261 '|ios/web/public/payments'\
1262 '|third_party/WebKit/LayoutTests/external/wpt/payment-request'\
1263 '|third_party/WebKit/LayoutTests/http/tests/payments'\
1264 '|third_party/WebKit/LayoutTests/payments'\
1265 '|third_party/WebKit/public/platform/modules/payments'\
1266 '|third_party/WebKit/Source/modules/payments'
mahmadi0a7bb59f2017-02-22 19:13:491267 },
1268 'payments_ios': {
Rouslan Solomakhin81af4cf2017-06-27 15:23:491269 'filepath': 'ios/web/payments'\
1270 '|ios/chrome/browser/payments'\
1271 '|ios/chrome/browser/ui/payments'\
1272 '|ios/web/public/payments'
rouslane8a22262016-10-19 20:49:411273 },
[email protected]f76c8852012-06-21 16:37:001274 'pepper_api': {
[email protected]b8491b02013-11-13 03:50:581275 'filepath': 'ppapi/api'\
1276 '|ppapi/c',
[email protected]f76c8852012-06-21 16:37:001277 },
mlamourid8b0feb2015-06-02 16:30:471278 'permissions': {
1279 'filepath': 'content/(child,browser)/permissions/'\
1280 '|content/common/permission_*'\
1281 '|content/public/(common,browser)/permission_*'\
1282 '|chrome/browser/permissions/'\
1283 '|chrome/browser/content_settings/permission*'\
1284 '|permission_context',
1285 },
[email protected]f76c8852012-06-21 16:37:001286 'plugin': {
[email protected]f2f0fbb92012-07-14 15:52:491287 'filepath': 'chrome/browser/plugin|chrome/plugin/|'\
Thiago Farinae067154bb2015-05-07 15:37:591288 'chrome/common/plugin',
[email protected]f76c8852012-06-21 16:37:001289 },
michaelpg11fff3f2015-02-06 03:35:341290 'polymer': {
1291 'filepath': 'third_party/polymer/|'\
michaelpgf94a2a22017-03-06 22:35:001292 'third_party/web-animations-js/|'\
dbeam78528be2016-02-18 07:08:491293 'tools/polymer|'\
michaelpg11fff3f2015-02-06 03:35:341294 'ui/webui/resources/polymer_resources.grdp',
1295 },
Charles Harrison981d33c2017-10-06 21:36:221296 'popup_blocker': {
1297 'filepath': 'chrome/browser/ui/blocked_content'
1298 },
twifkak0c69c1f2015-06-22 18:20:091299 'precache': {
1300 'filepath': '[pP]recache'
1301 },
[email protected]be775bc2014-06-30 15:41:141302 'prepopulated_engines': {
1303 'filepath': 'components/search_engines/prepopulated_engines.json',
1304 },
[email protected]f76c8852012-06-21 16:37:001305 'prerender': {
[email protected]78375a52012-07-14 14:47:571306 'filepath': 'prerender'
[email protected]f76c8852012-06-21 16:37:001307 },
mfoltz57fd7f32017-05-03 06:12:581308 'presentation': {
1309 'filepath': 'content/(browser|common|renderer)/presentation/' \
1310 '|third_party/WebKit/public/platform/modules/presentation/' \
1311 '|third_party/WebKit/LayoutTests/presentation/' \
1312 '|third_party/WebKit/Source/modules/presentation/'
1313 },
peter884896c72015-03-12 14:26:201314 'push_messaging': {
1315 'filepath': 'push_messaging'
1316 },
stkhapugin06503142016-12-07 14:32:121317 'reading_list': {
1318 'filepath': 'components/reading_list|'\
1319 'ios/chrome/browser/reading_list|'\
1320 'ios/chrome/browser/ui/reading_list',
1321 },
[email protected]f76c8852012-06-21 16:37:001322 'remoting': {
sergeyu05995a4f2017-01-24 21:26:011323 'filepath': '^remoting/' \
1324 '|^testing/chromoting'
[email protected]f76c8852012-06-21 16:37:001325 },
gab57e80c72014-12-08 21:06:131326 'rlz_id': {
1327 'filepath' :'rlz/lib/machine_id.cc|'\
1328 'rlz/lib/machine_id.h|'\
1329 'rlz/win/lib/machine_id_win.cc',
1330 },
grt829c6a82014-10-20 09:29:321331 'safe_browsing': {
timvolodine41e95412017-03-14 02:55:341332 'filepath': 'chrome/(browser|common|renderer)/safe_browsing/|'\
1333 'components/safe_browsing/',
grt829c6a82014-10-20 09:29:321334 },
vakhf8e14c92016-10-17 21:29:471335 'safe_browsing_db': {
1336 'filepath': 'components/safe_browsing_db/',
1337 },
skyostil20dea312014-11-11 13:43:061338 'scheduler': {
rmcilroyfa5ac552015-04-09 12:33:171339 'filepath': 'cc/scheduler'\
rmcilroyfa5ac552015-04-09 12:33:171340 '|content/renderer/scheduler'
skyostil20dea312014-11-11 13:43:061341 },
mlamourid8b0feb2015-06-02 16:30:471342 'screen_orientation': {
1343 'filepath': 'screen_orientation',
1344 },
[email protected]0b431722014-01-08 07:21:511345 'service_worker': {
[email protected]edaf31d2014-03-07 00:09:171346 'filepath': 'content/(browser|renderer|child|common)/service_worker/',
[email protected]0b431722014-01-08 07:21:511347 },
Yuzhu Shen93bd7c992017-09-01 18:21:031348 'services_network': {
1349 'filepath': 'services/network',
1350 },
Colin Blundell6d2669a2017-07-11 06:26:531351 'services_public': {
1352 'filepath': 'services/([^/]*/)*public/',
1353 },
alitoc5534d62017-04-21 01:48:581354 'settings_reset_prompt': {
1355 'filepath': 'chrome/browser/safe_browsing/settings_reset_prompt/'\
1356 '|chrome/browser/ui/views/settings_reset_prompt',
1357 },
dominickn8884155a2016-06-23 02:28:161358 'site_engagement': {
1359 'filepath': 'chrome/browser/engagement/|'\
1360 'chrome/browser/ui/webui/engagement/',
1361 },
[email protected]f76c8852012-06-21 16:37:001362 'site_instance': {
[email protected]f2f0fbb92012-07-14 15:52:491363 'filepath': 'content/browser/site_instance|'\
1364 'content/browser/browsing_instance',
[email protected]f76c8852012-06-21 16:37:001365 },
[email protected]ad0295d2012-10-11 23:43:361366 'spellcheck': {
1367 'filepath': 'chrome/browser/spellchecker/'\
timvolodine8cdb94c2016-09-22 12:17:221368 '|chrome/browser/renderer_context_menu/spelling_'\
1369 '|components/spellcheck/'\
1370 '|third_party/hunspell/'\
1371 '|third_party/hunspell_dictionaries/',
[email protected]ad0295d2012-10-11 23:43:361372 },
[email protected]67f39af2013-08-23 20:06:051373 'streams': {
1374 'filepath': 'content/browser/streams/',
1375 },
vmpstrcc1c08302015-11-18 06:05:511376 'styleguide': {
1377 'filepath': '^styleguide/',
1378 },
engedye7b734da2017-02-07 12:08:131379 'subresource_filter': {
Charles Harrisonfb3eac92017-06-26 21:26:021380 'filepath': 'subresource_filter|SubresourceFilter|url_pattern_index',
engedye7b734da2017-02-07 12:08:131381 },
[email protected]43d33e92014-07-14 16:39:311382 'supervised_users': {
1383 'filepath': 'chrome/browser/.*managed_mode'\
1384 '|chrome/browser/.*managed_user'\
1385 '|chrome/browser/.*supervised_user',
1386 },
alito438fa4332016-12-20 21:59:171387 'swreporter': {
alitof6fcb352017-05-01 22:34:281388 'filepath': 'chrome/browser/safe_browsing/chrome_cleaner/'\
alito438fa4332016-12-20 21:59:171389 '|chrome/browser/component_updater/sw_reporter_',
1390 },
[email protected]f76c8852012-06-21 16:37:001391 'sync': {
maxboguefa217942016-04-01 01:08:131392 'filepath': '^chrome/android/sync_shell/'\
1393 '|^chrome/browser/ui/sync/'\
1394 '|^chrome/browser/ui/views/sync/'\
1395 '|^chrome/test/android/javatests/src/org/chromium/chrome/test/util/browser/sync/'\
1396 '|^ios/chrome/browser/sync/'\
1397 '|^chrome/android/java/src/org/chromium/chrome/browser/sync/'\
1398 '|^chrome/browser/sync/'\
1399 '|^components/browser_sync/'\
Max Boguefef332d2016-07-28 22:09:091400 '|^components/sync/'\
maxboguefa217942016-04-01 01:08:131401 '|^components/sync_bookmarks/'\
Max Boguefef332d2016-07-28 22:09:091402 '|^components/sync_sessions/',
[email protected]f76c8852012-06-21 16:37:001403 },
[email protected]92871a102013-07-01 11:11:411404 'syncfs': {
1405 'filepath': 'sync_file_system',
1406 },
miu5e69f1c52016-10-23 13:40:111407 'tab_alert_indicators': {
1408 'filepath': 'content/browser/media/audio_stream_monitor'\
1409 '|chrome/browser/ui/cocoa/tabs/alert_indicator_button'\
1410 '|chrome/browser/ui/cocoa/tabs/tab_controller\.mm'\
1411 '|chrome/browser/ui/tabs/tab_utils'\
1412 '|chrome/browser/ui/views/tabs/alert_indicator_button'\
1413 '|chrome/browser/ui/views/tabs/tab\.cc'\
1414 '|chrome/browser/ui/views/tabs/tab_renderer_data'\
1415 '|media/audio/audio_(output_controller|power_monitor)',
1416 },
[email protected]82d74152013-07-28 08:55:311417 'tab_capture': {
miu5e69f1c52016-10-23 13:40:111418 'filepath': 'cc/output/copy_output_'\
[email protected]31ef420b2014-08-13 21:19:131419 '|chrome/browser/extensions/api/tab_capture/'\
miu5e69f1c52016-10-23 13:40:111420 '|chrome/renderer/resources/extensions/tab_capture_custom_bindings.js'\
[email protected]31ef420b2014-08-13 21:19:131421 '|chrome/test/data/extensions/api_test/tab_capture/'\
[email protected]31ef420b2014-08-13 21:19:131422 '|content/browser/media/capture/'\
miu5e69f1c52016-10-23 13:40:111423 '|content/browser/renderer_host/delegated_frame_host'\
[email protected]31ef420b2014-08-13 21:19:131424 '|content/browser/renderer_host/media/(audio_'\
1425 '|media_stream_manager|video_)'\
miu5e69f1c52016-10-23 13:40:111426 '|content/public/renderer/media_stream_'\
1427 '|content/renderer/media/(media_stream|(.+audio_source))'\
[email protected]31ef420b2014-08-13 21:19:131428 '|media/audio/(audio_output_controller|fake_audio_|virtual_audio_)'\
1429 '|media/base/video_frame\.h'\
miu5e69f1c52016-10-23 13:40:111430 '|media/capture/',
[email protected]82d74152013-07-28 08:55:311431 },
[email protected]f76c8852012-06-21 16:37:001432 'tab_contents': {
[email protected]f2f0fbb92012-07-14 15:52:491433 'filepath': 'chrome/browser/tab_contents/|'\
1434 'content/browser/tab_contents/|'\
1435 'chrome/browser/ui/tab_contents/',
[email protected]f76c8852012-06-21 16:37:001436 },
tdresserd80646f2017-03-03 19:26:081437 'tbmv2_metrics': {
1438 'filepath': 'third_party/catapult/tracing/tracing/metrics'
1439 },
[email protected]5e105332012-09-13 01:55:521440 'tcmalloc': {
1441 'filepath': 'third_party/tcmalloc'
1442 },
[email protected]31a10602012-11-21 01:51:261443 'telemetry': {
nednguyen79105d422016-04-18 01:38:421444 'filepath': 'tools/perf/'
[email protected]31a10602012-11-21 01:51:261445 },
Takeshi Yoshino524e1d262017-07-28 01:16:381446 'test_runner': {
1447 'filepath': 'components/test_runner/' \
1448 '|content/shell/(common|browser|renderer)/layout_test/' \
1449 '|content/test/layouttest_support.cc' \
1450 '|content/public/test/layouttest_support.h' \
1451 },
[email protected]f76c8852012-06-21 16:37:001452 'tests': {
[email protected]f2f0fbb92012-07-14 15:52:491453 'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/',
[email protected]0cde05a02011-11-30 23:36:521454 },
jlkleinecc81952016-11-19 00:16:071455 'tether': {
1456 'filepath': 'components/cryptauth/'\
1457 '|chromeos/components/tether/'\
1458 '|components/proximity_auth/',
1459 },
[email protected]1cbbb30b2011-10-14 08:03:561460 'textinput': {
Yuichiro Hanadaf0b3b472017-10-17 07:00:531461 'filepath': 'chrome/browser/ui/input_method'\
[email protected]f2f0fbb92012-07-14 15:52:491462 '|content/browser/renderer_host/render_widget_host_view'\
1463 '|content/browser/renderer_host/text_input'\
1464 '|ui/base/ime/'\
[email protected]f2f0fbb92012-07-14 15:52:491465 '|ui/views/controls/textfield/'\
Yuichiro Hanadaf0b3b472017-10-17 07:00:531466 '|ui/wm/core/ime'
[email protected]1cbbb30b2011-10-14 08:03:561467 },
[email protected]3a117c62011-11-29 04:28:021468 'textinput_chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:491469 'filepath': 'chrome/browser/chromeos/input_method/'\
1470 '|chrome/browser/chromeos/extensions/input_method'\
1471 '|chrome/browser/chromeos/status/input_method'\
1472 '|chrome/browser/extensions/extension_input_'\
1473 '|chrome/browser/resources/keyboard'\
[email protected]f2f0fbb92012-07-14 15:52:491474 'chromeos/.*(language|keyboard)'\
[email protected]6bd9e802013-04-18 06:40:421475 '|chromeos/ime/*'
[email protected]3a117c62011-11-29 04:28:021476 },
chirantan96fcf6d2015-01-21 22:36:191477 'timers': {
1478 'filepath': 'base/timer/'\
1479 '|components/timers/'
1480 },
robliaofd54b5c2017-01-13 00:41:301481 'tools_win_chromeexts': {
1482 'filepath': 'tools/win/chromeexts',
1483 },
[email protected]c8eb7f72013-07-04 15:30:111484 'tracing': {
1485 'filepath': 'base/debug/trace_event.*'\
primianobef13b42015-01-30 15:29:311486 '|base/trace_event/'\
[email protected]c8eb7f72013-07-04 15:30:111487 '|content/browser/tracing/'\
1488 '|components/tracing/'
1489 },
[email protected]cf428f732012-10-02 20:48:151490 'ui_compositor': {
1491 'filepath': 'ui/compositor/layer\.|'\
1492 'ui/compositor/layer_unittest|'\
1493 'ui/compositor/compositor',
1494 },
robliao2c4b7492016-07-19 01:57:261495 'ui_display_win': {
1496 'filepath': '^ui/display/win',
1497 },
[email protected]6b5093c2012-05-23 19:10:181498 'ui_resources': {
[email protected]f2f0fbb92012-07-14 15:52:491499 'filepath': 'ui/resources/'\
1500 '|ui/base/native_theme/resources/'\
1501 '|chrome/app/theme/'
[email protected]6b5093c2012-05-23 19:10:181502 },
edwardjung83f52ef22017-02-07 13:15:071503 'ui_strings': {
1504 'filepath': 'chrome/app/generated_resources.grd'\
1505 '|chrome/app/google_chrome_strings.grd'\
1506 '|chrome/android/java/strings/android_chrome_strings.grd'\
1507 '|chrome/app/settings_strings.grdp'\
1508 '|ios/chrome/app/strings/ios(_.+)*_strings.grd'\
1509 '|ui/strings/ui_strings.grd',
1510 },
[email protected]f76c8852012-06-21 16:37:001511 'valgrind': {
1512 'filepath': 'valgrind',
1513 },
[email protected]c73ec8ab2014-01-16 20:35:231514 'version_assembly': {
1515 'filepath': 'chrome/app/version_assembly',
1516 },
posciak62a72272016-05-11 08:31:241517 'video': {
1518 'filepath': 'content/browser/renderer_host/media/|'\
1519 'content/renderer/media/|'\
1520 'media/capture/video/|'\
1521 'media/filters/|'\
1522 'media/gpu/|'\
1523 '.*video.*',
1524 },
mcasas09e881c2016-04-09 02:09:501525 'video_capture': {
1526 'filepath': 'chrome/browser/media/.*(capture|media|webrtc)'\
1527 '|content/browser/renderer_host/media/.*(capture|media)'\
1528 '|content/renderer/media/.*(capture|media|webrtc)'\
1529 '|media/capture/'\
chfremer2a01a69b2017-01-06 02:39:011530 '|media/muxers/'\
1531 '|services/video_capture/',
mcasas09e881c2016-04-09 02:09:501532 },
[email protected]f76c8852012-06-21 16:37:001533 'views': {
1534 # Applies to all files and subdirs within this directory.
[email protected]f2f0fbb92012-07-14 15:52:491535 'filepath': '^ui/views/',
[email protected]f76c8852012-06-21 16:37:001536 },
[email protected]ef514a32014-02-26 01:02:351537 'virtual_keyboard': {
1538 'filepath': 'ui/keyboard/'\
oka47452c22017-02-17 05:07:571539 '|chrome/test/data/chromeos/virtual_keyboard/'\
1540 '|extensions/browser/api/virtual_keyboard_private/'\
James Cooka35a1e22017-04-08 02:33:081541 '|ash/system/virtual_keyboard/'\
oka47452c22017-02-17 05:07:571542 '|ash/virtual_keyboard',
[email protected]ef514a32014-02-26 01:02:351543 },
billorr3c7e1442016-11-11 21:21:351544 'virtual_reality': {
1545 'filepath': 'vr_shell/|'\
1546 '/vr/|'\
1547 'third_party/gvr',
1548 },
Matt Giuca9eb910d2017-08-02 04:07:381549 'web_share': {
1550 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/webshare/'\
1551 '|chrome/android/javatests/src/org/chromium/chrome/browser/WebShare.*'\
1552 '|chrome/browser/ui/views/webshare/'\
1553 '|chrome/browser/webshare/'\
1554 '|third_party/WebKit/LayoutTests/webshare/'\
1555 '|third_party/WebKit/LayoutTests/external/wpt/web-share/'\
1556 '|third_party/WebKit/public/platform/modules/webshare/'\
1557 '|third_party/WebKit/Source/modules/webshare/',
1558 },
Takeshi Yoshinoe387aa32017-08-02 13:16:131559 'webrtc_browser_tests': {
1560 'filepath': 'chrome/browser/media/.*webrtc.*browsertest|'\
1561 'content/browser/media/.*webrtc.*browsertest',
1562 },
[email protected]208879542012-07-05 11:15:341563 'website_settings': {
[email protected]f2f0fbb92012-07-14 15:52:491564 'filepath': 'chrome/browser/content_settings/'\
1565 '|chrome/browser/ui/views/website_settings/'\
1566 '|chrome/browser/ui/website_settings/'\
mukai077089f2014-09-11 18:41:521567 '|chrome/common/content_settings'\
1568 '|components/content_settings/',
[email protected]208879542012-07-05 11:15:341569 },
[email protected]b17d9e02014-07-29 09:45:501570 'windows_sandboxing': {
1571 'filepath': 'sandbox/win/',
1572 },
[email protected]f76c8852012-06-21 16:37:001573 'x11': {
[email protected]f2f0fbb92012-07-14 15:52:491574 'filepath': 'content/browser/renderer_host/backing_store_x\.' \
1575 '|chrome/browser/chromeos/input_method/xkeyboard\.' \
1576 '|chrome/browser/chromeos/system_key_event_listener\.' \
[email protected]f76c8852012-06-21 16:37:001577 '|chrome/browser/chromeos/'\
[email protected]f2f0fbb92012-07-14 15:52:491578 'xinput_hierarchy_changed_event_listener\.' \
1579 '|chrome/browser/chromeos/wm_' \
1580 '|ui/base/x/'
[email protected]0d710852012-05-24 01:18:401581 },
wjmaclean3ff6a402015-03-31 19:00:201582 'zoom': {
1583 'filepath': 'chrome/browser/ui/zoom/' \
1584 '|components/ui/zoom/' \
1585 '|content/browser/host_zoom_*' \
1586 '|content/browser/storage_partition_impl*' \
1587 '|content/public/browser/host_zoom_map.h' \
1588 '|content/public/browser/storage_partition.h'
1589 },
[email protected]a3838612009-10-13 21:57:541590 },
[email protected]ca872e362011-07-12 21:06:031591
pennymac962d190432016-07-27 00:58:351592 ##############################################################################
1593 # Please keep alphabetical
1594 ##############################################################################
[email protected]a3838612009-10-13 21:57:541595 'WATCHLISTS': {
asvitkinee4bad382015-11-05 21:56:451596 'about_flags': ['[email protected]'],
mazda6471d0e2015-10-02 06:32:551597 'accelerator_table': ['[email protected]',
[email protected]f76c8852012-06-21 16:37:001598 '[email protected]'],
dmazzoni5f4b7f12015-02-17 16:35:571599 'accessibility': ['[email protected]',
Aaron Leventhal978557022017-06-09 15:39:411600 '[email protected]',
dmazzoni5f4b7f12015-02-17 16:35:571601 '[email protected]',
dougtcd8ac01d2017-03-24 16:23:401602 '[email protected]',
[email protected]f76c8852012-06-21 16:37:001603 '[email protected]',
je_julie.kima170bac2015-05-06 14:57:541604 '[email protected]',
dmazzoni5f4b7f12015-02-17 16:35:571605 '[email protected]',
[email protected]f76c8852012-06-21 16:37:001606 '[email protected]'],
Andrew Grieve5babdbfc2017-08-16 01:26:491607 'add_to_homescreen': ['[email protected]',
Xi Han50f523a1d2017-07-19 15:56:111608 '[email protected]',
Piotr Swigond0160f32017-08-29 04:36:091609 '[email protected]',
F07b660412017-08-01 20:53:061610 '[email protected]'],
asvitkine361b276e2016-08-30 18:45:001611 'android_crash_reporting': ['[email protected]'],
johnmaguire6aaac7902016-03-15 12:28:201612 'android_crazy_linker': ['[email protected]'],
dfalcantaraef21e9e2016-01-07 01:16:261613 'android_infobars': ['[email protected]'],
agrieve4d9c1c52016-09-23 17:49:381614 'android_infra': ['[email protected]',
Andrew Grieve5babdbfc2017-08-16 01:26:491615 '[email protected]'],
Takeshi Yoshino524e1d262017-07-28 01:16:381616 'android_item_chooser_dialogs': ['[email protected]',
1617 '[email protected]'],
lizebf34f69b2016-03-30 16:08:531618 'android_loading': ['[email protected]',
drogere76b5632016-03-31 14:14:411619 '[email protected]'],
mlamourid8b0feb2015-06-02 16:30:471620 'android_media': ['[email protected]',
1621 '[email protected]'],
nyquistf602bd02017-02-16 23:17:441622 'android_studio': ['[email protected]',
1623 '[email protected]'],
pennymac962d190432016-07-27 00:58:351624 'android_tab': ['[email protected]',
David Trainor051827f2017-06-02 18:33:131625 '[email protected]'],
asvitkine361b276e2016-08-30 18:45:001626 'android_uma_settings': ['[email protected]',
1627 '[email protected]'],
Piotr Swigon13cf6402017-09-26 07:14:331628 'android_webapk': ['[email protected]'],
[email protected]7ca78dc12012-09-20 09:26:441629 'android_webview': ['[email protected]'],
Matt Giuca9eb910d2017-08-02 04:07:381630 'app_list': ['[email protected]'],
1631 'app_shortcuts': ['[email protected]',
1632 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001633 'appcache': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351634 'apps': ['[email protected]',
1635 '[email protected]'],
lhchavez4b19176f2016-05-04 23:12:461636 'arc': ['[email protected]',
hidehiko49f0b7c2016-05-24 10:59:471637 '[email protected]',
lhchavez4b19176f2016-05-04 23:12:461638 '[email protected]',
victorhsieh52feccd2017-02-27 18:27:021639 '[email protected]',
lhchavez4b19176f2016-05-04 23:12:461640 '[email protected]'],
lhchavez61532c92016-10-18 21:33:371641 'arc_auth': ['[email protected]'],
Shuhei Takahashiaf68cff2017-07-24 05:17:121642 'arc_fileapi': ['[email protected]'],
poromov7633f602017-02-21 16:44:011643 'arc_kiosk': ['[email protected]'],
lhchavez4b19176f2016-05-04 23:12:461644 'arc_net': ['[email protected]',
1645 '[email protected]',
1646 '[email protected]'],
ejcarusoa298ec02016-06-16 20:30:431647 'arc_power': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351648 'ash': ['[email protected]',
1649 '[email protected]'],
1650 'aura': ['[email protected]',
1651 '[email protected]'],
[email protected]c3a6e1e72013-08-02 00:13:071652 'aura_compositor': ['[email protected]',
1653 '[email protected]',
pennymac962d190432016-07-27 00:58:351654 '[email protected]',
danakj3695c582016-10-26 21:54:431655 '[email protected]'],
sullivan0171e3c2015-03-03 18:47:211656 'auto_bisect': ['[email protected]'],
Evan Stade18fbcb7a2017-07-25 18:31:271657 'autofill': ['[email protected]',
sebsgbbfbea02016-10-24 21:54:591658 '[email protected]',
1659 '[email protected]',
mathpc2040642017-01-25 14:59:411660 '[email protected]',
1661 '[email protected]'],
Peter Beverloo4548c852017-08-31 13:45:171662 'background_fetch': ['[email protected]',
peterc7e27422017-05-17 04:05:281663 '[email protected]',
peter39e10a62017-02-21 15:14:131664 '[email protected]'],
pennymac962d190432016-07-27 00:58:351665 'background_sync': ['[email protected]',
chasej6dff9292016-02-02 20:33:121666 '[email protected]',
pennymac962d190432016-07-27 00:58:351667 '[email protected]'],
pkotwicz2ec0b292016-09-26 17:12:321668 'banners': ['[email protected]',
Xi Han50f523a1d2017-07-19 15:56:111669 '[email protected]',
Piotr Swigond0160f32017-08-29 04:36:091670 '[email protected]',
F07b660412017-08-01 20:53:061671 '[email protected]'],
Takeshi Yoshino524e1d262017-07-28 01:16:381672 'base': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:191673 'base_allocator': ['[email protected]',
[email protected]b17d9e02014-07-29 09:45:501674 '[email protected]'],
[email protected]1ed5e0fd2012-07-19 00:19:051675 'base_memory': ['[email protected]'],
robliao1644d8b2016-04-11 15:39:591676 'base_task_scheduler': ['[email protected]',
1677 '[email protected]',
1678 '[email protected]'],
pennymac962d190432016-07-27 00:58:351679 'base_win': ['[email protected]',
1680 '[email protected]'],
[email protected]7e093d4022014-06-26 19:19:551681 'battery_status': ['[email protected]'],
wnwen72684762017-03-29 13:28:371682 'binary_size': ['[email protected]',
1683 '[email protected]',
1684 '[email protected]'],
pennymac962d190432016-07-27 00:58:351685 'blink': ['[email protected]'],
1686 'blink_accessibility': ['[email protected]',
1687 '[email protected]',
dougtcd8ac01d2017-03-24 16:23:401688 '[email protected]',
horo8e9a01572016-07-27 06:05:311689 '[email protected]',
pennymac962d190432016-07-27 00:58:351690 '[email protected]'],
1691 'blink_animation': ['[email protected]',
1692 '[email protected]',
1693 '[email protected]',
1694 '[email protected]',
1695 '[email protected]'],
1696 'blink_app_banner': ['[email protected]'],
1697 'blink_audio': ['[email protected]',
1698 '[email protected]'],
1699 'blink_battery_status': ['[email protected]',
1700 '[email protected]'],
1701 'blink_bidi': ['[email protected]'],
1702 'blink_bindings': ['[email protected]'],
jbroman9ac2d532016-09-01 18:20:081703 'blink_bindings_serialization': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351704 'blink_bluetooth': ['[email protected]',
1705 '[email protected]'],
danakjdfa88932017-06-29 18:43:281706 'blink_canvas2d': ['[email protected]',
pennymac962d190432016-07-27 00:58:351707 '[email protected]'],
1708 'blink_client_hints': ['[email protected]'],
1709 'blink_clipboard': ['[email protected]'],
Kentaro Hara993b0de2017-08-07 02:26:371710 'blink_controller': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351711 'blink_css': ['[email protected]',
1712 '[email protected]',
horo8e9a01572016-07-27 06:05:311713 '[email protected]',
pennymac962d190432016-07-27 00:58:351714 '[email protected]',
1715 '[email protected]'],
1716 'blink_css_flexbox': ['[email protected]'],
Morten Stenshorneab6785c2017-10-12 21:23:381717 'blink_css_fragmentation_tests': [''],
pennymac962d190432016-07-27 00:58:351718 'blink_css_grid_layout': ['[email protected]',
horo8e9a01572016-07-27 06:05:311719 '[email protected]',
pennymac962d190432016-07-27 00:58:351720 '[email protected]'],
pennymac962d190432016-07-27 00:58:351721 'blink_custom_elements': ['[email protected]',
1722 '[email protected]'],
pennymac962d190432016-07-27 00:58:351723 'blink_device_orientation': ['[email protected]',
1724 '[email protected]'],
1725 'blink_devtools': ['[email protected]',
1726 '[email protected]',
1727 '[email protected]',
1728 '[email protected]',
1729 '[email protected]',
lushnikovc5bd7ca2016-07-27 17:19:391730 '[email protected]'],
pennymac962d190432016-07-27 00:58:351731 'blink_dom': ['[email protected]',
1732 '[email protected]',
1733 '[email protected]',
Sigbjorn Finne2f2dec92017-07-27 07:23:501734 '[email protected]'],
Hayato Ito5fc828c2017-07-05 08:02:321735 'blink_dom_events': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351736 'blink_events': ['[email protected]',
1737 '[email protected]',
1738 '[email protected]',
1739 '[email protected]'],
1740 'blink_fetch': ['[email protected]',
1741 '[email protected]',
Takeshi Yoshino9d7588a32017-07-31 07:17:341742 '[email protected]'],
1743 'blink_fetch_api': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351744 'blink_fileapi': ['[email protected]',
1745 '[email protected]',
1746 '[email protected]'],
haraken98d0827a2017-02-27 00:55:191747 'blink_frames': ['[email protected]'],
Miguel Casas-Sanchez5eb47252017-09-05 21:15:031748 'blink_geolocation': ['[email protected]',
pennymac962d190432016-07-27 00:58:351749 '[email protected]'],
1750 'blink_heap': ['[email protected]',
1751 '[email protected]',
1752 '[email protected]',
1753 '[email protected]'],
1754 'blink_html': ['[email protected]',
1755 '[email protected]'],
csharrisonf357e9632016-07-29 01:27:221756 'blink_htmlparser': ['[email protected]',
1757 '[email protected]'],
pennymac962d190432016-07-27 00:58:351758 'blink_indexed_db': ['[email protected]',
1759 '[email protected]'],
1760 'blink_input': ['[email protected]',
nzolghadr773a1982016-10-18 21:26:451761 '[email protected]'],
pennymac962d190432016-07-27 00:58:351762 'blink_layers': ['[email protected]'],
1763 'blink_layout': ['[email protected]',
1764 '[email protected]',
1765 '[email protected]',
1766 '[email protected]',
1767 '[email protected]',
1768 '[email protected]',
1769 '[email protected]'],
cbiesinger46ecaae2016-09-09 18:44:561770 'blink_layout_ng': ['[email protected]',
gleblc60d6632016-09-13 19:49:461771 '[email protected]',
atotic30c8eba2016-10-28 13:24:071772 '[email protected]',
dgroganf9744ea2017-01-18 23:23:261773 '[email protected]',
lchoi2ba79a72017-05-25 00:23:051774 '[email protected]',
1775 '[email protected]'],
Xiaocheng Huc852ab092017-08-10 06:04:431776 'blink_layout_ng_test_expectations': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351777 'blink_loader': ['[email protected]',
1778 '[email protected]',
1779 '[email protected]',
1780 '[email protected]'],
1781 'blink_media': ['[email protected]',
1782 '[email protected]',
srirama.mdec4f512016-09-06 08:22:191783 '[email protected]',
1784 '[email protected]'],
pennymac962d190432016-07-27 00:58:351785 'blink_media_queries': ['[email protected]',
1786 '[email protected]'],
mcasas9558316b2017-03-10 18:57:311787 'blink_mediastream': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351788 'blink_modules': ['[email protected]'],
1789 'blink_navigator_content_utils': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351790 'blink_out_of_process_frames': ['[email protected]',
1791 '[email protected]'],
pennymac962d190432016-07-27 00:58:351792 'blink_paint' : ['[email protected]',
chrishtr4030de342016-10-03 23:57:591793 '[email protected]'],
panickere9ffa3f2017-04-10 18:26:061794 'blink_performance_timing': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351795 'blink_permissions': ['[email protected]'],
kinukoc462adb2016-12-22 12:58:491796 'blink_platform': ['[email protected]'],
ajumabd2c9c22017-05-01 21:29:501797 'blink_platform_graphics': ['[email protected]',
pennymac962d190432016-07-27 00:58:351798 '[email protected]',
1799 '[email protected]',
1800 '[email protected]',
fmalita9710b732017-02-17 05:10:021801 '[email protected]',
pennymac962d190432016-07-27 00:58:351802 '[email protected]',
1803 '[email protected]',
1804 '[email protected]',
1805 '[email protected]'],
Takeshi Yoshino524e1d262017-07-28 01:16:381806 'blink_preloadScanner': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351807 'blink_prerender': ['[email protected]',
1808 '[email protected]'],
pennymac962d190432016-07-27 00:58:351809 'blink_public_api': ['[email protected]',
1810 '[email protected]'],
pennymac962d190432016-07-27 00:58:351811 'blink_quota': ['[email protected]',
1812 '[email protected]',
1813 '[email protected]'],
1814 'blink_scheduler': ['[email protected]'],
1815 'blink_screen_orientation': ['[email protected]'],
Kouhei Ueno43382932017-05-30 04:43:571816 'blink_script': ['[email protected]',
1817 '[email protected]',
1818 '[email protected]'],
falken6731ece42016-10-12 01:41:501819 'blink_serviceworkers': ['[email protected]',
pennymac962d190432016-07-27 00:58:351820 '[email protected]',
1821 '[email protected]',
1822 '[email protected]',
1823 '[email protected]',
1824 '[email protected]',
1825 '[email protected]',
shimazu99de61f2016-09-07 03:57:411826 '[email protected]',
pennymac962d190432016-07-27 00:58:351827 '[email protected]'],
1828 'blink_serviceworkers_tests': ['[email protected]'],
Hayato Ito5fc828c2017-07-05 08:02:321829 'blink_shadow_dom': ['[email protected]'],
timvolodine8cdb94c2016-09-22 12:17:221830 'blink_spellcheck' : ['[email protected]',
xiaochengh4a3c84e2017-03-28 07:15:321831 '[email protected]',
1832 '[email protected]'],
jbroman69166ca82017-04-04 21:01:361833 'blink_spv2_layout_tests': ['[email protected]'],
Takeshi Yoshino9d7588a32017-07-31 07:17:341834 'blink_streams': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351835 'blink_style': ['[email protected]'],
1836 'blink_svg': ['[email protected]',
fmalita9710b732017-02-17 05:10:021837 '[email protected]',
pennymac962d190432016-07-27 00:58:351838 '[email protected]',
1839 '[email protected]',
1840 '[email protected]',
1841 '[email protected]',
1842 '[email protected]',
1843 '[email protected]'],
pennymac962d190432016-07-27 00:58:351844 'blink_track': ['[email protected]',
1845 '[email protected]',
1846 '[email protected]',
danakj40af6b562017-01-24 15:55:281847 '[email protected]'],
Takeshi Yoshino9d7588a32017-07-31 07:17:341848 'blink_url_api': ['[email protected]'],
mvanouwerkerk38f632c62017-04-13 10:35:311849 'blink_vibration': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351850 'blink_viewport_interaction': ['[email protected]'],
1851 'blink_w3ctests': ['[email protected]'],
Takayoshi Kochi31f47922017-07-11 09:05:431852 'blink_webcomponents': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351853 'blink_webp': ['[email protected]',
1854 '[email protected]',
1855 '[email protected]'],
1856 'blink_websockets': ['[email protected]',
1857 '[email protected]'],
1858 'blink_workers': ['[email protected]',
falken6731ece42016-10-12 01:41:501859 '[email protected]',
pennymac962d190432016-07-27 00:58:351860 '[email protected]',
shimazu99de61f2016-09-07 03:57:411861 '[email protected]',
1862 '[email protected]'],
pennymac962d190432016-07-27 00:58:351863 'blink_wtf': ['[email protected]',
1864 '[email protected]'],
dominiccabb90e02017-03-31 04:54:231865 'blink_xml': ['[email protected]'],
noyauce460872016-09-09 11:54:001866 'bookmarks': ['[email protected]'],
donnd787f6ed2016-08-03 01:00:561867 'bottombar': ['[email protected]',
1868 '[email protected]'],
stevenjbdd133032015-08-07 18:37:471869 'browser_chromeos': ['[email protected]'],
[email protected]22650d22012-07-18 17:02:351870 'browser_components': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351871 'browser_compositor': ['[email protected]',
1872 '[email protected]'],
michaelpge42ca3b32016-02-19 08:17:571873 'browser_resources_md': ['[email protected]'],
msramek878b39d92016-04-20 07:55:331874 'browsing_data': ['[email protected]',
1875 '[email protected]'],
pennymac962d190432016-07-27 00:58:351876 'bubble': ['[email protected]',
1877 '[email protected]',
pennymac962d190432016-07-27 00:58:351878 '[email protected]'],
Josh Karlin1bd016742017-08-18 17:44:171879 'cache_storage': ['[email protected]'],
Adam Parker41b9e4cb2017-08-14 17:09:121880 'cast': ['[email protected]',
1881 '[email protected]',
[email protected]479180d22014-03-11 09:47:341882 '[email protected]',
miua1710162015-08-27 01:38:091883 '[email protected]',
[email protected]ad8ff0e2013-12-13 09:24:121884 '[email protected]',
miua1710162015-08-27 01:38:091885 '[email protected]',
1886 '[email protected]'],
ryanchung4d157372016-05-10 20:27:161887 'cast_certificate': ['[email protected]',
mfoltz57fd7f32017-05-03 06:12:581888 '[email protected]',
ryanchung24f9d7b2017-01-12 19:18:341889 '[email protected]'],
Adam Parker41b9e4cb2017-08-14 17:09:121890 'cast_channel': ['[email protected]',
1891 '[email protected]',
Ryan Ki Sing Chung27cc7ed92017-07-25 21:53:471892 '[email protected]'],
[email protected]c863702a2012-09-14 20:05:281893 'cc': ['[email protected]'],
danakjca574522017-09-20 16:38:591894 'cc-contexts': ['[email protected]'],
1895 'cc-display': ['[email protected]'],
1896 'cc-paint': ['[email protected]'],
1897 'cc-quads': ['[email protected]'],
1898 'cc-resources': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351899 'certificate_transparency': ['[email protected]',
1900 '[email protected]',
martijnccdd0542016-11-07 18:49:271901 '[email protected]',
pennymac962d190432016-07-27 00:58:351902 '[email protected]'],
1903 'chrome_elf': ['[email protected]',
1904 '[email protected]'],
lpy0ca13772017-02-28 19:48:271905 'chrome_grc': ['[email protected]'],
[email protected]d5b21972012-07-20 02:06:011906 'chrome_views': ['[email protected]'],
alokp9d869cc12016-05-27 01:46:311907 'chromecast': ['[email protected]',
1908 '[email protected]',
halliwellfa56b3a42015-09-04 21:42:571909 '[email protected]'],
gfhuang2548f902016-02-26 02:29:211910 'chromecast_public': ['[email protected]'],
johnchen302ecd62017-04-25 17:23:111911 'chromedriver': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351912 'chromeos': ['[email protected]'],
1913 'chromeos_attestation': ['[email protected]'],
1914 'chromeos_calculator': ['[email protected]'],
hashimoto40ecb692014-09-02 04:51:311915 'chromeos_dbus': ['[email protected]'],
alematec5187b1b2016-08-26 05:32:181916 'chromeos_geolocation': ['[email protected]'],
1917 'chromeos_login': ['[email protected]',
1918 '[email protected]'],
pennymac962d190432016-07-27 00:58:351919 'chromeos_net': ['[email protected]'],
1920 'chromeos_power': ['[email protected]'],
alematec5187b1b2016-08-26 05:32:181921 'chromeos_timezone': ['[email protected]'],
1922 'chromeos_webui': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351923 'clang_update': ['[email protected]',
thestigf023ccc2016-11-10 14:39:151924 '[email protected]',
[email protected]cf8ffa82013-02-13 08:30:071925 '[email protected]',
pennymac962d190432016-07-27 00:58:351926 '[email protected]',
rnk28bbd1772016-05-04 17:57:581927 '[email protected]',
1928 '[email protected]',
pennymac962d190432016-07-27 00:58:351929 '[email protected]',
thestigf023ccc2016-11-10 14:39:151930 '[email protected]',
pennymac962d190432016-07-27 00:58:351931 '[email protected]',
horo8e9a01572016-07-27 06:05:311932 '[email protected]',
pennymac962d190432016-07-27 00:58:351933 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001934 'clipboard': ['[email protected]'],
Aaron Gable64f273582017-03-30 18:02:001935 'codereview_settings': ['[email protected]'],
sdefresned94c5b02015-07-22 17:54:551936 'components_deps': ['[email protected]',
1937 '[email protected]',
1938 '[email protected]'],
pennymac962d190432016-07-27 00:58:351939 'content': ['[email protected]',
1940 '[email protected]'],
1941 'content_bluetooth': ['[email protected]',
1942 '[email protected]'],
1943 'content_loader': ['[email protected]',
rdsmith5a1bfce2017-06-04 13:33:521944 '[email protected]'],
rdsmitheed6d932017-04-19 02:49:161945 'content_network': ['[email protected]',
rdsmith5a1bfce2017-06-04 13:33:521946 '[email protected]',
Yuzhu Shen93bd7c992017-09-01 18:21:031947 '[email protected]',
1948 '[email protected]'],
pennymac962d190432016-07-27 00:58:351949 'content_renderer': ['[email protected]'],
mkwst75a31a42014-09-14 18:32:531950 'content_shell': ['[email protected]',
peterc9e3e172015-11-02 09:29:161951 '[email protected]',
1952 '[email protected]'],
Takeshi Yoshino9d7588a32017-07-31 07:17:341953 'content_websockets': ['[email protected]'],
nhiroki90ba0102015-07-21 01:42:241954 'content_worker': ['[email protected]',
1955 '[email protected]'],
donnd787f6ed2016-08-03 01:00:561956 'contextual_search': ['[email protected]',
1957 '[email protected]'],
pennymac962d190432016-07-27 00:58:351958 'courgette': ['[email protected]',
1959 '[email protected]'],
Nico Weber6ff639a2017-08-11 21:04:501960 'cq': ['[email protected]',
1961 '[email protected]',
1962 '[email protected]',
1963 '[email protected]',
1964 '[email protected]'],
dbeamd924f0d0d2017-06-20 02:34:251965 'cr_elements': ['[email protected]',
michaelpge42ca3b32016-02-19 08:17:571966 '[email protected]'],
lizebf34f69b2016-03-30 16:08:531967 'custom_tabs': ['[email protected]'],
tbansalc6f1c9f2016-09-30 22:48:421968 'data_reduction_proxy': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:191969 'deep_memory_profiler': ['[email protected]'],
Takeshi Yoshino524e1d262017-07-28 01:16:381970 'developer_recommended_flags': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351971 'device_bluetooth': ['[email protected]',
1972 '[email protected]'],
juncaic08f41d2017-05-04 20:36:581973 'device_chooser': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351974 'device_sensors': ['[email protected]',
mlamouri5cdcdf02014-11-27 15:58:591975 '[email protected]',
pennymac962d190432016-07-27 00:58:351976 '[email protected]'],
pennymac962d190432016-07-27 00:58:351977 'devtools': ['[email protected]',
1978 '[email protected]'],
Adam Parker41b9e4cb2017-08-14 17:09:121979 'dial': ['[email protected]',
1980 '[email protected]',
mfoltz57fd7f32017-05-03 06:12:581981 '[email protected]'],
kinukoc462adb2016-12-22 12:58:491982 'disk_cache': ['[email protected]'],
David Trainor051827f2017-06-02 18:33:131983 'download': ['[email protected]'],
dbeamd924f0d0d2017-06-20 02:34:251984 'downloads_ui': ['[email protected]'],
[email protected]9a3781d2013-04-04 18:31:401985 'drive': ['[email protected]'],
[email protected]89d2cd52013-04-16 01:55:361986 'drive_resource_metadata': ['[email protected]'],
[email protected]3a25c8a2014-06-26 06:47:101987 'eme': ['[email protected]'],
[email protected]f9529e7922013-06-06 05:19:411988 'extension': ['[email protected]',
1989 '[email protected]'],
Luna Lu7f221f22017-06-13 16:46:141990 'feature_policy': ['[email protected]',
Ian Clelland1b27f8f62017-06-22 13:36:241991 '[email protected]'],
[email protected]84dcfd92014-05-23 13:18:191992 'fileapi': ['[email protected]',
[email protected]6f217122013-11-25 07:21:481993 '[email protected]',
1994 '[email protected]'],
yoshiki1c0ba2782014-12-08 07:04:261995 'filebrowse': ['[email protected]'],
okab0be3dc2016-08-30 07:37:101996 'filesapp': ['[email protected]',
1997 '[email protected]',
1998 '[email protected]'],
1999 'filesapp_ui': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002000 'ftp': ['[email protected]'],
Wez385de5a2017-07-13 20:13:162001 'fuchsia': ['[email protected]', '[email protected]'],
mmoroz58ddb8172016-09-08 18:29:552002 'fuzzing': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352003 'gcm': ['[email protected]',
2004 '[email protected]',
2005 '[email protected]'],
mikhail.pozdnyakova8db26402016-11-28 18:27:122006 'generic_sensor': ['[email protected]',
2007 '[email protected]',
timvolodine4cf58ca2017-05-24 16:11:482008 '[email protected]',
mikhail.pozdnyakova8db26402016-11-28 18:27:122009 '[email protected]'],
Miguel Casas-Sanchez5eb47252017-09-05 21:15:032010 'geolocation': ['[email protected]'],
[email protected]cf428f732012-10-02 20:48:152011 'gfx_geometry': ['[email protected]'],
[email protected]f93b7382012-08-09 20:53:162012 'gfx_image': ['[email protected]'],
agrieve4d9c1c52016-09-23 17:49:382013 'gn': ['[email protected]',
2014 '[email protected]',
pennymac962d190432016-07-27 00:58:352015 '[email protected]'],
[email protected]a6159102013-11-08 23:21:522016 'gpu': ['[email protected]'],
Corentin Wallezc68aa9b2017-10-02 15:00:032017 'gpu_passthrough_cmd_decoder': ['[email protected]',
2018 '[email protected]'],
dbeamd924f0d0d2017-06-20 02:34:252019 'history_ui': ['[email protected]'],
[email protected]18d7e402014-07-08 19:53:142020 'hotword': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002021 'i18n': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002022 'importer': ['[email protected]'],
Greg Thompson4f90fc992017-07-25 19:30:372023 'incident_reporting': ['[email protected]'],
[email protected]8b250562014-08-12 19:07:452024 'indexed_db': ['[email protected]',
dgrogand792a7f2016-01-21 00:12:132025 '[email protected]'],
bruthigaa8281f2016-02-09 17:52:312026 'ink_drop': ['[email protected]'],
dtapuska1f997a12016-03-14 19:22:072027 'input': ['[email protected]'],
Piotr Swigond0160f32017-08-29 04:36:092028 'installable': ['[email protected]',
2029 '[email protected]'],
mmoss19826c62014-11-14 21:37:362030 'installer_linux': [ '[email protected]'],
Greg Thompson4f90fc992017-07-25 19:30:372031 'installer_win': ['[email protected]',
2032 '[email protected]',
2033 '[email protected]'],
pennymac962d190432016-07-27 00:58:352034 'instant': ['[email protected]',
pennymac962d190432016-07-27 00:58:352035 '[email protected]',
jered0bd025a82017-05-03 20:01:132036 '[email protected]',
pennymac962d190432016-07-27 00:58:352037 '[email protected]',
2038 '[email protected]',
2039 '[email protected]',
2040 '[email protected]',
2041 '[email protected]'],
edchin46453b42017-03-03 01:40:112042 'ios': ['[email protected]'],
2043 'ios_chrome': ['[email protected]',
marqa4f135f2017-01-10 12:37:342044 '[email protected]',
eugenebutb5a5a8572017-01-20 01:18:112045 '[email protected]'],
edchin46453b42017-03-03 01:40:112046 'ios_clean': ['[email protected]',
lpromero6846b19d2017-05-23 10:43:592047 '[email protected]'],
edchin46453b42017-03-03 01:40:112048 'ios_showcase': ['[email protected]',
lpromero6846b19d2017-05-23 10:43:592049 '[email protected]'],
baxley9bfbd3cc2017-03-15 21:22:322050 'ios_test': ['[email protected]',
2051 '[email protected]',
2052 '[email protected]'],
edchin46453b42017-03-03 01:40:112053 'ios_web': ['[email protected]',
2054 '[email protected]'],
pennymac962d190432016-07-27 00:58:352055 'ipc': ['[email protected]',
2056 '[email protected]'],
pennymac962d190432016-07-27 00:58:352057 'libvpx': ['[email protected]',
2058 '[email protected]',
2059 '[email protected]',
2060 '[email protected]'],
Takeshi Yoshino524e1d262017-07-28 01:16:382061 'libwebp': ['[email protected]',
2062 '[email protected]',
2063 '[email protected]'],
dominiccabb90e02017-03-31 04:54:232064 'libxml_xslt': ['[email protected]',
2065 '[email protected]'],
[email protected]04a292a2013-03-07 19:58:422066 'linux_fonts': ['[email protected]'],
[email protected]6d7e0bf2014-07-28 22:30:402067 'linux_sandboxing': ['[email protected]'],
[email protected]04a292a2013-03-07 19:58:422068 'linux_seccomp_bpf': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352069 'login': ['[email protected]'],
lgrey62faed72016-10-11 21:40:392070 'mac' : ['[email protected]'],
mlamourid8b0feb2015-06-02 16:30:472071 'manifest': ['[email protected]'],
dbeamd924f0d0d2017-06-20 02:34:252072 'md_settings': ['[email protected]',
michaelpg32ca07902015-02-07 00:31:112073 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002074 'media': ['[email protected]'],
Miguel Casas-Sanchez5eb47252017-09-05 21:15:032075 'media_capture_from_element': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352076 'media_galleries': ['[email protected]',
2077 '[email protected]'],
alokp9e369ea72e2016-06-10 05:41:092078 'media_mojo': ['[email protected]'],
mcasasfeedbe42017-03-03 05:23:562079 'media_recorder': ['[email protected]',
mcasas9558316b2017-03-10 18:57:312080 '[email protected]'],
Adam Parker41b9e4cb2017-08-14 17:09:122081 'media_remoting': ['[email protected]',
2082 '[email protected]',
erickungc2289dea2016-12-13 19:01:282083 '[email protected]',
mfoltz57fd7f32017-05-03 06:12:582084 '[email protected]',
apacible01538e02016-11-04 22:15:312085 '[email protected]',
miu5e69f1c52016-10-23 13:40:112086 '[email protected]'],
Adam Parker41b9e4cb2017-08-14 17:09:122087 'media_router': ['[email protected]',
2088 '[email protected]',
mfoltz57fd7f32017-05-03 06:12:582089 '[email protected]'],
fmeawad4582cd22017-03-30 20:59:362090 'memory_coordinator': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002091 'message_loop': ['[email protected]'],
isherman1eee6f12014-12-09 02:14:302092 'metrics': ['[email protected]'],
[email protected]1d8899ee2014-06-10 20:58:122093 'metrics_xml_files': ['[email protected]'],
toyoshim8f51f902015-03-27 03:50:212094 'midi': ['[email protected]'],
[email protected]c3830c622013-10-10 22:00:002095 'mojo': ['[email protected]',
[email protected]3bf40cb2013-10-11 19:10:492096 '[email protected]',
[email protected]0f79ff62014-04-25 23:35:532097 '[email protected]',
Yuzhu Shen93bd7c992017-09-01 18:21:032098 '[email protected]'],
2099 'mojo_top_level_directory': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002100 'mouse_lock': ['[email protected]'],
rjkroegef60dea862015-10-29 17:50:062101 'mus': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002102 'nacl': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352103 'native_client_sdk': ['[email protected]',
2104 '[email protected]'],
2105 'navigation': ['[email protected]',
2106 '[email protected]'],
csharrison27df167d2017-01-26 21:42:312107 'net': ['[email protected]',
2108 '[email protected]'],
bnc1872e8bd2017-01-27 02:47:282109 'net_base': ['[email protected]'],
bnc1872e8bd2017-01-27 02:47:282110 'net_http2': ['[email protected]'],
2111 'net_log': ['[email protected]',
Matt Menkecebc2402017-07-20 16:26:092112 '[email protected]'],
bnc1872e8bd2017-01-27 02:47:282113 'net_spdy': ['[email protected]'],
Takeshi Yoshino9d7588a32017-07-31 07:17:342114 'net_websockets': ['[email protected]'],
jkarlin539748402015-03-31 17:36:312115 'netinfo': ['[email protected]'],
awdf2e270242016-09-06 16:21:342116 'notifications': ['[email protected]',
2117 '[email protected]',
pennymac962d190432016-07-27 00:58:352118 '[email protected]'],
tbansalc6f1c9f2016-09-30 22:48:422119 'nqe': ['[email protected]'],
noyau451e6bb62016-12-23 14:29:042120 'ntp_snippets': ['[email protected]',
2121 '[email protected]'],
2122 'ntp_tiles': ['[email protected]',
2123 '[email protected]'],
peterc7e27422017-05-17 04:05:282124 'offline_items_collection': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352125 'offline_pages': ['[email protected]',
Carlos Knippschild6a2e2f02017-06-02 18:18:142126 '[email protected]',
pennymac962d190432016-07-27 00:58:352127 '[email protected]',
2128 '[email protected]',
dewittj74b23f6f2016-04-21 19:29:252129 '[email protected]',
2130 '[email protected]',
pennymac962d190432016-07-27 00:58:352131 '[email protected]'],
jdonnelly6fa5a21d2017-01-03 15:28:352132 'omnibox': ['[email protected]'],
iclelland8b904402016-10-05 15:01:232133 'origin_trials': ['[email protected]',
Ian Clelland1b27f8f62017-06-22 13:36:242134 '[email protected]'],
pennymac962d190432016-07-27 00:58:352135 'ozone': ['[email protected]',
2136 '[email protected]'],
lgarron9e25c7402017-03-15 04:03:112137 'page_info' : ['[email protected]',
2138 '[email protected]'],
Bryan McQuade4233f412017-07-28 16:23:412139 'page_load_metrics' : ['[email protected]',
2140 '[email protected]',
tdresserd80646f2017-03-03 19:26:082141 '[email protected]',
2142 '[email protected]'],
pennymac962d190432016-07-27 00:58:352143 'panels': ['[email protected]',
2144 '[email protected]',
2145 '[email protected]',
2146 '[email protected]'],
mkwst17a9875d2016-06-24 10:36:392147 'password_manager': ['[email protected]',
vabraafbd4f32015-11-10 19:30:232148 '[email protected]'],
sebsgbbfbea02016-10-24 21:54:592149 'payments': ['[email protected]',
gogeralde108bcb2016-11-24 16:07:222150 '[email protected]',
mahmadi0a7bb59f2017-02-22 19:13:492151 '[email protected]',
2152 '[email protected]'],
2153 'payments_ios': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352154 'pepper_api': ['[email protected]',
2155 '[email protected]',
2156 '[email protected]',
2157 '[email protected]',
2158 '[email protected]',
horo8e9a01572016-07-27 06:05:312159 '[email protected]',
pennymac962d190432016-07-27 00:58:352160 '[email protected]'],
Dominick Ngcaa7b402017-07-11 07:35:392161 'permissions': ['[email protected]',
Xi Han50f523a1d2017-07-19 15:56:112162 '[email protected]',
Dominick Ngcaa7b402017-07-11 07:35:392163 '[email protected]',
Timothy Lohb2a4eff2017-08-03 07:07:562164 '[email protected]',
2165 '[email protected]'],
stuartmorganf8c132922015-01-23 14:45:342166 'plugin': ['[email protected]'],
dbeamd924f0d0d2017-06-20 02:34:252167 'polymer': ['[email protected]'],
Charles Harrison981d33c2017-10-06 21:36:222168 'popup_blocker': ['[email protected]'],
twifkak0c69c1f2015-06-22 18:20:092169 'precache': ['[email protected]'],
[email protected]be775bc2014-06-30 15:41:142170 'prepopulated_engines': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352171 'prerender': ['[email protected]',
2172 '[email protected]',
2173 '[email protected]'],
Adam Parker41b9e4cb2017-08-14 17:09:122174 'presentation': ['[email protected]',
2175 '[email protected]'],
Peter Beverloo4548c852017-08-31 13:45:172176 'push_messaging': ['[email protected]',
2177 '[email protected]',
pennymac962d190432016-07-27 00:58:352178 '[email protected]'],
stkhapugin06503142016-12-07 14:32:122179 'reading_list': ['[email protected]'],
[email protected]c3887592014-02-06 20:02:252180 'remoting': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352181 'rlz_id': ['[email protected]',
2182 '[email protected]',
2183 '[email protected]'],
Greg Thompson4f90fc992017-07-25 19:30:372184 'safe_browsing': ['[email protected]',
vakh125ad862017-03-17 00:06:252185 '[email protected]'],
2186 'safe_browsing_db': ['[email protected]',
2187 '[email protected]'],
skyostil20dea312014-11-11 13:43:062188 'scheduler': ['[email protected]'],
mlamourid8b0feb2015-06-02 16:30:472189 'screen_orientation': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352190 'service_worker': ['[email protected]',
[email protected]6d095a8b2014-02-28 15:26:162191 '[email protected]',
pennymac962d190432016-07-27 00:58:352192 '[email protected]',
[email protected]edaf31d2014-03-07 00:09:172193 '[email protected]',
pennymac962d190432016-07-27 00:58:352194 '[email protected]',
horo8e9a01572016-07-27 06:05:312195 '[email protected]',
shimazu99de61f2016-09-07 03:57:412196 '[email protected]',
pennymac962d190432016-07-27 00:58:352197 '[email protected]'],
Yuzhu Shen93bd7c992017-09-01 18:21:032198 'services_network': ['[email protected]'],
Colin Blundell6d2669a2017-07-11 06:26:532199 'services_public': ['[email protected]'],
alitoc5534d62017-04-21 01:48:582200 'settings_reset_prompt': ['[email protected]'],
dominickn8884155a2016-06-23 02:28:162201 'site_engagement': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352202 'site_instance': ['[email protected]',
2203 '[email protected]',
[email protected]b9ecdb62014-03-07 14:56:432204 '[email protected]'],
[email protected]ad0295d2012-10-11 23:43:362205 'spellcheck': ['[email protected]',
[email protected]18d7e402014-07-08 19:53:142206 '[email protected]',
timvolodine8cdb94c2016-09-22 12:17:222207 '[email protected]',
2208 '[email protected]'],
[email protected]67f39af2013-08-23 20:06:052209 'streams': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352210 'styleguide': ['[email protected]',
vmpstrdeec20e2016-11-18 22:17:322211 '[email protected]',
2212 '[email protected]'],
engedye7b734da2017-02-07 12:08:132213 'subresource_filter': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352214 'supervised_users': ['[email protected]'],
alito438fa4332016-12-20 21:59:172215 'swreporter': ['[email protected]',
csharpcfd628d2017-04-06 19:12:102216 '[email protected]',
alito438fa4332016-12-20 21:59:172217 '[email protected]',
2218 '[email protected]'],
maxbogue65ea2632016-04-04 18:12:582219 'sync': ['[email protected]'],
[email protected]84dcfd92014-05-23 13:18:192220 'syncfs': ['[email protected]',
[email protected]6f217122013-11-25 07:21:482221 '[email protected]',
2222 '[email protected]'],
miu5e69f1c52016-10-23 13:40:112223 'tab_alert_indicators': ['[email protected]'],
Adam Parker41b9e4cb2017-08-14 17:09:122224 'tab_capture': ['[email protected]',
2225 '[email protected]',
miu5e69f1c52016-10-23 13:40:112226 '[email protected]'],
pennymac962d190432016-07-27 00:58:352227 'tab_contents': ['[email protected]',
2228 '[email protected]',
2229 '[email protected]'],
tdresserd80646f2017-03-03 19:26:082230 'tbmv2_metrics': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:192231 'tcmalloc': ['[email protected]'],
tonygc7f6a4c12015-01-16 18:32:262232 'telemetry': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352233 'test_runner': ['[email protected]',
einbindera29577e2016-08-23 01:21:492234 '[email protected]',
2235 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002236 'tests': [],
jlkleinecc81952016-11-19 00:16:072237 'tether': ['[email protected]',
dbeamd924f0d0d2017-06-20 02:34:252238 '[email protected]',
2239 '[email protected]',
2240 '[email protected]',
2241 '[email protected]',
2242 '[email protected]'],
pennymac962d190432016-07-27 00:58:352243 'textinput': ['[email protected]',
2244 '[email protected]',
2245 '[email protected]',
Yuichiro Hanadaf0b3b472017-10-17 07:00:532246 '[email protected]',
pennymac962d190432016-07-27 00:58:352247 '[email protected]'],
2248 'textinput_chromeos': ['[email protected]',
2249 '[email protected]',
Yuichiro Hanadaf0b3b472017-10-17 07:00:532250 '[email protected]',
pennymac962d190432016-07-27 00:58:352251 '[email protected]'],
chirantan96fcf6d2015-01-21 22:36:192252 'timers': ['[email protected]'],
robliaofd54b5c2017-01-13 00:41:302253 'tools_win_chromeexts': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352254 'tracing': ['[email protected]',
2255 '[email protected]'],
[email protected]cf428f732012-10-02 20:48:152256 'ui_compositor': ['[email protected]'],
robliao2c4b7492016-07-19 01:57:262257 'ui_display_win': ['[email protected]'],
[email protected]6b5093c2012-05-23 19:10:182258 'ui_resources': ['[email protected]'],
edwardjung83f52ef22017-02-07 13:15:072259 'ui_strings': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002260 'valgrind': ['[email protected]',
timurrrr5335dbd2015-04-15 11:04:552261 '[email protected]'],
[email protected]c73ec8ab2014-01-16 20:35:232262 'version_assembly': ['[email protected]',
2263 '[email protected]'],
posciak62a72272016-05-11 08:31:242264 'video': ['[email protected]'],
mcasas9558316b2017-03-10 18:57:312265 'video_capture': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002266 'views': ['[email protected]'],
blakeod4cc78a2017-05-10 06:56:482267 'virtual_keyboard': ['[email protected]',
2268 '[email protected]',
okabf9f6f02017-02-17 05:14:292269 '[email protected]',
2270 '[email protected]'],
billorr3c7e1442016-11-11 21:21:352271 'virtual_reality': ['[email protected]'],
Matt Giuca9eb910d2017-08-02 04:07:382272 'web_share': ['[email protected]'],
Takeshi Yoshinoe387aa32017-08-02 13:16:132273 'webrtc_browser_tests': ['[email protected]'],
raymesf5084632015-07-02 07:14:152274 'website_settings': ['[email protected]',
pennymac962d190432016-07-27 00:58:352275 '[email protected]',
2276 '[email protected]'],
2277 'windows_sandboxing': ['[email protected]',
2278 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002279 'x11': ['[email protected]',
2280 '[email protected]',
2281 '[email protected]'],
wjmaclean3ff6a402015-03-31 19:00:202282 'zoom': ['[email protected]'],
[email protected]a3838612009-10-13 21:57:542283 },
2284}