blob: 9c4ffcbde6f7637b2f8e11f03bcca1a0e12255a4 [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 },
maniscalco44c99752015-09-09 21:52:04184 'blimp': {
185 'filepath': '^blimp/',
186 },
[email protected]06798f72013-01-14 22:31:17187 'bookmarks': {
188 'filepath': 'chrome/browser/bookmarks/' \
[email protected]771ad482013-07-16 17:32:48189 '|chrome/browser/extensions/api/bookmark_manager_private/' \
190 '|chrome/browser/extensions/api/bookmarks/' \
191 '|chrome/browser/resources/bookmark_manager/' \
[email protected]cd869cde2013-01-31 15:46:35192 '|chrome/browser/ui/bookmarks/' \
193 '|chrome/browser/ui/cocoa/bookmarks/' \
[email protected]5cb8b6e12014-05-19 16:53:46194 '|chrome/browser/ui/views/bookmarks/' \
195 '|components/bookmarks'
[email protected]06798f72013-01-14 22:31:17196 },
donnd787f6ed2016-08-03 01:00:56197 'bottombar': {
198 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/',
199 },
[email protected]b17d9e02014-07-29 09:45:50200 'breakpad_app': {
sdefresne8ba0b88c2015-09-18 10:33:13201 'filepath': 'components/crash/content/app/',
[email protected]b17d9e02014-07-29 09:45:50202 },
[email protected]f76c8852012-06-21 16:37:00203 'browser': {
[email protected]f2f0fbb92012-07-14 15:52:49204 'filepath': 'chrome/browser/',
[email protected]02c44522010-10-08 17:43:25205 },
[email protected]f76c8852012-06-21 16:37:00206 'browser_chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:49207 'filepath': 'chrome/browser/chromeos/',
[email protected]02c44522010-10-08 17:43:25208 },
[email protected]22650d22012-07-18 17:02:35209 'browser_components': {
[email protected]a7228f62012-09-20 17:52:48210 'filepath': 'chrome/browser/autofill/' \
211 '|chrome/browser/bookmarks/' \
[email protected]a7228f62012-09-20 17:52:48212 '|chrome/browser/favicon/' \
[email protected]ddf288e2013-01-09 20:58:27213 '|chrome/browser/history/' \
[email protected]fccf4882013-03-15 04:46:19214 '|chrome/browser/webdata/' \
[email protected]3947d4a82013-03-12 09:41:05215 '|components/autofill/'
[email protected]22650d22012-07-18 17:02:35216 },
[email protected]f76c8852012-06-21 16:37:00217 'browser_compositor': {
[email protected]f2f0fbb92012-07-14 15:52:49218 'filepath': 'ui/compositor/'
[email protected]fbd846b2010-11-19 01:32:18219 },
[email protected]f76c8852012-06-21 16:37:00220 'browser_resources': {
[email protected]f2f0fbb92012-07-14 15:52:49221 'filepath': 'chrome/browser/resources/',
[email protected]f76c8852012-06-21 16:37:00222 },
michaelpge42ca3b32016-02-19 08:17:57223 'browser_resources_md': {
224 'filepath': 'chrome/browser/resources/md_'\
225 '|chrome/browser/resources/settings/',
226 },
[email protected]0ce480532012-07-20 12:33:20227 'browsing_data': {
228 'filepath': 'chrome/browser/browsing_data/',
229 },
[email protected]f76c8852012-06-21 16:37:00230 'bubble': {
[email protected]f2f0fbb92012-07-14 15:52:49231 'filepath': 'ui/views/bubble/|'\
rouslan8d6a8372015-09-10 19:10:10232 'chrome/browser/ui/views/bubble/|'\
233 'components/bubble/',
[email protected]f76c8852012-06-21 16:37:00234 },
jkarlin539748402015-03-31 17:36:31235 'cache_storage': {
236 'filepath': 'cache_storage',
237 },
[email protected]10fbd5952013-08-22 07:42:39238 'cast': {
[email protected]31ef420b2014-08-13 21:19:13239 'filepath': 'media/cast/'\
240 '|chrome/browser/extensions/api/cast_streaming/'\
241 '|chrome/browser/media/cast'\
242 '|chrome/renderer/media/cast'\
243 '|chrome/test/data/extensions/api_test/cast_'\
miu5e69f1c52016-10-23 13:40:11244 '|content/public/renderer/media_stream_'\
245 '|content/renderer/media/(media_stream|(.+audio_source))',
[email protected]10fbd5952013-08-22 07:42:39246 },
ryanchung4d157372016-05-10 20:27:16247 'cast_certificate': {
248 'filepath': 'components/cast_certificate/'\
249 '|components/test/data/cast_certificate/',
250 },
eranmc2a9f612015-11-24 16:41:34251 'certificate_transparency': {
252 'filepath': 'components/certificate_transparency/'\
253 '|components/packed_ct_ev_whitelist/'\
254 '|net/cert/ct_'\
255 '|net/cert/multi_log_ct_verifier'\
256 '|net/cert/sct_status_flags.h'\
257 '|net/cert/signed_certificate_timestamp'\
258 '|net/cert/signed_tree_head'\
259 '|net/test/ct_',
260 },
[email protected]651d9992014-04-09 17:18:41261 'chromecast': {
262 'filepath': 'chromecast/',
263 },
gfhuang2548f902016-02-26 02:29:21264 'chromecast_public': {
265 'filepath': 'chromecast/public/',
266 },
[email protected]c863702a2012-09-14 20:05:28267 'cc': {
268 'filepath': 'cc/|'\
[email protected]4934d362012-11-22 22:04:53269 'content/common/cc_messages'
[email protected]c863702a2012-09-14 20:05:28270 },
[email protected]c73ec8ab2014-01-16 20:35:23271 'chrome_elf': {
272 'filepath': 'chrome_elf',
273 },
[email protected]d5b21972012-07-20 02:06:01274 'chrome_views': {
275 'filepath': 'chrome/browser/ui/views',
276 },
[email protected]f7bf8ba2011-02-24 22:28:46277 'chromedriver': {
samuong53d5e612014-10-10 18:56:38278 'filepath': 'chrome/test/chromedriver|'\
279 'chrome/test/data/chromedriver|'\
280 'third_party/webdriver'
[email protected]f7bf8ba2011-02-24 22:28:46281 },
[email protected]f76c8852012-06-21 16:37:00282 'chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:49283 'filepath': 'chromeos/',
[email protected]531b1532011-08-11 03:52:01284 },
[email protected]eda0a0b2013-04-19 20:34:35285 'chromeos_attestation': {
286 'filepath': 'chromeos/attestation/|'\
[email protected]64494c3f2013-08-14 22:15:59287 'chrome/browser/chromeos/attestation/|'\
288 'chrome/browser/extensions/api/enterprise_platform_keys_private/',
[email protected]eda0a0b2013-04-19 20:34:35289 },
[email protected]7c59a152012-11-06 20:56:35290 'chromeos_calculator': {
291 'filepath': 'chrome/common/extensions/docs/examples/apps/calculator/',
292 },
hashimoto40ecb692014-09-02 04:51:31293 'chromeos_dbus': {
294 'filepath': 'chromeos/dbus/',
295 },
alematec5187b1b2016-08-26 05:32:18296 'chromeos_geolocation': {
297 'filepath': 'chromeos/geolocation/',
298 },
[email protected]f76c8852012-06-21 16:37:00299 'chromeos_login': {
[email protected]f2f0fbb92012-07-14 15:52:49300 'filepath': 'chrome/browser/chromeos/login/|'\
301 'chrome/browser/ui/webui/chromeos/login/|'\
dzhioevcc7c0492014-11-25 14:52:58302 'chrome/browser/resources/chromeos/login/|'\
303 'ui/login/',
[email protected]a791dac2011-04-07 23:22:57304 },
[email protected]d7d35f342012-10-22 20:32:47305 'chromeos_net': {
306 'filepath': 'chromeos/network/|'\
stevenjbdd133032015-08-07 18:37:47307 'chrome/browser/chromeos/net/|'\
308 'chrome/browser/extensions/api/networking_private/|'\
309 'extensions/browser/api/networking_private/|'\
310 'ui/chromeos/network/',
[email protected]d7d35f342012-10-22 20:32:47311 },
[email protected]2315ac0c2013-02-05 00:49:16312 'chromeos_power': {
[email protected]c3943ad2013-07-03 13:44:56313 'filepath': 'ash/system/chromeos/power/|'\
314 'chromeos/dbus/power_.*|'\
[email protected]2315ac0c2013-02-05 00:49:16315 'chrome/browser/chromeos/power/',
316 },
alematec5187b1b2016-08-26 05:32:18317 'chromeos_timezone': {
318 'filepath': 'chromeos/timezone/',
319 },
[email protected]f76c8852012-06-21 16:37:00320 'chromeos_webui': {
[email protected]f2f0fbb92012-07-14 15:52:49321 'filepath': 'chrome/browser/ui/webui/chromeos/|'\
322 'chrome/browser/resources/chromeos/',
[email protected]ba03af42012-03-08 01:37:12323 },
[email protected]cef7a6d2011-04-29 20:49:07324 'clang_update': {
Nico Webere250e6a2015-12-02 19:31:56325 'filepath': 'tools/clang/scripts/update.py'
[email protected]cef7a6d2011-04-29 20:49:07326 },
[email protected]f76c8852012-06-21 16:37:00327 'clipboard': {
328 'filepath': 'clipboard|dnd|drag|drop',
[email protected]2418b022011-05-19 21:06:02329 },
[email protected]0387ab32014-08-05 00:13:42330 'closure': {
[email protected]18fd7a532014-08-20 23:09:51331 'filepath': 'third_party/closure_(compiler|linter)/|'
dbeam78528be2016-02-18 07:08:49332 'compiled_resources2?.gyp',
[email protected]0387ab32014-08-05 00:13:42333 },
sdefresned94c5b02015-07-22 17:54:55334 'components_deps': {
335 'filepath': 'components/([^/]*/)*DEPS',
336 },
[email protected]f76c8852012-06-21 16:37:00337 'content': {
[email protected]f2f0fbb92012-07-14 15:52:49338 'filepath': 'content/',
[email protected]f76c8852012-06-21 16:37:00339 },
scheib968e61052014-11-05 00:27:25340 'content_bluetooth': {
341 'filepath': 'content/.*bluetooth'
342 },
kinuko01cbe8a12015-10-20 09:59:06343 'content_loader': {
mmenkefaa97d3b2016-09-25 14:24:02344 'filepath': 'chrome/browser/loader|' \
345 'content/browser/loader|' \
kinuko01cbe8a12015-10-20 09:59:06346 'content/child/*loader',
347 },
mkwst512627022014-09-16 09:23:27348 'content_renderer': {
349 'filepath': 'content/renderer/',
350 },
[email protected]aa3311a2012-11-19 16:04:58351 'content_shell': {
352 'filepath': 'content/shell/',
353 },
kinukoa121bce2015-01-30 10:04:41354 'content_worker': {
355 'filepath': 'content/.*worker',
356 },
donnd787f6ed2016-08-03 01:00:56357 'contextual_search': {
358 'filepath': 'chrome/browser/android/contextualsearch/|' \
359 'chrome/android/java/src/org/chromium/chrome/browser/contextualsearch/|' \
360 'chrome/android/javatests/src/org/chromium/chrome/browser/contextualsearch/|' \
361 'components/contextual_search/',
362 },
[email protected]f76c8852012-06-21 16:37:00363 'cookie_monster': {
[email protected]f2f0fbb92012-07-14 15:52:49364 'filepath': 'net/cookies/|'\
[email protected]8492b5b2012-12-17 21:58:08365 'chrome/browser/net/sqlite_persistent_cookie_store',
[email protected]f76c8852012-06-21 16:37:00366 },
wfh792b71c2016-05-04 23:33:41367 'courgette': {
368 'filepath': 'courgette/',
369 },
michaelpge42ca3b32016-02-19 08:17:57370 'cr_elements': {
371 'filepath': 'ui/webui/resources/cr_element',
372 },
ianwencdb8c9e2015-06-18 22:10:15373 'custom_tabs': {
Newton Allen38c62212015-06-24 21:41:53374 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/customtabs/|'\
ianwencdb8c9e2015-06-18 22:10:15375 'chrome/android/javatests/src/org/chromium/chrome/browser/customtabs/',
alancuttercbad6512015-06-19 02:31:28376 },
tbansalc6f1c9f2016-09-30 22:48:42377 'data_reduction_proxy': {
378 'filepath': 'chrome/browser/net/spdyproxy/|'\
379 'data_reduction_proxy|'\
380 'chrome_proxy',
381 },
[email protected]5e105332012-09-13 01:55:52382 'deep_memory_profiler': {
383 'filepath': 'tools/(deep_memory_profiler|find_runtime_symbols)',
384 },
Bartosz Fabianowski85a823812015-04-16 10:27:51385 'device_bluetooth': {
386 'filepath': 'device/.*bluetooth'
387 },
[email protected]29ad47c2014-04-23 09:12:48388 'device_sensors': {
389 'filepath': 'content/browser/device_sensors/|'\
390 'content/common/device_sensors/|'\
391 'content/public/android/java/src/org/chromium/content/browser/DeviceSensors.java|'\
392 'content/public/android/javatests/src/org/chromium/content/browser/DeviceSensorsTest.java|'\
timvolodine8cdb94c2016-09-22 12:17:22393 'content/renderer/device_sensors/|'\
394 'content/test/data/device_sensors/|'\
395 'device/sensors/',
[email protected]8c667232013-11-12 19:49:14396 },
scheibabdd7d32015-02-11 22:13:08397 'developer_recommended_flags': {
398 'filepath': 'developer_recommended_flags.gypi',
399 },
[email protected]342b12872012-11-07 12:10:46400 'devtools': {
401 'filepath': 'devtools',
402 },
[email protected]bab2a832012-07-11 23:29:41403 'disk_cache': {
404 'filepath': 'net/disk_cache/|http_cache',
405 },
[email protected]f76c8852012-06-21 16:37:00406 'download': {
[email protected]f2f0fbb92012-07-14 15:52:49407 'filepath': 'chrome/browser/download/|'\
[email protected]8492b5b2012-12-17 21:58:08408 'content/browser/download/',
[email protected]6bff0ad2011-06-17 01:32:51409 },
[email protected]ca872e362011-07-12 21:06:03410 'downloads_ui': {
dbeam78528be2016-02-18 07:08:49411 'filepath': 'chrome/browser/resources/(md_)?downloads/|' \
[email protected]8492b5b2012-12-17 21:58:08412 'chrome/browser/ui/webui/.*downloads|' \
413 'chrome/browser/ui/views/download/|' \
asanka2009f412015-10-05 17:28:12414 'chrome/browser/ui/cocoa/download/'
[email protected]ca872e362011-07-12 21:06:03415 },
[email protected]f6df20a2012-10-23 21:22:07416 'drive': {
[email protected]8492b5b2012-12-17 21:58:08417 'filepath': 'chrome/browser/chromeos/drive/|' \
418 'chrome/browser/google_apis/'
[email protected]f6df20a2012-10-23 21:22:07419 },
[email protected]89d2cd52013-04-16 01:55:36420 'drive_resource_metadata': {
[email protected]2c948e12013-10-17 03:08:33421 'filepath': 'chrome/browser/chromeos/drive/resource_metadata'
[email protected]89d2cd52013-04-16 01:55:36422 },
[email protected]3a25c8a2014-06-26 06:47:10423 'eme': {
424 'filepath': 'components/cdm/|' \
425 'content/browser/media/cdm/|' \
426 'content/renderer/media/crypto/|' \
427 'media/base/android/*drm*|' \
428 'media/cdm/|' \
429 'third_party/widevine/cdm/'
430 },
[email protected]247dcfb92014-04-23 18:25:59431 'events': {
432 'filepath': 'ui/events/',
433 },
[email protected]f76c8852012-06-21 16:37:00434 'extension': {
435 'filepath': 'extension',
[email protected]161277d42011-06-24 20:48:45436 },
lunalu0a9c05422016-11-11 17:19:06437 'feature_policy': {
438 'filepath': 'third_party/WebKit/Source/platform/feature_policy/|' \
439 'third_party/WebKit/Source/bindings/core/v8/ConditionalFeatures',
440 },
apaciblec4093a92016-04-19 19:21:58441 'feedback_ui': {
442 'filepath': 'chrome/browser/resources/(md_)?feedback/'
443 },
[email protected]f76c8852012-06-21 16:37:00444 'fileapi': {
[email protected]8492b5b2012-12-17 21:58:08445 'filepath': 'file_system/|' \
446 'fileapi/'
[email protected]80919512011-08-03 08:51:04447 },
[email protected]f76c8852012-06-21 16:37:00448 'filebrowse': {
[email protected]8492b5b2012-12-17 21:58:08449 'filepath': 'file_browser|' \
450 'file_manager|' \
451 'filebrowse'
[email protected]4b07b62cc2011-10-03 17:52:39452 },
[email protected]4ed766c2013-09-19 09:45:20453 'filesapp': {
okab0be3dc2016-08-30 07:37:10454 'filepath': 'chrome/browser/chromeos/drive|' \
455 'chrome/browser/chromeos/extensions/file_manager|' \
456 'chrome/browser/chromeos/extensions/file_system_provider|' \
457 'chrome/browser/chromeos/file_manager|' \
458 'chrome/browser/chromeos/file_system_provider|' \
459 'chrome/browser/drive|' \
460 'chrome/test/data/extensions/api_test/file_system_provider|' \
461 'components/drive|' \
462 'google_apis/drive|' \
463 'ui/file_manager'
464 },
465 'filesapp_ui': {
[email protected]4ff3d9f2014-04-24 05:25:20466 'filepath': 'ui/file_manager'
[email protected]4ed766c2013-09-19 09:45:20467 },
[email protected]f76c8852012-06-21 16:37:00468 'ftp': {
469 'filepath': 'ftp',
[email protected]ffeb189d2011-10-05 18:49:39470 },
mmoroz58ddb8172016-09-08 18:29:55471 'fuzzing': {
472 'filepath': 'fuzz|Fuzz',
473 },
[email protected]3a2a6ac02014-06-20 07:07:12474 'gcm': {
475 'filepath': 'chrome/browser/services/gcm/|'\
476 'components/gcm_driver/|'\
477 'google_apis/gcm/',
478 },
mikhail.pozdnyakova8db26402016-11-28 18:27:12479 'generic_sensor': {
480 'filepath': 'device/generic_sensor/|'\
481 'third_party/WebKit/Source/modules/sensor/',
482 },
[email protected]d8036492013-08-09 16:02:23483 'geolocation': {
484 'filepath': 'chrome/browser/geolocation/|'\
485 'content/browser/geolocation|'\
486 'content/public/common/geoposition.*|'\
487 'content/public/browser/geolocation.*|'\
488 'content/renderer/geolocation.*|'\
489 'content/shell/geolocation/',
490 },
[email protected]f93b7382012-08-09 20:53:16491 'gfx_image': {
492 'filepath': 'ui/gfx/image/',
493 },
[email protected]cf428f732012-10-02 20:48:15494 'gfx_geometry': {
danakj570c1332015-01-06 16:59:36495 'filepath': 'ui/gfx/geometry/',
[email protected]cf428f732012-10-02 20:48:15496 },
[email protected]4d1773e2014-04-05 07:59:57497 'gn': {
498 'filepath': 'tools/gn',
499 },
[email protected]f76c8852012-06-21 16:37:00500 'gpu': {
[email protected]f2f0fbb92012-07-14 15:52:49501 'filepath': 'gpu/',
[email protected]f76c8852012-06-21 16:37:00502 },
[email protected]f76c8852012-06-21 16:37:00503 'history_ui': {
dbeam78528be2016-02-18 07:08:49504 'filepath': 'chrome/browser/resources/(md_)?history|'\
505 'chrome/browser/ui/webui/.*history',
[email protected]f76c8852012-06-21 16:37:00506 },
[email protected]18d7e402014-07-08 19:53:14507 'hotword': {
508 'filepath': 'chrome/browser/extensions/api/hotword_private/'\
509 '|chrome/browser/resources/hotword_helper/'\
[email protected]535980d42014-08-12 14:31:28510 '|chrome/browser/resources/hotword/'\
[email protected]18d7e402014-07-08 19:53:14511 '|chrome/browser/search/hotword*'\
512 '|chrome/test/data/extensions/api_test/hotword_private/',
513 },
[email protected]f76c8852012-06-21 16:37:00514 'i18n': {
[email protected]f2f0fbb92012-07-14 15:52:49515 'filepath': 'base/i18n/|base/string|l10n|icu|'\
timvolodine8cdb94c2016-09-22 12:17:22516 'locale_settings|encoding',
[email protected]f76c8852012-06-21 16:37:00517 },
[email protected]f76c8852012-06-21 16:37:00518 'importer': {
[email protected]f2f0fbb92012-07-14 15:52:49519 'filepath': 'import',
[email protected]f76c8852012-06-21 16:37:00520 },
[email protected]c26161352013-11-12 19:50:01521 'indexed_db': {
522 'filepath': 'content/browser/indexed_db|'\
523 'content/child/indexed_db|'\
524 'content/common/indexed_db|'\
525 'content/public/browser/indexed_db|'\
526 'content/test/data/indexeddb',
527 },
bruthigaa8281f2016-02-09 17:52:31528 'ink_drop': {
529 'filepath': 'ui/views/animation/test/.*ink_drop.*|' \
530 'ui/views/animation/.*ink_drop.*'
531 },
dtapuska1f997a12016-03-14 19:22:07532 'input': {
533 'filepath': 'content/browser/renderer_host/input|'\
534 'content/renderer/input|'\
535 'ui/events/blink/'
536 },
[email protected]f76c8852012-06-21 16:37:00537 'installer': {
[email protected]f2f0fbb92012-07-14 15:52:49538 'filepath': 'chrome/installer/',
[email protected]f76c8852012-06-21 16:37:00539 },
mmoss19826c62014-11-14 21:37:36540 'installer_linux': {
541 'filepath': 'chrome/installer/linux/',
542 },
[email protected]56b4b09d32012-07-27 18:28:41543 'instant': {
[email protected]607903d2013-03-25 22:15:47544 'filepath': 'instant|searchbox|'\
545 'chrome/browser/search/|'\
[email protected]c29b7dae2013-03-25 22:29:13546 'chrome/browser/ui/search/|'\
[email protected]eb99f8e2013-07-10 10:17:39547 'chrome/browser/resources/local_ntp/|'\
[email protected]607903d2013-03-25 22:15:47548 'chrome/common/search_types.*',
[email protected]56b4b09d32012-07-27 18:28:41549 },
sdefresne18b47312015-06-18 15:15:09550 'ios_chrome': {
551 'filepath': 'ios/chrome',
552 },
[email protected]f76c8852012-06-21 16:37:00553 'ipc': {
[email protected]f2f0fbb92012-07-14 15:52:49554 'filepath': 'ipc/ipc',
[email protected]f76c8852012-06-21 16:37:00555 },
mkwstb0d1b1d2014-09-30 11:45:36556 'ipc_messages': {
557 'filepath': '_message.*.h|'\
558 '_messages.cc',
559 },
vabraafbd4f32015-11-10 19:30:23560 'login': {
561 'filepath': 'chrome/browser/ui/login'
562 },
[email protected]a3f777d2014-01-07 23:38:26563 'libwebp': {
564 'filepath': 'third_party/libwebp'
565 },
johannkoenig52381382015-09-18 22:35:25566 'libvpx': {
johannkoenig8cdf03472016-03-02 13:54:31567 'filepath': 'third_party/libvpx'
johannkoenig52381382015-09-18 22:35:25568 },
[email protected]04a292a2013-03-07 19:58:42569 'linux_fonts': {
570 'filepath': 'ui/gfx/font_render_params_.*|'\
deratcd2d6fb2015-02-12 00:10:41571 'ui/gfx/platform_font_linux.*|'\
572 'ui/gfx/render_text_harfbuzz.*',
[email protected]04a292a2013-03-07 19:58:42573 },
574 'linux_sandboxing': {
[email protected]f2f0fbb92012-07-14 15:52:49575 'filepath': 'sandbox/linux/',
[email protected]f76c8852012-06-21 16:37:00576 },
[email protected]04a292a2013-03-07 19:58:42577 'linux_seccomp_bpf': {
[email protected]d6a23612012-11-13 20:11:54578 'filepath': 'content/common/sandbox.*linux.cc',
[email protected]f76c8852012-06-21 16:37:00579 },
lgrey62faed72016-10-11 21:40:39580 'mac': {
lgrey332339b12016-12-05 17:16:40581 'filepath': '(_|/)(cocoa|mac)(_|\.)|/(cocoa|mac)/|^((?!ios\/).)*\.mm?$',
lgrey62faed72016-10-11 21:40:39582 },
mlamourid8b0feb2015-06-02 16:30:47583 'manifest': {
584 'filepath': 'content/(browser|renderer)/manifest/'\
585 '|content/public/common/manifest*',
586 },
michaelpg32ca07902015-02-07 00:31:11587 'md_settings': {
michaelpge42ca3b32016-02-19 08:17:57588 'filepath': 'chrome/browser/resources/settings/'\
michaelpg9bc66292015-09-04 22:35:19589 '|chrome/browser/ui/webui/settings/',
michaelpg32ca07902015-02-07 00:31:11590 },
[email protected]f76c8852012-06-21 16:37:00591 'media': {
[email protected]f2f0fbb92012-07-14 15:52:49592 'filepath': 'media/|third_party/(ffmpeg|openmax)/|webmediaplayer|'\
[email protected]034548d2012-07-31 20:34:00593 'audio_message_filter|video_layer|media_internals',
[email protected]f76c8852012-06-21 16:37:00594 },
[email protected]06dd23172013-06-24 21:04:51595 'media_galleries': {
596 'filepath': 'chrome/browser/extensions/api/media_galleries/'\
[email protected]06dd23172013-06-24 21:04:51597 '|chrome/browser/media_galleries/'\
598 '|chrome/browser/storage_monitor/'\
599 '|chrome/common/media_galleries/'\
600 '|chrome/test/data/extensions/api_test/media_galleries/'\
601 '|chrome/utility/itunes*'\
602 '|chrome/utility/picasa*',
603 },
alokp9e369ea72e2016-06-10 05:41:09604 'media_mojo': {
605 'filepath': 'media/mojo/*'
606 },
miu5e69f1c52016-10-23 13:40:11607 'media_remoting': {
608 'filepath': 'chrome/browser/media/cast_remoting'\
609 '|media/blink/webmediaplayer_'\
610 '|media/mojo/interfaces/remoting.mojom'\
611 '|media/remoting/',
612 },
kmarshallb698ad4f2015-02-24 19:42:48613 'media_router': {
614 'filepath': 'chrome/browser/media/router/*' \
615 '|chrome/app/theme/*/common/media_router*' \
616 '|chrome/browser/resources/media_router/' \
617 '|chrome/browser/ui/webui/media_router/' \
618 '|chrome/test/media_router/',
619 },
[email protected]f76c8852012-06-21 16:37:00620 'message_loop': {
[email protected]f2f0fbb92012-07-14 15:52:49621 'filepath': 'base/message_'
[email protected]f76c8852012-06-21 16:37:00622 },
623 'metrics': {
[email protected]f2f0fbb92012-07-14 15:52:49624 'filepath': 'base/metrics/'\
asvitkine361b276e2016-08-30 18:45:00625 '|chrome/android/java/src/org/chromium/chrome/browser/metrics/'\
[email protected]f2f0fbb92012-07-14 15:52:49626 '|chrome/browser/metrics/'\
[email protected]f2f0fbb92012-07-14 15:52:49627 '|chrome/browser/chromeos/external_metrics'\
[email protected]b0d594d2014-02-21 03:22:12628 '|chrome/browser/extensions/api/metrics_private/'\
[email protected]f2f0fbb92012-07-14 15:52:49629 '|chrome/browser/ui/webui/metrics_handler'\
asvitkineb7e10302016-01-20 05:17:45630 '|chromecast/browser/metrics/'\
[email protected]f76c8852012-06-21 16:37:00631 '|content/browser/user_metrics.cc'\
asvitkinee4bad382015-11-05 21:56:45632 '|components/metrics/'\
asvitkineb7e10302016-01-20 05:17:45633 '|components/metrics_services_manager/'\
[email protected]ce6b855a2014-03-12 19:51:39634 '|components/rappor/'\
asvitkinee4bad382015-11-05 21:56:45635 '|components/variations/'\
[email protected]f76c8852012-06-21 16:37:00636 '|content/public/browser/user_metrics.h'\
[email protected]b0d594d2014-02-21 03:22:12637 # Exclude XML files; in particular, histograms.xml.
638 '|tools/metrics/[^.]*([.](?!xml$).*)?$',
639 },
640 'metrics_xml_files': {
641 # Subscribe to this to watch for changes to histograms.xml.
toyoshim8f51f902015-03-27 03:50:21642 'filepath': 'tools/metrics/.*\.xml$',
643 },
644 'midi': {
645 'filepath': 'midi',
[email protected]f76c8852012-06-21 16:37:00646 },
[email protected]341f218a2013-09-24 22:16:10647 'mojo': {
648 'filepath': 'mojo',
649 },
[email protected]f76c8852012-06-21 16:37:00650 'mouse_lock': {
651 'filepath': 'mouse_lock',
652 },
rjkroegef60dea862015-10-29 17:50:06653 'mus': {
ben6b0453d12016-07-02 04:27:19654 'filepath': 'services/ui/'\
rjkroegef60dea862015-10-29 17:50:06655 '|mojo/gpu/',
656 },
[email protected]f76c8852012-06-21 16:37:00657 'nacl': {
[email protected]f2f0fbb92012-07-14 15:52:49658 'filepath': 'chrome/nacl/|chrome/test/nacl/|'\
[email protected]193912d2013-09-06 17:41:56659 'chrome/browser/nacl_host/|chrome/common/nacl|'\
660 'native_client_sdk/src/doc/',
[email protected]f76c8852012-06-21 16:37:00661 },
[email protected]99ddc3d2013-01-22 16:15:33662 'native_client_sdk': {
663 'filepath': '^native_client_sdk/',
664 },
[email protected]b9ecdb62014-03-07 14:56:43665 'navigation': {
666 'filepath': 'content/browser/frame_host|'\
667 'content/browser/renderer_host/render_process_host.*|'\
668 'content/browser/renderer_host/render_view_host.*|'\
669 'content/browser/web_contents/web_contents_impl.*|'\
670 'content/renderer/render_frame.*|'\
671 'content/renderer/render_view.*'
672 },
[email protected]f76c8852012-06-21 16:37:00673 'net': {
[email protected]f2f0fbb92012-07-14 15:52:49674 'filepath': 'net/',
[email protected]f76c8852012-06-21 16:37:00675 },
676 'net_error_list': {
677 'filepath': 'net/base/net_error_list.h',
678 },
679 'net_log': {
mmenke59e4d8fb42016-06-15 21:15:28680 'filepath': 'net/log/|' \
[email protected]f2f0fbb92012-07-14 15:52:49681 'chrome/browser/net/.*net_log|' \
[email protected]f2f0fbb92012-07-14 15:52:49682 'chrome/browser/resources/net_internals/|' \
mmenke59e4d8fb42016-06-15 21:15:28683 'chrome/browser/ui/webui/net_internals/|' \
684 'components/net_log/'
[email protected]f76c8852012-06-21 16:37:00685 },
jkarlin539748402015-03-31 17:36:31686 'netinfo': {
687 'filepath': 'netinfo',
688 },
peterf4758412014-09-17 15:06:01689 'notifications': {
690 'filepath': 'chrome/browser/extensions/api/notifications/|' \
691 'chrome/browser/notifications/|' \
peter8ab156b2015-03-29 15:44:12692 'chrome/test/data/notifications/|' \
693 'content/browser/notifications/|' \
694 'content/child/notifications/|' \
695 'content/common/platform_notification|' \
696 'content/public/browser/platform_notification|' \
697 'content/public/common/platform_notification|' \
698 'content/renderer/notification_|' \
peterf4758412014-09-17 15:06:01699 'ui/message_center/'
700 },
tbansalc6f1c9f2016-09-30 22:48:42701 'nqe': {
702 'filepath': 'nqe',
703 },
[email protected]f76c8852012-06-21 16:37:00704 'ntp': {
[email protected]f2f0fbb92012-07-14 15:52:49705 'filepath': 'chrome/browser/resources/ntp4/|'\
[email protected]b7ecd5f2013-02-14 21:04:16706 'chrome/browser/resources/ntp_android/|'\
[email protected]f2f0fbb92012-07-14 15:52:49707 'chrome/browser/ui/webui/ntp/',
[email protected]f76c8852012-06-21 16:37:00708 },
mcwilliamsedee5042016-04-05 18:46:45709 'ntp_snippets': {
710 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk16a37f902016-05-16 15:49:36711 'chrome/android/javatests/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk14c89352016-07-21 13:45:13712 'chrome/android/junit/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk538dc0b62016-05-17 14:55:34713 'chrome/browser/android/ntp/ntp_snippets|'\
mcwilliamsedee5042016-04-05 18:46:45714 'chrome/browser/ntp_snippets/|'\
mvanouwerkerk41649732016-05-17 13:37:00715 'chrome/browser/resources/snippets_internals|'\
716 'chrome/browser/ui/webui/snippets_internals|'\
mcwilliamsedee5042016-04-05 18:46:45717 'components/ntp_snippets/|'\
718 'chrome/android/java/res/layout/new_tab_page|'\
719 'chrome/android/java/res/layout/most_visited'
720 },
treib70176c52016-07-08 14:34:19721 'ntp_tiles': {
722 'filepath': 'chrome/browser/android/ntp/|'\
723 'chrome/browser/ui/webui/ntp/|'\
724 'chrome/common/search/ntp|'\
725 'components/ntp_tiles/'
726 },
dimichdce3ee492016-04-04 04:20:52727 'offline_pages': {
728 'filepath': 'components/offline_pages/'\
fgorski329be5b2016-04-19 21:38:11729 '|chrome/browser/android/offline_pages/'\
730 '|chrome/android/java/src/org/chromium/chrome/browser/offlinepages/'
dimichdce3ee492016-04-04 04:20:52731 },
[email protected]f76c8852012-06-21 16:37:00732 'omnibox': {
[email protected]f2f0fbb92012-07-14 15:52:49733 'filepath': 'chrome/browser/autocomplete/'\
734 '|chrome/browser/ui/.*/omnibox/'
[email protected]f76c8852012-06-21 16:37:00735 },
[email protected]437c44b2012-11-08 01:35:52736 'options': {
737 'filepath': 'chrome/browser/resources/options/|'\
738 'chrome/browser/ui/webui/options/',
739 },
chasej6dff9292016-02-02 20:33:12740 'origin_trials': {
741 'filepath': 'origin_trials',
742 },
[email protected]4a2078e2013-07-18 20:40:20743 'ozone': {
[email protected]f93c2c92013-10-31 18:22:44744 'filepath': 'ui/ozone/|'\
[email protected]4b66bf922013-10-28 19:49:43745 'ui/events/ozone/|'\
746 'ui/gfx/ozone/|'\
[email protected]4a2078e2013-07-18 20:40:20747 'ui/gl/gl_.*egl.*|'\
748 'ui/gl/gl_.*ozone.*'
749 },
csharrison3b1dc4062015-10-19 14:31:08750 'page_load_metrics' : {
bmcquade9f433702016-07-26 23:33:50751 'filepath': 'chrome/browser/page_load_metrics/'\
752 '|chrome/common/page_load_metrics/'\
753 '|chrome/renderer/page_load_metrics/'
csharrison3b1dc4062015-10-19 14:31:08754 },
[email protected]f76c8852012-06-21 16:37:00755 'panels': {
[email protected]7cbe5a52012-09-27 02:00:29756 'filepath': 'chrome/browser/ui/panels'\
757 '|chrome/browser/ui/cocoa/panels'\
[email protected]7cbe5a52012-09-27 02:00:29758 '|chrome/browser/ui/views/panels'
[email protected]f76c8852012-06-21 16:37:00759 },
[email protected]3cc8b3922014-05-05 13:12:08760 'password_manager': {
761 'filepath': 'chrome/.*/password_'\
762 '|chrome/browser/ui/passwords'\
763 '|chrome/browser/ui/views/passwords'\
764 '|chrome/test/data/password'\
765 '|components/autofill.*password'
766 '|components/password_'\
vabrccdb7222016-06-01 14:59:40767 '|^ios/chrome/browser/passwords'\
[email protected]3cc8b3922014-05-05 13:12:08768 },
rouslane8a22262016-10-19 20:49:41769 'payments': {
770 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/payments'\
771 '|chrome/android/javatests/src/org/chromium/chrome/browser/payments'\
772 '|chrome/test/data/android/payments'\
rouslana64ceca2016-10-26 01:10:31773 '|components/payments'\
rouslane8a22262016-10-19 20:49:41774 '|third_party/WebKit/LayoutTests/payments/'\
rouslane8a22262016-10-19 20:49:41775 '|third_party/WebKit/Source/modules/payments'\
mahmadidfac58d2016-12-19 19:11:53776 '|ios/chrome/browser/payments/'
rouslane8a22262016-10-19 20:49:41777 },
[email protected]f76c8852012-06-21 16:37:00778 'pepper_api': {
[email protected]b8491b02013-11-13 03:50:58779 'filepath': 'ppapi/api'\
780 '|ppapi/c',
[email protected]f76c8852012-06-21 16:37:00781 },
mlamourid8b0feb2015-06-02 16:30:47782 'permissions': {
783 'filepath': 'content/(child,browser)/permissions/'\
784 '|content/common/permission_*'\
785 '|content/public/(common,browser)/permission_*'\
786 '|chrome/browser/permissions/'\
787 '|chrome/browser/content_settings/permission*'\
788 '|permission_context',
789 },
[email protected]f76c8852012-06-21 16:37:00790 'plugin': {
[email protected]f2f0fbb92012-07-14 15:52:49791 'filepath': 'chrome/browser/plugin|chrome/plugin/|'\
Thiago Farinae067154bb2015-05-07 15:37:59792 'chrome/common/plugin',
[email protected]f76c8852012-06-21 16:37:00793 },
tnagelad92622a92015-10-20 10:26:30794 'policy_definitions': {
795 'filepath': 'components/policy/resources/policy_templates.json',
796 },
michaelpg11fff3f2015-02-06 03:35:34797 'polymer': {
798 'filepath': 'third_party/polymer/|'\
dbeam78528be2016-02-18 07:08:49799 'tools/polymer|'\
michaelpg11fff3f2015-02-06 03:35:34800 'ui/webui/resources/polymer_resources.grdp',
801 },
twifkak0c69c1f2015-06-22 18:20:09802 'precache': {
803 'filepath': '[pP]recache'
804 },
[email protected]be775bc2014-06-30 15:41:14805 'prepopulated_engines': {
806 'filepath': 'components/search_engines/prepopulated_engines.json',
807 },
[email protected]f76c8852012-06-21 16:37:00808 'prerender': {
[email protected]78375a52012-07-14 14:47:57809 'filepath': 'prerender'
[email protected]f76c8852012-06-21 16:37:00810 },
peter884896c72015-03-12 14:26:20811 'push_messaging': {
812 'filepath': 'push_messaging'
813 },
stkhapugin06503142016-12-07 14:32:12814 'reading_list': {
815 'filepath': 'components/reading_list|'\
816 'ios/chrome/browser/reading_list|'\
817 'ios/chrome/browser/ui/reading_list',
818 },
[email protected]f76c8852012-06-21 16:37:00819 'remoting': {
anandce1c55372015-03-04 01:23:10820 'filepath': 'remoting/' \
821 '|testing/chromoting'
[email protected]f76c8852012-06-21 16:37:00822 },
gab57e80c72014-12-08 21:06:13823 'rlz_id': {
824 'filepath' :'rlz/lib/machine_id.cc|'\
825 'rlz/lib/machine_id.h|'\
826 'rlz/win/lib/machine_id_win.cc',
827 },
grt829c6a82014-10-20 09:29:32828 'safe_browsing': {
829 'filepath': 'chrome/(browser|common|renderer)/safe_browsing/',
830 },
vakhf8e14c92016-10-17 21:29:47831 'safe_browsing_db': {
832 'filepath': 'components/safe_browsing_db/',
833 },
rickyz0a819bfc2015-02-04 23:57:22834 'sandbox': {
835 'filepath': 'sandbox/'\
836 '|content/browser/bootstrap_sandbox_mac'\
837 '|content/browser/renderer_host/render_sandbox_host_linux'\
838 '|content/browser/renderer_host/sandbox_ipc_linux'\
839 '|content/browser/zygote_host/'\
840 '|content/common/sandbox_'\
841 '|content/zygote/'\
842 },
skyostil20dea312014-11-11 13:43:06843 'scheduler': {
rmcilroyfa5ac552015-04-09 12:33:17844 'filepath': 'cc/scheduler'\
jochen83c639f02015-04-22 17:07:37845 '|components/scheduler'\
rmcilroyfa5ac552015-04-09 12:33:17846 '|content/renderer/scheduler'
skyostil20dea312014-11-11 13:43:06847 },
mlamourid8b0feb2015-06-02 16:30:47848 'screen_orientation': {
849 'filepath': 'screen_orientation',
850 },
[email protected]21cd39b2012-06-28 01:48:40851 'search': {
[email protected]f2f0fbb92012-07-14 15:52:49852 'filepath': 'chrome/browser/ui/search/',
[email protected]21cd39b2012-06-28 01:48:40853 },
[email protected]0b431722014-01-08 07:21:51854 'service_worker': {
[email protected]edaf31d2014-03-07 00:09:17855 'filepath': 'content/(browser|renderer|child|common)/service_worker/',
[email protected]0b431722014-01-08 07:21:51856 },
dominickn8884155a2016-06-23 02:28:16857 'site_engagement': {
858 'filepath': 'chrome/browser/engagement/|'\
859 'chrome/browser/ui/webui/engagement/',
860 },
[email protected]f76c8852012-06-21 16:37:00861 'site_instance': {
[email protected]f2f0fbb92012-07-14 15:52:49862 'filepath': 'content/browser/site_instance|'\
863 'content/browser/browsing_instance',
[email protected]f76c8852012-06-21 16:37:00864 },
865 'speech': {
[email protected]f2f0fbb92012-07-14 15:52:49866 'filepath': 'chrome/browser/speech/'\
867 '|content/browser/speech/'\
868 '|content/common/.*speech'\
869 '|content/public/.*speech'
[email protected]f76c8852012-06-21 16:37:00870 },
[email protected]ad0295d2012-10-11 23:43:36871 'spellcheck': {
872 'filepath': 'chrome/browser/spellchecker/'\
timvolodine8cdb94c2016-09-22 12:17:22873 '|chrome/browser/renderer_context_menu/spelling_'\
874 '|components/spellcheck/'\
875 '|third_party/hunspell/'\
876 '|third_party/hunspell_dictionaries/',
[email protected]ad0295d2012-10-11 23:43:36877 },
[email protected]67f39af2013-08-23 20:06:05878 'streams': {
879 'filepath': 'content/browser/streams/',
880 },
vmpstrcc1c08302015-11-18 06:05:51881 'styleguide': {
882 'filepath': '^styleguide/',
883 },
[email protected]43d33e92014-07-14 16:39:31884 'supervised_users': {
885 'filepath': 'chrome/browser/.*managed_mode'\
886 '|chrome/browser/.*managed_user'\
887 '|chrome/browser/.*supervised_user',
888 },
alito438fa4332016-12-20 21:59:17889 'swreporter': {
890 'filepath': 'chrome/browser/safe_browsing/srt_'\
891 '|chrome/browser/component_updater/sw_reporter_',
892 },
[email protected]f76c8852012-06-21 16:37:00893 'sync': {
maxboguefa217942016-04-01 01:08:13894 'filepath': '^chrome/android/sync_shell/'\
895 '|^chrome/browser/ui/sync/'\
896 '|^chrome/browser/ui/views/sync/'\
897 '|^chrome/test/android/javatests/src/org/chromium/chrome/test/util/browser/sync/'\
898 '|^ios/chrome/browser/sync/'\
899 '|^chrome/android/java/src/org/chromium/chrome/browser/sync/'\
900 '|^chrome/browser/sync/'\
901 '|^components/browser_sync/'\
Max Boguefef332d2016-07-28 22:09:09902 '|^components/sync/'\
maxboguefa217942016-04-01 01:08:13903 '|^components/sync_bookmarks/'\
Max Boguefef332d2016-07-28 22:09:09904 '|^components/sync_sessions/',
[email protected]f76c8852012-06-21 16:37:00905 },
[email protected]92871a102013-07-01 11:11:41906 'syncfs': {
907 'filepath': 'sync_file_system',
908 },
miu5e69f1c52016-10-23 13:40:11909 'tab_alert_indicators': {
910 'filepath': 'content/browser/media/audio_stream_monitor'\
911 '|chrome/browser/ui/cocoa/tabs/alert_indicator_button'\
912 '|chrome/browser/ui/cocoa/tabs/tab_controller\.mm'\
913 '|chrome/browser/ui/tabs/tab_utils'\
914 '|chrome/browser/ui/views/tabs/alert_indicator_button'\
915 '|chrome/browser/ui/views/tabs/tab\.cc'\
916 '|chrome/browser/ui/views/tabs/tab_renderer_data'\
917 '|media/audio/audio_(output_controller|power_monitor)',
918 },
[email protected]82d74152013-07-28 08:55:31919 'tab_capture': {
miu5e69f1c52016-10-23 13:40:11920 'filepath': 'cc/output/copy_output_'\
[email protected]31ef420b2014-08-13 21:19:13921 '|chrome/browser/extensions/api/tab_capture/'\
miu5e69f1c52016-10-23 13:40:11922 '|chrome/renderer/resources/extensions/tab_capture_custom_bindings.js'\
[email protected]31ef420b2014-08-13 21:19:13923 '|chrome/test/data/extensions/api_test/tab_capture/'\
[email protected]31ef420b2014-08-13 21:19:13924 '|content/browser/media/capture/'\
miu5e69f1c52016-10-23 13:40:11925 '|content/browser/renderer_host/delegated_frame_host'\
[email protected]31ef420b2014-08-13 21:19:13926 '|content/browser/renderer_host/media/(audio_'\
927 '|media_stream_manager|video_)'\
miu5e69f1c52016-10-23 13:40:11928 '|content/public/renderer/media_stream_'\
929 '|content/renderer/media/(media_stream|(.+audio_source))'\
[email protected]31ef420b2014-08-13 21:19:13930 '|media/audio/(audio_output_controller|fake_audio_|virtual_audio_)'\
931 '|media/base/video_frame\.h'\
miu5e69f1c52016-10-23 13:40:11932 '|media/capture/',
[email protected]82d74152013-07-28 08:55:31933 },
[email protected]f76c8852012-06-21 16:37:00934 'tab_contents': {
[email protected]f2f0fbb92012-07-14 15:52:49935 'filepath': 'chrome/browser/tab_contents/|'\
936 'content/browser/tab_contents/|'\
937 'chrome/browser/ui/tab_contents/',
[email protected]f76c8852012-06-21 16:37:00938 },
939 'task_manager': {
940 'filepath': 'task_manager'
941 },
[email protected]5e105332012-09-13 01:55:52942 'tcmalloc': {
943 'filepath': 'third_party/tcmalloc'
944 },
[email protected]31a10602012-11-21 01:51:26945 'telemetry': {
nednguyen79105d422016-04-18 01:38:42946 'filepath': 'tools/perf/'
[email protected]31a10602012-11-21 01:51:26947 },
[email protected]f76c8852012-06-21 16:37:00948 'tests': {
[email protected]f2f0fbb92012-07-14 15:52:49949 'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/',
[email protected]0cde05a02011-11-30 23:36:52950 },
jlkleinecc81952016-11-19 00:16:07951 'tether': {
952 'filepath': 'components/cryptauth/'\
953 '|chromeos/components/tether/'\
954 '|components/proximity_auth/',
955 },
[email protected]1cbbb30b2011-10-14 08:03:56956 'textinput': {
[email protected]f2f0fbb92012-07-14 15:52:49957 'filepath': 'content/browser/renderer_host/gtk_im'\
958 '|content/browser/renderer_host/gtk_key'\
959 '|content/browser/renderer_host/render_widget_host_view'\
960 '|content/browser/renderer_host/text_input'\
961 '|ui/base/ime/'\
962 '|ui/base/gtk/event'\
963 '|ui/base/gtk/gtk_im'\
964 '|ui/base/keycodes/'\
965 '|ui/base/win/ime'\
966 '|ui/views/controls/textfield/'\
967 '|ui/views/ime/'
[email protected]1cbbb30b2011-10-14 08:03:56968 },
[email protected]3a117c62011-11-29 04:28:02969 'textinput_chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:49970 'filepath': 'chrome/browser/chromeos/input_method/'\
971 '|chrome/browser/chromeos/extensions/input_method'\
972 '|chrome/browser/chromeos/status/input_method'\
973 '|chrome/browser/extensions/extension_input_'\
974 '|chrome/browser/resources/keyboard'\
975 '|chrome/browser/resources/options/language'\
[email protected]ef03eae2011-11-30 08:43:43976 '|chrome/browser/ui/webui/options/'\
[email protected]f2f0fbb92012-07-14 15:52:49977 'chromeos/.*(language|keyboard)'\
[email protected]6bd9e802013-04-18 06:40:42978 '|chrome/browser/ui/webui/options/language'\
979 '|chromeos/ime/*'
[email protected]3a117c62011-11-29 04:28:02980 },
chirantan96fcf6d2015-01-21 22:36:19981 'timers': {
982 'filepath': 'base/timer/'\
983 '|components/timers/'
984 },
[email protected]f76c8852012-06-21 16:37:00985 'tools': {
[email protected]f2f0fbb92012-07-14 15:52:49986 'filepath': 'tools/',
[email protected]6bea7b42011-10-19 19:47:09987 },
[email protected]c8eb7f72013-07-04 15:30:11988 'tracing': {
989 'filepath': 'base/debug/trace_event.*'\
primianobef13b42015-01-30 15:29:31990 '|base/trace_event/'\
[email protected]c8eb7f72013-07-04 15:30:11991 '|content/browser/tracing/'\
992 '|components/tracing/'
993 },
[email protected]cf428f732012-10-02 20:48:15994 'ui_compositor': {
995 'filepath': 'ui/compositor/layer\.|'\
996 'ui/compositor/layer_unittest|'\
997 'ui/compositor/compositor',
998 },
robliao2c4b7492016-07-19 01:57:26999 'ui_display_win': {
1000 'filepath': '^ui/display/win',
1001 },
[email protected]6b5093c2012-05-23 19:10:181002 'ui_resources': {
[email protected]f2f0fbb92012-07-14 15:52:491003 'filepath': 'ui/resources/'\
1004 '|ui/base/native_theme/resources/'\
1005 '|chrome/app/theme/'
[email protected]6b5093c2012-05-23 19:10:181006 },
[email protected]f76c8852012-06-21 16:37:001007 'valgrind': {
1008 'filepath': 'valgrind',
1009 },
[email protected]c73ec8ab2014-01-16 20:35:231010 'version_assembly': {
1011 'filepath': 'chrome/app/version_assembly',
1012 },
posciak62a72272016-05-11 08:31:241013 'video': {
1014 'filepath': 'content/browser/renderer_host/media/|'\
1015 'content/renderer/media/|'\
1016 'media/capture/video/|'\
1017 'media/filters/|'\
1018 'media/gpu/|'\
1019 '.*video.*',
1020 },
mcasas09e881c2016-04-09 02:09:501021 'video_capture': {
1022 'filepath': 'chrome/browser/media/.*(capture|media|webrtc)'\
1023 '|content/browser/renderer_host/media/.*(capture|media)'\
1024 '|content/renderer/media/.*(capture|media|webrtc)'\
1025 '|media/capture/'\
1026 '|media/muxers/',
1027 },
[email protected]f76c8852012-06-21 16:37:001028 'views': {
1029 # Applies to all files and subdirs within this directory.
[email protected]f2f0fbb92012-07-14 15:52:491030 'filepath': '^ui/views/',
[email protected]f76c8852012-06-21 16:37:001031 },
[email protected]f47d871a2013-10-11 22:14:151032 'views_corewm': {
1033 'filepath': 'ui/views/corewm/',
[email protected]3fc918142013-10-12 01:42:171034 },
[email protected]ef514a32014-02-26 01:02:351035 'virtual_keyboard': {
1036 'filepath': 'ui/keyboard/'\
1037 'chrome/test/data/chromeos/virtual_keyboard/'\
1038 'chrome/common/extensions/api/virtual_keyboard',
1039 },
billorr3c7e1442016-11-11 21:21:351040 'virtual_reality': {
1041 'filepath': 'vr_shell/|'\
1042 '/vr/|'\
1043 'third_party/gvr',
1044 },
mcasas09e881c2016-04-09 02:09:501045 'webrtc_browser_tests': {
1046 'filepath': 'chrome/browser/media/.*webrtc.*browsertest|'\
1047 'content/browser/media/.*webrtc.*browsertest',
1048 },
[email protected]208879542012-07-05 11:15:341049 'website_settings': {
[email protected]f2f0fbb92012-07-14 15:52:491050 'filepath': 'chrome/browser/content_settings/'\
1051 '|chrome/browser/ui/views/website_settings/'\
1052 '|chrome/browser/ui/website_settings/'\
mukai077089f2014-09-11 18:41:521053 '|chrome/common/content_settings'\
1054 '|components/content_settings/',
[email protected]208879542012-07-05 11:15:341055 },
[email protected]b17d9e02014-07-29 09:45:501056 'windows_sandboxing': {
1057 'filepath': 'sandbox/win/',
1058 },
[email protected]f76c8852012-06-21 16:37:001059 'x11': {
[email protected]f2f0fbb92012-07-14 15:52:491060 'filepath': 'content/browser/renderer_host/backing_store_x\.' \
1061 '|chrome/browser/chromeos/input_method/xkeyboard\.' \
1062 '|chrome/browser/chromeos/system_key_event_listener\.' \
[email protected]f76c8852012-06-21 16:37:001063 '|chrome/browser/chromeos/'\
[email protected]f2f0fbb92012-07-14 15:52:491064 'xinput_hierarchy_changed_event_listener\.' \
1065 '|chrome/browser/chromeos/wm_' \
1066 '|ui/base/x/'
[email protected]0d710852012-05-24 01:18:401067 },
wjmaclean3ff6a402015-03-31 19:00:201068 'zoom': {
1069 'filepath': 'chrome/browser/ui/zoom/' \
1070 '|components/ui/zoom/' \
1071 '|content/browser/host_zoom_*' \
1072 '|content/browser/storage_partition_impl*' \
1073 '|content/public/browser/host_zoom_map.h' \
1074 '|content/public/browser/storage_partition.h'
1075 },
timlohd035d572015-09-25 15:28:021076
1077 'blink': {
1078 'filepath': 'third_party/WebKit/',
1079 },
1080 'blink_accessibility': {
1081 'filepath': 'third_party/WebKit/.*(accessibility|AXObjectCache|WebAX)'
1082 },
1083 'blink_animation': {
1084 'filepath': 'third_party/WebKit/.*([Aa]nimat|[Tt]ransition)',
1085 },
1086 'blink_app_banner': {
1087 'filepath': 'third_party/WebKit/Source/modules/app_banner' \
1088 '|third_party/WebKit/public/platform/modules/app_banner',
1089 },
1090 'blink_audio': {
1091 'filepath': 'third_party/WebKit/Source/platform/audio' \
1092 '|third_party/WebKit/Source/modules/webaudio',
1093 },
1094 'blink_battery_status': {
1095 'filepath': 'third_party/WebKit/Source/modules/battery/' \
1096 '|third_party/WebKit/LayoutTests/battery-status/' \
1097 '|third_party/WebKit/Source/core/frame/PlatformEvent(Controller|Dispatcher)'
1098 },
1099 'blink_bidi': {
1100 'filepath': 'third_party/WebKit/Source/platform/text/.*Bidi' \
1101 '|third_party/WebKit/Source/core/rendering/.*Bidi',
1102 },
1103 'blink_bindings': {
1104 'filepath': 'third_party/WebKit/Source/bindings',
1105 },
jbroman9ac2d532016-09-01 18:20:081106 'blink_bindings_serialization': {
1107 'filepath': 'third_party/WebKit/Source/bindings/(core|modules)/v8/.*[Ss]erializ',
1108 },
timlohd035d572015-09-25 15:28:021109 'blink_bluetooth': {
1110 'filepath': 'third_party/WebKit/.*[Bb]luetooth'
1111 },
1112 'blink_canvas2d': {
1113 'filepath': 'third_party/WebKit/Source/core/html/canvas' \
1114 '|third_party/WebKit/Source/core/html/HTMLCanvasElement' \
1115 '|third_party/WebKit/Source/modules/canvas2d' \
1116 '|third_party/WebKit/Source/platform/graphics/Canvas2D',
1117 },
1118 'blink_clipboard': {
1119 'filepath': 'third_party/WebKit/Source/core/clipboard' \
1120 '|third_party/WebKit/Source/core/page/.*Drag' \
1121 '|third_party/WebKit/Source/platform/.*Drag' \
1122 '|third_party/WebKit/Source/platform/clipboard' \
1123 '|third_party/WebKit/Source/web/.*Drag' \
1124 '|third_party/WebKit/public/platform/.*Drag' \
1125 '|third_party/WebKit/public/web/.*Drag',
1126 },
1127 'blink_content_security_policy': {
1128 'filepath': 'third_party/WebKit/Source/core/frame/csp' \
1129 '|third_party/WebKit/Source/core/events/SecurityPolicyViolationEvent' \
1130 '|third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy'
1131 },
1132 'blink_css': {
1133 'filepath': 'third_party/WebKit/Source/core/css',
1134 },
1135 'blink_css_grid_layout': {
1136 'filepath': 'third_party/WebKit/Source/core/layout/.*Grid' \
1137 '|third_party/WebKit/Source/core/paint/.*Grid' \
1138 '|third_party/WebKit/Source/core/css/.*Grid' \
1139 '|third_party/WebKit/LayoutTests/fast/css-grid-layout/' \
1140 '|third_party/WebKit/LayoutTests/ietestcenter/css3/grid/' \
1141 '|third_party/WebKit/LayoutTests/platform/.*/fast/css-grid-layout/' \
1142 '|third_party/WebKit/LayoutTests/platform/.*/ietestcenter/css3/grid/'
1143 },
1144 'blink_css_flexbox': {
1145 'filepath': 'third_party/WebKit/Source/core/rendering/.*Flex' \
1146 '|third_party/WebKit/LayoutTests/fast/deprecated-flexbox/' \
1147 '|third_party/WebKit/LayoutTests/css3/flexbox/' \
1148 '|third_party/WebKit/LayoutTests/ietestcenter/css3/flexbox/'
1149 },
1150 'blink_css_fragmentation_tests': {
1151 'filepath': 'third_party/WebKit/LayoutTests/fast/multicol/' \
mstensho6471a3d2015-11-25 12:31:021152 '|third_party/WebKit/LayoutTests/fast/pagination/' \
1153 '|third_party/WebKit/LayoutTests/printing/'
timlohd035d572015-09-25 15:28:021154 },
1155 'blink_css_regions': {
1156 'filepath': 'third_party/WebKit/Source/core/rendering/.*(Region|FlowThread)' \
1157 '|third_party/WebKit/Source/core/dom/NodeRendering' \
1158 '|third_party/WebKit/Source/core/dom/.*NamedFlow' \
1159 '|third_party/WebKit/Source/core/css/.*Region' \
1160 '|third_party/WebKit/LayoutTests/compositing/regions/' \
1161 '|third_party/WebKit/LayoutTests/fast/regions/' \
1162 '|third_party/WebKit/LayoutTests/platform/chromium.*/fast/regions/'
1163 },
1164 'blink_custom_elements': {
dominicc05d120d2016-05-16 01:13:401165 'filepath': 'third_party/WebKit/Source/core/dom/custom/' \
timlohd035d572015-09-25 15:28:021166 '|third_party/WebKit/Source/bindings/v8/.*CustomElement',
1167 },
1168 'blink_device_light': {
1169 'filepath': 'third_party/WebKit/Source/modules/device_light/' \
1170 '|third_party/WebKit/LayoutTests/fast/dom/DeviceLight/'
1171 },
1172 'blink_device_orientation': {
1173 'filepath': 'third_party/WebKit/Source/modules/device_orientation/' \
1174 '|third_party/WebKit/LayoutTests/fast/dom/DeviceMotion/' \
1175 '|third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/' \
1176 '|third_party/WebKit/Source/core/frame/PlatformEvent(Controller|Dispatcher)' \
1177 '|third_party/WebKit/Source/core/frame/DeviceSingleWindowEventController'
1178 },
1179 'blink_devtools': {
1180 'filepath': 'third_party/WebKit/.*(inspector|DevTools|devtools)',
1181 },
1182 'blink_dom': {
1183 'filepath': 'third_party/WebKit/Source/core/dom/'
1184 },
1185 'blink_events': {
1186 'filepath': 'third_party/WebKit/Source/core/page/.*Event' \
1187 '|third_party/WebKit/Source/core/dom/.*Event' \
1188 '|third_party/WebKit/Source/core/css/.*Event' \
1189 '|third_party/WebKit/Source/platform/.*Event'
1190 },
1191 'blink_fetch': {
1192 'filepath': 'third_party/WebKit/Source/core/fetch',
1193 },
1194 'blink_heap': {
1195 'filepath': 'third_party/WebKit/Source/platform/heap' \
1196 '|third_party/WebKit/Source/wtf/Partition.*'
1197 },
1198 'blink_html': {
1199 'filepath': 'third_party/WebKit/Source/core/html/'
1200 },
1201 'blink_loader': {
1202 'filepath': 'third_party/WebKit/Source/core/loader',
1203 },
haraken04143c62016-03-31 08:48:561204 'blink_modules': {
1205 'filepath': 'third_party/WebKit/Source/modules'
1206 },
timlohd035d572015-09-25 15:28:021207 'blink_notifications': {
1208 'filepath': 'third_party/WebKit/LayoutTests/http/tests/notifications' \
1209 '|third_party/WebKit/Source/modules/notifications' \
1210 '|third_party/WebKit/public/platform/modules/notifications'
1211 },
1212 'blink_owners': {
1213 'filepath': 'third_party/WebKit/.*OWNERS',
1214 },
1215 'blink_paint': {
1216 'filepath': 'third_party/WebKit/Source/core/paint/'
1217 },
1218 'blink_permissions': {
1219 'filepath': 'third_party/WebKit/Source/modules/permissions/' \
1220 '|third_party/WebKit/public/platform/modules/permissions/',
1221 },
1222 'blink_preloadScanner': {
1223 'filepath': 'third_party/WebKit/Source/core/html/parser/HTMLPreloadScanner',
1224 },
1225 'blink_public_api': {
1226 'filepath': 'third_party/WebKit/public'
1227 },
1228 'blink_push_messaging': {
1229 'filepath': 'third_party/WebKit/LayoutTests/http/tests/push_messaging' \
1230 '|third_party/WebKit/Source/modules/push_messaging' \
1231 '|third_party/WebKit/public/platform/modules/push_messaging'
1232 },
kinuko533a1692015-12-21 08:57:251233 'blink_platform': {
1234 'filepath': 'third_party/WebKit/Source/platform'
1235 },
timlohd035d572015-09-25 15:28:021236 'blink_platform_graphics': {
1237 'filepath': 'third_party/WebKit/Source/platform/fonts' \
1238 '|third_party/WebKit/Source/platform/geometry' \
1239 '|third_party/WebKit/Source/platform/graphics'
1240 },
1241 'blink_indexed_db': {
1242 'filepath': 'third_party/WebKit/Source/modules/indexeddb/' \
1243 '|third_party/WebKit/Source/web/.*IDB' \
1244 '|third_party/WebKit/LayoutTests/storage/indexeddb' \
1245 '|third_party/WebKit/public/platform/.*IDB'
1246 },
dtapuska1f997a12016-03-14 19:22:071247 'blink_input': {
1248 'filepath': 'third_party/WebKit/Source/core/input/'
1249 },
timlohd035d572015-09-25 15:28:021250 'blink_layout': {
1251 'filepath': 'third_party/WebKit/Source/core/layout' \
1252 '|third_party/WebKit/Source/core/rendering'
1253 },
ojan21576e22016-08-17 21:43:461254 'blink_layout_ng': {
1255 'filepath': 'third_party/WebKit/Source/core/layout/ng',
1256 },
timlohd035d572015-09-25 15:28:021257 'blink_layers': {
1258 'filepath': 'third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator' \
1259 '|third_party/WebKit/Source/platform/graphics/GraphicsLayer' \
1260 '|third_party/WebKit/Source/core/layout/Layer'
1261 },
1262 'blink_prerender': {
1263 'filepath': 'third_party/WebKit/.*(Prerender|loader/LinkLoader|html/HTMLLinkElement)'
1264 },
1265 'blink_client_hints': {
1266 'filepath': 'third_party/WebKit/Source/core/loader/AcceptClientHints*' \
1267 '|third_party/WebKit/Source/core/loader/FrameFetchContext*' \
1268 '|third_party/WebKit/Source/core/fetch/FetchContext*' \
1269 '|third_party/WebKit/Source/core/fetch/ImageResource*' \
1270 '|third_party/WebKit/Source/core/fetch/ResourceFetcher*'
1271 },
1272 'blink_track': {
1273 'filepath': 'third_party/WebKit/Source/core/html/track/' \
1274 '|third_party/WebKit/Source/core/loader/TextTrack' \
1275 '|third_party/WebKit/Source/core/html/HTMLMediaElement' \
1276 '|third_party/WebKit/Source/core/html/HTMLTrackElement' \
1277 '|third_party/WebKit/Source/core/html/shadow/MediaControl' \
1278 '|third_party/WebKit/Source/core/css/mediaControl' \
1279 '|third_party/WebKit/LayoutTests/media/track/'
1280 },
1281 'blink_media': {
1282 'filepath': 'third_party/WebKit/Source/core/css/mediaControls' \
1283 '|third_party/WebKit/Source/core/html/.*(Audio|Media|Video)' \
1284 '|third_party/WebKit/Source/core/html/shadow/MediaControl' \
1285 '|third_party/WebKit/Source/core/layout/LayoutMedia' \
1286 '|third_party/WebKit/Source/core/layout/LayoutTextTrackContainerElement' \
1287 '|third_party/WebKit/Source/modules/(encryptedmedia|mediasource)' \
1288 '|third_party/WebKit/Source/platform/drm/' \
1289 '|third_party/WebKit/Source/platform/graphics/media/' \
1290 '|third_party/WebKit/Source/web/.*Media' \
1291 '|third_party/WebKit/LayoutTests/media/' \
1292 '|third_party/WebKit/public/.*Media'
1293 },
1294 'blink_media_queries': {
1295 'filepath': 'third_party/WebKit/Source/core/css/CSSMediaRule' \
1296 '|third_party/WebKit/Source/core/css/MediaList' \
1297 '|third_party/WebKit/Source/core/css/MediaQuery' \
1298 '|third_party/WebKit/Source/core/css/parser/MediaQuery'
1299 },
1300 'blink_navigator_content_utils': {
1301 'filepath': 'third_party/WebKit/Source/modules/navigatorcontentutils' \
1302 '|third_party/WebKit/LayoutTests/fast/dom/navigatorcontentutils'
1303 },
1304 'blink_out_of_process_frames': {
1305 'filepath': 'third_party/WebKit/Source/core/frame/FrameOwner' \
dcheng10f6a9c2016-05-06 16:40:031306 '|third_party/WebKit/Source/core/frame/Frame\.' \
timlohd035d572015-09-25 15:28:021307 '|third_party/WebKit/Source/web/WebFrame' \
1308 '|third_party/WebKit/Source/web/WebRemoteFrameImpl'
1309 },
1310 'blink_fileapi': {
1311 'filepath': 'third_party/WebKit/Source/modules/filesystem/' \
1312 '|third_party/WebKit/Source/core/fileapi/' \
1313 '|third_party/WebKit/Source/platform/.*File' \
1314 '|third_party/WebKit/Source/web/.*File' \
1315 '|third_party/WebKit/LayoutTests/fast/file' \
1316 '|third_party/WebKit/public/.*File'
1317 },
1318 'blink_quota': {
1319 'filepath': 'third_party/WebKit/Source/modules/quota/' \
1320 '|third_party/WebKit/Source/web/.*Quota' \
1321 '|third_party/WebKit/public/.*Quota'
1322 },
mcasas09e881c2016-04-09 02:09:501323 'blink_mediacapturefromelement': {
1324 'filepath': 'third_party/WebKit/Source/modules/mediacapture/' \
1325 '|third_party/WebKit/Source/platform/exported/WebCanvasCapture' \
1326 '|third_party/WebKit/LayoutTests/fast/mediacapturefromelement/' \
1327 '|third_party/WebKit/public/platform/WebCanvasCapture'
1328 },
1329 'blink_mediarecorder': {
1330 'filepath': 'third_party/WebKit/Source/modules/mediarecorder/' \
1331 '|third_party/WebKit/Source/platform/exported/WebMediaRecorder' \
1332 '|third_party/WebKit/LayoutTests/fast/mediarecorder/' \
1333 '|third_party/WebKit/public/platform/WebMediaRecorder'
1334 },
timlohd035d572015-09-25 15:28:021335 'blink_mediastream': {
1336 'filepath': 'third_party/WebKit/Source/modules/mediastream/' \
1337 '|third_party/WebKit/Source/platform/mediastream/' \
1338 '|third_party/WebKit/Source/platform/exported/WebMediaStream' \
1339 '|third_party/WebKit/Source/platform/exported/WebRTC' \
1340 '|third_party/WebKit/LayoutTests/fast/mediastream/'
1341 },
1342 'blink_geolocation': {
1343 'filepath': 'third_party/WebKit/LayoutTests/fast/dom/Geolocation/' \
1344 '|third_party/WebKit/Source/modules/geolocation/' \
1345 '|third_party/WebKit/Source/web/.*Geolocation' \
1346 '|third_party/WebKit/public/web/.*Geolocation'
1347 },
1348 'blink_htmlparser': {
1349 'filepath': 'third_party/WebKit/Source/core/html/parser/'
1350 },
1351 'blink_screen_orientation': {
1352 'filepath': 'third_party/WebKit/Source/modules/screen_orientation/' \
1353 '|third_party/WebKit/public/platform/modules/screen_orientation',
1354 },
1355 'blink_scheduler': {
1356 'filepath': 'third_party/WebKit/Source/platform/scheduler' \
1357 '|third_party/WebKit/Source/core/html/parser/.*Scheduler'
1358 },
1359 'blink_serviceworkers' : {
1360 'filepath': 'third_party/WebKit/Source/modules/serviceworkers' \
1361 '|third_party/WebKit/LayoutTests/http/tests/serviceworker'
1362 },
1363 'blink_serviceworkers_tests' : {
1364 'filepath': 'third_party/WebKit/LayoutTests/http/tests/serviceworker'
1365 },
timlohd035d572015-09-25 15:28:021366 'blink_spellcheck' : {
1367 'filepath': 'third_party/WebKit/Source/core/editing/spellcheck'
1368 },
jbromana7bdfdb2016-02-05 15:10:321369 'blink_spv2_layout_tests': {
1370 'filepath': 'third_party/WebKit/LayoutTests/virtual/spv2'
1371 },
timlohd035d572015-09-25 15:28:021372 'blink_style': {
1373 'filepath': 'third_party/WebKit/.*(style/|Style)',
1374 },
1375 'blink_svg': {
1376 'filepath': 'third_party/WebKit/Source/core/(layout/)?svg',
1377 },
timlohd035d572015-09-25 15:28:021378 'blink_vibration': {
1379 'filepath': 'third_party/WebKit/LayoutTests/vibration/' \
1380 '|third_party/WebKit/Source/modules/vibration/'
1381 },
1382 'blink_viewport_interaction': {
1383 'filepath': 'third_party/WebKit/Source/core/css/.*Viewport' \
1384 '|third_party/WebKit/Source/core/dom/ViewportArguments' \
1385 '|third_party/WebKit/Source/core/html/HTMLMetaElement' \
1386 '|third_party/WebKit/Source/core/page/FrameView' \
1387 '|third_party/WebKit/Source/core/page/scrolling'
1388 },
1389 'blink_w3ctests': {
1390 'filepath': 'third_party/WebKit/LayoutTests/imported/' \
1391 '|third_party/WebKit/Tools/Scripts/webkitpy/w3c/'
1392 },
kinukoa1a73202016-05-24 06:42:361393 'blink_web': {
1394 'filepath': 'third_party/WebKit/Source/web'
1395 },
timlohd035d572015-09-25 15:28:021396 'blink_webcomponents': {
1397 'filepath': 'third_party/WebKit/Source/core/dom/shadow/' \
1398 '|third_party/WebKit/Source/core/dom/custom/' \
1399 '|third_party/WebKit/Source/core/html/imports/' \
1400 '|third_party/WebKit/Source/bindings/v8/custom/V8CustomElementConstructorCustom' \
1401 '|third_party/WebKit/Source/bindings/v8/CustomElementHelpers'
1402 },
dpranke7d5df742016-04-06 00:27:031403 'blink_tools': {
1404 'filepath': 'third_party/WebKit/Tools/'
1405 },
timlohd035d572015-09-25 15:28:021406 'blink_webp': {
1407 'filepath': 'third_party/WebKit/Source/platform/image-decoders/webp' \
1408 '|third_party/WebKit/Source/platform/image-encoders/skia/WEBP'
1409 },
1410 'blink_websockets': {
1411 'filepath': 'third_party/WebKit/Source/modules/websockets/'
1412 },
1413 'blink_workers': {
1414 'filepath': 'third_party/WebKit/Source/core/workers',
1415 },
1416 'blink_wtf': {
1417 'filepath': 'third_party/WebKit/Source/wtf',
1418 },
1419 'blink_xmlhttprequest': {
1420 'filepath': 'third_party/WebKit/Source/core/xmlhttprequest/'
tfarinad21f9472015-10-13 18:36:011421 },
1422 'test_runner': {
1423 'filepath': 'components/test_runner/' \
1424 '|content/shell/(common|browser|renderer)/layout_test/' \
1425 '|content/test/layouttest_support.cc' \
1426 '|content/public/test/layouttest_support.h' \
tfarinad21f9472015-10-13 18:36:011427 },
dominicc05d120d2016-05-16 01:13:401428 'xml': {
1429 'filepath': 'third_party/WebKit/Source/core/xml/' \
1430 '|third_party/libxml/' \
1431 '|third_party/libxslt/',
1432 },
[email protected]a3838612009-10-13 21:57:541433 },
[email protected]ca872e362011-07-12 21:06:031434
pennymac962d190432016-07-27 00:58:351435 ##############################################################################
1436 # Please keep alphabetical
1437 ##############################################################################
[email protected]a3838612009-10-13 21:57:541438 'WATCHLISTS': {
asvitkinee4bad382015-11-05 21:56:451439 'about_flags': ['[email protected]'],
mazda6471d0e2015-10-02 06:32:551440 'accelerator_table': ['[email protected]',
[email protected]f76c8852012-06-21 16:37:001441 '[email protected]'],
dmazzoni5f4b7f12015-02-17 16:35:571442 'accessibility': ['[email protected]',
1443 '[email protected]',
[email protected]f76c8852012-06-21 16:37:001444 '[email protected]',
je_julie.kima170bac2015-05-06 14:57:541445 '[email protected]',
dmazzoni5f4b7f12015-02-17 16:35:571446 '[email protected]',
[email protected]f76c8852012-06-21 16:37:001447 '[email protected]'],
agrieve4d9c1c52016-09-23 17:49:381448 'add_to_homescreen': ['[email protected]',
zpeng9351f9d2016-09-25 14:41:201449 '[email protected]',
pkotwicz2ec0b292016-09-26 17:12:321450 '[email protected]',
zpeng9351f9d2016-09-25 14:41:201451 '[email protected]'],
asvitkine361b276e2016-08-30 18:45:001452 'android_crash_reporting': ['[email protected]'],
johnmaguire6aaac7902016-03-15 12:28:201453 'android_crazy_linker': ['[email protected]'],
dfalcantaraef21e9e2016-01-07 01:16:261454 'android_infobars': ['[email protected]'],
agrieve4d9c1c52016-09-23 17:49:381455 'android_infra': ['[email protected]',
1456 '[email protected]',
mikecasec0ea0862015-10-24 00:14:321457 '[email protected]'],
agrieve4d9c1c52016-09-23 17:49:381458 'android_java': ['[email protected]'],
lizebf34f69b2016-03-30 16:08:531459 'android_loading': ['[email protected]',
drogere76b5632016-03-31 14:14:411460 '[email protected]'],
mlamourid8b0feb2015-06-02 16:30:471461 'android_media': ['[email protected]',
1462 '[email protected]'],
pennymac962d190432016-07-27 00:58:351463 'android_tab': ['[email protected]',
1464 '[email protected]'],
asvitkine361b276e2016-08-30 18:45:001465 'android_uma_settings': ['[email protected]',
1466 '[email protected]'],
zpengb9a180d2016-10-12 18:40:211467 'android_webapk': ['[email protected]'],
[email protected]7ca78dc12012-09-20 09:26:441468 'android_webview': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351469 'app_list': ['[email protected]',
pennymac962d190432016-07-27 00:58:351470 '[email protected]'],
1471 'app_shortcuts': ['[email protected]',
1472 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001473 'appcache': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351474 'apps': ['[email protected]',
1475 '[email protected]'],
lhchavez4b19176f2016-05-04 23:12:461476 'arc': ['[email protected]',
hidehiko49f0b7c2016-05-24 10:59:471477 '[email protected]',
lhchavez4b19176f2016-05-04 23:12:461478 '[email protected]',
1479 '[email protected]'],
lhchavez61532c92016-10-18 21:33:371480 'arc_auth': ['[email protected]'],
lhchavez4b19176f2016-05-04 23:12:461481 'arc_net': ['[email protected]',
1482 '[email protected]',
1483 '[email protected]'],
ejcarusoa298ec02016-06-16 20:30:431484 'arc_power': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351485 'ash': ['[email protected]',
1486 '[email protected]'],
1487 'aura': ['[email protected]',
1488 '[email protected]'],
[email protected]c3a6e1e72013-08-02 00:13:071489 'aura_compositor': ['[email protected]',
1490 '[email protected]',
pennymac962d190432016-07-27 00:58:351491 '[email protected]',
danakj3695c582016-10-26 21:54:431492 '[email protected]'],
sullivan0171e3c2015-03-03 18:47:211493 'auto_bisect': ['[email protected]'],
jdonnelly1ec60d92016-05-25 22:01:391494 'autofill': ['[email protected]',
jdonnelly40d55452015-08-31 19:37:031495 '[email protected]',
vabraafbd4f32015-11-10 19:30:231496 '[email protected]',
sebsgbbfbea02016-10-24 21:54:591497 '[email protected]',
1498 '[email protected]',
1499 '[email protected]'],
pennymac962d190432016-07-27 00:58:351500 'background_sync': ['[email protected]',
chasej6dff9292016-02-02 20:33:121501 '[email protected]',
pennymac962d190432016-07-27 00:58:351502 '[email protected]',
1503 '[email protected]'],
pkotwicz2ec0b292016-09-26 17:12:321504 'banners': ['[email protected]',
zpeng143b4792016-10-06 20:38:121505 '[email protected]',
1506 '[email protected]'],
dmikurubee40b4062014-11-04 17:47:191507 'base_allocator': ['[email protected]',
[email protected]b17d9e02014-07-29 09:45:501508 '[email protected]'],
[email protected]1ed5e0fd2012-07-19 00:19:051509 'base_memory': ['[email protected]'],
robliao1644d8b2016-04-11 15:39:591510 'base_task_scheduler': ['[email protected]',
1511 '[email protected]',
1512 '[email protected]'],
pennymac962d190432016-07-27 00:58:351513 'base_win': ['[email protected]',
1514 '[email protected]'],
vmpstrdeec20e2016-11-18 22:17:321515 'base': ['[email protected]'],
[email protected]7e093d4022014-06-26 19:19:551516 'battery_status': ['[email protected]'],
anandc54ad4f72016-01-08 20:43:531517 'blimp' : ['[email protected]',
bgoldmand80ba1e2016-09-27 21:06:301518 '[email protected]',
anandc54ad4f72016-01-08 20:43:531519 '[email protected]',
gcastoe4733aa52016-07-19 19:21:461520 '[email protected]',
nyquist0af49ad2015-09-16 19:22:351521 '[email protected]',
nyquist05ec00812016-05-11 00:57:111522 '[email protected]',
dominickn8884155a2016-06-23 02:28:161523 '[email protected]',
nyquist0af49ad2015-09-16 19:22:351524 '[email protected]',
sriramsr93d84202015-10-08 00:06:151525 '[email protected]',
1526 '[email protected]',
perumaalee8f0a62016-09-14 17:08:201527 '[email protected]',
scf7ed73562016-09-14 23:00:431528 '[email protected]',
nyquist05ec00812016-05-11 00:57:111529 '[email protected]',
steimelcaea0ed2016-09-19 19:04:231530 '[email protected]',
1531 '[email protected]'],
pennymac962d190432016-07-27 00:58:351532 'blink': ['[email protected]'],
1533 'blink_accessibility': ['[email protected]',
1534 '[email protected]',
horo8e9a01572016-07-27 06:05:311535 '[email protected]',
pennymac962d190432016-07-27 00:58:351536 '[email protected]'],
1537 'blink_animation': ['[email protected]',
1538 '[email protected]',
1539 '[email protected]',
1540 '[email protected]',
1541 '[email protected]'],
1542 'blink_app_banner': ['[email protected]'],
1543 'blink_audio': ['[email protected]',
1544 '[email protected]'],
1545 'blink_battery_status': ['[email protected]',
1546 '[email protected]'],
1547 'blink_bidi': ['[email protected]'],
1548 'blink_bindings': ['[email protected]'],
jbroman9ac2d532016-09-01 18:20:081549 'blink_bindings_serialization': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351550 'blink_bluetooth': ['[email protected]',
1551 '[email protected]'],
1552 'blink_canvas2d': ['[email protected]',
1553 '[email protected]',
1554 '[email protected]',
1555 '[email protected]'],
1556 'blink_client_hints': ['[email protected]'],
1557 'blink_clipboard': ['[email protected]'],
1558 'blink_css': ['[email protected]',
1559 '[email protected]',
horo8e9a01572016-07-27 06:05:311560 '[email protected]',
pennymac962d190432016-07-27 00:58:351561 '[email protected]',
1562 '[email protected]'],
1563 'blink_css_flexbox': ['[email protected]'],
1564 'blink_css_fragmentation_tests': ['[email protected]'],
1565 'blink_css_grid_layout': ['[email protected]',
horo8e9a01572016-07-27 06:05:311566 '[email protected]',
pennymac962d190432016-07-27 00:58:351567 '[email protected]'],
1568 'blink_css_regions': ['[email protected]'],
1569 'blink_custom_elements': ['[email protected]',
1570 '[email protected]'],
1571 'blink_device_light': ['[email protected]',
1572 '[email protected]'],
1573 'blink_device_orientation': ['[email protected]',
1574 '[email protected]'],
1575 'blink_devtools': ['[email protected]',
1576 '[email protected]',
1577 '[email protected]',
1578 '[email protected]',
1579 '[email protected]',
lushnikovc5bd7ca2016-07-27 17:19:391580 '[email protected]'],
pennymac962d190432016-07-27 00:58:351581 'blink_dom': ['[email protected]',
1582 '[email protected]',
1583 '[email protected]',
1584 '[email protected]',
1585 '[email protected]'],
1586 'blink_events': ['[email protected]',
1587 '[email protected]',
1588 '[email protected]',
1589 '[email protected]'],
1590 'blink_fetch': ['[email protected]',
1591 '[email protected]',
1592 '[email protected]',
1593 '[email protected]'],
1594 'blink_fileapi': ['[email protected]',
1595 '[email protected]',
1596 '[email protected]'],
1597 'blink_geolocation': ['[email protected]',
1598 '[email protected]',
1599 '[email protected]'],
1600 'blink_heap': ['[email protected]',
1601 '[email protected]',
1602 '[email protected]',
1603 '[email protected]'],
1604 'blink_html': ['[email protected]',
1605 '[email protected]'],
csharrisonf357e9632016-07-29 01:27:221606 'blink_htmlparser': ['[email protected]',
1607 '[email protected]'],
pennymac962d190432016-07-27 00:58:351608 'blink_indexed_db': ['[email protected]',
1609 '[email protected]'],
1610 'blink_input': ['[email protected]',
nzolghadr773a1982016-10-18 21:26:451611 '[email protected]'],
pennymac962d190432016-07-27 00:58:351612 'blink_layers': ['[email protected]'],
1613 'blink_layout': ['[email protected]',
1614 '[email protected]',
1615 '[email protected]',
1616 '[email protected]',
1617 '[email protected]',
1618 '[email protected]',
1619 '[email protected]'],
cbiesinger46ecaae2016-09-09 18:44:561620 'blink_layout_ng': ['[email protected]',
gleblc60d6632016-09-13 19:49:461621 '[email protected]',
atotic30c8eba2016-10-28 13:24:071622 '[email protected]',
1623 '[email protected]'],
pennymac962d190432016-07-27 00:58:351624 'blink_loader': ['[email protected]',
1625 '[email protected]',
1626 '[email protected]',
1627 '[email protected]'],
1628 'blink_media': ['[email protected]',
1629 '[email protected]',
srirama.mdec4f512016-09-06 08:22:191630 '[email protected]',
1631 '[email protected]'],
pennymac962d190432016-07-27 00:58:351632 'blink_media_queries': ['[email protected]',
1633 '[email protected]'],
1634 'blink_mediacapturefromelement': ['[email protected]',
1635 '[email protected]'],
1636 'blink_mediarecorder': ['[email protected]',
1637 '[email protected]'],
1638 'blink_mediastream': ['[email protected]',
1639 '[email protected]'],
1640 'blink_modules': ['[email protected]'],
1641 'blink_navigator_content_utils': ['[email protected]'],
awdf2e270242016-09-06 16:21:341642 'blink_notifications': ['[email protected]',
1643 '[email protected]'],
pennymac962d190432016-07-27 00:58:351644 'blink_out_of_process_frames': ['[email protected]',
1645 '[email protected]'],
1646 'blink_owners': ['[email protected]'],
1647 'blink_paint' : ['[email protected]',
chrishtr4030de342016-10-03 23:57:591648 '[email protected]'],
pennymac962d190432016-07-27 00:58:351649 'blink_permissions': ['[email protected]'],
kinukoc462adb2016-12-22 12:58:491650 'blink_platform': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351651 'blink_platform_graphics': ['[email protected]',
horo8e9a01572016-07-27 06:05:311652 '[email protected]',
pennymac962d190432016-07-27 00:58:351653 '[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 '[email protected]'],
1664 'blink_prerender': ['[email protected]',
1665 '[email protected]'],
1666 'blink_preloadScanner': ['[email protected]'],
1667 'blink_public_api': ['[email protected]',
1668 '[email protected]'],
awdf2e270242016-09-06 16:21:341669 'blink_push_messaging': ['[email protected]',
1670 '[email protected]',
pennymac962d190432016-07-27 00:58:351671 '[email protected]'],
1672 'blink_quota': ['[email protected]',
1673 '[email protected]',
1674 '[email protected]'],
1675 'blink_scheduler': ['[email protected]'],
1676 'blink_screen_orientation': ['[email protected]'],
falken6731ece42016-10-12 01:41:501677 'blink_serviceworkers': ['[email protected]',
pennymac962d190432016-07-27 00:58:351678 '[email protected]',
1679 '[email protected]',
1680 '[email protected]',
1681 '[email protected]',
1682 '[email protected]',
1683 '[email protected]',
shimazu99de61f2016-09-07 03:57:411684 '[email protected]',
pennymac962d190432016-07-27 00:58:351685 '[email protected]'],
1686 'blink_serviceworkers_tests': ['[email protected]'],
timvolodine8cdb94c2016-09-22 12:17:221687 'blink_spellcheck' : ['[email protected]',
1688 '[email protected]'],
pennymac962d190432016-07-27 00:58:351689 'blink_spv2_layout_tests': ['[email protected]',
1690 '[email protected]'],
1691 'blink_style': ['[email protected]'],
1692 'blink_svg': ['[email protected]',
1693 '[email protected]',
1694 '[email protected]',
1695 '[email protected]',
1696 '[email protected]',
1697 '[email protected]',
1698 '[email protected]',
1699 '[email protected]'],
dpranke7d5df742016-04-06 00:27:031700 'blink_tools': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351701 'blink_track': ['[email protected]',
1702 '[email protected]',
1703 '[email protected]',
1704 '[email protected]',
1705 '[email protected]'],
1706 'blink_vibration': ['[email protected]',
1707 '[email protected]'],
1708 'blink_viewport_interaction': ['[email protected]'],
1709 'blink_w3ctests': ['[email protected]'],
1710 'blink_web': ['[email protected]'],
1711 'blink_webcomponents': ['[email protected]',
1712 '[email protected]'],
1713 'blink_webp': ['[email protected]',
1714 '[email protected]',
1715 '[email protected]'],
1716 'blink_websockets': ['[email protected]',
1717 '[email protected]'],
1718 'blink_workers': ['[email protected]',
falken6731ece42016-10-12 01:41:501719 '[email protected]',
pennymac962d190432016-07-27 00:58:351720 '[email protected]',
shimazu99de61f2016-09-07 03:57:411721 '[email protected]',
1722 '[email protected]'],
pennymac962d190432016-07-27 00:58:351723 'blink_wtf': ['[email protected]',
1724 '[email protected]'],
1725 'blink_xmlhttprequest': ['[email protected]'],
noyauce460872016-09-09 11:54:001726 'bookmarks': ['[email protected]'],
donnd787f6ed2016-08-03 01:00:561727 'bottombar': ['[email protected]',
1728 '[email protected]'],
stevenjbdd133032015-08-07 18:37:471729 'browser_chromeos': ['[email protected]'],
[email protected]22650d22012-07-18 17:02:351730 'browser_components': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351731 'browser_compositor': ['[email protected]',
1732 '[email protected]'],
[email protected]17a2fba2013-02-07 18:46:571733 'browser_resources': ['[email protected]'],
michaelpge42ca3b32016-02-19 08:17:571734 'browser_resources_md': ['[email protected]'],
msramek878b39d92016-04-20 07:55:331735 'browsing_data': ['[email protected]',
1736 '[email protected]'],
pennymac962d190432016-07-27 00:58:351737 'bubble': ['[email protected]',
1738 '[email protected]',
1739 '[email protected]',
1740 '[email protected]'],
1741 'cache_storage': ['[email protected]',
1742 '[email protected]'],
[email protected]c9ae7a32014-03-31 22:18:591743 'cast': ['[email protected]',
[email protected]479180d22014-03-11 09:47:341744 '[email protected]',
miua1710162015-08-27 01:38:091745 '[email protected]',
[email protected]ad8ff0e2013-12-13 09:24:121746 '[email protected]',
miua1710162015-08-27 01:38:091747 '[email protected]',
1748 '[email protected]'],
ryanchung4d157372016-05-10 20:27:161749 'cast_certificate': ['[email protected]',
1750 '[email protected]',
1751 '[email protected]',
1752 '[email protected]'],
[email protected]c863702a2012-09-14 20:05:281753 'cc': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351754 'certificate_transparency': ['[email protected]',
1755 '[email protected]',
martijnccdd0542016-11-07 18:49:271756 '[email protected]',
pennymac962d190432016-07-27 00:58:351757 '[email protected]'],
1758 'chrome_elf': ['[email protected]',
1759 '[email protected]'],
[email protected]d5b21972012-07-20 02:06:011760 'chrome_views': ['[email protected]'],
alokp9d869cc12016-05-27 01:46:311761 'chromecast': ['[email protected]',
1762 '[email protected]',
halliwellfa56b3a42015-09-04 21:42:571763 '[email protected]'],
gfhuang2548f902016-02-26 02:29:211764 'chromecast_public': ['[email protected]'],
stgaocea5a9c2015-05-29 22:31:391765 'chromedriver': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351766 'chromeos': ['[email protected]'],
1767 'chromeos_attestation': ['[email protected]'],
1768 'chromeos_calculator': ['[email protected]'],
hashimoto40ecb692014-09-02 04:51:311769 'chromeos_dbus': ['[email protected]'],
alematec5187b1b2016-08-26 05:32:181770 'chromeos_geolocation': ['[email protected]'],
1771 'chromeos_login': ['[email protected]',
1772 '[email protected]'],
pennymac962d190432016-07-27 00:58:351773 'chromeos_net': ['[email protected]'],
1774 'chromeos_power': ['[email protected]'],
alematec5187b1b2016-08-26 05:32:181775 'chromeos_timezone': ['[email protected]'],
1776 'chromeos_webui': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351777 'clang_update': ['[email protected]',
thestigf023ccc2016-11-10 14:39:151778 '[email protected]',
[email protected]cf8ffa82013-02-13 08:30:071779 '[email protected]',
pennymac962d190432016-07-27 00:58:351780 '[email protected]',
rnk28bbd1772016-05-04 17:57:581781 '[email protected]',
1782 '[email protected]',
pennymac962d190432016-07-27 00:58:351783 '[email protected]',
thestigf023ccc2016-11-10 14:39:151784 '[email protected]',
pennymac962d190432016-07-27 00:58:351785 '[email protected]',
horo8e9a01572016-07-27 06:05:311786 '[email protected]',
pennymac962d190432016-07-27 00:58:351787 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001788 'clipboard': ['[email protected]'],
[email protected]18fd7a532014-08-20 23:09:511789 'closure': ['[email protected]',
dbeam78528be2016-02-18 07:08:491790 '[email protected]',
1791 '[email protected]'],
sdefresned94c5b02015-07-22 17:54:551792 'components_deps': ['[email protected]',
1793 '[email protected]',
1794 '[email protected]'],
pennymac962d190432016-07-27 00:58:351795 'content': ['[email protected]',
1796 '[email protected]'],
1797 'content_bluetooth': ['[email protected]',
1798 '[email protected]'],
1799 'content_loader': ['[email protected]',
1800 '[email protected]',
1801 '[email protected]'],
1802 'content_renderer': ['[email protected]'],
mkwst75a31a42014-09-14 18:32:531803 'content_shell': ['[email protected]',
peterc9e3e172015-11-02 09:29:161804 '[email protected]',
1805 '[email protected]'],
nhiroki90ba0102015-07-21 01:42:241806 'content_worker': ['[email protected]',
1807 '[email protected]'],
donnd787f6ed2016-08-03 01:00:561808 'contextual_search': ['[email protected]',
1809 '[email protected]'],
pennymac962d190432016-07-27 00:58:351810 'courgette': ['[email protected]',
1811 '[email protected]'],
michaelpge42ca3b32016-02-19 08:17:571812 'cr_elements': ['[email protected]',
1813 '[email protected]',
1814 '[email protected]'],
lizebf34f69b2016-03-30 16:08:531815 'custom_tabs': ['[email protected]'],
tbansalc6f1c9f2016-09-30 22:48:421816 'data_reduction_proxy': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:191817 'deep_memory_profiler': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351818 'device_bluetooth': ['[email protected]',
1819 '[email protected]'],
1820 'device_sensors': ['[email protected]',
mlamouri5cdcdf02014-11-27 15:58:591821 '[email protected]',
pennymac962d190432016-07-27 00:58:351822 '[email protected]'],
scheibabdd7d32015-02-11 22:13:081823 'developer_recommended_flags': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351824 'devtools': ['[email protected]',
1825 '[email protected]'],
kinukoc462adb2016-12-22 12:58:491826 'disk_cache': ['[email protected]'],
benjhaydendd24d5a642015-10-05 18:19:511827 'download': ['[email protected]'],
dbeam78528be2016-02-18 07:08:491828 'downloads_ui': ['[email protected]',
1829 '[email protected]'],
[email protected]9a3781d2013-04-04 18:31:401830 'drive': ['[email protected]'],
[email protected]89d2cd52013-04-16 01:55:361831 'drive_resource_metadata': ['[email protected]'],
[email protected]3a25c8a2014-06-26 06:47:101832 'eme': ['[email protected]'],
jdduke7edf3ca42015-10-26 18:20:011833 'events': ['[email protected]'],
[email protected]f9529e7922013-06-06 05:19:411834 'extension': ['[email protected]',
1835 '[email protected]'],
lunalu0a9c05422016-11-11 17:19:061836 'feature_policy': ['[email protected]',
1837 '[email protected]'],
apaciblec4093a92016-04-19 19:21:581838 'feedback_ui': ['[email protected]'],
[email protected]84dcfd92014-05-23 13:18:191839 'fileapi': ['[email protected]',
[email protected]6f217122013-11-25 07:21:481840 '[email protected]',
1841 '[email protected]'],
yoshiki1c0ba2782014-12-08 07:04:261842 'filebrowse': ['[email protected]'],
okab0be3dc2016-08-30 07:37:101843 'filesapp': ['[email protected]',
1844 '[email protected]',
1845 '[email protected]'],
1846 'filesapp_ui': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001847 'ftp': ['[email protected]'],
mmoroz58ddb8172016-09-08 18:29:551848 'fuzzing': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351849 'gcm': ['[email protected]',
1850 '[email protected]',
1851 '[email protected]'],
mikhail.pozdnyakova8db26402016-11-28 18:27:121852 'generic_sensor': ['[email protected]',
1853 '[email protected]',
1854 '[email protected]'],
pennymac962d190432016-07-27 00:58:351855 'geolocation': ['[email protected]',
1856 '[email protected]'],
[email protected]cf428f732012-10-02 20:48:151857 'gfx_geometry': ['[email protected]'],
[email protected]f93b7382012-08-09 20:53:161858 'gfx_image': ['[email protected]'],
agrieve4d9c1c52016-09-23 17:49:381859 'gn': ['[email protected]',
1860 '[email protected]',
pennymac962d190432016-07-27 00:58:351861 '[email protected]'],
[email protected]a6159102013-11-08 23:21:521862 'gpu': ['[email protected]'],
dbeam78528be2016-02-18 07:08:491863 'history_ui': ['[email protected]',
1864 '[email protected]',
1865 '[email protected]'],
[email protected]18d7e402014-07-08 19:53:141866 'hotword': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001867 'i18n': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001868 'importer': ['[email protected]'],
[email protected]8b250562014-08-12 19:07:451869 'indexed_db': ['[email protected]',
dgrogand792a7f2016-01-21 00:12:131870 '[email protected]'],
bruthigaa8281f2016-02-09 17:52:311871 'ink_drop': ['[email protected]'],
dtapuska1f997a12016-03-14 19:22:071872 'input': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351873 'installer': ['[email protected]',
1874 '[email protected]',
1875 '[email protected]'],
mmoss19826c62014-11-14 21:37:361876 'installer_linux': [ '[email protected]'],
pennymac962d190432016-07-27 00:58:351877 'instant': ['[email protected]',
pennymac962d190432016-07-27 00:58:351878 '[email protected]',
pennymac962d190432016-07-27 00:58:351879 '[email protected]',
1880 '[email protected]',
1881 '[email protected]',
1882 '[email protected]',
1883 '[email protected]',
1884 '[email protected]'],
pklb5652b522016-11-17 14:14:081885 'ios_chrome': ['[email protected]',
1886 '[email protected]'],
pennymac962d190432016-07-27 00:58:351887 'ipc': ['[email protected]',
1888 '[email protected]'],
1889 'libwebp': ['[email protected]',
1890 '[email protected]',
1891 '[email protected]'],
1892 'libvpx': ['[email protected]',
1893 '[email protected]',
1894 '[email protected]',
1895 '[email protected]'],
[email protected]04a292a2013-03-07 19:58:421896 'linux_fonts': ['[email protected]'],
[email protected]6d7e0bf2014-07-28 22:30:401897 'linux_sandboxing': ['[email protected]'],
[email protected]04a292a2013-03-07 19:58:421898 'linux_seccomp_bpf': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351899 'login': ['[email protected]'],
lgrey62faed72016-10-11 21:40:391900 'mac' : ['[email protected]'],
mlamourid8b0feb2015-06-02 16:30:471901 'manifest': ['[email protected]'],
dbeam7a734562015-09-15 18:23:171902 'md_settings': ['[email protected]',
michaelpg32ca07902015-02-07 00:31:111903 '[email protected]',
michaelpg32ca07902015-02-07 00:31:111904 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001905 'media': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351906 'media_galleries': ['[email protected]',
1907 '[email protected]'],
alokp9e369ea72e2016-06-10 05:41:091908 'media_mojo': ['[email protected]'],
apacible01538e02016-11-04 22:15:311909 'media_remoting': ['[email protected]',
erickungc2289dea2016-12-13 19:01:281910 '[email protected]',
apacible01538e02016-11-04 22:15:311911 '[email protected]',
miu5e69f1c52016-10-23 13:40:111912 '[email protected]'],
kmarshallb698ad4f2015-02-24 19:42:481913 'media_router': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001914 'message_loop': ['[email protected]'],
isherman1eee6f12014-12-09 02:14:301915 'metrics': ['[email protected]'],
[email protected]1d8899ee2014-06-10 20:58:121916 'metrics_xml_files': ['[email protected]'],
toyoshim8f51f902015-03-27 03:50:211917 'midi': ['[email protected]'],
[email protected]c3830c622013-10-10 22:00:001918 'mojo': ['[email protected]',
[email protected]62bbe812013-10-24 22:24:161919 '[email protected]',
[email protected]3bf40cb2013-10-11 19:10:491920 '[email protected]',
[email protected]0f79ff62014-04-25 23:35:531921 '[email protected]',
[email protected]84003af2014-05-02 09:37:131922 '[email protected]',
1923 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001924 'mouse_lock': ['[email protected]'],
rjkroegef60dea862015-10-29 17:50:061925 'mus': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001926 'nacl': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351927 'native_client_sdk': ['[email protected]',
1928 '[email protected]'],
1929 'navigation': ['[email protected]',
1930 '[email protected]'],
[email protected]0b6c5e92013-03-08 22:42:521931 'net': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001932 'net_error_list': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351933 'net_log': ['[email protected]',
1934 '[email protected]'],
jkarlin539748402015-03-31 17:36:311935 'netinfo': ['[email protected]'],
awdf2e270242016-09-06 16:21:341936 'notifications': ['[email protected]',
1937 '[email protected]',
pennymac962d190432016-07-27 00:58:351938 '[email protected]'],
tbansalc6f1c9f2016-09-30 22:48:421939 'nqe': ['[email protected]'],
Evan Stade459d16662015-07-07 17:04:571940 'ntp': ['[email protected]',
[email protected]0bce107762012-11-27 11:42:541941 '[email protected]'],
bauerb719d4712016-06-21 10:00:441942 'ntp_snippets': ['[email protected]'],
treib70176c52016-07-08 14:34:191943 'ntp_tiles': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351944 'offline_pages': ['[email protected]',
1945 '[email protected]',
1946 '[email protected]',
dewittj74b23f6f2016-04-21 19:29:251947 '[email protected]',
1948 '[email protected]',
pennymac962d190432016-07-27 00:58:351949 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001950 'omnibox': ['[email protected]'],
michaelpgf6260fbd2015-02-06 17:59:351951 'options': ['[email protected]',
1952 '[email protected]'],
iclelland8b904402016-10-05 15:01:231953 'origin_trials': ['[email protected]',
1954 '[email protected]'],
pennymac962d190432016-07-27 00:58:351955 'ozone': ['[email protected]',
1956 '[email protected]'],
csharrison3b1dc4062015-10-19 14:31:081957 'page_load_metrics' : ['[email protected]',
kinuko01cbe8a12015-10-20 09:59:061958 '[email protected]'],
pennymac962d190432016-07-27 00:58:351959 'panels': ['[email protected]',
1960 '[email protected]',
1961 '[email protected]',
1962 '[email protected]'],
mkwst17a9875d2016-06-24 10:36:391963 'password_manager': ['[email protected]',
vabraafbd4f32015-11-10 19:30:231964 '[email protected]'],
sebsgbbfbea02016-10-24 21:54:591965 'payments': ['[email protected]',
gogeralde108bcb2016-11-24 16:07:221966 '[email protected]',
1967 '[email protected]'],
pennymac962d190432016-07-27 00:58:351968 'pepper_api': ['[email protected]',
1969 '[email protected]',
1970 '[email protected]',
1971 '[email protected]',
1972 '[email protected]',
horo8e9a01572016-07-27 06:05:311973 '[email protected]',
pennymac962d190432016-07-27 00:58:351974 '[email protected]'],
kcarattinic1d30ef2016-01-07 05:12:301975 'permissions': ['[email protected]'],
stuartmorganf8c132922015-01-23 14:45:341976 'plugin': ['[email protected]'],
tnagelad92622a92015-10-20 10:26:301977 'policy_definitions': ['[email protected]'],
dbeam78528be2016-02-18 07:08:491978 'polymer': ['[email protected]',
1979 '[email protected]'],
twifkak0c69c1f2015-06-22 18:20:091980 'precache': ['[email protected]'],
[email protected]be775bc2014-06-30 15:41:141981 'prepopulated_engines': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351982 'prerender': ['[email protected]',
1983 '[email protected]',
1984 '[email protected]'],
1985 'push_messaging': ['[email protected]',
1986 '[email protected]',
1987 '[email protected]'],
stkhapugin06503142016-12-07 14:32:121988 'reading_list': ['[email protected]'],
[email protected]c3887592014-02-06 20:02:251989 'remoting': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351990 'rlz_id': ['[email protected]',
1991 '[email protected]',
1992 '[email protected]'],
grt829c6a82014-10-20 09:29:321993 'safe_browsing': ['[email protected]'],
vakhf8e14c92016-10-17 21:29:471994 'safe_browsing_db': ['[email protected]'],
skyostil20dea312014-11-11 13:43:061995 'scheduler': ['[email protected]'],
mlamourid8b0feb2015-06-02 16:30:471996 'screen_orientation': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351997 'service_worker': ['[email protected]',
[email protected]6d095a8b2014-02-28 15:26:161998 '[email protected]',
pennymac962d190432016-07-27 00:58:351999 '[email protected]',
[email protected]edaf31d2014-03-07 00:09:172000 '[email protected]',
pennymac962d190432016-07-27 00:58:352001 '[email protected]',
horo8e9a01572016-07-27 06:05:312002 '[email protected]',
shimazu99de61f2016-09-07 03:57:412003 '[email protected]',
pennymac962d190432016-07-27 00:58:352004 '[email protected]'],
dominickn8884155a2016-06-23 02:28:162005 'site_engagement': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352006 'site_instance': ['[email protected]',
2007 '[email protected]',
[email protected]b9ecdb62014-03-07 14:56:432008 '[email protected]'],
[email protected]ad0295d2012-10-11 23:43:362009 'spellcheck': ['[email protected]',
[email protected]18d7e402014-07-08 19:53:142010 '[email protected]',
timvolodine8cdb94c2016-09-22 12:17:222011 '[email protected]',
2012 '[email protected]'],
[email protected]67f39af2013-08-23 20:06:052013 'streams': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352014 'styleguide': ['[email protected]',
vmpstrdeec20e2016-11-18 22:17:322015 '[email protected]',
2016 '[email protected]'],
pennymac962d190432016-07-27 00:58:352017 'supervised_users': ['[email protected]'],
alito438fa4332016-12-20 21:59:172018 'swreporter': ['[email protected]',
2019 '[email protected]',
2020 '[email protected]'],
maxbogue65ea2632016-04-04 18:12:582021 'sync': ['[email protected]'],
[email protected]84dcfd92014-05-23 13:18:192022 'syncfs': ['[email protected]',
[email protected]6f217122013-11-25 07:21:482023 '[email protected]',
2024 '[email protected]'],
miu5e69f1c52016-10-23 13:40:112025 'tab_alert_indicators': ['[email protected]'],
2026 'tab_capture': ['[email protected]',
2027 '[email protected]'],
pennymac962d190432016-07-27 00:58:352028 'tab_contents': ['[email protected]',
2029 '[email protected]',
2030 '[email protected]'],
dmikurubee40b4062014-11-04 17:47:192031 'tcmalloc': ['[email protected]'],
tonygc7f6a4c12015-01-16 18:32:262032 'telemetry': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352033 'test_runner': ['[email protected]',
einbindera29577e2016-08-23 01:21:492034 '[email protected]',
2035 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002036 'tests': [],
jlkleinecc81952016-11-19 00:16:072037 'tether': ['[email protected]',
2038 '[email protected]',
2039 '[email protected]',
2040 '[email protected]',
2041 '[email protected]'],
pennymac962d190432016-07-27 00:58:352042 'textinput': ['[email protected]',
2043 '[email protected]',
2044 '[email protected]',
2045 '[email protected]'],
2046 'textinput_chromeos': ['[email protected]',
2047 '[email protected]',
2048 '[email protected]'],
chirantan96fcf6d2015-01-21 22:36:192049 'timers': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352050 'tracing': ['[email protected]',
2051 '[email protected]'],
[email protected]cf428f732012-10-02 20:48:152052 'ui_compositor': ['[email protected]'],
robliao2c4b7492016-07-19 01:57:262053 'ui_display_win': ['[email protected]'],
[email protected]6b5093c2012-05-23 19:10:182054 'ui_resources': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002055 'valgrind': ['[email protected]',
timurrrr5335dbd2015-04-15 11:04:552056 '[email protected]'],
[email protected]c73ec8ab2014-01-16 20:35:232057 'version_assembly': ['[email protected]',
2058 '[email protected]'],
posciak62a72272016-05-11 08:31:242059 'video': ['[email protected]'],
miu5e69f1c52016-10-23 13:40:112060 'video_capture': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002061 'views': ['[email protected]'],
[email protected]ef514a32014-02-26 01:02:352062 'virtual_keyboard': ['[email protected]',
2063 '[email protected]'],
billorr3c7e1442016-11-11 21:21:352064 'virtual_reality': ['[email protected]'],
tnakamura43539232016-09-12 14:23:422065 'webrtc_browser_tests': ['[email protected]'],
raymesf5084632015-07-02 07:14:152066 'website_settings': ['[email protected]',
pennymac962d190432016-07-27 00:58:352067 '[email protected]',
2068 '[email protected]'],
2069 'windows_sandboxing': ['[email protected]',
2070 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002071 'x11': ['[email protected]',
2072 '[email protected]',
2073 '[email protected]'],
pennymac962d190432016-07-27 00:58:352074 'xml': ['[email protected]'],
wjmaclean3ff6a402015-03-31 19:00:202075 'zoom': ['[email protected]'],
[email protected]a3838612009-10-13 21:57:542076 },
2077}