blob: b88bf1fb4cc066029e91a02d15c484c57b7f80ad [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 },
mkwst512627022014-09-16 09:23:27263 'content_renderer': {
264 'filepath': 'content/renderer/',
265 },
[email protected]aa3311a2012-11-19 16:04:58266 'content_shell': {
267 'filepath': 'content/shell/',
268 },
kinukoa121bce2015-01-30 10:04:41269 'content_worker': {
270 'filepath': 'content/.*worker',
271 },
[email protected]f76c8852012-06-21 16:37:00272 'cookie_monster': {
[email protected]f2f0fbb92012-07-14 15:52:49273 'filepath': 'net/cookies/|'\
[email protected]8492b5b2012-12-17 21:58:08274 'chrome/browser/net/sqlite_persistent_cookie_store',
[email protected]f76c8852012-06-21 16:37:00275 },
vabr8380eb32014-11-17 11:50:27276 'custom_handlers': {
277 'filepath': 'chrome/browser/custom_handlers/|'\
278 'chrome/common/custom_handlers/',
279 },
ianwencdb8c9e2015-06-18 22:10:15280 'custom_tabs': {
Newton Allen38c62212015-06-24 21:41:53281 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/customtabs/|'\
ianwencdb8c9e2015-06-18 22:10:15282 'chrome/android/javatests/src/org/chromium/chrome/browser/customtabs/',
alancuttercbad6512015-06-19 02:31:28283 },
[email protected]5e105332012-09-13 01:55:52284 'deep_memory_profiler': {
285 'filepath': 'tools/(deep_memory_profiler|find_runtime_symbols)',
286 },
Bartosz Fabianowski85a823812015-04-16 10:27:51287 'device_bluetooth': {
288 'filepath': 'device/.*bluetooth'
289 },
[email protected]29ad47c2014-04-23 09:12:48290 'device_sensors': {
291 'filepath': 'content/browser/device_sensors/|'\
292 'content/common/device_sensors/|'\
293 'content/public/android/java/src/org/chromium/content/browser/DeviceSensors.java|'\
294 'content/public/android/javatests/src/org/chromium/content/browser/DeviceSensorsTest.java|'\
295 'content/renderer/device_sensors/',
[email protected]8c667232013-11-12 19:49:14296 },
scheibabdd7d32015-02-11 22:13:08297 'developer_recommended_flags': {
298 'filepath': 'developer_recommended_flags.gypi',
299 },
[email protected]342b12872012-11-07 12:10:46300 'devtools': {
301 'filepath': 'devtools',
302 },
[email protected]bab2a832012-07-11 23:29:41303 'disk_cache': {
304 'filepath': 'net/disk_cache/|http_cache',
305 },
[email protected]f76c8852012-06-21 16:37:00306 'dns': {
[email protected]f2f0fbb92012-07-14 15:52:49307 'filepath': 'net/base/host_resolver|' \
[email protected]8492b5b2012-12-17 21:58:08308 'net/base/host_cache|' \
309 'net/dns/'
[email protected]f76c8852012-06-21 16:37:00310 },
[email protected]f76c8852012-06-21 16:37:00311 'download': {
[email protected]f2f0fbb92012-07-14 15:52:49312 'filepath': 'chrome/browser/download/|'\
[email protected]8492b5b2012-12-17 21:58:08313 'content/browser/download/',
[email protected]6bff0ad2011-06-17 01:32:51314 },
[email protected]ca872e362011-07-12 21:06:03315 'downloads_ui': {
[email protected]8492b5b2012-12-17 21:58:08316 'filepath': 'chrome/browser/resources/downloads/|' \
317 'chrome/browser/ui/webui/.*downloads|' \
318 'chrome/browser/ui/views/download/|' \
asanka2009f412015-10-05 17:28:12319 'chrome/browser/ui/cocoa/download/'
[email protected]ca872e362011-07-12 21:06:03320 },
[email protected]f6df20a2012-10-23 21:22:07321 'drive': {
[email protected]8492b5b2012-12-17 21:58:08322 'filepath': 'chrome/browser/chromeos/drive/|' \
323 'chrome/browser/google_apis/'
[email protected]f6df20a2012-10-23 21:22:07324 },
[email protected]89d2cd52013-04-16 01:55:36325 'drive_resource_metadata': {
[email protected]2c948e12013-10-17 03:08:33326 'filepath': 'chrome/browser/chromeos/drive/resource_metadata'
[email protected]89d2cd52013-04-16 01:55:36327 },
[email protected]3a25c8a2014-06-26 06:47:10328 'eme': {
329 'filepath': 'components/cdm/|' \
330 'content/browser/media/cdm/|' \
331 'content/renderer/media/crypto/|' \
332 'media/base/android/*drm*|' \
333 'media/cdm/|' \
334 'third_party/widevine/cdm/'
335 },
noyauc7f9ea392014-11-26 11:24:48336 'enhanced_bookmarks': {
337 'filepath': 'chrome/browser/enhanced_bookmarks/' \
338 '|components/enhanced_bookmarks/'
339 },
ianwencdb8c9e2015-06-18 22:10:15340 'enhanced_bookmarks_android': {
Newton Allen38c62212015-06-24 21:41:53341 'filepath': 'chrome/android/java/src/org/chromium/'\
ianwencdb8c9e2015-06-18 22:10:15342 'chrome/browser/enhancedbookmarks/|'\
343 'chrome/android/java/res/layout/eb*.xml'
344 },
[email protected]247dcfb92014-04-23 18:25:59345 'events': {
346 'filepath': 'ui/events/',
347 },
[email protected]f76c8852012-06-21 16:37:00348 'extension': {
349 'filepath': 'extension',
[email protected]161277d42011-06-24 20:48:45350 },
[email protected]f76c8852012-06-21 16:37:00351 'fileapi': {
[email protected]8492b5b2012-12-17 21:58:08352 'filepath': 'file_system/|' \
353 'fileapi/'
[email protected]80919512011-08-03 08:51:04354 },
[email protected]f76c8852012-06-21 16:37:00355 'filebrowse': {
[email protected]8492b5b2012-12-17 21:58:08356 'filepath': 'file_browser|' \
357 'file_manager|' \
358 'filebrowse'
[email protected]4b07b62cc2011-10-03 17:52:39359 },
[email protected]4ed766c2013-09-19 09:45:20360 'filesapp': {
[email protected]4ff3d9f2014-04-24 05:25:20361 'filepath': 'ui/file_manager'
[email protected]4ed766c2013-09-19 09:45:20362 },
[email protected]f76c8852012-06-21 16:37:00363 'ftp': {
364 'filepath': 'ftp',
[email protected]ffeb189d2011-10-05 18:49:39365 },
[email protected]3a2a6ac02014-06-20 07:07:12366 'gcm': {
367 'filepath': 'chrome/browser/services/gcm/|'\
368 'components/gcm_driver/|'\
369 'google_apis/gcm/',
370 },
[email protected]d8036492013-08-09 16:02:23371 'geolocation': {
372 'filepath': 'chrome/browser/geolocation/|'\
373 'content/browser/geolocation|'\
374 'content/public/common/geoposition.*|'\
375 'content/public/browser/geolocation.*|'\
376 'content/renderer/geolocation.*|'\
377 'content/shell/geolocation/',
378 },
[email protected]f93b7382012-08-09 20:53:16379 'gfx_image': {
380 'filepath': 'ui/gfx/image/',
381 },
[email protected]cf428f732012-10-02 20:48:15382 'gfx_geometry': {
danakj570c1332015-01-06 16:59:36383 'filepath': 'ui/gfx/geometry/',
[email protected]cf428f732012-10-02 20:48:15384 },
[email protected]4d1773e2014-04-05 07:59:57385 'gn': {
386 'filepath': 'tools/gn',
387 },
[email protected]f76c8852012-06-21 16:37:00388 'gpu': {
[email protected]f2f0fbb92012-07-14 15:52:49389 'filepath': 'gpu/',
[email protected]f76c8852012-06-21 16:37:00390 },
[email protected]f76c8852012-06-21 16:37:00391 'history_ui': {
[email protected]f2f0fbb92012-07-14 15:52:49392 'filepath': 'chrome/browser/resources/history',
[email protected]f76c8852012-06-21 16:37:00393 },
[email protected]18d7e402014-07-08 19:53:14394 'hotword': {
395 'filepath': 'chrome/browser/extensions/api/hotword_private/'\
396 '|chrome/browser/resources/hotword_helper/'\
[email protected]535980d42014-08-12 14:31:28397 '|chrome/browser/resources/hotword/'\
[email protected]18d7e402014-07-08 19:53:14398 '|chrome/browser/search/hotword*'\
399 '|chrome/test/data/extensions/api_test/hotword_private/',
400 },
[email protected]f76c8852012-06-21 16:37:00401 'i18n': {
[email protected]f2f0fbb92012-07-14 15:52:49402 'filepath': 'base/i18n/|base/string|l10n|icu|'\
403 'locale_settings|encoding',
[email protected]f76c8852012-06-21 16:37:00404 },
[email protected]f76c8852012-06-21 16:37:00405 'importer': {
[email protected]f2f0fbb92012-07-14 15:52:49406 'filepath': 'import',
[email protected]f76c8852012-06-21 16:37:00407 },
[email protected]c26161352013-11-12 19:50:01408 'indexed_db': {
409 'filepath': 'content/browser/indexed_db|'\
410 'content/child/indexed_db|'\
411 'content/common/indexed_db|'\
412 'content/public/browser/indexed_db|'\
413 'content/test/data/indexeddb',
414 },
[email protected]f76c8852012-06-21 16:37:00415 'installer': {
[email protected]f2f0fbb92012-07-14 15:52:49416 'filepath': 'chrome/installer/',
[email protected]f76c8852012-06-21 16:37:00417 },
mmoss19826c62014-11-14 21:37:36418 'installer_linux': {
419 'filepath': 'chrome/installer/linux/',
420 },
[email protected]56b4b09d32012-07-27 18:28:41421 'instant': {
[email protected]607903d2013-03-25 22:15:47422 'filepath': 'instant|searchbox|'\
423 'chrome/browser/search/|'\
[email protected]c29b7dae2013-03-25 22:29:13424 'chrome/browser/ui/search/|'\
[email protected]eb99f8e2013-07-10 10:17:39425 'chrome/browser/resources/local_ntp/|'\
[email protected]607903d2013-03-25 22:15:47426 'chrome/common/search_types.*',
[email protected]56b4b09d32012-07-27 18:28:41427 },
sdefresne18b47312015-06-18 15:15:09428 'ios_chrome': {
429 'filepath': 'ios/chrome',
430 },
[email protected]f76c8852012-06-21 16:37:00431 'ipc': {
[email protected]f2f0fbb92012-07-14 15:52:49432 'filepath': 'ipc/ipc',
[email protected]f76c8852012-06-21 16:37:00433 },
mkwstb0d1b1d2014-09-30 11:45:36434 'ipc_messages': {
435 'filepath': '_message.*.h|'\
436 '_messages.cc',
437 },
[email protected]a3f777d2014-01-07 23:38:26438 'libwebp': {
439 'filepath': 'third_party/libwebp'
440 },
johannkoenig52381382015-09-18 22:35:25441 'libvpx': {
442 'filepath': 'third_party/libvpx_new'
443 },
[email protected]04a292a2013-03-07 19:58:42444 'linux_fonts': {
445 'filepath': 'ui/gfx/font_render_params_.*|'\
deratcd2d6fb2015-02-12 00:10:41446 'ui/gfx/platform_font_linux.*|'\
447 'ui/gfx/render_text_harfbuzz.*',
[email protected]04a292a2013-03-07 19:58:42448 },
449 'linux_sandboxing': {
[email protected]f2f0fbb92012-07-14 15:52:49450 'filepath': 'sandbox/linux/',
[email protected]f76c8852012-06-21 16:37:00451 },
[email protected]04a292a2013-03-07 19:58:42452 'linux_seccomp_bpf': {
[email protected]d6a23612012-11-13 20:11:54453 'filepath': 'content/common/sandbox.*linux.cc',
[email protected]f76c8852012-06-21 16:37:00454 },
yzshen481e18d2015-05-08 16:29:17455 'mandoline': {
456 'filepath': 'mandoline',
457 },
mlamourid8b0feb2015-06-02 16:30:47458 'manifest': {
459 'filepath': 'content/(browser|renderer)/manifest/'\
460 '|content/public/common/manifest*',
461 },
michaelpg32ca07902015-02-07 00:31:11462 'md_settings': {
orenb42e83d22015-03-07 02:05:15463 'filepath': 'ui/webui/resources/cr_element'\
michaelpg9bc66292015-09-04 22:35:19464 '|chrome/browser/resources/settings/'\
465 '|chrome/browser/ui/webui/settings/',
michaelpg32ca07902015-02-07 00:31:11466 },
[email protected]f76c8852012-06-21 16:37:00467 'media': {
[email protected]f2f0fbb92012-07-14 15:52:49468 'filepath': 'media/|third_party/(ffmpeg|openmax)/|webmediaplayer|'\
[email protected]034548d2012-07-31 20:34:00469 'audio_message_filter|video_layer|media_internals',
[email protected]f76c8852012-06-21 16:37:00470 },
[email protected]06dd23172013-06-24 21:04:51471 'media_galleries': {
472 'filepath': 'chrome/browser/extensions/api/media_galleries/'\
[email protected]06dd23172013-06-24 21:04:51473 '|chrome/browser/media_galleries/'\
474 '|chrome/browser/storage_monitor/'\
475 '|chrome/common/media_galleries/'\
476 '|chrome/test/data/extensions/api_test/media_galleries/'\
477 '|chrome/utility/itunes*'\
478 '|chrome/utility/picasa*',
479 },
kmarshallb698ad4f2015-02-24 19:42:48480 'media_router': {
481 'filepath': 'chrome/browser/media/router/*' \
482 '|chrome/app/theme/*/common/media_router*' \
483 '|chrome/browser/resources/media_router/' \
484 '|chrome/browser/ui/webui/media_router/' \
485 '|chrome/test/media_router/',
486 },
[email protected]f76c8852012-06-21 16:37:00487 'message_loop': {
[email protected]f2f0fbb92012-07-14 15:52:49488 'filepath': 'base/message_'
[email protected]f76c8852012-06-21 16:37:00489 },
490 'metrics': {
[email protected]f2f0fbb92012-07-14 15:52:49491 'filepath': 'base/metrics/'\
492 '|chrome/browser/metrics/'\
493 '|chrome/common/metrics/'\
[email protected]f2f0fbb92012-07-14 15:52:49494 '|chrome/browser/chromeos/external_metrics'\
[email protected]b0d594d2014-02-21 03:22:12495 '|chrome/browser/extensions/api/metrics_private/'\
[email protected]f2f0fbb92012-07-14 15:52:49496 '|chrome/browser/ui/webui/metrics_handler'\
[email protected]f76c8852012-06-21 16:37:00497 '|content/browser/user_metrics.cc'\
[email protected]ce6b855a2014-03-12 19:51:39498 '|components/rappor/'\
[email protected]f76c8852012-06-21 16:37:00499 '|content/public/browser/user_metrics.h'\
[email protected]b0d594d2014-02-21 03:22:12500 # Exclude XML files; in particular, histograms.xml.
501 '|tools/metrics/[^.]*([.](?!xml$).*)?$',
502 },
503 'metrics_xml_files': {
504 # Subscribe to this to watch for changes to histograms.xml.
toyoshim8f51f902015-03-27 03:50:21505 'filepath': 'tools/metrics/.*\.xml$',
506 },
507 'midi': {
508 'filepath': 'midi',
[email protected]f76c8852012-06-21 16:37:00509 },
[email protected]341f218a2013-09-24 22:16:10510 'mojo': {
511 'filepath': 'mojo',
512 },
[email protected]f76c8852012-06-21 16:37:00513 'mouse_lock': {
514 'filepath': 'mouse_lock',
515 },
516 'nacl': {
[email protected]f2f0fbb92012-07-14 15:52:49517 'filepath': 'chrome/nacl/|chrome/test/nacl/|'\
[email protected]193912d2013-09-06 17:41:56518 'chrome/browser/nacl_host/|chrome/common/nacl|'\
519 'native_client_sdk/src/doc/',
[email protected]f76c8852012-06-21 16:37:00520 },
[email protected]99ddc3d2013-01-22 16:15:33521 'native_client_sdk': {
522 'filepath': '^native_client_sdk/',
523 },
[email protected]b9ecdb62014-03-07 14:56:43524 'navigation': {
525 'filepath': 'content/browser/frame_host|'\
526 'content/browser/renderer_host/render_process_host.*|'\
527 'content/browser/renderer_host/render_view_host.*|'\
528 'content/browser/web_contents/web_contents_impl.*|'\
529 'content/renderer/render_frame.*|'\
530 'content/renderer/render_view.*'
531 },
[email protected]f76c8852012-06-21 16:37:00532 'net': {
[email protected]f2f0fbb92012-07-14 15:52:49533 'filepath': 'net/',
[email protected]f76c8852012-06-21 16:37:00534 },
535 'net_error_list': {
536 'filepath': 'net/base/net_error_list.h',
537 },
538 'net_log': {
[email protected]f2f0fbb92012-07-14 15:52:49539 'filepath': 'net/base/net_log|' \
540 'chrome/browser/net/.*net_log|' \
541 'chrome/browser/net/passive_log_collector|' \
542 'chrome/browser/resources/net_internals/|' \
543 'chrome/browser/ui/webui/net_internals/'
[email protected]f76c8852012-06-21 16:37:00544 },
jkarlin539748402015-03-31 17:36:31545 'netinfo': {
546 'filepath': 'netinfo',
547 },
rdsmith2fcbee82015-07-22 00:20:13548 'network_quality': {
549 'filepath': 'net/base/network_quality*',
550 },
peterf4758412014-09-17 15:06:01551 'notifications': {
552 'filepath': 'chrome/browser/extensions/api/notifications/|' \
553 'chrome/browser/notifications/|' \
peter8ab156b2015-03-29 15:44:12554 'chrome/test/data/notifications/|' \
555 'content/browser/notifications/|' \
556 'content/child/notifications/|' \
557 'content/common/platform_notification|' \
558 'content/public/browser/platform_notification|' \
559 'content/public/common/platform_notification|' \
560 'content/renderer/notification_|' \
peterf4758412014-09-17 15:06:01561 'ui/message_center/'
562 },
[email protected]f76c8852012-06-21 16:37:00563 'npapi_headers': {
[email protected]f2f0fbb92012-07-14 15:52:49564 'filepath': 'third_party/npapi/bindings/',
[email protected]f76c8852012-06-21 16:37:00565 },
566 'ntp': {
[email protected]f2f0fbb92012-07-14 15:52:49567 'filepath': 'chrome/browser/resources/ntp4/|'\
[email protected]b7ecd5f2013-02-14 21:04:16568 'chrome/browser/resources/ntp_android/|'\
[email protected]f2f0fbb92012-07-14 15:52:49569 'chrome/browser/ui/webui/ntp/',
[email protected]f76c8852012-06-21 16:37:00570 },
571 'omnibox': {
[email protected]f2f0fbb92012-07-14 15:52:49572 'filepath': 'chrome/browser/autocomplete/'\
573 '|chrome/browser/ui/.*/omnibox/'
[email protected]f76c8852012-06-21 16:37:00574 },
[email protected]437c44b2012-11-08 01:35:52575 'options': {
576 'filepath': 'chrome/browser/resources/options/|'\
577 'chrome/browser/ui/webui/options/',
578 },
[email protected]2fc9a7b62014-04-16 17:10:12579 'overview_mode': {
580 'filepath': 'ash/wm/overview/',
581 },
[email protected]4a2078e2013-07-18 20:40:20582 'ozone': {
[email protected]f93c2c92013-10-31 18:22:44583 'filepath': 'ui/ozone/|'\
[email protected]4b66bf922013-10-28 19:49:43584 'ui/events/ozone/|'\
585 'ui/gfx/ozone/|'\
[email protected]4a2078e2013-07-18 20:40:20586 'ui/gl/gl_.*egl.*|'\
587 'ui/gl/gl_.*ozone.*'
588 },
csharrison3b1dc4062015-10-19 14:31:08589 'page_load_metrics' : {
590 'filepath': 'components/page_load_metrics/'
591 },
[email protected]f76c8852012-06-21 16:37:00592 'panels': {
[email protected]7cbe5a52012-09-27 02:00:29593 'filepath': 'chrome/browser/ui/panels'\
594 '|chrome/browser/ui/cocoa/panels'\
[email protected]7cbe5a52012-09-27 02:00:29595 '|chrome/browser/ui/views/panels'
[email protected]f76c8852012-06-21 16:37:00596 },
[email protected]3cc8b3922014-05-05 13:12:08597 'password_manager': {
598 'filepath': 'chrome/.*/password_'\
599 '|chrome/browser/ui/passwords'\
600 '|chrome/browser/ui/views/passwords'\
601 '|chrome/test/data/password'\
602 '|components/autofill.*password'
603 '|components/password_'\
604 },
[email protected]f76c8852012-06-21 16:37:00605 'pepper_api': {
[email protected]b8491b02013-11-13 03:50:58606 'filepath': 'ppapi/api'\
607 '|ppapi/c',
[email protected]f76c8852012-06-21 16:37:00608 },
mlamourid8b0feb2015-06-02 16:30:47609 'permissions': {
610 'filepath': 'content/(child,browser)/permissions/'\
611 '|content/common/permission_*'\
612 '|content/public/(common,browser)/permission_*'\
613 '|chrome/browser/permissions/'\
614 '|chrome/browser/content_settings/permission*'\
615 '|permission_context',
616 },
[email protected]f76c8852012-06-21 16:37:00617 'plugin': {
[email protected]f2f0fbb92012-07-14 15:52:49618 'filepath': 'chrome/browser/plugin|chrome/plugin/|'\
Thiago Farinae067154bb2015-05-07 15:37:59619 'chrome/common/plugin',
[email protected]f76c8852012-06-21 16:37:00620 },
michaelpg11fff3f2015-02-06 03:35:34621 'polymer': {
622 'filepath': 'third_party/polymer/|'\
623 'ui/webui/resources/polymer_resources.grdp',
624 },
twifkak0c69c1f2015-06-22 18:20:09625 'precache': {
626 'filepath': '[pP]recache'
627 },
[email protected]ef6cc442012-10-30 03:24:17628 'predictors': {
629 'filepath': 'predictors',
630 },
[email protected]be775bc2014-06-30 15:41:14631 'prepopulated_engines': {
632 'filepath': 'components/search_engines/prepopulated_engines.json',
633 },
[email protected]f76c8852012-06-21 16:37:00634 'prerender': {
[email protected]78375a52012-07-14 14:47:57635 'filepath': 'prerender'
[email protected]f76c8852012-06-21 16:37:00636 },
peter884896c72015-03-12 14:26:20637 'push_messaging': {
638 'filepath': 'push_messaging'
639 },
[email protected]f76c8852012-06-21 16:37:00640 'pyauto': {
641 'filepath': 'chrome/test/pyautolib' \
642 '|chrome/test/functional' \
643 '|chrome/browser/automation/automation_provider_json'
644 },
645 'remoting': {
anandce1c55372015-03-04 01:23:10646 'filepath': 'remoting/' \
647 '|testing/chromoting'
[email protected]f76c8852012-06-21 16:37:00648 },
gab57e80c72014-12-08 21:06:13649 'rlz_id': {
650 'filepath' :'rlz/lib/machine_id.cc|'\
651 'rlz/lib/machine_id.h|'\
652 'rlz/win/lib/machine_id_win.cc',
653 },
grt829c6a82014-10-20 09:29:32654 'safe_browsing': {
655 'filepath': 'chrome/(browser|common|renderer)/safe_browsing/',
656 },
rickyz0a819bfc2015-02-04 23:57:22657 'sandbox': {
658 'filepath': 'sandbox/'\
659 '|content/browser/bootstrap_sandbox_mac'\
660 '|content/browser/renderer_host/render_sandbox_host_linux'\
661 '|content/browser/renderer_host/sandbox_ipc_linux'\
662 '|content/browser/zygote_host/'\
663 '|content/common/sandbox_'\
664 '|content/zygote/'\
665 },
skyostil20dea312014-11-11 13:43:06666 'scheduler': {
rmcilroyfa5ac552015-04-09 12:33:17667 'filepath': 'cc/scheduler'\
jochen83c639f02015-04-22 17:07:37668 '|components/scheduler'\
rmcilroyfa5ac552015-04-09 12:33:17669 '|content/renderer/scheduler'
skyostil20dea312014-11-11 13:43:06670 },
mlamourid8b0feb2015-06-02 16:30:47671 'screen_orientation': {
672 'filepath': 'screen_orientation',
673 },
[email protected]21cd39b2012-06-28 01:48:40674 'search': {
[email protected]f2f0fbb92012-07-14 15:52:49675 'filepath': 'chrome/browser/ui/search/',
[email protected]21cd39b2012-06-28 01:48:40676 },
[email protected]0b431722014-01-08 07:21:51677 'service_worker': {
[email protected]edaf31d2014-03-07 00:09:17678 'filepath': 'content/(browser|renderer|child|common)/service_worker/',
[email protected]0b431722014-01-08 07:21:51679 },
[email protected]f76c8852012-06-21 16:37:00680 'site_instance': {
[email protected]f2f0fbb92012-07-14 15:52:49681 'filepath': 'content/browser/site_instance|'\
682 'content/browser/browsing_instance',
[email protected]f76c8852012-06-21 16:37:00683 },
684 'speech': {
[email protected]f2f0fbb92012-07-14 15:52:49685 'filepath': 'chrome/browser/speech/'\
686 '|content/browser/speech/'\
687 '|content/common/.*speech'\
688 '|content/public/.*speech'
[email protected]f76c8852012-06-21 16:37:00689 },
[email protected]ad0295d2012-10-11 23:43:36690 'spellcheck': {
691 'filepath': 'chrome/browser/spellchecker/'\
692 '|chrome/browser/tab_contents/spellchecker'\
693 '|chrome/browser/tab_contents/spelling_menu'\
694 '|chrome/common/spellcheck_'\
695 '|chrome/renderer/spellchecker/'\
[email protected]97e677a62013-01-11 19:18:35696 '|third_party/hunspell/'\
697 '|third_party/hunspell_dictionaries/'\
[email protected]ad0295d2012-10-11 23:43:36698 },
[email protected]67f39af2013-08-23 20:06:05699 'streams': {
700 'filepath': 'content/browser/streams/',
701 },
[email protected]43d33e92014-07-14 16:39:31702 'supervised_users': {
703 'filepath': 'chrome/browser/.*managed_mode'\
704 '|chrome/browser/.*managed_user'\
705 '|chrome/browser/.*supervised_user',
706 },
[email protected]f76c8852012-06-21 16:37:00707 'sync': {
[email protected]3a2a6ac02014-06-20 07:07:12708 'filepath': 'chrome/browser/sync/|sync/|components/sync_driver/',
[email protected]f76c8852012-06-21 16:37:00709 },
[email protected]92871a102013-07-01 11:11:41710 'syncfs': {
711 'filepath': 'sync_file_system',
712 },
[email protected]4529a792013-06-18 19:18:49713 'sync_proto': {
714 'filepath': 'sync/protocol/',
715 },
[email protected]82d74152013-07-28 08:55:31716 'tab_capture': {
[email protected]31ef420b2014-08-13 21:19:13717 'filepath': 'cc/output/copy_output_request'\
718 '|chrome/browser/extensions/api/tab_capture/'\
719 '|chrome/test/data/extensions/api_test/tab_capture/'\
720 '|content/browser/compositor/delegated_frame_host'\
721 '|content/browser/media/capture/'\
722 '|content/browser/renderer_host/compositing_iosurface'\
723 '|content/browser/renderer_host/media/(audio_'\
724 '|media_stream_manager|video_)'\
725 '|media/audio/(audio_output_controller|fake_audio_|virtual_audio_)'\
726 '|media/base/video_frame\.h'\
727 '|media/video/capture/video_capture_',
[email protected]82d74152013-07-28 08:55:31728 },
[email protected]f76c8852012-06-21 16:37:00729 'tab_contents': {
[email protected]f2f0fbb92012-07-14 15:52:49730 'filepath': 'chrome/browser/tab_contents/|'\
731 'content/browser/tab_contents/|'\
732 'chrome/browser/ui/tab_contents/',
[email protected]f76c8852012-06-21 16:37:00733 },
[email protected]31ef420b2014-08-13 21:19:13734 'tab_media_indicators': {
735 'filepath': 'chrome/browser/media/audio_stream_monitor'\
736 '|chrome/browser/ui/cocoa/tabs/tab_controller\.mm'\
737 '|chrome/browser/ui/tabs/tab_utils'\
738 '|chrome/browser/ui/views/tabs/tab\.cc'\
739 '|chrome/browser/ui/views/tabs/tab_renderer_data'\
740 '|media/audio/audio_(output_controller|power_monitor)',
741 },
[email protected]f76c8852012-06-21 16:37:00742 'task_manager': {
743 'filepath': 'task_manager'
744 },
[email protected]5e105332012-09-13 01:55:52745 'tcmalloc': {
746 'filepath': 'third_party/tcmalloc'
747 },
[email protected]31a10602012-11-21 01:51:26748 'telemetry': {
[email protected]5fef30a2014-03-12 20:09:19749 'filepath': 'tools/perf/|'\
750 'tools/telemetry/'
[email protected]31a10602012-11-21 01:51:26751 },
[email protected]f76c8852012-06-21 16:37:00752 'tests': {
[email protected]f2f0fbb92012-07-14 15:52:49753 'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/',
[email protected]0cde05a02011-11-30 23:36:52754 },
[email protected]1cbbb30b2011-10-14 08:03:56755 'textinput': {
[email protected]f2f0fbb92012-07-14 15:52:49756 'filepath': 'content/browser/renderer_host/gtk_im'\
757 '|content/browser/renderer_host/gtk_key'\
758 '|content/browser/renderer_host/render_widget_host_view'\
759 '|content/browser/renderer_host/text_input'\
760 '|ui/base/ime/'\
761 '|ui/base/gtk/event'\
762 '|ui/base/gtk/gtk_im'\
763 '|ui/base/keycodes/'\
764 '|ui/base/win/ime'\
765 '|ui/views/controls/textfield/'\
766 '|ui/views/ime/'
[email protected]1cbbb30b2011-10-14 08:03:56767 },
[email protected]3a117c62011-11-29 04:28:02768 'textinput_chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:49769 'filepath': 'chrome/browser/chromeos/input_method/'\
770 '|chrome/browser/chromeos/extensions/input_method'\
771 '|chrome/browser/chromeos/status/input_method'\
772 '|chrome/browser/extensions/extension_input_'\
773 '|chrome/browser/resources/keyboard'\
774 '|chrome/browser/resources/options/language'\
[email protected]ef03eae2011-11-30 08:43:43775 '|chrome/browser/ui/webui/options/'\
[email protected]f2f0fbb92012-07-14 15:52:49776 'chromeos/.*(language|keyboard)'\
[email protected]6bd9e802013-04-18 06:40:42777 '|chrome/browser/ui/webui/options/language'\
778 '|chromeos/ime/*'
[email protected]3a117c62011-11-29 04:28:02779 },
chirantan96fcf6d2015-01-21 22:36:19780 'timers': {
781 'filepath': 'base/timer/'\
782 '|components/timers/'
783 },
[email protected]f76c8852012-06-21 16:37:00784 'tools': {
[email protected]f2f0fbb92012-07-14 15:52:49785 'filepath': 'tools/',
[email protected]6bea7b42011-10-19 19:47:09786 },
[email protected]f76c8852012-06-21 16:37:00787 'tools_emacs': {
[email protected]f2f0fbb92012-07-14 15:52:49788 'filepath': 'tools/emacs/',
[email protected]65676d32012-04-18 14:41:05789 },
[email protected]c8eb7f72013-07-04 15:30:11790 'tracing': {
791 'filepath': 'base/debug/trace_event.*'\
primianobef13b42015-01-30 15:29:31792 '|base/trace_event/'\
[email protected]c8eb7f72013-07-04 15:30:11793 '|content/browser/tracing/'\
794 '|components/tracing/'
795 },
[email protected]cf428f732012-10-02 20:48:15796 'ui_compositor': {
797 'filepath': 'ui/compositor/layer\.|'\
798 'ui/compositor/layer_unittest|'\
799 'ui/compositor/compositor',
800 },
[email protected]6b5093c2012-05-23 19:10:18801 'ui_resources': {
[email protected]f2f0fbb92012-07-14 15:52:49802 'filepath': 'ui/resources/'\
803 '|ui/base/native_theme/resources/'\
804 '|chrome/app/theme/'
[email protected]6b5093c2012-05-23 19:10:18805 },
[email protected]f76c8852012-06-21 16:37:00806 'valgrind': {
807 'filepath': 'valgrind',
808 },
[email protected]c73ec8ab2014-01-16 20:35:23809 'version_assembly': {
810 'filepath': 'chrome/app/version_assembly',
811 },
[email protected]f76c8852012-06-21 16:37:00812 'views': {
813 # Applies to all files and subdirs within this directory.
[email protected]f2f0fbb92012-07-14 15:52:49814 'filepath': '^ui/views/',
[email protected]f76c8852012-06-21 16:37:00815 },
816 'views_core': {
817 'filepath': 'ui/views/view.h|'\
818 'ui/views/view.cc|'\
[email protected]f2f0fbb92012-07-14 15:52:49819 'ui/views/widget/',
[email protected]f76c8852012-06-21 16:37:00820 },
[email protected]f47d871a2013-10-11 22:14:15821 'views_corewm': {
822 'filepath': 'ui/views/corewm/',
[email protected]3fc918142013-10-12 01:42:17823 },
[email protected]ef514a32014-02-26 01:02:35824 'virtual_keyboard': {
825 'filepath': 'ui/keyboard/'\
826 'chrome/test/data/chromeos/virtual_keyboard/'\
827 'chrome/common/extensions/api/virtual_keyboard',
828 },
[email protected]b887a262013-09-18 22:43:56829 'webrtc_media': {
830 'filepath': 'chrome/browser/media/|'\
831 'content/browser/renderer_host/media/|'\
[email protected]70098052014-07-01 08:58:10832 'content/common/gpu/media/|'\
[email protected]b887a262013-09-18 22:43:56833 'content/renderer/media/|'\
mcasasfec6c752014-11-11 13:25:58834 'media/base/android/|'\
mcasasa5584a02015-09-11 21:15:28835 'media/capture/|'\
mcasas53024942014-11-11 12:59:28836 'video.*_accelerat',
[email protected]b887a262013-09-18 22:43:56837 },
phoglundfad6cac2015-06-02 09:21:26838 'webrtc_browser_tests': {
839 'filepath': 'chrome/browser/media/.*webrtc.*browsertest|'\
840 'content/browser/media/.*webrtc.*browsertest',
841 },
[email protected]208879542012-07-05 11:15:34842 'website_settings': {
[email protected]f2f0fbb92012-07-14 15:52:49843 'filepath': 'chrome/browser/content_settings/'\
844 '|chrome/browser/ui/views/website_settings/'\
845 '|chrome/browser/ui/website_settings/'\
mukai077089f2014-09-11 18:41:52846 '|chrome/common/content_settings'\
847 '|components/content_settings/',
[email protected]208879542012-07-05 11:15:34848 },
[email protected]b17d9e02014-07-29 09:45:50849 'windows_sandboxing': {
850 'filepath': 'sandbox/win/',
851 },
[email protected]f76c8852012-06-21 16:37:00852 'x11': {
[email protected]f2f0fbb92012-07-14 15:52:49853 'filepath': 'content/browser/renderer_host/backing_store_x\.' \
854 '|chrome/browser/chromeos/input_method/xkeyboard\.' \
855 '|chrome/browser/chromeos/system_key_event_listener\.' \
[email protected]f76c8852012-06-21 16:37:00856 '|chrome/browser/chromeos/'\
[email protected]f2f0fbb92012-07-14 15:52:49857 'xinput_hierarchy_changed_event_listener\.' \
858 '|chrome/browser/chromeos/wm_' \
859 '|ui/base/x/'
[email protected]0d710852012-05-24 01:18:40860 },
wjmaclean3ff6a402015-03-31 19:00:20861 'zoom': {
862 'filepath': 'chrome/browser/ui/zoom/' \
863 '|components/ui/zoom/' \
864 '|content/browser/host_zoom_*' \
865 '|content/browser/storage_partition_impl*' \
866 '|content/public/browser/host_zoom_map.h' \
867 '|content/public/browser/storage_partition.h'
868 },
timlohd035d572015-09-25 15:28:02869
870 'blink': {
871 'filepath': 'third_party/WebKit/',
872 },
873 'blink_accessibility': {
874 'filepath': 'third_party/WebKit/.*(accessibility|AXObjectCache|WebAX)'
875 },
876 'blink_animation': {
877 'filepath': 'third_party/WebKit/.*([Aa]nimat|[Tt]ransition)',
878 },
879 'blink_app_banner': {
880 'filepath': 'third_party/WebKit/Source/modules/app_banner' \
881 '|third_party/WebKit/public/platform/modules/app_banner',
882 },
883 'blink_audio': {
884 'filepath': 'third_party/WebKit/Source/platform/audio' \
885 '|third_party/WebKit/Source/modules/webaudio',
886 },
887 'blink_battery_status': {
888 'filepath': 'third_party/WebKit/Source/modules/battery/' \
889 '|third_party/WebKit/LayoutTests/battery-status/' \
890 '|third_party/WebKit/Source/core/frame/PlatformEvent(Controller|Dispatcher)'
891 },
892 'blink_bidi': {
893 'filepath': 'third_party/WebKit/Source/platform/text/.*Bidi' \
894 '|third_party/WebKit/Source/core/rendering/.*Bidi',
895 },
896 'blink_bindings': {
897 'filepath': 'third_party/WebKit/Source/bindings',
898 },
899 'blink_bluetooth': {
900 'filepath': 'third_party/WebKit/.*[Bb]luetooth'
901 },
902 'blink_canvas2d': {
903 'filepath': 'third_party/WebKit/Source/core/html/canvas' \
904 '|third_party/WebKit/Source/core/html/HTMLCanvasElement' \
905 '|third_party/WebKit/Source/modules/canvas2d' \
906 '|third_party/WebKit/Source/platform/graphics/Canvas2D',
907 },
908 'blink_clipboard': {
909 'filepath': 'third_party/WebKit/Source/core/clipboard' \
910 '|third_party/WebKit/Source/core/page/.*Drag' \
911 '|third_party/WebKit/Source/platform/.*Drag' \
912 '|third_party/WebKit/Source/platform/clipboard' \
913 '|third_party/WebKit/Source/web/.*Drag' \
914 '|third_party/WebKit/public/platform/.*Drag' \
915 '|third_party/WebKit/public/web/.*Drag',
916 },
917 'blink_content_security_policy': {
918 'filepath': 'third_party/WebKit/Source/core/frame/csp' \
919 '|third_party/WebKit/Source/core/events/SecurityPolicyViolationEvent' \
920 '|third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy'
921 },
922 'blink_css': {
923 'filepath': 'third_party/WebKit/Source/core/css',
924 },
925 'blink_css_grid_layout': {
926 'filepath': 'third_party/WebKit/Source/core/layout/.*Grid' \
927 '|third_party/WebKit/Source/core/paint/.*Grid' \
928 '|third_party/WebKit/Source/core/css/.*Grid' \
929 '|third_party/WebKit/LayoutTests/fast/css-grid-layout/' \
930 '|third_party/WebKit/LayoutTests/ietestcenter/css3/grid/' \
931 '|third_party/WebKit/LayoutTests/platform/.*/fast/css-grid-layout/' \
932 '|third_party/WebKit/LayoutTests/platform/.*/ietestcenter/css3/grid/'
933 },
934 'blink_css_flexbox': {
935 'filepath': 'third_party/WebKit/Source/core/rendering/.*Flex' \
936 '|third_party/WebKit/LayoutTests/fast/deprecated-flexbox/' \
937 '|third_party/WebKit/LayoutTests/css3/flexbox/' \
938 '|third_party/WebKit/LayoutTests/ietestcenter/css3/flexbox/'
939 },
940 'blink_css_fragmentation_tests': {
941 'filepath': 'third_party/WebKit/LayoutTests/fast/multicol/' \
942 '|third_party/WebKit/LayoutTests/fast/pagination/'
943 },
944 'blink_css_regions': {
945 'filepath': 'third_party/WebKit/Source/core/rendering/.*(Region|FlowThread)' \
946 '|third_party/WebKit/Source/core/dom/NodeRendering' \
947 '|third_party/WebKit/Source/core/dom/.*NamedFlow' \
948 '|third_party/WebKit/Source/core/css/.*Region' \
949 '|third_party/WebKit/LayoutTests/compositing/regions/' \
950 '|third_party/WebKit/LayoutTests/fast/regions/' \
951 '|third_party/WebKit/LayoutTests/platform/chromium.*/fast/regions/'
952 },
953 'blink_custom_elements': {
954 'filepath': 'third_party/WebKit/Source/core/dom/CustomElement' \
955 '|third_party/WebKit/Source/bindings/v8/.*CustomElement',
956 },
957 'blink_device_light': {
958 'filepath': 'third_party/WebKit/Source/modules/device_light/' \
959 '|third_party/WebKit/LayoutTests/fast/dom/DeviceLight/'
960 },
961 'blink_device_orientation': {
962 'filepath': 'third_party/WebKit/Source/modules/device_orientation/' \
963 '|third_party/WebKit/LayoutTests/fast/dom/DeviceMotion/' \
964 '|third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/' \
965 '|third_party/WebKit/Source/core/frame/PlatformEvent(Controller|Dispatcher)' \
966 '|third_party/WebKit/Source/core/frame/DeviceSingleWindowEventController'
967 },
968 'blink_devtools': {
969 'filepath': 'third_party/WebKit/.*(inspector|DevTools|devtools)',
970 },
971 'blink_dom': {
972 'filepath': 'third_party/WebKit/Source/core/dom/'
973 },
974 'blink_events': {
975 'filepath': 'third_party/WebKit/Source/core/page/.*Event' \
976 '|third_party/WebKit/Source/core/dom/.*Event' \
977 '|third_party/WebKit/Source/core/css/.*Event' \
978 '|third_party/WebKit/Source/platform/.*Event'
979 },
980 'blink_fetch': {
981 'filepath': 'third_party/WebKit/Source/core/fetch',
982 },
983 'blink_heap': {
984 'filepath': 'third_party/WebKit/Source/platform/heap' \
985 '|third_party/WebKit/Source/wtf/Partition.*'
986 },
987 'blink_html': {
988 'filepath': 'third_party/WebKit/Source/core/html/'
989 },
990 'blink_loader': {
991 'filepath': 'third_party/WebKit/Source/core/loader',
992 },
993 'blink_notifications': {
994 'filepath': 'third_party/WebKit/LayoutTests/http/tests/notifications' \
995 '|third_party/WebKit/Source/modules/notifications' \
996 '|third_party/WebKit/public/platform/modules/notifications'
997 },
998 'blink_owners': {
999 'filepath': 'third_party/WebKit/.*OWNERS',
1000 },
1001 'blink_paint': {
1002 'filepath': 'third_party/WebKit/Source/core/paint/'
1003 },
1004 'blink_permissions': {
1005 'filepath': 'third_party/WebKit/Source/modules/permissions/' \
1006 '|third_party/WebKit/public/platform/modules/permissions/',
1007 },
1008 'blink_preloadScanner': {
1009 'filepath': 'third_party/WebKit/Source/core/html/parser/HTMLPreloadScanner',
1010 },
1011 'blink_public_api': {
1012 'filepath': 'third_party/WebKit/public'
1013 },
1014 'blink_push_messaging': {
1015 'filepath': 'third_party/WebKit/LayoutTests/http/tests/push_messaging' \
1016 '|third_party/WebKit/Source/modules/push_messaging' \
1017 '|third_party/WebKit/public/platform/modules/push_messaging'
1018 },
1019 'blink_platform_graphics': {
1020 'filepath': 'third_party/WebKit/Source/platform/fonts' \
1021 '|third_party/WebKit/Source/platform/geometry' \
1022 '|third_party/WebKit/Source/platform/graphics'
1023 },
1024 'blink_indexed_db': {
1025 'filepath': 'third_party/WebKit/Source/modules/indexeddb/' \
1026 '|third_party/WebKit/Source/web/.*IDB' \
1027 '|third_party/WebKit/LayoutTests/storage/indexeddb' \
1028 '|third_party/WebKit/public/platform/.*IDB'
1029 },
1030 'blink_layout': {
1031 'filepath': 'third_party/WebKit/Source/core/layout' \
1032 '|third_party/WebKit/Source/core/rendering'
1033 },
1034 'blink_layers': {
1035 'filepath': 'third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator' \
1036 '|third_party/WebKit/Source/platform/graphics/GraphicsLayer' \
1037 '|third_party/WebKit/Source/core/layout/Layer'
1038 },
1039 'blink_prerender': {
1040 'filepath': 'third_party/WebKit/.*(Prerender|loader/LinkLoader|html/HTMLLinkElement)'
1041 },
1042 'blink_client_hints': {
1043 'filepath': 'third_party/WebKit/Source/core/loader/AcceptClientHints*' \
1044 '|third_party/WebKit/Source/core/loader/FrameFetchContext*' \
1045 '|third_party/WebKit/Source/core/fetch/FetchContext*' \
1046 '|third_party/WebKit/Source/core/fetch/ImageResource*' \
1047 '|third_party/WebKit/Source/core/fetch/ResourceFetcher*'
1048 },
1049 'blink_track': {
1050 'filepath': 'third_party/WebKit/Source/core/html/track/' \
1051 '|third_party/WebKit/Source/core/loader/TextTrack' \
1052 '|third_party/WebKit/Source/core/html/HTMLMediaElement' \
1053 '|third_party/WebKit/Source/core/html/HTMLTrackElement' \
1054 '|third_party/WebKit/Source/core/html/shadow/MediaControl' \
1055 '|third_party/WebKit/Source/core/css/mediaControl' \
1056 '|third_party/WebKit/LayoutTests/media/track/'
1057 },
1058 'blink_media': {
1059 'filepath': 'third_party/WebKit/Source/core/css/mediaControls' \
1060 '|third_party/WebKit/Source/core/html/.*(Audio|Media|Video)' \
1061 '|third_party/WebKit/Source/core/html/shadow/MediaControl' \
1062 '|third_party/WebKit/Source/core/layout/LayoutMedia' \
1063 '|third_party/WebKit/Source/core/layout/LayoutTextTrackContainerElement' \
1064 '|third_party/WebKit/Source/modules/(encryptedmedia|mediasource)' \
1065 '|third_party/WebKit/Source/platform/drm/' \
1066 '|third_party/WebKit/Source/platform/graphics/media/' \
1067 '|third_party/WebKit/Source/web/.*Media' \
1068 '|third_party/WebKit/LayoutTests/media/' \
1069 '|third_party/WebKit/public/.*Media'
1070 },
1071 'blink_media_queries': {
1072 'filepath': 'third_party/WebKit/Source/core/css/CSSMediaRule' \
1073 '|third_party/WebKit/Source/core/css/MediaList' \
1074 '|third_party/WebKit/Source/core/css/MediaQuery' \
1075 '|third_party/WebKit/Source/core/css/parser/MediaQuery'
1076 },
1077 'blink_navigator_content_utils': {
1078 'filepath': 'third_party/WebKit/Source/modules/navigatorcontentutils' \
1079 '|third_party/WebKit/LayoutTests/fast/dom/navigatorcontentutils'
1080 },
1081 'blink_out_of_process_frames': {
1082 'filepath': 'third_party/WebKit/Source/core/frame/FrameOwner' \
1083 '|third_party/WebKit/Source/web/WebFrame' \
1084 '|third_party/WebKit/Source/web/WebRemoteFrameImpl'
1085 },
1086 'blink_fileapi': {
1087 'filepath': 'third_party/WebKit/Source/modules/filesystem/' \
1088 '|third_party/WebKit/Source/core/fileapi/' \
1089 '|third_party/WebKit/Source/platform/.*File' \
1090 '|third_party/WebKit/Source/web/.*File' \
1091 '|third_party/WebKit/LayoutTests/fast/file' \
1092 '|third_party/WebKit/public/.*File'
1093 },
1094 'blink_quota': {
1095 'filepath': 'third_party/WebKit/Source/modules/quota/' \
1096 '|third_party/WebKit/Source/web/.*Quota' \
1097 '|third_party/WebKit/public/.*Quota'
1098 },
1099 'blink_mediastream': {
1100 'filepath': 'third_party/WebKit/Source/modules/mediastream/' \
1101 '|third_party/WebKit/Source/platform/mediastream/' \
1102 '|third_party/WebKit/Source/platform/exported/WebMediaStream' \
1103 '|third_party/WebKit/Source/platform/exported/WebRTC' \
1104 '|third_party/WebKit/LayoutTests/fast/mediastream/'
1105 },
1106 'blink_geolocation': {
1107 'filepath': 'third_party/WebKit/LayoutTests/fast/dom/Geolocation/' \
1108 '|third_party/WebKit/Source/modules/geolocation/' \
1109 '|third_party/WebKit/Source/web/.*Geolocation' \
1110 '|third_party/WebKit/public/web/.*Geolocation'
1111 },
1112 'blink_htmlparser': {
1113 'filepath': 'third_party/WebKit/Source/core/html/parser/'
1114 },
1115 'blink_screen_orientation': {
1116 'filepath': 'third_party/WebKit/Source/modules/screen_orientation/' \
1117 '|third_party/WebKit/public/platform/modules/screen_orientation',
1118 },
1119 'blink_scheduler': {
1120 'filepath': 'third_party/WebKit/Source/platform/scheduler' \
1121 '|third_party/WebKit/Source/core/html/parser/.*Scheduler'
1122 },
1123 'blink_serviceworkers' : {
1124 'filepath': 'third_party/WebKit/Source/modules/serviceworkers' \
1125 '|third_party/WebKit/LayoutTests/http/tests/serviceworker'
1126 },
1127 'blink_serviceworkers_tests' : {
1128 'filepath': 'third_party/WebKit/LayoutTests/http/tests/serviceworker'
1129 },
1130 'blink_sheriff_o_matic' : {
1131 'filepath': 'third_party/WebKit/Tools/GardeningServer'
1132 },
1133 'blink_spellcheck' : {
1134 'filepath': 'third_party/WebKit/Source/core/editing/spellcheck'
1135 },
1136 'blink_style': {
1137 'filepath': 'third_party/WebKit/.*(style/|Style)',
1138 },
1139 'blink_svg': {
1140 'filepath': 'third_party/WebKit/Source/core/(layout/)?svg',
1141 },
timlohd035d572015-09-25 15:28:021142 'blink_vibration': {
1143 'filepath': 'third_party/WebKit/LayoutTests/vibration/' \
1144 '|third_party/WebKit/Source/modules/vibration/'
1145 },
1146 'blink_viewport_interaction': {
1147 'filepath': 'third_party/WebKit/Source/core/css/.*Viewport' \
1148 '|third_party/WebKit/Source/core/dom/ViewportArguments' \
1149 '|third_party/WebKit/Source/core/html/HTMLMetaElement' \
1150 '|third_party/WebKit/Source/core/page/FrameView' \
1151 '|third_party/WebKit/Source/core/page/scrolling'
1152 },
1153 'blink_w3ctests': {
1154 'filepath': 'third_party/WebKit/LayoutTests/imported/' \
1155 '|third_party/WebKit/Tools/Scripts/webkitpy/w3c/'
1156 },
1157 'blink_web_idl': {
1158 'filepath': 'third_party/WebKit/Source/core/.*\.idl'
1159 },
1160 'blink_webcomponents': {
1161 'filepath': 'third_party/WebKit/Source/core/dom/shadow/' \
1162 '|third_party/WebKit/Source/core/dom/custom/' \
1163 '|third_party/WebKit/Source/core/html/imports/' \
1164 '|third_party/WebKit/Source/bindings/v8/custom/V8CustomElementConstructorCustom' \
1165 '|third_party/WebKit/Source/bindings/v8/CustomElementHelpers'
1166 },
1167 'blink_webp': {
1168 'filepath': 'third_party/WebKit/Source/platform/image-decoders/webp' \
1169 '|third_party/WebKit/Source/platform/image-encoders/skia/WEBP'
1170 },
1171 'blink_websockets': {
1172 'filepath': 'third_party/WebKit/Source/modules/websockets/'
1173 },
1174 'blink_workers': {
1175 'filepath': 'third_party/WebKit/Source/core/workers',
1176 },
1177 'blink_wtf': {
1178 'filepath': 'third_party/WebKit/Source/wtf',
1179 },
1180 'blink_xmlhttprequest': {
1181 'filepath': 'third_party/WebKit/Source/core/xmlhttprequest/'
tfarinad21f9472015-10-13 18:36:011182 },
1183 'test_runner': {
1184 'filepath': 'components/test_runner/' \
1185 '|content/shell/(common|browser|renderer)/layout_test/' \
1186 '|content/test/layouttest_support.cc' \
1187 '|content/public/test/layouttest_support.h' \
1188 '|components/html_viewer/layout_test*' \
1189 '|components/html_viewer/web_test_delegate_impl.*'
1190 },
[email protected]a3838612009-10-13 21:57:541191 },
[email protected]ca872e362011-07-12 21:06:031192
[email protected]a3838612009-10-13 21:57:541193 'WATCHLISTS': {
mazda6471d0e2015-10-02 06:32:551194 'accelerator_table': ['[email protected]',
[email protected]f76c8852012-06-21 16:37:001195 '[email protected]'],
dmazzoni5f4b7f12015-02-17 16:35:571196 'accessibility': ['[email protected]',
1197 '[email protected]',
[email protected]f76c8852012-06-21 16:37:001198 '[email protected]',
je_julie.kima170bac2015-05-06 14:57:541199 '[email protected]',
dmazzoni5f4b7f12015-02-17 16:35:571200 '[email protected]',
[email protected]bc72bbfc2013-10-21 23:08:161201 '[email protected]',
[email protected]f76c8852012-06-21 16:37:001202 '[email protected]'],
[email protected]e9db77a2013-06-12 23:56:171203 'activity_log': ['[email protected]'],
[email protected]5c6d3b22014-06-27 13:11:131204 'android_infra': ['[email protected]',
jbudorick9b89b5f2014-11-05 21:13:081205 '[email protected]',
1206 '[email protected]'],
mlamourid8b0feb2015-06-02 16:30:471207 'android_media': ['[email protected]',
1208 '[email protected]'],
[email protected]c9ae7a32014-03-31 22:18:591209 'android_tab': ['[email protected]', '[email protected]'],
[email protected]7ca78dc12012-09-20 09:26:441210 'android_webview': ['[email protected]'],
benwellse9e22c22015-03-26 20:26:141211 'app_list': ['[email protected]',
1212 '[email protected]',
1213 '[email protected]'],
1214 'app_shortcuts': ['[email protected]', '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001215 'appcache': ['[email protected]'],
[email protected]54bf94d2013-01-30 23:07:401216 'apps': ['[email protected]', '[email protected]'],
ben0ee290d02014-10-28 00:02:521217 'ash': ['[email protected]',
1218 '[email protected]'],
1219 'aura': ['[email protected]',
[email protected]a6349a92013-10-04 11:49:321220 '[email protected]'],
[email protected]c3a6e1e72013-08-02 00:13:071221 'aura_compositor': ['[email protected]',
1222 '[email protected]',
1223 '[email protected]',
[email protected]a6349a92013-10-04 11:49:321224 '[email protected]',
1225 '[email protected]'],
sullivan0171e3c2015-03-03 18:47:211226 'auto_bisect': ['[email protected]'],
bondd355e0f62015-08-24 23:54:421227 'autofill': ['[email protected]',
1228 '[email protected]',
jdonnelly40d55452015-08-31 19:37:031229 '[email protected]',
rouslan8d6a8372015-09-10 19:10:101230 '[email protected]'],
[email protected]121773a2013-06-07 22:02:331231 'automation': ['[email protected]'],
jkarlin539748402015-03-31 17:36:311232 'background_sync': ['[email protected]'],
vmpstreeb843a2015-10-15 18:23:001233 'base': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:191234 'base_allocator': ['[email protected]',
[email protected]b17d9e02014-07-29 09:45:501235 '[email protected]'],
[email protected]1ed5e0fd2012-07-19 00:19:051236 'base_memory': ['[email protected]'],
grt829c6a82014-10-20 09:29:321237 'base_win': ['[email protected]', '[email protected]'],
[email protected]7e093d4022014-06-26 19:19:551238 'battery_status': ['[email protected]'],
nyquist0af49ad2015-09-16 19:22:351239 'blimp' : ['[email protected]',
1240 '[email protected]',
1241 '[email protected]',
sriramsr93d84202015-10-08 00:06:151242 '[email protected]',
1243 '[email protected]',
1244 '[email protected]'],
noyauc7f9ea392014-11-26 11:24:481245 'bookmarks': ['[email protected]', '[email protected]'],
stevenjbdd133032015-08-07 18:37:471246 'browser_chromeos': ['[email protected]'],
[email protected]22650d22012-07-18 17:02:351247 'browser_components': ['[email protected]'],
[email protected]466af5e2013-08-01 19:53:441248 'browser_compositor': ['[email protected]',
[email protected]21cd39b2012-06-28 01:48:401249 '[email protected]'],
[email protected]17a2fba2013-02-07 18:46:571250 'browser_resources': ['[email protected]'],
[email protected]0ce480532012-07-20 12:33:201251 'browsing_data': ['[email protected]'],
rouslan8d6a8372015-09-10 19:10:101252 'bubble': ['[email protected]',
1253 '[email protected]',
1254 '[email protected]',
1255 '[email protected]'],
nhiroki58623d32015-04-27 07:10:111256 'cache_storage': ['[email protected]', '[email protected]'],
[email protected]c9ae7a32014-03-31 22:18:591257 'cast': ['[email protected]',
[email protected]479180d22014-03-11 09:47:341258 '[email protected]',
miua1710162015-08-27 01:38:091259 '[email protected]',
[email protected]ad8ff0e2013-12-13 09:24:121260 '[email protected]',
miua1710162015-08-27 01:38:091261 '[email protected]',
1262 '[email protected]'],
[email protected]c863702a2012-09-14 20:05:281263 'cc': ['[email protected]'],
[email protected]c73ec8ab2014-01-16 20:35:231264 'chrome_elf': ['[email protected]',],
[email protected]d5b21972012-07-20 02:06:011265 'chrome_views': ['[email protected]'],
halliwellfa56b3a42015-09-04 21:42:571266 'chromecast': ['[email protected]',
1267 '[email protected]',
1268 '[email protected]'],
stgaocea5a9c2015-05-29 22:31:391269 'chromedriver': ['[email protected]'],
stevenjbdd133032015-08-07 18:37:471270 'chromeos' : ['[email protected]'],
[email protected]eda0a0b2013-04-19 20:34:351271 'chromeos_attestation' : ['[email protected]'],
[email protected]7c59a152012-11-06 20:56:351272 'chromeos_calculator' : ['[email protected]'],
hashimoto40ecb692014-09-02 04:51:311273 'chromeos_dbus': ['[email protected]'],
[email protected]2a66f5752013-11-26 04:34:021274 'chromeos_net' : ['[email protected]'],
[email protected]2315ac0c2013-02-05 00:49:161275 'chromeos_power' : ['[email protected]'],
achuithd0c0911d2015-09-02 11:25:551276 'chromeos_login' : ['[email protected]',
1277 '[email protected]'],
[email protected]e8af07b2013-02-13 19:21:251278 'clang_update': ['[email protected]',
[email protected]cf8ffa82013-02-13 08:30:071279 '[email protected]',
1280 '[email protected]',
hans5aeb7d12015-09-29 20:50:351281 '[email protected]',
[email protected]cf8ffa82013-02-13 08:30:071282 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001283 'clipboard': ['[email protected]'],
[email protected]18fd7a532014-08-20 23:09:511284 'closure': ['[email protected]',
jlklein8cc17cb2015-05-14 01:35:101285 '[email protected]',
1286 '[email protected]'],
sdefresned94c5b02015-07-22 17:54:551287 'components_deps': ['[email protected]',
1288 '[email protected]',
1289 '[email protected]'],
[email protected]7bdda282014-03-27 16:30:591290 'content': ['[email protected]',
mkwst512627022014-09-16 09:23:271291 '[email protected]' ],
scheib968e61052014-11-05 00:27:251292 'content_bluetooth': ['[email protected]'],
[email protected]e3774fd2014-04-23 22:32:541293 'content_input': ['[email protected]'],
mlamouri5cdcdf02014-11-27 15:58:591294 'content_renderer': [ '[email protected]',
1295 '[email protected]'],
mkwst75a31a42014-09-14 18:32:531296 'content_shell': ['[email protected]',
mlamouri5cdcdf02014-11-27 15:58:591297 '[email protected]',
1298 '[email protected]'],
nhiroki90ba0102015-07-21 01:42:241299 'content_worker': ['[email protected]',
1300 '[email protected]'],
vabr57d76102015-04-16 09:48:511301 'custom_handlers': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:191302 'deep_memory_profiler': ['[email protected]'],
Bartosz Fabianowski85a823812015-04-16 10:27:511303 'device_bluetooth': ['[email protected]'],
mlamouri5cdcdf02014-11-27 15:58:591304 'device_sensors': ['[email protected]',
1305 '[email protected]',
1306 '[email protected]',
1307 '[email protected]'],
scheibabdd7d32015-02-11 22:13:081308 'developer_recommended_flags': ['[email protected]'],
[email protected]342b12872012-11-07 12:10:461309 'devtools': ['[email protected]', '[email protected]',
[email protected]932349ad2013-07-22 08:59:501310 '[email protected]'],
[email protected]bab2a832012-07-11 23:29:411311 'disk_cache': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001312 'dns': ['[email protected]'],
benjhaydendd24d5a642015-10-05 18:19:511313 'download': ['[email protected]'],
1314 'downloads_ui': ['[email protected]'],
[email protected]9a3781d2013-04-04 18:31:401315 'drive': ['[email protected]'],
[email protected]89d2cd52013-04-16 01:55:361316 'drive_resource_metadata': ['[email protected]'],
[email protected]3a25c8a2014-06-26 06:47:101317 'eme': ['[email protected]'],
peter9fa5332552014-11-26 15:24:131318 'enhanced_bookmarks': ['[email protected]'],
jddukea2e02fa2014-12-02 22:03:331319 'events': ['[email protected]', '[email protected]'],
[email protected]f9529e7922013-06-06 05:19:411320 'extension': ['[email protected]',
1321 '[email protected]'],
[email protected]84dcfd92014-05-23 13:18:191322 'fileapi': ['[email protected]',
[email protected]6f217122013-11-25 07:21:481323 '[email protected]',
1324 '[email protected]'],
yoshiki1c0ba2782014-12-08 07:04:261325 'filebrowse': ['[email protected]'],
[email protected]4ed766c2013-09-19 09:45:201326 'filesapp': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001327 'ftp': ['[email protected]'],
[email protected]3a2a6ac02014-06-20 07:07:121328 'gcm': ['[email protected]'],
mlamouri5cdcdf02014-11-27 15:58:591329 'geolocation': ['[email protected]',
1330 '[email protected]'],
[email protected]cf428f732012-10-02 20:48:151331 'gfx_geometry': ['[email protected]'],
[email protected]f93b7382012-08-09 20:53:161332 'gfx_image': ['[email protected]'],
[email protected]4d1773e2014-04-05 07:59:571333 'gn': ['[email protected]'],
[email protected]a6159102013-11-08 23:21:521334 'gpu': ['[email protected]'],
[email protected]454041592013-01-17 16:42:231335 'history_ui': ['[email protected]', '[email protected]'],
[email protected]18d7e402014-07-08 19:53:141336 'hotword': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001337 'i18n': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001338 'importer': ['[email protected]'],
[email protected]8b250562014-08-12 19:07:451339 'indexed_db': ['[email protected]',
[email protected]55a62252014-07-18 17:35:281340 '[email protected]', '[email protected]'],
[email protected]b17d9e02014-07-29 09:45:501341 'installer': ['[email protected]', '[email protected]'],
mmoss19826c62014-11-14 21:37:361342 'installer_linux': [ '[email protected]'],
[email protected]f2079e12013-06-05 00:26:371343 'instant': ['[email protected]', '[email protected]',
tburkard8268a8d2014-09-17 12:53:441344 '[email protected]', '[email protected]',
[email protected]b1ac652d9b2013-05-03 16:25:041345 '[email protected]', '[email protected]',
[email protected]2cefb692013-05-14 20:20:381346 '[email protected]', '[email protected]',
tburkard8268a8d2014-09-17 12:53:441347 '[email protected]', '[email protected]'],
sdefresne18b47312015-06-18 15:15:091348 'ios_chrome': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001349 'ipc': ['[email protected]', '[email protected]'],
urvang41c8f9b2015-01-16 00:42:461350 'libwebp': ['[email protected]', '[email protected]',
[email protected]a3f777d2014-01-07 23:38:261351 '[email protected]', '[email protected]'],
johannkoenig52381382015-09-18 22:35:251352 'libvpx': ['[email protected]', '[email protected]',
1353 '[email protected]', '[email protected]'],
[email protected]04a292a2013-03-07 19:58:421354 'linux_fonts': ['[email protected]'],
[email protected]6d7e0bf2014-07-28 22:30:401355 'linux_sandboxing': ['[email protected]'],
[email protected]04a292a2013-03-07 19:58:421356 'linux_seccomp_bpf': ['[email protected]'],
[email protected]43d33e92014-07-14 16:39:311357 'supervised_users': ['[email protected]'],
penghuang7d460212015-07-21 20:25:061358 'mandoline': ['[email protected]',
1359 '[email protected]'],
mlamourid8b0feb2015-06-02 16:30:471360 'manifest': ['[email protected]'],
dbeam7a734562015-09-15 18:23:171361 'md_settings': ['[email protected]',
michaelpg32ca07902015-02-07 00:31:111362 '[email protected]',
michaelpg32ca07902015-02-07 00:31:111363 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001364 'media': ['[email protected]'],
tommycli5dee9172015-06-18 19:36:561365 'media_galleries': ['[email protected]', '[email protected]'],
kmarshallb698ad4f2015-02-24 19:42:481366 'media_router': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001367 'message_loop': ['[email protected]'],
isherman1eee6f12014-12-09 02:14:301368 'metrics': ['[email protected]'],
[email protected]1d8899ee2014-06-10 20:58:121369 'metrics_xml_files': ['[email protected]'],
toyoshim8f51f902015-03-27 03:50:211370 'midi': ['[email protected]'],
[email protected]c3830c622013-10-10 22:00:001371 'mojo': ['[email protected]',
[email protected]62bbe812013-10-24 22:24:161372 '[email protected]',
[email protected]f47d871a2013-10-11 22:14:151373 '[email protected]',
[email protected]3bf40cb2013-10-11 19:10:491374 '[email protected]',
[email protected]0f79ff62014-04-25 23:35:531375 '[email protected]',
[email protected]84003af2014-05-02 09:37:131376 '[email protected]',
1377 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001378 'mouse_lock': ['[email protected]'],
1379 'nacl': ['[email protected]'],
[email protected]cfe80042014-04-14 22:11:541380 'native_client_sdk': ['[email protected]', '[email protected]'],
[email protected]b9ecdb62014-03-07 14:56:431381 'navigation': ['[email protected]', '[email protected]'],
[email protected]0b6c5e92013-03-08 22:42:521382 'net': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001383 'net_error_list': ['[email protected]'],
jkarlin539748402015-03-31 17:36:311384 'netinfo': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001385 'net_log': ['[email protected]', '[email protected]'],
rdsmith2fcbee82015-07-22 00:20:131386 'network_quality': ['[email protected]'],
mlamouri5cdcdf02014-11-27 15:58:591387 'notifications': ['[email protected]',
1388 '[email protected]'],
[email protected]d5fa18c42010-06-01 22:33:311389 'npapi_headers': ['[email protected]'],
Evan Stade459d16662015-07-07 17:04:571390 'ntp': ['[email protected]',
[email protected]0bce107762012-11-27 11:42:541391 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001392 'omnibox': ['[email protected]'],
michaelpgf6260fbd2015-02-06 17:59:351393 'options': ['[email protected]',
1394 '[email protected]'],
[email protected]2fc9a7b62014-04-16 17:10:121395 'overview_mode': ['[email protected]'],
Evan Stadeb873f1a2014-09-09 00:57:321396 'ozone': ['[email protected]', '[email protected]'],
csharrison3b1dc4062015-10-19 14:31:081397 'page_load_metrics' : ['[email protected]',
1398 '[email protected]',
1399 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001400 'panels': ['[email protected]', '[email protected]',
1401 '[email protected]', '[email protected]'],
mkwstb0a0ccfb2014-10-23 12:53:251402 'password_manager': ['[email protected]',
vabr57d76102015-04-16 09:48:511403 '[email protected]',
1404 '[email protected]'],
bradnelson3fdc28cb2015-01-23 20:03:251405 'pepper_api': ['[email protected]',
1406 '[email protected]', '[email protected]',
raymesf5084632015-07-02 07:14:151407 '[email protected]', '[email protected]',
1408 '[email protected]', '[email protected]'],
kcarattini72f4fe22015-10-14 22:58:061409 'permissions': ['[email protected]',
1410 '[email protected]'],
stuartmorganf8c132922015-01-23 14:45:341411 'plugin': ['[email protected]'],
michaelpg11fff3f2015-02-06 03:35:341412 'polymer': ['[email protected]'],
twifkak0c69c1f2015-06-22 18:20:091413 'precache': ['[email protected]'],
tburkard8268a8d2014-09-17 12:53:441414 'predictors': ['[email protected]'],
[email protected]be775bc2014-06-30 15:41:141415 'prepopulated_engines': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001416 'prerender': ['[email protected]', '[email protected]',
jkarlin539748402015-03-31 17:36:311417 '[email protected]', '[email protected]'],
mvanouwerkerke9ef38b02015-04-17 14:38:581418 'push_messaging': ['[email protected]', '[email protected]',
1419 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001420 'pyauto': ['[email protected]',
[email protected]4f788fd2012-10-10 21:43:381421 '[email protected]',
[email protected]f76c8852012-06-21 16:37:001422 '[email protected]'],
[email protected]c3887592014-02-06 20:02:251423 'remoting': ['[email protected]'],
gab57e80c72014-12-08 21:06:131424 'rlz_id': ['[email protected]',
gab57e80c72014-12-08 21:06:131425 '[email protected]'],
grt829c6a82014-10-20 09:29:321426 'safe_browsing': ['[email protected]'],
rickyz0a819bfc2015-02-04 23:57:221427 'sandbox': ['[email protected]'],
skyostil20dea312014-11-11 13:43:061428 'scheduler': ['[email protected]'],
mlamourid8b0feb2015-06-02 16:30:471429 'screen_orientation': ['[email protected]'],
[email protected]0b431722014-01-08 07:21:511430 'service_worker': ['[email protected]',
[email protected]84dcfd92014-05-23 13:18:191431 '[email protected]',
[email protected]0b431722014-01-08 07:21:511432 '[email protected]',
[email protected]dd864bc2014-02-24 23:04:091433 '[email protected]',
[email protected]6d095a8b2014-02-28 15:26:161434 '[email protected]',
[email protected]edaf31d2014-03-07 00:09:171435 '[email protected]',
[email protected]6d095a8b2014-02-28 15:26:161436 '[email protected]'],
[email protected]b9ecdb62014-03-07 14:56:431437 'site_instance': ['[email protected]', '[email protected]',
1438 '[email protected]'],
[email protected]ad0295d2012-10-11 23:43:361439 'spellcheck': ['[email protected]',
[email protected]18d7e402014-07-08 19:53:141440 '[email protected]',
rouslan8d6a8372015-09-10 19:10:101441 '[email protected]'],
[email protected]67f39af2013-08-23 20:06:051442 'streams': ['[email protected]'],
zea2b40a9292014-10-09 16:45:251443 'sync': ['[email protected]',
maxboguee02372182014-11-13 00:42:221444 '[email protected]',
pvalenzuela77e4487302015-03-16 17:22:101445 '[email protected]',
pvalenzuela85758c752014-09-25 19:34:561446 '[email protected]',
[email protected]3a2a6ac02014-06-20 07:07:121447 '[email protected]'],
[email protected]84dcfd92014-05-23 13:18:191448 'syncfs': ['[email protected]',
[email protected]6f217122013-11-25 07:21:481449 '[email protected]',
1450 '[email protected]'],
[email protected]4529a792013-06-18 19:18:491451 'sync_proto': ['[email protected]'],
[email protected]82d74152013-07-28 08:55:311452 'tab_capture': ['[email protected]'],
[email protected]4a55dec2012-08-30 18:54:351453 'tab_contents': ['[email protected]',
[email protected]f76c8852012-06-21 16:37:001454 '[email protected]', '[email protected]'],
[email protected]31ef420b2014-08-13 21:19:131455 'tab_media_indicators': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:191456 'tcmalloc': ['[email protected]'],
tonygc7f6a4c12015-01-16 18:32:261457 'telemetry': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001458 'tests': [],
penghuang7d460212015-07-21 20:25:061459 'textinput': ['[email protected]',
[email protected]6bd9e802013-04-18 06:40:421460 '[email protected]',
[email protected]ba2c923f2013-10-19 14:08:181461 '[email protected]',
yukishiino616672e2015-04-02 06:43:101462 '[email protected]'],
[email protected]6bd9e802013-04-18 06:40:421463 'textinput_chromeos': ['[email protected]',
[email protected]ba2c923f2013-10-19 14:08:181464 '[email protected]',
yukishiino616672e2015-04-02 06:43:101465 '[email protected]'],
chirantan96fcf6d2015-01-21 22:36:191466 'timers': ['[email protected]'],
[email protected]0fc48a12014-06-07 20:26:051467 'tools_emacs': ['[email protected]'],
sullivand4bfaed82015-02-13 19:43:381468 'tracing': ['[email protected]', '[email protected]'],
[email protected]cf428f732012-10-02 20:48:151469 'ui_compositor': ['[email protected]'],
[email protected]6b5093c2012-05-23 19:10:181470 'ui_resources': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001471 'valgrind': ['[email protected]',
timurrrr5335dbd2015-04-15 11:04:551472 '[email protected]'],
[email protected]c73ec8ab2014-01-16 20:35:231473 'version_assembly': ['[email protected]',
1474 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001475 'views': ['[email protected]'],
ben0ee290d02014-10-28 00:02:521476 'views_core': ['[email protected]'],
[email protected]ef514a32014-02-26 01:02:351477 'virtual_keyboard': ['[email protected]',
1478 '[email protected]'],
mcasasa5584a02015-09-11 21:15:281479 'webrtc_media': ['[email protected]',
[email protected]70098052014-07-01 08:58:101480 '[email protected]'],
tnakamuraa9bda962015-06-03 13:34:021481 'webrtc_browser_tests': ['[email protected]',
1482 '[email protected]'],
raymesf5084632015-07-02 07:14:151483 'website_settings': ['[email protected]',
1484 '[email protected]'],
[email protected]b17d9e02014-07-29 09:45:501485 'windows_sandboxing': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001486 'x11': ['[email protected]',
1487 '[email protected]',
1488 '[email protected]'],
wjmaclean3ff6a402015-03-31 19:00:201489 'zoom': ['[email protected]'],
timlohd035d572015-09-25 15:28:021490
1491 'blink': ['[email protected]'],
1492 'blink_accessibility': ['[email protected]',
1493 '[email protected]',
1494 '[email protected]',
1495 '[email protected]'],
1496 'blink_animation': ['[email protected]',
1497 '[email protected]',
1498 '[email protected]',
1499 '[email protected]',
1500 '[email protected]'],
1501 'blink_app_banner': [ '[email protected]' ],
1502 'blink_audio': ['[email protected]'],
1503 'blink_battery_status': [ '[email protected]',
1504 '[email protected]' ],
1505 'blink_bidi': [ '[email protected]' ],
1506 'blink_bindings': [ '[email protected]' ],
1507 'blink_bluetooth': [ '[email protected]' ],
1508 'blink_canvas2d': [ '[email protected]',
1509 '[email protected]',
1510 '[email protected]' ],
1511 'blink_clipboard': [ '[email protected]', ],
1512 'blink_content_security_policy': [ '[email protected]' ],
1513 'blink_css': [ '[email protected]',
1514 '[email protected]',
1515 '[email protected]',
1516 '[email protected]',
1517 '[email protected]' ],
1518 'blink_css_grid_layout': [ '[email protected]',
1519 '[email protected]',
1520 '[email protected]' ],
1521 'blink_css_flexbox': [ '[email protected]' ],
1522 'blink_css_fragmentation_tests': [ '[email protected]' ],
1523 'blink_css_regions': [ '[email protected]' ],
1524 'blink_custom_elements': [ '[email protected]',
1525 '[email protected]' ],
1526 'blink_dom': [ '[email protected]',
1527 '[email protected]',
1528 '[email protected]',
1529 '[email protected]',
1530 '[email protected]' ],
1531 'blink_device_light': [ '[email protected]',
1532 '[email protected]' ],
1533 'blink_device_orientation': [ '[email protected]',
1534 '[email protected]',
1535 '[email protected]',
1536 '[email protected]' ],
1537 'blink_devtools': [ '[email protected]',
1538 '[email protected]',
1539 '[email protected]',
1540 '[email protected]',
1541 '[email protected]',
1542 '[email protected]',
1543 '[email protected]',
1544 '[email protected]' ],
1545 'blink_events': [ '[email protected]',
1546 '[email protected]',
1547 '[email protected]' ],
1548 'blink_fetch': [ '[email protected]',
1549 '[email protected]',
1550 '[email protected]',
1551 '[email protected]' ],
1552 'blink_layers': [ '[email protected]' ],
1553 'blink_loader': [ '[email protected]',
1554 '[email protected]',
1555 '[email protected]',
1556 '[email protected]' ],
1557 'blink_owners': [ '[email protected]'],
1558 'blink_platform_graphics': [ '[email protected]',
1559 '[email protected]',
1560 '[email protected]',
1561 '[email protected]',
1562 '[email protected]',
1563 '[email protected]',
1564 '[email protected]',
1565 '[email protected]',
1566 '[email protected]',
1567 '[email protected]',
chrishtr3b2ec152015-09-29 16:27:281568 '[email protected]',
vmpstreeb843a2015-10-15 18:23:001569 '[email protected]',
chrishtr3b2ec152015-09-29 16:27:281570 '[email protected]' ],
timlohd035d572015-09-25 15:28:021571 'blink_heap': [ '[email protected]',
1572 '[email protected]',
1573 '[email protected]',
1574 '[email protected]' ],
1575 'blink_html': [ '[email protected]',
1576 '[email protected]' ],
chrishtr3b2ec152015-09-29 16:27:281577 'blink_public_api': [ '[email protected]',
1578 '[email protected]' ],
timlohd035d572015-09-25 15:28:021579 'blink_indexed_db': ['[email protected]',
1580 '[email protected]',
1581 '[email protected]'],
1582 'blink_layout': [ '[email protected]',
1583 '[email protected]',
1584 '[email protected]',
1585 '[email protected]',
1586 '[email protected]',
1587 '[email protected]',
1588 '[email protected]' ],
1589 'blink_paint' : [ '[email protected]',
1590 '[email protected]',
1591 '[email protected]' ],
1592 'blink_permissions': [ '[email protected]' ],
1593 'blink_prerender': [ '[email protected]',
1594 '[email protected]' ],
1595 'blink_preloadScanner': [ '[email protected]' ],
1596 'blink_push_messaging': [ '[email protected]',
1597 '[email protected]',
1598 '[email protected]' ],
1599 'blink_client_hints': [ '[email protected]' ],
1600 'blink_scheduler': [ '[email protected]' ],
1601 'blink_track': [ '[email protected]',
1602 '[email protected]',
1603 '[email protected]',
1604 '[email protected]',
1605 '[email protected]',
1606 '[email protected]' ],
1607 'blink_media': [ '[email protected]',
1608 '[email protected]',
1609 '[email protected]',
1610 '[email protected]' ],
1611 'blink_media_queries': [ '[email protected]',
1612 '[email protected]' ],
1613 'blink_fileapi': [ '[email protected]',
1614 '[email protected]',
1615 '[email protected]' ],
1616 'blink_quota': [ '[email protected]',
1617 '[email protected]',
1618 '[email protected]' ],
1619 'blink_viewport_interaction': [ '[email protected]' ],
1620 'blink_webcomponents': [ '[email protected]',
1621 '[email protected]' ],
1622 'blink_mediastream': [ '[email protected]' ],
1623 'blink_navigator_content_utils': [ '[email protected]' ],
1624 'blink_notifications': [ '[email protected]' ],
1625 'blink_geolocation': [ '[email protected]',
1626 '[email protected]',
1627 '[email protected]' ],
1628 'blink_htmlparser': [ '[email protected]' ],
1629 'blink_vibration': [ '[email protected]',
1630 '[email protected]' ],
1631 'blink_serviceworkers': [ '[email protected]',
1632 '[email protected]',
1633 '[email protected]',
1634 '[email protected]',
1635 '[email protected]',
1636 '[email protected]',
1637 '[email protected]',
1638 '[email protected]' ],
1639 'blink_serviceworkers_tests': [ '[email protected]' ],
1640 'blink_sheriff_o_matic': [ '[email protected]',
1641 '[email protected]',
1642 '[email protected]',
1643 '[email protected]',
1644 '[email protected]',
1645 '[email protected]',
1646 '[email protected]',
1647 '[email protected]' ],
1648 'blink_spellcheck' : [ '[email protected]' ],
1649 'blink_style': [ '[email protected]' ],
1650 'blink_svg': [ '[email protected]',
1651 '[email protected]',
1652 '[email protected]',
1653 '[email protected]',
1654 '[email protected]',
1655 '[email protected]',
1656 '[email protected]',
1657 '[email protected]' ],
timlohd035d572015-09-25 15:28:021658 'blink_w3ctests' : [ '[email protected]' ],
1659 'blink_webp': [ '[email protected]',
1660 '[email protected]',
1661 '[email protected]',
1662 '[email protected]' ],
1663 'blink_out_of_process_frames': [ '[email protected]',
1664 '[email protected]' ],
1665 'blink_screen_orientation': [ '[email protected]' ],
1666 'blink_web_idl': [ '[email protected]',
1667 '[email protected]',
1668 '[email protected]' ],
1669 'blink_websockets': [ '[email protected]',
1670 '[email protected]' ],
1671 'blink_workers': [ '[email protected]',
1672 '[email protected]',
1673 '[email protected]',
1674 '[email protected]' ],
1675 'blink_wtf': [ '[email protected]',
1676 '[email protected]' ],
1677 'blink_xmlhttprequest': [ '[email protected]' ],
tfarinad21f9472015-10-13 18:36:011678 'test_runner': [ '[email protected]',
1679 '[email protected]' ],
[email protected]a3838612009-10-13 21:57:541680 },
1681}