blob: 77accd111717a9e6e85eea4b270a0a1dac583b36 [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 },
[email protected]d2cdf342012-08-07 11:00:0232 'android_infra': {
33 'filepath': 'build/android/' \
34 '|testing/android/' \
35 '|tools/android/'
36 },
[email protected]d6af50812014-04-01 17:18:0937 'android_media': {
38 'filepath': 'content/browser/media/android' \
39 '|content/renderer/media/android' \
40 '|media/audio/android' \
41 '|media/base/android' \
42 '|media/midi/*_android.*' \
43 '|media/video/capture/android'
44 },
[email protected]3261d962014-03-04 22:18:2845 'android_tab': {
46 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/Tab'
47 },
[email protected]7ca78dc12012-09-20 09:26:4448 'android_webview': {
49 'filepath': 'android_webview/',
50 },
[email protected]8a197f22012-06-22 14:59:0551 'app_list': {
[email protected]311cc902013-03-15 04:45:4652 'filepath': 'chrome/browser/ui/app_list'\
53 '|chrome/browser/ui/ash/app_list'\
[email protected]311cc902013-03-15 04:45:4654 '|chrome/browser/ui/views/app_list'\
55 '|ui/app_list/'
[email protected]8a197f22012-06-22 14:59:0556 },
[email protected]e38d185a2013-07-09 08:23:5257 'app_shortcuts': {
58 'filepath': 'apps/app_shim/'\
59 '|chrome/browser/web_applications/'\
60 '|chrome/browser/ui/web_applications/'\
61 '|chrome/common/mac/'
62 },
[email protected]374a93c2009-11-05 21:45:5663 'appcache': {
[email protected]f2f0fbb92012-07-14 15:52:4964 'filepath': 'appcache/',
[email protected]374a93c2009-11-05 21:45:5665 },
[email protected]54bf94d2013-01-30 23:07:4066 'apps': {
67 'filepath': '^apps/',
68 },
[email protected]3ce56642013-10-17 22:12:5169 'ash': {
70 'filepath': 'ash/',
71 },
[email protected]f76c8852012-06-21 16:37:0072 'aura': {
[email protected]3ce56642013-10-17 22:12:5173 'filepath': 'ui/aura/',
[email protected]84ba35e32010-08-06 17:22:3974 },
[email protected]c3a6e1e72013-08-02 00:13:0775 'aura_compositor': {
76 'filepath':
77 'ui/compositor/' \
[email protected]6dc38f72014-01-16 22:19:5878 '|content/browser/compositor/' \
79 '|content/browser/renderer_host/compositor_resize_lock_aura' \
[email protected]c3a6e1e72013-08-02 00:13:0780 '|content/browser/renderer_host/render_widget_host_view_aura' \
81 '|content/browser/renderer_host/render_widget_host_view_browsertest' \
[email protected]a6eeeef92014-03-19 19:06:4482 '|content/browser/renderer_host/delegated' \
83 '|content/browser/renderer_host/software' \
[email protected]c3a6e1e72013-08-02 00:13:0784 '|content/common/gpu/client/' \
[email protected]c3a6e1e72013-08-02 00:13:0785 },
sullivan0171e3c2015-03-03 18:47:2186 'auto_bisect': {
87 'filepath': 'tools/run-bisect-perf-regression.py'\
88 '|tools/run-perf-test.cfg'\
89 '|tools/auto_bisect/'
90 },
[email protected]2a38f0c02013-05-29 02:27:4591 'autofill': {
[email protected]30964792013-05-29 02:41:2592 'filepath': 'chrome/browser/autofill/|'\
[email protected]d9310a82012-11-02 02:53:4893 'chrome/browser/resources/options/autofill_|'\
[email protected]d9310a82012-11-02 02:53:4894 'chrome/browser/ui/android/autofill/|'\
95 'chrome/browser/ui/autofill/|'\
[email protected]e3e4ca62013-05-17 08:50:2796 'chrome/browser/ui/cocoa/autofill/|'\
[email protected]d9310a82012-11-02 02:53:4897 'chrome/browser/ui/views/autofill/|'\
98 'chrome/browser/ui/webui/options/autofill_|'\
[email protected]d9310a82012-11-02 02:53:4899 'chrome/renderer/autofill/|'\
100 'chrome/test/data/autofill/|'\
[email protected]3947d4a82013-03-12 09:41:05101 'components/autofill/|'\
[email protected]30964792013-05-29 02:41:25102 'components/autofill/browser/webdata/|'\
vabrbeb0c562015-12-01 10:48:08103 'components/webdata/',
[email protected]b3399272010-08-10 19:49:29104 },
[email protected]f76c8852012-06-21 16:37:00105 'automation': {
[email protected]f2f0fbb92012-07-14 15:52:49106 'filepath': 'chrome/browser/automation/|chrome/test/automation/',
[email protected]b8a0f8fa2010-09-02 18:35:55107 },
jkarlin539748402015-03-31 17:36:31108 'background_sync': {
109 'filepath': 'background_sync',
110 },
[email protected]f76c8852012-06-21 16:37:00111 'base': {
[email protected]f2f0fbb92012-07-14 15:52:49112 'filepath': '^base/',
[email protected]7a7a13b2010-08-25 01:10:59113 },
[email protected]5e105332012-09-13 01:55:52114 'base_allocator': {
115 'filepath': '^base/allocator',
116 },
[email protected]1ed5e0fd2012-07-19 00:19:05117 'base_memory': {
118 'filepath': '^base/memory',
119 },
[email protected]b17d9e02014-07-29 09:45:50120 'base_win': {
121 'filepath': '^base/win',
122 },
[email protected]7e093d4022014-06-26 19:19:55123 'battery_status': {
124 'filepath': 'content/browser/battery_status/|'\
timvolodine953fde72014-12-09 16:47:10125 'content/renderer/battery_status/|'\
126 'content/test/data/battery_status/|'\
127 'device/battery/',
[email protected]7e093d4022014-06-26 19:19:55128 },
maniscalco44c99752015-09-09 21:52:04129 'blimp': {
130 'filepath': '^blimp/',
131 },
[email protected]06798f72013-01-14 22:31:17132 'bookmarks': {
133 'filepath': 'chrome/browser/bookmarks/' \
[email protected]771ad482013-07-16 17:32:48134 '|chrome/browser/extensions/api/bookmark_manager_private/' \
135 '|chrome/browser/extensions/api/bookmarks/' \
136 '|chrome/browser/resources/bookmark_manager/' \
[email protected]cd869cde2013-01-31 15:46:35137 '|chrome/browser/ui/bookmarks/' \
138 '|chrome/browser/ui/cocoa/bookmarks/' \
[email protected]5cb8b6e12014-05-19 16:53:46139 '|chrome/browser/ui/views/bookmarks/' \
140 '|components/bookmarks'
[email protected]06798f72013-01-14 22:31:17141 },
[email protected]b17d9e02014-07-29 09:45:50142 'breakpad_app': {
sdefresne8ba0b88c2015-09-18 10:33:13143 'filepath': 'components/crash/content/app/',
[email protected]b17d9e02014-07-29 09:45:50144 },
[email protected]f76c8852012-06-21 16:37:00145 'browser': {
[email protected]f2f0fbb92012-07-14 15:52:49146 'filepath': 'chrome/browser/',
[email protected]02c44522010-10-08 17:43:25147 },
[email protected]f76c8852012-06-21 16:37:00148 'browser_chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:49149 'filepath': 'chrome/browser/chromeos/',
[email protected]02c44522010-10-08 17:43:25150 },
[email protected]22650d22012-07-18 17:02:35151 'browser_components': {
[email protected]a7228f62012-09-20 17:52:48152 'filepath': 'chrome/browser/autofill/' \
153 '|chrome/browser/bookmarks/' \
[email protected]a7228f62012-09-20 17:52:48154 '|chrome/browser/favicon/' \
[email protected]ddf288e2013-01-09 20:58:27155 '|chrome/browser/history/' \
[email protected]fccf4882013-03-15 04:46:19156 '|chrome/browser/webdata/' \
[email protected]3947d4a82013-03-12 09:41:05157 '|components/autofill/'
[email protected]22650d22012-07-18 17:02:35158 },
[email protected]f76c8852012-06-21 16:37:00159 'browser_compositor': {
[email protected]f2f0fbb92012-07-14 15:52:49160 'filepath': 'ui/compositor/'
[email protected]fbd846b2010-11-19 01:32:18161 },
[email protected]f76c8852012-06-21 16:37:00162 'browser_resources': {
[email protected]f2f0fbb92012-07-14 15:52:49163 'filepath': 'chrome/browser/resources/',
[email protected]f76c8852012-06-21 16:37:00164 },
[email protected]0ce480532012-07-20 12:33:20165 'browsing_data': {
166 'filepath': 'chrome/browser/browsing_data/',
167 },
[email protected]f76c8852012-06-21 16:37:00168 'bubble': {
[email protected]f2f0fbb92012-07-14 15:52:49169 'filepath': 'ui/views/bubble/|'\
rouslan8d6a8372015-09-10 19:10:10170 'chrome/browser/ui/views/bubble/|'\
171 'components/bubble/',
[email protected]f76c8852012-06-21 16:37:00172 },
jkarlin539748402015-03-31 17:36:31173 'cache_storage': {
174 'filepath': 'cache_storage',
175 },
[email protected]10fbd5952013-08-22 07:42:39176 'cast': {
[email protected]31ef420b2014-08-13 21:19:13177 'filepath': 'media/cast/'\
178 '|chrome/browser/extensions/api/cast_streaming/'\
179 '|chrome/browser/media/cast'\
180 '|chrome/renderer/media/cast'\
181 '|chrome/test/data/extensions/api_test/cast_'\
182 '|content/public/renderer/media_stream_',
[email protected]10fbd5952013-08-22 07:42:39183 },
eranmc2a9f612015-11-24 16:41:34184 'certificate_transparency': {
185 'filepath': 'components/certificate_transparency/'\
186 '|components/packed_ct_ev_whitelist/'\
187 '|net/cert/ct_'\
188 '|net/cert/multi_log_ct_verifier'\
189 '|net/cert/sct_status_flags.h'\
190 '|net/cert/signed_certificate_timestamp'\
191 '|net/cert/signed_tree_head'\
192 '|net/test/ct_',
193 },
[email protected]651d9992014-04-09 17:18:41194 'chromecast': {
195 'filepath': 'chromecast/',
196 },
[email protected]c863702a2012-09-14 20:05:28197 'cc': {
198 'filepath': 'cc/|'\
[email protected]4934d362012-11-22 22:04:53199 'content/common/cc_messages'
[email protected]c863702a2012-09-14 20:05:28200 },
[email protected]c73ec8ab2014-01-16 20:35:23201 'chrome_elf': {
202 'filepath': 'chrome_elf',
203 },
[email protected]d5b21972012-07-20 02:06:01204 'chrome_views': {
205 'filepath': 'chrome/browser/ui/views',
206 },
[email protected]f7bf8ba2011-02-24 22:28:46207 'chromedriver': {
samuong53d5e612014-10-10 18:56:38208 'filepath': 'chrome/test/chromedriver|'\
209 'chrome/test/data/chromedriver|'\
210 'third_party/webdriver'
[email protected]f7bf8ba2011-02-24 22:28:46211 },
[email protected]f76c8852012-06-21 16:37:00212 'chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:49213 'filepath': 'chromeos/',
[email protected]531b1532011-08-11 03:52:01214 },
[email protected]eda0a0b2013-04-19 20:34:35215 'chromeos_attestation': {
216 'filepath': 'chromeos/attestation/|'\
[email protected]64494c3f2013-08-14 22:15:59217 'chrome/browser/chromeos/attestation/|'\
218 'chrome/browser/extensions/api/enterprise_platform_keys_private/',
[email protected]eda0a0b2013-04-19 20:34:35219 },
[email protected]7c59a152012-11-06 20:56:35220 'chromeos_calculator': {
221 'filepath': 'chrome/common/extensions/docs/examples/apps/calculator/',
222 },
hashimoto40ecb692014-09-02 04:51:31223 'chromeos_dbus': {
224 'filepath': 'chromeos/dbus/',
225 },
[email protected]f76c8852012-06-21 16:37:00226 'chromeos_login': {
[email protected]f2f0fbb92012-07-14 15:52:49227 'filepath': 'chrome/browser/chromeos/login/|'\
228 'chrome/browser/ui/webui/chromeos/login/|'\
dzhioevcc7c0492014-11-25 14:52:58229 'chrome/browser/resources/chromeos/login/|'\
230 'ui/login/',
[email protected]a791dac2011-04-07 23:22:57231 },
[email protected]d7d35f342012-10-22 20:32:47232 'chromeos_net': {
233 'filepath': 'chromeos/network/|'\
stevenjbdd133032015-08-07 18:37:47234 'chrome/browser/chromeos/net/|'\
235 'chrome/browser/extensions/api/networking_private/|'\
236 'extensions/browser/api/networking_private/|'\
237 'ui/chromeos/network/',
[email protected]d7d35f342012-10-22 20:32:47238 },
[email protected]2315ac0c2013-02-05 00:49:16239 'chromeos_power': {
[email protected]c3943ad2013-07-03 13:44:56240 'filepath': 'ash/system/chromeos/power/|'\
241 'chromeos/dbus/power_.*|'\
[email protected]2315ac0c2013-02-05 00:49:16242 'chrome/browser/chromeos/power/',
243 },
[email protected]f76c8852012-06-21 16:37:00244 'chromeos_webui': {
[email protected]f2f0fbb92012-07-14 15:52:49245 'filepath': 'chrome/browser/ui/webui/chromeos/|'\
246 'chrome/browser/resources/chromeos/',
[email protected]ba03af42012-03-08 01:37:12247 },
[email protected]cef7a6d2011-04-29 20:49:07248 'clang_update': {
249 'filepath': 'tools/clang/scripts/update.sh'
250 },
[email protected]f76c8852012-06-21 16:37:00251 'clipboard': {
252 'filepath': 'clipboard|dnd|drag|drop',
[email protected]2418b022011-05-19 21:06:02253 },
[email protected]0387ab32014-08-05 00:13:42254 'closure': {
[email protected]18fd7a532014-08-20 23:09:51255 'filepath': 'third_party/closure_(compiler|linter)/|'
256 'compiled_resources.gyp',
[email protected]0387ab32014-08-05 00:13:42257 },
sdefresned94c5b02015-07-22 17:54:55258 'components_deps': {
259 'filepath': 'components/([^/]*/)*DEPS',
260 },
[email protected]f76c8852012-06-21 16:37:00261 'content': {
[email protected]f2f0fbb92012-07-14 15:52:49262 'filepath': 'content/',
[email protected]f76c8852012-06-21 16:37:00263 },
scheib968e61052014-11-05 00:27:25264 'content_bluetooth': {
265 'filepath': 'content/.*bluetooth'
266 },
kinuko01cbe8a12015-10-20 09:59:06267 'content_loader': {
268 'filepath': 'content/browser/loader|'\
269 'content/child/*loader',
270 },
mkwst512627022014-09-16 09:23:27271 'content_renderer': {
272 'filepath': 'content/renderer/',
273 },
[email protected]aa3311a2012-11-19 16:04:58274 'content_shell': {
275 'filepath': 'content/shell/',
276 },
kinukoa121bce2015-01-30 10:04:41277 'content_worker': {
278 'filepath': 'content/.*worker',
279 },
[email protected]f76c8852012-06-21 16:37:00280 'cookie_monster': {
[email protected]f2f0fbb92012-07-14 15:52:49281 'filepath': 'net/cookies/|'\
[email protected]8492b5b2012-12-17 21:58:08282 'chrome/browser/net/sqlite_persistent_cookie_store',
[email protected]f76c8852012-06-21 16:37:00283 },
ianwencdb8c9e2015-06-18 22:10:15284 'custom_tabs': {
Newton Allen38c62212015-06-24 21:41:53285 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/customtabs/|'\
ianwencdb8c9e2015-06-18 22:10:15286 'chrome/android/javatests/src/org/chromium/chrome/browser/customtabs/',
alancuttercbad6512015-06-19 02:31:28287 },
[email protected]5e105332012-09-13 01:55:52288 'deep_memory_profiler': {
289 'filepath': 'tools/(deep_memory_profiler|find_runtime_symbols)',
290 },
Bartosz Fabianowski85a823812015-04-16 10:27:51291 'device_bluetooth': {
292 'filepath': 'device/.*bluetooth'
293 },
[email protected]29ad47c2014-04-23 09:12:48294 'device_sensors': {
295 'filepath': 'content/browser/device_sensors/|'\
296 'content/common/device_sensors/|'\
297 'content/public/android/java/src/org/chromium/content/browser/DeviceSensors.java|'\
298 'content/public/android/javatests/src/org/chromium/content/browser/DeviceSensorsTest.java|'\
299 'content/renderer/device_sensors/',
[email protected]8c667232013-11-12 19:49:14300 },
scheibabdd7d32015-02-11 22:13:08301 'developer_recommended_flags': {
302 'filepath': 'developer_recommended_flags.gypi',
303 },
[email protected]342b12872012-11-07 12:10:46304 'devtools': {
305 'filepath': 'devtools',
306 },
[email protected]bab2a832012-07-11 23:29:41307 'disk_cache': {
308 'filepath': 'net/disk_cache/|http_cache',
309 },
[email protected]f76c8852012-06-21 16:37:00310 'dns': {
[email protected]f2f0fbb92012-07-14 15:52:49311 'filepath': 'net/base/host_resolver|' \
[email protected]8492b5b2012-12-17 21:58:08312 'net/base/host_cache|' \
313 'net/dns/'
[email protected]f76c8852012-06-21 16:37:00314 },
[email protected]f76c8852012-06-21 16:37:00315 'download': {
[email protected]f2f0fbb92012-07-14 15:52:49316 'filepath': 'chrome/browser/download/|'\
[email protected]8492b5b2012-12-17 21:58:08317 'content/browser/download/',
[email protected]6bff0ad2011-06-17 01:32:51318 },
[email protected]ca872e362011-07-12 21:06:03319 'downloads_ui': {
[email protected]8492b5b2012-12-17 21:58:08320 'filepath': 'chrome/browser/resources/downloads/|' \
321 'chrome/browser/ui/webui/.*downloads|' \
322 'chrome/browser/ui/views/download/|' \
asanka2009f412015-10-05 17:28:12323 'chrome/browser/ui/cocoa/download/'
[email protected]ca872e362011-07-12 21:06:03324 },
[email protected]f6df20a2012-10-23 21:22:07325 'drive': {
[email protected]8492b5b2012-12-17 21:58:08326 'filepath': 'chrome/browser/chromeos/drive/|' \
327 'chrome/browser/google_apis/'
[email protected]f6df20a2012-10-23 21:22:07328 },
[email protected]89d2cd52013-04-16 01:55:36329 'drive_resource_metadata': {
[email protected]2c948e12013-10-17 03:08:33330 'filepath': 'chrome/browser/chromeos/drive/resource_metadata'
[email protected]89d2cd52013-04-16 01:55:36331 },
[email protected]3a25c8a2014-06-26 06:47:10332 'eme': {
333 'filepath': 'components/cdm/|' \
334 'content/browser/media/cdm/|' \
335 'content/renderer/media/crypto/|' \
336 'media/base/android/*drm*|' \
337 'media/cdm/|' \
338 'third_party/widevine/cdm/'
339 },
noyauc7f9ea392014-11-26 11:24:48340 'enhanced_bookmarks': {
341 'filepath': 'chrome/browser/enhanced_bookmarks/' \
342 '|components/enhanced_bookmarks/'
343 },
ianwencdb8c9e2015-06-18 22:10:15344 'enhanced_bookmarks_android': {
Newton Allen38c62212015-06-24 21:41:53345 'filepath': 'chrome/android/java/src/org/chromium/'\
ianwencdb8c9e2015-06-18 22:10:15346 'chrome/browser/enhancedbookmarks/|'\
347 'chrome/android/java/res/layout/eb*.xml'
348 },
[email protected]247dcfb92014-04-23 18:25:59349 'events': {
350 'filepath': 'ui/events/',
351 },
[email protected]f76c8852012-06-21 16:37:00352 'extension': {
353 'filepath': 'extension',
[email protected]161277d42011-06-24 20:48:45354 },
[email protected]f76c8852012-06-21 16:37:00355 'fileapi': {
[email protected]8492b5b2012-12-17 21:58:08356 'filepath': 'file_system/|' \
357 'fileapi/'
[email protected]80919512011-08-03 08:51:04358 },
[email protected]f76c8852012-06-21 16:37:00359 'filebrowse': {
[email protected]8492b5b2012-12-17 21:58:08360 'filepath': 'file_browser|' \
361 'file_manager|' \
362 'filebrowse'
[email protected]4b07b62cc2011-10-03 17:52:39363 },
[email protected]4ed766c2013-09-19 09:45:20364 'filesapp': {
[email protected]4ff3d9f2014-04-24 05:25:20365 'filepath': 'ui/file_manager'
[email protected]4ed766c2013-09-19 09:45:20366 },
[email protected]f76c8852012-06-21 16:37:00367 'ftp': {
368 'filepath': 'ftp',
[email protected]ffeb189d2011-10-05 18:49:39369 },
[email protected]3a2a6ac02014-06-20 07:07:12370 'gcm': {
371 'filepath': 'chrome/browser/services/gcm/|'\
372 'components/gcm_driver/|'\
373 'google_apis/gcm/',
374 },
peterc9e3e172015-11-02 09:29:16375 'gcm_crypto': {
376 'filepath': 'components/gcm_driver/crypto/',
377 },
[email protected]d8036492013-08-09 16:02:23378 'geolocation': {
379 'filepath': 'chrome/browser/geolocation/|'\
380 'content/browser/geolocation|'\
381 'content/public/common/geoposition.*|'\
382 'content/public/browser/geolocation.*|'\
383 'content/renderer/geolocation.*|'\
384 'content/shell/geolocation/',
385 },
[email protected]f93b7382012-08-09 20:53:16386 'gfx_image': {
387 'filepath': 'ui/gfx/image/',
388 },
[email protected]cf428f732012-10-02 20:48:15389 'gfx_geometry': {
danakj570c1332015-01-06 16:59:36390 'filepath': 'ui/gfx/geometry/',
[email protected]cf428f732012-10-02 20:48:15391 },
[email protected]4d1773e2014-04-05 07:59:57392 'gn': {
393 'filepath': 'tools/gn',
394 },
[email protected]f76c8852012-06-21 16:37:00395 'gpu': {
[email protected]f2f0fbb92012-07-14 15:52:49396 'filepath': 'gpu/',
[email protected]f76c8852012-06-21 16:37:00397 },
[email protected]f76c8852012-06-21 16:37:00398 'history_ui': {
[email protected]f2f0fbb92012-07-14 15:52:49399 'filepath': 'chrome/browser/resources/history',
[email protected]f76c8852012-06-21 16:37:00400 },
[email protected]18d7e402014-07-08 19:53:14401 'hotword': {
402 'filepath': 'chrome/browser/extensions/api/hotword_private/'\
403 '|chrome/browser/resources/hotword_helper/'\
[email protected]535980d42014-08-12 14:31:28404 '|chrome/browser/resources/hotword/'\
[email protected]18d7e402014-07-08 19:53:14405 '|chrome/browser/search/hotword*'\
406 '|chrome/test/data/extensions/api_test/hotword_private/',
407 },
[email protected]f76c8852012-06-21 16:37:00408 'i18n': {
[email protected]f2f0fbb92012-07-14 15:52:49409 'filepath': 'base/i18n/|base/string|l10n|icu|'\
410 'locale_settings|encoding',
[email protected]f76c8852012-06-21 16:37:00411 },
[email protected]f76c8852012-06-21 16:37:00412 'importer': {
[email protected]f2f0fbb92012-07-14 15:52:49413 'filepath': 'import',
[email protected]f76c8852012-06-21 16:37:00414 },
[email protected]c26161352013-11-12 19:50:01415 'indexed_db': {
416 'filepath': 'content/browser/indexed_db|'\
417 'content/child/indexed_db|'\
418 'content/common/indexed_db|'\
419 'content/public/browser/indexed_db|'\
420 'content/test/data/indexeddb',
421 },
[email protected]f76c8852012-06-21 16:37:00422 'installer': {
[email protected]f2f0fbb92012-07-14 15:52:49423 'filepath': 'chrome/installer/',
[email protected]f76c8852012-06-21 16:37:00424 },
mmoss19826c62014-11-14 21:37:36425 'installer_linux': {
426 'filepath': 'chrome/installer/linux/',
427 },
[email protected]56b4b09d32012-07-27 18:28:41428 'instant': {
[email protected]607903d2013-03-25 22:15:47429 'filepath': 'instant|searchbox|'\
430 'chrome/browser/search/|'\
[email protected]c29b7dae2013-03-25 22:29:13431 'chrome/browser/ui/search/|'\
[email protected]eb99f8e2013-07-10 10:17:39432 'chrome/browser/resources/local_ntp/|'\
[email protected]607903d2013-03-25 22:15:47433 'chrome/common/search_types.*',
[email protected]56b4b09d32012-07-27 18:28:41434 },
sdefresne18b47312015-06-18 15:15:09435 'ios_chrome': {
436 'filepath': 'ios/chrome',
437 },
[email protected]f76c8852012-06-21 16:37:00438 'ipc': {
[email protected]f2f0fbb92012-07-14 15:52:49439 'filepath': 'ipc/ipc',
[email protected]f76c8852012-06-21 16:37:00440 },
mkwstb0d1b1d2014-09-30 11:45:36441 'ipc_messages': {
442 'filepath': '_message.*.h|'\
443 '_messages.cc',
444 },
vabraafbd4f32015-11-10 19:30:23445 'login': {
446 'filepath': 'chrome/browser/ui/login'
447 },
[email protected]a3f777d2014-01-07 23:38:26448 'libwebp': {
449 'filepath': 'third_party/libwebp'
450 },
johannkoenig52381382015-09-18 22:35:25451 'libvpx': {
452 'filepath': 'third_party/libvpx_new'
453 },
[email protected]04a292a2013-03-07 19:58:42454 'linux_fonts': {
455 'filepath': 'ui/gfx/font_render_params_.*|'\
deratcd2d6fb2015-02-12 00:10:41456 'ui/gfx/platform_font_linux.*|'\
457 'ui/gfx/render_text_harfbuzz.*',
[email protected]04a292a2013-03-07 19:58:42458 },
459 'linux_sandboxing': {
[email protected]f2f0fbb92012-07-14 15:52:49460 'filepath': 'sandbox/linux/',
[email protected]f76c8852012-06-21 16:37:00461 },
[email protected]04a292a2013-03-07 19:58:42462 'linux_seccomp_bpf': {
[email protected]d6a23612012-11-13 20:11:54463 'filepath': 'content/common/sandbox.*linux.cc',
[email protected]f76c8852012-06-21 16:37:00464 },
yzshen481e18d2015-05-08 16:29:17465 'mandoline': {
466 'filepath': 'mandoline',
467 },
mlamourid8b0feb2015-06-02 16:30:47468 'manifest': {
469 'filepath': 'content/(browser|renderer)/manifest/'\
470 '|content/public/common/manifest*',
471 },
michaelpg32ca07902015-02-07 00:31:11472 'md_settings': {
orenb42e83d22015-03-07 02:05:15473 'filepath': 'ui/webui/resources/cr_element'\
michaelpg9bc66292015-09-04 22:35:19474 '|chrome/browser/resources/settings/'\
475 '|chrome/browser/ui/webui/settings/',
michaelpg32ca07902015-02-07 00:31:11476 },
[email protected]f76c8852012-06-21 16:37:00477 'media': {
[email protected]f2f0fbb92012-07-14 15:52:49478 'filepath': 'media/|third_party/(ffmpeg|openmax)/|webmediaplayer|'\
[email protected]034548d2012-07-31 20:34:00479 'audio_message_filter|video_layer|media_internals',
[email protected]f76c8852012-06-21 16:37:00480 },
[email protected]06dd23172013-06-24 21:04:51481 'media_galleries': {
482 'filepath': 'chrome/browser/extensions/api/media_galleries/'\
[email protected]06dd23172013-06-24 21:04:51483 '|chrome/browser/media_galleries/'\
484 '|chrome/browser/storage_monitor/'\
485 '|chrome/common/media_galleries/'\
486 '|chrome/test/data/extensions/api_test/media_galleries/'\
487 '|chrome/utility/itunes*'\
488 '|chrome/utility/picasa*',
489 },
kmarshallb698ad4f2015-02-24 19:42:48490 'media_router': {
491 'filepath': 'chrome/browser/media/router/*' \
492 '|chrome/app/theme/*/common/media_router*' \
493 '|chrome/browser/resources/media_router/' \
494 '|chrome/browser/ui/webui/media_router/' \
495 '|chrome/test/media_router/',
496 },
[email protected]f76c8852012-06-21 16:37:00497 'message_loop': {
[email protected]f2f0fbb92012-07-14 15:52:49498 'filepath': 'base/message_'
[email protected]f76c8852012-06-21 16:37:00499 },
500 'metrics': {
[email protected]f2f0fbb92012-07-14 15:52:49501 'filepath': 'base/metrics/'\
502 '|chrome/browser/metrics/'\
503 '|chrome/common/metrics/'\
[email protected]f2f0fbb92012-07-14 15:52:49504 '|chrome/browser/chromeos/external_metrics'\
[email protected]b0d594d2014-02-21 03:22:12505 '|chrome/browser/extensions/api/metrics_private/'\
[email protected]f2f0fbb92012-07-14 15:52:49506 '|chrome/browser/ui/webui/metrics_handler'\
[email protected]f76c8852012-06-21 16:37:00507 '|content/browser/user_metrics.cc'\
asvitkinee4bad382015-11-05 21:56:45508 '|components/metrics/'\
[email protected]ce6b855a2014-03-12 19:51:39509 '|components/rappor/'\
asvitkinee4bad382015-11-05 21:56:45510 '|components/variations/'\
[email protected]f76c8852012-06-21 16:37:00511 '|content/public/browser/user_metrics.h'\
[email protected]b0d594d2014-02-21 03:22:12512 # Exclude XML files; in particular, histograms.xml.
513 '|tools/metrics/[^.]*([.](?!xml$).*)?$',
514 },
515 'metrics_xml_files': {
516 # Subscribe to this to watch for changes to histograms.xml.
toyoshim8f51f902015-03-27 03:50:21517 'filepath': 'tools/metrics/.*\.xml$',
518 },
519 'midi': {
520 'filepath': 'midi',
[email protected]f76c8852012-06-21 16:37:00521 },
[email protected]341f218a2013-09-24 22:16:10522 'mojo': {
523 'filepath': 'mojo',
524 },
[email protected]f76c8852012-06-21 16:37:00525 'mouse_lock': {
526 'filepath': 'mouse_lock',
527 },
rjkroegef60dea862015-10-29 17:50:06528 'mus': {
529 'filepath': 'components/mus/'\
530 '|mojo/gles2/'\
531 '|mojo/gpu/',
532 },
[email protected]f76c8852012-06-21 16:37:00533 'nacl': {
[email protected]f2f0fbb92012-07-14 15:52:49534 'filepath': 'chrome/nacl/|chrome/test/nacl/|'\
[email protected]193912d2013-09-06 17:41:56535 'chrome/browser/nacl_host/|chrome/common/nacl|'\
536 'native_client_sdk/src/doc/',
[email protected]f76c8852012-06-21 16:37:00537 },
[email protected]99ddc3d2013-01-22 16:15:33538 'native_client_sdk': {
539 'filepath': '^native_client_sdk/',
540 },
[email protected]b9ecdb62014-03-07 14:56:43541 'navigation': {
542 'filepath': 'content/browser/frame_host|'\
543 'content/browser/renderer_host/render_process_host.*|'\
544 'content/browser/renderer_host/render_view_host.*|'\
545 'content/browser/web_contents/web_contents_impl.*|'\
546 'content/renderer/render_frame.*|'\
547 'content/renderer/render_view.*'
548 },
[email protected]f76c8852012-06-21 16:37:00549 'net': {
[email protected]f2f0fbb92012-07-14 15:52:49550 'filepath': 'net/',
[email protected]f76c8852012-06-21 16:37:00551 },
552 'net_error_list': {
553 'filepath': 'net/base/net_error_list.h',
554 },
555 'net_log': {
[email protected]f2f0fbb92012-07-14 15:52:49556 'filepath': 'net/base/net_log|' \
557 'chrome/browser/net/.*net_log|' \
558 'chrome/browser/net/passive_log_collector|' \
559 'chrome/browser/resources/net_internals/|' \
560 'chrome/browser/ui/webui/net_internals/'
[email protected]f76c8852012-06-21 16:37:00561 },
jkarlin539748402015-03-31 17:36:31562 'netinfo': {
563 'filepath': 'netinfo',
564 },
rdsmith2fcbee82015-07-22 00:20:13565 'network_quality': {
566 'filepath': 'net/base/network_quality*',
567 },
peterf4758412014-09-17 15:06:01568 'notifications': {
569 'filepath': 'chrome/browser/extensions/api/notifications/|' \
570 'chrome/browser/notifications/|' \
peter8ab156b2015-03-29 15:44:12571 'chrome/test/data/notifications/|' \
572 'content/browser/notifications/|' \
573 'content/child/notifications/|' \
574 'content/common/platform_notification|' \
575 'content/public/browser/platform_notification|' \
576 'content/public/common/platform_notification|' \
577 'content/renderer/notification_|' \
peterf4758412014-09-17 15:06:01578 'ui/message_center/'
579 },
[email protected]f76c8852012-06-21 16:37:00580 'npapi_headers': {
[email protected]f2f0fbb92012-07-14 15:52:49581 'filepath': 'third_party/npapi/bindings/',
[email protected]f76c8852012-06-21 16:37:00582 },
583 'ntp': {
[email protected]f2f0fbb92012-07-14 15:52:49584 'filepath': 'chrome/browser/resources/ntp4/|'\
[email protected]b7ecd5f2013-02-14 21:04:16585 'chrome/browser/resources/ntp_android/|'\
[email protected]f2f0fbb92012-07-14 15:52:49586 'chrome/browser/ui/webui/ntp/',
[email protected]f76c8852012-06-21 16:37:00587 },
588 'omnibox': {
[email protected]f2f0fbb92012-07-14 15:52:49589 'filepath': 'chrome/browser/autocomplete/'\
590 '|chrome/browser/ui/.*/omnibox/'
[email protected]f76c8852012-06-21 16:37:00591 },
[email protected]437c44b2012-11-08 01:35:52592 'options': {
593 'filepath': 'chrome/browser/resources/options/|'\
594 'chrome/browser/ui/webui/options/',
595 },
[email protected]2fc9a7b62014-04-16 17:10:12596 'overview_mode': {
597 'filepath': 'ash/wm/overview/',
598 },
[email protected]4a2078e2013-07-18 20:40:20599 'ozone': {
[email protected]f93c2c92013-10-31 18:22:44600 'filepath': 'ui/ozone/|'\
[email protected]4b66bf922013-10-28 19:49:43601 'ui/events/ozone/|'\
602 'ui/gfx/ozone/|'\
[email protected]4a2078e2013-07-18 20:40:20603 'ui/gl/gl_.*egl.*|'\
604 'ui/gl/gl_.*ozone.*'
605 },
csharrison3b1dc4062015-10-19 14:31:08606 'page_load_metrics' : {
607 'filepath': 'components/page_load_metrics/'
608 },
[email protected]f76c8852012-06-21 16:37:00609 'panels': {
[email protected]7cbe5a52012-09-27 02:00:29610 'filepath': 'chrome/browser/ui/panels'\
611 '|chrome/browser/ui/cocoa/panels'\
[email protected]7cbe5a52012-09-27 02:00:29612 '|chrome/browser/ui/views/panels'
[email protected]f76c8852012-06-21 16:37:00613 },
[email protected]3cc8b3922014-05-05 13:12:08614 'password_manager': {
615 'filepath': 'chrome/.*/password_'\
616 '|chrome/browser/ui/passwords'\
617 '|chrome/browser/ui/views/passwords'\
618 '|chrome/test/data/password'\
619 '|components/autofill.*password'
620 '|components/password_'\
621 },
[email protected]f76c8852012-06-21 16:37:00622 'pepper_api': {
[email protected]b8491b02013-11-13 03:50:58623 'filepath': 'ppapi/api'\
624 '|ppapi/c',
[email protected]f76c8852012-06-21 16:37:00625 },
mlamourid8b0feb2015-06-02 16:30:47626 'permissions': {
627 'filepath': 'content/(child,browser)/permissions/'\
628 '|content/common/permission_*'\
629 '|content/public/(common,browser)/permission_*'\
630 '|chrome/browser/permissions/'\
631 '|chrome/browser/content_settings/permission*'\
632 '|permission_context',
633 },
[email protected]f76c8852012-06-21 16:37:00634 'plugin': {
[email protected]f2f0fbb92012-07-14 15:52:49635 'filepath': 'chrome/browser/plugin|chrome/plugin/|'\
Thiago Farinae067154bb2015-05-07 15:37:59636 'chrome/common/plugin',
[email protected]f76c8852012-06-21 16:37:00637 },
tnagelad92622a92015-10-20 10:26:30638 'policy_definitions': {
639 'filepath': 'components/policy/resources/policy_templates.json',
640 },
michaelpg11fff3f2015-02-06 03:35:34641 'polymer': {
642 'filepath': 'third_party/polymer/|'\
643 'ui/webui/resources/polymer_resources.grdp',
644 },
twifkak0c69c1f2015-06-22 18:20:09645 'precache': {
646 'filepath': '[pP]recache'
647 },
[email protected]ef6cc442012-10-30 03:24:17648 'predictors': {
649 'filepath': 'predictors',
650 },
[email protected]be775bc2014-06-30 15:41:14651 'prepopulated_engines': {
652 'filepath': 'components/search_engines/prepopulated_engines.json',
653 },
[email protected]f76c8852012-06-21 16:37:00654 'prerender': {
[email protected]78375a52012-07-14 14:47:57655 'filepath': 'prerender'
[email protected]f76c8852012-06-21 16:37:00656 },
peter884896c72015-03-12 14:26:20657 'push_messaging': {
658 'filepath': 'push_messaging'
659 },
[email protected]f76c8852012-06-21 16:37:00660 'pyauto': {
661 'filepath': 'chrome/test/pyautolib' \
662 '|chrome/test/functional' \
663 '|chrome/browser/automation/automation_provider_json'
664 },
665 'remoting': {
anandce1c55372015-03-04 01:23:10666 'filepath': 'remoting/' \
667 '|testing/chromoting'
[email protected]f76c8852012-06-21 16:37:00668 },
gab57e80c72014-12-08 21:06:13669 'rlz_id': {
670 'filepath' :'rlz/lib/machine_id.cc|'\
671 'rlz/lib/machine_id.h|'\
672 'rlz/win/lib/machine_id_win.cc',
673 },
grt829c6a82014-10-20 09:29:32674 'safe_browsing': {
675 'filepath': 'chrome/(browser|common|renderer)/safe_browsing/',
676 },
rickyz0a819bfc2015-02-04 23:57:22677 'sandbox': {
678 'filepath': 'sandbox/'\
679 '|content/browser/bootstrap_sandbox_mac'\
680 '|content/browser/renderer_host/render_sandbox_host_linux'\
681 '|content/browser/renderer_host/sandbox_ipc_linux'\
682 '|content/browser/zygote_host/'\
683 '|content/common/sandbox_'\
684 '|content/zygote/'\
685 },
skyostil20dea312014-11-11 13:43:06686 'scheduler': {
rmcilroyfa5ac552015-04-09 12:33:17687 'filepath': 'cc/scheduler'\
jochen83c639f02015-04-22 17:07:37688 '|components/scheduler'\
rmcilroyfa5ac552015-04-09 12:33:17689 '|content/renderer/scheduler'
skyostil20dea312014-11-11 13:43:06690 },
mlamourid8b0feb2015-06-02 16:30:47691 'screen_orientation': {
692 'filepath': 'screen_orientation',
693 },
[email protected]21cd39b2012-06-28 01:48:40694 'search': {
[email protected]f2f0fbb92012-07-14 15:52:49695 'filepath': 'chrome/browser/ui/search/',
[email protected]21cd39b2012-06-28 01:48:40696 },
[email protected]0b431722014-01-08 07:21:51697 'service_worker': {
[email protected]edaf31d2014-03-07 00:09:17698 'filepath': 'content/(browser|renderer|child|common)/service_worker/',
[email protected]0b431722014-01-08 07:21:51699 },
[email protected]f76c8852012-06-21 16:37:00700 'site_instance': {
[email protected]f2f0fbb92012-07-14 15:52:49701 'filepath': 'content/browser/site_instance|'\
702 'content/browser/browsing_instance',
[email protected]f76c8852012-06-21 16:37:00703 },
704 'speech': {
[email protected]f2f0fbb92012-07-14 15:52:49705 'filepath': 'chrome/browser/speech/'\
706 '|content/browser/speech/'\
707 '|content/common/.*speech'\
708 '|content/public/.*speech'
[email protected]f76c8852012-06-21 16:37:00709 },
[email protected]ad0295d2012-10-11 23:43:36710 'spellcheck': {
711 'filepath': 'chrome/browser/spellchecker/'\
712 '|chrome/browser/tab_contents/spellchecker'\
713 '|chrome/browser/tab_contents/spelling_menu'\
714 '|chrome/common/spellcheck_'\
715 '|chrome/renderer/spellchecker/'\
[email protected]97e677a62013-01-11 19:18:35716 '|third_party/hunspell/'\
717 '|third_party/hunspell_dictionaries/'\
[email protected]ad0295d2012-10-11 23:43:36718 },
[email protected]67f39af2013-08-23 20:06:05719 'streams': {
720 'filepath': 'content/browser/streams/',
721 },
vmpstrcc1c08302015-11-18 06:05:51722 'styleguide': {
723 'filepath': '^styleguide/',
724 },
[email protected]43d33e92014-07-14 16:39:31725 'supervised_users': {
726 'filepath': 'chrome/browser/.*managed_mode'\
727 '|chrome/browser/.*managed_user'\
728 '|chrome/browser/.*supervised_user',
729 },
[email protected]f76c8852012-06-21 16:37:00730 'sync': {
[email protected]3a2a6ac02014-06-20 07:07:12731 'filepath': 'chrome/browser/sync/|sync/|components/sync_driver/',
[email protected]f76c8852012-06-21 16:37:00732 },
[email protected]92871a102013-07-01 11:11:41733 'syncfs': {
734 'filepath': 'sync_file_system',
735 },
[email protected]4529a792013-06-18 19:18:49736 'sync_proto': {
737 'filepath': 'sync/protocol/',
738 },
[email protected]82d74152013-07-28 08:55:31739 'tab_capture': {
[email protected]31ef420b2014-08-13 21:19:13740 'filepath': 'cc/output/copy_output_request'\
741 '|chrome/browser/extensions/api/tab_capture/'\
742 '|chrome/test/data/extensions/api_test/tab_capture/'\
743 '|content/browser/compositor/delegated_frame_host'\
744 '|content/browser/media/capture/'\
745 '|content/browser/renderer_host/compositing_iosurface'\
746 '|content/browser/renderer_host/media/(audio_'\
747 '|media_stream_manager|video_)'\
748 '|media/audio/(audio_output_controller|fake_audio_|virtual_audio_)'\
749 '|media/base/video_frame\.h'\
750 '|media/video/capture/video_capture_',
[email protected]82d74152013-07-28 08:55:31751 },
[email protected]f76c8852012-06-21 16:37:00752 'tab_contents': {
[email protected]f2f0fbb92012-07-14 15:52:49753 'filepath': 'chrome/browser/tab_contents/|'\
754 'content/browser/tab_contents/|'\
755 'chrome/browser/ui/tab_contents/',
[email protected]f76c8852012-06-21 16:37:00756 },
[email protected]31ef420b2014-08-13 21:19:13757 'tab_media_indicators': {
758 'filepath': 'chrome/browser/media/audio_stream_monitor'\
759 '|chrome/browser/ui/cocoa/tabs/tab_controller\.mm'\
760 '|chrome/browser/ui/tabs/tab_utils'\
761 '|chrome/browser/ui/views/tabs/tab\.cc'\
762 '|chrome/browser/ui/views/tabs/tab_renderer_data'\
763 '|media/audio/audio_(output_controller|power_monitor)',
764 },
[email protected]f76c8852012-06-21 16:37:00765 'task_manager': {
766 'filepath': 'task_manager'
767 },
[email protected]5e105332012-09-13 01:55:52768 'tcmalloc': {
769 'filepath': 'third_party/tcmalloc'
770 },
[email protected]31a10602012-11-21 01:51:26771 'telemetry': {
[email protected]5fef30a2014-03-12 20:09:19772 'filepath': 'tools/perf/|'\
773 'tools/telemetry/'
[email protected]31a10602012-11-21 01:51:26774 },
[email protected]f76c8852012-06-21 16:37:00775 'tests': {
[email protected]f2f0fbb92012-07-14 15:52:49776 'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/',
[email protected]0cde05a02011-11-30 23:36:52777 },
[email protected]1cbbb30b2011-10-14 08:03:56778 'textinput': {
[email protected]f2f0fbb92012-07-14 15:52:49779 'filepath': 'content/browser/renderer_host/gtk_im'\
780 '|content/browser/renderer_host/gtk_key'\
781 '|content/browser/renderer_host/render_widget_host_view'\
782 '|content/browser/renderer_host/text_input'\
783 '|ui/base/ime/'\
784 '|ui/base/gtk/event'\
785 '|ui/base/gtk/gtk_im'\
786 '|ui/base/keycodes/'\
787 '|ui/base/win/ime'\
788 '|ui/views/controls/textfield/'\
789 '|ui/views/ime/'
[email protected]1cbbb30b2011-10-14 08:03:56790 },
[email protected]3a117c62011-11-29 04:28:02791 'textinput_chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:49792 'filepath': 'chrome/browser/chromeos/input_method/'\
793 '|chrome/browser/chromeos/extensions/input_method'\
794 '|chrome/browser/chromeos/status/input_method'\
795 '|chrome/browser/extensions/extension_input_'\
796 '|chrome/browser/resources/keyboard'\
797 '|chrome/browser/resources/options/language'\
[email protected]ef03eae2011-11-30 08:43:43798 '|chrome/browser/ui/webui/options/'\
[email protected]f2f0fbb92012-07-14 15:52:49799 'chromeos/.*(language|keyboard)'\
[email protected]6bd9e802013-04-18 06:40:42800 '|chrome/browser/ui/webui/options/language'\
801 '|chromeos/ime/*'
[email protected]3a117c62011-11-29 04:28:02802 },
chirantan96fcf6d2015-01-21 22:36:19803 'timers': {
804 'filepath': 'base/timer/'\
805 '|components/timers/'
806 },
[email protected]f76c8852012-06-21 16:37:00807 'tools': {
[email protected]f2f0fbb92012-07-14 15:52:49808 'filepath': 'tools/',
[email protected]6bea7b42011-10-19 19:47:09809 },
[email protected]f76c8852012-06-21 16:37:00810 'tools_emacs': {
[email protected]f2f0fbb92012-07-14 15:52:49811 'filepath': 'tools/emacs/',
[email protected]65676d32012-04-18 14:41:05812 },
[email protected]c8eb7f72013-07-04 15:30:11813 'tracing': {
814 'filepath': 'base/debug/trace_event.*'\
primianobef13b42015-01-30 15:29:31815 '|base/trace_event/'\
[email protected]c8eb7f72013-07-04 15:30:11816 '|content/browser/tracing/'\
817 '|components/tracing/'
818 },
[email protected]cf428f732012-10-02 20:48:15819 'ui_compositor': {
820 'filepath': 'ui/compositor/layer\.|'\
821 'ui/compositor/layer_unittest|'\
822 'ui/compositor/compositor',
823 },
[email protected]6b5093c2012-05-23 19:10:18824 'ui_resources': {
[email protected]f2f0fbb92012-07-14 15:52:49825 'filepath': 'ui/resources/'\
826 '|ui/base/native_theme/resources/'\
827 '|chrome/app/theme/'
[email protected]6b5093c2012-05-23 19:10:18828 },
[email protected]f76c8852012-06-21 16:37:00829 'valgrind': {
830 'filepath': 'valgrind',
831 },
[email protected]c73ec8ab2014-01-16 20:35:23832 'version_assembly': {
833 'filepath': 'chrome/app/version_assembly',
834 },
[email protected]f76c8852012-06-21 16:37:00835 'views': {
836 # Applies to all files and subdirs within this directory.
[email protected]f2f0fbb92012-07-14 15:52:49837 'filepath': '^ui/views/',
[email protected]f76c8852012-06-21 16:37:00838 },
839 'views_core': {
840 'filepath': 'ui/views/view.h|'\
841 'ui/views/view.cc|'\
[email protected]f2f0fbb92012-07-14 15:52:49842 'ui/views/widget/',
[email protected]f76c8852012-06-21 16:37:00843 },
[email protected]f47d871a2013-10-11 22:14:15844 'views_corewm': {
845 'filepath': 'ui/views/corewm/',
[email protected]3fc918142013-10-12 01:42:17846 },
[email protected]ef514a32014-02-26 01:02:35847 'virtual_keyboard': {
848 'filepath': 'ui/keyboard/'\
849 'chrome/test/data/chromeos/virtual_keyboard/'\
850 'chrome/common/extensions/api/virtual_keyboard',
851 },
[email protected]b887a262013-09-18 22:43:56852 'webrtc_media': {
853 'filepath': 'chrome/browser/media/|'\
854 'content/browser/renderer_host/media/|'\
[email protected]70098052014-07-01 08:58:10855 'content/common/gpu/media/|'\
[email protected]b887a262013-09-18 22:43:56856 'content/renderer/media/|'\
mcasasfec6c752014-11-11 13:25:58857 'media/base/android/|'\
mcasasa5584a02015-09-11 21:15:28858 'media/capture/|'\
mcasas53024942014-11-11 12:59:28859 'video.*_accelerat',
[email protected]b887a262013-09-18 22:43:56860 },
phoglundfad6cac2015-06-02 09:21:26861 'webrtc_browser_tests': {
862 'filepath': 'chrome/browser/media/.*webrtc.*browsertest|'\
863 'content/browser/media/.*webrtc.*browsertest',
864 },
[email protected]208879542012-07-05 11:15:34865 'website_settings': {
[email protected]f2f0fbb92012-07-14 15:52:49866 'filepath': 'chrome/browser/content_settings/'\
867 '|chrome/browser/ui/views/website_settings/'\
868 '|chrome/browser/ui/website_settings/'\
mukai077089f2014-09-11 18:41:52869 '|chrome/common/content_settings'\
870 '|components/content_settings/',
[email protected]208879542012-07-05 11:15:34871 },
[email protected]b17d9e02014-07-29 09:45:50872 'windows_sandboxing': {
873 'filepath': 'sandbox/win/',
874 },
[email protected]f76c8852012-06-21 16:37:00875 'x11': {
[email protected]f2f0fbb92012-07-14 15:52:49876 'filepath': 'content/browser/renderer_host/backing_store_x\.' \
877 '|chrome/browser/chromeos/input_method/xkeyboard\.' \
878 '|chrome/browser/chromeos/system_key_event_listener\.' \
[email protected]f76c8852012-06-21 16:37:00879 '|chrome/browser/chromeos/'\
[email protected]f2f0fbb92012-07-14 15:52:49880 'xinput_hierarchy_changed_event_listener\.' \
881 '|chrome/browser/chromeos/wm_' \
882 '|ui/base/x/'
[email protected]0d710852012-05-24 01:18:40883 },
wjmaclean3ff6a402015-03-31 19:00:20884 'zoom': {
885 'filepath': 'chrome/browser/ui/zoom/' \
886 '|components/ui/zoom/' \
887 '|content/browser/host_zoom_*' \
888 '|content/browser/storage_partition_impl*' \
889 '|content/public/browser/host_zoom_map.h' \
890 '|content/public/browser/storage_partition.h'
891 },
timlohd035d572015-09-25 15:28:02892
893 'blink': {
894 'filepath': 'third_party/WebKit/',
895 },
896 'blink_accessibility': {
897 'filepath': 'third_party/WebKit/.*(accessibility|AXObjectCache|WebAX)'
898 },
899 'blink_animation': {
900 'filepath': 'third_party/WebKit/.*([Aa]nimat|[Tt]ransition)',
901 },
902 'blink_app_banner': {
903 'filepath': 'third_party/WebKit/Source/modules/app_banner' \
904 '|third_party/WebKit/public/platform/modules/app_banner',
905 },
906 'blink_audio': {
907 'filepath': 'third_party/WebKit/Source/platform/audio' \
908 '|third_party/WebKit/Source/modules/webaudio',
909 },
910 'blink_battery_status': {
911 'filepath': 'third_party/WebKit/Source/modules/battery/' \
912 '|third_party/WebKit/LayoutTests/battery-status/' \
913 '|third_party/WebKit/Source/core/frame/PlatformEvent(Controller|Dispatcher)'
914 },
915 'blink_bidi': {
916 'filepath': 'third_party/WebKit/Source/platform/text/.*Bidi' \
917 '|third_party/WebKit/Source/core/rendering/.*Bidi',
918 },
919 'blink_bindings': {
920 'filepath': 'third_party/WebKit/Source/bindings',
921 },
922 'blink_bluetooth': {
923 'filepath': 'third_party/WebKit/.*[Bb]luetooth'
924 },
925 'blink_canvas2d': {
926 'filepath': 'third_party/WebKit/Source/core/html/canvas' \
927 '|third_party/WebKit/Source/core/html/HTMLCanvasElement' \
928 '|third_party/WebKit/Source/modules/canvas2d' \
929 '|third_party/WebKit/Source/platform/graphics/Canvas2D',
930 },
931 'blink_clipboard': {
932 'filepath': 'third_party/WebKit/Source/core/clipboard' \
933 '|third_party/WebKit/Source/core/page/.*Drag' \
934 '|third_party/WebKit/Source/platform/.*Drag' \
935 '|third_party/WebKit/Source/platform/clipboard' \
936 '|third_party/WebKit/Source/web/.*Drag' \
937 '|third_party/WebKit/public/platform/.*Drag' \
938 '|third_party/WebKit/public/web/.*Drag',
939 },
940 'blink_content_security_policy': {
941 'filepath': 'third_party/WebKit/Source/core/frame/csp' \
942 '|third_party/WebKit/Source/core/events/SecurityPolicyViolationEvent' \
943 '|third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy'
944 },
945 'blink_css': {
946 'filepath': 'third_party/WebKit/Source/core/css',
947 },
948 'blink_css_grid_layout': {
949 'filepath': 'third_party/WebKit/Source/core/layout/.*Grid' \
950 '|third_party/WebKit/Source/core/paint/.*Grid' \
951 '|third_party/WebKit/Source/core/css/.*Grid' \
952 '|third_party/WebKit/LayoutTests/fast/css-grid-layout/' \
953 '|third_party/WebKit/LayoutTests/ietestcenter/css3/grid/' \
954 '|third_party/WebKit/LayoutTests/platform/.*/fast/css-grid-layout/' \
955 '|third_party/WebKit/LayoutTests/platform/.*/ietestcenter/css3/grid/'
956 },
957 'blink_css_flexbox': {
958 'filepath': 'third_party/WebKit/Source/core/rendering/.*Flex' \
959 '|third_party/WebKit/LayoutTests/fast/deprecated-flexbox/' \
960 '|third_party/WebKit/LayoutTests/css3/flexbox/' \
961 '|third_party/WebKit/LayoutTests/ietestcenter/css3/flexbox/'
962 },
963 'blink_css_fragmentation_tests': {
964 'filepath': 'third_party/WebKit/LayoutTests/fast/multicol/' \
mstensho6471a3d2015-11-25 12:31:02965 '|third_party/WebKit/LayoutTests/fast/pagination/' \
966 '|third_party/WebKit/LayoutTests/printing/'
timlohd035d572015-09-25 15:28:02967 },
968 'blink_css_regions': {
969 'filepath': 'third_party/WebKit/Source/core/rendering/.*(Region|FlowThread)' \
970 '|third_party/WebKit/Source/core/dom/NodeRendering' \
971 '|third_party/WebKit/Source/core/dom/.*NamedFlow' \
972 '|third_party/WebKit/Source/core/css/.*Region' \
973 '|third_party/WebKit/LayoutTests/compositing/regions/' \
974 '|third_party/WebKit/LayoutTests/fast/regions/' \
975 '|third_party/WebKit/LayoutTests/platform/chromium.*/fast/regions/'
976 },
977 'blink_custom_elements': {
978 'filepath': 'third_party/WebKit/Source/core/dom/CustomElement' \
979 '|third_party/WebKit/Source/bindings/v8/.*CustomElement',
980 },
981 'blink_device_light': {
982 'filepath': 'third_party/WebKit/Source/modules/device_light/' \
983 '|third_party/WebKit/LayoutTests/fast/dom/DeviceLight/'
984 },
985 'blink_device_orientation': {
986 'filepath': 'third_party/WebKit/Source/modules/device_orientation/' \
987 '|third_party/WebKit/LayoutTests/fast/dom/DeviceMotion/' \
988 '|third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/' \
989 '|third_party/WebKit/Source/core/frame/PlatformEvent(Controller|Dispatcher)' \
990 '|third_party/WebKit/Source/core/frame/DeviceSingleWindowEventController'
991 },
992 'blink_devtools': {
993 'filepath': 'third_party/WebKit/.*(inspector|DevTools|devtools)',
994 },
995 'blink_dom': {
996 'filepath': 'third_party/WebKit/Source/core/dom/'
997 },
998 'blink_events': {
999 'filepath': 'third_party/WebKit/Source/core/page/.*Event' \
1000 '|third_party/WebKit/Source/core/dom/.*Event' \
1001 '|third_party/WebKit/Source/core/css/.*Event' \
1002 '|third_party/WebKit/Source/platform/.*Event'
1003 },
1004 'blink_fetch': {
1005 'filepath': 'third_party/WebKit/Source/core/fetch',
1006 },
1007 'blink_heap': {
1008 'filepath': 'third_party/WebKit/Source/platform/heap' \
1009 '|third_party/WebKit/Source/wtf/Partition.*'
1010 },
1011 'blink_html': {
1012 'filepath': 'third_party/WebKit/Source/core/html/'
1013 },
1014 'blink_loader': {
1015 'filepath': 'third_party/WebKit/Source/core/loader',
1016 },
1017 'blink_notifications': {
1018 'filepath': 'third_party/WebKit/LayoutTests/http/tests/notifications' \
1019 '|third_party/WebKit/Source/modules/notifications' \
1020 '|third_party/WebKit/public/platform/modules/notifications'
1021 },
1022 'blink_owners': {
1023 'filepath': 'third_party/WebKit/.*OWNERS',
1024 },
1025 'blink_paint': {
1026 'filepath': 'third_party/WebKit/Source/core/paint/'
1027 },
1028 'blink_permissions': {
1029 'filepath': 'third_party/WebKit/Source/modules/permissions/' \
1030 '|third_party/WebKit/public/platform/modules/permissions/',
1031 },
1032 'blink_preloadScanner': {
1033 'filepath': 'third_party/WebKit/Source/core/html/parser/HTMLPreloadScanner',
1034 },
1035 'blink_public_api': {
1036 'filepath': 'third_party/WebKit/public'
1037 },
1038 'blink_push_messaging': {
1039 'filepath': 'third_party/WebKit/LayoutTests/http/tests/push_messaging' \
1040 '|third_party/WebKit/Source/modules/push_messaging' \
1041 '|third_party/WebKit/public/platform/modules/push_messaging'
1042 },
1043 'blink_platform_graphics': {
1044 'filepath': 'third_party/WebKit/Source/platform/fonts' \
1045 '|third_party/WebKit/Source/platform/geometry' \
1046 '|third_party/WebKit/Source/platform/graphics'
1047 },
1048 'blink_indexed_db': {
1049 'filepath': 'third_party/WebKit/Source/modules/indexeddb/' \
1050 '|third_party/WebKit/Source/web/.*IDB' \
1051 '|third_party/WebKit/LayoutTests/storage/indexeddb' \
1052 '|third_party/WebKit/public/platform/.*IDB'
1053 },
1054 'blink_layout': {
1055 'filepath': 'third_party/WebKit/Source/core/layout' \
1056 '|third_party/WebKit/Source/core/rendering'
1057 },
1058 'blink_layers': {
1059 'filepath': 'third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator' \
1060 '|third_party/WebKit/Source/platform/graphics/GraphicsLayer' \
1061 '|third_party/WebKit/Source/core/layout/Layer'
1062 },
1063 'blink_prerender': {
1064 'filepath': 'third_party/WebKit/.*(Prerender|loader/LinkLoader|html/HTMLLinkElement)'
1065 },
1066 'blink_client_hints': {
1067 'filepath': 'third_party/WebKit/Source/core/loader/AcceptClientHints*' \
1068 '|third_party/WebKit/Source/core/loader/FrameFetchContext*' \
1069 '|third_party/WebKit/Source/core/fetch/FetchContext*' \
1070 '|third_party/WebKit/Source/core/fetch/ImageResource*' \
1071 '|third_party/WebKit/Source/core/fetch/ResourceFetcher*'
1072 },
1073 'blink_track': {
1074 'filepath': 'third_party/WebKit/Source/core/html/track/' \
1075 '|third_party/WebKit/Source/core/loader/TextTrack' \
1076 '|third_party/WebKit/Source/core/html/HTMLMediaElement' \
1077 '|third_party/WebKit/Source/core/html/HTMLTrackElement' \
1078 '|third_party/WebKit/Source/core/html/shadow/MediaControl' \
1079 '|third_party/WebKit/Source/core/css/mediaControl' \
1080 '|third_party/WebKit/LayoutTests/media/track/'
1081 },
1082 'blink_media': {
1083 'filepath': 'third_party/WebKit/Source/core/css/mediaControls' \
1084 '|third_party/WebKit/Source/core/html/.*(Audio|Media|Video)' \
1085 '|third_party/WebKit/Source/core/html/shadow/MediaControl' \
1086 '|third_party/WebKit/Source/core/layout/LayoutMedia' \
1087 '|third_party/WebKit/Source/core/layout/LayoutTextTrackContainerElement' \
1088 '|third_party/WebKit/Source/modules/(encryptedmedia|mediasource)' \
1089 '|third_party/WebKit/Source/platform/drm/' \
1090 '|third_party/WebKit/Source/platform/graphics/media/' \
1091 '|third_party/WebKit/Source/web/.*Media' \
1092 '|third_party/WebKit/LayoutTests/media/' \
1093 '|third_party/WebKit/public/.*Media'
1094 },
1095 'blink_media_queries': {
1096 'filepath': 'third_party/WebKit/Source/core/css/CSSMediaRule' \
1097 '|third_party/WebKit/Source/core/css/MediaList' \
1098 '|third_party/WebKit/Source/core/css/MediaQuery' \
1099 '|third_party/WebKit/Source/core/css/parser/MediaQuery'
1100 },
1101 'blink_navigator_content_utils': {
1102 'filepath': 'third_party/WebKit/Source/modules/navigatorcontentutils' \
1103 '|third_party/WebKit/LayoutTests/fast/dom/navigatorcontentutils'
1104 },
1105 'blink_out_of_process_frames': {
1106 'filepath': 'third_party/WebKit/Source/core/frame/FrameOwner' \
1107 '|third_party/WebKit/Source/web/WebFrame' \
1108 '|third_party/WebKit/Source/web/WebRemoteFrameImpl'
1109 },
1110 'blink_fileapi': {
1111 'filepath': 'third_party/WebKit/Source/modules/filesystem/' \
1112 '|third_party/WebKit/Source/core/fileapi/' \
1113 '|third_party/WebKit/Source/platform/.*File' \
1114 '|third_party/WebKit/Source/web/.*File' \
1115 '|third_party/WebKit/LayoutTests/fast/file' \
1116 '|third_party/WebKit/public/.*File'
1117 },
1118 'blink_quota': {
1119 'filepath': 'third_party/WebKit/Source/modules/quota/' \
1120 '|third_party/WebKit/Source/web/.*Quota' \
1121 '|third_party/WebKit/public/.*Quota'
1122 },
1123 'blink_mediastream': {
1124 'filepath': 'third_party/WebKit/Source/modules/mediastream/' \
1125 '|third_party/WebKit/Source/platform/mediastream/' \
1126 '|third_party/WebKit/Source/platform/exported/WebMediaStream' \
1127 '|third_party/WebKit/Source/platform/exported/WebRTC' \
1128 '|third_party/WebKit/LayoutTests/fast/mediastream/'
1129 },
1130 'blink_geolocation': {
1131 'filepath': 'third_party/WebKit/LayoutTests/fast/dom/Geolocation/' \
1132 '|third_party/WebKit/Source/modules/geolocation/' \
1133 '|third_party/WebKit/Source/web/.*Geolocation' \
1134 '|third_party/WebKit/public/web/.*Geolocation'
1135 },
1136 'blink_htmlparser': {
1137 'filepath': 'third_party/WebKit/Source/core/html/parser/'
1138 },
1139 'blink_screen_orientation': {
1140 'filepath': 'third_party/WebKit/Source/modules/screen_orientation/' \
1141 '|third_party/WebKit/public/platform/modules/screen_orientation',
1142 },
1143 'blink_scheduler': {
1144 'filepath': 'third_party/WebKit/Source/platform/scheduler' \
1145 '|third_party/WebKit/Source/core/html/parser/.*Scheduler'
1146 },
1147 'blink_serviceworkers' : {
1148 'filepath': 'third_party/WebKit/Source/modules/serviceworkers' \
1149 '|third_party/WebKit/LayoutTests/http/tests/serviceworker'
1150 },
1151 'blink_serviceworkers_tests' : {
1152 'filepath': 'third_party/WebKit/LayoutTests/http/tests/serviceworker'
1153 },
1154 'blink_sheriff_o_matic' : {
1155 'filepath': 'third_party/WebKit/Tools/GardeningServer'
1156 },
1157 'blink_spellcheck' : {
1158 'filepath': 'third_party/WebKit/Source/core/editing/spellcheck'
1159 },
1160 'blink_style': {
1161 'filepath': 'third_party/WebKit/.*(style/|Style)',
1162 },
1163 'blink_svg': {
1164 'filepath': 'third_party/WebKit/Source/core/(layout/)?svg',
1165 },
timlohd035d572015-09-25 15:28:021166 'blink_vibration': {
1167 'filepath': 'third_party/WebKit/LayoutTests/vibration/' \
1168 '|third_party/WebKit/Source/modules/vibration/'
1169 },
1170 'blink_viewport_interaction': {
1171 'filepath': 'third_party/WebKit/Source/core/css/.*Viewport' \
1172 '|third_party/WebKit/Source/core/dom/ViewportArguments' \
1173 '|third_party/WebKit/Source/core/html/HTMLMetaElement' \
1174 '|third_party/WebKit/Source/core/page/FrameView' \
1175 '|third_party/WebKit/Source/core/page/scrolling'
1176 },
1177 'blink_w3ctests': {
1178 'filepath': 'third_party/WebKit/LayoutTests/imported/' \
1179 '|third_party/WebKit/Tools/Scripts/webkitpy/w3c/'
1180 },
timlohd035d572015-09-25 15:28:021181 'blink_webcomponents': {
1182 'filepath': 'third_party/WebKit/Source/core/dom/shadow/' \
1183 '|third_party/WebKit/Source/core/dom/custom/' \
1184 '|third_party/WebKit/Source/core/html/imports/' \
1185 '|third_party/WebKit/Source/bindings/v8/custom/V8CustomElementConstructorCustom' \
1186 '|third_party/WebKit/Source/bindings/v8/CustomElementHelpers'
1187 },
1188 'blink_webp': {
1189 'filepath': 'third_party/WebKit/Source/platform/image-decoders/webp' \
1190 '|third_party/WebKit/Source/platform/image-encoders/skia/WEBP'
1191 },
1192 'blink_websockets': {
1193 'filepath': 'third_party/WebKit/Source/modules/websockets/'
1194 },
1195 'blink_workers': {
1196 'filepath': 'third_party/WebKit/Source/core/workers',
1197 },
1198 'blink_wtf': {
1199 'filepath': 'third_party/WebKit/Source/wtf',
1200 },
1201 'blink_xmlhttprequest': {
1202 'filepath': 'third_party/WebKit/Source/core/xmlhttprequest/'
tfarinad21f9472015-10-13 18:36:011203 },
1204 'test_runner': {
1205 'filepath': 'components/test_runner/' \
1206 '|content/shell/(common|browser|renderer)/layout_test/' \
1207 '|content/test/layouttest_support.cc' \
1208 '|content/public/test/layouttest_support.h' \
1209 '|components/html_viewer/layout_test*' \
1210 '|components/html_viewer/web_test_delegate_impl.*'
1211 },
[email protected]a3838612009-10-13 21:57:541212 },
[email protected]ca872e362011-07-12 21:06:031213
[email protected]a3838612009-10-13 21:57:541214 'WATCHLISTS': {
asvitkinee4bad382015-11-05 21:56:451215 'about_flags': ['[email protected]'],
mazda6471d0e2015-10-02 06:32:551216 'accelerator_table': ['[email protected]',
[email protected]f76c8852012-06-21 16:37:001217 '[email protected]'],
dmazzoni5f4b7f12015-02-17 16:35:571218 'accessibility': ['[email protected]',
1219 '[email protected]',
[email protected]f76c8852012-06-21 16:37:001220 '[email protected]',
je_julie.kima170bac2015-05-06 14:57:541221 '[email protected]',
dmazzoni5f4b7f12015-02-17 16:35:571222 '[email protected]',
[email protected]bc72bbfc2013-10-21 23:08:161223 '[email protected]',
[email protected]f76c8852012-06-21 16:37:001224 '[email protected]'],
[email protected]e9db77a2013-06-12 23:56:171225 'activity_log': ['[email protected]'],
[email protected]5c6d3b22014-06-27 13:11:131226 'android_infra': ['[email protected]',
jbudorick9b89b5f2014-11-05 21:13:081227 '[email protected]',
mikecasec0ea0862015-10-24 00:14:321228 '[email protected]',
1229 '[email protected]'],
mlamourid8b0feb2015-06-02 16:30:471230 'android_media': ['[email protected]',
1231 '[email protected]'],
[email protected]c9ae7a32014-03-31 22:18:591232 'android_tab': ['[email protected]', '[email protected]'],
[email protected]7ca78dc12012-09-20 09:26:441233 'android_webview': ['[email protected]'],
benwellse9e22c22015-03-26 20:26:141234 'app_list': ['[email protected]',
1235 '[email protected]',
1236 '[email protected]'],
1237 'app_shortcuts': ['[email protected]', '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001238 'appcache': ['[email protected]'],
[email protected]54bf94d2013-01-30 23:07:401239 'apps': ['[email protected]', '[email protected]'],
ben0ee290d02014-10-28 00:02:521240 'ash': ['[email protected]',
1241 '[email protected]'],
1242 'aura': ['[email protected]',
[email protected]a6349a92013-10-04 11:49:321243 '[email protected]'],
[email protected]c3a6e1e72013-08-02 00:13:071244 'aura_compositor': ['[email protected]',
1245 '[email protected]',
1246 '[email protected]',
[email protected]a6349a92013-10-04 11:49:321247 '[email protected]',
1248 '[email protected]'],
sullivan0171e3c2015-03-03 18:47:211249 'auto_bisect': ['[email protected]'],
bondd355e0f62015-08-24 23:54:421250 'autofill': ['[email protected]',
1251 '[email protected]',
jdonnelly40d55452015-08-31 19:37:031252 '[email protected]',
vabraafbd4f32015-11-10 19:30:231253 '[email protected]',
1254 '[email protected]'],
[email protected]121773a2013-06-07 22:02:331255 'automation': ['[email protected]'],
jkarlin539748402015-03-31 17:36:311256 'background_sync': ['[email protected]'],
vmpstreeb843a2015-10-15 18:23:001257 'base': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:191258 'base_allocator': ['[email protected]',
[email protected]b17d9e02014-07-29 09:45:501259 '[email protected]'],
[email protected]1ed5e0fd2012-07-19 00:19:051260 'base_memory': ['[email protected]'],
grt829c6a82014-10-20 09:29:321261 'base_win': ['[email protected]', '[email protected]'],
[email protected]7e093d4022014-06-26 19:19:551262 'battery_status': ['[email protected]'],
nyquist0af49ad2015-09-16 19:22:351263 'blimp' : ['[email protected]',
1264 '[email protected]',
1265 '[email protected]',
sriramsr93d84202015-10-08 00:06:151266 '[email protected]',
1267 '[email protected]',
1268 '[email protected]'],
noyauc7f9ea392014-11-26 11:24:481269 'bookmarks': ['[email protected]', '[email protected]'],
stevenjbdd133032015-08-07 18:37:471270 'browser_chromeos': ['[email protected]'],
[email protected]22650d22012-07-18 17:02:351271 'browser_components': ['[email protected]'],
[email protected]466af5e2013-08-01 19:53:441272 'browser_compositor': ['[email protected]',
[email protected]21cd39b2012-06-28 01:48:401273 '[email protected]'],
[email protected]17a2fba2013-02-07 18:46:571274 'browser_resources': ['[email protected]'],
[email protected]0ce480532012-07-20 12:33:201275 'browsing_data': ['[email protected]'],
rouslan8d6a8372015-09-10 19:10:101276 'bubble': ['[email protected]',
1277 '[email protected]',
1278 '[email protected]',
1279 '[email protected]'],
nhiroki58623d32015-04-27 07:10:111280 'cache_storage': ['[email protected]', '[email protected]'],
[email protected]c9ae7a32014-03-31 22:18:591281 'cast': ['[email protected]',
[email protected]479180d22014-03-11 09:47:341282 '[email protected]',
miua1710162015-08-27 01:38:091283 '[email protected]',
[email protected]ad8ff0e2013-12-13 09:24:121284 '[email protected]',
miua1710162015-08-27 01:38:091285 '[email protected]',
1286 '[email protected]'],
[email protected]c863702a2012-09-14 20:05:281287 'cc': ['[email protected]'],
eranmc2a9f612015-11-24 16:41:341288 'certificate_transparency': ['[email protected]', '[email protected]'],
[email protected]c73ec8ab2014-01-16 20:35:231289 'chrome_elf': ['[email protected]',],
[email protected]d5b21972012-07-20 02:06:011290 'chrome_views': ['[email protected]'],
halliwellfa56b3a42015-09-04 21:42:571291 'chromecast': ['[email protected]',
1292 '[email protected]',
1293 '[email protected]'],
stgaocea5a9c2015-05-29 22:31:391294 'chromedriver': ['[email protected]'],
stevenjbdd133032015-08-07 18:37:471295 'chromeos' : ['[email protected]'],
[email protected]eda0a0b2013-04-19 20:34:351296 'chromeos_attestation' : ['[email protected]'],
[email protected]7c59a152012-11-06 20:56:351297 'chromeos_calculator' : ['[email protected]'],
hashimoto40ecb692014-09-02 04:51:311298 'chromeos_dbus': ['[email protected]'],
[email protected]2a66f5752013-11-26 04:34:021299 'chromeos_net' : ['[email protected]'],
[email protected]2315ac0c2013-02-05 00:49:161300 'chromeos_power' : ['[email protected]'],
achuithd0c0911d2015-09-02 11:25:551301 'chromeos_login' : ['[email protected]',
1302 '[email protected]'],
[email protected]e8af07b2013-02-13 19:21:251303 'clang_update': ['[email protected]',
[email protected]cf8ffa82013-02-13 08:30:071304 '[email protected]',
1305 '[email protected]',
hans5aeb7d12015-09-29 20:50:351306 '[email protected]',
[email protected]cf8ffa82013-02-13 08:30:071307 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001308 'clipboard': ['[email protected]'],
[email protected]18fd7a532014-08-20 23:09:511309 'closure': ['[email protected]',
jlklein8cc17cb2015-05-14 01:35:101310 '[email protected]',
1311 '[email protected]'],
sdefresned94c5b02015-07-22 17:54:551312 'components_deps': ['[email protected]',
1313 '[email protected]',
1314 '[email protected]'],
[email protected]7bdda282014-03-27 16:30:591315 'content': ['[email protected]',
mkwst512627022014-09-16 09:23:271316 '[email protected]' ],
scheib968e61052014-11-05 00:27:251317 'content_bluetooth': ['[email protected]'],
kinuko01cbe8a12015-10-20 09:59:061318 'content_loader': ['[email protected]'],
mlamouri5cdcdf02014-11-27 15:58:591319 'content_renderer': [ '[email protected]',
1320 '[email protected]'],
mkwst75a31a42014-09-14 18:32:531321 'content_shell': ['[email protected]',
mlamouri5cdcdf02014-11-27 15:58:591322 '[email protected]',
peterc9e3e172015-11-02 09:29:161323 '[email protected]',
1324 '[email protected]'],
nhiroki90ba0102015-07-21 01:42:241325 'content_worker': ['[email protected]',
1326 '[email protected]'],
dmikurubee40b4062014-11-04 17:47:191327 'deep_memory_profiler': ['[email protected]'],
Bartosz Fabianowski85a823812015-04-16 10:27:511328 'device_bluetooth': ['[email protected]'],
mlamouri5cdcdf02014-11-27 15:58:591329 'device_sensors': ['[email protected]',
1330 '[email protected]',
1331 '[email protected]',
1332 '[email protected]'],
scheibabdd7d32015-02-11 22:13:081333 'developer_recommended_flags': ['[email protected]'],
yurysa0fccaa2015-10-26 22:47:101334 'devtools': ['[email protected]', '[email protected]'],
[email protected]bab2a832012-07-11 23:29:411335 'disk_cache': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001336 'dns': ['[email protected]'],
benjhaydendd24d5a642015-10-05 18:19:511337 'download': ['[email protected]'],
1338 'downloads_ui': ['[email protected]'],
[email protected]9a3781d2013-04-04 18:31:401339 'drive': ['[email protected]'],
[email protected]89d2cd52013-04-16 01:55:361340 'drive_resource_metadata': ['[email protected]'],
[email protected]3a25c8a2014-06-26 06:47:101341 'eme': ['[email protected]'],
peter9fa5332552014-11-26 15:24:131342 'enhanced_bookmarks': ['[email protected]'],
jdduke7edf3ca42015-10-26 18:20:011343 'events': ['[email protected]'],
[email protected]f9529e7922013-06-06 05:19:411344 'extension': ['[email protected]',
1345 '[email protected]'],
[email protected]84dcfd92014-05-23 13:18:191346 'fileapi': ['[email protected]',
[email protected]6f217122013-11-25 07:21:481347 '[email protected]',
1348 '[email protected]'],
yoshiki1c0ba2782014-12-08 07:04:261349 'filebrowse': ['[email protected]'],
[email protected]4ed766c2013-09-19 09:45:201350 'filesapp': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001351 'ftp': ['[email protected]'],
[email protected]3a2a6ac02014-06-20 07:07:121352 'gcm': ['[email protected]'],
peterc9e3e172015-11-02 09:29:161353 'gcm_crypto': ['[email protected]'],
mlamouri5cdcdf02014-11-27 15:58:591354 'geolocation': ['[email protected]',
1355 '[email protected]'],
[email protected]cf428f732012-10-02 20:48:151356 'gfx_geometry': ['[email protected]'],
[email protected]f93b7382012-08-09 20:53:161357 'gfx_image': ['[email protected]'],
[email protected]4d1773e2014-04-05 07:59:571358 'gn': ['[email protected]'],
[email protected]a6159102013-11-08 23:21:521359 'gpu': ['[email protected]'],
[email protected]454041592013-01-17 16:42:231360 'history_ui': ['[email protected]', '[email protected]'],
[email protected]18d7e402014-07-08 19:53:141361 'hotword': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001362 'i18n': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001363 'importer': ['[email protected]'],
[email protected]8b250562014-08-12 19:07:451364 'indexed_db': ['[email protected]',
[email protected]55a62252014-07-18 17:35:281365 '[email protected]', '[email protected]'],
[email protected]b17d9e02014-07-29 09:45:501366 'installer': ['[email protected]', '[email protected]'],
mmoss19826c62014-11-14 21:37:361367 'installer_linux': [ '[email protected]'],
[email protected]f2079e12013-06-05 00:26:371368 'instant': ['[email protected]', '[email protected]',
tburkard8268a8d2014-09-17 12:53:441369 '[email protected]', '[email protected]',
[email protected]b1ac652d9b2013-05-03 16:25:041370 '[email protected]', '[email protected]',
[email protected]2cefb692013-05-14 20:20:381371 '[email protected]', '[email protected]',
tburkard8268a8d2014-09-17 12:53:441372 '[email protected]', '[email protected]'],
sdefresne18b47312015-06-18 15:15:091373 'ios_chrome': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001374 'ipc': ['[email protected]', '[email protected]'],
vabraafbd4f32015-11-10 19:30:231375 'login': ['[email protected]'],
urvang41c8f9b2015-01-16 00:42:461376 'libwebp': ['[email protected]', '[email protected]',
[email protected]a3f777d2014-01-07 23:38:261377 '[email protected]', '[email protected]'],
johannkoenig52381382015-09-18 22:35:251378 'libvpx': ['[email protected]', '[email protected]',
1379 '[email protected]', '[email protected]'],
[email protected]04a292a2013-03-07 19:58:421380 'linux_fonts': ['[email protected]'],
[email protected]6d7e0bf2014-07-28 22:30:401381 'linux_sandboxing': ['[email protected]'],
[email protected]04a292a2013-03-07 19:58:421382 'linux_seccomp_bpf': ['[email protected]'],
[email protected]43d33e92014-07-14 16:39:311383 'supervised_users': ['[email protected]'],
penghuang7d460212015-07-21 20:25:061384 'mandoline': ['[email protected]',
rjkroegef60dea862015-10-29 17:50:061385 '[email protected]',
1386 '[email protected]'],
mlamourid8b0feb2015-06-02 16:30:471387 'manifest': ['[email protected]'],
dbeam7a734562015-09-15 18:23:171388 'md_settings': ['[email protected]',
michaelpg32ca07902015-02-07 00:31:111389 '[email protected]',
michaelpg32ca07902015-02-07 00:31:111390 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001391 'media': ['[email protected]'],
tommycli5dee9172015-06-18 19:36:561392 'media_galleries': ['[email protected]', '[email protected]'],
kmarshallb698ad4f2015-02-24 19:42:481393 'media_router': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001394 'message_loop': ['[email protected]'],
isherman1eee6f12014-12-09 02:14:301395 'metrics': ['[email protected]'],
[email protected]1d8899ee2014-06-10 20:58:121396 'metrics_xml_files': ['[email protected]'],
toyoshim8f51f902015-03-27 03:50:211397 'midi': ['[email protected]'],
[email protected]c3830c622013-10-10 22:00:001398 'mojo': ['[email protected]',
[email protected]62bbe812013-10-24 22:24:161399 '[email protected]',
[email protected]f47d871a2013-10-11 22:14:151400 '[email protected]',
[email protected]3bf40cb2013-10-11 19:10:491401 '[email protected]',
[email protected]0f79ff62014-04-25 23:35:531402 '[email protected]',
[email protected]84003af2014-05-02 09:37:131403 '[email protected]',
1404 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001405 'mouse_lock': ['[email protected]'],
rjkroegef60dea862015-10-29 17:50:061406 'mus': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001407 'nacl': ['[email protected]'],
[email protected]cfe80042014-04-14 22:11:541408 'native_client_sdk': ['[email protected]', '[email protected]'],
[email protected]b9ecdb62014-03-07 14:56:431409 'navigation': ['[email protected]', '[email protected]'],
[email protected]0b6c5e92013-03-08 22:42:521410 'net': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001411 'net_error_list': ['[email protected]'],
jkarlin539748402015-03-31 17:36:311412 'netinfo': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001413 'net_log': ['[email protected]', '[email protected]'],
rdsmith2fcbee82015-07-22 00:20:131414 'network_quality': ['[email protected]'],
peterc9e3e172015-11-02 09:29:161415 'notifications': ['[email protected]',
mlamouri5cdcdf02014-11-27 15:58:591416 '[email protected]'],
[email protected]d5fa18c42010-06-01 22:33:311417 'npapi_headers': ['[email protected]'],
Evan Stade459d16662015-07-07 17:04:571418 'ntp': ['[email protected]',
[email protected]0bce107762012-11-27 11:42:541419 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001420 'omnibox': ['[email protected]'],
michaelpgf6260fbd2015-02-06 17:59:351421 'options': ['[email protected]',
1422 '[email protected]'],
[email protected]2fc9a7b62014-04-16 17:10:121423 'overview_mode': ['[email protected]'],
Evan Stadeb873f1a2014-09-09 00:57:321424 'ozone': ['[email protected]', '[email protected]'],
csharrison3b1dc4062015-10-19 14:31:081425 'page_load_metrics' : ['[email protected]',
kinuko01cbe8a12015-10-20 09:59:061426 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001427 'panels': ['[email protected]', '[email protected]',
1428 '[email protected]', '[email protected]'],
mkwstb0a0ccfb2014-10-23 12:53:251429 'password_manager': ['[email protected]',
vabr57d76102015-04-16 09:48:511430 '[email protected]',
vabraafbd4f32015-11-10 19:30:231431 '[email protected]'],
bradnelson3fdc28cb2015-01-23 20:03:251432 'pepper_api': ['[email protected]',
1433 '[email protected]', '[email protected]',
raymesf5084632015-07-02 07:14:151434 '[email protected]', '[email protected]',
1435 '[email protected]', '[email protected]'],
kcarattini72f4fe22015-10-14 22:58:061436 'permissions': ['[email protected]',
1437 '[email protected]'],
stuartmorganf8c132922015-01-23 14:45:341438 'plugin': ['[email protected]'],
tnagelad92622a92015-10-20 10:26:301439 'policy_definitions': ['[email protected]'],
michaelpg11fff3f2015-02-06 03:35:341440 'polymer': ['[email protected]'],
twifkak0c69c1f2015-06-22 18:20:091441 'precache': ['[email protected]'],
tburkard8268a8d2014-09-17 12:53:441442 'predictors': ['[email protected]'],
[email protected]be775bc2014-06-30 15:41:141443 'prepopulated_engines': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001444 'prerender': ['[email protected]', '[email protected]',
jkarlin539748402015-03-31 17:36:311445 '[email protected]', '[email protected]'],
peterc9e3e172015-11-02 09:29:161446 'push_messaging': ['[email protected]', '[email protected]',
mvanouwerkerke9ef38b02015-04-17 14:38:581447 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001448 'pyauto': ['[email protected]',
[email protected]4f788fd2012-10-10 21:43:381449 '[email protected]',
[email protected]f76c8852012-06-21 16:37:001450 '[email protected]'],
[email protected]c3887592014-02-06 20:02:251451 'remoting': ['[email protected]'],
gab57e80c72014-12-08 21:06:131452 'rlz_id': ['[email protected]',
gab57e80c72014-12-08 21:06:131453 '[email protected]'],
grt829c6a82014-10-20 09:29:321454 'safe_browsing': ['[email protected]'],
rickyz0a819bfc2015-02-04 23:57:221455 'sandbox': ['[email protected]'],
skyostil20dea312014-11-11 13:43:061456 'scheduler': ['[email protected]'],
mlamourid8b0feb2015-06-02 16:30:471457 'screen_orientation': ['[email protected]'],
[email protected]0b431722014-01-08 07:21:511458 'service_worker': ['[email protected]',
[email protected]84dcfd92014-05-23 13:18:191459 '[email protected]',
[email protected]0b431722014-01-08 07:21:511460 '[email protected]',
[email protected]dd864bc2014-02-24 23:04:091461 '[email protected]',
[email protected]6d095a8b2014-02-28 15:26:161462 '[email protected]',
[email protected]edaf31d2014-03-07 00:09:171463 '[email protected]',
[email protected]6d095a8b2014-02-28 15:26:161464 '[email protected]'],
[email protected]b9ecdb62014-03-07 14:56:431465 'site_instance': ['[email protected]', '[email protected]',
1466 '[email protected]'],
[email protected]ad0295d2012-10-11 23:43:361467 'spellcheck': ['[email protected]',
[email protected]18d7e402014-07-08 19:53:141468 '[email protected]',
rouslan8d6a8372015-09-10 19:10:101469 '[email protected]'],
[email protected]67f39af2013-08-23 20:06:051470 'streams': ['[email protected]'],
vmpstrcc1c08302015-11-18 06:05:511471 'styleguide': ['[email protected]'],
zea2b40a9292014-10-09 16:45:251472 'sync': ['[email protected]',
maxboguee02372182014-11-13 00:42:221473 '[email protected]',
pvalenzuela77e4487302015-03-16 17:22:101474 '[email protected]',
pvalenzuela85758c752014-09-25 19:34:561475 '[email protected]',
[email protected]3a2a6ac02014-06-20 07:07:121476 '[email protected]'],
[email protected]84dcfd92014-05-23 13:18:191477 'syncfs': ['[email protected]',
[email protected]6f217122013-11-25 07:21:481478 '[email protected]',
1479 '[email protected]'],
[email protected]4529a792013-06-18 19:18:491480 'sync_proto': ['[email protected]'],
[email protected]82d74152013-07-28 08:55:311481 'tab_capture': ['[email protected]'],
[email protected]4a55dec2012-08-30 18:54:351482 'tab_contents': ['[email protected]',
[email protected]f76c8852012-06-21 16:37:001483 '[email protected]', '[email protected]'],
[email protected]31ef420b2014-08-13 21:19:131484 'tab_media_indicators': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:191485 'tcmalloc': ['[email protected]'],
tonygc7f6a4c12015-01-16 18:32:261486 'telemetry': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001487 'tests': [],
penghuang7d460212015-07-21 20:25:061488 'textinput': ['[email protected]',
[email protected]6bd9e802013-04-18 06:40:421489 '[email protected]',
[email protected]ba2c923f2013-10-19 14:08:181490 '[email protected]',
yukishiino616672e2015-04-02 06:43:101491 '[email protected]'],
[email protected]6bd9e802013-04-18 06:40:421492 'textinput_chromeos': ['[email protected]',
[email protected]ba2c923f2013-10-19 14:08:181493 '[email protected]',
yukishiino616672e2015-04-02 06:43:101494 '[email protected]'],
chirantan96fcf6d2015-01-21 22:36:191495 'timers': ['[email protected]'],
[email protected]0fc48a12014-06-07 20:26:051496 'tools_emacs': ['[email protected]'],
sullivand4bfaed82015-02-13 19:43:381497 'tracing': ['[email protected]', '[email protected]'],
[email protected]cf428f732012-10-02 20:48:151498 'ui_compositor': ['[email protected]'],
[email protected]6b5093c2012-05-23 19:10:181499 'ui_resources': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001500 'valgrind': ['[email protected]',
timurrrr5335dbd2015-04-15 11:04:551501 '[email protected]'],
[email protected]c73ec8ab2014-01-16 20:35:231502 'version_assembly': ['[email protected]',
1503 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001504 'views': ['[email protected]'],
ben0ee290d02014-10-28 00:02:521505 'views_core': ['[email protected]'],
[email protected]ef514a32014-02-26 01:02:351506 'virtual_keyboard': ['[email protected]',
1507 '[email protected]'],
mcasasa5584a02015-09-11 21:15:281508 'webrtc_media': ['[email protected]',
[email protected]70098052014-07-01 08:58:101509 '[email protected]'],
tnakamuraa9bda962015-06-03 13:34:021510 'webrtc_browser_tests': ['[email protected]',
1511 '[email protected]'],
raymesf5084632015-07-02 07:14:151512 'website_settings': ['[email protected]',
msramek78c361b72015-10-20 14:09:151513 '[email protected]',
1514 '[email protected]'],
[email protected]b17d9e02014-07-29 09:45:501515 'windows_sandboxing': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001516 'x11': ['[email protected]',
1517 '[email protected]',
1518 '[email protected]'],
wjmaclean3ff6a402015-03-31 19:00:201519 'zoom': ['[email protected]'],
timlohd035d572015-09-25 15:28:021520
1521 'blink': ['[email protected]'],
1522 'blink_accessibility': ['[email protected]',
1523 '[email protected]',
1524 '[email protected]',
1525 '[email protected]'],
1526 'blink_animation': ['[email protected]',
1527 '[email protected]',
1528 '[email protected]',
1529 '[email protected]',
1530 '[email protected]'],
1531 'blink_app_banner': [ '[email protected]' ],
1532 'blink_audio': ['[email protected]'],
1533 'blink_battery_status': [ '[email protected]',
1534 '[email protected]' ],
1535 'blink_bidi': [ '[email protected]' ],
1536 'blink_bindings': [ '[email protected]' ],
1537 'blink_bluetooth': [ '[email protected]' ],
1538 'blink_canvas2d': [ '[email protected]',
1539 '[email protected]',
ajumadd78f9b2015-11-16 21:06:481540 '[email protected]',
1541 '[email protected]' ],
timlohd035d572015-09-25 15:28:021542 'blink_clipboard': [ '[email protected]', ],
1543 'blink_content_security_policy': [ '[email protected]' ],
1544 'blink_css': [ '[email protected]',
1545 '[email protected]',
1546 '[email protected]',
1547 '[email protected]',
1548 '[email protected]' ],
1549 'blink_css_grid_layout': [ '[email protected]',
1550 '[email protected]',
1551 '[email protected]' ],
1552 'blink_css_flexbox': [ '[email protected]' ],
1553 'blink_css_fragmentation_tests': [ '[email protected]' ],
1554 'blink_css_regions': [ '[email protected]' ],
1555 'blink_custom_elements': [ '[email protected]',
1556 '[email protected]' ],
1557 'blink_dom': [ '[email protected]',
1558 '[email protected]',
1559 '[email protected]',
1560 '[email protected]',
1561 '[email protected]' ],
1562 'blink_device_light': [ '[email protected]',
1563 '[email protected]' ],
1564 'blink_device_orientation': [ '[email protected]',
1565 '[email protected]',
timlohd035d572015-09-25 15:28:021566 '[email protected]' ],
1567 'blink_devtools': [ '[email protected]',
1568 '[email protected]',
1569 '[email protected]',
timlohd035d572015-09-25 15:28:021570 '[email protected]',
1571 '[email protected]',
1572 '[email protected]',
1573 '[email protected]' ],
1574 'blink_events': [ '[email protected]',
1575 '[email protected]',
1576 '[email protected]' ],
1577 'blink_fetch': [ '[email protected]',
1578 '[email protected]',
1579 '[email protected]',
kinuko01cbe8a12015-10-20 09:59:061580 '[email protected]' ],
timlohd035d572015-09-25 15:28:021581 'blink_layers': [ '[email protected]' ],
1582 'blink_loader': [ '[email protected]',
1583 '[email protected]',
1584 '[email protected]',
kinuko01cbe8a12015-10-20 09:59:061585 '[email protected]' ],
timlohd035d572015-09-25 15:28:021586 'blink_owners': [ '[email protected]'],
1587 'blink_platform_graphics': [ '[email protected]',
1588 '[email protected]',
1589 '[email protected]',
1590 '[email protected]',
1591 '[email protected]',
1592 '[email protected]',
1593 '[email protected]',
1594 '[email protected]',
1595 '[email protected]',
1596 '[email protected]',
chrishtr3b2ec152015-09-29 16:27:281597 '[email protected]',
vmpstreeb843a2015-10-15 18:23:001598 '[email protected]',
chrishtr3b2ec152015-09-29 16:27:281599 '[email protected]' ],
timlohd035d572015-09-25 15:28:021600 'blink_heap': [ '[email protected]',
1601 '[email protected]',
1602 '[email protected]',
1603 '[email protected]' ],
1604 'blink_html': [ '[email protected]',
1605 '[email protected]' ],
chrishtr3b2ec152015-09-29 16:27:281606 'blink_public_api': [ '[email protected]',
1607 '[email protected]' ],
timlohd035d572015-09-25 15:28:021608 'blink_indexed_db': ['[email protected]',
1609 '[email protected]',
1610 '[email protected]'],
1611 'blink_layout': [ '[email protected]',
1612 '[email protected]',
1613 '[email protected]',
1614 '[email protected]',
1615 '[email protected]',
1616 '[email protected]',
1617 '[email protected]' ],
1618 'blink_paint' : [ '[email protected]',
1619 '[email protected]',
1620 '[email protected]' ],
1621 'blink_permissions': [ '[email protected]' ],
1622 'blink_prerender': [ '[email protected]',
1623 '[email protected]' ],
1624 'blink_preloadScanner': [ '[email protected]' ],
1625 'blink_push_messaging': [ '[email protected]',
1626 '[email protected]',
peterc9e3e172015-11-02 09:29:161627 '[email protected]' ],
timlohd035d572015-09-25 15:28:021628 'blink_client_hints': [ '[email protected]' ],
1629 'blink_scheduler': [ '[email protected]' ],
1630 'blink_track': [ '[email protected]',
1631 '[email protected]',
1632 '[email protected]',
1633 '[email protected]',
1634 '[email protected]',
1635 '[email protected]' ],
1636 'blink_media': [ '[email protected]',
1637 '[email protected]',
1638 '[email protected]',
1639 '[email protected]' ],
1640 'blink_media_queries': [ '[email protected]',
1641 '[email protected]' ],
1642 'blink_fileapi': [ '[email protected]',
1643 '[email protected]',
1644 '[email protected]' ],
1645 'blink_quota': [ '[email protected]',
1646 '[email protected]',
1647 '[email protected]' ],
1648 'blink_viewport_interaction': [ '[email protected]' ],
1649 'blink_webcomponents': [ '[email protected]',
1650 '[email protected]' ],
1651 'blink_mediastream': [ '[email protected]' ],
1652 'blink_navigator_content_utils': [ '[email protected]' ],
peterc9e3e172015-11-02 09:29:161653 'blink_notifications': [ '[email protected]' ],
timlohd035d572015-09-25 15:28:021654 'blink_geolocation': [ '[email protected]',
1655 '[email protected]',
1656 '[email protected]' ],
1657 'blink_htmlparser': [ '[email protected]' ],
1658 'blink_vibration': [ '[email protected]',
1659 '[email protected]' ],
1660 'blink_serviceworkers': [ '[email protected]',
1661 '[email protected]',
1662 '[email protected]',
1663 '[email protected]',
1664 '[email protected]',
1665 '[email protected]',
1666 '[email protected]',
1667 '[email protected]' ],
1668 'blink_serviceworkers_tests': [ '[email protected]' ],
1669 'blink_sheriff_o_matic': [ '[email protected]',
1670 '[email protected]',
1671 '[email protected]',
1672 '[email protected]',
1673 '[email protected]',
1674 '[email protected]',
1675 '[email protected]',
1676 '[email protected]' ],
1677 'blink_spellcheck' : [ '[email protected]' ],
1678 'blink_style': [ '[email protected]' ],
1679 'blink_svg': [ '[email protected]',
1680 '[email protected]',
1681 '[email protected]',
1682 '[email protected]',
1683 '[email protected]',
1684 '[email protected]',
1685 '[email protected]',
1686 '[email protected]' ],
timlohd035d572015-09-25 15:28:021687 'blink_w3ctests' : [ '[email protected]' ],
1688 'blink_webp': [ '[email protected]',
1689 '[email protected]',
1690 '[email protected]',
1691 '[email protected]' ],
1692 'blink_out_of_process_frames': [ '[email protected]',
1693 '[email protected]' ],
1694 'blink_screen_orientation': [ '[email protected]' ],
timlohd035d572015-09-25 15:28:021695 'blink_websockets': [ '[email protected]',
1696 '[email protected]' ],
1697 'blink_workers': [ '[email protected]',
1698 '[email protected]',
1699 '[email protected]',
1700 '[email protected]' ],
1701 'blink_wtf': [ '[email protected]',
1702 '[email protected]' ],
1703 'blink_xmlhttprequest': [ '[email protected]' ],
tfarinad21f9472015-10-13 18:36:011704 'test_runner': [ '[email protected]',
1705 '[email protected]' ],
[email protected]a3838612009-10-13 21:57:541706 },
1707}