blob: 770ea5713188d9ceaa48172adc0e15fef1700e32 [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 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13360 'blink_indexed_db': {
361 'filepath': 'third_party/WebKit/Source/modules/indexeddb/' \
362 '|third_party/WebKit/Source/web/.*IDB' \
363 '|third_party/WebKit/LayoutTests/storage/indexeddb' \
364 '|third_party/WebKit/public/platform/.*IDB'
365 },
366 'blink_input': {
367 'filepath': 'third_party/WebKit/Source/core/input/'
368 },
369 'blink_layers': {
370 'filepath': 'third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator' \
371 '|third_party/WebKit/Source/platform/graphics/GraphicsLayer' \
372 '|third_party/WebKit/Source/core/layout/Layer'
373 },
374 'blink_layout': {
375 'filepath': 'third_party/WebKit/Source/core/layout' \
376 '|third_party/WebKit/Source/core/rendering'
377 },
378 'blink_layout_ng': {
379 'filepath': 'third_party/WebKit/Source/core/layout/ng',
380 },
Xiaocheng Huc852ab092017-08-10 06:04:43381 'blink_layout_ng_test_expectations': {
382 'filepath': 'third_party/WebKit/LayoutTests/FlagExpectations/enable-blink-features=LayoutNG' \
383 '|third_party/WebKit/LayoutTests/flag-specific/enable-blink-features=LayoutNG'
384 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13385 'blink_loader': {
386 'filepath': 'third_party/WebKit/Source/core/loader/' \
387 '|third_party/WebKit/Source/platform/loader/'
388 },
389 'blink_media': {
390 'filepath': 'third_party/WebKit/Source/core/css/mediaControls' \
391 '|third_party/WebKit/Source/core/html/.*(Audio|Media|Video)' \
392 '|third_party/WebKit/Source/core/html/shadow/MediaControl' \
393 '|third_party/WebKit/Source/core/layout/LayoutMedia' \
394 '|third_party/WebKit/Source/core/layout/LayoutTextTrackContainerElement' \
395 '|third_party/WebKit/Source/modules/(encryptedmedia|mediasource)' \
396 '|third_party/WebKit/Source/platform/drm/' \
397 '|third_party/WebKit/Source/platform/graphics/media/' \
398 '|third_party/WebKit/Source/web/.*Media' \
399 '|third_party/WebKit/LayoutTests/media/' \
400 '|third_party/WebKit/public/.*Media'
401 },
402 'blink_media_queries': {
403 'filepath': 'third_party/WebKit/Source/core/css/CSSMediaRule' \
404 '|third_party/WebKit/Source/core/css/MediaList' \
405 '|third_party/WebKit/Source/core/css/MediaQuery' \
406 '|third_party/WebKit/Source/core/css/parser/MediaQuery'
407 },
408 'blink_mediastream': {
409 'filepath': 'third_party/WebKit/Source/modules/mediastream/' \
410 '|third_party/WebKit/Source/platform/mediastream/' \
411 '|third_party/WebKit/Source/platform/exported/WebMediaStream' \
412 '|third_party/WebKit/Source/platform/exported/WebRTC' \
413 '|third_party/WebKit/LayoutTests/fast/mediastream/'
414 },
415 'blink_modules': {
416 'filepath': 'third_party/WebKit/Source/modules'
417 },
418 'blink_navigator_content_utils': {
419 'filepath': 'third_party/WebKit/Source/modules/navigatorcontentutils' \
420 '|third_party/WebKit/LayoutTests/fast/dom/navigatorcontentutils'
421 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13422 'blink_out_of_process_frames': {
423 'filepath': 'third_party/WebKit/Source/core/frame/FrameOwner' \
424 '|third_party/WebKit/Source/core/frame/Frame\.' \
425 '|third_party/WebKit/Source/web/WebFrame' \
426 '|third_party/WebKit/Source/web/WebRemoteFrameImpl'
427 },
428 'blink_owners': {
Kent Tamurae9b3a9ec2017-08-31 02:20:19429 'filepath': 'third_party/(WebKit|blink)/.*OWNERS',
Takeshi Yoshinoe387aa32017-08-02 13:16:13430 },
431 'blink_paint': {
432 'filepath': 'third_party/WebKit/Source/core/paint/'
433 },
434 'blink_performance_timing': {
435 'filepath': 'third_party/WebKit/Source/core/timing/'
436 },
437 'blink_permissions': {
438 'filepath': 'third_party/WebKit/Source/modules/permissions/' \
439 '|third_party/WebKit/public/platform/modules/permissions/',
440 },
441 'blink_platform': {
442 'filepath': 'third_party/WebKit/Source/platform'
443 },
444 'blink_platform_graphics': {
445 'filepath': 'third_party/WebKit/Source/platform/fonts' \
446 '|third_party/WebKit/Source/platform/geometry' \
447 '|third_party/WebKit/Source/platform/graphics'
448 },
449 'blink_preloadScanner': {
450 'filepath': 'third_party/WebKit/Source/core/html/parser/HTMLPreloadScanner',
451 },
452 'blink_prerender': {
453 'filepath': 'third_party/WebKit/.*(Prerender|loader/LinkLoader|html/HTMLLinkElement)'
454 },
455 'blink_public_api': {
456 'filepath': 'third_party/WebKit/public'
457 },
Takeshi Yoshinoe387aa32017-08-02 13:16:13458 'blink_quota': {
459 'filepath': 'third_party/WebKit/Source/modules/quota/' \
460 '|third_party/WebKit/Source/web/.*Quota' \
461 '|third_party/WebKit/public/.*Quota'
462 },
463 'blink_scheduler': {
464 'filepath': 'third_party/WebKit/Source/platform/scheduler' \
465 '|third_party/WebKit/Source/core/html/parser/.*Scheduler'
466 },
467 'blink_screen_orientation': {
468 'filepath': 'third_party/WebKit/Source/modules/screen_orientation/' \
469 '|third_party/WebKit/public/platform/modules/screen_orientation',
470 },
471 'blink_script': {
472 'filepath': 'third_party/WebKit/Source/bindings/core/v8/.*Module.*' \
473 '|third_party/WebKit/Source/bindings/core/v8/ScriptController.*' \
474 '|third_party/WebKit/Source/bindings/core/v8/ScriptSourceCode.*' \
475 '|third_party/WebKit/Source/bindings/core/v8/V8ScriptRunner.*'
476 '|third_party/WebKit/Source/core/dom/.*Modul.*' \
477 '|third_party/WebKit/Source/core/dom/.*Script.*' \
478 '|third_party/WebKit/Source/core/html/HTMLScriptElement.*' \
479 '|third_party/WebKit/Source/core/html/parser/HTMLParserScriptRunner.*' \
480 '|third_party/WebKit/Source/core/loader/modulescript/' \
481 '|third_party/WebKit/Source/core/loader/resource/ScriptResource.*' \
482 '|third_party/WebKit/Source/core/svg/SVGScriptElement.*' \
483 '|third_party/WebKit/Source/core/xml/parser/XMLDocumentParser.*'
484 },
485 'blink_serviceworkers' : {
486 'filepath': 'third_party/WebKit/Source/modules/serviceworkers' \
487 '|third_party/WebKit/LayoutTests/http/tests/serviceworker' \
488 '|third_party/WebKit/LayoutTests/external/wpt/service-workers'
489 },
490 'blink_serviceworkers_tests' : {
491 'filepath': 'third_party/WebKit/LayoutTests/http/tests/serviceworker' \
492 '|third_party/WebKit/LayoutTests/external/wpt/service-workers'
493 },
494 'blink_shadow_dom': {
495 'filepath': 'third_party/WebKit/Source/core/dom/.*Shadow' \
496 '|third_party/WebKit/Source/core/dom/.*Slot' \
497 '|third_party/WebKit/Source/core/dom/.*InsertionPoint' \
498 '|third_party/WebKit/Source/core/dom/.*FlatTree'
499 },
500 'blink_spellcheck' : {
501 'filepath': 'third_party/WebKit/Source/core/editing/spellcheck'
502 },
503 'blink_spv2_layout_tests': {
504 'filepath': 'third_party/WebKit/LayoutTests/virtual/spv2'
505 },
506 'blink_streams': {
507 'filepath': 'third_party/WebKit/Source/core/streams/'
508 },
509 'blink_style': {
510 'filepath': 'third_party/WebKit/.*(style/|Style)',
511 },
512 'blink_svg': {
513 'filepath': 'third_party/WebKit/Source/core/(layout/)?svg',
514 },
515 'blink_track': {
516 'filepath': 'third_party/WebKit/Source/core/html/track/' \
517 '|third_party/WebKit/Source/core/loader/TextTrack' \
518 '|third_party/WebKit/Source/core/html/HTMLMediaElement' \
519 '|third_party/WebKit/Source/core/html/HTMLTrackElement' \
520 '|third_party/WebKit/Source/core/html/shadow/MediaControl' \
521 '|third_party/WebKit/Source/core/css/mediaControl' \
522 '|third_party/WebKit/LayoutTests/media/track/'
523 },
524 'blink_url_api': {
525 'filepath': 'third_party/WebKit/Source/core/url/'
526 },
527 'blink_vibration': {
528 'filepath': 'third_party/WebKit/LayoutTests/vibration/' \
529 '|third_party/WebKit/Source/modules/vibration/'
530 },
531 'blink_viewport_interaction': {
532 'filepath': 'third_party/WebKit/Source/core/css/.*Viewport' \
533 '|third_party/WebKit/Source/core/dom/ViewportArguments' \
534 '|third_party/WebKit/Source/core/html/HTMLMetaElement' \
535 '|third_party/WebKit/Source/core/page/FrameView' \
536 '|third_party/WebKit/Source/core/page/scrolling'
537 },
538 'blink_w3ctests': {
539 'filepath': 'third_party/WebKit/LayoutTests/external/' \
540 '|third_party/WebKit/Tools/Scripts/webkitpy/w3c/'
541 },
542 'blink_web': {
543 'filepath': 'third_party/WebKit/Source/web'
544 },
545 'blink_webcomponents': {
546 'filepath': 'third_party/WebKit/Source/core/dom/.*Shadow' \
547 '|third_party/WebKit/Source/core/dom/.*Slot' \
548 '|third_party/WebKit/Source/core/dom/.*InsertionPoint' \
549 '|third_party/WebKit/Source/core/dom/.*FlatTree' \
550 '|third_party/WebKit/Source/core/html/custom/' \
551 '|third_party/WebKit/Source/core/html/imports/' \
552 '|third_party/WebKit/Source/bindings/core/v8/.*CustomElement'
553 },
554 'blink_webp': {
555 'filepath': 'third_party/WebKit/Source/platform/image-decoders/webp' \
556 '|third_party/WebKit/Source/platform/image-encoders/skia/WEBP'
557 },
558 'blink_websockets': {
559 'filepath': 'third_party/WebKit/Source/modules/websockets/' \
560 '|third_party/WebKit/Source/platform/modules/websockets/'
561 },
562 'blink_workers': {
563 'filepath': 'third_party/WebKit/Source/core/workers' \
564 '|third_party/WebKit/LayoutTests/http/tests/workers' \
565 '|third_party/WebKit/LayoutTests/fast/workers' \
566 '|third_party/WebKit/LayoutTests/external/wpt/workers'
567 },
568 'blink_wtf': {
569 'filepath': 'third_party/WebKit/Source/wtf',
570 },
571 'blink_xml': {
572 'filepath': 'third_party/WebKit/Source/core/xml/'
573 },
[email protected]06798f72013-01-14 22:31:17574 'bookmarks': {
575 'filepath': 'chrome/browser/bookmarks/' \
[email protected]771ad482013-07-16 17:32:48576 '|chrome/browser/extensions/api/bookmark_manager_private/' \
577 '|chrome/browser/extensions/api/bookmarks/' \
578 '|chrome/browser/resources/bookmark_manager/' \
[email protected]cd869cde2013-01-31 15:46:35579 '|chrome/browser/ui/bookmarks/' \
580 '|chrome/browser/ui/cocoa/bookmarks/' \
[email protected]5cb8b6e12014-05-19 16:53:46581 '|chrome/browser/ui/views/bookmarks/' \
582 '|components/bookmarks'
[email protected]06798f72013-01-14 22:31:17583 },
donnd787f6ed2016-08-03 01:00:56584 'bottombar': {
585 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/',
586 },
[email protected]f76c8852012-06-21 16:37:00587 'browser_chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:49588 'filepath': 'chrome/browser/chromeos/',
[email protected]02c44522010-10-08 17:43:25589 },
[email protected]22650d22012-07-18 17:02:35590 'browser_components': {
[email protected]a7228f62012-09-20 17:52:48591 'filepath': 'chrome/browser/autofill/' \
592 '|chrome/browser/bookmarks/' \
[email protected]a7228f62012-09-20 17:52:48593 '|chrome/browser/favicon/' \
[email protected]ddf288e2013-01-09 20:58:27594 '|chrome/browser/history/' \
[email protected]fccf4882013-03-15 04:46:19595 '|chrome/browser/webdata/' \
[email protected]3947d4a82013-03-12 09:41:05596 '|components/autofill/'
[email protected]22650d22012-07-18 17:02:35597 },
[email protected]f76c8852012-06-21 16:37:00598 'browser_compositor': {
[email protected]f2f0fbb92012-07-14 15:52:49599 'filepath': 'ui/compositor/'
[email protected]fbd846b2010-11-19 01:32:18600 },
michaelpge42ca3b32016-02-19 08:17:57601 'browser_resources_md': {
602 'filepath': 'chrome/browser/resources/md_'\
603 '|chrome/browser/resources/settings/',
604 },
[email protected]0ce480532012-07-20 12:33:20605 'browsing_data': {
606 'filepath': 'chrome/browser/browsing_data/',
607 },
[email protected]f76c8852012-06-21 16:37:00608 'bubble': {
[email protected]f2f0fbb92012-07-14 15:52:49609 'filepath': 'ui/views/bubble/|'\
rouslan8d6a8372015-09-10 19:10:10610 'chrome/browser/ui/views/bubble/|'\
611 'components/bubble/',
[email protected]f76c8852012-06-21 16:37:00612 },
jkarlin539748402015-03-31 17:36:31613 'cache_storage': {
Josh Karlin1bd016742017-08-18 17:44:17614 'filepath': '/cache.storage/'
615 '|/cachestorage/',
jkarlin539748402015-03-31 17:36:31616 },
[email protected]10fbd5952013-08-22 07:42:39617 'cast': {
[email protected]31ef420b2014-08-13 21:19:13618 'filepath': 'media/cast/'\
619 '|chrome/browser/extensions/api/cast_streaming/'\
620 '|chrome/browser/media/cast'\
621 '|chrome/renderer/media/cast'\
622 '|chrome/test/data/extensions/api_test/cast_'\
miu5e69f1c52016-10-23 13:40:11623 '|content/public/renderer/media_stream_'\
624 '|content/renderer/media/(media_stream|(.+audio_source))',
[email protected]10fbd5952013-08-22 07:42:39625 },
ryanchung4d157372016-05-10 20:27:16626 'cast_certificate': {
627 'filepath': 'components/cast_certificate/'\
628 '|components/test/data/cast_certificate/',
629 },
mfoltz57fd7f32017-05-03 06:12:58630 'cast_channel': {
631 'filepath': 'chrome/test/data/extensions/api_test/cast_channel/' \
Ryan Ki Sing Chung27cc7ed92017-07-25 21:53:47632 '|components/cast_channel/' \
633 '|extensions/browser/api/cast_channel'
mfoltz57fd7f32017-05-03 06:12:58634 },
Takeshi Yoshino524e1d262017-07-28 01:16:38635 'cc': {
636 'filepath': 'cc/|'\
637 'components/viz/'
638 },
eranmc2a9f612015-11-24 16:41:34639 'certificate_transparency': {
640 'filepath': 'components/certificate_transparency/'\
eranmc2a9f612015-11-24 16:41:34641 '|net/cert/ct_'\
642 '|net/cert/multi_log_ct_verifier'\
643 '|net/cert/sct_status_flags.h'\
644 '|net/cert/signed_certificate_timestamp'\
645 '|net/cert/signed_tree_head'\
646 '|net/test/ct_',
647 },
[email protected]c73ec8ab2014-01-16 20:35:23648 'chrome_elf': {
649 'filepath': 'chrome_elf',
650 },
lpy0ca13772017-02-28 19:48:27651 'chrome_grc': {
lpy53b82752017-05-31 22:30:49652 'filepath': 'chrome/browser/resource_coordinator/'\
653 '|services/resource_coordinator/',
lpy0ca13772017-02-28 19:48:27654 },
[email protected]d5b21972012-07-20 02:06:01655 'chrome_views': {
656 'filepath': 'chrome/browser/ui/views',
657 },
Takeshi Yoshino524e1d262017-07-28 01:16:38658 'chromecast': {
659 'filepath': 'chromecast/',
660 },
661 'chromecast_public': {
662 'filepath': 'chromecast/public/',
663 },
[email protected]f7bf8ba2011-02-24 22:28:46664 'chromedriver': {
samuong53d5e612014-10-10 18:56:38665 'filepath': 'chrome/test/chromedriver|'\
666 'chrome/test/data/chromedriver|'\
667 'third_party/webdriver'
[email protected]f7bf8ba2011-02-24 22:28:46668 },
[email protected]f76c8852012-06-21 16:37:00669 'chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:49670 'filepath': 'chromeos/',
[email protected]531b1532011-08-11 03:52:01671 },
[email protected]eda0a0b2013-04-19 20:34:35672 'chromeos_attestation': {
673 'filepath': 'chromeos/attestation/|'\
[email protected]64494c3f2013-08-14 22:15:59674 'chrome/browser/chromeos/attestation/|'\
675 'chrome/browser/extensions/api/enterprise_platform_keys_private/',
[email protected]eda0a0b2013-04-19 20:34:35676 },
[email protected]7c59a152012-11-06 20:56:35677 'chromeos_calculator': {
678 'filepath': 'chrome/common/extensions/docs/examples/apps/calculator/',
679 },
hashimoto40ecb692014-09-02 04:51:31680 'chromeos_dbus': {
681 'filepath': 'chromeos/dbus/',
682 },
alematec5187b1b2016-08-26 05:32:18683 'chromeos_geolocation': {
684 'filepath': 'chromeos/geolocation/',
685 },
[email protected]f76c8852012-06-21 16:37:00686 'chromeos_login': {
[email protected]f2f0fbb92012-07-14 15:52:49687 'filepath': 'chrome/browser/chromeos/login/|'\
688 'chrome/browser/ui/webui/chromeos/login/|'\
dzhioevcc7c0492014-11-25 14:52:58689 'chrome/browser/resources/chromeos/login/|'\
690 'ui/login/',
[email protected]a791dac2011-04-07 23:22:57691 },
[email protected]d7d35f342012-10-22 20:32:47692 'chromeos_net': {
693 'filepath': 'chromeos/network/|'\
stevenjbdd133032015-08-07 18:37:47694 'chrome/browser/chromeos/net/|'\
695 'chrome/browser/extensions/api/networking_private/|'\
696 'extensions/browser/api/networking_private/|'\
697 'ui/chromeos/network/',
[email protected]d7d35f342012-10-22 20:32:47698 },
[email protected]2315ac0c2013-02-05 00:49:16699 'chromeos_power': {
James Cooka35a1e22017-04-08 02:33:08700 'filepath': 'ash/system/power/|'\
[email protected]c3943ad2013-07-03 13:44:56701 'chromeos/dbus/power_.*|'\
[email protected]2315ac0c2013-02-05 00:49:16702 'chrome/browser/chromeos/power/',
703 },
alematec5187b1b2016-08-26 05:32:18704 'chromeos_timezone': {
705 'filepath': 'chromeos/timezone/',
706 },
[email protected]f76c8852012-06-21 16:37:00707 'chromeos_webui': {
[email protected]f2f0fbb92012-07-14 15:52:49708 'filepath': 'chrome/browser/ui/webui/chromeos/|'\
709 'chrome/browser/resources/chromeos/',
[email protected]ba03af42012-03-08 01:37:12710 },
[email protected]cef7a6d2011-04-29 20:49:07711 'clang_update': {
Nico Webere250e6a2015-12-02 19:31:56712 'filepath': 'tools/clang/scripts/update.py'
[email protected]cef7a6d2011-04-29 20:49:07713 },
[email protected]f76c8852012-06-21 16:37:00714 'clipboard': {
715 'filepath': 'clipboard|dnd|drag|drop',
[email protected]2418b022011-05-19 21:06:02716 },
Aaron Gable64f273582017-03-30 18:02:00717 'codereview_settings': {
718 'filepath': 'codereview.settings',
719 },
sdefresned94c5b02015-07-22 17:54:55720 'components_deps': {
721 'filepath': 'components/([^/]*/)*DEPS',
722 },
[email protected]f76c8852012-06-21 16:37:00723 'content': {
[email protected]f2f0fbb92012-07-14 15:52:49724 'filepath': 'content/',
[email protected]f76c8852012-06-21 16:37:00725 },
scheib968e61052014-11-05 00:27:25726 'content_bluetooth': {
727 'filepath': 'content/.*bluetooth'
728 },
kinuko01cbe8a12015-10-20 09:59:06729 'content_loader': {
mmenkefaa97d3b2016-09-25 14:24:02730 'filepath': 'chrome/browser/loader|' \
731 'content/browser/loader|' \
kinuko01cbe8a12015-10-20 09:59:06732 'content/child/*loader',
733 },
Takeshi Yoshino524e1d262017-07-28 01:16:38734 'content_network' : {
735 'filepath': 'content/network/',
736 },
mkwst512627022014-09-16 09:23:27737 'content_renderer': {
738 'filepath': 'content/renderer/',
739 },
[email protected]aa3311a2012-11-19 16:04:58740 'content_shell': {
741 'filepath': 'content/shell/',
742 },
Takeshi Yoshino9d7588a32017-07-31 07:17:34743 'content_websockets': {
744 'filepath': 'content/browser/websockets/',
745 },
kinukoa121bce2015-01-30 10:04:41746 'content_worker': {
747 'filepath': 'content/.*worker',
748 },
donnd787f6ed2016-08-03 01:00:56749 'contextual_search': {
750 'filepath': 'chrome/browser/android/contextualsearch/|' \
751 'chrome/android/java/src/org/chromium/chrome/browser/contextualsearch/|' \
752 'chrome/android/javatests/src/org/chromium/chrome/browser/contextualsearch/|' \
753 'components/contextual_search/',
754 },
wfh792b71c2016-05-04 23:33:41755 'courgette': {
756 'filepath': 'courgette/',
757 },
Nico Weber6ff639a2017-08-11 21:04:50758 'cq': {
759 'filepath': 'infra/config/cq.cfg',
760 },
michaelpge42ca3b32016-02-19 08:17:57761 'cr_elements': {
762 'filepath': 'ui/webui/resources/cr_element',
763 },
ianwencdb8c9e2015-06-18 22:10:15764 'custom_tabs': {
Newton Allen38c62212015-06-24 21:41:53765 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/customtabs/|'\
ianwencdb8c9e2015-06-18 22:10:15766 'chrome/android/javatests/src/org/chromium/chrome/browser/customtabs/',
alancuttercbad6512015-06-19 02:31:28767 },
tbansalc6f1c9f2016-09-30 22:48:42768 'data_reduction_proxy': {
769 'filepath': 'chrome/browser/net/spdyproxy/|'\
770 'data_reduction_proxy|'\
771 'chrome_proxy',
772 },
[email protected]5e105332012-09-13 01:55:52773 'deep_memory_profiler': {
774 'filepath': 'tools/(deep_memory_profiler|find_runtime_symbols)',
775 },
Takeshi Yoshino524e1d262017-07-28 01:16:38776 'developer_recommended_flags': {
777 'filepath': 'developer_recommended_flags.gypi',
778 },
Bartosz Fabianowski85a823812015-04-16 10:27:51779 'device_bluetooth': {
780 'filepath': 'device/.*bluetooth'
781 },
juncaic08f41d2017-05-04 20:36:58782 'device_chooser': {
783 'filepath': 'chrome/browser/chooser_controller/|'\
784 'chrome/browser/ui/android/bluetooth_chooser_.*|'\
785 'chrome/browser/ui/android/usb_chooser_.*|'\
786 'chrome/browser/ui/bluetooth/|'\
787 'chrome/browser/ui/cocoa/device_chooser_.*|'\
788 'chrome/browser/ui/cocoa/extensions/chooser_dialog_.*|'\
789 'chrome/browser/ui/cocoa/permission_bubble/chooser_bubble_.*|'\
790 'chrome/browser/ui/views/device_chooser_.*|'\
791 'chrome/browser/ui/views/extensions/chooser_dialog_.*|'\
792 'chrome/browser/ui/views/permission_bubble/chooser_bubble_.*|'\
793 'chrome/browser/usb/usb_chooser_.*',
794 },
[email protected]29ad47c2014-04-23 09:12:48795 'device_sensors': {
796 'filepath': 'content/browser/device_sensors/|'\
797 'content/common/device_sensors/|'\
798 'content/public/android/java/src/org/chromium/content/browser/DeviceSensors.java|'\
799 'content/public/android/javatests/src/org/chromium/content/browser/DeviceSensorsTest.java|'\
timvolodine8cdb94c2016-09-22 12:17:22800 'content/renderer/device_sensors/|'\
801 'content/test/data/device_sensors/|'\
802 'device/sensors/',
[email protected]8c667232013-11-12 19:49:14803 },
[email protected]342b12872012-11-07 12:10:46804 'devtools': {
805 'filepath': 'devtools',
806 },
mfoltz57fd7f32017-05-03 06:12:58807 'dial': {
808 'filepath': 'chrome/(browser|common)/extensions/api/dial' \
809 '|chrome/browser/media/router/discovery/dial/' \
810 '|chrome/test/data/extensions/api_test/dial/'
811 },
[email protected]bab2a832012-07-11 23:29:41812 'disk_cache': {
813 'filepath': 'net/disk_cache/|http_cache',
814 },
[email protected]f76c8852012-06-21 16:37:00815 'download': {
[email protected]f2f0fbb92012-07-14 15:52:49816 'filepath': 'chrome/browser/download/|'\
[email protected]8492b5b2012-12-17 21:58:08817 'content/browser/download/',
[email protected]6bff0ad2011-06-17 01:32:51818 },
[email protected]ca872e362011-07-12 21:06:03819 'downloads_ui': {
dbeam78528be2016-02-18 07:08:49820 'filepath': 'chrome/browser/resources/(md_)?downloads/|' \
[email protected]8492b5b2012-12-17 21:58:08821 'chrome/browser/ui/webui/.*downloads|' \
822 'chrome/browser/ui/views/download/|' \
asanka2009f412015-10-05 17:28:12823 'chrome/browser/ui/cocoa/download/'
[email protected]ca872e362011-07-12 21:06:03824 },
[email protected]f6df20a2012-10-23 21:22:07825 'drive': {
[email protected]8492b5b2012-12-17 21:58:08826 'filepath': 'chrome/browser/chromeos/drive/|' \
827 'chrome/browser/google_apis/'
[email protected]f6df20a2012-10-23 21:22:07828 },
[email protected]89d2cd52013-04-16 01:55:36829 'drive_resource_metadata': {
[email protected]2c948e12013-10-17 03:08:33830 'filepath': 'chrome/browser/chromeos/drive/resource_metadata'
[email protected]89d2cd52013-04-16 01:55:36831 },
[email protected]3a25c8a2014-06-26 06:47:10832 'eme': {
833 'filepath': 'components/cdm/|' \
834 'content/browser/media/cdm/|' \
835 'content/renderer/media/crypto/|' \
836 'media/base/android/*drm*|' \
837 'media/cdm/|' \
838 'third_party/widevine/cdm/'
839 },
[email protected]f76c8852012-06-21 16:37:00840 'extension': {
841 'filepath': 'extension',
[email protected]161277d42011-06-24 20:48:45842 },
lunalu0a9c05422016-11-11 17:19:06843 'feature_policy': {
844 'filepath': 'third_party/WebKit/Source/platform/feature_policy/|' \
845 'third_party/WebKit/Source/bindings/core/v8/ConditionalFeatures',
846 },
apaciblec4093a92016-04-19 19:21:58847 'feedback_ui': {
848 'filepath': 'chrome/browser/resources/(md_)?feedback/'
849 },
[email protected]f76c8852012-06-21 16:37:00850 'fileapi': {
[email protected]8492b5b2012-12-17 21:58:08851 'filepath': 'file_system/|' \
852 'fileapi/'
[email protected]80919512011-08-03 08:51:04853 },
[email protected]f76c8852012-06-21 16:37:00854 'filebrowse': {
[email protected]8492b5b2012-12-17 21:58:08855 'filepath': 'file_browser|' \
856 'file_manager|' \
857 'filebrowse'
[email protected]4b07b62cc2011-10-03 17:52:39858 },
[email protected]4ed766c2013-09-19 09:45:20859 'filesapp': {
okab0be3dc2016-08-30 07:37:10860 'filepath': 'chrome/browser/chromeos/drive|' \
861 'chrome/browser/chromeos/extensions/file_manager|' \
862 'chrome/browser/chromeos/extensions/file_system_provider|' \
863 'chrome/browser/chromeos/file_manager|' \
864 'chrome/browser/chromeos/file_system_provider|' \
865 'chrome/browser/drive|' \
866 'chrome/test/data/extensions/api_test/file_system_provider|' \
867 'components/drive|' \
868 'google_apis/drive|' \
869 'ui/file_manager'
870 },
871 'filesapp_ui': {
[email protected]4ff3d9f2014-04-24 05:25:20872 'filepath': 'ui/file_manager'
[email protected]4ed766c2013-09-19 09:45:20873 },
[email protected]f76c8852012-06-21 16:37:00874 'ftp': {
875 'filepath': 'ftp',
[email protected]ffeb189d2011-10-05 18:49:39876 },
Wez385de5a2017-07-13 20:13:16877 'fuchsia': {
878 'filepath': 'fuchsia',
879 },
mmoroz58ddb8172016-09-08 18:29:55880 'fuzzing': {
881 'filepath': 'fuzz|Fuzz',
882 },
[email protected]3a2a6ac02014-06-20 07:07:12883 'gcm': {
peter9f4490a2017-01-27 00:58:36884 'filepath': 'chrome/browser/gcm/|'\
[email protected]3a2a6ac02014-06-20 07:07:12885 'components/gcm_driver/|'\
886 'google_apis/gcm/',
887 },
mikhail.pozdnyakova8db26402016-11-28 18:27:12888 'generic_sensor': {
889 'filepath': 'device/generic_sensor/|'\
890 'third_party/WebKit/Source/modules/sensor/',
891 },
[email protected]d8036492013-08-09 16:02:23892 'geolocation': {
893 'filepath': 'chrome/browser/geolocation/|'\
894 'content/browser/geolocation|'\
895 'content/public/common/geoposition.*|'\
896 'content/public/browser/geolocation.*|'\
897 'content/renderer/geolocation.*|'\
898 'content/shell/geolocation/',
899 },
[email protected]cf428f732012-10-02 20:48:15900 'gfx_geometry': {
danakj570c1332015-01-06 16:59:36901 'filepath': 'ui/gfx/geometry/',
[email protected]cf428f732012-10-02 20:48:15902 },
Takeshi Yoshino524e1d262017-07-28 01:16:38903 'gfx_image': {
904 'filepath': 'ui/gfx/image/',
905 },
[email protected]4d1773e2014-04-05 07:59:57906 'gn': {
907 'filepath': 'tools/gn',
908 },
[email protected]f76c8852012-06-21 16:37:00909 'gpu': {
[email protected]f2f0fbb92012-07-14 15:52:49910 'filepath': 'gpu/',
[email protected]f76c8852012-06-21 16:37:00911 },
[email protected]f76c8852012-06-21 16:37:00912 'history_ui': {
dbeam78528be2016-02-18 07:08:49913 'filepath': 'chrome/browser/resources/(md_)?history|'\
914 'chrome/browser/ui/webui/.*history',
[email protected]f76c8852012-06-21 16:37:00915 },
[email protected]18d7e402014-07-08 19:53:14916 'hotword': {
917 'filepath': 'chrome/browser/extensions/api/hotword_private/'\
918 '|chrome/browser/resources/hotword_helper/'\
[email protected]535980d42014-08-12 14:31:28919 '|chrome/browser/resources/hotword/'\
[email protected]18d7e402014-07-08 19:53:14920 '|chrome/browser/search/hotword*'\
921 '|chrome/test/data/extensions/api_test/hotword_private/',
922 },
[email protected]f76c8852012-06-21 16:37:00923 'i18n': {
[email protected]f2f0fbb92012-07-14 15:52:49924 'filepath': 'base/i18n/|base/string|l10n|icu|'\
timvolodine8cdb94c2016-09-22 12:17:22925 'locale_settings|encoding',
[email protected]f76c8852012-06-21 16:37:00926 },
[email protected]f76c8852012-06-21 16:37:00927 'importer': {
[email protected]f2f0fbb92012-07-14 15:52:49928 'filepath': 'import',
[email protected]f76c8852012-06-21 16:37:00929 },
Greg Thompson4f90fc992017-07-25 19:30:37930 'incident_reporting': {
931 'filepath': 'chrome/browser/safe_browsing/incident_reporting',
932 },
[email protected]c26161352013-11-12 19:50:01933 'indexed_db': {
934 'filepath': 'content/browser/indexed_db|'\
935 'content/child/indexed_db|'\
936 'content/common/indexed_db|'\
937 'content/public/browser/indexed_db|'\
938 'content/test/data/indexeddb',
939 },
bruthigaa8281f2016-02-09 17:52:31940 'ink_drop': {
941 'filepath': 'ui/views/animation/test/.*ink_drop.*|' \
942 'ui/views/animation/.*ink_drop.*'
943 },
dtapuska1f997a12016-03-14 19:22:07944 'input': {
945 'filepath': 'content/browser/renderer_host/input|'\
946 'content/renderer/input|'\
947 'ui/events/blink/'
948 },
Dominick Ngcaa7b402017-07-11 07:35:39949 'installable': {
950 'filepath': 'chrome/browser/installable/',
951 },
mmoss19826c62014-11-14 21:37:36952 'installer_linux': {
953 'filepath': 'chrome/installer/linux/',
954 },
Greg Thompson4f90fc992017-07-25 19:30:37955 'installer_win': {
956 'filepath': 'chrome/install_static/'\
957 '|chrome/installer/(?!gcapi_mac/|linux/|mac/)',
958 },
[email protected]56b4b09d32012-07-27 18:28:41959 'instant': {
[email protected]607903d2013-03-25 22:15:47960 'filepath': 'instant|searchbox|'\
961 'chrome/browser/search/|'\
[email protected]c29b7dae2013-03-25 22:29:13962 'chrome/browser/ui/search/|'\
[email protected]eb99f8e2013-07-10 10:17:39963 'chrome/browser/resources/local_ntp/|'\
[email protected]607903d2013-03-25 22:15:47964 'chrome/common/search_types.*',
[email protected]56b4b09d32012-07-27 18:28:41965 },
edchin46453b42017-03-03 01:40:11966 'ios': {
Sylvain Defresne81467d82017-05-29 09:06:14967 'filepath': 'ios/',
edchin46453b42017-03-03 01:40:11968 },
sdefresne18b47312015-06-18 15:15:09969 'ios_chrome': {
Sylvain Defresne81467d82017-05-29 09:06:14970 'filepath': 'ios/chrome/',
sdefresne18b47312015-06-18 15:15:09971 },
marqa4f135f2017-01-10 12:37:34972 'ios_clean': {
Sylvain Defresne81467d82017-05-29 09:06:14973 'filepath': 'ios/clean/',
marqa4f135f2017-01-10 12:37:34974 },
975 'ios_showcase': {
Sylvain Defresne81467d82017-05-29 09:06:14976 'filepath': 'ios/showcase/',
marqa4f135f2017-01-10 12:37:34977 },
baxley9bfbd3cc2017-03-15 21:22:32978 'ios_test': {
Sylvain Defresne81467d82017-05-29 09:06:14979 'filepath': 'ios/chrome/test/|'\
980 'ios/testing/|'\
981 'ios/web/public/test/|'\
982 'ios/web/test/',
baxley9bfbd3cc2017-03-15 21:22:32983 },
eugenebutb5a5a8572017-01-20 01:18:11984 'ios_web': {
Sylvain Defresne81467d82017-05-29 09:06:14985 'filepath': 'ios/web(_view)?/',
eugenebutb5a5a8572017-01-20 01:18:11986 },
[email protected]f76c8852012-06-21 16:37:00987 'ipc': {
[email protected]f2f0fbb92012-07-14 15:52:49988 'filepath': 'ipc/ipc',
[email protected]f76c8852012-06-21 16:37:00989 },
Takeshi Yoshino524e1d262017-07-28 01:16:38990 'libvpx': {
991 'filepath': 'third_party/libvpx'
vabraafbd4f32015-11-10 19:30:23992 },
[email protected]a3f777d2014-01-07 23:38:26993 'libwebp': {
994 'filepath': 'third_party/libwebp'
995 },
dominiccabb90e02017-03-31 04:54:23996 'libxml_xslt': {
997 'filepath': 'third_party/libxml/' \
998 '|third_party/libxslt/',
999 },
[email protected]04a292a2013-03-07 19:58:421000 'linux_fonts': {
1001 'filepath': 'ui/gfx/font_render_params_.*|'\
deratcd2d6fb2015-02-12 00:10:411002 'ui/gfx/platform_font_linux.*|'\
1003 'ui/gfx/render_text_harfbuzz.*',
[email protected]04a292a2013-03-07 19:58:421004 },
1005 'linux_sandboxing': {
[email protected]f2f0fbb92012-07-14 15:52:491006 'filepath': 'sandbox/linux/',
[email protected]f76c8852012-06-21 16:37:001007 },
[email protected]04a292a2013-03-07 19:58:421008 'linux_seccomp_bpf': {
[email protected]d6a23612012-11-13 20:11:541009 'filepath': 'content/common/sandbox.*linux.cc',
[email protected]f76c8852012-06-21 16:37:001010 },
Takeshi Yoshino524e1d262017-07-28 01:16:381011 'login': {
1012 'filepath': 'chrome/browser/ui/login'
1013 },
lgrey62faed72016-10-11 21:40:391014 'mac': {
lgrey332339b12016-12-05 17:16:401015 'filepath': '(_|/)(cocoa|mac)(_|\.)|/(cocoa|mac)/|^((?!ios\/).)*\.mm?$',
lgrey62faed72016-10-11 21:40:391016 },
mlamourid8b0feb2015-06-02 16:30:471017 'manifest': {
1018 'filepath': 'content/(browser|renderer)/manifest/'\
1019 '|content/public/common/manifest*',
1020 },
michaelpg32ca07902015-02-07 00:31:111021 'md_settings': {
michaelpge42ca3b32016-02-19 08:17:571022 'filepath': 'chrome/browser/resources/settings/'\
Dan Beam62f6f8fce2017-06-07 21:23:081023 '|chrome/browser/ui/webui/settings/'\
1024 '|chrome/test/data/webui/settings/',
michaelpg32ca07902015-02-07 00:31:111025 },
[email protected]f76c8852012-06-21 16:37:001026 'media': {
Francois Beaufort9ab59c82017-08-24 13:10:291027 'filepath': 'media|third_party/(ffmpeg|opus|libvpx)'
[email protected]f76c8852012-06-21 16:37:001028 },
mcasasfeedbe42017-03-03 05:23:561029 'media_capture_from_element': {
alancutter40359812017-03-03 08:20:271030 'filepath': 'content/renderer/media_capture_from_element/' \
mcasasfeedbe42017-03-03 05:23:561031 '|third_party/WebKit/Source/modules/mediacapture/' \
1032 '|third_party/WebKit/Source/platform/exported/WebCanvasCapture' \
1033 '|third_party/WebKit/LayoutTests/fast/mediacapturefromelement/' \
1034 '|third_party/WebKit/public/platform/WebCanvasCapture'
1035 },
[email protected]06dd23172013-06-24 21:04:511036 'media_galleries': {
1037 'filepath': 'chrome/browser/extensions/api/media_galleries/'\
[email protected]06dd23172013-06-24 21:04:511038 '|chrome/browser/media_galleries/'\
1039 '|chrome/browser/storage_monitor/'\
1040 '|chrome/common/media_galleries/'\
Jay Civellicf995502017-09-08 23:59:271041 '|chrome/test/data/extensions/api_test/media_galleries/'
[email protected]06dd23172013-06-24 21:04:511042 },
alokp9e369ea72e2016-06-10 05:41:091043 'media_mojo': {
1044 'filepath': 'media/mojo/*'
1045 },
mcasasfeedbe42017-03-03 05:23:561046 'media_recorder': {
alancutter40359812017-03-03 08:20:271047 'filepath': 'content/renderer/media_recorder/' \
mcasasfeedbe42017-03-03 05:23:561048 '|third_party/WebKit/Source/modules/mediarecorder/' \
1049 '|third_party/WebKit/Source/platform/exported/WebMediaRecorder' \
1050 '|third_party/WebKit/LayoutTests/fast/mediarecorder/' \
1051 '|third_party/WebKit/public/platform/WebMediaRecorder'
1052 },
miu5e69f1c52016-10-23 13:40:111053 'media_remoting': {
1054 'filepath': 'chrome/browser/media/cast_remoting'\
1055 '|media/blink/webmediaplayer_'\
1056 '|media/mojo/interfaces/remoting.mojom'\
1057 '|media/remoting/',
1058 },
kmarshallb698ad4f2015-02-24 19:42:481059 'media_router': {
mfoltz57fd7f32017-05-03 06:12:581060 'filepath': 'chrome/android/(java|junit)/src/org/chromium/chrome/browser/media/router/' \
1061 '|chrome/browser/media/router/' \
kmarshallb698ad4f2015-02-24 19:42:481062 '|chrome/browser/resources/media_router/' \
mfoltz57fd7f32017-05-03 06:12:581063 '|chrome/browser/ui/views/media_router/' \
kmarshallb698ad4f2015-02-24 19:42:481064 '|chrome/browser/ui/webui/media_router/' \
mfoltz57fd7f32017-05-03 06:12:581065 '|chrome/common/media/router/' \
1066 '|chrome/test/data/webui/media_router/' \
1067 '|chrome/test/media_router/' \
1068 '|chrome/utility/media_router/'
kmarshallb698ad4f2015-02-24 19:42:481069 },
fmeawad4582cd22017-03-30 20:59:361070 'memory_coordinator': {
1071 'filepath': 'base/memory/memory_|' \
fmeawadd015b232017-03-31 02:22:451072 'content/browser/memory/|' \
1073 'content/child/memory/'
fmeawad4582cd22017-03-30 20:59:361074 },
[email protected]f76c8852012-06-21 16:37:001075 'message_loop': {
[email protected]f2f0fbb92012-07-14 15:52:491076 'filepath': 'base/message_'
[email protected]f76c8852012-06-21 16:37:001077 },
1078 'metrics': {
[email protected]f2f0fbb92012-07-14 15:52:491079 'filepath': 'base/metrics/'\
asvitkine361b276e2016-08-30 18:45:001080 '|chrome/android/java/src/org/chromium/chrome/browser/metrics/'\
[email protected]f2f0fbb92012-07-14 15:52:491081 '|chrome/browser/metrics/'\
[email protected]f2f0fbb92012-07-14 15:52:491082 '|chrome/browser/chromeos/external_metrics'\
[email protected]b0d594d2014-02-21 03:22:121083 '|chrome/browser/extensions/api/metrics_private/'\
[email protected]f2f0fbb92012-07-14 15:52:491084 '|chrome/browser/ui/webui/metrics_handler'\
asvitkineb7e10302016-01-20 05:17:451085 '|chromecast/browser/metrics/'\
asvitkinee4bad382015-11-05 21:56:451086 '|components/metrics/'\
asvitkineb7e10302016-01-20 05:17:451087 '|components/metrics_services_manager/'\
[email protected]ce6b855a2014-03-12 19:51:391088 '|components/rappor/'\
asvitkinee4bad382015-11-05 21:56:451089 '|components/variations/'\
[email protected]b0d594d2014-02-21 03:22:121090 # Exclude XML files; in particular, histograms.xml.
1091 '|tools/metrics/[^.]*([.](?!xml$).*)?$',
1092 },
1093 'metrics_xml_files': {
1094 # Subscribe to this to watch for changes to histograms.xml.
toyoshim8f51f902015-03-27 03:50:211095 'filepath': 'tools/metrics/.*\.xml$',
1096 },
1097 'midi': {
1098 'filepath': 'midi',
[email protected]f76c8852012-06-21 16:37:001099 },
[email protected]341f218a2013-09-24 22:16:101100 'mojo': {
1101 'filepath': 'mojo',
1102 },
Yuzhu Shen93bd7c992017-09-01 18:21:031103 'mojo_top_level_directory': {
1104 'filepath': '^mojo/',
1105 },
[email protected]f76c8852012-06-21 16:37:001106 'mouse_lock': {
1107 'filepath': 'mouse_lock',
1108 },
rjkroegef60dea862015-10-29 17:50:061109 'mus': {
ben6b0453d12016-07-02 04:27:191110 'filepath': 'services/ui/'\
rjkroegef60dea862015-10-29 17:50:061111 '|mojo/gpu/',
1112 },
[email protected]f76c8852012-06-21 16:37:001113 'nacl': {
[email protected]f2f0fbb92012-07-14 15:52:491114 'filepath': 'chrome/nacl/|chrome/test/nacl/|'\
[email protected]193912d2013-09-06 17:41:561115 'chrome/browser/nacl_host/|chrome/common/nacl|'\
1116 'native_client_sdk/src/doc/',
[email protected]f76c8852012-06-21 16:37:001117 },
[email protected]99ddc3d2013-01-22 16:15:331118 'native_client_sdk': {
1119 'filepath': '^native_client_sdk/',
1120 },
[email protected]b9ecdb62014-03-07 14:56:431121 'navigation': {
1122 'filepath': 'content/browser/frame_host|'\
1123 'content/browser/renderer_host/render_process_host.*|'\
1124 'content/browser/renderer_host/render_view_host.*|'\
1125 'content/browser/web_contents/web_contents_impl.*|'\
1126 'content/renderer/render_frame.*|'\
1127 'content/renderer/render_view.*'
1128 },
[email protected]f76c8852012-06-21 16:37:001129 'net': {
[email protected]f2f0fbb92012-07-14 15:52:491130 'filepath': 'net/',
[email protected]f76c8852012-06-21 16:37:001131 },
bnc1872e8bd2017-01-27 02:47:281132 'net_base': {
1133 'filepath': 'net/base/',
1134 },
bnc1872e8bd2017-01-27 02:47:281135 'net_http2': {
1136 'filepath': 'net/http2/',
1137 },
[email protected]f76c8852012-06-21 16:37:001138 'net_log': {
mmenke59e4d8fb42016-06-15 21:15:281139 'filepath': 'net/log/|' \
[email protected]f2f0fbb92012-07-14 15:52:491140 'chrome/browser/net/.*net_log|' \
[email protected]f2f0fbb92012-07-14 15:52:491141 'chrome/browser/resources/net_internals/|' \
mmenke59e4d8fb42016-06-15 21:15:281142 'chrome/browser/ui/webui/net_internals/|' \
Takeshi Yoshino6b30abd2017-07-16 03:34:511143 'components/net_log/'
[email protected]f76c8852012-06-21 16:37:001144 },
bnc1872e8bd2017-01-27 02:47:281145 'net_spdy': {
1146 'filepath': 'net/spdy/',
1147 },
Takeshi Yoshino9d7588a32017-07-31 07:17:341148 'net_websockets': {
1149 'filepath': 'net/websockets/' \
1150 '|net/data/websocket/'
1151 },
jkarlin539748402015-03-31 17:36:311152 'netinfo': {
Josh Karlin1bd016742017-08-18 17:44:171153 'filepath': '/netinfo/',
jkarlin539748402015-03-31 17:36:311154 },
peterf4758412014-09-17 15:06:011155 'notifications': {
Peter Beverloo4548c852017-08-31 13:45:171156 'filepath': 'chrome/browser/extensions/api/notifications/|'\
1157 'chrome/browser/notifications/|'\
1158 'chrome/test/data/notifications/|'\
1159 'content/browser/notifications/|'\
1160 'content/child/notifications/|'\
1161 'content/common/platform_notification|'\
1162 'content/public/browser/platform_notification|'\
1163 'content/public/common/platform_notification|'\
1164 'content/renderer/notification_|'\
1165 'third_party/WebKit/LayoutTests/external/wpt/notifications|'\
1166 'third_party/WebKit/LayoutTests/http/tests/notifications|'\
1167 'third_party/WebKit/Source/modules/notifications|'\
1168 'third_party/WebKit/public/platform/modules/notifications|'\
peterf4758412014-09-17 15:06:011169 'ui/message_center/'
1170 },
tbansalc6f1c9f2016-09-30 22:48:421171 'nqe': {
1172 'filepath': 'nqe',
1173 },
mcwilliamsedee5042016-04-05 18:46:451174 'ntp_snippets': {
1175 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk16a37f902016-05-16 15:49:361176 'chrome/android/javatests/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk14c89352016-07-21 13:45:131177 'chrome/android/junit/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk117ffb322017-02-06 12:04:201178 'chrome/android/java/src/org/chromium/chrome/browser/suggestions/|'\
1179 'chrome/android/javatests/src/org/chromium/chrome/browser/suggestions/|'\
mvanouwerkerk538dc0b62016-05-17 14:55:341180 'chrome/browser/android/ntp/ntp_snippets|'\
mcwilliamsedee5042016-04-05 18:46:451181 'chrome/browser/ntp_snippets/|'\
mvanouwerkerk41649732016-05-17 13:37:001182 'chrome/browser/resources/snippets_internals|'\
1183 'chrome/browser/ui/webui/snippets_internals|'\
mcwilliamsedee5042016-04-05 18:46:451184 'components/ntp_snippets/|'\
1185 'chrome/android/java/res/layout/new_tab_page|'\
noyau451e6bb62016-12-23 14:29:041186 'chrome/android/java/res/layout/most_visited|'\
1187 'ios/chrome/browser/ntp_snippets'
mcwilliamsedee5042016-04-05 18:46:451188 },
treib70176c52016-07-08 14:34:191189 'ntp_tiles': {
1190 'filepath': 'chrome/browser/android/ntp/|'\
1191 'chrome/browser/ui/webui/ntp/|'\
1192 'chrome/common/search/ntp|'\
noyau451e6bb62016-12-23 14:29:041193 'components/ntp_tiles/|'\
1194 'ios/chrome/browser/ntp_tiles'
treib70176c52016-07-08 14:34:191195 },
peterb8ec88f82017-03-21 13:29:421196 'offline_items_collection': {
1197 'filepath': 'components/offline_items_collection/',
1198 },
dimichdce3ee492016-04-04 04:20:521199 'offline_pages': {
1200 'filepath': 'components/offline_pages/'\
fgorski329be5b2016-04-19 21:38:111201 '|chrome/browser/android/offline_pages/'\
1202 '|chrome/android/java/src/org/chromium/chrome/browser/offlinepages/'
dimichdce3ee492016-04-04 04:20:521203 },
[email protected]f76c8852012-06-21 16:37:001204 'omnibox': {
jdonnelly6fa5a21d2017-01-03 15:28:351205 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/omnibox/|'\
1206 'chrome/android/javatests/src/org/chromium/chrome/browser/omnibox/|'\
1207 'chrome/browser/autocomplete/|'\
1208 'chrome/browser/ui/omnibox/|'\
1209 'chrome/browser/ui/.*/omnibox/|'\
1210 'components/omnibox/|'\
1211 'ios/chrome/browser/ui/omnibox/'
[email protected]f76c8852012-06-21 16:37:001212 },
chasej6dff9292016-02-02 20:33:121213 'origin_trials': {
chasej68b8bbd2017-01-26 19:26:131214 'filepath': 'origin_trials'\
1215 '|OriginTrial'\
1216 '|ConditionalFeature',
chasej6dff9292016-02-02 20:33:121217 },
[email protected]4a2078e2013-07-18 20:40:201218 'ozone': {
[email protected]f93c2c92013-10-31 18:22:441219 'filepath': 'ui/ozone/|'\
[email protected]4b66bf922013-10-28 19:49:431220 'ui/events/ozone/|'\
1221 'ui/gfx/ozone/|'\
[email protected]4a2078e2013-07-18 20:40:201222 'ui/gl/gl_.*egl.*|'\
1223 'ui/gl/gl_.*ozone.*'
1224 },
lgarron9e25c7402017-03-15 04:03:111225 'page_info' : {
1226 'filepath': 'chrome/browser/ui/page_info/'\
1227 '|chrome/browser/ui/.*/page_info/'\
lgarron3428b2d32017-03-21 18:35:191228 '|chrome/android/java/src/org/chromium/chrome/browser/page_info/'\
lgarron6cd116a2017-04-07 19:42:181229 '|components/page_info_strings.grdp'\
Gregory Chatzinoffdf93d692017-09-09 01:32:271230 '|ios/chrome/browser/ui/page_info/'
lgarron6cd116a2017-04-07 19:42:181231 },
csharrison3b1dc4062015-10-19 14:31:081232 'page_load_metrics' : {
bmcquade9f433702016-07-26 23:33:501233 'filepath': 'chrome/browser/page_load_metrics/'\
1234 '|chrome/common/page_load_metrics/'\
1235 '|chrome/renderer/page_load_metrics/'
csharrison3b1dc4062015-10-19 14:31:081236 },
[email protected]f76c8852012-06-21 16:37:001237 'panels': {
[email protected]7cbe5a52012-09-27 02:00:291238 'filepath': 'chrome/browser/ui/panels'\
1239 '|chrome/browser/ui/cocoa/panels'\
[email protected]7cbe5a52012-09-27 02:00:291240 '|chrome/browser/ui/views/panels'
[email protected]f76c8852012-06-21 16:37:001241 },
[email protected]3cc8b3922014-05-05 13:12:081242 'password_manager': {
1243 'filepath': 'chrome/.*/password_'\
1244 '|chrome/browser/ui/passwords'\
1245 '|chrome/browser/ui/views/passwords'\
1246 '|chrome/test/data/password'\
1247 '|components/autofill.*password'
1248 '|components/password_'\
vabrccdb7222016-06-01 14:59:401249 '|^ios/chrome/browser/passwords'\
[email protected]3cc8b3922014-05-05 13:12:081250 },
rouslane8a22262016-10-19 20:49:411251 'payments': {
1252 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/payments'\
1253 '|chrome/android/javatests/src/org/chromium/chrome/browser/payments'\
Rouslan Solomakhin81af4cf2017-06-27 15:23:491254 '|chrome/browser/payments'\
1255 '|chrome/browser/ui/views/payments'\
Mohamad Ahmadi2b452762017-07-18 23:17:151256 '|components/payments/test/data'\
rouslana64ceca2016-10-26 01:10:311257 '|components/payments'\
Rouslan Solomakhin81af4cf2017-06-27 15:23:491258 '|content/browser/payments'\
1259 '|content/test/data/payments'\
1260 '|ios/chrome/browser/payments'\
1261 '|ios/chrome/browser/ui/payments'\
1262 '|ios/web/payments'\
1263 '|ios/web/public/payments'\
1264 '|third_party/WebKit/LayoutTests/external/wpt/payment-request'\
1265 '|third_party/WebKit/LayoutTests/http/tests/payments'\
1266 '|third_party/WebKit/LayoutTests/payments'\
1267 '|third_party/WebKit/public/platform/modules/payments'\
1268 '|third_party/WebKit/Source/modules/payments'
mahmadi0a7bb59f2017-02-22 19:13:491269 },
1270 'payments_ios': {
Rouslan Solomakhin81af4cf2017-06-27 15:23:491271 'filepath': 'ios/web/payments'\
1272 '|ios/chrome/browser/payments'\
1273 '|ios/chrome/browser/ui/payments'\
1274 '|ios/web/public/payments'
rouslane8a22262016-10-19 20:49:411275 },
[email protected]f76c8852012-06-21 16:37:001276 'pepper_api': {
[email protected]b8491b02013-11-13 03:50:581277 'filepath': 'ppapi/api'\
1278 '|ppapi/c',
[email protected]f76c8852012-06-21 16:37:001279 },
mlamourid8b0feb2015-06-02 16:30:471280 'permissions': {
1281 'filepath': 'content/(child,browser)/permissions/'\
1282 '|content/common/permission_*'\
1283 '|content/public/(common,browser)/permission_*'\
1284 '|chrome/browser/permissions/'\
1285 '|chrome/browser/content_settings/permission*'\
1286 '|permission_context',
1287 },
[email protected]f76c8852012-06-21 16:37:001288 'plugin': {
[email protected]f2f0fbb92012-07-14 15:52:491289 'filepath': 'chrome/browser/plugin|chrome/plugin/|'\
Thiago Farinae067154bb2015-05-07 15:37:591290 'chrome/common/plugin',
[email protected]f76c8852012-06-21 16:37:001291 },
michaelpg11fff3f2015-02-06 03:35:341292 'polymer': {
1293 'filepath': 'third_party/polymer/|'\
michaelpgf94a2a22017-03-06 22:35:001294 'third_party/web-animations-js/|'\
dbeam78528be2016-02-18 07:08:491295 'tools/polymer|'\
michaelpg11fff3f2015-02-06 03:35:341296 'ui/webui/resources/polymer_resources.grdp',
1297 },
twifkak0c69c1f2015-06-22 18:20:091298 'precache': {
1299 'filepath': '[pP]recache'
1300 },
[email protected]be775bc2014-06-30 15:41:141301 'prepopulated_engines': {
1302 'filepath': 'components/search_engines/prepopulated_engines.json',
1303 },
[email protected]f76c8852012-06-21 16:37:001304 'prerender': {
[email protected]78375a52012-07-14 14:47:571305 'filepath': 'prerender'
[email protected]f76c8852012-06-21 16:37:001306 },
mfoltz57fd7f32017-05-03 06:12:581307 'presentation': {
1308 'filepath': 'content/(browser|common|renderer)/presentation/' \
1309 '|third_party/WebKit/public/platform/modules/presentation/' \
1310 '|third_party/WebKit/LayoutTests/presentation/' \
1311 '|third_party/WebKit/Source/modules/presentation/'
1312 },
peter884896c72015-03-12 14:26:201313 'push_messaging': {
1314 'filepath': 'push_messaging'
1315 },
stkhapugin06503142016-12-07 14:32:121316 'reading_list': {
1317 'filepath': 'components/reading_list|'\
1318 'ios/chrome/browser/reading_list|'\
1319 'ios/chrome/browser/ui/reading_list',
1320 },
[email protected]f76c8852012-06-21 16:37:001321 'remoting': {
sergeyu05995a4f2017-01-24 21:26:011322 'filepath': '^remoting/' \
1323 '|^testing/chromoting'
[email protected]f76c8852012-06-21 16:37:001324 },
gab57e80c72014-12-08 21:06:131325 'rlz_id': {
1326 'filepath' :'rlz/lib/machine_id.cc|'\
1327 'rlz/lib/machine_id.h|'\
1328 'rlz/win/lib/machine_id_win.cc',
1329 },
grt829c6a82014-10-20 09:29:321330 'safe_browsing': {
timvolodine41e95412017-03-14 02:55:341331 'filepath': 'chrome/(browser|common|renderer)/safe_browsing/|'\
1332 'components/safe_browsing/',
grt829c6a82014-10-20 09:29:321333 },
vakhf8e14c92016-10-17 21:29:471334 'safe_browsing_db': {
1335 'filepath': 'components/safe_browsing_db/',
1336 },
skyostil20dea312014-11-11 13:43:061337 'scheduler': {
rmcilroyfa5ac552015-04-09 12:33:171338 'filepath': 'cc/scheduler'\
rmcilroyfa5ac552015-04-09 12:33:171339 '|content/renderer/scheduler'
skyostil20dea312014-11-11 13:43:061340 },
mlamourid8b0feb2015-06-02 16:30:471341 'screen_orientation': {
1342 'filepath': 'screen_orientation',
1343 },
[email protected]0b431722014-01-08 07:21:511344 'service_worker': {
[email protected]edaf31d2014-03-07 00:09:171345 'filepath': 'content/(browser|renderer|child|common)/service_worker/',
[email protected]0b431722014-01-08 07:21:511346 },
Yuzhu Shen93bd7c992017-09-01 18:21:031347 'services_network': {
1348 'filepath': 'services/network',
1349 },
Colin Blundell6d2669a2017-07-11 06:26:531350 'services_public': {
1351 'filepath': 'services/([^/]*/)*public/',
1352 },
alitoc5534d62017-04-21 01:48:581353 'settings_reset_prompt': {
1354 'filepath': 'chrome/browser/safe_browsing/settings_reset_prompt/'\
1355 '|chrome/browser/ui/views/settings_reset_prompt',
1356 },
dominickn8884155a2016-06-23 02:28:161357 'site_engagement': {
1358 'filepath': 'chrome/browser/engagement/|'\
1359 'chrome/browser/ui/webui/engagement/',
1360 },
[email protected]f76c8852012-06-21 16:37:001361 'site_instance': {
[email protected]f2f0fbb92012-07-14 15:52:491362 'filepath': 'content/browser/site_instance|'\
1363 'content/browser/browsing_instance',
[email protected]f76c8852012-06-21 16:37:001364 },
[email protected]ad0295d2012-10-11 23:43:361365 'spellcheck': {
1366 'filepath': 'chrome/browser/spellchecker/'\
timvolodine8cdb94c2016-09-22 12:17:221367 '|chrome/browser/renderer_context_menu/spelling_'\
1368 '|components/spellcheck/'\
1369 '|third_party/hunspell/'\
1370 '|third_party/hunspell_dictionaries/',
[email protected]ad0295d2012-10-11 23:43:361371 },
[email protected]67f39af2013-08-23 20:06:051372 'streams': {
1373 'filepath': 'content/browser/streams/',
1374 },
vmpstrcc1c08302015-11-18 06:05:511375 'styleguide': {
1376 'filepath': '^styleguide/',
1377 },
engedye7b734da2017-02-07 12:08:131378 'subresource_filter': {
Charles Harrisonfb3eac92017-06-26 21:26:021379 'filepath': 'subresource_filter|SubresourceFilter|url_pattern_index',
engedye7b734da2017-02-07 12:08:131380 },
[email protected]43d33e92014-07-14 16:39:311381 'supervised_users': {
1382 'filepath': 'chrome/browser/.*managed_mode'\
1383 '|chrome/browser/.*managed_user'\
1384 '|chrome/browser/.*supervised_user',
1385 },
alito438fa4332016-12-20 21:59:171386 'swreporter': {
alitof6fcb352017-05-01 22:34:281387 'filepath': 'chrome/browser/safe_browsing/chrome_cleaner/'\
alito438fa4332016-12-20 21:59:171388 '|chrome/browser/component_updater/sw_reporter_',
1389 },
[email protected]f76c8852012-06-21 16:37:001390 'sync': {
maxboguefa217942016-04-01 01:08:131391 'filepath': '^chrome/android/sync_shell/'\
1392 '|^chrome/browser/ui/sync/'\
1393 '|^chrome/browser/ui/views/sync/'\
1394 '|^chrome/test/android/javatests/src/org/chromium/chrome/test/util/browser/sync/'\
1395 '|^ios/chrome/browser/sync/'\
1396 '|^chrome/android/java/src/org/chromium/chrome/browser/sync/'\
1397 '|^chrome/browser/sync/'\
1398 '|^components/browser_sync/'\
Max Boguefef332d2016-07-28 22:09:091399 '|^components/sync/'\
maxboguefa217942016-04-01 01:08:131400 '|^components/sync_bookmarks/'\
Max Boguefef332d2016-07-28 22:09:091401 '|^components/sync_sessions/',
[email protected]f76c8852012-06-21 16:37:001402 },
[email protected]92871a102013-07-01 11:11:411403 'syncfs': {
1404 'filepath': 'sync_file_system',
1405 },
miu5e69f1c52016-10-23 13:40:111406 'tab_alert_indicators': {
1407 'filepath': 'content/browser/media/audio_stream_monitor'\
1408 '|chrome/browser/ui/cocoa/tabs/alert_indicator_button'\
1409 '|chrome/browser/ui/cocoa/tabs/tab_controller\.mm'\
1410 '|chrome/browser/ui/tabs/tab_utils'\
1411 '|chrome/browser/ui/views/tabs/alert_indicator_button'\
1412 '|chrome/browser/ui/views/tabs/tab\.cc'\
1413 '|chrome/browser/ui/views/tabs/tab_renderer_data'\
1414 '|media/audio/audio_(output_controller|power_monitor)',
1415 },
[email protected]82d74152013-07-28 08:55:311416 'tab_capture': {
miu5e69f1c52016-10-23 13:40:111417 'filepath': 'cc/output/copy_output_'\
[email protected]31ef420b2014-08-13 21:19:131418 '|chrome/browser/extensions/api/tab_capture/'\
miu5e69f1c52016-10-23 13:40:111419 '|chrome/renderer/resources/extensions/tab_capture_custom_bindings.js'\
[email protected]31ef420b2014-08-13 21:19:131420 '|chrome/test/data/extensions/api_test/tab_capture/'\
[email protected]31ef420b2014-08-13 21:19:131421 '|content/browser/media/capture/'\
miu5e69f1c52016-10-23 13:40:111422 '|content/browser/renderer_host/delegated_frame_host'\
[email protected]31ef420b2014-08-13 21:19:131423 '|content/browser/renderer_host/media/(audio_'\
1424 '|media_stream_manager|video_)'\
miu5e69f1c52016-10-23 13:40:111425 '|content/public/renderer/media_stream_'\
1426 '|content/renderer/media/(media_stream|(.+audio_source))'\
[email protected]31ef420b2014-08-13 21:19:131427 '|media/audio/(audio_output_controller|fake_audio_|virtual_audio_)'\
1428 '|media/base/video_frame\.h'\
miu5e69f1c52016-10-23 13:40:111429 '|media/capture/',
[email protected]82d74152013-07-28 08:55:311430 },
[email protected]f76c8852012-06-21 16:37:001431 'tab_contents': {
[email protected]f2f0fbb92012-07-14 15:52:491432 'filepath': 'chrome/browser/tab_contents/|'\
1433 'content/browser/tab_contents/|'\
1434 'chrome/browser/ui/tab_contents/',
[email protected]f76c8852012-06-21 16:37:001435 },
tdresserd80646f2017-03-03 19:26:081436 'tbmv2_metrics': {
1437 'filepath': 'third_party/catapult/tracing/tracing/metrics'
1438 },
[email protected]5e105332012-09-13 01:55:521439 'tcmalloc': {
1440 'filepath': 'third_party/tcmalloc'
1441 },
[email protected]31a10602012-11-21 01:51:261442 'telemetry': {
nednguyen79105d422016-04-18 01:38:421443 'filepath': 'tools/perf/'
[email protected]31a10602012-11-21 01:51:261444 },
Takeshi Yoshino524e1d262017-07-28 01:16:381445 'test_runner': {
1446 'filepath': 'components/test_runner/' \
1447 '|content/shell/(common|browser|renderer)/layout_test/' \
1448 '|content/test/layouttest_support.cc' \
1449 '|content/public/test/layouttest_support.h' \
1450 },
[email protected]f76c8852012-06-21 16:37:001451 'tests': {
[email protected]f2f0fbb92012-07-14 15:52:491452 'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/',
[email protected]0cde05a02011-11-30 23:36:521453 },
jlkleinecc81952016-11-19 00:16:071454 'tether': {
1455 'filepath': 'components/cryptauth/'\
1456 '|chromeos/components/tether/'\
1457 '|components/proximity_auth/',
1458 },
[email protected]1cbbb30b2011-10-14 08:03:561459 'textinput': {
[email protected]f2f0fbb92012-07-14 15:52:491460 'filepath': 'content/browser/renderer_host/gtk_im'\
1461 '|content/browser/renderer_host/gtk_key'\
1462 '|content/browser/renderer_host/render_widget_host_view'\
1463 '|content/browser/renderer_host/text_input'\
1464 '|ui/base/ime/'\
1465 '|ui/base/gtk/event'\
1466 '|ui/base/gtk/gtk_im'\
1467 '|ui/base/keycodes/'\
1468 '|ui/base/win/ime'\
1469 '|ui/views/controls/textfield/'\
1470 '|ui/views/ime/'
[email protected]1cbbb30b2011-10-14 08:03:561471 },
[email protected]3a117c62011-11-29 04:28:021472 'textinput_chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:491473 'filepath': 'chrome/browser/chromeos/input_method/'\
1474 '|chrome/browser/chromeos/extensions/input_method'\
1475 '|chrome/browser/chromeos/status/input_method'\
1476 '|chrome/browser/extensions/extension_input_'\
1477 '|chrome/browser/resources/keyboard'\
[email protected]f2f0fbb92012-07-14 15:52:491478 'chromeos/.*(language|keyboard)'\
[email protected]6bd9e802013-04-18 06:40:421479 '|chromeos/ime/*'
[email protected]3a117c62011-11-29 04:28:021480 },
chirantan96fcf6d2015-01-21 22:36:191481 'timers': {
1482 'filepath': 'base/timer/'\
1483 '|components/timers/'
1484 },
robliaofd54b5c2017-01-13 00:41:301485 'tools_win_chromeexts': {
1486 'filepath': 'tools/win/chromeexts',
1487 },
[email protected]c8eb7f72013-07-04 15:30:111488 'tracing': {
1489 'filepath': 'base/debug/trace_event.*'\
primianobef13b42015-01-30 15:29:311490 '|base/trace_event/'\
[email protected]c8eb7f72013-07-04 15:30:111491 '|content/browser/tracing/'\
1492 '|components/tracing/'
1493 },
[email protected]cf428f732012-10-02 20:48:151494 'ui_compositor': {
1495 'filepath': 'ui/compositor/layer\.|'\
1496 'ui/compositor/layer_unittest|'\
1497 'ui/compositor/compositor',
1498 },
robliao2c4b7492016-07-19 01:57:261499 'ui_display_win': {
1500 'filepath': '^ui/display/win',
1501 },
[email protected]6b5093c2012-05-23 19:10:181502 'ui_resources': {
[email protected]f2f0fbb92012-07-14 15:52:491503 'filepath': 'ui/resources/'\
1504 '|ui/base/native_theme/resources/'\
1505 '|chrome/app/theme/'
[email protected]6b5093c2012-05-23 19:10:181506 },
edwardjung83f52ef22017-02-07 13:15:071507 'ui_strings': {
1508 'filepath': 'chrome/app/generated_resources.grd'\
1509 '|chrome/app/google_chrome_strings.grd'\
1510 '|chrome/android/java/strings/android_chrome_strings.grd'\
1511 '|chrome/app/settings_strings.grdp'\
1512 '|ios/chrome/app/strings/ios(_.+)*_strings.grd'\
1513 '|ui/strings/ui_strings.grd',
1514 },
[email protected]f76c8852012-06-21 16:37:001515 'valgrind': {
1516 'filepath': 'valgrind',
1517 },
[email protected]c73ec8ab2014-01-16 20:35:231518 'version_assembly': {
1519 'filepath': 'chrome/app/version_assembly',
1520 },
posciak62a72272016-05-11 08:31:241521 'video': {
1522 'filepath': 'content/browser/renderer_host/media/|'\
1523 'content/renderer/media/|'\
1524 'media/capture/video/|'\
1525 'media/filters/|'\
1526 'media/gpu/|'\
1527 '.*video.*',
1528 },
mcasas09e881c2016-04-09 02:09:501529 'video_capture': {
1530 'filepath': 'chrome/browser/media/.*(capture|media|webrtc)'\
1531 '|content/browser/renderer_host/media/.*(capture|media)'\
1532 '|content/renderer/media/.*(capture|media|webrtc)'\
1533 '|media/capture/'\
chfremer2a01a69b2017-01-06 02:39:011534 '|media/muxers/'\
1535 '|services/video_capture/',
mcasas09e881c2016-04-09 02:09:501536 },
[email protected]f76c8852012-06-21 16:37:001537 'views': {
1538 # Applies to all files and subdirs within this directory.
[email protected]f2f0fbb92012-07-14 15:52:491539 'filepath': '^ui/views/',
[email protected]f76c8852012-06-21 16:37:001540 },
[email protected]ef514a32014-02-26 01:02:351541 'virtual_keyboard': {
1542 'filepath': 'ui/keyboard/'\
oka47452c22017-02-17 05:07:571543 '|chrome/test/data/chromeos/virtual_keyboard/'\
1544 '|extensions/browser/api/virtual_keyboard_private/'\
James Cooka35a1e22017-04-08 02:33:081545 '|ash/system/virtual_keyboard/'\
oka47452c22017-02-17 05:07:571546 '|ash/virtual_keyboard',
[email protected]ef514a32014-02-26 01:02:351547 },
billorr3c7e1442016-11-11 21:21:351548 'virtual_reality': {
1549 'filepath': 'vr_shell/|'\
1550 '/vr/|'\
1551 'third_party/gvr',
1552 },
Matt Giuca9eb910d2017-08-02 04:07:381553 'web_share': {
1554 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/webshare/'\
1555 '|chrome/android/javatests/src/org/chromium/chrome/browser/WebShare.*'\
1556 '|chrome/browser/ui/views/webshare/'\
1557 '|chrome/browser/webshare/'\
1558 '|third_party/WebKit/LayoutTests/webshare/'\
1559 '|third_party/WebKit/LayoutTests/external/wpt/web-share/'\
1560 '|third_party/WebKit/public/platform/modules/webshare/'\
1561 '|third_party/WebKit/Source/modules/webshare/',
1562 },
Takeshi Yoshinoe387aa32017-08-02 13:16:131563 'webrtc_browser_tests': {
1564 'filepath': 'chrome/browser/media/.*webrtc.*browsertest|'\
1565 'content/browser/media/.*webrtc.*browsertest',
1566 },
[email protected]208879542012-07-05 11:15:341567 'website_settings': {
[email protected]f2f0fbb92012-07-14 15:52:491568 'filepath': 'chrome/browser/content_settings/'\
1569 '|chrome/browser/ui/views/website_settings/'\
1570 '|chrome/browser/ui/website_settings/'\
mukai077089f2014-09-11 18:41:521571 '|chrome/common/content_settings'\
1572 '|components/content_settings/',
[email protected]208879542012-07-05 11:15:341573 },
[email protected]b17d9e02014-07-29 09:45:501574 'windows_sandboxing': {
1575 'filepath': 'sandbox/win/',
1576 },
[email protected]f76c8852012-06-21 16:37:001577 'x11': {
[email protected]f2f0fbb92012-07-14 15:52:491578 'filepath': 'content/browser/renderer_host/backing_store_x\.' \
1579 '|chrome/browser/chromeos/input_method/xkeyboard\.' \
1580 '|chrome/browser/chromeos/system_key_event_listener\.' \
[email protected]f76c8852012-06-21 16:37:001581 '|chrome/browser/chromeos/'\
[email protected]f2f0fbb92012-07-14 15:52:491582 'xinput_hierarchy_changed_event_listener\.' \
1583 '|chrome/browser/chromeos/wm_' \
1584 '|ui/base/x/'
[email protected]0d710852012-05-24 01:18:401585 },
wjmaclean3ff6a402015-03-31 19:00:201586 'zoom': {
1587 'filepath': 'chrome/browser/ui/zoom/' \
1588 '|components/ui/zoom/' \
1589 '|content/browser/host_zoom_*' \
1590 '|content/browser/storage_partition_impl*' \
1591 '|content/public/browser/host_zoom_map.h' \
1592 '|content/public/browser/storage_partition.h'
1593 },
[email protected]a3838612009-10-13 21:57:541594 },
[email protected]ca872e362011-07-12 21:06:031595
pennymac962d190432016-07-27 00:58:351596 ##############################################################################
1597 # Please keep alphabetical
1598 ##############################################################################
[email protected]a3838612009-10-13 21:57:541599 'WATCHLISTS': {
asvitkinee4bad382015-11-05 21:56:451600 'about_flags': ['[email protected]'],
mazda6471d0e2015-10-02 06:32:551601 'accelerator_table': ['[email protected]',
[email protected]f76c8852012-06-21 16:37:001602 '[email protected]'],
dmazzoni5f4b7f12015-02-17 16:35:571603 'accessibility': ['[email protected]',
Aaron Leventhal978557022017-06-09 15:39:411604 '[email protected]',
dmazzoni5f4b7f12015-02-17 16:35:571605 '[email protected]',
dougtcd8ac01d2017-03-24 16:23:401606 '[email protected]',
[email protected]f76c8852012-06-21 16:37:001607 '[email protected]',
je_julie.kima170bac2015-05-06 14:57:541608 '[email protected]',
dmazzoni5f4b7f12015-02-17 16:35:571609 '[email protected]',
[email protected]f76c8852012-06-21 16:37:001610 '[email protected]'],
Andrew Grieve5babdbfc2017-08-16 01:26:491611 'add_to_homescreen': ['[email protected]',
Xi Han50f523a1d2017-07-19 15:56:111612 '[email protected]',
Piotr Swigond0160f32017-08-29 04:36:091613 '[email protected]',
F07b660412017-08-01 20:53:061614 '[email protected]'],
asvitkine361b276e2016-08-30 18:45:001615 'android_crash_reporting': ['[email protected]'],
johnmaguire6aaac7902016-03-15 12:28:201616 'android_crazy_linker': ['[email protected]'],
dfalcantaraef21e9e2016-01-07 01:16:261617 'android_infobars': ['[email protected]'],
agrieve4d9c1c52016-09-23 17:49:381618 'android_infra': ['[email protected]',
Andrew Grieve5babdbfc2017-08-16 01:26:491619 '[email protected]'],
Takeshi Yoshino524e1d262017-07-28 01:16:381620 'android_item_chooser_dialogs': ['[email protected]',
1621 '[email protected]'],
lizebf34f69b2016-03-30 16:08:531622 'android_loading': ['[email protected]',
drogere76b5632016-03-31 14:14:411623 '[email protected]'],
mlamourid8b0feb2015-06-02 16:30:471624 'android_media': ['[email protected]',
1625 '[email protected]'],
nyquistf602bd02017-02-16 23:17:441626 'android_studio': ['[email protected]',
1627 '[email protected]'],
pennymac962d190432016-07-27 00:58:351628 'android_tab': ['[email protected]',
David Trainor051827f2017-06-02 18:33:131629 '[email protected]'],
asvitkine361b276e2016-08-30 18:45:001630 'android_uma_settings': ['[email protected]',
1631 '[email protected]'],
Piotr Swigond0160f32017-08-29 04:36:091632 'android_webapk': ['[email protected]',
1633 '[email protected]'],
[email protected]7ca78dc12012-09-20 09:26:441634 'android_webview': ['[email protected]'],
Matt Giuca9eb910d2017-08-02 04:07:381635 'app_list': ['[email protected]'],
1636 'app_shortcuts': ['[email protected]',
1637 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001638 'appcache': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351639 'apps': ['[email protected]',
1640 '[email protected]'],
lhchavez4b19176f2016-05-04 23:12:461641 'arc': ['[email protected]',
hidehiko49f0b7c2016-05-24 10:59:471642 '[email protected]',
lhchavez4b19176f2016-05-04 23:12:461643 '[email protected]',
victorhsieh52feccd2017-02-27 18:27:021644 '[email protected]',
lhchavez4b19176f2016-05-04 23:12:461645 '[email protected]'],
lhchavez61532c92016-10-18 21:33:371646 'arc_auth': ['[email protected]'],
Shuhei Takahashiaf68cff2017-07-24 05:17:121647 'arc_fileapi': ['[email protected]'],
poromov7633f602017-02-21 16:44:011648 'arc_kiosk': ['[email protected]'],
lhchavez4b19176f2016-05-04 23:12:461649 'arc_net': ['[email protected]',
1650 '[email protected]',
1651 '[email protected]'],
ejcarusoa298ec02016-06-16 20:30:431652 'arc_power': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351653 'ash': ['[email protected]',
1654 '[email protected]'],
1655 'aura': ['[email protected]',
1656 '[email protected]'],
[email protected]c3a6e1e72013-08-02 00:13:071657 'aura_compositor': ['[email protected]',
1658 '[email protected]',
pennymac962d190432016-07-27 00:58:351659 '[email protected]',
danakj3695c582016-10-26 21:54:431660 '[email protected]'],
sullivan0171e3c2015-03-03 18:47:211661 'auto_bisect': ['[email protected]'],
Evan Stade18fbcb7a2017-07-25 18:31:271662 'autofill': ['[email protected]',
sebsgbbfbea02016-10-24 21:54:591663 '[email protected]',
1664 '[email protected]',
mathpc2040642017-01-25 14:59:411665 '[email protected]',
1666 '[email protected]'],
Peter Beverloo4548c852017-08-31 13:45:171667 'background_fetch': ['[email protected]',
peterc7e27422017-05-17 04:05:281668 '[email protected]',
peter39e10a62017-02-21 15:14:131669 '[email protected]'],
pennymac962d190432016-07-27 00:58:351670 'background_sync': ['[email protected]',
chasej6dff9292016-02-02 20:33:121671 '[email protected]',
pennymac962d190432016-07-27 00:58:351672 '[email protected]'],
pkotwicz2ec0b292016-09-26 17:12:321673 'banners': ['[email protected]',
Xi Han50f523a1d2017-07-19 15:56:111674 '[email protected]',
Piotr Swigond0160f32017-08-29 04:36:091675 '[email protected]',
F07b660412017-08-01 20:53:061676 '[email protected]'],
Takeshi Yoshino524e1d262017-07-28 01:16:381677 'base': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:191678 'base_allocator': ['[email protected]',
[email protected]b17d9e02014-07-29 09:45:501679 '[email protected]'],
[email protected]1ed5e0fd2012-07-19 00:19:051680 'base_memory': ['[email protected]'],
robliao1644d8b2016-04-11 15:39:591681 'base_task_scheduler': ['[email protected]',
1682 '[email protected]',
1683 '[email protected]'],
pennymac962d190432016-07-27 00:58:351684 'base_win': ['[email protected]',
1685 '[email protected]'],
[email protected]7e093d4022014-06-26 19:19:551686 'battery_status': ['[email protected]'],
wnwen72684762017-03-29 13:28:371687 'binary_size': ['[email protected]',
1688 '[email protected]',
1689 '[email protected]'],
pennymac962d190432016-07-27 00:58:351690 'blink': ['[email protected]'],
1691 'blink_accessibility': ['[email protected]',
1692 '[email protected]',
dougtcd8ac01d2017-03-24 16:23:401693 '[email protected]',
horo8e9a01572016-07-27 06:05:311694 '[email protected]',
pennymac962d190432016-07-27 00:58:351695 '[email protected]'],
1696 'blink_animation': ['[email protected]',
1697 '[email protected]',
1698 '[email protected]',
1699 '[email protected]',
1700 '[email protected]'],
1701 'blink_app_banner': ['[email protected]'],
1702 'blink_audio': ['[email protected]',
1703 '[email protected]'],
1704 'blink_battery_status': ['[email protected]',
1705 '[email protected]'],
1706 'blink_bidi': ['[email protected]'],
1707 'blink_bindings': ['[email protected]'],
jbroman9ac2d532016-09-01 18:20:081708 'blink_bindings_serialization': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351709 'blink_bluetooth': ['[email protected]',
1710 '[email protected]'],
danakjdfa88932017-06-29 18:43:281711 'blink_canvas2d': ['[email protected]',
pennymac962d190432016-07-27 00:58:351712 '[email protected]'],
1713 'blink_client_hints': ['[email protected]'],
1714 'blink_clipboard': ['[email protected]'],
Kentaro Hara993b0de2017-08-07 02:26:371715 'blink_controller': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351716 'blink_css': ['[email protected]',
1717 '[email protected]',
horo8e9a01572016-07-27 06:05:311718 '[email protected]',
pennymac962d190432016-07-27 00:58:351719 '[email protected]',
1720 '[email protected]'],
1721 'blink_css_flexbox': ['[email protected]'],
1722 'blink_css_fragmentation_tests': ['[email protected]'],
1723 'blink_css_grid_layout': ['[email protected]',
horo8e9a01572016-07-27 06:05:311724 '[email protected]',
pennymac962d190432016-07-27 00:58:351725 '[email protected]'],
1726 'blink_css_regions': ['[email protected]'],
1727 'blink_custom_elements': ['[email protected]',
1728 '[email protected]'],
pennymac962d190432016-07-27 00:58:351729 'blink_device_orientation': ['[email protected]',
1730 '[email protected]'],
1731 'blink_devtools': ['[email protected]',
1732 '[email protected]',
1733 '[email protected]',
1734 '[email protected]',
1735 '[email protected]',
lushnikovc5bd7ca2016-07-27 17:19:391736 '[email protected]'],
pennymac962d190432016-07-27 00:58:351737 'blink_dom': ['[email protected]',
1738 '[email protected]',
1739 '[email protected]',
Sigbjorn Finne2f2dec92017-07-27 07:23:501740 '[email protected]'],
Hayato Ito5fc828c2017-07-05 08:02:321741 'blink_dom_events': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351742 'blink_events': ['[email protected]',
1743 '[email protected]',
1744 '[email protected]',
1745 '[email protected]'],
1746 'blink_fetch': ['[email protected]',
1747 '[email protected]',
Takeshi Yoshino9d7588a32017-07-31 07:17:341748 '[email protected]'],
1749 'blink_fetch_api': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351750 'blink_fileapi': ['[email protected]',
1751 '[email protected]',
1752 '[email protected]'],
haraken98d0827a2017-02-27 00:55:191753 'blink_frames': ['[email protected]'],
Miguel Casas-Sanchez5eb47252017-09-05 21:15:031754 'blink_geolocation': ['[email protected]',
pennymac962d190432016-07-27 00:58:351755 '[email protected]'],
1756 'blink_heap': ['[email protected]',
1757 '[email protected]',
1758 '[email protected]',
1759 '[email protected]'],
1760 'blink_html': ['[email protected]',
1761 '[email protected]'],
csharrisonf357e9632016-07-29 01:27:221762 'blink_htmlparser': ['[email protected]',
1763 '[email protected]'],
pennymac962d190432016-07-27 00:58:351764 'blink_indexed_db': ['[email protected]',
1765 '[email protected]'],
1766 'blink_input': ['[email protected]',
nzolghadr773a1982016-10-18 21:26:451767 '[email protected]'],
pennymac962d190432016-07-27 00:58:351768 'blink_layers': ['[email protected]'],
1769 'blink_layout': ['[email protected]',
1770 '[email protected]',
1771 '[email protected]',
1772 '[email protected]',
1773 '[email protected]',
1774 '[email protected]',
1775 '[email protected]'],
cbiesinger46ecaae2016-09-09 18:44:561776 'blink_layout_ng': ['[email protected]',
gleblc60d6632016-09-13 19:49:461777 '[email protected]',
atotic30c8eba2016-10-28 13:24:071778 '[email protected]',
dgroganf9744ea2017-01-18 23:23:261779 '[email protected]',
lchoi2ba79a72017-05-25 00:23:051780 '[email protected]',
1781 '[email protected]'],
Xiaocheng Huc852ab092017-08-10 06:04:431782 'blink_layout_ng_test_expectations': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351783 'blink_loader': ['[email protected]',
1784 '[email protected]',
1785 '[email protected]',
1786 '[email protected]'],
1787 'blink_media': ['[email protected]',
1788 '[email protected]',
srirama.mdec4f512016-09-06 08:22:191789 '[email protected]',
1790 '[email protected]'],
pennymac962d190432016-07-27 00:58:351791 'blink_media_queries': ['[email protected]',
1792 '[email protected]'],
mcasas9558316b2017-03-10 18:57:311793 'blink_mediastream': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351794 'blink_modules': ['[email protected]'],
1795 'blink_navigator_content_utils': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351796 'blink_out_of_process_frames': ['[email protected]',
1797 '[email protected]'],
1798 'blink_owners': ['[email protected]'],
1799 'blink_paint' : ['[email protected]',
chrishtr4030de342016-10-03 23:57:591800 '[email protected]'],
panickere9ffa3f2017-04-10 18:26:061801 'blink_performance_timing': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351802 'blink_permissions': ['[email protected]'],
kinukoc462adb2016-12-22 12:58:491803 'blink_platform': ['[email protected]'],
ajumabd2c9c22017-05-01 21:29:501804 'blink_platform_graphics': ['[email protected]',
pennymac962d190432016-07-27 00:58:351805 '[email protected]',
1806 '[email protected]',
1807 '[email protected]',
fmalita9710b732017-02-17 05:10:021808 '[email protected]',
pennymac962d190432016-07-27 00:58:351809 '[email protected]',
1810 '[email protected]',
1811 '[email protected]',
1812 '[email protected]'],
Takeshi Yoshino524e1d262017-07-28 01:16:381813 'blink_preloadScanner': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351814 'blink_prerender': ['[email protected]',
1815 '[email protected]'],
pennymac962d190432016-07-27 00:58:351816 'blink_public_api': ['[email protected]',
1817 '[email protected]'],
pennymac962d190432016-07-27 00:58:351818 'blink_quota': ['[email protected]',
1819 '[email protected]',
1820 '[email protected]'],
1821 'blink_scheduler': ['[email protected]'],
1822 'blink_screen_orientation': ['[email protected]'],
Kouhei Ueno43382932017-05-30 04:43:571823 'blink_script': ['[email protected]',
1824 '[email protected]',
1825 '[email protected]'],
falken6731ece42016-10-12 01:41:501826 'blink_serviceworkers': ['[email protected]',
pennymac962d190432016-07-27 00:58:351827 '[email protected]',
1828 '[email protected]',
1829 '[email protected]',
1830 '[email protected]',
1831 '[email protected]',
1832 '[email protected]',
shimazu99de61f2016-09-07 03:57:411833 '[email protected]',
pennymac962d190432016-07-27 00:58:351834 '[email protected]'],
1835 'blink_serviceworkers_tests': ['[email protected]'],
Hayato Ito5fc828c2017-07-05 08:02:321836 'blink_shadow_dom': ['[email protected]'],
timvolodine8cdb94c2016-09-22 12:17:221837 'blink_spellcheck' : ['[email protected]',
xiaochengh4a3c84e2017-03-28 07:15:321838 '[email protected]',
1839 '[email protected]'],
jbroman69166ca82017-04-04 21:01:361840 'blink_spv2_layout_tests': ['[email protected]'],
Takeshi Yoshino9d7588a32017-07-31 07:17:341841 'blink_streams': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351842 'blink_style': ['[email protected]'],
1843 'blink_svg': ['[email protected]',
fmalita9710b732017-02-17 05:10:021844 '[email protected]',
pennymac962d190432016-07-27 00:58:351845 '[email protected]',
1846 '[email protected]',
1847 '[email protected]',
1848 '[email protected]',
1849 '[email protected]',
1850 '[email protected]'],
pennymac962d190432016-07-27 00:58:351851 'blink_track': ['[email protected]',
1852 '[email protected]',
1853 '[email protected]',
danakj40af6b562017-01-24 15:55:281854 '[email protected]'],
Takeshi Yoshino9d7588a32017-07-31 07:17:341855 'blink_url_api': ['[email protected]'],
mvanouwerkerk38f632c62017-04-13 10:35:311856 'blink_vibration': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351857 'blink_viewport_interaction': ['[email protected]'],
1858 'blink_w3ctests': ['[email protected]'],
Joel Hockeyd657ad8f2017-05-31 05:38:431859 'blink_web': ['[email protected]',
1860 '[email protected]'],
Takayoshi Kochi31f47922017-07-11 09:05:431861 'blink_webcomponents': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351862 'blink_webp': ['[email protected]',
1863 '[email protected]',
1864 '[email protected]'],
1865 'blink_websockets': ['[email protected]',
1866 '[email protected]'],
1867 'blink_workers': ['[email protected]',
falken6731ece42016-10-12 01:41:501868 '[email protected]',
pennymac962d190432016-07-27 00:58:351869 '[email protected]',
shimazu99de61f2016-09-07 03:57:411870 '[email protected]',
1871 '[email protected]'],
pennymac962d190432016-07-27 00:58:351872 'blink_wtf': ['[email protected]',
1873 '[email protected]'],
dominiccabb90e02017-03-31 04:54:231874 'blink_xml': ['[email protected]'],
noyauce460872016-09-09 11:54:001875 'bookmarks': ['[email protected]'],
donnd787f6ed2016-08-03 01:00:561876 'bottombar': ['[email protected]',
1877 '[email protected]'],
stevenjbdd133032015-08-07 18:37:471878 'browser_chromeos': ['[email protected]'],
[email protected]22650d22012-07-18 17:02:351879 'browser_components': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351880 'browser_compositor': ['[email protected]',
1881 '[email protected]'],
michaelpge42ca3b32016-02-19 08:17:571882 'browser_resources_md': ['[email protected]'],
msramek878b39d92016-04-20 07:55:331883 'browsing_data': ['[email protected]',
1884 '[email protected]'],
pennymac962d190432016-07-27 00:58:351885 'bubble': ['[email protected]',
1886 '[email protected]',
pennymac962d190432016-07-27 00:58:351887 '[email protected]'],
Josh Karlin1bd016742017-08-18 17:44:171888 'cache_storage': ['[email protected]'],
Adam Parker41b9e4cb2017-08-14 17:09:121889 'cast': ['[email protected]',
1890 '[email protected]',
[email protected]479180d22014-03-11 09:47:341891 '[email protected]',
miua1710162015-08-27 01:38:091892 '[email protected]',
[email protected]ad8ff0e2013-12-13 09:24:121893 '[email protected]',
miua1710162015-08-27 01:38:091894 '[email protected]',
1895 '[email protected]'],
ryanchung4d157372016-05-10 20:27:161896 'cast_certificate': ['[email protected]',
mfoltz57fd7f32017-05-03 06:12:581897 '[email protected]',
ryanchung24f9d7b2017-01-12 19:18:341898 '[email protected]'],
Adam Parker41b9e4cb2017-08-14 17:09:121899 'cast_channel': ['[email protected]',
1900 '[email protected]',
Ryan Ki Sing Chung27cc7ed92017-07-25 21:53:471901 '[email protected]'],
[email protected]c863702a2012-09-14 20:05:281902 'cc': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351903 'certificate_transparency': ['[email protected]',
1904 '[email protected]',
martijnccdd0542016-11-07 18:49:271905 '[email protected]',
pennymac962d190432016-07-27 00:58:351906 '[email protected]'],
1907 'chrome_elf': ['[email protected]',
1908 '[email protected]'],
lpy0ca13772017-02-28 19:48:271909 'chrome_grc': ['[email protected]'],
[email protected]d5b21972012-07-20 02:06:011910 'chrome_views': ['[email protected]'],
alokp9d869cc12016-05-27 01:46:311911 'chromecast': ['[email protected]',
1912 '[email protected]',
halliwellfa56b3a42015-09-04 21:42:571913 '[email protected]'],
gfhuang2548f902016-02-26 02:29:211914 'chromecast_public': ['[email protected]'],
johnchen302ecd62017-04-25 17:23:111915 'chromedriver': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351916 'chromeos': ['[email protected]'],
1917 'chromeos_attestation': ['[email protected]'],
1918 'chromeos_calculator': ['[email protected]'],
hashimoto40ecb692014-09-02 04:51:311919 'chromeos_dbus': ['[email protected]'],
alematec5187b1b2016-08-26 05:32:181920 'chromeos_geolocation': ['[email protected]'],
1921 'chromeos_login': ['[email protected]',
1922 '[email protected]'],
pennymac962d190432016-07-27 00:58:351923 'chromeos_net': ['[email protected]'],
1924 'chromeos_power': ['[email protected]'],
alematec5187b1b2016-08-26 05:32:181925 'chromeos_timezone': ['[email protected]'],
1926 'chromeos_webui': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351927 'clang_update': ['[email protected]',
thestigf023ccc2016-11-10 14:39:151928 '[email protected]',
[email protected]cf8ffa82013-02-13 08:30:071929 '[email protected]',
pennymac962d190432016-07-27 00:58:351930 '[email protected]',
rnk28bbd1772016-05-04 17:57:581931 '[email protected]',
1932 '[email protected]',
pennymac962d190432016-07-27 00:58:351933 '[email protected]',
thestigf023ccc2016-11-10 14:39:151934 '[email protected]',
pennymac962d190432016-07-27 00:58:351935 '[email protected]',
horo8e9a01572016-07-27 06:05:311936 '[email protected]',
pennymac962d190432016-07-27 00:58:351937 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001938 'clipboard': ['[email protected]'],
Aaron Gable64f273582017-03-30 18:02:001939 'codereview_settings': ['[email protected]'],
sdefresned94c5b02015-07-22 17:54:551940 'components_deps': ['[email protected]',
1941 '[email protected]',
1942 '[email protected]'],
pennymac962d190432016-07-27 00:58:351943 'content': ['[email protected]',
1944 '[email protected]'],
1945 'content_bluetooth': ['[email protected]',
1946 '[email protected]'],
1947 'content_loader': ['[email protected]',
rdsmith5a1bfce2017-06-04 13:33:521948 '[email protected]'],
rdsmitheed6d932017-04-19 02:49:161949 'content_network': ['[email protected]',
rdsmith5a1bfce2017-06-04 13:33:521950 '[email protected]',
Yuzhu Shen93bd7c992017-09-01 18:21:031951 '[email protected]',
1952 '[email protected]'],
pennymac962d190432016-07-27 00:58:351953 'content_renderer': ['[email protected]'],
mkwst75a31a42014-09-14 18:32:531954 'content_shell': ['[email protected]',
peterc9e3e172015-11-02 09:29:161955 '[email protected]',
1956 '[email protected]'],
Takeshi Yoshino9d7588a32017-07-31 07:17:341957 'content_websockets': ['[email protected]'],
nhiroki90ba0102015-07-21 01:42:241958 'content_worker': ['[email protected]',
1959 '[email protected]'],
donnd787f6ed2016-08-03 01:00:561960 'contextual_search': ['[email protected]',
1961 '[email protected]'],
pennymac962d190432016-07-27 00:58:351962 'courgette': ['[email protected]',
1963 '[email protected]'],
Nico Weber6ff639a2017-08-11 21:04:501964 'cq': ['[email protected]',
1965 '[email protected]',
1966 '[email protected]',
1967 '[email protected]',
1968 '[email protected]'],
dbeamd924f0d0d2017-06-20 02:34:251969 'cr_elements': ['[email protected]',
michaelpge42ca3b32016-02-19 08:17:571970 '[email protected]'],
lizebf34f69b2016-03-30 16:08:531971 'custom_tabs': ['[email protected]'],
tbansalc6f1c9f2016-09-30 22:48:421972 'data_reduction_proxy': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:191973 'deep_memory_profiler': ['[email protected]'],
Takeshi Yoshino524e1d262017-07-28 01:16:381974 'developer_recommended_flags': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351975 'device_bluetooth': ['[email protected]',
1976 '[email protected]'],
juncaic08f41d2017-05-04 20:36:581977 'device_chooser': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351978 'device_sensors': ['[email protected]',
mlamouri5cdcdf02014-11-27 15:58:591979 '[email protected]',
pennymac962d190432016-07-27 00:58:351980 '[email protected]'],
pennymac962d190432016-07-27 00:58:351981 'devtools': ['[email protected]',
1982 '[email protected]'],
Adam Parker41b9e4cb2017-08-14 17:09:121983 'dial': ['[email protected]',
1984 '[email protected]',
mfoltz57fd7f32017-05-03 06:12:581985 '[email protected]'],
kinukoc462adb2016-12-22 12:58:491986 'disk_cache': ['[email protected]'],
David Trainor051827f2017-06-02 18:33:131987 'download': ['[email protected]'],
dbeamd924f0d0d2017-06-20 02:34:251988 'downloads_ui': ['[email protected]'],
[email protected]9a3781d2013-04-04 18:31:401989 'drive': ['[email protected]'],
[email protected]89d2cd52013-04-16 01:55:361990 'drive_resource_metadata': ['[email protected]'],
[email protected]3a25c8a2014-06-26 06:47:101991 'eme': ['[email protected]'],
[email protected]f9529e7922013-06-06 05:19:411992 'extension': ['[email protected]',
1993 '[email protected]'],
Luna Lu7f221f22017-06-13 16:46:141994 'feature_policy': ['[email protected]',
Ian Clelland1b27f8f62017-06-22 13:36:241995 '[email protected]'],
apaciblec4093a92016-04-19 19:21:581996 'feedback_ui': ['[email protected]'],
[email protected]84dcfd92014-05-23 13:18:191997 'fileapi': ['[email protected]',
[email protected]6f217122013-11-25 07:21:481998 '[email protected]',
1999 '[email protected]'],
yoshiki1c0ba2782014-12-08 07:04:262000 'filebrowse': ['[email protected]'],
okab0be3dc2016-08-30 07:37:102001 'filesapp': ['[email protected]',
2002 '[email protected]',
2003 '[email protected]'],
2004 'filesapp_ui': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002005 'ftp': ['[email protected]'],
Wez385de5a2017-07-13 20:13:162006 'fuchsia': ['[email protected]', '[email protected]'],
mmoroz58ddb8172016-09-08 18:29:552007 'fuzzing': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352008 'gcm': ['[email protected]',
2009 '[email protected]',
2010 '[email protected]'],
mikhail.pozdnyakova8db26402016-11-28 18:27:122011 'generic_sensor': ['[email protected]',
2012 '[email protected]',
timvolodine4cf58ca2017-05-24 16:11:482013 '[email protected]',
mikhail.pozdnyakova8db26402016-11-28 18:27:122014 '[email protected]'],
Miguel Casas-Sanchez5eb47252017-09-05 21:15:032015 'geolocation': ['[email protected]'],
[email protected]cf428f732012-10-02 20:48:152016 'gfx_geometry': ['[email protected]'],
[email protected]f93b7382012-08-09 20:53:162017 'gfx_image': ['[email protected]'],
agrieve4d9c1c52016-09-23 17:49:382018 'gn': ['[email protected]',
2019 '[email protected]',
pennymac962d190432016-07-27 00:58:352020 '[email protected]'],
[email protected]a6159102013-11-08 23:21:522021 'gpu': ['[email protected]'],
dbeamd924f0d0d2017-06-20 02:34:252022 'history_ui': ['[email protected]'],
[email protected]18d7e402014-07-08 19:53:142023 'hotword': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002024 'i18n': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002025 'importer': ['[email protected]'],
Greg Thompson4f90fc992017-07-25 19:30:372026 'incident_reporting': ['[email protected]'],
[email protected]8b250562014-08-12 19:07:452027 'indexed_db': ['[email protected]',
dgrogand792a7f2016-01-21 00:12:132028 '[email protected]'],
bruthigaa8281f2016-02-09 17:52:312029 'ink_drop': ['[email protected]'],
dtapuska1f997a12016-03-14 19:22:072030 'input': ['[email protected]'],
Piotr Swigond0160f32017-08-29 04:36:092031 'installable': ['[email protected]',
2032 '[email protected]'],
mmoss19826c62014-11-14 21:37:362033 'installer_linux': [ '[email protected]'],
Greg Thompson4f90fc992017-07-25 19:30:372034 'installer_win': ['[email protected]',
2035 '[email protected]',
2036 '[email protected]'],
pennymac962d190432016-07-27 00:58:352037 'instant': ['[email protected]',
pennymac962d190432016-07-27 00:58:352038 '[email protected]',
jered0bd025a82017-05-03 20:01:132039 '[email protected]',
pennymac962d190432016-07-27 00:58:352040 '[email protected]',
2041 '[email protected]',
2042 '[email protected]',
2043 '[email protected]',
2044 '[email protected]'],
edchin46453b42017-03-03 01:40:112045 'ios': ['[email protected]'],
2046 'ios_chrome': ['[email protected]',
marqa4f135f2017-01-10 12:37:342047 '[email protected]',
eugenebutb5a5a8572017-01-20 01:18:112048 '[email protected]'],
edchin46453b42017-03-03 01:40:112049 'ios_clean': ['[email protected]',
lpromero6846b19d2017-05-23 10:43:592050 '[email protected]'],
edchin46453b42017-03-03 01:40:112051 'ios_showcase': ['[email protected]',
lpromero6846b19d2017-05-23 10:43:592052 '[email protected]'],
baxley9bfbd3cc2017-03-15 21:22:322053 'ios_test': ['[email protected]',
2054 '[email protected]',
2055 '[email protected]'],
edchin46453b42017-03-03 01:40:112056 'ios_web': ['[email protected]',
2057 '[email protected]'],
pennymac962d190432016-07-27 00:58:352058 'ipc': ['[email protected]',
2059 '[email protected]'],
pennymac962d190432016-07-27 00:58:352060 'libvpx': ['[email protected]',
2061 '[email protected]',
2062 '[email protected]',
2063 '[email protected]'],
Takeshi Yoshino524e1d262017-07-28 01:16:382064 'libwebp': ['[email protected]',
2065 '[email protected]',
2066 '[email protected]'],
dominiccabb90e02017-03-31 04:54:232067 'libxml_xslt': ['[email protected]',
2068 '[email protected]'],
[email protected]04a292a2013-03-07 19:58:422069 'linux_fonts': ['[email protected]'],
[email protected]6d7e0bf2014-07-28 22:30:402070 'linux_sandboxing': ['[email protected]'],
[email protected]04a292a2013-03-07 19:58:422071 'linux_seccomp_bpf': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352072 'login': ['[email protected]'],
lgrey62faed72016-10-11 21:40:392073 'mac' : ['[email protected]'],
mlamourid8b0feb2015-06-02 16:30:472074 'manifest': ['[email protected]'],
dbeamd924f0d0d2017-06-20 02:34:252075 'md_settings': ['[email protected]',
michaelpg32ca07902015-02-07 00:31:112076 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002077 'media': ['[email protected]'],
Miguel Casas-Sanchez5eb47252017-09-05 21:15:032078 'media_capture_from_element': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352079 'media_galleries': ['[email protected]',
2080 '[email protected]'],
alokp9e369ea72e2016-06-10 05:41:092081 'media_mojo': ['[email protected]'],
mcasasfeedbe42017-03-03 05:23:562082 'media_recorder': ['[email protected]',
mcasas9558316b2017-03-10 18:57:312083 '[email protected]'],
Adam Parker41b9e4cb2017-08-14 17:09:122084 'media_remoting': ['[email protected]',
2085 '[email protected]',
erickungc2289dea2016-12-13 19:01:282086 '[email protected]',
mfoltz57fd7f32017-05-03 06:12:582087 '[email protected]',
apacible01538e02016-11-04 22:15:312088 '[email protected]',
miu5e69f1c52016-10-23 13:40:112089 '[email protected]'],
Adam Parker41b9e4cb2017-08-14 17:09:122090 'media_router': ['[email protected]',
2091 '[email protected]',
mfoltz57fd7f32017-05-03 06:12:582092 '[email protected]'],
fmeawad4582cd22017-03-30 20:59:362093 'memory_coordinator': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002094 'message_loop': ['[email protected]'],
isherman1eee6f12014-12-09 02:14:302095 'metrics': ['[email protected]'],
[email protected]1d8899ee2014-06-10 20:58:122096 'metrics_xml_files': ['[email protected]'],
toyoshim8f51f902015-03-27 03:50:212097 'midi': ['[email protected]'],
[email protected]c3830c622013-10-10 22:00:002098 'mojo': ['[email protected]',
[email protected]62bbe812013-10-24 22:24:162099 '[email protected]',
[email protected]3bf40cb2013-10-11 19:10:492100 '[email protected]',
[email protected]0f79ff62014-04-25 23:35:532101 '[email protected]',
Yuzhu Shen93bd7c992017-09-01 18:21:032102 '[email protected]'],
2103 'mojo_top_level_directory': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002104 'mouse_lock': ['[email protected]'],
rjkroegef60dea862015-10-29 17:50:062105 'mus': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002106 'nacl': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352107 'native_client_sdk': ['[email protected]',
2108 '[email protected]'],
2109 'navigation': ['[email protected]',
2110 '[email protected]'],
csharrison27df167d2017-01-26 21:42:312111 'net': ['[email protected]',
2112 '[email protected]'],
bnc1872e8bd2017-01-27 02:47:282113 'net_base': ['[email protected]'],
bnc1872e8bd2017-01-27 02:47:282114 'net_http2': ['[email protected]'],
2115 'net_log': ['[email protected]',
Matt Menkecebc2402017-07-20 16:26:092116 '[email protected]'],
bnc1872e8bd2017-01-27 02:47:282117 'net_spdy': ['[email protected]'],
Takeshi Yoshino9d7588a32017-07-31 07:17:342118 'net_websockets': ['[email protected]'],
jkarlin539748402015-03-31 17:36:312119 'netinfo': ['[email protected]'],
awdf2e270242016-09-06 16:21:342120 'notifications': ['[email protected]',
2121 '[email protected]',
pennymac962d190432016-07-27 00:58:352122 '[email protected]'],
tbansalc6f1c9f2016-09-30 22:48:422123 'nqe': ['[email protected]'],
noyau451e6bb62016-12-23 14:29:042124 'ntp_snippets': ['[email protected]',
2125 '[email protected]'],
2126 'ntp_tiles': ['[email protected]',
2127 '[email protected]'],
peterc7e27422017-05-17 04:05:282128 'offline_items_collection': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352129 'offline_pages': ['[email protected]',
Carlos Knippschild6a2e2f02017-06-02 18:18:142130 '[email protected]',
pennymac962d190432016-07-27 00:58:352131 '[email protected]',
2132 '[email protected]',
dewittj74b23f6f2016-04-21 19:29:252133 '[email protected]',
2134 '[email protected]',
pennymac962d190432016-07-27 00:58:352135 '[email protected]'],
jdonnelly6fa5a21d2017-01-03 15:28:352136 'omnibox': ['[email protected]'],
iclelland8b904402016-10-05 15:01:232137 'origin_trials': ['[email protected]',
Ian Clelland1b27f8f62017-06-22 13:36:242138 '[email protected]'],
pennymac962d190432016-07-27 00:58:352139 'ozone': ['[email protected]',
2140 '[email protected]'],
lgarron9e25c7402017-03-15 04:03:112141 'page_info' : ['[email protected]',
2142 '[email protected]'],
Bryan McQuade4233f412017-07-28 16:23:412143 'page_load_metrics' : ['[email protected]',
2144 '[email protected]',
tdresserd80646f2017-03-03 19:26:082145 '[email protected]',
2146 '[email protected]'],
pennymac962d190432016-07-27 00:58:352147 'panels': ['[email protected]',
2148 '[email protected]',
2149 '[email protected]',
2150 '[email protected]'],
mkwst17a9875d2016-06-24 10:36:392151 'password_manager': ['[email protected]',
vabraafbd4f32015-11-10 19:30:232152 '[email protected]'],
sebsgbbfbea02016-10-24 21:54:592153 'payments': ['[email protected]',
gogeralde108bcb2016-11-24 16:07:222154 '[email protected]',
mahmadi0a7bb59f2017-02-22 19:13:492155 '[email protected]',
2156 '[email protected]'],
2157 'payments_ios': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352158 'pepper_api': ['[email protected]',
2159 '[email protected]',
2160 '[email protected]',
2161 '[email protected]',
2162 '[email protected]',
horo8e9a01572016-07-27 06:05:312163 '[email protected]',
pennymac962d190432016-07-27 00:58:352164 '[email protected]'],
Dominick Ngcaa7b402017-07-11 07:35:392165 'permissions': ['[email protected]',
Xi Han50f523a1d2017-07-19 15:56:112166 '[email protected]',
Dominick Ngcaa7b402017-07-11 07:35:392167 '[email protected]',
Timothy Lohb2a4eff2017-08-03 07:07:562168 '[email protected]',
2169 '[email protected]'],
stuartmorganf8c132922015-01-23 14:45:342170 'plugin': ['[email protected]'],
dbeamd924f0d0d2017-06-20 02:34:252171 'polymer': ['[email protected]'],
twifkak0c69c1f2015-06-22 18:20:092172 'precache': ['[email protected]'],
[email protected]be775bc2014-06-30 15:41:142173 'prepopulated_engines': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352174 'prerender': ['[email protected]',
2175 '[email protected]',
2176 '[email protected]'],
Adam Parker41b9e4cb2017-08-14 17:09:122177 'presentation': ['[email protected]',
2178 '[email protected]'],
Peter Beverloo4548c852017-08-31 13:45:172179 'push_messaging': ['[email protected]',
2180 '[email protected]',
pennymac962d190432016-07-27 00:58:352181 '[email protected]'],
stkhapugin06503142016-12-07 14:32:122182 'reading_list': ['[email protected]'],
[email protected]c3887592014-02-06 20:02:252183 'remoting': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352184 'rlz_id': ['[email protected]',
2185 '[email protected]',
2186 '[email protected]'],
Greg Thompson4f90fc992017-07-25 19:30:372187 'safe_browsing': ['[email protected]',
vakh125ad862017-03-17 00:06:252188 '[email protected]'],
2189 'safe_browsing_db': ['[email protected]',
2190 '[email protected]'],
skyostil20dea312014-11-11 13:43:062191 'scheduler': ['[email protected]'],
mlamourid8b0feb2015-06-02 16:30:472192 'screen_orientation': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352193 'service_worker': ['[email protected]',
[email protected]6d095a8b2014-02-28 15:26:162194 '[email protected]',
pennymac962d190432016-07-27 00:58:352195 '[email protected]',
[email protected]edaf31d2014-03-07 00:09:172196 '[email protected]',
pennymac962d190432016-07-27 00:58:352197 '[email protected]',
horo8e9a01572016-07-27 06:05:312198 '[email protected]',
shimazu99de61f2016-09-07 03:57:412199 '[email protected]',
pennymac962d190432016-07-27 00:58:352200 '[email protected]'],
Yuzhu Shen93bd7c992017-09-01 18:21:032201 'services_network': ['[email protected]'],
Colin Blundell6d2669a2017-07-11 06:26:532202 'services_public': ['[email protected]'],
alitoc5534d62017-04-21 01:48:582203 'settings_reset_prompt': ['[email protected]'],
dominickn8884155a2016-06-23 02:28:162204 'site_engagement': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352205 'site_instance': ['[email protected]',
2206 '[email protected]',
[email protected]b9ecdb62014-03-07 14:56:432207 '[email protected]'],
[email protected]ad0295d2012-10-11 23:43:362208 'spellcheck': ['[email protected]',
[email protected]18d7e402014-07-08 19:53:142209 '[email protected]',
timvolodine8cdb94c2016-09-22 12:17:222210 '[email protected]',
2211 '[email protected]'],
[email protected]67f39af2013-08-23 20:06:052212 'streams': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352213 'styleguide': ['[email protected]',
vmpstrdeec20e2016-11-18 22:17:322214 '[email protected]',
2215 '[email protected]'],
engedye7b734da2017-02-07 12:08:132216 'subresource_filter': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352217 'supervised_users': ['[email protected]'],
alito438fa4332016-12-20 21:59:172218 'swreporter': ['[email protected]',
csharpcfd628d2017-04-06 19:12:102219 '[email protected]',
alito438fa4332016-12-20 21:59:172220 '[email protected]',
2221 '[email protected]'],
maxbogue65ea2632016-04-04 18:12:582222 'sync': ['[email protected]'],
[email protected]84dcfd92014-05-23 13:18:192223 'syncfs': ['[email protected]',
[email protected]6f217122013-11-25 07:21:482224 '[email protected]',
2225 '[email protected]'],
miu5e69f1c52016-10-23 13:40:112226 'tab_alert_indicators': ['[email protected]'],
Adam Parker41b9e4cb2017-08-14 17:09:122227 'tab_capture': ['[email protected]',
2228 '[email protected]',
miu5e69f1c52016-10-23 13:40:112229 '[email protected]'],
pennymac962d190432016-07-27 00:58:352230 'tab_contents': ['[email protected]',
2231 '[email protected]',
2232 '[email protected]'],
tdresserd80646f2017-03-03 19:26:082233 'tbmv2_metrics': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:192234 'tcmalloc': ['[email protected]'],
tonygc7f6a4c12015-01-16 18:32:262235 'telemetry': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352236 'test_runner': ['[email protected]',
einbindera29577e2016-08-23 01:21:492237 '[email protected]',
2238 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002239 'tests': [],
jlkleinecc81952016-11-19 00:16:072240 'tether': ['[email protected]',
dbeamd924f0d0d2017-06-20 02:34:252241 '[email protected]',
2242 '[email protected]',
2243 '[email protected]',
2244 '[email protected]',
2245 '[email protected]'],
pennymac962d190432016-07-27 00:58:352246 'textinput': ['[email protected]',
2247 '[email protected]',
2248 '[email protected]',
2249 '[email protected]'],
2250 'textinput_chromeos': ['[email protected]',
2251 '[email protected]',
2252 '[email protected]'],
chirantan96fcf6d2015-01-21 22:36:192253 'timers': ['[email protected]'],
robliaofd54b5c2017-01-13 00:41:302254 'tools_win_chromeexts': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352255 'tracing': ['[email protected]',
2256 '[email protected]'],
[email protected]cf428f732012-10-02 20:48:152257 'ui_compositor': ['[email protected]'],
robliao2c4b7492016-07-19 01:57:262258 'ui_display_win': ['[email protected]'],
[email protected]6b5093c2012-05-23 19:10:182259 'ui_resources': ['[email protected]'],
edwardjung83f52ef22017-02-07 13:15:072260 'ui_strings': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002261 'valgrind': ['[email protected]',
timurrrr5335dbd2015-04-15 11:04:552262 '[email protected]'],
[email protected]c73ec8ab2014-01-16 20:35:232263 'version_assembly': ['[email protected]',
2264 '[email protected]'],
posciak62a72272016-05-11 08:31:242265 'video': ['[email protected]'],
mcasas9558316b2017-03-10 18:57:312266 'video_capture': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002267 'views': ['[email protected]'],
blakeod4cc78a2017-05-10 06:56:482268 'virtual_keyboard': ['[email protected]',
2269 '[email protected]',
okabf9f6f02017-02-17 05:14:292270 '[email protected]',
2271 '[email protected]'],
billorr3c7e1442016-11-11 21:21:352272 'virtual_reality': ['[email protected]'],
Matt Giuca9eb910d2017-08-02 04:07:382273 'web_share': ['[email protected]'],
Takeshi Yoshinoe387aa32017-08-02 13:16:132274 'webrtc_browser_tests': ['[email protected]'],
raymesf5084632015-07-02 07:14:152275 'website_settings': ['[email protected]',
pennymac962d190432016-07-27 00:58:352276 '[email protected]',
2277 '[email protected]'],
2278 'windows_sandboxing': ['[email protected]',
2279 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002280 'x11': ['[email protected]',
2281 '[email protected]',
2282 '[email protected]'],
wjmaclean3ff6a402015-03-31 19:00:202283 'zoom': ['[email protected]'],
[email protected]a3838612009-10-13 21:57:542284 },
2285}