blob: d28a6a2c576092c2268c7f38319fb40a577bd6c5 [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_|'\
94 'chrome/browser/sync/glue/autofill_|'\
95 'chrome/browser/ui/android/autofill/|'\
96 'chrome/browser/ui/autofill/|'\
[email protected]e3e4ca62013-05-17 08:50:2797 'chrome/browser/ui/cocoa/autofill/|'\
[email protected]d9310a82012-11-02 02:53:4898 'chrome/browser/ui/views/autofill/|'\
99 'chrome/browser/ui/webui/options/autofill_|'\
[email protected]d9310a82012-11-02 02:53:48100 'chrome/renderer/autofill/|'\
101 'chrome/test/data/autofill/|'\
[email protected]3947d4a82013-03-12 09:41:05102 'components/autofill/|'\
[email protected]30964792013-05-29 02:41:25103 'components/autofill/browser/webdata/|'\
104 'components/webdata/|'\
[email protected]d9310a82012-11-02 02:53:48105 'content/public/common/password_|'\
106 'content/public/renderer/password_|'\
107 'content/renderer/password_',
[email protected]b3399272010-08-10 19:49:29108 },
[email protected]f76c8852012-06-21 16:37:00109 'automation': {
[email protected]f2f0fbb92012-07-14 15:52:49110 'filepath': 'chrome/browser/automation/|chrome/test/automation/',
[email protected]b8a0f8fa2010-09-02 18:35:55111 },
jkarlin539748402015-03-31 17:36:31112 'background_sync': {
113 'filepath': 'background_sync',
114 },
[email protected]f76c8852012-06-21 16:37:00115 'base': {
[email protected]f2f0fbb92012-07-14 15:52:49116 'filepath': '^base/',
[email protected]7a7a13b2010-08-25 01:10:59117 },
[email protected]5e105332012-09-13 01:55:52118 'base_allocator': {
119 'filepath': '^base/allocator',
120 },
[email protected]1ed5e0fd2012-07-19 00:19:05121 'base_memory': {
122 'filepath': '^base/memory',
123 },
[email protected]b17d9e02014-07-29 09:45:50124 'base_win': {
125 'filepath': '^base/win',
126 },
[email protected]7e093d4022014-06-26 19:19:55127 'battery_status': {
128 'filepath': 'content/browser/battery_status/|'\
timvolodine953fde72014-12-09 16:47:10129 'content/renderer/battery_status/|'\
130 'content/test/data/battery_status/|'\
131 'device/battery/',
[email protected]7e093d4022014-06-26 19:19:55132 },
maniscalco44c99752015-09-09 21:52:04133 'blimp': {
134 'filepath': '^blimp/',
135 },
[email protected]06798f72013-01-14 22:31:17136 'bookmarks': {
137 'filepath': 'chrome/browser/bookmarks/' \
[email protected]771ad482013-07-16 17:32:48138 '|chrome/browser/extensions/api/bookmark_manager_private/' \
139 '|chrome/browser/extensions/api/bookmarks/' \
140 '|chrome/browser/resources/bookmark_manager/' \
[email protected]cd869cde2013-01-31 15:46:35141 '|chrome/browser/ui/bookmarks/' \
142 '|chrome/browser/ui/cocoa/bookmarks/' \
[email protected]5cb8b6e12014-05-19 16:53:46143 '|chrome/browser/ui/views/bookmarks/' \
144 '|components/bookmarks'
[email protected]06798f72013-01-14 22:31:17145 },
[email protected]b17d9e02014-07-29 09:45:50146 'breakpad_app': {
sdefresne8ba0b88c2015-09-18 10:33:13147 'filepath': 'components/crash/content/app/',
[email protected]b17d9e02014-07-29 09:45:50148 },
[email protected]f76c8852012-06-21 16:37:00149 'browser': {
[email protected]f2f0fbb92012-07-14 15:52:49150 'filepath': 'chrome/browser/',
[email protected]02c44522010-10-08 17:43:25151 },
[email protected]f76c8852012-06-21 16:37:00152 'browser_chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:49153 'filepath': 'chrome/browser/chromeos/',
[email protected]02c44522010-10-08 17:43:25154 },
[email protected]22650d22012-07-18 17:02:35155 'browser_components': {
[email protected]a7228f62012-09-20 17:52:48156 'filepath': 'chrome/browser/autofill/' \
157 '|chrome/browser/bookmarks/' \
[email protected]a7228f62012-09-20 17:52:48158 '|chrome/browser/favicon/' \
[email protected]ddf288e2013-01-09 20:58:27159 '|chrome/browser/history/' \
[email protected]fccf4882013-03-15 04:46:19160 '|chrome/browser/webdata/' \
[email protected]3947d4a82013-03-12 09:41:05161 '|components/autofill/'
[email protected]22650d22012-07-18 17:02:35162 },
[email protected]f76c8852012-06-21 16:37:00163 'browser_compositor': {
[email protected]f2f0fbb92012-07-14 15:52:49164 'filepath': 'ui/compositor/'
[email protected]fbd846b2010-11-19 01:32:18165 },
[email protected]f76c8852012-06-21 16:37:00166 'browser_resources': {
[email protected]f2f0fbb92012-07-14 15:52:49167 'filepath': 'chrome/browser/resources/',
[email protected]f76c8852012-06-21 16:37:00168 },
[email protected]0ce480532012-07-20 12:33:20169 'browsing_data': {
170 'filepath': 'chrome/browser/browsing_data/',
171 },
[email protected]f76c8852012-06-21 16:37:00172 'bubble': {
[email protected]f2f0fbb92012-07-14 15:52:49173 'filepath': 'ui/views/bubble/|'\
rouslan8d6a8372015-09-10 19:10:10174 'chrome/browser/ui/views/bubble/|'\
175 'components/bubble/',
[email protected]f76c8852012-06-21 16:37:00176 },
jkarlin539748402015-03-31 17:36:31177 'cache_storage': {
178 'filepath': 'cache_storage',
179 },
[email protected]10fbd5952013-08-22 07:42:39180 'cast': {
[email protected]31ef420b2014-08-13 21:19:13181 'filepath': 'media/cast/'\
182 '|chrome/browser/extensions/api/cast_streaming/'\
183 '|chrome/browser/media/cast'\
184 '|chrome/renderer/media/cast'\
185 '|chrome/test/data/extensions/api_test/cast_'\
186 '|content/public/renderer/media_stream_',
[email protected]10fbd5952013-08-22 07:42:39187 },
[email protected]651d9992014-04-09 17:18:41188 'chromecast': {
189 'filepath': 'chromecast/',
190 },
[email protected]c863702a2012-09-14 20:05:28191 'cc': {
192 'filepath': 'cc/|'\
[email protected]4934d362012-11-22 22:04:53193 'content/common/cc_messages'
[email protected]c863702a2012-09-14 20:05:28194 },
[email protected]c73ec8ab2014-01-16 20:35:23195 'chrome_elf': {
196 'filepath': 'chrome_elf',
197 },
[email protected]d5b21972012-07-20 02:06:01198 'chrome_views': {
199 'filepath': 'chrome/browser/ui/views',
200 },
[email protected]f7bf8ba2011-02-24 22:28:46201 'chromedriver': {
samuong53d5e612014-10-10 18:56:38202 'filepath': 'chrome/test/chromedriver|'\
203 'chrome/test/data/chromedriver|'\
204 'third_party/webdriver'
[email protected]f7bf8ba2011-02-24 22:28:46205 },
[email protected]f76c8852012-06-21 16:37:00206 'chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:49207 'filepath': 'chromeos/',
[email protected]531b1532011-08-11 03:52:01208 },
[email protected]eda0a0b2013-04-19 20:34:35209 'chromeos_attestation': {
210 'filepath': 'chromeos/attestation/|'\
[email protected]64494c3f2013-08-14 22:15:59211 'chrome/browser/chromeos/attestation/|'\
212 'chrome/browser/extensions/api/enterprise_platform_keys_private/',
[email protected]eda0a0b2013-04-19 20:34:35213 },
[email protected]7c59a152012-11-06 20:56:35214 'chromeos_calculator': {
215 'filepath': 'chrome/common/extensions/docs/examples/apps/calculator/',
216 },
hashimoto40ecb692014-09-02 04:51:31217 'chromeos_dbus': {
218 'filepath': 'chromeos/dbus/',
219 },
[email protected]f76c8852012-06-21 16:37:00220 'chromeos_login': {
[email protected]f2f0fbb92012-07-14 15:52:49221 'filepath': 'chrome/browser/chromeos/login/|'\
222 'chrome/browser/ui/webui/chromeos/login/|'\
dzhioevcc7c0492014-11-25 14:52:58223 'chrome/browser/resources/chromeos/login/|'\
224 'ui/login/',
[email protected]a791dac2011-04-07 23:22:57225 },
[email protected]d7d35f342012-10-22 20:32:47226 'chromeos_net': {
227 'filepath': 'chromeos/network/|'\
stevenjbdd133032015-08-07 18:37:47228 'chrome/browser/chromeos/net/|'\
229 'chrome/browser/extensions/api/networking_private/|'\
230 'extensions/browser/api/networking_private/|'\
231 'ui/chromeos/network/',
[email protected]d7d35f342012-10-22 20:32:47232 },
[email protected]2315ac0c2013-02-05 00:49:16233 'chromeos_power': {
[email protected]c3943ad2013-07-03 13:44:56234 'filepath': 'ash/system/chromeos/power/|'\
235 'chromeos/dbus/power_.*|'\
[email protected]2315ac0c2013-02-05 00:49:16236 'chrome/browser/chromeos/power/',
237 },
[email protected]f76c8852012-06-21 16:37:00238 'chromeos_webui': {
[email protected]f2f0fbb92012-07-14 15:52:49239 'filepath': 'chrome/browser/ui/webui/chromeos/|'\
240 'chrome/browser/resources/chromeos/',
[email protected]ba03af42012-03-08 01:37:12241 },
[email protected]cef7a6d2011-04-29 20:49:07242 'clang_update': {
243 'filepath': 'tools/clang/scripts/update.sh'
244 },
[email protected]f76c8852012-06-21 16:37:00245 'clipboard': {
246 'filepath': 'clipboard|dnd|drag|drop',
[email protected]2418b022011-05-19 21:06:02247 },
[email protected]0387ab32014-08-05 00:13:42248 'closure': {
[email protected]18fd7a532014-08-20 23:09:51249 'filepath': 'third_party/closure_(compiler|linter)/|'
250 'compiled_resources.gyp',
[email protected]0387ab32014-08-05 00:13:42251 },
sdefresned94c5b02015-07-22 17:54:55252 'components_deps': {
253 'filepath': 'components/([^/]*/)*DEPS',
254 },
[email protected]f76c8852012-06-21 16:37:00255 'content': {
[email protected]f2f0fbb92012-07-14 15:52:49256 'filepath': 'content/',
[email protected]f76c8852012-06-21 16:37:00257 },
scheib968e61052014-11-05 00:27:25258 'content_bluetooth': {
259 'filepath': 'content/.*bluetooth'
260 },
kinuko01cbe8a12015-10-20 09:59:06261 'content_loader': {
262 'filepath': 'content/browser/loader|'\
263 'content/child/*loader',
264 },
mkwst512627022014-09-16 09:23:27265 'content_renderer': {
266 'filepath': 'content/renderer/',
267 },
[email protected]aa3311a2012-11-19 16:04:58268 'content_shell': {
269 'filepath': 'content/shell/',
270 },
kinukoa121bce2015-01-30 10:04:41271 'content_worker': {
272 'filepath': 'content/.*worker',
273 },
[email protected]f76c8852012-06-21 16:37:00274 'cookie_monster': {
[email protected]f2f0fbb92012-07-14 15:52:49275 'filepath': 'net/cookies/|'\
[email protected]8492b5b2012-12-17 21:58:08276 'chrome/browser/net/sqlite_persistent_cookie_store',
[email protected]f76c8852012-06-21 16:37:00277 },
vabr8380eb32014-11-17 11:50:27278 'custom_handlers': {
279 'filepath': 'chrome/browser/custom_handlers/|'\
280 'chrome/common/custom_handlers/',
281 },
ianwencdb8c9e2015-06-18 22:10:15282 'custom_tabs': {
Newton Allen38c62212015-06-24 21:41:53283 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/customtabs/|'\
ianwencdb8c9e2015-06-18 22:10:15284 'chrome/android/javatests/src/org/chromium/chrome/browser/customtabs/',
alancuttercbad6512015-06-19 02:31:28285 },
[email protected]5e105332012-09-13 01:55:52286 'deep_memory_profiler': {
287 'filepath': 'tools/(deep_memory_profiler|find_runtime_symbols)',
288 },
Bartosz Fabianowski85a823812015-04-16 10:27:51289 'device_bluetooth': {
290 'filepath': 'device/.*bluetooth'
291 },
[email protected]29ad47c2014-04-23 09:12:48292 'device_sensors': {
293 'filepath': 'content/browser/device_sensors/|'\
294 'content/common/device_sensors/|'\
295 'content/public/android/java/src/org/chromium/content/browser/DeviceSensors.java|'\
296 'content/public/android/javatests/src/org/chromium/content/browser/DeviceSensorsTest.java|'\
297 'content/renderer/device_sensors/',
[email protected]8c667232013-11-12 19:49:14298 },
scheibabdd7d32015-02-11 22:13:08299 'developer_recommended_flags': {
300 'filepath': 'developer_recommended_flags.gypi',
301 },
[email protected]342b12872012-11-07 12:10:46302 'devtools': {
303 'filepath': 'devtools',
304 },
[email protected]bab2a832012-07-11 23:29:41305 'disk_cache': {
306 'filepath': 'net/disk_cache/|http_cache',
307 },
[email protected]f76c8852012-06-21 16:37:00308 'dns': {
[email protected]f2f0fbb92012-07-14 15:52:49309 'filepath': 'net/base/host_resolver|' \
[email protected]8492b5b2012-12-17 21:58:08310 'net/base/host_cache|' \
311 'net/dns/'
[email protected]f76c8852012-06-21 16:37:00312 },
[email protected]f76c8852012-06-21 16:37:00313 'download': {
[email protected]f2f0fbb92012-07-14 15:52:49314 'filepath': 'chrome/browser/download/|'\
[email protected]8492b5b2012-12-17 21:58:08315 'content/browser/download/',
[email protected]6bff0ad2011-06-17 01:32:51316 },
[email protected]ca872e362011-07-12 21:06:03317 'downloads_ui': {
[email protected]8492b5b2012-12-17 21:58:08318 'filepath': 'chrome/browser/resources/downloads/|' \
319 'chrome/browser/ui/webui/.*downloads|' \
320 'chrome/browser/ui/views/download/|' \
asanka2009f412015-10-05 17:28:12321 'chrome/browser/ui/cocoa/download/'
[email protected]ca872e362011-07-12 21:06:03322 },
[email protected]f6df20a2012-10-23 21:22:07323 'drive': {
[email protected]8492b5b2012-12-17 21:58:08324 'filepath': 'chrome/browser/chromeos/drive/|' \
325 'chrome/browser/google_apis/'
[email protected]f6df20a2012-10-23 21:22:07326 },
[email protected]89d2cd52013-04-16 01:55:36327 'drive_resource_metadata': {
[email protected]2c948e12013-10-17 03:08:33328 'filepath': 'chrome/browser/chromeos/drive/resource_metadata'
[email protected]89d2cd52013-04-16 01:55:36329 },
[email protected]3a25c8a2014-06-26 06:47:10330 'eme': {
331 'filepath': 'components/cdm/|' \
332 'content/browser/media/cdm/|' \
333 'content/renderer/media/crypto/|' \
334 'media/base/android/*drm*|' \
335 'media/cdm/|' \
336 'third_party/widevine/cdm/'
337 },
noyauc7f9ea392014-11-26 11:24:48338 'enhanced_bookmarks': {
339 'filepath': 'chrome/browser/enhanced_bookmarks/' \
340 '|components/enhanced_bookmarks/'
341 },
ianwencdb8c9e2015-06-18 22:10:15342 'enhanced_bookmarks_android': {
Newton Allen38c62212015-06-24 21:41:53343 'filepath': 'chrome/android/java/src/org/chromium/'\
ianwencdb8c9e2015-06-18 22:10:15344 'chrome/browser/enhancedbookmarks/|'\
345 'chrome/android/java/res/layout/eb*.xml'
346 },
[email protected]247dcfb92014-04-23 18:25:59347 'events': {
348 'filepath': 'ui/events/',
349 },
[email protected]f76c8852012-06-21 16:37:00350 'extension': {
351 'filepath': 'extension',
[email protected]161277d42011-06-24 20:48:45352 },
[email protected]f76c8852012-06-21 16:37:00353 'fileapi': {
[email protected]8492b5b2012-12-17 21:58:08354 'filepath': 'file_system/|' \
355 'fileapi/'
[email protected]80919512011-08-03 08:51:04356 },
[email protected]f76c8852012-06-21 16:37:00357 'filebrowse': {
[email protected]8492b5b2012-12-17 21:58:08358 'filepath': 'file_browser|' \
359 'file_manager|' \
360 'filebrowse'
[email protected]4b07b62cc2011-10-03 17:52:39361 },
[email protected]4ed766c2013-09-19 09:45:20362 'filesapp': {
[email protected]4ff3d9f2014-04-24 05:25:20363 'filepath': 'ui/file_manager'
[email protected]4ed766c2013-09-19 09:45:20364 },
[email protected]f76c8852012-06-21 16:37:00365 'ftp': {
366 'filepath': 'ftp',
[email protected]ffeb189d2011-10-05 18:49:39367 },
[email protected]3a2a6ac02014-06-20 07:07:12368 'gcm': {
369 'filepath': 'chrome/browser/services/gcm/|'\
370 'components/gcm_driver/|'\
371 'google_apis/gcm/',
372 },
peterc9e3e172015-11-02 09:29:16373 'gcm_crypto': {
374 'filepath': 'components/gcm_driver/crypto/',
375 },
[email protected]d8036492013-08-09 16:02:23376 'geolocation': {
377 'filepath': 'chrome/browser/geolocation/|'\
378 'content/browser/geolocation|'\
379 'content/public/common/geoposition.*|'\
380 'content/public/browser/geolocation.*|'\
381 'content/renderer/geolocation.*|'\
382 'content/shell/geolocation/',
383 },
[email protected]f93b7382012-08-09 20:53:16384 'gfx_image': {
385 'filepath': 'ui/gfx/image/',
386 },
[email protected]cf428f732012-10-02 20:48:15387 'gfx_geometry': {
danakj570c1332015-01-06 16:59:36388 'filepath': 'ui/gfx/geometry/',
[email protected]cf428f732012-10-02 20:48:15389 },
[email protected]4d1773e2014-04-05 07:59:57390 'gn': {
391 'filepath': 'tools/gn',
392 },
[email protected]f76c8852012-06-21 16:37:00393 'gpu': {
[email protected]f2f0fbb92012-07-14 15:52:49394 'filepath': 'gpu/',
[email protected]f76c8852012-06-21 16:37:00395 },
[email protected]f76c8852012-06-21 16:37:00396 'history_ui': {
[email protected]f2f0fbb92012-07-14 15:52:49397 'filepath': 'chrome/browser/resources/history',
[email protected]f76c8852012-06-21 16:37:00398 },
[email protected]18d7e402014-07-08 19:53:14399 'hotword': {
400 'filepath': 'chrome/browser/extensions/api/hotword_private/'\
401 '|chrome/browser/resources/hotword_helper/'\
[email protected]535980d42014-08-12 14:31:28402 '|chrome/browser/resources/hotword/'\
[email protected]18d7e402014-07-08 19:53:14403 '|chrome/browser/search/hotword*'\
404 '|chrome/test/data/extensions/api_test/hotword_private/',
405 },
[email protected]f76c8852012-06-21 16:37:00406 'i18n': {
[email protected]f2f0fbb92012-07-14 15:52:49407 'filepath': 'base/i18n/|base/string|l10n|icu|'\
408 'locale_settings|encoding',
[email protected]f76c8852012-06-21 16:37:00409 },
[email protected]f76c8852012-06-21 16:37:00410 'importer': {
[email protected]f2f0fbb92012-07-14 15:52:49411 'filepath': 'import',
[email protected]f76c8852012-06-21 16:37:00412 },
[email protected]c26161352013-11-12 19:50:01413 'indexed_db': {
414 'filepath': 'content/browser/indexed_db|'\
415 'content/child/indexed_db|'\
416 'content/common/indexed_db|'\
417 'content/public/browser/indexed_db|'\
418 'content/test/data/indexeddb',
419 },
[email protected]f76c8852012-06-21 16:37:00420 'installer': {
[email protected]f2f0fbb92012-07-14 15:52:49421 'filepath': 'chrome/installer/',
[email protected]f76c8852012-06-21 16:37:00422 },
mmoss19826c62014-11-14 21:37:36423 'installer_linux': {
424 'filepath': 'chrome/installer/linux/',
425 },
[email protected]56b4b09d32012-07-27 18:28:41426 'instant': {
[email protected]607903d2013-03-25 22:15:47427 'filepath': 'instant|searchbox|'\
428 'chrome/browser/search/|'\
[email protected]c29b7dae2013-03-25 22:29:13429 'chrome/browser/ui/search/|'\
[email protected]eb99f8e2013-07-10 10:17:39430 'chrome/browser/resources/local_ntp/|'\
[email protected]607903d2013-03-25 22:15:47431 'chrome/common/search_types.*',
[email protected]56b4b09d32012-07-27 18:28:41432 },
sdefresne18b47312015-06-18 15:15:09433 'ios_chrome': {
434 'filepath': 'ios/chrome',
435 },
[email protected]f76c8852012-06-21 16:37:00436 'ipc': {
[email protected]f2f0fbb92012-07-14 15:52:49437 'filepath': 'ipc/ipc',
[email protected]f76c8852012-06-21 16:37:00438 },
mkwstb0d1b1d2014-09-30 11:45:36439 'ipc_messages': {
440 'filepath': '_message.*.h|'\
441 '_messages.cc',
442 },
[email protected]a3f777d2014-01-07 23:38:26443 'libwebp': {
444 'filepath': 'third_party/libwebp'
445 },
johannkoenig52381382015-09-18 22:35:25446 'libvpx': {
447 'filepath': 'third_party/libvpx_new'
448 },
[email protected]04a292a2013-03-07 19:58:42449 'linux_fonts': {
450 'filepath': 'ui/gfx/font_render_params_.*|'\
deratcd2d6fb2015-02-12 00:10:41451 'ui/gfx/platform_font_linux.*|'\
452 'ui/gfx/render_text_harfbuzz.*',
[email protected]04a292a2013-03-07 19:58:42453 },
454 'linux_sandboxing': {
[email protected]f2f0fbb92012-07-14 15:52:49455 'filepath': 'sandbox/linux/',
[email protected]f76c8852012-06-21 16:37:00456 },
[email protected]04a292a2013-03-07 19:58:42457 'linux_seccomp_bpf': {
[email protected]d6a23612012-11-13 20:11:54458 'filepath': 'content/common/sandbox.*linux.cc',
[email protected]f76c8852012-06-21 16:37:00459 },
yzshen481e18d2015-05-08 16:29:17460 'mandoline': {
461 'filepath': 'mandoline',
462 },
mlamourid8b0feb2015-06-02 16:30:47463 'manifest': {
464 'filepath': 'content/(browser|renderer)/manifest/'\
465 '|content/public/common/manifest*',
466 },
michaelpg32ca07902015-02-07 00:31:11467 'md_settings': {
orenb42e83d22015-03-07 02:05:15468 'filepath': 'ui/webui/resources/cr_element'\
michaelpg9bc66292015-09-04 22:35:19469 '|chrome/browser/resources/settings/'\
470 '|chrome/browser/ui/webui/settings/',
michaelpg32ca07902015-02-07 00:31:11471 },
[email protected]f76c8852012-06-21 16:37:00472 'media': {
[email protected]f2f0fbb92012-07-14 15:52:49473 'filepath': 'media/|third_party/(ffmpeg|openmax)/|webmediaplayer|'\
[email protected]034548d2012-07-31 20:34:00474 'audio_message_filter|video_layer|media_internals',
[email protected]f76c8852012-06-21 16:37:00475 },
[email protected]06dd23172013-06-24 21:04:51476 'media_galleries': {
477 'filepath': 'chrome/browser/extensions/api/media_galleries/'\
[email protected]06dd23172013-06-24 21:04:51478 '|chrome/browser/media_galleries/'\
479 '|chrome/browser/storage_monitor/'\
480 '|chrome/common/media_galleries/'\
481 '|chrome/test/data/extensions/api_test/media_galleries/'\
482 '|chrome/utility/itunes*'\
483 '|chrome/utility/picasa*',
484 },
kmarshallb698ad4f2015-02-24 19:42:48485 'media_router': {
486 'filepath': 'chrome/browser/media/router/*' \
487 '|chrome/app/theme/*/common/media_router*' \
488 '|chrome/browser/resources/media_router/' \
489 '|chrome/browser/ui/webui/media_router/' \
490 '|chrome/test/media_router/',
491 },
[email protected]f76c8852012-06-21 16:37:00492 'message_loop': {
[email protected]f2f0fbb92012-07-14 15:52:49493 'filepath': 'base/message_'
[email protected]f76c8852012-06-21 16:37:00494 },
495 'metrics': {
[email protected]f2f0fbb92012-07-14 15:52:49496 'filepath': 'base/metrics/'\
497 '|chrome/browser/metrics/'\
498 '|chrome/common/metrics/'\
[email protected]f2f0fbb92012-07-14 15:52:49499 '|chrome/browser/chromeos/external_metrics'\
[email protected]b0d594d2014-02-21 03:22:12500 '|chrome/browser/extensions/api/metrics_private/'\
[email protected]f2f0fbb92012-07-14 15:52:49501 '|chrome/browser/ui/webui/metrics_handler'\
[email protected]f76c8852012-06-21 16:37:00502 '|content/browser/user_metrics.cc'\
asvitkinee4bad382015-11-05 21:56:45503 '|components/metrics/'\
[email protected]ce6b855a2014-03-12 19:51:39504 '|components/rappor/'\
asvitkinee4bad382015-11-05 21:56:45505 '|components/variations/'\
[email protected]f76c8852012-06-21 16:37:00506 '|content/public/browser/user_metrics.h'\
[email protected]b0d594d2014-02-21 03:22:12507 # Exclude XML files; in particular, histograms.xml.
508 '|tools/metrics/[^.]*([.](?!xml$).*)?$',
509 },
510 'metrics_xml_files': {
511 # Subscribe to this to watch for changes to histograms.xml.
toyoshim8f51f902015-03-27 03:50:21512 'filepath': 'tools/metrics/.*\.xml$',
513 },
514 'midi': {
515 'filepath': 'midi',
[email protected]f76c8852012-06-21 16:37:00516 },
[email protected]341f218a2013-09-24 22:16:10517 'mojo': {
518 'filepath': 'mojo',
519 },
[email protected]f76c8852012-06-21 16:37:00520 'mouse_lock': {
521 'filepath': 'mouse_lock',
522 },
rjkroegef60dea862015-10-29 17:50:06523 'mus': {
524 'filepath': 'components/mus/'\
525 '|mojo/gles2/'\
526 '|mojo/gpu/',
527 },
[email protected]f76c8852012-06-21 16:37:00528 'nacl': {
[email protected]f2f0fbb92012-07-14 15:52:49529 'filepath': 'chrome/nacl/|chrome/test/nacl/|'\
[email protected]193912d2013-09-06 17:41:56530 'chrome/browser/nacl_host/|chrome/common/nacl|'\
531 'native_client_sdk/src/doc/',
[email protected]f76c8852012-06-21 16:37:00532 },
[email protected]99ddc3d2013-01-22 16:15:33533 'native_client_sdk': {
534 'filepath': '^native_client_sdk/',
535 },
[email protected]b9ecdb62014-03-07 14:56:43536 'navigation': {
537 'filepath': 'content/browser/frame_host|'\
538 'content/browser/renderer_host/render_process_host.*|'\
539 'content/browser/renderer_host/render_view_host.*|'\
540 'content/browser/web_contents/web_contents_impl.*|'\
541 'content/renderer/render_frame.*|'\
542 'content/renderer/render_view.*'
543 },
[email protected]f76c8852012-06-21 16:37:00544 'net': {
[email protected]f2f0fbb92012-07-14 15:52:49545 'filepath': 'net/',
[email protected]f76c8852012-06-21 16:37:00546 },
547 'net_error_list': {
548 'filepath': 'net/base/net_error_list.h',
549 },
550 'net_log': {
[email protected]f2f0fbb92012-07-14 15:52:49551 'filepath': 'net/base/net_log|' \
552 'chrome/browser/net/.*net_log|' \
553 'chrome/browser/net/passive_log_collector|' \
554 'chrome/browser/resources/net_internals/|' \
555 'chrome/browser/ui/webui/net_internals/'
[email protected]f76c8852012-06-21 16:37:00556 },
jkarlin539748402015-03-31 17:36:31557 'netinfo': {
558 'filepath': 'netinfo',
559 },
rdsmith2fcbee82015-07-22 00:20:13560 'network_quality': {
561 'filepath': 'net/base/network_quality*',
562 },
peterf4758412014-09-17 15:06:01563 'notifications': {
564 'filepath': 'chrome/browser/extensions/api/notifications/|' \
565 'chrome/browser/notifications/|' \
peter8ab156b2015-03-29 15:44:12566 'chrome/test/data/notifications/|' \
567 'content/browser/notifications/|' \
568 'content/child/notifications/|' \
569 'content/common/platform_notification|' \
570 'content/public/browser/platform_notification|' \
571 'content/public/common/platform_notification|' \
572 'content/renderer/notification_|' \
peterf4758412014-09-17 15:06:01573 'ui/message_center/'
574 },
[email protected]f76c8852012-06-21 16:37:00575 'npapi_headers': {
[email protected]f2f0fbb92012-07-14 15:52:49576 'filepath': 'third_party/npapi/bindings/',
[email protected]f76c8852012-06-21 16:37:00577 },
578 'ntp': {
[email protected]f2f0fbb92012-07-14 15:52:49579 'filepath': 'chrome/browser/resources/ntp4/|'\
[email protected]b7ecd5f52013-02-14 21:04:16580 'chrome/browser/resources/ntp_android/|'\
[email protected]f2f0fbb92012-07-14 15:52:49581 'chrome/browser/ui/webui/ntp/',
[email protected]f76c8852012-06-21 16:37:00582 },
583 'omnibox': {
[email protected]f2f0fbb92012-07-14 15:52:49584 'filepath': 'chrome/browser/autocomplete/'\
585 '|chrome/browser/ui/.*/omnibox/'
[email protected]f76c8852012-06-21 16:37:00586 },
[email protected]437c44b2012-11-08 01:35:52587 'options': {
588 'filepath': 'chrome/browser/resources/options/|'\
589 'chrome/browser/ui/webui/options/',
590 },
[email protected]2fc9a7b62014-04-16 17:10:12591 'overview_mode': {
592 'filepath': 'ash/wm/overview/',
593 },
[email protected]4a2078e2013-07-18 20:40:20594 'ozone': {
[email protected]f93c2c92013-10-31 18:22:44595 'filepath': 'ui/ozone/|'\
[email protected]4b66bf922013-10-28 19:49:43596 'ui/events/ozone/|'\
597 'ui/gfx/ozone/|'\
[email protected]4a2078e2013-07-18 20:40:20598 'ui/gl/gl_.*egl.*|'\
599 'ui/gl/gl_.*ozone.*'
600 },
csharrison3b1dc4062015-10-19 14:31:08601 'page_load_metrics' : {
602 'filepath': 'components/page_load_metrics/'
603 },
[email protected]f76c8852012-06-21 16:37:00604 'panels': {
[email protected]7cbe5a52012-09-27 02:00:29605 'filepath': 'chrome/browser/ui/panels'\
606 '|chrome/browser/ui/cocoa/panels'\
[email protected]7cbe5a52012-09-27 02:00:29607 '|chrome/browser/ui/views/panels'
[email protected]f76c8852012-06-21 16:37:00608 },
[email protected]3cc8b3922014-05-05 13:12:08609 'password_manager': {
610 'filepath': 'chrome/.*/password_'\
611 '|chrome/browser/ui/passwords'\
612 '|chrome/browser/ui/views/passwords'\
613 '|chrome/test/data/password'\
614 '|components/autofill.*password'
615 '|components/password_'\
616 },
[email protected]f76c8852012-06-21 16:37:00617 'pepper_api': {
[email protected]b8491b02013-11-13 03:50:58618 'filepath': 'ppapi/api'\
619 '|ppapi/c',
[email protected]f76c8852012-06-21 16:37:00620 },
mlamourid8b0feb2015-06-02 16:30:47621 'permissions': {
622 'filepath': 'content/(child,browser)/permissions/'\
623 '|content/common/permission_*'\
624 '|content/public/(common,browser)/permission_*'\
625 '|chrome/browser/permissions/'\
626 '|chrome/browser/content_settings/permission*'\
627 '|permission_context',
628 },
[email protected]f76c8852012-06-21 16:37:00629 'plugin': {
[email protected]f2f0fbb92012-07-14 15:52:49630 'filepath': 'chrome/browser/plugin|chrome/plugin/|'\
Thiago Farinae067154bb2015-05-07 15:37:59631 'chrome/common/plugin',
[email protected]f76c8852012-06-21 16:37:00632 },
tnagelad92622a92015-10-20 10:26:30633 'policy_definitions': {
634 'filepath': 'components/policy/resources/policy_templates.json',
635 },
michaelpg11fff3f2015-02-06 03:35:34636 'polymer': {
637 'filepath': 'third_party/polymer/|'\
638 'ui/webui/resources/polymer_resources.grdp',
639 },
twifkak0c69c1f2015-06-22 18:20:09640 'precache': {
641 'filepath': '[pP]recache'
642 },
[email protected]ef6cc442012-10-30 03:24:17643 'predictors': {
644 'filepath': 'predictors',
645 },
[email protected]be775bc2014-06-30 15:41:14646 'prepopulated_engines': {
647 'filepath': 'components/search_engines/prepopulated_engines.json',
648 },
[email protected]f76c8852012-06-21 16:37:00649 'prerender': {
[email protected]78375a52012-07-14 14:47:57650 'filepath': 'prerender'
[email protected]f76c8852012-06-21 16:37:00651 },
peter884896c72015-03-12 14:26:20652 'push_messaging': {
653 'filepath': 'push_messaging'
654 },
[email protected]f76c8852012-06-21 16:37:00655 'pyauto': {
656 'filepath': 'chrome/test/pyautolib' \
657 '|chrome/test/functional' \
658 '|chrome/browser/automation/automation_provider_json'
659 },
660 'remoting': {
anandce1c55372015-03-04 01:23:10661 'filepath': 'remoting/' \
662 '|testing/chromoting'
[email protected]f76c8852012-06-21 16:37:00663 },
gab57e80c72014-12-08 21:06:13664 'rlz_id': {
665 'filepath' :'rlz/lib/machine_id.cc|'\
666 'rlz/lib/machine_id.h|'\
667 'rlz/win/lib/machine_id_win.cc',
668 },
grt829c6a82014-10-20 09:29:32669 'safe_browsing': {
670 'filepath': 'chrome/(browser|common|renderer)/safe_browsing/',
671 },
rickyz0a819bfc2015-02-04 23:57:22672 'sandbox': {
673 'filepath': 'sandbox/'\
674 '|content/browser/bootstrap_sandbox_mac'\
675 '|content/browser/renderer_host/render_sandbox_host_linux'\
676 '|content/browser/renderer_host/sandbox_ipc_linux'\
677 '|content/browser/zygote_host/'\
678 '|content/common/sandbox_'\
679 '|content/zygote/'\
680 },
skyostil20dea312014-11-11 13:43:06681 'scheduler': {
rmcilroyfa5ac552015-04-09 12:33:17682 'filepath': 'cc/scheduler'\
jochen83c639f02015-04-22 17:07:37683 '|components/scheduler'\
rmcilroyfa5ac552015-04-09 12:33:17684 '|content/renderer/scheduler'
skyostil20dea312014-11-11 13:43:06685 },
mlamourid8b0feb2015-06-02 16:30:47686 'screen_orientation': {
687 'filepath': 'screen_orientation',
688 },
[email protected]21cd39b2012-06-28 01:48:40689 'search': {
[email protected]f2f0fbb92012-07-14 15:52:49690 'filepath': 'chrome/browser/ui/search/',
[email protected]21cd39b2012-06-28 01:48:40691 },
[email protected]0b431722014-01-08 07:21:51692 'service_worker': {
[email protected]edaf31d2014-03-07 00:09:17693 'filepath': 'content/(browser|renderer|child|common)/service_worker/',
[email protected]0b431722014-01-08 07:21:51694 },
[email protected]f76c8852012-06-21 16:37:00695 'site_instance': {
[email protected]f2f0fbb92012-07-14 15:52:49696 'filepath': 'content/browser/site_instance|'\
697 'content/browser/browsing_instance',
[email protected]f76c8852012-06-21 16:37:00698 },
699 'speech': {
[email protected]f2f0fbb92012-07-14 15:52:49700 'filepath': 'chrome/browser/speech/'\
701 '|content/browser/speech/'\
702 '|content/common/.*speech'\
703 '|content/public/.*speech'
[email protected]f76c8852012-06-21 16:37:00704 },
[email protected]ad0295d2012-10-11 23:43:36705 'spellcheck': {
706 'filepath': 'chrome/browser/spellchecker/'\
707 '|chrome/browser/tab_contents/spellchecker'\
708 '|chrome/browser/tab_contents/spelling_menu'\
709 '|chrome/common/spellcheck_'\
710 '|chrome/renderer/spellchecker/'\
[email protected]97e677a62013-01-11 19:18:35711 '|third_party/hunspell/'\
712 '|third_party/hunspell_dictionaries/'\
[email protected]ad0295d2012-10-11 23:43:36713 },
[email protected]67f39af2013-08-23 20:06:05714 'streams': {
715 'filepath': 'content/browser/streams/',
716 },
[email protected]43d33e92014-07-14 16:39:31717 'supervised_users': {
718 'filepath': 'chrome/browser/.*managed_mode'\
719 '|chrome/browser/.*managed_user'\
720 '|chrome/browser/.*supervised_user',
721 },
[email protected]f76c8852012-06-21 16:37:00722 'sync': {
[email protected]3a2a6ac02014-06-20 07:07:12723 'filepath': 'chrome/browser/sync/|sync/|components/sync_driver/',
[email protected]f76c8852012-06-21 16:37:00724 },
[email protected]92871a102013-07-01 11:11:41725 'syncfs': {
726 'filepath': 'sync_file_system',
727 },
[email protected]4529a792013-06-18 19:18:49728 'sync_proto': {
729 'filepath': 'sync/protocol/',
730 },
[email protected]82d74152013-07-28 08:55:31731 'tab_capture': {
[email protected]31ef420b2014-08-13 21:19:13732 'filepath': 'cc/output/copy_output_request'\
733 '|chrome/browser/extensions/api/tab_capture/'\
734 '|chrome/test/data/extensions/api_test/tab_capture/'\
735 '|content/browser/compositor/delegated_frame_host'\
736 '|content/browser/media/capture/'\
737 '|content/browser/renderer_host/compositing_iosurface'\
738 '|content/browser/renderer_host/media/(audio_'\
739 '|media_stream_manager|video_)'\
740 '|media/audio/(audio_output_controller|fake_audio_|virtual_audio_)'\
741 '|media/base/video_frame\.h'\
742 '|media/video/capture/video_capture_',
[email protected]82d74152013-07-28 08:55:31743 },
[email protected]f76c8852012-06-21 16:37:00744 'tab_contents': {
[email protected]f2f0fbb92012-07-14 15:52:49745 'filepath': 'chrome/browser/tab_contents/|'\
746 'content/browser/tab_contents/|'\
747 'chrome/browser/ui/tab_contents/',
[email protected]f76c8852012-06-21 16:37:00748 },
[email protected]31ef420b2014-08-13 21:19:13749 'tab_media_indicators': {
750 'filepath': 'chrome/browser/media/audio_stream_monitor'\
751 '|chrome/browser/ui/cocoa/tabs/tab_controller\.mm'\
752 '|chrome/browser/ui/tabs/tab_utils'\
753 '|chrome/browser/ui/views/tabs/tab\.cc'\
754 '|chrome/browser/ui/views/tabs/tab_renderer_data'\
755 '|media/audio/audio_(output_controller|power_monitor)',
756 },
[email protected]f76c8852012-06-21 16:37:00757 'task_manager': {
758 'filepath': 'task_manager'
759 },
[email protected]5e105332012-09-13 01:55:52760 'tcmalloc': {
761 'filepath': 'third_party/tcmalloc'
762 },
[email protected]31a10602012-11-21 01:51:26763 'telemetry': {
[email protected]5fef30a2014-03-12 20:09:19764 'filepath': 'tools/perf/|'\
765 'tools/telemetry/'
[email protected]31a10602012-11-21 01:51:26766 },
[email protected]f76c8852012-06-21 16:37:00767 'tests': {
[email protected]f2f0fbb92012-07-14 15:52:49768 'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/',
[email protected]0cde05a02011-11-30 23:36:52769 },
[email protected]1cbbb30b2011-10-14 08:03:56770 'textinput': {
[email protected]f2f0fbb92012-07-14 15:52:49771 'filepath': 'content/browser/renderer_host/gtk_im'\
772 '|content/browser/renderer_host/gtk_key'\
773 '|content/browser/renderer_host/render_widget_host_view'\
774 '|content/browser/renderer_host/text_input'\
775 '|ui/base/ime/'\
776 '|ui/base/gtk/event'\
777 '|ui/base/gtk/gtk_im'\
778 '|ui/base/keycodes/'\
779 '|ui/base/win/ime'\
780 '|ui/views/controls/textfield/'\
781 '|ui/views/ime/'
[email protected]1cbbb30b2011-10-14 08:03:56782 },
[email protected]3a117c62011-11-29 04:28:02783 'textinput_chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:49784 'filepath': 'chrome/browser/chromeos/input_method/'\
785 '|chrome/browser/chromeos/extensions/input_method'\
786 '|chrome/browser/chromeos/status/input_method'\
787 '|chrome/browser/extensions/extension_input_'\
788 '|chrome/browser/resources/keyboard'\
789 '|chrome/browser/resources/options/language'\
[email protected]ef03eae2011-11-30 08:43:43790 '|chrome/browser/ui/webui/options/'\
[email protected]f2f0fbb92012-07-14 15:52:49791 'chromeos/.*(language|keyboard)'\
[email protected]6bd9e802013-04-18 06:40:42792 '|chrome/browser/ui/webui/options/language'\
793 '|chromeos/ime/*'
[email protected]3a117c62011-11-29 04:28:02794 },
chirantan96fcf6d2015-01-21 22:36:19795 'timers': {
796 'filepath': 'base/timer/'\
797 '|components/timers/'
798 },
[email protected]f76c8852012-06-21 16:37:00799 'tools': {
[email protected]f2f0fbb92012-07-14 15:52:49800 'filepath': 'tools/',
[email protected]6bea7b42011-10-19 19:47:09801 },
[email protected]f76c8852012-06-21 16:37:00802 'tools_emacs': {
[email protected]f2f0fbb92012-07-14 15:52:49803 'filepath': 'tools/emacs/',
[email protected]65676d32012-04-18 14:41:05804 },
[email protected]c8eb7f72013-07-04 15:30:11805 'tracing': {
806 'filepath': 'base/debug/trace_event.*'\
primianobef13b42015-01-30 15:29:31807 '|base/trace_event/'\
[email protected]c8eb7f72013-07-04 15:30:11808 '|content/browser/tracing/'\
809 '|components/tracing/'
810 },
[email protected]cf428f732012-10-02 20:48:15811 'ui_compositor': {
812 'filepath': 'ui/compositor/layer\.|'\
813 'ui/compositor/layer_unittest|'\
814 'ui/compositor/compositor',
815 },
[email protected]6b5093c2012-05-23 19:10:18816 'ui_resources': {
[email protected]f2f0fbb92012-07-14 15:52:49817 'filepath': 'ui/resources/'\
818 '|ui/base/native_theme/resources/'\
819 '|chrome/app/theme/'
[email protected]6b5093c2012-05-23 19:10:18820 },
[email protected]f76c8852012-06-21 16:37:00821 'valgrind': {
822 'filepath': 'valgrind',
823 },
[email protected]c73ec8ab2014-01-16 20:35:23824 'version_assembly': {
825 'filepath': 'chrome/app/version_assembly',
826 },
[email protected]f76c8852012-06-21 16:37:00827 'views': {
828 # Applies to all files and subdirs within this directory.
[email protected]f2f0fbb92012-07-14 15:52:49829 'filepath': '^ui/views/',
[email protected]f76c8852012-06-21 16:37:00830 },
831 'views_core': {
832 'filepath': 'ui/views/view.h|'\
833 'ui/views/view.cc|'\
[email protected]f2f0fbb92012-07-14 15:52:49834 'ui/views/widget/',
[email protected]f76c8852012-06-21 16:37:00835 },
[email protected]f47d871a2013-10-11 22:14:15836 'views_corewm': {
837 'filepath': 'ui/views/corewm/',
[email protected]3fc918142013-10-12 01:42:17838 },
[email protected]ef514a32014-02-26 01:02:35839 'virtual_keyboard': {
840 'filepath': 'ui/keyboard/'\
841 'chrome/test/data/chromeos/virtual_keyboard/'\
842 'chrome/common/extensions/api/virtual_keyboard',
843 },
[email protected]b887a262013-09-18 22:43:56844 'webrtc_media': {
845 'filepath': 'chrome/browser/media/|'\
846 'content/browser/renderer_host/media/|'\
[email protected]70098052014-07-01 08:58:10847 'content/common/gpu/media/|'\
[email protected]b887a262013-09-18 22:43:56848 'content/renderer/media/|'\
mcasasfec6c752014-11-11 13:25:58849 'media/base/android/|'\
mcasasa5584a02015-09-11 21:15:28850 'media/capture/|'\
mcasas53024942014-11-11 12:59:28851 'video.*_accelerat',
[email protected]b887a262013-09-18 22:43:56852 },
phoglundfad6cac2015-06-02 09:21:26853 'webrtc_browser_tests': {
854 'filepath': 'chrome/browser/media/.*webrtc.*browsertest|'\
855 'content/browser/media/.*webrtc.*browsertest',
856 },
[email protected]208879542012-07-05 11:15:34857 'website_settings': {
[email protected]f2f0fbb92012-07-14 15:52:49858 'filepath': 'chrome/browser/content_settings/'\
859 '|chrome/browser/ui/views/website_settings/'\
860 '|chrome/browser/ui/website_settings/'\
mukai077089f2014-09-11 18:41:52861 '|chrome/common/content_settings'\
862 '|components/content_settings/',
[email protected]208879542012-07-05 11:15:34863 },
[email protected]b17d9e02014-07-29 09:45:50864 'windows_sandboxing': {
865 'filepath': 'sandbox/win/',
866 },
[email protected]f76c8852012-06-21 16:37:00867 'x11': {
[email protected]f2f0fbb92012-07-14 15:52:49868 'filepath': 'content/browser/renderer_host/backing_store_x\.' \
869 '|chrome/browser/chromeos/input_method/xkeyboard\.' \
870 '|chrome/browser/chromeos/system_key_event_listener\.' \
[email protected]f76c8852012-06-21 16:37:00871 '|chrome/browser/chromeos/'\
[email protected]f2f0fbb92012-07-14 15:52:49872 'xinput_hierarchy_changed_event_listener\.' \
873 '|chrome/browser/chromeos/wm_' \
874 '|ui/base/x/'
[email protected]0d710852012-05-24 01:18:40875 },
wjmaclean3ff6a402015-03-31 19:00:20876 'zoom': {
877 'filepath': 'chrome/browser/ui/zoom/' \
878 '|components/ui/zoom/' \
879 '|content/browser/host_zoom_*' \
880 '|content/browser/storage_partition_impl*' \
881 '|content/public/browser/host_zoom_map.h' \
882 '|content/public/browser/storage_partition.h'
883 },
timlohd035d572015-09-25 15:28:02884
885 'blink': {
886 'filepath': 'third_party/WebKit/',
887 },
888 'blink_accessibility': {
889 'filepath': 'third_party/WebKit/.*(accessibility|AXObjectCache|WebAX)'
890 },
891 'blink_animation': {
892 'filepath': 'third_party/WebKit/.*([Aa]nimat|[Tt]ransition)',
893 },
894 'blink_app_banner': {
895 'filepath': 'third_party/WebKit/Source/modules/app_banner' \
896 '|third_party/WebKit/public/platform/modules/app_banner',
897 },
898 'blink_audio': {
899 'filepath': 'third_party/WebKit/Source/platform/audio' \
900 '|third_party/WebKit/Source/modules/webaudio',
901 },
902 'blink_battery_status': {
903 'filepath': 'third_party/WebKit/Source/modules/battery/' \
904 '|third_party/WebKit/LayoutTests/battery-status/' \
905 '|third_party/WebKit/Source/core/frame/PlatformEvent(Controller|Dispatcher)'
906 },
907 'blink_bidi': {
908 'filepath': 'third_party/WebKit/Source/platform/text/.*Bidi' \
909 '|third_party/WebKit/Source/core/rendering/.*Bidi',
910 },
911 'blink_bindings': {
912 'filepath': 'third_party/WebKit/Source/bindings',
913 },
914 'blink_bluetooth': {
915 'filepath': 'third_party/WebKit/.*[Bb]luetooth'
916 },
917 'blink_canvas2d': {
918 'filepath': 'third_party/WebKit/Source/core/html/canvas' \
919 '|third_party/WebKit/Source/core/html/HTMLCanvasElement' \
920 '|third_party/WebKit/Source/modules/canvas2d' \
921 '|third_party/WebKit/Source/platform/graphics/Canvas2D',
922 },
923 'blink_clipboard': {
924 'filepath': 'third_party/WebKit/Source/core/clipboard' \
925 '|third_party/WebKit/Source/core/page/.*Drag' \
926 '|third_party/WebKit/Source/platform/.*Drag' \
927 '|third_party/WebKit/Source/platform/clipboard' \
928 '|third_party/WebKit/Source/web/.*Drag' \
929 '|third_party/WebKit/public/platform/.*Drag' \
930 '|third_party/WebKit/public/web/.*Drag',
931 },
932 'blink_content_security_policy': {
933 'filepath': 'third_party/WebKit/Source/core/frame/csp' \
934 '|third_party/WebKit/Source/core/events/SecurityPolicyViolationEvent' \
935 '|third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy'
936 },
937 'blink_css': {
938 'filepath': 'third_party/WebKit/Source/core/css',
939 },
940 'blink_css_grid_layout': {
941 'filepath': 'third_party/WebKit/Source/core/layout/.*Grid' \
942 '|third_party/WebKit/Source/core/paint/.*Grid' \
943 '|third_party/WebKit/Source/core/css/.*Grid' \
944 '|third_party/WebKit/LayoutTests/fast/css-grid-layout/' \
945 '|third_party/WebKit/LayoutTests/ietestcenter/css3/grid/' \
946 '|third_party/WebKit/LayoutTests/platform/.*/fast/css-grid-layout/' \
947 '|third_party/WebKit/LayoutTests/platform/.*/ietestcenter/css3/grid/'
948 },
949 'blink_css_flexbox': {
950 'filepath': 'third_party/WebKit/Source/core/rendering/.*Flex' \
951 '|third_party/WebKit/LayoutTests/fast/deprecated-flexbox/' \
952 '|third_party/WebKit/LayoutTests/css3/flexbox/' \
953 '|third_party/WebKit/LayoutTests/ietestcenter/css3/flexbox/'
954 },
955 'blink_css_fragmentation_tests': {
956 'filepath': 'third_party/WebKit/LayoutTests/fast/multicol/' \
957 '|third_party/WebKit/LayoutTests/fast/pagination/'
958 },
959 'blink_css_regions': {
960 'filepath': 'third_party/WebKit/Source/core/rendering/.*(Region|FlowThread)' \
961 '|third_party/WebKit/Source/core/dom/NodeRendering' \
962 '|third_party/WebKit/Source/core/dom/.*NamedFlow' \
963 '|third_party/WebKit/Source/core/css/.*Region' \
964 '|third_party/WebKit/LayoutTests/compositing/regions/' \
965 '|third_party/WebKit/LayoutTests/fast/regions/' \
966 '|third_party/WebKit/LayoutTests/platform/chromium.*/fast/regions/'
967 },
968 'blink_custom_elements': {
969 'filepath': 'third_party/WebKit/Source/core/dom/CustomElement' \
970 '|third_party/WebKit/Source/bindings/v8/.*CustomElement',
971 },
972 'blink_device_light': {
973 'filepath': 'third_party/WebKit/Source/modules/device_light/' \
974 '|third_party/WebKit/LayoutTests/fast/dom/DeviceLight/'
975 },
976 'blink_device_orientation': {
977 'filepath': 'third_party/WebKit/Source/modules/device_orientation/' \
978 '|third_party/WebKit/LayoutTests/fast/dom/DeviceMotion/' \
979 '|third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/' \
980 '|third_party/WebKit/Source/core/frame/PlatformEvent(Controller|Dispatcher)' \
981 '|third_party/WebKit/Source/core/frame/DeviceSingleWindowEventController'
982 },
983 'blink_devtools': {
984 'filepath': 'third_party/WebKit/.*(inspector|DevTools|devtools)',
985 },
986 'blink_dom': {
987 'filepath': 'third_party/WebKit/Source/core/dom/'
988 },
989 'blink_events': {
990 'filepath': 'third_party/WebKit/Source/core/page/.*Event' \
991 '|third_party/WebKit/Source/core/dom/.*Event' \
992 '|third_party/WebKit/Source/core/css/.*Event' \
993 '|third_party/WebKit/Source/platform/.*Event'
994 },
995 'blink_fetch': {
996 'filepath': 'third_party/WebKit/Source/core/fetch',
997 },
998 'blink_heap': {
999 'filepath': 'third_party/WebKit/Source/platform/heap' \
1000 '|third_party/WebKit/Source/wtf/Partition.*'
1001 },
1002 'blink_html': {
1003 'filepath': 'third_party/WebKit/Source/core/html/'
1004 },
1005 'blink_loader': {
1006 'filepath': 'third_party/WebKit/Source/core/loader',
1007 },
1008 'blink_notifications': {
1009 'filepath': 'third_party/WebKit/LayoutTests/http/tests/notifications' \
1010 '|third_party/WebKit/Source/modules/notifications' \
1011 '|third_party/WebKit/public/platform/modules/notifications'
1012 },
1013 'blink_owners': {
1014 'filepath': 'third_party/WebKit/.*OWNERS',
1015 },
1016 'blink_paint': {
1017 'filepath': 'third_party/WebKit/Source/core/paint/'
1018 },
1019 'blink_permissions': {
1020 'filepath': 'third_party/WebKit/Source/modules/permissions/' \
1021 '|third_party/WebKit/public/platform/modules/permissions/',
1022 },
1023 'blink_preloadScanner': {
1024 'filepath': 'third_party/WebKit/Source/core/html/parser/HTMLPreloadScanner',
1025 },
1026 'blink_public_api': {
1027 'filepath': 'third_party/WebKit/public'
1028 },
1029 'blink_push_messaging': {
1030 'filepath': 'third_party/WebKit/LayoutTests/http/tests/push_messaging' \
1031 '|third_party/WebKit/Source/modules/push_messaging' \
1032 '|third_party/WebKit/public/platform/modules/push_messaging'
1033 },
1034 'blink_platform_graphics': {
1035 'filepath': 'third_party/WebKit/Source/platform/fonts' \
1036 '|third_party/WebKit/Source/platform/geometry' \
1037 '|third_party/WebKit/Source/platform/graphics'
1038 },
1039 'blink_indexed_db': {
1040 'filepath': 'third_party/WebKit/Source/modules/indexeddb/' \
1041 '|third_party/WebKit/Source/web/.*IDB' \
1042 '|third_party/WebKit/LayoutTests/storage/indexeddb' \
1043 '|third_party/WebKit/public/platform/.*IDB'
1044 },
1045 'blink_layout': {
1046 'filepath': 'third_party/WebKit/Source/core/layout' \
1047 '|third_party/WebKit/Source/core/rendering'
1048 },
1049 'blink_layers': {
1050 'filepath': 'third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator' \
1051 '|third_party/WebKit/Source/platform/graphics/GraphicsLayer' \
1052 '|third_party/WebKit/Source/core/layout/Layer'
1053 },
1054 'blink_prerender': {
1055 'filepath': 'third_party/WebKit/.*(Prerender|loader/LinkLoader|html/HTMLLinkElement)'
1056 },
1057 'blink_client_hints': {
1058 'filepath': 'third_party/WebKit/Source/core/loader/AcceptClientHints*' \
1059 '|third_party/WebKit/Source/core/loader/FrameFetchContext*' \
1060 '|third_party/WebKit/Source/core/fetch/FetchContext*' \
1061 '|third_party/WebKit/Source/core/fetch/ImageResource*' \
1062 '|third_party/WebKit/Source/core/fetch/ResourceFetcher*'
1063 },
1064 'blink_track': {
1065 'filepath': 'third_party/WebKit/Source/core/html/track/' \
1066 '|third_party/WebKit/Source/core/loader/TextTrack' \
1067 '|third_party/WebKit/Source/core/html/HTMLMediaElement' \
1068 '|third_party/WebKit/Source/core/html/HTMLTrackElement' \
1069 '|third_party/WebKit/Source/core/html/shadow/MediaControl' \
1070 '|third_party/WebKit/Source/core/css/mediaControl' \
1071 '|third_party/WebKit/LayoutTests/media/track/'
1072 },
1073 'blink_media': {
1074 'filepath': 'third_party/WebKit/Source/core/css/mediaControls' \
1075 '|third_party/WebKit/Source/core/html/.*(Audio|Media|Video)' \
1076 '|third_party/WebKit/Source/core/html/shadow/MediaControl' \
1077 '|third_party/WebKit/Source/core/layout/LayoutMedia' \
1078 '|third_party/WebKit/Source/core/layout/LayoutTextTrackContainerElement' \
1079 '|third_party/WebKit/Source/modules/(encryptedmedia|mediasource)' \
1080 '|third_party/WebKit/Source/platform/drm/' \
1081 '|third_party/WebKit/Source/platform/graphics/media/' \
1082 '|third_party/WebKit/Source/web/.*Media' \
1083 '|third_party/WebKit/LayoutTests/media/' \
1084 '|third_party/WebKit/public/.*Media'
1085 },
1086 'blink_media_queries': {
1087 'filepath': 'third_party/WebKit/Source/core/css/CSSMediaRule' \
1088 '|third_party/WebKit/Source/core/css/MediaList' \
1089 '|third_party/WebKit/Source/core/css/MediaQuery' \
1090 '|third_party/WebKit/Source/core/css/parser/MediaQuery'
1091 },
1092 'blink_navigator_content_utils': {
1093 'filepath': 'third_party/WebKit/Source/modules/navigatorcontentutils' \
1094 '|third_party/WebKit/LayoutTests/fast/dom/navigatorcontentutils'
1095 },
1096 'blink_out_of_process_frames': {
1097 'filepath': 'third_party/WebKit/Source/core/frame/FrameOwner' \
1098 '|third_party/WebKit/Source/web/WebFrame' \
1099 '|third_party/WebKit/Source/web/WebRemoteFrameImpl'
1100 },
1101 'blink_fileapi': {
1102 'filepath': 'third_party/WebKit/Source/modules/filesystem/' \
1103 '|third_party/WebKit/Source/core/fileapi/' \
1104 '|third_party/WebKit/Source/platform/.*File' \
1105 '|third_party/WebKit/Source/web/.*File' \
1106 '|third_party/WebKit/LayoutTests/fast/file' \
1107 '|third_party/WebKit/public/.*File'
1108 },
1109 'blink_quota': {
1110 'filepath': 'third_party/WebKit/Source/modules/quota/' \
1111 '|third_party/WebKit/Source/web/.*Quota' \
1112 '|third_party/WebKit/public/.*Quota'
1113 },
1114 'blink_mediastream': {
1115 'filepath': 'third_party/WebKit/Source/modules/mediastream/' \
1116 '|third_party/WebKit/Source/platform/mediastream/' \
1117 '|third_party/WebKit/Source/platform/exported/WebMediaStream' \
1118 '|third_party/WebKit/Source/platform/exported/WebRTC' \
1119 '|third_party/WebKit/LayoutTests/fast/mediastream/'
1120 },
1121 'blink_geolocation': {
1122 'filepath': 'third_party/WebKit/LayoutTests/fast/dom/Geolocation/' \
1123 '|third_party/WebKit/Source/modules/geolocation/' \
1124 '|third_party/WebKit/Source/web/.*Geolocation' \
1125 '|third_party/WebKit/public/web/.*Geolocation'
1126 },
1127 'blink_htmlparser': {
1128 'filepath': 'third_party/WebKit/Source/core/html/parser/'
1129 },
1130 'blink_screen_orientation': {
1131 'filepath': 'third_party/WebKit/Source/modules/screen_orientation/' \
1132 '|third_party/WebKit/public/platform/modules/screen_orientation',
1133 },
1134 'blink_scheduler': {
1135 'filepath': 'third_party/WebKit/Source/platform/scheduler' \
1136 '|third_party/WebKit/Source/core/html/parser/.*Scheduler'
1137 },
1138 'blink_serviceworkers' : {
1139 'filepath': 'third_party/WebKit/Source/modules/serviceworkers' \
1140 '|third_party/WebKit/LayoutTests/http/tests/serviceworker'
1141 },
1142 'blink_serviceworkers_tests' : {
1143 'filepath': 'third_party/WebKit/LayoutTests/http/tests/serviceworker'
1144 },
1145 'blink_sheriff_o_matic' : {
1146 'filepath': 'third_party/WebKit/Tools/GardeningServer'
1147 },
1148 'blink_spellcheck' : {
1149 'filepath': 'third_party/WebKit/Source/core/editing/spellcheck'
1150 },
1151 'blink_style': {
1152 'filepath': 'third_party/WebKit/.*(style/|Style)',
1153 },
1154 'blink_svg': {
1155 'filepath': 'third_party/WebKit/Source/core/(layout/)?svg',
1156 },
timlohd035d572015-09-25 15:28:021157 'blink_vibration': {
1158 'filepath': 'third_party/WebKit/LayoutTests/vibration/' \
1159 '|third_party/WebKit/Source/modules/vibration/'
1160 },
1161 'blink_viewport_interaction': {
1162 'filepath': 'third_party/WebKit/Source/core/css/.*Viewport' \
1163 '|third_party/WebKit/Source/core/dom/ViewportArguments' \
1164 '|third_party/WebKit/Source/core/html/HTMLMetaElement' \
1165 '|third_party/WebKit/Source/core/page/FrameView' \
1166 '|third_party/WebKit/Source/core/page/scrolling'
1167 },
1168 'blink_w3ctests': {
1169 'filepath': 'third_party/WebKit/LayoutTests/imported/' \
1170 '|third_party/WebKit/Tools/Scripts/webkitpy/w3c/'
1171 },
1172 'blink_web_idl': {
1173 'filepath': 'third_party/WebKit/Source/core/.*\.idl'
1174 },
1175 'blink_webcomponents': {
1176 'filepath': 'third_party/WebKit/Source/core/dom/shadow/' \
1177 '|third_party/WebKit/Source/core/dom/custom/' \
1178 '|third_party/WebKit/Source/core/html/imports/' \
1179 '|third_party/WebKit/Source/bindings/v8/custom/V8CustomElementConstructorCustom' \
1180 '|third_party/WebKit/Source/bindings/v8/CustomElementHelpers'
1181 },
1182 'blink_webp': {
1183 'filepath': 'third_party/WebKit/Source/platform/image-decoders/webp' \
1184 '|third_party/WebKit/Source/platform/image-encoders/skia/WEBP'
1185 },
1186 'blink_websockets': {
1187 'filepath': 'third_party/WebKit/Source/modules/websockets/'
1188 },
1189 'blink_workers': {
1190 'filepath': 'third_party/WebKit/Source/core/workers',
1191 },
1192 'blink_wtf': {
1193 'filepath': 'third_party/WebKit/Source/wtf',
1194 },
1195 'blink_xmlhttprequest': {
1196 'filepath': 'third_party/WebKit/Source/core/xmlhttprequest/'
tfarinad21f9472015-10-13 18:36:011197 },
1198 'test_runner': {
1199 'filepath': 'components/test_runner/' \
1200 '|content/shell/(common|browser|renderer)/layout_test/' \
1201 '|content/test/layouttest_support.cc' \
1202 '|content/public/test/layouttest_support.h' \
1203 '|components/html_viewer/layout_test*' \
1204 '|components/html_viewer/web_test_delegate_impl.*'
1205 },
[email protected]a3838612009-10-13 21:57:541206 },
[email protected]ca872e362011-07-12 21:06:031207
[email protected]a3838612009-10-13 21:57:541208 'WATCHLISTS': {
asvitkinee4bad382015-11-05 21:56:451209 'about_flags': ['[email protected]'],
mazda6471d0e2015-10-02 06:32:551210 'accelerator_table': ['[email protected]',
[email protected]f76c8852012-06-21 16:37:001211 '[email protected]'],
dmazzoni5f4b7f12015-02-17 16:35:571212 'accessibility': ['[email protected]',
1213 '[email protected]',
[email protected]f76c8852012-06-21 16:37:001214 '[email protected]',
je_julie.kima170bac2015-05-06 14:57:541215 '[email protected]',
dmazzoni5f4b7f12015-02-17 16:35:571216 '[email protected]',
[email protected]bc72bbfc2013-10-21 23:08:161217 '[email protected]',
[email protected]f76c8852012-06-21 16:37:001218 '[email protected]'],
[email protected]e9db77a2013-06-12 23:56:171219 'activity_log': ['[email protected]'],
[email protected]5c6d3b22014-06-27 13:11:131220 'android_infra': ['[email protected]',
jbudorick9b89b5f2014-11-05 21:13:081221 '[email protected]',
mikecasec0ea0862015-10-24 00:14:321222 '[email protected]',
1223 '[email protected]'],
mlamourid8b0feb2015-06-02 16:30:471224 'android_media': ['[email protected]',
1225 '[email protected]'],
[email protected]c9ae7a32014-03-31 22:18:591226 'android_tab': ['[email protected]', '[email protected]'],
[email protected]7ca78dc12012-09-20 09:26:441227 'android_webview': ['[email protected]'],
benwellse9e22c22015-03-26 20:26:141228 'app_list': ['[email protected]',
1229 '[email protected]',
1230 '[email protected]'],
1231 'app_shortcuts': ['[email protected]', '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001232 'appcache': ['[email protected]'],
[email protected]54bf94d2013-01-30 23:07:401233 'apps': ['[email protected]', '[email protected]'],
ben0ee290d02014-10-28 00:02:521234 'ash': ['[email protected]',
1235 '[email protected]'],
1236 'aura': ['[email protected]',
[email protected]a6349a92013-10-04 11:49:321237 '[email protected]'],
[email protected]c3a6e1e72013-08-02 00:13:071238 'aura_compositor': ['[email protected]',
1239 '[email protected]',
1240 '[email protected]',
[email protected]a6349a92013-10-04 11:49:321241 '[email protected]',
1242 '[email protected]'],
sullivan0171e3c2015-03-03 18:47:211243 'auto_bisect': ['[email protected]'],
bondd355e0f62015-08-24 23:54:421244 'autofill': ['[email protected]',
1245 '[email protected]',
jdonnelly40d55452015-08-31 19:37:031246 '[email protected]',
rouslan8d6a8372015-09-10 19:10:101247 '[email protected]'],
[email protected]121773a2013-06-07 22:02:331248 'automation': ['[email protected]'],
jkarlin539748402015-03-31 17:36:311249 'background_sync': ['[email protected]'],
vmpstreeb843a2015-10-15 18:23:001250 'base': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:191251 'base_allocator': ['[email protected]',
[email protected]b17d9e02014-07-29 09:45:501252 '[email protected]'],
[email protected]1ed5e0fd2012-07-19 00:19:051253 'base_memory': ['[email protected]'],
grt829c6a82014-10-20 09:29:321254 'base_win': ['[email protected]', '[email protected]'],
[email protected]7e093d4022014-06-26 19:19:551255 'battery_status': ['[email protected]'],
nyquist0af49ad2015-09-16 19:22:351256 'blimp' : ['[email protected]',
1257 '[email protected]',
1258 '[email protected]',
sriramsr93d84202015-10-08 00:06:151259 '[email protected]',
1260 '[email protected]',
1261 '[email protected]'],
noyauc7f9ea392014-11-26 11:24:481262 'bookmarks': ['[email protected]', '[email protected]'],
stevenjbdd133032015-08-07 18:37:471263 'browser_chromeos': ['[email protected]'],
[email protected]22650d22012-07-18 17:02:351264 'browser_components': ['[email protected]'],
[email protected]466af5e2013-08-01 19:53:441265 'browser_compositor': ['[email protected]',
[email protected]21cd39b2012-06-28 01:48:401266 '[email protected]'],
[email protected]17a2fba2013-02-07 18:46:571267 'browser_resources': ['[email protected]'],
[email protected]0ce480532012-07-20 12:33:201268 'browsing_data': ['[email protected]'],
rouslan8d6a8372015-09-10 19:10:101269 'bubble': ['[email protected]',
1270 '[email protected]',
1271 '[email protected]',
1272 '[email protected]'],
nhiroki58623d32015-04-27 07:10:111273 'cache_storage': ['[email protected]', '[email protected]'],
[email protected]c9ae7a32014-03-31 22:18:591274 'cast': ['[email protected]',
[email protected]479180d22014-03-11 09:47:341275 '[email protected]',
miua1710162015-08-27 01:38:091276 '[email protected]',
[email protected]ad8ff0e2013-12-13 09:24:121277 '[email protected]',
miua1710162015-08-27 01:38:091278 '[email protected]',
1279 '[email protected]'],
[email protected]c863702a2012-09-14 20:05:281280 'cc': ['[email protected]'],
[email protected]c73ec8ab2014-01-16 20:35:231281 'chrome_elf': ['[email protected]',],
[email protected]d5b21972012-07-20 02:06:011282 'chrome_views': ['[email protected]'],
halliwellfa56b3a42015-09-04 21:42:571283 'chromecast': ['[email protected]',
1284 '[email protected]',
1285 '[email protected]'],
stgaocea5a9c2015-05-29 22:31:391286 'chromedriver': ['[email protected]'],
stevenjbdd133032015-08-07 18:37:471287 'chromeos' : ['[email protected]'],
[email protected]eda0a0b2013-04-19 20:34:351288 'chromeos_attestation' : ['[email protected]'],
[email protected]7c59a152012-11-06 20:56:351289 'chromeos_calculator' : ['[email protected]'],
hashimoto40ecb692014-09-02 04:51:311290 'chromeos_dbus': ['[email protected]'],
[email protected]2a66f5752013-11-26 04:34:021291 'chromeos_net' : ['[email protected]'],
[email protected]2315ac0c2013-02-05 00:49:161292 'chromeos_power' : ['[email protected]'],
achuithd0c0911d2015-09-02 11:25:551293 'chromeos_login' : ['[email protected]',
1294 '[email protected]'],
[email protected]e8af07b2013-02-13 19:21:251295 'clang_update': ['[email protected]',
[email protected]cf8ffa82013-02-13 08:30:071296 '[email protected]',
1297 '[email protected]',
hans5aeb7d12015-09-29 20:50:351298 '[email protected]',
[email protected]cf8ffa82013-02-13 08:30:071299 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001300 'clipboard': ['[email protected]'],
[email protected]18fd7a532014-08-20 23:09:511301 'closure': ['[email protected]',
jlklein8cc17cb2015-05-14 01:35:101302 '[email protected]',
1303 '[email protected]'],
sdefresned94c5b02015-07-22 17:54:551304 'components_deps': ['[email protected]',
1305 '[email protected]',
1306 '[email protected]'],
[email protected]7bdda282014-03-27 16:30:591307 'content': ['[email protected]',
mkwst512627022014-09-16 09:23:271308 '[email protected]' ],
scheib968e61052014-11-05 00:27:251309 'content_bluetooth': ['[email protected]'],
kinuko01cbe8a12015-10-20 09:59:061310 'content_loader': ['[email protected]'],
mlamouri5cdcdf02014-11-27 15:58:591311 'content_renderer': [ '[email protected]',
1312 '[email protected]'],
mkwst75a31a42014-09-14 18:32:531313 'content_shell': ['[email protected]',
mlamouri5cdcdf02014-11-27 15:58:591314 '[email protected]',
peterc9e3e172015-11-02 09:29:161315 '[email protected]',
1316 '[email protected]'],
nhiroki90ba0102015-07-21 01:42:241317 'content_worker': ['[email protected]',
1318 '[email protected]'],
vabr57d76102015-04-16 09:48:511319 'custom_handlers': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:191320 'deep_memory_profiler': ['[email protected]'],
Bartosz Fabianowski85a823812015-04-16 10:27:511321 'device_bluetooth': ['[email protected]'],
mlamouri5cdcdf02014-11-27 15:58:591322 'device_sensors': ['[email protected]',
1323 '[email protected]',
1324 '[email protected]',
1325 '[email protected]'],
scheibabdd7d32015-02-11 22:13:081326 'developer_recommended_flags': ['[email protected]'],
yurysa0fccaa2015-10-26 22:47:101327 'devtools': ['[email protected]', '[email protected]'],
[email protected]bab2a832012-07-11 23:29:411328 'disk_cache': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001329 'dns': ['[email protected]'],
benjhaydendd24d5a642015-10-05 18:19:511330 'download': ['[email protected]'],
1331 'downloads_ui': ['[email protected]'],
[email protected]9a3781d2013-04-04 18:31:401332 'drive': ['[email protected]'],
[email protected]89d2cd52013-04-16 01:55:361333 'drive_resource_metadata': ['[email protected]'],
[email protected]3a25c8a2014-06-26 06:47:101334 'eme': ['[email protected]'],
peter9fa5332552014-11-26 15:24:131335 'enhanced_bookmarks': ['[email protected]'],
jdduke7edf3ca42015-10-26 18:20:011336 'events': ['[email protected]'],
[email protected]f9529e7922013-06-06 05:19:411337 'extension': ['[email protected]',
1338 '[email protected]'],
[email protected]84dcfd92014-05-23 13:18:191339 'fileapi': ['[email protected]',
[email protected]6f217122013-11-25 07:21:481340 '[email protected]',
1341 '[email protected]'],
yoshiki1c0ba2782014-12-08 07:04:261342 'filebrowse': ['[email protected]'],
[email protected]4ed766c2013-09-19 09:45:201343 'filesapp': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001344 'ftp': ['[email protected]'],
[email protected]3a2a6ac02014-06-20 07:07:121345 'gcm': ['[email protected]'],
peterc9e3e172015-11-02 09:29:161346 'gcm_crypto': ['[email protected]'],
mlamouri5cdcdf02014-11-27 15:58:591347 'geolocation': ['[email protected]',
1348 '[email protected]'],
[email protected]cf428f732012-10-02 20:48:151349 'gfx_geometry': ['[email protected]'],
[email protected]f93b7382012-08-09 20:53:161350 'gfx_image': ['[email protected]'],
[email protected]4d1773e2014-04-05 07:59:571351 'gn': ['[email protected]'],
[email protected]a6159102013-11-08 23:21:521352 'gpu': ['[email protected]'],
[email protected]454041592013-01-17 16:42:231353 'history_ui': ['[email protected]', '[email protected]'],
[email protected]18d7e402014-07-08 19:53:141354 'hotword': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001355 'i18n': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001356 'importer': ['[email protected]'],
[email protected]8b250562014-08-12 19:07:451357 'indexed_db': ['[email protected]',
[email protected]55a62252014-07-18 17:35:281358 '[email protected]', '[email protected]'],
[email protected]b17d9e02014-07-29 09:45:501359 'installer': ['[email protected]', '[email protected]'],
mmoss19826c62014-11-14 21:37:361360 'installer_linux': [ '[email protected]'],
[email protected]f2079e12013-06-05 00:26:371361 'instant': ['[email protected]', '[email protected]',
tburkard8268a8d2014-09-17 12:53:441362 '[email protected]', '[email protected]',
[email protected]b1ac652d9b2013-05-03 16:25:041363 '[email protected]', '[email protected]',
[email protected]2cefb692013-05-14 20:20:381364 '[email protected]', '[email protected]',
tburkard8268a8d2014-09-17 12:53:441365 '[email protected]', '[email protected]'],
sdefresne18b47312015-06-18 15:15:091366 'ios_chrome': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001367 'ipc': ['[email protected]', '[email protected]'],
urvang41c8f9b2015-01-16 00:42:461368 'libwebp': ['[email protected]', '[email protected]',
[email protected]a3f777d2014-01-07 23:38:261369 '[email protected]', '[email protected]'],
johannkoenig52381382015-09-18 22:35:251370 'libvpx': ['[email protected]', '[email protected]',
1371 '[email protected]', '[email protected]'],
[email protected]04a292a2013-03-07 19:58:421372 'linux_fonts': ['[email protected]'],
[email protected]6d7e0bf2014-07-28 22:30:401373 'linux_sandboxing': ['[email protected]'],
[email protected]04a292a2013-03-07 19:58:421374 'linux_seccomp_bpf': ['[email protected]'],
[email protected]43d33e92014-07-14 16:39:311375 'supervised_users': ['[email protected]'],
penghuang7d460212015-07-21 20:25:061376 'mandoline': ['[email protected]',
rjkroegef60dea862015-10-29 17:50:061377 '[email protected]',
1378 '[email protected]'],
mlamourid8b0feb2015-06-02 16:30:471379 'manifest': ['[email protected]'],
dbeam7a734562015-09-15 18:23:171380 'md_settings': ['[email protected]',
michaelpg32ca07902015-02-07 00:31:111381 '[email protected]',
michaelpg32ca07902015-02-07 00:31:111382 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001383 'media': ['[email protected]'],
tommycli5dee9172015-06-18 19:36:561384 'media_galleries': ['[email protected]', '[email protected]'],
kmarshallb698ad4f2015-02-24 19:42:481385 'media_router': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001386 'message_loop': ['[email protected]'],
isherman1eee6f12014-12-09 02:14:301387 'metrics': ['[email protected]'],
[email protected]1d8899ee2014-06-10 20:58:121388 'metrics_xml_files': ['[email protected]'],
toyoshim8f51f902015-03-27 03:50:211389 'midi': ['[email protected]'],
[email protected]c3830c622013-10-10 22:00:001390 'mojo': ['[email protected]',
[email protected]62bbe812013-10-24 22:24:161391 '[email protected]',
[email protected]f47d871a2013-10-11 22:14:151392 '[email protected]',
[email protected]3bf40cb2013-10-11 19:10:491393 '[email protected]',
[email protected]0f79ff62014-04-25 23:35:531394 '[email protected]',
[email protected]84003af2014-05-02 09:37:131395 '[email protected]',
1396 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001397 'mouse_lock': ['[email protected]'],
rjkroegef60dea862015-10-29 17:50:061398 'mus': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001399 'nacl': ['[email protected]'],
[email protected]cfe80042014-04-14 22:11:541400 'native_client_sdk': ['[email protected]', '[email protected]'],
[email protected]b9ecdb62014-03-07 14:56:431401 'navigation': ['[email protected]', '[email protected]'],
[email protected]0b6c5e92013-03-08 22:42:521402 'net': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001403 'net_error_list': ['[email protected]'],
jkarlin539748402015-03-31 17:36:311404 'netinfo': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001405 'net_log': ['[email protected]', '[email protected]'],
rdsmith2fcbee82015-07-22 00:20:131406 'network_quality': ['[email protected]'],
peterc9e3e172015-11-02 09:29:161407 'notifications': ['[email protected]',
mlamouri5cdcdf02014-11-27 15:58:591408 '[email protected]'],
[email protected]d5fa18c42010-06-01 22:33:311409 'npapi_headers': ['[email protected]'],
Evan Stade459d16662015-07-07 17:04:571410 'ntp': ['[email protected]',
[email protected]0bce107762012-11-27 11:42:541411 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001412 'omnibox': ['[email protected]'],
michaelpgf6260fbd2015-02-06 17:59:351413 'options': ['[email protected]',
1414 '[email protected]'],
[email protected]2fc9a7b62014-04-16 17:10:121415 'overview_mode': ['[email protected]'],
Evan Stadeb873f1a2014-09-09 00:57:321416 'ozone': ['[email protected]', '[email protected]'],
csharrison3b1dc4062015-10-19 14:31:081417 'page_load_metrics' : ['[email protected]',
kinuko01cbe8a12015-10-20 09:59:061418 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001419 'panels': ['[email protected]', '[email protected]',
1420 '[email protected]', '[email protected]'],
mkwstb0a0ccfb2014-10-23 12:53:251421 'password_manager': ['[email protected]',
vabr57d76102015-04-16 09:48:511422 '[email protected]',
1423 '[email protected]'],
bradnelson3fdc28cb2015-01-23 20:03:251424 'pepper_api': ['[email protected]',
1425 '[email protected]', '[email protected]',
raymesf5084632015-07-02 07:14:151426 '[email protected]', '[email protected]',
1427 '[email protected]', '[email protected]'],
kcarattini72f4fe22015-10-14 22:58:061428 'permissions': ['[email protected]',
1429 '[email protected]'],
stuartmorganf8c132922015-01-23 14:45:341430 'plugin': ['[email protected]'],
tnagelad92622a92015-10-20 10:26:301431 'policy_definitions': ['[email protected]'],
michaelpg11fff3f2015-02-06 03:35:341432 'polymer': ['[email protected]'],
twifkak0c69c1f2015-06-22 18:20:091433 'precache': ['[email protected]'],
tburkard8268a8d2014-09-17 12:53:441434 'predictors': ['[email protected]'],
[email protected]be775bc2014-06-30 15:41:141435 'prepopulated_engines': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001436 'prerender': ['[email protected]', '[email protected]',
jkarlin539748402015-03-31 17:36:311437 '[email protected]', '[email protected]'],
peterc9e3e172015-11-02 09:29:161438 'push_messaging': ['[email protected]', '[email protected]',
mvanouwerkerke9ef38b02015-04-17 14:38:581439 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001440 'pyauto': ['[email protected]',
[email protected]4f788fd2012-10-10 21:43:381441 '[email protected]',
[email protected]f76c8852012-06-21 16:37:001442 '[email protected]'],
[email protected]c3887592014-02-06 20:02:251443 'remoting': ['[email protected]'],
gab57e80c72014-12-08 21:06:131444 'rlz_id': ['[email protected]',
gab57e80c72014-12-08 21:06:131445 '[email protected]'],
grt829c6a82014-10-20 09:29:321446 'safe_browsing': ['[email protected]'],
rickyz0a819bfc2015-02-04 23:57:221447 'sandbox': ['[email protected]'],
skyostil20dea312014-11-11 13:43:061448 'scheduler': ['[email protected]'],
mlamourid8b0feb2015-06-02 16:30:471449 'screen_orientation': ['[email protected]'],
[email protected]0b431722014-01-08 07:21:511450 'service_worker': ['[email protected]',
[email protected]84dcfd92014-05-23 13:18:191451 '[email protected]',
[email protected]0b431722014-01-08 07:21:511452 '[email protected]',
[email protected]dd864bc2014-02-24 23:04:091453 '[email protected]',
[email protected]6d095a8b2014-02-28 15:26:161454 '[email protected]',
[email protected]edaf31d2014-03-07 00:09:171455 '[email protected]',
[email protected]6d095a8b2014-02-28 15:26:161456 '[email protected]'],
[email protected]b9ecdb62014-03-07 14:56:431457 'site_instance': ['[email protected]', '[email protected]',
1458 '[email protected]'],
[email protected]ad0295d2012-10-11 23:43:361459 'spellcheck': ['[email protected]',
[email protected]18d7e402014-07-08 19:53:141460 '[email protected]',
rouslan8d6a8372015-09-10 19:10:101461 '[email protected]'],
[email protected]67f39af2013-08-23 20:06:051462 'streams': ['[email protected]'],
zea2b40a9292014-10-09 16:45:251463 'sync': ['[email protected]',
maxboguee02372182014-11-13 00:42:221464 '[email protected]',
pvalenzuela77e4487302015-03-16 17:22:101465 '[email protected]',
pvalenzuela85758c752014-09-25 19:34:561466 '[email protected]',
[email protected]3a2a6ac02014-06-20 07:07:121467 '[email protected]'],
[email protected]84dcfd92014-05-23 13:18:191468 'syncfs': ['[email protected]',
[email protected]6f217122013-11-25 07:21:481469 '[email protected]',
1470 '[email protected]'],
[email protected]4529a792013-06-18 19:18:491471 'sync_proto': ['[email protected]'],
[email protected]82d74152013-07-28 08:55:311472 'tab_capture': ['[email protected]'],
[email protected]4a55dec2012-08-30 18:54:351473 'tab_contents': ['[email protected]',
[email protected]f76c8852012-06-21 16:37:001474 '[email protected]', '[email protected]'],
[email protected]31ef420b2014-08-13 21:19:131475 'tab_media_indicators': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:191476 'tcmalloc': ['[email protected]'],
tonygc7f6a4c12015-01-16 18:32:261477 'telemetry': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001478 'tests': [],
penghuang7d460212015-07-21 20:25:061479 'textinput': ['[email protected]',
[email protected]6bd9e802013-04-18 06:40:421480 '[email protected]',
[email protected]ba2c923f2013-10-19 14:08:181481 '[email protected]',
yukishiino616672e2015-04-02 06:43:101482 '[email protected]'],
[email protected]6bd9e802013-04-18 06:40:421483 'textinput_chromeos': ['[email protected]',
[email protected]ba2c923f2013-10-19 14:08:181484 '[email protected]',
yukishiino616672e2015-04-02 06:43:101485 '[email protected]'],
chirantan96fcf6d2015-01-21 22:36:191486 'timers': ['[email protected]'],
[email protected]0fc48a12014-06-07 20:26:051487 'tools_emacs': ['[email protected]'],
sullivand4bfaed82015-02-13 19:43:381488 'tracing': ['[email protected]', '[email protected]'],
[email protected]cf428f732012-10-02 20:48:151489 'ui_compositor': ['[email protected]'],
[email protected]6b5093c2012-05-23 19:10:181490 'ui_resources': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001491 'valgrind': ['[email protected]',
timurrrr5335dbd2015-04-15 11:04:551492 '[email protected]'],
[email protected]c73ec8ab2014-01-16 20:35:231493 'version_assembly': ['[email protected]',
1494 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001495 'views': ['[email protected]'],
ben0ee290d02014-10-28 00:02:521496 'views_core': ['[email protected]'],
[email protected]ef514a32014-02-26 01:02:351497 'virtual_keyboard': ['[email protected]',
1498 '[email protected]'],
mcasasa5584a02015-09-11 21:15:281499 'webrtc_media': ['[email protected]',
[email protected]70098052014-07-01 08:58:101500 '[email protected]'],
tnakamuraa9bda962015-06-03 13:34:021501 'webrtc_browser_tests': ['[email protected]',
1502 '[email protected]'],
raymesf5084632015-07-02 07:14:151503 'website_settings': ['[email protected]',
msramek78c361b72015-10-20 14:09:151504 '[email protected]',
1505 '[email protected]'],
[email protected]b17d9e02014-07-29 09:45:501506 'windows_sandboxing': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001507 'x11': ['[email protected]',
1508 '[email protected]',
1509 '[email protected]'],
wjmaclean3ff6a402015-03-31 19:00:201510 'zoom': ['[email protected]'],
timlohd035d572015-09-25 15:28:021511
1512 'blink': ['[email protected]'],
1513 'blink_accessibility': ['[email protected]',
1514 '[email protected]',
1515 '[email protected]',
1516 '[email protected]'],
1517 'blink_animation': ['[email protected]',
1518 '[email protected]',
1519 '[email protected]',
1520 '[email protected]',
1521 '[email protected]'],
1522 'blink_app_banner': [ '[email protected]' ],
1523 'blink_audio': ['[email protected]'],
1524 'blink_battery_status': [ '[email protected]',
1525 '[email protected]' ],
1526 'blink_bidi': [ '[email protected]' ],
1527 'blink_bindings': [ '[email protected]' ],
1528 'blink_bluetooth': [ '[email protected]' ],
1529 'blink_canvas2d': [ '[email protected]',
1530 '[email protected]',
1531 '[email protected]' ],
1532 'blink_clipboard': [ '[email protected]', ],
1533 'blink_content_security_policy': [ '[email protected]' ],
1534 'blink_css': [ '[email protected]',
1535 '[email protected]',
1536 '[email protected]',
1537 '[email protected]',
1538 '[email protected]' ],
1539 'blink_css_grid_layout': [ '[email protected]',
1540 '[email protected]',
1541 '[email protected]' ],
1542 'blink_css_flexbox': [ '[email protected]' ],
1543 'blink_css_fragmentation_tests': [ '[email protected]' ],
1544 'blink_css_regions': [ '[email protected]' ],
1545 'blink_custom_elements': [ '[email protected]',
1546 '[email protected]' ],
1547 'blink_dom': [ '[email protected]',
1548 '[email protected]',
1549 '[email protected]',
1550 '[email protected]',
1551 '[email protected]' ],
1552 'blink_device_light': [ '[email protected]',
1553 '[email protected]' ],
1554 'blink_device_orientation': [ '[email protected]',
1555 '[email protected]',
1556 '[email protected]',
1557 '[email protected]' ],
1558 'blink_devtools': [ '[email protected]',
1559 '[email protected]',
1560 '[email protected]',
timlohd035d572015-09-25 15:28:021561 '[email protected]',
1562 '[email protected]',
1563 '[email protected]',
1564 '[email protected]' ],
1565 'blink_events': [ '[email protected]',
1566 '[email protected]',
1567 '[email protected]' ],
1568 'blink_fetch': [ '[email protected]',
1569 '[email protected]',
1570 '[email protected]',
kinuko01cbe8a12015-10-20 09:59:061571 '[email protected]' ],
timlohd035d572015-09-25 15:28:021572 'blink_layers': [ '[email protected]' ],
1573 'blink_loader': [ '[email protected]',
1574 '[email protected]',
1575 '[email protected]',
kinuko01cbe8a12015-10-20 09:59:061576 '[email protected]' ],
timlohd035d572015-09-25 15:28:021577 'blink_owners': [ '[email protected]'],
1578 'blink_platform_graphics': [ '[email protected]',
1579 '[email protected]',
1580 '[email protected]',
1581 '[email protected]',
1582 '[email protected]',
1583 '[email protected]',
1584 '[email protected]',
1585 '[email protected]',
1586 '[email protected]',
1587 '[email protected]',
chrishtr3b2ec152015-09-29 16:27:281588 '[email protected]',
vmpstreeb843a2015-10-15 18:23:001589 '[email protected]',
chrishtr3b2ec152015-09-29 16:27:281590 '[email protected]' ],
timlohd035d572015-09-25 15:28:021591 'blink_heap': [ '[email protected]',
1592 '[email protected]',
1593 '[email protected]',
1594 '[email protected]' ],
1595 'blink_html': [ '[email protected]',
1596 '[email protected]' ],
chrishtr3b2ec152015-09-29 16:27:281597 'blink_public_api': [ '[email protected]',
1598 '[email protected]' ],
timlohd035d572015-09-25 15:28:021599 'blink_indexed_db': ['[email protected]',
1600 '[email protected]',
1601 '[email protected]'],
1602 'blink_layout': [ '[email protected]',
1603 '[email protected]',
1604 '[email protected]',
1605 '[email protected]',
1606 '[email protected]',
1607 '[email protected]',
1608 '[email protected]' ],
1609 'blink_paint' : [ '[email protected]',
1610 '[email protected]',
1611 '[email protected]' ],
1612 'blink_permissions': [ '[email protected]' ],
1613 'blink_prerender': [ '[email protected]',
1614 '[email protected]' ],
1615 'blink_preloadScanner': [ '[email protected]' ],
1616 'blink_push_messaging': [ '[email protected]',
1617 '[email protected]',
peterc9e3e172015-11-02 09:29:161618 '[email protected]' ],
timlohd035d572015-09-25 15:28:021619 'blink_client_hints': [ '[email protected]' ],
1620 'blink_scheduler': [ '[email protected]' ],
1621 'blink_track': [ '[email protected]',
1622 '[email protected]',
1623 '[email protected]',
1624 '[email protected]',
1625 '[email protected]',
1626 '[email protected]' ],
1627 'blink_media': [ '[email protected]',
1628 '[email protected]',
1629 '[email protected]',
1630 '[email protected]' ],
1631 'blink_media_queries': [ '[email protected]',
1632 '[email protected]' ],
1633 'blink_fileapi': [ '[email protected]',
1634 '[email protected]',
1635 '[email protected]' ],
1636 'blink_quota': [ '[email protected]',
1637 '[email protected]',
1638 '[email protected]' ],
1639 'blink_viewport_interaction': [ '[email protected]' ],
1640 'blink_webcomponents': [ '[email protected]',
1641 '[email protected]' ],
1642 'blink_mediastream': [ '[email protected]' ],
1643 'blink_navigator_content_utils': [ '[email protected]' ],
peterc9e3e172015-11-02 09:29:161644 'blink_notifications': [ '[email protected]' ],
timlohd035d572015-09-25 15:28:021645 'blink_geolocation': [ '[email protected]',
1646 '[email protected]',
1647 '[email protected]' ],
1648 'blink_htmlparser': [ '[email protected]' ],
1649 'blink_vibration': [ '[email protected]',
1650 '[email protected]' ],
1651 'blink_serviceworkers': [ '[email protected]',
1652 '[email protected]',
1653 '[email protected]',
1654 '[email protected]',
1655 '[email protected]',
1656 '[email protected]',
1657 '[email protected]',
1658 '[email protected]' ],
1659 'blink_serviceworkers_tests': [ '[email protected]' ],
1660 'blink_sheriff_o_matic': [ '[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_spellcheck' : [ '[email protected]' ],
1669 'blink_style': [ '[email protected]' ],
1670 'blink_svg': [ '[email protected]',
1671 '[email protected]',
1672 '[email protected]',
1673 '[email protected]',
1674 '[email protected]',
1675 '[email protected]',
1676 '[email protected]',
1677 '[email protected]' ],
timlohd035d572015-09-25 15:28:021678 'blink_w3ctests' : [ '[email protected]' ],
1679 'blink_webp': [ '[email protected]',
1680 '[email protected]',
1681 '[email protected]',
1682 '[email protected]' ],
1683 'blink_out_of_process_frames': [ '[email protected]',
1684 '[email protected]' ],
1685 'blink_screen_orientation': [ '[email protected]' ],
1686 'blink_web_idl': [ '[email protected]',
1687 '[email protected]',
1688 '[email protected]' ],
1689 'blink_websockets': [ '[email protected]',
1690 '[email protected]' ],
1691 'blink_workers': [ '[email protected]',
1692 '[email protected]',
1693 '[email protected]',
1694 '[email protected]' ],
1695 'blink_wtf': [ '[email protected]',
1696 '[email protected]' ],
1697 'blink_xmlhttprequest': [ '[email protected]' ],
tfarinad21f9472015-10-13 18:36:011698 'test_runner': [ '[email protected]',
1699 '[email protected]' ],
[email protected]a3838612009-10-13 21:57:541700 },
1701}