blob: be8630d178fec683e01132df0ba2f86438cd482b [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': {
[email protected]f76c8852012-06-21 16:37:0013 'accelerator_table': {
14 'filepath': 'ash/accelerators/accelerator_table\.cc' \
15 '|chrome/browser/ui/views/accelerator_table\.cc',
[email protected]a3838612009-10-13 21:57:5416 },
[email protected]f76c8852012-06-21 16:37:0017 'accessibility': {
dmazzoni5f4b7f12015-02-17 16:35:5718 'filepath': 'accessibility' \
19 '|braille' \
[email protected]a4156bfb2014-02-27 22:37:4720 '|chromevox' \
dmazzoni5f4b7f12015-02-17 16:35:5721 '|iaccessible2' \
22 '|isimpledom' \
23 '|liblouis'
[email protected]a3838612009-10-13 21:57:5424 },
[email protected]e9db77a2013-06-12 23:56:1725 'activity_log': {
26 'filepath': 'chrome/browser/extensions/activity_log/' \
27 '|chrome/browser/extensions/api/activity_log_private/'
28 },
[email protected]d2cdf342012-08-07 11:00:0229 'android_infra': {
30 'filepath': 'build/android/' \
31 '|testing/android/' \
32 '|tools/android/'
33 },
[email protected]d6af50812014-04-01 17:18:0934 'android_media': {
35 'filepath': 'content/browser/media/android' \
36 '|content/renderer/media/android' \
37 '|media/audio/android' \
38 '|media/base/android' \
39 '|media/midi/*_android.*' \
40 '|media/video/capture/android'
41 },
[email protected]3261d962014-03-04 22:18:2842 'android_tab': {
43 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/Tab'
44 },
[email protected]7ca78dc12012-09-20 09:26:4445 'android_webview': {
46 'filepath': 'android_webview/',
47 },
[email protected]8a197f22012-06-22 14:59:0548 'app_list': {
[email protected]311cc902013-03-15 04:45:4649 'filepath': 'chrome/browser/ui/app_list'\
50 '|chrome/browser/ui/ash/app_list'\
[email protected]311cc902013-03-15 04:45:4651 '|chrome/browser/ui/views/app_list'\
52 '|ui/app_list/'
[email protected]8a197f22012-06-22 14:59:0553 },
[email protected]e38d185a2013-07-09 08:23:5254 'app_shortcuts': {
55 'filepath': 'apps/app_shim/'\
56 '|chrome/browser/web_applications/'\
57 '|chrome/browser/ui/web_applications/'\
58 '|chrome/common/mac/'
59 },
[email protected]374a93c2009-11-05 21:45:5660 'appcache': {
[email protected]f2f0fbb92012-07-14 15:52:4961 'filepath': 'appcache/',
[email protected]374a93c2009-11-05 21:45:5662 },
[email protected]54bf94d2013-01-30 23:07:4063 'apps': {
64 'filepath': '^apps/',
65 },
[email protected]3ce56642013-10-17 22:12:5166 'ash': {
67 'filepath': 'ash/',
68 },
[email protected]f76c8852012-06-21 16:37:0069 'aura': {
[email protected]3ce56642013-10-17 22:12:5170 'filepath': 'ui/aura/',
[email protected]84ba35e32010-08-06 17:22:3971 },
[email protected]c3a6e1e72013-08-02 00:13:0772 'aura_compositor': {
73 'filepath':
74 'ui/compositor/' \
[email protected]6dc38f72014-01-16 22:19:5875 '|content/browser/compositor/' \
76 '|content/browser/renderer_host/compositor_resize_lock_aura' \
[email protected]c3a6e1e72013-08-02 00:13:0777 '|content/browser/renderer_host/render_widget_host_view_aura' \
78 '|content/browser/renderer_host/render_widget_host_view_browsertest' \
[email protected]a6eeeef92014-03-19 19:06:4479 '|content/browser/renderer_host/delegated' \
80 '|content/browser/renderer_host/software' \
[email protected]c3a6e1e72013-08-02 00:13:0781 '|content/common/gpu/client/' \
[email protected]c3a6e1e72013-08-02 00:13:0782 },
sullivan0171e3c2015-03-03 18:47:2183 'auto_bisect': {
84 'filepath': 'tools/run-bisect-perf-regression.py'\
85 '|tools/run-perf-test.cfg'\
86 '|tools/auto_bisect/'
87 },
[email protected]2a38f0c02013-05-29 02:27:4588 'autofill': {
[email protected]30964792013-05-29 02:41:2589 'filepath': 'chrome/browser/autofill/|'\
[email protected]d9310a82012-11-02 02:53:4890 'chrome/browser/resources/options/autofill_|'\
91 'chrome/browser/sync/glue/autofill_|'\
92 'chrome/browser/ui/android/autofill/|'\
93 'chrome/browser/ui/autofill/|'\
[email protected]e3e4ca62013-05-17 08:50:2794 'chrome/browser/ui/cocoa/autofill/|'\
[email protected]d9310a82012-11-02 02:53:4895 'chrome/browser/ui/views/autofill/|'\
96 'chrome/browser/ui/webui/options/autofill_|'\
[email protected]d9310a82012-11-02 02:53:4897 'chrome/renderer/autofill/|'\
98 'chrome/test/data/autofill/|'\
[email protected]3947d4a82013-03-12 09:41:0599 'components/autofill/|'\
[email protected]30964792013-05-29 02:41:25100 'components/autofill/browser/webdata/|'\
101 'components/webdata/|'\
[email protected]d9310a82012-11-02 02:53:48102 'content/public/common/password_|'\
103 'content/public/renderer/password_|'\
104 'content/renderer/password_',
[email protected]b3399272010-08-10 19:49:29105 },
[email protected]f76c8852012-06-21 16:37:00106 'automation': {
[email protected]f2f0fbb92012-07-14 15:52:49107 'filepath': 'chrome/browser/automation/|chrome/test/automation/',
[email protected]b8a0f8fa2010-09-02 18:35:55108 },
jkarlin539748402015-03-31 17:36:31109 'background_sync': {
110 'filepath': 'background_sync',
111 },
[email protected]f76c8852012-06-21 16:37:00112 'base': {
[email protected]f2f0fbb92012-07-14 15:52:49113 'filepath': '^base/',
[email protected]7a7a13b2010-08-25 01:10:59114 },
[email protected]5e105332012-09-13 01:55:52115 'base_allocator': {
116 'filepath': '^base/allocator',
117 },
[email protected]1ed5e0fd2012-07-19 00:19:05118 'base_memory': {
119 'filepath': '^base/memory',
120 },
[email protected]b17d9e02014-07-29 09:45:50121 'base_win': {
122 'filepath': '^base/win',
123 },
[email protected]7e093d4022014-06-26 19:19:55124 'battery_status': {
125 'filepath': 'content/browser/battery_status/|'\
timvolodine953fde72014-12-09 16:47:10126 'content/renderer/battery_status/|'\
127 'content/test/data/battery_status/|'\
128 'device/battery/',
[email protected]7e093d4022014-06-26 19:19:55129 },
maniscalco44c99752015-09-09 21:52:04130 'blimp': {
131 'filepath': '^blimp/',
132 },
[email protected]06798f72013-01-14 22:31:17133 'bookmarks': {
134 'filepath': 'chrome/browser/bookmarks/' \
[email protected]771ad482013-07-16 17:32:48135 '|chrome/browser/extensions/api/bookmark_manager_private/' \
136 '|chrome/browser/extensions/api/bookmarks/' \
137 '|chrome/browser/resources/bookmark_manager/' \
[email protected]cd869cde2013-01-31 15:46:35138 '|chrome/browser/ui/bookmarks/' \
139 '|chrome/browser/ui/cocoa/bookmarks/' \
[email protected]5cb8b6e12014-05-19 16:53:46140 '|chrome/browser/ui/views/bookmarks/' \
141 '|components/bookmarks'
[email protected]06798f72013-01-14 22:31:17142 },
[email protected]b17d9e02014-07-29 09:45:50143 'breakpad_app': {
sdefresne8ba0b88c2015-09-18 10:33:13144 'filepath': 'components/crash/content/app/',
[email protected]b17d9e02014-07-29 09:45:50145 },
[email protected]f76c8852012-06-21 16:37:00146 'browser': {
[email protected]f2f0fbb92012-07-14 15:52:49147 'filepath': 'chrome/browser/',
[email protected]02c44522010-10-08 17:43:25148 },
[email protected]f76c8852012-06-21 16:37:00149 'browser_chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:49150 'filepath': 'chrome/browser/chromeos/',
[email protected]02c44522010-10-08 17:43:25151 },
[email protected]22650d22012-07-18 17:02:35152 'browser_components': {
[email protected]a7228f62012-09-20 17:52:48153 'filepath': 'chrome/browser/autofill/' \
154 '|chrome/browser/bookmarks/' \
[email protected]a7228f62012-09-20 17:52:48155 '|chrome/browser/favicon/' \
[email protected]ddf288e2013-01-09 20:58:27156 '|chrome/browser/history/' \
[email protected]fccf4882013-03-15 04:46:19157 '|chrome/browser/webdata/' \
[email protected]3947d4a82013-03-12 09:41:05158 '|components/autofill/'
[email protected]22650d22012-07-18 17:02:35159 },
[email protected]f76c8852012-06-21 16:37:00160 'browser_compositor': {
[email protected]f2f0fbb92012-07-14 15:52:49161 'filepath': 'ui/compositor/'
[email protected]fbd846b2010-11-19 01:32:18162 },
[email protected]f76c8852012-06-21 16:37:00163 'browser_resources': {
[email protected]f2f0fbb92012-07-14 15:52:49164 'filepath': 'chrome/browser/resources/',
[email protected]f76c8852012-06-21 16:37:00165 },
[email protected]0ce480532012-07-20 12:33:20166 'browsing_data': {
167 'filepath': 'chrome/browser/browsing_data/',
168 },
[email protected]f76c8852012-06-21 16:37:00169 'bubble': {
[email protected]f2f0fbb92012-07-14 15:52:49170 'filepath': 'ui/views/bubble/|'\
rouslan8d6a8372015-09-10 19:10:10171 'chrome/browser/ui/views/bubble/|'\
172 'components/bubble/',
[email protected]f76c8852012-06-21 16:37:00173 },
jkarlin539748402015-03-31 17:36:31174 'cache_storage': {
175 'filepath': 'cache_storage',
176 },
[email protected]10fbd5952013-08-22 07:42:39177 'cast': {
[email protected]31ef420b2014-08-13 21:19:13178 'filepath': 'media/cast/'\
179 '|chrome/browser/extensions/api/cast_streaming/'\
180 '|chrome/browser/media/cast'\
181 '|chrome/renderer/media/cast'\
182 '|chrome/test/data/extensions/api_test/cast_'\
183 '|content/public/renderer/media_stream_',
[email protected]10fbd5952013-08-22 07:42:39184 },
[email protected]651d9992014-04-09 17:18:41185 'chromecast': {
186 'filepath': 'chromecast/',
187 },
[email protected]c863702a2012-09-14 20:05:28188 'cc': {
189 'filepath': 'cc/|'\
[email protected]4934d362012-11-22 22:04:53190 'content/common/cc_messages'
[email protected]c863702a2012-09-14 20:05:28191 },
[email protected]c73ec8ab2014-01-16 20:35:23192 'chrome_elf': {
193 'filepath': 'chrome_elf',
194 },
[email protected]d5b21972012-07-20 02:06:01195 'chrome_views': {
196 'filepath': 'chrome/browser/ui/views',
197 },
[email protected]f7bf8ba2011-02-24 22:28:46198 'chromedriver': {
samuong53d5e612014-10-10 18:56:38199 'filepath': 'chrome/test/chromedriver|'\
200 'chrome/test/data/chromedriver|'\
201 'third_party/webdriver'
[email protected]f7bf8ba2011-02-24 22:28:46202 },
[email protected]f76c8852012-06-21 16:37:00203 'chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:49204 'filepath': 'chromeos/',
[email protected]531b1532011-08-11 03:52:01205 },
[email protected]eda0a0b2013-04-19 20:34:35206 'chromeos_attestation': {
207 'filepath': 'chromeos/attestation/|'\
[email protected]64494c3f2013-08-14 22:15:59208 'chrome/browser/chromeos/attestation/|'\
209 'chrome/browser/extensions/api/enterprise_platform_keys_private/',
[email protected]eda0a0b2013-04-19 20:34:35210 },
[email protected]7c59a152012-11-06 20:56:35211 'chromeos_calculator': {
212 'filepath': 'chrome/common/extensions/docs/examples/apps/calculator/',
213 },
hashimoto40ecb692014-09-02 04:51:31214 'chromeos_dbus': {
215 'filepath': 'chromeos/dbus/',
216 },
[email protected]f76c8852012-06-21 16:37:00217 'chromeos_login': {
[email protected]f2f0fbb92012-07-14 15:52:49218 'filepath': 'chrome/browser/chromeos/login/|'\
219 'chrome/browser/ui/webui/chromeos/login/|'\
dzhioevcc7c0492014-11-25 14:52:58220 'chrome/browser/resources/chromeos/login/|'\
221 'ui/login/',
[email protected]a791dac2011-04-07 23:22:57222 },
[email protected]d7d35f342012-10-22 20:32:47223 'chromeos_net': {
224 'filepath': 'chromeos/network/|'\
stevenjbdd133032015-08-07 18:37:47225 'chrome/browser/chromeos/net/|'\
226 'chrome/browser/extensions/api/networking_private/|'\
227 'extensions/browser/api/networking_private/|'\
228 'ui/chromeos/network/',
[email protected]d7d35f342012-10-22 20:32:47229 },
[email protected]2315ac0c2013-02-05 00:49:16230 'chromeos_power': {
[email protected]c3943ad2013-07-03 13:44:56231 'filepath': 'ash/system/chromeos/power/|'\
232 'chromeos/dbus/power_.*|'\
[email protected]2315ac0c2013-02-05 00:49:16233 'chrome/browser/chromeos/power/',
234 },
[email protected]f76c8852012-06-21 16:37:00235 'chromeos_webui': {
[email protected]f2f0fbb92012-07-14 15:52:49236 'filepath': 'chrome/browser/ui/webui/chromeos/|'\
237 'chrome/browser/resources/chromeos/',
[email protected]ba03af42012-03-08 01:37:12238 },
[email protected]cef7a6d2011-04-29 20:49:07239 'clang_update': {
240 'filepath': 'tools/clang/scripts/update.sh'
241 },
[email protected]f76c8852012-06-21 16:37:00242 'clipboard': {
243 'filepath': 'clipboard|dnd|drag|drop',
[email protected]2418b022011-05-19 21:06:02244 },
[email protected]0387ab32014-08-05 00:13:42245 'closure': {
[email protected]18fd7a532014-08-20 23:09:51246 'filepath': 'third_party/closure_(compiler|linter)/|'
247 'compiled_resources.gyp',
[email protected]0387ab32014-08-05 00:13:42248 },
sdefresned94c5b02015-07-22 17:54:55249 'components_deps': {
250 'filepath': 'components/([^/]*/)*DEPS',
251 },
[email protected]f76c8852012-06-21 16:37:00252 'content': {
[email protected]f2f0fbb92012-07-14 15:52:49253 'filepath': 'content/',
[email protected]f76c8852012-06-21 16:37:00254 },
scheib968e61052014-11-05 00:27:25255 'content_bluetooth': {
256 'filepath': 'content/.*bluetooth'
257 },
[email protected]e3774fd2014-04-23 22:32:54258 'content_input': {
259 'filepath': 'content/browser/renderer_host/input/|'\
260 'content/common/input/|'\
261 'content/renderer/input/',
262 },
kinuko01cbe8a12015-10-20 09:59:06263 'content_loader': {
264 'filepath': 'content/browser/loader|'\
265 'content/child/*loader',
266 },
mkwst512627022014-09-16 09:23:27267 'content_renderer': {
268 'filepath': 'content/renderer/',
269 },
[email protected]aa3311a2012-11-19 16:04:58270 'content_shell': {
271 'filepath': 'content/shell/',
272 },
kinukoa121bce2015-01-30 10:04:41273 'content_worker': {
274 'filepath': 'content/.*worker',
275 },
[email protected]f76c8852012-06-21 16:37:00276 'cookie_monster': {
[email protected]f2f0fbb92012-07-14 15:52:49277 'filepath': 'net/cookies/|'\
[email protected]8492b5b2012-12-17 21:58:08278 'chrome/browser/net/sqlite_persistent_cookie_store',
[email protected]f76c8852012-06-21 16:37:00279 },
vabr8380eb32014-11-17 11:50:27280 'custom_handlers': {
281 'filepath': 'chrome/browser/custom_handlers/|'\
282 'chrome/common/custom_handlers/',
283 },
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 },
[email protected]d8036492013-08-09 16:02:23375 'geolocation': {
376 'filepath': 'chrome/browser/geolocation/|'\
377 'content/browser/geolocation|'\
378 'content/public/common/geoposition.*|'\
379 'content/public/browser/geolocation.*|'\
380 'content/renderer/geolocation.*|'\
381 'content/shell/geolocation/',
382 },
[email protected]f93b7382012-08-09 20:53:16383 'gfx_image': {
384 'filepath': 'ui/gfx/image/',
385 },
[email protected]cf428f732012-10-02 20:48:15386 'gfx_geometry': {
danakj570c1332015-01-06 16:59:36387 'filepath': 'ui/gfx/geometry/',
[email protected]cf428f732012-10-02 20:48:15388 },
[email protected]4d1773e2014-04-05 07:59:57389 'gn': {
390 'filepath': 'tools/gn',
391 },
[email protected]f76c8852012-06-21 16:37:00392 'gpu': {
[email protected]f2f0fbb92012-07-14 15:52:49393 'filepath': 'gpu/',
[email protected]f76c8852012-06-21 16:37:00394 },
[email protected]f76c8852012-06-21 16:37:00395 'history_ui': {
[email protected]f2f0fbb92012-07-14 15:52:49396 'filepath': 'chrome/browser/resources/history',
[email protected]f76c8852012-06-21 16:37:00397 },
[email protected]18d7e402014-07-08 19:53:14398 'hotword': {
399 'filepath': 'chrome/browser/extensions/api/hotword_private/'\
400 '|chrome/browser/resources/hotword_helper/'\
[email protected]535980d42014-08-12 14:31:28401 '|chrome/browser/resources/hotword/'\
[email protected]18d7e402014-07-08 19:53:14402 '|chrome/browser/search/hotword*'\
403 '|chrome/test/data/extensions/api_test/hotword_private/',
404 },
[email protected]f76c8852012-06-21 16:37:00405 'i18n': {
[email protected]f2f0fbb92012-07-14 15:52:49406 'filepath': 'base/i18n/|base/string|l10n|icu|'\
407 'locale_settings|encoding',
[email protected]f76c8852012-06-21 16:37:00408 },
[email protected]f76c8852012-06-21 16:37:00409 'importer': {
[email protected]f2f0fbb92012-07-14 15:52:49410 'filepath': 'import',
[email protected]f76c8852012-06-21 16:37:00411 },
[email protected]c26161352013-11-12 19:50:01412 'indexed_db': {
413 'filepath': 'content/browser/indexed_db|'\
414 'content/child/indexed_db|'\
415 'content/common/indexed_db|'\
416 'content/public/browser/indexed_db|'\
417 'content/test/data/indexeddb',
418 },
[email protected]f76c8852012-06-21 16:37:00419 'installer': {
[email protected]f2f0fbb92012-07-14 15:52:49420 'filepath': 'chrome/installer/',
[email protected]f76c8852012-06-21 16:37:00421 },
mmoss19826c62014-11-14 21:37:36422 'installer_linux': {
423 'filepath': 'chrome/installer/linux/',
424 },
[email protected]56b4b09d32012-07-27 18:28:41425 'instant': {
[email protected]607903d2013-03-25 22:15:47426 'filepath': 'instant|searchbox|'\
427 'chrome/browser/search/|'\
[email protected]c29b7dae2013-03-25 22:29:13428 'chrome/browser/ui/search/|'\
[email protected]eb99f8e2013-07-10 10:17:39429 'chrome/browser/resources/local_ntp/|'\
[email protected]607903d2013-03-25 22:15:47430 'chrome/common/search_types.*',
[email protected]56b4b09d32012-07-27 18:28:41431 },
sdefresne18b47312015-06-18 15:15:09432 'ios_chrome': {
433 'filepath': 'ios/chrome',
434 },
[email protected]f76c8852012-06-21 16:37:00435 'ipc': {
[email protected]f2f0fbb92012-07-14 15:52:49436 'filepath': 'ipc/ipc',
[email protected]f76c8852012-06-21 16:37:00437 },
mkwstb0d1b1d2014-09-30 11:45:36438 'ipc_messages': {
439 'filepath': '_message.*.h|'\
440 '_messages.cc',
441 },
[email protected]a3f777d2014-01-07 23:38:26442 'libwebp': {
443 'filepath': 'third_party/libwebp'
444 },
johannkoenig52381382015-09-18 22:35:25445 'libvpx': {
446 'filepath': 'third_party/libvpx_new'
447 },
[email protected]04a292a2013-03-07 19:58:42448 'linux_fonts': {
449 'filepath': 'ui/gfx/font_render_params_.*|'\
deratcd2d6fb2015-02-12 00:10:41450 'ui/gfx/platform_font_linux.*|'\
451 'ui/gfx/render_text_harfbuzz.*',
[email protected]04a292a2013-03-07 19:58:42452 },
453 'linux_sandboxing': {
[email protected]f2f0fbb92012-07-14 15:52:49454 'filepath': 'sandbox/linux/',
[email protected]f76c8852012-06-21 16:37:00455 },
[email protected]04a292a2013-03-07 19:58:42456 'linux_seccomp_bpf': {
[email protected]d6a23612012-11-13 20:11:54457 'filepath': 'content/common/sandbox.*linux.cc',
[email protected]f76c8852012-06-21 16:37:00458 },
yzshen481e18d2015-05-08 16:29:17459 'mandoline': {
460 'filepath': 'mandoline',
461 },
mlamourid8b0feb2015-06-02 16:30:47462 'manifest': {
463 'filepath': 'content/(browser|renderer)/manifest/'\
464 '|content/public/common/manifest*',
465 },
michaelpg32ca07902015-02-07 00:31:11466 'md_settings': {
orenb42e83d22015-03-07 02:05:15467 'filepath': 'ui/webui/resources/cr_element'\
michaelpg9bc66292015-09-04 22:35:19468 '|chrome/browser/resources/settings/'\
469 '|chrome/browser/ui/webui/settings/',
michaelpg32ca07902015-02-07 00:31:11470 },
[email protected]f76c8852012-06-21 16:37:00471 'media': {
[email protected]f2f0fbb92012-07-14 15:52:49472 'filepath': 'media/|third_party/(ffmpeg|openmax)/|webmediaplayer|'\
[email protected]034548d2012-07-31 20:34:00473 'audio_message_filter|video_layer|media_internals',
[email protected]f76c8852012-06-21 16:37:00474 },
[email protected]06dd23172013-06-24 21:04:51475 'media_galleries': {
476 'filepath': 'chrome/browser/extensions/api/media_galleries/'\
[email protected]06dd23172013-06-24 21:04:51477 '|chrome/browser/media_galleries/'\
478 '|chrome/browser/storage_monitor/'\
479 '|chrome/common/media_galleries/'\
480 '|chrome/test/data/extensions/api_test/media_galleries/'\
481 '|chrome/utility/itunes*'\
482 '|chrome/utility/picasa*',
483 },
kmarshallb698ad4f2015-02-24 19:42:48484 'media_router': {
485 'filepath': 'chrome/browser/media/router/*' \
486 '|chrome/app/theme/*/common/media_router*' \
487 '|chrome/browser/resources/media_router/' \
488 '|chrome/browser/ui/webui/media_router/' \
489 '|chrome/test/media_router/',
490 },
[email protected]f76c8852012-06-21 16:37:00491 'message_loop': {
[email protected]f2f0fbb92012-07-14 15:52:49492 'filepath': 'base/message_'
[email protected]f76c8852012-06-21 16:37:00493 },
494 'metrics': {
[email protected]f2f0fbb92012-07-14 15:52:49495 'filepath': 'base/metrics/'\
496 '|chrome/browser/metrics/'\
497 '|chrome/common/metrics/'\
[email protected]f2f0fbb92012-07-14 15:52:49498 '|chrome/browser/chromeos/external_metrics'\
[email protected]b0d594d2014-02-21 03:22:12499 '|chrome/browser/extensions/api/metrics_private/'\
[email protected]f2f0fbb92012-07-14 15:52:49500 '|chrome/browser/ui/webui/metrics_handler'\
[email protected]f76c8852012-06-21 16:37:00501 '|content/browser/user_metrics.cc'\
[email protected]ce6b855a2014-03-12 19:51:39502 '|components/rappor/'\
[email protected]f76c8852012-06-21 16:37:00503 '|content/public/browser/user_metrics.h'\
[email protected]b0d594d2014-02-21 03:22:12504 # Exclude XML files; in particular, histograms.xml.
505 '|tools/metrics/[^.]*([.](?!xml$).*)?$',
506 },
507 'metrics_xml_files': {
508 # Subscribe to this to watch for changes to histograms.xml.
toyoshim8f51f902015-03-27 03:50:21509 'filepath': 'tools/metrics/.*\.xml$',
510 },
511 'midi': {
512 'filepath': 'midi',
[email protected]f76c8852012-06-21 16:37:00513 },
[email protected]341f218a2013-09-24 22:16:10514 'mojo': {
515 'filepath': 'mojo',
516 },
[email protected]f76c8852012-06-21 16:37:00517 'mouse_lock': {
518 'filepath': 'mouse_lock',
519 },
520 'nacl': {
[email protected]f2f0fbb92012-07-14 15:52:49521 'filepath': 'chrome/nacl/|chrome/test/nacl/|'\
[email protected]193912d2013-09-06 17:41:56522 'chrome/browser/nacl_host/|chrome/common/nacl|'\
523 'native_client_sdk/src/doc/',
[email protected]f76c8852012-06-21 16:37:00524 },
[email protected]99ddc3d2013-01-22 16:15:33525 'native_client_sdk': {
526 'filepath': '^native_client_sdk/',
527 },
[email protected]b9ecdb62014-03-07 14:56:43528 'navigation': {
529 'filepath': 'content/browser/frame_host|'\
530 'content/browser/renderer_host/render_process_host.*|'\
531 'content/browser/renderer_host/render_view_host.*|'\
532 'content/browser/web_contents/web_contents_impl.*|'\
533 'content/renderer/render_frame.*|'\
534 'content/renderer/render_view.*'
535 },
[email protected]f76c8852012-06-21 16:37:00536 'net': {
[email protected]f2f0fbb92012-07-14 15:52:49537 'filepath': 'net/',
[email protected]f76c8852012-06-21 16:37:00538 },
539 'net_error_list': {
540 'filepath': 'net/base/net_error_list.h',
541 },
542 'net_log': {
[email protected]f2f0fbb92012-07-14 15:52:49543 'filepath': 'net/base/net_log|' \
544 'chrome/browser/net/.*net_log|' \
545 'chrome/browser/net/passive_log_collector|' \
546 'chrome/browser/resources/net_internals/|' \
547 'chrome/browser/ui/webui/net_internals/'
[email protected]f76c8852012-06-21 16:37:00548 },
jkarlin539748402015-03-31 17:36:31549 'netinfo': {
550 'filepath': 'netinfo',
551 },
rdsmith2fcbee82015-07-22 00:20:13552 'network_quality': {
553 'filepath': 'net/base/network_quality*',
554 },
peterf4758412014-09-17 15:06:01555 'notifications': {
556 'filepath': 'chrome/browser/extensions/api/notifications/|' \
557 'chrome/browser/notifications/|' \
peter8ab156b2015-03-29 15:44:12558 'chrome/test/data/notifications/|' \
559 'content/browser/notifications/|' \
560 'content/child/notifications/|' \
561 'content/common/platform_notification|' \
562 'content/public/browser/platform_notification|' \
563 'content/public/common/platform_notification|' \
564 'content/renderer/notification_|' \
peterf4758412014-09-17 15:06:01565 'ui/message_center/'
566 },
[email protected]f76c8852012-06-21 16:37:00567 'npapi_headers': {
[email protected]f2f0fbb92012-07-14 15:52:49568 'filepath': 'third_party/npapi/bindings/',
[email protected]f76c8852012-06-21 16:37:00569 },
570 'ntp': {
[email protected]f2f0fbb92012-07-14 15:52:49571 'filepath': 'chrome/browser/resources/ntp4/|'\
[email protected]b7ecd5f2013-02-14 21:04:16572 'chrome/browser/resources/ntp_android/|'\
[email protected]f2f0fbb92012-07-14 15:52:49573 'chrome/browser/ui/webui/ntp/',
[email protected]f76c8852012-06-21 16:37:00574 },
575 'omnibox': {
[email protected]f2f0fbb92012-07-14 15:52:49576 'filepath': 'chrome/browser/autocomplete/'\
577 '|chrome/browser/ui/.*/omnibox/'
[email protected]f76c8852012-06-21 16:37:00578 },
[email protected]437c44b2012-11-08 01:35:52579 'options': {
580 'filepath': 'chrome/browser/resources/options/|'\
581 'chrome/browser/ui/webui/options/',
582 },
[email protected]2fc9a7b62014-04-16 17:10:12583 'overview_mode': {
584 'filepath': 'ash/wm/overview/',
585 },
[email protected]4a2078e2013-07-18 20:40:20586 'ozone': {
[email protected]f93c2c92013-10-31 18:22:44587 'filepath': 'ui/ozone/|'\
[email protected]4b66bf922013-10-28 19:49:43588 'ui/events/ozone/|'\
589 'ui/gfx/ozone/|'\
[email protected]4a2078e2013-07-18 20:40:20590 'ui/gl/gl_.*egl.*|'\
591 'ui/gl/gl_.*ozone.*'
592 },
csharrison3b1dc4062015-10-19 14:31:08593 'page_load_metrics' : {
594 'filepath': 'components/page_load_metrics/'
595 },
[email protected]f76c8852012-06-21 16:37:00596 'panels': {
[email protected]7cbe5a52012-09-27 02:00:29597 'filepath': 'chrome/browser/ui/panels'\
598 '|chrome/browser/ui/cocoa/panels'\
[email protected]7cbe5a52012-09-27 02:00:29599 '|chrome/browser/ui/views/panels'
[email protected]f76c8852012-06-21 16:37:00600 },
[email protected]3cc8b3922014-05-05 13:12:08601 'password_manager': {
602 'filepath': 'chrome/.*/password_'\
603 '|chrome/browser/ui/passwords'\
604 '|chrome/browser/ui/views/passwords'\
605 '|chrome/test/data/password'\
606 '|components/autofill.*password'
607 '|components/password_'\
608 },
[email protected]f76c8852012-06-21 16:37:00609 'pepper_api': {
[email protected]b8491b02013-11-13 03:50:58610 'filepath': 'ppapi/api'\
611 '|ppapi/c',
[email protected]f76c8852012-06-21 16:37:00612 },
mlamourid8b0feb2015-06-02 16:30:47613 'permissions': {
614 'filepath': 'content/(child,browser)/permissions/'\
615 '|content/common/permission_*'\
616 '|content/public/(common,browser)/permission_*'\
617 '|chrome/browser/permissions/'\
618 '|chrome/browser/content_settings/permission*'\
619 '|permission_context',
620 },
[email protected]f76c8852012-06-21 16:37:00621 'plugin': {
[email protected]f2f0fbb92012-07-14 15:52:49622 'filepath': 'chrome/browser/plugin|chrome/plugin/|'\
Thiago Farinae067154bb2015-05-07 15:37:59623 'chrome/common/plugin',
[email protected]f76c8852012-06-21 16:37:00624 },
michaelpg11fff3f2015-02-06 03:35:34625 'polymer': {
626 'filepath': 'third_party/polymer/|'\
627 'ui/webui/resources/polymer_resources.grdp',
628 },
twifkak0c69c1f2015-06-22 18:20:09629 'precache': {
630 'filepath': '[pP]recache'
631 },
[email protected]ef6cc442012-10-30 03:24:17632 'predictors': {
633 'filepath': 'predictors',
634 },
[email protected]be775bc2014-06-30 15:41:14635 'prepopulated_engines': {
636 'filepath': 'components/search_engines/prepopulated_engines.json',
637 },
[email protected]f76c8852012-06-21 16:37:00638 'prerender': {
[email protected]78375a52012-07-14 14:47:57639 'filepath': 'prerender'
[email protected]f76c8852012-06-21 16:37:00640 },
peter884896c72015-03-12 14:26:20641 'push_messaging': {
642 'filepath': 'push_messaging'
643 },
[email protected]f76c8852012-06-21 16:37:00644 'pyauto': {
645 'filepath': 'chrome/test/pyautolib' \
646 '|chrome/test/functional' \
647 '|chrome/browser/automation/automation_provider_json'
648 },
649 'remoting': {
anandce1c55372015-03-04 01:23:10650 'filepath': 'remoting/' \
651 '|testing/chromoting'
[email protected]f76c8852012-06-21 16:37:00652 },
gab57e80c72014-12-08 21:06:13653 'rlz_id': {
654 'filepath' :'rlz/lib/machine_id.cc|'\
655 'rlz/lib/machine_id.h|'\
656 'rlz/win/lib/machine_id_win.cc',
657 },
grt829c6a82014-10-20 09:29:32658 'safe_browsing': {
659 'filepath': 'chrome/(browser|common|renderer)/safe_browsing/',
660 },
rickyz0a819bfc2015-02-04 23:57:22661 'sandbox': {
662 'filepath': 'sandbox/'\
663 '|content/browser/bootstrap_sandbox_mac'\
664 '|content/browser/renderer_host/render_sandbox_host_linux'\
665 '|content/browser/renderer_host/sandbox_ipc_linux'\
666 '|content/browser/zygote_host/'\
667 '|content/common/sandbox_'\
668 '|content/zygote/'\
669 },
skyostil20dea312014-11-11 13:43:06670 'scheduler': {
rmcilroyfa5ac552015-04-09 12:33:17671 'filepath': 'cc/scheduler'\
jochen83c639f02015-04-22 17:07:37672 '|components/scheduler'\
rmcilroyfa5ac552015-04-09 12:33:17673 '|content/renderer/scheduler'
skyostil20dea312014-11-11 13:43:06674 },
mlamourid8b0feb2015-06-02 16:30:47675 'screen_orientation': {
676 'filepath': 'screen_orientation',
677 },
[email protected]21cd39b2012-06-28 01:48:40678 'search': {
[email protected]f2f0fbb92012-07-14 15:52:49679 'filepath': 'chrome/browser/ui/search/',
[email protected]21cd39b2012-06-28 01:48:40680 },
[email protected]0b431722014-01-08 07:21:51681 'service_worker': {
[email protected]edaf31d2014-03-07 00:09:17682 'filepath': 'content/(browser|renderer|child|common)/service_worker/',
[email protected]0b431722014-01-08 07:21:51683 },
[email protected]f76c8852012-06-21 16:37:00684 'site_instance': {
[email protected]f2f0fbb92012-07-14 15:52:49685 'filepath': 'content/browser/site_instance|'\
686 'content/browser/browsing_instance',
[email protected]f76c8852012-06-21 16:37:00687 },
688 'speech': {
[email protected]f2f0fbb92012-07-14 15:52:49689 'filepath': 'chrome/browser/speech/'\
690 '|content/browser/speech/'\
691 '|content/common/.*speech'\
692 '|content/public/.*speech'
[email protected]f76c8852012-06-21 16:37:00693 },
[email protected]ad0295d2012-10-11 23:43:36694 'spellcheck': {
695 'filepath': 'chrome/browser/spellchecker/'\
696 '|chrome/browser/tab_contents/spellchecker'\
697 '|chrome/browser/tab_contents/spelling_menu'\
698 '|chrome/common/spellcheck_'\
699 '|chrome/renderer/spellchecker/'\
[email protected]97e677a62013-01-11 19:18:35700 '|third_party/hunspell/'\
701 '|third_party/hunspell_dictionaries/'\
[email protected]ad0295d2012-10-11 23:43:36702 },
[email protected]67f39af2013-08-23 20:06:05703 'streams': {
704 'filepath': 'content/browser/streams/',
705 },
[email protected]43d33e92014-07-14 16:39:31706 'supervised_users': {
707 'filepath': 'chrome/browser/.*managed_mode'\
708 '|chrome/browser/.*managed_user'\
709 '|chrome/browser/.*supervised_user',
710 },
[email protected]f76c8852012-06-21 16:37:00711 'sync': {
[email protected]3a2a6ac02014-06-20 07:07:12712 'filepath': 'chrome/browser/sync/|sync/|components/sync_driver/',
[email protected]f76c8852012-06-21 16:37:00713 },
[email protected]92871a102013-07-01 11:11:41714 'syncfs': {
715 'filepath': 'sync_file_system',
716 },
[email protected]4529a792013-06-18 19:18:49717 'sync_proto': {
718 'filepath': 'sync/protocol/',
719 },
[email protected]82d74152013-07-28 08:55:31720 'tab_capture': {
[email protected]31ef420b2014-08-13 21:19:13721 'filepath': 'cc/output/copy_output_request'\
722 '|chrome/browser/extensions/api/tab_capture/'\
723 '|chrome/test/data/extensions/api_test/tab_capture/'\
724 '|content/browser/compositor/delegated_frame_host'\
725 '|content/browser/media/capture/'\
726 '|content/browser/renderer_host/compositing_iosurface'\
727 '|content/browser/renderer_host/media/(audio_'\
728 '|media_stream_manager|video_)'\
729 '|media/audio/(audio_output_controller|fake_audio_|virtual_audio_)'\
730 '|media/base/video_frame\.h'\
731 '|media/video/capture/video_capture_',
[email protected]82d74152013-07-28 08:55:31732 },
[email protected]f76c8852012-06-21 16:37:00733 'tab_contents': {
[email protected]f2f0fbb92012-07-14 15:52:49734 'filepath': 'chrome/browser/tab_contents/|'\
735 'content/browser/tab_contents/|'\
736 'chrome/browser/ui/tab_contents/',
[email protected]f76c8852012-06-21 16:37:00737 },
[email protected]31ef420b2014-08-13 21:19:13738 'tab_media_indicators': {
739 'filepath': 'chrome/browser/media/audio_stream_monitor'\
740 '|chrome/browser/ui/cocoa/tabs/tab_controller\.mm'\
741 '|chrome/browser/ui/tabs/tab_utils'\
742 '|chrome/browser/ui/views/tabs/tab\.cc'\
743 '|chrome/browser/ui/views/tabs/tab_renderer_data'\
744 '|media/audio/audio_(output_controller|power_monitor)',
745 },
[email protected]f76c8852012-06-21 16:37:00746 'task_manager': {
747 'filepath': 'task_manager'
748 },
[email protected]5e105332012-09-13 01:55:52749 'tcmalloc': {
750 'filepath': 'third_party/tcmalloc'
751 },
[email protected]31a10602012-11-21 01:51:26752 'telemetry': {
[email protected]5fef30a2014-03-12 20:09:19753 'filepath': 'tools/perf/|'\
754 'tools/telemetry/'
[email protected]31a10602012-11-21 01:51:26755 },
[email protected]f76c8852012-06-21 16:37:00756 'tests': {
[email protected]f2f0fbb92012-07-14 15:52:49757 'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/',
[email protected]0cde05a02011-11-30 23:36:52758 },
[email protected]1cbbb30b2011-10-14 08:03:56759 'textinput': {
[email protected]f2f0fbb92012-07-14 15:52:49760 'filepath': 'content/browser/renderer_host/gtk_im'\
761 '|content/browser/renderer_host/gtk_key'\
762 '|content/browser/renderer_host/render_widget_host_view'\
763 '|content/browser/renderer_host/text_input'\
764 '|ui/base/ime/'\
765 '|ui/base/gtk/event'\
766 '|ui/base/gtk/gtk_im'\
767 '|ui/base/keycodes/'\
768 '|ui/base/win/ime'\
769 '|ui/views/controls/textfield/'\
770 '|ui/views/ime/'
[email protected]1cbbb30b2011-10-14 08:03:56771 },
[email protected]3a117c62011-11-29 04:28:02772 'textinput_chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:49773 'filepath': 'chrome/browser/chromeos/input_method/'\
774 '|chrome/browser/chromeos/extensions/input_method'\
775 '|chrome/browser/chromeos/status/input_method'\
776 '|chrome/browser/extensions/extension_input_'\
777 '|chrome/browser/resources/keyboard'\
778 '|chrome/browser/resources/options/language'\
[email protected]ef03eae2011-11-30 08:43:43779 '|chrome/browser/ui/webui/options/'\
[email protected]f2f0fbb92012-07-14 15:52:49780 'chromeos/.*(language|keyboard)'\
[email protected]6bd9e802013-04-18 06:40:42781 '|chrome/browser/ui/webui/options/language'\
782 '|chromeos/ime/*'
[email protected]3a117c62011-11-29 04:28:02783 },
chirantan96fcf6d2015-01-21 22:36:19784 'timers': {
785 'filepath': 'base/timer/'\
786 '|components/timers/'
787 },
[email protected]f76c8852012-06-21 16:37:00788 'tools': {
[email protected]f2f0fbb92012-07-14 15:52:49789 'filepath': 'tools/',
[email protected]6bea7b42011-10-19 19:47:09790 },
[email protected]f76c8852012-06-21 16:37:00791 'tools_emacs': {
[email protected]f2f0fbb92012-07-14 15:52:49792 'filepath': 'tools/emacs/',
[email protected]65676d32012-04-18 14:41:05793 },
[email protected]c8eb7f72013-07-04 15:30:11794 'tracing': {
795 'filepath': 'base/debug/trace_event.*'\
primianobef13b42015-01-30 15:29:31796 '|base/trace_event/'\
[email protected]c8eb7f72013-07-04 15:30:11797 '|content/browser/tracing/'\
798 '|components/tracing/'
799 },
[email protected]cf428f732012-10-02 20:48:15800 'ui_compositor': {
801 'filepath': 'ui/compositor/layer\.|'\
802 'ui/compositor/layer_unittest|'\
803 'ui/compositor/compositor',
804 },
[email protected]6b5093c2012-05-23 19:10:18805 'ui_resources': {
[email protected]f2f0fbb92012-07-14 15:52:49806 'filepath': 'ui/resources/'\
807 '|ui/base/native_theme/resources/'\
808 '|chrome/app/theme/'
[email protected]6b5093c2012-05-23 19:10:18809 },
[email protected]f76c8852012-06-21 16:37:00810 'valgrind': {
811 'filepath': 'valgrind',
812 },
[email protected]c73ec8ab2014-01-16 20:35:23813 'version_assembly': {
814 'filepath': 'chrome/app/version_assembly',
815 },
[email protected]f76c8852012-06-21 16:37:00816 'views': {
817 # Applies to all files and subdirs within this directory.
[email protected]f2f0fbb92012-07-14 15:52:49818 'filepath': '^ui/views/',
[email protected]f76c8852012-06-21 16:37:00819 },
820 'views_core': {
821 'filepath': 'ui/views/view.h|'\
822 'ui/views/view.cc|'\
[email protected]f2f0fbb92012-07-14 15:52:49823 'ui/views/widget/',
[email protected]f76c8852012-06-21 16:37:00824 },
[email protected]f47d871a2013-10-11 22:14:15825 'views_corewm': {
826 'filepath': 'ui/views/corewm/',
[email protected]3fc918142013-10-12 01:42:17827 },
[email protected]ef514a32014-02-26 01:02:35828 'virtual_keyboard': {
829 'filepath': 'ui/keyboard/'\
830 'chrome/test/data/chromeos/virtual_keyboard/'\
831 'chrome/common/extensions/api/virtual_keyboard',
832 },
[email protected]b887a262013-09-18 22:43:56833 'webrtc_media': {
834 'filepath': 'chrome/browser/media/|'\
835 'content/browser/renderer_host/media/|'\
[email protected]70098052014-07-01 08:58:10836 'content/common/gpu/media/|'\
[email protected]b887a262013-09-18 22:43:56837 'content/renderer/media/|'\
mcasasfec6c752014-11-11 13:25:58838 'media/base/android/|'\
mcasasa5584a02015-09-11 21:15:28839 'media/capture/|'\
mcasas53024942014-11-11 12:59:28840 'video.*_accelerat',
[email protected]b887a262013-09-18 22:43:56841 },
phoglundfad6cac2015-06-02 09:21:26842 'webrtc_browser_tests': {
843 'filepath': 'chrome/browser/media/.*webrtc.*browsertest|'\
844 'content/browser/media/.*webrtc.*browsertest',
845 },
[email protected]208879542012-07-05 11:15:34846 'website_settings': {
[email protected]f2f0fbb92012-07-14 15:52:49847 'filepath': 'chrome/browser/content_settings/'\
848 '|chrome/browser/ui/views/website_settings/'\
849 '|chrome/browser/ui/website_settings/'\
mukai077089f2014-09-11 18:41:52850 '|chrome/common/content_settings'\
851 '|components/content_settings/',
[email protected]208879542012-07-05 11:15:34852 },
[email protected]b17d9e02014-07-29 09:45:50853 'windows_sandboxing': {
854 'filepath': 'sandbox/win/',
855 },
[email protected]f76c8852012-06-21 16:37:00856 'x11': {
[email protected]f2f0fbb92012-07-14 15:52:49857 'filepath': 'content/browser/renderer_host/backing_store_x\.' \
858 '|chrome/browser/chromeos/input_method/xkeyboard\.' \
859 '|chrome/browser/chromeos/system_key_event_listener\.' \
[email protected]f76c8852012-06-21 16:37:00860 '|chrome/browser/chromeos/'\
[email protected]f2f0fbb92012-07-14 15:52:49861 'xinput_hierarchy_changed_event_listener\.' \
862 '|chrome/browser/chromeos/wm_' \
863 '|ui/base/x/'
[email protected]0d710852012-05-24 01:18:40864 },
wjmaclean3ff6a402015-03-31 19:00:20865 'zoom': {
866 'filepath': 'chrome/browser/ui/zoom/' \
867 '|components/ui/zoom/' \
868 '|content/browser/host_zoom_*' \
869 '|content/browser/storage_partition_impl*' \
870 '|content/public/browser/host_zoom_map.h' \
871 '|content/public/browser/storage_partition.h'
872 },
timlohd035d572015-09-25 15:28:02873
874 'blink': {
875 'filepath': 'third_party/WebKit/',
876 },
877 'blink_accessibility': {
878 'filepath': 'third_party/WebKit/.*(accessibility|AXObjectCache|WebAX)'
879 },
880 'blink_animation': {
881 'filepath': 'third_party/WebKit/.*([Aa]nimat|[Tt]ransition)',
882 },
883 'blink_app_banner': {
884 'filepath': 'third_party/WebKit/Source/modules/app_banner' \
885 '|third_party/WebKit/public/platform/modules/app_banner',
886 },
887 'blink_audio': {
888 'filepath': 'third_party/WebKit/Source/platform/audio' \
889 '|third_party/WebKit/Source/modules/webaudio',
890 },
891 'blink_battery_status': {
892 'filepath': 'third_party/WebKit/Source/modules/battery/' \
893 '|third_party/WebKit/LayoutTests/battery-status/' \
894 '|third_party/WebKit/Source/core/frame/PlatformEvent(Controller|Dispatcher)'
895 },
896 'blink_bidi': {
897 'filepath': 'third_party/WebKit/Source/platform/text/.*Bidi' \
898 '|third_party/WebKit/Source/core/rendering/.*Bidi',
899 },
900 'blink_bindings': {
901 'filepath': 'third_party/WebKit/Source/bindings',
902 },
903 'blink_bluetooth': {
904 'filepath': 'third_party/WebKit/.*[Bb]luetooth'
905 },
906 'blink_canvas2d': {
907 'filepath': 'third_party/WebKit/Source/core/html/canvas' \
908 '|third_party/WebKit/Source/core/html/HTMLCanvasElement' \
909 '|third_party/WebKit/Source/modules/canvas2d' \
910 '|third_party/WebKit/Source/platform/graphics/Canvas2D',
911 },
912 'blink_clipboard': {
913 'filepath': 'third_party/WebKit/Source/core/clipboard' \
914 '|third_party/WebKit/Source/core/page/.*Drag' \
915 '|third_party/WebKit/Source/platform/.*Drag' \
916 '|third_party/WebKit/Source/platform/clipboard' \
917 '|third_party/WebKit/Source/web/.*Drag' \
918 '|third_party/WebKit/public/platform/.*Drag' \
919 '|third_party/WebKit/public/web/.*Drag',
920 },
921 'blink_content_security_policy': {
922 'filepath': 'third_party/WebKit/Source/core/frame/csp' \
923 '|third_party/WebKit/Source/core/events/SecurityPolicyViolationEvent' \
924 '|third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy'
925 },
926 'blink_css': {
927 'filepath': 'third_party/WebKit/Source/core/css',
928 },
929 'blink_css_grid_layout': {
930 'filepath': 'third_party/WebKit/Source/core/layout/.*Grid' \
931 '|third_party/WebKit/Source/core/paint/.*Grid' \
932 '|third_party/WebKit/Source/core/css/.*Grid' \
933 '|third_party/WebKit/LayoutTests/fast/css-grid-layout/' \
934 '|third_party/WebKit/LayoutTests/ietestcenter/css3/grid/' \
935 '|third_party/WebKit/LayoutTests/platform/.*/fast/css-grid-layout/' \
936 '|third_party/WebKit/LayoutTests/platform/.*/ietestcenter/css3/grid/'
937 },
938 'blink_css_flexbox': {
939 'filepath': 'third_party/WebKit/Source/core/rendering/.*Flex' \
940 '|third_party/WebKit/LayoutTests/fast/deprecated-flexbox/' \
941 '|third_party/WebKit/LayoutTests/css3/flexbox/' \
942 '|third_party/WebKit/LayoutTests/ietestcenter/css3/flexbox/'
943 },
944 'blink_css_fragmentation_tests': {
945 'filepath': 'third_party/WebKit/LayoutTests/fast/multicol/' \
946 '|third_party/WebKit/LayoutTests/fast/pagination/'
947 },
948 'blink_css_regions': {
949 'filepath': 'third_party/WebKit/Source/core/rendering/.*(Region|FlowThread)' \
950 '|third_party/WebKit/Source/core/dom/NodeRendering' \
951 '|third_party/WebKit/Source/core/dom/.*NamedFlow' \
952 '|third_party/WebKit/Source/core/css/.*Region' \
953 '|third_party/WebKit/LayoutTests/compositing/regions/' \
954 '|third_party/WebKit/LayoutTests/fast/regions/' \
955 '|third_party/WebKit/LayoutTests/platform/chromium.*/fast/regions/'
956 },
957 'blink_custom_elements': {
958 'filepath': 'third_party/WebKit/Source/core/dom/CustomElement' \
959 '|third_party/WebKit/Source/bindings/v8/.*CustomElement',
960 },
961 'blink_device_light': {
962 'filepath': 'third_party/WebKit/Source/modules/device_light/' \
963 '|third_party/WebKit/LayoutTests/fast/dom/DeviceLight/'
964 },
965 'blink_device_orientation': {
966 'filepath': 'third_party/WebKit/Source/modules/device_orientation/' \
967 '|third_party/WebKit/LayoutTests/fast/dom/DeviceMotion/' \
968 '|third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/' \
969 '|third_party/WebKit/Source/core/frame/PlatformEvent(Controller|Dispatcher)' \
970 '|third_party/WebKit/Source/core/frame/DeviceSingleWindowEventController'
971 },
972 'blink_devtools': {
973 'filepath': 'third_party/WebKit/.*(inspector|DevTools|devtools)',
974 },
975 'blink_dom': {
976 'filepath': 'third_party/WebKit/Source/core/dom/'
977 },
978 'blink_events': {
979 'filepath': 'third_party/WebKit/Source/core/page/.*Event' \
980 '|third_party/WebKit/Source/core/dom/.*Event' \
981 '|third_party/WebKit/Source/core/css/.*Event' \
982 '|third_party/WebKit/Source/platform/.*Event'
983 },
984 'blink_fetch': {
985 'filepath': 'third_party/WebKit/Source/core/fetch',
986 },
987 'blink_heap': {
988 'filepath': 'third_party/WebKit/Source/platform/heap' \
989 '|third_party/WebKit/Source/wtf/Partition.*'
990 },
991 'blink_html': {
992 'filepath': 'third_party/WebKit/Source/core/html/'
993 },
994 'blink_loader': {
995 'filepath': 'third_party/WebKit/Source/core/loader',
996 },
997 'blink_notifications': {
998 'filepath': 'third_party/WebKit/LayoutTests/http/tests/notifications' \
999 '|third_party/WebKit/Source/modules/notifications' \
1000 '|third_party/WebKit/public/platform/modules/notifications'
1001 },
1002 'blink_owners': {
1003 'filepath': 'third_party/WebKit/.*OWNERS',
1004 },
1005 'blink_paint': {
1006 'filepath': 'third_party/WebKit/Source/core/paint/'
1007 },
1008 'blink_permissions': {
1009 'filepath': 'third_party/WebKit/Source/modules/permissions/' \
1010 '|third_party/WebKit/public/platform/modules/permissions/',
1011 },
1012 'blink_preloadScanner': {
1013 'filepath': 'third_party/WebKit/Source/core/html/parser/HTMLPreloadScanner',
1014 },
1015 'blink_public_api': {
1016 'filepath': 'third_party/WebKit/public'
1017 },
1018 'blink_push_messaging': {
1019 'filepath': 'third_party/WebKit/LayoutTests/http/tests/push_messaging' \
1020 '|third_party/WebKit/Source/modules/push_messaging' \
1021 '|third_party/WebKit/public/platform/modules/push_messaging'
1022 },
1023 'blink_platform_graphics': {
1024 'filepath': 'third_party/WebKit/Source/platform/fonts' \
1025 '|third_party/WebKit/Source/platform/geometry' \
1026 '|third_party/WebKit/Source/platform/graphics'
1027 },
1028 'blink_indexed_db': {
1029 'filepath': 'third_party/WebKit/Source/modules/indexeddb/' \
1030 '|third_party/WebKit/Source/web/.*IDB' \
1031 '|third_party/WebKit/LayoutTests/storage/indexeddb' \
1032 '|third_party/WebKit/public/platform/.*IDB'
1033 },
1034 'blink_layout': {
1035 'filepath': 'third_party/WebKit/Source/core/layout' \
1036 '|third_party/WebKit/Source/core/rendering'
1037 },
1038 'blink_layers': {
1039 'filepath': 'third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator' \
1040 '|third_party/WebKit/Source/platform/graphics/GraphicsLayer' \
1041 '|third_party/WebKit/Source/core/layout/Layer'
1042 },
1043 'blink_prerender': {
1044 'filepath': 'third_party/WebKit/.*(Prerender|loader/LinkLoader|html/HTMLLinkElement)'
1045 },
1046 'blink_client_hints': {
1047 'filepath': 'third_party/WebKit/Source/core/loader/AcceptClientHints*' \
1048 '|third_party/WebKit/Source/core/loader/FrameFetchContext*' \
1049 '|third_party/WebKit/Source/core/fetch/FetchContext*' \
1050 '|third_party/WebKit/Source/core/fetch/ImageResource*' \
1051 '|third_party/WebKit/Source/core/fetch/ResourceFetcher*'
1052 },
1053 'blink_track': {
1054 'filepath': 'third_party/WebKit/Source/core/html/track/' \
1055 '|third_party/WebKit/Source/core/loader/TextTrack' \
1056 '|third_party/WebKit/Source/core/html/HTMLMediaElement' \
1057 '|third_party/WebKit/Source/core/html/HTMLTrackElement' \
1058 '|third_party/WebKit/Source/core/html/shadow/MediaControl' \
1059 '|third_party/WebKit/Source/core/css/mediaControl' \
1060 '|third_party/WebKit/LayoutTests/media/track/'
1061 },
1062 'blink_media': {
1063 'filepath': 'third_party/WebKit/Source/core/css/mediaControls' \
1064 '|third_party/WebKit/Source/core/html/.*(Audio|Media|Video)' \
1065 '|third_party/WebKit/Source/core/html/shadow/MediaControl' \
1066 '|third_party/WebKit/Source/core/layout/LayoutMedia' \
1067 '|third_party/WebKit/Source/core/layout/LayoutTextTrackContainerElement' \
1068 '|third_party/WebKit/Source/modules/(encryptedmedia|mediasource)' \
1069 '|third_party/WebKit/Source/platform/drm/' \
1070 '|third_party/WebKit/Source/platform/graphics/media/' \
1071 '|third_party/WebKit/Source/web/.*Media' \
1072 '|third_party/WebKit/LayoutTests/media/' \
1073 '|third_party/WebKit/public/.*Media'
1074 },
1075 'blink_media_queries': {
1076 'filepath': 'third_party/WebKit/Source/core/css/CSSMediaRule' \
1077 '|third_party/WebKit/Source/core/css/MediaList' \
1078 '|third_party/WebKit/Source/core/css/MediaQuery' \
1079 '|third_party/WebKit/Source/core/css/parser/MediaQuery'
1080 },
1081 'blink_navigator_content_utils': {
1082 'filepath': 'third_party/WebKit/Source/modules/navigatorcontentutils' \
1083 '|third_party/WebKit/LayoutTests/fast/dom/navigatorcontentutils'
1084 },
1085 'blink_out_of_process_frames': {
1086 'filepath': 'third_party/WebKit/Source/core/frame/FrameOwner' \
1087 '|third_party/WebKit/Source/web/WebFrame' \
1088 '|third_party/WebKit/Source/web/WebRemoteFrameImpl'
1089 },
1090 'blink_fileapi': {
1091 'filepath': 'third_party/WebKit/Source/modules/filesystem/' \
1092 '|third_party/WebKit/Source/core/fileapi/' \
1093 '|third_party/WebKit/Source/platform/.*File' \
1094 '|third_party/WebKit/Source/web/.*File' \
1095 '|third_party/WebKit/LayoutTests/fast/file' \
1096 '|third_party/WebKit/public/.*File'
1097 },
1098 'blink_quota': {
1099 'filepath': 'third_party/WebKit/Source/modules/quota/' \
1100 '|third_party/WebKit/Source/web/.*Quota' \
1101 '|third_party/WebKit/public/.*Quota'
1102 },
1103 'blink_mediastream': {
1104 'filepath': 'third_party/WebKit/Source/modules/mediastream/' \
1105 '|third_party/WebKit/Source/platform/mediastream/' \
1106 '|third_party/WebKit/Source/platform/exported/WebMediaStream' \
1107 '|third_party/WebKit/Source/platform/exported/WebRTC' \
1108 '|third_party/WebKit/LayoutTests/fast/mediastream/'
1109 },
1110 'blink_geolocation': {
1111 'filepath': 'third_party/WebKit/LayoutTests/fast/dom/Geolocation/' \
1112 '|third_party/WebKit/Source/modules/geolocation/' \
1113 '|third_party/WebKit/Source/web/.*Geolocation' \
1114 '|third_party/WebKit/public/web/.*Geolocation'
1115 },
1116 'blink_htmlparser': {
1117 'filepath': 'third_party/WebKit/Source/core/html/parser/'
1118 },
1119 'blink_screen_orientation': {
1120 'filepath': 'third_party/WebKit/Source/modules/screen_orientation/' \
1121 '|third_party/WebKit/public/platform/modules/screen_orientation',
1122 },
1123 'blink_scheduler': {
1124 'filepath': 'third_party/WebKit/Source/platform/scheduler' \
1125 '|third_party/WebKit/Source/core/html/parser/.*Scheduler'
1126 },
1127 'blink_serviceworkers' : {
1128 'filepath': 'third_party/WebKit/Source/modules/serviceworkers' \
1129 '|third_party/WebKit/LayoutTests/http/tests/serviceworker'
1130 },
1131 'blink_serviceworkers_tests' : {
1132 'filepath': 'third_party/WebKit/LayoutTests/http/tests/serviceworker'
1133 },
1134 'blink_sheriff_o_matic' : {
1135 'filepath': 'third_party/WebKit/Tools/GardeningServer'
1136 },
1137 'blink_spellcheck' : {
1138 'filepath': 'third_party/WebKit/Source/core/editing/spellcheck'
1139 },
1140 'blink_style': {
1141 'filepath': 'third_party/WebKit/.*(style/|Style)',
1142 },
1143 'blink_svg': {
1144 'filepath': 'third_party/WebKit/Source/core/(layout/)?svg',
1145 },
timlohd035d572015-09-25 15:28:021146 'blink_vibration': {
1147 'filepath': 'third_party/WebKit/LayoutTests/vibration/' \
1148 '|third_party/WebKit/Source/modules/vibration/'
1149 },
1150 'blink_viewport_interaction': {
1151 'filepath': 'third_party/WebKit/Source/core/css/.*Viewport' \
1152 '|third_party/WebKit/Source/core/dom/ViewportArguments' \
1153 '|third_party/WebKit/Source/core/html/HTMLMetaElement' \
1154 '|third_party/WebKit/Source/core/page/FrameView' \
1155 '|third_party/WebKit/Source/core/page/scrolling'
1156 },
1157 'blink_w3ctests': {
1158 'filepath': 'third_party/WebKit/LayoutTests/imported/' \
1159 '|third_party/WebKit/Tools/Scripts/webkitpy/w3c/'
1160 },
1161 'blink_web_idl': {
1162 'filepath': 'third_party/WebKit/Source/core/.*\.idl'
1163 },
1164 'blink_webcomponents': {
1165 'filepath': 'third_party/WebKit/Source/core/dom/shadow/' \
1166 '|third_party/WebKit/Source/core/dom/custom/' \
1167 '|third_party/WebKit/Source/core/html/imports/' \
1168 '|third_party/WebKit/Source/bindings/v8/custom/V8CustomElementConstructorCustom' \
1169 '|third_party/WebKit/Source/bindings/v8/CustomElementHelpers'
1170 },
1171 'blink_webp': {
1172 'filepath': 'third_party/WebKit/Source/platform/image-decoders/webp' \
1173 '|third_party/WebKit/Source/platform/image-encoders/skia/WEBP'
1174 },
1175 'blink_websockets': {
1176 'filepath': 'third_party/WebKit/Source/modules/websockets/'
1177 },
1178 'blink_workers': {
1179 'filepath': 'third_party/WebKit/Source/core/workers',
1180 },
1181 'blink_wtf': {
1182 'filepath': 'third_party/WebKit/Source/wtf',
1183 },
1184 'blink_xmlhttprequest': {
1185 'filepath': 'third_party/WebKit/Source/core/xmlhttprequest/'
tfarinad21f9472015-10-13 18:36:011186 },
1187 'test_runner': {
1188 'filepath': 'components/test_runner/' \
1189 '|content/shell/(common|browser|renderer)/layout_test/' \
1190 '|content/test/layouttest_support.cc' \
1191 '|content/public/test/layouttest_support.h' \
1192 '|components/html_viewer/layout_test*' \
1193 '|components/html_viewer/web_test_delegate_impl.*'
1194 },
[email protected]a3838612009-10-13 21:57:541195 },
[email protected]ca872e362011-07-12 21:06:031196
[email protected]a3838612009-10-13 21:57:541197 'WATCHLISTS': {
mazda6471d0e2015-10-02 06:32:551198 'accelerator_table': ['[email protected]',
[email protected]f76c8852012-06-21 16:37:001199 '[email protected]'],
dmazzoni5f4b7f12015-02-17 16:35:571200 'accessibility': ['[email protected]',
1201 '[email protected]',
[email protected]f76c8852012-06-21 16:37:001202 '[email protected]',
je_julie.kima170bac2015-05-06 14:57:541203 '[email protected]',
dmazzoni5f4b7f12015-02-17 16:35:571204 '[email protected]',
[email protected]bc72bbfc2013-10-21 23:08:161205 '[email protected]',
[email protected]f76c8852012-06-21 16:37:001206 '[email protected]'],
[email protected]e9db77a2013-06-12 23:56:171207 'activity_log': ['[email protected]'],
[email protected]5c6d3b22014-06-27 13:11:131208 'android_infra': ['[email protected]',
jbudorick9b89b5f2014-11-05 21:13:081209 '[email protected]',
1210 '[email protected]'],
mlamourid8b0feb2015-06-02 16:30:471211 'android_media': ['[email protected]',
1212 '[email protected]'],
[email protected]c9ae7a32014-03-31 22:18:591213 'android_tab': ['[email protected]', '[email protected]'],
[email protected]7ca78dc12012-09-20 09:26:441214 'android_webview': ['[email protected]'],
benwellse9e22c22015-03-26 20:26:141215 'app_list': ['[email protected]',
1216 '[email protected]',
1217 '[email protected]'],
1218 'app_shortcuts': ['[email protected]', '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001219 'appcache': ['[email protected]'],
[email protected]54bf94d2013-01-30 23:07:401220 'apps': ['[email protected]', '[email protected]'],
ben0ee290d02014-10-28 00:02:521221 'ash': ['[email protected]',
1222 '[email protected]'],
1223 'aura': ['[email protected]',
[email protected]a6349a92013-10-04 11:49:321224 '[email protected]'],
[email protected]c3a6e1e72013-08-02 00:13:071225 'aura_compositor': ['[email protected]',
1226 '[email protected]',
1227 '[email protected]',
[email protected]a6349a92013-10-04 11:49:321228 '[email protected]',
1229 '[email protected]'],
sullivan0171e3c2015-03-03 18:47:211230 'auto_bisect': ['[email protected]'],
bondd355e0f62015-08-24 23:54:421231 'autofill': ['[email protected]',
1232 '[email protected]',
jdonnelly40d55452015-08-31 19:37:031233 '[email protected]',
rouslan8d6a8372015-09-10 19:10:101234 '[email protected]'],
[email protected]121773a2013-06-07 22:02:331235 'automation': ['[email protected]'],
jkarlin539748402015-03-31 17:36:311236 'background_sync': ['[email protected]'],
vmpstreeb843a2015-10-15 18:23:001237 'base': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:191238 'base_allocator': ['[email protected]',
[email protected]b17d9e02014-07-29 09:45:501239 '[email protected]'],
[email protected]1ed5e0fd2012-07-19 00:19:051240 'base_memory': ['[email protected]'],
grt829c6a82014-10-20 09:29:321241 'base_win': ['[email protected]', '[email protected]'],
[email protected]7e093d4022014-06-26 19:19:551242 'battery_status': ['[email protected]'],
nyquist0af49ad2015-09-16 19:22:351243 'blimp' : ['[email protected]',
1244 '[email protected]',
1245 '[email protected]',
sriramsr93d84202015-10-08 00:06:151246 '[email protected]',
1247 '[email protected]',
1248 '[email protected]'],
noyauc7f9ea392014-11-26 11:24:481249 'bookmarks': ['[email protected]', '[email protected]'],
stevenjbdd133032015-08-07 18:37:471250 'browser_chromeos': ['[email protected]'],
[email protected]22650d22012-07-18 17:02:351251 'browser_components': ['[email protected]'],
[email protected]466af5e2013-08-01 19:53:441252 'browser_compositor': ['[email protected]',
[email protected]21cd39b2012-06-28 01:48:401253 '[email protected]'],
[email protected]17a2fba2013-02-07 18:46:571254 'browser_resources': ['[email protected]'],
[email protected]0ce480532012-07-20 12:33:201255 'browsing_data': ['[email protected]'],
rouslan8d6a8372015-09-10 19:10:101256 'bubble': ['[email protected]',
1257 '[email protected]',
1258 '[email protected]',
1259 '[email protected]'],
nhiroki58623d32015-04-27 07:10:111260 'cache_storage': ['[email protected]', '[email protected]'],
[email protected]c9ae7a32014-03-31 22:18:591261 'cast': ['[email protected]',
[email protected]479180d22014-03-11 09:47:341262 '[email protected]',
miua1710162015-08-27 01:38:091263 '[email protected]',
[email protected]ad8ff0e2013-12-13 09:24:121264 '[email protected]',
miua1710162015-08-27 01:38:091265 '[email protected]',
1266 '[email protected]'],
[email protected]c863702a2012-09-14 20:05:281267 'cc': ['[email protected]'],
[email protected]c73ec8ab2014-01-16 20:35:231268 'chrome_elf': ['[email protected]',],
[email protected]d5b21972012-07-20 02:06:011269 'chrome_views': ['[email protected]'],
halliwellfa56b3a42015-09-04 21:42:571270 'chromecast': ['[email protected]',
1271 '[email protected]',
1272 '[email protected]'],
stgaocea5a9c2015-05-29 22:31:391273 'chromedriver': ['[email protected]'],
stevenjbdd133032015-08-07 18:37:471274 'chromeos' : ['[email protected]'],
[email protected]eda0a0b2013-04-19 20:34:351275 'chromeos_attestation' : ['[email protected]'],
[email protected]7c59a152012-11-06 20:56:351276 'chromeos_calculator' : ['[email protected]'],
hashimoto40ecb692014-09-02 04:51:311277 'chromeos_dbus': ['[email protected]'],
[email protected]2a66f5752013-11-26 04:34:021278 'chromeos_net' : ['[email protected]'],
[email protected]2315ac0c2013-02-05 00:49:161279 'chromeos_power' : ['[email protected]'],
achuithd0c0911d2015-09-02 11:25:551280 'chromeos_login' : ['[email protected]',
1281 '[email protected]'],
[email protected]e8af07b2013-02-13 19:21:251282 'clang_update': ['[email protected]',
[email protected]cf8ffa82013-02-13 08:30:071283 '[email protected]',
1284 '[email protected]',
hans5aeb7d12015-09-29 20:50:351285 '[email protected]',
[email protected]cf8ffa82013-02-13 08:30:071286 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001287 'clipboard': ['[email protected]'],
[email protected]18fd7a532014-08-20 23:09:511288 'closure': ['[email protected]',
jlklein8cc17cb2015-05-14 01:35:101289 '[email protected]',
1290 '[email protected]'],
sdefresned94c5b02015-07-22 17:54:551291 'components_deps': ['[email protected]',
1292 '[email protected]',
1293 '[email protected]'],
[email protected]7bdda282014-03-27 16:30:591294 'content': ['[email protected]',
mkwst512627022014-09-16 09:23:271295 '[email protected]' ],
scheib968e61052014-11-05 00:27:251296 'content_bluetooth': ['[email protected]'],
[email protected]e3774fd2014-04-23 22:32:541297 'content_input': ['[email protected]'],
kinuko01cbe8a12015-10-20 09:59:061298 'content_loader': ['[email protected]'],
mlamouri5cdcdf02014-11-27 15:58:591299 'content_renderer': [ '[email protected]',
1300 '[email protected]'],
mkwst75a31a42014-09-14 18:32:531301 'content_shell': ['[email protected]',
mlamouri5cdcdf02014-11-27 15:58:591302 '[email protected]',
1303 '[email protected]'],
nhiroki90ba0102015-07-21 01:42:241304 'content_worker': ['[email protected]',
1305 '[email protected]'],
vabr57d76102015-04-16 09:48:511306 'custom_handlers': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:191307 'deep_memory_profiler': ['[email protected]'],
Bartosz Fabianowski85a823812015-04-16 10:27:511308 'device_bluetooth': ['[email protected]'],
mlamouri5cdcdf02014-11-27 15:58:591309 'device_sensors': ['[email protected]',
1310 '[email protected]',
1311 '[email protected]',
1312 '[email protected]'],
scheibabdd7d32015-02-11 22:13:081313 'developer_recommended_flags': ['[email protected]'],
[email protected]342b12872012-11-07 12:10:461314 'devtools': ['[email protected]', '[email protected]',
[email protected]932349ad2013-07-22 08:59:501315 '[email protected]'],
[email protected]bab2a832012-07-11 23:29:411316 'disk_cache': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001317 'dns': ['[email protected]'],
benjhaydendd24d5a642015-10-05 18:19:511318 'download': ['[email protected]'],
1319 'downloads_ui': ['[email protected]'],
[email protected]9a3781d2013-04-04 18:31:401320 'drive': ['[email protected]'],
[email protected]89d2cd52013-04-16 01:55:361321 'drive_resource_metadata': ['[email protected]'],
[email protected]3a25c8a2014-06-26 06:47:101322 'eme': ['[email protected]'],
peter9fa5332552014-11-26 15:24:131323 'enhanced_bookmarks': ['[email protected]'],
jddukea2e02fa2014-12-02 22:03:331324 'events': ['[email protected]', '[email protected]'],
[email protected]f9529e7922013-06-06 05:19:411325 'extension': ['[email protected]',
1326 '[email protected]'],
[email protected]84dcfd92014-05-23 13:18:191327 'fileapi': ['[email protected]',
[email protected]6f217122013-11-25 07:21:481328 '[email protected]',
1329 '[email protected]'],
yoshiki1c0ba2782014-12-08 07:04:261330 'filebrowse': ['[email protected]'],
[email protected]4ed766c2013-09-19 09:45:201331 'filesapp': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001332 'ftp': ['[email protected]'],
[email protected]3a2a6ac02014-06-20 07:07:121333 'gcm': ['[email protected]'],
mlamouri5cdcdf02014-11-27 15:58:591334 'geolocation': ['[email protected]',
1335 '[email protected]'],
[email protected]cf428f732012-10-02 20:48:151336 'gfx_geometry': ['[email protected]'],
[email protected]f93b7382012-08-09 20:53:161337 'gfx_image': ['[email protected]'],
[email protected]4d1773e2014-04-05 07:59:571338 'gn': ['[email protected]'],
[email protected]a6159102013-11-08 23:21:521339 'gpu': ['[email protected]'],
[email protected]454041592013-01-17 16:42:231340 'history_ui': ['[email protected]', '[email protected]'],
[email protected]18d7e402014-07-08 19:53:141341 'hotword': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001342 'i18n': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001343 'importer': ['[email protected]'],
[email protected]8b250562014-08-12 19:07:451344 'indexed_db': ['[email protected]',
[email protected]55a62252014-07-18 17:35:281345 '[email protected]', '[email protected]'],
[email protected]b17d9e02014-07-29 09:45:501346 'installer': ['[email protected]', '[email protected]'],
mmoss19826c62014-11-14 21:37:361347 'installer_linux': [ '[email protected]'],
[email protected]f2079e12013-06-05 00:26:371348 'instant': ['[email protected]', '[email protected]',
tburkard8268a8d2014-09-17 12:53:441349 '[email protected]', '[email protected]',
[email protected]b1ac652d9b2013-05-03 16:25:041350 '[email protected]', '[email protected]',
[email protected]2cefb692013-05-14 20:20:381351 '[email protected]', '[email protected]',
tburkard8268a8d2014-09-17 12:53:441352 '[email protected]', '[email protected]'],
sdefresne18b47312015-06-18 15:15:091353 'ios_chrome': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001354 'ipc': ['[email protected]', '[email protected]'],
urvang41c8f9b2015-01-16 00:42:461355 'libwebp': ['[email protected]', '[email protected]',
[email protected]a3f777d2014-01-07 23:38:261356 '[email protected]', '[email protected]'],
johannkoenig52381382015-09-18 22:35:251357 'libvpx': ['[email protected]', '[email protected]',
1358 '[email protected]', '[email protected]'],
[email protected]04a292a2013-03-07 19:58:421359 'linux_fonts': ['[email protected]'],
[email protected]6d7e0bf2014-07-28 22:30:401360 'linux_sandboxing': ['[email protected]'],
[email protected]04a292a2013-03-07 19:58:421361 'linux_seccomp_bpf': ['[email protected]'],
[email protected]43d33e92014-07-14 16:39:311362 'supervised_users': ['[email protected]'],
penghuang7d460212015-07-21 20:25:061363 'mandoline': ['[email protected]',
1364 '[email protected]'],
mlamourid8b0feb2015-06-02 16:30:471365 'manifest': ['[email protected]'],
dbeam7a734562015-09-15 18:23:171366 'md_settings': ['[email protected]',
michaelpg32ca07902015-02-07 00:31:111367 '[email protected]',
michaelpg32ca07902015-02-07 00:31:111368 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001369 'media': ['[email protected]'],
tommycli5dee9172015-06-18 19:36:561370 'media_galleries': ['[email protected]', '[email protected]'],
kmarshallb698ad4f2015-02-24 19:42:481371 'media_router': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001372 'message_loop': ['[email protected]'],
isherman1eee6f12014-12-09 02:14:301373 'metrics': ['[email protected]'],
[email protected]1d8899ee2014-06-10 20:58:121374 'metrics_xml_files': ['[email protected]'],
toyoshim8f51f902015-03-27 03:50:211375 'midi': ['[email protected]'],
[email protected]c3830c622013-10-10 22:00:001376 'mojo': ['[email protected]',
[email protected]62bbe812013-10-24 22:24:161377 '[email protected]',
[email protected]f47d871a2013-10-11 22:14:151378 '[email protected]',
[email protected]3bf40cb2013-10-11 19:10:491379 '[email protected]',
[email protected]0f79ff62014-04-25 23:35:531380 '[email protected]',
[email protected]84003af2014-05-02 09:37:131381 '[email protected]',
1382 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001383 'mouse_lock': ['[email protected]'],
1384 'nacl': ['[email protected]'],
[email protected]cfe80042014-04-14 22:11:541385 'native_client_sdk': ['[email protected]', '[email protected]'],
[email protected]b9ecdb62014-03-07 14:56:431386 'navigation': ['[email protected]', '[email protected]'],
[email protected]0b6c5e92013-03-08 22:42:521387 'net': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001388 'net_error_list': ['[email protected]'],
jkarlin539748402015-03-31 17:36:311389 'netinfo': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001390 'net_log': ['[email protected]', '[email protected]'],
rdsmith2fcbee82015-07-22 00:20:131391 'network_quality': ['[email protected]'],
mlamouri5cdcdf02014-11-27 15:58:591392 'notifications': ['[email protected]',
1393 '[email protected]'],
[email protected]d5fa18c42010-06-01 22:33:311394 'npapi_headers': ['[email protected]'],
Evan Stade459d16662015-07-07 17:04:571395 'ntp': ['[email protected]',
[email protected]0bce107762012-11-27 11:42:541396 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001397 'omnibox': ['[email protected]'],
michaelpgf6260fbd2015-02-06 17:59:351398 'options': ['[email protected]',
1399 '[email protected]'],
[email protected]2fc9a7b62014-04-16 17:10:121400 'overview_mode': ['[email protected]'],
Evan Stadeb873f1a2014-09-09 00:57:321401 'ozone': ['[email protected]', '[email protected]'],
csharrison3b1dc4062015-10-19 14:31:081402 'page_load_metrics' : ['[email protected]',
kinuko01cbe8a12015-10-20 09:59:061403 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001404 'panels': ['[email protected]', '[email protected]',
1405 '[email protected]', '[email protected]'],
mkwstb0a0ccfb2014-10-23 12:53:251406 'password_manager': ['[email protected]',
vabr57d76102015-04-16 09:48:511407 '[email protected]',
1408 '[email protected]'],
bradnelson3fdc28cb2015-01-23 20:03:251409 'pepper_api': ['[email protected]',
1410 '[email protected]', '[email protected]',
raymesf5084632015-07-02 07:14:151411 '[email protected]', '[email protected]',
1412 '[email protected]', '[email protected]'],
kcarattini72f4fe22015-10-14 22:58:061413 'permissions': ['[email protected]',
1414 '[email protected]'],
stuartmorganf8c132922015-01-23 14:45:341415 'plugin': ['[email protected]'],
michaelpg11fff3f2015-02-06 03:35:341416 'polymer': ['[email protected]'],
twifkak0c69c1f2015-06-22 18:20:091417 'precache': ['[email protected]'],
tburkard8268a8d2014-09-17 12:53:441418 'predictors': ['[email protected]'],
[email protected]be775bc2014-06-30 15:41:141419 'prepopulated_engines': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001420 'prerender': ['[email protected]', '[email protected]',
jkarlin539748402015-03-31 17:36:311421 '[email protected]', '[email protected]'],
mvanouwerkerke9ef38b02015-04-17 14:38:581422 'push_messaging': ['[email protected]', '[email protected]',
1423 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001424 'pyauto': ['[email protected]',
[email protected]4f788fd2012-10-10 21:43:381425 '[email protected]',
[email protected]f76c8852012-06-21 16:37:001426 '[email protected]'],
[email protected]c3887592014-02-06 20:02:251427 'remoting': ['[email protected]'],
gab57e80c72014-12-08 21:06:131428 'rlz_id': ['[email protected]',
gab57e80c72014-12-08 21:06:131429 '[email protected]'],
grt829c6a82014-10-20 09:29:321430 'safe_browsing': ['[email protected]'],
rickyz0a819bfc2015-02-04 23:57:221431 'sandbox': ['[email protected]'],
skyostil20dea312014-11-11 13:43:061432 'scheduler': ['[email protected]'],
mlamourid8b0feb2015-06-02 16:30:471433 'screen_orientation': ['[email protected]'],
[email protected]0b431722014-01-08 07:21:511434 'service_worker': ['[email protected]',
[email protected]84dcfd92014-05-23 13:18:191435 '[email protected]',
[email protected]0b431722014-01-08 07:21:511436 '[email protected]',
[email protected]dd864bc2014-02-24 23:04:091437 '[email protected]',
[email protected]6d095a8b2014-02-28 15:26:161438 '[email protected]',
[email protected]edaf31d2014-03-07 00:09:171439 '[email protected]',
[email protected]6d095a8b2014-02-28 15:26:161440 '[email protected]'],
[email protected]b9ecdb62014-03-07 14:56:431441 'site_instance': ['[email protected]', '[email protected]',
1442 '[email protected]'],
[email protected]ad0295d2012-10-11 23:43:361443 'spellcheck': ['[email protected]',
[email protected]18d7e402014-07-08 19:53:141444 '[email protected]',
rouslan8d6a8372015-09-10 19:10:101445 '[email protected]'],
[email protected]67f39af2013-08-23 20:06:051446 'streams': ['[email protected]'],
zea2b40a9292014-10-09 16:45:251447 'sync': ['[email protected]',
maxboguee02372182014-11-13 00:42:221448 '[email protected]',
pvalenzuela77e4487302015-03-16 17:22:101449 '[email protected]',
pvalenzuela85758c752014-09-25 19:34:561450 '[email protected]',
[email protected]3a2a6ac02014-06-20 07:07:121451 '[email protected]'],
[email protected]84dcfd92014-05-23 13:18:191452 'syncfs': ['[email protected]',
[email protected]6f217122013-11-25 07:21:481453 '[email protected]',
1454 '[email protected]'],
[email protected]4529a792013-06-18 19:18:491455 'sync_proto': ['[email protected]'],
[email protected]82d74152013-07-28 08:55:311456 'tab_capture': ['[email protected]'],
[email protected]4a55dec2012-08-30 18:54:351457 'tab_contents': ['[email protected]',
[email protected]f76c8852012-06-21 16:37:001458 '[email protected]', '[email protected]'],
[email protected]31ef420b2014-08-13 21:19:131459 'tab_media_indicators': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:191460 'tcmalloc': ['[email protected]'],
tonygc7f6a4c12015-01-16 18:32:261461 'telemetry': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001462 'tests': [],
penghuang7d460212015-07-21 20:25:061463 'textinput': ['[email protected]',
[email protected]6bd9e802013-04-18 06:40:421464 '[email protected]',
[email protected]ba2c923f2013-10-19 14:08:181465 '[email protected]',
yukishiino616672e2015-04-02 06:43:101466 '[email protected]'],
[email protected]6bd9e802013-04-18 06:40:421467 'textinput_chromeos': ['[email protected]',
[email protected]ba2c923f2013-10-19 14:08:181468 '[email protected]',
yukishiino616672e2015-04-02 06:43:101469 '[email protected]'],
chirantan96fcf6d2015-01-21 22:36:191470 'timers': ['[email protected]'],
[email protected]0fc48a12014-06-07 20:26:051471 'tools_emacs': ['[email protected]'],
sullivand4bfaed82015-02-13 19:43:381472 'tracing': ['[email protected]', '[email protected]'],
[email protected]cf428f732012-10-02 20:48:151473 'ui_compositor': ['[email protected]'],
[email protected]6b5093c2012-05-23 19:10:181474 'ui_resources': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001475 'valgrind': ['[email protected]',
timurrrr5335dbd2015-04-15 11:04:551476 '[email protected]'],
[email protected]c73ec8ab2014-01-16 20:35:231477 'version_assembly': ['[email protected]',
1478 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001479 'views': ['[email protected]'],
ben0ee290d02014-10-28 00:02:521480 'views_core': ['[email protected]'],
[email protected]ef514a32014-02-26 01:02:351481 'virtual_keyboard': ['[email protected]',
1482 '[email protected]'],
mcasasa5584a02015-09-11 21:15:281483 'webrtc_media': ['[email protected]',
[email protected]70098052014-07-01 08:58:101484 '[email protected]'],
tnakamuraa9bda962015-06-03 13:34:021485 'webrtc_browser_tests': ['[email protected]',
1486 '[email protected]'],
raymesf5084632015-07-02 07:14:151487 'website_settings': ['[email protected]',
1488 '[email protected]'],
[email protected]b17d9e02014-07-29 09:45:501489 'windows_sandboxing': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001490 'x11': ['[email protected]',
1491 '[email protected]',
1492 '[email protected]'],
wjmaclean3ff6a402015-03-31 19:00:201493 'zoom': ['[email protected]'],
timlohd035d572015-09-25 15:28:021494
1495 'blink': ['[email protected]'],
1496 'blink_accessibility': ['[email protected]',
1497 '[email protected]',
1498 '[email protected]',
1499 '[email protected]'],
1500 'blink_animation': ['[email protected]',
1501 '[email protected]',
1502 '[email protected]',
1503 '[email protected]',
1504 '[email protected]'],
1505 'blink_app_banner': [ '[email protected]' ],
1506 'blink_audio': ['[email protected]'],
1507 'blink_battery_status': [ '[email protected]',
1508 '[email protected]' ],
1509 'blink_bidi': [ '[email protected]' ],
1510 'blink_bindings': [ '[email protected]' ],
1511 'blink_bluetooth': [ '[email protected]' ],
1512 'blink_canvas2d': [ '[email protected]',
1513 '[email protected]',
1514 '[email protected]' ],
1515 'blink_clipboard': [ '[email protected]', ],
1516 'blink_content_security_policy': [ '[email protected]' ],
1517 'blink_css': [ '[email protected]',
1518 '[email protected]',
1519 '[email protected]',
1520 '[email protected]',
1521 '[email protected]' ],
1522 'blink_css_grid_layout': [ '[email protected]',
1523 '[email protected]',
1524 '[email protected]' ],
1525 'blink_css_flexbox': [ '[email protected]' ],
1526 'blink_css_fragmentation_tests': [ '[email protected]' ],
1527 'blink_css_regions': [ '[email protected]' ],
1528 'blink_custom_elements': [ '[email protected]',
1529 '[email protected]' ],
1530 'blink_dom': [ '[email protected]',
1531 '[email protected]',
1532 '[email protected]',
1533 '[email protected]',
1534 '[email protected]' ],
1535 'blink_device_light': [ '[email protected]',
1536 '[email protected]' ],
1537 'blink_device_orientation': [ '[email protected]',
1538 '[email protected]',
1539 '[email protected]',
1540 '[email protected]' ],
1541 'blink_devtools': [ '[email protected]',
1542 '[email protected]',
1543 '[email protected]',
1544 '[email protected]',
1545 '[email protected]',
1546 '[email protected]',
1547 '[email protected]',
1548 '[email protected]' ],
1549 'blink_events': [ '[email protected]',
1550 '[email protected]',
1551 '[email protected]' ],
1552 'blink_fetch': [ '[email protected]',
1553 '[email protected]',
1554 '[email protected]',
kinuko01cbe8a12015-10-20 09:59:061555 '[email protected]' ],
timlohd035d572015-09-25 15:28:021556 'blink_layers': [ '[email protected]' ],
1557 'blink_loader': [ '[email protected]',
1558 '[email protected]',
1559 '[email protected]',
kinuko01cbe8a12015-10-20 09:59:061560 '[email protected]' ],
timlohd035d572015-09-25 15:28:021561 'blink_owners': [ '[email protected]'],
1562 'blink_platform_graphics': [ '[email protected]',
1563 '[email protected]',
1564 '[email protected]',
1565 '[email protected]',
1566 '[email protected]',
1567 '[email protected]',
1568 '[email protected]',
1569 '[email protected]',
1570 '[email protected]',
1571 '[email protected]',
chrishtr3b2ec152015-09-29 16:27:281572 '[email protected]',
vmpstreeb843a2015-10-15 18:23:001573 '[email protected]',
chrishtr3b2ec152015-09-29 16:27:281574 '[email protected]' ],
timlohd035d572015-09-25 15:28:021575 'blink_heap': [ '[email protected]',
1576 '[email protected]',
1577 '[email protected]',
1578 '[email protected]' ],
1579 'blink_html': [ '[email protected]',
1580 '[email protected]' ],
chrishtr3b2ec152015-09-29 16:27:281581 'blink_public_api': [ '[email protected]',
1582 '[email protected]' ],
timlohd035d572015-09-25 15:28:021583 'blink_indexed_db': ['[email protected]',
1584 '[email protected]',
1585 '[email protected]'],
1586 'blink_layout': [ '[email protected]',
1587 '[email protected]',
1588 '[email protected]',
1589 '[email protected]',
1590 '[email protected]',
1591 '[email protected]',
1592 '[email protected]' ],
1593 'blink_paint' : [ '[email protected]',
1594 '[email protected]',
1595 '[email protected]' ],
1596 'blink_permissions': [ '[email protected]' ],
1597 'blink_prerender': [ '[email protected]',
1598 '[email protected]' ],
1599 'blink_preloadScanner': [ '[email protected]' ],
1600 'blink_push_messaging': [ '[email protected]',
1601 '[email protected]',
1602 '[email protected]' ],
1603 'blink_client_hints': [ '[email protected]' ],
1604 'blink_scheduler': [ '[email protected]' ],
1605 'blink_track': [ '[email protected]',
1606 '[email protected]',
1607 '[email protected]',
1608 '[email protected]',
1609 '[email protected]',
1610 '[email protected]' ],
1611 'blink_media': [ '[email protected]',
1612 '[email protected]',
1613 '[email protected]',
1614 '[email protected]' ],
1615 'blink_media_queries': [ '[email protected]',
1616 '[email protected]' ],
1617 'blink_fileapi': [ '[email protected]',
1618 '[email protected]',
1619 '[email protected]' ],
1620 'blink_quota': [ '[email protected]',
1621 '[email protected]',
1622 '[email protected]' ],
1623 'blink_viewport_interaction': [ '[email protected]' ],
1624 'blink_webcomponents': [ '[email protected]',
1625 '[email protected]' ],
1626 'blink_mediastream': [ '[email protected]' ],
1627 'blink_navigator_content_utils': [ '[email protected]' ],
1628 'blink_notifications': [ '[email protected]' ],
1629 'blink_geolocation': [ '[email protected]',
1630 '[email protected]',
1631 '[email protected]' ],
1632 'blink_htmlparser': [ '[email protected]' ],
1633 'blink_vibration': [ '[email protected]',
1634 '[email protected]' ],
1635 'blink_serviceworkers': [ '[email protected]',
1636 '[email protected]',
1637 '[email protected]',
1638 '[email protected]',
1639 '[email protected]',
1640 '[email protected]',
1641 '[email protected]',
1642 '[email protected]' ],
1643 'blink_serviceworkers_tests': [ '[email protected]' ],
1644 'blink_sheriff_o_matic': [ '[email protected]',
1645 '[email protected]',
1646 '[email protected]',
1647 '[email protected]',
1648 '[email protected]',
1649 '[email protected]',
1650 '[email protected]',
1651 '[email protected]' ],
1652 'blink_spellcheck' : [ '[email protected]' ],
1653 'blink_style': [ '[email protected]' ],
1654 'blink_svg': [ '[email protected]',
1655 '[email protected]',
1656 '[email protected]',
1657 '[email protected]',
1658 '[email protected]',
1659 '[email protected]',
1660 '[email protected]',
1661 '[email protected]' ],
timlohd035d572015-09-25 15:28:021662 'blink_w3ctests' : [ '[email protected]' ],
1663 'blink_webp': [ '[email protected]',
1664 '[email protected]',
1665 '[email protected]',
1666 '[email protected]' ],
1667 'blink_out_of_process_frames': [ '[email protected]',
1668 '[email protected]' ],
1669 'blink_screen_orientation': [ '[email protected]' ],
1670 'blink_web_idl': [ '[email protected]',
1671 '[email protected]',
1672 '[email protected]' ],
1673 'blink_websockets': [ '[email protected]',
1674 '[email protected]' ],
1675 'blink_workers': [ '[email protected]',
1676 '[email protected]',
1677 '[email protected]',
1678 '[email protected]' ],
1679 'blink_wtf': [ '[email protected]',
1680 '[email protected]' ],
1681 'blink_xmlhttprequest': [ '[email protected]' ],
tfarinad21f9472015-10-13 18:36:011682 'test_runner': [ '[email protected]',
1683 '[email protected]' ],
[email protected]a3838612009-10-13 21:57:541684 },
1685}