blob: cc9f6e0cca83c733ab608a63a0651b9d7d8c42d0 [file] [log] [blame]
[email protected]37f978c2012-01-05 17:58:171# Copyright (c) 2012 The Chromium Authors. All rights reserved.
[email protected]a3838612009-10-13 21:57:542# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5# Watchlist Rules
6# Refer: http://dev.chromium.org/developers/contributing-code/watchlists
7
[email protected]f2f0fbb92012-07-14 15:52:498# IMPORTANT: The regular expression filepath is tested against each path using
9# re.search, so it is not usually necessary to add .*.
[email protected]a3838612009-10-13 21:57:5410
11{
12 'WATCHLIST_DEFINITIONS': {
asvitkinee4bad382015-11-05 21:56:4513 'about_flags': {
14 'filepath': 'chrome/browser/about_flags\.cc'
15 },
[email protected]f76c8852012-06-21 16:37:0016 'accelerator_table': {
17 'filepath': 'ash/accelerators/accelerator_table\.cc' \
18 '|chrome/browser/ui/views/accelerator_table\.cc',
[email protected]a3838612009-10-13 21:57:5419 },
[email protected]f76c8852012-06-21 16:37:0020 'accessibility': {
dmazzoni5f4b7f12015-02-17 16:35:5721 'filepath': 'accessibility' \
22 '|braille' \
[email protected]a4156bfb2014-02-27 22:37:4723 '|chromevox' \
dmazzoni5f4b7f12015-02-17 16:35:5724 '|iaccessible2' \
25 '|isimpledom' \
26 '|liblouis'
[email protected]a3838612009-10-13 21:57:5427 },
[email protected]e9db77a2013-06-12 23:56:1728 'activity_log': {
29 'filepath': 'chrome/browser/extensions/activity_log/' \
30 '|chrome/browser/extensions/api/activity_log_private/'
31 },
johnmaguire6aaac7902016-03-15 12:28:2032 'android_crazy_linker': {
33 'filepath': 'third_party/android_crazy_linker/'
34 },
dfalcantaraef21e9e2016-01-07 01:16:2635 'android_infobars': {
36 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/infobar/'
37 },
[email protected]d2cdf342012-08-07 11:00:0238 'android_infra': {
39 'filepath': 'build/android/' \
40 '|testing/android/' \
41 '|tools/android/'
42 },
gabadieb0d23bb92016-02-17 11:26:1643 'android_loading': {
44 'filepath': 'tools/android/loading/'
45 },
[email protected]d6af50812014-04-01 17:18:0946 'android_media': {
47 'filepath': 'content/browser/media/android' \
48 '|content/renderer/media/android' \
49 '|media/audio/android' \
50 '|media/base/android' \
51 '|media/midi/*_android.*' \
52 '|media/video/capture/android'
53 },
[email protected]3261d962014-03-04 22:18:2854 'android_tab': {
55 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/Tab'
56 },
[email protected]7ca78dc12012-09-20 09:26:4457 'android_webview': {
58 'filepath': 'android_webview/',
59 },
[email protected]8a197f22012-06-22 14:59:0560 'app_list': {
[email protected]311cc902013-03-15 04:45:4661 'filepath': 'chrome/browser/ui/app_list'\
62 '|chrome/browser/ui/ash/app_list'\
[email protected]311cc902013-03-15 04:45:4663 '|chrome/browser/ui/views/app_list'\
64 '|ui/app_list/'
[email protected]8a197f22012-06-22 14:59:0565 },
[email protected]e38d185a2013-07-09 08:23:5266 'app_shortcuts': {
67 'filepath': 'apps/app_shim/'\
68 '|chrome/browser/web_applications/'\
69 '|chrome/browser/ui/web_applications/'\
70 '|chrome/common/mac/'
71 },
[email protected]374a93c2009-11-05 21:45:5672 'appcache': {
[email protected]f2f0fbb92012-07-14 15:52:4973 'filepath': 'appcache/',
[email protected]374a93c2009-11-05 21:45:5674 },
[email protected]54bf94d2013-01-30 23:07:4075 'apps': {
76 'filepath': '^apps/',
77 },
lhchavez4b19176f2016-05-04 23:12:4678 'arc': {
79 'filepath': 'arc/',
80 },
81 'arc_net': {
82 'filepath': 'components/arc/net/',
83 },
ejcarusoa298ec02016-06-16 20:30:4384 'arc_power': {
85 'filepath': 'components/arc/power/',
86 },
[email protected]3ce56642013-10-17 22:12:5187 'ash': {
88 'filepath': 'ash/',
89 },
[email protected]f76c8852012-06-21 16:37:0090 'aura': {
[email protected]3ce56642013-10-17 22:12:5191 'filepath': 'ui/aura/',
[email protected]84ba35e32010-08-06 17:22:3992 },
[email protected]c3a6e1e72013-08-02 00:13:0793 'aura_compositor': {
94 'filepath':
95 'ui/compositor/' \
[email protected]6dc38f72014-01-16 22:19:5896 '|content/browser/compositor/' \
97 '|content/browser/renderer_host/compositor_resize_lock_aura' \
[email protected]c3a6e1e72013-08-02 00:13:0798 '|content/browser/renderer_host/render_widget_host_view_aura' \
99 '|content/browser/renderer_host/render_widget_host_view_browsertest' \
[email protected]a6eeeef92014-03-19 19:06:44100 '|content/browser/renderer_host/delegated' \
101 '|content/browser/renderer_host/software' \
[email protected]c3a6e1e72013-08-02 00:13:07102 '|content/common/gpu/client/' \
[email protected]c3a6e1e72013-08-02 00:13:07103 },
sullivan0171e3c2015-03-03 18:47:21104 'auto_bisect': {
105 'filepath': 'tools/run-bisect-perf-regression.py'\
106 '|tools/run-perf-test.cfg'\
107 '|tools/auto_bisect/'
108 },
[email protected]2a38f0c02013-05-29 02:27:45109 'autofill': {
[email protected]30964792013-05-29 02:41:25110 'filepath': 'chrome/browser/autofill/|'\
[email protected]d9310a82012-11-02 02:53:48111 'chrome/browser/resources/options/autofill_|'\
[email protected]d9310a82012-11-02 02:53:48112 'chrome/browser/ui/android/autofill/|'\
113 'chrome/browser/ui/autofill/|'\
[email protected]e3e4ca62013-05-17 08:50:27114 'chrome/browser/ui/cocoa/autofill/|'\
[email protected]d9310a82012-11-02 02:53:48115 'chrome/browser/ui/views/autofill/|'\
116 'chrome/browser/ui/webui/options/autofill_|'\
[email protected]d9310a82012-11-02 02:53:48117 'chrome/renderer/autofill/|'\
118 'chrome/test/data/autofill/|'\
[email protected]3947d4a82013-03-12 09:41:05119 'components/autofill/|'\
[email protected]30964792013-05-29 02:41:25120 'components/autofill/browser/webdata/|'\
vabrbeb0c562015-12-01 10:48:08121 'components/webdata/',
[email protected]b3399272010-08-10 19:49:29122 },
[email protected]f76c8852012-06-21 16:37:00123 'automation': {
[email protected]f2f0fbb92012-07-14 15:52:49124 'filepath': 'chrome/browser/automation/|chrome/test/automation/',
[email protected]b8a0f8fa2010-09-02 18:35:55125 },
jkarlin539748402015-03-31 17:36:31126 'background_sync': {
127 'filepath': 'background_sync',
128 },
[email protected]f76c8852012-06-21 16:37:00129 'base': {
[email protected]f2f0fbb92012-07-14 15:52:49130 'filepath': '^base/',
[email protected]7a7a13b2010-08-25 01:10:59131 },
[email protected]5e105332012-09-13 01:55:52132 'base_allocator': {
133 'filepath': '^base/allocator',
134 },
[email protected]1ed5e0fd2012-07-19 00:19:05135 'base_memory': {
136 'filepath': '^base/memory',
137 },
robliao1644d8b2016-04-11 15:39:59138 'base_task_scheduler': {
139 'filepath': '^base/task_scheduler',
140 },
[email protected]b17d9e02014-07-29 09:45:50141 'base_win': {
142 'filepath': '^base/win',
143 },
[email protected]7e093d4022014-06-26 19:19:55144 'battery_status': {
145 'filepath': 'content/browser/battery_status/|'\
timvolodine953fde72014-12-09 16:47:10146 'content/renderer/battery_status/|'\
147 'content/test/data/battery_status/|'\
148 'device/battery/',
[email protected]7e093d4022014-06-26 19:19:55149 },
maniscalco44c99752015-09-09 21:52:04150 'blimp': {
151 'filepath': '^blimp/',
152 },
[email protected]06798f72013-01-14 22:31:17153 'bookmarks': {
154 'filepath': 'chrome/browser/bookmarks/' \
[email protected]771ad482013-07-16 17:32:48155 '|chrome/browser/extensions/api/bookmark_manager_private/' \
156 '|chrome/browser/extensions/api/bookmarks/' \
157 '|chrome/browser/resources/bookmark_manager/' \
[email protected]cd869cde2013-01-31 15:46:35158 '|chrome/browser/ui/bookmarks/' \
159 '|chrome/browser/ui/cocoa/bookmarks/' \
[email protected]5cb8b6e12014-05-19 16:53:46160 '|chrome/browser/ui/views/bookmarks/' \
161 '|components/bookmarks'
[email protected]06798f72013-01-14 22:31:17162 },
[email protected]b17d9e02014-07-29 09:45:50163 'breakpad_app': {
sdefresne8ba0b88c2015-09-18 10:33:13164 'filepath': 'components/crash/content/app/',
[email protected]b17d9e02014-07-29 09:45:50165 },
[email protected]f76c8852012-06-21 16:37:00166 'browser': {
[email protected]f2f0fbb92012-07-14 15:52:49167 'filepath': 'chrome/browser/',
[email protected]02c44522010-10-08 17:43:25168 },
[email protected]f76c8852012-06-21 16:37:00169 'browser_chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:49170 'filepath': 'chrome/browser/chromeos/',
[email protected]02c44522010-10-08 17:43:25171 },
[email protected]22650d22012-07-18 17:02:35172 'browser_components': {
[email protected]a7228f62012-09-20 17:52:48173 'filepath': 'chrome/browser/autofill/' \
174 '|chrome/browser/bookmarks/' \
[email protected]a7228f62012-09-20 17:52:48175 '|chrome/browser/favicon/' \
[email protected]ddf288e2013-01-09 20:58:27176 '|chrome/browser/history/' \
[email protected]fccf4882013-03-15 04:46:19177 '|chrome/browser/webdata/' \
[email protected]3947d4a82013-03-12 09:41:05178 '|components/autofill/'
[email protected]22650d22012-07-18 17:02:35179 },
[email protected]f76c8852012-06-21 16:37:00180 'browser_compositor': {
[email protected]f2f0fbb92012-07-14 15:52:49181 'filepath': 'ui/compositor/'
[email protected]fbd846b2010-11-19 01:32:18182 },
[email protected]f76c8852012-06-21 16:37:00183 'browser_resources': {
[email protected]f2f0fbb92012-07-14 15:52:49184 'filepath': 'chrome/browser/resources/',
[email protected]f76c8852012-06-21 16:37:00185 },
michaelpge42ca3b32016-02-19 08:17:57186 'browser_resources_md': {
187 'filepath': 'chrome/browser/resources/md_'\
188 '|chrome/browser/resources/settings/',
189 },
[email protected]0ce480532012-07-20 12:33:20190 'browsing_data': {
191 'filepath': 'chrome/browser/browsing_data/',
192 },
[email protected]f76c8852012-06-21 16:37:00193 'bubble': {
[email protected]f2f0fbb92012-07-14 15:52:49194 'filepath': 'ui/views/bubble/|'\
rouslan8d6a8372015-09-10 19:10:10195 'chrome/browser/ui/views/bubble/|'\
196 'components/bubble/',
[email protected]f76c8852012-06-21 16:37:00197 },
jkarlin539748402015-03-31 17:36:31198 'cache_storage': {
199 'filepath': 'cache_storage',
200 },
[email protected]10fbd5952013-08-22 07:42:39201 'cast': {
[email protected]31ef420b2014-08-13 21:19:13202 'filepath': 'media/cast/'\
203 '|chrome/browser/extensions/api/cast_streaming/'\
204 '|chrome/browser/media/cast'\
205 '|chrome/renderer/media/cast'\
206 '|chrome/test/data/extensions/api_test/cast_'\
207 '|content/public/renderer/media_stream_',
[email protected]10fbd5952013-08-22 07:42:39208 },
ryanchung4d157372016-05-10 20:27:16209 'cast_certificate': {
210 'filepath': 'components/cast_certificate/'\
211 '|components/test/data/cast_certificate/',
212 },
eranmc2a9f612015-11-24 16:41:34213 'certificate_transparency': {
214 'filepath': 'components/certificate_transparency/'\
215 '|components/packed_ct_ev_whitelist/'\
216 '|net/cert/ct_'\
217 '|net/cert/multi_log_ct_verifier'\
218 '|net/cert/sct_status_flags.h'\
219 '|net/cert/signed_certificate_timestamp'\
220 '|net/cert/signed_tree_head'\
221 '|net/test/ct_',
222 },
[email protected]651d9992014-04-09 17:18:41223 'chromecast': {
224 'filepath': 'chromecast/',
225 },
gfhuang2548f902016-02-26 02:29:21226 'chromecast_public': {
227 'filepath': 'chromecast/public/',
228 },
[email protected]c863702a2012-09-14 20:05:28229 'cc': {
230 'filepath': 'cc/|'\
[email protected]4934d362012-11-22 22:04:53231 'content/common/cc_messages'
[email protected]c863702a2012-09-14 20:05:28232 },
[email protected]c73ec8ab2014-01-16 20:35:23233 'chrome_elf': {
234 'filepath': 'chrome_elf',
235 },
[email protected]d5b21972012-07-20 02:06:01236 'chrome_views': {
237 'filepath': 'chrome/browser/ui/views',
238 },
[email protected]f7bf8ba2011-02-24 22:28:46239 'chromedriver': {
samuong53d5e612014-10-10 18:56:38240 'filepath': 'chrome/test/chromedriver|'\
241 'chrome/test/data/chromedriver|'\
242 'third_party/webdriver'
[email protected]f7bf8ba2011-02-24 22:28:46243 },
[email protected]f76c8852012-06-21 16:37:00244 'chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:49245 'filepath': 'chromeos/',
[email protected]531b1532011-08-11 03:52:01246 },
[email protected]eda0a0b2013-04-19 20:34:35247 'chromeos_attestation': {
248 'filepath': 'chromeos/attestation/|'\
[email protected]64494c3f2013-08-14 22:15:59249 'chrome/browser/chromeos/attestation/|'\
250 'chrome/browser/extensions/api/enterprise_platform_keys_private/',
[email protected]eda0a0b2013-04-19 20:34:35251 },
[email protected]7c59a152012-11-06 20:56:35252 'chromeos_calculator': {
253 'filepath': 'chrome/common/extensions/docs/examples/apps/calculator/',
254 },
hashimoto40ecb692014-09-02 04:51:31255 'chromeos_dbus': {
256 'filepath': 'chromeos/dbus/',
257 },
[email protected]f76c8852012-06-21 16:37:00258 'chromeos_login': {
[email protected]f2f0fbb92012-07-14 15:52:49259 'filepath': 'chrome/browser/chromeos/login/|'\
260 'chrome/browser/ui/webui/chromeos/login/|'\
dzhioevcc7c0492014-11-25 14:52:58261 'chrome/browser/resources/chromeos/login/|'\
262 'ui/login/',
[email protected]a791dac2011-04-07 23:22:57263 },
[email protected]d7d35f342012-10-22 20:32:47264 'chromeos_net': {
265 'filepath': 'chromeos/network/|'\
stevenjbdd133032015-08-07 18:37:47266 'chrome/browser/chromeos/net/|'\
267 'chrome/browser/extensions/api/networking_private/|'\
268 'extensions/browser/api/networking_private/|'\
269 'ui/chromeos/network/',
[email protected]d7d35f342012-10-22 20:32:47270 },
[email protected]2315ac0c2013-02-05 00:49:16271 'chromeos_power': {
[email protected]c3943ad2013-07-03 13:44:56272 'filepath': 'ash/system/chromeos/power/|'\
273 'chromeos/dbus/power_.*|'\
[email protected]2315ac0c2013-02-05 00:49:16274 'chrome/browser/chromeos/power/',
275 },
[email protected]f76c8852012-06-21 16:37:00276 'chromeos_webui': {
[email protected]f2f0fbb92012-07-14 15:52:49277 'filepath': 'chrome/browser/ui/webui/chromeos/|'\
278 'chrome/browser/resources/chromeos/',
[email protected]ba03af42012-03-08 01:37:12279 },
[email protected]cef7a6d2011-04-29 20:49:07280 'clang_update': {
Nico Webere250e6a2015-12-02 19:31:56281 'filepath': 'tools/clang/scripts/update.py'
[email protected]cef7a6d2011-04-29 20:49:07282 },
gayanef5f29ec2016-05-02 20:29:18283 'clank_uma_settings': {
284 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/preferences/privacy/UsageAndCrashReportsPreferenceFragment.java|'\
285 'chrome/android/java/src/org/chromium/chrome/browser/preferences/privacy/PrivacyPreferencesManager.java|'\
286 'chrome/android/java/src/org/chromium/chrome/browser/preferences/privacy/PrivacyPreferences.java|'\
287 'chrome/android/java/src/org/chromium/chrome/browser/preferences/privacy/CrashDumpUploadPreference.java|'\
288 'chrome/android/java/src/org/chromium/chrome/browser/metrics/UmaSessionStats.java',
289 },
[email protected]f76c8852012-06-21 16:37:00290 'clipboard': {
291 'filepath': 'clipboard|dnd|drag|drop',
[email protected]2418b022011-05-19 21:06:02292 },
[email protected]0387ab32014-08-05 00:13:42293 'closure': {
[email protected]18fd7a532014-08-20 23:09:51294 'filepath': 'third_party/closure_(compiler|linter)/|'
dbeam78528be2016-02-18 07:08:49295 'compiled_resources2?.gyp',
[email protected]0387ab32014-08-05 00:13:42296 },
sdefresned94c5b02015-07-22 17:54:55297 'components_deps': {
298 'filepath': 'components/([^/]*/)*DEPS',
299 },
[email protected]f76c8852012-06-21 16:37:00300 'content': {
[email protected]f2f0fbb92012-07-14 15:52:49301 'filepath': 'content/',
[email protected]f76c8852012-06-21 16:37:00302 },
scheib968e61052014-11-05 00:27:25303 'content_bluetooth': {
304 'filepath': 'content/.*bluetooth'
305 },
kinuko01cbe8a12015-10-20 09:59:06306 'content_loader': {
307 'filepath': 'content/browser/loader|'\
308 'content/child/*loader',
309 },
mkwst512627022014-09-16 09:23:27310 'content_renderer': {
311 'filepath': 'content/renderer/',
312 },
[email protected]aa3311a2012-11-19 16:04:58313 'content_shell': {
314 'filepath': 'content/shell/',
315 },
kinukoa121bce2015-01-30 10:04:41316 'content_worker': {
317 'filepath': 'content/.*worker',
318 },
[email protected]f76c8852012-06-21 16:37:00319 'cookie_monster': {
[email protected]f2f0fbb92012-07-14 15:52:49320 'filepath': 'net/cookies/|'\
[email protected]8492b5b2012-12-17 21:58:08321 'chrome/browser/net/sqlite_persistent_cookie_store',
[email protected]f76c8852012-06-21 16:37:00322 },
wfh792b71c2016-05-04 23:33:41323 'courgette': {
324 'filepath': 'courgette/',
325 },
michaelpge42ca3b32016-02-19 08:17:57326 'cr_elements': {
327 'filepath': 'ui/webui/resources/cr_element',
328 },
ianwencdb8c9e2015-06-18 22:10:15329 'custom_tabs': {
Newton Allen38c62212015-06-24 21:41:53330 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/customtabs/|'\
ianwencdb8c9e2015-06-18 22:10:15331 'chrome/android/javatests/src/org/chromium/chrome/browser/customtabs/',
alancuttercbad6512015-06-19 02:31:28332 },
[email protected]5e105332012-09-13 01:55:52333 'deep_memory_profiler': {
334 'filepath': 'tools/(deep_memory_profiler|find_runtime_symbols)',
335 },
Bartosz Fabianowski85a823812015-04-16 10:27:51336 'device_bluetooth': {
337 'filepath': 'device/.*bluetooth'
338 },
[email protected]29ad47c2014-04-23 09:12:48339 'device_sensors': {
340 'filepath': 'content/browser/device_sensors/|'\
341 'content/common/device_sensors/|'\
342 'content/public/android/java/src/org/chromium/content/browser/DeviceSensors.java|'\
343 'content/public/android/javatests/src/org/chromium/content/browser/DeviceSensorsTest.java|'\
344 'content/renderer/device_sensors/',
[email protected]8c667232013-11-12 19:49:14345 },
scheibabdd7d32015-02-11 22:13:08346 'developer_recommended_flags': {
347 'filepath': 'developer_recommended_flags.gypi',
348 },
[email protected]342b12872012-11-07 12:10:46349 'devtools': {
350 'filepath': 'devtools',
351 },
[email protected]bab2a832012-07-11 23:29:41352 'disk_cache': {
353 'filepath': 'net/disk_cache/|http_cache',
354 },
[email protected]f76c8852012-06-21 16:37:00355 'download': {
[email protected]f2f0fbb92012-07-14 15:52:49356 'filepath': 'chrome/browser/download/|'\
[email protected]8492b5b2012-12-17 21:58:08357 'content/browser/download/',
[email protected]6bff0ad2011-06-17 01:32:51358 },
[email protected]ca872e362011-07-12 21:06:03359 'downloads_ui': {
dbeam78528be2016-02-18 07:08:49360 'filepath': 'chrome/browser/resources/(md_)?downloads/|' \
[email protected]8492b5b2012-12-17 21:58:08361 'chrome/browser/ui/webui/.*downloads|' \
362 'chrome/browser/ui/views/download/|' \
asanka2009f412015-10-05 17:28:12363 'chrome/browser/ui/cocoa/download/'
[email protected]ca872e362011-07-12 21:06:03364 },
[email protected]f6df20a2012-10-23 21:22:07365 'drive': {
[email protected]8492b5b2012-12-17 21:58:08366 'filepath': 'chrome/browser/chromeos/drive/|' \
367 'chrome/browser/google_apis/'
[email protected]f6df20a2012-10-23 21:22:07368 },
[email protected]89d2cd52013-04-16 01:55:36369 'drive_resource_metadata': {
[email protected]2c948e12013-10-17 03:08:33370 'filepath': 'chrome/browser/chromeos/drive/resource_metadata'
[email protected]89d2cd52013-04-16 01:55:36371 },
[email protected]3a25c8a2014-06-26 06:47:10372 'eme': {
373 'filepath': 'components/cdm/|' \
374 'content/browser/media/cdm/|' \
375 'content/renderer/media/crypto/|' \
376 'media/base/android/*drm*|' \
377 'media/cdm/|' \
378 'third_party/widevine/cdm/'
379 },
[email protected]247dcfb92014-04-23 18:25:59380 'events': {
381 'filepath': 'ui/events/',
382 },
[email protected]f76c8852012-06-21 16:37:00383 'extension': {
384 'filepath': 'extension',
[email protected]161277d42011-06-24 20:48:45385 },
apaciblec4093a92016-04-19 19:21:58386 'feedback_ui': {
387 'filepath': 'chrome/browser/resources/(md_)?feedback/'
388 },
[email protected]f76c8852012-06-21 16:37:00389 'fileapi': {
[email protected]8492b5b2012-12-17 21:58:08390 'filepath': 'file_system/|' \
391 'fileapi/'
[email protected]80919512011-08-03 08:51:04392 },
[email protected]f76c8852012-06-21 16:37:00393 'filebrowse': {
[email protected]8492b5b2012-12-17 21:58:08394 'filepath': 'file_browser|' \
395 'file_manager|' \
396 'filebrowse'
[email protected]4b07b62cc2011-10-03 17:52:39397 },
[email protected]4ed766c2013-09-19 09:45:20398 'filesapp': {
[email protected]4ff3d9f2014-04-24 05:25:20399 'filepath': 'ui/file_manager'
[email protected]4ed766c2013-09-19 09:45:20400 },
[email protected]f76c8852012-06-21 16:37:00401 'ftp': {
402 'filepath': 'ftp',
[email protected]ffeb189d2011-10-05 18:49:39403 },
[email protected]3a2a6ac02014-06-20 07:07:12404 'gcm': {
405 'filepath': 'chrome/browser/services/gcm/|'\
406 'components/gcm_driver/|'\
407 'google_apis/gcm/',
408 },
[email protected]d8036492013-08-09 16:02:23409 'geolocation': {
410 'filepath': 'chrome/browser/geolocation/|'\
411 'content/browser/geolocation|'\
412 'content/public/common/geoposition.*|'\
413 'content/public/browser/geolocation.*|'\
414 'content/renderer/geolocation.*|'\
415 'content/shell/geolocation/',
416 },
[email protected]f93b7382012-08-09 20:53:16417 'gfx_image': {
418 'filepath': 'ui/gfx/image/',
419 },
[email protected]cf428f732012-10-02 20:48:15420 'gfx_geometry': {
danakj570c1332015-01-06 16:59:36421 'filepath': 'ui/gfx/geometry/',
[email protected]cf428f732012-10-02 20:48:15422 },
[email protected]4d1773e2014-04-05 07:59:57423 'gn': {
424 'filepath': 'tools/gn',
425 },
[email protected]f76c8852012-06-21 16:37:00426 'gpu': {
[email protected]f2f0fbb92012-07-14 15:52:49427 'filepath': 'gpu/',
[email protected]f76c8852012-06-21 16:37:00428 },
[email protected]f76c8852012-06-21 16:37:00429 'history_ui': {
dbeam78528be2016-02-18 07:08:49430 'filepath': 'chrome/browser/resources/(md_)?history|'\
431 'chrome/browser/ui/webui/.*history',
[email protected]f76c8852012-06-21 16:37:00432 },
[email protected]18d7e402014-07-08 19:53:14433 'hotword': {
434 'filepath': 'chrome/browser/extensions/api/hotword_private/'\
435 '|chrome/browser/resources/hotword_helper/'\
[email protected]535980d42014-08-12 14:31:28436 '|chrome/browser/resources/hotword/'\
[email protected]18d7e402014-07-08 19:53:14437 '|chrome/browser/search/hotword*'\
438 '|chrome/test/data/extensions/api_test/hotword_private/',
439 },
[email protected]f76c8852012-06-21 16:37:00440 'i18n': {
[email protected]f2f0fbb92012-07-14 15:52:49441 'filepath': 'base/i18n/|base/string|l10n|icu|'\
442 'locale_settings|encoding',
[email protected]f76c8852012-06-21 16:37:00443 },
[email protected]f76c8852012-06-21 16:37:00444 'importer': {
[email protected]f2f0fbb92012-07-14 15:52:49445 'filepath': 'import',
[email protected]f76c8852012-06-21 16:37:00446 },
[email protected]c26161352013-11-12 19:50:01447 'indexed_db': {
448 'filepath': 'content/browser/indexed_db|'\
449 'content/child/indexed_db|'\
450 'content/common/indexed_db|'\
451 'content/public/browser/indexed_db|'\
452 'content/test/data/indexeddb',
453 },
bruthigaa8281f2016-02-09 17:52:31454 'ink_drop': {
455 'filepath': 'ui/views/animation/test/.*ink_drop.*|' \
456 'ui/views/animation/.*ink_drop.*'
457 },
dtapuska1f997a12016-03-14 19:22:07458 'input': {
459 'filepath': 'content/browser/renderer_host/input|'\
460 'content/renderer/input|'\
461 'ui/events/blink/'
462 },
[email protected]f76c8852012-06-21 16:37:00463 'installer': {
[email protected]f2f0fbb92012-07-14 15:52:49464 'filepath': 'chrome/installer/',
[email protected]f76c8852012-06-21 16:37:00465 },
mmoss19826c62014-11-14 21:37:36466 'installer_linux': {
467 'filepath': 'chrome/installer/linux/',
468 },
[email protected]56b4b09d32012-07-27 18:28:41469 'instant': {
[email protected]607903d2013-03-25 22:15:47470 'filepath': 'instant|searchbox|'\
471 'chrome/browser/search/|'\
[email protected]c29b7dae2013-03-25 22:29:13472 'chrome/browser/ui/search/|'\
[email protected]eb99f8e2013-07-10 10:17:39473 'chrome/browser/resources/local_ntp/|'\
[email protected]607903d2013-03-25 22:15:47474 'chrome/common/search_types.*',
[email protected]56b4b09d32012-07-27 18:28:41475 },
sdefresne18b47312015-06-18 15:15:09476 'ios_chrome': {
477 'filepath': 'ios/chrome',
478 },
[email protected]f76c8852012-06-21 16:37:00479 'ipc': {
[email protected]f2f0fbb92012-07-14 15:52:49480 'filepath': 'ipc/ipc',
[email protected]f76c8852012-06-21 16:37:00481 },
mkwstb0d1b1d2014-09-30 11:45:36482 'ipc_messages': {
483 'filepath': '_message.*.h|'\
484 '_messages.cc',
485 },
vabraafbd4f32015-11-10 19:30:23486 'login': {
487 'filepath': 'chrome/browser/ui/login'
488 },
[email protected]a3f777d2014-01-07 23:38:26489 'libwebp': {
490 'filepath': 'third_party/libwebp'
491 },
johannkoenig52381382015-09-18 22:35:25492 'libvpx': {
johannkoenig8cdf03472016-03-02 13:54:31493 'filepath': 'third_party/libvpx'
johannkoenig52381382015-09-18 22:35:25494 },
[email protected]04a292a2013-03-07 19:58:42495 'linux_fonts': {
496 'filepath': 'ui/gfx/font_render_params_.*|'\
deratcd2d6fb2015-02-12 00:10:41497 'ui/gfx/platform_font_linux.*|'\
498 'ui/gfx/render_text_harfbuzz.*',
[email protected]04a292a2013-03-07 19:58:42499 },
500 'linux_sandboxing': {
[email protected]f2f0fbb92012-07-14 15:52:49501 'filepath': 'sandbox/linux/',
[email protected]f76c8852012-06-21 16:37:00502 },
[email protected]04a292a2013-03-07 19:58:42503 'linux_seccomp_bpf': {
[email protected]d6a23612012-11-13 20:11:54504 'filepath': 'content/common/sandbox.*linux.cc',
[email protected]f76c8852012-06-21 16:37:00505 },
mlamourid8b0feb2015-06-02 16:30:47506 'manifest': {
507 'filepath': 'content/(browser|renderer)/manifest/'\
508 '|content/public/common/manifest*',
509 },
michaelpg32ca07902015-02-07 00:31:11510 'md_settings': {
michaelpge42ca3b32016-02-19 08:17:57511 'filepath': 'chrome/browser/resources/settings/'\
michaelpg9bc66292015-09-04 22:35:19512 '|chrome/browser/ui/webui/settings/',
michaelpg32ca07902015-02-07 00:31:11513 },
[email protected]f76c8852012-06-21 16:37:00514 'media': {
[email protected]f2f0fbb92012-07-14 15:52:49515 'filepath': 'media/|third_party/(ffmpeg|openmax)/|webmediaplayer|'\
[email protected]034548d2012-07-31 20:34:00516 'audio_message_filter|video_layer|media_internals',
[email protected]f76c8852012-06-21 16:37:00517 },
[email protected]06dd23172013-06-24 21:04:51518 'media_galleries': {
519 'filepath': 'chrome/browser/extensions/api/media_galleries/'\
[email protected]06dd23172013-06-24 21:04:51520 '|chrome/browser/media_galleries/'\
521 '|chrome/browser/storage_monitor/'\
522 '|chrome/common/media_galleries/'\
523 '|chrome/test/data/extensions/api_test/media_galleries/'\
524 '|chrome/utility/itunes*'\
525 '|chrome/utility/picasa*',
526 },
alokp9e369ea72e2016-06-10 05:41:09527 'media_mojo': {
528 'filepath': 'media/mojo/*'
529 },
kmarshallb698ad4f2015-02-24 19:42:48530 'media_router': {
531 'filepath': 'chrome/browser/media/router/*' \
532 '|chrome/app/theme/*/common/media_router*' \
533 '|chrome/browser/resources/media_router/' \
534 '|chrome/browser/ui/webui/media_router/' \
535 '|chrome/test/media_router/',
536 },
[email protected]f76c8852012-06-21 16:37:00537 'message_loop': {
[email protected]f2f0fbb92012-07-14 15:52:49538 'filepath': 'base/message_'
[email protected]f76c8852012-06-21 16:37:00539 },
540 'metrics': {
[email protected]f2f0fbb92012-07-14 15:52:49541 'filepath': 'base/metrics/'\
542 '|chrome/browser/metrics/'\
[email protected]f2f0fbb92012-07-14 15:52:49543 '|chrome/browser/chromeos/external_metrics'\
[email protected]b0d594d2014-02-21 03:22:12544 '|chrome/browser/extensions/api/metrics_private/'\
[email protected]f2f0fbb92012-07-14 15:52:49545 '|chrome/browser/ui/webui/metrics_handler'\
asvitkineb7e10302016-01-20 05:17:45546 '|chromecast/browser/metrics/'\
[email protected]f76c8852012-06-21 16:37:00547 '|content/browser/user_metrics.cc'\
asvitkinee4bad382015-11-05 21:56:45548 '|components/metrics/'\
asvitkineb7e10302016-01-20 05:17:45549 '|components/metrics_services_manager/'\
[email protected]ce6b855a2014-03-12 19:51:39550 '|components/rappor/'\
asvitkinee4bad382015-11-05 21:56:45551 '|components/variations/'\
[email protected]f76c8852012-06-21 16:37:00552 '|content/public/browser/user_metrics.h'\
[email protected]b0d594d2014-02-21 03:22:12553 # Exclude XML files; in particular, histograms.xml.
554 '|tools/metrics/[^.]*([.](?!xml$).*)?$',
555 },
556 'metrics_xml_files': {
557 # Subscribe to this to watch for changes to histograms.xml.
toyoshim8f51f902015-03-27 03:50:21558 'filepath': 'tools/metrics/.*\.xml$',
559 },
560 'midi': {
561 'filepath': 'midi',
[email protected]f76c8852012-06-21 16:37:00562 },
[email protected]341f218a2013-09-24 22:16:10563 'mojo': {
564 'filepath': 'mojo',
565 },
[email protected]f76c8852012-06-21 16:37:00566 'mouse_lock': {
567 'filepath': 'mouse_lock',
568 },
rjkroegef60dea862015-10-29 17:50:06569 'mus': {
570 'filepath': 'components/mus/'\
rjkroegef60dea862015-10-29 17:50:06571 '|mojo/gpu/',
572 },
[email protected]f76c8852012-06-21 16:37:00573 'nacl': {
[email protected]f2f0fbb92012-07-14 15:52:49574 'filepath': 'chrome/nacl/|chrome/test/nacl/|'\
[email protected]193912d2013-09-06 17:41:56575 'chrome/browser/nacl_host/|chrome/common/nacl|'\
576 'native_client_sdk/src/doc/',
[email protected]f76c8852012-06-21 16:37:00577 },
[email protected]99ddc3d2013-01-22 16:15:33578 'native_client_sdk': {
579 'filepath': '^native_client_sdk/',
580 },
[email protected]b9ecdb62014-03-07 14:56:43581 'navigation': {
582 'filepath': 'content/browser/frame_host|'\
583 'content/browser/renderer_host/render_process_host.*|'\
584 'content/browser/renderer_host/render_view_host.*|'\
585 'content/browser/web_contents/web_contents_impl.*|'\
586 'content/renderer/render_frame.*|'\
587 'content/renderer/render_view.*'
588 },
[email protected]f76c8852012-06-21 16:37:00589 'net': {
[email protected]f2f0fbb92012-07-14 15:52:49590 'filepath': 'net/',
[email protected]f76c8852012-06-21 16:37:00591 },
592 'net_error_list': {
593 'filepath': 'net/base/net_error_list.h',
594 },
595 'net_log': {
mmenke59e4d8fb42016-06-15 21:15:28596 'filepath': 'net/log/|' \
[email protected]f2f0fbb92012-07-14 15:52:49597 'chrome/browser/net/.*net_log|' \
[email protected]f2f0fbb92012-07-14 15:52:49598 'chrome/browser/resources/net_internals/|' \
mmenke59e4d8fb42016-06-15 21:15:28599 'chrome/browser/ui/webui/net_internals/|' \
600 'components/net_log/'
[email protected]f76c8852012-06-21 16:37:00601 },
jkarlin539748402015-03-31 17:36:31602 'netinfo': {
603 'filepath': 'netinfo',
604 },
peterf4758412014-09-17 15:06:01605 'notifications': {
606 'filepath': 'chrome/browser/extensions/api/notifications/|' \
607 'chrome/browser/notifications/|' \
peter8ab156b2015-03-29 15:44:12608 'chrome/test/data/notifications/|' \
609 'content/browser/notifications/|' \
610 'content/child/notifications/|' \
611 'content/common/platform_notification|' \
612 'content/public/browser/platform_notification|' \
613 'content/public/common/platform_notification|' \
614 'content/renderer/notification_|' \
peterf4758412014-09-17 15:06:01615 'ui/message_center/'
616 },
[email protected]f76c8852012-06-21 16:37:00617 'ntp': {
[email protected]f2f0fbb92012-07-14 15:52:49618 'filepath': 'chrome/browser/resources/ntp4/|'\
[email protected]b7ecd5f52013-02-14 21:04:16619 'chrome/browser/resources/ntp_android/|'\
[email protected]f2f0fbb92012-07-14 15:52:49620 'chrome/browser/ui/webui/ntp/',
[email protected]f76c8852012-06-21 16:37:00621 },
mcwilliamsedee5042016-04-05 18:46:45622 'ntp_snippets': {
623 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk16a37f902016-05-16 15:49:36624 'chrome/android/javatests/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk538dc0b62016-05-17 14:55:34625 'chrome/browser/android/ntp/ntp_snippets|'\
mcwilliamsedee5042016-04-05 18:46:45626 'chrome/browser/ntp_snippets/|'\
mvanouwerkerk41649732016-05-17 13:37:00627 'chrome/browser/resources/snippets_internals|'\
628 'chrome/browser/ui/webui/snippets_internals|'\
mcwilliamsedee5042016-04-05 18:46:45629 'components/ntp_snippets/|'\
630 'chrome/android/java/res/layout/new_tab_page|'\
631 'chrome/android/java/res/layout/most_visited'
632 },
dimichdce3ee492016-04-04 04:20:52633 'offline_pages': {
634 'filepath': 'components/offline_pages/'\
fgorski329be5b2016-04-19 21:38:11635 '|chrome/browser/android/offline_pages/'\
636 '|chrome/android/java/src/org/chromium/chrome/browser/offlinepages/'
dimichdce3ee492016-04-04 04:20:52637 },
[email protected]f76c8852012-06-21 16:37:00638 'omnibox': {
[email protected]f2f0fbb92012-07-14 15:52:49639 'filepath': 'chrome/browser/autocomplete/'\
640 '|chrome/browser/ui/.*/omnibox/'
[email protected]f76c8852012-06-21 16:37:00641 },
[email protected]437c44b2012-11-08 01:35:52642 'options': {
643 'filepath': 'chrome/browser/resources/options/|'\
644 'chrome/browser/ui/webui/options/',
645 },
chasej6dff9292016-02-02 20:33:12646 'origin_trials': {
647 'filepath': 'origin_trials',
648 },
[email protected]4a2078e2013-07-18 20:40:20649 'ozone': {
[email protected]f93c2c92013-10-31 18:22:44650 'filepath': 'ui/ozone/|'\
[email protected]4b66bf922013-10-28 19:49:43651 'ui/events/ozone/|'\
652 'ui/gfx/ozone/|'\
[email protected]4a2078e2013-07-18 20:40:20653 'ui/gl/gl_.*egl.*|'\
654 'ui/gl/gl_.*ozone.*'
655 },
csharrison3b1dc4062015-10-19 14:31:08656 'page_load_metrics' : {
657 'filepath': 'components/page_load_metrics/'
658 },
[email protected]f76c8852012-06-21 16:37:00659 'panels': {
[email protected]7cbe5a52012-09-27 02:00:29660 'filepath': 'chrome/browser/ui/panels'\
661 '|chrome/browser/ui/cocoa/panels'\
[email protected]7cbe5a52012-09-27 02:00:29662 '|chrome/browser/ui/views/panels'
[email protected]f76c8852012-06-21 16:37:00663 },
[email protected]3cc8b3922014-05-05 13:12:08664 'password_manager': {
665 'filepath': 'chrome/.*/password_'\
666 '|chrome/browser/ui/passwords'\
667 '|chrome/browser/ui/views/passwords'\
668 '|chrome/test/data/password'\
669 '|components/autofill.*password'
670 '|components/password_'\
vabrccdb7222016-06-01 14:59:40671 '|^ios/chrome/browser/passwords'\
[email protected]3cc8b3922014-05-05 13:12:08672 },
[email protected]f76c8852012-06-21 16:37:00673 'pepper_api': {
[email protected]b8491b02013-11-13 03:50:58674 'filepath': 'ppapi/api'\
675 '|ppapi/c',
[email protected]f76c8852012-06-21 16:37:00676 },
mlamourid8b0feb2015-06-02 16:30:47677 'permissions': {
678 'filepath': 'content/(child,browser)/permissions/'\
679 '|content/common/permission_*'\
680 '|content/public/(common,browser)/permission_*'\
681 '|chrome/browser/permissions/'\
682 '|chrome/browser/content_settings/permission*'\
683 '|permission_context',
684 },
[email protected]f76c8852012-06-21 16:37:00685 'plugin': {
[email protected]f2f0fbb92012-07-14 15:52:49686 'filepath': 'chrome/browser/plugin|chrome/plugin/|'\
Thiago Farinae067154bb2015-05-07 15:37:59687 'chrome/common/plugin',
[email protected]f76c8852012-06-21 16:37:00688 },
tnagelad92622a92015-10-20 10:26:30689 'policy_definitions': {
690 'filepath': 'components/policy/resources/policy_templates.json',
691 },
michaelpg11fff3f2015-02-06 03:35:34692 'polymer': {
693 'filepath': 'third_party/polymer/|'\
dbeam78528be2016-02-18 07:08:49694 'tools/polymer|'\
michaelpg11fff3f2015-02-06 03:35:34695 'ui/webui/resources/polymer_resources.grdp',
696 },
twifkak0c69c1f2015-06-22 18:20:09697 'precache': {
698 'filepath': '[pP]recache'
699 },
[email protected]ef6cc442012-10-30 03:24:17700 'predictors': {
701 'filepath': 'predictors',
702 },
[email protected]be775bc2014-06-30 15:41:14703 'prepopulated_engines': {
704 'filepath': 'components/search_engines/prepopulated_engines.json',
705 },
[email protected]f76c8852012-06-21 16:37:00706 'prerender': {
[email protected]78375a52012-07-14 14:47:57707 'filepath': 'prerender'
[email protected]f76c8852012-06-21 16:37:00708 },
peter884896c72015-03-12 14:26:20709 'push_messaging': {
710 'filepath': 'push_messaging'
711 },
[email protected]f76c8852012-06-21 16:37:00712 'pyauto': {
713 'filepath': 'chrome/test/pyautolib' \
714 '|chrome/test/functional' \
715 '|chrome/browser/automation/automation_provider_json'
716 },
717 'remoting': {
anandce1c55372015-03-04 01:23:10718 'filepath': 'remoting/' \
719 '|testing/chromoting'
[email protected]f76c8852012-06-21 16:37:00720 },
gab57e80c72014-12-08 21:06:13721 'rlz_id': {
722 'filepath' :'rlz/lib/machine_id.cc|'\
723 'rlz/lib/machine_id.h|'\
724 'rlz/win/lib/machine_id_win.cc',
725 },
grt829c6a82014-10-20 09:29:32726 'safe_browsing': {
727 'filepath': 'chrome/(browser|common|renderer)/safe_browsing/',
728 },
rickyz0a819bfc2015-02-04 23:57:22729 'sandbox': {
730 'filepath': 'sandbox/'\
731 '|content/browser/bootstrap_sandbox_mac'\
732 '|content/browser/renderer_host/render_sandbox_host_linux'\
733 '|content/browser/renderer_host/sandbox_ipc_linux'\
734 '|content/browser/zygote_host/'\
735 '|content/common/sandbox_'\
736 '|content/zygote/'\
737 },
skyostil20dea312014-11-11 13:43:06738 'scheduler': {
rmcilroyfa5ac552015-04-09 12:33:17739 'filepath': 'cc/scheduler'\
jochen83c639f02015-04-22 17:07:37740 '|components/scheduler'\
rmcilroyfa5ac552015-04-09 12:33:17741 '|content/renderer/scheduler'
skyostil20dea312014-11-11 13:43:06742 },
mlamourid8b0feb2015-06-02 16:30:47743 'screen_orientation': {
744 'filepath': 'screen_orientation',
745 },
[email protected]21cd39b2012-06-28 01:48:40746 'search': {
[email protected]f2f0fbb92012-07-14 15:52:49747 'filepath': 'chrome/browser/ui/search/',
[email protected]21cd39b2012-06-28 01:48:40748 },
[email protected]0b431722014-01-08 07:21:51749 'service_worker': {
[email protected]edaf31d2014-03-07 00:09:17750 'filepath': 'content/(browser|renderer|child|common)/service_worker/',
[email protected]0b431722014-01-08 07:21:51751 },
[email protected]f76c8852012-06-21 16:37:00752 'site_instance': {
[email protected]f2f0fbb92012-07-14 15:52:49753 'filepath': 'content/browser/site_instance|'\
754 'content/browser/browsing_instance',
[email protected]f76c8852012-06-21 16:37:00755 },
756 'speech': {
[email protected]f2f0fbb92012-07-14 15:52:49757 'filepath': 'chrome/browser/speech/'\
758 '|content/browser/speech/'\
759 '|content/common/.*speech'\
760 '|content/public/.*speech'
[email protected]f76c8852012-06-21 16:37:00761 },
[email protected]ad0295d2012-10-11 23:43:36762 'spellcheck': {
763 'filepath': 'chrome/browser/spellchecker/'\
764 '|chrome/browser/tab_contents/spellchecker'\
765 '|chrome/browser/tab_contents/spelling_menu'\
766 '|chrome/common/spellcheck_'\
767 '|chrome/renderer/spellchecker/'\
[email protected]97e677a62013-01-11 19:18:35768 '|third_party/hunspell/'\
769 '|third_party/hunspell_dictionaries/'\
[email protected]ad0295d2012-10-11 23:43:36770 },
[email protected]67f39af2013-08-23 20:06:05771 'streams': {
772 'filepath': 'content/browser/streams/',
773 },
vmpstrcc1c08302015-11-18 06:05:51774 'styleguide': {
775 'filepath': '^styleguide/',
776 },
[email protected]43d33e92014-07-14 16:39:31777 'supervised_users': {
778 'filepath': 'chrome/browser/.*managed_mode'\
779 '|chrome/browser/.*managed_user'\
780 '|chrome/browser/.*supervised_user',
781 },
[email protected]f76c8852012-06-21 16:37:00782 'sync': {
maxboguefa217942016-04-01 01:08:13783 'filepath': '^chrome/android/sync_shell/'\
784 '|^chrome/browser/ui/sync/'\
785 '|^chrome/browser/ui/views/sync/'\
786 '|^chrome/test/android/javatests/src/org/chromium/chrome/test/util/browser/sync/'\
787 '|^ios/chrome/browser/sync/'\
788 '|^chrome/android/java/src/org/chromium/chrome/browser/sync/'\
789 '|^chrome/browser/sync/'\
790 '|^components/browser_sync/'\
791 '|^components/sync_bookmarks/'\
792 '|^components/sync_driver/'\
793 '|^components/sync_sessions/'\
794 '|^sync/',
[email protected]f76c8852012-06-21 16:37:00795 },
[email protected]92871a102013-07-01 11:11:41796 'syncfs': {
797 'filepath': 'sync_file_system',
798 },
[email protected]4529a792013-06-18 19:18:49799 'sync_proto': {
800 'filepath': 'sync/protocol/',
801 },
[email protected]82d74152013-07-28 08:55:31802 'tab_capture': {
[email protected]31ef420b2014-08-13 21:19:13803 'filepath': 'cc/output/copy_output_request'\
804 '|chrome/browser/extensions/api/tab_capture/'\
805 '|chrome/test/data/extensions/api_test/tab_capture/'\
806 '|content/browser/compositor/delegated_frame_host'\
807 '|content/browser/media/capture/'\
808 '|content/browser/renderer_host/compositing_iosurface'\
809 '|content/browser/renderer_host/media/(audio_'\
810 '|media_stream_manager|video_)'\
811 '|media/audio/(audio_output_controller|fake_audio_|virtual_audio_)'\
812 '|media/base/video_frame\.h'\
813 '|media/video/capture/video_capture_',
[email protected]82d74152013-07-28 08:55:31814 },
[email protected]f76c8852012-06-21 16:37:00815 'tab_contents': {
[email protected]f2f0fbb92012-07-14 15:52:49816 'filepath': 'chrome/browser/tab_contents/|'\
817 'content/browser/tab_contents/|'\
818 'chrome/browser/ui/tab_contents/',
[email protected]f76c8852012-06-21 16:37:00819 },
[email protected]31ef420b2014-08-13 21:19:13820 'tab_media_indicators': {
821 'filepath': 'chrome/browser/media/audio_stream_monitor'\
822 '|chrome/browser/ui/cocoa/tabs/tab_controller\.mm'\
823 '|chrome/browser/ui/tabs/tab_utils'\
824 '|chrome/browser/ui/views/tabs/tab\.cc'\
825 '|chrome/browser/ui/views/tabs/tab_renderer_data'\
826 '|media/audio/audio_(output_controller|power_monitor)',
827 },
[email protected]f76c8852012-06-21 16:37:00828 'task_manager': {
829 'filepath': 'task_manager'
830 },
[email protected]5e105332012-09-13 01:55:52831 'tcmalloc': {
832 'filepath': 'third_party/tcmalloc'
833 },
[email protected]31a10602012-11-21 01:51:26834 'telemetry': {
nednguyen79105d422016-04-18 01:38:42835 'filepath': 'tools/perf/'
[email protected]31a10602012-11-21 01:51:26836 },
[email protected]f76c8852012-06-21 16:37:00837 'tests': {
[email protected]f2f0fbb92012-07-14 15:52:49838 'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/',
[email protected]0cde05a02011-11-30 23:36:52839 },
[email protected]1cbbb30b2011-10-14 08:03:56840 'textinput': {
[email protected]f2f0fbb92012-07-14 15:52:49841 'filepath': 'content/browser/renderer_host/gtk_im'\
842 '|content/browser/renderer_host/gtk_key'\
843 '|content/browser/renderer_host/render_widget_host_view'\
844 '|content/browser/renderer_host/text_input'\
845 '|ui/base/ime/'\
846 '|ui/base/gtk/event'\
847 '|ui/base/gtk/gtk_im'\
848 '|ui/base/keycodes/'\
849 '|ui/base/win/ime'\
850 '|ui/views/controls/textfield/'\
851 '|ui/views/ime/'
[email protected]1cbbb30b2011-10-14 08:03:56852 },
[email protected]3a117c62011-11-29 04:28:02853 'textinput_chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:49854 'filepath': 'chrome/browser/chromeos/input_method/'\
855 '|chrome/browser/chromeos/extensions/input_method'\
856 '|chrome/browser/chromeos/status/input_method'\
857 '|chrome/browser/extensions/extension_input_'\
858 '|chrome/browser/resources/keyboard'\
859 '|chrome/browser/resources/options/language'\
[email protected]ef03eae2011-11-30 08:43:43860 '|chrome/browser/ui/webui/options/'\
[email protected]f2f0fbb92012-07-14 15:52:49861 'chromeos/.*(language|keyboard)'\
[email protected]6bd9e802013-04-18 06:40:42862 '|chrome/browser/ui/webui/options/language'\
863 '|chromeos/ime/*'
[email protected]3a117c62011-11-29 04:28:02864 },
chirantan96fcf6d2015-01-21 22:36:19865 'timers': {
866 'filepath': 'base/timer/'\
867 '|components/timers/'
868 },
[email protected]f76c8852012-06-21 16:37:00869 'tools': {
[email protected]f2f0fbb92012-07-14 15:52:49870 'filepath': 'tools/',
[email protected]6bea7b42011-10-19 19:47:09871 },
[email protected]f76c8852012-06-21 16:37:00872 'tools_emacs': {
[email protected]f2f0fbb92012-07-14 15:52:49873 'filepath': 'tools/emacs/',
[email protected]65676d32012-04-18 14:41:05874 },
[email protected]c8eb7f72013-07-04 15:30:11875 'tracing': {
876 'filepath': 'base/debug/trace_event.*'\
primianobef13b42015-01-30 15:29:31877 '|base/trace_event/'\
[email protected]c8eb7f72013-07-04 15:30:11878 '|content/browser/tracing/'\
879 '|components/tracing/'
880 },
[email protected]cf428f732012-10-02 20:48:15881 'ui_compositor': {
882 'filepath': 'ui/compositor/layer\.|'\
883 'ui/compositor/layer_unittest|'\
884 'ui/compositor/compositor',
885 },
[email protected]6b5093c2012-05-23 19:10:18886 'ui_resources': {
[email protected]f2f0fbb92012-07-14 15:52:49887 'filepath': 'ui/resources/'\
888 '|ui/base/native_theme/resources/'\
889 '|chrome/app/theme/'
[email protected]6b5093c2012-05-23 19:10:18890 },
[email protected]f76c8852012-06-21 16:37:00891 'valgrind': {
892 'filepath': 'valgrind',
893 },
[email protected]c73ec8ab2014-01-16 20:35:23894 'version_assembly': {
895 'filepath': 'chrome/app/version_assembly',
896 },
posciak62a72272016-05-11 08:31:24897 'video': {
898 'filepath': 'content/browser/renderer_host/media/|'\
899 'content/renderer/media/|'\
900 'media/capture/video/|'\
901 'media/filters/|'\
902 'media/gpu/|'\
903 '.*video.*',
904 },
mcasas09e881c2016-04-09 02:09:50905 'video_capture': {
906 'filepath': 'chrome/browser/media/.*(capture|media|webrtc)'\
907 '|content/browser/renderer_host/media/.*(capture|media)'\
908 '|content/renderer/media/.*(capture|media|webrtc)'\
909 '|media/capture/'\
910 '|media/muxers/',
911 },
[email protected]f76c8852012-06-21 16:37:00912 'views': {
913 # Applies to all files and subdirs within this directory.
[email protected]f2f0fbb92012-07-14 15:52:49914 'filepath': '^ui/views/',
[email protected]f76c8852012-06-21 16:37:00915 },
[email protected]f47d871a2013-10-11 22:14:15916 'views_corewm': {
917 'filepath': 'ui/views/corewm/',
[email protected]3fc918142013-10-12 01:42:17918 },
[email protected]ef514a32014-02-26 01:02:35919 'virtual_keyboard': {
920 'filepath': 'ui/keyboard/'\
921 'chrome/test/data/chromeos/virtual_keyboard/'\
922 'chrome/common/extensions/api/virtual_keyboard',
923 },
mcasas09e881c2016-04-09 02:09:50924 'webrtc_browser_tests': {
925 'filepath': 'chrome/browser/media/.*webrtc.*browsertest|'\
926 'content/browser/media/.*webrtc.*browsertest',
927 },
[email protected]208879542012-07-05 11:15:34928 'website_settings': {
[email protected]f2f0fbb92012-07-14 15:52:49929 'filepath': 'chrome/browser/content_settings/'\
930 '|chrome/browser/ui/views/website_settings/'\
931 '|chrome/browser/ui/website_settings/'\
mukai077089f2014-09-11 18:41:52932 '|chrome/common/content_settings'\
933 '|components/content_settings/',
[email protected]208879542012-07-05 11:15:34934 },
[email protected]b17d9e02014-07-29 09:45:50935 'windows_sandboxing': {
936 'filepath': 'sandbox/win/',
937 },
[email protected]f76c8852012-06-21 16:37:00938 'x11': {
[email protected]f2f0fbb92012-07-14 15:52:49939 'filepath': 'content/browser/renderer_host/backing_store_x\.' \
940 '|chrome/browser/chromeos/input_method/xkeyboard\.' \
941 '|chrome/browser/chromeos/system_key_event_listener\.' \
[email protected]f76c8852012-06-21 16:37:00942 '|chrome/browser/chromeos/'\
[email protected]f2f0fbb92012-07-14 15:52:49943 'xinput_hierarchy_changed_event_listener\.' \
944 '|chrome/browser/chromeos/wm_' \
945 '|ui/base/x/'
[email protected]0d710852012-05-24 01:18:40946 },
wjmaclean3ff6a402015-03-31 19:00:20947 'zoom': {
948 'filepath': 'chrome/browser/ui/zoom/' \
949 '|components/ui/zoom/' \
950 '|content/browser/host_zoom_*' \
951 '|content/browser/storage_partition_impl*' \
952 '|content/public/browser/host_zoom_map.h' \
953 '|content/public/browser/storage_partition.h'
954 },
timlohd035d572015-09-25 15:28:02955
956 'blink': {
957 'filepath': 'third_party/WebKit/',
958 },
959 'blink_accessibility': {
960 'filepath': 'third_party/WebKit/.*(accessibility|AXObjectCache|WebAX)'
961 },
962 'blink_animation': {
963 'filepath': 'third_party/WebKit/.*([Aa]nimat|[Tt]ransition)',
964 },
965 'blink_app_banner': {
966 'filepath': 'third_party/WebKit/Source/modules/app_banner' \
967 '|third_party/WebKit/public/platform/modules/app_banner',
968 },
969 'blink_audio': {
970 'filepath': 'third_party/WebKit/Source/platform/audio' \
971 '|third_party/WebKit/Source/modules/webaudio',
972 },
973 'blink_battery_status': {
974 'filepath': 'third_party/WebKit/Source/modules/battery/' \
975 '|third_party/WebKit/LayoutTests/battery-status/' \
976 '|third_party/WebKit/Source/core/frame/PlatformEvent(Controller|Dispatcher)'
977 },
978 'blink_bidi': {
979 'filepath': 'third_party/WebKit/Source/platform/text/.*Bidi' \
980 '|third_party/WebKit/Source/core/rendering/.*Bidi',
981 },
982 'blink_bindings': {
983 'filepath': 'third_party/WebKit/Source/bindings',
984 },
985 'blink_bluetooth': {
986 'filepath': 'third_party/WebKit/.*[Bb]luetooth'
987 },
988 'blink_canvas2d': {
989 'filepath': 'third_party/WebKit/Source/core/html/canvas' \
990 '|third_party/WebKit/Source/core/html/HTMLCanvasElement' \
991 '|third_party/WebKit/Source/modules/canvas2d' \
992 '|third_party/WebKit/Source/platform/graphics/Canvas2D',
993 },
994 'blink_clipboard': {
995 'filepath': 'third_party/WebKit/Source/core/clipboard' \
996 '|third_party/WebKit/Source/core/page/.*Drag' \
997 '|third_party/WebKit/Source/platform/.*Drag' \
998 '|third_party/WebKit/Source/platform/clipboard' \
999 '|third_party/WebKit/Source/web/.*Drag' \
1000 '|third_party/WebKit/public/platform/.*Drag' \
1001 '|third_party/WebKit/public/web/.*Drag',
1002 },
1003 'blink_content_security_policy': {
1004 'filepath': 'third_party/WebKit/Source/core/frame/csp' \
1005 '|third_party/WebKit/Source/core/events/SecurityPolicyViolationEvent' \
1006 '|third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy'
1007 },
1008 'blink_css': {
1009 'filepath': 'third_party/WebKit/Source/core/css',
1010 },
1011 'blink_css_grid_layout': {
1012 'filepath': 'third_party/WebKit/Source/core/layout/.*Grid' \
1013 '|third_party/WebKit/Source/core/paint/.*Grid' \
1014 '|third_party/WebKit/Source/core/css/.*Grid' \
1015 '|third_party/WebKit/LayoutTests/fast/css-grid-layout/' \
1016 '|third_party/WebKit/LayoutTests/ietestcenter/css3/grid/' \
1017 '|third_party/WebKit/LayoutTests/platform/.*/fast/css-grid-layout/' \
1018 '|third_party/WebKit/LayoutTests/platform/.*/ietestcenter/css3/grid/'
1019 },
1020 'blink_css_flexbox': {
1021 'filepath': 'third_party/WebKit/Source/core/rendering/.*Flex' \
1022 '|third_party/WebKit/LayoutTests/fast/deprecated-flexbox/' \
1023 '|third_party/WebKit/LayoutTests/css3/flexbox/' \
1024 '|third_party/WebKit/LayoutTests/ietestcenter/css3/flexbox/'
1025 },
1026 'blink_css_fragmentation_tests': {
1027 'filepath': 'third_party/WebKit/LayoutTests/fast/multicol/' \
mstensho6471a3d2015-11-25 12:31:021028 '|third_party/WebKit/LayoutTests/fast/pagination/' \
1029 '|third_party/WebKit/LayoutTests/printing/'
timlohd035d572015-09-25 15:28:021030 },
1031 'blink_css_regions': {
1032 'filepath': 'third_party/WebKit/Source/core/rendering/.*(Region|FlowThread)' \
1033 '|third_party/WebKit/Source/core/dom/NodeRendering' \
1034 '|third_party/WebKit/Source/core/dom/.*NamedFlow' \
1035 '|third_party/WebKit/Source/core/css/.*Region' \
1036 '|third_party/WebKit/LayoutTests/compositing/regions/' \
1037 '|third_party/WebKit/LayoutTests/fast/regions/' \
1038 '|third_party/WebKit/LayoutTests/platform/chromium.*/fast/regions/'
1039 },
1040 'blink_custom_elements': {
dominicc05d120d2016-05-16 01:13:401041 'filepath': 'third_party/WebKit/Source/core/dom/custom/' \
timlohd035d572015-09-25 15:28:021042 '|third_party/WebKit/Source/bindings/v8/.*CustomElement',
1043 },
1044 'blink_device_light': {
1045 'filepath': 'third_party/WebKit/Source/modules/device_light/' \
1046 '|third_party/WebKit/LayoutTests/fast/dom/DeviceLight/'
1047 },
1048 'blink_device_orientation': {
1049 'filepath': 'third_party/WebKit/Source/modules/device_orientation/' \
1050 '|third_party/WebKit/LayoutTests/fast/dom/DeviceMotion/' \
1051 '|third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/' \
1052 '|third_party/WebKit/Source/core/frame/PlatformEvent(Controller|Dispatcher)' \
1053 '|third_party/WebKit/Source/core/frame/DeviceSingleWindowEventController'
1054 },
1055 'blink_devtools': {
1056 'filepath': 'third_party/WebKit/.*(inspector|DevTools|devtools)',
1057 },
1058 'blink_dom': {
1059 'filepath': 'third_party/WebKit/Source/core/dom/'
1060 },
1061 'blink_events': {
1062 'filepath': 'third_party/WebKit/Source/core/page/.*Event' \
1063 '|third_party/WebKit/Source/core/dom/.*Event' \
1064 '|third_party/WebKit/Source/core/css/.*Event' \
1065 '|third_party/WebKit/Source/platform/.*Event'
1066 },
1067 'blink_fetch': {
1068 'filepath': 'third_party/WebKit/Source/core/fetch',
1069 },
1070 'blink_heap': {
1071 'filepath': 'third_party/WebKit/Source/platform/heap' \
1072 '|third_party/WebKit/Source/wtf/Partition.*'
1073 },
1074 'blink_html': {
1075 'filepath': 'third_party/WebKit/Source/core/html/'
1076 },
1077 'blink_loader': {
1078 'filepath': 'third_party/WebKit/Source/core/loader',
1079 },
haraken04143c62016-03-31 08:48:561080 'blink_modules': {
1081 'filepath': 'third_party/WebKit/Source/modules'
1082 },
timlohd035d572015-09-25 15:28:021083 'blink_notifications': {
1084 'filepath': 'third_party/WebKit/LayoutTests/http/tests/notifications' \
1085 '|third_party/WebKit/Source/modules/notifications' \
1086 '|third_party/WebKit/public/platform/modules/notifications'
1087 },
1088 'blink_owners': {
1089 'filepath': 'third_party/WebKit/.*OWNERS',
1090 },
1091 'blink_paint': {
1092 'filepath': 'third_party/WebKit/Source/core/paint/'
1093 },
1094 'blink_permissions': {
1095 'filepath': 'third_party/WebKit/Source/modules/permissions/' \
1096 '|third_party/WebKit/public/platform/modules/permissions/',
1097 },
1098 'blink_preloadScanner': {
1099 'filepath': 'third_party/WebKit/Source/core/html/parser/HTMLPreloadScanner',
1100 },
1101 'blink_public_api': {
1102 'filepath': 'third_party/WebKit/public'
1103 },
1104 'blink_push_messaging': {
1105 'filepath': 'third_party/WebKit/LayoutTests/http/tests/push_messaging' \
1106 '|third_party/WebKit/Source/modules/push_messaging' \
1107 '|third_party/WebKit/public/platform/modules/push_messaging'
1108 },
kinuko533a1692015-12-21 08:57:251109 'blink_platform': {
1110 'filepath': 'third_party/WebKit/Source/platform'
1111 },
timlohd035d572015-09-25 15:28:021112 'blink_platform_graphics': {
1113 'filepath': 'third_party/WebKit/Source/platform/fonts' \
1114 '|third_party/WebKit/Source/platform/geometry' \
1115 '|third_party/WebKit/Source/platform/graphics'
1116 },
1117 'blink_indexed_db': {
1118 'filepath': 'third_party/WebKit/Source/modules/indexeddb/' \
1119 '|third_party/WebKit/Source/web/.*IDB' \
1120 '|third_party/WebKit/LayoutTests/storage/indexeddb' \
1121 '|third_party/WebKit/public/platform/.*IDB'
1122 },
dtapuska1f997a12016-03-14 19:22:071123 'blink_input': {
1124 'filepath': 'third_party/WebKit/Source/core/input/'
1125 },
timlohd035d572015-09-25 15:28:021126 'blink_layout': {
1127 'filepath': 'third_party/WebKit/Source/core/layout' \
1128 '|third_party/WebKit/Source/core/rendering'
1129 },
1130 'blink_layers': {
1131 'filepath': 'third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator' \
1132 '|third_party/WebKit/Source/platform/graphics/GraphicsLayer' \
1133 '|third_party/WebKit/Source/core/layout/Layer'
1134 },
1135 'blink_prerender': {
1136 'filepath': 'third_party/WebKit/.*(Prerender|loader/LinkLoader|html/HTMLLinkElement)'
1137 },
1138 'blink_client_hints': {
1139 'filepath': 'third_party/WebKit/Source/core/loader/AcceptClientHints*' \
1140 '|third_party/WebKit/Source/core/loader/FrameFetchContext*' \
1141 '|third_party/WebKit/Source/core/fetch/FetchContext*' \
1142 '|third_party/WebKit/Source/core/fetch/ImageResource*' \
1143 '|third_party/WebKit/Source/core/fetch/ResourceFetcher*'
1144 },
1145 'blink_track': {
1146 'filepath': 'third_party/WebKit/Source/core/html/track/' \
1147 '|third_party/WebKit/Source/core/loader/TextTrack' \
1148 '|third_party/WebKit/Source/core/html/HTMLMediaElement' \
1149 '|third_party/WebKit/Source/core/html/HTMLTrackElement' \
1150 '|third_party/WebKit/Source/core/html/shadow/MediaControl' \
1151 '|third_party/WebKit/Source/core/css/mediaControl' \
1152 '|third_party/WebKit/LayoutTests/media/track/'
1153 },
1154 'blink_media': {
1155 'filepath': 'third_party/WebKit/Source/core/css/mediaControls' \
1156 '|third_party/WebKit/Source/core/html/.*(Audio|Media|Video)' \
1157 '|third_party/WebKit/Source/core/html/shadow/MediaControl' \
1158 '|third_party/WebKit/Source/core/layout/LayoutMedia' \
1159 '|third_party/WebKit/Source/core/layout/LayoutTextTrackContainerElement' \
1160 '|third_party/WebKit/Source/modules/(encryptedmedia|mediasource)' \
1161 '|third_party/WebKit/Source/platform/drm/' \
1162 '|third_party/WebKit/Source/platform/graphics/media/' \
1163 '|third_party/WebKit/Source/web/.*Media' \
1164 '|third_party/WebKit/LayoutTests/media/' \
1165 '|third_party/WebKit/public/.*Media'
1166 },
1167 'blink_media_queries': {
1168 'filepath': 'third_party/WebKit/Source/core/css/CSSMediaRule' \
1169 '|third_party/WebKit/Source/core/css/MediaList' \
1170 '|third_party/WebKit/Source/core/css/MediaQuery' \
1171 '|third_party/WebKit/Source/core/css/parser/MediaQuery'
1172 },
1173 'blink_navigator_content_utils': {
1174 'filepath': 'third_party/WebKit/Source/modules/navigatorcontentutils' \
1175 '|third_party/WebKit/LayoutTests/fast/dom/navigatorcontentutils'
1176 },
1177 'blink_out_of_process_frames': {
1178 'filepath': 'third_party/WebKit/Source/core/frame/FrameOwner' \
dcheng10f6a9c2016-05-06 16:40:031179 '|third_party/WebKit/Source/core/frame/Frame\.' \
timlohd035d572015-09-25 15:28:021180 '|third_party/WebKit/Source/web/WebFrame' \
1181 '|third_party/WebKit/Source/web/WebRemoteFrameImpl'
1182 },
1183 'blink_fileapi': {
1184 'filepath': 'third_party/WebKit/Source/modules/filesystem/' \
1185 '|third_party/WebKit/Source/core/fileapi/' \
1186 '|third_party/WebKit/Source/platform/.*File' \
1187 '|third_party/WebKit/Source/web/.*File' \
1188 '|third_party/WebKit/LayoutTests/fast/file' \
1189 '|third_party/WebKit/public/.*File'
1190 },
1191 'blink_quota': {
1192 'filepath': 'third_party/WebKit/Source/modules/quota/' \
1193 '|third_party/WebKit/Source/web/.*Quota' \
1194 '|third_party/WebKit/public/.*Quota'
1195 },
mcasas09e881c2016-04-09 02:09:501196 'blink_mediacapturefromelement': {
1197 'filepath': 'third_party/WebKit/Source/modules/mediacapture/' \
1198 '|third_party/WebKit/Source/platform/exported/WebCanvasCapture' \
1199 '|third_party/WebKit/LayoutTests/fast/mediacapturefromelement/' \
1200 '|third_party/WebKit/public/platform/WebCanvasCapture'
1201 },
1202 'blink_mediarecorder': {
1203 'filepath': 'third_party/WebKit/Source/modules/mediarecorder/' \
1204 '|third_party/WebKit/Source/platform/exported/WebMediaRecorder' \
1205 '|third_party/WebKit/LayoutTests/fast/mediarecorder/' \
1206 '|third_party/WebKit/public/platform/WebMediaRecorder'
1207 },
timlohd035d572015-09-25 15:28:021208 'blink_mediastream': {
1209 'filepath': 'third_party/WebKit/Source/modules/mediastream/' \
1210 '|third_party/WebKit/Source/platform/mediastream/' \
1211 '|third_party/WebKit/Source/platform/exported/WebMediaStream' \
1212 '|third_party/WebKit/Source/platform/exported/WebRTC' \
1213 '|third_party/WebKit/LayoutTests/fast/mediastream/'
1214 },
1215 'blink_geolocation': {
1216 'filepath': 'third_party/WebKit/LayoutTests/fast/dom/Geolocation/' \
1217 '|third_party/WebKit/Source/modules/geolocation/' \
1218 '|third_party/WebKit/Source/web/.*Geolocation' \
1219 '|third_party/WebKit/public/web/.*Geolocation'
1220 },
1221 'blink_htmlparser': {
1222 'filepath': 'third_party/WebKit/Source/core/html/parser/'
1223 },
1224 'blink_screen_orientation': {
1225 'filepath': 'third_party/WebKit/Source/modules/screen_orientation/' \
1226 '|third_party/WebKit/public/platform/modules/screen_orientation',
1227 },
1228 'blink_scheduler': {
1229 'filepath': 'third_party/WebKit/Source/platform/scheduler' \
1230 '|third_party/WebKit/Source/core/html/parser/.*Scheduler'
1231 },
1232 'blink_serviceworkers' : {
1233 'filepath': 'third_party/WebKit/Source/modules/serviceworkers' \
1234 '|third_party/WebKit/LayoutTests/http/tests/serviceworker'
1235 },
1236 'blink_serviceworkers_tests' : {
1237 'filepath': 'third_party/WebKit/LayoutTests/http/tests/serviceworker'
1238 },
1239 'blink_sheriff_o_matic' : {
1240 'filepath': 'third_party/WebKit/Tools/GardeningServer'
1241 },
1242 'blink_spellcheck' : {
1243 'filepath': 'third_party/WebKit/Source/core/editing/spellcheck'
1244 },
jbromana7bdfdb2016-02-05 15:10:321245 'blink_spv2_layout_tests': {
1246 'filepath': 'third_party/WebKit/LayoutTests/virtual/spv2'
1247 },
timlohd035d572015-09-25 15:28:021248 'blink_style': {
1249 'filepath': 'third_party/WebKit/.*(style/|Style)',
1250 },
1251 'blink_svg': {
1252 'filepath': 'third_party/WebKit/Source/core/(layout/)?svg',
1253 },
timlohd035d572015-09-25 15:28:021254 'blink_vibration': {
1255 'filepath': 'third_party/WebKit/LayoutTests/vibration/' \
1256 '|third_party/WebKit/Source/modules/vibration/'
1257 },
1258 'blink_viewport_interaction': {
1259 'filepath': 'third_party/WebKit/Source/core/css/.*Viewport' \
1260 '|third_party/WebKit/Source/core/dom/ViewportArguments' \
1261 '|third_party/WebKit/Source/core/html/HTMLMetaElement' \
1262 '|third_party/WebKit/Source/core/page/FrameView' \
1263 '|third_party/WebKit/Source/core/page/scrolling'
1264 },
1265 'blink_w3ctests': {
1266 'filepath': 'third_party/WebKit/LayoutTests/imported/' \
1267 '|third_party/WebKit/Tools/Scripts/webkitpy/w3c/'
1268 },
kinukoa1a73202016-05-24 06:42:361269 'blink_web': {
1270 'filepath': 'third_party/WebKit/Source/web'
1271 },
timlohd035d572015-09-25 15:28:021272 'blink_webcomponents': {
1273 'filepath': 'third_party/WebKit/Source/core/dom/shadow/' \
1274 '|third_party/WebKit/Source/core/dom/custom/' \
1275 '|third_party/WebKit/Source/core/html/imports/' \
1276 '|third_party/WebKit/Source/bindings/v8/custom/V8CustomElementConstructorCustom' \
1277 '|third_party/WebKit/Source/bindings/v8/CustomElementHelpers'
1278 },
dpranke7d5df742016-04-06 00:27:031279 'blink_tools': {
1280 'filepath': 'third_party/WebKit/Tools/'
1281 },
timlohd035d572015-09-25 15:28:021282 'blink_webp': {
1283 'filepath': 'third_party/WebKit/Source/platform/image-decoders/webp' \
1284 '|third_party/WebKit/Source/platform/image-encoders/skia/WEBP'
1285 },
1286 'blink_websockets': {
1287 'filepath': 'third_party/WebKit/Source/modules/websockets/'
1288 },
1289 'blink_workers': {
1290 'filepath': 'third_party/WebKit/Source/core/workers',
1291 },
1292 'blink_wtf': {
1293 'filepath': 'third_party/WebKit/Source/wtf',
1294 },
1295 'blink_xmlhttprequest': {
1296 'filepath': 'third_party/WebKit/Source/core/xmlhttprequest/'
tfarinad21f9472015-10-13 18:36:011297 },
1298 'test_runner': {
1299 'filepath': 'components/test_runner/' \
1300 '|content/shell/(common|browser|renderer)/layout_test/' \
1301 '|content/test/layouttest_support.cc' \
1302 '|content/public/test/layouttest_support.h' \
tfarinad21f9472015-10-13 18:36:011303 },
dominicc05d120d2016-05-16 01:13:401304 'xml': {
1305 'filepath': 'third_party/WebKit/Source/core/xml/' \
1306 '|third_party/libxml/' \
1307 '|third_party/libxslt/',
1308 },
[email protected]a3838612009-10-13 21:57:541309 },
[email protected]ca872e362011-07-12 21:06:031310
[email protected]a3838612009-10-13 21:57:541311 'WATCHLISTS': {
asvitkinee4bad382015-11-05 21:56:451312 'about_flags': ['[email protected]'],
mazda6471d0e2015-10-02 06:32:551313 'accelerator_table': ['[email protected]',
[email protected]f76c8852012-06-21 16:37:001314 '[email protected]'],
dmazzoni5f4b7f12015-02-17 16:35:571315 'accessibility': ['[email protected]',
1316 '[email protected]',
[email protected]f76c8852012-06-21 16:37:001317 '[email protected]',
je_julie.kima170bac2015-05-06 14:57:541318 '[email protected]',
dmazzoni5f4b7f12015-02-17 16:35:571319 '[email protected]',
[email protected]f76c8852012-06-21 16:37:001320 '[email protected]'],
[email protected]e9db77a2013-06-12 23:56:171321 'activity_log': ['[email protected]'],
johnmaguire6aaac7902016-03-15 12:28:201322 'android_crazy_linker': ['[email protected]'],
dfalcantaraef21e9e2016-01-07 01:16:261323 'android_infobars': ['[email protected]'],
yfriedman78e879d2016-01-19 15:40:061324 'android_infra': ['[email protected]',
mikecasec0ea0862015-10-24 00:14:321325 '[email protected]'],
lizebf34f69b2016-03-30 16:08:531326 'android_loading': ['[email protected]',
drogere76b5632016-03-31 14:14:411327 '[email protected]'],
mlamourid8b0feb2015-06-02 16:30:471328 'android_media': ['[email protected]',
1329 '[email protected]'],
[email protected]c9ae7a32014-03-31 22:18:591330 'android_tab': ['[email protected]', '[email protected]'],
[email protected]7ca78dc12012-09-20 09:26:441331 'android_webview': ['[email protected]'],
benwellse9e22c22015-03-26 20:26:141332 'app_list': ['[email protected]',
1333 '[email protected]',
1334 '[email protected]'],
1335 'app_shortcuts': ['[email protected]', '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001336 'appcache': ['[email protected]'],
[email protected]54bf94d2013-01-30 23:07:401337 'apps': ['[email protected]', '[email protected]'],
lhchavez4b19176f2016-05-04 23:12:461338 'arc': ['[email protected]',
hidehiko49f0b7c2016-05-24 10:59:471339 '[email protected]',
lhchavez4b19176f2016-05-04 23:12:461340 '[email protected]',
1341 '[email protected]'],
1342 'arc_net': ['[email protected]',
1343 '[email protected]',
1344 '[email protected]'],
ejcarusoa298ec02016-06-16 20:30:431345 'arc_power': ['[email protected]'],
ben0ee290d02014-10-28 00:02:521346 'ash': ['[email protected]',
1347 '[email protected]'],
1348 'aura': ['[email protected]',
[email protected]a6349a92013-10-04 11:49:321349 '[email protected]'],
[email protected]c3a6e1e72013-08-02 00:13:071350 'aura_compositor': ['[email protected]',
1351 '[email protected]',
1352 '[email protected]',
[email protected]a6349a92013-10-04 11:49:321353 '[email protected]',
1354 '[email protected]'],
sullivan0171e3c2015-03-03 18:47:211355 'auto_bisect': ['[email protected]'],
jdonnelly1ec60d92016-05-25 22:01:391356 'autofill': ['[email protected]',
jdonnelly40d55452015-08-31 19:37:031357 '[email protected]',
vabraafbd4f32015-11-10 19:30:231358 '[email protected]',
1359 '[email protected]'],
[email protected]121773a2013-06-07 22:02:331360 'automation': ['[email protected]'],
iclellandf581d48d2016-01-21 22:07:151361 'background_sync': ['[email protected]','[email protected]',
chasej6dff9292016-02-02 20:33:121362 '[email protected]',
1363 '[email protected]'],
dmikurubee40b4062014-11-04 17:47:191364 'base_allocator': ['[email protected]',
[email protected]b17d9e02014-07-29 09:45:501365 '[email protected]'],
[email protected]1ed5e0fd2012-07-19 00:19:051366 'base_memory': ['[email protected]'],
robliao1644d8b2016-04-11 15:39:591367 'base_task_scheduler': ['[email protected]',
1368 '[email protected]',
1369 '[email protected]'],
grt829c6a82014-10-20 09:29:321370 'base_win': ['[email protected]', '[email protected]'],
[email protected]7e093d4022014-06-26 19:19:551371 'battery_status': ['[email protected]'],
anandc54ad4f72016-01-08 20:43:531372 'blimp' : ['[email protected]',
1373 '[email protected]',
jessicag4b355162016-03-24 00:33:361374 '[email protected]',
nyquist0af49ad2015-09-16 19:22:351375 '[email protected]',
nyquist05ec00812016-05-11 00:57:111376 '[email protected]',
lethalantidote30759402016-05-16 21:32:421377 '[email protected]',
nyquist0af49ad2015-09-16 19:22:351378 '[email protected]',
sriramsr93d84202015-10-08 00:06:151379 '[email protected]',
1380 '[email protected]',
nyquist05ec00812016-05-11 00:57:111381 '[email protected]',
sriramsr93d84202015-10-08 00:06:151382 '[email protected]'],
dpranke7d5df742016-04-06 00:27:031383 'blink_tools': ['[email protected]'],
noyauc7f9ea392014-11-26 11:24:481384 'bookmarks': ['[email protected]', '[email protected]'],
stevenjbdd133032015-08-07 18:37:471385 'browser_chromeos': ['[email protected]'],
[email protected]22650d22012-07-18 17:02:351386 'browser_components': ['[email protected]'],
[email protected]466af5e2013-08-01 19:53:441387 'browser_compositor': ['[email protected]',
[email protected]21cd39b2012-06-28 01:48:401388 '[email protected]'],
[email protected]17a2fba2013-02-07 18:46:571389 'browser_resources': ['[email protected]'],
michaelpge42ca3b32016-02-19 08:17:571390 'browser_resources_md': ['[email protected]'],
msramek878b39d92016-04-20 07:55:331391 'browsing_data': ['[email protected]',
1392 '[email protected]'],
rouslan8d6a8372015-09-10 19:10:101393 'bubble': ['[email protected]',
1394 '[email protected]',
1395 '[email protected]',
1396 '[email protected]'],
nhiroki58623d32015-04-27 07:10:111397 'cache_storage': ['[email protected]', '[email protected]'],
[email protected]c9ae7a32014-03-31 22:18:591398 'cast': ['[email protected]',
[email protected]479180d22014-03-11 09:47:341399 '[email protected]',
miua1710162015-08-27 01:38:091400 '[email protected]',
[email protected]ad8ff0e2013-12-13 09:24:121401 '[email protected]',
miua1710162015-08-27 01:38:091402 '[email protected]',
1403 '[email protected]'],
ryanchung4d157372016-05-10 20:27:161404 'cast_certificate': ['[email protected]',
1405 '[email protected]',
1406 '[email protected]',
1407 '[email protected]'],
[email protected]c863702a2012-09-14 20:05:281408 'cc': ['[email protected]'],
eranmc2a9f612015-11-24 16:41:341409 'certificate_transparency': ['[email protected]', '[email protected]'],
[email protected]c73ec8ab2014-01-16 20:35:231410 'chrome_elf': ['[email protected]',],
[email protected]d5b21972012-07-20 02:06:011411 'chrome_views': ['[email protected]'],
alokp9d869cc12016-05-27 01:46:311412 'chromecast': ['[email protected]',
1413 '[email protected]',
halliwellfa56b3a42015-09-04 21:42:571414 '[email protected]'],
gfhuang2548f902016-02-26 02:29:211415 'chromecast_public': ['[email protected]'],
stgaocea5a9c2015-05-29 22:31:391416 'chromedriver': ['[email protected]'],
stevenjbdd133032015-08-07 18:37:471417 'chromeos' : ['[email protected]'],
[email protected]eda0a0b2013-04-19 20:34:351418 'chromeos_attestation' : ['[email protected]'],
[email protected]7c59a152012-11-06 20:56:351419 'chromeos_calculator' : ['[email protected]'],
hashimoto40ecb692014-09-02 04:51:311420 'chromeos_dbus': ['[email protected]'],
[email protected]2a66f5752013-11-26 04:34:021421 'chromeos_net' : ['[email protected]'],
[email protected]2315ac0c2013-02-05 00:49:161422 'chromeos_power' : ['[email protected]'],
achuithd0c0911d2015-09-02 11:25:551423 'chromeos_login' : ['[email protected]',
1424 '[email protected]'],
[email protected]e8af07b2013-02-13 19:21:251425 'clang_update': ['[email protected]',
[email protected]cf8ffa82013-02-13 08:30:071426 '[email protected]',
1427 '[email protected]',
hans5aeb7d12015-09-29 20:50:351428 '[email protected]',
rnk28bbd1772016-05-04 17:57:581429 '[email protected]',
1430 '[email protected]',
1431 '[email protected]',
[email protected]cf8ffa82013-02-13 08:30:071432 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001433 'clipboard': ['[email protected]'],
[email protected]18fd7a532014-08-20 23:09:511434 'closure': ['[email protected]',
dbeam78528be2016-02-18 07:08:491435 '[email protected]',
1436 '[email protected]'],
sdefresned94c5b02015-07-22 17:54:551437 'components_deps': ['[email protected]',
1438 '[email protected]',
1439 '[email protected]'],
[email protected]7bdda282014-03-27 16:30:591440 'content': ['[email protected]',
mkwst512627022014-09-16 09:23:271441 '[email protected]' ],
ortunob0035b242016-01-26 21:00:361442 'content_bluetooth': ['[email protected]',
1443 '[email protected]'],
mmenke59e4d8fb42016-06-15 21:15:281444 'content_loader': ['[email protected]', '[email protected]',
1445 '[email protected]'],
mlamouri5cdcdf02014-11-27 15:58:591446 'content_renderer': [ '[email protected]',
1447 '[email protected]'],
mkwst75a31a42014-09-14 18:32:531448 'content_shell': ['[email protected]',
mlamouri5cdcdf02014-11-27 15:58:591449 '[email protected]',
peterc9e3e172015-11-02 09:29:161450 '[email protected]',
1451 '[email protected]'],
nhiroki90ba0102015-07-21 01:42:241452 'content_worker': ['[email protected]',
1453 '[email protected]'],
wfh792b71c2016-05-04 23:33:411454 'courgette': ['[email protected]',
1455 '[email protected]'],
michaelpge42ca3b32016-02-19 08:17:571456 'cr_elements': ['[email protected]',
1457 '[email protected]',
1458 '[email protected]'],
lizebf34f69b2016-03-30 16:08:531459 'custom_tabs': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:191460 'deep_memory_profiler': ['[email protected]'],
ortunob0035b242016-01-26 21:00:361461 'device_bluetooth': ['[email protected]',
1462 '[email protected]'],
mlamouri5cdcdf02014-11-27 15:58:591463 'device_sensors': ['[email protected]',
1464 '[email protected]',
1465 '[email protected]',
1466 '[email protected]'],
scheibabdd7d32015-02-11 22:13:081467 'developer_recommended_flags': ['[email protected]'],
yurysa0fccaa2015-10-26 22:47:101468 'devtools': ['[email protected]', '[email protected]'],
kinukoa1a73202016-05-24 06:42:361469 'disk_cache': ['[email protected]', '[email protected]' ],
benjhaydendd24d5a642015-10-05 18:19:511470 'download': ['[email protected]'],
dbeam78528be2016-02-18 07:08:491471 'downloads_ui': ['[email protected]',
1472 '[email protected]'],
[email protected]9a3781d2013-04-04 18:31:401473 'drive': ['[email protected]'],
[email protected]89d2cd52013-04-16 01:55:361474 'drive_resource_metadata': ['[email protected]'],
[email protected]3a25c8a2014-06-26 06:47:101475 'eme': ['[email protected]'],
jdduke7edf3ca42015-10-26 18:20:011476 'events': ['[email protected]'],
[email protected]f9529e7922013-06-06 05:19:411477 'extension': ['[email protected]',
1478 '[email protected]'],
apaciblec4093a92016-04-19 19:21:581479 'feedback_ui': ['[email protected]'],
[email protected]84dcfd92014-05-23 13:18:191480 'fileapi': ['[email protected]',
[email protected]6f217122013-11-25 07:21:481481 '[email protected]',
1482 '[email protected]'],
yoshiki1c0ba2782014-12-08 07:04:261483 'filebrowse': ['[email protected]'],
[email protected]4ed766c2013-09-19 09:45:201484 'filesapp': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001485 'ftp': ['[email protected]'],
johnme02d3cdb2016-02-24 18:10:191486 'gcm': ['[email protected]', '[email protected]',
1487 '[email protected]'],
mlamouri5cdcdf02014-11-27 15:58:591488 'geolocation': ['[email protected]',
1489 '[email protected]'],
[email protected]cf428f732012-10-02 20:48:151490 'gfx_geometry': ['[email protected]'],
[email protected]f93b7382012-08-09 20:53:161491 'gfx_image': ['[email protected]'],
dpranke7d5df742016-04-06 00:27:031492 'gn': ['[email protected]', '[email protected]'],
[email protected]a6159102013-11-08 23:21:521493 'gpu': ['[email protected]'],
dbeam78528be2016-02-18 07:08:491494 'history_ui': ['[email protected]',
1495 '[email protected]',
1496 '[email protected]'],
[email protected]18d7e402014-07-08 19:53:141497 'hotword': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001498 'i18n': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001499 'importer': ['[email protected]'],
[email protected]8b250562014-08-12 19:07:451500 'indexed_db': ['[email protected]',
dgrogand792a7f2016-01-21 00:12:131501 '[email protected]'],
bruthigaa8281f2016-02-09 17:52:311502 'ink_drop': ['[email protected]'],
dtapuska1f997a12016-03-14 19:22:071503 'input': ['[email protected]'],
[email protected]b17d9e02014-07-29 09:45:501504 'installer': ['[email protected]', '[email protected]'],
mmoss19826c62014-11-14 21:37:361505 'installer_linux': [ '[email protected]'],
[email protected]f2079e12013-06-05 00:26:371506 'instant': ['[email protected]', '[email protected]',
tburkard8268a8d2014-09-17 12:53:441507 '[email protected]', '[email protected]',
[email protected]b1ac652d9b2013-05-03 16:25:041508 '[email protected]', '[email protected]',
[email protected]2cefb692013-05-14 20:20:381509 '[email protected]', '[email protected]',
tburkard8268a8d2014-09-17 12:53:441510 '[email protected]', '[email protected]'],
sdefresne18b47312015-06-18 15:15:091511 'ios_chrome': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001512 'ipc': ['[email protected]', '[email protected]'],
vabraafbd4f32015-11-10 19:30:231513 'login': ['[email protected]'],
jzerna66c86c2016-02-05 22:53:021514 'libwebp': ['[email protected]', '[email protected]', '[email protected]'],
johannkoenig52381382015-09-18 22:35:251515 'libvpx': ['[email protected]', '[email protected]',
1516 '[email protected]', '[email protected]'],
[email protected]04a292a2013-03-07 19:58:421517 'linux_fonts': ['[email protected]'],
[email protected]6d7e0bf2014-07-28 22:30:401518 'linux_sandboxing': ['[email protected]'],
[email protected]04a292a2013-03-07 19:58:421519 'linux_seccomp_bpf': ['[email protected]'],
[email protected]43d33e92014-07-14 16:39:311520 'supervised_users': ['[email protected]'],
mlamourid8b0feb2015-06-02 16:30:471521 'manifest': ['[email protected]'],
dbeam7a734562015-09-15 18:23:171522 'md_settings': ['[email protected]',
michaelpg32ca07902015-02-07 00:31:111523 '[email protected]',
michaelpg32ca07902015-02-07 00:31:111524 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001525 'media': ['[email protected]'],
tommycli5dee9172015-06-18 19:36:561526 'media_galleries': ['[email protected]', '[email protected]'],
alokp9e369ea72e2016-06-10 05:41:091527 'media_mojo': ['[email protected]'],
kmarshallb698ad4f2015-02-24 19:42:481528 'media_router': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001529 'message_loop': ['[email protected]'],
isherman1eee6f12014-12-09 02:14:301530 'metrics': ['[email protected]'],
[email protected]1d8899ee2014-06-10 20:58:121531 'metrics_xml_files': ['[email protected]'],
toyoshim8f51f902015-03-27 03:50:211532 'midi': ['[email protected]'],
[email protected]c3830c622013-10-10 22:00:001533 'mojo': ['[email protected]',
[email protected]62bbe812013-10-24 22:24:161534 '[email protected]',
[email protected]f47d871a2013-10-11 22:14:151535 '[email protected]',
[email protected]3bf40cb2013-10-11 19:10:491536 '[email protected]',
[email protected]0f79ff62014-04-25 23:35:531537 '[email protected]',
[email protected]84003af2014-05-02 09:37:131538 '[email protected]',
1539 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001540 'mouse_lock': ['[email protected]'],
rjkroegef60dea862015-10-29 17:50:061541 'mus': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001542 'nacl': ['[email protected]'],
[email protected]cfe80042014-04-14 22:11:541543 'native_client_sdk': ['[email protected]', '[email protected]'],
[email protected]b9ecdb62014-03-07 14:56:431544 'navigation': ['[email protected]', '[email protected]'],
[email protected]0b6c5e92013-03-08 22:42:521545 'net': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001546 'net_error_list': ['[email protected]'],
jkarlin539748402015-03-31 17:36:311547 'netinfo': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001548 'net_log': ['[email protected]', '[email protected]'],
peterc9e3e172015-11-02 09:29:161549 'notifications': ['[email protected]',
mlamouri5cdcdf02014-11-27 15:58:591550 '[email protected]'],
Evan Stade459d16662015-07-07 17:04:571551 'ntp': ['[email protected]',
[email protected]0bce107762012-11-27 11:42:541552 '[email protected]'],
treib0a92ce72016-05-23 09:26:551553 'ntp_snippets': ['[email protected]'],
fgorski329be5b2016-04-19 21:38:111554 'offline_pages': ['[email protected]',
dewittj74b23f6f2016-04-21 19:29:251555 '[email protected]',
1556 '[email protected]',
1557 '[email protected]',
dewittj116022d2016-05-10 22:25:211558 '[email protected]',
dewittj74b23f6f2016-04-21 19:29:251559 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001560 'omnibox': ['[email protected]'],
michaelpgf6260fbd2015-02-06 17:59:351561 'options': ['[email protected]',
1562 '[email protected]'],
chasej6dff9292016-02-02 20:33:121563 'origin_trials': ['[email protected]'],
Evan Stadeb873f1a2014-09-09 00:57:321564 'ozone': ['[email protected]', '[email protected]'],
csharrison3b1dc4062015-10-19 14:31:081565 'page_load_metrics' : ['[email protected]',
kinuko01cbe8a12015-10-20 09:59:061566 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001567 'panels': ['[email protected]', '[email protected]',
1568 '[email protected]', '[email protected]'],
mkwstb0a0ccfb2014-10-23 12:53:251569 'password_manager': ['[email protected]',
vabr57d76102015-04-16 09:48:511570 '[email protected]',
vabraafbd4f32015-11-10 19:30:231571 '[email protected]'],
bradnelson3fdc28cb2015-01-23 20:03:251572 'pepper_api': ['[email protected]',
1573 '[email protected]', '[email protected]',
raymesf5084632015-07-02 07:14:151574 '[email protected]', '[email protected]',
1575 '[email protected]', '[email protected]'],
kcarattinic1d30ef2016-01-07 05:12:301576 'permissions': ['[email protected]'],
stuartmorganf8c132922015-01-23 14:45:341577 'plugin': ['[email protected]'],
tnagelad92622a92015-10-20 10:26:301578 'policy_definitions': ['[email protected]'],
dbeam78528be2016-02-18 07:08:491579 'polymer': ['[email protected]',
1580 '[email protected]'],
twifkak0c69c1f2015-06-22 18:20:091581 'precache': ['[email protected]'],
tburkard8268a8d2014-09-17 12:53:441582 'predictors': ['[email protected]'],
[email protected]be775bc2014-06-30 15:41:141583 'prepopulated_engines': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001584 'prerender': ['[email protected]', '[email protected]',
davidben1c14ddd62016-06-09 20:13:351585 '[email protected]'],
peterc9e3e172015-11-02 09:29:161586 'push_messaging': ['[email protected]', '[email protected]',
harknessf287a8f42016-01-25 09:58:131587 '[email protected]',
1588 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001589 'pyauto': ['[email protected]',
[email protected]4f788fd2012-10-10 21:43:381590 '[email protected]',
[email protected]f76c8852012-06-21 16:37:001591 '[email protected]'],
[email protected]c3887592014-02-06 20:02:251592 'remoting': ['[email protected]'],
gab57e80c72014-12-08 21:06:131593 'rlz_id': ['[email protected]',
alito0c8029e2016-03-16 05:22:591594 '[email protected]',
1595 '[email protected]'],
grt829c6a82014-10-20 09:29:321596 'safe_browsing': ['[email protected]'],
rickyz0a819bfc2015-02-04 23:57:221597 'sandbox': ['[email protected]'],
skyostil20dea312014-11-11 13:43:061598 'scheduler': ['[email protected]'],
mlamourid8b0feb2015-06-02 16:30:471599 'screen_orientation': ['[email protected]'],
[email protected]0b431722014-01-08 07:21:511600 'service_worker': ['[email protected]',
[email protected]84dcfd92014-05-23 13:18:191601 '[email protected]',
[email protected]0b431722014-01-08 07:21:511602 '[email protected]',
[email protected]dd864bc2014-02-24 23:04:091603 '[email protected]',
[email protected]6d095a8b2014-02-28 15:26:161604 '[email protected]',
[email protected]edaf31d2014-03-07 00:09:171605 '[email protected]',
[email protected]6d095a8b2014-02-28 15:26:161606 '[email protected]'],
[email protected]b9ecdb62014-03-07 14:56:431607 'site_instance': ['[email protected]', '[email protected]',
1608 '[email protected]'],
[email protected]ad0295d2012-10-11 23:43:361609 'spellcheck': ['[email protected]',
[email protected]18d7e402014-07-08 19:53:141610 '[email protected]',
rouslan8d6a8372015-09-10 19:10:101611 '[email protected]'],
[email protected]67f39af2013-08-23 20:06:051612 'streams': ['[email protected]'],
vmpstr63a36532016-03-09 01:11:301613 'styleguide': ['[email protected]', '[email protected]'],
maxbogue65ea2632016-04-04 18:12:581614 'sync': ['[email protected]'],
[email protected]84dcfd92014-05-23 13:18:191615 'syncfs': ['[email protected]',
[email protected]6f217122013-11-25 07:21:481616 '[email protected]',
1617 '[email protected]'],
[email protected]4529a792013-06-18 19:18:491618 'sync_proto': ['[email protected]'],
[email protected]82d74152013-07-28 08:55:311619 'tab_capture': ['[email protected]'],
[email protected]4a55dec2012-08-30 18:54:351620 'tab_contents': ['[email protected]',
[email protected]f76c8852012-06-21 16:37:001621 '[email protected]', '[email protected]'],
[email protected]31ef420b2014-08-13 21:19:131622 'tab_media_indicators': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:191623 'tcmalloc': ['[email protected]'],
tonygc7f6a4c12015-01-16 18:32:261624 'telemetry': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001625 'tests': [],
penghuang7d460212015-07-21 20:25:061626 'textinput': ['[email protected]',
[email protected]6bd9e802013-04-18 06:40:421627 '[email protected]',
[email protected]ba2c923f2013-10-19 14:08:181628 '[email protected]',
yukishiino616672e2015-04-02 06:43:101629 '[email protected]'],
[email protected]6bd9e802013-04-18 06:40:421630 'textinput_chromeos': ['[email protected]',
[email protected]ba2c923f2013-10-19 14:08:181631 '[email protected]',
yukishiino616672e2015-04-02 06:43:101632 '[email protected]'],
chirantan96fcf6d2015-01-21 22:36:191633 'timers': ['[email protected]'],
[email protected]0fc48a12014-06-07 20:26:051634 'tools_emacs': ['[email protected]'],
sullivand4bfaed82015-02-13 19:43:381635 'tracing': ['[email protected]', '[email protected]'],
[email protected]cf428f732012-10-02 20:48:151636 'ui_compositor': ['[email protected]'],
[email protected]6b5093c2012-05-23 19:10:181637 'ui_resources': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001638 'valgrind': ['[email protected]',
timurrrr5335dbd2015-04-15 11:04:551639 '[email protected]'],
[email protected]c73ec8ab2014-01-16 20:35:231640 'version_assembly': ['[email protected]',
1641 '[email protected]'],
posciak62a72272016-05-11 08:31:241642 'video': ['[email protected]'],
miud5878c02016-05-14 23:27:131643 'video_capture': ['[email protected]',
1644 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001645 'views': ['[email protected]'],
[email protected]ef514a32014-02-26 01:02:351646 'virtual_keyboard': ['[email protected]',
1647 '[email protected]'],
tnakamuraa9bda962015-06-03 13:34:021648 'webrtc_browser_tests': ['[email protected]',
1649 '[email protected]'],
raymesf5084632015-07-02 07:14:151650 'website_settings': ['[email protected]',
msramek78c361b72015-10-20 14:09:151651 '[email protected]',
1652 '[email protected]'],
[email protected]b17d9e02014-07-29 09:45:501653 'windows_sandboxing': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001654 'x11': ['[email protected]',
1655 '[email protected]',
1656 '[email protected]'],
wjmaclean3ff6a402015-03-31 19:00:201657 'zoom': ['[email protected]'],
timlohd035d572015-09-25 15:28:021658
1659 'blink': ['[email protected]'],
1660 'blink_accessibility': ['[email protected]',
1661 '[email protected]',
1662 '[email protected]',
1663 '[email protected]'],
1664 'blink_animation': ['[email protected]',
1665 '[email protected]',
1666 '[email protected]',
1667 '[email protected]',
1668 '[email protected]'],
1669 'blink_app_banner': [ '[email protected]' ],
hongchan07217ca2016-02-12 23:38:591670 'blink_audio': ['[email protected]',
1671 '[email protected]'],
timlohd035d572015-09-25 15:28:021672 'blink_battery_status': [ '[email protected]',
1673 '[email protected]' ],
1674 'blink_bidi': [ '[email protected]' ],
1675 'blink_bindings': [ '[email protected]' ],
ortunob0035b242016-01-26 21:00:361676 'blink_bluetooth': [ '[email protected]',
1677 '[email protected]'],
timlohd035d572015-09-25 15:28:021678 'blink_canvas2d': [ '[email protected]',
1679 '[email protected]',
ajumadd78f9b2015-11-16 21:06:481680 '[email protected]',
1681 '[email protected]' ],
timlohd035d572015-09-25 15:28:021682 'blink_clipboard': [ '[email protected]', ],
1683 'blink_content_security_policy': [ '[email protected]' ],
1684 'blink_css': [ '[email protected]',
1685 '[email protected]',
1686 '[email protected]',
1687 '[email protected]',
1688 '[email protected]' ],
1689 'blink_css_grid_layout': [ '[email protected]',
1690 '[email protected]',
1691 '[email protected]' ],
1692 'blink_css_flexbox': [ '[email protected]' ],
1693 'blink_css_fragmentation_tests': [ '[email protected]' ],
1694 'blink_css_regions': [ '[email protected]' ],
1695 'blink_custom_elements': [ '[email protected]',
1696 '[email protected]' ],
1697 'blink_dom': [ '[email protected]',
1698 '[email protected]',
1699 '[email protected]',
1700 '[email protected]',
1701 '[email protected]' ],
1702 'blink_device_light': [ '[email protected]',
1703 '[email protected]' ],
1704 'blink_device_orientation': [ '[email protected]',
1705 '[email protected]',
timlohd035d572015-09-25 15:28:021706 '[email protected]' ],
1707 'blink_devtools': [ '[email protected]',
1708 '[email protected]',
1709 '[email protected]',
timlohd035d572015-09-25 15:28:021710 '[email protected]',
1711 '[email protected]',
1712 '[email protected]',
1713 '[email protected]' ],
1714 'blink_events': [ '[email protected]',
1715 '[email protected]',
dtapuska1f997a12016-03-14 19:22:071716 '[email protected]',
timlohd035d572015-09-25 15:28:021717 '[email protected]' ],
1718 'blink_fetch': [ '[email protected]',
1719 '[email protected]',
1720 '[email protected]',
kinuko01cbe8a12015-10-20 09:59:061721 '[email protected]' ],
nzolghadr82a7b412016-06-02 15:35:431722 'blink_input': [ '[email protected]',
1723 '[email protected]' ],
timlohd035d572015-09-25 15:28:021724 'blink_layers': [ '[email protected]' ],
1725 'blink_loader': [ '[email protected]',
1726 '[email protected]',
1727 '[email protected]',
kinuko01cbe8a12015-10-20 09:59:061728 '[email protected]' ],
timlohd035d572015-09-25 15:28:021729 'blink_owners': [ '[email protected]'],
1730 'blink_platform_graphics': [ '[email protected]',
danakj7d0a4fd2016-01-07 00:54:311731 '[email protected]',
timlohd035d572015-09-25 15:28:021732 '[email protected]',
1733 '[email protected]',
1734 '[email protected]',
1735 '[email protected]',
1736 '[email protected]',
1737 '[email protected]',
1738 '[email protected]',
1739 '[email protected]',
chrishtr3b2ec152015-09-29 16:27:281740 '[email protected]',
ajumad87a11e2016-05-19 19:54:281741 '[email protected]',
chrishtr3b2ec152015-09-29 16:27:281742 '[email protected]' ],
haraken04143c62016-03-31 08:48:561743 'blink_modules': [ '[email protected]' ],
timlohd035d572015-09-25 15:28:021744 'blink_heap': [ '[email protected]',
1745 '[email protected]',
1746 '[email protected]',
1747 '[email protected]' ],
1748 'blink_html': [ '[email protected]',
1749 '[email protected]' ],
chrishtr3b2ec152015-09-29 16:27:281750 'blink_public_api': [ '[email protected]',
1751 '[email protected]' ],
dgrogand792a7f2016-01-21 00:12:131752 'blink_indexed_db': ['[email protected]',
timlohd035d572015-09-25 15:28:021753 '[email protected]'],
1754 'blink_layout': [ '[email protected]',
1755 '[email protected]',
1756 '[email protected]',
1757 '[email protected]',
1758 '[email protected]',
1759 '[email protected]',
1760 '[email protected]' ],
1761 'blink_paint' : [ '[email protected]',
1762 '[email protected]',
1763 '[email protected]' ],
1764 'blink_permissions': [ '[email protected]' ],
1765 'blink_prerender': [ '[email protected]',
1766 '[email protected]' ],
1767 'blink_preloadScanner': [ '[email protected]' ],
1768 'blink_push_messaging': [ '[email protected]',
1769 '[email protected]',
peterc9e3e172015-11-02 09:29:161770 '[email protected]' ],
timlohd035d572015-09-25 15:28:021771 'blink_client_hints': [ '[email protected]' ],
1772 'blink_scheduler': [ '[email protected]' ],
1773 'blink_track': [ '[email protected]',
1774 '[email protected]',
timlohd035d572015-09-25 15:28:021775 '[email protected]',
1776 '[email protected]',
1777 '[email protected]' ],
1778 'blink_media': [ '[email protected]',
timlohd035d572015-09-25 15:28:021779 '[email protected]',
1780 '[email protected]' ],
1781 'blink_media_queries': [ '[email protected]',
1782 '[email protected]' ],
1783 'blink_fileapi': [ '[email protected]',
1784 '[email protected]',
1785 '[email protected]' ],
1786 'blink_quota': [ '[email protected]',
1787 '[email protected]',
1788 '[email protected]' ],
1789 'blink_viewport_interaction': [ '[email protected]' ],
1790 'blink_webcomponents': [ '[email protected]',
1791 '[email protected]' ],
mcasas09e881c2016-04-09 02:09:501792 'blink_mediacapturefromelement': [ '[email protected]',
1793 '[email protected]' ],
1794 'blink_mediarecorder': [ '[email protected]',
1795 '[email protected]' ],
1796 'blink_mediastream': [ '[email protected]',
1797 '[email protected]' ],
timlohd035d572015-09-25 15:28:021798 'blink_navigator_content_utils': [ '[email protected]' ],
peterc9e3e172015-11-02 09:29:161799 'blink_notifications': [ '[email protected]' ],
timlohd035d572015-09-25 15:28:021800 'blink_geolocation': [ '[email protected]',
1801 '[email protected]',
1802 '[email protected]' ],
1803 'blink_htmlparser': [ '[email protected]' ],
1804 'blink_vibration': [ '[email protected]',
1805 '[email protected]' ],
1806 'blink_serviceworkers': [ '[email protected]',
1807 '[email protected]',
1808 '[email protected]',
1809 '[email protected]',
1810 '[email protected]',
1811 '[email protected]',
1812 '[email protected]',
1813 '[email protected]' ],
1814 'blink_serviceworkers_tests': [ '[email protected]' ],
1815 'blink_sheriff_o_matic': [ '[email protected]',
1816 '[email protected]',
1817 '[email protected]',
1818 '[email protected]',
1819 '[email protected]',
1820 '[email protected]',
1821 '[email protected]',
1822 '[email protected]' ],
1823 'blink_spellcheck' : [ '[email protected]' ],
jbromana7bdfdb2016-02-05 15:10:321824 'blink_spv2_layout_tests': [ '[email protected]',
1825 '[email protected]' ],
timlohd035d572015-09-25 15:28:021826 'blink_style': [ '[email protected]' ],
1827 'blink_svg': [ '[email protected]',
1828 '[email protected]',
1829 '[email protected]',
1830 '[email protected]',
1831 '[email protected]',
1832 '[email protected]',
1833 '[email protected]',
1834 '[email protected]' ],
timlohd035d572015-09-25 15:28:021835 'blink_w3ctests' : [ '[email protected]' ],
1836 'blink_webp': [ '[email protected]',
1837 '[email protected]',
jzern650f3622016-04-05 04:08:531838 '[email protected]' ],
timlohd035d572015-09-25 15:28:021839 'blink_out_of_process_frames': [ '[email protected]',
1840 '[email protected]' ],
1841 'blink_screen_orientation': [ '[email protected]' ],
kinukoa1a73202016-05-24 06:42:361842 'blink_web': [ '[email protected]' ],
timlohd035d572015-09-25 15:28:021843 'blink_websockets': [ '[email protected]',
1844 '[email protected]' ],
1845 'blink_workers': [ '[email protected]',
1846 '[email protected]',
1847 '[email protected]',
1848 '[email protected]' ],
1849 'blink_wtf': [ '[email protected]',
1850 '[email protected]' ],
1851 'blink_xmlhttprequest': [ '[email protected]' ],
tfarinad21f9472015-10-13 18:36:011852 'test_runner': [ '[email protected]',
1853 '[email protected]' ],
gayanef5f29ec2016-05-02 20:29:181854 'clank_uma_settings': ['[email protected]'],
dominicc05d120d2016-05-16 01:13:401855 'xml': [ '[email protected]' ],
[email protected]a3838612009-10-13 21:57:541856 },
1857}