blob: fd2f47b648b31d3c645e95114644e99411a0a27c [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': {
[email protected]f2f0fbb92012-07-14 15:52:49535 'filepath': 'chrome/installer/',
[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 },
[email protected]f76c8852012-06-21 16:37:00556 'ipc': {
[email protected]f2f0fbb92012-07-14 15:52:49557 'filepath': 'ipc/ipc',
[email protected]f76c8852012-06-21 16:37:00558 },
mkwstb0d1b1d2014-09-30 11:45:36559 'ipc_messages': {
560 'filepath': '_message.*.h|'\
561 '_messages.cc',
562 },
vabraafbd4f32015-11-10 19:30:23563 'login': {
564 'filepath': 'chrome/browser/ui/login'
565 },
[email protected]a3f777d2014-01-07 23:38:26566 'libwebp': {
567 'filepath': 'third_party/libwebp'
568 },
johannkoenig52381382015-09-18 22:35:25569 'libvpx': {
johannkoenig8cdf03472016-03-02 13:54:31570 'filepath': 'third_party/libvpx'
johannkoenig52381382015-09-18 22:35:25571 },
[email protected]04a292a2013-03-07 19:58:42572 'linux_fonts': {
573 'filepath': 'ui/gfx/font_render_params_.*|'\
deratcd2d6fb2015-02-12 00:10:41574 'ui/gfx/platform_font_linux.*|'\
575 'ui/gfx/render_text_harfbuzz.*',
[email protected]04a292a2013-03-07 19:58:42576 },
577 'linux_sandboxing': {
[email protected]f2f0fbb92012-07-14 15:52:49578 'filepath': 'sandbox/linux/',
[email protected]f76c8852012-06-21 16:37:00579 },
[email protected]04a292a2013-03-07 19:58:42580 'linux_seccomp_bpf': {
[email protected]d6a23612012-11-13 20:11:54581 'filepath': 'content/common/sandbox.*linux.cc',
[email protected]f76c8852012-06-21 16:37:00582 },
lgrey62faed72016-10-11 21:40:39583 'mac': {
lgrey332339b12016-12-05 17:16:40584 'filepath': '(_|/)(cocoa|mac)(_|\.)|/(cocoa|mac)/|^((?!ios\/).)*\.mm?$',
lgrey62faed72016-10-11 21:40:39585 },
mlamourid8b0feb2015-06-02 16:30:47586 'manifest': {
587 'filepath': 'content/(browser|renderer)/manifest/'\
588 '|content/public/common/manifest*',
589 },
michaelpg32ca07902015-02-07 00:31:11590 'md_settings': {
michaelpge42ca3b32016-02-19 08:17:57591 'filepath': 'chrome/browser/resources/settings/'\
michaelpg9bc66292015-09-04 22:35:19592 '|chrome/browser/ui/webui/settings/',
michaelpg32ca07902015-02-07 00:31:11593 },
[email protected]f76c8852012-06-21 16:37:00594 'media': {
[email protected]f2f0fbb92012-07-14 15:52:49595 'filepath': 'media/|third_party/(ffmpeg|openmax)/|webmediaplayer|'\
[email protected]034548d2012-07-31 20:34:00596 'audio_message_filter|video_layer|media_internals',
[email protected]f76c8852012-06-21 16:37:00597 },
[email protected]06dd23172013-06-24 21:04:51598 'media_galleries': {
599 'filepath': 'chrome/browser/extensions/api/media_galleries/'\
[email protected]06dd23172013-06-24 21:04:51600 '|chrome/browser/media_galleries/'\
601 '|chrome/browser/storage_monitor/'\
602 '|chrome/common/media_galleries/'\
603 '|chrome/test/data/extensions/api_test/media_galleries/'\
604 '|chrome/utility/itunes*'\
605 '|chrome/utility/picasa*',
606 },
alokp9e369ea72e2016-06-10 05:41:09607 'media_mojo': {
608 'filepath': 'media/mojo/*'
609 },
miu5e69f1c52016-10-23 13:40:11610 'media_remoting': {
611 'filepath': 'chrome/browser/media/cast_remoting'\
612 '|media/blink/webmediaplayer_'\
613 '|media/mojo/interfaces/remoting.mojom'\
614 '|media/remoting/',
615 },
kmarshallb698ad4f2015-02-24 19:42:48616 'media_router': {
617 'filepath': 'chrome/browser/media/router/*' \
618 '|chrome/app/theme/*/common/media_router*' \
619 '|chrome/browser/resources/media_router/' \
620 '|chrome/browser/ui/webui/media_router/' \
621 '|chrome/test/media_router/',
622 },
[email protected]f76c8852012-06-21 16:37:00623 'message_loop': {
[email protected]f2f0fbb92012-07-14 15:52:49624 'filepath': 'base/message_'
[email protected]f76c8852012-06-21 16:37:00625 },
626 'metrics': {
[email protected]f2f0fbb92012-07-14 15:52:49627 'filepath': 'base/metrics/'\
asvitkine361b276e2016-08-30 18:45:00628 '|chrome/android/java/src/org/chromium/chrome/browser/metrics/'\
[email protected]f2f0fbb92012-07-14 15:52:49629 '|chrome/browser/metrics/'\
[email protected]f2f0fbb92012-07-14 15:52:49630 '|chrome/browser/chromeos/external_metrics'\
[email protected]b0d594d2014-02-21 03:22:12631 '|chrome/browser/extensions/api/metrics_private/'\
[email protected]f2f0fbb92012-07-14 15:52:49632 '|chrome/browser/ui/webui/metrics_handler'\
asvitkineb7e10302016-01-20 05:17:45633 '|chromecast/browser/metrics/'\
[email protected]f76c8852012-06-21 16:37:00634 '|content/browser/user_metrics.cc'\
asvitkinee4bad382015-11-05 21:56:45635 '|components/metrics/'\
asvitkineb7e10302016-01-20 05:17:45636 '|components/metrics_services_manager/'\
[email protected]ce6b855a2014-03-12 19:51:39637 '|components/rappor/'\
asvitkinee4bad382015-11-05 21:56:45638 '|components/variations/'\
[email protected]f76c8852012-06-21 16:37:00639 '|content/public/browser/user_metrics.h'\
[email protected]b0d594d2014-02-21 03:22:12640 # Exclude XML files; in particular, histograms.xml.
641 '|tools/metrics/[^.]*([.](?!xml$).*)?$',
642 },
643 'metrics_xml_files': {
644 # Subscribe to this to watch for changes to histograms.xml.
toyoshim8f51f902015-03-27 03:50:21645 'filepath': 'tools/metrics/.*\.xml$',
646 },
647 'midi': {
648 'filepath': 'midi',
[email protected]f76c8852012-06-21 16:37:00649 },
[email protected]341f218a2013-09-24 22:16:10650 'mojo': {
651 'filepath': 'mojo',
652 },
[email protected]f76c8852012-06-21 16:37:00653 'mouse_lock': {
654 'filepath': 'mouse_lock',
655 },
rjkroegef60dea862015-10-29 17:50:06656 'mus': {
ben6b0453d12016-07-02 04:27:19657 'filepath': 'services/ui/'\
rjkroegef60dea862015-10-29 17:50:06658 '|mojo/gpu/',
659 },
[email protected]f76c8852012-06-21 16:37:00660 'nacl': {
[email protected]f2f0fbb92012-07-14 15:52:49661 'filepath': 'chrome/nacl/|chrome/test/nacl/|'\
[email protected]193912d2013-09-06 17:41:56662 'chrome/browser/nacl_host/|chrome/common/nacl|'\
663 'native_client_sdk/src/doc/',
[email protected]f76c8852012-06-21 16:37:00664 },
[email protected]99ddc3d2013-01-22 16:15:33665 'native_client_sdk': {
666 'filepath': '^native_client_sdk/',
667 },
[email protected]b9ecdb62014-03-07 14:56:43668 'navigation': {
669 'filepath': 'content/browser/frame_host|'\
670 'content/browser/renderer_host/render_process_host.*|'\
671 'content/browser/renderer_host/render_view_host.*|'\
672 'content/browser/web_contents/web_contents_impl.*|'\
673 'content/renderer/render_frame.*|'\
674 'content/renderer/render_view.*'
675 },
[email protected]f76c8852012-06-21 16:37:00676 'net': {
[email protected]f2f0fbb92012-07-14 15:52:49677 'filepath': 'net/',
[email protected]f76c8852012-06-21 16:37:00678 },
679 'net_error_list': {
680 'filepath': 'net/base/net_error_list.h',
681 },
682 'net_log': {
mmenke59e4d8fb42016-06-15 21:15:28683 'filepath': 'net/log/|' \
[email protected]f2f0fbb92012-07-14 15:52:49684 'chrome/browser/net/.*net_log|' \
[email protected]f2f0fbb92012-07-14 15:52:49685 'chrome/browser/resources/net_internals/|' \
mmenke59e4d8fb42016-06-15 21:15:28686 'chrome/browser/ui/webui/net_internals/|' \
687 'components/net_log/'
[email protected]f76c8852012-06-21 16:37:00688 },
jkarlin539748402015-03-31 17:36:31689 'netinfo': {
690 'filepath': 'netinfo',
691 },
peterf4758412014-09-17 15:06:01692 'notifications': {
693 'filepath': 'chrome/browser/extensions/api/notifications/|' \
694 'chrome/browser/notifications/|' \
peter8ab156b2015-03-29 15:44:12695 'chrome/test/data/notifications/|' \
696 'content/browser/notifications/|' \
697 'content/child/notifications/|' \
698 'content/common/platform_notification|' \
699 'content/public/browser/platform_notification|' \
700 'content/public/common/platform_notification|' \
701 'content/renderer/notification_|' \
peterf4758412014-09-17 15:06:01702 'ui/message_center/'
703 },
tbansalc6f1c9f2016-09-30 22:48:42704 'nqe': {
705 'filepath': 'nqe',
706 },
[email protected]f76c8852012-06-21 16:37:00707 'ntp': {
[email protected]f2f0fbb92012-07-14 15:52:49708 'filepath': 'chrome/browser/resources/ntp4/|'\
[email protected]b7ecd5f2013-02-14 21:04:16709 'chrome/browser/resources/ntp_android/|'\
[email protected]f2f0fbb92012-07-14 15:52:49710 'chrome/browser/ui/webui/ntp/',
[email protected]f76c8852012-06-21 16:37:00711 },
mcwilliamsedee5042016-04-05 18:46:45712 'ntp_snippets': {
713 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk16a37f902016-05-16 15:49:36714 'chrome/android/javatests/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk14c89352016-07-21 13:45:13715 'chrome/android/junit/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk538dc0b62016-05-17 14:55:34716 'chrome/browser/android/ntp/ntp_snippets|'\
mcwilliamsedee5042016-04-05 18:46:45717 'chrome/browser/ntp_snippets/|'\
mvanouwerkerk41649732016-05-17 13:37:00718 'chrome/browser/resources/snippets_internals|'\
719 'chrome/browser/ui/webui/snippets_internals|'\
mcwilliamsedee5042016-04-05 18:46:45720 'components/ntp_snippets/|'\
721 'chrome/android/java/res/layout/new_tab_page|'\
noyau451e6bb62016-12-23 14:29:04722 'chrome/android/java/res/layout/most_visited|'\
723 'ios/chrome/browser/ntp_snippets'
mcwilliamsedee5042016-04-05 18:46:45724 },
treib70176c52016-07-08 14:34:19725 'ntp_tiles': {
726 'filepath': 'chrome/browser/android/ntp/|'\
727 'chrome/browser/ui/webui/ntp/|'\
728 'chrome/common/search/ntp|'\
noyau451e6bb62016-12-23 14:29:04729 'components/ntp_tiles/|'\
730 'ios/chrome/browser/ntp_tiles'
treib70176c52016-07-08 14:34:19731 },
dimichdce3ee492016-04-04 04:20:52732 'offline_pages': {
733 'filepath': 'components/offline_pages/'\
fgorski329be5b2016-04-19 21:38:11734 '|chrome/browser/android/offline_pages/'\
735 '|chrome/android/java/src/org/chromium/chrome/browser/offlinepages/'
dimichdce3ee492016-04-04 04:20:52736 },
[email protected]f76c8852012-06-21 16:37:00737 'omnibox': {
jdonnelly6fa5a21d2017-01-03 15:28:35738 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/omnibox/|'\
739 'chrome/android/javatests/src/org/chromium/chrome/browser/omnibox/|'\
740 'chrome/browser/autocomplete/|'\
741 'chrome/browser/ui/omnibox/|'\
742 'chrome/browser/ui/.*/omnibox/|'\
743 'components/omnibox/|'\
744 'ios/chrome/browser/ui/omnibox/'
[email protected]f76c8852012-06-21 16:37:00745 },
[email protected]437c44b2012-11-08 01:35:52746 'options': {
747 'filepath': 'chrome/browser/resources/options/|'\
748 'chrome/browser/ui/webui/options/',
749 },
chasej6dff9292016-02-02 20:33:12750 'origin_trials': {
751 'filepath': 'origin_trials',
752 },
[email protected]4a2078e2013-07-18 20:40:20753 'ozone': {
[email protected]f93c2c92013-10-31 18:22:44754 'filepath': 'ui/ozone/|'\
[email protected]4b66bf922013-10-28 19:49:43755 'ui/events/ozone/|'\
756 'ui/gfx/ozone/|'\
[email protected]4a2078e2013-07-18 20:40:20757 'ui/gl/gl_.*egl.*|'\
758 'ui/gl/gl_.*ozone.*'
759 },
csharrison3b1dc4062015-10-19 14:31:08760 'page_load_metrics' : {
bmcquade9f433702016-07-26 23:33:50761 'filepath': 'chrome/browser/page_load_metrics/'\
762 '|chrome/common/page_load_metrics/'\
763 '|chrome/renderer/page_load_metrics/'
csharrison3b1dc4062015-10-19 14:31:08764 },
[email protected]f76c8852012-06-21 16:37:00765 'panels': {
[email protected]7cbe5a52012-09-27 02:00:29766 'filepath': 'chrome/browser/ui/panels'\
767 '|chrome/browser/ui/cocoa/panels'\
[email protected]7cbe5a52012-09-27 02:00:29768 '|chrome/browser/ui/views/panels'
[email protected]f76c8852012-06-21 16:37:00769 },
[email protected]3cc8b3922014-05-05 13:12:08770 'password_manager': {
771 'filepath': 'chrome/.*/password_'\
772 '|chrome/browser/ui/passwords'\
773 '|chrome/browser/ui/views/passwords'\
774 '|chrome/test/data/password'\
775 '|components/autofill.*password'
776 '|components/password_'\
vabrccdb7222016-06-01 14:59:40777 '|^ios/chrome/browser/passwords'\
[email protected]3cc8b3922014-05-05 13:12:08778 },
rouslane8a22262016-10-19 20:49:41779 'payments': {
780 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/payments'\
781 '|chrome/android/javatests/src/org/chromium/chrome/browser/payments'\
mathp432cb342017-01-10 15:45:00782 '|chrome/test/data/payments'\
rouslana64ceca2016-10-26 01:10:31783 '|components/payments'\
rouslane8a22262016-10-19 20:49:41784 '|third_party/WebKit/LayoutTests/payments/'\
rouslane8a22262016-10-19 20:49:41785 '|third_party/WebKit/Source/modules/payments'\
mahmadidfac58d2016-12-19 19:11:53786 '|ios/chrome/browser/payments/'
rouslane8a22262016-10-19 20:49:41787 },
[email protected]f76c8852012-06-21 16:37:00788 'pepper_api': {
[email protected]b8491b02013-11-13 03:50:58789 'filepath': 'ppapi/api'\
790 '|ppapi/c',
[email protected]f76c8852012-06-21 16:37:00791 },
mlamourid8b0feb2015-06-02 16:30:47792 'permissions': {
793 'filepath': 'content/(child,browser)/permissions/'\
794 '|content/common/permission_*'\
795 '|content/public/(common,browser)/permission_*'\
796 '|chrome/browser/permissions/'\
797 '|chrome/browser/content_settings/permission*'\
798 '|permission_context',
799 },
[email protected]f76c8852012-06-21 16:37:00800 'plugin': {
[email protected]f2f0fbb92012-07-14 15:52:49801 'filepath': 'chrome/browser/plugin|chrome/plugin/|'\
Thiago Farinae067154bb2015-05-07 15:37:59802 'chrome/common/plugin',
[email protected]f76c8852012-06-21 16:37:00803 },
tnagelad92622a92015-10-20 10:26:30804 'policy_definitions': {
805 'filepath': 'components/policy/resources/policy_templates.json',
806 },
michaelpg11fff3f2015-02-06 03:35:34807 'polymer': {
808 'filepath': 'third_party/polymer/|'\
dbeam78528be2016-02-18 07:08:49809 'tools/polymer|'\
michaelpg11fff3f2015-02-06 03:35:34810 'ui/webui/resources/polymer_resources.grdp',
811 },
twifkak0c69c1f2015-06-22 18:20:09812 'precache': {
813 'filepath': '[pP]recache'
814 },
[email protected]be775bc2014-06-30 15:41:14815 'prepopulated_engines': {
816 'filepath': 'components/search_engines/prepopulated_engines.json',
817 },
[email protected]f76c8852012-06-21 16:37:00818 'prerender': {
[email protected]78375a52012-07-14 14:47:57819 'filepath': 'prerender'
[email protected]f76c8852012-06-21 16:37:00820 },
peter884896c72015-03-12 14:26:20821 'push_messaging': {
822 'filepath': 'push_messaging'
823 },
stkhapugin06503142016-12-07 14:32:12824 'reading_list': {
825 'filepath': 'components/reading_list|'\
826 'ios/chrome/browser/reading_list|'\
827 'ios/chrome/browser/ui/reading_list',
828 },
[email protected]f76c8852012-06-21 16:37:00829 'remoting': {
anandce1c55372015-03-04 01:23:10830 'filepath': 'remoting/' \
831 '|testing/chromoting'
[email protected]f76c8852012-06-21 16:37:00832 },
gab57e80c72014-12-08 21:06:13833 'rlz_id': {
834 'filepath' :'rlz/lib/machine_id.cc|'\
835 'rlz/lib/machine_id.h|'\
836 'rlz/win/lib/machine_id_win.cc',
837 },
grt829c6a82014-10-20 09:29:32838 'safe_browsing': {
839 'filepath': 'chrome/(browser|common|renderer)/safe_browsing/',
840 },
vakhf8e14c92016-10-17 21:29:47841 'safe_browsing_db': {
842 'filepath': 'components/safe_browsing_db/',
843 },
rickyz0a819bfc2015-02-04 23:57:22844 'sandbox': {
845 'filepath': 'sandbox/'\
846 '|content/browser/bootstrap_sandbox_mac'\
847 '|content/browser/renderer_host/render_sandbox_host_linux'\
848 '|content/browser/renderer_host/sandbox_ipc_linux'\
849 '|content/browser/zygote_host/'\
850 '|content/common/sandbox_'\
851 '|content/zygote/'\
852 },
skyostil20dea312014-11-11 13:43:06853 'scheduler': {
rmcilroyfa5ac552015-04-09 12:33:17854 'filepath': 'cc/scheduler'\
jochen83c639f02015-04-22 17:07:37855 '|components/scheduler'\
rmcilroyfa5ac552015-04-09 12:33:17856 '|content/renderer/scheduler'
skyostil20dea312014-11-11 13:43:06857 },
mlamourid8b0feb2015-06-02 16:30:47858 'screen_orientation': {
859 'filepath': 'screen_orientation',
860 },
[email protected]21cd39b2012-06-28 01:48:40861 'search': {
[email protected]f2f0fbb92012-07-14 15:52:49862 'filepath': 'chrome/browser/ui/search/',
[email protected]21cd39b2012-06-28 01:48:40863 },
[email protected]0b431722014-01-08 07:21:51864 'service_worker': {
[email protected]edaf31d2014-03-07 00:09:17865 'filepath': 'content/(browser|renderer|child|common)/service_worker/',
[email protected]0b431722014-01-08 07:21:51866 },
dominickn8884155a2016-06-23 02:28:16867 'site_engagement': {
868 'filepath': 'chrome/browser/engagement/|'\
869 'chrome/browser/ui/webui/engagement/',
870 },
[email protected]f76c8852012-06-21 16:37:00871 'site_instance': {
[email protected]f2f0fbb92012-07-14 15:52:49872 'filepath': 'content/browser/site_instance|'\
873 'content/browser/browsing_instance',
[email protected]f76c8852012-06-21 16:37:00874 },
875 'speech': {
[email protected]f2f0fbb92012-07-14 15:52:49876 'filepath': 'chrome/browser/speech/'\
877 '|content/browser/speech/'\
878 '|content/common/.*speech'\
879 '|content/public/.*speech'
[email protected]f76c8852012-06-21 16:37:00880 },
[email protected]ad0295d2012-10-11 23:43:36881 'spellcheck': {
882 'filepath': 'chrome/browser/spellchecker/'\
timvolodine8cdb94c2016-09-22 12:17:22883 '|chrome/browser/renderer_context_menu/spelling_'\
884 '|components/spellcheck/'\
885 '|third_party/hunspell/'\
886 '|third_party/hunspell_dictionaries/',
[email protected]ad0295d2012-10-11 23:43:36887 },
[email protected]67f39af2013-08-23 20:06:05888 'streams': {
889 'filepath': 'content/browser/streams/',
890 },
vmpstrcc1c08302015-11-18 06:05:51891 'styleguide': {
892 'filepath': '^styleguide/',
893 },
[email protected]43d33e92014-07-14 16:39:31894 'supervised_users': {
895 'filepath': 'chrome/browser/.*managed_mode'\
896 '|chrome/browser/.*managed_user'\
897 '|chrome/browser/.*supervised_user',
898 },
alito438fa4332016-12-20 21:59:17899 'swreporter': {
900 'filepath': 'chrome/browser/safe_browsing/srt_'\
901 '|chrome/browser/component_updater/sw_reporter_',
902 },
[email protected]f76c8852012-06-21 16:37:00903 'sync': {
maxboguefa217942016-04-01 01:08:13904 'filepath': '^chrome/android/sync_shell/'\
905 '|^chrome/browser/ui/sync/'\
906 '|^chrome/browser/ui/views/sync/'\
907 '|^chrome/test/android/javatests/src/org/chromium/chrome/test/util/browser/sync/'\
908 '|^ios/chrome/browser/sync/'\
909 '|^chrome/android/java/src/org/chromium/chrome/browser/sync/'\
910 '|^chrome/browser/sync/'\
911 '|^components/browser_sync/'\
Max Boguefef332d2016-07-28 22:09:09912 '|^components/sync/'\
maxboguefa217942016-04-01 01:08:13913 '|^components/sync_bookmarks/'\
Max Boguefef332d2016-07-28 22:09:09914 '|^components/sync_sessions/',
[email protected]f76c8852012-06-21 16:37:00915 },
[email protected]92871a102013-07-01 11:11:41916 'syncfs': {
917 'filepath': 'sync_file_system',
918 },
miu5e69f1c52016-10-23 13:40:11919 'tab_alert_indicators': {
920 'filepath': 'content/browser/media/audio_stream_monitor'\
921 '|chrome/browser/ui/cocoa/tabs/alert_indicator_button'\
922 '|chrome/browser/ui/cocoa/tabs/tab_controller\.mm'\
923 '|chrome/browser/ui/tabs/tab_utils'\
924 '|chrome/browser/ui/views/tabs/alert_indicator_button'\
925 '|chrome/browser/ui/views/tabs/tab\.cc'\
926 '|chrome/browser/ui/views/tabs/tab_renderer_data'\
927 '|media/audio/audio_(output_controller|power_monitor)',
928 },
[email protected]82d74152013-07-28 08:55:31929 'tab_capture': {
miu5e69f1c52016-10-23 13:40:11930 'filepath': 'cc/output/copy_output_'\
[email protected]31ef420b2014-08-13 21:19:13931 '|chrome/browser/extensions/api/tab_capture/'\
miu5e69f1c52016-10-23 13:40:11932 '|chrome/renderer/resources/extensions/tab_capture_custom_bindings.js'\
[email protected]31ef420b2014-08-13 21:19:13933 '|chrome/test/data/extensions/api_test/tab_capture/'\
[email protected]31ef420b2014-08-13 21:19:13934 '|content/browser/media/capture/'\
miu5e69f1c52016-10-23 13:40:11935 '|content/browser/renderer_host/delegated_frame_host'\
[email protected]31ef420b2014-08-13 21:19:13936 '|content/browser/renderer_host/media/(audio_'\
937 '|media_stream_manager|video_)'\
miu5e69f1c52016-10-23 13:40:11938 '|content/public/renderer/media_stream_'\
939 '|content/renderer/media/(media_stream|(.+audio_source))'\
[email protected]31ef420b2014-08-13 21:19:13940 '|media/audio/(audio_output_controller|fake_audio_|virtual_audio_)'\
941 '|media/base/video_frame\.h'\
miu5e69f1c52016-10-23 13:40:11942 '|media/capture/',
[email protected]82d74152013-07-28 08:55:31943 },
[email protected]f76c8852012-06-21 16:37:00944 'tab_contents': {
[email protected]f2f0fbb92012-07-14 15:52:49945 'filepath': 'chrome/browser/tab_contents/|'\
946 'content/browser/tab_contents/|'\
947 'chrome/browser/ui/tab_contents/',
[email protected]f76c8852012-06-21 16:37:00948 },
949 'task_manager': {
950 'filepath': 'task_manager'
951 },
[email protected]5e105332012-09-13 01:55:52952 'tcmalloc': {
953 'filepath': 'third_party/tcmalloc'
954 },
[email protected]31a10602012-11-21 01:51:26955 'telemetry': {
nednguyen79105d422016-04-18 01:38:42956 'filepath': 'tools/perf/'
[email protected]31a10602012-11-21 01:51:26957 },
[email protected]f76c8852012-06-21 16:37:00958 'tests': {
[email protected]f2f0fbb92012-07-14 15:52:49959 'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/',
[email protected]0cde05a02011-11-30 23:36:52960 },
jlkleinecc81952016-11-19 00:16:07961 'tether': {
962 'filepath': 'components/cryptauth/'\
963 '|chromeos/components/tether/'\
964 '|components/proximity_auth/',
965 },
[email protected]1cbbb30b2011-10-14 08:03:56966 'textinput': {
[email protected]f2f0fbb92012-07-14 15:52:49967 'filepath': 'content/browser/renderer_host/gtk_im'\
968 '|content/browser/renderer_host/gtk_key'\
969 '|content/browser/renderer_host/render_widget_host_view'\
970 '|content/browser/renderer_host/text_input'\
971 '|ui/base/ime/'\
972 '|ui/base/gtk/event'\
973 '|ui/base/gtk/gtk_im'\
974 '|ui/base/keycodes/'\
975 '|ui/base/win/ime'\
976 '|ui/views/controls/textfield/'\
977 '|ui/views/ime/'
[email protected]1cbbb30b2011-10-14 08:03:56978 },
[email protected]3a117c62011-11-29 04:28:02979 'textinput_chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:49980 'filepath': 'chrome/browser/chromeos/input_method/'\
981 '|chrome/browser/chromeos/extensions/input_method'\
982 '|chrome/browser/chromeos/status/input_method'\
983 '|chrome/browser/extensions/extension_input_'\
984 '|chrome/browser/resources/keyboard'\
985 '|chrome/browser/resources/options/language'\
[email protected]ef03eae2011-11-30 08:43:43986 '|chrome/browser/ui/webui/options/'\
[email protected]f2f0fbb92012-07-14 15:52:49987 'chromeos/.*(language|keyboard)'\
[email protected]6bd9e802013-04-18 06:40:42988 '|chrome/browser/ui/webui/options/language'\
989 '|chromeos/ime/*'
[email protected]3a117c62011-11-29 04:28:02990 },
chirantan96fcf6d2015-01-21 22:36:19991 'timers': {
992 'filepath': 'base/timer/'\
993 '|components/timers/'
994 },
[email protected]f76c8852012-06-21 16:37:00995 'tools': {
[email protected]f2f0fbb92012-07-14 15:52:49996 'filepath': 'tools/',
[email protected]6bea7b42011-10-19 19:47:09997 },
robliaofd54b5c2017-01-13 00:41:30998 'tools_win_chromeexts': {
999 'filepath': 'tools/win/chromeexts',
1000 },
[email protected]c8eb7f72013-07-04 15:30:111001 'tracing': {
1002 'filepath': 'base/debug/trace_event.*'\
primianobef13b42015-01-30 15:29:311003 '|base/trace_event/'\
[email protected]c8eb7f72013-07-04 15:30:111004 '|content/browser/tracing/'\
1005 '|components/tracing/'
1006 },
[email protected]cf428f732012-10-02 20:48:151007 'ui_compositor': {
1008 'filepath': 'ui/compositor/layer\.|'\
1009 'ui/compositor/layer_unittest|'\
1010 'ui/compositor/compositor',
1011 },
robliao2c4b7492016-07-19 01:57:261012 'ui_display_win': {
1013 'filepath': '^ui/display/win',
1014 },
[email protected]6b5093c2012-05-23 19:10:181015 'ui_resources': {
[email protected]f2f0fbb92012-07-14 15:52:491016 'filepath': 'ui/resources/'\
1017 '|ui/base/native_theme/resources/'\
1018 '|chrome/app/theme/'
[email protected]6b5093c2012-05-23 19:10:181019 },
[email protected]f76c8852012-06-21 16:37:001020 'valgrind': {
1021 'filepath': 'valgrind',
1022 },
[email protected]c73ec8ab2014-01-16 20:35:231023 'version_assembly': {
1024 'filepath': 'chrome/app/version_assembly',
1025 },
posciak62a72272016-05-11 08:31:241026 'video': {
1027 'filepath': 'content/browser/renderer_host/media/|'\
1028 'content/renderer/media/|'\
1029 'media/capture/video/|'\
1030 'media/filters/|'\
1031 'media/gpu/|'\
1032 '.*video.*',
1033 },
mcasas09e881c2016-04-09 02:09:501034 'video_capture': {
1035 'filepath': 'chrome/browser/media/.*(capture|media|webrtc)'\
1036 '|content/browser/renderer_host/media/.*(capture|media)'\
1037 '|content/renderer/media/.*(capture|media|webrtc)'\
1038 '|media/capture/'\
chfremer2a01a69b2017-01-06 02:39:011039 '|media/muxers/'\
1040 '|services/video_capture/',
mcasas09e881c2016-04-09 02:09:501041 },
[email protected]f76c8852012-06-21 16:37:001042 'views': {
1043 # Applies to all files and subdirs within this directory.
[email protected]f2f0fbb92012-07-14 15:52:491044 'filepath': '^ui/views/',
[email protected]f76c8852012-06-21 16:37:001045 },
[email protected]f47d871a2013-10-11 22:14:151046 'views_corewm': {
1047 'filepath': 'ui/views/corewm/',
[email protected]3fc918142013-10-12 01:42:171048 },
[email protected]ef514a32014-02-26 01:02:351049 'virtual_keyboard': {
1050 'filepath': 'ui/keyboard/'\
1051 'chrome/test/data/chromeos/virtual_keyboard/'\
1052 'chrome/common/extensions/api/virtual_keyboard',
1053 },
billorr3c7e1442016-11-11 21:21:351054 'virtual_reality': {
1055 'filepath': 'vr_shell/|'\
1056 '/vr/|'\
1057 'third_party/gvr',
1058 },
mcasas09e881c2016-04-09 02:09:501059 'webrtc_browser_tests': {
1060 'filepath': 'chrome/browser/media/.*webrtc.*browsertest|'\
1061 'content/browser/media/.*webrtc.*browsertest',
1062 },
[email protected]208879542012-07-05 11:15:341063 'website_settings': {
[email protected]f2f0fbb92012-07-14 15:52:491064 'filepath': 'chrome/browser/content_settings/'\
1065 '|chrome/browser/ui/views/website_settings/'\
1066 '|chrome/browser/ui/website_settings/'\
mukai077089f2014-09-11 18:41:521067 '|chrome/common/content_settings'\
1068 '|components/content_settings/',
[email protected]208879542012-07-05 11:15:341069 },
[email protected]b17d9e02014-07-29 09:45:501070 'windows_sandboxing': {
1071 'filepath': 'sandbox/win/',
1072 },
[email protected]f76c8852012-06-21 16:37:001073 'x11': {
[email protected]f2f0fbb92012-07-14 15:52:491074 'filepath': 'content/browser/renderer_host/backing_store_x\.' \
1075 '|chrome/browser/chromeos/input_method/xkeyboard\.' \
1076 '|chrome/browser/chromeos/system_key_event_listener\.' \
[email protected]f76c8852012-06-21 16:37:001077 '|chrome/browser/chromeos/'\
[email protected]f2f0fbb92012-07-14 15:52:491078 'xinput_hierarchy_changed_event_listener\.' \
1079 '|chrome/browser/chromeos/wm_' \
1080 '|ui/base/x/'
[email protected]0d710852012-05-24 01:18:401081 },
wjmaclean3ff6a402015-03-31 19:00:201082 'zoom': {
1083 'filepath': 'chrome/browser/ui/zoom/' \
1084 '|components/ui/zoom/' \
1085 '|content/browser/host_zoom_*' \
1086 '|content/browser/storage_partition_impl*' \
1087 '|content/public/browser/host_zoom_map.h' \
1088 '|content/public/browser/storage_partition.h'
1089 },
timlohd035d572015-09-25 15:28:021090
1091 'blink': {
1092 'filepath': 'third_party/WebKit/',
1093 },
1094 'blink_accessibility': {
1095 'filepath': 'third_party/WebKit/.*(accessibility|AXObjectCache|WebAX)'
1096 },
1097 'blink_animation': {
1098 'filepath': 'third_party/WebKit/.*([Aa]nimat|[Tt]ransition)',
1099 },
1100 'blink_app_banner': {
1101 'filepath': 'third_party/WebKit/Source/modules/app_banner' \
1102 '|third_party/WebKit/public/platform/modules/app_banner',
1103 },
1104 'blink_audio': {
1105 'filepath': 'third_party/WebKit/Source/platform/audio' \
1106 '|third_party/WebKit/Source/modules/webaudio',
1107 },
1108 'blink_battery_status': {
1109 'filepath': 'third_party/WebKit/Source/modules/battery/' \
1110 '|third_party/WebKit/LayoutTests/battery-status/' \
1111 '|third_party/WebKit/Source/core/frame/PlatformEvent(Controller|Dispatcher)'
1112 },
1113 'blink_bidi': {
1114 'filepath': 'third_party/WebKit/Source/platform/text/.*Bidi' \
1115 '|third_party/WebKit/Source/core/rendering/.*Bidi',
1116 },
1117 'blink_bindings': {
1118 'filepath': 'third_party/WebKit/Source/bindings',
1119 },
jbroman9ac2d532016-09-01 18:20:081120 'blink_bindings_serialization': {
1121 'filepath': 'third_party/WebKit/Source/bindings/(core|modules)/v8/.*[Ss]erializ',
1122 },
timlohd035d572015-09-25 15:28:021123 'blink_bluetooth': {
1124 'filepath': 'third_party/WebKit/.*[Bb]luetooth'
1125 },
1126 'blink_canvas2d': {
1127 'filepath': 'third_party/WebKit/Source/core/html/canvas' \
1128 '|third_party/WebKit/Source/core/html/HTMLCanvasElement' \
1129 '|third_party/WebKit/Source/modules/canvas2d' \
1130 '|third_party/WebKit/Source/platform/graphics/Canvas2D',
1131 },
1132 'blink_clipboard': {
1133 'filepath': 'third_party/WebKit/Source/core/clipboard' \
1134 '|third_party/WebKit/Source/core/page/.*Drag' \
1135 '|third_party/WebKit/Source/platform/.*Drag' \
1136 '|third_party/WebKit/Source/platform/clipboard' \
1137 '|third_party/WebKit/Source/web/.*Drag' \
1138 '|third_party/WebKit/public/platform/.*Drag' \
1139 '|third_party/WebKit/public/web/.*Drag',
1140 },
1141 'blink_content_security_policy': {
1142 'filepath': 'third_party/WebKit/Source/core/frame/csp' \
1143 '|third_party/WebKit/Source/core/events/SecurityPolicyViolationEvent' \
1144 '|third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy'
1145 },
1146 'blink_css': {
1147 'filepath': 'third_party/WebKit/Source/core/css',
1148 },
1149 'blink_css_grid_layout': {
1150 'filepath': 'third_party/WebKit/Source/core/layout/.*Grid' \
1151 '|third_party/WebKit/Source/core/paint/.*Grid' \
1152 '|third_party/WebKit/Source/core/css/.*Grid' \
1153 '|third_party/WebKit/LayoutTests/fast/css-grid-layout/' \
1154 '|third_party/WebKit/LayoutTests/ietestcenter/css3/grid/' \
1155 '|third_party/WebKit/LayoutTests/platform/.*/fast/css-grid-layout/' \
1156 '|third_party/WebKit/LayoutTests/platform/.*/ietestcenter/css3/grid/'
1157 },
1158 'blink_css_flexbox': {
1159 'filepath': 'third_party/WebKit/Source/core/rendering/.*Flex' \
1160 '|third_party/WebKit/LayoutTests/fast/deprecated-flexbox/' \
1161 '|third_party/WebKit/LayoutTests/css3/flexbox/' \
1162 '|third_party/WebKit/LayoutTests/ietestcenter/css3/flexbox/'
1163 },
1164 'blink_css_fragmentation_tests': {
1165 'filepath': 'third_party/WebKit/LayoutTests/fast/multicol/' \
mstensho6471a3d2015-11-25 12:31:021166 '|third_party/WebKit/LayoutTests/fast/pagination/' \
1167 '|third_party/WebKit/LayoutTests/printing/'
timlohd035d572015-09-25 15:28:021168 },
1169 'blink_css_regions': {
1170 'filepath': 'third_party/WebKit/Source/core/rendering/.*(Region|FlowThread)' \
1171 '|third_party/WebKit/Source/core/dom/NodeRendering' \
1172 '|third_party/WebKit/Source/core/dom/.*NamedFlow' \
1173 '|third_party/WebKit/Source/core/css/.*Region' \
1174 '|third_party/WebKit/LayoutTests/compositing/regions/' \
1175 '|third_party/WebKit/LayoutTests/fast/regions/' \
1176 '|third_party/WebKit/LayoutTests/platform/chromium.*/fast/regions/'
1177 },
1178 'blink_custom_elements': {
dominicc05d120d2016-05-16 01:13:401179 'filepath': 'third_party/WebKit/Source/core/dom/custom/' \
timlohd035d572015-09-25 15:28:021180 '|third_party/WebKit/Source/bindings/v8/.*CustomElement',
1181 },
1182 'blink_device_light': {
1183 'filepath': 'third_party/WebKit/Source/modules/device_light/' \
1184 '|third_party/WebKit/LayoutTests/fast/dom/DeviceLight/'
1185 },
1186 'blink_device_orientation': {
1187 'filepath': 'third_party/WebKit/Source/modules/device_orientation/' \
1188 '|third_party/WebKit/LayoutTests/fast/dom/DeviceMotion/' \
1189 '|third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/' \
1190 '|third_party/WebKit/Source/core/frame/PlatformEvent(Controller|Dispatcher)' \
1191 '|third_party/WebKit/Source/core/frame/DeviceSingleWindowEventController'
1192 },
1193 'blink_devtools': {
1194 'filepath': 'third_party/WebKit/.*(inspector|DevTools|devtools)',
1195 },
1196 'blink_dom': {
1197 'filepath': 'third_party/WebKit/Source/core/dom/'
1198 },
1199 'blink_events': {
1200 'filepath': 'third_party/WebKit/Source/core/page/.*Event' \
1201 '|third_party/WebKit/Source/core/dom/.*Event' \
1202 '|third_party/WebKit/Source/core/css/.*Event' \
1203 '|third_party/WebKit/Source/platform/.*Event'
1204 },
1205 'blink_fetch': {
1206 'filepath': 'third_party/WebKit/Source/core/fetch',
1207 },
1208 'blink_heap': {
1209 'filepath': 'third_party/WebKit/Source/platform/heap' \
harakenbc02f102017-01-05 08:46:151210 '|base/allocator/partition_allocator/'
timlohd035d572015-09-25 15:28:021211 },
1212 'blink_html': {
1213 'filepath': 'third_party/WebKit/Source/core/html/'
1214 },
1215 'blink_loader': {
1216 'filepath': 'third_party/WebKit/Source/core/loader',
1217 },
haraken04143c62016-03-31 08:48:561218 'blink_modules': {
1219 'filepath': 'third_party/WebKit/Source/modules'
1220 },
timlohd035d572015-09-25 15:28:021221 'blink_notifications': {
1222 'filepath': 'third_party/WebKit/LayoutTests/http/tests/notifications' \
1223 '|third_party/WebKit/Source/modules/notifications' \
1224 '|third_party/WebKit/public/platform/modules/notifications'
1225 },
1226 'blink_owners': {
1227 'filepath': 'third_party/WebKit/.*OWNERS',
1228 },
1229 'blink_paint': {
1230 'filepath': 'third_party/WebKit/Source/core/paint/'
1231 },
1232 'blink_permissions': {
1233 'filepath': 'third_party/WebKit/Source/modules/permissions/' \
1234 '|third_party/WebKit/public/platform/modules/permissions/',
1235 },
1236 'blink_preloadScanner': {
1237 'filepath': 'third_party/WebKit/Source/core/html/parser/HTMLPreloadScanner',
1238 },
1239 'blink_public_api': {
1240 'filepath': 'third_party/WebKit/public'
1241 },
1242 'blink_push_messaging': {
1243 'filepath': 'third_party/WebKit/LayoutTests/http/tests/push_messaging' \
1244 '|third_party/WebKit/Source/modules/push_messaging' \
1245 '|third_party/WebKit/public/platform/modules/push_messaging'
1246 },
kinuko533a1692015-12-21 08:57:251247 'blink_platform': {
1248 'filepath': 'third_party/WebKit/Source/platform'
1249 },
timlohd035d572015-09-25 15:28:021250 'blink_platform_graphics': {
1251 'filepath': 'third_party/WebKit/Source/platform/fonts' \
1252 '|third_party/WebKit/Source/platform/geometry' \
1253 '|third_party/WebKit/Source/platform/graphics'
1254 },
1255 'blink_indexed_db': {
1256 'filepath': 'third_party/WebKit/Source/modules/indexeddb/' \
1257 '|third_party/WebKit/Source/web/.*IDB' \
1258 '|third_party/WebKit/LayoutTests/storage/indexeddb' \
1259 '|third_party/WebKit/public/platform/.*IDB'
1260 },
dtapuska1f997a12016-03-14 19:22:071261 'blink_input': {
1262 'filepath': 'third_party/WebKit/Source/core/input/'
1263 },
timlohd035d572015-09-25 15:28:021264 'blink_layout': {
1265 'filepath': 'third_party/WebKit/Source/core/layout' \
1266 '|third_party/WebKit/Source/core/rendering'
1267 },
ojan21576e22016-08-17 21:43:461268 'blink_layout_ng': {
1269 'filepath': 'third_party/WebKit/Source/core/layout/ng',
1270 },
timlohd035d572015-09-25 15:28:021271 'blink_layers': {
1272 'filepath': 'third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator' \
1273 '|third_party/WebKit/Source/platform/graphics/GraphicsLayer' \
1274 '|third_party/WebKit/Source/core/layout/Layer'
1275 },
1276 'blink_prerender': {
1277 'filepath': 'third_party/WebKit/.*(Prerender|loader/LinkLoader|html/HTMLLinkElement)'
1278 },
1279 'blink_client_hints': {
1280 'filepath': 'third_party/WebKit/Source/core/loader/AcceptClientHints*' \
1281 '|third_party/WebKit/Source/core/loader/FrameFetchContext*' \
1282 '|third_party/WebKit/Source/core/fetch/FetchContext*' \
1283 '|third_party/WebKit/Source/core/fetch/ImageResource*' \
1284 '|third_party/WebKit/Source/core/fetch/ResourceFetcher*'
1285 },
1286 'blink_track': {
1287 'filepath': 'third_party/WebKit/Source/core/html/track/' \
1288 '|third_party/WebKit/Source/core/loader/TextTrack' \
1289 '|third_party/WebKit/Source/core/html/HTMLMediaElement' \
1290 '|third_party/WebKit/Source/core/html/HTMLTrackElement' \
1291 '|third_party/WebKit/Source/core/html/shadow/MediaControl' \
1292 '|third_party/WebKit/Source/core/css/mediaControl' \
1293 '|third_party/WebKit/LayoutTests/media/track/'
1294 },
1295 'blink_media': {
1296 'filepath': 'third_party/WebKit/Source/core/css/mediaControls' \
1297 '|third_party/WebKit/Source/core/html/.*(Audio|Media|Video)' \
1298 '|third_party/WebKit/Source/core/html/shadow/MediaControl' \
1299 '|third_party/WebKit/Source/core/layout/LayoutMedia' \
1300 '|third_party/WebKit/Source/core/layout/LayoutTextTrackContainerElement' \
1301 '|third_party/WebKit/Source/modules/(encryptedmedia|mediasource)' \
1302 '|third_party/WebKit/Source/platform/drm/' \
1303 '|third_party/WebKit/Source/platform/graphics/media/' \
1304 '|third_party/WebKit/Source/web/.*Media' \
1305 '|third_party/WebKit/LayoutTests/media/' \
1306 '|third_party/WebKit/public/.*Media'
1307 },
1308 'blink_media_queries': {
1309 'filepath': 'third_party/WebKit/Source/core/css/CSSMediaRule' \
1310 '|third_party/WebKit/Source/core/css/MediaList' \
1311 '|third_party/WebKit/Source/core/css/MediaQuery' \
1312 '|third_party/WebKit/Source/core/css/parser/MediaQuery'
1313 },
1314 'blink_navigator_content_utils': {
1315 'filepath': 'third_party/WebKit/Source/modules/navigatorcontentutils' \
1316 '|third_party/WebKit/LayoutTests/fast/dom/navigatorcontentutils'
1317 },
1318 'blink_out_of_process_frames': {
1319 'filepath': 'third_party/WebKit/Source/core/frame/FrameOwner' \
dcheng10f6a9c2016-05-06 16:40:031320 '|third_party/WebKit/Source/core/frame/Frame\.' \
timlohd035d572015-09-25 15:28:021321 '|third_party/WebKit/Source/web/WebFrame' \
1322 '|third_party/WebKit/Source/web/WebRemoteFrameImpl'
1323 },
1324 'blink_fileapi': {
1325 'filepath': 'third_party/WebKit/Source/modules/filesystem/' \
1326 '|third_party/WebKit/Source/core/fileapi/' \
1327 '|third_party/WebKit/Source/platform/.*File' \
1328 '|third_party/WebKit/Source/web/.*File' \
1329 '|third_party/WebKit/LayoutTests/fast/file' \
1330 '|third_party/WebKit/public/.*File'
1331 },
1332 'blink_quota': {
1333 'filepath': 'third_party/WebKit/Source/modules/quota/' \
1334 '|third_party/WebKit/Source/web/.*Quota' \
1335 '|third_party/WebKit/public/.*Quota'
1336 },
mcasas09e881c2016-04-09 02:09:501337 'blink_mediacapturefromelement': {
1338 'filepath': 'third_party/WebKit/Source/modules/mediacapture/' \
1339 '|third_party/WebKit/Source/platform/exported/WebCanvasCapture' \
1340 '|third_party/WebKit/LayoutTests/fast/mediacapturefromelement/' \
1341 '|third_party/WebKit/public/platform/WebCanvasCapture'
1342 },
1343 'blink_mediarecorder': {
1344 'filepath': 'third_party/WebKit/Source/modules/mediarecorder/' \
1345 '|third_party/WebKit/Source/platform/exported/WebMediaRecorder' \
1346 '|third_party/WebKit/LayoutTests/fast/mediarecorder/' \
1347 '|third_party/WebKit/public/platform/WebMediaRecorder'
1348 },
timlohd035d572015-09-25 15:28:021349 'blink_mediastream': {
1350 'filepath': 'third_party/WebKit/Source/modules/mediastream/' \
1351 '|third_party/WebKit/Source/platform/mediastream/' \
1352 '|third_party/WebKit/Source/platform/exported/WebMediaStream' \
1353 '|third_party/WebKit/Source/platform/exported/WebRTC' \
1354 '|third_party/WebKit/LayoutTests/fast/mediastream/'
1355 },
1356 'blink_geolocation': {
1357 'filepath': 'third_party/WebKit/LayoutTests/fast/dom/Geolocation/' \
1358 '|third_party/WebKit/Source/modules/geolocation/' \
1359 '|third_party/WebKit/Source/web/.*Geolocation' \
1360 '|third_party/WebKit/public/web/.*Geolocation'
1361 },
1362 'blink_htmlparser': {
1363 'filepath': 'third_party/WebKit/Source/core/html/parser/'
1364 },
1365 'blink_screen_orientation': {
1366 'filepath': 'third_party/WebKit/Source/modules/screen_orientation/' \
1367 '|third_party/WebKit/public/platform/modules/screen_orientation',
1368 },
1369 'blink_scheduler': {
1370 'filepath': 'third_party/WebKit/Source/platform/scheduler' \
1371 '|third_party/WebKit/Source/core/html/parser/.*Scheduler'
1372 },
1373 'blink_serviceworkers' : {
1374 'filepath': 'third_party/WebKit/Source/modules/serviceworkers' \
1375 '|third_party/WebKit/LayoutTests/http/tests/serviceworker'
1376 },
1377 'blink_serviceworkers_tests' : {
1378 'filepath': 'third_party/WebKit/LayoutTests/http/tests/serviceworker'
1379 },
timlohd035d572015-09-25 15:28:021380 'blink_spellcheck' : {
1381 'filepath': 'third_party/WebKit/Source/core/editing/spellcheck'
1382 },
jbromana7bdfdb2016-02-05 15:10:321383 'blink_spv2_layout_tests': {
1384 'filepath': 'third_party/WebKit/LayoutTests/virtual/spv2'
1385 },
timlohd035d572015-09-25 15:28:021386 'blink_style': {
1387 'filepath': 'third_party/WebKit/.*(style/|Style)',
1388 },
1389 'blink_svg': {
1390 'filepath': 'third_party/WebKit/Source/core/(layout/)?svg',
1391 },
timlohd035d572015-09-25 15:28:021392 'blink_vibration': {
1393 'filepath': 'third_party/WebKit/LayoutTests/vibration/' \
1394 '|third_party/WebKit/Source/modules/vibration/'
1395 },
1396 'blink_viewport_interaction': {
1397 'filepath': 'third_party/WebKit/Source/core/css/.*Viewport' \
1398 '|third_party/WebKit/Source/core/dom/ViewportArguments' \
1399 '|third_party/WebKit/Source/core/html/HTMLMetaElement' \
1400 '|third_party/WebKit/Source/core/page/FrameView' \
1401 '|third_party/WebKit/Source/core/page/scrolling'
1402 },
1403 'blink_w3ctests': {
1404 'filepath': 'third_party/WebKit/LayoutTests/imported/' \
1405 '|third_party/WebKit/Tools/Scripts/webkitpy/w3c/'
1406 },
kinukoa1a73202016-05-24 06:42:361407 'blink_web': {
1408 'filepath': 'third_party/WebKit/Source/web'
1409 },
timlohd035d572015-09-25 15:28:021410 'blink_webcomponents': {
1411 'filepath': 'third_party/WebKit/Source/core/dom/shadow/' \
1412 '|third_party/WebKit/Source/core/dom/custom/' \
1413 '|third_party/WebKit/Source/core/html/imports/' \
1414 '|third_party/WebKit/Source/bindings/v8/custom/V8CustomElementConstructorCustom' \
1415 '|third_party/WebKit/Source/bindings/v8/CustomElementHelpers'
1416 },
dpranke7d5df742016-04-06 00:27:031417 'blink_tools': {
1418 'filepath': 'third_party/WebKit/Tools/'
1419 },
timlohd035d572015-09-25 15:28:021420 'blink_webp': {
1421 'filepath': 'third_party/WebKit/Source/platform/image-decoders/webp' \
1422 '|third_party/WebKit/Source/platform/image-encoders/skia/WEBP'
1423 },
1424 'blink_websockets': {
1425 'filepath': 'third_party/WebKit/Source/modules/websockets/'
1426 },
1427 'blink_workers': {
1428 'filepath': 'third_party/WebKit/Source/core/workers',
1429 },
1430 'blink_wtf': {
1431 'filepath': 'third_party/WebKit/Source/wtf',
1432 },
1433 'blink_xmlhttprequest': {
1434 'filepath': 'third_party/WebKit/Source/core/xmlhttprequest/'
tfarinad21f9472015-10-13 18:36:011435 },
1436 'test_runner': {
1437 'filepath': 'components/test_runner/' \
1438 '|content/shell/(common|browser|renderer)/layout_test/' \
1439 '|content/test/layouttest_support.cc' \
1440 '|content/public/test/layouttest_support.h' \
tfarinad21f9472015-10-13 18:36:011441 },
dominicc05d120d2016-05-16 01:13:401442 'xml': {
1443 'filepath': 'third_party/WebKit/Source/core/xml/' \
1444 '|third_party/libxml/' \
1445 '|third_party/libxslt/',
1446 },
[email protected]a3838612009-10-13 21:57:541447 },
[email protected]ca872e362011-07-12 21:06:031448
pennymac962d190432016-07-27 00:58:351449 ##############################################################################
1450 # Please keep alphabetical
1451 ##############################################################################
[email protected]a3838612009-10-13 21:57:541452 'WATCHLISTS': {
asvitkinee4bad382015-11-05 21:56:451453 'about_flags': ['[email protected]'],
mazda6471d0e2015-10-02 06:32:551454 'accelerator_table': ['[email protected]',
[email protected]f76c8852012-06-21 16:37:001455 '[email protected]'],
dmazzoni5f4b7f12015-02-17 16:35:571456 'accessibility': ['[email protected]',
1457 '[email protected]',
[email protected]f76c8852012-06-21 16:37:001458 '[email protected]',
je_julie.kima170bac2015-05-06 14:57:541459 '[email protected]',
dmazzoni5f4b7f12015-02-17 16:35:571460 '[email protected]',
[email protected]f76c8852012-06-21 16:37:001461 '[email protected]'],
agrieve4d9c1c52016-09-23 17:49:381462 'add_to_homescreen': ['[email protected]',
zpeng9351f9d2016-09-25 14:41:201463 '[email protected]',
pkotwicz2ec0b292016-09-26 17:12:321464 '[email protected]',
zpeng9351f9d2016-09-25 14:41:201465 '[email protected]'],
asvitkine361b276e2016-08-30 18:45:001466 'android_crash_reporting': ['[email protected]'],
johnmaguire6aaac7902016-03-15 12:28:201467 'android_crazy_linker': ['[email protected]'],
dfalcantaraef21e9e2016-01-07 01:16:261468 'android_infobars': ['[email protected]'],
agrieve4d9c1c52016-09-23 17:49:381469 'android_infra': ['[email protected]',
1470 '[email protected]',
mikecasec0ea0862015-10-24 00:14:321471 '[email protected]'],
agrieve4d9c1c52016-09-23 17:49:381472 'android_java': ['[email protected]'],
lizebf34f69b2016-03-30 16:08:531473 'android_loading': ['[email protected]',
drogere76b5632016-03-31 14:14:411474 '[email protected]'],
mlamourid8b0feb2015-06-02 16:30:471475 'android_media': ['[email protected]',
1476 '[email protected]'],
pennymac962d190432016-07-27 00:58:351477 'android_tab': ['[email protected]',
1478 '[email protected]'],
asvitkine361b276e2016-08-30 18:45:001479 'android_uma_settings': ['[email protected]',
1480 '[email protected]'],
zpengb9a180d2016-10-12 18:40:211481 'android_webapk': ['[email protected]'],
[email protected]7ca78dc12012-09-20 09:26:441482 'android_webview': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351483 'app_list': ['[email protected]',
pennymac962d190432016-07-27 00:58:351484 '[email protected]'],
1485 'app_shortcuts': ['[email protected]',
1486 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001487 'appcache': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351488 'apps': ['[email protected]',
1489 '[email protected]'],
lhchavez4b19176f2016-05-04 23:12:461490 'arc': ['[email protected]',
hidehiko49f0b7c2016-05-24 10:59:471491 '[email protected]',
lhchavez4b19176f2016-05-04 23:12:461492 '[email protected]',
1493 '[email protected]'],
lhchavez61532c92016-10-18 21:33:371494 'arc_auth': ['[email protected]'],
lhchavez4b19176f2016-05-04 23:12:461495 'arc_net': ['[email protected]',
1496 '[email protected]',
1497 '[email protected]'],
ejcarusoa298ec02016-06-16 20:30:431498 'arc_power': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351499 'ash': ['[email protected]',
1500 '[email protected]'],
1501 'aura': ['[email protected]',
1502 '[email protected]'],
[email protected]c3a6e1e72013-08-02 00:13:071503 'aura_compositor': ['[email protected]',
1504 '[email protected]',
pennymac962d190432016-07-27 00:58:351505 '[email protected]',
danakj3695c582016-10-26 21:54:431506 '[email protected]'],
sullivan0171e3c2015-03-03 18:47:211507 'auto_bisect': ['[email protected]'],
jdonnelly1ec60d92016-05-25 22:01:391508 'autofill': ['[email protected]',
vabraafbd4f32015-11-10 19:30:231509 '[email protected]',
sebsgbbfbea02016-10-24 21:54:591510 '[email protected]',
1511 '[email protected]',
1512 '[email protected]'],
pennymac962d190432016-07-27 00:58:351513 'background_sync': ['[email protected]',
chasej6dff9292016-02-02 20:33:121514 '[email protected]',
pennymac962d190432016-07-27 00:58:351515 '[email protected]',
1516 '[email protected]'],
pkotwicz2ec0b292016-09-26 17:12:321517 'banners': ['[email protected]',
zpeng143b4792016-10-06 20:38:121518 '[email protected]',
1519 '[email protected]'],
dmikurubee40b4062014-11-04 17:47:191520 'base_allocator': ['[email protected]',
[email protected]b17d9e02014-07-29 09:45:501521 '[email protected]'],
[email protected]1ed5e0fd2012-07-19 00:19:051522 'base_memory': ['[email protected]'],
robliao1644d8b2016-04-11 15:39:591523 'base_task_scheduler': ['[email protected]',
1524 '[email protected]',
1525 '[email protected]'],
pennymac962d190432016-07-27 00:58:351526 'base_win': ['[email protected]',
1527 '[email protected]'],
vmpstrdeec20e2016-11-18 22:17:321528 'base': ['[email protected]'],
[email protected]7e093d4022014-06-26 19:19:551529 'battery_status': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351530 'blink': ['[email protected]'],
1531 'blink_accessibility': ['[email protected]',
1532 '[email protected]',
horo8e9a01572016-07-27 06:05:311533 '[email protected]',
pennymac962d190432016-07-27 00:58:351534 '[email protected]'],
1535 'blink_animation': ['[email protected]',
1536 '[email protected]',
1537 '[email protected]',
1538 '[email protected]',
1539 '[email protected]'],
1540 'blink_app_banner': ['[email protected]'],
1541 'blink_audio': ['[email protected]',
1542 '[email protected]'],
1543 'blink_battery_status': ['[email protected]',
1544 '[email protected]'],
1545 'blink_bidi': ['[email protected]'],
1546 'blink_bindings': ['[email protected]'],
jbroman9ac2d532016-09-01 18:20:081547 'blink_bindings_serialization': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351548 'blink_bluetooth': ['[email protected]',
1549 '[email protected]'],
1550 'blink_canvas2d': ['[email protected]',
1551 '[email protected]',
1552 '[email protected]',
1553 '[email protected]'],
1554 'blink_client_hints': ['[email protected]'],
1555 'blink_clipboard': ['[email protected]'],
1556 'blink_css': ['[email protected]',
1557 '[email protected]',
horo8e9a01572016-07-27 06:05:311558 '[email protected]',
pennymac962d190432016-07-27 00:58:351559 '[email protected]',
1560 '[email protected]'],
1561 'blink_css_flexbox': ['[email protected]'],
1562 'blink_css_fragmentation_tests': ['[email protected]'],
1563 'blink_css_grid_layout': ['[email protected]',
horo8e9a01572016-07-27 06:05:311564 '[email protected]',
pennymac962d190432016-07-27 00:58:351565 '[email protected]'],
1566 'blink_css_regions': ['[email protected]'],
1567 'blink_custom_elements': ['[email protected]',
1568 '[email protected]'],
1569 'blink_device_light': ['[email protected]',
1570 '[email protected]'],
1571 'blink_device_orientation': ['[email protected]',
1572 '[email protected]'],
1573 'blink_devtools': ['[email protected]',
1574 '[email protected]',
1575 '[email protected]',
1576 '[email protected]',
1577 '[email protected]',
lushnikovc5bd7ca2016-07-27 17:19:391578 '[email protected]'],
pennymac962d190432016-07-27 00:58:351579 'blink_dom': ['[email protected]',
1580 '[email protected]',
1581 '[email protected]',
1582 '[email protected]',
1583 '[email protected]'],
1584 'blink_events': ['[email protected]',
1585 '[email protected]',
1586 '[email protected]',
1587 '[email protected]'],
1588 'blink_fetch': ['[email protected]',
1589 '[email protected]',
1590 '[email protected]',
1591 '[email protected]'],
1592 'blink_fileapi': ['[email protected]',
1593 '[email protected]',
1594 '[email protected]'],
1595 'blink_geolocation': ['[email protected]',
1596 '[email protected]',
1597 '[email protected]'],
1598 'blink_heap': ['[email protected]',
1599 '[email protected]',
1600 '[email protected]',
1601 '[email protected]'],
1602 'blink_html': ['[email protected]',
1603 '[email protected]'],
csharrisonf357e9632016-07-29 01:27:221604 'blink_htmlparser': ['[email protected]',
1605 '[email protected]'],
pennymac962d190432016-07-27 00:58:351606 'blink_indexed_db': ['[email protected]',
1607 '[email protected]'],
1608 'blink_input': ['[email protected]',
nzolghadr773a1982016-10-18 21:26:451609 '[email protected]'],
pennymac962d190432016-07-27 00:58:351610 'blink_layers': ['[email protected]'],
1611 'blink_layout': ['[email protected]',
1612 '[email protected]',
1613 '[email protected]',
1614 '[email protected]',
1615 '[email protected]',
1616 '[email protected]',
1617 '[email protected]'],
cbiesinger46ecaae2016-09-09 18:44:561618 'blink_layout_ng': ['[email protected]',
gleblc60d6632016-09-13 19:49:461619 '[email protected]',
atotic30c8eba2016-10-28 13:24:071620 '[email protected]',
dgroganf9744ea2017-01-18 23:23:261621 '[email protected]',
atotic30c8eba2016-10-28 13:24:071622 '[email protected]'],
pennymac962d190432016-07-27 00:58:351623 'blink_loader': ['[email protected]',
1624 '[email protected]',
1625 '[email protected]',
1626 '[email protected]'],
1627 'blink_media': ['[email protected]',
1628 '[email protected]',
srirama.mdec4f512016-09-06 08:22:191629 '[email protected]',
1630 '[email protected]'],
pennymac962d190432016-07-27 00:58:351631 'blink_media_queries': ['[email protected]',
1632 '[email protected]'],
1633 'blink_mediacapturefromelement': ['[email protected]',
1634 '[email protected]'],
1635 'blink_mediarecorder': ['[email protected]',
1636 '[email protected]'],
1637 'blink_mediastream': ['[email protected]',
1638 '[email protected]'],
1639 'blink_modules': ['[email protected]'],
1640 'blink_navigator_content_utils': ['[email protected]'],
awdf2e270242016-09-06 16:21:341641 'blink_notifications': ['[email protected]',
1642 '[email protected]'],
pennymac962d190432016-07-27 00:58:351643 'blink_out_of_process_frames': ['[email protected]',
1644 '[email protected]'],
1645 'blink_owners': ['[email protected]'],
1646 'blink_paint' : ['[email protected]',
chrishtr4030de342016-10-03 23:57:591647 '[email protected]'],
pennymac962d190432016-07-27 00:58:351648 'blink_permissions': ['[email protected]'],
kinukoc462adb2016-12-22 12:58:491649 'blink_platform': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351650 'blink_platform_graphics': ['[email protected]',
horo8e9a01572016-07-27 06:05:311651 '[email protected]',
pennymac962d190432016-07-27 00:58:351652 '[email protected]',
1653 '[email protected]',
1654 '[email protected]',
1655 '[email protected]',
1656 '[email protected]',
1657 '[email protected]',
1658 '[email protected]',
1659 '[email protected]',
1660 '[email protected]',
1661 '[email protected]',
1662 '[email protected]'],
1663 'blink_prerender': ['[email protected]',
1664 '[email protected]'],
1665 'blink_preloadScanner': ['[email protected]'],
1666 'blink_public_api': ['[email protected]',
1667 '[email protected]'],
awdf2e270242016-09-06 16:21:341668 'blink_push_messaging': ['[email protected]',
1669 '[email protected]',
pennymac962d190432016-07-27 00:58:351670 '[email protected]'],
1671 'blink_quota': ['[email protected]',
1672 '[email protected]',
1673 '[email protected]'],
1674 'blink_scheduler': ['[email protected]'],
1675 'blink_screen_orientation': ['[email protected]'],
falken6731ece42016-10-12 01:41:501676 'blink_serviceworkers': ['[email protected]',
pennymac962d190432016-07-27 00:58:351677 '[email protected]',
1678 '[email protected]',
1679 '[email protected]',
1680 '[email protected]',
1681 '[email protected]',
1682 '[email protected]',
shimazu99de61f2016-09-07 03:57:411683 '[email protected]',
pennymac962d190432016-07-27 00:58:351684 '[email protected]'],
1685 'blink_serviceworkers_tests': ['[email protected]'],
timvolodine8cdb94c2016-09-22 12:17:221686 'blink_spellcheck' : ['[email protected]',
1687 '[email protected]'],
pennymac962d190432016-07-27 00:58:351688 'blink_spv2_layout_tests': ['[email protected]',
1689 '[email protected]'],
1690 'blink_style': ['[email protected]'],
1691 'blink_svg': ['[email protected]',
1692 '[email protected]',
1693 '[email protected]',
1694 '[email protected]',
1695 '[email protected]',
1696 '[email protected]',
1697 '[email protected]',
1698 '[email protected]'],
dpranke7d5df742016-04-06 00:27:031699 'blink_tools': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351700 'blink_track': ['[email protected]',
1701 '[email protected]',
1702 '[email protected]',
1703 '[email protected]',
1704 '[email protected]'],
1705 'blink_vibration': ['[email protected]',
1706 '[email protected]'],
1707 'blink_viewport_interaction': ['[email protected]'],
1708 'blink_w3ctests': ['[email protected]'],
1709 'blink_web': ['[email protected]'],
1710 'blink_webcomponents': ['[email protected]',
1711 '[email protected]'],
1712 'blink_webp': ['[email protected]',
1713 '[email protected]',
1714 '[email protected]'],
1715 'blink_websockets': ['[email protected]',
1716 '[email protected]'],
1717 'blink_workers': ['[email protected]',
falken6731ece42016-10-12 01:41:501718 '[email protected]',
pennymac962d190432016-07-27 00:58:351719 '[email protected]',
shimazu99de61f2016-09-07 03:57:411720 '[email protected]',
1721 '[email protected]'],
pennymac962d190432016-07-27 00:58:351722 'blink_wtf': ['[email protected]',
1723 '[email protected]'],
1724 'blink_xmlhttprequest': ['[email protected]'],
noyauce460872016-09-09 11:54:001725 'bookmarks': ['[email protected]'],
donnd787f6ed2016-08-03 01:00:561726 'bottombar': ['[email protected]',
1727 '[email protected]'],
stevenjbdd133032015-08-07 18:37:471728 'browser_chromeos': ['[email protected]'],
[email protected]22650d22012-07-18 17:02:351729 'browser_components': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351730 'browser_compositor': ['[email protected]',
1731 '[email protected]'],
[email protected]17a2fba2013-02-07 18:46:571732 'browser_resources': ['[email protected]'],
michaelpge42ca3b32016-02-19 08:17:571733 'browser_resources_md': ['[email protected]'],
msramek878b39d92016-04-20 07:55:331734 'browsing_data': ['[email protected]',
1735 '[email protected]'],
pennymac962d190432016-07-27 00:58:351736 'bubble': ['[email protected]',
1737 '[email protected]',
1738 '[email protected]',
1739 '[email protected]'],
1740 'cache_storage': ['[email protected]',
1741 '[email protected]'],
[email protected]c9ae7a32014-03-31 22:18:591742 'cast': ['[email protected]',
[email protected]479180d22014-03-11 09:47:341743 '[email protected]',
miua1710162015-08-27 01:38:091744 '[email protected]',
[email protected]ad8ff0e2013-12-13 09:24:121745 '[email protected]',
miua1710162015-08-27 01:38:091746 '[email protected]',
1747 '[email protected]'],
ryanchung4d157372016-05-10 20:27:161748 'cast_certificate': ['[email protected]',
ryanchung24f9d7b2017-01-12 19:18:341749 '[email protected]'],
[email protected]c863702a2012-09-14 20:05:281750 'cc': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351751 'certificate_transparency': ['[email protected]',
1752 '[email protected]',
martijnccdd0542016-11-07 18:49:271753 '[email protected]',
pennymac962d190432016-07-27 00:58:351754 '[email protected]'],
1755 'chrome_elf': ['[email protected]',
1756 '[email protected]'],
[email protected]d5b21972012-07-20 02:06:011757 'chrome_views': ['[email protected]'],
alokp9d869cc12016-05-27 01:46:311758 'chromecast': ['[email protected]',
1759 '[email protected]',
halliwellfa56b3a42015-09-04 21:42:571760 '[email protected]'],
gfhuang2548f902016-02-26 02:29:211761 'chromecast_public': ['[email protected]'],
stgaocea5a9c2015-05-29 22:31:391762 'chromedriver': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351763 'chromeos': ['[email protected]'],
1764 'chromeos_attestation': ['[email protected]'],
1765 'chromeos_calculator': ['[email protected]'],
hashimoto40ecb692014-09-02 04:51:311766 'chromeos_dbus': ['[email protected]'],
alematec5187b1b2016-08-26 05:32:181767 'chromeos_geolocation': ['[email protected]'],
1768 'chromeos_login': ['[email protected]',
1769 '[email protected]'],
pennymac962d190432016-07-27 00:58:351770 'chromeos_net': ['[email protected]'],
1771 'chromeos_power': ['[email protected]'],
alematec5187b1b2016-08-26 05:32:181772 'chromeos_timezone': ['[email protected]'],
1773 'chromeos_webui': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351774 'clang_update': ['[email protected]',
thestigf023ccc2016-11-10 14:39:151775 '[email protected]',
[email protected]cf8ffa82013-02-13 08:30:071776 '[email protected]',
pennymac962d190432016-07-27 00:58:351777 '[email protected]',
rnk28bbd1772016-05-04 17:57:581778 '[email protected]',
1779 '[email protected]',
pennymac962d190432016-07-27 00:58:351780 '[email protected]',
thestigf023ccc2016-11-10 14:39:151781 '[email protected]',
pennymac962d190432016-07-27 00:58:351782 '[email protected]',
horo8e9a01572016-07-27 06:05:311783 '[email protected]',
pennymac962d190432016-07-27 00:58:351784 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001785 'clipboard': ['[email protected]'],
[email protected]18fd7a532014-08-20 23:09:511786 'closure': ['[email protected]',
dbeam78528be2016-02-18 07:08:491787 '[email protected]',
1788 '[email protected]'],
sdefresned94c5b02015-07-22 17:54:551789 'components_deps': ['[email protected]',
1790 '[email protected]',
1791 '[email protected]'],
pennymac962d190432016-07-27 00:58:351792 'content': ['[email protected]',
1793 '[email protected]'],
1794 'content_bluetooth': ['[email protected]',
1795 '[email protected]'],
1796 'content_loader': ['[email protected]',
1797 '[email protected]',
1798 '[email protected]'],
1799 'content_renderer': ['[email protected]'],
mkwst75a31a42014-09-14 18:32:531800 'content_shell': ['[email protected]',
peterc9e3e172015-11-02 09:29:161801 '[email protected]',
1802 '[email protected]'],
nhiroki90ba0102015-07-21 01:42:241803 'content_worker': ['[email protected]',
1804 '[email protected]'],
donnd787f6ed2016-08-03 01:00:561805 'contextual_search': ['[email protected]',
1806 '[email protected]'],
pennymac962d190432016-07-27 00:58:351807 'courgette': ['[email protected]',
1808 '[email protected]'],
michaelpge42ca3b32016-02-19 08:17:571809 'cr_elements': ['[email protected]',
1810 '[email protected]',
1811 '[email protected]'],
lizebf34f69b2016-03-30 16:08:531812 'custom_tabs': ['[email protected]'],
tbansalc6f1c9f2016-09-30 22:48:421813 'data_reduction_proxy': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:191814 'deep_memory_profiler': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351815 'device_bluetooth': ['[email protected]',
1816 '[email protected]'],
1817 'device_sensors': ['[email protected]',
mlamouri5cdcdf02014-11-27 15:58:591818 '[email protected]',
pennymac962d190432016-07-27 00:58:351819 '[email protected]'],
scheibabdd7d32015-02-11 22:13:081820 'developer_recommended_flags': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351821 'devtools': ['[email protected]',
1822 '[email protected]'],
kinukoc462adb2016-12-22 12:58:491823 'disk_cache': ['[email protected]'],
benjhaydendd24d5a642015-10-05 18:19:511824 'download': ['[email protected]'],
dbeam78528be2016-02-18 07:08:491825 'downloads_ui': ['[email protected]',
1826 '[email protected]'],
[email protected]9a3781d2013-04-04 18:31:401827 'drive': ['[email protected]'],
[email protected]89d2cd52013-04-16 01:55:361828 'drive_resource_metadata': ['[email protected]'],
[email protected]3a25c8a2014-06-26 06:47:101829 'eme': ['[email protected]'],
jdduke7edf3ca42015-10-26 18:20:011830 'events': ['[email protected]'],
[email protected]f9529e7922013-06-06 05:19:411831 'extension': ['[email protected]',
1832 '[email protected]'],
lunalu0a9c05422016-11-11 17:19:061833 'feature_policy': ['[email protected]',
1834 '[email protected]'],
apaciblec4093a92016-04-19 19:21:581835 'feedback_ui': ['[email protected]'],
[email protected]84dcfd92014-05-23 13:18:191836 'fileapi': ['[email protected]',
[email protected]6f217122013-11-25 07:21:481837 '[email protected]',
1838 '[email protected]'],
yoshiki1c0ba2782014-12-08 07:04:261839 'filebrowse': ['[email protected]'],
okab0be3dc2016-08-30 07:37:101840 'filesapp': ['[email protected]',
1841 '[email protected]',
1842 '[email protected]'],
1843 'filesapp_ui': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001844 'ftp': ['[email protected]'],
mmoroz58ddb8172016-09-08 18:29:551845 'fuzzing': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351846 'gcm': ['[email protected]',
1847 '[email protected]',
1848 '[email protected]'],
mikhail.pozdnyakova8db26402016-11-28 18:27:121849 'generic_sensor': ['[email protected]',
1850 '[email protected]',
1851 '[email protected]'],
pennymac962d190432016-07-27 00:58:351852 'geolocation': ['[email protected]',
1853 '[email protected]'],
[email protected]cf428f732012-10-02 20:48:151854 'gfx_geometry': ['[email protected]'],
[email protected]f93b7382012-08-09 20:53:161855 'gfx_image': ['[email protected]'],
agrieve4d9c1c52016-09-23 17:49:381856 'gn': ['[email protected]',
1857 '[email protected]',
pennymac962d190432016-07-27 00:58:351858 '[email protected]'],
[email protected]a6159102013-11-08 23:21:521859 'gpu': ['[email protected]'],
dbeam78528be2016-02-18 07:08:491860 'history_ui': ['[email protected]',
1861 '[email protected]',
1862 '[email protected]'],
[email protected]18d7e402014-07-08 19:53:141863 'hotword': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001864 'i18n': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001865 'importer': ['[email protected]'],
[email protected]8b250562014-08-12 19:07:451866 'indexed_db': ['[email protected]',
dgrogand792a7f2016-01-21 00:12:131867 '[email protected]'],
bruthigaa8281f2016-02-09 17:52:311868 'ink_drop': ['[email protected]'],
dtapuska1f997a12016-03-14 19:22:071869 'input': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351870 'installer': ['[email protected]',
1871 '[email protected]',
1872 '[email protected]'],
mmoss19826c62014-11-14 21:37:361873 'installer_linux': [ '[email protected]'],
pennymac962d190432016-07-27 00:58:351874 'instant': ['[email protected]',
pennymac962d190432016-07-27 00:58:351875 '[email protected]',
pennymac962d190432016-07-27 00:58:351876 '[email protected]',
1877 '[email protected]',
1878 '[email protected]',
1879 '[email protected]',
1880 '[email protected]',
1881 '[email protected]'],
pklb5652b522016-11-17 14:14:081882 'ios_chrome': ['[email protected]',
noyau451e6bb62016-12-23 14:29:041883 '[email protected]',
marqa4f135f2017-01-10 12:37:341884 '[email protected]',
1885 '[email protected]'],
1886 'ios_clean': ['[email protected]',
1887 '[email protected]'],
1888 'ios_showcase': ['[email protected]',
1889 '[email protected]'],
pennymac962d190432016-07-27 00:58:351890 'ipc': ['[email protected]',
1891 '[email protected]'],
1892 'libwebp': ['[email protected]',
1893 '[email protected]',
1894 '[email protected]'],
1895 'libvpx': ['[email protected]',
1896 '[email protected]',
1897 '[email protected]',
1898 '[email protected]'],
[email protected]04a292a2013-03-07 19:58:421899 'linux_fonts': ['[email protected]'],
[email protected]6d7e0bf2014-07-28 22:30:401900 'linux_sandboxing': ['[email protected]'],
[email protected]04a292a2013-03-07 19:58:421901 'linux_seccomp_bpf': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351902 'login': ['[email protected]'],
lgrey62faed72016-10-11 21:40:391903 'mac' : ['[email protected]'],
mlamourid8b0feb2015-06-02 16:30:471904 'manifest': ['[email protected]'],
dbeam7a734562015-09-15 18:23:171905 'md_settings': ['[email protected]',
michaelpg32ca07902015-02-07 00:31:111906 '[email protected]',
michaelpg32ca07902015-02-07 00:31:111907 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001908 'media': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351909 'media_galleries': ['[email protected]',
1910 '[email protected]'],
alokp9e369ea72e2016-06-10 05:41:091911 'media_mojo': ['[email protected]'],
apacible01538e02016-11-04 22:15:311912 'media_remoting': ['[email protected]',
erickungc2289dea2016-12-13 19:01:281913 '[email protected]',
apacible01538e02016-11-04 22:15:311914 '[email protected]',
miu5e69f1c52016-10-23 13:40:111915 '[email protected]'],
kmarshallb698ad4f2015-02-24 19:42:481916 'media_router': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001917 'message_loop': ['[email protected]'],
isherman1eee6f12014-12-09 02:14:301918 'metrics': ['[email protected]'],
[email protected]1d8899ee2014-06-10 20:58:121919 'metrics_xml_files': ['[email protected]'],
toyoshim8f51f902015-03-27 03:50:211920 'midi': ['[email protected]'],
[email protected]c3830c622013-10-10 22:00:001921 'mojo': ['[email protected]',
[email protected]62bbe812013-10-24 22:24:161922 '[email protected]',
[email protected]3bf40cb2013-10-11 19:10:491923 '[email protected]',
[email protected]0f79ff62014-04-25 23:35:531924 '[email protected]',
[email protected]84003af2014-05-02 09:37:131925 '[email protected]',
1926 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001927 'mouse_lock': ['[email protected]'],
rjkroegef60dea862015-10-29 17:50:061928 'mus': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001929 'nacl': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351930 'native_client_sdk': ['[email protected]',
1931 '[email protected]'],
1932 'navigation': ['[email protected]',
1933 '[email protected]'],
[email protected]0b6c5e92013-03-08 22:42:521934 'net': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001935 'net_error_list': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351936 'net_log': ['[email protected]',
1937 '[email protected]'],
jkarlin539748402015-03-31 17:36:311938 'netinfo': ['[email protected]'],
awdf2e270242016-09-06 16:21:341939 'notifications': ['[email protected]',
1940 '[email protected]',
pennymac962d190432016-07-27 00:58:351941 '[email protected]'],
tbansalc6f1c9f2016-09-30 22:48:421942 'nqe': ['[email protected]'],
Evan Stade459d16662015-07-07 17:04:571943 'ntp': ['[email protected]',
[email protected]0bce107762012-11-27 11:42:541944 '[email protected]'],
noyau451e6bb62016-12-23 14:29:041945 'ntp_snippets': ['[email protected]',
1946 '[email protected]'],
1947 'ntp_tiles': ['[email protected]',
1948 '[email protected]'],
pennymac962d190432016-07-27 00:58:351949 'offline_pages': ['[email protected]',
1950 '[email protected]',
1951 '[email protected]',
dewittj74b23f6f2016-04-21 19:29:251952 '[email protected]',
1953 '[email protected]',
pennymac962d190432016-07-27 00:58:351954 '[email protected]'],
jdonnelly6fa5a21d2017-01-03 15:28:351955 'omnibox': ['[email protected]'],
michaelpgf6260fbd2015-02-06 17:59:351956 'options': ['[email protected]',
1957 '[email protected]'],
iclelland8b904402016-10-05 15:01:231958 'origin_trials': ['[email protected]',
1959 '[email protected]'],
pennymac962d190432016-07-27 00:58:351960 'ozone': ['[email protected]',
1961 '[email protected]'],
csharrison3b1dc4062015-10-19 14:31:081962 'page_load_metrics' : ['[email protected]',
kinuko01cbe8a12015-10-20 09:59:061963 '[email protected]'],
pennymac962d190432016-07-27 00:58:351964 'panels': ['[email protected]',
1965 '[email protected]',
1966 '[email protected]',
1967 '[email protected]'],
mkwst17a9875d2016-06-24 10:36:391968 'password_manager': ['[email protected]',
vabraafbd4f32015-11-10 19:30:231969 '[email protected]'],
sebsgbbfbea02016-10-24 21:54:591970 'payments': ['[email protected]',
gogeralde108bcb2016-11-24 16:07:221971 '[email protected]',
1972 '[email protected]'],
pennymac962d190432016-07-27 00:58:351973 'pepper_api': ['[email protected]',
1974 '[email protected]',
1975 '[email protected]',
1976 '[email protected]',
1977 '[email protected]',
horo8e9a01572016-07-27 06:05:311978 '[email protected]',
pennymac962d190432016-07-27 00:58:351979 '[email protected]'],
raymes18e321492017-01-11 04:21:331980 'permissions': ['[email protected]',
1981 '[email protected]'],
stuartmorganf8c132922015-01-23 14:45:341982 'plugin': ['[email protected]'],
tnagelad92622a92015-10-20 10:26:301983 'policy_definitions': ['[email protected]'],
dbeam78528be2016-02-18 07:08:491984 'polymer': ['[email protected]',
1985 '[email protected]'],
twifkak0c69c1f2015-06-22 18:20:091986 'precache': ['[email protected]'],
[email protected]be775bc2014-06-30 15:41:141987 'prepopulated_engines': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351988 'prerender': ['[email protected]',
1989 '[email protected]',
1990 '[email protected]'],
1991 'push_messaging': ['[email protected]',
1992 '[email protected]',
1993 '[email protected]'],
stkhapugin06503142016-12-07 14:32:121994 'reading_list': ['[email protected]'],
[email protected]c3887592014-02-06 20:02:251995 'remoting': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351996 'rlz_id': ['[email protected]',
1997 '[email protected]',
1998 '[email protected]'],
grt829c6a82014-10-20 09:29:321999 'safe_browsing': ['[email protected]'],
vakhf8e14c92016-10-17 21:29:472000 'safe_browsing_db': ['[email protected]'],
skyostil20dea312014-11-11 13:43:062001 'scheduler': ['[email protected]'],
mlamourid8b0feb2015-06-02 16:30:472002 'screen_orientation': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352003 'service_worker': ['[email protected]',
[email protected]6d095a8b2014-02-28 15:26:162004 '[email protected]',
pennymac962d190432016-07-27 00:58:352005 '[email protected]',
[email protected]edaf31d2014-03-07 00:09:172006 '[email protected]',
pennymac962d190432016-07-27 00:58:352007 '[email protected]',
horo8e9a01572016-07-27 06:05:312008 '[email protected]',
shimazu99de61f2016-09-07 03:57:412009 '[email protected]',
pennymac962d190432016-07-27 00:58:352010 '[email protected]'],
dominickn8884155a2016-06-23 02:28:162011 'site_engagement': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352012 'site_instance': ['[email protected]',
2013 '[email protected]',
[email protected]b9ecdb62014-03-07 14:56:432014 '[email protected]'],
[email protected]ad0295d2012-10-11 23:43:362015 'spellcheck': ['[email protected]',
[email protected]18d7e402014-07-08 19:53:142016 '[email protected]',
timvolodine8cdb94c2016-09-22 12:17:222017 '[email protected]',
2018 '[email protected]'],
[email protected]67f39af2013-08-23 20:06:052019 'streams': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352020 'styleguide': ['[email protected]',
vmpstrdeec20e2016-11-18 22:17:322021 '[email protected]',
2022 '[email protected]'],
pennymac962d190432016-07-27 00:58:352023 'supervised_users': ['[email protected]'],
alito438fa4332016-12-20 21:59:172024 'swreporter': ['[email protected]',
2025 '[email protected]',
2026 '[email protected]'],
maxbogue65ea2632016-04-04 18:12:582027 'sync': ['[email protected]'],
[email protected]84dcfd92014-05-23 13:18:192028 'syncfs': ['[email protected]',
[email protected]6f217122013-11-25 07:21:482029 '[email protected]',
2030 '[email protected]'],
miu5e69f1c52016-10-23 13:40:112031 'tab_alert_indicators': ['[email protected]'],
2032 'tab_capture': ['[email protected]',
2033 '[email protected]'],
pennymac962d190432016-07-27 00:58:352034 'tab_contents': ['[email protected]',
2035 '[email protected]',
2036 '[email protected]'],
dmikurubee40b4062014-11-04 17:47:192037 'tcmalloc': ['[email protected]'],
tonygc7f6a4c12015-01-16 18:32:262038 'telemetry': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352039 'test_runner': ['[email protected]',
einbindera29577e2016-08-23 01:21:492040 '[email protected]',
2041 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002042 'tests': [],
jlkleinecc81952016-11-19 00:16:072043 'tether': ['[email protected]',
2044 '[email protected]',
2045 '[email protected]',
2046 '[email protected]',
2047 '[email protected]'],
pennymac962d190432016-07-27 00:58:352048 'textinput': ['[email protected]',
2049 '[email protected]',
2050 '[email protected]',
2051 '[email protected]'],
2052 'textinput_chromeos': ['[email protected]',
2053 '[email protected]',
2054 '[email protected]'],
chirantan96fcf6d2015-01-21 22:36:192055 'timers': ['[email protected]'],
robliaofd54b5c2017-01-13 00:41:302056 'tools_win_chromeexts': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352057 'tracing': ['[email protected]',
2058 '[email protected]'],
[email protected]cf428f732012-10-02 20:48:152059 'ui_compositor': ['[email protected]'],
robliao2c4b7492016-07-19 01:57:262060 'ui_display_win': ['[email protected]'],
[email protected]6b5093c2012-05-23 19:10:182061 'ui_resources': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002062 'valgrind': ['[email protected]',
timurrrr5335dbd2015-04-15 11:04:552063 '[email protected]'],
[email protected]c73ec8ab2014-01-16 20:35:232064 'version_assembly': ['[email protected]',
2065 '[email protected]'],
posciak62a72272016-05-11 08:31:242066 'video': ['[email protected]'],
chfremer2a01a69b2017-01-06 02:39:012067 'video_capture': ['[email protected]',
2068 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002069 'views': ['[email protected]'],
[email protected]ef514a32014-02-26 01:02:352070 'virtual_keyboard': ['[email protected]',
2071 '[email protected]'],
billorr3c7e1442016-11-11 21:21:352072 'virtual_reality': ['[email protected]'],
tnakamura43539232016-09-12 14:23:422073 'webrtc_browser_tests': ['[email protected]'],
raymesf5084632015-07-02 07:14:152074 'website_settings': ['[email protected]',
pennymac962d190432016-07-27 00:58:352075 '[email protected]',
2076 '[email protected]'],
2077 'windows_sandboxing': ['[email protected]',
2078 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002079 'x11': ['[email protected]',
2080 '[email protected]',
2081 '[email protected]'],
pennymac962d190432016-07-27 00:58:352082 'xml': ['[email protected]'],
wjmaclean3ff6a402015-03-31 19:00:202083 'zoom': ['[email protected]'],
[email protected]a3838612009-10-13 21:57:542084 },
2085}