blob: b7331e000174d076ff43cc13ee21d94c5f188e6e [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 },
dominickn8884155a2016-06-23 02:28:1632 'add_to_homescreen': {
33 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/webapps/|'\
34 'chrome/android/javatests/src/org/chromium/chrome/browser/webapps/|'\
35 'chrome/android/junit/src/org/chromium/chrome/browser/webapps/|'\
36 'chrome/android/javatests/src/org/chromium/chrome/browser/banners/|'\
37 'chrome/browser/android/shortcut_.*|'\
38 'chrome/browser/android/webapps/',
39 },
asvitkine361b276e2016-08-30 18:45:0040 'android_crash_reporting': {
41 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/crash/'
42 },
johnmaguire6aaac7902016-03-15 12:28:2043 'android_crazy_linker': {
44 'filepath': 'third_party/android_crazy_linker/'
45 },
dfalcantaraef21e9e2016-01-07 01:16:2646 'android_infobars': {
47 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/infobar/'
48 },
[email protected]d2cdf342012-08-07 11:00:0249 'android_infra': {
50 'filepath': 'build/android/' \
51 '|testing/android/' \
52 '|tools/android/'
53 },
gabadieb0d23bb92016-02-17 11:26:1654 'android_loading': {
55 'filepath': 'tools/android/loading/'
56 },
[email protected]d6af50812014-04-01 17:18:0957 'android_media': {
58 'filepath': 'content/browser/media/android' \
59 '|content/renderer/media/android' \
60 '|media/audio/android' \
61 '|media/base/android' \
62 '|media/midi/*_android.*' \
63 '|media/video/capture/android'
64 },
[email protected]3261d962014-03-04 22:18:2865 'android_tab': {
66 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/Tab'
67 },
asvitkine361b276e2016-08-30 18:45:0068 'android_uma_settings': {
69 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/preferences/privacy/UsageAndCrashReportsPreferenceFragment.java|'\
70 'chrome/android/java/src/org/chromium/chrome/browser/preferences/privacy/PrivacyPreferencesManager.java|'\
71 'chrome/android/java/src/org/chromium/chrome/browser/preferences/privacy/PrivacyPreferences.java|'\
72 'chrome/android/java/src/org/chromium/chrome/browser/preferences/privacy/CrashDumpUploadPreference.java|'\
73 'chrome/android/java/src/org/chromium/chrome/browser/metrics/UmaSessionStats.java',
74 },
[email protected]7ca78dc12012-09-20 09:26:4475 'android_webview': {
76 'filepath': 'android_webview/',
77 },
[email protected]8a197f22012-06-22 14:59:0578 'app_list': {
[email protected]311cc902013-03-15 04:45:4679 'filepath': 'chrome/browser/ui/app_list'\
80 '|chrome/browser/ui/ash/app_list'\
[email protected]311cc902013-03-15 04:45:4681 '|chrome/browser/ui/views/app_list'\
82 '|ui/app_list/'
[email protected]8a197f22012-06-22 14:59:0583 },
[email protected]e38d185a2013-07-09 08:23:5284 'app_shortcuts': {
85 'filepath': 'apps/app_shim/'\
86 '|chrome/browser/web_applications/'\
87 '|chrome/browser/ui/web_applications/'\
88 '|chrome/common/mac/'
89 },
[email protected]374a93c2009-11-05 21:45:5690 'appcache': {
[email protected]f2f0fbb92012-07-14 15:52:4991 'filepath': 'appcache/',
[email protected]374a93c2009-11-05 21:45:5692 },
[email protected]54bf94d2013-01-30 23:07:4093 'apps': {
94 'filepath': '^apps/',
95 },
lhchavez4b19176f2016-05-04 23:12:4696 'arc': {
97 'filepath': 'arc/',
98 },
99 'arc_net': {
100 'filepath': 'components/arc/net/',
101 },
ejcarusoa298ec02016-06-16 20:30:43102 'arc_power': {
103 'filepath': 'components/arc/power/',
104 },
[email protected]3ce56642013-10-17 22:12:51105 'ash': {
106 'filepath': 'ash/',
107 },
[email protected]f76c8852012-06-21 16:37:00108 'aura': {
[email protected]3ce56642013-10-17 22:12:51109 'filepath': 'ui/aura/',
[email protected]84ba35e32010-08-06 17:22:39110 },
[email protected]c3a6e1e72013-08-02 00:13:07111 'aura_compositor': {
112 'filepath':
113 'ui/compositor/' \
[email protected]6dc38f72014-01-16 22:19:58114 '|content/browser/compositor/' \
115 '|content/browser/renderer_host/compositor_resize_lock_aura' \
[email protected]c3a6e1e72013-08-02 00:13:07116 '|content/browser/renderer_host/render_widget_host_view_aura' \
117 '|content/browser/renderer_host/render_widget_host_view_browsertest' \
[email protected]a6eeeef92014-03-19 19:06:44118 '|content/browser/renderer_host/delegated' \
119 '|content/browser/renderer_host/software' \
[email protected]c3a6e1e72013-08-02 00:13:07120 '|content/common/gpu/client/' \
[email protected]c3a6e1e72013-08-02 00:13:07121 },
sullivan0171e3c2015-03-03 18:47:21122 'auto_bisect': {
123 'filepath': 'tools/run-bisect-perf-regression.py'\
124 '|tools/run-perf-test.cfg'\
125 '|tools/auto_bisect/'
126 },
[email protected]2a38f0c02013-05-29 02:27:45127 'autofill': {
[email protected]30964792013-05-29 02:41:25128 'filepath': 'chrome/browser/autofill/|'\
[email protected]d9310a82012-11-02 02:53:48129 'chrome/browser/resources/options/autofill_|'\
[email protected]d9310a82012-11-02 02:53:48130 'chrome/browser/ui/android/autofill/|'\
131 'chrome/browser/ui/autofill/|'\
[email protected]e3e4ca62013-05-17 08:50:27132 'chrome/browser/ui/cocoa/autofill/|'\
[email protected]d9310a82012-11-02 02:53:48133 'chrome/browser/ui/views/autofill/|'\
134 'chrome/browser/ui/webui/options/autofill_|'\
[email protected]d9310a82012-11-02 02:53:48135 'chrome/renderer/autofill/|'\
136 'chrome/test/data/autofill/|'\
[email protected]3947d4a82013-03-12 09:41:05137 'components/autofill/|'\
[email protected]30964792013-05-29 02:41:25138 'components/autofill/browser/webdata/|'\
vabrbeb0c562015-12-01 10:48:08139 'components/webdata/',
[email protected]b3399272010-08-10 19:49:29140 },
[email protected]f76c8852012-06-21 16:37:00141 'automation': {
[email protected]f2f0fbb92012-07-14 15:52:49142 'filepath': 'chrome/browser/automation/|chrome/test/automation/',
[email protected]b8a0f8fa2010-09-02 18:35:55143 },
dominickn8884155a2016-06-23 02:28:16144 'banners': {
145 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/banners/|'\
146 'chrome/android/javatests/src/org/chromium/chrome/browser/banners/|'\
147 'chrome/browser/android/banners/|'\
148 'chrome/browser/banners/|'\
149 'chrome/browser/ui/android/infobars/app_banner_.*|'\
150 'chrome/renderer/banners/|'\
151 'third_party/WebKit/public/platform/modules/app_banner/|'\
152 'third_party/WebKit/Source/modules/app_banner/',
153 },
jkarlin539748402015-03-31 17:36:31154 'background_sync': {
155 'filepath': 'background_sync',
156 },
[email protected]f76c8852012-06-21 16:37:00157 'base': {
[email protected]f2f0fbb92012-07-14 15:52:49158 'filepath': '^base/',
[email protected]7a7a13b2010-08-25 01:10:59159 },
[email protected]5e105332012-09-13 01:55:52160 'base_allocator': {
161 'filepath': '^base/allocator',
162 },
[email protected]1ed5e0fd2012-07-19 00:19:05163 'base_memory': {
164 'filepath': '^base/memory',
165 },
robliao1644d8b2016-04-11 15:39:59166 'base_task_scheduler': {
167 'filepath': '^base/task_scheduler',
168 },
[email protected]b17d9e02014-07-29 09:45:50169 'base_win': {
170 'filepath': '^base/win',
171 },
[email protected]7e093d4022014-06-26 19:19:55172 'battery_status': {
173 'filepath': 'content/browser/battery_status/|'\
timvolodine953fde72014-12-09 16:47:10174 'content/renderer/battery_status/|'\
175 'content/test/data/battery_status/|'\
176 'device/battery/',
[email protected]7e093d4022014-06-26 19:19:55177 },
maniscalco44c99752015-09-09 21:52:04178 'blimp': {
179 'filepath': '^blimp/',
180 },
[email protected]06798f72013-01-14 22:31:17181 'bookmarks': {
182 'filepath': 'chrome/browser/bookmarks/' \
[email protected]771ad482013-07-16 17:32:48183 '|chrome/browser/extensions/api/bookmark_manager_private/' \
184 '|chrome/browser/extensions/api/bookmarks/' \
185 '|chrome/browser/resources/bookmark_manager/' \
[email protected]cd869cde2013-01-31 15:46:35186 '|chrome/browser/ui/bookmarks/' \
187 '|chrome/browser/ui/cocoa/bookmarks/' \
[email protected]5cb8b6e12014-05-19 16:53:46188 '|chrome/browser/ui/views/bookmarks/' \
189 '|components/bookmarks'
[email protected]06798f72013-01-14 22:31:17190 },
donnd787f6ed2016-08-03 01:00:56191 'bottombar': {
192 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/',
193 },
[email protected]b17d9e02014-07-29 09:45:50194 'breakpad_app': {
sdefresne8ba0b88c2015-09-18 10:33:13195 'filepath': 'components/crash/content/app/',
[email protected]b17d9e02014-07-29 09:45:50196 },
[email protected]f76c8852012-06-21 16:37:00197 'browser': {
[email protected]f2f0fbb92012-07-14 15:52:49198 'filepath': 'chrome/browser/',
[email protected]02c44522010-10-08 17:43:25199 },
[email protected]f76c8852012-06-21 16:37:00200 'browser_chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:49201 'filepath': 'chrome/browser/chromeos/',
[email protected]02c44522010-10-08 17:43:25202 },
[email protected]22650d22012-07-18 17:02:35203 'browser_components': {
[email protected]a7228f62012-09-20 17:52:48204 'filepath': 'chrome/browser/autofill/' \
205 '|chrome/browser/bookmarks/' \
[email protected]a7228f62012-09-20 17:52:48206 '|chrome/browser/favicon/' \
[email protected]ddf288e2013-01-09 20:58:27207 '|chrome/browser/history/' \
[email protected]fccf4882013-03-15 04:46:19208 '|chrome/browser/webdata/' \
[email protected]3947d4a82013-03-12 09:41:05209 '|components/autofill/'
[email protected]22650d22012-07-18 17:02:35210 },
[email protected]f76c8852012-06-21 16:37:00211 'browser_compositor': {
[email protected]f2f0fbb92012-07-14 15:52:49212 'filepath': 'ui/compositor/'
[email protected]fbd846b2010-11-19 01:32:18213 },
[email protected]f76c8852012-06-21 16:37:00214 'browser_resources': {
[email protected]f2f0fbb92012-07-14 15:52:49215 'filepath': 'chrome/browser/resources/',
[email protected]f76c8852012-06-21 16:37:00216 },
michaelpge42ca3b32016-02-19 08:17:57217 'browser_resources_md': {
218 'filepath': 'chrome/browser/resources/md_'\
219 '|chrome/browser/resources/settings/',
220 },
[email protected]0ce480532012-07-20 12:33:20221 'browsing_data': {
222 'filepath': 'chrome/browser/browsing_data/',
223 },
[email protected]f76c8852012-06-21 16:37:00224 'bubble': {
[email protected]f2f0fbb92012-07-14 15:52:49225 'filepath': 'ui/views/bubble/|'\
rouslan8d6a8372015-09-10 19:10:10226 'chrome/browser/ui/views/bubble/|'\
227 'components/bubble/',
[email protected]f76c8852012-06-21 16:37:00228 },
jkarlin539748402015-03-31 17:36:31229 'cache_storage': {
230 'filepath': 'cache_storage',
231 },
[email protected]10fbd5952013-08-22 07:42:39232 'cast': {
[email protected]31ef420b2014-08-13 21:19:13233 'filepath': 'media/cast/'\
234 '|chrome/browser/extensions/api/cast_streaming/'\
235 '|chrome/browser/media/cast'\
236 '|chrome/renderer/media/cast'\
237 '|chrome/test/data/extensions/api_test/cast_'\
238 '|content/public/renderer/media_stream_',
[email protected]10fbd5952013-08-22 07:42:39239 },
ryanchung4d157372016-05-10 20:27:16240 'cast_certificate': {
241 'filepath': 'components/cast_certificate/'\
242 '|components/test/data/cast_certificate/',
243 },
eranmc2a9f612015-11-24 16:41:34244 'certificate_transparency': {
245 'filepath': 'components/certificate_transparency/'\
246 '|components/packed_ct_ev_whitelist/'\
247 '|net/cert/ct_'\
248 '|net/cert/multi_log_ct_verifier'\
249 '|net/cert/sct_status_flags.h'\
250 '|net/cert/signed_certificate_timestamp'\
251 '|net/cert/signed_tree_head'\
252 '|net/test/ct_',
253 },
[email protected]651d9992014-04-09 17:18:41254 'chromecast': {
255 'filepath': 'chromecast/',
256 },
gfhuang2548f902016-02-26 02:29:21257 'chromecast_public': {
258 'filepath': 'chromecast/public/',
259 },
[email protected]c863702a2012-09-14 20:05:28260 'cc': {
261 'filepath': 'cc/|'\
[email protected]4934d362012-11-22 22:04:53262 'content/common/cc_messages'
[email protected]c863702a2012-09-14 20:05:28263 },
[email protected]c73ec8ab2014-01-16 20:35:23264 'chrome_elf': {
265 'filepath': 'chrome_elf',
266 },
[email protected]d5b21972012-07-20 02:06:01267 'chrome_views': {
268 'filepath': 'chrome/browser/ui/views',
269 },
[email protected]f7bf8ba2011-02-24 22:28:46270 'chromedriver': {
samuong53d5e612014-10-10 18:56:38271 'filepath': 'chrome/test/chromedriver|'\
272 'chrome/test/data/chromedriver|'\
273 'third_party/webdriver'
[email protected]f7bf8ba2011-02-24 22:28:46274 },
[email protected]f76c8852012-06-21 16:37:00275 'chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:49276 'filepath': 'chromeos/',
[email protected]531b1532011-08-11 03:52:01277 },
[email protected]eda0a0b2013-04-19 20:34:35278 'chromeos_attestation': {
279 'filepath': 'chromeos/attestation/|'\
[email protected]64494c3f2013-08-14 22:15:59280 'chrome/browser/chromeos/attestation/|'\
281 'chrome/browser/extensions/api/enterprise_platform_keys_private/',
[email protected]eda0a0b2013-04-19 20:34:35282 },
[email protected]7c59a152012-11-06 20:56:35283 'chromeos_calculator': {
284 'filepath': 'chrome/common/extensions/docs/examples/apps/calculator/',
285 },
hashimoto40ecb692014-09-02 04:51:31286 'chromeos_dbus': {
287 'filepath': 'chromeos/dbus/',
288 },
alematec5187b1b2016-08-26 05:32:18289 'chromeos_geolocation': {
290 'filepath': 'chromeos/geolocation/',
291 },
[email protected]f76c8852012-06-21 16:37:00292 'chromeos_login': {
[email protected]f2f0fbb92012-07-14 15:52:49293 'filepath': 'chrome/browser/chromeos/login/|'\
294 'chrome/browser/ui/webui/chromeos/login/|'\
dzhioevcc7c0492014-11-25 14:52:58295 'chrome/browser/resources/chromeos/login/|'\
296 'ui/login/',
[email protected]a791dac2011-04-07 23:22:57297 },
[email protected]d7d35f342012-10-22 20:32:47298 'chromeos_net': {
299 'filepath': 'chromeos/network/|'\
stevenjbdd133032015-08-07 18:37:47300 'chrome/browser/chromeos/net/|'\
301 'chrome/browser/extensions/api/networking_private/|'\
302 'extensions/browser/api/networking_private/|'\
303 'ui/chromeos/network/',
[email protected]d7d35f342012-10-22 20:32:47304 },
[email protected]2315ac0c2013-02-05 00:49:16305 'chromeos_power': {
[email protected]c3943ad2013-07-03 13:44:56306 'filepath': 'ash/system/chromeos/power/|'\
307 'chromeos/dbus/power_.*|'\
[email protected]2315ac0c2013-02-05 00:49:16308 'chrome/browser/chromeos/power/',
309 },
alematec5187b1b2016-08-26 05:32:18310 'chromeos_timezone': {
311 'filepath': 'chromeos/timezone/',
312 },
[email protected]f76c8852012-06-21 16:37:00313 'chromeos_webui': {
[email protected]f2f0fbb92012-07-14 15:52:49314 'filepath': 'chrome/browser/ui/webui/chromeos/|'\
315 'chrome/browser/resources/chromeos/',
[email protected]ba03af42012-03-08 01:37:12316 },
[email protected]cef7a6d2011-04-29 20:49:07317 'clang_update': {
Nico Webere250e6a2015-12-02 19:31:56318 'filepath': 'tools/clang/scripts/update.py'
[email protected]cef7a6d2011-04-29 20:49:07319 },
[email protected]f76c8852012-06-21 16:37:00320 'clipboard': {
321 'filepath': 'clipboard|dnd|drag|drop',
[email protected]2418b022011-05-19 21:06:02322 },
[email protected]0387ab32014-08-05 00:13:42323 'closure': {
[email protected]18fd7a532014-08-20 23:09:51324 'filepath': 'third_party/closure_(compiler|linter)/|'
dbeam78528be2016-02-18 07:08:49325 'compiled_resources2?.gyp',
[email protected]0387ab32014-08-05 00:13:42326 },
sdefresned94c5b02015-07-22 17:54:55327 'components_deps': {
328 'filepath': 'components/([^/]*/)*DEPS',
329 },
[email protected]f76c8852012-06-21 16:37:00330 'content': {
[email protected]f2f0fbb92012-07-14 15:52:49331 'filepath': 'content/',
[email protected]f76c8852012-06-21 16:37:00332 },
scheib968e61052014-11-05 00:27:25333 'content_bluetooth': {
334 'filepath': 'content/.*bluetooth'
335 },
kinuko01cbe8a12015-10-20 09:59:06336 'content_loader': {
337 'filepath': 'content/browser/loader|'\
338 'content/child/*loader',
339 },
mkwst512627022014-09-16 09:23:27340 'content_renderer': {
341 'filepath': 'content/renderer/',
342 },
[email protected]aa3311a2012-11-19 16:04:58343 'content_shell': {
344 'filepath': 'content/shell/',
345 },
kinukoa121bce2015-01-30 10:04:41346 'content_worker': {
347 'filepath': 'content/.*worker',
348 },
donnd787f6ed2016-08-03 01:00:56349 'contextual_search': {
350 'filepath': 'chrome/browser/android/contextualsearch/|' \
351 'chrome/android/java/src/org/chromium/chrome/browser/contextualsearch/|' \
352 'chrome/android/javatests/src/org/chromium/chrome/browser/contextualsearch/|' \
353 'components/contextual_search/',
354 },
[email protected]f76c8852012-06-21 16:37:00355 'cookie_monster': {
[email protected]f2f0fbb92012-07-14 15:52:49356 'filepath': 'net/cookies/|'\
[email protected]8492b5b2012-12-17 21:58:08357 'chrome/browser/net/sqlite_persistent_cookie_store',
[email protected]f76c8852012-06-21 16:37:00358 },
wfh792b71c2016-05-04 23:33:41359 'courgette': {
360 'filepath': 'courgette/',
361 },
michaelpge42ca3b32016-02-19 08:17:57362 'cr_elements': {
363 'filepath': 'ui/webui/resources/cr_element',
364 },
ianwencdb8c9e2015-06-18 22:10:15365 'custom_tabs': {
Newton Allen38c62212015-06-24 21:41:53366 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/customtabs/|'\
ianwencdb8c9e2015-06-18 22:10:15367 'chrome/android/javatests/src/org/chromium/chrome/browser/customtabs/',
alancuttercbad6512015-06-19 02:31:28368 },
[email protected]5e105332012-09-13 01:55:52369 'deep_memory_profiler': {
370 'filepath': 'tools/(deep_memory_profiler|find_runtime_symbols)',
371 },
Bartosz Fabianowski85a823812015-04-16 10:27:51372 'device_bluetooth': {
373 'filepath': 'device/.*bluetooth'
374 },
[email protected]29ad47c2014-04-23 09:12:48375 'device_sensors': {
376 'filepath': 'content/browser/device_sensors/|'\
377 'content/common/device_sensors/|'\
378 'content/public/android/java/src/org/chromium/content/browser/DeviceSensors.java|'\
379 'content/public/android/javatests/src/org/chromium/content/browser/DeviceSensorsTest.java|'\
380 'content/renderer/device_sensors/',
[email protected]8c667232013-11-12 19:49:14381 },
scheibabdd7d32015-02-11 22:13:08382 'developer_recommended_flags': {
383 'filepath': 'developer_recommended_flags.gypi',
384 },
[email protected]342b12872012-11-07 12:10:46385 'devtools': {
386 'filepath': 'devtools',
387 },
[email protected]bab2a832012-07-11 23:29:41388 'disk_cache': {
389 'filepath': 'net/disk_cache/|http_cache',
390 },
[email protected]f76c8852012-06-21 16:37:00391 'download': {
[email protected]f2f0fbb92012-07-14 15:52:49392 'filepath': 'chrome/browser/download/|'\
[email protected]8492b5b2012-12-17 21:58:08393 'content/browser/download/',
[email protected]6bff0ad2011-06-17 01:32:51394 },
[email protected]ca872e362011-07-12 21:06:03395 'downloads_ui': {
dbeam78528be2016-02-18 07:08:49396 'filepath': 'chrome/browser/resources/(md_)?downloads/|' \
[email protected]8492b5b2012-12-17 21:58:08397 'chrome/browser/ui/webui/.*downloads|' \
398 'chrome/browser/ui/views/download/|' \
asanka2009f412015-10-05 17:28:12399 'chrome/browser/ui/cocoa/download/'
[email protected]ca872e362011-07-12 21:06:03400 },
[email protected]f6df20a2012-10-23 21:22:07401 'drive': {
[email protected]8492b5b2012-12-17 21:58:08402 'filepath': 'chrome/browser/chromeos/drive/|' \
403 'chrome/browser/google_apis/'
[email protected]f6df20a2012-10-23 21:22:07404 },
[email protected]89d2cd52013-04-16 01:55:36405 'drive_resource_metadata': {
[email protected]2c948e12013-10-17 03:08:33406 'filepath': 'chrome/browser/chromeos/drive/resource_metadata'
[email protected]89d2cd52013-04-16 01:55:36407 },
[email protected]3a25c8a2014-06-26 06:47:10408 'eme': {
409 'filepath': 'components/cdm/|' \
410 'content/browser/media/cdm/|' \
411 'content/renderer/media/crypto/|' \
412 'media/base/android/*drm*|' \
413 'media/cdm/|' \
414 'third_party/widevine/cdm/'
415 },
[email protected]247dcfb92014-04-23 18:25:59416 'events': {
417 'filepath': 'ui/events/',
418 },
[email protected]f76c8852012-06-21 16:37:00419 'extension': {
420 'filepath': 'extension',
[email protected]161277d42011-06-24 20:48:45421 },
apaciblec4093a92016-04-19 19:21:58422 'feedback_ui': {
423 'filepath': 'chrome/browser/resources/(md_)?feedback/'
424 },
[email protected]f76c8852012-06-21 16:37:00425 'fileapi': {
[email protected]8492b5b2012-12-17 21:58:08426 'filepath': 'file_system/|' \
427 'fileapi/'
[email protected]80919512011-08-03 08:51:04428 },
[email protected]f76c8852012-06-21 16:37:00429 'filebrowse': {
[email protected]8492b5b2012-12-17 21:58:08430 'filepath': 'file_browser|' \
431 'file_manager|' \
432 'filebrowse'
[email protected]4b07b62cc2011-10-03 17:52:39433 },
[email protected]4ed766c2013-09-19 09:45:20434 'filesapp': {
okab0be3dc2016-08-30 07:37:10435 'filepath': 'chrome/browser/chromeos/drive|' \
436 'chrome/browser/chromeos/extensions/file_manager|' \
437 'chrome/browser/chromeos/extensions/file_system_provider|' \
438 'chrome/browser/chromeos/file_manager|' \
439 'chrome/browser/chromeos/file_system_provider|' \
440 'chrome/browser/drive|' \
441 'chrome/test/data/extensions/api_test/file_system_provider|' \
442 'components/drive|' \
443 'google_apis/drive|' \
444 'ui/file_manager'
445 },
446 'filesapp_ui': {
[email protected]4ff3d9f2014-04-24 05:25:20447 'filepath': 'ui/file_manager'
[email protected]4ed766c2013-09-19 09:45:20448 },
[email protected]f76c8852012-06-21 16:37:00449 'ftp': {
450 'filepath': 'ftp',
[email protected]ffeb189d2011-10-05 18:49:39451 },
[email protected]3a2a6ac02014-06-20 07:07:12452 'gcm': {
453 'filepath': 'chrome/browser/services/gcm/|'\
454 'components/gcm_driver/|'\
455 'google_apis/gcm/',
456 },
[email protected]d8036492013-08-09 16:02:23457 'geolocation': {
458 'filepath': 'chrome/browser/geolocation/|'\
459 'content/browser/geolocation|'\
460 'content/public/common/geoposition.*|'\
461 'content/public/browser/geolocation.*|'\
462 'content/renderer/geolocation.*|'\
463 'content/shell/geolocation/',
464 },
[email protected]f93b7382012-08-09 20:53:16465 'gfx_image': {
466 'filepath': 'ui/gfx/image/',
467 },
[email protected]cf428f732012-10-02 20:48:15468 'gfx_geometry': {
danakj570c1332015-01-06 16:59:36469 'filepath': 'ui/gfx/geometry/',
[email protected]cf428f732012-10-02 20:48:15470 },
[email protected]4d1773e2014-04-05 07:59:57471 'gn': {
472 'filepath': 'tools/gn',
473 },
[email protected]f76c8852012-06-21 16:37:00474 'gpu': {
[email protected]f2f0fbb92012-07-14 15:52:49475 'filepath': 'gpu/',
[email protected]f76c8852012-06-21 16:37:00476 },
[email protected]f76c8852012-06-21 16:37:00477 'history_ui': {
dbeam78528be2016-02-18 07:08:49478 'filepath': 'chrome/browser/resources/(md_)?history|'\
479 'chrome/browser/ui/webui/.*history',
[email protected]f76c8852012-06-21 16:37:00480 },
[email protected]18d7e402014-07-08 19:53:14481 'hotword': {
482 'filepath': 'chrome/browser/extensions/api/hotword_private/'\
483 '|chrome/browser/resources/hotword_helper/'\
[email protected]535980d42014-08-12 14:31:28484 '|chrome/browser/resources/hotword/'\
[email protected]18d7e402014-07-08 19:53:14485 '|chrome/browser/search/hotword*'\
486 '|chrome/test/data/extensions/api_test/hotword_private/',
487 },
[email protected]f76c8852012-06-21 16:37:00488 'i18n': {
[email protected]f2f0fbb92012-07-14 15:52:49489 'filepath': 'base/i18n/|base/string|l10n|icu|'\
490 'locale_settings|encoding',
[email protected]f76c8852012-06-21 16:37:00491 },
[email protected]f76c8852012-06-21 16:37:00492 'importer': {
[email protected]f2f0fbb92012-07-14 15:52:49493 'filepath': 'import',
[email protected]f76c8852012-06-21 16:37:00494 },
[email protected]c26161352013-11-12 19:50:01495 'indexed_db': {
496 'filepath': 'content/browser/indexed_db|'\
497 'content/child/indexed_db|'\
498 'content/common/indexed_db|'\
499 'content/public/browser/indexed_db|'\
500 'content/test/data/indexeddb',
501 },
bruthigaa8281f2016-02-09 17:52:31502 'ink_drop': {
503 'filepath': 'ui/views/animation/test/.*ink_drop.*|' \
504 'ui/views/animation/.*ink_drop.*'
505 },
dtapuska1f997a12016-03-14 19:22:07506 'input': {
507 'filepath': 'content/browser/renderer_host/input|'\
508 'content/renderer/input|'\
509 'ui/events/blink/'
510 },
[email protected]f76c8852012-06-21 16:37:00511 'installer': {
[email protected]f2f0fbb92012-07-14 15:52:49512 'filepath': 'chrome/installer/',
[email protected]f76c8852012-06-21 16:37:00513 },
mmoss19826c62014-11-14 21:37:36514 'installer_linux': {
515 'filepath': 'chrome/installer/linux/',
516 },
[email protected]56b4b09d32012-07-27 18:28:41517 'instant': {
[email protected]607903d2013-03-25 22:15:47518 'filepath': 'instant|searchbox|'\
519 'chrome/browser/search/|'\
[email protected]c29b7dae2013-03-25 22:29:13520 'chrome/browser/ui/search/|'\
[email protected]eb99f8e2013-07-10 10:17:39521 'chrome/browser/resources/local_ntp/|'\
[email protected]607903d2013-03-25 22:15:47522 'chrome/common/search_types.*',
[email protected]56b4b09d32012-07-27 18:28:41523 },
sdefresne18b47312015-06-18 15:15:09524 'ios_chrome': {
525 'filepath': 'ios/chrome',
526 },
[email protected]f76c8852012-06-21 16:37:00527 'ipc': {
[email protected]f2f0fbb92012-07-14 15:52:49528 'filepath': 'ipc/ipc',
[email protected]f76c8852012-06-21 16:37:00529 },
mkwstb0d1b1d2014-09-30 11:45:36530 'ipc_messages': {
531 'filepath': '_message.*.h|'\
532 '_messages.cc',
533 },
vabraafbd4f32015-11-10 19:30:23534 'login': {
535 'filepath': 'chrome/browser/ui/login'
536 },
[email protected]a3f777d2014-01-07 23:38:26537 'libwebp': {
538 'filepath': 'third_party/libwebp'
539 },
johannkoenig52381382015-09-18 22:35:25540 'libvpx': {
johannkoenig8cdf03472016-03-02 13:54:31541 'filepath': 'third_party/libvpx'
johannkoenig52381382015-09-18 22:35:25542 },
[email protected]04a292a2013-03-07 19:58:42543 'linux_fonts': {
544 'filepath': 'ui/gfx/font_render_params_.*|'\
deratcd2d6fb2015-02-12 00:10:41545 'ui/gfx/platform_font_linux.*|'\
546 'ui/gfx/render_text_harfbuzz.*',
[email protected]04a292a2013-03-07 19:58:42547 },
548 'linux_sandboxing': {
[email protected]f2f0fbb92012-07-14 15:52:49549 'filepath': 'sandbox/linux/',
[email protected]f76c8852012-06-21 16:37:00550 },
[email protected]04a292a2013-03-07 19:58:42551 'linux_seccomp_bpf': {
[email protected]d6a23612012-11-13 20:11:54552 'filepath': 'content/common/sandbox.*linux.cc',
[email protected]f76c8852012-06-21 16:37:00553 },
mlamourid8b0feb2015-06-02 16:30:47554 'manifest': {
555 'filepath': 'content/(browser|renderer)/manifest/'\
556 '|content/public/common/manifest*',
557 },
michaelpg32ca07902015-02-07 00:31:11558 'md_settings': {
michaelpge42ca3b32016-02-19 08:17:57559 'filepath': 'chrome/browser/resources/settings/'\
michaelpg9bc66292015-09-04 22:35:19560 '|chrome/browser/ui/webui/settings/',
michaelpg32ca07902015-02-07 00:31:11561 },
[email protected]f76c8852012-06-21 16:37:00562 'media': {
[email protected]f2f0fbb92012-07-14 15:52:49563 'filepath': 'media/|third_party/(ffmpeg|openmax)/|webmediaplayer|'\
[email protected]034548d2012-07-31 20:34:00564 'audio_message_filter|video_layer|media_internals',
[email protected]f76c8852012-06-21 16:37:00565 },
[email protected]06dd23172013-06-24 21:04:51566 'media_galleries': {
567 'filepath': 'chrome/browser/extensions/api/media_galleries/'\
[email protected]06dd23172013-06-24 21:04:51568 '|chrome/browser/media_galleries/'\
569 '|chrome/browser/storage_monitor/'\
570 '|chrome/common/media_galleries/'\
571 '|chrome/test/data/extensions/api_test/media_galleries/'\
572 '|chrome/utility/itunes*'\
573 '|chrome/utility/picasa*',
574 },
alokp9e369ea72e2016-06-10 05:41:09575 'media_mojo': {
576 'filepath': 'media/mojo/*'
577 },
kmarshallb698ad4f2015-02-24 19:42:48578 'media_router': {
579 'filepath': 'chrome/browser/media/router/*' \
580 '|chrome/app/theme/*/common/media_router*' \
581 '|chrome/browser/resources/media_router/' \
582 '|chrome/browser/ui/webui/media_router/' \
583 '|chrome/test/media_router/',
584 },
[email protected]f76c8852012-06-21 16:37:00585 'message_loop': {
[email protected]f2f0fbb92012-07-14 15:52:49586 'filepath': 'base/message_'
[email protected]f76c8852012-06-21 16:37:00587 },
588 'metrics': {
[email protected]f2f0fbb92012-07-14 15:52:49589 'filepath': 'base/metrics/'\
asvitkine361b276e2016-08-30 18:45:00590 '|chrome/android/java/src/org/chromium/chrome/browser/metrics/'\
[email protected]f2f0fbb92012-07-14 15:52:49591 '|chrome/browser/metrics/'\
[email protected]f2f0fbb92012-07-14 15:52:49592 '|chrome/browser/chromeos/external_metrics'\
[email protected]b0d594d2014-02-21 03:22:12593 '|chrome/browser/extensions/api/metrics_private/'\
[email protected]f2f0fbb92012-07-14 15:52:49594 '|chrome/browser/ui/webui/metrics_handler'\
asvitkineb7e10302016-01-20 05:17:45595 '|chromecast/browser/metrics/'\
[email protected]f76c8852012-06-21 16:37:00596 '|content/browser/user_metrics.cc'\
asvitkinee4bad382015-11-05 21:56:45597 '|components/metrics/'\
asvitkineb7e10302016-01-20 05:17:45598 '|components/metrics_services_manager/'\
[email protected]ce6b855a2014-03-12 19:51:39599 '|components/rappor/'\
asvitkinee4bad382015-11-05 21:56:45600 '|components/variations/'\
[email protected]f76c8852012-06-21 16:37:00601 '|content/public/browser/user_metrics.h'\
[email protected]b0d594d2014-02-21 03:22:12602 # Exclude XML files; in particular, histograms.xml.
603 '|tools/metrics/[^.]*([.](?!xml$).*)?$',
604 },
605 'metrics_xml_files': {
606 # Subscribe to this to watch for changes to histograms.xml.
toyoshim8f51f902015-03-27 03:50:21607 'filepath': 'tools/metrics/.*\.xml$',
608 },
609 'midi': {
610 'filepath': 'midi',
[email protected]f76c8852012-06-21 16:37:00611 },
[email protected]341f218a2013-09-24 22:16:10612 'mojo': {
613 'filepath': 'mojo',
614 },
[email protected]f76c8852012-06-21 16:37:00615 'mouse_lock': {
616 'filepath': 'mouse_lock',
617 },
rjkroegef60dea862015-10-29 17:50:06618 'mus': {
ben6b0453d12016-07-02 04:27:19619 'filepath': 'services/ui/'\
rjkroegef60dea862015-10-29 17:50:06620 '|mojo/gpu/',
621 },
[email protected]f76c8852012-06-21 16:37:00622 'nacl': {
[email protected]f2f0fbb92012-07-14 15:52:49623 'filepath': 'chrome/nacl/|chrome/test/nacl/|'\
[email protected]193912d2013-09-06 17:41:56624 'chrome/browser/nacl_host/|chrome/common/nacl|'\
625 'native_client_sdk/src/doc/',
[email protected]f76c8852012-06-21 16:37:00626 },
[email protected]99ddc3d2013-01-22 16:15:33627 'native_client_sdk': {
628 'filepath': '^native_client_sdk/',
629 },
[email protected]b9ecdb62014-03-07 14:56:43630 'navigation': {
631 'filepath': 'content/browser/frame_host|'\
632 'content/browser/renderer_host/render_process_host.*|'\
633 'content/browser/renderer_host/render_view_host.*|'\
634 'content/browser/web_contents/web_contents_impl.*|'\
635 'content/renderer/render_frame.*|'\
636 'content/renderer/render_view.*'
637 },
[email protected]f76c8852012-06-21 16:37:00638 'net': {
[email protected]f2f0fbb92012-07-14 15:52:49639 'filepath': 'net/',
[email protected]f76c8852012-06-21 16:37:00640 },
641 'net_error_list': {
642 'filepath': 'net/base/net_error_list.h',
643 },
644 'net_log': {
mmenke59e4d8fb42016-06-15 21:15:28645 'filepath': 'net/log/|' \
[email protected]f2f0fbb92012-07-14 15:52:49646 'chrome/browser/net/.*net_log|' \
[email protected]f2f0fbb92012-07-14 15:52:49647 'chrome/browser/resources/net_internals/|' \
mmenke59e4d8fb42016-06-15 21:15:28648 'chrome/browser/ui/webui/net_internals/|' \
649 'components/net_log/'
[email protected]f76c8852012-06-21 16:37:00650 },
jkarlin539748402015-03-31 17:36:31651 'netinfo': {
652 'filepath': 'netinfo',
653 },
peterf4758412014-09-17 15:06:01654 'notifications': {
655 'filepath': 'chrome/browser/extensions/api/notifications/|' \
656 'chrome/browser/notifications/|' \
peter8ab156b2015-03-29 15:44:12657 'chrome/test/data/notifications/|' \
658 'content/browser/notifications/|' \
659 'content/child/notifications/|' \
660 'content/common/platform_notification|' \
661 'content/public/browser/platform_notification|' \
662 'content/public/common/platform_notification|' \
663 'content/renderer/notification_|' \
peterf4758412014-09-17 15:06:01664 'ui/message_center/'
665 },
[email protected]f76c8852012-06-21 16:37:00666 'ntp': {
[email protected]f2f0fbb92012-07-14 15:52:49667 'filepath': 'chrome/browser/resources/ntp4/|'\
[email protected]b7ecd5f2013-02-14 21:04:16668 'chrome/browser/resources/ntp_android/|'\
[email protected]f2f0fbb92012-07-14 15:52:49669 'chrome/browser/ui/webui/ntp/',
[email protected]f76c8852012-06-21 16:37:00670 },
mcwilliamsedee5042016-04-05 18:46:45671 'ntp_snippets': {
672 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk16a37f902016-05-16 15:49:36673 'chrome/android/javatests/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk14c89352016-07-21 13:45:13674 'chrome/android/junit/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk538dc0b62016-05-17 14:55:34675 'chrome/browser/android/ntp/ntp_snippets|'\
mcwilliamsedee5042016-04-05 18:46:45676 'chrome/browser/ntp_snippets/|'\
mvanouwerkerk41649732016-05-17 13:37:00677 'chrome/browser/resources/snippets_internals|'\
678 'chrome/browser/ui/webui/snippets_internals|'\
mcwilliamsedee5042016-04-05 18:46:45679 'components/ntp_snippets/|'\
680 'chrome/android/java/res/layout/new_tab_page|'\
681 'chrome/android/java/res/layout/most_visited'
682 },
treib70176c52016-07-08 14:34:19683 'ntp_tiles': {
684 'filepath': 'chrome/browser/android/ntp/|'\
685 'chrome/browser/ui/webui/ntp/|'\
686 'chrome/common/search/ntp|'\
687 'components/ntp_tiles/'
688 },
dimichdce3ee492016-04-04 04:20:52689 'offline_pages': {
690 'filepath': 'components/offline_pages/'\
fgorski329be5b2016-04-19 21:38:11691 '|chrome/browser/android/offline_pages/'\
692 '|chrome/android/java/src/org/chromium/chrome/browser/offlinepages/'
dimichdce3ee492016-04-04 04:20:52693 },
[email protected]f76c8852012-06-21 16:37:00694 'omnibox': {
[email protected]f2f0fbb92012-07-14 15:52:49695 'filepath': 'chrome/browser/autocomplete/'\
696 '|chrome/browser/ui/.*/omnibox/'
[email protected]f76c8852012-06-21 16:37:00697 },
[email protected]437c44b2012-11-08 01:35:52698 'options': {
699 'filepath': 'chrome/browser/resources/options/|'\
700 'chrome/browser/ui/webui/options/',
701 },
chasej6dff9292016-02-02 20:33:12702 'origin_trials': {
703 'filepath': 'origin_trials',
704 },
[email protected]4a2078e2013-07-18 20:40:20705 'ozone': {
[email protected]f93c2c92013-10-31 18:22:44706 'filepath': 'ui/ozone/|'\
[email protected]4b66bf922013-10-28 19:49:43707 'ui/events/ozone/|'\
708 'ui/gfx/ozone/|'\
[email protected]4a2078e2013-07-18 20:40:20709 'ui/gl/gl_.*egl.*|'\
710 'ui/gl/gl_.*ozone.*'
711 },
csharrison3b1dc4062015-10-19 14:31:08712 'page_load_metrics' : {
bmcquade9f433702016-07-26 23:33:50713 'filepath': 'chrome/browser/page_load_metrics/'\
714 '|chrome/common/page_load_metrics/'\
715 '|chrome/renderer/page_load_metrics/'
csharrison3b1dc4062015-10-19 14:31:08716 },
[email protected]f76c8852012-06-21 16:37:00717 'panels': {
[email protected]7cbe5a52012-09-27 02:00:29718 'filepath': 'chrome/browser/ui/panels'\
719 '|chrome/browser/ui/cocoa/panels'\
[email protected]7cbe5a52012-09-27 02:00:29720 '|chrome/browser/ui/views/panels'
[email protected]f76c8852012-06-21 16:37:00721 },
[email protected]3cc8b3922014-05-05 13:12:08722 'password_manager': {
723 'filepath': 'chrome/.*/password_'\
724 '|chrome/browser/ui/passwords'\
725 '|chrome/browser/ui/views/passwords'\
726 '|chrome/test/data/password'\
727 '|components/autofill.*password'
728 '|components/password_'\
vabrccdb7222016-06-01 14:59:40729 '|^ios/chrome/browser/passwords'\
[email protected]3cc8b3922014-05-05 13:12:08730 },
[email protected]f76c8852012-06-21 16:37:00731 'pepper_api': {
[email protected]b8491b02013-11-13 03:50:58732 'filepath': 'ppapi/api'\
733 '|ppapi/c',
[email protected]f76c8852012-06-21 16:37:00734 },
mlamourid8b0feb2015-06-02 16:30:47735 'permissions': {
736 'filepath': 'content/(child,browser)/permissions/'\
737 '|content/common/permission_*'\
738 '|content/public/(common,browser)/permission_*'\
739 '|chrome/browser/permissions/'\
740 '|chrome/browser/content_settings/permission*'\
741 '|permission_context',
742 },
[email protected]f76c8852012-06-21 16:37:00743 'plugin': {
[email protected]f2f0fbb92012-07-14 15:52:49744 'filepath': 'chrome/browser/plugin|chrome/plugin/|'\
Thiago Farinae067154bb2015-05-07 15:37:59745 'chrome/common/plugin',
[email protected]f76c8852012-06-21 16:37:00746 },
tnagelad92622a92015-10-20 10:26:30747 'policy_definitions': {
748 'filepath': 'components/policy/resources/policy_templates.json',
749 },
michaelpg11fff3f2015-02-06 03:35:34750 'polymer': {
751 'filepath': 'third_party/polymer/|'\
dbeam78528be2016-02-18 07:08:49752 'tools/polymer|'\
michaelpg11fff3f2015-02-06 03:35:34753 'ui/webui/resources/polymer_resources.grdp',
754 },
twifkak0c69c1f2015-06-22 18:20:09755 'precache': {
756 'filepath': '[pP]recache'
757 },
[email protected]ef6cc442012-10-30 03:24:17758 'predictors': {
759 'filepath': 'predictors',
760 },
[email protected]be775bc2014-06-30 15:41:14761 'prepopulated_engines': {
762 'filepath': 'components/search_engines/prepopulated_engines.json',
763 },
[email protected]f76c8852012-06-21 16:37:00764 'prerender': {
[email protected]78375a52012-07-14 14:47:57765 'filepath': 'prerender'
[email protected]f76c8852012-06-21 16:37:00766 },
peter884896c72015-03-12 14:26:20767 'push_messaging': {
768 'filepath': 'push_messaging'
769 },
[email protected]f76c8852012-06-21 16:37:00770 'pyauto': {
771 'filepath': 'chrome/test/pyautolib' \
772 '|chrome/test/functional' \
773 '|chrome/browser/automation/automation_provider_json'
774 },
775 'remoting': {
anandce1c55372015-03-04 01:23:10776 'filepath': 'remoting/' \
777 '|testing/chromoting'
[email protected]f76c8852012-06-21 16:37:00778 },
gab57e80c72014-12-08 21:06:13779 'rlz_id': {
780 'filepath' :'rlz/lib/machine_id.cc|'\
781 'rlz/lib/machine_id.h|'\
782 'rlz/win/lib/machine_id_win.cc',
783 },
grt829c6a82014-10-20 09:29:32784 'safe_browsing': {
785 'filepath': 'chrome/(browser|common|renderer)/safe_browsing/',
786 },
rickyz0a819bfc2015-02-04 23:57:22787 'sandbox': {
788 'filepath': 'sandbox/'\
789 '|content/browser/bootstrap_sandbox_mac'\
790 '|content/browser/renderer_host/render_sandbox_host_linux'\
791 '|content/browser/renderer_host/sandbox_ipc_linux'\
792 '|content/browser/zygote_host/'\
793 '|content/common/sandbox_'\
794 '|content/zygote/'\
795 },
skyostil20dea312014-11-11 13:43:06796 'scheduler': {
rmcilroyfa5ac552015-04-09 12:33:17797 'filepath': 'cc/scheduler'\
jochen83c639f02015-04-22 17:07:37798 '|components/scheduler'\
rmcilroyfa5ac552015-04-09 12:33:17799 '|content/renderer/scheduler'
skyostil20dea312014-11-11 13:43:06800 },
mlamourid8b0feb2015-06-02 16:30:47801 'screen_orientation': {
802 'filepath': 'screen_orientation',
803 },
[email protected]21cd39b2012-06-28 01:48:40804 'search': {
[email protected]f2f0fbb92012-07-14 15:52:49805 'filepath': 'chrome/browser/ui/search/',
[email protected]21cd39b2012-06-28 01:48:40806 },
[email protected]0b431722014-01-08 07:21:51807 'service_worker': {
[email protected]edaf31d2014-03-07 00:09:17808 'filepath': 'content/(browser|renderer|child|common)/service_worker/',
[email protected]0b431722014-01-08 07:21:51809 },
dominickn8884155a2016-06-23 02:28:16810 'site_engagement': {
811 'filepath': 'chrome/browser/engagement/|'\
812 'chrome/browser/ui/webui/engagement/',
813 },
[email protected]f76c8852012-06-21 16:37:00814 'site_instance': {
[email protected]f2f0fbb92012-07-14 15:52:49815 'filepath': 'content/browser/site_instance|'\
816 'content/browser/browsing_instance',
[email protected]f76c8852012-06-21 16:37:00817 },
818 'speech': {
[email protected]f2f0fbb92012-07-14 15:52:49819 'filepath': 'chrome/browser/speech/'\
820 '|content/browser/speech/'\
821 '|content/common/.*speech'\
822 '|content/public/.*speech'
[email protected]f76c8852012-06-21 16:37:00823 },
[email protected]ad0295d2012-10-11 23:43:36824 'spellcheck': {
825 'filepath': 'chrome/browser/spellchecker/'\
826 '|chrome/browser/tab_contents/spellchecker'\
827 '|chrome/browser/tab_contents/spelling_menu'\
828 '|chrome/common/spellcheck_'\
829 '|chrome/renderer/spellchecker/'\
[email protected]97e677a62013-01-11 19:18:35830 '|third_party/hunspell/'\
831 '|third_party/hunspell_dictionaries/'\
[email protected]ad0295d2012-10-11 23:43:36832 },
[email protected]67f39af2013-08-23 20:06:05833 'streams': {
834 'filepath': 'content/browser/streams/',
835 },
vmpstrcc1c08302015-11-18 06:05:51836 'styleguide': {
837 'filepath': '^styleguide/',
838 },
[email protected]43d33e92014-07-14 16:39:31839 'supervised_users': {
840 'filepath': 'chrome/browser/.*managed_mode'\
841 '|chrome/browser/.*managed_user'\
842 '|chrome/browser/.*supervised_user',
843 },
[email protected]f76c8852012-06-21 16:37:00844 'sync': {
maxboguefa217942016-04-01 01:08:13845 'filepath': '^chrome/android/sync_shell/'\
846 '|^chrome/browser/ui/sync/'\
847 '|^chrome/browser/ui/views/sync/'\
848 '|^chrome/test/android/javatests/src/org/chromium/chrome/test/util/browser/sync/'\
849 '|^ios/chrome/browser/sync/'\
850 '|^chrome/android/java/src/org/chromium/chrome/browser/sync/'\
851 '|^chrome/browser/sync/'\
852 '|^components/browser_sync/'\
Max Boguefef332d2016-07-28 22:09:09853 '|^components/sync/'\
maxboguefa217942016-04-01 01:08:13854 '|^components/sync_bookmarks/'\
Max Boguefef332d2016-07-28 22:09:09855 '|^components/sync_sessions/',
[email protected]f76c8852012-06-21 16:37:00856 },
[email protected]92871a102013-07-01 11:11:41857 'syncfs': {
858 'filepath': 'sync_file_system',
859 },
[email protected]82d74152013-07-28 08:55:31860 'tab_capture': {
[email protected]31ef420b2014-08-13 21:19:13861 'filepath': 'cc/output/copy_output_request'\
862 '|chrome/browser/extensions/api/tab_capture/'\
863 '|chrome/test/data/extensions/api_test/tab_capture/'\
864 '|content/browser/compositor/delegated_frame_host'\
865 '|content/browser/media/capture/'\
866 '|content/browser/renderer_host/compositing_iosurface'\
867 '|content/browser/renderer_host/media/(audio_'\
868 '|media_stream_manager|video_)'\
869 '|media/audio/(audio_output_controller|fake_audio_|virtual_audio_)'\
870 '|media/base/video_frame\.h'\
871 '|media/video/capture/video_capture_',
[email protected]82d74152013-07-28 08:55:31872 },
[email protected]f76c8852012-06-21 16:37:00873 'tab_contents': {
[email protected]f2f0fbb92012-07-14 15:52:49874 'filepath': 'chrome/browser/tab_contents/|'\
875 'content/browser/tab_contents/|'\
876 'chrome/browser/ui/tab_contents/',
[email protected]f76c8852012-06-21 16:37:00877 },
[email protected]31ef420b2014-08-13 21:19:13878 'tab_media_indicators': {
879 'filepath': 'chrome/browser/media/audio_stream_monitor'\
880 '|chrome/browser/ui/cocoa/tabs/tab_controller\.mm'\
881 '|chrome/browser/ui/tabs/tab_utils'\
882 '|chrome/browser/ui/views/tabs/tab\.cc'\
883 '|chrome/browser/ui/views/tabs/tab_renderer_data'\
884 '|media/audio/audio_(output_controller|power_monitor)',
885 },
[email protected]f76c8852012-06-21 16:37:00886 'task_manager': {
887 'filepath': 'task_manager'
888 },
[email protected]5e105332012-09-13 01:55:52889 'tcmalloc': {
890 'filepath': 'third_party/tcmalloc'
891 },
[email protected]31a10602012-11-21 01:51:26892 'telemetry': {
nednguyen79105d422016-04-18 01:38:42893 'filepath': 'tools/perf/'
[email protected]31a10602012-11-21 01:51:26894 },
[email protected]f76c8852012-06-21 16:37:00895 'tests': {
[email protected]f2f0fbb92012-07-14 15:52:49896 'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/',
[email protected]0cde05a02011-11-30 23:36:52897 },
[email protected]1cbbb30b2011-10-14 08:03:56898 'textinput': {
[email protected]f2f0fbb92012-07-14 15:52:49899 'filepath': 'content/browser/renderer_host/gtk_im'\
900 '|content/browser/renderer_host/gtk_key'\
901 '|content/browser/renderer_host/render_widget_host_view'\
902 '|content/browser/renderer_host/text_input'\
903 '|ui/base/ime/'\
904 '|ui/base/gtk/event'\
905 '|ui/base/gtk/gtk_im'\
906 '|ui/base/keycodes/'\
907 '|ui/base/win/ime'\
908 '|ui/views/controls/textfield/'\
909 '|ui/views/ime/'
[email protected]1cbbb30b2011-10-14 08:03:56910 },
[email protected]3a117c62011-11-29 04:28:02911 'textinput_chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:49912 'filepath': 'chrome/browser/chromeos/input_method/'\
913 '|chrome/browser/chromeos/extensions/input_method'\
914 '|chrome/browser/chromeos/status/input_method'\
915 '|chrome/browser/extensions/extension_input_'\
916 '|chrome/browser/resources/keyboard'\
917 '|chrome/browser/resources/options/language'\
[email protected]ef03eae2011-11-30 08:43:43918 '|chrome/browser/ui/webui/options/'\
[email protected]f2f0fbb92012-07-14 15:52:49919 'chromeos/.*(language|keyboard)'\
[email protected]6bd9e802013-04-18 06:40:42920 '|chrome/browser/ui/webui/options/language'\
921 '|chromeos/ime/*'
[email protected]3a117c62011-11-29 04:28:02922 },
chirantan96fcf6d2015-01-21 22:36:19923 'timers': {
924 'filepath': 'base/timer/'\
925 '|components/timers/'
926 },
[email protected]f76c8852012-06-21 16:37:00927 'tools': {
[email protected]f2f0fbb92012-07-14 15:52:49928 'filepath': 'tools/',
[email protected]6bea7b42011-10-19 19:47:09929 },
[email protected]f76c8852012-06-21 16:37:00930 'tools_emacs': {
[email protected]f2f0fbb92012-07-14 15:52:49931 'filepath': 'tools/emacs/',
[email protected]65676d32012-04-18 14:41:05932 },
[email protected]c8eb7f72013-07-04 15:30:11933 'tracing': {
934 'filepath': 'base/debug/trace_event.*'\
primianobef13b42015-01-30 15:29:31935 '|base/trace_event/'\
[email protected]c8eb7f72013-07-04 15:30:11936 '|content/browser/tracing/'\
937 '|components/tracing/'
938 },
[email protected]cf428f732012-10-02 20:48:15939 'ui_compositor': {
940 'filepath': 'ui/compositor/layer\.|'\
941 'ui/compositor/layer_unittest|'\
942 'ui/compositor/compositor',
943 },
robliao2c4b7492016-07-19 01:57:26944 'ui_display_win': {
945 'filepath': '^ui/display/win',
946 },
[email protected]6b5093c2012-05-23 19:10:18947 'ui_resources': {
[email protected]f2f0fbb92012-07-14 15:52:49948 'filepath': 'ui/resources/'\
949 '|ui/base/native_theme/resources/'\
950 '|chrome/app/theme/'
[email protected]6b5093c2012-05-23 19:10:18951 },
[email protected]f76c8852012-06-21 16:37:00952 'valgrind': {
953 'filepath': 'valgrind',
954 },
[email protected]c73ec8ab2014-01-16 20:35:23955 'version_assembly': {
956 'filepath': 'chrome/app/version_assembly',
957 },
posciak62a72272016-05-11 08:31:24958 'video': {
959 'filepath': 'content/browser/renderer_host/media/|'\
960 'content/renderer/media/|'\
961 'media/capture/video/|'\
962 'media/filters/|'\
963 'media/gpu/|'\
964 '.*video.*',
965 },
mcasas09e881c2016-04-09 02:09:50966 'video_capture': {
967 'filepath': 'chrome/browser/media/.*(capture|media|webrtc)'\
968 '|content/browser/renderer_host/media/.*(capture|media)'\
969 '|content/renderer/media/.*(capture|media|webrtc)'\
970 '|media/capture/'\
971 '|media/muxers/',
972 },
[email protected]f76c8852012-06-21 16:37:00973 'views': {
974 # Applies to all files and subdirs within this directory.
[email protected]f2f0fbb92012-07-14 15:52:49975 'filepath': '^ui/views/',
[email protected]f76c8852012-06-21 16:37:00976 },
[email protected]f47d871a2013-10-11 22:14:15977 'views_corewm': {
978 'filepath': 'ui/views/corewm/',
[email protected]3fc918142013-10-12 01:42:17979 },
[email protected]ef514a32014-02-26 01:02:35980 'virtual_keyboard': {
981 'filepath': 'ui/keyboard/'\
982 'chrome/test/data/chromeos/virtual_keyboard/'\
983 'chrome/common/extensions/api/virtual_keyboard',
984 },
mcasas09e881c2016-04-09 02:09:50985 'webrtc_browser_tests': {
986 'filepath': 'chrome/browser/media/.*webrtc.*browsertest|'\
987 'content/browser/media/.*webrtc.*browsertest',
988 },
[email protected]208879542012-07-05 11:15:34989 'website_settings': {
[email protected]f2f0fbb92012-07-14 15:52:49990 'filepath': 'chrome/browser/content_settings/'\
991 '|chrome/browser/ui/views/website_settings/'\
992 '|chrome/browser/ui/website_settings/'\
mukai077089f2014-09-11 18:41:52993 '|chrome/common/content_settings'\
994 '|components/content_settings/',
[email protected]208879542012-07-05 11:15:34995 },
[email protected]b17d9e02014-07-29 09:45:50996 'windows_sandboxing': {
997 'filepath': 'sandbox/win/',
998 },
[email protected]f76c8852012-06-21 16:37:00999 'x11': {
[email protected]f2f0fbb92012-07-14 15:52:491000 'filepath': 'content/browser/renderer_host/backing_store_x\.' \
1001 '|chrome/browser/chromeos/input_method/xkeyboard\.' \
1002 '|chrome/browser/chromeos/system_key_event_listener\.' \
[email protected]f76c8852012-06-21 16:37:001003 '|chrome/browser/chromeos/'\
[email protected]f2f0fbb92012-07-14 15:52:491004 'xinput_hierarchy_changed_event_listener\.' \
1005 '|chrome/browser/chromeos/wm_' \
1006 '|ui/base/x/'
[email protected]0d710852012-05-24 01:18:401007 },
wjmaclean3ff6a402015-03-31 19:00:201008 'zoom': {
1009 'filepath': 'chrome/browser/ui/zoom/' \
1010 '|components/ui/zoom/' \
1011 '|content/browser/host_zoom_*' \
1012 '|content/browser/storage_partition_impl*' \
1013 '|content/public/browser/host_zoom_map.h' \
1014 '|content/public/browser/storage_partition.h'
1015 },
timlohd035d572015-09-25 15:28:021016
1017 'blink': {
1018 'filepath': 'third_party/WebKit/',
1019 },
1020 'blink_accessibility': {
1021 'filepath': 'third_party/WebKit/.*(accessibility|AXObjectCache|WebAX)'
1022 },
1023 'blink_animation': {
1024 'filepath': 'third_party/WebKit/.*([Aa]nimat|[Tt]ransition)',
1025 },
1026 'blink_app_banner': {
1027 'filepath': 'third_party/WebKit/Source/modules/app_banner' \
1028 '|third_party/WebKit/public/platform/modules/app_banner',
1029 },
1030 'blink_audio': {
1031 'filepath': 'third_party/WebKit/Source/platform/audio' \
1032 '|third_party/WebKit/Source/modules/webaudio',
1033 },
1034 'blink_battery_status': {
1035 'filepath': 'third_party/WebKit/Source/modules/battery/' \
1036 '|third_party/WebKit/LayoutTests/battery-status/' \
1037 '|third_party/WebKit/Source/core/frame/PlatformEvent(Controller|Dispatcher)'
1038 },
1039 'blink_bidi': {
1040 'filepath': 'third_party/WebKit/Source/platform/text/.*Bidi' \
1041 '|third_party/WebKit/Source/core/rendering/.*Bidi',
1042 },
1043 'blink_bindings': {
1044 'filepath': 'third_party/WebKit/Source/bindings',
1045 },
jbroman9ac2d532016-09-01 18:20:081046 'blink_bindings_serialization': {
1047 'filepath': 'third_party/WebKit/Source/bindings/(core|modules)/v8/.*[Ss]erializ',
1048 },
timlohd035d572015-09-25 15:28:021049 'blink_bluetooth': {
1050 'filepath': 'third_party/WebKit/.*[Bb]luetooth'
1051 },
1052 'blink_canvas2d': {
1053 'filepath': 'third_party/WebKit/Source/core/html/canvas' \
1054 '|third_party/WebKit/Source/core/html/HTMLCanvasElement' \
1055 '|third_party/WebKit/Source/modules/canvas2d' \
1056 '|third_party/WebKit/Source/platform/graphics/Canvas2D',
1057 },
1058 'blink_clipboard': {
1059 'filepath': 'third_party/WebKit/Source/core/clipboard' \
1060 '|third_party/WebKit/Source/core/page/.*Drag' \
1061 '|third_party/WebKit/Source/platform/.*Drag' \
1062 '|third_party/WebKit/Source/platform/clipboard' \
1063 '|third_party/WebKit/Source/web/.*Drag' \
1064 '|third_party/WebKit/public/platform/.*Drag' \
1065 '|third_party/WebKit/public/web/.*Drag',
1066 },
1067 'blink_content_security_policy': {
1068 'filepath': 'third_party/WebKit/Source/core/frame/csp' \
1069 '|third_party/WebKit/Source/core/events/SecurityPolicyViolationEvent' \
1070 '|third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy'
1071 },
1072 'blink_css': {
1073 'filepath': 'third_party/WebKit/Source/core/css',
1074 },
1075 'blink_css_grid_layout': {
1076 'filepath': 'third_party/WebKit/Source/core/layout/.*Grid' \
1077 '|third_party/WebKit/Source/core/paint/.*Grid' \
1078 '|third_party/WebKit/Source/core/css/.*Grid' \
1079 '|third_party/WebKit/LayoutTests/fast/css-grid-layout/' \
1080 '|third_party/WebKit/LayoutTests/ietestcenter/css3/grid/' \
1081 '|third_party/WebKit/LayoutTests/platform/.*/fast/css-grid-layout/' \
1082 '|third_party/WebKit/LayoutTests/platform/.*/ietestcenter/css3/grid/'
1083 },
1084 'blink_css_flexbox': {
1085 'filepath': 'third_party/WebKit/Source/core/rendering/.*Flex' \
1086 '|third_party/WebKit/LayoutTests/fast/deprecated-flexbox/' \
1087 '|third_party/WebKit/LayoutTests/css3/flexbox/' \
1088 '|third_party/WebKit/LayoutTests/ietestcenter/css3/flexbox/'
1089 },
1090 'blink_css_fragmentation_tests': {
1091 'filepath': 'third_party/WebKit/LayoutTests/fast/multicol/' \
mstensho6471a3d2015-11-25 12:31:021092 '|third_party/WebKit/LayoutTests/fast/pagination/' \
1093 '|third_party/WebKit/LayoutTests/printing/'
timlohd035d572015-09-25 15:28:021094 },
1095 'blink_css_regions': {
1096 'filepath': 'third_party/WebKit/Source/core/rendering/.*(Region|FlowThread)' \
1097 '|third_party/WebKit/Source/core/dom/NodeRendering' \
1098 '|third_party/WebKit/Source/core/dom/.*NamedFlow' \
1099 '|third_party/WebKit/Source/core/css/.*Region' \
1100 '|third_party/WebKit/LayoutTests/compositing/regions/' \
1101 '|third_party/WebKit/LayoutTests/fast/regions/' \
1102 '|third_party/WebKit/LayoutTests/platform/chromium.*/fast/regions/'
1103 },
1104 'blink_custom_elements': {
dominicc05d120d2016-05-16 01:13:401105 'filepath': 'third_party/WebKit/Source/core/dom/custom/' \
timlohd035d572015-09-25 15:28:021106 '|third_party/WebKit/Source/bindings/v8/.*CustomElement',
1107 },
1108 'blink_device_light': {
1109 'filepath': 'third_party/WebKit/Source/modules/device_light/' \
1110 '|third_party/WebKit/LayoutTests/fast/dom/DeviceLight/'
1111 },
1112 'blink_device_orientation': {
1113 'filepath': 'third_party/WebKit/Source/modules/device_orientation/' \
1114 '|third_party/WebKit/LayoutTests/fast/dom/DeviceMotion/' \
1115 '|third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/' \
1116 '|third_party/WebKit/Source/core/frame/PlatformEvent(Controller|Dispatcher)' \
1117 '|third_party/WebKit/Source/core/frame/DeviceSingleWindowEventController'
1118 },
1119 'blink_devtools': {
1120 'filepath': 'third_party/WebKit/.*(inspector|DevTools|devtools)',
1121 },
1122 'blink_dom': {
1123 'filepath': 'third_party/WebKit/Source/core/dom/'
1124 },
1125 'blink_events': {
1126 'filepath': 'third_party/WebKit/Source/core/page/.*Event' \
1127 '|third_party/WebKit/Source/core/dom/.*Event' \
1128 '|third_party/WebKit/Source/core/css/.*Event' \
1129 '|third_party/WebKit/Source/platform/.*Event'
1130 },
1131 'blink_fetch': {
1132 'filepath': 'third_party/WebKit/Source/core/fetch',
1133 },
1134 'blink_heap': {
1135 'filepath': 'third_party/WebKit/Source/platform/heap' \
1136 '|third_party/WebKit/Source/wtf/Partition.*'
1137 },
1138 'blink_html': {
1139 'filepath': 'third_party/WebKit/Source/core/html/'
1140 },
1141 'blink_loader': {
1142 'filepath': 'third_party/WebKit/Source/core/loader',
1143 },
haraken04143c62016-03-31 08:48:561144 'blink_modules': {
1145 'filepath': 'third_party/WebKit/Source/modules'
1146 },
timlohd035d572015-09-25 15:28:021147 'blink_notifications': {
1148 'filepath': 'third_party/WebKit/LayoutTests/http/tests/notifications' \
1149 '|third_party/WebKit/Source/modules/notifications' \
1150 '|third_party/WebKit/public/platform/modules/notifications'
1151 },
1152 'blink_owners': {
1153 'filepath': 'third_party/WebKit/.*OWNERS',
1154 },
1155 'blink_paint': {
1156 'filepath': 'third_party/WebKit/Source/core/paint/'
1157 },
1158 'blink_permissions': {
1159 'filepath': 'third_party/WebKit/Source/modules/permissions/' \
1160 '|third_party/WebKit/public/platform/modules/permissions/',
1161 },
1162 'blink_preloadScanner': {
1163 'filepath': 'third_party/WebKit/Source/core/html/parser/HTMLPreloadScanner',
1164 },
1165 'blink_public_api': {
1166 'filepath': 'third_party/WebKit/public'
1167 },
1168 'blink_push_messaging': {
1169 'filepath': 'third_party/WebKit/LayoutTests/http/tests/push_messaging' \
1170 '|third_party/WebKit/Source/modules/push_messaging' \
1171 '|third_party/WebKit/public/platform/modules/push_messaging'
1172 },
kinuko533a1692015-12-21 08:57:251173 'blink_platform': {
1174 'filepath': 'third_party/WebKit/Source/platform'
1175 },
timlohd035d572015-09-25 15:28:021176 'blink_platform_graphics': {
1177 'filepath': 'third_party/WebKit/Source/platform/fonts' \
1178 '|third_party/WebKit/Source/platform/geometry' \
1179 '|third_party/WebKit/Source/platform/graphics'
1180 },
1181 'blink_indexed_db': {
1182 'filepath': 'third_party/WebKit/Source/modules/indexeddb/' \
1183 '|third_party/WebKit/Source/web/.*IDB' \
1184 '|third_party/WebKit/LayoutTests/storage/indexeddb' \
1185 '|third_party/WebKit/public/platform/.*IDB'
1186 },
dtapuska1f997a12016-03-14 19:22:071187 'blink_input': {
1188 'filepath': 'third_party/WebKit/Source/core/input/'
1189 },
timlohd035d572015-09-25 15:28:021190 'blink_layout': {
1191 'filepath': 'third_party/WebKit/Source/core/layout' \
1192 '|third_party/WebKit/Source/core/rendering'
1193 },
ojan21576e22016-08-17 21:43:461194 'blink_layout_ng': {
1195 'filepath': 'third_party/WebKit/Source/core/layout/ng',
1196 },
timlohd035d572015-09-25 15:28:021197 'blink_layers': {
1198 'filepath': 'third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator' \
1199 '|third_party/WebKit/Source/platform/graphics/GraphicsLayer' \
1200 '|third_party/WebKit/Source/core/layout/Layer'
1201 },
1202 'blink_prerender': {
1203 'filepath': 'third_party/WebKit/.*(Prerender|loader/LinkLoader|html/HTMLLinkElement)'
1204 },
1205 'blink_client_hints': {
1206 'filepath': 'third_party/WebKit/Source/core/loader/AcceptClientHints*' \
1207 '|third_party/WebKit/Source/core/loader/FrameFetchContext*' \
1208 '|third_party/WebKit/Source/core/fetch/FetchContext*' \
1209 '|third_party/WebKit/Source/core/fetch/ImageResource*' \
1210 '|third_party/WebKit/Source/core/fetch/ResourceFetcher*'
1211 },
1212 'blink_track': {
1213 'filepath': 'third_party/WebKit/Source/core/html/track/' \
1214 '|third_party/WebKit/Source/core/loader/TextTrack' \
1215 '|third_party/WebKit/Source/core/html/HTMLMediaElement' \
1216 '|third_party/WebKit/Source/core/html/HTMLTrackElement' \
1217 '|third_party/WebKit/Source/core/html/shadow/MediaControl' \
1218 '|third_party/WebKit/Source/core/css/mediaControl' \
1219 '|third_party/WebKit/LayoutTests/media/track/'
1220 },
1221 'blink_media': {
1222 'filepath': 'third_party/WebKit/Source/core/css/mediaControls' \
1223 '|third_party/WebKit/Source/core/html/.*(Audio|Media|Video)' \
1224 '|third_party/WebKit/Source/core/html/shadow/MediaControl' \
1225 '|third_party/WebKit/Source/core/layout/LayoutMedia' \
1226 '|third_party/WebKit/Source/core/layout/LayoutTextTrackContainerElement' \
1227 '|third_party/WebKit/Source/modules/(encryptedmedia|mediasource)' \
1228 '|third_party/WebKit/Source/platform/drm/' \
1229 '|third_party/WebKit/Source/platform/graphics/media/' \
1230 '|third_party/WebKit/Source/web/.*Media' \
1231 '|third_party/WebKit/LayoutTests/media/' \
1232 '|third_party/WebKit/public/.*Media'
1233 },
1234 'blink_media_queries': {
1235 'filepath': 'third_party/WebKit/Source/core/css/CSSMediaRule' \
1236 '|third_party/WebKit/Source/core/css/MediaList' \
1237 '|third_party/WebKit/Source/core/css/MediaQuery' \
1238 '|third_party/WebKit/Source/core/css/parser/MediaQuery'
1239 },
1240 'blink_navigator_content_utils': {
1241 'filepath': 'third_party/WebKit/Source/modules/navigatorcontentutils' \
1242 '|third_party/WebKit/LayoutTests/fast/dom/navigatorcontentutils'
1243 },
1244 'blink_out_of_process_frames': {
1245 'filepath': 'third_party/WebKit/Source/core/frame/FrameOwner' \
dcheng10f6a9c2016-05-06 16:40:031246 '|third_party/WebKit/Source/core/frame/Frame\.' \
timlohd035d572015-09-25 15:28:021247 '|third_party/WebKit/Source/web/WebFrame' \
1248 '|third_party/WebKit/Source/web/WebRemoteFrameImpl'
1249 },
1250 'blink_fileapi': {
1251 'filepath': 'third_party/WebKit/Source/modules/filesystem/' \
1252 '|third_party/WebKit/Source/core/fileapi/' \
1253 '|third_party/WebKit/Source/platform/.*File' \
1254 '|third_party/WebKit/Source/web/.*File' \
1255 '|third_party/WebKit/LayoutTests/fast/file' \
1256 '|third_party/WebKit/public/.*File'
1257 },
1258 'blink_quota': {
1259 'filepath': 'third_party/WebKit/Source/modules/quota/' \
1260 '|third_party/WebKit/Source/web/.*Quota' \
1261 '|third_party/WebKit/public/.*Quota'
1262 },
mcasas09e881c2016-04-09 02:09:501263 'blink_mediacapturefromelement': {
1264 'filepath': 'third_party/WebKit/Source/modules/mediacapture/' \
1265 '|third_party/WebKit/Source/platform/exported/WebCanvasCapture' \
1266 '|third_party/WebKit/LayoutTests/fast/mediacapturefromelement/' \
1267 '|third_party/WebKit/public/platform/WebCanvasCapture'
1268 },
1269 'blink_mediarecorder': {
1270 'filepath': 'third_party/WebKit/Source/modules/mediarecorder/' \
1271 '|third_party/WebKit/Source/platform/exported/WebMediaRecorder' \
1272 '|third_party/WebKit/LayoutTests/fast/mediarecorder/' \
1273 '|third_party/WebKit/public/platform/WebMediaRecorder'
1274 },
timlohd035d572015-09-25 15:28:021275 'blink_mediastream': {
1276 'filepath': 'third_party/WebKit/Source/modules/mediastream/' \
1277 '|third_party/WebKit/Source/platform/mediastream/' \
1278 '|third_party/WebKit/Source/platform/exported/WebMediaStream' \
1279 '|third_party/WebKit/Source/platform/exported/WebRTC' \
1280 '|third_party/WebKit/LayoutTests/fast/mediastream/'
1281 },
1282 'blink_geolocation': {
1283 'filepath': 'third_party/WebKit/LayoutTests/fast/dom/Geolocation/' \
1284 '|third_party/WebKit/Source/modules/geolocation/' \
1285 '|third_party/WebKit/Source/web/.*Geolocation' \
1286 '|third_party/WebKit/public/web/.*Geolocation'
1287 },
1288 'blink_htmlparser': {
1289 'filepath': 'third_party/WebKit/Source/core/html/parser/'
1290 },
1291 'blink_screen_orientation': {
1292 'filepath': 'third_party/WebKit/Source/modules/screen_orientation/' \
1293 '|third_party/WebKit/public/platform/modules/screen_orientation',
1294 },
1295 'blink_scheduler': {
1296 'filepath': 'third_party/WebKit/Source/platform/scheduler' \
1297 '|third_party/WebKit/Source/core/html/parser/.*Scheduler'
1298 },
1299 'blink_serviceworkers' : {
1300 'filepath': 'third_party/WebKit/Source/modules/serviceworkers' \
1301 '|third_party/WebKit/LayoutTests/http/tests/serviceworker'
1302 },
1303 'blink_serviceworkers_tests' : {
1304 'filepath': 'third_party/WebKit/LayoutTests/http/tests/serviceworker'
1305 },
timlohd035d572015-09-25 15:28:021306 'blink_spellcheck' : {
1307 'filepath': 'third_party/WebKit/Source/core/editing/spellcheck'
1308 },
jbromana7bdfdb2016-02-05 15:10:321309 'blink_spv2_layout_tests': {
1310 'filepath': 'third_party/WebKit/LayoutTests/virtual/spv2'
1311 },
timlohd035d572015-09-25 15:28:021312 'blink_style': {
1313 'filepath': 'third_party/WebKit/.*(style/|Style)',
1314 },
1315 'blink_svg': {
1316 'filepath': 'third_party/WebKit/Source/core/(layout/)?svg',
1317 },
timlohd035d572015-09-25 15:28:021318 'blink_vibration': {
1319 'filepath': 'third_party/WebKit/LayoutTests/vibration/' \
1320 '|third_party/WebKit/Source/modules/vibration/'
1321 },
1322 'blink_viewport_interaction': {
1323 'filepath': 'third_party/WebKit/Source/core/css/.*Viewport' \
1324 '|third_party/WebKit/Source/core/dom/ViewportArguments' \
1325 '|third_party/WebKit/Source/core/html/HTMLMetaElement' \
1326 '|third_party/WebKit/Source/core/page/FrameView' \
1327 '|third_party/WebKit/Source/core/page/scrolling'
1328 },
1329 'blink_w3ctests': {
1330 'filepath': 'third_party/WebKit/LayoutTests/imported/' \
1331 '|third_party/WebKit/Tools/Scripts/webkitpy/w3c/'
1332 },
kinukoa1a73202016-05-24 06:42:361333 'blink_web': {
1334 'filepath': 'third_party/WebKit/Source/web'
1335 },
timlohd035d572015-09-25 15:28:021336 'blink_webcomponents': {
1337 'filepath': 'third_party/WebKit/Source/core/dom/shadow/' \
1338 '|third_party/WebKit/Source/core/dom/custom/' \
1339 '|third_party/WebKit/Source/core/html/imports/' \
1340 '|third_party/WebKit/Source/bindings/v8/custom/V8CustomElementConstructorCustom' \
1341 '|third_party/WebKit/Source/bindings/v8/CustomElementHelpers'
1342 },
dpranke7d5df742016-04-06 00:27:031343 'blink_tools': {
1344 'filepath': 'third_party/WebKit/Tools/'
1345 },
timlohd035d572015-09-25 15:28:021346 'blink_webp': {
1347 'filepath': 'third_party/WebKit/Source/platform/image-decoders/webp' \
1348 '|third_party/WebKit/Source/platform/image-encoders/skia/WEBP'
1349 },
1350 'blink_websockets': {
1351 'filepath': 'third_party/WebKit/Source/modules/websockets/'
1352 },
1353 'blink_workers': {
1354 'filepath': 'third_party/WebKit/Source/core/workers',
1355 },
1356 'blink_wtf': {
1357 'filepath': 'third_party/WebKit/Source/wtf',
1358 },
1359 'blink_xmlhttprequest': {
1360 'filepath': 'third_party/WebKit/Source/core/xmlhttprequest/'
tfarinad21f9472015-10-13 18:36:011361 },
1362 'test_runner': {
1363 'filepath': 'components/test_runner/' \
1364 '|content/shell/(common|browser|renderer)/layout_test/' \
1365 '|content/test/layouttest_support.cc' \
1366 '|content/public/test/layouttest_support.h' \
tfarinad21f9472015-10-13 18:36:011367 },
dominicc05d120d2016-05-16 01:13:401368 'xml': {
1369 'filepath': 'third_party/WebKit/Source/core/xml/' \
1370 '|third_party/libxml/' \
1371 '|third_party/libxslt/',
1372 },
[email protected]a3838612009-10-13 21:57:541373 },
[email protected]ca872e362011-07-12 21:06:031374
pennymac962d190432016-07-27 00:58:351375 ##############################################################################
1376 # Please keep alphabetical
1377 ##############################################################################
[email protected]a3838612009-10-13 21:57:541378 'WATCHLISTS': {
asvitkinee4bad382015-11-05 21:56:451379 'about_flags': ['[email protected]'],
mazda6471d0e2015-10-02 06:32:551380 'accelerator_table': ['[email protected]',
[email protected]f76c8852012-06-21 16:37:001381 '[email protected]'],
dmazzoni5f4b7f12015-02-17 16:35:571382 'accessibility': ['[email protected]',
1383 '[email protected]',
[email protected]f76c8852012-06-21 16:37:001384 '[email protected]',
je_julie.kima170bac2015-05-06 14:57:541385 '[email protected]',
dmazzoni5f4b7f12015-02-17 16:35:571386 '[email protected]',
[email protected]f76c8852012-06-21 16:37:001387 '[email protected]'],
[email protected]e9db77a2013-06-12 23:56:171388 'activity_log': ['[email protected]'],
dominickn8884155a2016-06-23 02:28:161389 'add_to_homescreen': ['[email protected]'],
asvitkine361b276e2016-08-30 18:45:001390 'android_crash_reporting': ['[email protected]'],
johnmaguire6aaac7902016-03-15 12:28:201391 'android_crazy_linker': ['[email protected]'],
dfalcantaraef21e9e2016-01-07 01:16:261392 'android_infobars': ['[email protected]'],
yfriedman78e879d2016-01-19 15:40:061393 'android_infra': ['[email protected]',
mikecasec0ea0862015-10-24 00:14:321394 '[email protected]'],
lizebf34f69b2016-03-30 16:08:531395 'android_loading': ['[email protected]',
drogere76b5632016-03-31 14:14:411396 '[email protected]'],
mlamourid8b0feb2015-06-02 16:30:471397 'android_media': ['[email protected]',
1398 '[email protected]'],
pennymac962d190432016-07-27 00:58:351399 'android_tab': ['[email protected]',
1400 '[email protected]'],
asvitkine361b276e2016-08-30 18:45:001401 'android_uma_settings': ['[email protected]',
1402 '[email protected]'],
[email protected]7ca78dc12012-09-20 09:26:441403 'android_webview': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351404 'app_list': ['[email protected]',
pennymac962d190432016-07-27 00:58:351405 '[email protected]'],
1406 'app_shortcuts': ['[email protected]',
1407 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001408 'appcache': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351409 'apps': ['[email protected]',
1410 '[email protected]'],
lhchavez4b19176f2016-05-04 23:12:461411 'arc': ['[email protected]',
hidehiko49f0b7c2016-05-24 10:59:471412 '[email protected]',
lhchavez4b19176f2016-05-04 23:12:461413 '[email protected]',
1414 '[email protected]'],
1415 'arc_net': ['[email protected]',
1416 '[email protected]',
1417 '[email protected]'],
ejcarusoa298ec02016-06-16 20:30:431418 'arc_power': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351419 'ash': ['[email protected]',
1420 '[email protected]'],
1421 'aura': ['[email protected]',
1422 '[email protected]'],
[email protected]c3a6e1e72013-08-02 00:13:071423 'aura_compositor': ['[email protected]',
1424 '[email protected]',
pennymac962d190432016-07-27 00:58:351425 '[email protected]',
[email protected]c3a6e1e72013-08-02 00:13:071426 '[email protected]',
pennymac962d190432016-07-27 00:58:351427 '[email protected]'],
sullivan0171e3c2015-03-03 18:47:211428 'auto_bisect': ['[email protected]'],
jdonnelly1ec60d92016-05-25 22:01:391429 'autofill': ['[email protected]',
jdonnelly40d55452015-08-31 19:37:031430 '[email protected]',
vabraafbd4f32015-11-10 19:30:231431 '[email protected]',
1432 '[email protected]'],
[email protected]121773a2013-06-07 22:02:331433 'automation': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351434 'background_sync': ['[email protected]',
chasej6dff9292016-02-02 20:33:121435 '[email protected]',
pennymac962d190432016-07-27 00:58:351436 '[email protected]',
1437 '[email protected]'],
dominickn8884155a2016-06-23 02:28:161438 'banners': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:191439 'base_allocator': ['[email protected]',
[email protected]b17d9e02014-07-29 09:45:501440 '[email protected]'],
[email protected]1ed5e0fd2012-07-19 00:19:051441 'base_memory': ['[email protected]'],
robliao1644d8b2016-04-11 15:39:591442 'base_task_scheduler': ['[email protected]',
1443 '[email protected]',
1444 '[email protected]'],
pennymac962d190432016-07-27 00:58:351445 'base_win': ['[email protected]',
1446 '[email protected]'],
[email protected]7e093d4022014-06-26 19:19:551447 'battery_status': ['[email protected]'],
anandc54ad4f72016-01-08 20:43:531448 'blimp' : ['[email protected]',
1449 '[email protected]',
gcastoe4733aa52016-07-19 19:21:461450 '[email protected]',
jessicag4b355162016-03-24 00:33:361451 '[email protected]',
nyquist0af49ad2015-09-16 19:22:351452 '[email protected]',
nyquist05ec00812016-05-11 00:57:111453 '[email protected]',
dominickn8884155a2016-06-23 02:28:161454 '[email protected]',
nyquist0af49ad2015-09-16 19:22:351455 '[email protected]',
sriramsr93d84202015-10-08 00:06:151456 '[email protected]',
1457 '[email protected]',
nyquist05ec00812016-05-11 00:57:111458 '[email protected]',
sriramsr93d84202015-10-08 00:06:151459 '[email protected]'],
pennymac962d190432016-07-27 00:58:351460 'blink': ['[email protected]'],
1461 'blink_accessibility': ['[email protected]',
1462 '[email protected]',
horo8e9a01572016-07-27 06:05:311463 '[email protected]',
pennymac962d190432016-07-27 00:58:351464 '[email protected]'],
1465 'blink_animation': ['[email protected]',
1466 '[email protected]',
1467 '[email protected]',
1468 '[email protected]',
1469 '[email protected]'],
1470 'blink_app_banner': ['[email protected]'],
1471 'blink_audio': ['[email protected]',
1472 '[email protected]'],
1473 'blink_battery_status': ['[email protected]',
1474 '[email protected]'],
1475 'blink_bidi': ['[email protected]'],
1476 'blink_bindings': ['[email protected]'],
jbroman9ac2d532016-09-01 18:20:081477 'blink_bindings_serialization': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351478 'blink_bluetooth': ['[email protected]',
1479 '[email protected]'],
1480 'blink_canvas2d': ['[email protected]',
1481 '[email protected]',
1482 '[email protected]',
1483 '[email protected]'],
1484 'blink_client_hints': ['[email protected]'],
1485 'blink_clipboard': ['[email protected]'],
1486 'blink_css': ['[email protected]',
1487 '[email protected]',
horo8e9a01572016-07-27 06:05:311488 '[email protected]',
pennymac962d190432016-07-27 00:58:351489 '[email protected]',
1490 '[email protected]'],
1491 'blink_css_flexbox': ['[email protected]'],
1492 'blink_css_fragmentation_tests': ['[email protected]'],
1493 'blink_css_grid_layout': ['[email protected]',
horo8e9a01572016-07-27 06:05:311494 '[email protected]',
pennymac962d190432016-07-27 00:58:351495 '[email protected]'],
1496 'blink_css_regions': ['[email protected]'],
1497 'blink_custom_elements': ['[email protected]',
1498 '[email protected]'],
1499 'blink_device_light': ['[email protected]',
1500 '[email protected]'],
1501 'blink_device_orientation': ['[email protected]',
1502 '[email protected]'],
1503 'blink_devtools': ['[email protected]',
1504 '[email protected]',
1505 '[email protected]',
1506 '[email protected]',
1507 '[email protected]',
lushnikovc5bd7ca2016-07-27 17:19:391508 '[email protected]'],
pennymac962d190432016-07-27 00:58:351509 'blink_dom': ['[email protected]',
1510 '[email protected]',
1511 '[email protected]',
1512 '[email protected]',
1513 '[email protected]'],
1514 'blink_events': ['[email protected]',
1515 '[email protected]',
1516 '[email protected]',
1517 '[email protected]'],
1518 'blink_fetch': ['[email protected]',
1519 '[email protected]',
1520 '[email protected]',
1521 '[email protected]'],
1522 'blink_fileapi': ['[email protected]',
1523 '[email protected]',
1524 '[email protected]'],
1525 'blink_geolocation': ['[email protected]',
1526 '[email protected]',
1527 '[email protected]'],
1528 'blink_heap': ['[email protected]',
1529 '[email protected]',
1530 '[email protected]',
1531 '[email protected]'],
1532 'blink_html': ['[email protected]',
1533 '[email protected]'],
csharrisonf357e9632016-07-29 01:27:221534 'blink_htmlparser': ['[email protected]',
1535 '[email protected]'],
pennymac962d190432016-07-27 00:58:351536 'blink_indexed_db': ['[email protected]',
1537 '[email protected]'],
1538 'blink_input': ['[email protected]',
1539 '[email protected]'],
1540 'blink_layers': ['[email protected]'],
1541 'blink_layout': ['[email protected]',
1542 '[email protected]',
1543 '[email protected]',
1544 '[email protected]',
1545 '[email protected]',
1546 '[email protected]',
1547 '[email protected]'],
ojan21576e22016-08-17 21:43:461548 'blink_layout_ng': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351549 'blink_loader': ['[email protected]',
1550 '[email protected]',
1551 '[email protected]',
1552 '[email protected]'],
1553 'blink_media': ['[email protected]',
1554 '[email protected]',
srirama.mdec4f512016-09-06 08:22:191555 '[email protected]',
1556 '[email protected]'],
pennymac962d190432016-07-27 00:58:351557 'blink_media_queries': ['[email protected]',
1558 '[email protected]'],
1559 'blink_mediacapturefromelement': ['[email protected]',
1560 '[email protected]'],
1561 'blink_mediarecorder': ['[email protected]',
1562 '[email protected]'],
1563 'blink_mediastream': ['[email protected]',
1564 '[email protected]'],
1565 'blink_modules': ['[email protected]'],
1566 'blink_navigator_content_utils': ['[email protected]'],
awdf2e270242016-09-06 16:21:341567 'blink_notifications': ['[email protected]',
1568 '[email protected]'],
pennymac962d190432016-07-27 00:58:351569 'blink_out_of_process_frames': ['[email protected]',
1570 '[email protected]'],
1571 'blink_owners': ['[email protected]'],
1572 'blink_paint' : ['[email protected]',
1573 '[email protected]',
1574 '[email protected]'],
1575 'blink_permissions': ['[email protected]'],
1576 'blink_platform_graphics': ['[email protected]',
horo8e9a01572016-07-27 06:05:311577 '[email protected]',
pennymac962d190432016-07-27 00:58:351578 '[email protected]',
1579 '[email protected]',
1580 '[email protected]',
1581 '[email protected]',
1582 '[email protected]',
1583 '[email protected]',
1584 '[email protected]',
1585 '[email protected]',
1586 '[email protected]',
1587 '[email protected]',
1588 '[email protected]'],
1589 'blink_prerender': ['[email protected]',
1590 '[email protected]'],
1591 'blink_preloadScanner': ['[email protected]'],
1592 'blink_public_api': ['[email protected]',
1593 '[email protected]'],
awdf2e270242016-09-06 16:21:341594 'blink_push_messaging': ['[email protected]',
1595 '[email protected]',
pennymac962d190432016-07-27 00:58:351596 '[email protected]'],
1597 'blink_quota': ['[email protected]',
1598 '[email protected]',
1599 '[email protected]'],
1600 'blink_scheduler': ['[email protected]'],
1601 'blink_screen_orientation': ['[email protected]'],
1602 'blink_serviceworkers': ['[email protected]',
1603 '[email protected]',
1604 '[email protected]',
1605 '[email protected]',
1606 '[email protected]',
1607 '[email protected]',
1608 '[email protected]',
shimazu99de61f2016-09-07 03:57:411609 '[email protected]',
pennymac962d190432016-07-27 00:58:351610 '[email protected]'],
1611 'blink_serviceworkers_tests': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351612 'blink_spellcheck' : ['[email protected]'],
1613 'blink_spv2_layout_tests': ['[email protected]',
1614 '[email protected]'],
1615 'blink_style': ['[email protected]'],
1616 'blink_svg': ['[email protected]',
1617 '[email protected]',
1618 '[email protected]',
1619 '[email protected]',
1620 '[email protected]',
1621 '[email protected]',
1622 '[email protected]',
1623 '[email protected]'],
dpranke7d5df742016-04-06 00:27:031624 'blink_tools': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351625 'blink_track': ['[email protected]',
1626 '[email protected]',
1627 '[email protected]',
1628 '[email protected]',
1629 '[email protected]'],
1630 'blink_vibration': ['[email protected]',
1631 '[email protected]'],
1632 'blink_viewport_interaction': ['[email protected]'],
1633 'blink_w3ctests': ['[email protected]'],
1634 'blink_web': ['[email protected]'],
1635 'blink_webcomponents': ['[email protected]',
1636 '[email protected]'],
1637 'blink_webp': ['[email protected]',
1638 '[email protected]',
1639 '[email protected]'],
1640 'blink_websockets': ['[email protected]',
1641 '[email protected]'],
1642 'blink_workers': ['[email protected]',
1643 '[email protected]',
1644 '[email protected]',
shimazu99de61f2016-09-07 03:57:411645 '[email protected]',
1646 '[email protected]'],
pennymac962d190432016-07-27 00:58:351647 'blink_wtf': ['[email protected]',
1648 '[email protected]'],
1649 'blink_xmlhttprequest': ['[email protected]'],
1650 'bookmarks': ['[email protected]',
1651 '[email protected]'],
donnd787f6ed2016-08-03 01:00:561652 'bottombar': ['[email protected]',
1653 '[email protected]'],
stevenjbdd133032015-08-07 18:37:471654 'browser_chromeos': ['[email protected]'],
[email protected]22650d22012-07-18 17:02:351655 'browser_components': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351656 'browser_compositor': ['[email protected]',
1657 '[email protected]'],
[email protected]17a2fba2013-02-07 18:46:571658 'browser_resources': ['[email protected]'],
michaelpge42ca3b32016-02-19 08:17:571659 'browser_resources_md': ['[email protected]'],
msramek878b39d92016-04-20 07:55:331660 'browsing_data': ['[email protected]',
1661 '[email protected]'],
pennymac962d190432016-07-27 00:58:351662 'bubble': ['[email protected]',
1663 '[email protected]',
1664 '[email protected]',
1665 '[email protected]'],
1666 'cache_storage': ['[email protected]',
1667 '[email protected]'],
[email protected]c9ae7a32014-03-31 22:18:591668 'cast': ['[email protected]',
[email protected]479180d22014-03-11 09:47:341669 '[email protected]',
miua1710162015-08-27 01:38:091670 '[email protected]',
[email protected]ad8ff0e2013-12-13 09:24:121671 '[email protected]',
miua1710162015-08-27 01:38:091672 '[email protected]',
1673 '[email protected]'],
ryanchung4d157372016-05-10 20:27:161674 'cast_certificate': ['[email protected]',
1675 '[email protected]',
1676 '[email protected]',
1677 '[email protected]'],
[email protected]c863702a2012-09-14 20:05:281678 'cc': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351679 'certificate_transparency': ['[email protected]',
1680 '[email protected]',
1681 '[email protected]'],
1682 'chrome_elf': ['[email protected]',
1683 '[email protected]'],
[email protected]d5b21972012-07-20 02:06:011684 'chrome_views': ['[email protected]'],
alokp9d869cc12016-05-27 01:46:311685 'chromecast': ['[email protected]',
1686 '[email protected]',
halliwellfa56b3a42015-09-04 21:42:571687 '[email protected]'],
gfhuang2548f902016-02-26 02:29:211688 'chromecast_public': ['[email protected]'],
stgaocea5a9c2015-05-29 22:31:391689 'chromedriver': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351690 'chromeos': ['[email protected]'],
1691 'chromeos_attestation': ['[email protected]'],
1692 'chromeos_calculator': ['[email protected]'],
hashimoto40ecb692014-09-02 04:51:311693 'chromeos_dbus': ['[email protected]'],
alematec5187b1b2016-08-26 05:32:181694 'chromeos_geolocation': ['[email protected]'],
1695 'chromeos_login': ['[email protected]',
1696 '[email protected]'],
pennymac962d190432016-07-27 00:58:351697 'chromeos_net': ['[email protected]'],
1698 'chromeos_power': ['[email protected]'],
alematec5187b1b2016-08-26 05:32:181699 'chromeos_timezone': ['[email protected]'],
1700 'chromeos_webui': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351701 'clang_update': ['[email protected]',
[email protected]cf8ffa82013-02-13 08:30:071702 '[email protected]',
pennymac962d190432016-07-27 00:58:351703 '[email protected]',
rnk28bbd1772016-05-04 17:57:581704 '[email protected]',
1705 '[email protected]',
pennymac962d190432016-07-27 00:58:351706 '[email protected]',
1707 '[email protected]',
horo8e9a01572016-07-27 06:05:311708 '[email protected]',
pennymac962d190432016-07-27 00:58:351709 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001710 'clipboard': ['[email protected]'],
[email protected]18fd7a532014-08-20 23:09:511711 'closure': ['[email protected]',
dbeam78528be2016-02-18 07:08:491712 '[email protected]',
1713 '[email protected]'],
sdefresned94c5b02015-07-22 17:54:551714 'components_deps': ['[email protected]',
1715 '[email protected]',
1716 '[email protected]'],
pennymac962d190432016-07-27 00:58:351717 'content': ['[email protected]',
1718 '[email protected]'],
1719 'content_bluetooth': ['[email protected]',
1720 '[email protected]'],
1721 'content_loader': ['[email protected]',
1722 '[email protected]',
1723 '[email protected]'],
1724 'content_renderer': ['[email protected]'],
mkwst75a31a42014-09-14 18:32:531725 'content_shell': ['[email protected]',
peterc9e3e172015-11-02 09:29:161726 '[email protected]',
1727 '[email protected]'],
nhiroki90ba0102015-07-21 01:42:241728 'content_worker': ['[email protected]',
1729 '[email protected]'],
donnd787f6ed2016-08-03 01:00:561730 'contextual_search': ['[email protected]',
1731 '[email protected]'],
pennymac962d190432016-07-27 00:58:351732 'courgette': ['[email protected]',
1733 '[email protected]'],
michaelpge42ca3b32016-02-19 08:17:571734 'cr_elements': ['[email protected]',
1735 '[email protected]',
1736 '[email protected]'],
lizebf34f69b2016-03-30 16:08:531737 'custom_tabs': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:191738 'deep_memory_profiler': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351739 'device_bluetooth': ['[email protected]',
1740 '[email protected]'],
1741 'device_sensors': ['[email protected]',
mlamouri5cdcdf02014-11-27 15:58:591742 '[email protected]',
pennymac962d190432016-07-27 00:58:351743 '[email protected]'],
scheibabdd7d32015-02-11 22:13:081744 'developer_recommended_flags': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351745 'devtools': ['[email protected]',
1746 '[email protected]'],
1747 'disk_cache': ['[email protected]',
1748 '[email protected]'],
benjhaydendd24d5a642015-10-05 18:19:511749 'download': ['[email protected]'],
dbeam78528be2016-02-18 07:08:491750 'downloads_ui': ['[email protected]',
1751 '[email protected]'],
[email protected]9a3781d2013-04-04 18:31:401752 'drive': ['[email protected]'],
[email protected]89d2cd52013-04-16 01:55:361753 'drive_resource_metadata': ['[email protected]'],
[email protected]3a25c8a2014-06-26 06:47:101754 'eme': ['[email protected]'],
jdduke7edf3ca42015-10-26 18:20:011755 'events': ['[email protected]'],
[email protected]f9529e7922013-06-06 05:19:411756 'extension': ['[email protected]',
1757 '[email protected]'],
apaciblec4093a92016-04-19 19:21:581758 'feedback_ui': ['[email protected]'],
[email protected]84dcfd92014-05-23 13:18:191759 'fileapi': ['[email protected]',
[email protected]6f217122013-11-25 07:21:481760 '[email protected]',
1761 '[email protected]'],
yoshiki1c0ba2782014-12-08 07:04:261762 'filebrowse': ['[email protected]'],
okab0be3dc2016-08-30 07:37:101763 'filesapp': ['[email protected]',
1764 '[email protected]',
1765 '[email protected]'],
1766 'filesapp_ui': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001767 'ftp': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351768 'gcm': ['[email protected]',
1769 '[email protected]',
1770 '[email protected]'],
1771 'geolocation': ['[email protected]',
1772 '[email protected]'],
[email protected]cf428f732012-10-02 20:48:151773 'gfx_geometry': ['[email protected]'],
[email protected]f93b7382012-08-09 20:53:161774 'gfx_image': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351775 'gn': ['[email protected]',
1776 '[email protected]'],
[email protected]a6159102013-11-08 23:21:521777 'gpu': ['[email protected]'],
dbeam78528be2016-02-18 07:08:491778 'history_ui': ['[email protected]',
1779 '[email protected]',
1780 '[email protected]'],
[email protected]18d7e402014-07-08 19:53:141781 'hotword': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001782 'i18n': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001783 'importer': ['[email protected]'],
[email protected]8b250562014-08-12 19:07:451784 'indexed_db': ['[email protected]',
dgrogand792a7f2016-01-21 00:12:131785 '[email protected]'],
bruthigaa8281f2016-02-09 17:52:311786 'ink_drop': ['[email protected]'],
dtapuska1f997a12016-03-14 19:22:071787 'input': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351788 'installer': ['[email protected]',
1789 '[email protected]',
1790 '[email protected]'],
mmoss19826c62014-11-14 21:37:361791 'installer_linux': [ '[email protected]'],
pennymac962d190432016-07-27 00:58:351792 'instant': ['[email protected]',
1793 '[email protected]',
1794 '[email protected]',
1795 '[email protected]',
1796 '[email protected]',
1797 '[email protected]',
1798 '[email protected]',
1799 '[email protected]',
1800 '[email protected]',
1801 '[email protected]'],
sdefresne18b47312015-06-18 15:15:091802 'ios_chrome': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351803 'ipc': ['[email protected]',
1804 '[email protected]'],
1805 'libwebp': ['[email protected]',
1806 '[email protected]',
1807 '[email protected]'],
1808 'libvpx': ['[email protected]',
1809 '[email protected]',
1810 '[email protected]',
1811 '[email protected]'],
[email protected]04a292a2013-03-07 19:58:421812 'linux_fonts': ['[email protected]'],
[email protected]6d7e0bf2014-07-28 22:30:401813 'linux_sandboxing': ['[email protected]'],
[email protected]04a292a2013-03-07 19:58:421814 'linux_seccomp_bpf': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351815 'login': ['[email protected]'],
mlamourid8b0feb2015-06-02 16:30:471816 'manifest': ['[email protected]'],
dbeam7a734562015-09-15 18:23:171817 'md_settings': ['[email protected]',
michaelpg32ca07902015-02-07 00:31:111818 '[email protected]',
michaelpg32ca07902015-02-07 00:31:111819 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001820 'media': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351821 'media_galleries': ['[email protected]',
1822 '[email protected]'],
alokp9e369ea72e2016-06-10 05:41:091823 'media_mojo': ['[email protected]'],
kmarshallb698ad4f2015-02-24 19:42:481824 'media_router': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001825 'message_loop': ['[email protected]'],
isherman1eee6f12014-12-09 02:14:301826 'metrics': ['[email protected]'],
[email protected]1d8899ee2014-06-10 20:58:121827 'metrics_xml_files': ['[email protected]'],
toyoshim8f51f902015-03-27 03:50:211828 'midi': ['[email protected]'],
[email protected]c3830c622013-10-10 22:00:001829 'mojo': ['[email protected]',
[email protected]62bbe812013-10-24 22:24:161830 '[email protected]',
[email protected]3bf40cb2013-10-11 19:10:491831 '[email protected]',
[email protected]0f79ff62014-04-25 23:35:531832 '[email protected]',
[email protected]84003af2014-05-02 09:37:131833 '[email protected]',
1834 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001835 'mouse_lock': ['[email protected]'],
rjkroegef60dea862015-10-29 17:50:061836 'mus': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001837 'nacl': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351838 'native_client_sdk': ['[email protected]',
1839 '[email protected]'],
1840 'navigation': ['[email protected]',
1841 '[email protected]'],
[email protected]0b6c5e92013-03-08 22:42:521842 'net': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001843 'net_error_list': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351844 'net_log': ['[email protected]',
1845 '[email protected]'],
jkarlin539748402015-03-31 17:36:311846 'netinfo': ['[email protected]'],
awdf2e270242016-09-06 16:21:341847 'notifications': ['[email protected]',
1848 '[email protected]',
pennymac962d190432016-07-27 00:58:351849 '[email protected]'],
Evan Stade459d16662015-07-07 17:04:571850 'ntp': ['[email protected]',
[email protected]0bce107762012-11-27 11:42:541851 '[email protected]'],
bauerb719d4712016-06-21 10:00:441852 'ntp_snippets': ['[email protected]'],
treib70176c52016-07-08 14:34:191853 'ntp_tiles': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351854 'offline_pages': ['[email protected]',
1855 '[email protected]',
1856 '[email protected]',
dewittj74b23f6f2016-04-21 19:29:251857 '[email protected]',
1858 '[email protected]',
pennymac962d190432016-07-27 00:58:351859 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001860 'omnibox': ['[email protected]'],
michaelpgf6260fbd2015-02-06 17:59:351861 'options': ['[email protected]',
1862 '[email protected]'],
chasej6dff9292016-02-02 20:33:121863 'origin_trials': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351864 'ozone': ['[email protected]',
1865 '[email protected]'],
csharrison3b1dc4062015-10-19 14:31:081866 'page_load_metrics' : ['[email protected]',
kinuko01cbe8a12015-10-20 09:59:061867 '[email protected]'],
pennymac962d190432016-07-27 00:58:351868 'panels': ['[email protected]',
1869 '[email protected]',
1870 '[email protected]',
1871 '[email protected]'],
mkwst17a9875d2016-06-24 10:36:391872 'password_manager': ['[email protected]',
vabraafbd4f32015-11-10 19:30:231873 '[email protected]'],
pennymac962d190432016-07-27 00:58:351874 'pepper_api': ['[email protected]',
1875 '[email protected]',
1876 '[email protected]',
1877 '[email protected]',
1878 '[email protected]',
horo8e9a01572016-07-27 06:05:311879 '[email protected]',
pennymac962d190432016-07-27 00:58:351880 '[email protected]'],
kcarattinic1d30ef2016-01-07 05:12:301881 'permissions': ['[email protected]'],
stuartmorganf8c132922015-01-23 14:45:341882 'plugin': ['[email protected]'],
tnagelad92622a92015-10-20 10:26:301883 'policy_definitions': ['[email protected]'],
dbeam78528be2016-02-18 07:08:491884 'polymer': ['[email protected]',
1885 '[email protected]'],
twifkak0c69c1f2015-06-22 18:20:091886 'precache': ['[email protected]'],
tburkard8268a8d2014-09-17 12:53:441887 'predictors': ['[email protected]'],
[email protected]be775bc2014-06-30 15:41:141888 'prepopulated_engines': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351889 'prerender': ['[email protected]',
1890 '[email protected]',
1891 '[email protected]'],
1892 'push_messaging': ['[email protected]',
1893 '[email protected]',
1894 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001895 'pyauto': ['[email protected]',
pennymac962d190432016-07-27 00:58:351896 '[email protected]',
1897 '[email protected]'],
[email protected]c3887592014-02-06 20:02:251898 'remoting': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351899 'rlz_id': ['[email protected]',
1900 '[email protected]',
1901 '[email protected]'],
grt829c6a82014-10-20 09:29:321902 'safe_browsing': ['[email protected]'],
rickyz0a819bfc2015-02-04 23:57:221903 'sandbox': ['[email protected]'],
skyostil20dea312014-11-11 13:43:061904 'scheduler': ['[email protected]'],
mlamourid8b0feb2015-06-02 16:30:471905 'screen_orientation': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351906 'service_worker': ['[email protected]',
[email protected]6d095a8b2014-02-28 15:26:161907 '[email protected]',
pennymac962d190432016-07-27 00:58:351908 '[email protected]',
[email protected]edaf31d2014-03-07 00:09:171909 '[email protected]',
pennymac962d190432016-07-27 00:58:351910 '[email protected]',
horo8e9a01572016-07-27 06:05:311911 '[email protected]',
shimazu99de61f2016-09-07 03:57:411912 '[email protected]',
pennymac962d190432016-07-27 00:58:351913 '[email protected]'],
dominickn8884155a2016-06-23 02:28:161914 'site_engagement': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351915 'site_instance': ['[email protected]',
1916 '[email protected]',
[email protected]b9ecdb62014-03-07 14:56:431917 '[email protected]'],
[email protected]ad0295d2012-10-11 23:43:361918 'spellcheck': ['[email protected]',
[email protected]18d7e402014-07-08 19:53:141919 '[email protected]',
rouslan8d6a8372015-09-10 19:10:101920 '[email protected]'],
[email protected]67f39af2013-08-23 20:06:051921 'streams': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351922 'styleguide': ['[email protected]',
1923 '[email protected]'],
1924 'supervised_users': ['[email protected]'],
maxbogue65ea2632016-04-04 18:12:581925 'sync': ['[email protected]'],
[email protected]84dcfd92014-05-23 13:18:191926 'syncfs': ['[email protected]',
[email protected]6f217122013-11-25 07:21:481927 '[email protected]',
1928 '[email protected]'],
[email protected]82d74152013-07-28 08:55:311929 'tab_capture': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351930 'tab_contents': ['[email protected]',
1931 '[email protected]',
1932 '[email protected]'],
[email protected]31ef420b2014-08-13 21:19:131933 'tab_media_indicators': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:191934 'tcmalloc': ['[email protected]'],
tonygc7f6a4c12015-01-16 18:32:261935 'telemetry': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351936 'test_runner': ['[email protected]',
einbindera29577e2016-08-23 01:21:491937 '[email protected]',
1938 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001939 'tests': [],
pennymac962d190432016-07-27 00:58:351940 'textinput': ['[email protected]',
1941 '[email protected]',
1942 '[email protected]',
1943 '[email protected]'],
1944 'textinput_chromeos': ['[email protected]',
1945 '[email protected]',
1946 '[email protected]'],
chirantan96fcf6d2015-01-21 22:36:191947 'timers': ['[email protected]'],
[email protected]0fc48a12014-06-07 20:26:051948 'tools_emacs': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351949 'tracing': ['[email protected]',
1950 '[email protected]'],
[email protected]cf428f732012-10-02 20:48:151951 'ui_compositor': ['[email protected]'],
robliao2c4b7492016-07-19 01:57:261952 'ui_display_win': ['[email protected]'],
[email protected]6b5093c2012-05-23 19:10:181953 'ui_resources': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001954 'valgrind': ['[email protected]',
timurrrr5335dbd2015-04-15 11:04:551955 '[email protected]'],
[email protected]c73ec8ab2014-01-16 20:35:231956 'version_assembly': ['[email protected]',
1957 '[email protected]'],
posciak62a72272016-05-11 08:31:241958 'video': ['[email protected]'],
miud5878c02016-05-14 23:27:131959 'video_capture': ['[email protected]',
1960 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001961 'views': ['[email protected]'],
[email protected]ef514a32014-02-26 01:02:351962 'virtual_keyboard': ['[email protected]',
1963 '[email protected]'],
tnakamuraa9bda962015-06-03 13:34:021964 'webrtc_browser_tests': ['[email protected]',
1965 '[email protected]'],
raymesf5084632015-07-02 07:14:151966 'website_settings': ['[email protected]',
pennymac962d190432016-07-27 00:58:351967 '[email protected]',
1968 '[email protected]'],
1969 'windows_sandboxing': ['[email protected]',
1970 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001971 'x11': ['[email protected]',
1972 '[email protected]',
1973 '[email protected]'],
pennymac962d190432016-07-27 00:58:351974 'xml': ['[email protected]'],
wjmaclean3ff6a402015-03-31 19:00:201975 'zoom': ['[email protected]'],
[email protected]a3838612009-10-13 21:57:541976 },
1977}