blob: ee7f38f019833314ce7e45ab9fe08037d7043960 [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 },
[email protected]3ce56642013-10-17 22:12:5178 'ash': {
79 'filepath': 'ash/',
80 },
[email protected]f76c8852012-06-21 16:37:0081 'aura': {
[email protected]3ce56642013-10-17 22:12:5182 'filepath': 'ui/aura/',
[email protected]84ba35e32010-08-06 17:22:3983 },
[email protected]c3a6e1e72013-08-02 00:13:0784 'aura_compositor': {
85 'filepath':
86 'ui/compositor/' \
[email protected]6dc38f72014-01-16 22:19:5887 '|content/browser/compositor/' \
88 '|content/browser/renderer_host/compositor_resize_lock_aura' \
[email protected]c3a6e1e72013-08-02 00:13:0789 '|content/browser/renderer_host/render_widget_host_view_aura' \
90 '|content/browser/renderer_host/render_widget_host_view_browsertest' \
[email protected]a6eeeef92014-03-19 19:06:4491 '|content/browser/renderer_host/delegated' \
92 '|content/browser/renderer_host/software' \
[email protected]c3a6e1e72013-08-02 00:13:0793 '|content/common/gpu/client/' \
[email protected]c3a6e1e72013-08-02 00:13:0794 },
sullivan0171e3c2015-03-03 18:47:2195 'auto_bisect': {
96 'filepath': 'tools/run-bisect-perf-regression.py'\
97 '|tools/run-perf-test.cfg'\
98 '|tools/auto_bisect/'
99 },
[email protected]2a38f0c02013-05-29 02:27:45100 'autofill': {
[email protected]30964792013-05-29 02:41:25101 'filepath': 'chrome/browser/autofill/|'\
[email protected]d9310a82012-11-02 02:53:48102 'chrome/browser/resources/options/autofill_|'\
[email protected]d9310a82012-11-02 02:53:48103 'chrome/browser/ui/android/autofill/|'\
104 'chrome/browser/ui/autofill/|'\
[email protected]e3e4ca62013-05-17 08:50:27105 'chrome/browser/ui/cocoa/autofill/|'\
[email protected]d9310a82012-11-02 02:53:48106 'chrome/browser/ui/views/autofill/|'\
107 'chrome/browser/ui/webui/options/autofill_|'\
[email protected]d9310a82012-11-02 02:53:48108 'chrome/renderer/autofill/|'\
109 'chrome/test/data/autofill/|'\
[email protected]3947d4a82013-03-12 09:41:05110 'components/autofill/|'\
[email protected]30964792013-05-29 02:41:25111 'components/autofill/browser/webdata/|'\
vabrbeb0c562015-12-01 10:48:08112 'components/webdata/',
[email protected]b3399272010-08-10 19:49:29113 },
[email protected]f76c8852012-06-21 16:37:00114 'automation': {
[email protected]f2f0fbb92012-07-14 15:52:49115 'filepath': 'chrome/browser/automation/|chrome/test/automation/',
[email protected]b8a0f8fa2010-09-02 18:35:55116 },
jkarlin539748402015-03-31 17:36:31117 'background_sync': {
118 'filepath': 'background_sync',
119 },
[email protected]f76c8852012-06-21 16:37:00120 'base': {
[email protected]f2f0fbb92012-07-14 15:52:49121 'filepath': '^base/',
[email protected]7a7a13b2010-08-25 01:10:59122 },
[email protected]5e105332012-09-13 01:55:52123 'base_allocator': {
124 'filepath': '^base/allocator',
125 },
[email protected]1ed5e0fd2012-07-19 00:19:05126 'base_memory': {
127 'filepath': '^base/memory',
128 },
robliao1644d8b2016-04-11 15:39:59129 'base_task_scheduler': {
130 'filepath': '^base/task_scheduler',
131 },
[email protected]b17d9e02014-07-29 09:45:50132 'base_win': {
133 'filepath': '^base/win',
134 },
[email protected]7e093d4022014-06-26 19:19:55135 'battery_status': {
136 'filepath': 'content/browser/battery_status/|'\
timvolodine953fde72014-12-09 16:47:10137 'content/renderer/battery_status/|'\
138 'content/test/data/battery_status/|'\
139 'device/battery/',
[email protected]7e093d4022014-06-26 19:19:55140 },
maniscalco44c99752015-09-09 21:52:04141 'blimp': {
142 'filepath': '^blimp/',
143 },
[email protected]06798f72013-01-14 22:31:17144 'bookmarks': {
145 'filepath': 'chrome/browser/bookmarks/' \
[email protected]771ad482013-07-16 17:32:48146 '|chrome/browser/extensions/api/bookmark_manager_private/' \
147 '|chrome/browser/extensions/api/bookmarks/' \
148 '|chrome/browser/resources/bookmark_manager/' \
[email protected]cd869cde2013-01-31 15:46:35149 '|chrome/browser/ui/bookmarks/' \
150 '|chrome/browser/ui/cocoa/bookmarks/' \
[email protected]5cb8b6e12014-05-19 16:53:46151 '|chrome/browser/ui/views/bookmarks/' \
152 '|components/bookmarks'
[email protected]06798f72013-01-14 22:31:17153 },
[email protected]b17d9e02014-07-29 09:45:50154 'breakpad_app': {
sdefresne8ba0b88c2015-09-18 10:33:13155 'filepath': 'components/crash/content/app/',
[email protected]b17d9e02014-07-29 09:45:50156 },
[email protected]f76c8852012-06-21 16:37:00157 'browser': {
[email protected]f2f0fbb92012-07-14 15:52:49158 'filepath': 'chrome/browser/',
[email protected]02c44522010-10-08 17:43:25159 },
[email protected]f76c8852012-06-21 16:37:00160 'browser_chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:49161 'filepath': 'chrome/browser/chromeos/',
[email protected]02c44522010-10-08 17:43:25162 },
[email protected]22650d22012-07-18 17:02:35163 'browser_components': {
[email protected]a7228f62012-09-20 17:52:48164 'filepath': 'chrome/browser/autofill/' \
165 '|chrome/browser/bookmarks/' \
[email protected]a7228f62012-09-20 17:52:48166 '|chrome/browser/favicon/' \
[email protected]ddf288e2013-01-09 20:58:27167 '|chrome/browser/history/' \
[email protected]fccf4882013-03-15 04:46:19168 '|chrome/browser/webdata/' \
[email protected]3947d4a82013-03-12 09:41:05169 '|components/autofill/'
[email protected]22650d22012-07-18 17:02:35170 },
[email protected]f76c8852012-06-21 16:37:00171 'browser_compositor': {
[email protected]f2f0fbb92012-07-14 15:52:49172 'filepath': 'ui/compositor/'
[email protected]fbd846b2010-11-19 01:32:18173 },
[email protected]f76c8852012-06-21 16:37:00174 'browser_resources': {
[email protected]f2f0fbb92012-07-14 15:52:49175 'filepath': 'chrome/browser/resources/',
[email protected]f76c8852012-06-21 16:37:00176 },
michaelpge42ca3b32016-02-19 08:17:57177 'browser_resources_md': {
178 'filepath': 'chrome/browser/resources/md_'\
179 '|chrome/browser/resources/settings/',
180 },
[email protected]0ce480532012-07-20 12:33:20181 'browsing_data': {
182 'filepath': 'chrome/browser/browsing_data/',
183 },
[email protected]f76c8852012-06-21 16:37:00184 'bubble': {
[email protected]f2f0fbb92012-07-14 15:52:49185 'filepath': 'ui/views/bubble/|'\
rouslan8d6a8372015-09-10 19:10:10186 'chrome/browser/ui/views/bubble/|'\
187 'components/bubble/',
[email protected]f76c8852012-06-21 16:37:00188 },
jkarlin539748402015-03-31 17:36:31189 'cache_storage': {
190 'filepath': 'cache_storage',
191 },
[email protected]10fbd5952013-08-22 07:42:39192 'cast': {
[email protected]31ef420b2014-08-13 21:19:13193 'filepath': 'media/cast/'\
194 '|chrome/browser/extensions/api/cast_streaming/'\
195 '|chrome/browser/media/cast'\
196 '|chrome/renderer/media/cast'\
197 '|chrome/test/data/extensions/api_test/cast_'\
198 '|content/public/renderer/media_stream_',
[email protected]10fbd5952013-08-22 07:42:39199 },
eranmc2a9f612015-11-24 16:41:34200 'certificate_transparency': {
201 'filepath': 'components/certificate_transparency/'\
202 '|components/packed_ct_ev_whitelist/'\
203 '|net/cert/ct_'\
204 '|net/cert/multi_log_ct_verifier'\
205 '|net/cert/sct_status_flags.h'\
206 '|net/cert/signed_certificate_timestamp'\
207 '|net/cert/signed_tree_head'\
208 '|net/test/ct_',
209 },
[email protected]651d9992014-04-09 17:18:41210 'chromecast': {
211 'filepath': 'chromecast/',
212 },
gfhuang2548f902016-02-26 02:29:21213 'chromecast_public': {
214 'filepath': 'chromecast/public/',
215 },
[email protected]c863702a2012-09-14 20:05:28216 'cc': {
217 'filepath': 'cc/|'\
[email protected]4934d362012-11-22 22:04:53218 'content/common/cc_messages'
[email protected]c863702a2012-09-14 20:05:28219 },
[email protected]c73ec8ab2014-01-16 20:35:23220 'chrome_elf': {
221 'filepath': 'chrome_elf',
222 },
[email protected]d5b21972012-07-20 02:06:01223 'chrome_views': {
224 'filepath': 'chrome/browser/ui/views',
225 },
[email protected]f7bf8ba2011-02-24 22:28:46226 'chromedriver': {
samuong53d5e612014-10-10 18:56:38227 'filepath': 'chrome/test/chromedriver|'\
228 'chrome/test/data/chromedriver|'\
229 'third_party/webdriver'
[email protected]f7bf8ba2011-02-24 22:28:46230 },
[email protected]f76c8852012-06-21 16:37:00231 'chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:49232 'filepath': 'chromeos/',
[email protected]531b1532011-08-11 03:52:01233 },
[email protected]eda0a0b2013-04-19 20:34:35234 'chromeos_attestation': {
235 'filepath': 'chromeos/attestation/|'\
[email protected]64494c3f2013-08-14 22:15:59236 'chrome/browser/chromeos/attestation/|'\
237 'chrome/browser/extensions/api/enterprise_platform_keys_private/',
[email protected]eda0a0b2013-04-19 20:34:35238 },
[email protected]7c59a152012-11-06 20:56:35239 'chromeos_calculator': {
240 'filepath': 'chrome/common/extensions/docs/examples/apps/calculator/',
241 },
hashimoto40ecb692014-09-02 04:51:31242 'chromeos_dbus': {
243 'filepath': 'chromeos/dbus/',
244 },
[email protected]f76c8852012-06-21 16:37:00245 'chromeos_login': {
[email protected]f2f0fbb92012-07-14 15:52:49246 'filepath': 'chrome/browser/chromeos/login/|'\
247 'chrome/browser/ui/webui/chromeos/login/|'\
dzhioevcc7c0492014-11-25 14:52:58248 'chrome/browser/resources/chromeos/login/|'\
249 'ui/login/',
[email protected]a791dac2011-04-07 23:22:57250 },
[email protected]d7d35f342012-10-22 20:32:47251 'chromeos_net': {
252 'filepath': 'chromeos/network/|'\
stevenjbdd133032015-08-07 18:37:47253 'chrome/browser/chromeos/net/|'\
254 'chrome/browser/extensions/api/networking_private/|'\
255 'extensions/browser/api/networking_private/|'\
256 'ui/chromeos/network/',
[email protected]d7d35f342012-10-22 20:32:47257 },
[email protected]2315ac0c2013-02-05 00:49:16258 'chromeos_power': {
[email protected]c3943ad2013-07-03 13:44:56259 'filepath': 'ash/system/chromeos/power/|'\
260 'chromeos/dbus/power_.*|'\
[email protected]2315ac0c2013-02-05 00:49:16261 'chrome/browser/chromeos/power/',
262 },
[email protected]f76c8852012-06-21 16:37:00263 'chromeos_webui': {
[email protected]f2f0fbb92012-07-14 15:52:49264 'filepath': 'chrome/browser/ui/webui/chromeos/|'\
265 'chrome/browser/resources/chromeos/',
[email protected]ba03af42012-03-08 01:37:12266 },
[email protected]cef7a6d2011-04-29 20:49:07267 'clang_update': {
Nico Webere250e6a2015-12-02 19:31:56268 'filepath': 'tools/clang/scripts/update.py'
[email protected]cef7a6d2011-04-29 20:49:07269 },
[email protected]f76c8852012-06-21 16:37:00270 'clipboard': {
271 'filepath': 'clipboard|dnd|drag|drop',
[email protected]2418b022011-05-19 21:06:02272 },
[email protected]0387ab32014-08-05 00:13:42273 'closure': {
[email protected]18fd7a532014-08-20 23:09:51274 'filepath': 'third_party/closure_(compiler|linter)/|'
dbeam78528be2016-02-18 07:08:49275 'compiled_resources2?.gyp',
[email protected]0387ab32014-08-05 00:13:42276 },
sdefresned94c5b02015-07-22 17:54:55277 'components_deps': {
278 'filepath': 'components/([^/]*/)*DEPS',
279 },
[email protected]f76c8852012-06-21 16:37:00280 'content': {
[email protected]f2f0fbb92012-07-14 15:52:49281 'filepath': 'content/',
[email protected]f76c8852012-06-21 16:37:00282 },
scheib968e61052014-11-05 00:27:25283 'content_bluetooth': {
284 'filepath': 'content/.*bluetooth'
285 },
kinuko01cbe8a12015-10-20 09:59:06286 'content_loader': {
287 'filepath': 'content/browser/loader|'\
288 'content/child/*loader',
289 },
mkwst512627022014-09-16 09:23:27290 'content_renderer': {
291 'filepath': 'content/renderer/',
292 },
[email protected]aa3311a2012-11-19 16:04:58293 'content_shell': {
294 'filepath': 'content/shell/',
295 },
kinukoa121bce2015-01-30 10:04:41296 'content_worker': {
297 'filepath': 'content/.*worker',
298 },
[email protected]f76c8852012-06-21 16:37:00299 'cookie_monster': {
[email protected]f2f0fbb92012-07-14 15:52:49300 'filepath': 'net/cookies/|'\
[email protected]8492b5b2012-12-17 21:58:08301 'chrome/browser/net/sqlite_persistent_cookie_store',
[email protected]f76c8852012-06-21 16:37:00302 },
michaelpge42ca3b32016-02-19 08:17:57303 'cr_elements': {
304 'filepath': 'ui/webui/resources/cr_element',
305 },
ianwencdb8c9e2015-06-18 22:10:15306 'custom_tabs': {
Newton Allen38c62212015-06-24 21:41:53307 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/customtabs/|'\
ianwencdb8c9e2015-06-18 22:10:15308 'chrome/android/javatests/src/org/chromium/chrome/browser/customtabs/',
alancuttercbad6512015-06-19 02:31:28309 },
[email protected]5e105332012-09-13 01:55:52310 'deep_memory_profiler': {
311 'filepath': 'tools/(deep_memory_profiler|find_runtime_symbols)',
312 },
Bartosz Fabianowski85a823812015-04-16 10:27:51313 'device_bluetooth': {
314 'filepath': 'device/.*bluetooth'
315 },
[email protected]29ad47c2014-04-23 09:12:48316 'device_sensors': {
317 'filepath': 'content/browser/device_sensors/|'\
318 'content/common/device_sensors/|'\
319 'content/public/android/java/src/org/chromium/content/browser/DeviceSensors.java|'\
320 'content/public/android/javatests/src/org/chromium/content/browser/DeviceSensorsTest.java|'\
321 'content/renderer/device_sensors/',
[email protected]8c667232013-11-12 19:49:14322 },
scheibabdd7d32015-02-11 22:13:08323 'developer_recommended_flags': {
324 'filepath': 'developer_recommended_flags.gypi',
325 },
[email protected]342b12872012-11-07 12:10:46326 'devtools': {
327 'filepath': 'devtools',
328 },
[email protected]bab2a832012-07-11 23:29:41329 'disk_cache': {
330 'filepath': 'net/disk_cache/|http_cache',
331 },
[email protected]f76c8852012-06-21 16:37:00332 'dns': {
[email protected]f2f0fbb92012-07-14 15:52:49333 'filepath': 'net/base/host_resolver|' \
[email protected]8492b5b2012-12-17 21:58:08334 'net/base/host_cache|' \
335 'net/dns/'
[email protected]f76c8852012-06-21 16:37:00336 },
[email protected]f76c8852012-06-21 16:37:00337 'download': {
[email protected]f2f0fbb92012-07-14 15:52:49338 'filepath': 'chrome/browser/download/|'\
[email protected]8492b5b2012-12-17 21:58:08339 'content/browser/download/',
[email protected]6bff0ad2011-06-17 01:32:51340 },
[email protected]ca872e362011-07-12 21:06:03341 'downloads_ui': {
dbeam78528be2016-02-18 07:08:49342 'filepath': 'chrome/browser/resources/(md_)?downloads/|' \
[email protected]8492b5b2012-12-17 21:58:08343 'chrome/browser/ui/webui/.*downloads|' \
344 'chrome/browser/ui/views/download/|' \
asanka2009f412015-10-05 17:28:12345 'chrome/browser/ui/cocoa/download/'
[email protected]ca872e362011-07-12 21:06:03346 },
[email protected]f6df20a2012-10-23 21:22:07347 'drive': {
[email protected]8492b5b2012-12-17 21:58:08348 'filepath': 'chrome/browser/chromeos/drive/|' \
349 'chrome/browser/google_apis/'
[email protected]f6df20a2012-10-23 21:22:07350 },
[email protected]89d2cd52013-04-16 01:55:36351 'drive_resource_metadata': {
[email protected]2c948e12013-10-17 03:08:33352 'filepath': 'chrome/browser/chromeos/drive/resource_metadata'
[email protected]89d2cd52013-04-16 01:55:36353 },
[email protected]3a25c8a2014-06-26 06:47:10354 'eme': {
355 'filepath': 'components/cdm/|' \
356 'content/browser/media/cdm/|' \
357 'content/renderer/media/crypto/|' \
358 'media/base/android/*drm*|' \
359 'media/cdm/|' \
360 'third_party/widevine/cdm/'
361 },
[email protected]247dcfb92014-04-23 18:25:59362 'events': {
363 'filepath': 'ui/events/',
364 },
[email protected]f76c8852012-06-21 16:37:00365 'extension': {
366 'filepath': 'extension',
[email protected]161277d42011-06-24 20:48:45367 },
apaciblec4093a92016-04-19 19:21:58368 'feedback_ui': {
369 'filepath': 'chrome/browser/resources/(md_)?feedback/'
370 },
[email protected]f76c8852012-06-21 16:37:00371 'fileapi': {
[email protected]8492b5b2012-12-17 21:58:08372 'filepath': 'file_system/|' \
373 'fileapi/'
[email protected]80919512011-08-03 08:51:04374 },
[email protected]f76c8852012-06-21 16:37:00375 'filebrowse': {
[email protected]8492b5b2012-12-17 21:58:08376 'filepath': 'file_browser|' \
377 'file_manager|' \
378 'filebrowse'
[email protected]4b07b62cc2011-10-03 17:52:39379 },
[email protected]4ed766c2013-09-19 09:45:20380 'filesapp': {
[email protected]4ff3d9f2014-04-24 05:25:20381 'filepath': 'ui/file_manager'
[email protected]4ed766c2013-09-19 09:45:20382 },
[email protected]f76c8852012-06-21 16:37:00383 'ftp': {
384 'filepath': 'ftp',
[email protected]ffeb189d2011-10-05 18:49:39385 },
[email protected]3a2a6ac02014-06-20 07:07:12386 'gcm': {
387 'filepath': 'chrome/browser/services/gcm/|'\
388 'components/gcm_driver/|'\
389 'google_apis/gcm/',
390 },
[email protected]d8036492013-08-09 16:02:23391 'geolocation': {
392 'filepath': 'chrome/browser/geolocation/|'\
393 'content/browser/geolocation|'\
394 'content/public/common/geoposition.*|'\
395 'content/public/browser/geolocation.*|'\
396 'content/renderer/geolocation.*|'\
397 'content/shell/geolocation/',
398 },
[email protected]f93b7382012-08-09 20:53:16399 'gfx_image': {
400 'filepath': 'ui/gfx/image/',
401 },
[email protected]cf428f732012-10-02 20:48:15402 'gfx_geometry': {
danakj570c1332015-01-06 16:59:36403 'filepath': 'ui/gfx/geometry/',
[email protected]cf428f732012-10-02 20:48:15404 },
[email protected]4d1773e2014-04-05 07:59:57405 'gn': {
406 'filepath': 'tools/gn',
407 },
[email protected]f76c8852012-06-21 16:37:00408 'gpu': {
[email protected]f2f0fbb92012-07-14 15:52:49409 'filepath': 'gpu/',
[email protected]f76c8852012-06-21 16:37:00410 },
[email protected]f76c8852012-06-21 16:37:00411 'history_ui': {
dbeam78528be2016-02-18 07:08:49412 'filepath': 'chrome/browser/resources/(md_)?history|'\
413 'chrome/browser/ui/webui/.*history',
[email protected]f76c8852012-06-21 16:37:00414 },
[email protected]18d7e402014-07-08 19:53:14415 'hotword': {
416 'filepath': 'chrome/browser/extensions/api/hotword_private/'\
417 '|chrome/browser/resources/hotword_helper/'\
[email protected]535980d42014-08-12 14:31:28418 '|chrome/browser/resources/hotword/'\
[email protected]18d7e402014-07-08 19:53:14419 '|chrome/browser/search/hotword*'\
420 '|chrome/test/data/extensions/api_test/hotword_private/',
421 },
[email protected]f76c8852012-06-21 16:37:00422 'i18n': {
[email protected]f2f0fbb92012-07-14 15:52:49423 'filepath': 'base/i18n/|base/string|l10n|icu|'\
424 'locale_settings|encoding',
[email protected]f76c8852012-06-21 16:37:00425 },
[email protected]f76c8852012-06-21 16:37:00426 'importer': {
[email protected]f2f0fbb92012-07-14 15:52:49427 'filepath': 'import',
[email protected]f76c8852012-06-21 16:37:00428 },
[email protected]c26161352013-11-12 19:50:01429 'indexed_db': {
430 'filepath': 'content/browser/indexed_db|'\
431 'content/child/indexed_db|'\
432 'content/common/indexed_db|'\
433 'content/public/browser/indexed_db|'\
434 'content/test/data/indexeddb',
435 },
bruthigaa8281f2016-02-09 17:52:31436 'ink_drop': {
437 'filepath': 'ui/views/animation/test/.*ink_drop.*|' \
438 'ui/views/animation/.*ink_drop.*'
439 },
dtapuska1f997a12016-03-14 19:22:07440 'input': {
441 'filepath': 'content/browser/renderer_host/input|'\
442 'content/renderer/input|'\
443 'ui/events/blink/'
444 },
[email protected]f76c8852012-06-21 16:37:00445 'installer': {
[email protected]f2f0fbb92012-07-14 15:52:49446 'filepath': 'chrome/installer/',
[email protected]f76c8852012-06-21 16:37:00447 },
mmoss19826c62014-11-14 21:37:36448 'installer_linux': {
449 'filepath': 'chrome/installer/linux/',
450 },
[email protected]56b4b09d32012-07-27 18:28:41451 'instant': {
[email protected]607903d2013-03-25 22:15:47452 'filepath': 'instant|searchbox|'\
453 'chrome/browser/search/|'\
[email protected]c29b7dae2013-03-25 22:29:13454 'chrome/browser/ui/search/|'\
[email protected]eb99f8e2013-07-10 10:17:39455 'chrome/browser/resources/local_ntp/|'\
[email protected]607903d2013-03-25 22:15:47456 'chrome/common/search_types.*',
[email protected]56b4b09d32012-07-27 18:28:41457 },
sdefresne18b47312015-06-18 15:15:09458 'ios_chrome': {
459 'filepath': 'ios/chrome',
460 },
[email protected]f76c8852012-06-21 16:37:00461 'ipc': {
[email protected]f2f0fbb92012-07-14 15:52:49462 'filepath': 'ipc/ipc',
[email protected]f76c8852012-06-21 16:37:00463 },
mkwstb0d1b1d2014-09-30 11:45:36464 'ipc_messages': {
465 'filepath': '_message.*.h|'\
466 '_messages.cc',
467 },
vabraafbd4f32015-11-10 19:30:23468 'login': {
469 'filepath': 'chrome/browser/ui/login'
470 },
[email protected]a3f777d2014-01-07 23:38:26471 'libwebp': {
472 'filepath': 'third_party/libwebp'
473 },
johannkoenig52381382015-09-18 22:35:25474 'libvpx': {
johannkoenig8cdf03472016-03-02 13:54:31475 'filepath': 'third_party/libvpx'
johannkoenig52381382015-09-18 22:35:25476 },
[email protected]04a292a2013-03-07 19:58:42477 'linux_fonts': {
478 'filepath': 'ui/gfx/font_render_params_.*|'\
deratcd2d6fb2015-02-12 00:10:41479 'ui/gfx/platform_font_linux.*|'\
480 'ui/gfx/render_text_harfbuzz.*',
[email protected]04a292a2013-03-07 19:58:42481 },
482 'linux_sandboxing': {
[email protected]f2f0fbb92012-07-14 15:52:49483 'filepath': 'sandbox/linux/',
[email protected]f76c8852012-06-21 16:37:00484 },
[email protected]04a292a2013-03-07 19:58:42485 'linux_seccomp_bpf': {
[email protected]d6a23612012-11-13 20:11:54486 'filepath': 'content/common/sandbox.*linux.cc',
[email protected]f76c8852012-06-21 16:37:00487 },
mlamourid8b0feb2015-06-02 16:30:47488 'manifest': {
489 'filepath': 'content/(browser|renderer)/manifest/'\
490 '|content/public/common/manifest*',
491 },
michaelpg32ca07902015-02-07 00:31:11492 'md_settings': {
michaelpge42ca3b32016-02-19 08:17:57493 'filepath': 'chrome/browser/resources/settings/'\
michaelpg9bc66292015-09-04 22:35:19494 '|chrome/browser/ui/webui/settings/',
michaelpg32ca07902015-02-07 00:31:11495 },
[email protected]f76c8852012-06-21 16:37:00496 'media': {
[email protected]f2f0fbb92012-07-14 15:52:49497 'filepath': 'media/|third_party/(ffmpeg|openmax)/|webmediaplayer|'\
[email protected]034548d2012-07-31 20:34:00498 'audio_message_filter|video_layer|media_internals',
[email protected]f76c8852012-06-21 16:37:00499 },
[email protected]06dd23172013-06-24 21:04:51500 'media_galleries': {
501 'filepath': 'chrome/browser/extensions/api/media_galleries/'\
[email protected]06dd23172013-06-24 21:04:51502 '|chrome/browser/media_galleries/'\
503 '|chrome/browser/storage_monitor/'\
504 '|chrome/common/media_galleries/'\
505 '|chrome/test/data/extensions/api_test/media_galleries/'\
506 '|chrome/utility/itunes*'\
507 '|chrome/utility/picasa*',
508 },
kmarshallb698ad4f2015-02-24 19:42:48509 'media_router': {
510 'filepath': 'chrome/browser/media/router/*' \
511 '|chrome/app/theme/*/common/media_router*' \
512 '|chrome/browser/resources/media_router/' \
513 '|chrome/browser/ui/webui/media_router/' \
514 '|chrome/test/media_router/',
515 },
[email protected]f76c8852012-06-21 16:37:00516 'message_loop': {
[email protected]f2f0fbb92012-07-14 15:52:49517 'filepath': 'base/message_'
[email protected]f76c8852012-06-21 16:37:00518 },
519 'metrics': {
[email protected]f2f0fbb92012-07-14 15:52:49520 'filepath': 'base/metrics/'\
521 '|chrome/browser/metrics/'\
[email protected]f2f0fbb92012-07-14 15:52:49522 '|chrome/browser/chromeos/external_metrics'\
[email protected]b0d594d2014-02-21 03:22:12523 '|chrome/browser/extensions/api/metrics_private/'\
[email protected]f2f0fbb92012-07-14 15:52:49524 '|chrome/browser/ui/webui/metrics_handler'\
asvitkineb7e10302016-01-20 05:17:45525 '|chromecast/browser/metrics/'\
[email protected]f76c8852012-06-21 16:37:00526 '|content/browser/user_metrics.cc'\
asvitkinee4bad382015-11-05 21:56:45527 '|components/metrics/'\
asvitkineb7e10302016-01-20 05:17:45528 '|components/metrics_services_manager/'\
[email protected]ce6b855a2014-03-12 19:51:39529 '|components/rappor/'\
asvitkinee4bad382015-11-05 21:56:45530 '|components/variations/'\
[email protected]f76c8852012-06-21 16:37:00531 '|content/public/browser/user_metrics.h'\
[email protected]b0d594d2014-02-21 03:22:12532 # Exclude XML files; in particular, histograms.xml.
533 '|tools/metrics/[^.]*([.](?!xml$).*)?$',
534 },
535 'metrics_xml_files': {
536 # Subscribe to this to watch for changes to histograms.xml.
toyoshim8f51f902015-03-27 03:50:21537 'filepath': 'tools/metrics/.*\.xml$',
538 },
539 'midi': {
540 'filepath': 'midi',
[email protected]f76c8852012-06-21 16:37:00541 },
[email protected]341f218a2013-09-24 22:16:10542 'mojo': {
543 'filepath': 'mojo',
544 },
[email protected]f76c8852012-06-21 16:37:00545 'mouse_lock': {
546 'filepath': 'mouse_lock',
547 },
rjkroegef60dea862015-10-29 17:50:06548 'mus': {
549 'filepath': 'components/mus/'\
550 '|mojo/gles2/'\
551 '|mojo/gpu/',
552 },
[email protected]f76c8852012-06-21 16:37:00553 'nacl': {
[email protected]f2f0fbb92012-07-14 15:52:49554 'filepath': 'chrome/nacl/|chrome/test/nacl/|'\
[email protected]193912d2013-09-06 17:41:56555 'chrome/browser/nacl_host/|chrome/common/nacl|'\
556 'native_client_sdk/src/doc/',
[email protected]f76c8852012-06-21 16:37:00557 },
[email protected]99ddc3d2013-01-22 16:15:33558 'native_client_sdk': {
559 'filepath': '^native_client_sdk/',
560 },
[email protected]b9ecdb62014-03-07 14:56:43561 'navigation': {
562 'filepath': 'content/browser/frame_host|'\
563 'content/browser/renderer_host/render_process_host.*|'\
564 'content/browser/renderer_host/render_view_host.*|'\
565 'content/browser/web_contents/web_contents_impl.*|'\
566 'content/renderer/render_frame.*|'\
567 'content/renderer/render_view.*'
568 },
[email protected]f76c8852012-06-21 16:37:00569 'net': {
[email protected]f2f0fbb92012-07-14 15:52:49570 'filepath': 'net/',
[email protected]f76c8852012-06-21 16:37:00571 },
572 'net_error_list': {
573 'filepath': 'net/base/net_error_list.h',
574 },
575 'net_log': {
[email protected]f2f0fbb92012-07-14 15:52:49576 'filepath': 'net/base/net_log|' \
577 'chrome/browser/net/.*net_log|' \
578 'chrome/browser/net/passive_log_collector|' \
579 'chrome/browser/resources/net_internals/|' \
580 'chrome/browser/ui/webui/net_internals/'
[email protected]f76c8852012-06-21 16:37:00581 },
jkarlin539748402015-03-31 17:36:31582 'netinfo': {
583 'filepath': 'netinfo',
584 },
peterf4758412014-09-17 15:06:01585 'notifications': {
586 'filepath': 'chrome/browser/extensions/api/notifications/|' \
587 'chrome/browser/notifications/|' \
peter8ab156b2015-03-29 15:44:12588 'chrome/test/data/notifications/|' \
589 'content/browser/notifications/|' \
590 'content/child/notifications/|' \
591 'content/common/platform_notification|' \
592 'content/public/browser/platform_notification|' \
593 'content/public/common/platform_notification|' \
594 'content/renderer/notification_|' \
peterf4758412014-09-17 15:06:01595 'ui/message_center/'
596 },
[email protected]f76c8852012-06-21 16:37:00597 'ntp': {
[email protected]f2f0fbb92012-07-14 15:52:49598 'filepath': 'chrome/browser/resources/ntp4/|'\
[email protected]b7ecd5f2013-02-14 21:04:16599 'chrome/browser/resources/ntp_android/|'\
[email protected]f2f0fbb92012-07-14 15:52:49600 'chrome/browser/ui/webui/ntp/',
[email protected]f76c8852012-06-21 16:37:00601 },
mcwilliamsedee5042016-04-05 18:46:45602 'ntp_snippets': {
603 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/ntp/|'\
604 'chrome/browser/ntp_snippets/|'\
605 'components/ntp_snippets/|'\
606 'chrome/android/java/res/layout/new_tab_page|'\
607 'chrome/android/java/res/layout/most_visited'
608 },
dimichdce3ee492016-04-04 04:20:52609 'offline_pages': {
610 'filepath': 'components/offline_pages/'\
fgorski329be5b2016-04-19 21:38:11611 '|chrome/browser/android/offline_pages/'\
612 '|chrome/android/java/src/org/chromium/chrome/browser/offlinepages/'
dimichdce3ee492016-04-04 04:20:52613 },
[email protected]f76c8852012-06-21 16:37:00614 'omnibox': {
[email protected]f2f0fbb92012-07-14 15:52:49615 'filepath': 'chrome/browser/autocomplete/'\
616 '|chrome/browser/ui/.*/omnibox/'
[email protected]f76c8852012-06-21 16:37:00617 },
[email protected]437c44b2012-11-08 01:35:52618 'options': {
619 'filepath': 'chrome/browser/resources/options/|'\
620 'chrome/browser/ui/webui/options/',
621 },
chasej6dff9292016-02-02 20:33:12622 'origin_trials': {
623 'filepath': 'origin_trials',
624 },
[email protected]4a2078e2013-07-18 20:40:20625 'ozone': {
[email protected]f93c2c92013-10-31 18:22:44626 'filepath': 'ui/ozone/|'\
[email protected]4b66bf922013-10-28 19:49:43627 'ui/events/ozone/|'\
628 'ui/gfx/ozone/|'\
[email protected]4a2078e2013-07-18 20:40:20629 'ui/gl/gl_.*egl.*|'\
630 'ui/gl/gl_.*ozone.*'
631 },
csharrison3b1dc4062015-10-19 14:31:08632 'page_load_metrics' : {
633 'filepath': 'components/page_load_metrics/'
634 },
[email protected]f76c8852012-06-21 16:37:00635 'panels': {
[email protected]7cbe5a52012-09-27 02:00:29636 'filepath': 'chrome/browser/ui/panels'\
637 '|chrome/browser/ui/cocoa/panels'\
[email protected]7cbe5a52012-09-27 02:00:29638 '|chrome/browser/ui/views/panels'
[email protected]f76c8852012-06-21 16:37:00639 },
[email protected]3cc8b3922014-05-05 13:12:08640 'password_manager': {
641 'filepath': 'chrome/.*/password_'\
642 '|chrome/browser/ui/passwords'\
643 '|chrome/browser/ui/views/passwords'\
644 '|chrome/test/data/password'\
645 '|components/autofill.*password'
646 '|components/password_'\
647 },
[email protected]f76c8852012-06-21 16:37:00648 'pepper_api': {
[email protected]b8491b02013-11-13 03:50:58649 'filepath': 'ppapi/api'\
650 '|ppapi/c',
[email protected]f76c8852012-06-21 16:37:00651 },
mlamourid8b0feb2015-06-02 16:30:47652 'permissions': {
653 'filepath': 'content/(child,browser)/permissions/'\
654 '|content/common/permission_*'\
655 '|content/public/(common,browser)/permission_*'\
656 '|chrome/browser/permissions/'\
657 '|chrome/browser/content_settings/permission*'\
658 '|permission_context',
659 },
[email protected]f76c8852012-06-21 16:37:00660 'plugin': {
[email protected]f2f0fbb92012-07-14 15:52:49661 'filepath': 'chrome/browser/plugin|chrome/plugin/|'\
Thiago Farinae067154bb2015-05-07 15:37:59662 'chrome/common/plugin',
[email protected]f76c8852012-06-21 16:37:00663 },
tnagelad92622a92015-10-20 10:26:30664 'policy_definitions': {
665 'filepath': 'components/policy/resources/policy_templates.json',
666 },
michaelpg11fff3f2015-02-06 03:35:34667 'polymer': {
668 'filepath': 'third_party/polymer/|'\
dbeam78528be2016-02-18 07:08:49669 'tools/polymer|'\
michaelpg11fff3f2015-02-06 03:35:34670 'ui/webui/resources/polymer_resources.grdp',
671 },
twifkak0c69c1f2015-06-22 18:20:09672 'precache': {
673 'filepath': '[pP]recache'
674 },
[email protected]ef6cc442012-10-30 03:24:17675 'predictors': {
676 'filepath': 'predictors',
677 },
[email protected]be775bc2014-06-30 15:41:14678 'prepopulated_engines': {
679 'filepath': 'components/search_engines/prepopulated_engines.json',
680 },
[email protected]f76c8852012-06-21 16:37:00681 'prerender': {
[email protected]78375a52012-07-14 14:47:57682 'filepath': 'prerender'
[email protected]f76c8852012-06-21 16:37:00683 },
peter884896c72015-03-12 14:26:20684 'push_messaging': {
685 'filepath': 'push_messaging'
686 },
[email protected]f76c8852012-06-21 16:37:00687 'pyauto': {
688 'filepath': 'chrome/test/pyautolib' \
689 '|chrome/test/functional' \
690 '|chrome/browser/automation/automation_provider_json'
691 },
692 'remoting': {
anandce1c55372015-03-04 01:23:10693 'filepath': 'remoting/' \
694 '|testing/chromoting'
[email protected]f76c8852012-06-21 16:37:00695 },
rdsmith33aa2b32016-03-17 18:08:23696 'resource_scheduler': {
697 'filepath' : 'content/browser/loader/resource_scheduler*'
698 },
gab57e80c72014-12-08 21:06:13699 'rlz_id': {
700 'filepath' :'rlz/lib/machine_id.cc|'\
701 'rlz/lib/machine_id.h|'\
702 'rlz/win/lib/machine_id_win.cc',
703 },
grt829c6a82014-10-20 09:29:32704 'safe_browsing': {
705 'filepath': 'chrome/(browser|common|renderer)/safe_browsing/',
706 },
rickyz0a819bfc2015-02-04 23:57:22707 'sandbox': {
708 'filepath': 'sandbox/'\
709 '|content/browser/bootstrap_sandbox_mac'\
710 '|content/browser/renderer_host/render_sandbox_host_linux'\
711 '|content/browser/renderer_host/sandbox_ipc_linux'\
712 '|content/browser/zygote_host/'\
713 '|content/common/sandbox_'\
714 '|content/zygote/'\
715 },
skyostil20dea312014-11-11 13:43:06716 'scheduler': {
rmcilroyfa5ac552015-04-09 12:33:17717 'filepath': 'cc/scheduler'\
jochen83c639f02015-04-22 17:07:37718 '|components/scheduler'\
rmcilroyfa5ac552015-04-09 12:33:17719 '|content/renderer/scheduler'
skyostil20dea312014-11-11 13:43:06720 },
mlamourid8b0feb2015-06-02 16:30:47721 'screen_orientation': {
722 'filepath': 'screen_orientation',
723 },
[email protected]21cd39b2012-06-28 01:48:40724 'search': {
[email protected]f2f0fbb92012-07-14 15:52:49725 'filepath': 'chrome/browser/ui/search/',
[email protected]21cd39b2012-06-28 01:48:40726 },
[email protected]0b431722014-01-08 07:21:51727 'service_worker': {
[email protected]edaf31d2014-03-07 00:09:17728 'filepath': 'content/(browser|renderer|child|common)/service_worker/',
[email protected]0b431722014-01-08 07:21:51729 },
[email protected]f76c8852012-06-21 16:37:00730 'site_instance': {
[email protected]f2f0fbb92012-07-14 15:52:49731 'filepath': 'content/browser/site_instance|'\
732 'content/browser/browsing_instance',
[email protected]f76c8852012-06-21 16:37:00733 },
734 'speech': {
[email protected]f2f0fbb92012-07-14 15:52:49735 'filepath': 'chrome/browser/speech/'\
736 '|content/browser/speech/'\
737 '|content/common/.*speech'\
738 '|content/public/.*speech'
[email protected]f76c8852012-06-21 16:37:00739 },
[email protected]ad0295d2012-10-11 23:43:36740 'spellcheck': {
741 'filepath': 'chrome/browser/spellchecker/'\
742 '|chrome/browser/tab_contents/spellchecker'\
743 '|chrome/browser/tab_contents/spelling_menu'\
744 '|chrome/common/spellcheck_'\
745 '|chrome/renderer/spellchecker/'\
[email protected]97e677a62013-01-11 19:18:35746 '|third_party/hunspell/'\
747 '|third_party/hunspell_dictionaries/'\
[email protected]ad0295d2012-10-11 23:43:36748 },
[email protected]67f39af2013-08-23 20:06:05749 'streams': {
750 'filepath': 'content/browser/streams/',
751 },
vmpstrcc1c08302015-11-18 06:05:51752 'styleguide': {
753 'filepath': '^styleguide/',
754 },
[email protected]43d33e92014-07-14 16:39:31755 'supervised_users': {
756 'filepath': 'chrome/browser/.*managed_mode'\
757 '|chrome/browser/.*managed_user'\
758 '|chrome/browser/.*supervised_user',
759 },
[email protected]f76c8852012-06-21 16:37:00760 'sync': {
maxboguefa217942016-04-01 01:08:13761 'filepath': '^chrome/android/sync_shell/'\
762 '|^chrome/browser/ui/sync/'\
763 '|^chrome/browser/ui/views/sync/'\
764 '|^chrome/test/android/javatests/src/org/chromium/chrome/test/util/browser/sync/'\
765 '|^ios/chrome/browser/sync/'\
766 '|^chrome/android/java/src/org/chromium/chrome/browser/sync/'\
767 '|^chrome/browser/sync/'\
768 '|^components/browser_sync/'\
769 '|^components/sync_bookmarks/'\
770 '|^components/sync_driver/'\
771 '|^components/sync_sessions/'\
772 '|^sync/',
[email protected]f76c8852012-06-21 16:37:00773 },
[email protected]92871a102013-07-01 11:11:41774 'syncfs': {
775 'filepath': 'sync_file_system',
776 },
[email protected]4529a792013-06-18 19:18:49777 'sync_proto': {
778 'filepath': 'sync/protocol/',
779 },
[email protected]82d74152013-07-28 08:55:31780 'tab_capture': {
[email protected]31ef420b2014-08-13 21:19:13781 'filepath': 'cc/output/copy_output_request'\
782 '|chrome/browser/extensions/api/tab_capture/'\
783 '|chrome/test/data/extensions/api_test/tab_capture/'\
784 '|content/browser/compositor/delegated_frame_host'\
785 '|content/browser/media/capture/'\
786 '|content/browser/renderer_host/compositing_iosurface'\
787 '|content/browser/renderer_host/media/(audio_'\
788 '|media_stream_manager|video_)'\
789 '|media/audio/(audio_output_controller|fake_audio_|virtual_audio_)'\
790 '|media/base/video_frame\.h'\
791 '|media/video/capture/video_capture_',
[email protected]82d74152013-07-28 08:55:31792 },
[email protected]f76c8852012-06-21 16:37:00793 'tab_contents': {
[email protected]f2f0fbb92012-07-14 15:52:49794 'filepath': 'chrome/browser/tab_contents/|'\
795 'content/browser/tab_contents/|'\
796 'chrome/browser/ui/tab_contents/',
[email protected]f76c8852012-06-21 16:37:00797 },
[email protected]31ef420b2014-08-13 21:19:13798 'tab_media_indicators': {
799 'filepath': 'chrome/browser/media/audio_stream_monitor'\
800 '|chrome/browser/ui/cocoa/tabs/tab_controller\.mm'\
801 '|chrome/browser/ui/tabs/tab_utils'\
802 '|chrome/browser/ui/views/tabs/tab\.cc'\
803 '|chrome/browser/ui/views/tabs/tab_renderer_data'\
804 '|media/audio/audio_(output_controller|power_monitor)',
805 },
[email protected]f76c8852012-06-21 16:37:00806 'task_manager': {
807 'filepath': 'task_manager'
808 },
[email protected]5e105332012-09-13 01:55:52809 'tcmalloc': {
810 'filepath': 'third_party/tcmalloc'
811 },
[email protected]31a10602012-11-21 01:51:26812 'telemetry': {
nednguyen79105d422016-04-18 01:38:42813 'filepath': 'tools/perf/'
[email protected]31a10602012-11-21 01:51:26814 },
[email protected]f76c8852012-06-21 16:37:00815 'tests': {
[email protected]f2f0fbb92012-07-14 15:52:49816 'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/',
[email protected]0cde05a02011-11-30 23:36:52817 },
[email protected]1cbbb30b2011-10-14 08:03:56818 'textinput': {
[email protected]f2f0fbb92012-07-14 15:52:49819 'filepath': 'content/browser/renderer_host/gtk_im'\
820 '|content/browser/renderer_host/gtk_key'\
821 '|content/browser/renderer_host/render_widget_host_view'\
822 '|content/browser/renderer_host/text_input'\
823 '|ui/base/ime/'\
824 '|ui/base/gtk/event'\
825 '|ui/base/gtk/gtk_im'\
826 '|ui/base/keycodes/'\
827 '|ui/base/win/ime'\
828 '|ui/views/controls/textfield/'\
829 '|ui/views/ime/'
[email protected]1cbbb30b2011-10-14 08:03:56830 },
[email protected]3a117c62011-11-29 04:28:02831 'textinput_chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:49832 'filepath': 'chrome/browser/chromeos/input_method/'\
833 '|chrome/browser/chromeos/extensions/input_method'\
834 '|chrome/browser/chromeos/status/input_method'\
835 '|chrome/browser/extensions/extension_input_'\
836 '|chrome/browser/resources/keyboard'\
837 '|chrome/browser/resources/options/language'\
[email protected]ef03eae2011-11-30 08:43:43838 '|chrome/browser/ui/webui/options/'\
[email protected]f2f0fbb92012-07-14 15:52:49839 'chromeos/.*(language|keyboard)'\
[email protected]6bd9e802013-04-18 06:40:42840 '|chrome/browser/ui/webui/options/language'\
841 '|chromeos/ime/*'
[email protected]3a117c62011-11-29 04:28:02842 },
chirantan96fcf6d2015-01-21 22:36:19843 'timers': {
844 'filepath': 'base/timer/'\
845 '|components/timers/'
846 },
[email protected]f76c8852012-06-21 16:37:00847 'tools': {
[email protected]f2f0fbb92012-07-14 15:52:49848 'filepath': 'tools/',
[email protected]6bea7b42011-10-19 19:47:09849 },
[email protected]f76c8852012-06-21 16:37:00850 'tools_emacs': {
[email protected]f2f0fbb92012-07-14 15:52:49851 'filepath': 'tools/emacs/',
[email protected]65676d32012-04-18 14:41:05852 },
[email protected]c8eb7f72013-07-04 15:30:11853 'tracing': {
854 'filepath': 'base/debug/trace_event.*'\
primianobef13b42015-01-30 15:29:31855 '|base/trace_event/'\
[email protected]c8eb7f72013-07-04 15:30:11856 '|content/browser/tracing/'\
857 '|components/tracing/'
858 },
[email protected]cf428f732012-10-02 20:48:15859 'ui_compositor': {
860 'filepath': 'ui/compositor/layer\.|'\
861 'ui/compositor/layer_unittest|'\
862 'ui/compositor/compositor',
863 },
[email protected]6b5093c2012-05-23 19:10:18864 'ui_resources': {
[email protected]f2f0fbb92012-07-14 15:52:49865 'filepath': 'ui/resources/'\
866 '|ui/base/native_theme/resources/'\
867 '|chrome/app/theme/'
[email protected]6b5093c2012-05-23 19:10:18868 },
[email protected]f76c8852012-06-21 16:37:00869 'valgrind': {
870 'filepath': 'valgrind',
871 },
[email protected]c73ec8ab2014-01-16 20:35:23872 'version_assembly': {
873 'filepath': 'chrome/app/version_assembly',
874 },
mcasas09e881c2016-04-09 02:09:50875 'video_capture': {
876 'filepath': 'chrome/browser/media/.*(capture|media|webrtc)'\
877 '|content/browser/renderer_host/media/.*(capture|media)'\
878 '|content/renderer/media/.*(capture|media|webrtc)'\
879 '|media/capture/'\
880 '|media/muxers/',
881 },
[email protected]f76c8852012-06-21 16:37:00882 'views': {
883 # Applies to all files and subdirs within this directory.
[email protected]f2f0fbb92012-07-14 15:52:49884 'filepath': '^ui/views/',
[email protected]f76c8852012-06-21 16:37:00885 },
[email protected]f47d871a2013-10-11 22:14:15886 'views_corewm': {
887 'filepath': 'ui/views/corewm/',
[email protected]3fc918142013-10-12 01:42:17888 },
[email protected]ef514a32014-02-26 01:02:35889 'virtual_keyboard': {
890 'filepath': 'ui/keyboard/'\
891 'chrome/test/data/chromeos/virtual_keyboard/'\
892 'chrome/common/extensions/api/virtual_keyboard',
893 },
mcasas09e881c2016-04-09 02:09:50894 'webrtc_browser_tests': {
895 'filepath': 'chrome/browser/media/.*webrtc.*browsertest|'\
896 'content/browser/media/.*webrtc.*browsertest',
897 },
[email protected]b887a262013-09-18 22:43:56898 'webrtc_media': {
899 'filepath': 'chrome/browser/media/|'\
900 'content/browser/renderer_host/media/|'\
[email protected]70098052014-07-01 08:58:10901 'content/common/gpu/media/|'\
[email protected]b887a262013-09-18 22:43:56902 'content/renderer/media/|'\
mcasasfec6c752014-11-11 13:25:58903 'media/base/android/|'\
mcasasa5584a02015-09-11 21:15:28904 'media/capture/|'\
mcasas53024942014-11-11 12:59:28905 'video.*_accelerat',
[email protected]b887a262013-09-18 22:43:56906 },
[email protected]208879542012-07-05 11:15:34907 'website_settings': {
[email protected]f2f0fbb92012-07-14 15:52:49908 'filepath': 'chrome/browser/content_settings/'\
909 '|chrome/browser/ui/views/website_settings/'\
910 '|chrome/browser/ui/website_settings/'\
mukai077089f2014-09-11 18:41:52911 '|chrome/common/content_settings'\
912 '|components/content_settings/',
[email protected]208879542012-07-05 11:15:34913 },
[email protected]b17d9e02014-07-29 09:45:50914 'windows_sandboxing': {
915 'filepath': 'sandbox/win/',
916 },
[email protected]f76c8852012-06-21 16:37:00917 'x11': {
[email protected]f2f0fbb92012-07-14 15:52:49918 'filepath': 'content/browser/renderer_host/backing_store_x\.' \
919 '|chrome/browser/chromeos/input_method/xkeyboard\.' \
920 '|chrome/browser/chromeos/system_key_event_listener\.' \
[email protected]f76c8852012-06-21 16:37:00921 '|chrome/browser/chromeos/'\
[email protected]f2f0fbb92012-07-14 15:52:49922 'xinput_hierarchy_changed_event_listener\.' \
923 '|chrome/browser/chromeos/wm_' \
924 '|ui/base/x/'
[email protected]0d710852012-05-24 01:18:40925 },
wjmaclean3ff6a402015-03-31 19:00:20926 'zoom': {
927 'filepath': 'chrome/browser/ui/zoom/' \
928 '|components/ui/zoom/' \
929 '|content/browser/host_zoom_*' \
930 '|content/browser/storage_partition_impl*' \
931 '|content/public/browser/host_zoom_map.h' \
932 '|content/public/browser/storage_partition.h'
933 },
timlohd035d572015-09-25 15:28:02934
935 'blink': {
936 'filepath': 'third_party/WebKit/',
937 },
938 'blink_accessibility': {
939 'filepath': 'third_party/WebKit/.*(accessibility|AXObjectCache|WebAX)'
940 },
941 'blink_animation': {
942 'filepath': 'third_party/WebKit/.*([Aa]nimat|[Tt]ransition)',
943 },
944 'blink_app_banner': {
945 'filepath': 'third_party/WebKit/Source/modules/app_banner' \
946 '|third_party/WebKit/public/platform/modules/app_banner',
947 },
948 'blink_audio': {
949 'filepath': 'third_party/WebKit/Source/platform/audio' \
950 '|third_party/WebKit/Source/modules/webaudio',
951 },
952 'blink_battery_status': {
953 'filepath': 'third_party/WebKit/Source/modules/battery/' \
954 '|third_party/WebKit/LayoutTests/battery-status/' \
955 '|third_party/WebKit/Source/core/frame/PlatformEvent(Controller|Dispatcher)'
956 },
957 'blink_bidi': {
958 'filepath': 'third_party/WebKit/Source/platform/text/.*Bidi' \
959 '|third_party/WebKit/Source/core/rendering/.*Bidi',
960 },
961 'blink_bindings': {
962 'filepath': 'third_party/WebKit/Source/bindings',
963 },
964 'blink_bluetooth': {
965 'filepath': 'third_party/WebKit/.*[Bb]luetooth'
966 },
967 'blink_canvas2d': {
968 'filepath': 'third_party/WebKit/Source/core/html/canvas' \
969 '|third_party/WebKit/Source/core/html/HTMLCanvasElement' \
970 '|third_party/WebKit/Source/modules/canvas2d' \
971 '|third_party/WebKit/Source/platform/graphics/Canvas2D',
972 },
973 'blink_clipboard': {
974 'filepath': 'third_party/WebKit/Source/core/clipboard' \
975 '|third_party/WebKit/Source/core/page/.*Drag' \
976 '|third_party/WebKit/Source/platform/.*Drag' \
977 '|third_party/WebKit/Source/platform/clipboard' \
978 '|third_party/WebKit/Source/web/.*Drag' \
979 '|third_party/WebKit/public/platform/.*Drag' \
980 '|third_party/WebKit/public/web/.*Drag',
981 },
982 'blink_content_security_policy': {
983 'filepath': 'third_party/WebKit/Source/core/frame/csp' \
984 '|third_party/WebKit/Source/core/events/SecurityPolicyViolationEvent' \
985 '|third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy'
986 },
987 'blink_css': {
988 'filepath': 'third_party/WebKit/Source/core/css',
989 },
990 'blink_css_grid_layout': {
991 'filepath': 'third_party/WebKit/Source/core/layout/.*Grid' \
992 '|third_party/WebKit/Source/core/paint/.*Grid' \
993 '|third_party/WebKit/Source/core/css/.*Grid' \
994 '|third_party/WebKit/LayoutTests/fast/css-grid-layout/' \
995 '|third_party/WebKit/LayoutTests/ietestcenter/css3/grid/' \
996 '|third_party/WebKit/LayoutTests/platform/.*/fast/css-grid-layout/' \
997 '|third_party/WebKit/LayoutTests/platform/.*/ietestcenter/css3/grid/'
998 },
999 'blink_css_flexbox': {
1000 'filepath': 'third_party/WebKit/Source/core/rendering/.*Flex' \
1001 '|third_party/WebKit/LayoutTests/fast/deprecated-flexbox/' \
1002 '|third_party/WebKit/LayoutTests/css3/flexbox/' \
1003 '|third_party/WebKit/LayoutTests/ietestcenter/css3/flexbox/'
1004 },
1005 'blink_css_fragmentation_tests': {
1006 'filepath': 'third_party/WebKit/LayoutTests/fast/multicol/' \
mstensho6471a3d2015-11-25 12:31:021007 '|third_party/WebKit/LayoutTests/fast/pagination/' \
1008 '|third_party/WebKit/LayoutTests/printing/'
timlohd035d572015-09-25 15:28:021009 },
1010 'blink_css_regions': {
1011 'filepath': 'third_party/WebKit/Source/core/rendering/.*(Region|FlowThread)' \
1012 '|third_party/WebKit/Source/core/dom/NodeRendering' \
1013 '|third_party/WebKit/Source/core/dom/.*NamedFlow' \
1014 '|third_party/WebKit/Source/core/css/.*Region' \
1015 '|third_party/WebKit/LayoutTests/compositing/regions/' \
1016 '|third_party/WebKit/LayoutTests/fast/regions/' \
1017 '|third_party/WebKit/LayoutTests/platform/chromium.*/fast/regions/'
1018 },
1019 'blink_custom_elements': {
1020 'filepath': 'third_party/WebKit/Source/core/dom/CustomElement' \
1021 '|third_party/WebKit/Source/bindings/v8/.*CustomElement',
1022 },
1023 'blink_device_light': {
1024 'filepath': 'third_party/WebKit/Source/modules/device_light/' \
1025 '|third_party/WebKit/LayoutTests/fast/dom/DeviceLight/'
1026 },
1027 'blink_device_orientation': {
1028 'filepath': 'third_party/WebKit/Source/modules/device_orientation/' \
1029 '|third_party/WebKit/LayoutTests/fast/dom/DeviceMotion/' \
1030 '|third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/' \
1031 '|third_party/WebKit/Source/core/frame/PlatformEvent(Controller|Dispatcher)' \
1032 '|third_party/WebKit/Source/core/frame/DeviceSingleWindowEventController'
1033 },
1034 'blink_devtools': {
1035 'filepath': 'third_party/WebKit/.*(inspector|DevTools|devtools)',
1036 },
1037 'blink_dom': {
1038 'filepath': 'third_party/WebKit/Source/core/dom/'
1039 },
1040 'blink_events': {
1041 'filepath': 'third_party/WebKit/Source/core/page/.*Event' \
1042 '|third_party/WebKit/Source/core/dom/.*Event' \
1043 '|third_party/WebKit/Source/core/css/.*Event' \
1044 '|third_party/WebKit/Source/platform/.*Event'
1045 },
1046 'blink_fetch': {
1047 'filepath': 'third_party/WebKit/Source/core/fetch',
1048 },
1049 'blink_heap': {
1050 'filepath': 'third_party/WebKit/Source/platform/heap' \
1051 '|third_party/WebKit/Source/wtf/Partition.*'
1052 },
1053 'blink_html': {
1054 'filepath': 'third_party/WebKit/Source/core/html/'
1055 },
1056 'blink_loader': {
1057 'filepath': 'third_party/WebKit/Source/core/loader',
1058 },
haraken04143c62016-03-31 08:48:561059 'blink_modules': {
1060 'filepath': 'third_party/WebKit/Source/modules'
1061 },
timlohd035d572015-09-25 15:28:021062 'blink_notifications': {
1063 'filepath': 'third_party/WebKit/LayoutTests/http/tests/notifications' \
1064 '|third_party/WebKit/Source/modules/notifications' \
1065 '|third_party/WebKit/public/platform/modules/notifications'
1066 },
1067 'blink_owners': {
1068 'filepath': 'third_party/WebKit/.*OWNERS',
1069 },
1070 'blink_paint': {
1071 'filepath': 'third_party/WebKit/Source/core/paint/'
1072 },
1073 'blink_permissions': {
1074 'filepath': 'third_party/WebKit/Source/modules/permissions/' \
1075 '|third_party/WebKit/public/platform/modules/permissions/',
1076 },
1077 'blink_preloadScanner': {
1078 'filepath': 'third_party/WebKit/Source/core/html/parser/HTMLPreloadScanner',
1079 },
1080 'blink_public_api': {
1081 'filepath': 'third_party/WebKit/public'
1082 },
1083 'blink_push_messaging': {
1084 'filepath': 'third_party/WebKit/LayoutTests/http/tests/push_messaging' \
1085 '|third_party/WebKit/Source/modules/push_messaging' \
1086 '|third_party/WebKit/public/platform/modules/push_messaging'
1087 },
kinuko533a1692015-12-21 08:57:251088 'blink_platform': {
1089 'filepath': 'third_party/WebKit/Source/platform'
1090 },
timlohd035d572015-09-25 15:28:021091 'blink_platform_graphics': {
1092 'filepath': 'third_party/WebKit/Source/platform/fonts' \
1093 '|third_party/WebKit/Source/platform/geometry' \
1094 '|third_party/WebKit/Source/platform/graphics'
1095 },
1096 'blink_indexed_db': {
1097 'filepath': 'third_party/WebKit/Source/modules/indexeddb/' \
1098 '|third_party/WebKit/Source/web/.*IDB' \
1099 '|third_party/WebKit/LayoutTests/storage/indexeddb' \
1100 '|third_party/WebKit/public/platform/.*IDB'
1101 },
dtapuska1f997a12016-03-14 19:22:071102 'blink_input': {
1103 'filepath': 'third_party/WebKit/Source/core/input/'
1104 },
timlohd035d572015-09-25 15:28:021105 'blink_layout': {
1106 'filepath': 'third_party/WebKit/Source/core/layout' \
1107 '|third_party/WebKit/Source/core/rendering'
1108 },
1109 'blink_layers': {
1110 'filepath': 'third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator' \
1111 '|third_party/WebKit/Source/platform/graphics/GraphicsLayer' \
1112 '|third_party/WebKit/Source/core/layout/Layer'
1113 },
1114 'blink_prerender': {
1115 'filepath': 'third_party/WebKit/.*(Prerender|loader/LinkLoader|html/HTMLLinkElement)'
1116 },
1117 'blink_client_hints': {
1118 'filepath': 'third_party/WebKit/Source/core/loader/AcceptClientHints*' \
1119 '|third_party/WebKit/Source/core/loader/FrameFetchContext*' \
1120 '|third_party/WebKit/Source/core/fetch/FetchContext*' \
1121 '|third_party/WebKit/Source/core/fetch/ImageResource*' \
1122 '|third_party/WebKit/Source/core/fetch/ResourceFetcher*'
1123 },
1124 'blink_track': {
1125 'filepath': 'third_party/WebKit/Source/core/html/track/' \
1126 '|third_party/WebKit/Source/core/loader/TextTrack' \
1127 '|third_party/WebKit/Source/core/html/HTMLMediaElement' \
1128 '|third_party/WebKit/Source/core/html/HTMLTrackElement' \
1129 '|third_party/WebKit/Source/core/html/shadow/MediaControl' \
1130 '|third_party/WebKit/Source/core/css/mediaControl' \
1131 '|third_party/WebKit/LayoutTests/media/track/'
1132 },
1133 'blink_media': {
1134 'filepath': 'third_party/WebKit/Source/core/css/mediaControls' \
1135 '|third_party/WebKit/Source/core/html/.*(Audio|Media|Video)' \
1136 '|third_party/WebKit/Source/core/html/shadow/MediaControl' \
1137 '|third_party/WebKit/Source/core/layout/LayoutMedia' \
1138 '|third_party/WebKit/Source/core/layout/LayoutTextTrackContainerElement' \
1139 '|third_party/WebKit/Source/modules/(encryptedmedia|mediasource)' \
1140 '|third_party/WebKit/Source/platform/drm/' \
1141 '|third_party/WebKit/Source/platform/graphics/media/' \
1142 '|third_party/WebKit/Source/web/.*Media' \
1143 '|third_party/WebKit/LayoutTests/media/' \
1144 '|third_party/WebKit/public/.*Media'
1145 },
1146 'blink_media_queries': {
1147 'filepath': 'third_party/WebKit/Source/core/css/CSSMediaRule' \
1148 '|third_party/WebKit/Source/core/css/MediaList' \
1149 '|third_party/WebKit/Source/core/css/MediaQuery' \
1150 '|third_party/WebKit/Source/core/css/parser/MediaQuery'
1151 },
1152 'blink_navigator_content_utils': {
1153 'filepath': 'third_party/WebKit/Source/modules/navigatorcontentutils' \
1154 '|third_party/WebKit/LayoutTests/fast/dom/navigatorcontentutils'
1155 },
1156 'blink_out_of_process_frames': {
1157 'filepath': 'third_party/WebKit/Source/core/frame/FrameOwner' \
1158 '|third_party/WebKit/Source/web/WebFrame' \
1159 '|third_party/WebKit/Source/web/WebRemoteFrameImpl'
1160 },
1161 'blink_fileapi': {
1162 'filepath': 'third_party/WebKit/Source/modules/filesystem/' \
1163 '|third_party/WebKit/Source/core/fileapi/' \
1164 '|third_party/WebKit/Source/platform/.*File' \
1165 '|third_party/WebKit/Source/web/.*File' \
1166 '|third_party/WebKit/LayoutTests/fast/file' \
1167 '|third_party/WebKit/public/.*File'
1168 },
1169 'blink_quota': {
1170 'filepath': 'third_party/WebKit/Source/modules/quota/' \
1171 '|third_party/WebKit/Source/web/.*Quota' \
1172 '|third_party/WebKit/public/.*Quota'
1173 },
mcasas09e881c2016-04-09 02:09:501174 'blink_mediacapturefromelement': {
1175 'filepath': 'third_party/WebKit/Source/modules/mediacapture/' \
1176 '|third_party/WebKit/Source/platform/exported/WebCanvasCapture' \
1177 '|third_party/WebKit/LayoutTests/fast/mediacapturefromelement/' \
1178 '|third_party/WebKit/public/platform/WebCanvasCapture'
1179 },
1180 'blink_mediarecorder': {
1181 'filepath': 'third_party/WebKit/Source/modules/mediarecorder/' \
1182 '|third_party/WebKit/Source/platform/exported/WebMediaRecorder' \
1183 '|third_party/WebKit/LayoutTests/fast/mediarecorder/' \
1184 '|third_party/WebKit/public/platform/WebMediaRecorder'
1185 },
timlohd035d572015-09-25 15:28:021186 'blink_mediastream': {
1187 'filepath': 'third_party/WebKit/Source/modules/mediastream/' \
1188 '|third_party/WebKit/Source/platform/mediastream/' \
1189 '|third_party/WebKit/Source/platform/exported/WebMediaStream' \
1190 '|third_party/WebKit/Source/platform/exported/WebRTC' \
1191 '|third_party/WebKit/LayoutTests/fast/mediastream/'
1192 },
1193 'blink_geolocation': {
1194 'filepath': 'third_party/WebKit/LayoutTests/fast/dom/Geolocation/' \
1195 '|third_party/WebKit/Source/modules/geolocation/' \
1196 '|third_party/WebKit/Source/web/.*Geolocation' \
1197 '|third_party/WebKit/public/web/.*Geolocation'
1198 },
1199 'blink_htmlparser': {
1200 'filepath': 'third_party/WebKit/Source/core/html/parser/'
1201 },
1202 'blink_screen_orientation': {
1203 'filepath': 'third_party/WebKit/Source/modules/screen_orientation/' \
1204 '|third_party/WebKit/public/platform/modules/screen_orientation',
1205 },
1206 'blink_scheduler': {
1207 'filepath': 'third_party/WebKit/Source/platform/scheduler' \
1208 '|third_party/WebKit/Source/core/html/parser/.*Scheduler'
1209 },
1210 'blink_serviceworkers' : {
1211 'filepath': 'third_party/WebKit/Source/modules/serviceworkers' \
1212 '|third_party/WebKit/LayoutTests/http/tests/serviceworker'
1213 },
1214 'blink_serviceworkers_tests' : {
1215 'filepath': 'third_party/WebKit/LayoutTests/http/tests/serviceworker'
1216 },
1217 'blink_sheriff_o_matic' : {
1218 'filepath': 'third_party/WebKit/Tools/GardeningServer'
1219 },
1220 'blink_spellcheck' : {
1221 'filepath': 'third_party/WebKit/Source/core/editing/spellcheck'
1222 },
jbromana7bdfdb2016-02-05 15:10:321223 'blink_spv2_layout_tests': {
1224 'filepath': 'third_party/WebKit/LayoutTests/virtual/spv2'
1225 },
timlohd035d572015-09-25 15:28:021226 'blink_style': {
1227 'filepath': 'third_party/WebKit/.*(style/|Style)',
1228 },
1229 'blink_svg': {
1230 'filepath': 'third_party/WebKit/Source/core/(layout/)?svg',
1231 },
timlohd035d572015-09-25 15:28:021232 'blink_vibration': {
1233 'filepath': 'third_party/WebKit/LayoutTests/vibration/' \
1234 '|third_party/WebKit/Source/modules/vibration/'
1235 },
1236 'blink_viewport_interaction': {
1237 'filepath': 'third_party/WebKit/Source/core/css/.*Viewport' \
1238 '|third_party/WebKit/Source/core/dom/ViewportArguments' \
1239 '|third_party/WebKit/Source/core/html/HTMLMetaElement' \
1240 '|third_party/WebKit/Source/core/page/FrameView' \
1241 '|third_party/WebKit/Source/core/page/scrolling'
1242 },
1243 'blink_w3ctests': {
1244 'filepath': 'third_party/WebKit/LayoutTests/imported/' \
1245 '|third_party/WebKit/Tools/Scripts/webkitpy/w3c/'
1246 },
timlohd035d572015-09-25 15:28:021247 'blink_webcomponents': {
1248 'filepath': 'third_party/WebKit/Source/core/dom/shadow/' \
1249 '|third_party/WebKit/Source/core/dom/custom/' \
1250 '|third_party/WebKit/Source/core/html/imports/' \
1251 '|third_party/WebKit/Source/bindings/v8/custom/V8CustomElementConstructorCustom' \
1252 '|third_party/WebKit/Source/bindings/v8/CustomElementHelpers'
1253 },
dpranke7d5df742016-04-06 00:27:031254 'blink_tools': {
1255 'filepath': 'third_party/WebKit/Tools/'
1256 },
timlohd035d572015-09-25 15:28:021257 'blink_webp': {
1258 'filepath': 'third_party/WebKit/Source/platform/image-decoders/webp' \
1259 '|third_party/WebKit/Source/platform/image-encoders/skia/WEBP'
1260 },
1261 'blink_websockets': {
1262 'filepath': 'third_party/WebKit/Source/modules/websockets/'
1263 },
1264 'blink_workers': {
1265 'filepath': 'third_party/WebKit/Source/core/workers',
1266 },
1267 'blink_wtf': {
1268 'filepath': 'third_party/WebKit/Source/wtf',
1269 },
1270 'blink_xmlhttprequest': {
1271 'filepath': 'third_party/WebKit/Source/core/xmlhttprequest/'
tfarinad21f9472015-10-13 18:36:011272 },
1273 'test_runner': {
1274 'filepath': 'components/test_runner/' \
1275 '|content/shell/(common|browser|renderer)/layout_test/' \
1276 '|content/test/layouttest_support.cc' \
1277 '|content/public/test/layouttest_support.h' \
tfarinad21f9472015-10-13 18:36:011278 },
[email protected]a3838612009-10-13 21:57:541279 },
[email protected]ca872e362011-07-12 21:06:031280
[email protected]a3838612009-10-13 21:57:541281 'WATCHLISTS': {
asvitkinee4bad382015-11-05 21:56:451282 'about_flags': ['[email protected]'],
mazda6471d0e2015-10-02 06:32:551283 'accelerator_table': ['[email protected]',
[email protected]f76c8852012-06-21 16:37:001284 '[email protected]'],
dmazzoni5f4b7f12015-02-17 16:35:571285 'accessibility': ['[email protected]',
1286 '[email protected]',
[email protected]f76c8852012-06-21 16:37:001287 '[email protected]',
je_julie.kima170bac2015-05-06 14:57:541288 '[email protected]',
dmazzoni5f4b7f12015-02-17 16:35:571289 '[email protected]',
[email protected]f76c8852012-06-21 16:37:001290 '[email protected]'],
[email protected]e9db77a2013-06-12 23:56:171291 'activity_log': ['[email protected]'],
johnmaguire6aaac7902016-03-15 12:28:201292 'android_crazy_linker': ['[email protected]'],
dfalcantaraef21e9e2016-01-07 01:16:261293 'android_infobars': ['[email protected]'],
yfriedman78e879d2016-01-19 15:40:061294 'android_infra': ['[email protected]',
mikecasec0ea0862015-10-24 00:14:321295 '[email protected]'],
lizebf34f69b2016-03-30 16:08:531296 'android_loading': ['[email protected]',
drogere76b5632016-03-31 14:14:411297 '[email protected]'],
mlamourid8b0feb2015-06-02 16:30:471298 'android_media': ['[email protected]',
1299 '[email protected]'],
[email protected]c9ae7a32014-03-31 22:18:591300 'android_tab': ['[email protected]', '[email protected]'],
[email protected]7ca78dc12012-09-20 09:26:441301 'android_webview': ['[email protected]'],
benwellse9e22c22015-03-26 20:26:141302 'app_list': ['[email protected]',
1303 '[email protected]',
1304 '[email protected]'],
1305 'app_shortcuts': ['[email protected]', '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001306 'appcache': ['[email protected]'],
[email protected]54bf94d2013-01-30 23:07:401307 'apps': ['[email protected]', '[email protected]'],
ben0ee290d02014-10-28 00:02:521308 'ash': ['[email protected]',
1309 '[email protected]'],
1310 'aura': ['[email protected]',
[email protected]a6349a92013-10-04 11:49:321311 '[email protected]'],
[email protected]c3a6e1e72013-08-02 00:13:071312 'aura_compositor': ['[email protected]',
1313 '[email protected]',
1314 '[email protected]',
[email protected]a6349a92013-10-04 11:49:321315 '[email protected]',
1316 '[email protected]'],
sullivan0171e3c2015-03-03 18:47:211317 'auto_bisect': ['[email protected]'],
bondd355e0f62015-08-24 23:54:421318 'autofill': ['[email protected]',
1319 '[email protected]',
jdonnelly40d55452015-08-31 19:37:031320 '[email protected]',
vabraafbd4f32015-11-10 19:30:231321 '[email protected]',
1322 '[email protected]'],
[email protected]121773a2013-06-07 22:02:331323 'automation': ['[email protected]'],
iclellandf581d48d2016-01-21 22:07:151324 'background_sync': ['[email protected]','[email protected]',
chasej6dff9292016-02-02 20:33:121325 '[email protected]',
1326 '[email protected]'],
dmikurubee40b4062014-11-04 17:47:191327 'base_allocator': ['[email protected]',
[email protected]b17d9e02014-07-29 09:45:501328 '[email protected]'],
[email protected]1ed5e0fd2012-07-19 00:19:051329 'base_memory': ['[email protected]'],
robliao1644d8b2016-04-11 15:39:591330 'base_task_scheduler': ['[email protected]',
1331 '[email protected]',
1332 '[email protected]'],
grt829c6a82014-10-20 09:29:321333 'base_win': ['[email protected]', '[email protected]'],
[email protected]7e093d4022014-06-26 19:19:551334 'battery_status': ['[email protected]'],
anandc54ad4f72016-01-08 20:43:531335 'blimp' : ['[email protected]',
1336 '[email protected]',
jessicag4b355162016-03-24 00:33:361337 '[email protected]',
nyquist0af49ad2015-09-16 19:22:351338 '[email protected]',
1339 '[email protected]',
sriramsr93d84202015-10-08 00:06:151340 '[email protected]',
1341 '[email protected]',
1342 '[email protected]'],
dpranke7d5df742016-04-06 00:27:031343 'blink_tools': ['[email protected]'],
noyauc7f9ea392014-11-26 11:24:481344 'bookmarks': ['[email protected]', '[email protected]'],
stevenjbdd133032015-08-07 18:37:471345 'browser_chromeos': ['[email protected]'],
[email protected]22650d22012-07-18 17:02:351346 'browser_components': ['[email protected]'],
[email protected]466af5e2013-08-01 19:53:441347 'browser_compositor': ['[email protected]',
[email protected]21cd39b2012-06-28 01:48:401348 '[email protected]'],
[email protected]17a2fba2013-02-07 18:46:571349 'browser_resources': ['[email protected]'],
michaelpge42ca3b32016-02-19 08:17:571350 'browser_resources_md': ['[email protected]'],
msramek878b39d92016-04-20 07:55:331351 'browsing_data': ['[email protected]',
1352 '[email protected]'],
rouslan8d6a8372015-09-10 19:10:101353 'bubble': ['[email protected]',
1354 '[email protected]',
1355 '[email protected]',
1356 '[email protected]'],
nhiroki58623d32015-04-27 07:10:111357 'cache_storage': ['[email protected]', '[email protected]'],
[email protected]c9ae7a32014-03-31 22:18:591358 'cast': ['[email protected]',
[email protected]479180d22014-03-11 09:47:341359 '[email protected]',
miua1710162015-08-27 01:38:091360 '[email protected]',
[email protected]ad8ff0e2013-12-13 09:24:121361 '[email protected]',
miua1710162015-08-27 01:38:091362 '[email protected]',
1363 '[email protected]'],
[email protected]c863702a2012-09-14 20:05:281364 'cc': ['[email protected]'],
eranmc2a9f612015-11-24 16:41:341365 'certificate_transparency': ['[email protected]', '[email protected]'],
[email protected]c73ec8ab2014-01-16 20:35:231366 'chrome_elf': ['[email protected]',],
[email protected]d5b21972012-07-20 02:06:011367 'chrome_views': ['[email protected]'],
gunsch0cd49cdb2016-03-11 00:26:411368 'chromecast': ['[email protected]',
halliwellfa56b3a42015-09-04 21:42:571369 '[email protected]'],
gfhuang2548f902016-02-26 02:29:211370 'chromecast_public': ['[email protected]'],
stgaocea5a9c2015-05-29 22:31:391371 'chromedriver': ['[email protected]'],
stevenjbdd133032015-08-07 18:37:471372 'chromeos' : ['[email protected]'],
[email protected]eda0a0b2013-04-19 20:34:351373 'chromeos_attestation' : ['[email protected]'],
[email protected]7c59a152012-11-06 20:56:351374 'chromeos_calculator' : ['[email protected]'],
hashimoto40ecb692014-09-02 04:51:311375 'chromeos_dbus': ['[email protected]'],
[email protected]2a66f5752013-11-26 04:34:021376 'chromeos_net' : ['[email protected]'],
[email protected]2315ac0c2013-02-05 00:49:161377 'chromeos_power' : ['[email protected]'],
achuithd0c0911d2015-09-02 11:25:551378 'chromeos_login' : ['[email protected]',
1379 '[email protected]'],
[email protected]e8af07b2013-02-13 19:21:251380 'clang_update': ['[email protected]',
[email protected]cf8ffa82013-02-13 08:30:071381 '[email protected]',
1382 '[email protected]',
hans5aeb7d12015-09-29 20:50:351383 '[email protected]',
[email protected]cf8ffa82013-02-13 08:30:071384 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001385 'clipboard': ['[email protected]'],
[email protected]18fd7a532014-08-20 23:09:511386 'closure': ['[email protected]',
dbeam78528be2016-02-18 07:08:491387 '[email protected]',
1388 '[email protected]'],
sdefresned94c5b02015-07-22 17:54:551389 'components_deps': ['[email protected]',
1390 '[email protected]',
1391 '[email protected]'],
[email protected]7bdda282014-03-27 16:30:591392 'content': ['[email protected]',
mkwst512627022014-09-16 09:23:271393 '[email protected]' ],
ortunob0035b242016-01-26 21:00:361394 'content_bluetooth': ['[email protected]',
1395 '[email protected]'],
kinuko01cbe8a12015-10-20 09:59:061396 'content_loader': ['[email protected]'],
mlamouri5cdcdf02014-11-27 15:58:591397 'content_renderer': [ '[email protected]',
1398 '[email protected]'],
mkwst75a31a42014-09-14 18:32:531399 'content_shell': ['[email protected]',
mlamouri5cdcdf02014-11-27 15:58:591400 '[email protected]',
peterc9e3e172015-11-02 09:29:161401 '[email protected]',
1402 '[email protected]'],
nhiroki90ba0102015-07-21 01:42:241403 'content_worker': ['[email protected]',
1404 '[email protected]'],
michaelpge42ca3b32016-02-19 08:17:571405 'cr_elements': ['[email protected]',
1406 '[email protected]',
1407 '[email protected]'],
lizebf34f69b2016-03-30 16:08:531408 'custom_tabs': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:191409 'deep_memory_profiler': ['[email protected]'],
ortunob0035b242016-01-26 21:00:361410 'device_bluetooth': ['[email protected]',
1411 '[email protected]'],
mlamouri5cdcdf02014-11-27 15:58:591412 'device_sensors': ['[email protected]',
1413 '[email protected]',
1414 '[email protected]',
1415 '[email protected]'],
scheibabdd7d32015-02-11 22:13:081416 'developer_recommended_flags': ['[email protected]'],
yurysa0fccaa2015-10-26 22:47:101417 'devtools': ['[email protected]', '[email protected]'],
[email protected]bab2a832012-07-11 23:29:411418 'disk_cache': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001419 'dns': ['[email protected]'],
benjhaydendd24d5a642015-10-05 18:19:511420 'download': ['[email protected]'],
dbeam78528be2016-02-18 07:08:491421 'downloads_ui': ['[email protected]',
1422 '[email protected]'],
[email protected]9a3781d2013-04-04 18:31:401423 'drive': ['[email protected]'],
[email protected]89d2cd52013-04-16 01:55:361424 'drive_resource_metadata': ['[email protected]'],
[email protected]3a25c8a2014-06-26 06:47:101425 'eme': ['[email protected]'],
jdduke7edf3ca42015-10-26 18:20:011426 'events': ['[email protected]'],
[email protected]f9529e7922013-06-06 05:19:411427 'extension': ['[email protected]',
1428 '[email protected]'],
apaciblec4093a92016-04-19 19:21:581429 'feedback_ui': ['[email protected]'],
[email protected]84dcfd92014-05-23 13:18:191430 'fileapi': ['[email protected]',
[email protected]6f217122013-11-25 07:21:481431 '[email protected]',
1432 '[email protected]'],
yoshiki1c0ba2782014-12-08 07:04:261433 'filebrowse': ['[email protected]'],
[email protected]4ed766c2013-09-19 09:45:201434 'filesapp': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001435 'ftp': ['[email protected]'],
johnme02d3cdb2016-02-24 18:10:191436 'gcm': ['[email protected]', '[email protected]',
1437 '[email protected]'],
mlamouri5cdcdf02014-11-27 15:58:591438 'geolocation': ['[email protected]',
1439 '[email protected]'],
[email protected]cf428f732012-10-02 20:48:151440 'gfx_geometry': ['[email protected]'],
[email protected]f93b7382012-08-09 20:53:161441 'gfx_image': ['[email protected]'],
dpranke7d5df742016-04-06 00:27:031442 'gn': ['[email protected]', '[email protected]'],
[email protected]a6159102013-11-08 23:21:521443 'gpu': ['[email protected]'],
dbeam78528be2016-02-18 07:08:491444 'history_ui': ['[email protected]',
1445 '[email protected]',
1446 '[email protected]'],
[email protected]18d7e402014-07-08 19:53:141447 'hotword': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001448 'i18n': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001449 'importer': ['[email protected]'],
[email protected]8b250562014-08-12 19:07:451450 'indexed_db': ['[email protected]',
dgrogand792a7f2016-01-21 00:12:131451 '[email protected]'],
bruthigaa8281f2016-02-09 17:52:311452 'ink_drop': ['[email protected]'],
dtapuska1f997a12016-03-14 19:22:071453 'input': ['[email protected]'],
[email protected]b17d9e02014-07-29 09:45:501454 'installer': ['[email protected]', '[email protected]'],
mmoss19826c62014-11-14 21:37:361455 'installer_linux': [ '[email protected]'],
[email protected]f2079e12013-06-05 00:26:371456 'instant': ['[email protected]', '[email protected]',
tburkard8268a8d2014-09-17 12:53:441457 '[email protected]', '[email protected]',
[email protected]b1ac652d9b2013-05-03 16:25:041458 '[email protected]', '[email protected]',
[email protected]2cefb692013-05-14 20:20:381459 '[email protected]', '[email protected]',
tburkard8268a8d2014-09-17 12:53:441460 '[email protected]', '[email protected]'],
sdefresne18b47312015-06-18 15:15:091461 'ios_chrome': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001462 'ipc': ['[email protected]', '[email protected]'],
vabraafbd4f32015-11-10 19:30:231463 'login': ['[email protected]'],
jzerna66c86c2016-02-05 22:53:021464 'libwebp': ['[email protected]', '[email protected]', '[email protected]'],
johannkoenig52381382015-09-18 22:35:251465 'libvpx': ['[email protected]', '[email protected]',
1466 '[email protected]', '[email protected]'],
[email protected]04a292a2013-03-07 19:58:421467 'linux_fonts': ['[email protected]'],
[email protected]6d7e0bf2014-07-28 22:30:401468 'linux_sandboxing': ['[email protected]'],
[email protected]04a292a2013-03-07 19:58:421469 'linux_seccomp_bpf': ['[email protected]'],
[email protected]43d33e92014-07-14 16:39:311470 'supervised_users': ['[email protected]'],
mlamourid8b0feb2015-06-02 16:30:471471 'manifest': ['[email protected]'],
dbeam7a734562015-09-15 18:23:171472 'md_settings': ['[email protected]',
michaelpg32ca07902015-02-07 00:31:111473 '[email protected]',
michaelpg32ca07902015-02-07 00:31:111474 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001475 'media': ['[email protected]'],
tommycli5dee9172015-06-18 19:36:561476 'media_galleries': ['[email protected]', '[email protected]'],
kmarshallb698ad4f2015-02-24 19:42:481477 'media_router': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001478 'message_loop': ['[email protected]'],
isherman1eee6f12014-12-09 02:14:301479 'metrics': ['[email protected]'],
[email protected]1d8899ee2014-06-10 20:58:121480 'metrics_xml_files': ['[email protected]'],
toyoshim8f51f902015-03-27 03:50:211481 'midi': ['[email protected]'],
[email protected]c3830c622013-10-10 22:00:001482 'mojo': ['[email protected]',
[email protected]62bbe812013-10-24 22:24:161483 '[email protected]',
[email protected]f47d871a2013-10-11 22:14:151484 '[email protected]',
[email protected]3bf40cb2013-10-11 19:10:491485 '[email protected]',
[email protected]0f79ff62014-04-25 23:35:531486 '[email protected]',
[email protected]84003af2014-05-02 09:37:131487 '[email protected]',
1488 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001489 'mouse_lock': ['[email protected]'],
rjkroegef60dea862015-10-29 17:50:061490 'mus': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001491 'nacl': ['[email protected]'],
[email protected]cfe80042014-04-14 22:11:541492 'native_client_sdk': ['[email protected]', '[email protected]'],
[email protected]b9ecdb62014-03-07 14:56:431493 'navigation': ['[email protected]', '[email protected]'],
[email protected]0b6c5e92013-03-08 22:42:521494 'net': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001495 'net_error_list': ['[email protected]'],
jkarlin539748402015-03-31 17:36:311496 'netinfo': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001497 'net_log': ['[email protected]', '[email protected]'],
peterc9e3e172015-11-02 09:29:161498 'notifications': ['[email protected]',
mlamouri5cdcdf02014-11-27 15:58:591499 '[email protected]'],
Evan Stade459d16662015-07-07 17:04:571500 'ntp': ['[email protected]',
[email protected]0bce107762012-11-27 11:42:541501 '[email protected]'],
mcwilliamsedee5042016-04-05 18:46:451502 'ntp_snippets': ['[email protected]',
1503 '[email protected]'],
fgorski329be5b2016-04-19 21:38:111504 'offline_pages': ['[email protected]',
1505 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001506 'omnibox': ['[email protected]'],
michaelpgf6260fbd2015-02-06 17:59:351507 'options': ['[email protected]',
1508 '[email protected]'],
chasej6dff9292016-02-02 20:33:121509 'origin_trials': ['[email protected]'],
Evan Stadeb873f1a2014-09-09 00:57:321510 'ozone': ['[email protected]', '[email protected]'],
csharrison3b1dc4062015-10-19 14:31:081511 'page_load_metrics' : ['[email protected]',
kinuko01cbe8a12015-10-20 09:59:061512 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001513 'panels': ['[email protected]', '[email protected]',
1514 '[email protected]', '[email protected]'],
mkwstb0a0ccfb2014-10-23 12:53:251515 'password_manager': ['[email protected]',
vabr57d76102015-04-16 09:48:511516 '[email protected]',
vabraafbd4f32015-11-10 19:30:231517 '[email protected]'],
bradnelson3fdc28cb2015-01-23 20:03:251518 'pepper_api': ['[email protected]',
1519 '[email protected]', '[email protected]',
raymesf5084632015-07-02 07:14:151520 '[email protected]', '[email protected]',
1521 '[email protected]', '[email protected]'],
kcarattinic1d30ef2016-01-07 05:12:301522 'permissions': ['[email protected]'],
stuartmorganf8c132922015-01-23 14:45:341523 'plugin': ['[email protected]'],
tnagelad92622a92015-10-20 10:26:301524 'policy_definitions': ['[email protected]'],
dbeam78528be2016-02-18 07:08:491525 'polymer': ['[email protected]',
1526 '[email protected]'],
twifkak0c69c1f2015-06-22 18:20:091527 'precache': ['[email protected]'],
tburkard8268a8d2014-09-17 12:53:441528 'predictors': ['[email protected]'],
[email protected]be775bc2014-06-30 15:41:141529 'prepopulated_engines': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001530 'prerender': ['[email protected]', '[email protected]',
jkarlin539748402015-03-31 17:36:311531 '[email protected]', '[email protected]'],
peterc9e3e172015-11-02 09:29:161532 'push_messaging': ['[email protected]', '[email protected]',
harknessf287a8f42016-01-25 09:58:131533 '[email protected]',
1534 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001535 'pyauto': ['[email protected]',
[email protected]4f788fd2012-10-10 21:43:381536 '[email protected]',
[email protected]f76c8852012-06-21 16:37:001537 '[email protected]'],
[email protected]c3887592014-02-06 20:02:251538 'remoting': ['[email protected]'],
rdsmith33aa2b32016-03-17 18:08:231539 'resource_scheduler': ['[email protected]'],
gab57e80c72014-12-08 21:06:131540 'rlz_id': ['[email protected]',
alito0c8029e2016-03-16 05:22:591541 '[email protected]',
1542 '[email protected]'],
grt829c6a82014-10-20 09:29:321543 'safe_browsing': ['[email protected]'],
rickyz0a819bfc2015-02-04 23:57:221544 'sandbox': ['[email protected]'],
skyostil20dea312014-11-11 13:43:061545 'scheduler': ['[email protected]'],
mlamourid8b0feb2015-06-02 16:30:471546 'screen_orientation': ['[email protected]'],
[email protected]0b431722014-01-08 07:21:511547 'service_worker': ['[email protected]',
[email protected]84dcfd92014-05-23 13:18:191548 '[email protected]',
[email protected]0b431722014-01-08 07:21:511549 '[email protected]',
[email protected]dd864bc2014-02-24 23:04:091550 '[email protected]',
[email protected]6d095a8b2014-02-28 15:26:161551 '[email protected]',
[email protected]edaf31d2014-03-07 00:09:171552 '[email protected]',
[email protected]6d095a8b2014-02-28 15:26:161553 '[email protected]'],
[email protected]b9ecdb62014-03-07 14:56:431554 'site_instance': ['[email protected]', '[email protected]',
1555 '[email protected]'],
[email protected]ad0295d2012-10-11 23:43:361556 'spellcheck': ['[email protected]',
[email protected]18d7e402014-07-08 19:53:141557 '[email protected]',
rouslan8d6a8372015-09-10 19:10:101558 '[email protected]'],
[email protected]67f39af2013-08-23 20:06:051559 'streams': ['[email protected]'],
vmpstr63a36532016-03-09 01:11:301560 'styleguide': ['[email protected]', '[email protected]'],
maxbogue65ea2632016-04-04 18:12:581561 'sync': ['[email protected]'],
[email protected]84dcfd92014-05-23 13:18:191562 'syncfs': ['[email protected]',
[email protected]6f217122013-11-25 07:21:481563 '[email protected]',
1564 '[email protected]'],
[email protected]4529a792013-06-18 19:18:491565 'sync_proto': ['[email protected]'],
[email protected]82d74152013-07-28 08:55:311566 'tab_capture': ['[email protected]'],
[email protected]4a55dec2012-08-30 18:54:351567 'tab_contents': ['[email protected]',
[email protected]f76c8852012-06-21 16:37:001568 '[email protected]', '[email protected]'],
[email protected]31ef420b2014-08-13 21:19:131569 'tab_media_indicators': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:191570 'tcmalloc': ['[email protected]'],
tonygc7f6a4c12015-01-16 18:32:261571 'telemetry': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001572 'tests': [],
penghuang7d460212015-07-21 20:25:061573 'textinput': ['[email protected]',
[email protected]6bd9e802013-04-18 06:40:421574 '[email protected]',
[email protected]ba2c923f2013-10-19 14:08:181575 '[email protected]',
yukishiino616672e2015-04-02 06:43:101576 '[email protected]'],
[email protected]6bd9e802013-04-18 06:40:421577 'textinput_chromeos': ['[email protected]',
[email protected]ba2c923f2013-10-19 14:08:181578 '[email protected]',
yukishiino616672e2015-04-02 06:43:101579 '[email protected]'],
chirantan96fcf6d2015-01-21 22:36:191580 'timers': ['[email protected]'],
[email protected]0fc48a12014-06-07 20:26:051581 'tools_emacs': ['[email protected]'],
sullivand4bfaed82015-02-13 19:43:381582 'tracing': ['[email protected]', '[email protected]'],
[email protected]cf428f732012-10-02 20:48:151583 'ui_compositor': ['[email protected]'],
[email protected]6b5093c2012-05-23 19:10:181584 'ui_resources': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001585 'valgrind': ['[email protected]',
timurrrr5335dbd2015-04-15 11:04:551586 '[email protected]'],
[email protected]c73ec8ab2014-01-16 20:35:231587 'version_assembly': ['[email protected]',
1588 '[email protected]'],
mcasas09e881c2016-04-09 02:09:501589 'video_capture': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001590 'views': ['[email protected]'],
[email protected]ef514a32014-02-26 01:02:351591 'virtual_keyboard': ['[email protected]',
1592 '[email protected]'],
tnakamuraa9bda962015-06-03 13:34:021593 'webrtc_browser_tests': ['[email protected]',
1594 '[email protected]'],
mcasas09e881c2016-04-09 02:09:501595 'webrtc_media': ['[email protected]'],
raymesf5084632015-07-02 07:14:151596 'website_settings': ['[email protected]',
msramek78c361b72015-10-20 14:09:151597 '[email protected]',
1598 '[email protected]'],
[email protected]b17d9e02014-07-29 09:45:501599 'windows_sandboxing': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001600 'x11': ['[email protected]',
1601 '[email protected]',
1602 '[email protected]'],
wjmaclean3ff6a402015-03-31 19:00:201603 'zoom': ['[email protected]'],
timlohd035d572015-09-25 15:28:021604
1605 'blink': ['[email protected]'],
1606 'blink_accessibility': ['[email protected]',
1607 '[email protected]',
1608 '[email protected]',
1609 '[email protected]'],
1610 'blink_animation': ['[email protected]',
1611 '[email protected]',
1612 '[email protected]',
1613 '[email protected]',
1614 '[email protected]'],
1615 'blink_app_banner': [ '[email protected]' ],
hongchan07217ca2016-02-12 23:38:591616 'blink_audio': ['[email protected]',
1617 '[email protected]'],
timlohd035d572015-09-25 15:28:021618 'blink_battery_status': [ '[email protected]',
1619 '[email protected]' ],
1620 'blink_bidi': [ '[email protected]' ],
1621 'blink_bindings': [ '[email protected]' ],
ortunob0035b242016-01-26 21:00:361622 'blink_bluetooth': [ '[email protected]',
1623 '[email protected]'],
timlohd035d572015-09-25 15:28:021624 'blink_canvas2d': [ '[email protected]',
1625 '[email protected]',
ajumadd78f9b2015-11-16 21:06:481626 '[email protected]',
1627 '[email protected]' ],
timlohd035d572015-09-25 15:28:021628 'blink_clipboard': [ '[email protected]', ],
1629 'blink_content_security_policy': [ '[email protected]' ],
1630 'blink_css': [ '[email protected]',
1631 '[email protected]',
1632 '[email protected]',
1633 '[email protected]',
1634 '[email protected]' ],
1635 'blink_css_grid_layout': [ '[email protected]',
1636 '[email protected]',
1637 '[email protected]' ],
1638 'blink_css_flexbox': [ '[email protected]' ],
1639 'blink_css_fragmentation_tests': [ '[email protected]' ],
1640 'blink_css_regions': [ '[email protected]' ],
1641 'blink_custom_elements': [ '[email protected]',
1642 '[email protected]' ],
1643 'blink_dom': [ '[email protected]',
1644 '[email protected]',
1645 '[email protected]',
1646 '[email protected]',
1647 '[email protected]' ],
1648 'blink_device_light': [ '[email protected]',
1649 '[email protected]' ],
1650 'blink_device_orientation': [ '[email protected]',
1651 '[email protected]',
timlohd035d572015-09-25 15:28:021652 '[email protected]' ],
1653 'blink_devtools': [ '[email protected]',
1654 '[email protected]',
1655 '[email protected]',
timlohd035d572015-09-25 15:28:021656 '[email protected]',
1657 '[email protected]',
1658 '[email protected]',
1659 '[email protected]' ],
1660 'blink_events': [ '[email protected]',
1661 '[email protected]',
dtapuska1f997a12016-03-14 19:22:071662 '[email protected]',
timlohd035d572015-09-25 15:28:021663 '[email protected]' ],
1664 'blink_fetch': [ '[email protected]',
1665 '[email protected]',
1666 '[email protected]',
kinuko01cbe8a12015-10-20 09:59:061667 '[email protected]' ],
dtapuska1f997a12016-03-14 19:22:071668 'blink_input': [ '[email protected]' ],
timlohd035d572015-09-25 15:28:021669 'blink_layers': [ '[email protected]' ],
1670 'blink_loader': [ '[email protected]',
1671 '[email protected]',
1672 '[email protected]',
kinuko01cbe8a12015-10-20 09:59:061673 '[email protected]' ],
timlohd035d572015-09-25 15:28:021674 'blink_owners': [ '[email protected]'],
kinuko533a1692015-12-21 08:57:251675 'blink_platform': [ '[email protected]' ],
timlohd035d572015-09-25 15:28:021676 'blink_platform_graphics': [ '[email protected]',
danakj7d0a4fd2016-01-07 00:54:311677 '[email protected]',
timlohd035d572015-09-25 15:28:021678 '[email protected]',
1679 '[email protected]',
1680 '[email protected]',
1681 '[email protected]',
1682 '[email protected]',
1683 '[email protected]',
1684 '[email protected]',
1685 '[email protected]',
chrishtr3b2ec152015-09-29 16:27:281686 '[email protected]',
1687 '[email protected]' ],
haraken04143c62016-03-31 08:48:561688 'blink_modules': [ '[email protected]' ],
timlohd035d572015-09-25 15:28:021689 'blink_heap': [ '[email protected]',
1690 '[email protected]',
1691 '[email protected]',
1692 '[email protected]' ],
1693 'blink_html': [ '[email protected]',
1694 '[email protected]' ],
chrishtr3b2ec152015-09-29 16:27:281695 'blink_public_api': [ '[email protected]',
1696 '[email protected]' ],
dgrogand792a7f2016-01-21 00:12:131697 'blink_indexed_db': ['[email protected]',
timlohd035d572015-09-25 15:28:021698 '[email protected]'],
1699 'blink_layout': [ '[email protected]',
1700 '[email protected]',
1701 '[email protected]',
1702 '[email protected]',
1703 '[email protected]',
1704 '[email protected]',
1705 '[email protected]' ],
1706 'blink_paint' : [ '[email protected]',
1707 '[email protected]',
1708 '[email protected]' ],
1709 'blink_permissions': [ '[email protected]' ],
1710 'blink_prerender': [ '[email protected]',
1711 '[email protected]' ],
1712 'blink_preloadScanner': [ '[email protected]' ],
1713 'blink_push_messaging': [ '[email protected]',
1714 '[email protected]',
peterc9e3e172015-11-02 09:29:161715 '[email protected]' ],
timlohd035d572015-09-25 15:28:021716 'blink_client_hints': [ '[email protected]' ],
1717 'blink_scheduler': [ '[email protected]' ],
1718 'blink_track': [ '[email protected]',
1719 '[email protected]',
1720 '[email protected]',
1721 '[email protected]',
1722 '[email protected]',
1723 '[email protected]' ],
1724 'blink_media': [ '[email protected]',
1725 '[email protected]',
1726 '[email protected]',
1727 '[email protected]' ],
1728 'blink_media_queries': [ '[email protected]',
1729 '[email protected]' ],
1730 'blink_fileapi': [ '[email protected]',
1731 '[email protected]',
1732 '[email protected]' ],
1733 'blink_quota': [ '[email protected]',
1734 '[email protected]',
1735 '[email protected]' ],
1736 'blink_viewport_interaction': [ '[email protected]' ],
1737 'blink_webcomponents': [ '[email protected]',
1738 '[email protected]' ],
mcasas09e881c2016-04-09 02:09:501739 'blink_mediacapturefromelement': [ '[email protected]',
1740 '[email protected]' ],
1741 'blink_mediarecorder': [ '[email protected]',
1742 '[email protected]' ],
1743 'blink_mediastream': [ '[email protected]',
1744 '[email protected]' ],
timlohd035d572015-09-25 15:28:021745 'blink_navigator_content_utils': [ '[email protected]' ],
peterc9e3e172015-11-02 09:29:161746 'blink_notifications': [ '[email protected]' ],
timlohd035d572015-09-25 15:28:021747 'blink_geolocation': [ '[email protected]',
1748 '[email protected]',
1749 '[email protected]' ],
1750 'blink_htmlparser': [ '[email protected]' ],
1751 'blink_vibration': [ '[email protected]',
1752 '[email protected]' ],
1753 'blink_serviceworkers': [ '[email protected]',
1754 '[email protected]',
1755 '[email protected]',
1756 '[email protected]',
1757 '[email protected]',
1758 '[email protected]',
1759 '[email protected]',
1760 '[email protected]' ],
1761 'blink_serviceworkers_tests': [ '[email protected]' ],
1762 'blink_sheriff_o_matic': [ '[email protected]',
1763 '[email protected]',
1764 '[email protected]',
1765 '[email protected]',
1766 '[email protected]',
1767 '[email protected]',
1768 '[email protected]',
1769 '[email protected]' ],
1770 'blink_spellcheck' : [ '[email protected]' ],
jbromana7bdfdb2016-02-05 15:10:321771 'blink_spv2_layout_tests': [ '[email protected]',
1772 '[email protected]' ],
timlohd035d572015-09-25 15:28:021773 'blink_style': [ '[email protected]' ],
1774 'blink_svg': [ '[email protected]',
1775 '[email protected]',
1776 '[email protected]',
1777 '[email protected]',
1778 '[email protected]',
1779 '[email protected]',
1780 '[email protected]',
1781 '[email protected]' ],
timlohd035d572015-09-25 15:28:021782 'blink_w3ctests' : [ '[email protected]' ],
1783 'blink_webp': [ '[email protected]',
1784 '[email protected]',
jzern650f3622016-04-05 04:08:531785 '[email protected]' ],
timlohd035d572015-09-25 15:28:021786 'blink_out_of_process_frames': [ '[email protected]',
1787 '[email protected]' ],
1788 'blink_screen_orientation': [ '[email protected]' ],
timlohd035d572015-09-25 15:28:021789 'blink_websockets': [ '[email protected]',
1790 '[email protected]' ],
1791 'blink_workers': [ '[email protected]',
1792 '[email protected]',
1793 '[email protected]',
1794 '[email protected]' ],
1795 'blink_wtf': [ '[email protected]',
1796 '[email protected]' ],
1797 'blink_xmlhttprequest': [ '[email protected]' ],
tfarinad21f9472015-10-13 18:36:011798 'test_runner': [ '[email protected]',
1799 '[email protected]' ],
[email protected]a3838612009-10-13 21:57:541800 },
1801}