blob: 0e677dbcaefbe80b366afee72f3d5185061eaaf3 [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/' \
272 '|third_party/WebKit/LayoutTests/printing/'
273 },
274 'blink_css_grid_layout': {
275 'filepath': 'third_party/WebKit/Source/core/layout/.*Grid' \
276 '|third_party/WebKit/Source/core/paint/.*Grid' \
277 '|third_party/WebKit/Source/core/css/.*Grid' \
278 '|third_party/WebKit/LayoutTests/fast/css-grid-layout/' \
279 '|third_party/WebKit/LayoutTests/ietestcenter/css3/grid/' \
280 '|third_party/WebKit/LayoutTests/platform/.*/fast/css-grid-layout/' \
281 '|third_party/WebKit/LayoutTests/platform/.*/ietestcenter/css3/grid/'
282 },
283 'blink_css_regions': {
284 'filepath': 'third_party/WebKit/Source/core/rendering/.*(Region|FlowThread)' \
285 '|third_party/WebKit/Source/core/dom/NodeRendering' \
286 '|third_party/WebKit/Source/core/dom/.*NamedFlow' \
287 '|third_party/WebKit/Source/core/css/.*Region' \
288 '|third_party/WebKit/LayoutTests/compositing/regions/' \
289 '|third_party/WebKit/LayoutTests/fast/regions/' \
290 '|third_party/WebKit/LayoutTests/platform/chromium.*/fast/regions/'
291 },
292 'blink_custom_elements': {
293 'filepath': 'third_party/WebKit/Source/core/html/custom/' \
294 '|third_party/WebKit/Source/bindings/core/v8/.*CustomElement',
295 },
296 'blink_device_orientation': {
297 'filepath': 'third_party/WebKit/Source/modules/device_orientation/' \
298 '|third_party/WebKit/LayoutTests/device_orientation/' \
299 '|third_party/WebKit/Source/core/frame/PlatformEvent(Controller|Dispatcher)' \
300 '|third_party/WebKit/Source/core/frame/DeviceSingleWindowEventController'
301 },
302 'blink_devtools': {
303 'filepath': 'third_party/WebKit/.*(inspector|DevTools|devtools)',
304 },
305 'blink_dom': {
306 'filepath': 'third_party/WebKit/Source/core/dom/'
307 },
308 'blink_dom_events': {
309 'filepath': 'third_party/WebKit/Source/core/events/Event\.' \
310 '|third_party/WebKit/Source/core/events/EventInit' \
311 '|third_party/WebKit/Source/core/events/EventPath' \
312 '|third_party/WebKit/Source/core/events/EventListener' \
313 '|third_party/WebKit/Source/core/events/EventDispatcher' \
314 '|third_party/WebKit/Source/core/events/EventDispatchMediator' \
315 '|third_party/WebKit/Source/core/events/EventTarget' \
316 '|third_party/WebKit/Source/core/events/.*EventContext'
317 },
318 'blink_events': {
319 'filepath': 'third_party/WebKit/Source/core/page/.*Event' \
320 '|third_party/WebKit/Source/core/dom/.*Event' \
321 '|third_party/WebKit/Source/core/css/.*Event' \
322 '|third_party/WebKit/Source/platform/.*Event'
323 },
324 'blink_fetch': {
325 'filepath': 'third_party/WebKit/Source/platform/loader/fetch'
326 },
327 'blink_fetch_api': {
328 'filepath': 'third_party/WebKit/Source/core/xmlhttprequest/' \
329 '|third_party/WebKit/Source/modules/beacon/' \
330 '|third_party/WebKit/Source/modules/eventsource/' \
331 '|third_party/WebKit/Source/modules/fetch/'
332 },
333 'blink_fileapi': {
334 'filepath': 'third_party/WebKit/Source/modules/filesystem/' \
335 '|third_party/WebKit/Source/core/fileapi/' \
336 '|third_party/WebKit/Source/platform/.*File' \
337 '|third_party/WebKit/Source/web/.*File' \
338 '|third_party/WebKit/LayoutTests/fast/file' \
339 '|third_party/WebKit/public/.*File'
340 },
341 'blink_frames': {
342 'filepath': 'third_party/WebKit/Source/core/frame/'
343 },
344 'blink_geolocation': {
345 'filepath': 'third_party/WebKit/LayoutTests/geolocation-api/' \
346 '|third_party/WebKit/Source/modules/geolocation/' \
347 '|third_party/WebKit/Source/web/.*Geolocation' \
348 '|third_party/WebKit/public/web/.*Geolocation'
349 },
350 'blink_heap': {
351 'filepath': 'third_party/WebKit/Source/platform/heap' \
352 '|base/allocator/partition_allocator/'
353 },
354 'blink_html': {
355 'filepath': 'third_party/WebKit/Source/core/html/'
356 },
357 'blink_htmlparser': {
358 'filepath': 'third_party/WebKit/Source/core/html/parser/'
359 },
360 'blink_image_capture': {
361 'filepath': 'third_party/WebKit/Source/modules/imagecapture' \
362 '|third_party/WebKit/LayoutTests/fast/imagecapture/' \
363 '|third_party/WebKit/LayoutTests/imagecapture/'
364 },
365 'blink_indexed_db': {
366 'filepath': 'third_party/WebKit/Source/modules/indexeddb/' \
367 '|third_party/WebKit/Source/web/.*IDB' \
368 '|third_party/WebKit/LayoutTests/storage/indexeddb' \
369 '|third_party/WebKit/public/platform/.*IDB'
370 },
371 'blink_input': {
372 'filepath': 'third_party/WebKit/Source/core/input/'
373 },
374 'blink_layers': {
375 'filepath': 'third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator' \
376 '|third_party/WebKit/Source/platform/graphics/GraphicsLayer' \
377 '|third_party/WebKit/Source/core/layout/Layer'
378 },
379 'blink_layout': {
380 'filepath': 'third_party/WebKit/Source/core/layout' \
381 '|third_party/WebKit/Source/core/rendering'
382 },
383 'blink_layout_ng': {
384 'filepath': 'third_party/WebKit/Source/core/layout/ng',
385 },
Xiaocheng Huc852ab092017-08-10 06:04:43386 'blink_layout_ng_test_expectations': {
387 'filepath': 'third_party/WebKit/LayoutTests/FlagExpectations/enable-blink-features=LayoutNG' \
388 '|third_party/WebKit/LayoutTests/flag-specific/enable-blink-features=LayoutNG'
389 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13390 'blink_loader': {
391 'filepath': 'third_party/WebKit/Source/core/loader/' \
392 '|third_party/WebKit/Source/platform/loader/'
393 },
394 'blink_media': {
395 'filepath': 'third_party/WebKit/Source/core/css/mediaControls' \
396 '|third_party/WebKit/Source/core/html/.*(Audio|Media|Video)' \
397 '|third_party/WebKit/Source/core/html/shadow/MediaControl' \
398 '|third_party/WebKit/Source/core/layout/LayoutMedia' \
399 '|third_party/WebKit/Source/core/layout/LayoutTextTrackContainerElement' \
400 '|third_party/WebKit/Source/modules/(encryptedmedia|mediasource)' \
401 '|third_party/WebKit/Source/platform/drm/' \
402 '|third_party/WebKit/Source/platform/graphics/media/' \
403 '|third_party/WebKit/Source/web/.*Media' \
404 '|third_party/WebKit/LayoutTests/media/' \
405 '|third_party/WebKit/public/.*Media'
406 },
407 'blink_media_queries': {
408 'filepath': 'third_party/WebKit/Source/core/css/CSSMediaRule' \
409 '|third_party/WebKit/Source/core/css/MediaList' \
410 '|third_party/WebKit/Source/core/css/MediaQuery' \
411 '|third_party/WebKit/Source/core/css/parser/MediaQuery'
412 },
413 'blink_mediastream': {
414 'filepath': 'third_party/WebKit/Source/modules/mediastream/' \
415 '|third_party/WebKit/Source/platform/mediastream/' \
416 '|third_party/WebKit/Source/platform/exported/WebMediaStream' \
417 '|third_party/WebKit/Source/platform/exported/WebRTC' \
418 '|third_party/WebKit/LayoutTests/fast/mediastream/'
419 },
420 'blink_modules': {
421 'filepath': 'third_party/WebKit/Source/modules'
422 },
423 'blink_navigator_content_utils': {
424 'filepath': 'third_party/WebKit/Source/modules/navigatorcontentutils' \
425 '|third_party/WebKit/LayoutTests/fast/dom/navigatorcontentutils'
426 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13427 'blink_out_of_process_frames': {
428 'filepath': 'third_party/WebKit/Source/core/frame/FrameOwner' \
429 '|third_party/WebKit/Source/core/frame/Frame\.' \
430 '|third_party/WebKit/Source/web/WebFrame' \
431 '|third_party/WebKit/Source/web/WebRemoteFrameImpl'
432 },
433 'blink_owners': {
Kent Tamurae9b3a9ec2017-08-31 02:20:19434 'filepath': 'third_party/(WebKit|blink)/.*OWNERS',
Takeshi Yoshinoe387aa32017-08-02 13:16:13435 },
436 'blink_paint': {
437 'filepath': 'third_party/WebKit/Source/core/paint/'
438 },
439 'blink_performance_timing': {
440 'filepath': 'third_party/WebKit/Source/core/timing/'
441 },
442 'blink_permissions': {
443 'filepath': 'third_party/WebKit/Source/modules/permissions/' \
444 '|third_party/WebKit/public/platform/modules/permissions/',
445 },
446 'blink_platform': {
447 'filepath': 'third_party/WebKit/Source/platform'
448 },
449 'blink_platform_graphics': {
450 'filepath': 'third_party/WebKit/Source/platform/fonts' \
451 '|third_party/WebKit/Source/platform/geometry' \
452 '|third_party/WebKit/Source/platform/graphics'
453 },
454 'blink_preloadScanner': {
455 'filepath': 'third_party/WebKit/Source/core/html/parser/HTMLPreloadScanner',
456 },
457 'blink_prerender': {
458 'filepath': 'third_party/WebKit/.*(Prerender|loader/LinkLoader|html/HTMLLinkElement)'
459 },
460 'blink_public_api': {
461 'filepath': 'third_party/WebKit/public'
462 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13463 'blink_quota': {
464 'filepath': 'third_party/WebKit/Source/modules/quota/' \
465 '|third_party/WebKit/Source/web/.*Quota' \
466 '|third_party/WebKit/public/.*Quota'
467 },
468 'blink_scheduler': {
469 'filepath': 'third_party/WebKit/Source/platform/scheduler' \
470 '|third_party/WebKit/Source/core/html/parser/.*Scheduler'
471 },
472 'blink_screen_orientation': {
473 'filepath': 'third_party/WebKit/Source/modules/screen_orientation/' \
474 '|third_party/WebKit/public/platform/modules/screen_orientation',
475 },
476 'blink_script': {
477 'filepath': 'third_party/WebKit/Source/bindings/core/v8/.*Module.*' \
478 '|third_party/WebKit/Source/bindings/core/v8/ScriptController.*' \
479 '|third_party/WebKit/Source/bindings/core/v8/ScriptSourceCode.*' \
480 '|third_party/WebKit/Source/bindings/core/v8/V8ScriptRunner.*'
481 '|third_party/WebKit/Source/core/dom/.*Modul.*' \
482 '|third_party/WebKit/Source/core/dom/.*Script.*' \
483 '|third_party/WebKit/Source/core/html/HTMLScriptElement.*' \
484 '|third_party/WebKit/Source/core/html/parser/HTMLParserScriptRunner.*' \
485 '|third_party/WebKit/Source/core/loader/modulescript/' \
486 '|third_party/WebKit/Source/core/loader/resource/ScriptResource.*' \
487 '|third_party/WebKit/Source/core/svg/SVGScriptElement.*' \
488 '|third_party/WebKit/Source/core/xml/parser/XMLDocumentParser.*'
489 },
490 'blink_serviceworkers' : {
491 'filepath': 'third_party/WebKit/Source/modules/serviceworkers' \
492 '|third_party/WebKit/LayoutTests/http/tests/serviceworker' \
493 '|third_party/WebKit/LayoutTests/external/wpt/service-workers'
494 },
495 'blink_serviceworkers_tests' : {
496 'filepath': 'third_party/WebKit/LayoutTests/http/tests/serviceworker' \
497 '|third_party/WebKit/LayoutTests/external/wpt/service-workers'
498 },
499 'blink_shadow_dom': {
500 'filepath': 'third_party/WebKit/Source/core/dom/.*Shadow' \
501 '|third_party/WebKit/Source/core/dom/.*Slot' \
502 '|third_party/WebKit/Source/core/dom/.*InsertionPoint' \
503 '|third_party/WebKit/Source/core/dom/.*FlatTree'
504 },
505 'blink_spellcheck' : {
506 'filepath': 'third_party/WebKit/Source/core/editing/spellcheck'
507 },
508 'blink_spv2_layout_tests': {
509 'filepath': 'third_party/WebKit/LayoutTests/virtual/spv2'
510 },
511 'blink_streams': {
512 'filepath': 'third_party/WebKit/Source/core/streams/'
513 },
514 'blink_style': {
515 'filepath': 'third_party/WebKit/.*(style/|Style)',
516 },
517 'blink_svg': {
518 'filepath': 'third_party/WebKit/Source/core/(layout/)?svg',
519 },
520 'blink_track': {
521 'filepath': 'third_party/WebKit/Source/core/html/track/' \
522 '|third_party/WebKit/Source/core/loader/TextTrack' \
523 '|third_party/WebKit/Source/core/html/HTMLMediaElement' \
524 '|third_party/WebKit/Source/core/html/HTMLTrackElement' \
525 '|third_party/WebKit/Source/core/html/shadow/MediaControl' \
526 '|third_party/WebKit/Source/core/css/mediaControl' \
527 '|third_party/WebKit/LayoutTests/media/track/'
528 },
529 'blink_url_api': {
530 'filepath': 'third_party/WebKit/Source/core/url/'
531 },
532 'blink_vibration': {
533 'filepath': 'third_party/WebKit/LayoutTests/vibration/' \
534 '|third_party/WebKit/Source/modules/vibration/'
535 },
536 'blink_viewport_interaction': {
537 'filepath': 'third_party/WebKit/Source/core/css/.*Viewport' \
538 '|third_party/WebKit/Source/core/dom/ViewportArguments' \
539 '|third_party/WebKit/Source/core/html/HTMLMetaElement' \
540 '|third_party/WebKit/Source/core/page/FrameView' \
541 '|third_party/WebKit/Source/core/page/scrolling'
542 },
543 'blink_w3ctests': {
544 'filepath': 'third_party/WebKit/LayoutTests/external/' \
545 '|third_party/WebKit/Tools/Scripts/webkitpy/w3c/'
546 },
547 'blink_web': {
548 'filepath': 'third_party/WebKit/Source/web'
549 },
550 'blink_webcomponents': {
551 'filepath': 'third_party/WebKit/Source/core/dom/.*Shadow' \
552 '|third_party/WebKit/Source/core/dom/.*Slot' \
553 '|third_party/WebKit/Source/core/dom/.*InsertionPoint' \
554 '|third_party/WebKit/Source/core/dom/.*FlatTree' \
555 '|third_party/WebKit/Source/core/html/custom/' \
556 '|third_party/WebKit/Source/core/html/imports/' \
557 '|third_party/WebKit/Source/bindings/core/v8/.*CustomElement'
558 },
559 'blink_webp': {
560 'filepath': 'third_party/WebKit/Source/platform/image-decoders/webp' \
561 '|third_party/WebKit/Source/platform/image-encoders/skia/WEBP'
562 },
563 'blink_websockets': {
564 'filepath': 'third_party/WebKit/Source/modules/websockets/' \
565 '|third_party/WebKit/Source/platform/modules/websockets/'
566 },
567 'blink_workers': {
568 'filepath': 'third_party/WebKit/Source/core/workers' \
569 '|third_party/WebKit/LayoutTests/http/tests/workers' \
570 '|third_party/WebKit/LayoutTests/fast/workers' \
571 '|third_party/WebKit/LayoutTests/external/wpt/workers'
572 },
573 'blink_wtf': {
574 'filepath': 'third_party/WebKit/Source/wtf',
575 },
576 'blink_xml': {
577 'filepath': 'third_party/WebKit/Source/core/xml/'
578 },
[email protected]06798f72013-01-14 22:31:17579 'bookmarks': {
580 'filepath': 'chrome/browser/bookmarks/' \
[email protected]771ad482013-07-16 17:32:48581 '|chrome/browser/extensions/api/bookmark_manager_private/' \
582 '|chrome/browser/extensions/api/bookmarks/' \
583 '|chrome/browser/resources/bookmark_manager/' \
[email protected]cd869cde2013-01-31 15:46:35584 '|chrome/browser/ui/bookmarks/' \
585 '|chrome/browser/ui/cocoa/bookmarks/' \
[email protected]5cb8b6e12014-05-19 16:53:46586 '|chrome/browser/ui/views/bookmarks/' \
587 '|components/bookmarks'
[email protected]06798f72013-01-14 22:31:17588 },
donnd787f6ed2016-08-03 01:00:56589 'bottombar': {
590 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/',
591 },
[email protected]f76c8852012-06-21 16:37:00592 'browser_chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:49593 'filepath': 'chrome/browser/chromeos/',
[email protected]02c44522010-10-08 17:43:25594 },
[email protected]22650d22012-07-18 17:02:35595 'browser_components': {
[email protected]a7228f62012-09-20 17:52:48596 'filepath': 'chrome/browser/autofill/' \
597 '|chrome/browser/bookmarks/' \
[email protected]a7228f62012-09-20 17:52:48598 '|chrome/browser/favicon/' \
[email protected]ddf288e2013-01-09 20:58:27599 '|chrome/browser/history/' \
[email protected]fccf4882013-03-15 04:46:19600 '|chrome/browser/webdata/' \
[email protected]3947d4a82013-03-12 09:41:05601 '|components/autofill/'
[email protected]22650d22012-07-18 17:02:35602 },
[email protected]f76c8852012-06-21 16:37:00603 'browser_compositor': {
[email protected]f2f0fbb92012-07-14 15:52:49604 'filepath': 'ui/compositor/'
[email protected]fbd846b2010-11-19 01:32:18605 },
michaelpge42ca3b32016-02-19 08:17:57606 'browser_resources_md': {
607 'filepath': 'chrome/browser/resources/md_'\
608 '|chrome/browser/resources/settings/',
609 },
[email protected]0ce480532012-07-20 12:33:20610 'browsing_data': {
611 'filepath': 'chrome/browser/browsing_data/',
612 },
[email protected]f76c8852012-06-21 16:37:00613 'bubble': {
[email protected]f2f0fbb92012-07-14 15:52:49614 'filepath': 'ui/views/bubble/|'\
rouslan8d6a8372015-09-10 19:10:10615 'chrome/browser/ui/views/bubble/|'\
616 'components/bubble/',
[email protected]f76c8852012-06-21 16:37:00617 },
jkarlin539748402015-03-31 17:36:31618 'cache_storage': {
Josh Karlin1bd016742017-08-18 17:44:17619 'filepath': '/cache.storage/'
620 '|/cachestorage/',
jkarlin539748402015-03-31 17:36:31621 },
[email protected]10fbd5952013-08-22 07:42:39622 'cast': {
[email protected]31ef420b2014-08-13 21:19:13623 'filepath': 'media/cast/'\
624 '|chrome/browser/extensions/api/cast_streaming/'\
625 '|chrome/browser/media/cast'\
626 '|chrome/renderer/media/cast'\
627 '|chrome/test/data/extensions/api_test/cast_'\
miu5e69f1c52016-10-23 13:40:11628 '|content/public/renderer/media_stream_'\
629 '|content/renderer/media/(media_stream|(.+audio_source))',
[email protected]10fbd5952013-08-22 07:42:39630 },
ryanchung4d157372016-05-10 20:27:16631 'cast_certificate': {
632 'filepath': 'components/cast_certificate/'\
633 '|components/test/data/cast_certificate/',
634 },
mfoltz57fd7f32017-05-03 06:12:58635 'cast_channel': {
636 'filepath': 'chrome/test/data/extensions/api_test/cast_channel/' \
Ryan Ki Sing Chung27cc7ed92017-07-25 21:53:47637 '|components/cast_channel/' \
638 '|extensions/browser/api/cast_channel'
mfoltz57fd7f32017-05-03 06:12:58639 },
Takeshi Yoshino524e1d262017-07-28 01:16:38640 'cc': {
641 'filepath': 'cc/|'\
642 'components/viz/'
643 },
eranmc2a9f612015-11-24 16:41:34644 'certificate_transparency': {
645 'filepath': 'components/certificate_transparency/'\
eranmc2a9f612015-11-24 16:41:34646 '|net/cert/ct_'\
647 '|net/cert/multi_log_ct_verifier'\
648 '|net/cert/sct_status_flags.h'\
649 '|net/cert/signed_certificate_timestamp'\
650 '|net/cert/signed_tree_head'\
651 '|net/test/ct_',
652 },
[email protected]c73ec8ab2014-01-16 20:35:23653 'chrome_elf': {
654 'filepath': 'chrome_elf',
655 },
lpy0ca13772017-02-28 19:48:27656 'chrome_grc': {
lpy53b82752017-05-31 22:30:49657 'filepath': 'chrome/browser/resource_coordinator/'\
658 '|services/resource_coordinator/',
lpy0ca13772017-02-28 19:48:27659 },
[email protected]d5b21972012-07-20 02:06:01660 'chrome_views': {
661 'filepath': 'chrome/browser/ui/views',
662 },
Takeshi Yoshino524e1d262017-07-28 01:16:38663 'chromecast': {
664 'filepath': 'chromecast/',
665 },
666 'chromecast_public': {
667 'filepath': 'chromecast/public/',
668 },
[email protected]f7bf8ba2011-02-24 22:28:46669 'chromedriver': {
samuong53d5e612014-10-10 18:56:38670 'filepath': 'chrome/test/chromedriver|'\
671 'chrome/test/data/chromedriver|'\
672 'third_party/webdriver'
[email protected]f7bf8ba2011-02-24 22:28:46673 },
[email protected]f76c8852012-06-21 16:37:00674 'chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:49675 'filepath': 'chromeos/',
[email protected]531b1532011-08-11 03:52:01676 },
[email protected]eda0a0b2013-04-19 20:34:35677 'chromeos_attestation': {
678 'filepath': 'chromeos/attestation/|'\
[email protected]64494c3f2013-08-14 22:15:59679 'chrome/browser/chromeos/attestation/|'\
680 'chrome/browser/extensions/api/enterprise_platform_keys_private/',
[email protected]eda0a0b2013-04-19 20:34:35681 },
[email protected]7c59a152012-11-06 20:56:35682 'chromeos_calculator': {
683 'filepath': 'chrome/common/extensions/docs/examples/apps/calculator/',
684 },
hashimoto40ecb692014-09-02 04:51:31685 'chromeos_dbus': {
686 'filepath': 'chromeos/dbus/',
687 },
alematec5187b1b2016-08-26 05:32:18688 'chromeos_geolocation': {
689 'filepath': 'chromeos/geolocation/',
690 },
[email protected]f76c8852012-06-21 16:37:00691 'chromeos_login': {
[email protected]f2f0fbb92012-07-14 15:52:49692 'filepath': 'chrome/browser/chromeos/login/|'\
693 'chrome/browser/ui/webui/chromeos/login/|'\
dzhioevcc7c0492014-11-25 14:52:58694 'chrome/browser/resources/chromeos/login/|'\
695 'ui/login/',
[email protected]a791dac2011-04-07 23:22:57696 },
[email protected]d7d35f342012-10-22 20:32:47697 'chromeos_net': {
698 'filepath': 'chromeos/network/|'\
stevenjbdd133032015-08-07 18:37:47699 'chrome/browser/chromeos/net/|'\
700 'chrome/browser/extensions/api/networking_private/|'\
701 'extensions/browser/api/networking_private/|'\
702 'ui/chromeos/network/',
[email protected]d7d35f342012-10-22 20:32:47703 },
[email protected]2315ac0c2013-02-05 00:49:16704 'chromeos_power': {
James Cooka35a1e22017-04-08 02:33:08705 'filepath': 'ash/system/power/|'\
[email protected]c3943ad2013-07-03 13:44:56706 'chromeos/dbus/power_.*|'\
[email protected]2315ac0c2013-02-05 00:49:16707 'chrome/browser/chromeos/power/',
708 },
alematec5187b1b2016-08-26 05:32:18709 'chromeos_timezone': {
710 'filepath': 'chromeos/timezone/',
711 },
[email protected]f76c8852012-06-21 16:37:00712 'chromeos_webui': {
[email protected]f2f0fbb92012-07-14 15:52:49713 'filepath': 'chrome/browser/ui/webui/chromeos/|'\
714 'chrome/browser/resources/chromeos/',
[email protected]ba03af42012-03-08 01:37:12715 },
[email protected]cef7a6d2011-04-29 20:49:07716 'clang_update': {
Nico Webere250e6a2015-12-02 19:31:56717 'filepath': 'tools/clang/scripts/update.py'
[email protected]cef7a6d2011-04-29 20:49:07718 },
[email protected]f76c8852012-06-21 16:37:00719 'clipboard': {
720 'filepath': 'clipboard|dnd|drag|drop',
[email protected]2418b022011-05-19 21:06:02721 },
Aaron Gable64f273582017-03-30 18:02:00722 'codereview_settings': {
723 'filepath': 'codereview.settings',
724 },
sdefresned94c5b02015-07-22 17:54:55725 'components_deps': {
726 'filepath': 'components/([^/]*/)*DEPS',
727 },
[email protected]f76c8852012-06-21 16:37:00728 'content': {
[email protected]f2f0fbb92012-07-14 15:52:49729 'filepath': 'content/',
[email protected]f76c8852012-06-21 16:37:00730 },
scheib968e61052014-11-05 00:27:25731 'content_bluetooth': {
732 'filepath': 'content/.*bluetooth'
733 },
kinuko01cbe8a12015-10-20 09:59:06734 'content_loader': {
mmenkefaa97d3b2016-09-25 14:24:02735 'filepath': 'chrome/browser/loader|' \
736 'content/browser/loader|' \
kinuko01cbe8a12015-10-20 09:59:06737 'content/child/*loader',
738 },
Takeshi Yoshino524e1d262017-07-28 01:16:38739 'content_network' : {
740 'filepath': 'content/network/',
741 },
mkwst512627022014-09-16 09:23:27742 'content_renderer': {
743 'filepath': 'content/renderer/',
744 },
[email protected]aa3311a2012-11-19 16:04:58745 'content_shell': {
746 'filepath': 'content/shell/',
747 },
Takeshi Yoshino9d7588a32017-07-31 07:17:34748 'content_websockets': {
749 'filepath': 'content/browser/websockets/',
750 },
kinukoa121bce2015-01-30 10:04:41751 'content_worker': {
752 'filepath': 'content/.*worker',
753 },
donnd787f6ed2016-08-03 01:00:56754 'contextual_search': {
755 'filepath': 'chrome/browser/android/contextualsearch/|' \
756 'chrome/android/java/src/org/chromium/chrome/browser/contextualsearch/|' \
757 'chrome/android/javatests/src/org/chromium/chrome/browser/contextualsearch/|' \
758 'components/contextual_search/',
759 },
wfh792b71c2016-05-04 23:33:41760 'courgette': {
761 'filepath': 'courgette/',
762 },
Nico Weber6ff639a2017-08-11 21:04:50763 'cq': {
764 'filepath': 'infra/config/cq.cfg',
765 },
michaelpge42ca3b32016-02-19 08:17:57766 'cr_elements': {
767 'filepath': 'ui/webui/resources/cr_element',
768 },
ianwencdb8c9e2015-06-18 22:10:15769 'custom_tabs': {
Newton Allen38c62212015-06-24 21:41:53770 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/customtabs/|'\
ianwencdb8c9e2015-06-18 22:10:15771 'chrome/android/javatests/src/org/chromium/chrome/browser/customtabs/',
alancuttercbad6512015-06-19 02:31:28772 },
tbansalc6f1c9f2016-09-30 22:48:42773 'data_reduction_proxy': {
774 'filepath': 'chrome/browser/net/spdyproxy/|'\
775 'data_reduction_proxy|'\
776 'chrome_proxy',
777 },
[email protected]5e105332012-09-13 01:55:52778 'deep_memory_profiler': {
779 'filepath': 'tools/(deep_memory_profiler|find_runtime_symbols)',
780 },
Takeshi Yoshino524e1d262017-07-28 01:16:38781 'developer_recommended_flags': {
782 'filepath': 'developer_recommended_flags.gypi',
783 },
Bartosz Fabianowski85a823812015-04-16 10:27:51784 'device_bluetooth': {
785 'filepath': 'device/.*bluetooth'
786 },
juncaic08f41d2017-05-04 20:36:58787 'device_chooser': {
788 'filepath': 'chrome/browser/chooser_controller/|'\
789 'chrome/browser/ui/android/bluetooth_chooser_.*|'\
790 'chrome/browser/ui/android/usb_chooser_.*|'\
791 'chrome/browser/ui/bluetooth/|'\
792 'chrome/browser/ui/cocoa/device_chooser_.*|'\
793 'chrome/browser/ui/cocoa/extensions/chooser_dialog_.*|'\
794 'chrome/browser/ui/cocoa/permission_bubble/chooser_bubble_.*|'\
795 'chrome/browser/ui/views/device_chooser_.*|'\
796 'chrome/browser/ui/views/extensions/chooser_dialog_.*|'\
797 'chrome/browser/ui/views/permission_bubble/chooser_bubble_.*|'\
798 'chrome/browser/usb/usb_chooser_.*',
799 },
[email protected]29ad47c2014-04-23 09:12:48800 'device_sensors': {
801 'filepath': 'content/browser/device_sensors/|'\
802 'content/common/device_sensors/|'\
803 'content/public/android/java/src/org/chromium/content/browser/DeviceSensors.java|'\
804 'content/public/android/javatests/src/org/chromium/content/browser/DeviceSensorsTest.java|'\
timvolodine8cdb94c2016-09-22 12:17:22805 'content/renderer/device_sensors/|'\
806 'content/test/data/device_sensors/|'\
807 'device/sensors/',
[email protected]8c667232013-11-12 19:49:14808 },
[email protected]342b12872012-11-07 12:10:46809 'devtools': {
810 'filepath': 'devtools',
811 },
mfoltz57fd7f32017-05-03 06:12:58812 'dial': {
813 'filepath': 'chrome/(browser|common)/extensions/api/dial' \
814 '|chrome/browser/media/router/discovery/dial/' \
815 '|chrome/test/data/extensions/api_test/dial/'
816 },
[email protected]bab2a832012-07-11 23:29:41817 'disk_cache': {
818 'filepath': 'net/disk_cache/|http_cache',
819 },
[email protected]f76c8852012-06-21 16:37:00820 'download': {
[email protected]f2f0fbb92012-07-14 15:52:49821 'filepath': 'chrome/browser/download/|'\
[email protected]8492b5b2012-12-17 21:58:08822 'content/browser/download/',
[email protected]6bff0ad2011-06-17 01:32:51823 },
[email protected]ca872e362011-07-12 21:06:03824 'downloads_ui': {
dbeam78528be2016-02-18 07:08:49825 'filepath': 'chrome/browser/resources/(md_)?downloads/|' \
[email protected]8492b5b2012-12-17 21:58:08826 'chrome/browser/ui/webui/.*downloads|' \
827 'chrome/browser/ui/views/download/|' \
asanka2009f412015-10-05 17:28:12828 'chrome/browser/ui/cocoa/download/'
[email protected]ca872e362011-07-12 21:06:03829 },
[email protected]f6df20a2012-10-23 21:22:07830 'drive': {
[email protected]8492b5b2012-12-17 21:58:08831 'filepath': 'chrome/browser/chromeos/drive/|' \
832 'chrome/browser/google_apis/'
[email protected]f6df20a2012-10-23 21:22:07833 },
[email protected]89d2cd52013-04-16 01:55:36834 'drive_resource_metadata': {
[email protected]2c948e12013-10-17 03:08:33835 'filepath': 'chrome/browser/chromeos/drive/resource_metadata'
[email protected]89d2cd52013-04-16 01:55:36836 },
[email protected]3a25c8a2014-06-26 06:47:10837 'eme': {
838 'filepath': 'components/cdm/|' \
839 'content/browser/media/cdm/|' \
840 'content/renderer/media/crypto/|' \
841 'media/base/android/*drm*|' \
842 'media/cdm/|' \
843 'third_party/widevine/cdm/'
844 },
[email protected]f76c8852012-06-21 16:37:00845 'extension': {
846 'filepath': 'extension',
[email protected]161277d42011-06-24 20:48:45847 },
lunalu0a9c05422016-11-11 17:19:06848 'feature_policy': {
849 'filepath': 'third_party/WebKit/Source/platform/feature_policy/|' \
850 'third_party/WebKit/Source/bindings/core/v8/ConditionalFeatures',
851 },
apaciblec4093a92016-04-19 19:21:58852 'feedback_ui': {
853 'filepath': 'chrome/browser/resources/(md_)?feedback/'
854 },
[email protected]f76c8852012-06-21 16:37:00855 'fileapi': {
[email protected]8492b5b2012-12-17 21:58:08856 'filepath': 'file_system/|' \
857 'fileapi/'
[email protected]80919512011-08-03 08:51:04858 },
[email protected]f76c8852012-06-21 16:37:00859 'filebrowse': {
[email protected]8492b5b2012-12-17 21:58:08860 'filepath': 'file_browser|' \
861 'file_manager|' \
862 'filebrowse'
[email protected]4b07b62cc2011-10-03 17:52:39863 },
[email protected]4ed766c2013-09-19 09:45:20864 'filesapp': {
okab0be3dc2016-08-30 07:37:10865 'filepath': 'chrome/browser/chromeos/drive|' \
866 'chrome/browser/chromeos/extensions/file_manager|' \
867 'chrome/browser/chromeos/extensions/file_system_provider|' \
868 'chrome/browser/chromeos/file_manager|' \
869 'chrome/browser/chromeos/file_system_provider|' \
870 'chrome/browser/drive|' \
871 'chrome/test/data/extensions/api_test/file_system_provider|' \
872 'components/drive|' \
873 'google_apis/drive|' \
874 'ui/file_manager'
875 },
876 'filesapp_ui': {
[email protected]4ff3d9f2014-04-24 05:25:20877 'filepath': 'ui/file_manager'
[email protected]4ed766c2013-09-19 09:45:20878 },
[email protected]f76c8852012-06-21 16:37:00879 'ftp': {
880 'filepath': 'ftp',
[email protected]ffeb189d2011-10-05 18:49:39881 },
Wez385de5a2017-07-13 20:13:16882 'fuchsia': {
883 'filepath': 'fuchsia',
884 },
mmoroz58ddb8172016-09-08 18:29:55885 'fuzzing': {
886 'filepath': 'fuzz|Fuzz',
887 },
[email protected]3a2a6ac02014-06-20 07:07:12888 'gcm': {
peter9f4490a2017-01-27 00:58:36889 'filepath': 'chrome/browser/gcm/|'\
[email protected]3a2a6ac02014-06-20 07:07:12890 'components/gcm_driver/|'\
891 'google_apis/gcm/',
892 },
mikhail.pozdnyakova8db26402016-11-28 18:27:12893 'generic_sensor': {
894 'filepath': 'device/generic_sensor/|'\
895 'third_party/WebKit/Source/modules/sensor/',
896 },
[email protected]d8036492013-08-09 16:02:23897 'geolocation': {
898 'filepath': 'chrome/browser/geolocation/|'\
899 'content/browser/geolocation|'\
900 'content/public/common/geoposition.*|'\
901 'content/public/browser/geolocation.*|'\
902 'content/renderer/geolocation.*|'\
903 'content/shell/geolocation/',
904 },
[email protected]cf428f732012-10-02 20:48:15905 'gfx_geometry': {
danakj570c1332015-01-06 16:59:36906 'filepath': 'ui/gfx/geometry/',
[email protected]cf428f732012-10-02 20:48:15907 },
Takeshi Yoshino524e1d262017-07-28 01:16:38908 'gfx_image': {
909 'filepath': 'ui/gfx/image/',
910 },
[email protected]4d1773e2014-04-05 07:59:57911 'gn': {
912 'filepath': 'tools/gn',
913 },
[email protected]f76c8852012-06-21 16:37:00914 'gpu': {
[email protected]f2f0fbb92012-07-14 15:52:49915 'filepath': 'gpu/',
[email protected]f76c8852012-06-21 16:37:00916 },
[email protected]f76c8852012-06-21 16:37:00917 'history_ui': {
dbeam78528be2016-02-18 07:08:49918 'filepath': 'chrome/browser/resources/(md_)?history|'\
919 'chrome/browser/ui/webui/.*history',
[email protected]f76c8852012-06-21 16:37:00920 },
[email protected]18d7e402014-07-08 19:53:14921 'hotword': {
922 'filepath': 'chrome/browser/extensions/api/hotword_private/'\
923 '|chrome/browser/resources/hotword_helper/'\
[email protected]535980d42014-08-12 14:31:28924 '|chrome/browser/resources/hotword/'\
[email protected]18d7e402014-07-08 19:53:14925 '|chrome/browser/search/hotword*'\
926 '|chrome/test/data/extensions/api_test/hotword_private/',
927 },
[email protected]f76c8852012-06-21 16:37:00928 'i18n': {
[email protected]f2f0fbb92012-07-14 15:52:49929 'filepath': 'base/i18n/|base/string|l10n|icu|'\
timvolodine8cdb94c2016-09-22 12:17:22930 'locale_settings|encoding',
[email protected]f76c8852012-06-21 16:37:00931 },
[email protected]f76c8852012-06-21 16:37:00932 'importer': {
[email protected]f2f0fbb92012-07-14 15:52:49933 'filepath': 'import',
[email protected]f76c8852012-06-21 16:37:00934 },
Greg Thompson4f90fc992017-07-25 19:30:37935 'incident_reporting': {
936 'filepath': 'chrome/browser/safe_browsing/incident_reporting',
937 },
[email protected]c26161352013-11-12 19:50:01938 'indexed_db': {
939 'filepath': 'content/browser/indexed_db|'\
940 'content/child/indexed_db|'\
941 'content/common/indexed_db|'\
942 'content/public/browser/indexed_db|'\
943 'content/test/data/indexeddb',
944 },
bruthigaa8281f2016-02-09 17:52:31945 'ink_drop': {
946 'filepath': 'ui/views/animation/test/.*ink_drop.*|' \
947 'ui/views/animation/.*ink_drop.*'
948 },
dtapuska1f997a12016-03-14 19:22:07949 'input': {
950 'filepath': 'content/browser/renderer_host/input|'\
951 'content/renderer/input|'\
952 'ui/events/blink/'
953 },
Dominick Ngcaa7b402017-07-11 07:35:39954 'installable': {
955 'filepath': 'chrome/browser/installable/',
956 },
mmoss19826c62014-11-14 21:37:36957 'installer_linux': {
958 'filepath': 'chrome/installer/linux/',
959 },
Greg Thompson4f90fc992017-07-25 19:30:37960 'installer_win': {
961 'filepath': 'chrome/install_static/'\
962 '|chrome/installer/(?!gcapi_mac/|linux/|mac/)',
963 },
[email protected]56b4b09d32012-07-27 18:28:41964 'instant': {
[email protected]607903d2013-03-25 22:15:47965 'filepath': 'instant|searchbox|'\
966 'chrome/browser/search/|'\
[email protected]c29b7dae2013-03-25 22:29:13967 'chrome/browser/ui/search/|'\
[email protected]eb99f8e2013-07-10 10:17:39968 'chrome/browser/resources/local_ntp/|'\
[email protected]607903d2013-03-25 22:15:47969 'chrome/common/search_types.*',
[email protected]56b4b09d32012-07-27 18:28:41970 },
edchin46453b42017-03-03 01:40:11971 'ios': {
Sylvain Defresne81467d82017-05-29 09:06:14972 'filepath': 'ios/',
edchin46453b42017-03-03 01:40:11973 },
sdefresne18b47312015-06-18 15:15:09974 'ios_chrome': {
Sylvain Defresne81467d82017-05-29 09:06:14975 'filepath': 'ios/chrome/',
sdefresne18b47312015-06-18 15:15:09976 },
marqa4f135f2017-01-10 12:37:34977 'ios_clean': {
Sylvain Defresne81467d82017-05-29 09:06:14978 'filepath': 'ios/clean/',
marqa4f135f2017-01-10 12:37:34979 },
980 'ios_showcase': {
Sylvain Defresne81467d82017-05-29 09:06:14981 'filepath': 'ios/showcase/',
marqa4f135f2017-01-10 12:37:34982 },
baxley9bfbd3cc2017-03-15 21:22:32983 'ios_test': {
Sylvain Defresne81467d82017-05-29 09:06:14984 'filepath': 'ios/chrome/test/|'\
985 'ios/testing/|'\
986 'ios/web/public/test/|'\
987 'ios/web/test/',
baxley9bfbd3cc2017-03-15 21:22:32988 },
eugenebutb5a5a8572017-01-20 01:18:11989 'ios_web': {
Sylvain Defresne81467d82017-05-29 09:06:14990 'filepath': 'ios/web(_view)?/',
eugenebutb5a5a8572017-01-20 01:18:11991 },
[email protected]f76c8852012-06-21 16:37:00992 'ipc': {
[email protected]f2f0fbb92012-07-14 15:52:49993 'filepath': 'ipc/ipc',
[email protected]f76c8852012-06-21 16:37:00994 },
Takeshi Yoshino524e1d262017-07-28 01:16:38995 'libvpx': {
996 'filepath': 'third_party/libvpx'
vabraafbd4f32015-11-10 19:30:23997 },
[email protected]a3f777d2014-01-07 23:38:26998 'libwebp': {
999 'filepath': 'third_party/libwebp'
1000 },
dominiccabb90e02017-03-31 04:54:231001 'libxml_xslt': {
1002 'filepath': 'third_party/libxml/' \
1003 '|third_party/libxslt/',
1004 },
[email protected]04a292a2013-03-07 19:58:421005 'linux_fonts': {
1006 'filepath': 'ui/gfx/font_render_params_.*|'\
deratcd2d6fb2015-02-12 00:10:411007 'ui/gfx/platform_font_linux.*|'\
1008 'ui/gfx/render_text_harfbuzz.*',
[email protected]04a292a2013-03-07 19:58:421009 },
1010 'linux_sandboxing': {
[email protected]f2f0fbb92012-07-14 15:52:491011 'filepath': 'sandbox/linux/',
[email protected]f76c8852012-06-21 16:37:001012 },
[email protected]04a292a2013-03-07 19:58:421013 'linux_seccomp_bpf': {
[email protected]d6a23612012-11-13 20:11:541014 'filepath': 'content/common/sandbox.*linux.cc',
[email protected]f76c8852012-06-21 16:37:001015 },
Takeshi Yoshino524e1d262017-07-28 01:16:381016 'login': {
1017 'filepath': 'chrome/browser/ui/login'
1018 },
lgrey62faed72016-10-11 21:40:391019 'mac': {
lgrey332339b12016-12-05 17:16:401020 'filepath': '(_|/)(cocoa|mac)(_|\.)|/(cocoa|mac)/|^((?!ios\/).)*\.mm?$',
lgrey62faed72016-10-11 21:40:391021 },
mlamourid8b0feb2015-06-02 16:30:471022 'manifest': {
1023 'filepath': 'content/(browser|renderer)/manifest/'\
1024 '|content/public/common/manifest*',
1025 },
michaelpg32ca07902015-02-07 00:31:111026 'md_settings': {
michaelpge42ca3b32016-02-19 08:17:571027 'filepath': 'chrome/browser/resources/settings/'\
Dan Beam62f6f8fce2017-06-07 21:23:081028 '|chrome/browser/ui/webui/settings/'\
1029 '|chrome/test/data/webui/settings/',
michaelpg32ca07902015-02-07 00:31:111030 },
[email protected]f76c8852012-06-21 16:37:001031 'media': {
Francois Beaufort9ab59c82017-08-24 13:10:291032 'filepath': 'media|third_party/(ffmpeg|opus|libvpx)'
[email protected]f76c8852012-06-21 16:37:001033 },
mcasasfeedbe42017-03-03 05:23:561034 'media_capture_from_element': {
alancutter40359812017-03-03 08:20:271035 'filepath': 'content/renderer/media_capture_from_element/' \
mcasasfeedbe42017-03-03 05:23:561036 '|third_party/WebKit/Source/modules/mediacapture/' \
1037 '|third_party/WebKit/Source/platform/exported/WebCanvasCapture' \
1038 '|third_party/WebKit/LayoutTests/fast/mediacapturefromelement/' \
1039 '|third_party/WebKit/public/platform/WebCanvasCapture'
1040 },
[email protected]06dd23172013-06-24 21:04:511041 'media_galleries': {
1042 'filepath': 'chrome/browser/extensions/api/media_galleries/'\
[email protected]06dd23172013-06-24 21:04:511043 '|chrome/browser/media_galleries/'\
1044 '|chrome/browser/storage_monitor/'\
1045 '|chrome/common/media_galleries/'\
1046 '|chrome/test/data/extensions/api_test/media_galleries/'\
1047 '|chrome/utility/itunes*'\
1048 '|chrome/utility/picasa*',
1049 },
alokp9e369ea72e2016-06-10 05:41:091050 'media_mojo': {
1051 'filepath': 'media/mojo/*'
1052 },
mcasasfeedbe42017-03-03 05:23:561053 'media_recorder': {
alancutter40359812017-03-03 08:20:271054 'filepath': 'content/renderer/media_recorder/' \
mcasasfeedbe42017-03-03 05:23:561055 '|third_party/WebKit/Source/modules/mediarecorder/' \
1056 '|third_party/WebKit/Source/platform/exported/WebMediaRecorder' \
1057 '|third_party/WebKit/LayoutTests/fast/mediarecorder/' \
1058 '|third_party/WebKit/public/platform/WebMediaRecorder'
1059 },
miu5e69f1c52016-10-23 13:40:111060 'media_remoting': {
1061 'filepath': 'chrome/browser/media/cast_remoting'\
1062 '|media/blink/webmediaplayer_'\
1063 '|media/mojo/interfaces/remoting.mojom'\
1064 '|media/remoting/',
1065 },
kmarshallb698ad4f2015-02-24 19:42:481066 'media_router': {
mfoltz57fd7f32017-05-03 06:12:581067 'filepath': 'chrome/android/(java|junit)/src/org/chromium/chrome/browser/media/router/' \
1068 '|chrome/browser/media/router/' \
kmarshallb698ad4f2015-02-24 19:42:481069 '|chrome/browser/resources/media_router/' \
mfoltz57fd7f32017-05-03 06:12:581070 '|chrome/browser/ui/views/media_router/' \
kmarshallb698ad4f2015-02-24 19:42:481071 '|chrome/browser/ui/webui/media_router/' \
mfoltz57fd7f32017-05-03 06:12:581072 '|chrome/common/media/router/' \
1073 '|chrome/test/data/webui/media_router/' \
1074 '|chrome/test/media_router/' \
1075 '|chrome/utility/media_router/'
kmarshallb698ad4f2015-02-24 19:42:481076 },
fmeawad4582cd22017-03-30 20:59:361077 'memory_coordinator': {
1078 'filepath': 'base/memory/memory_|' \
fmeawadd015b232017-03-31 02:22:451079 'content/browser/memory/|' \
1080 'content/child/memory/'
fmeawad4582cd22017-03-30 20:59:361081 },
[email protected]f76c8852012-06-21 16:37:001082 'message_loop': {
[email protected]f2f0fbb92012-07-14 15:52:491083 'filepath': 'base/message_'
[email protected]f76c8852012-06-21 16:37:001084 },
1085 'metrics': {
[email protected]f2f0fbb92012-07-14 15:52:491086 'filepath': 'base/metrics/'\
asvitkine361b276e2016-08-30 18:45:001087 '|chrome/android/java/src/org/chromium/chrome/browser/metrics/'\
[email protected]f2f0fbb92012-07-14 15:52:491088 '|chrome/browser/metrics/'\
[email protected]f2f0fbb92012-07-14 15:52:491089 '|chrome/browser/chromeos/external_metrics'\
[email protected]b0d594d2014-02-21 03:22:121090 '|chrome/browser/extensions/api/metrics_private/'\
[email protected]f2f0fbb92012-07-14 15:52:491091 '|chrome/browser/ui/webui/metrics_handler'\
asvitkineb7e10302016-01-20 05:17:451092 '|chromecast/browser/metrics/'\
asvitkinee4bad382015-11-05 21:56:451093 '|components/metrics/'\
asvitkineb7e10302016-01-20 05:17:451094 '|components/metrics_services_manager/'\
[email protected]ce6b855a2014-03-12 19:51:391095 '|components/rappor/'\
asvitkinee4bad382015-11-05 21:56:451096 '|components/variations/'\
[email protected]b0d594d2014-02-21 03:22:121097 # Exclude XML files; in particular, histograms.xml.
1098 '|tools/metrics/[^.]*([.](?!xml$).*)?$',
1099 },
1100 'metrics_xml_files': {
1101 # Subscribe to this to watch for changes to histograms.xml.
toyoshim8f51f902015-03-27 03:50:211102 'filepath': 'tools/metrics/.*\.xml$',
1103 },
1104 'midi': {
1105 'filepath': 'midi',
[email protected]f76c8852012-06-21 16:37:001106 },
[email protected]341f218a2013-09-24 22:16:101107 'mojo': {
1108 'filepath': 'mojo',
1109 },
[email protected]f76c8852012-06-21 16:37:001110 'mouse_lock': {
1111 'filepath': 'mouse_lock',
1112 },
rjkroegef60dea862015-10-29 17:50:061113 'mus': {
ben6b0453d12016-07-02 04:27:191114 'filepath': 'services/ui/'\
rjkroegef60dea862015-10-29 17:50:061115 '|mojo/gpu/',
1116 },
[email protected]f76c8852012-06-21 16:37:001117 'nacl': {
[email protected]f2f0fbb92012-07-14 15:52:491118 'filepath': 'chrome/nacl/|chrome/test/nacl/|'\
[email protected]193912d2013-09-06 17:41:561119 'chrome/browser/nacl_host/|chrome/common/nacl|'\
1120 'native_client_sdk/src/doc/',
[email protected]f76c8852012-06-21 16:37:001121 },
[email protected]99ddc3d2013-01-22 16:15:331122 'native_client_sdk': {
1123 'filepath': '^native_client_sdk/',
1124 },
[email protected]b9ecdb62014-03-07 14:56:431125 'navigation': {
1126 'filepath': 'content/browser/frame_host|'\
1127 'content/browser/renderer_host/render_process_host.*|'\
1128 'content/browser/renderer_host/render_view_host.*|'\
1129 'content/browser/web_contents/web_contents_impl.*|'\
1130 'content/renderer/render_frame.*|'\
1131 'content/renderer/render_view.*'
1132 },
[email protected]f76c8852012-06-21 16:37:001133 'net': {
[email protected]f2f0fbb92012-07-14 15:52:491134 'filepath': 'net/',
[email protected]f76c8852012-06-21 16:37:001135 },
bnc1872e8bd2017-01-27 02:47:281136 'net_base': {
1137 'filepath': 'net/base/',
1138 },
bnc1872e8bd2017-01-27 02:47:281139 'net_http2': {
1140 'filepath': 'net/http2/',
1141 },
[email protected]f76c8852012-06-21 16:37:001142 'net_log': {
mmenke59e4d8fb42016-06-15 21:15:281143 'filepath': 'net/log/|' \
[email protected]f2f0fbb92012-07-14 15:52:491144 'chrome/browser/net/.*net_log|' \
[email protected]f2f0fbb92012-07-14 15:52:491145 'chrome/browser/resources/net_internals/|' \
mmenke59e4d8fb42016-06-15 21:15:281146 'chrome/browser/ui/webui/net_internals/|' \
Takeshi Yoshino6b30abd2017-07-16 03:34:511147 'components/net_log/'
[email protected]f76c8852012-06-21 16:37:001148 },
bnc1872e8bd2017-01-27 02:47:281149 'net_spdy': {
1150 'filepath': 'net/spdy/',
1151 },
Takeshi Yoshino9d7588a32017-07-31 07:17:341152 'net_websockets': {
1153 'filepath': 'net/websockets/' \
1154 '|net/data/websocket/'
1155 },
jkarlin539748402015-03-31 17:36:311156 'netinfo': {
Josh Karlin1bd016742017-08-18 17:44:171157 'filepath': '/netinfo/',
jkarlin539748402015-03-31 17:36:311158 },
peterf4758412014-09-17 15:06:011159 'notifications': {
Peter Beverloo4548c852017-08-31 13:45:171160 'filepath': 'chrome/browser/extensions/api/notifications/|'\
1161 'chrome/browser/notifications/|'\
1162 'chrome/test/data/notifications/|'\
1163 'content/browser/notifications/|'\
1164 'content/child/notifications/|'\
1165 'content/common/platform_notification|'\
1166 'content/public/browser/platform_notification|'\
1167 'content/public/common/platform_notification|'\
1168 'content/renderer/notification_|'\
1169 'third_party/WebKit/LayoutTests/external/wpt/notifications|'\
1170 'third_party/WebKit/LayoutTests/http/tests/notifications|'\
1171 'third_party/WebKit/Source/modules/notifications|'\
1172 'third_party/WebKit/public/platform/modules/notifications|'\
peterf4758412014-09-17 15:06:011173 'ui/message_center/'
1174 },
tbansalc6f1c9f2016-09-30 22:48:421175 'nqe': {
1176 'filepath': 'nqe',
1177 },
mcwilliamsedee5042016-04-05 18:46:451178 'ntp_snippets': {
1179 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk16a37f902016-05-16 15:49:361180 'chrome/android/javatests/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk14c89352016-07-21 13:45:131181 'chrome/android/junit/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk117ffb322017-02-06 12:04:201182 'chrome/android/java/src/org/chromium/chrome/browser/suggestions/|'\
1183 'chrome/android/javatests/src/org/chromium/chrome/browser/suggestions/|'\
mvanouwerkerk538dc0b62016-05-17 14:55:341184 'chrome/browser/android/ntp/ntp_snippets|'\
mcwilliamsedee5042016-04-05 18:46:451185 'chrome/browser/ntp_snippets/|'\
mvanouwerkerk41649732016-05-17 13:37:001186 'chrome/browser/resources/snippets_internals|'\
1187 'chrome/browser/ui/webui/snippets_internals|'\
mcwilliamsedee5042016-04-05 18:46:451188 'components/ntp_snippets/|'\
1189 'chrome/android/java/res/layout/new_tab_page|'\
noyau451e6bb62016-12-23 14:29:041190 'chrome/android/java/res/layout/most_visited|'\
1191 'ios/chrome/browser/ntp_snippets'
mcwilliamsedee5042016-04-05 18:46:451192 },
treib70176c52016-07-08 14:34:191193 'ntp_tiles': {
1194 'filepath': 'chrome/browser/android/ntp/|'\
1195 'chrome/browser/ui/webui/ntp/|'\
1196 'chrome/common/search/ntp|'\
noyau451e6bb62016-12-23 14:29:041197 'components/ntp_tiles/|'\
1198 'ios/chrome/browser/ntp_tiles'
treib70176c52016-07-08 14:34:191199 },
peterb8ec88f82017-03-21 13:29:421200 'offline_items_collection': {
1201 'filepath': 'components/offline_items_collection/',
1202 },
dimichdce3ee492016-04-04 04:20:521203 'offline_pages': {
1204 'filepath': 'components/offline_pages/'\
fgorski329be5b2016-04-19 21:38:111205 '|chrome/browser/android/offline_pages/'\
1206 '|chrome/android/java/src/org/chromium/chrome/browser/offlinepages/'
dimichdce3ee492016-04-04 04:20:521207 },
[email protected]f76c8852012-06-21 16:37:001208 'omnibox': {
jdonnelly6fa5a21d2017-01-03 15:28:351209 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/omnibox/|'\
1210 'chrome/android/javatests/src/org/chromium/chrome/browser/omnibox/|'\
1211 'chrome/browser/autocomplete/|'\
1212 'chrome/browser/ui/omnibox/|'\
1213 'chrome/browser/ui/.*/omnibox/|'\
1214 'components/omnibox/|'\
1215 'ios/chrome/browser/ui/omnibox/'
[email protected]f76c8852012-06-21 16:37:001216 },
chasej6dff9292016-02-02 20:33:121217 'origin_trials': {
chasej68b8bbd2017-01-26 19:26:131218 'filepath': 'origin_trials'\
1219 '|OriginTrial'\
1220 '|ConditionalFeature',
chasej6dff9292016-02-02 20:33:121221 },
[email protected]4a2078e2013-07-18 20:40:201222 'ozone': {
[email protected]f93c2c92013-10-31 18:22:441223 'filepath': 'ui/ozone/|'\
[email protected]4b66bf922013-10-28 19:49:431224 'ui/events/ozone/|'\
1225 'ui/gfx/ozone/|'\
[email protected]4a2078e2013-07-18 20:40:201226 'ui/gl/gl_.*egl.*|'\
1227 'ui/gl/gl_.*ozone.*'
1228 },
lgarron9e25c7402017-03-15 04:03:111229 'page_info' : {
1230 'filepath': 'chrome/browser/ui/page_info/'\
1231 '|chrome/browser/ui/.*/page_info/'\
lgarron3428b2d32017-03-21 18:35:191232 '|chrome/android/java/src/org/chromium/chrome/browser/page_info/'\
lgarron6cd116a2017-04-07 19:42:181233 '|components/page_info_strings.grdp'\
lgarron9e25c7402017-03-15 04:03:111234 '|ios/chrome/browser/ui/omnibox/page_info_'
lgarron6cd116a2017-04-07 19:42:181235 },
csharrison3b1dc4062015-10-19 14:31:081236 'page_load_metrics' : {
bmcquade9f433702016-07-26 23:33:501237 'filepath': 'chrome/browser/page_load_metrics/'\
1238 '|chrome/common/page_load_metrics/'\
1239 '|chrome/renderer/page_load_metrics/'
csharrison3b1dc4062015-10-19 14:31:081240 },
[email protected]f76c8852012-06-21 16:37:001241 'panels': {
[email protected]7cbe5a52012-09-27 02:00:291242 'filepath': 'chrome/browser/ui/panels'\
1243 '|chrome/browser/ui/cocoa/panels'\
[email protected]7cbe5a52012-09-27 02:00:291244 '|chrome/browser/ui/views/panels'
[email protected]f76c8852012-06-21 16:37:001245 },
[email protected]3cc8b3922014-05-05 13:12:081246 'password_manager': {
1247 'filepath': 'chrome/.*/password_'\
1248 '|chrome/browser/ui/passwords'\
1249 '|chrome/browser/ui/views/passwords'\
1250 '|chrome/test/data/password'\
1251 '|components/autofill.*password'
1252 '|components/password_'\
vabrccdb7222016-06-01 14:59:401253 '|^ios/chrome/browser/passwords'\
[email protected]3cc8b3922014-05-05 13:12:081254 },
rouslane8a22262016-10-19 20:49:411255 'payments': {
1256 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/payments'\
1257 '|chrome/android/javatests/src/org/chromium/chrome/browser/payments'\
Rouslan Solomakhin81af4cf2017-06-27 15:23:491258 '|chrome/browser/payments'\
1259 '|chrome/browser/ui/views/payments'\
Mohamad Ahmadi2b452762017-07-18 23:17:151260 '|components/payments/test/data'\
rouslana64ceca2016-10-26 01:10:311261 '|components/payments'\
Rouslan Solomakhin81af4cf2017-06-27 15:23:491262 '|content/browser/payments'\
1263 '|content/test/data/payments'\
1264 '|ios/chrome/browser/payments'\
1265 '|ios/chrome/browser/ui/payments'\
1266 '|ios/web/payments'\
1267 '|ios/web/public/payments'\
1268 '|third_party/WebKit/LayoutTests/external/wpt/payment-request'\
1269 '|third_party/WebKit/LayoutTests/http/tests/payments'\
1270 '|third_party/WebKit/LayoutTests/payments'\
1271 '|third_party/WebKit/public/platform/modules/payments'\
1272 '|third_party/WebKit/Source/modules/payments'
mahmadi0a7bb59f2017-02-22 19:13:491273 },
1274 'payments_ios': {
Rouslan Solomakhin81af4cf2017-06-27 15:23:491275 'filepath': 'ios/web/payments'\
1276 '|ios/chrome/browser/payments'\
1277 '|ios/chrome/browser/ui/payments'\
1278 '|ios/web/public/payments'
rouslane8a22262016-10-19 20:49:411279 },
[email protected]f76c8852012-06-21 16:37:001280 'pepper_api': {
[email protected]b8491b02013-11-13 03:50:581281 'filepath': 'ppapi/api'\
1282 '|ppapi/c',
[email protected]f76c8852012-06-21 16:37:001283 },
mlamourid8b0feb2015-06-02 16:30:471284 'permissions': {
1285 'filepath': 'content/(child,browser)/permissions/'\
1286 '|content/common/permission_*'\
1287 '|content/public/(common,browser)/permission_*'\
1288 '|chrome/browser/permissions/'\
1289 '|chrome/browser/content_settings/permission*'\
1290 '|permission_context',
1291 },
[email protected]f76c8852012-06-21 16:37:001292 'plugin': {
[email protected]f2f0fbb92012-07-14 15:52:491293 'filepath': 'chrome/browser/plugin|chrome/plugin/|'\
Thiago Farinae067154bb2015-05-07 15:37:591294 'chrome/common/plugin',
[email protected]f76c8852012-06-21 16:37:001295 },
michaelpg11fff3f2015-02-06 03:35:341296 'polymer': {
1297 'filepath': 'third_party/polymer/|'\
michaelpgf94a2a22017-03-06 22:35:001298 'third_party/web-animations-js/|'\
dbeam78528be2016-02-18 07:08:491299 'tools/polymer|'\
michaelpg11fff3f2015-02-06 03:35:341300 'ui/webui/resources/polymer_resources.grdp',
1301 },
twifkak0c69c1f2015-06-22 18:20:091302 'precache': {
1303 'filepath': '[pP]recache'
1304 },
[email protected]be775bc2014-06-30 15:41:141305 'prepopulated_engines': {
1306 'filepath': 'components/search_engines/prepopulated_engines.json',
1307 },
[email protected]f76c8852012-06-21 16:37:001308 'prerender': {
[email protected]78375a52012-07-14 14:47:571309 'filepath': 'prerender'
[email protected]f76c8852012-06-21 16:37:001310 },
mfoltz57fd7f32017-05-03 06:12:581311 'presentation': {
1312 'filepath': 'content/(browser|common|renderer)/presentation/' \
1313 '|third_party/WebKit/public/platform/modules/presentation/' \
1314 '|third_party/WebKit/LayoutTests/presentation/' \
1315 '|third_party/WebKit/Source/modules/presentation/'
1316 },
peter884896c72015-03-12 14:26:201317 'push_messaging': {
1318 'filepath': 'push_messaging'
1319 },
stkhapugin06503142016-12-07 14:32:121320 'reading_list': {
1321 'filepath': 'components/reading_list|'\
1322 'ios/chrome/browser/reading_list|'\
1323 'ios/chrome/browser/ui/reading_list',
1324 },
[email protected]f76c8852012-06-21 16:37:001325 'remoting': {
sergeyu05995a4f2017-01-24 21:26:011326 'filepath': '^remoting/' \
1327 '|^testing/chromoting'
[email protected]f76c8852012-06-21 16:37:001328 },
gab57e80c72014-12-08 21:06:131329 'rlz_id': {
1330 'filepath' :'rlz/lib/machine_id.cc|'\
1331 'rlz/lib/machine_id.h|'\
1332 'rlz/win/lib/machine_id_win.cc',
1333 },
grt829c6a82014-10-20 09:29:321334 'safe_browsing': {
timvolodine41e95412017-03-14 02:55:341335 'filepath': 'chrome/(browser|common|renderer)/safe_browsing/|'\
1336 'components/safe_browsing/',
grt829c6a82014-10-20 09:29:321337 },
vakhf8e14c92016-10-17 21:29:471338 'safe_browsing_db': {
1339 'filepath': 'components/safe_browsing_db/',
1340 },
skyostil20dea312014-11-11 13:43:061341 'scheduler': {
rmcilroyfa5ac552015-04-09 12:33:171342 'filepath': 'cc/scheduler'\
jochen83c639f02015-04-22 17:07:371343 '|components/scheduler'\
rmcilroyfa5ac552015-04-09 12:33:171344 '|content/renderer/scheduler'
skyostil20dea312014-11-11 13:43:061345 },
mlamourid8b0feb2015-06-02 16:30:471346 'screen_orientation': {
1347 'filepath': 'screen_orientation',
1348 },
[email protected]0b431722014-01-08 07:21:511349 'service_worker': {
[email protected]edaf31d2014-03-07 00:09:171350 'filepath': 'content/(browser|renderer|child|common)/service_worker/',
[email protected]0b431722014-01-08 07:21:511351 },
Colin Blundell6d2669a2017-07-11 06:26:531352 'services_public': {
1353 'filepath': 'services/([^/]*/)*public/',
1354 },
alitoc5534d62017-04-21 01:48:581355 'settings_reset_prompt': {
1356 'filepath': 'chrome/browser/safe_browsing/settings_reset_prompt/'\
1357 '|chrome/browser/ui/views/settings_reset_prompt',
1358 },
dominickn8884155a2016-06-23 02:28:161359 'site_engagement': {
1360 'filepath': 'chrome/browser/engagement/|'\
1361 'chrome/browser/ui/webui/engagement/',
1362 },
[email protected]f76c8852012-06-21 16:37:001363 'site_instance': {
[email protected]f2f0fbb92012-07-14 15:52:491364 'filepath': 'content/browser/site_instance|'\
1365 'content/browser/browsing_instance',
[email protected]f76c8852012-06-21 16:37:001366 },
[email protected]ad0295d2012-10-11 23:43:361367 'spellcheck': {
1368 'filepath': 'chrome/browser/spellchecker/'\
timvolodine8cdb94c2016-09-22 12:17:221369 '|chrome/browser/renderer_context_menu/spelling_'\
1370 '|components/spellcheck/'\
1371 '|third_party/hunspell/'\
1372 '|third_party/hunspell_dictionaries/',
[email protected]ad0295d2012-10-11 23:43:361373 },
[email protected]67f39af2013-08-23 20:06:051374 'streams': {
1375 'filepath': 'content/browser/streams/',
1376 },
vmpstrcc1c08302015-11-18 06:05:511377 'styleguide': {
1378 'filepath': '^styleguide/',
1379 },
engedye7b734da2017-02-07 12:08:131380 'subresource_filter': {
Charles Harrisonfb3eac92017-06-26 21:26:021381 'filepath': 'subresource_filter|SubresourceFilter|url_pattern_index',
engedye7b734da2017-02-07 12:08:131382 },
[email protected]43d33e92014-07-14 16:39:311383 'supervised_users': {
1384 'filepath': 'chrome/browser/.*managed_mode'\
1385 '|chrome/browser/.*managed_user'\
1386 '|chrome/browser/.*supervised_user',
1387 },
alito438fa4332016-12-20 21:59:171388 'swreporter': {
alitof6fcb352017-05-01 22:34:281389 'filepath': 'chrome/browser/safe_browsing/chrome_cleaner/'\
alito438fa4332016-12-20 21:59:171390 '|chrome/browser/component_updater/sw_reporter_',
1391 },
[email protected]f76c8852012-06-21 16:37:001392 'sync': {
maxboguefa217942016-04-01 01:08:131393 'filepath': '^chrome/android/sync_shell/'\
1394 '|^chrome/browser/ui/sync/'\
1395 '|^chrome/browser/ui/views/sync/'\
1396 '|^chrome/test/android/javatests/src/org/chromium/chrome/test/util/browser/sync/'\
1397 '|^ios/chrome/browser/sync/'\
1398 '|^chrome/android/java/src/org/chromium/chrome/browser/sync/'\
1399 '|^chrome/browser/sync/'\
1400 '|^components/browser_sync/'\
Max Boguefef332d2016-07-28 22:09:091401 '|^components/sync/'\
maxboguefa217942016-04-01 01:08:131402 '|^components/sync_bookmarks/'\
Max Boguefef332d2016-07-28 22:09:091403 '|^components/sync_sessions/',
[email protected]f76c8852012-06-21 16:37:001404 },
[email protected]92871a102013-07-01 11:11:411405 'syncfs': {
1406 'filepath': 'sync_file_system',
1407 },
miu5e69f1c52016-10-23 13:40:111408 'tab_alert_indicators': {
1409 'filepath': 'content/browser/media/audio_stream_monitor'\
1410 '|chrome/browser/ui/cocoa/tabs/alert_indicator_button'\
1411 '|chrome/browser/ui/cocoa/tabs/tab_controller\.mm'\
1412 '|chrome/browser/ui/tabs/tab_utils'\
1413 '|chrome/browser/ui/views/tabs/alert_indicator_button'\
1414 '|chrome/browser/ui/views/tabs/tab\.cc'\
1415 '|chrome/browser/ui/views/tabs/tab_renderer_data'\
1416 '|media/audio/audio_(output_controller|power_monitor)',
1417 },
[email protected]82d74152013-07-28 08:55:311418 'tab_capture': {
miu5e69f1c52016-10-23 13:40:111419 'filepath': 'cc/output/copy_output_'\
[email protected]31ef420b2014-08-13 21:19:131420 '|chrome/browser/extensions/api/tab_capture/'\
miu5e69f1c52016-10-23 13:40:111421 '|chrome/renderer/resources/extensions/tab_capture_custom_bindings.js'\
[email protected]31ef420b2014-08-13 21:19:131422 '|chrome/test/data/extensions/api_test/tab_capture/'\
[email protected]31ef420b2014-08-13 21:19:131423 '|content/browser/media/capture/'\
miu5e69f1c52016-10-23 13:40:111424 '|content/browser/renderer_host/delegated_frame_host'\
[email protected]31ef420b2014-08-13 21:19:131425 '|content/browser/renderer_host/media/(audio_'\
1426 '|media_stream_manager|video_)'\
miu5e69f1c52016-10-23 13:40:111427 '|content/public/renderer/media_stream_'\
1428 '|content/renderer/media/(media_stream|(.+audio_source))'\
[email protected]31ef420b2014-08-13 21:19:131429 '|media/audio/(audio_output_controller|fake_audio_|virtual_audio_)'\
1430 '|media/base/video_frame\.h'\
miu5e69f1c52016-10-23 13:40:111431 '|media/capture/',
[email protected]82d74152013-07-28 08:55:311432 },
[email protected]f76c8852012-06-21 16:37:001433 'tab_contents': {
[email protected]f2f0fbb92012-07-14 15:52:491434 'filepath': 'chrome/browser/tab_contents/|'\
1435 'content/browser/tab_contents/|'\
1436 'chrome/browser/ui/tab_contents/',
[email protected]f76c8852012-06-21 16:37:001437 },
tdresserd80646f2017-03-03 19:26:081438 'tbmv2_metrics': {
1439 'filepath': 'third_party/catapult/tracing/tracing/metrics'
1440 },
[email protected]5e105332012-09-13 01:55:521441 'tcmalloc': {
1442 'filepath': 'third_party/tcmalloc'
1443 },
[email protected]31a10602012-11-21 01:51:261444 'telemetry': {
nednguyen79105d422016-04-18 01:38:421445 'filepath': 'tools/perf/'
[email protected]31a10602012-11-21 01:51:261446 },
Takeshi Yoshino524e1d262017-07-28 01:16:381447 'test_runner': {
1448 'filepath': 'components/test_runner/' \
1449 '|content/shell/(common|browser|renderer)/layout_test/' \
1450 '|content/test/layouttest_support.cc' \
1451 '|content/public/test/layouttest_support.h' \
1452 },
[email protected]f76c8852012-06-21 16:37:001453 'tests': {
[email protected]f2f0fbb92012-07-14 15:52:491454 'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/',
[email protected]0cde05a02011-11-30 23:36:521455 },
jlkleinecc81952016-11-19 00:16:071456 'tether': {
1457 'filepath': 'components/cryptauth/'\
1458 '|chromeos/components/tether/'\
1459 '|components/proximity_auth/',
1460 },
[email protected]1cbbb30b2011-10-14 08:03:561461 'textinput': {
[email protected]f2f0fbb92012-07-14 15:52:491462 'filepath': 'content/browser/renderer_host/gtk_im'\
1463 '|content/browser/renderer_host/gtk_key'\
1464 '|content/browser/renderer_host/render_widget_host_view'\
1465 '|content/browser/renderer_host/text_input'\
1466 '|ui/base/ime/'\
1467 '|ui/base/gtk/event'\
1468 '|ui/base/gtk/gtk_im'\
1469 '|ui/base/keycodes/'\
1470 '|ui/base/win/ime'\
1471 '|ui/views/controls/textfield/'\
1472 '|ui/views/ime/'
[email protected]1cbbb30b2011-10-14 08:03:561473 },
[email protected]3a117c62011-11-29 04:28:021474 'textinput_chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:491475 'filepath': 'chrome/browser/chromeos/input_method/'\
1476 '|chrome/browser/chromeos/extensions/input_method'\
1477 '|chrome/browser/chromeos/status/input_method'\
1478 '|chrome/browser/extensions/extension_input_'\
1479 '|chrome/browser/resources/keyboard'\
[email protected]f2f0fbb92012-07-14 15:52:491480 'chromeos/.*(language|keyboard)'\
[email protected]6bd9e802013-04-18 06:40:421481 '|chromeos/ime/*'
[email protected]3a117c62011-11-29 04:28:021482 },
chirantan96fcf6d2015-01-21 22:36:191483 'timers': {
1484 'filepath': 'base/timer/'\
1485 '|components/timers/'
1486 },
robliaofd54b5c2017-01-13 00:41:301487 'tools_win_chromeexts': {
1488 'filepath': 'tools/win/chromeexts',
1489 },
[email protected]c8eb7f72013-07-04 15:30:111490 'tracing': {
1491 'filepath': 'base/debug/trace_event.*'\
primianobef13b42015-01-30 15:29:311492 '|base/trace_event/'\
[email protected]c8eb7f72013-07-04 15:30:111493 '|content/browser/tracing/'\
1494 '|components/tracing/'
1495 },
[email protected]cf428f732012-10-02 20:48:151496 'ui_compositor': {
1497 'filepath': 'ui/compositor/layer\.|'\
1498 'ui/compositor/layer_unittest|'\
1499 'ui/compositor/compositor',
1500 },
robliao2c4b7492016-07-19 01:57:261501 'ui_display_win': {
1502 'filepath': '^ui/display/win',
1503 },
[email protected]6b5093c2012-05-23 19:10:181504 'ui_resources': {
[email protected]f2f0fbb92012-07-14 15:52:491505 'filepath': 'ui/resources/'\
1506 '|ui/base/native_theme/resources/'\
1507 '|chrome/app/theme/'
[email protected]6b5093c2012-05-23 19:10:181508 },
edwardjung83f52ef22017-02-07 13:15:071509 'ui_strings': {
1510 'filepath': 'chrome/app/generated_resources.grd'\
1511 '|chrome/app/google_chrome_strings.grd'\
1512 '|chrome/android/java/strings/android_chrome_strings.grd'\
1513 '|chrome/app/settings_strings.grdp'\
1514 '|ios/chrome/app/strings/ios(_.+)*_strings.grd'\
1515 '|ui/strings/ui_strings.grd',
1516 },
[email protected]f76c8852012-06-21 16:37:001517 'valgrind': {
1518 'filepath': 'valgrind',
1519 },
[email protected]c73ec8ab2014-01-16 20:35:231520 'version_assembly': {
1521 'filepath': 'chrome/app/version_assembly',
1522 },
posciak62a72272016-05-11 08:31:241523 'video': {
1524 'filepath': 'content/browser/renderer_host/media/|'\
1525 'content/renderer/media/|'\
1526 'media/capture/video/|'\
1527 'media/filters/|'\
1528 'media/gpu/|'\
1529 '.*video.*',
1530 },
mcasas09e881c2016-04-09 02:09:501531 'video_capture': {
1532 'filepath': 'chrome/browser/media/.*(capture|media|webrtc)'\
1533 '|content/browser/renderer_host/media/.*(capture|media)'\
1534 '|content/renderer/media/.*(capture|media|webrtc)'\
1535 '|media/capture/'\
chfremer2a01a69b2017-01-06 02:39:011536 '|media/muxers/'\
1537 '|services/video_capture/',
mcasas09e881c2016-04-09 02:09:501538 },
[email protected]f76c8852012-06-21 16:37:001539 'views': {
1540 # Applies to all files and subdirs within this directory.
[email protected]f2f0fbb92012-07-14 15:52:491541 'filepath': '^ui/views/',
[email protected]f76c8852012-06-21 16:37:001542 },
[email protected]ef514a32014-02-26 01:02:351543 'virtual_keyboard': {
1544 'filepath': 'ui/keyboard/'\
oka47452c22017-02-17 05:07:571545 '|chrome/test/data/chromeos/virtual_keyboard/'\
1546 '|extensions/browser/api/virtual_keyboard_private/'\
James Cooka35a1e22017-04-08 02:33:081547 '|ash/system/virtual_keyboard/'\
oka47452c22017-02-17 05:07:571548 '|ash/virtual_keyboard',
[email protected]ef514a32014-02-26 01:02:351549 },
billorr3c7e1442016-11-11 21:21:351550 'virtual_reality': {
1551 'filepath': 'vr_shell/|'\
1552 '/vr/|'\
1553 'third_party/gvr',
1554 },
Matt Giuca9eb910d2017-08-02 04:07:381555 'web_share': {
1556 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/webshare/'\
1557 '|chrome/android/javatests/src/org/chromium/chrome/browser/WebShare.*'\
1558 '|chrome/browser/ui/views/webshare/'\
1559 '|chrome/browser/webshare/'\
1560 '|third_party/WebKit/LayoutTests/webshare/'\
1561 '|third_party/WebKit/LayoutTests/external/wpt/web-share/'\
1562 '|third_party/WebKit/public/platform/modules/webshare/'\
1563 '|third_party/WebKit/Source/modules/webshare/',
1564 },
Takeshi Yoshinoe387aa32017-08-02 13:16:131565 'webrtc_browser_tests': {
1566 'filepath': 'chrome/browser/media/.*webrtc.*browsertest|'\
1567 'content/browser/media/.*webrtc.*browsertest',
1568 },
[email protected]208879542012-07-05 11:15:341569 'website_settings': {
[email protected]f2f0fbb92012-07-14 15:52:491570 'filepath': 'chrome/browser/content_settings/'\
1571 '|chrome/browser/ui/views/website_settings/'\
1572 '|chrome/browser/ui/website_settings/'\
mukai077089f2014-09-11 18:41:521573 '|chrome/common/content_settings'\
1574 '|components/content_settings/',
[email protected]208879542012-07-05 11:15:341575 },
[email protected]b17d9e02014-07-29 09:45:501576 'windows_sandboxing': {
1577 'filepath': 'sandbox/win/',
1578 },
[email protected]f76c8852012-06-21 16:37:001579 'x11': {
[email protected]f2f0fbb92012-07-14 15:52:491580 'filepath': 'content/browser/renderer_host/backing_store_x\.' \
1581 '|chrome/browser/chromeos/input_method/xkeyboard\.' \
1582 '|chrome/browser/chromeos/system_key_event_listener\.' \
[email protected]f76c8852012-06-21 16:37:001583 '|chrome/browser/chromeos/'\
[email protected]f2f0fbb92012-07-14 15:52:491584 'xinput_hierarchy_changed_event_listener\.' \
1585 '|chrome/browser/chromeos/wm_' \
1586 '|ui/base/x/'
[email protected]0d710852012-05-24 01:18:401587 },
wjmaclean3ff6a402015-03-31 19:00:201588 'zoom': {
1589 'filepath': 'chrome/browser/ui/zoom/' \
1590 '|components/ui/zoom/' \
1591 '|content/browser/host_zoom_*' \
1592 '|content/browser/storage_partition_impl*' \
1593 '|content/public/browser/host_zoom_map.h' \
1594 '|content/public/browser/storage_partition.h'
1595 },
[email protected]a3838612009-10-13 21:57:541596 },
[email protected]ca872e362011-07-12 21:06:031597
pennymac962d190432016-07-27 00:58:351598 ##############################################################################
1599 # Please keep alphabetical
1600 ##############################################################################
[email protected]a3838612009-10-13 21:57:541601 'WATCHLISTS': {
asvitkinee4bad382015-11-05 21:56:451602 'about_flags': ['[email protected]'],
mazda6471d0e2015-10-02 06:32:551603 'accelerator_table': ['[email protected]',
[email protected]f76c8852012-06-21 16:37:001604 '[email protected]'],
dmazzoni5f4b7f12015-02-17 16:35:571605 'accessibility': ['[email protected]',
Aaron Leventhal978557022017-06-09 15:39:411606 '[email protected]',
dmazzoni5f4b7f12015-02-17 16:35:571607 '[email protected]',
dougtcd8ac01d2017-03-24 16:23:401608 '[email protected]',
[email protected]f76c8852012-06-21 16:37:001609 '[email protected]',
je_julie.kima170bac2015-05-06 14:57:541610 '[email protected]',
dmazzoni5f4b7f12015-02-17 16:35:571611 '[email protected]',
[email protected]f76c8852012-06-21 16:37:001612 '[email protected]'],
Andrew Grieve5babdbfc2017-08-16 01:26:491613 'add_to_homescreen': ['[email protected]',
Xi Han50f523a1d2017-07-19 15:56:111614 '[email protected]',
Piotr Swigond0160f32017-08-29 04:36:091615 '[email protected]',
F07b660412017-08-01 20:53:061616 '[email protected]'],
asvitkine361b276e2016-08-30 18:45:001617 'android_crash_reporting': ['[email protected]'],
johnmaguire6aaac7902016-03-15 12:28:201618 'android_crazy_linker': ['[email protected]'],
dfalcantaraef21e9e2016-01-07 01:16:261619 'android_infobars': ['[email protected]'],
agrieve4d9c1c52016-09-23 17:49:381620 'android_infra': ['[email protected]',
Andrew Grieve5babdbfc2017-08-16 01:26:491621 '[email protected]'],
Takeshi Yoshino524e1d262017-07-28 01:16:381622 'android_item_chooser_dialogs': ['[email protected]',
1623 '[email protected]'],
lizebf34f69b2016-03-30 16:08:531624 'android_loading': ['[email protected]',
drogere76b5632016-03-31 14:14:411625 '[email protected]'],
mlamourid8b0feb2015-06-02 16:30:471626 'android_media': ['[email protected]',
1627 '[email protected]'],
nyquistf602bd02017-02-16 23:17:441628 'android_studio': ['[email protected]',
1629 '[email protected]'],
pennymac962d190432016-07-27 00:58:351630 'android_tab': ['[email protected]',
David Trainor051827f2017-06-02 18:33:131631 '[email protected]'],
asvitkine361b276e2016-08-30 18:45:001632 'android_uma_settings': ['[email protected]',
1633 '[email protected]'],
Piotr Swigond0160f32017-08-29 04:36:091634 'android_webapk': ['[email protected]',
1635 '[email protected]'],
[email protected]7ca78dc12012-09-20 09:26:441636 'android_webview': ['[email protected]'],
Matt Giuca9eb910d2017-08-02 04:07:381637 'app_list': ['[email protected]'],
1638 'app_shortcuts': ['[email protected]',
1639 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001640 'appcache': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351641 'apps': ['[email protected]',
1642 '[email protected]'],
lhchavez4b19176f2016-05-04 23:12:461643 'arc': ['[email protected]',
hidehiko49f0b7c2016-05-24 10:59:471644 '[email protected]',
lhchavez4b19176f2016-05-04 23:12:461645 '[email protected]',
victorhsieh52feccd2017-02-27 18:27:021646 '[email protected]',
lhchavez4b19176f2016-05-04 23:12:461647 '[email protected]'],
lhchavez61532c92016-10-18 21:33:371648 'arc_auth': ['[email protected]'],
Shuhei Takahashiaf68cff2017-07-24 05:17:121649 'arc_fileapi': ['[email protected]'],
poromov7633f602017-02-21 16:44:011650 'arc_kiosk': ['[email protected]'],
lhchavez4b19176f2016-05-04 23:12:461651 'arc_net': ['[email protected]',
1652 '[email protected]',
1653 '[email protected]'],
ejcarusoa298ec02016-06-16 20:30:431654 'arc_power': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351655 'ash': ['[email protected]',
1656 '[email protected]'],
1657 'aura': ['[email protected]',
1658 '[email protected]'],
[email protected]c3a6e1e72013-08-02 00:13:071659 'aura_compositor': ['[email protected]',
1660 '[email protected]',
pennymac962d190432016-07-27 00:58:351661 '[email protected]',
danakj3695c582016-10-26 21:54:431662 '[email protected]'],
sullivan0171e3c2015-03-03 18:47:211663 'auto_bisect': ['[email protected]'],
Evan Stade18fbcb7a2017-07-25 18:31:271664 'autofill': ['[email protected]',
sebsgbbfbea02016-10-24 21:54:591665 '[email protected]',
1666 '[email protected]',
mathpc2040642017-01-25 14:59:411667 '[email protected]',
1668 '[email protected]'],
Peter Beverloo4548c852017-08-31 13:45:171669 'background_fetch': ['[email protected]',
peterc7e27422017-05-17 04:05:281670 '[email protected]',
peter39e10a62017-02-21 15:14:131671 '[email protected]'],
pennymac962d190432016-07-27 00:58:351672 'background_sync': ['[email protected]',
chasej6dff9292016-02-02 20:33:121673 '[email protected]',
pennymac962d190432016-07-27 00:58:351674 '[email protected]'],
pkotwicz2ec0b292016-09-26 17:12:321675 'banners': ['[email protected]',
Xi Han50f523a1d2017-07-19 15:56:111676 '[email protected]',
Piotr Swigond0160f32017-08-29 04:36:091677 '[email protected]',
F07b660412017-08-01 20:53:061678 '[email protected]'],
Takeshi Yoshino524e1d262017-07-28 01:16:381679 'base': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:191680 'base_allocator': ['[email protected]',
[email protected]b17d9e02014-07-29 09:45:501681 '[email protected]'],
[email protected]1ed5e0fd2012-07-19 00:19:051682 'base_memory': ['[email protected]'],
robliao1644d8b2016-04-11 15:39:591683 'base_task_scheduler': ['[email protected]',
1684 '[email protected]',
1685 '[email protected]'],
pennymac962d190432016-07-27 00:58:351686 'base_win': ['[email protected]',
1687 '[email protected]'],
[email protected]7e093d4022014-06-26 19:19:551688 'battery_status': ['[email protected]'],
wnwen72684762017-03-29 13:28:371689 'binary_size': ['[email protected]',
1690 '[email protected]',
1691 '[email protected]'],
pennymac962d190432016-07-27 00:58:351692 'blink': ['[email protected]'],
1693 'blink_accessibility': ['[email protected]',
1694 '[email protected]',
dougtcd8ac01d2017-03-24 16:23:401695 '[email protected]',
horo8e9a01572016-07-27 06:05:311696 '[email protected]',
pennymac962d190432016-07-27 00:58:351697 '[email protected]'],
1698 'blink_animation': ['[email protected]',
1699 '[email protected]',
1700 '[email protected]',
1701 '[email protected]',
1702 '[email protected]'],
1703 'blink_app_banner': ['[email protected]'],
1704 'blink_audio': ['[email protected]',
1705 '[email protected]'],
1706 'blink_battery_status': ['[email protected]',
1707 '[email protected]'],
1708 'blink_bidi': ['[email protected]'],
1709 'blink_bindings': ['[email protected]'],
jbroman9ac2d532016-09-01 18:20:081710 'blink_bindings_serialization': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351711 'blink_bluetooth': ['[email protected]',
1712 '[email protected]'],
danakjdfa88932017-06-29 18:43:281713 'blink_canvas2d': ['[email protected]',
pennymac962d190432016-07-27 00:58:351714 '[email protected]'],
1715 'blink_client_hints': ['[email protected]'],
1716 'blink_clipboard': ['[email protected]'],
Kentaro Hara993b0de2017-08-07 02:26:371717 'blink_controller': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351718 'blink_css': ['[email protected]',
1719 '[email protected]',
horo8e9a01572016-07-27 06:05:311720 '[email protected]',
pennymac962d190432016-07-27 00:58:351721 '[email protected]',
1722 '[email protected]'],
1723 'blink_css_flexbox': ['[email protected]'],
1724 'blink_css_fragmentation_tests': ['[email protected]'],
1725 'blink_css_grid_layout': ['[email protected]',
horo8e9a01572016-07-27 06:05:311726 '[email protected]',
pennymac962d190432016-07-27 00:58:351727 '[email protected]'],
1728 'blink_css_regions': ['[email protected]'],
1729 'blink_custom_elements': ['[email protected]',
1730 '[email protected]'],
pennymac962d190432016-07-27 00:58:351731 'blink_device_orientation': ['[email protected]',
1732 '[email protected]'],
1733 'blink_devtools': ['[email protected]',
1734 '[email protected]',
1735 '[email protected]',
1736 '[email protected]',
1737 '[email protected]',
lushnikovc5bd7ca2016-07-27 17:19:391738 '[email protected]'],
pennymac962d190432016-07-27 00:58:351739 'blink_dom': ['[email protected]',
1740 '[email protected]',
1741 '[email protected]',
Sigbjorn Finne2f2dec92017-07-27 07:23:501742 '[email protected]'],
Hayato Ito5fc828c2017-07-05 08:02:321743 'blink_dom_events': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351744 'blink_events': ['[email protected]',
1745 '[email protected]',
1746 '[email protected]',
1747 '[email protected]'],
1748 'blink_fetch': ['[email protected]',
1749 '[email protected]',
Takeshi Yoshino9d7588a32017-07-31 07:17:341750 '[email protected]'],
1751 'blink_fetch_api': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351752 'blink_fileapi': ['[email protected]',
1753 '[email protected]',
1754 '[email protected]'],
haraken98d0827a2017-02-27 00:55:191755 'blink_frames': ['[email protected]'],
mcasas9558316b2017-03-10 18:57:311756 'blink_geolocation': ['[email protected]',
1757 '[email protected]',
pennymac962d190432016-07-27 00:58:351758 '[email protected]'],
1759 'blink_heap': ['[email protected]',
1760 '[email protected]',
1761 '[email protected]',
1762 '[email protected]'],
1763 'blink_html': ['[email protected]',
1764 '[email protected]'],
csharrisonf357e9632016-07-29 01:27:221765 'blink_htmlparser': ['[email protected]',
1766 '[email protected]'],
mcasas9558316b2017-03-10 18:57:311767 'blink_image_capture': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351768 'blink_indexed_db': ['[email protected]',
1769 '[email protected]'],
1770 'blink_input': ['[email protected]',
nzolghadr773a1982016-10-18 21:26:451771 '[email protected]'],
pennymac962d190432016-07-27 00:58:351772 'blink_layers': ['[email protected]'],
1773 'blink_layout': ['[email protected]',
1774 '[email protected]',
1775 '[email protected]',
1776 '[email protected]',
1777 '[email protected]',
1778 '[email protected]',
1779 '[email protected]'],
cbiesinger46ecaae2016-09-09 18:44:561780 'blink_layout_ng': ['[email protected]',
gleblc60d6632016-09-13 19:49:461781 '[email protected]',
atotic30c8eba2016-10-28 13:24:071782 '[email protected]',
dgroganf9744ea2017-01-18 23:23:261783 '[email protected]',
lchoi2ba79a72017-05-25 00:23:051784 '[email protected]',
1785 '[email protected]'],
Xiaocheng Huc852ab092017-08-10 06:04:431786 'blink_layout_ng_test_expectations': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351787 'blink_loader': ['[email protected]',
1788 '[email protected]',
1789 '[email protected]',
1790 '[email protected]'],
1791 'blink_media': ['[email protected]',
1792 '[email protected]',
srirama.mdec4f512016-09-06 08:22:191793 '[email protected]',
1794 '[email protected]'],
pennymac962d190432016-07-27 00:58:351795 'blink_media_queries': ['[email protected]',
1796 '[email protected]'],
mcasas9558316b2017-03-10 18:57:311797 'blink_mediastream': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351798 'blink_modules': ['[email protected]'],
1799 'blink_navigator_content_utils': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351800 'blink_out_of_process_frames': ['[email protected]',
1801 '[email protected]'],
1802 'blink_owners': ['[email protected]'],
1803 'blink_paint' : ['[email protected]',
chrishtr4030de342016-10-03 23:57:591804 '[email protected]'],
panickere9ffa3f2017-04-10 18:26:061805 'blink_performance_timing': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351806 'blink_permissions': ['[email protected]'],
kinukoc462adb2016-12-22 12:58:491807 'blink_platform': ['[email protected]'],
ajumabd2c9c22017-05-01 21:29:501808 'blink_platform_graphics': ['[email protected]',
pennymac962d190432016-07-27 00:58:351809 '[email protected]',
1810 '[email protected]',
1811 '[email protected]',
fmalita9710b732017-02-17 05:10:021812 '[email protected]',
pennymac962d190432016-07-27 00:58:351813 '[email protected]',
1814 '[email protected]',
1815 '[email protected]',
1816 '[email protected]'],
Takeshi Yoshino524e1d262017-07-28 01:16:381817 'blink_preloadScanner': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351818 'blink_prerender': ['[email protected]',
1819 '[email protected]'],
pennymac962d190432016-07-27 00:58:351820 'blink_public_api': ['[email protected]',
1821 '[email protected]'],
pennymac962d190432016-07-27 00:58:351822 'blink_quota': ['[email protected]',
1823 '[email protected]',
1824 '[email protected]'],
1825 'blink_scheduler': ['[email protected]'],
1826 'blink_screen_orientation': ['[email protected]'],
Kouhei Ueno43382932017-05-30 04:43:571827 'blink_script': ['[email protected]',
1828 '[email protected]',
1829 '[email protected]'],
falken6731ece42016-10-12 01:41:501830 'blink_serviceworkers': ['[email protected]',
pennymac962d190432016-07-27 00:58:351831 '[email protected]',
1832 '[email protected]',
1833 '[email protected]',
1834 '[email protected]',
1835 '[email protected]',
1836 '[email protected]',
shimazu99de61f2016-09-07 03:57:411837 '[email protected]',
pennymac962d190432016-07-27 00:58:351838 '[email protected]'],
1839 'blink_serviceworkers_tests': ['[email protected]'],
Hayato Ito5fc828c2017-07-05 08:02:321840 'blink_shadow_dom': ['[email protected]'],
timvolodine8cdb94c2016-09-22 12:17:221841 'blink_spellcheck' : ['[email protected]',
xiaochengh4a3c84e2017-03-28 07:15:321842 '[email protected]',
1843 '[email protected]'],
jbroman69166ca82017-04-04 21:01:361844 'blink_spv2_layout_tests': ['[email protected]'],
Takeshi Yoshino9d7588a32017-07-31 07:17:341845 'blink_streams': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351846 'blink_style': ['[email protected]'],
1847 'blink_svg': ['[email protected]',
fmalita9710b732017-02-17 05:10:021848 '[email protected]',
pennymac962d190432016-07-27 00:58:351849 '[email protected]',
1850 '[email protected]',
1851 '[email protected]',
1852 '[email protected]',
1853 '[email protected]',
1854 '[email protected]'],
pennymac962d190432016-07-27 00:58:351855 'blink_track': ['[email protected]',
1856 '[email protected]',
1857 '[email protected]',
danakj40af6b562017-01-24 15:55:281858 '[email protected]'],
Takeshi Yoshino9d7588a32017-07-31 07:17:341859 'blink_url_api': ['[email protected]'],
mvanouwerkerk38f632c62017-04-13 10:35:311860 'blink_vibration': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351861 'blink_viewport_interaction': ['[email protected]'],
1862 'blink_w3ctests': ['[email protected]'],
Joel Hockeyd657ad8f2017-05-31 05:38:431863 'blink_web': ['[email protected]',
1864 '[email protected]'],
Takayoshi Kochi31f47922017-07-11 09:05:431865 'blink_webcomponents': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351866 'blink_webp': ['[email protected]',
1867 '[email protected]',
1868 '[email protected]'],
1869 'blink_websockets': ['[email protected]',
1870 '[email protected]'],
1871 'blink_workers': ['[email protected]',
falken6731ece42016-10-12 01:41:501872 '[email protected]',
pennymac962d190432016-07-27 00:58:351873 '[email protected]',
shimazu99de61f2016-09-07 03:57:411874 '[email protected]',
1875 '[email protected]'],
pennymac962d190432016-07-27 00:58:351876 'blink_wtf': ['[email protected]',
1877 '[email protected]'],
dominiccabb90e02017-03-31 04:54:231878 'blink_xml': ['[email protected]'],
noyauce460872016-09-09 11:54:001879 'bookmarks': ['[email protected]'],
donnd787f6ed2016-08-03 01:00:561880 'bottombar': ['[email protected]',
1881 '[email protected]'],
stevenjbdd133032015-08-07 18:37:471882 'browser_chromeos': ['[email protected]'],
[email protected]22650d22012-07-18 17:02:351883 'browser_components': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351884 'browser_compositor': ['[email protected]',
1885 '[email protected]'],
michaelpge42ca3b32016-02-19 08:17:571886 'browser_resources_md': ['[email protected]'],
msramek878b39d92016-04-20 07:55:331887 'browsing_data': ['[email protected]',
1888 '[email protected]'],
pennymac962d190432016-07-27 00:58:351889 'bubble': ['[email protected]',
1890 '[email protected]',
pennymac962d190432016-07-27 00:58:351891 '[email protected]'],
Josh Karlin1bd016742017-08-18 17:44:171892 'cache_storage': ['[email protected]'],
Adam Parker41b9e4cb2017-08-14 17:09:121893 'cast': ['[email protected]',
1894 '[email protected]',
[email protected]479180d22014-03-11 09:47:341895 '[email protected]',
miua1710162015-08-27 01:38:091896 '[email protected]',
[email protected]ad8ff0e2013-12-13 09:24:121897 '[email protected]',
miua1710162015-08-27 01:38:091898 '[email protected]',
1899 '[email protected]'],
ryanchung4d157372016-05-10 20:27:161900 'cast_certificate': ['[email protected]',
mfoltz57fd7f32017-05-03 06:12:581901 '[email protected]',
ryanchung24f9d7b2017-01-12 19:18:341902 '[email protected]'],
Adam Parker41b9e4cb2017-08-14 17:09:121903 'cast_channel': ['[email protected]',
1904 '[email protected]',
Ryan Ki Sing Chung27cc7ed92017-07-25 21:53:471905 '[email protected]'],
[email protected]c863702a2012-09-14 20:05:281906 'cc': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351907 'certificate_transparency': ['[email protected]',
1908 '[email protected]',
martijnccdd0542016-11-07 18:49:271909 '[email protected]',
pennymac962d190432016-07-27 00:58:351910 '[email protected]'],
1911 'chrome_elf': ['[email protected]',
1912 '[email protected]'],
lpy0ca13772017-02-28 19:48:271913 'chrome_grc': ['[email protected]'],
[email protected]d5b21972012-07-20 02:06:011914 'chrome_views': ['[email protected]'],
alokp9d869cc12016-05-27 01:46:311915 'chromecast': ['[email protected]',
1916 '[email protected]',
halliwellfa56b3a42015-09-04 21:42:571917 '[email protected]'],
gfhuang2548f902016-02-26 02:29:211918 'chromecast_public': ['[email protected]'],
johnchen302ecd62017-04-25 17:23:111919 'chromedriver': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351920 'chromeos': ['[email protected]'],
1921 'chromeos_attestation': ['[email protected]'],
1922 'chromeos_calculator': ['[email protected]'],
hashimoto40ecb692014-09-02 04:51:311923 'chromeos_dbus': ['[email protected]'],
alematec5187b1b2016-08-26 05:32:181924 'chromeos_geolocation': ['[email protected]'],
1925 'chromeos_login': ['[email protected]',
1926 '[email protected]'],
pennymac962d190432016-07-27 00:58:351927 'chromeos_net': ['[email protected]'],
1928 'chromeos_power': ['[email protected]'],
alematec5187b1b2016-08-26 05:32:181929 'chromeos_timezone': ['[email protected]'],
1930 'chromeos_webui': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351931 'clang_update': ['[email protected]',
thestigf023ccc2016-11-10 14:39:151932 '[email protected]',
[email protected]cf8ffa82013-02-13 08:30:071933 '[email protected]',
pennymac962d190432016-07-27 00:58:351934 '[email protected]',
rnk28bbd1772016-05-04 17:57:581935 '[email protected]',
1936 '[email protected]',
pennymac962d190432016-07-27 00:58:351937 '[email protected]',
thestigf023ccc2016-11-10 14:39:151938 '[email protected]',
pennymac962d190432016-07-27 00:58:351939 '[email protected]',
horo8e9a01572016-07-27 06:05:311940 '[email protected]',
pennymac962d190432016-07-27 00:58:351941 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001942 'clipboard': ['[email protected]'],
Aaron Gable64f273582017-03-30 18:02:001943 'codereview_settings': ['[email protected]'],
sdefresned94c5b02015-07-22 17:54:551944 'components_deps': ['[email protected]',
1945 '[email protected]',
1946 '[email protected]'],
pennymac962d190432016-07-27 00:58:351947 'content': ['[email protected]',
1948 '[email protected]'],
1949 'content_bluetooth': ['[email protected]',
1950 '[email protected]'],
1951 'content_loader': ['[email protected]',
rdsmith5a1bfce2017-06-04 13:33:521952 '[email protected]'],
rdsmitheed6d932017-04-19 02:49:161953 'content_network': ['[email protected]',
rdsmith5a1bfce2017-06-04 13:33:521954 '[email protected]',
kinuko3bf0d8d62017-05-20 00:18:231955 '[email protected]'],
pennymac962d190432016-07-27 00:58:351956 'content_renderer': ['[email protected]'],
mkwst75a31a42014-09-14 18:32:531957 'content_shell': ['[email protected]',
peterc9e3e172015-11-02 09:29:161958 '[email protected]',
1959 '[email protected]'],
Takeshi Yoshino9d7588a32017-07-31 07:17:341960 'content_websockets': ['[email protected]'],
nhiroki90ba0102015-07-21 01:42:241961 'content_worker': ['[email protected]',
1962 '[email protected]'],
donnd787f6ed2016-08-03 01:00:561963 'contextual_search': ['[email protected]',
1964 '[email protected]'],
pennymac962d190432016-07-27 00:58:351965 'courgette': ['[email protected]',
1966 '[email protected]'],
Nico Weber6ff639a2017-08-11 21:04:501967 'cq': ['[email protected]',
1968 '[email protected]',
1969 '[email protected]',
1970 '[email protected]',
1971 '[email protected]'],
dbeamd924f0d0d2017-06-20 02:34:251972 'cr_elements': ['[email protected]',
michaelpge42ca3b32016-02-19 08:17:571973 '[email protected]'],
lizebf34f69b2016-03-30 16:08:531974 'custom_tabs': ['[email protected]'],
tbansalc6f1c9f2016-09-30 22:48:421975 'data_reduction_proxy': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:191976 'deep_memory_profiler': ['[email protected]'],
Takeshi Yoshino524e1d262017-07-28 01:16:381977 'developer_recommended_flags': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351978 'device_bluetooth': ['[email protected]',
1979 '[email protected]'],
juncaic08f41d2017-05-04 20:36:581980 'device_chooser': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351981 'device_sensors': ['[email protected]',
mlamouri5cdcdf02014-11-27 15:58:591982 '[email protected]',
pennymac962d190432016-07-27 00:58:351983 '[email protected]'],
pennymac962d190432016-07-27 00:58:351984 'devtools': ['[email protected]',
1985 '[email protected]'],
Adam Parker41b9e4cb2017-08-14 17:09:121986 'dial': ['[email protected]',
1987 '[email protected]',
mfoltz57fd7f32017-05-03 06:12:581988 '[email protected]'],
kinukoc462adb2016-12-22 12:58:491989 'disk_cache': ['[email protected]'],
David Trainor051827f2017-06-02 18:33:131990 'download': ['[email protected]'],
dbeamd924f0d0d2017-06-20 02:34:251991 'downloads_ui': ['[email protected]'],
[email protected]9a3781d2013-04-04 18:31:401992 'drive': ['[email protected]'],
[email protected]89d2cd52013-04-16 01:55:361993 'drive_resource_metadata': ['[email protected]'],
[email protected]3a25c8a2014-06-26 06:47:101994 'eme': ['[email protected]'],
[email protected]f9529e7922013-06-06 05:19:411995 'extension': ['[email protected]',
1996 '[email protected]'],
Luna Lu7f221f22017-06-13 16:46:141997 'feature_policy': ['[email protected]',
Ian Clelland1b27f8f62017-06-22 13:36:241998 '[email protected]'],
apaciblec4093a92016-04-19 19:21:581999 'feedback_ui': ['[email protected]'],
[email protected]84dcfd92014-05-23 13:18:192000 'fileapi': ['[email protected]',
[email protected]6f217122013-11-25 07:21:482001 '[email protected]',
2002 '[email protected]'],
yoshiki1c0ba2782014-12-08 07:04:262003 'filebrowse': ['[email protected]'],
okab0be3dc2016-08-30 07:37:102004 'filesapp': ['[email protected]',
2005 '[email protected]',
2006 '[email protected]'],
2007 'filesapp_ui': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002008 'ftp': ['[email protected]'],
Wez385de5a2017-07-13 20:13:162009 'fuchsia': ['[email protected]', '[email protected]'],
mmoroz58ddb8172016-09-08 18:29:552010 'fuzzing': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352011 'gcm': ['[email protected]',
2012 '[email protected]',
2013 '[email protected]'],
mikhail.pozdnyakova8db26402016-11-28 18:27:122014 'generic_sensor': ['[email protected]',
2015 '[email protected]',
timvolodine4cf58ca2017-05-24 16:11:482016 '[email protected]',
mikhail.pozdnyakova8db26402016-11-28 18:27:122017 '[email protected]'],
mcasas9558316b2017-03-10 18:57:312018 'geolocation': ['[email protected]',
mvanouwerkerka0863c02017-04-03 16:19:292019 '[email protected]'],
[email protected]cf428f732012-10-02 20:48:152020 'gfx_geometry': ['[email protected]'],
[email protected]f93b7382012-08-09 20:53:162021 'gfx_image': ['[email protected]'],
agrieve4d9c1c52016-09-23 17:49:382022 'gn': ['[email protected]',
2023 '[email protected]',
pennymac962d190432016-07-27 00:58:352024 '[email protected]'],
[email protected]a6159102013-11-08 23:21:522025 'gpu': ['[email protected]'],
dbeamd924f0d0d2017-06-20 02:34:252026 'history_ui': ['[email protected]'],
[email protected]18d7e402014-07-08 19:53:142027 'hotword': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002028 'i18n': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002029 'importer': ['[email protected]'],
Greg Thompson4f90fc992017-07-25 19:30:372030 'incident_reporting': ['[email protected]'],
[email protected]8b250562014-08-12 19:07:452031 'indexed_db': ['[email protected]',
dgrogand792a7f2016-01-21 00:12:132032 '[email protected]'],
bruthigaa8281f2016-02-09 17:52:312033 'ink_drop': ['[email protected]'],
dtapuska1f997a12016-03-14 19:22:072034 'input': ['[email protected]'],
Piotr Swigond0160f32017-08-29 04:36:092035 'installable': ['[email protected]',
2036 '[email protected]'],
mmoss19826c62014-11-14 21:37:362037 'installer_linux': [ '[email protected]'],
Greg Thompson4f90fc992017-07-25 19:30:372038 'installer_win': ['[email protected]',
2039 '[email protected]',
2040 '[email protected]'],
pennymac962d190432016-07-27 00:58:352041 'instant': ['[email protected]',
pennymac962d190432016-07-27 00:58:352042 '[email protected]',
jered0bd025a82017-05-03 20:01:132043 '[email protected]',
pennymac962d190432016-07-27 00:58:352044 '[email protected]',
2045 '[email protected]',
2046 '[email protected]',
2047 '[email protected]',
2048 '[email protected]'],
edchin46453b42017-03-03 01:40:112049 'ios': ['[email protected]'],
2050 'ios_chrome': ['[email protected]',
marqa4f135f2017-01-10 12:37:342051 '[email protected]',
eugenebutb5a5a8572017-01-20 01:18:112052 '[email protected]'],
edchin46453b42017-03-03 01:40:112053 'ios_clean': ['[email protected]',
lpromero6846b19d2017-05-23 10:43:592054 '[email protected]'],
edchin46453b42017-03-03 01:40:112055 'ios_showcase': ['[email protected]',
lpromero6846b19d2017-05-23 10:43:592056 '[email protected]'],
baxley9bfbd3cc2017-03-15 21:22:322057 'ios_test': ['[email protected]',
2058 '[email protected]',
2059 '[email protected]'],
edchin46453b42017-03-03 01:40:112060 'ios_web': ['[email protected]',
2061 '[email protected]'],
pennymac962d190432016-07-27 00:58:352062 'ipc': ['[email protected]',
2063 '[email protected]'],
pennymac962d190432016-07-27 00:58:352064 'libvpx': ['[email protected]',
2065 '[email protected]',
2066 '[email protected]',
2067 '[email protected]'],
Takeshi Yoshino524e1d262017-07-28 01:16:382068 'libwebp': ['[email protected]',
2069 '[email protected]',
2070 '[email protected]'],
dominiccabb90e02017-03-31 04:54:232071 'libxml_xslt': ['[email protected]',
2072 '[email protected]'],
[email protected]04a292a2013-03-07 19:58:422073 'linux_fonts': ['[email protected]'],
[email protected]6d7e0bf2014-07-28 22:30:402074 'linux_sandboxing': ['[email protected]'],
[email protected]04a292a2013-03-07 19:58:422075 'linux_seccomp_bpf': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352076 'login': ['[email protected]'],
lgrey62faed72016-10-11 21:40:392077 'mac' : ['[email protected]'],
mlamourid8b0feb2015-06-02 16:30:472078 'manifest': ['[email protected]'],
dbeamd924f0d0d2017-06-20 02:34:252079 'md_settings': ['[email protected]',
michaelpg32ca07902015-02-07 00:31:112080 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002081 'media': ['[email protected]'],
mcasasfeedbe42017-03-03 05:23:562082 'media_capture_from_element': ['[email protected]',
mcasas9558316b2017-03-10 18:57:312083 '[email protected]'],
pennymac962d190432016-07-27 00:58:352084 'media_galleries': ['[email protected]',
2085 '[email protected]'],
alokp9e369ea72e2016-06-10 05:41:092086 'media_mojo': ['[email protected]'],
mcasasfeedbe42017-03-03 05:23:562087 'media_recorder': ['[email protected]',
mcasas9558316b2017-03-10 18:57:312088 '[email protected]'],
Adam Parker41b9e4cb2017-08-14 17:09:122089 'media_remoting': ['[email protected]',
2090 '[email protected]',
erickungc2289dea2016-12-13 19:01:282091 '[email protected]',
mfoltz57fd7f32017-05-03 06:12:582092 '[email protected]',
apacible01538e02016-11-04 22:15:312093 '[email protected]',
miu5e69f1c52016-10-23 13:40:112094 '[email protected]'],
Adam Parker41b9e4cb2017-08-14 17:09:122095 'media_router': ['[email protected]',
2096 '[email protected]',
mfoltz57fd7f32017-05-03 06:12:582097 '[email protected]'],
fmeawad4582cd22017-03-30 20:59:362098 'memory_coordinator': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002099 'message_loop': ['[email protected]'],
isherman1eee6f12014-12-09 02:14:302100 'metrics': ['[email protected]'],
[email protected]1d8899ee2014-06-10 20:58:122101 'metrics_xml_files': ['[email protected]'],
toyoshim8f51f902015-03-27 03:50:212102 'midi': ['[email protected]'],
[email protected]c3830c622013-10-10 22:00:002103 'mojo': ['[email protected]',
[email protected]62bbe812013-10-24 22:24:162104 '[email protected]',
[email protected]3bf40cb2013-10-11 19:10:492105 '[email protected]',
[email protected]0f79ff62014-04-25 23:35:532106 '[email protected]',
[email protected]84003af2014-05-02 09:37:132107 '[email protected]',
2108 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002109 'mouse_lock': ['[email protected]'],
rjkroegef60dea862015-10-29 17:50:062110 'mus': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002111 'nacl': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352112 'native_client_sdk': ['[email protected]',
2113 '[email protected]'],
2114 'navigation': ['[email protected]',
2115 '[email protected]'],
csharrison27df167d2017-01-26 21:42:312116 'net': ['[email protected]',
2117 '[email protected]'],
bnc1872e8bd2017-01-27 02:47:282118 'net_base': ['[email protected]'],
bnc1872e8bd2017-01-27 02:47:282119 'net_http2': ['[email protected]'],
2120 'net_log': ['[email protected]',
Matt Menkecebc2402017-07-20 16:26:092121 '[email protected]'],
bnc1872e8bd2017-01-27 02:47:282122 'net_spdy': ['[email protected]'],
Takeshi Yoshino9d7588a32017-07-31 07:17:342123 'net_websockets': ['[email protected]'],
jkarlin539748402015-03-31 17:36:312124 'netinfo': ['[email protected]'],
awdf2e270242016-09-06 16:21:342125 'notifications': ['[email protected]',
2126 '[email protected]',
pennymac962d190432016-07-27 00:58:352127 '[email protected]'],
tbansalc6f1c9f2016-09-30 22:48:422128 'nqe': ['[email protected]'],
noyau451e6bb62016-12-23 14:29:042129 'ntp_snippets': ['[email protected]',
2130 '[email protected]'],
2131 'ntp_tiles': ['[email protected]',
2132 '[email protected]'],
peterc7e27422017-05-17 04:05:282133 'offline_items_collection': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352134 'offline_pages': ['[email protected]',
Carlos Knippschild6a2e2f02017-06-02 18:18:142135 '[email protected]',
pennymac962d190432016-07-27 00:58:352136 '[email protected]',
2137 '[email protected]',
dewittj74b23f6f2016-04-21 19:29:252138 '[email protected]',
2139 '[email protected]',
pennymac962d190432016-07-27 00:58:352140 '[email protected]'],
jdonnelly6fa5a21d2017-01-03 15:28:352141 'omnibox': ['[email protected]'],
iclelland8b904402016-10-05 15:01:232142 'origin_trials': ['[email protected]',
Ian Clelland1b27f8f62017-06-22 13:36:242143 '[email protected]'],
pennymac962d190432016-07-27 00:58:352144 'ozone': ['[email protected]',
2145 '[email protected]'],
lgarron9e25c7402017-03-15 04:03:112146 'page_info' : ['[email protected]',
2147 '[email protected]'],
Bryan McQuade4233f412017-07-28 16:23:412148 'page_load_metrics' : ['[email protected]',
2149 '[email protected]',
tdresserd80646f2017-03-03 19:26:082150 '[email protected]',
2151 '[email protected]'],
pennymac962d190432016-07-27 00:58:352152 'panels': ['[email protected]',
2153 '[email protected]',
2154 '[email protected]',
2155 '[email protected]'],
mkwst17a9875d2016-06-24 10:36:392156 'password_manager': ['[email protected]',
vabraafbd4f32015-11-10 19:30:232157 '[email protected]'],
sebsgbbfbea02016-10-24 21:54:592158 'payments': ['[email protected]',
gogeralde108bcb2016-11-24 16:07:222159 '[email protected]',
mahmadi0a7bb59f2017-02-22 19:13:492160 '[email protected]',
2161 '[email protected]'],
2162 'payments_ios': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352163 'pepper_api': ['[email protected]',
2164 '[email protected]',
2165 '[email protected]',
2166 '[email protected]',
2167 '[email protected]',
horo8e9a01572016-07-27 06:05:312168 '[email protected]',
pennymac962d190432016-07-27 00:58:352169 '[email protected]'],
Dominick Ngcaa7b402017-07-11 07:35:392170 'permissions': ['[email protected]',
Xi Han50f523a1d2017-07-19 15:56:112171 '[email protected]',
Dominick Ngcaa7b402017-07-11 07:35:392172 '[email protected]',
Timothy Lohb2a4eff2017-08-03 07:07:562173 '[email protected]',
2174 '[email protected]'],
stuartmorganf8c132922015-01-23 14:45:342175 'plugin': ['[email protected]'],
dbeamd924f0d0d2017-06-20 02:34:252176 'polymer': ['[email protected]'],
twifkak0c69c1f2015-06-22 18:20:092177 'precache': ['[email protected]'],
[email protected]be775bc2014-06-30 15:41:142178 'prepopulated_engines': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352179 'prerender': ['[email protected]',
2180 '[email protected]',
2181 '[email protected]'],
Adam Parker41b9e4cb2017-08-14 17:09:122182 'presentation': ['[email protected]',
2183 '[email protected]'],
Peter Beverloo4548c852017-08-31 13:45:172184 'push_messaging': ['[email protected]',
2185 '[email protected]',
pennymac962d190432016-07-27 00:58:352186 '[email protected]'],
stkhapugin06503142016-12-07 14:32:122187 'reading_list': ['[email protected]'],
[email protected]c3887592014-02-06 20:02:252188 'remoting': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352189 'rlz_id': ['[email protected]',
2190 '[email protected]',
2191 '[email protected]'],
Greg Thompson4f90fc992017-07-25 19:30:372192 'safe_browsing': ['[email protected]',
vakh125ad862017-03-17 00:06:252193 '[email protected]'],
2194 'safe_browsing_db': ['[email protected]',
2195 '[email protected]'],
skyostil20dea312014-11-11 13:43:062196 'scheduler': ['[email protected]'],
mlamourid8b0feb2015-06-02 16:30:472197 'screen_orientation': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352198 'service_worker': ['[email protected]',
[email protected]6d095a8b2014-02-28 15:26:162199 '[email protected]',
pennymac962d190432016-07-27 00:58:352200 '[email protected]',
[email protected]edaf31d2014-03-07 00:09:172201 '[email protected]',
pennymac962d190432016-07-27 00:58:352202 '[email protected]',
horo8e9a01572016-07-27 06:05:312203 '[email protected]',
shimazu99de61f2016-09-07 03:57:412204 '[email protected]',
pennymac962d190432016-07-27 00:58:352205 '[email protected]'],
Colin Blundell6d2669a2017-07-11 06:26:532206 'services_public': ['[email protected]'],
alitoc5534d62017-04-21 01:48:582207 'settings_reset_prompt': ['[email protected]'],
dominickn8884155a2016-06-23 02:28:162208 'site_engagement': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352209 'site_instance': ['[email protected]',
2210 '[email protected]',
[email protected]b9ecdb62014-03-07 14:56:432211 '[email protected]'],
[email protected]ad0295d2012-10-11 23:43:362212 'spellcheck': ['[email protected]',
[email protected]18d7e402014-07-08 19:53:142213 '[email protected]',
timvolodine8cdb94c2016-09-22 12:17:222214 '[email protected]',
2215 '[email protected]'],
[email protected]67f39af2013-08-23 20:06:052216 'streams': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352217 'styleguide': ['[email protected]',
vmpstrdeec20e2016-11-18 22:17:322218 '[email protected]',
2219 '[email protected]'],
engedye7b734da2017-02-07 12:08:132220 'subresource_filter': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352221 'supervised_users': ['[email protected]'],
alito438fa4332016-12-20 21:59:172222 'swreporter': ['[email protected]',
csharpcfd628d2017-04-06 19:12:102223 '[email protected]',
alito438fa4332016-12-20 21:59:172224 '[email protected]',
2225 '[email protected]'],
maxbogue65ea2632016-04-04 18:12:582226 'sync': ['[email protected]'],
[email protected]84dcfd92014-05-23 13:18:192227 'syncfs': ['[email protected]',
[email protected]6f217122013-11-25 07:21:482228 '[email protected]',
2229 '[email protected]'],
miu5e69f1c52016-10-23 13:40:112230 'tab_alert_indicators': ['[email protected]'],
Adam Parker41b9e4cb2017-08-14 17:09:122231 'tab_capture': ['[email protected]',
2232 '[email protected]',
miu5e69f1c52016-10-23 13:40:112233 '[email protected]'],
pennymac962d190432016-07-27 00:58:352234 'tab_contents': ['[email protected]',
2235 '[email protected]',
2236 '[email protected]'],
tdresserd80646f2017-03-03 19:26:082237 'tbmv2_metrics': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:192238 'tcmalloc': ['[email protected]'],
tonygc7f6a4c12015-01-16 18:32:262239 'telemetry': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352240 'test_runner': ['[email protected]',
einbindera29577e2016-08-23 01:21:492241 '[email protected]',
2242 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002243 'tests': [],
jlkleinecc81952016-11-19 00:16:072244 'tether': ['[email protected]',
dbeamd924f0d0d2017-06-20 02:34:252245 '[email protected]',
2246 '[email protected]',
2247 '[email protected]',
2248 '[email protected]',
2249 '[email protected]'],
pennymac962d190432016-07-27 00:58:352250 'textinput': ['[email protected]',
2251 '[email protected]',
2252 '[email protected]',
2253 '[email protected]'],
2254 'textinput_chromeos': ['[email protected]',
2255 '[email protected]',
2256 '[email protected]'],
chirantan96fcf6d2015-01-21 22:36:192257 'timers': ['[email protected]'],
robliaofd54b5c2017-01-13 00:41:302258 'tools_win_chromeexts': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352259 'tracing': ['[email protected]',
2260 '[email protected]'],
[email protected]cf428f732012-10-02 20:48:152261 'ui_compositor': ['[email protected]'],
robliao2c4b7492016-07-19 01:57:262262 'ui_display_win': ['[email protected]'],
[email protected]6b5093c2012-05-23 19:10:182263 'ui_resources': ['[email protected]'],
edwardjung83f52ef22017-02-07 13:15:072264 'ui_strings': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002265 'valgrind': ['[email protected]',
timurrrr5335dbd2015-04-15 11:04:552266 '[email protected]'],
[email protected]c73ec8ab2014-01-16 20:35:232267 'version_assembly': ['[email protected]',
2268 '[email protected]'],
posciak62a72272016-05-11 08:31:242269 'video': ['[email protected]'],
mcasas9558316b2017-03-10 18:57:312270 'video_capture': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002271 'views': ['[email protected]'],
blakeod4cc78a2017-05-10 06:56:482272 'virtual_keyboard': ['[email protected]',
2273 '[email protected]',
okabf9f6f02017-02-17 05:14:292274 '[email protected]',
2275 '[email protected]'],
billorr3c7e1442016-11-11 21:21:352276 'virtual_reality': ['[email protected]'],
Matt Giuca9eb910d2017-08-02 04:07:382277 'web_share': ['[email protected]'],
Takeshi Yoshinoe387aa32017-08-02 13:16:132278 'webrtc_browser_tests': ['[email protected]'],
raymesf5084632015-07-02 07:14:152279 'website_settings': ['[email protected]',
pennymac962d190432016-07-27 00:58:352280 '[email protected]',
2281 '[email protected]'],
2282 'windows_sandboxing': ['[email protected]',
2283 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002284 'x11': ['[email protected]',
2285 '[email protected]',
2286 '[email protected]'],
wjmaclean3ff6a402015-03-31 19:00:202287 'zoom': ['[email protected]'],
[email protected]a3838612009-10-13 21:57:542288 },
2289}