blob: 779401b236e88f138caa996c6bddf5467f43034c [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 },
[email protected]e9db77a2013-06-12 23:56:1728 'activity_log': {
29 'filepath': 'chrome/browser/extensions/activity_log/' \
30 '|chrome/browser/extensions/api/activity_log_private/'
31 },
dominickn8884155a2016-06-23 02:28:1632 'add_to_homescreen': {
33 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/webapps/|'\
34 'chrome/android/javatests/src/org/chromium/chrome/browser/webapps/|'\
35 'chrome/android/junit/src/org/chromium/chrome/browser/webapps/|'\
36 'chrome/android/javatests/src/org/chromium/chrome/browser/banners/|'\
37 'chrome/browser/android/shortcut_.*|'\
38 'chrome/browser/android/webapps/',
39 },
asvitkine361b276e2016-08-30 18:45:0040 'android_crash_reporting': {
41 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/crash/'
42 },
johnmaguire6aaac7902016-03-15 12:28:2043 'android_crazy_linker': {
44 'filepath': 'third_party/android_crazy_linker/'
45 },
dfalcantaraef21e9e2016-01-07 01:16:2646 'android_infobars': {
47 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/infobar/'
48 },
[email protected]d2cdf342012-08-07 11:00:0249 'android_infra': {
50 'filepath': 'build/android/' \
51 '|testing/android/' \
52 '|tools/android/'
53 },
agrieve4d9c1c52016-09-23 17:49:3854 'android_java': {
55 'filepath': '/java/'
56 },
gabadieb0d23bb92016-02-17 11:26:1657 'android_loading': {
58 'filepath': 'tools/android/loading/'
59 },
[email protected]d6af50812014-04-01 17:18:0960 'android_media': {
61 'filepath': 'content/browser/media/android' \
62 '|content/renderer/media/android' \
63 '|media/audio/android' \
64 '|media/base/android' \
65 '|media/midi/*_android.*' \
66 '|media/video/capture/android'
67 },
[email protected]3261d962014-03-04 22:18:2868 'android_tab': {
69 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/Tab'
70 },
asvitkine361b276e2016-08-30 18:45:0071 'android_uma_settings': {
72 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/preferences/privacy/UsageAndCrashReportsPreferenceFragment.java|'\
73 'chrome/android/java/src/org/chromium/chrome/browser/preferences/privacy/PrivacyPreferencesManager.java|'\
74 'chrome/android/java/src/org/chromium/chrome/browser/preferences/privacy/PrivacyPreferences.java|'\
asvitkine361b276e2016-08-30 18:45:0075 'chrome/android/java/src/org/chromium/chrome/browser/metrics/UmaSessionStats.java',
76 },
zpengb9a180d2016-10-12 18:40:2177 'android_webapk': {
zpeng4c3bc372016-10-13 03:00:4878 'filepath': 'chrome/android/webapk/|'\
79 'chrome/browser/android/webapk/',
zpengb9a180d2016-10-12 18:40:2180 },
[email protected]7ca78dc12012-09-20 09:26:4481 'android_webview': {
82 'filepath': 'android_webview/',
83 },
[email protected]8a197f22012-06-22 14:59:0584 'app_list': {
[email protected]311cc902013-03-15 04:45:4685 'filepath': 'chrome/browser/ui/app_list'\
86 '|chrome/browser/ui/ash/app_list'\
[email protected]311cc902013-03-15 04:45:4687 '|chrome/browser/ui/views/app_list'\
88 '|ui/app_list/'
[email protected]8a197f22012-06-22 14:59:0589 },
[email protected]e38d185a2013-07-09 08:23:5290 'app_shortcuts': {
91 'filepath': 'apps/app_shim/'\
92 '|chrome/browser/web_applications/'\
93 '|chrome/browser/ui/web_applications/'\
94 '|chrome/common/mac/'
95 },
[email protected]374a93c2009-11-05 21:45:5696 'appcache': {
[email protected]f2f0fbb92012-07-14 15:52:4997 'filepath': 'appcache/',
[email protected]374a93c2009-11-05 21:45:5698 },
[email protected]54bf94d2013-01-30 23:07:4099 'apps': {
100 'filepath': '^apps/',
101 },
lhchavez4b19176f2016-05-04 23:12:46102 'arc': {
103 'filepath': 'arc/',
104 },
lhchavez61532c92016-10-18 21:33:37105 'arc_auth': {
106 'filepath': 'chrome/browser/chromeos/arc/arc_auth'
107 },
lhchavez4b19176f2016-05-04 23:12:46108 'arc_net': {
109 'filepath': 'components/arc/net/',
110 },
ejcarusoa298ec02016-06-16 20:30:43111 'arc_power': {
112 'filepath': 'components/arc/power/',
113 },
[email protected]3ce56642013-10-17 22:12:51114 'ash': {
115 'filepath': 'ash/',
116 },
[email protected]f76c8852012-06-21 16:37:00117 'aura': {
[email protected]3ce56642013-10-17 22:12:51118 'filepath': 'ui/aura/',
[email protected]84ba35e32010-08-06 17:22:39119 },
[email protected]c3a6e1e72013-08-02 00:13:07120 'aura_compositor': {
121 'filepath':
122 'ui/compositor/' \
[email protected]6dc38f72014-01-16 22:19:58123 '|content/browser/compositor/' \
124 '|content/browser/renderer_host/compositor_resize_lock_aura' \
[email protected]c3a6e1e72013-08-02 00:13:07125 '|content/browser/renderer_host/render_widget_host_view_aura' \
126 '|content/browser/renderer_host/render_widget_host_view_browsertest' \
[email protected]a6eeeef92014-03-19 19:06:44127 '|content/browser/renderer_host/delegated' \
128 '|content/browser/renderer_host/software' \
[email protected]c3a6e1e72013-08-02 00:13:07129 '|content/common/gpu/client/' \
[email protected]c3a6e1e72013-08-02 00:13:07130 },
sullivan0171e3c2015-03-03 18:47:21131 'auto_bisect': {
132 'filepath': 'tools/run-bisect-perf-regression.py'\
133 '|tools/run-perf-test.cfg'\
134 '|tools/auto_bisect/'
135 },
[email protected]2a38f0c02013-05-29 02:27:45136 'autofill': {
rouslanfbfa7402016-11-22 19:36:39137 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/autofill/|'\
138 'chrome/browser/autofill/|'\
[email protected]d9310a82012-11-02 02:53:48139 'chrome/browser/resources/options/autofill_|'\
[email protected]d9310a82012-11-02 02:53:48140 'chrome/browser/ui/android/autofill/|'\
141 'chrome/browser/ui/autofill/|'\
[email protected]e3e4ca62013-05-17 08:50:27142 'chrome/browser/ui/cocoa/autofill/|'\
[email protected]d9310a82012-11-02 02:53:48143 'chrome/browser/ui/views/autofill/|'\
144 'chrome/browser/ui/webui/options/autofill_|'\
[email protected]d9310a82012-11-02 02:53:48145 'chrome/renderer/autofill/|'\
146 'chrome/test/data/autofill/|'\
[email protected]3947d4a82013-03-12 09:41:05147 'components/autofill/|'\
[email protected]30964792013-05-29 02:41:25148 'components/autofill/browser/webdata/|'\
vabrbeb0c562015-12-01 10:48:08149 'components/webdata/',
[email protected]b3399272010-08-10 19:49:29150 },
dominickn8884155a2016-06-23 02:28:16151 'banners': {
152 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/banners/|'\
153 'chrome/android/javatests/src/org/chromium/chrome/browser/banners/|'\
154 'chrome/browser/android/banners/|'\
155 'chrome/browser/banners/|'\
156 'chrome/browser/ui/android/infobars/app_banner_.*|'\
157 'chrome/renderer/banners/|'\
158 'third_party/WebKit/public/platform/modules/app_banner/|'\
159 'third_party/WebKit/Source/modules/app_banner/',
160 },
jkarlin539748402015-03-31 17:36:31161 'background_sync': {
162 'filepath': 'background_sync',
163 },
[email protected]f76c8852012-06-21 16:37:00164 'base': {
[email protected]f2f0fbb92012-07-14 15:52:49165 'filepath': '^base/',
[email protected]7a7a13b2010-08-25 01:10:59166 },
[email protected]5e105332012-09-13 01:55:52167 'base_allocator': {
168 'filepath': '^base/allocator',
169 },
[email protected]1ed5e0fd2012-07-19 00:19:05170 'base_memory': {
171 'filepath': '^base/memory',
172 },
robliao1644d8b2016-04-11 15:39:59173 'base_task_scheduler': {
174 'filepath': '^base/task_scheduler',
175 },
[email protected]b17d9e02014-07-29 09:45:50176 'base_win': {
177 'filepath': '^base/win',
178 },
[email protected]7e093d4022014-06-26 19:19:55179 'battery_status': {
180 'filepath': 'content/browser/battery_status/|'\
timvolodine953fde72014-12-09 16:47:10181 'content/test/data/battery_status/|'\
182 'device/battery/',
[email protected]7e093d4022014-06-26 19:19:55183 },
[email protected]06798f72013-01-14 22:31:17184 'bookmarks': {
185 'filepath': 'chrome/browser/bookmarks/' \
[email protected]771ad482013-07-16 17:32:48186 '|chrome/browser/extensions/api/bookmark_manager_private/' \
187 '|chrome/browser/extensions/api/bookmarks/' \
188 '|chrome/browser/resources/bookmark_manager/' \
[email protected]cd869cde2013-01-31 15:46:35189 '|chrome/browser/ui/bookmarks/' \
190 '|chrome/browser/ui/cocoa/bookmarks/' \
[email protected]5cb8b6e12014-05-19 16:53:46191 '|chrome/browser/ui/views/bookmarks/' \
192 '|components/bookmarks'
[email protected]06798f72013-01-14 22:31:17193 },
donnd787f6ed2016-08-03 01:00:56194 'bottombar': {
195 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/',
196 },
[email protected]b17d9e02014-07-29 09:45:50197 'breakpad_app': {
sdefresne8ba0b88c2015-09-18 10:33:13198 'filepath': 'components/crash/content/app/',
[email protected]b17d9e02014-07-29 09:45:50199 },
[email protected]f76c8852012-06-21 16:37:00200 'browser': {
[email protected]f2f0fbb92012-07-14 15:52:49201 'filepath': 'chrome/browser/',
[email protected]02c44522010-10-08 17:43:25202 },
[email protected]f76c8852012-06-21 16:37:00203 'browser_chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:49204 'filepath': 'chrome/browser/chromeos/',
[email protected]02c44522010-10-08 17:43:25205 },
[email protected]22650d22012-07-18 17:02:35206 'browser_components': {
[email protected]a7228f62012-09-20 17:52:48207 'filepath': 'chrome/browser/autofill/' \
208 '|chrome/browser/bookmarks/' \
[email protected]a7228f62012-09-20 17:52:48209 '|chrome/browser/favicon/' \
[email protected]ddf288e2013-01-09 20:58:27210 '|chrome/browser/history/' \
[email protected]fccf4882013-03-15 04:46:19211 '|chrome/browser/webdata/' \
[email protected]3947d4a82013-03-12 09:41:05212 '|components/autofill/'
[email protected]22650d22012-07-18 17:02:35213 },
[email protected]f76c8852012-06-21 16:37:00214 'browser_compositor': {
[email protected]f2f0fbb92012-07-14 15:52:49215 'filepath': 'ui/compositor/'
[email protected]fbd846b2010-11-19 01:32:18216 },
[email protected]f76c8852012-06-21 16:37:00217 'browser_resources': {
[email protected]f2f0fbb92012-07-14 15:52:49218 'filepath': 'chrome/browser/resources/',
[email protected]f76c8852012-06-21 16:37:00219 },
michaelpge42ca3b32016-02-19 08:17:57220 'browser_resources_md': {
221 'filepath': 'chrome/browser/resources/md_'\
222 '|chrome/browser/resources/settings/',
223 },
[email protected]0ce480532012-07-20 12:33:20224 'browsing_data': {
225 'filepath': 'chrome/browser/browsing_data/',
226 },
[email protected]f76c8852012-06-21 16:37:00227 'bubble': {
[email protected]f2f0fbb92012-07-14 15:52:49228 'filepath': 'ui/views/bubble/|'\
rouslan8d6a8372015-09-10 19:10:10229 'chrome/browser/ui/views/bubble/|'\
230 'components/bubble/',
[email protected]f76c8852012-06-21 16:37:00231 },
jkarlin539748402015-03-31 17:36:31232 'cache_storage': {
233 'filepath': 'cache_storage',
234 },
[email protected]10fbd5952013-08-22 07:42:39235 'cast': {
[email protected]31ef420b2014-08-13 21:19:13236 'filepath': 'media/cast/'\
237 '|chrome/browser/extensions/api/cast_streaming/'\
238 '|chrome/browser/media/cast'\
239 '|chrome/renderer/media/cast'\
240 '|chrome/test/data/extensions/api_test/cast_'\
miu5e69f1c52016-10-23 13:40:11241 '|content/public/renderer/media_stream_'\
242 '|content/renderer/media/(media_stream|(.+audio_source))',
[email protected]10fbd5952013-08-22 07:42:39243 },
ryanchung4d157372016-05-10 20:27:16244 'cast_certificate': {
245 'filepath': 'components/cast_certificate/'\
246 '|components/test/data/cast_certificate/',
247 },
eranmc2a9f612015-11-24 16:41:34248 'certificate_transparency': {
249 'filepath': 'components/certificate_transparency/'\
250 '|components/packed_ct_ev_whitelist/'\
251 '|net/cert/ct_'\
252 '|net/cert/multi_log_ct_verifier'\
253 '|net/cert/sct_status_flags.h'\
254 '|net/cert/signed_certificate_timestamp'\
255 '|net/cert/signed_tree_head'\
256 '|net/test/ct_',
257 },
[email protected]651d9992014-04-09 17:18:41258 'chromecast': {
259 'filepath': 'chromecast/',
260 },
gfhuang2548f902016-02-26 02:29:21261 'chromecast_public': {
262 'filepath': 'chromecast/public/',
263 },
[email protected]c863702a2012-09-14 20:05:28264 'cc': {
265 'filepath': 'cc/|'\
[email protected]4934d362012-11-22 22:04:53266 'content/common/cc_messages'
[email protected]c863702a2012-09-14 20:05:28267 },
[email protected]c73ec8ab2014-01-16 20:35:23268 'chrome_elf': {
269 'filepath': 'chrome_elf',
270 },
[email protected]d5b21972012-07-20 02:06:01271 'chrome_views': {
272 'filepath': 'chrome/browser/ui/views',
273 },
[email protected]f7bf8ba2011-02-24 22:28:46274 'chromedriver': {
samuong53d5e612014-10-10 18:56:38275 'filepath': 'chrome/test/chromedriver|'\
276 'chrome/test/data/chromedriver|'\
277 'third_party/webdriver'
[email protected]f7bf8ba2011-02-24 22:28:46278 },
[email protected]f76c8852012-06-21 16:37:00279 'chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:49280 'filepath': 'chromeos/',
[email protected]531b1532011-08-11 03:52:01281 },
[email protected]eda0a0b2013-04-19 20:34:35282 'chromeos_attestation': {
283 'filepath': 'chromeos/attestation/|'\
[email protected]64494c3f2013-08-14 22:15:59284 'chrome/browser/chromeos/attestation/|'\
285 'chrome/browser/extensions/api/enterprise_platform_keys_private/',
[email protected]eda0a0b2013-04-19 20:34:35286 },
[email protected]7c59a152012-11-06 20:56:35287 'chromeos_calculator': {
288 'filepath': 'chrome/common/extensions/docs/examples/apps/calculator/',
289 },
hashimoto40ecb692014-09-02 04:51:31290 'chromeos_dbus': {
291 'filepath': 'chromeos/dbus/',
292 },
alematec5187b1b2016-08-26 05:32:18293 'chromeos_geolocation': {
294 'filepath': 'chromeos/geolocation/',
295 },
[email protected]f76c8852012-06-21 16:37:00296 'chromeos_login': {
[email protected]f2f0fbb92012-07-14 15:52:49297 'filepath': 'chrome/browser/chromeos/login/|'\
298 'chrome/browser/ui/webui/chromeos/login/|'\
dzhioevcc7c0492014-11-25 14:52:58299 'chrome/browser/resources/chromeos/login/|'\
300 'ui/login/',
[email protected]a791dac2011-04-07 23:22:57301 },
[email protected]d7d35f342012-10-22 20:32:47302 'chromeos_net': {
303 'filepath': 'chromeos/network/|'\
stevenjbdd133032015-08-07 18:37:47304 'chrome/browser/chromeos/net/|'\
305 'chrome/browser/extensions/api/networking_private/|'\
306 'extensions/browser/api/networking_private/|'\
307 'ui/chromeos/network/',
[email protected]d7d35f342012-10-22 20:32:47308 },
[email protected]2315ac0c2013-02-05 00:49:16309 'chromeos_power': {
[email protected]c3943ad2013-07-03 13:44:56310 'filepath': 'ash/system/chromeos/power/|'\
311 'chromeos/dbus/power_.*|'\
[email protected]2315ac0c2013-02-05 00:49:16312 'chrome/browser/chromeos/power/',
313 },
alematec5187b1b2016-08-26 05:32:18314 'chromeos_timezone': {
315 'filepath': 'chromeos/timezone/',
316 },
[email protected]f76c8852012-06-21 16:37:00317 'chromeos_webui': {
[email protected]f2f0fbb92012-07-14 15:52:49318 'filepath': 'chrome/browser/ui/webui/chromeos/|'\
319 'chrome/browser/resources/chromeos/',
[email protected]ba03af42012-03-08 01:37:12320 },
[email protected]cef7a6d2011-04-29 20:49:07321 'clang_update': {
Nico Webere250e6a2015-12-02 19:31:56322 'filepath': 'tools/clang/scripts/update.py'
[email protected]cef7a6d2011-04-29 20:49:07323 },
[email protected]f76c8852012-06-21 16:37:00324 'clipboard': {
325 'filepath': 'clipboard|dnd|drag|drop',
[email protected]2418b022011-05-19 21:06:02326 },
[email protected]0387ab32014-08-05 00:13:42327 'closure': {
[email protected]18fd7a532014-08-20 23:09:51328 'filepath': 'third_party/closure_(compiler|linter)/|'
dbeam78528be2016-02-18 07:08:49329 'compiled_resources2?.gyp',
[email protected]0387ab32014-08-05 00:13:42330 },
sdefresned94c5b02015-07-22 17:54:55331 'components_deps': {
332 'filepath': 'components/([^/]*/)*DEPS',
333 },
[email protected]f76c8852012-06-21 16:37:00334 'content': {
[email protected]f2f0fbb92012-07-14 15:52:49335 'filepath': 'content/',
[email protected]f76c8852012-06-21 16:37:00336 },
scheib968e61052014-11-05 00:27:25337 'content_bluetooth': {
338 'filepath': 'content/.*bluetooth'
339 },
kinuko01cbe8a12015-10-20 09:59:06340 'content_loader': {
mmenkefaa97d3b2016-09-25 14:24:02341 'filepath': 'chrome/browser/loader|' \
342 'content/browser/loader|' \
kinuko01cbe8a12015-10-20 09:59:06343 'content/child/*loader',
344 },
mkwst512627022014-09-16 09:23:27345 'content_renderer': {
346 'filepath': 'content/renderer/',
347 },
[email protected]aa3311a2012-11-19 16:04:58348 'content_shell': {
349 'filepath': 'content/shell/',
350 },
kinukoa121bce2015-01-30 10:04:41351 'content_worker': {
352 'filepath': 'content/.*worker',
353 },
donnd787f6ed2016-08-03 01:00:56354 'contextual_search': {
355 'filepath': 'chrome/browser/android/contextualsearch/|' \
356 'chrome/android/java/src/org/chromium/chrome/browser/contextualsearch/|' \
357 'chrome/android/javatests/src/org/chromium/chrome/browser/contextualsearch/|' \
358 'components/contextual_search/',
359 },
[email protected]f76c8852012-06-21 16:37:00360 'cookie_monster': {
[email protected]f2f0fbb92012-07-14 15:52:49361 'filepath': 'net/cookies/|'\
[email protected]8492b5b2012-12-17 21:58:08362 'chrome/browser/net/sqlite_persistent_cookie_store',
[email protected]f76c8852012-06-21 16:37:00363 },
wfh792b71c2016-05-04 23:33:41364 'courgette': {
365 'filepath': 'courgette/',
366 },
michaelpge42ca3b32016-02-19 08:17:57367 'cr_elements': {
368 'filepath': 'ui/webui/resources/cr_element',
369 },
ianwencdb8c9e2015-06-18 22:10:15370 'custom_tabs': {
Newton Allen38c62212015-06-24 21:41:53371 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/customtabs/|'\
ianwencdb8c9e2015-06-18 22:10:15372 'chrome/android/javatests/src/org/chromium/chrome/browser/customtabs/',
alancuttercbad6512015-06-19 02:31:28373 },
tbansalc6f1c9f2016-09-30 22:48:42374 'data_reduction_proxy': {
375 'filepath': 'chrome/browser/net/spdyproxy/|'\
376 'data_reduction_proxy|'\
377 'chrome_proxy',
378 },
[email protected]5e105332012-09-13 01:55:52379 'deep_memory_profiler': {
380 'filepath': 'tools/(deep_memory_profiler|find_runtime_symbols)',
381 },
Bartosz Fabianowski85a823812015-04-16 10:27:51382 'device_bluetooth': {
383 'filepath': 'device/.*bluetooth'
384 },
[email protected]29ad47c2014-04-23 09:12:48385 'device_sensors': {
386 'filepath': 'content/browser/device_sensors/|'\
387 'content/common/device_sensors/|'\
388 'content/public/android/java/src/org/chromium/content/browser/DeviceSensors.java|'\
389 'content/public/android/javatests/src/org/chromium/content/browser/DeviceSensorsTest.java|'\
timvolodine8cdb94c2016-09-22 12:17:22390 'content/renderer/device_sensors/|'\
391 'content/test/data/device_sensors/|'\
392 'device/sensors/',
[email protected]8c667232013-11-12 19:49:14393 },
scheibabdd7d32015-02-11 22:13:08394 'developer_recommended_flags': {
395 'filepath': 'developer_recommended_flags.gypi',
396 },
[email protected]342b12872012-11-07 12:10:46397 'devtools': {
398 'filepath': 'devtools',
399 },
[email protected]bab2a832012-07-11 23:29:41400 'disk_cache': {
401 'filepath': 'net/disk_cache/|http_cache',
402 },
[email protected]f76c8852012-06-21 16:37:00403 'download': {
[email protected]f2f0fbb92012-07-14 15:52:49404 'filepath': 'chrome/browser/download/|'\
[email protected]8492b5b2012-12-17 21:58:08405 'content/browser/download/',
[email protected]6bff0ad2011-06-17 01:32:51406 },
[email protected]ca872e362011-07-12 21:06:03407 'downloads_ui': {
dbeam78528be2016-02-18 07:08:49408 'filepath': 'chrome/browser/resources/(md_)?downloads/|' \
[email protected]8492b5b2012-12-17 21:58:08409 'chrome/browser/ui/webui/.*downloads|' \
410 'chrome/browser/ui/views/download/|' \
asanka2009f412015-10-05 17:28:12411 'chrome/browser/ui/cocoa/download/'
[email protected]ca872e362011-07-12 21:06:03412 },
[email protected]f6df20a2012-10-23 21:22:07413 'drive': {
[email protected]8492b5b2012-12-17 21:58:08414 'filepath': 'chrome/browser/chromeos/drive/|' \
415 'chrome/browser/google_apis/'
[email protected]f6df20a2012-10-23 21:22:07416 },
[email protected]89d2cd52013-04-16 01:55:36417 'drive_resource_metadata': {
[email protected]2c948e12013-10-17 03:08:33418 'filepath': 'chrome/browser/chromeos/drive/resource_metadata'
[email protected]89d2cd52013-04-16 01:55:36419 },
[email protected]3a25c8a2014-06-26 06:47:10420 'eme': {
421 'filepath': 'components/cdm/|' \
422 'content/browser/media/cdm/|' \
423 'content/renderer/media/crypto/|' \
424 'media/base/android/*drm*|' \
425 'media/cdm/|' \
426 'third_party/widevine/cdm/'
427 },
[email protected]247dcfb92014-04-23 18:25:59428 'events': {
429 'filepath': 'ui/events/',
430 },
[email protected]f76c8852012-06-21 16:37:00431 'extension': {
432 'filepath': 'extension',
[email protected]161277d42011-06-24 20:48:45433 },
lunalu0a9c05422016-11-11 17:19:06434 'feature_policy': {
435 'filepath': 'third_party/WebKit/Source/platform/feature_policy/|' \
436 'third_party/WebKit/Source/bindings/core/v8/ConditionalFeatures',
437 },
apaciblec4093a92016-04-19 19:21:58438 'feedback_ui': {
439 'filepath': 'chrome/browser/resources/(md_)?feedback/'
440 },
[email protected]f76c8852012-06-21 16:37:00441 'fileapi': {
[email protected]8492b5b2012-12-17 21:58:08442 'filepath': 'file_system/|' \
443 'fileapi/'
[email protected]80919512011-08-03 08:51:04444 },
[email protected]f76c8852012-06-21 16:37:00445 'filebrowse': {
[email protected]8492b5b2012-12-17 21:58:08446 'filepath': 'file_browser|' \
447 'file_manager|' \
448 'filebrowse'
[email protected]4b07b62cc2011-10-03 17:52:39449 },
[email protected]4ed766c2013-09-19 09:45:20450 'filesapp': {
okab0be3dc2016-08-30 07:37:10451 'filepath': 'chrome/browser/chromeos/drive|' \
452 'chrome/browser/chromeos/extensions/file_manager|' \
453 'chrome/browser/chromeos/extensions/file_system_provider|' \
454 'chrome/browser/chromeos/file_manager|' \
455 'chrome/browser/chromeos/file_system_provider|' \
456 'chrome/browser/drive|' \
457 'chrome/test/data/extensions/api_test/file_system_provider|' \
458 'components/drive|' \
459 'google_apis/drive|' \
460 'ui/file_manager'
461 },
462 'filesapp_ui': {
[email protected]4ff3d9f2014-04-24 05:25:20463 'filepath': 'ui/file_manager'
[email protected]4ed766c2013-09-19 09:45:20464 },
[email protected]f76c8852012-06-21 16:37:00465 'ftp': {
466 'filepath': 'ftp',
[email protected]ffeb189d2011-10-05 18:49:39467 },
mmoroz58ddb8172016-09-08 18:29:55468 'fuzzing': {
469 'filepath': 'fuzz|Fuzz',
470 },
[email protected]3a2a6ac02014-06-20 07:07:12471 'gcm': {
472 'filepath': 'chrome/browser/services/gcm/|'\
473 'components/gcm_driver/|'\
474 'google_apis/gcm/',
475 },
mikhail.pozdnyakova8db26402016-11-28 18:27:12476 'generic_sensor': {
477 'filepath': 'device/generic_sensor/|'\
478 'third_party/WebKit/Source/modules/sensor/',
479 },
[email protected]d8036492013-08-09 16:02:23480 'geolocation': {
481 'filepath': 'chrome/browser/geolocation/|'\
482 'content/browser/geolocation|'\
483 'content/public/common/geoposition.*|'\
484 'content/public/browser/geolocation.*|'\
485 'content/renderer/geolocation.*|'\
486 'content/shell/geolocation/',
487 },
[email protected]f93b7382012-08-09 20:53:16488 'gfx_image': {
489 'filepath': 'ui/gfx/image/',
490 },
[email protected]cf428f732012-10-02 20:48:15491 'gfx_geometry': {
danakj570c1332015-01-06 16:59:36492 'filepath': 'ui/gfx/geometry/',
[email protected]cf428f732012-10-02 20:48:15493 },
[email protected]4d1773e2014-04-05 07:59:57494 'gn': {
495 'filepath': 'tools/gn',
496 },
[email protected]f76c8852012-06-21 16:37:00497 'gpu': {
[email protected]f2f0fbb92012-07-14 15:52:49498 'filepath': 'gpu/',
[email protected]f76c8852012-06-21 16:37:00499 },
[email protected]f76c8852012-06-21 16:37:00500 'history_ui': {
dbeam78528be2016-02-18 07:08:49501 'filepath': 'chrome/browser/resources/(md_)?history|'\
502 'chrome/browser/ui/webui/.*history',
[email protected]f76c8852012-06-21 16:37:00503 },
[email protected]18d7e402014-07-08 19:53:14504 'hotword': {
505 'filepath': 'chrome/browser/extensions/api/hotword_private/'\
506 '|chrome/browser/resources/hotword_helper/'\
[email protected]535980d42014-08-12 14:31:28507 '|chrome/browser/resources/hotword/'\
[email protected]18d7e402014-07-08 19:53:14508 '|chrome/browser/search/hotword*'\
509 '|chrome/test/data/extensions/api_test/hotword_private/',
510 },
[email protected]f76c8852012-06-21 16:37:00511 'i18n': {
[email protected]f2f0fbb92012-07-14 15:52:49512 'filepath': 'base/i18n/|base/string|l10n|icu|'\
timvolodine8cdb94c2016-09-22 12:17:22513 'locale_settings|encoding',
[email protected]f76c8852012-06-21 16:37:00514 },
[email protected]f76c8852012-06-21 16:37:00515 'importer': {
[email protected]f2f0fbb92012-07-14 15:52:49516 'filepath': 'import',
[email protected]f76c8852012-06-21 16:37:00517 },
[email protected]c26161352013-11-12 19:50:01518 'indexed_db': {
519 'filepath': 'content/browser/indexed_db|'\
520 'content/child/indexed_db|'\
521 'content/common/indexed_db|'\
522 'content/public/browser/indexed_db|'\
523 'content/test/data/indexeddb',
524 },
bruthigaa8281f2016-02-09 17:52:31525 'ink_drop': {
526 'filepath': 'ui/views/animation/test/.*ink_drop.*|' \
527 'ui/views/animation/.*ink_drop.*'
528 },
dtapuska1f997a12016-03-14 19:22:07529 'input': {
530 'filepath': 'content/browser/renderer_host/input|'\
531 'content/renderer/input|'\
532 'ui/events/blink/'
533 },
[email protected]f76c8852012-06-21 16:37:00534 'installer': {
grt6b46a162017-01-24 17:39:11535 'filepath': 'chrome/install(_static|er)/',
[email protected]f76c8852012-06-21 16:37:00536 },
mmoss19826c62014-11-14 21:37:36537 'installer_linux': {
538 'filepath': 'chrome/installer/linux/',
539 },
[email protected]56b4b09d32012-07-27 18:28:41540 'instant': {
[email protected]607903d2013-03-25 22:15:47541 'filepath': 'instant|searchbox|'\
542 'chrome/browser/search/|'\
[email protected]c29b7dae2013-03-25 22:29:13543 'chrome/browser/ui/search/|'\
[email protected]eb99f8e2013-07-10 10:17:39544 'chrome/browser/resources/local_ntp/|'\
[email protected]607903d2013-03-25 22:15:47545 'chrome/common/search_types.*',
[email protected]56b4b09d32012-07-27 18:28:41546 },
sdefresne18b47312015-06-18 15:15:09547 'ios_chrome': {
548 'filepath': 'ios/chrome',
549 },
marqa4f135f2017-01-10 12:37:34550 'ios_clean': {
551 'filepath': 'ios/clean',
552 },
553 'ios_showcase': {
554 'filepath': 'ios/showcase',
555 },
eugenebutb5a5a8572017-01-20 01:18:11556 'ios_web': {
557 'filepath': 'ios/web',
558 },
[email protected]f76c8852012-06-21 16:37:00559 'ipc': {
[email protected]f2f0fbb92012-07-14 15:52:49560 'filepath': 'ipc/ipc',
[email protected]f76c8852012-06-21 16:37:00561 },
mkwstb0d1b1d2014-09-30 11:45:36562 'ipc_messages': {
563 'filepath': '_message.*.h|'\
564 '_messages.cc',
565 },
vabraafbd4f32015-11-10 19:30:23566 'login': {
567 'filepath': 'chrome/browser/ui/login'
568 },
[email protected]a3f777d2014-01-07 23:38:26569 'libwebp': {
570 'filepath': 'third_party/libwebp'
571 },
johannkoenig52381382015-09-18 22:35:25572 'libvpx': {
johannkoenig8cdf03472016-03-02 13:54:31573 'filepath': 'third_party/libvpx'
johannkoenig52381382015-09-18 22:35:25574 },
[email protected]04a292a2013-03-07 19:58:42575 'linux_fonts': {
576 'filepath': 'ui/gfx/font_render_params_.*|'\
deratcd2d6fb2015-02-12 00:10:41577 'ui/gfx/platform_font_linux.*|'\
578 'ui/gfx/render_text_harfbuzz.*',
[email protected]04a292a2013-03-07 19:58:42579 },
580 'linux_sandboxing': {
[email protected]f2f0fbb92012-07-14 15:52:49581 'filepath': 'sandbox/linux/',
[email protected]f76c8852012-06-21 16:37:00582 },
[email protected]04a292a2013-03-07 19:58:42583 'linux_seccomp_bpf': {
[email protected]d6a23612012-11-13 20:11:54584 'filepath': 'content/common/sandbox.*linux.cc',
[email protected]f76c8852012-06-21 16:37:00585 },
lgrey62faed72016-10-11 21:40:39586 'mac': {
lgrey332339b12016-12-05 17:16:40587 'filepath': '(_|/)(cocoa|mac)(_|\.)|/(cocoa|mac)/|^((?!ios\/).)*\.mm?$',
lgrey62faed72016-10-11 21:40:39588 },
mlamourid8b0feb2015-06-02 16:30:47589 'manifest': {
590 'filepath': 'content/(browser|renderer)/manifest/'\
591 '|content/public/common/manifest*',
592 },
michaelpg32ca07902015-02-07 00:31:11593 'md_settings': {
michaelpge42ca3b32016-02-19 08:17:57594 'filepath': 'chrome/browser/resources/settings/'\
michaelpg9bc66292015-09-04 22:35:19595 '|chrome/browser/ui/webui/settings/',
michaelpg32ca07902015-02-07 00:31:11596 },
[email protected]f76c8852012-06-21 16:37:00597 'media': {
[email protected]f2f0fbb92012-07-14 15:52:49598 'filepath': 'media/|third_party/(ffmpeg|openmax)/|webmediaplayer|'\
[email protected]034548d2012-07-31 20:34:00599 'audio_message_filter|video_layer|media_internals',
[email protected]f76c8852012-06-21 16:37:00600 },
[email protected]06dd23172013-06-24 21:04:51601 'media_galleries': {
602 'filepath': 'chrome/browser/extensions/api/media_galleries/'\
[email protected]06dd23172013-06-24 21:04:51603 '|chrome/browser/media_galleries/'\
604 '|chrome/browser/storage_monitor/'\
605 '|chrome/common/media_galleries/'\
606 '|chrome/test/data/extensions/api_test/media_galleries/'\
607 '|chrome/utility/itunes*'\
608 '|chrome/utility/picasa*',
609 },
alokp9e369ea72e2016-06-10 05:41:09610 'media_mojo': {
611 'filepath': 'media/mojo/*'
612 },
miu5e69f1c52016-10-23 13:40:11613 'media_remoting': {
614 'filepath': 'chrome/browser/media/cast_remoting'\
615 '|media/blink/webmediaplayer_'\
616 '|media/mojo/interfaces/remoting.mojom'\
617 '|media/remoting/',
618 },
kmarshallb698ad4f2015-02-24 19:42:48619 'media_router': {
620 'filepath': 'chrome/browser/media/router/*' \
621 '|chrome/app/theme/*/common/media_router*' \
622 '|chrome/browser/resources/media_router/' \
623 '|chrome/browser/ui/webui/media_router/' \
624 '|chrome/test/media_router/',
625 },
[email protected]f76c8852012-06-21 16:37:00626 'message_loop': {
[email protected]f2f0fbb92012-07-14 15:52:49627 'filepath': 'base/message_'
[email protected]f76c8852012-06-21 16:37:00628 },
629 'metrics': {
[email protected]f2f0fbb92012-07-14 15:52:49630 'filepath': 'base/metrics/'\
asvitkine361b276e2016-08-30 18:45:00631 '|chrome/android/java/src/org/chromium/chrome/browser/metrics/'\
[email protected]f2f0fbb92012-07-14 15:52:49632 '|chrome/browser/metrics/'\
[email protected]f2f0fbb92012-07-14 15:52:49633 '|chrome/browser/chromeos/external_metrics'\
[email protected]b0d594d2014-02-21 03:22:12634 '|chrome/browser/extensions/api/metrics_private/'\
[email protected]f2f0fbb92012-07-14 15:52:49635 '|chrome/browser/ui/webui/metrics_handler'\
asvitkineb7e10302016-01-20 05:17:45636 '|chromecast/browser/metrics/'\
[email protected]f76c8852012-06-21 16:37:00637 '|content/browser/user_metrics.cc'\
asvitkinee4bad382015-11-05 21:56:45638 '|components/metrics/'\
asvitkineb7e10302016-01-20 05:17:45639 '|components/metrics_services_manager/'\
[email protected]ce6b855a2014-03-12 19:51:39640 '|components/rappor/'\
asvitkinee4bad382015-11-05 21:56:45641 '|components/variations/'\
[email protected]f76c8852012-06-21 16:37:00642 '|content/public/browser/user_metrics.h'\
[email protected]b0d594d2014-02-21 03:22:12643 # Exclude XML files; in particular, histograms.xml.
644 '|tools/metrics/[^.]*([.](?!xml$).*)?$',
645 },
646 'metrics_xml_files': {
647 # Subscribe to this to watch for changes to histograms.xml.
toyoshim8f51f902015-03-27 03:50:21648 'filepath': 'tools/metrics/.*\.xml$',
649 },
650 'midi': {
651 'filepath': 'midi',
[email protected]f76c8852012-06-21 16:37:00652 },
[email protected]341f218a2013-09-24 22:16:10653 'mojo': {
654 'filepath': 'mojo',
655 },
[email protected]f76c8852012-06-21 16:37:00656 'mouse_lock': {
657 'filepath': 'mouse_lock',
658 },
rjkroegef60dea862015-10-29 17:50:06659 'mus': {
ben6b0453d12016-07-02 04:27:19660 'filepath': 'services/ui/'\
rjkroegef60dea862015-10-29 17:50:06661 '|mojo/gpu/',
662 },
[email protected]f76c8852012-06-21 16:37:00663 'nacl': {
[email protected]f2f0fbb92012-07-14 15:52:49664 'filepath': 'chrome/nacl/|chrome/test/nacl/|'\
[email protected]193912d2013-09-06 17:41:56665 'chrome/browser/nacl_host/|chrome/common/nacl|'\
666 'native_client_sdk/src/doc/',
[email protected]f76c8852012-06-21 16:37:00667 },
[email protected]99ddc3d2013-01-22 16:15:33668 'native_client_sdk': {
669 'filepath': '^native_client_sdk/',
670 },
[email protected]b9ecdb62014-03-07 14:56:43671 'navigation': {
672 'filepath': 'content/browser/frame_host|'\
673 'content/browser/renderer_host/render_process_host.*|'\
674 'content/browser/renderer_host/render_view_host.*|'\
675 'content/browser/web_contents/web_contents_impl.*|'\
676 'content/renderer/render_frame.*|'\
677 'content/renderer/render_view.*'
678 },
[email protected]f76c8852012-06-21 16:37:00679 'net': {
[email protected]f2f0fbb92012-07-14 15:52:49680 'filepath': 'net/',
[email protected]f76c8852012-06-21 16:37:00681 },
682 'net_error_list': {
683 'filepath': 'net/base/net_error_list.h',
684 },
685 'net_log': {
mmenke59e4d8fb42016-06-15 21:15:28686 'filepath': 'net/log/|' \
[email protected]f2f0fbb92012-07-14 15:52:49687 'chrome/browser/net/.*net_log|' \
[email protected]f2f0fbb92012-07-14 15:52:49688 'chrome/browser/resources/net_internals/|' \
mmenke59e4d8fb42016-06-15 21:15:28689 'chrome/browser/ui/webui/net_internals/|' \
690 'components/net_log/'
[email protected]f76c8852012-06-21 16:37:00691 },
jkarlin539748402015-03-31 17:36:31692 'netinfo': {
693 'filepath': 'netinfo',
694 },
peterf4758412014-09-17 15:06:01695 'notifications': {
696 'filepath': 'chrome/browser/extensions/api/notifications/|' \
697 'chrome/browser/notifications/|' \
peter8ab156b2015-03-29 15:44:12698 'chrome/test/data/notifications/|' \
699 'content/browser/notifications/|' \
700 'content/child/notifications/|' \
701 'content/common/platform_notification|' \
702 'content/public/browser/platform_notification|' \
703 'content/public/common/platform_notification|' \
704 'content/renderer/notification_|' \
peterf4758412014-09-17 15:06:01705 'ui/message_center/'
706 },
tbansalc6f1c9f2016-09-30 22:48:42707 'nqe': {
708 'filepath': 'nqe',
709 },
[email protected]f76c8852012-06-21 16:37:00710 'ntp': {
[email protected]f2f0fbb92012-07-14 15:52:49711 'filepath': 'chrome/browser/resources/ntp4/|'\
[email protected]b7ecd5f2013-02-14 21:04:16712 'chrome/browser/resources/ntp_android/|'\
[email protected]f2f0fbb92012-07-14 15:52:49713 'chrome/browser/ui/webui/ntp/',
[email protected]f76c8852012-06-21 16:37:00714 },
mcwilliamsedee5042016-04-05 18:46:45715 'ntp_snippets': {
716 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk16a37f902016-05-16 15:49:36717 'chrome/android/javatests/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk14c89352016-07-21 13:45:13718 'chrome/android/junit/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk538dc0b62016-05-17 14:55:34719 'chrome/browser/android/ntp/ntp_snippets|'\
mcwilliamsedee5042016-04-05 18:46:45720 'chrome/browser/ntp_snippets/|'\
mvanouwerkerk41649732016-05-17 13:37:00721 'chrome/browser/resources/snippets_internals|'\
722 'chrome/browser/ui/webui/snippets_internals|'\
mcwilliamsedee5042016-04-05 18:46:45723 'components/ntp_snippets/|'\
724 'chrome/android/java/res/layout/new_tab_page|'\
noyau451e6bb62016-12-23 14:29:04725 'chrome/android/java/res/layout/most_visited|'\
726 'ios/chrome/browser/ntp_snippets'
mcwilliamsedee5042016-04-05 18:46:45727 },
treib70176c52016-07-08 14:34:19728 'ntp_tiles': {
729 'filepath': 'chrome/browser/android/ntp/|'\
730 'chrome/browser/ui/webui/ntp/|'\
731 'chrome/common/search/ntp|'\
noyau451e6bb62016-12-23 14:29:04732 'components/ntp_tiles/|'\
733 'ios/chrome/browser/ntp_tiles'
treib70176c52016-07-08 14:34:19734 },
dimichdce3ee492016-04-04 04:20:52735 'offline_pages': {
736 'filepath': 'components/offline_pages/'\
fgorski329be5b2016-04-19 21:38:11737 '|chrome/browser/android/offline_pages/'\
738 '|chrome/android/java/src/org/chromium/chrome/browser/offlinepages/'
dimichdce3ee492016-04-04 04:20:52739 },
[email protected]f76c8852012-06-21 16:37:00740 'omnibox': {
jdonnelly6fa5a21d2017-01-03 15:28:35741 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/omnibox/|'\
742 'chrome/android/javatests/src/org/chromium/chrome/browser/omnibox/|'\
743 'chrome/browser/autocomplete/|'\
744 'chrome/browser/ui/omnibox/|'\
745 'chrome/browser/ui/.*/omnibox/|'\
746 'components/omnibox/|'\
747 'ios/chrome/browser/ui/omnibox/'
[email protected]f76c8852012-06-21 16:37:00748 },
[email protected]437c44b2012-11-08 01:35:52749 'options': {
750 'filepath': 'chrome/browser/resources/options/|'\
751 'chrome/browser/ui/webui/options/',
752 },
chasej6dff9292016-02-02 20:33:12753 'origin_trials': {
754 'filepath': 'origin_trials',
755 },
[email protected]4a2078e2013-07-18 20:40:20756 'ozone': {
[email protected]f93c2c92013-10-31 18:22:44757 'filepath': 'ui/ozone/|'\
[email protected]4b66bf922013-10-28 19:49:43758 'ui/events/ozone/|'\
759 'ui/gfx/ozone/|'\
[email protected]4a2078e2013-07-18 20:40:20760 'ui/gl/gl_.*egl.*|'\
761 'ui/gl/gl_.*ozone.*'
762 },
csharrison3b1dc4062015-10-19 14:31:08763 'page_load_metrics' : {
bmcquade9f433702016-07-26 23:33:50764 'filepath': 'chrome/browser/page_load_metrics/'\
765 '|chrome/common/page_load_metrics/'\
766 '|chrome/renderer/page_load_metrics/'
csharrison3b1dc4062015-10-19 14:31:08767 },
[email protected]f76c8852012-06-21 16:37:00768 'panels': {
[email protected]7cbe5a52012-09-27 02:00:29769 'filepath': 'chrome/browser/ui/panels'\
770 '|chrome/browser/ui/cocoa/panels'\
[email protected]7cbe5a52012-09-27 02:00:29771 '|chrome/browser/ui/views/panels'
[email protected]f76c8852012-06-21 16:37:00772 },
[email protected]3cc8b3922014-05-05 13:12:08773 'password_manager': {
774 'filepath': 'chrome/.*/password_'\
775 '|chrome/browser/ui/passwords'\
776 '|chrome/browser/ui/views/passwords'\
777 '|chrome/test/data/password'\
778 '|components/autofill.*password'
779 '|components/password_'\
vabrccdb7222016-06-01 14:59:40780 '|^ios/chrome/browser/passwords'\
[email protected]3cc8b3922014-05-05 13:12:08781 },
rouslane8a22262016-10-19 20:49:41782 'payments': {
783 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/payments'\
784 '|chrome/android/javatests/src/org/chromium/chrome/browser/payments'\
mathp432cb342017-01-10 15:45:00785 '|chrome/test/data/payments'\
rouslana64ceca2016-10-26 01:10:31786 '|components/payments'\
rouslane8a22262016-10-19 20:49:41787 '|third_party/WebKit/LayoutTests/payments/'\
rouslane8a22262016-10-19 20:49:41788 '|third_party/WebKit/Source/modules/payments'\
mahmadidfac58d2016-12-19 19:11:53789 '|ios/chrome/browser/payments/'
rouslane8a22262016-10-19 20:49:41790 },
[email protected]f76c8852012-06-21 16:37:00791 'pepper_api': {
[email protected]b8491b02013-11-13 03:50:58792 'filepath': 'ppapi/api'\
793 '|ppapi/c',
[email protected]f76c8852012-06-21 16:37:00794 },
mlamourid8b0feb2015-06-02 16:30:47795 'permissions': {
796 'filepath': 'content/(child,browser)/permissions/'\
797 '|content/common/permission_*'\
798 '|content/public/(common,browser)/permission_*'\
799 '|chrome/browser/permissions/'\
800 '|chrome/browser/content_settings/permission*'\
801 '|permission_context',
802 },
[email protected]f76c8852012-06-21 16:37:00803 'plugin': {
[email protected]f2f0fbb92012-07-14 15:52:49804 'filepath': 'chrome/browser/plugin|chrome/plugin/|'\
Thiago Farinae067154bb2015-05-07 15:37:59805 'chrome/common/plugin',
[email protected]f76c8852012-06-21 16:37:00806 },
tnagelad92622a92015-10-20 10:26:30807 'policy_definitions': {
808 'filepath': 'components/policy/resources/policy_templates.json',
809 },
michaelpg11fff3f2015-02-06 03:35:34810 'polymer': {
811 'filepath': 'third_party/polymer/|'\
dbeam78528be2016-02-18 07:08:49812 'tools/polymer|'\
michaelpg11fff3f2015-02-06 03:35:34813 'ui/webui/resources/polymer_resources.grdp',
814 },
twifkak0c69c1f2015-06-22 18:20:09815 'precache': {
816 'filepath': '[pP]recache'
817 },
[email protected]be775bc2014-06-30 15:41:14818 'prepopulated_engines': {
819 'filepath': 'components/search_engines/prepopulated_engines.json',
820 },
[email protected]f76c8852012-06-21 16:37:00821 'prerender': {
[email protected]78375a52012-07-14 14:47:57822 'filepath': 'prerender'
[email protected]f76c8852012-06-21 16:37:00823 },
peter884896c72015-03-12 14:26:20824 'push_messaging': {
825 'filepath': 'push_messaging'
826 },
stkhapugin06503142016-12-07 14:32:12827 'reading_list': {
828 'filepath': 'components/reading_list|'\
829 'ios/chrome/browser/reading_list|'\
830 'ios/chrome/browser/ui/reading_list',
831 },
[email protected]f76c8852012-06-21 16:37:00832 'remoting': {
sergeyu05995a4f2017-01-24 21:26:01833 'filepath': '^remoting/' \
834 '|^testing/chromoting'
[email protected]f76c8852012-06-21 16:37:00835 },
gab57e80c72014-12-08 21:06:13836 'rlz_id': {
837 'filepath' :'rlz/lib/machine_id.cc|'\
838 'rlz/lib/machine_id.h|'\
839 'rlz/win/lib/machine_id_win.cc',
840 },
grt829c6a82014-10-20 09:29:32841 'safe_browsing': {
842 'filepath': 'chrome/(browser|common|renderer)/safe_browsing/',
843 },
vakhf8e14c92016-10-17 21:29:47844 'safe_browsing_db': {
845 'filepath': 'components/safe_browsing_db/',
846 },
rickyz0a819bfc2015-02-04 23:57:22847 'sandbox': {
848 'filepath': 'sandbox/'\
849 '|content/browser/bootstrap_sandbox_mac'\
850 '|content/browser/renderer_host/render_sandbox_host_linux'\
851 '|content/browser/renderer_host/sandbox_ipc_linux'\
852 '|content/browser/zygote_host/'\
853 '|content/common/sandbox_'\
854 '|content/zygote/'\
855 },
skyostil20dea312014-11-11 13:43:06856 'scheduler': {
rmcilroyfa5ac552015-04-09 12:33:17857 'filepath': 'cc/scheduler'\
jochen83c639f02015-04-22 17:07:37858 '|components/scheduler'\
rmcilroyfa5ac552015-04-09 12:33:17859 '|content/renderer/scheduler'
skyostil20dea312014-11-11 13:43:06860 },
mlamourid8b0feb2015-06-02 16:30:47861 'screen_orientation': {
862 'filepath': 'screen_orientation',
863 },
[email protected]21cd39b2012-06-28 01:48:40864 'search': {
[email protected]f2f0fbb92012-07-14 15:52:49865 'filepath': 'chrome/browser/ui/search/',
[email protected]21cd39b2012-06-28 01:48:40866 },
[email protected]0b431722014-01-08 07:21:51867 'service_worker': {
[email protected]edaf31d2014-03-07 00:09:17868 'filepath': 'content/(browser|renderer|child|common)/service_worker/',
[email protected]0b431722014-01-08 07:21:51869 },
dominickn8884155a2016-06-23 02:28:16870 'site_engagement': {
871 'filepath': 'chrome/browser/engagement/|'\
872 'chrome/browser/ui/webui/engagement/',
873 },
[email protected]f76c8852012-06-21 16:37:00874 'site_instance': {
[email protected]f2f0fbb92012-07-14 15:52:49875 'filepath': 'content/browser/site_instance|'\
876 'content/browser/browsing_instance',
[email protected]f76c8852012-06-21 16:37:00877 },
878 'speech': {
[email protected]f2f0fbb92012-07-14 15:52:49879 'filepath': 'chrome/browser/speech/'\
880 '|content/browser/speech/'\
881 '|content/common/.*speech'\
882 '|content/public/.*speech'
[email protected]f76c8852012-06-21 16:37:00883 },
[email protected]ad0295d2012-10-11 23:43:36884 'spellcheck': {
885 'filepath': 'chrome/browser/spellchecker/'\
timvolodine8cdb94c2016-09-22 12:17:22886 '|chrome/browser/renderer_context_menu/spelling_'\
887 '|components/spellcheck/'\
888 '|third_party/hunspell/'\
889 '|third_party/hunspell_dictionaries/',
[email protected]ad0295d2012-10-11 23:43:36890 },
[email protected]67f39af2013-08-23 20:06:05891 'streams': {
892 'filepath': 'content/browser/streams/',
893 },
vmpstrcc1c08302015-11-18 06:05:51894 'styleguide': {
895 'filepath': '^styleguide/',
896 },
[email protected]43d33e92014-07-14 16:39:31897 'supervised_users': {
898 'filepath': 'chrome/browser/.*managed_mode'\
899 '|chrome/browser/.*managed_user'\
900 '|chrome/browser/.*supervised_user',
901 },
alito438fa4332016-12-20 21:59:17902 'swreporter': {
903 'filepath': 'chrome/browser/safe_browsing/srt_'\
904 '|chrome/browser/component_updater/sw_reporter_',
905 },
[email protected]f76c8852012-06-21 16:37:00906 'sync': {
maxboguefa217942016-04-01 01:08:13907 'filepath': '^chrome/android/sync_shell/'\
908 '|^chrome/browser/ui/sync/'\
909 '|^chrome/browser/ui/views/sync/'\
910 '|^chrome/test/android/javatests/src/org/chromium/chrome/test/util/browser/sync/'\
911 '|^ios/chrome/browser/sync/'\
912 '|^chrome/android/java/src/org/chromium/chrome/browser/sync/'\
913 '|^chrome/browser/sync/'\
914 '|^components/browser_sync/'\
Max Boguefef332d2016-07-28 22:09:09915 '|^components/sync/'\
maxboguefa217942016-04-01 01:08:13916 '|^components/sync_bookmarks/'\
Max Boguefef332d2016-07-28 22:09:09917 '|^components/sync_sessions/',
[email protected]f76c8852012-06-21 16:37:00918 },
[email protected]92871a102013-07-01 11:11:41919 'syncfs': {
920 'filepath': 'sync_file_system',
921 },
miu5e69f1c52016-10-23 13:40:11922 'tab_alert_indicators': {
923 'filepath': 'content/browser/media/audio_stream_monitor'\
924 '|chrome/browser/ui/cocoa/tabs/alert_indicator_button'\
925 '|chrome/browser/ui/cocoa/tabs/tab_controller\.mm'\
926 '|chrome/browser/ui/tabs/tab_utils'\
927 '|chrome/browser/ui/views/tabs/alert_indicator_button'\
928 '|chrome/browser/ui/views/tabs/tab\.cc'\
929 '|chrome/browser/ui/views/tabs/tab_renderer_data'\
930 '|media/audio/audio_(output_controller|power_monitor)',
931 },
[email protected]82d74152013-07-28 08:55:31932 'tab_capture': {
miu5e69f1c52016-10-23 13:40:11933 'filepath': 'cc/output/copy_output_'\
[email protected]31ef420b2014-08-13 21:19:13934 '|chrome/browser/extensions/api/tab_capture/'\
miu5e69f1c52016-10-23 13:40:11935 '|chrome/renderer/resources/extensions/tab_capture_custom_bindings.js'\
[email protected]31ef420b2014-08-13 21:19:13936 '|chrome/test/data/extensions/api_test/tab_capture/'\
[email protected]31ef420b2014-08-13 21:19:13937 '|content/browser/media/capture/'\
miu5e69f1c52016-10-23 13:40:11938 '|content/browser/renderer_host/delegated_frame_host'\
[email protected]31ef420b2014-08-13 21:19:13939 '|content/browser/renderer_host/media/(audio_'\
940 '|media_stream_manager|video_)'\
miu5e69f1c52016-10-23 13:40:11941 '|content/public/renderer/media_stream_'\
942 '|content/renderer/media/(media_stream|(.+audio_source))'\
[email protected]31ef420b2014-08-13 21:19:13943 '|media/audio/(audio_output_controller|fake_audio_|virtual_audio_)'\
944 '|media/base/video_frame\.h'\
miu5e69f1c52016-10-23 13:40:11945 '|media/capture/',
[email protected]82d74152013-07-28 08:55:31946 },
[email protected]f76c8852012-06-21 16:37:00947 'tab_contents': {
[email protected]f2f0fbb92012-07-14 15:52:49948 'filepath': 'chrome/browser/tab_contents/|'\
949 'content/browser/tab_contents/|'\
950 'chrome/browser/ui/tab_contents/',
[email protected]f76c8852012-06-21 16:37:00951 },
952 'task_manager': {
953 'filepath': 'task_manager'
954 },
[email protected]5e105332012-09-13 01:55:52955 'tcmalloc': {
956 'filepath': 'third_party/tcmalloc'
957 },
[email protected]31a10602012-11-21 01:51:26958 'telemetry': {
nednguyen79105d422016-04-18 01:38:42959 'filepath': 'tools/perf/'
[email protected]31a10602012-11-21 01:51:26960 },
[email protected]f76c8852012-06-21 16:37:00961 'tests': {
[email protected]f2f0fbb92012-07-14 15:52:49962 'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/',
[email protected]0cde05a02011-11-30 23:36:52963 },
jlkleinecc81952016-11-19 00:16:07964 'tether': {
965 'filepath': 'components/cryptauth/'\
966 '|chromeos/components/tether/'\
967 '|components/proximity_auth/',
968 },
[email protected]1cbbb30b2011-10-14 08:03:56969 'textinput': {
[email protected]f2f0fbb92012-07-14 15:52:49970 'filepath': 'content/browser/renderer_host/gtk_im'\
971 '|content/browser/renderer_host/gtk_key'\
972 '|content/browser/renderer_host/render_widget_host_view'\
973 '|content/browser/renderer_host/text_input'\
974 '|ui/base/ime/'\
975 '|ui/base/gtk/event'\
976 '|ui/base/gtk/gtk_im'\
977 '|ui/base/keycodes/'\
978 '|ui/base/win/ime'\
979 '|ui/views/controls/textfield/'\
980 '|ui/views/ime/'
[email protected]1cbbb30b2011-10-14 08:03:56981 },
[email protected]3a117c62011-11-29 04:28:02982 'textinput_chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:49983 'filepath': 'chrome/browser/chromeos/input_method/'\
984 '|chrome/browser/chromeos/extensions/input_method'\
985 '|chrome/browser/chromeos/status/input_method'\
986 '|chrome/browser/extensions/extension_input_'\
987 '|chrome/browser/resources/keyboard'\
988 '|chrome/browser/resources/options/language'\
[email protected]ef03eae2011-11-30 08:43:43989 '|chrome/browser/ui/webui/options/'\
[email protected]f2f0fbb92012-07-14 15:52:49990 'chromeos/.*(language|keyboard)'\
[email protected]6bd9e802013-04-18 06:40:42991 '|chrome/browser/ui/webui/options/language'\
992 '|chromeos/ime/*'
[email protected]3a117c62011-11-29 04:28:02993 },
chirantan96fcf6d2015-01-21 22:36:19994 'timers': {
995 'filepath': 'base/timer/'\
996 '|components/timers/'
997 },
[email protected]f76c8852012-06-21 16:37:00998 'tools': {
[email protected]f2f0fbb92012-07-14 15:52:49999 'filepath': 'tools/',
[email protected]6bea7b42011-10-19 19:47:091000 },
robliaofd54b5c2017-01-13 00:41:301001 'tools_win_chromeexts': {
1002 'filepath': 'tools/win/chromeexts',
1003 },
[email protected]c8eb7f72013-07-04 15:30:111004 'tracing': {
1005 'filepath': 'base/debug/trace_event.*'\
primianobef13b42015-01-30 15:29:311006 '|base/trace_event/'\
[email protected]c8eb7f72013-07-04 15:30:111007 '|content/browser/tracing/'\
1008 '|components/tracing/'
1009 },
[email protected]cf428f732012-10-02 20:48:151010 'ui_compositor': {
1011 'filepath': 'ui/compositor/layer\.|'\
1012 'ui/compositor/layer_unittest|'\
1013 'ui/compositor/compositor',
1014 },
robliao2c4b7492016-07-19 01:57:261015 'ui_display_win': {
1016 'filepath': '^ui/display/win',
1017 },
[email protected]6b5093c2012-05-23 19:10:181018 'ui_resources': {
[email protected]f2f0fbb92012-07-14 15:52:491019 'filepath': 'ui/resources/'\
1020 '|ui/base/native_theme/resources/'\
1021 '|chrome/app/theme/'
[email protected]6b5093c2012-05-23 19:10:181022 },
[email protected]f76c8852012-06-21 16:37:001023 'valgrind': {
1024 'filepath': 'valgrind',
1025 },
[email protected]c73ec8ab2014-01-16 20:35:231026 'version_assembly': {
1027 'filepath': 'chrome/app/version_assembly',
1028 },
posciak62a72272016-05-11 08:31:241029 'video': {
1030 'filepath': 'content/browser/renderer_host/media/|'\
1031 'content/renderer/media/|'\
1032 'media/capture/video/|'\
1033 'media/filters/|'\
1034 'media/gpu/|'\
1035 '.*video.*',
1036 },
mcasas09e881c2016-04-09 02:09:501037 'video_capture': {
1038 'filepath': 'chrome/browser/media/.*(capture|media|webrtc)'\
1039 '|content/browser/renderer_host/media/.*(capture|media)'\
1040 '|content/renderer/media/.*(capture|media|webrtc)'\
1041 '|media/capture/'\
chfremer2a01a69b2017-01-06 02:39:011042 '|media/muxers/'\
1043 '|services/video_capture/',
mcasas09e881c2016-04-09 02:09:501044 },
[email protected]f76c8852012-06-21 16:37:001045 'views': {
1046 # Applies to all files and subdirs within this directory.
[email protected]f2f0fbb92012-07-14 15:52:491047 'filepath': '^ui/views/',
[email protected]f76c8852012-06-21 16:37:001048 },
[email protected]f47d871a2013-10-11 22:14:151049 'views_corewm': {
1050 'filepath': 'ui/views/corewm/',
[email protected]3fc918142013-10-12 01:42:171051 },
[email protected]ef514a32014-02-26 01:02:351052 'virtual_keyboard': {
1053 'filepath': 'ui/keyboard/'\
1054 'chrome/test/data/chromeos/virtual_keyboard/'\
1055 'chrome/common/extensions/api/virtual_keyboard',
1056 },
billorr3c7e1442016-11-11 21:21:351057 'virtual_reality': {
1058 'filepath': 'vr_shell/|'\
1059 '/vr/|'\
1060 'third_party/gvr',
1061 },
mcasas09e881c2016-04-09 02:09:501062 'webrtc_browser_tests': {
1063 'filepath': 'chrome/browser/media/.*webrtc.*browsertest|'\
1064 'content/browser/media/.*webrtc.*browsertest',
1065 },
[email protected]208879542012-07-05 11:15:341066 'website_settings': {
[email protected]f2f0fbb92012-07-14 15:52:491067 'filepath': 'chrome/browser/content_settings/'\
1068 '|chrome/browser/ui/views/website_settings/'\
1069 '|chrome/browser/ui/website_settings/'\
mukai077089f2014-09-11 18:41:521070 '|chrome/common/content_settings'\
1071 '|components/content_settings/',
[email protected]208879542012-07-05 11:15:341072 },
[email protected]b17d9e02014-07-29 09:45:501073 'windows_sandboxing': {
1074 'filepath': 'sandbox/win/',
1075 },
[email protected]f76c8852012-06-21 16:37:001076 'x11': {
[email protected]f2f0fbb92012-07-14 15:52:491077 'filepath': 'content/browser/renderer_host/backing_store_x\.' \
1078 '|chrome/browser/chromeos/input_method/xkeyboard\.' \
1079 '|chrome/browser/chromeos/system_key_event_listener\.' \
[email protected]f76c8852012-06-21 16:37:001080 '|chrome/browser/chromeos/'\
[email protected]f2f0fbb92012-07-14 15:52:491081 'xinput_hierarchy_changed_event_listener\.' \
1082 '|chrome/browser/chromeos/wm_' \
1083 '|ui/base/x/'
[email protected]0d710852012-05-24 01:18:401084 },
wjmaclean3ff6a402015-03-31 19:00:201085 'zoom': {
1086 'filepath': 'chrome/browser/ui/zoom/' \
1087 '|components/ui/zoom/' \
1088 '|content/browser/host_zoom_*' \
1089 '|content/browser/storage_partition_impl*' \
1090 '|content/public/browser/host_zoom_map.h' \
1091 '|content/public/browser/storage_partition.h'
1092 },
timlohd035d572015-09-25 15:28:021093
1094 'blink': {
1095 'filepath': 'third_party/WebKit/',
1096 },
1097 'blink_accessibility': {
1098 'filepath': 'third_party/WebKit/.*(accessibility|AXObjectCache|WebAX)'
1099 },
1100 'blink_animation': {
1101 'filepath': 'third_party/WebKit/.*([Aa]nimat|[Tt]ransition)',
1102 },
1103 'blink_app_banner': {
1104 'filepath': 'third_party/WebKit/Source/modules/app_banner' \
1105 '|third_party/WebKit/public/platform/modules/app_banner',
1106 },
1107 'blink_audio': {
1108 'filepath': 'third_party/WebKit/Source/platform/audio' \
1109 '|third_party/WebKit/Source/modules/webaudio',
1110 },
1111 'blink_battery_status': {
1112 'filepath': 'third_party/WebKit/Source/modules/battery/' \
1113 '|third_party/WebKit/LayoutTests/battery-status/' \
1114 '|third_party/WebKit/Source/core/frame/PlatformEvent(Controller|Dispatcher)'
1115 },
1116 'blink_bidi': {
1117 'filepath': 'third_party/WebKit/Source/platform/text/.*Bidi' \
1118 '|third_party/WebKit/Source/core/rendering/.*Bidi',
1119 },
1120 'blink_bindings': {
1121 'filepath': 'third_party/WebKit/Source/bindings',
1122 },
jbroman9ac2d532016-09-01 18:20:081123 'blink_bindings_serialization': {
1124 'filepath': 'third_party/WebKit/Source/bindings/(core|modules)/v8/.*[Ss]erializ',
1125 },
timlohd035d572015-09-25 15:28:021126 'blink_bluetooth': {
1127 'filepath': 'third_party/WebKit/.*[Bb]luetooth'
1128 },
1129 'blink_canvas2d': {
1130 'filepath': 'third_party/WebKit/Source/core/html/canvas' \
1131 '|third_party/WebKit/Source/core/html/HTMLCanvasElement' \
1132 '|third_party/WebKit/Source/modules/canvas2d' \
1133 '|third_party/WebKit/Source/platform/graphics/Canvas2D',
1134 },
1135 'blink_clipboard': {
1136 'filepath': 'third_party/WebKit/Source/core/clipboard' \
1137 '|third_party/WebKit/Source/core/page/.*Drag' \
1138 '|third_party/WebKit/Source/platform/.*Drag' \
1139 '|third_party/WebKit/Source/platform/clipboard' \
1140 '|third_party/WebKit/Source/web/.*Drag' \
1141 '|third_party/WebKit/public/platform/.*Drag' \
1142 '|third_party/WebKit/public/web/.*Drag',
1143 },
1144 'blink_content_security_policy': {
1145 'filepath': 'third_party/WebKit/Source/core/frame/csp' \
1146 '|third_party/WebKit/Source/core/events/SecurityPolicyViolationEvent' \
1147 '|third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy'
1148 },
1149 'blink_css': {
1150 'filepath': 'third_party/WebKit/Source/core/css',
1151 },
1152 'blink_css_grid_layout': {
1153 'filepath': 'third_party/WebKit/Source/core/layout/.*Grid' \
1154 '|third_party/WebKit/Source/core/paint/.*Grid' \
1155 '|third_party/WebKit/Source/core/css/.*Grid' \
1156 '|third_party/WebKit/LayoutTests/fast/css-grid-layout/' \
1157 '|third_party/WebKit/LayoutTests/ietestcenter/css3/grid/' \
1158 '|third_party/WebKit/LayoutTests/platform/.*/fast/css-grid-layout/' \
1159 '|third_party/WebKit/LayoutTests/platform/.*/ietestcenter/css3/grid/'
1160 },
1161 'blink_css_flexbox': {
1162 'filepath': 'third_party/WebKit/Source/core/rendering/.*Flex' \
1163 '|third_party/WebKit/LayoutTests/fast/deprecated-flexbox/' \
1164 '|third_party/WebKit/LayoutTests/css3/flexbox/' \
1165 '|third_party/WebKit/LayoutTests/ietestcenter/css3/flexbox/'
1166 },
1167 'blink_css_fragmentation_tests': {
1168 'filepath': 'third_party/WebKit/LayoutTests/fast/multicol/' \
mstensho6471a3d2015-11-25 12:31:021169 '|third_party/WebKit/LayoutTests/fast/pagination/' \
1170 '|third_party/WebKit/LayoutTests/printing/'
timlohd035d572015-09-25 15:28:021171 },
1172 'blink_css_regions': {
1173 'filepath': 'third_party/WebKit/Source/core/rendering/.*(Region|FlowThread)' \
1174 '|third_party/WebKit/Source/core/dom/NodeRendering' \
1175 '|third_party/WebKit/Source/core/dom/.*NamedFlow' \
1176 '|third_party/WebKit/Source/core/css/.*Region' \
1177 '|third_party/WebKit/LayoutTests/compositing/regions/' \
1178 '|third_party/WebKit/LayoutTests/fast/regions/' \
1179 '|third_party/WebKit/LayoutTests/platform/chromium.*/fast/regions/'
1180 },
1181 'blink_custom_elements': {
dominicc05d120d2016-05-16 01:13:401182 'filepath': 'third_party/WebKit/Source/core/dom/custom/' \
timlohd035d572015-09-25 15:28:021183 '|third_party/WebKit/Source/bindings/v8/.*CustomElement',
1184 },
1185 'blink_device_light': {
1186 'filepath': 'third_party/WebKit/Source/modules/device_light/' \
1187 '|third_party/WebKit/LayoutTests/fast/dom/DeviceLight/'
1188 },
1189 'blink_device_orientation': {
1190 'filepath': 'third_party/WebKit/Source/modules/device_orientation/' \
1191 '|third_party/WebKit/LayoutTests/fast/dom/DeviceMotion/' \
1192 '|third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/' \
1193 '|third_party/WebKit/Source/core/frame/PlatformEvent(Controller|Dispatcher)' \
1194 '|third_party/WebKit/Source/core/frame/DeviceSingleWindowEventController'
1195 },
1196 'blink_devtools': {
1197 'filepath': 'third_party/WebKit/.*(inspector|DevTools|devtools)',
1198 },
1199 'blink_dom': {
1200 'filepath': 'third_party/WebKit/Source/core/dom/'
1201 },
1202 'blink_events': {
1203 'filepath': 'third_party/WebKit/Source/core/page/.*Event' \
1204 '|third_party/WebKit/Source/core/dom/.*Event' \
1205 '|third_party/WebKit/Source/core/css/.*Event' \
1206 '|third_party/WebKit/Source/platform/.*Event'
1207 },
1208 'blink_fetch': {
1209 'filepath': 'third_party/WebKit/Source/core/fetch',
1210 },
1211 'blink_heap': {
1212 'filepath': 'third_party/WebKit/Source/platform/heap' \
harakenbc02f102017-01-05 08:46:151213 '|base/allocator/partition_allocator/'
timlohd035d572015-09-25 15:28:021214 },
1215 'blink_html': {
1216 'filepath': 'third_party/WebKit/Source/core/html/'
1217 },
1218 'blink_loader': {
1219 'filepath': 'third_party/WebKit/Source/core/loader',
1220 },
haraken04143c62016-03-31 08:48:561221 'blink_modules': {
1222 'filepath': 'third_party/WebKit/Source/modules'
1223 },
timlohd035d572015-09-25 15:28:021224 'blink_notifications': {
1225 'filepath': 'third_party/WebKit/LayoutTests/http/tests/notifications' \
1226 '|third_party/WebKit/Source/modules/notifications' \
1227 '|third_party/WebKit/public/platform/modules/notifications'
1228 },
1229 'blink_owners': {
1230 'filepath': 'third_party/WebKit/.*OWNERS',
1231 },
1232 'blink_paint': {
1233 'filepath': 'third_party/WebKit/Source/core/paint/'
1234 },
1235 'blink_permissions': {
1236 'filepath': 'third_party/WebKit/Source/modules/permissions/' \
1237 '|third_party/WebKit/public/platform/modules/permissions/',
1238 },
1239 'blink_preloadScanner': {
1240 'filepath': 'third_party/WebKit/Source/core/html/parser/HTMLPreloadScanner',
1241 },
1242 'blink_public_api': {
1243 'filepath': 'third_party/WebKit/public'
1244 },
1245 'blink_push_messaging': {
1246 'filepath': 'third_party/WebKit/LayoutTests/http/tests/push_messaging' \
1247 '|third_party/WebKit/Source/modules/push_messaging' \
1248 '|third_party/WebKit/public/platform/modules/push_messaging'
1249 },
kinuko533a1692015-12-21 08:57:251250 'blink_platform': {
1251 'filepath': 'third_party/WebKit/Source/platform'
1252 },
timlohd035d572015-09-25 15:28:021253 'blink_platform_graphics': {
1254 'filepath': 'third_party/WebKit/Source/platform/fonts' \
1255 '|third_party/WebKit/Source/platform/geometry' \
1256 '|third_party/WebKit/Source/platform/graphics'
1257 },
1258 'blink_indexed_db': {
1259 'filepath': 'third_party/WebKit/Source/modules/indexeddb/' \
1260 '|third_party/WebKit/Source/web/.*IDB' \
1261 '|third_party/WebKit/LayoutTests/storage/indexeddb' \
1262 '|third_party/WebKit/public/platform/.*IDB'
1263 },
dtapuska1f997a12016-03-14 19:22:071264 'blink_input': {
1265 'filepath': 'third_party/WebKit/Source/core/input/'
1266 },
timlohd035d572015-09-25 15:28:021267 'blink_layout': {
1268 'filepath': 'third_party/WebKit/Source/core/layout' \
1269 '|third_party/WebKit/Source/core/rendering'
1270 },
ojan21576e22016-08-17 21:43:461271 'blink_layout_ng': {
1272 'filepath': 'third_party/WebKit/Source/core/layout/ng',
1273 },
timlohd035d572015-09-25 15:28:021274 'blink_layers': {
1275 'filepath': 'third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator' \
1276 '|third_party/WebKit/Source/platform/graphics/GraphicsLayer' \
1277 '|third_party/WebKit/Source/core/layout/Layer'
1278 },
1279 'blink_prerender': {
1280 'filepath': 'third_party/WebKit/.*(Prerender|loader/LinkLoader|html/HTMLLinkElement)'
1281 },
1282 'blink_client_hints': {
1283 'filepath': 'third_party/WebKit/Source/core/loader/AcceptClientHints*' \
1284 '|third_party/WebKit/Source/core/loader/FrameFetchContext*' \
1285 '|third_party/WebKit/Source/core/fetch/FetchContext*' \
1286 '|third_party/WebKit/Source/core/fetch/ImageResource*' \
1287 '|third_party/WebKit/Source/core/fetch/ResourceFetcher*'
1288 },
1289 'blink_track': {
1290 'filepath': 'third_party/WebKit/Source/core/html/track/' \
1291 '|third_party/WebKit/Source/core/loader/TextTrack' \
1292 '|third_party/WebKit/Source/core/html/HTMLMediaElement' \
1293 '|third_party/WebKit/Source/core/html/HTMLTrackElement' \
1294 '|third_party/WebKit/Source/core/html/shadow/MediaControl' \
1295 '|third_party/WebKit/Source/core/css/mediaControl' \
1296 '|third_party/WebKit/LayoutTests/media/track/'
1297 },
1298 'blink_media': {
1299 'filepath': 'third_party/WebKit/Source/core/css/mediaControls' \
1300 '|third_party/WebKit/Source/core/html/.*(Audio|Media|Video)' \
1301 '|third_party/WebKit/Source/core/html/shadow/MediaControl' \
1302 '|third_party/WebKit/Source/core/layout/LayoutMedia' \
1303 '|third_party/WebKit/Source/core/layout/LayoutTextTrackContainerElement' \
1304 '|third_party/WebKit/Source/modules/(encryptedmedia|mediasource)' \
1305 '|third_party/WebKit/Source/platform/drm/' \
1306 '|third_party/WebKit/Source/platform/graphics/media/' \
1307 '|third_party/WebKit/Source/web/.*Media' \
1308 '|third_party/WebKit/LayoutTests/media/' \
1309 '|third_party/WebKit/public/.*Media'
1310 },
1311 'blink_media_queries': {
1312 'filepath': 'third_party/WebKit/Source/core/css/CSSMediaRule' \
1313 '|third_party/WebKit/Source/core/css/MediaList' \
1314 '|third_party/WebKit/Source/core/css/MediaQuery' \
1315 '|third_party/WebKit/Source/core/css/parser/MediaQuery'
1316 },
1317 'blink_navigator_content_utils': {
1318 'filepath': 'third_party/WebKit/Source/modules/navigatorcontentutils' \
1319 '|third_party/WebKit/LayoutTests/fast/dom/navigatorcontentutils'
1320 },
1321 'blink_out_of_process_frames': {
1322 'filepath': 'third_party/WebKit/Source/core/frame/FrameOwner' \
dcheng10f6a9c2016-05-06 16:40:031323 '|third_party/WebKit/Source/core/frame/Frame\.' \
timlohd035d572015-09-25 15:28:021324 '|third_party/WebKit/Source/web/WebFrame' \
1325 '|third_party/WebKit/Source/web/WebRemoteFrameImpl'
1326 },
1327 'blink_fileapi': {
1328 'filepath': 'third_party/WebKit/Source/modules/filesystem/' \
1329 '|third_party/WebKit/Source/core/fileapi/' \
1330 '|third_party/WebKit/Source/platform/.*File' \
1331 '|third_party/WebKit/Source/web/.*File' \
1332 '|third_party/WebKit/LayoutTests/fast/file' \
1333 '|third_party/WebKit/public/.*File'
1334 },
1335 'blink_quota': {
1336 'filepath': 'third_party/WebKit/Source/modules/quota/' \
1337 '|third_party/WebKit/Source/web/.*Quota' \
1338 '|third_party/WebKit/public/.*Quota'
1339 },
mcasas09e881c2016-04-09 02:09:501340 'blink_mediacapturefromelement': {
1341 'filepath': 'third_party/WebKit/Source/modules/mediacapture/' \
1342 '|third_party/WebKit/Source/platform/exported/WebCanvasCapture' \
1343 '|third_party/WebKit/LayoutTests/fast/mediacapturefromelement/' \
1344 '|third_party/WebKit/public/platform/WebCanvasCapture'
1345 },
1346 'blink_mediarecorder': {
1347 'filepath': 'third_party/WebKit/Source/modules/mediarecorder/' \
1348 '|third_party/WebKit/Source/platform/exported/WebMediaRecorder' \
1349 '|third_party/WebKit/LayoutTests/fast/mediarecorder/' \
1350 '|third_party/WebKit/public/platform/WebMediaRecorder'
1351 },
timlohd035d572015-09-25 15:28:021352 'blink_mediastream': {
1353 'filepath': 'third_party/WebKit/Source/modules/mediastream/' \
1354 '|third_party/WebKit/Source/platform/mediastream/' \
1355 '|third_party/WebKit/Source/platform/exported/WebMediaStream' \
1356 '|third_party/WebKit/Source/platform/exported/WebRTC' \
1357 '|third_party/WebKit/LayoutTests/fast/mediastream/'
1358 },
1359 'blink_geolocation': {
1360 'filepath': 'third_party/WebKit/LayoutTests/fast/dom/Geolocation/' \
1361 '|third_party/WebKit/Source/modules/geolocation/' \
1362 '|third_party/WebKit/Source/web/.*Geolocation' \
1363 '|third_party/WebKit/public/web/.*Geolocation'
1364 },
1365 'blink_htmlparser': {
1366 'filepath': 'third_party/WebKit/Source/core/html/parser/'
1367 },
1368 'blink_screen_orientation': {
1369 'filepath': 'third_party/WebKit/Source/modules/screen_orientation/' \
1370 '|third_party/WebKit/public/platform/modules/screen_orientation',
1371 },
1372 'blink_scheduler': {
1373 'filepath': 'third_party/WebKit/Source/platform/scheduler' \
1374 '|third_party/WebKit/Source/core/html/parser/.*Scheduler'
1375 },
1376 'blink_serviceworkers' : {
1377 'filepath': 'third_party/WebKit/Source/modules/serviceworkers' \
1378 '|third_party/WebKit/LayoutTests/http/tests/serviceworker'
1379 },
1380 'blink_serviceworkers_tests' : {
1381 'filepath': 'third_party/WebKit/LayoutTests/http/tests/serviceworker'
1382 },
timlohd035d572015-09-25 15:28:021383 'blink_spellcheck' : {
1384 'filepath': 'third_party/WebKit/Source/core/editing/spellcheck'
1385 },
jbromana7bdfdb2016-02-05 15:10:321386 'blink_spv2_layout_tests': {
1387 'filepath': 'third_party/WebKit/LayoutTests/virtual/spv2'
1388 },
timlohd035d572015-09-25 15:28:021389 'blink_style': {
1390 'filepath': 'third_party/WebKit/.*(style/|Style)',
1391 },
1392 'blink_svg': {
1393 'filepath': 'third_party/WebKit/Source/core/(layout/)?svg',
1394 },
timlohd035d572015-09-25 15:28:021395 'blink_vibration': {
1396 'filepath': 'third_party/WebKit/LayoutTests/vibration/' \
1397 '|third_party/WebKit/Source/modules/vibration/'
1398 },
1399 'blink_viewport_interaction': {
1400 'filepath': 'third_party/WebKit/Source/core/css/.*Viewport' \
1401 '|third_party/WebKit/Source/core/dom/ViewportArguments' \
1402 '|third_party/WebKit/Source/core/html/HTMLMetaElement' \
1403 '|third_party/WebKit/Source/core/page/FrameView' \
1404 '|third_party/WebKit/Source/core/page/scrolling'
1405 },
1406 'blink_w3ctests': {
tkent028ee352017-01-23 00:39:241407 'filepath': 'third_party/WebKit/LayoutTests/external/' \
timlohd035d572015-09-25 15:28:021408 '|third_party/WebKit/Tools/Scripts/webkitpy/w3c/'
1409 },
kinukoa1a73202016-05-24 06:42:361410 'blink_web': {
1411 'filepath': 'third_party/WebKit/Source/web'
1412 },
timlohd035d572015-09-25 15:28:021413 'blink_webcomponents': {
1414 'filepath': 'third_party/WebKit/Source/core/dom/shadow/' \
1415 '|third_party/WebKit/Source/core/dom/custom/' \
1416 '|third_party/WebKit/Source/core/html/imports/' \
1417 '|third_party/WebKit/Source/bindings/v8/custom/V8CustomElementConstructorCustom' \
1418 '|third_party/WebKit/Source/bindings/v8/CustomElementHelpers'
1419 },
dpranke7d5df742016-04-06 00:27:031420 'blink_tools': {
1421 'filepath': 'third_party/WebKit/Tools/'
1422 },
timlohd035d572015-09-25 15:28:021423 'blink_webp': {
1424 'filepath': 'third_party/WebKit/Source/platform/image-decoders/webp' \
1425 '|third_party/WebKit/Source/platform/image-encoders/skia/WEBP'
1426 },
1427 'blink_websockets': {
1428 'filepath': 'third_party/WebKit/Source/modules/websockets/'
1429 },
1430 'blink_workers': {
1431 'filepath': 'third_party/WebKit/Source/core/workers',
1432 },
1433 'blink_wtf': {
1434 'filepath': 'third_party/WebKit/Source/wtf',
1435 },
1436 'blink_xmlhttprequest': {
1437 'filepath': 'third_party/WebKit/Source/core/xmlhttprequest/'
tfarinad21f9472015-10-13 18:36:011438 },
1439 'test_runner': {
1440 'filepath': 'components/test_runner/' \
1441 '|content/shell/(common|browser|renderer)/layout_test/' \
1442 '|content/test/layouttest_support.cc' \
1443 '|content/public/test/layouttest_support.h' \
tfarinad21f9472015-10-13 18:36:011444 },
dominicc05d120d2016-05-16 01:13:401445 'xml': {
1446 'filepath': 'third_party/WebKit/Source/core/xml/' \
1447 '|third_party/libxml/' \
1448 '|third_party/libxslt/',
1449 },
[email protected]a3838612009-10-13 21:57:541450 },
[email protected]ca872e362011-07-12 21:06:031451
pennymac962d190432016-07-27 00:58:351452 ##############################################################################
1453 # Please keep alphabetical
1454 ##############################################################################
[email protected]a3838612009-10-13 21:57:541455 'WATCHLISTS': {
asvitkinee4bad382015-11-05 21:56:451456 'about_flags': ['[email protected]'],
mazda6471d0e2015-10-02 06:32:551457 'accelerator_table': ['[email protected]',
[email protected]f76c8852012-06-21 16:37:001458 '[email protected]'],
dmazzoni5f4b7f12015-02-17 16:35:571459 'accessibility': ['[email protected]',
1460 '[email protected]',
[email protected]f76c8852012-06-21 16:37:001461 '[email protected]',
je_julie.kima170bac2015-05-06 14:57:541462 '[email protected]',
dmazzoni5f4b7f12015-02-17 16:35:571463 '[email protected]',
[email protected]f76c8852012-06-21 16:37:001464 '[email protected]'],
agrieve4d9c1c52016-09-23 17:49:381465 'add_to_homescreen': ['[email protected]',
zpeng9351f9d2016-09-25 14:41:201466 '[email protected]',
pkotwicz2ec0b292016-09-26 17:12:321467 '[email protected]',
zpeng9351f9d2016-09-25 14:41:201468 '[email protected]'],
asvitkine361b276e2016-08-30 18:45:001469 'android_crash_reporting': ['[email protected]'],
johnmaguire6aaac7902016-03-15 12:28:201470 'android_crazy_linker': ['[email protected]'],
dfalcantaraef21e9e2016-01-07 01:16:261471 'android_infobars': ['[email protected]'],
agrieve4d9c1c52016-09-23 17:49:381472 'android_infra': ['[email protected]',
1473 '[email protected]',
mikecasec0ea0862015-10-24 00:14:321474 '[email protected]'],
agrieve4d9c1c52016-09-23 17:49:381475 'android_java': ['[email protected]'],
lizebf34f69b2016-03-30 16:08:531476 'android_loading': ['[email protected]',
drogere76b5632016-03-31 14:14:411477 '[email protected]'],
mlamourid8b0feb2015-06-02 16:30:471478 'android_media': ['[email protected]',
1479 '[email protected]'],
pennymac962d190432016-07-27 00:58:351480 'android_tab': ['[email protected]',
1481 '[email protected]'],
asvitkine361b276e2016-08-30 18:45:001482 'android_uma_settings': ['[email protected]',
1483 '[email protected]'],
zpengb9a180d2016-10-12 18:40:211484 'android_webapk': ['[email protected]'],
[email protected]7ca78dc12012-09-20 09:26:441485 'android_webview': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351486 'app_list': ['[email protected]',
pennymac962d190432016-07-27 00:58:351487 '[email protected]'],
1488 'app_shortcuts': ['[email protected]',
1489 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001490 'appcache': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351491 'apps': ['[email protected]',
1492 '[email protected]'],
lhchavez4b19176f2016-05-04 23:12:461493 'arc': ['[email protected]',
hidehiko49f0b7c2016-05-24 10:59:471494 '[email protected]',
lhchavez4b19176f2016-05-04 23:12:461495 '[email protected]',
1496 '[email protected]'],
lhchavez61532c92016-10-18 21:33:371497 'arc_auth': ['[email protected]'],
lhchavez4b19176f2016-05-04 23:12:461498 'arc_net': ['[email protected]',
1499 '[email protected]',
1500 '[email protected]'],
ejcarusoa298ec02016-06-16 20:30:431501 'arc_power': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351502 'ash': ['[email protected]',
1503 '[email protected]'],
1504 'aura': ['[email protected]',
1505 '[email protected]'],
[email protected]c3a6e1e72013-08-02 00:13:071506 'aura_compositor': ['[email protected]',
1507 '[email protected]',
pennymac962d190432016-07-27 00:58:351508 '[email protected]',
danakj3695c582016-10-26 21:54:431509 '[email protected]'],
sullivan0171e3c2015-03-03 18:47:211510 'auto_bisect': ['[email protected]'],
jdonnelly1ec60d92016-05-25 22:01:391511 'autofill': ['[email protected]',
vabraafbd4f32015-11-10 19:30:231512 '[email protected]',
sebsgbbfbea02016-10-24 21:54:591513 '[email protected]',
1514 '[email protected]',
1515 '[email protected]'],
pennymac962d190432016-07-27 00:58:351516 'background_sync': ['[email protected]',
chasej6dff9292016-02-02 20:33:121517 '[email protected]',
pennymac962d190432016-07-27 00:58:351518 '[email protected]',
1519 '[email protected]'],
pkotwicz2ec0b292016-09-26 17:12:321520 'banners': ['[email protected]',
zpeng143b4792016-10-06 20:38:121521 '[email protected]',
1522 '[email protected]'],
dmikurubee40b4062014-11-04 17:47:191523 'base_allocator': ['[email protected]',
[email protected]b17d9e02014-07-29 09:45:501524 '[email protected]'],
[email protected]1ed5e0fd2012-07-19 00:19:051525 'base_memory': ['[email protected]'],
robliao1644d8b2016-04-11 15:39:591526 'base_task_scheduler': ['[email protected]',
1527 '[email protected]',
1528 '[email protected]'],
pennymac962d190432016-07-27 00:58:351529 'base_win': ['[email protected]',
1530 '[email protected]'],
vmpstrdeec20e2016-11-18 22:17:321531 'base': ['[email protected]'],
[email protected]7e093d4022014-06-26 19:19:551532 'battery_status': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351533 'blink': ['[email protected]'],
1534 'blink_accessibility': ['[email protected]',
1535 '[email protected]',
horo8e9a01572016-07-27 06:05:311536 '[email protected]',
pennymac962d190432016-07-27 00:58:351537 '[email protected]'],
1538 'blink_animation': ['[email protected]',
1539 '[email protected]',
1540 '[email protected]',
1541 '[email protected]',
1542 '[email protected]'],
1543 'blink_app_banner': ['[email protected]'],
1544 'blink_audio': ['[email protected]',
1545 '[email protected]'],
1546 'blink_battery_status': ['[email protected]',
1547 '[email protected]'],
1548 'blink_bidi': ['[email protected]'],
1549 'blink_bindings': ['[email protected]'],
jbroman9ac2d532016-09-01 18:20:081550 'blink_bindings_serialization': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351551 'blink_bluetooth': ['[email protected]',
1552 '[email protected]'],
1553 'blink_canvas2d': ['[email protected]',
1554 '[email protected]',
1555 '[email protected]',
1556 '[email protected]'],
1557 'blink_client_hints': ['[email protected]'],
1558 'blink_clipboard': ['[email protected]'],
1559 'blink_css': ['[email protected]',
1560 '[email protected]',
horo8e9a01572016-07-27 06:05:311561 '[email protected]',
pennymac962d190432016-07-27 00:58:351562 '[email protected]',
1563 '[email protected]'],
1564 'blink_css_flexbox': ['[email protected]'],
1565 'blink_css_fragmentation_tests': ['[email protected]'],
1566 'blink_css_grid_layout': ['[email protected]',
horo8e9a01572016-07-27 06:05:311567 '[email protected]',
pennymac962d190432016-07-27 00:58:351568 '[email protected]'],
1569 'blink_css_regions': ['[email protected]'],
1570 'blink_custom_elements': ['[email protected]',
1571 '[email protected]'],
1572 'blink_device_light': ['[email protected]',
1573 '[email protected]'],
1574 'blink_device_orientation': ['[email protected]',
1575 '[email protected]'],
1576 'blink_devtools': ['[email protected]',
1577 '[email protected]',
1578 '[email protected]',
1579 '[email protected]',
1580 '[email protected]',
lushnikovc5bd7ca2016-07-27 17:19:391581 '[email protected]'],
pennymac962d190432016-07-27 00:58:351582 'blink_dom': ['[email protected]',
1583 '[email protected]',
1584 '[email protected]',
1585 '[email protected]',
1586 '[email protected]'],
1587 'blink_events': ['[email protected]',
1588 '[email protected]',
1589 '[email protected]',
1590 '[email protected]'],
1591 'blink_fetch': ['[email protected]',
1592 '[email protected]',
1593 '[email protected]',
1594 '[email protected]'],
1595 'blink_fileapi': ['[email protected]',
1596 '[email protected]',
1597 '[email protected]'],
1598 'blink_geolocation': ['[email protected]',
1599 '[email protected]',
1600 '[email protected]'],
1601 'blink_heap': ['[email protected]',
1602 '[email protected]',
1603 '[email protected]',
1604 '[email protected]'],
1605 'blink_html': ['[email protected]',
1606 '[email protected]'],
csharrisonf357e9632016-07-29 01:27:221607 'blink_htmlparser': ['[email protected]',
1608 '[email protected]'],
pennymac962d190432016-07-27 00:58:351609 'blink_indexed_db': ['[email protected]',
1610 '[email protected]'],
1611 'blink_input': ['[email protected]',
nzolghadr773a1982016-10-18 21:26:451612 '[email protected]'],
pennymac962d190432016-07-27 00:58:351613 'blink_layers': ['[email protected]'],
1614 'blink_layout': ['[email protected]',
1615 '[email protected]',
1616 '[email protected]',
1617 '[email protected]',
1618 '[email protected]',
1619 '[email protected]',
1620 '[email protected]'],
cbiesinger46ecaae2016-09-09 18:44:561621 'blink_layout_ng': ['[email protected]',
gleblc60d6632016-09-13 19:49:461622 '[email protected]',
atotic30c8eba2016-10-28 13:24:071623 '[email protected]',
dgroganf9744ea2017-01-18 23:23:261624 '[email protected]',
atotic30c8eba2016-10-28 13:24:071625 '[email protected]'],
pennymac962d190432016-07-27 00:58:351626 'blink_loader': ['[email protected]',
1627 '[email protected]',
1628 '[email protected]',
1629 '[email protected]'],
1630 'blink_media': ['[email protected]',
1631 '[email protected]',
srirama.mdec4f512016-09-06 08:22:191632 '[email protected]',
1633 '[email protected]'],
pennymac962d190432016-07-27 00:58:351634 'blink_media_queries': ['[email protected]',
1635 '[email protected]'],
1636 'blink_mediacapturefromelement': ['[email protected]',
1637 '[email protected]'],
1638 'blink_mediarecorder': ['[email protected]',
1639 '[email protected]'],
1640 'blink_mediastream': ['[email protected]',
1641 '[email protected]'],
1642 'blink_modules': ['[email protected]'],
1643 'blink_navigator_content_utils': ['[email protected]'],
awdf2e270242016-09-06 16:21:341644 'blink_notifications': ['[email protected]',
1645 '[email protected]'],
pennymac962d190432016-07-27 00:58:351646 'blink_out_of_process_frames': ['[email protected]',
1647 '[email protected]'],
1648 'blink_owners': ['[email protected]'],
1649 'blink_paint' : ['[email protected]',
chrishtr4030de342016-10-03 23:57:591650 '[email protected]'],
pennymac962d190432016-07-27 00:58:351651 'blink_permissions': ['[email protected]'],
kinukoc462adb2016-12-22 12:58:491652 'blink_platform': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351653 'blink_platform_graphics': ['[email protected]',
horo8e9a01572016-07-27 06:05:311654 '[email protected]',
pennymac962d190432016-07-27 00:58:351655 '[email protected]',
1656 '[email protected]',
1657 '[email protected]',
1658 '[email protected]',
1659 '[email protected]',
1660 '[email protected]',
1661 '[email protected]',
1662 '[email protected]',
1663 '[email protected]',
1664 '[email protected]',
1665 '[email protected]'],
1666 'blink_prerender': ['[email protected]',
1667 '[email protected]'],
1668 'blink_preloadScanner': ['[email protected]'],
1669 'blink_public_api': ['[email protected]',
1670 '[email protected]'],
awdf2e270242016-09-06 16:21:341671 'blink_push_messaging': ['[email protected]',
1672 '[email protected]',
pennymac962d190432016-07-27 00:58:351673 '[email protected]'],
1674 'blink_quota': ['[email protected]',
1675 '[email protected]',
1676 '[email protected]'],
1677 'blink_scheduler': ['[email protected]'],
1678 'blink_screen_orientation': ['[email protected]'],
falken6731ece42016-10-12 01:41:501679 'blink_serviceworkers': ['[email protected]',
pennymac962d190432016-07-27 00:58:351680 '[email protected]',
1681 '[email protected]',
1682 '[email protected]',
1683 '[email protected]',
1684 '[email protected]',
1685 '[email protected]',
shimazu99de61f2016-09-07 03:57:411686 '[email protected]',
pennymac962d190432016-07-27 00:58:351687 '[email protected]'],
1688 'blink_serviceworkers_tests': ['[email protected]'],
timvolodine8cdb94c2016-09-22 12:17:221689 'blink_spellcheck' : ['[email protected]',
1690 '[email protected]'],
pennymac962d190432016-07-27 00:58:351691 'blink_spv2_layout_tests': ['[email protected]',
1692 '[email protected]'],
1693 'blink_style': ['[email protected]'],
1694 'blink_svg': ['[email protected]',
1695 '[email protected]',
1696 '[email protected]',
1697 '[email protected]',
1698 '[email protected]',
1699 '[email protected]',
1700 '[email protected]',
1701 '[email protected]'],
dpranke7d5df742016-04-06 00:27:031702 'blink_tools': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351703 'blink_track': ['[email protected]',
1704 '[email protected]',
1705 '[email protected]',
danakj40af6b562017-01-24 15:55:281706 '[email protected]'],
pennymac962d190432016-07-27 00:58:351707 'blink_vibration': ['[email protected]',
1708 '[email protected]'],
1709 'blink_viewport_interaction': ['[email protected]'],
1710 'blink_w3ctests': ['[email protected]'],
1711 'blink_web': ['[email protected]'],
1712 'blink_webcomponents': ['[email protected]',
1713 '[email protected]'],
1714 'blink_webp': ['[email protected]',
1715 '[email protected]',
1716 '[email protected]'],
1717 'blink_websockets': ['[email protected]',
1718 '[email protected]'],
1719 'blink_workers': ['[email protected]',
falken6731ece42016-10-12 01:41:501720 '[email protected]',
pennymac962d190432016-07-27 00:58:351721 '[email protected]',
shimazu99de61f2016-09-07 03:57:411722 '[email protected]',
1723 '[email protected]'],
pennymac962d190432016-07-27 00:58:351724 'blink_wtf': ['[email protected]',
1725 '[email protected]'],
1726 'blink_xmlhttprequest': ['[email protected]'],
noyauce460872016-09-09 11:54:001727 'bookmarks': ['[email protected]'],
donnd787f6ed2016-08-03 01:00:561728 'bottombar': ['[email protected]',
1729 '[email protected]'],
stevenjbdd133032015-08-07 18:37:471730 'browser_chromeos': ['[email protected]'],
[email protected]22650d22012-07-18 17:02:351731 'browser_components': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351732 'browser_compositor': ['[email protected]',
1733 '[email protected]'],
[email protected]17a2fba2013-02-07 18:46:571734 'browser_resources': ['[email protected]'],
michaelpge42ca3b32016-02-19 08:17:571735 'browser_resources_md': ['[email protected]'],
msramek878b39d92016-04-20 07:55:331736 'browsing_data': ['[email protected]',
1737 '[email protected]'],
pennymac962d190432016-07-27 00:58:351738 'bubble': ['[email protected]',
1739 '[email protected]',
1740 '[email protected]',
1741 '[email protected]'],
1742 'cache_storage': ['[email protected]',
1743 '[email protected]'],
[email protected]c9ae7a32014-03-31 22:18:591744 'cast': ['[email protected]',
[email protected]479180d22014-03-11 09:47:341745 '[email protected]',
miua1710162015-08-27 01:38:091746 '[email protected]',
[email protected]ad8ff0e2013-12-13 09:24:121747 '[email protected]',
miua1710162015-08-27 01:38:091748 '[email protected]',
1749 '[email protected]'],
ryanchung4d157372016-05-10 20:27:161750 'cast_certificate': ['[email protected]',
ryanchung24f9d7b2017-01-12 19:18:341751 '[email protected]'],
[email protected]c863702a2012-09-14 20:05:281752 'cc': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351753 'certificate_transparency': ['[email protected]',
1754 '[email protected]',
martijnccdd0542016-11-07 18:49:271755 '[email protected]',
pennymac962d190432016-07-27 00:58:351756 '[email protected]'],
1757 'chrome_elf': ['[email protected]',
1758 '[email protected]'],
[email protected]d5b21972012-07-20 02:06:011759 'chrome_views': ['[email protected]'],
alokp9d869cc12016-05-27 01:46:311760 'chromecast': ['[email protected]',
1761 '[email protected]',
halliwellfa56b3a42015-09-04 21:42:571762 '[email protected]'],
gfhuang2548f902016-02-26 02:29:211763 'chromecast_public': ['[email protected]'],
stgaocea5a9c2015-05-29 22:31:391764 'chromedriver': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351765 'chromeos': ['[email protected]'],
1766 'chromeos_attestation': ['[email protected]'],
1767 'chromeos_calculator': ['[email protected]'],
hashimoto40ecb692014-09-02 04:51:311768 'chromeos_dbus': ['[email protected]'],
alematec5187b1b2016-08-26 05:32:181769 'chromeos_geolocation': ['[email protected]'],
1770 'chromeos_login': ['[email protected]',
1771 '[email protected]'],
pennymac962d190432016-07-27 00:58:351772 'chromeos_net': ['[email protected]'],
1773 'chromeos_power': ['[email protected]'],
alematec5187b1b2016-08-26 05:32:181774 'chromeos_timezone': ['[email protected]'],
1775 'chromeos_webui': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351776 'clang_update': ['[email protected]',
thestigf023ccc2016-11-10 14:39:151777 '[email protected]',
[email protected]cf8ffa82013-02-13 08:30:071778 '[email protected]',
pennymac962d190432016-07-27 00:58:351779 '[email protected]',
rnk28bbd1772016-05-04 17:57:581780 '[email protected]',
1781 '[email protected]',
pennymac962d190432016-07-27 00:58:351782 '[email protected]',
thestigf023ccc2016-11-10 14:39:151783 '[email protected]',
pennymac962d190432016-07-27 00:58:351784 '[email protected]',
horo8e9a01572016-07-27 06:05:311785 '[email protected]',
pennymac962d190432016-07-27 00:58:351786 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001787 'clipboard': ['[email protected]'],
[email protected]18fd7a532014-08-20 23:09:511788 'closure': ['[email protected]',
dbeam78528be2016-02-18 07:08:491789 '[email protected]',
1790 '[email protected]'],
sdefresned94c5b02015-07-22 17:54:551791 'components_deps': ['[email protected]',
1792 '[email protected]',
1793 '[email protected]'],
pennymac962d190432016-07-27 00:58:351794 'content': ['[email protected]',
1795 '[email protected]'],
1796 'content_bluetooth': ['[email protected]',
1797 '[email protected]'],
1798 'content_loader': ['[email protected]',
1799 '[email protected]',
1800 '[email protected]'],
1801 'content_renderer': ['[email protected]'],
mkwst75a31a42014-09-14 18:32:531802 'content_shell': ['[email protected]',
peterc9e3e172015-11-02 09:29:161803 '[email protected]',
1804 '[email protected]'],
nhiroki90ba0102015-07-21 01:42:241805 'content_worker': ['[email protected]',
1806 '[email protected]'],
donnd787f6ed2016-08-03 01:00:561807 'contextual_search': ['[email protected]',
1808 '[email protected]'],
pennymac962d190432016-07-27 00:58:351809 'courgette': ['[email protected]',
1810 '[email protected]'],
michaelpge42ca3b32016-02-19 08:17:571811 'cr_elements': ['[email protected]',
1812 '[email protected]',
1813 '[email protected]'],
lizebf34f69b2016-03-30 16:08:531814 'custom_tabs': ['[email protected]'],
tbansalc6f1c9f2016-09-30 22:48:421815 'data_reduction_proxy': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:191816 'deep_memory_profiler': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351817 'device_bluetooth': ['[email protected]',
1818 '[email protected]'],
1819 'device_sensors': ['[email protected]',
mlamouri5cdcdf02014-11-27 15:58:591820 '[email protected]',
pennymac962d190432016-07-27 00:58:351821 '[email protected]'],
scheibabdd7d32015-02-11 22:13:081822 'developer_recommended_flags': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351823 'devtools': ['[email protected]',
1824 '[email protected]'],
kinukoc462adb2016-12-22 12:58:491825 'disk_cache': ['[email protected]'],
benjhaydendd24d5a642015-10-05 18:19:511826 'download': ['[email protected]'],
dbeam78528be2016-02-18 07:08:491827 'downloads_ui': ['[email protected]',
1828 '[email protected]'],
[email protected]9a3781d2013-04-04 18:31:401829 'drive': ['[email protected]'],
[email protected]89d2cd52013-04-16 01:55:361830 'drive_resource_metadata': ['[email protected]'],
[email protected]3a25c8a2014-06-26 06:47:101831 'eme': ['[email protected]'],
jdduke7edf3ca42015-10-26 18:20:011832 'events': ['[email protected]'],
[email protected]f9529e7922013-06-06 05:19:411833 'extension': ['[email protected]',
1834 '[email protected]'],
lunalu0a9c05422016-11-11 17:19:061835 'feature_policy': ['[email protected]',
1836 '[email protected]'],
apaciblec4093a92016-04-19 19:21:581837 'feedback_ui': ['[email protected]'],
[email protected]84dcfd92014-05-23 13:18:191838 'fileapi': ['[email protected]',
[email protected]6f217122013-11-25 07:21:481839 '[email protected]',
1840 '[email protected]'],
yoshiki1c0ba2782014-12-08 07:04:261841 'filebrowse': ['[email protected]'],
okab0be3dc2016-08-30 07:37:101842 'filesapp': ['[email protected]',
1843 '[email protected]',
1844 '[email protected]'],
1845 'filesapp_ui': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001846 'ftp': ['[email protected]'],
mmoroz58ddb8172016-09-08 18:29:551847 'fuzzing': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351848 'gcm': ['[email protected]',
1849 '[email protected]',
1850 '[email protected]'],
mikhail.pozdnyakova8db26402016-11-28 18:27:121851 'generic_sensor': ['[email protected]',
1852 '[email protected]',
1853 '[email protected]'],
pennymac962d190432016-07-27 00:58:351854 'geolocation': ['[email protected]',
1855 '[email protected]'],
[email protected]cf428f732012-10-02 20:48:151856 'gfx_geometry': ['[email protected]'],
[email protected]f93b7382012-08-09 20:53:161857 'gfx_image': ['[email protected]'],
agrieve4d9c1c52016-09-23 17:49:381858 'gn': ['[email protected]',
1859 '[email protected]',
pennymac962d190432016-07-27 00:58:351860 '[email protected]'],
[email protected]a6159102013-11-08 23:21:521861 'gpu': ['[email protected]'],
dbeam78528be2016-02-18 07:08:491862 'history_ui': ['[email protected]',
1863 '[email protected]',
1864 '[email protected]'],
[email protected]18d7e402014-07-08 19:53:141865 'hotword': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001866 'i18n': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001867 'importer': ['[email protected]'],
[email protected]8b250562014-08-12 19:07:451868 'indexed_db': ['[email protected]',
dgrogand792a7f2016-01-21 00:12:131869 '[email protected]'],
bruthigaa8281f2016-02-09 17:52:311870 'ink_drop': ['[email protected]'],
dtapuska1f997a12016-03-14 19:22:071871 'input': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351872 'installer': ['[email protected]',
1873 '[email protected]',
1874 '[email protected]'],
mmoss19826c62014-11-14 21:37:361875 'installer_linux': [ '[email protected]'],
pennymac962d190432016-07-27 00:58:351876 'instant': ['[email protected]',
pennymac962d190432016-07-27 00:58:351877 '[email protected]',
pennymac962d190432016-07-27 00:58:351878 '[email protected]',
1879 '[email protected]',
1880 '[email protected]',
1881 '[email protected]',
1882 '[email protected]',
1883 '[email protected]'],
pklb5652b522016-11-17 14:14:081884 'ios_chrome': ['[email protected]',
noyau451e6bb62016-12-23 14:29:041885 '[email protected]',
marqa4f135f2017-01-10 12:37:341886 '[email protected]',
eugenebutb5a5a8572017-01-20 01:18:111887 '[email protected]'],
marqa4f135f2017-01-10 12:37:341888 'ios_clean': ['[email protected]',
1889 '[email protected]'],
1890 'ios_showcase': ['[email protected]',
1891 '[email protected]'],
eugenebutb5a5a8572017-01-20 01:18:111892 'ios_web': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351893 'ipc': ['[email protected]',
1894 '[email protected]'],
1895 'libwebp': ['[email protected]',
1896 '[email protected]',
1897 '[email protected]'],
1898 'libvpx': ['[email protected]',
1899 '[email protected]',
1900 '[email protected]',
1901 '[email protected]'],
[email protected]04a292a2013-03-07 19:58:421902 'linux_fonts': ['[email protected]'],
[email protected]6d7e0bf2014-07-28 22:30:401903 'linux_sandboxing': ['[email protected]'],
[email protected]04a292a2013-03-07 19:58:421904 'linux_seccomp_bpf': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351905 'login': ['[email protected]'],
lgrey62faed72016-10-11 21:40:391906 'mac' : ['[email protected]'],
mlamourid8b0feb2015-06-02 16:30:471907 'manifest': ['[email protected]'],
dbeam7a734562015-09-15 18:23:171908 'md_settings': ['[email protected]',
michaelpg32ca07902015-02-07 00:31:111909 '[email protected]',
michaelpg32ca07902015-02-07 00:31:111910 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001911 'media': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351912 'media_galleries': ['[email protected]',
1913 '[email protected]'],
alokp9e369ea72e2016-06-10 05:41:091914 'media_mojo': ['[email protected]'],
apacible01538e02016-11-04 22:15:311915 'media_remoting': ['[email protected]',
erickungc2289dea2016-12-13 19:01:281916 '[email protected]',
apacible01538e02016-11-04 22:15:311917 '[email protected]',
miu5e69f1c52016-10-23 13:40:111918 '[email protected]'],
kmarshallb698ad4f2015-02-24 19:42:481919 'media_router': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001920 'message_loop': ['[email protected]'],
isherman1eee6f12014-12-09 02:14:301921 'metrics': ['[email protected]'],
[email protected]1d8899ee2014-06-10 20:58:121922 'metrics_xml_files': ['[email protected]'],
toyoshim8f51f902015-03-27 03:50:211923 'midi': ['[email protected]'],
[email protected]c3830c622013-10-10 22:00:001924 'mojo': ['[email protected]',
[email protected]62bbe812013-10-24 22:24:161925 '[email protected]',
[email protected]3bf40cb2013-10-11 19:10:491926 '[email protected]',
[email protected]0f79ff62014-04-25 23:35:531927 '[email protected]',
[email protected]84003af2014-05-02 09:37:131928 '[email protected]',
1929 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001930 'mouse_lock': ['[email protected]'],
rjkroegef60dea862015-10-29 17:50:061931 'mus': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001932 'nacl': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351933 'native_client_sdk': ['[email protected]',
1934 '[email protected]'],
1935 'navigation': ['[email protected]',
1936 '[email protected]'],
[email protected]0b6c5e92013-03-08 22:42:521937 'net': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001938 'net_error_list': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351939 'net_log': ['[email protected]',
1940 '[email protected]'],
jkarlin539748402015-03-31 17:36:311941 'netinfo': ['[email protected]'],
awdf2e270242016-09-06 16:21:341942 'notifications': ['[email protected]',
1943 '[email protected]',
pennymac962d190432016-07-27 00:58:351944 '[email protected]'],
tbansalc6f1c9f2016-09-30 22:48:421945 'nqe': ['[email protected]'],
Evan Stade459d16662015-07-07 17:04:571946 'ntp': ['[email protected]',
[email protected]0bce107762012-11-27 11:42:541947 '[email protected]'],
noyau451e6bb62016-12-23 14:29:041948 'ntp_snippets': ['[email protected]',
1949 '[email protected]'],
1950 'ntp_tiles': ['[email protected]',
1951 '[email protected]'],
pennymac962d190432016-07-27 00:58:351952 'offline_pages': ['[email protected]',
1953 '[email protected]',
1954 '[email protected]',
dewittj74b23f6f2016-04-21 19:29:251955 '[email protected]',
1956 '[email protected]',
pennymac962d190432016-07-27 00:58:351957 '[email protected]'],
jdonnelly6fa5a21d2017-01-03 15:28:351958 'omnibox': ['[email protected]'],
michaelpgf6260fbd2015-02-06 17:59:351959 'options': ['[email protected]',
1960 '[email protected]'],
iclelland8b904402016-10-05 15:01:231961 'origin_trials': ['[email protected]',
1962 '[email protected]'],
pennymac962d190432016-07-27 00:58:351963 'ozone': ['[email protected]',
1964 '[email protected]'],
csharrison3b1dc4062015-10-19 14:31:081965 'page_load_metrics' : ['[email protected]',
kinuko01cbe8a12015-10-20 09:59:061966 '[email protected]'],
pennymac962d190432016-07-27 00:58:351967 'panels': ['[email protected]',
1968 '[email protected]',
1969 '[email protected]',
1970 '[email protected]'],
mkwst17a9875d2016-06-24 10:36:391971 'password_manager': ['[email protected]',
vabraafbd4f32015-11-10 19:30:231972 '[email protected]'],
sebsgbbfbea02016-10-24 21:54:591973 'payments': ['[email protected]',
gogeralde108bcb2016-11-24 16:07:221974 '[email protected]',
1975 '[email protected]'],
pennymac962d190432016-07-27 00:58:351976 'pepper_api': ['[email protected]',
1977 '[email protected]',
1978 '[email protected]',
1979 '[email protected]',
1980 '[email protected]',
horo8e9a01572016-07-27 06:05:311981 '[email protected]',
pennymac962d190432016-07-27 00:58:351982 '[email protected]'],
raymes18e321492017-01-11 04:21:331983 'permissions': ['[email protected]',
1984 '[email protected]'],
stuartmorganf8c132922015-01-23 14:45:341985 'plugin': ['[email protected]'],
tnagelad92622a92015-10-20 10:26:301986 'policy_definitions': ['[email protected]'],
dbeam78528be2016-02-18 07:08:491987 'polymer': ['[email protected]',
1988 '[email protected]'],
twifkak0c69c1f2015-06-22 18:20:091989 'precache': ['[email protected]'],
[email protected]be775bc2014-06-30 15:41:141990 'prepopulated_engines': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351991 'prerender': ['[email protected]',
1992 '[email protected]',
1993 '[email protected]'],
1994 'push_messaging': ['[email protected]',
1995 '[email protected]',
1996 '[email protected]'],
stkhapugin06503142016-12-07 14:32:121997 'reading_list': ['[email protected]'],
[email protected]c3887592014-02-06 20:02:251998 'remoting': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351999 'rlz_id': ['[email protected]',
2000 '[email protected]',
2001 '[email protected]'],
grt829c6a82014-10-20 09:29:322002 'safe_browsing': ['[email protected]'],
vakhf8e14c92016-10-17 21:29:472003 'safe_browsing_db': ['[email protected]'],
skyostil20dea312014-11-11 13:43:062004 'scheduler': ['[email protected]'],
mlamourid8b0feb2015-06-02 16:30:472005 'screen_orientation': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352006 'service_worker': ['[email protected]',
[email protected]6d095a8b2014-02-28 15:26:162007 '[email protected]',
pennymac962d190432016-07-27 00:58:352008 '[email protected]',
[email protected]edaf31d2014-03-07 00:09:172009 '[email protected]',
pennymac962d190432016-07-27 00:58:352010 '[email protected]',
horo8e9a01572016-07-27 06:05:312011 '[email protected]',
shimazu99de61f2016-09-07 03:57:412012 '[email protected]',
pennymac962d190432016-07-27 00:58:352013 '[email protected]'],
dominickn8884155a2016-06-23 02:28:162014 'site_engagement': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352015 'site_instance': ['[email protected]',
2016 '[email protected]',
[email protected]b9ecdb62014-03-07 14:56:432017 '[email protected]'],
[email protected]ad0295d2012-10-11 23:43:362018 'spellcheck': ['[email protected]',
[email protected]18d7e402014-07-08 19:53:142019 '[email protected]',
timvolodine8cdb94c2016-09-22 12:17:222020 '[email protected]',
2021 '[email protected]'],
[email protected]67f39af2013-08-23 20:06:052022 'streams': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352023 'styleguide': ['[email protected]',
vmpstrdeec20e2016-11-18 22:17:322024 '[email protected]',
2025 '[email protected]'],
pennymac962d190432016-07-27 00:58:352026 'supervised_users': ['[email protected]'],
alito438fa4332016-12-20 21:59:172027 'swreporter': ['[email protected]',
2028 '[email protected]',
2029 '[email protected]'],
maxbogue65ea2632016-04-04 18:12:582030 'sync': ['[email protected]'],
[email protected]84dcfd92014-05-23 13:18:192031 'syncfs': ['[email protected]',
[email protected]6f217122013-11-25 07:21:482032 '[email protected]',
2033 '[email protected]'],
miu5e69f1c52016-10-23 13:40:112034 'tab_alert_indicators': ['[email protected]'],
2035 'tab_capture': ['[email protected]',
2036 '[email protected]'],
pennymac962d190432016-07-27 00:58:352037 'tab_contents': ['[email protected]',
2038 '[email protected]',
2039 '[email protected]'],
dmikurubee40b4062014-11-04 17:47:192040 'tcmalloc': ['[email protected]'],
tonygc7f6a4c12015-01-16 18:32:262041 'telemetry': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352042 'test_runner': ['[email protected]',
einbindera29577e2016-08-23 01:21:492043 '[email protected]',
2044 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002045 'tests': [],
jlkleinecc81952016-11-19 00:16:072046 'tether': ['[email protected]',
2047 '[email protected]',
2048 '[email protected]',
2049 '[email protected]',
2050 '[email protected]'],
pennymac962d190432016-07-27 00:58:352051 'textinput': ['[email protected]',
2052 '[email protected]',
2053 '[email protected]',
2054 '[email protected]'],
2055 'textinput_chromeos': ['[email protected]',
2056 '[email protected]',
2057 '[email protected]'],
chirantan96fcf6d2015-01-21 22:36:192058 'timers': ['[email protected]'],
robliaofd54b5c2017-01-13 00:41:302059 'tools_win_chromeexts': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352060 'tracing': ['[email protected]',
2061 '[email protected]'],
[email protected]cf428f732012-10-02 20:48:152062 'ui_compositor': ['[email protected]'],
robliao2c4b7492016-07-19 01:57:262063 'ui_display_win': ['[email protected]'],
[email protected]6b5093c2012-05-23 19:10:182064 'ui_resources': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002065 'valgrind': ['[email protected]',
timurrrr5335dbd2015-04-15 11:04:552066 '[email protected]'],
[email protected]c73ec8ab2014-01-16 20:35:232067 'version_assembly': ['[email protected]',
2068 '[email protected]'],
posciak62a72272016-05-11 08:31:242069 'video': ['[email protected]'],
chfremer2a01a69b2017-01-06 02:39:012070 'video_capture': ['[email protected]',
2071 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002072 'views': ['[email protected]'],
[email protected]ef514a32014-02-26 01:02:352073 'virtual_keyboard': ['[email protected]',
2074 '[email protected]'],
billorr3c7e1442016-11-11 21:21:352075 'virtual_reality': ['[email protected]'],
tnakamura43539232016-09-12 14:23:422076 'webrtc_browser_tests': ['[email protected]'],
raymesf5084632015-07-02 07:14:152077 'website_settings': ['[email protected]',
pennymac962d190432016-07-27 00:58:352078 '[email protected]',
2079 '[email protected]'],
2080 'windows_sandboxing': ['[email protected]',
2081 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002082 'x11': ['[email protected]',
2083 '[email protected]',
2084 '[email protected]'],
pennymac962d190432016-07-27 00:58:352085 'xml': ['[email protected]'],
wjmaclean3ff6a402015-03-31 19:00:202086 'zoom': ['[email protected]'],
[email protected]a3838612009-10-13 21:57:542087 },
2088}