blob: e80db650a7c051831ed9f6e29b2423bbf0d2d612 [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 },
1046 'blink_bluetooth': {
1047 'filepath': 'third_party/WebKit/.*[Bb]luetooth'
1048 },
1049 'blink_canvas2d': {
1050 'filepath': 'third_party/WebKit/Source/core/html/canvas' \
1051 '|third_party/WebKit/Source/core/html/HTMLCanvasElement' \
1052 '|third_party/WebKit/Source/modules/canvas2d' \
1053 '|third_party/WebKit/Source/platform/graphics/Canvas2D',
1054 },
1055 'blink_clipboard': {
1056 'filepath': 'third_party/WebKit/Source/core/clipboard' \
1057 '|third_party/WebKit/Source/core/page/.*Drag' \
1058 '|third_party/WebKit/Source/platform/.*Drag' \
1059 '|third_party/WebKit/Source/platform/clipboard' \
1060 '|third_party/WebKit/Source/web/.*Drag' \
1061 '|third_party/WebKit/public/platform/.*Drag' \
1062 '|third_party/WebKit/public/web/.*Drag',
1063 },
1064 'blink_content_security_policy': {
1065 'filepath': 'third_party/WebKit/Source/core/frame/csp' \
1066 '|third_party/WebKit/Source/core/events/SecurityPolicyViolationEvent' \
1067 '|third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy'
1068 },
1069 'blink_css': {
1070 'filepath': 'third_party/WebKit/Source/core/css',
1071 },
1072 'blink_css_grid_layout': {
1073 'filepath': 'third_party/WebKit/Source/core/layout/.*Grid' \
1074 '|third_party/WebKit/Source/core/paint/.*Grid' \
1075 '|third_party/WebKit/Source/core/css/.*Grid' \
1076 '|third_party/WebKit/LayoutTests/fast/css-grid-layout/' \
1077 '|third_party/WebKit/LayoutTests/ietestcenter/css3/grid/' \
1078 '|third_party/WebKit/LayoutTests/platform/.*/fast/css-grid-layout/' \
1079 '|third_party/WebKit/LayoutTests/platform/.*/ietestcenter/css3/grid/'
1080 },
1081 'blink_css_flexbox': {
1082 'filepath': 'third_party/WebKit/Source/core/rendering/.*Flex' \
1083 '|third_party/WebKit/LayoutTests/fast/deprecated-flexbox/' \
1084 '|third_party/WebKit/LayoutTests/css3/flexbox/' \
1085 '|third_party/WebKit/LayoutTests/ietestcenter/css3/flexbox/'
1086 },
1087 'blink_css_fragmentation_tests': {
1088 'filepath': 'third_party/WebKit/LayoutTests/fast/multicol/' \
mstensho6471a3d2015-11-25 12:31:021089 '|third_party/WebKit/LayoutTests/fast/pagination/' \
1090 '|third_party/WebKit/LayoutTests/printing/'
timlohd035d572015-09-25 15:28:021091 },
1092 'blink_css_regions': {
1093 'filepath': 'third_party/WebKit/Source/core/rendering/.*(Region|FlowThread)' \
1094 '|third_party/WebKit/Source/core/dom/NodeRendering' \
1095 '|third_party/WebKit/Source/core/dom/.*NamedFlow' \
1096 '|third_party/WebKit/Source/core/css/.*Region' \
1097 '|third_party/WebKit/LayoutTests/compositing/regions/' \
1098 '|third_party/WebKit/LayoutTests/fast/regions/' \
1099 '|third_party/WebKit/LayoutTests/platform/chromium.*/fast/regions/'
1100 },
1101 'blink_custom_elements': {
dominicc05d120d2016-05-16 01:13:401102 'filepath': 'third_party/WebKit/Source/core/dom/custom/' \
timlohd035d572015-09-25 15:28:021103 '|third_party/WebKit/Source/bindings/v8/.*CustomElement',
1104 },
1105 'blink_device_light': {
1106 'filepath': 'third_party/WebKit/Source/modules/device_light/' \
1107 '|third_party/WebKit/LayoutTests/fast/dom/DeviceLight/'
1108 },
1109 'blink_device_orientation': {
1110 'filepath': 'third_party/WebKit/Source/modules/device_orientation/' \
1111 '|third_party/WebKit/LayoutTests/fast/dom/DeviceMotion/' \
1112 '|third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/' \
1113 '|third_party/WebKit/Source/core/frame/PlatformEvent(Controller|Dispatcher)' \
1114 '|third_party/WebKit/Source/core/frame/DeviceSingleWindowEventController'
1115 },
1116 'blink_devtools': {
1117 'filepath': 'third_party/WebKit/.*(inspector|DevTools|devtools)',
1118 },
1119 'blink_dom': {
1120 'filepath': 'third_party/WebKit/Source/core/dom/'
1121 },
1122 'blink_events': {
1123 'filepath': 'third_party/WebKit/Source/core/page/.*Event' \
1124 '|third_party/WebKit/Source/core/dom/.*Event' \
1125 '|third_party/WebKit/Source/core/css/.*Event' \
1126 '|third_party/WebKit/Source/platform/.*Event'
1127 },
1128 'blink_fetch': {
1129 'filepath': 'third_party/WebKit/Source/core/fetch',
1130 },
1131 'blink_heap': {
1132 'filepath': 'third_party/WebKit/Source/platform/heap' \
1133 '|third_party/WebKit/Source/wtf/Partition.*'
1134 },
1135 'blink_html': {
1136 'filepath': 'third_party/WebKit/Source/core/html/'
1137 },
1138 'blink_loader': {
1139 'filepath': 'third_party/WebKit/Source/core/loader',
1140 },
haraken04143c62016-03-31 08:48:561141 'blink_modules': {
1142 'filepath': 'third_party/WebKit/Source/modules'
1143 },
timlohd035d572015-09-25 15:28:021144 'blink_notifications': {
1145 'filepath': 'third_party/WebKit/LayoutTests/http/tests/notifications' \
1146 '|third_party/WebKit/Source/modules/notifications' \
1147 '|third_party/WebKit/public/platform/modules/notifications'
1148 },
1149 'blink_owners': {
1150 'filepath': 'third_party/WebKit/.*OWNERS',
1151 },
1152 'blink_paint': {
1153 'filepath': 'third_party/WebKit/Source/core/paint/'
1154 },
1155 'blink_permissions': {
1156 'filepath': 'third_party/WebKit/Source/modules/permissions/' \
1157 '|third_party/WebKit/public/platform/modules/permissions/',
1158 },
1159 'blink_preloadScanner': {
1160 'filepath': 'third_party/WebKit/Source/core/html/parser/HTMLPreloadScanner',
1161 },
1162 'blink_public_api': {
1163 'filepath': 'third_party/WebKit/public'
1164 },
1165 'blink_push_messaging': {
1166 'filepath': 'third_party/WebKit/LayoutTests/http/tests/push_messaging' \
1167 '|third_party/WebKit/Source/modules/push_messaging' \
1168 '|third_party/WebKit/public/platform/modules/push_messaging'
1169 },
kinuko533a1692015-12-21 08:57:251170 'blink_platform': {
1171 'filepath': 'third_party/WebKit/Source/platform'
1172 },
timlohd035d572015-09-25 15:28:021173 'blink_platform_graphics': {
1174 'filepath': 'third_party/WebKit/Source/platform/fonts' \
1175 '|third_party/WebKit/Source/platform/geometry' \
1176 '|third_party/WebKit/Source/platform/graphics'
1177 },
1178 'blink_indexed_db': {
1179 'filepath': 'third_party/WebKit/Source/modules/indexeddb/' \
1180 '|third_party/WebKit/Source/web/.*IDB' \
1181 '|third_party/WebKit/LayoutTests/storage/indexeddb' \
1182 '|third_party/WebKit/public/platform/.*IDB'
1183 },
dtapuska1f997a12016-03-14 19:22:071184 'blink_input': {
1185 'filepath': 'third_party/WebKit/Source/core/input/'
1186 },
timlohd035d572015-09-25 15:28:021187 'blink_layout': {
1188 'filepath': 'third_party/WebKit/Source/core/layout' \
1189 '|third_party/WebKit/Source/core/rendering'
1190 },
ojan21576e22016-08-17 21:43:461191 'blink_layout_ng': {
1192 'filepath': 'third_party/WebKit/Source/core/layout/ng',
1193 },
timlohd035d572015-09-25 15:28:021194 'blink_layers': {
1195 'filepath': 'third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator' \
1196 '|third_party/WebKit/Source/platform/graphics/GraphicsLayer' \
1197 '|third_party/WebKit/Source/core/layout/Layer'
1198 },
1199 'blink_prerender': {
1200 'filepath': 'third_party/WebKit/.*(Prerender|loader/LinkLoader|html/HTMLLinkElement)'
1201 },
1202 'blink_client_hints': {
1203 'filepath': 'third_party/WebKit/Source/core/loader/AcceptClientHints*' \
1204 '|third_party/WebKit/Source/core/loader/FrameFetchContext*' \
1205 '|third_party/WebKit/Source/core/fetch/FetchContext*' \
1206 '|third_party/WebKit/Source/core/fetch/ImageResource*' \
1207 '|third_party/WebKit/Source/core/fetch/ResourceFetcher*'
1208 },
1209 'blink_track': {
1210 'filepath': 'third_party/WebKit/Source/core/html/track/' \
1211 '|third_party/WebKit/Source/core/loader/TextTrack' \
1212 '|third_party/WebKit/Source/core/html/HTMLMediaElement' \
1213 '|third_party/WebKit/Source/core/html/HTMLTrackElement' \
1214 '|third_party/WebKit/Source/core/html/shadow/MediaControl' \
1215 '|third_party/WebKit/Source/core/css/mediaControl' \
1216 '|third_party/WebKit/LayoutTests/media/track/'
1217 },
1218 'blink_media': {
1219 'filepath': 'third_party/WebKit/Source/core/css/mediaControls' \
1220 '|third_party/WebKit/Source/core/html/.*(Audio|Media|Video)' \
1221 '|third_party/WebKit/Source/core/html/shadow/MediaControl' \
1222 '|third_party/WebKit/Source/core/layout/LayoutMedia' \
1223 '|third_party/WebKit/Source/core/layout/LayoutTextTrackContainerElement' \
1224 '|third_party/WebKit/Source/modules/(encryptedmedia|mediasource)' \
1225 '|third_party/WebKit/Source/platform/drm/' \
1226 '|third_party/WebKit/Source/platform/graphics/media/' \
1227 '|third_party/WebKit/Source/web/.*Media' \
1228 '|third_party/WebKit/LayoutTests/media/' \
1229 '|third_party/WebKit/public/.*Media'
1230 },
1231 'blink_media_queries': {
1232 'filepath': 'third_party/WebKit/Source/core/css/CSSMediaRule' \
1233 '|third_party/WebKit/Source/core/css/MediaList' \
1234 '|third_party/WebKit/Source/core/css/MediaQuery' \
1235 '|third_party/WebKit/Source/core/css/parser/MediaQuery'
1236 },
1237 'blink_navigator_content_utils': {
1238 'filepath': 'third_party/WebKit/Source/modules/navigatorcontentutils' \
1239 '|third_party/WebKit/LayoutTests/fast/dom/navigatorcontentutils'
1240 },
1241 'blink_out_of_process_frames': {
1242 'filepath': 'third_party/WebKit/Source/core/frame/FrameOwner' \
dcheng10f6a9c2016-05-06 16:40:031243 '|third_party/WebKit/Source/core/frame/Frame\.' \
timlohd035d572015-09-25 15:28:021244 '|third_party/WebKit/Source/web/WebFrame' \
1245 '|third_party/WebKit/Source/web/WebRemoteFrameImpl'
1246 },
1247 'blink_fileapi': {
1248 'filepath': 'third_party/WebKit/Source/modules/filesystem/' \
1249 '|third_party/WebKit/Source/core/fileapi/' \
1250 '|third_party/WebKit/Source/platform/.*File' \
1251 '|third_party/WebKit/Source/web/.*File' \
1252 '|third_party/WebKit/LayoutTests/fast/file' \
1253 '|third_party/WebKit/public/.*File'
1254 },
1255 'blink_quota': {
1256 'filepath': 'third_party/WebKit/Source/modules/quota/' \
1257 '|third_party/WebKit/Source/web/.*Quota' \
1258 '|third_party/WebKit/public/.*Quota'
1259 },
mcasas09e881c2016-04-09 02:09:501260 'blink_mediacapturefromelement': {
1261 'filepath': 'third_party/WebKit/Source/modules/mediacapture/' \
1262 '|third_party/WebKit/Source/platform/exported/WebCanvasCapture' \
1263 '|third_party/WebKit/LayoutTests/fast/mediacapturefromelement/' \
1264 '|third_party/WebKit/public/platform/WebCanvasCapture'
1265 },
1266 'blink_mediarecorder': {
1267 'filepath': 'third_party/WebKit/Source/modules/mediarecorder/' \
1268 '|third_party/WebKit/Source/platform/exported/WebMediaRecorder' \
1269 '|third_party/WebKit/LayoutTests/fast/mediarecorder/' \
1270 '|third_party/WebKit/public/platform/WebMediaRecorder'
1271 },
timlohd035d572015-09-25 15:28:021272 'blink_mediastream': {
1273 'filepath': 'third_party/WebKit/Source/modules/mediastream/' \
1274 '|third_party/WebKit/Source/platform/mediastream/' \
1275 '|third_party/WebKit/Source/platform/exported/WebMediaStream' \
1276 '|third_party/WebKit/Source/platform/exported/WebRTC' \
1277 '|third_party/WebKit/LayoutTests/fast/mediastream/'
1278 },
1279 'blink_geolocation': {
1280 'filepath': 'third_party/WebKit/LayoutTests/fast/dom/Geolocation/' \
1281 '|third_party/WebKit/Source/modules/geolocation/' \
1282 '|third_party/WebKit/Source/web/.*Geolocation' \
1283 '|third_party/WebKit/public/web/.*Geolocation'
1284 },
1285 'blink_htmlparser': {
1286 'filepath': 'third_party/WebKit/Source/core/html/parser/'
1287 },
1288 'blink_screen_orientation': {
1289 'filepath': 'third_party/WebKit/Source/modules/screen_orientation/' \
1290 '|third_party/WebKit/public/platform/modules/screen_orientation',
1291 },
1292 'blink_scheduler': {
1293 'filepath': 'third_party/WebKit/Source/platform/scheduler' \
1294 '|third_party/WebKit/Source/core/html/parser/.*Scheduler'
1295 },
1296 'blink_serviceworkers' : {
1297 'filepath': 'third_party/WebKit/Source/modules/serviceworkers' \
1298 '|third_party/WebKit/LayoutTests/http/tests/serviceworker'
1299 },
1300 'blink_serviceworkers_tests' : {
1301 'filepath': 'third_party/WebKit/LayoutTests/http/tests/serviceworker'
1302 },
timlohd035d572015-09-25 15:28:021303 'blink_spellcheck' : {
1304 'filepath': 'third_party/WebKit/Source/core/editing/spellcheck'
1305 },
jbromana7bdfdb2016-02-05 15:10:321306 'blink_spv2_layout_tests': {
1307 'filepath': 'third_party/WebKit/LayoutTests/virtual/spv2'
1308 },
timlohd035d572015-09-25 15:28:021309 'blink_style': {
1310 'filepath': 'third_party/WebKit/.*(style/|Style)',
1311 },
1312 'blink_svg': {
1313 'filepath': 'third_party/WebKit/Source/core/(layout/)?svg',
1314 },
timlohd035d572015-09-25 15:28:021315 'blink_vibration': {
1316 'filepath': 'third_party/WebKit/LayoutTests/vibration/' \
1317 '|third_party/WebKit/Source/modules/vibration/'
1318 },
1319 'blink_viewport_interaction': {
1320 'filepath': 'third_party/WebKit/Source/core/css/.*Viewport' \
1321 '|third_party/WebKit/Source/core/dom/ViewportArguments' \
1322 '|third_party/WebKit/Source/core/html/HTMLMetaElement' \
1323 '|third_party/WebKit/Source/core/page/FrameView' \
1324 '|third_party/WebKit/Source/core/page/scrolling'
1325 },
1326 'blink_w3ctests': {
1327 'filepath': 'third_party/WebKit/LayoutTests/imported/' \
1328 '|third_party/WebKit/Tools/Scripts/webkitpy/w3c/'
1329 },
kinukoa1a73202016-05-24 06:42:361330 'blink_web': {
1331 'filepath': 'third_party/WebKit/Source/web'
1332 },
timlohd035d572015-09-25 15:28:021333 'blink_webcomponents': {
1334 'filepath': 'third_party/WebKit/Source/core/dom/shadow/' \
1335 '|third_party/WebKit/Source/core/dom/custom/' \
1336 '|third_party/WebKit/Source/core/html/imports/' \
1337 '|third_party/WebKit/Source/bindings/v8/custom/V8CustomElementConstructorCustom' \
1338 '|third_party/WebKit/Source/bindings/v8/CustomElementHelpers'
1339 },
dpranke7d5df742016-04-06 00:27:031340 'blink_tools': {
1341 'filepath': 'third_party/WebKit/Tools/'
1342 },
timlohd035d572015-09-25 15:28:021343 'blink_webp': {
1344 'filepath': 'third_party/WebKit/Source/platform/image-decoders/webp' \
1345 '|third_party/WebKit/Source/platform/image-encoders/skia/WEBP'
1346 },
1347 'blink_websockets': {
1348 'filepath': 'third_party/WebKit/Source/modules/websockets/'
1349 },
1350 'blink_workers': {
1351 'filepath': 'third_party/WebKit/Source/core/workers',
1352 },
1353 'blink_wtf': {
1354 'filepath': 'third_party/WebKit/Source/wtf',
1355 },
1356 'blink_xmlhttprequest': {
1357 'filepath': 'third_party/WebKit/Source/core/xmlhttprequest/'
tfarinad21f9472015-10-13 18:36:011358 },
1359 'test_runner': {
1360 'filepath': 'components/test_runner/' \
1361 '|content/shell/(common|browser|renderer)/layout_test/' \
1362 '|content/test/layouttest_support.cc' \
1363 '|content/public/test/layouttest_support.h' \
tfarinad21f9472015-10-13 18:36:011364 },
dominicc05d120d2016-05-16 01:13:401365 'xml': {
1366 'filepath': 'third_party/WebKit/Source/core/xml/' \
1367 '|third_party/libxml/' \
1368 '|third_party/libxslt/',
1369 },
[email protected]a3838612009-10-13 21:57:541370 },
[email protected]ca872e362011-07-12 21:06:031371
pennymac962d190432016-07-27 00:58:351372 ##############################################################################
1373 # Please keep alphabetical
1374 ##############################################################################
[email protected]a3838612009-10-13 21:57:541375 'WATCHLISTS': {
asvitkinee4bad382015-11-05 21:56:451376 'about_flags': ['[email protected]'],
mazda6471d0e2015-10-02 06:32:551377 'accelerator_table': ['[email protected]',
[email protected]f76c8852012-06-21 16:37:001378 '[email protected]'],
dmazzoni5f4b7f12015-02-17 16:35:571379 'accessibility': ['[email protected]',
1380 '[email protected]',
[email protected]f76c8852012-06-21 16:37:001381 '[email protected]',
je_julie.kima170bac2015-05-06 14:57:541382 '[email protected]',
dmazzoni5f4b7f12015-02-17 16:35:571383 '[email protected]',
[email protected]f76c8852012-06-21 16:37:001384 '[email protected]'],
[email protected]e9db77a2013-06-12 23:56:171385 'activity_log': ['[email protected]'],
dominickn8884155a2016-06-23 02:28:161386 'add_to_homescreen': ['[email protected]'],
asvitkine361b276e2016-08-30 18:45:001387 'android_crash_reporting': ['[email protected]'],
johnmaguire6aaac7902016-03-15 12:28:201388 'android_crazy_linker': ['[email protected]'],
dfalcantaraef21e9e2016-01-07 01:16:261389 'android_infobars': ['[email protected]'],
yfriedman78e879d2016-01-19 15:40:061390 'android_infra': ['[email protected]',
mikecasec0ea0862015-10-24 00:14:321391 '[email protected]'],
lizebf34f69b2016-03-30 16:08:531392 'android_loading': ['[email protected]',
drogere76b5632016-03-31 14:14:411393 '[email protected]'],
mlamourid8b0feb2015-06-02 16:30:471394 'android_media': ['[email protected]',
1395 '[email protected]'],
pennymac962d190432016-07-27 00:58:351396 'android_tab': ['[email protected]',
1397 '[email protected]'],
asvitkine361b276e2016-08-30 18:45:001398 'android_uma_settings': ['[email protected]',
1399 '[email protected]'],
[email protected]7ca78dc12012-09-20 09:26:441400 'android_webview': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351401 'app_list': ['[email protected]',
pennymac962d190432016-07-27 00:58:351402 '[email protected]'],
1403 'app_shortcuts': ['[email protected]',
1404 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001405 'appcache': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351406 'apps': ['[email protected]',
1407 '[email protected]'],
lhchavez4b19176f2016-05-04 23:12:461408 'arc': ['[email protected]',
hidehiko49f0b7c2016-05-24 10:59:471409 '[email protected]',
lhchavez4b19176f2016-05-04 23:12:461410 '[email protected]',
1411 '[email protected]'],
1412 'arc_net': ['[email protected]',
1413 '[email protected]',
1414 '[email protected]'],
ejcarusoa298ec02016-06-16 20:30:431415 'arc_power': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351416 'ash': ['[email protected]',
1417 '[email protected]'],
1418 'aura': ['[email protected]',
1419 '[email protected]'],
[email protected]c3a6e1e72013-08-02 00:13:071420 'aura_compositor': ['[email protected]',
1421 '[email protected]',
pennymac962d190432016-07-27 00:58:351422 '[email protected]',
[email protected]c3a6e1e72013-08-02 00:13:071423 '[email protected]',
pennymac962d190432016-07-27 00:58:351424 '[email protected]'],
sullivan0171e3c2015-03-03 18:47:211425 'auto_bisect': ['[email protected]'],
jdonnelly1ec60d92016-05-25 22:01:391426 'autofill': ['[email protected]',
jdonnelly40d55452015-08-31 19:37:031427 '[email protected]',
vabraafbd4f32015-11-10 19:30:231428 '[email protected]',
1429 '[email protected]'],
[email protected]121773a2013-06-07 22:02:331430 'automation': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351431 'background_sync': ['[email protected]',
chasej6dff9292016-02-02 20:33:121432 '[email protected]',
pennymac962d190432016-07-27 00:58:351433 '[email protected]',
1434 '[email protected]'],
dominickn8884155a2016-06-23 02:28:161435 'banners': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:191436 'base_allocator': ['[email protected]',
[email protected]b17d9e02014-07-29 09:45:501437 '[email protected]'],
[email protected]1ed5e0fd2012-07-19 00:19:051438 'base_memory': ['[email protected]'],
robliao1644d8b2016-04-11 15:39:591439 'base_task_scheduler': ['[email protected]',
1440 '[email protected]',
1441 '[email protected]'],
pennymac962d190432016-07-27 00:58:351442 'base_win': ['[email protected]',
1443 '[email protected]'],
[email protected]7e093d4022014-06-26 19:19:551444 'battery_status': ['[email protected]'],
anandc54ad4f72016-01-08 20:43:531445 'blimp' : ['[email protected]',
1446 '[email protected]',
gcastoe4733aa52016-07-19 19:21:461447 '[email protected]',
jessicag4b355162016-03-24 00:33:361448 '[email protected]',
nyquist0af49ad2015-09-16 19:22:351449 '[email protected]',
nyquist05ec00812016-05-11 00:57:111450 '[email protected]',
dominickn8884155a2016-06-23 02:28:161451 '[email protected]',
nyquist0af49ad2015-09-16 19:22:351452 '[email protected]',
sriramsr93d84202015-10-08 00:06:151453 '[email protected]',
1454 '[email protected]',
nyquist05ec00812016-05-11 00:57:111455 '[email protected]',
sriramsr93d84202015-10-08 00:06:151456 '[email protected]'],
pennymac962d190432016-07-27 00:58:351457 'blink': ['[email protected]'],
1458 'blink_accessibility': ['[email protected]',
1459 '[email protected]',
horo8e9a01572016-07-27 06:05:311460 '[email protected]',
pennymac962d190432016-07-27 00:58:351461 '[email protected]'],
1462 'blink_animation': ['[email protected]',
1463 '[email protected]',
1464 '[email protected]',
1465 '[email protected]',
1466 '[email protected]'],
1467 'blink_app_banner': ['[email protected]'],
1468 'blink_audio': ['[email protected]',
1469 '[email protected]'],
1470 'blink_battery_status': ['[email protected]',
1471 '[email protected]'],
1472 'blink_bidi': ['[email protected]'],
1473 'blink_bindings': ['[email protected]'],
1474 'blink_bluetooth': ['[email protected]',
1475 '[email protected]'],
1476 'blink_canvas2d': ['[email protected]',
1477 '[email protected]',
1478 '[email protected]',
1479 '[email protected]'],
1480 'blink_client_hints': ['[email protected]'],
1481 'blink_clipboard': ['[email protected]'],
1482 'blink_css': ['[email protected]',
1483 '[email protected]',
horo8e9a01572016-07-27 06:05:311484 '[email protected]',
pennymac962d190432016-07-27 00:58:351485 '[email protected]',
1486 '[email protected]'],
1487 'blink_css_flexbox': ['[email protected]'],
1488 'blink_css_fragmentation_tests': ['[email protected]'],
1489 'blink_css_grid_layout': ['[email protected]',
horo8e9a01572016-07-27 06:05:311490 '[email protected]',
pennymac962d190432016-07-27 00:58:351491 '[email protected]'],
1492 'blink_css_regions': ['[email protected]'],
1493 'blink_custom_elements': ['[email protected]',
1494 '[email protected]'],
1495 'blink_device_light': ['[email protected]',
1496 '[email protected]'],
1497 'blink_device_orientation': ['[email protected]',
1498 '[email protected]'],
1499 'blink_devtools': ['[email protected]',
1500 '[email protected]',
1501 '[email protected]',
1502 '[email protected]',
1503 '[email protected]',
lushnikovc5bd7ca2016-07-27 17:19:391504 '[email protected]'],
pennymac962d190432016-07-27 00:58:351505 'blink_dom': ['[email protected]',
1506 '[email protected]',
1507 '[email protected]',
1508 '[email protected]',
1509 '[email protected]'],
1510 'blink_events': ['[email protected]',
1511 '[email protected]',
1512 '[email protected]',
1513 '[email protected]'],
1514 'blink_fetch': ['[email protected]',
1515 '[email protected]',
1516 '[email protected]',
1517 '[email protected]'],
1518 'blink_fileapi': ['[email protected]',
1519 '[email protected]',
1520 '[email protected]'],
1521 'blink_geolocation': ['[email protected]',
1522 '[email protected]',
1523 '[email protected]'],
1524 'blink_heap': ['[email protected]',
1525 '[email protected]',
1526 '[email protected]',
1527 '[email protected]'],
1528 'blink_html': ['[email protected]',
1529 '[email protected]'],
csharrisonf357e9632016-07-29 01:27:221530 'blink_htmlparser': ['[email protected]',
1531 '[email protected]'],
pennymac962d190432016-07-27 00:58:351532 'blink_indexed_db': ['[email protected]',
1533 '[email protected]'],
1534 'blink_input': ['[email protected]',
1535 '[email protected]'],
1536 'blink_layers': ['[email protected]'],
1537 'blink_layout': ['[email protected]',
1538 '[email protected]',
1539 '[email protected]',
1540 '[email protected]',
1541 '[email protected]',
1542 '[email protected]',
1543 '[email protected]'],
ojan21576e22016-08-17 21:43:461544 'blink_layout_ng': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351545 'blink_loader': ['[email protected]',
1546 '[email protected]',
1547 '[email protected]',
1548 '[email protected]'],
1549 'blink_media': ['[email protected]',
1550 '[email protected]',
1551 '[email protected]'],
1552 'blink_media_queries': ['[email protected]',
1553 '[email protected]'],
1554 'blink_mediacapturefromelement': ['[email protected]',
1555 '[email protected]'],
1556 'blink_mediarecorder': ['[email protected]',
1557 '[email protected]'],
1558 'blink_mediastream': ['[email protected]',
1559 '[email protected]'],
1560 'blink_modules': ['[email protected]'],
1561 'blink_navigator_content_utils': ['[email protected]'],
1562 'blink_notifications': ['[email protected]'],
1563 'blink_out_of_process_frames': ['[email protected]',
1564 '[email protected]'],
1565 'blink_owners': ['[email protected]'],
1566 'blink_paint' : ['[email protected]',
1567 '[email protected]',
1568 '[email protected]'],
1569 'blink_permissions': ['[email protected]'],
1570 'blink_platform_graphics': ['[email protected]',
horo8e9a01572016-07-27 06:05:311571 '[email protected]',
pennymac962d190432016-07-27 00:58:351572 '[email protected]',
1573 '[email protected]',
1574 '[email protected]',
1575 '[email protected]',
1576 '[email protected]',
1577 '[email protected]',
1578 '[email protected]',
1579 '[email protected]',
1580 '[email protected]',
1581 '[email protected]',
1582 '[email protected]'],
1583 'blink_prerender': ['[email protected]',
1584 '[email protected]'],
1585 'blink_preloadScanner': ['[email protected]'],
1586 'blink_public_api': ['[email protected]',
1587 '[email protected]'],
1588 'blink_push_messaging': ['[email protected]',
1589 '[email protected]'],
1590 'blink_quota': ['[email protected]',
1591 '[email protected]',
1592 '[email protected]'],
1593 'blink_scheduler': ['[email protected]'],
1594 'blink_screen_orientation': ['[email protected]'],
1595 'blink_serviceworkers': ['[email protected]',
1596 '[email protected]',
1597 '[email protected]',
1598 '[email protected]',
1599 '[email protected]',
1600 '[email protected]',
1601 '[email protected]',
1602 '[email protected]'],
1603 'blink_serviceworkers_tests': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351604 'blink_spellcheck' : ['[email protected]'],
1605 'blink_spv2_layout_tests': ['[email protected]',
1606 '[email protected]'],
1607 'blink_style': ['[email protected]'],
1608 'blink_svg': ['[email protected]',
1609 '[email protected]',
1610 '[email protected]',
1611 '[email protected]',
1612 '[email protected]',
1613 '[email protected]',
1614 '[email protected]',
1615 '[email protected]'],
dpranke7d5df742016-04-06 00:27:031616 'blink_tools': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351617 'blink_track': ['[email protected]',
1618 '[email protected]',
1619 '[email protected]',
1620 '[email protected]',
1621 '[email protected]'],
1622 'blink_vibration': ['[email protected]',
1623 '[email protected]'],
1624 'blink_viewport_interaction': ['[email protected]'],
1625 'blink_w3ctests': ['[email protected]'],
1626 'blink_web': ['[email protected]'],
1627 'blink_webcomponents': ['[email protected]',
1628 '[email protected]'],
1629 'blink_webp': ['[email protected]',
1630 '[email protected]',
1631 '[email protected]'],
1632 'blink_websockets': ['[email protected]',
1633 '[email protected]'],
1634 'blink_workers': ['[email protected]',
1635 '[email protected]',
1636 '[email protected]',
1637 '[email protected]'],
1638 'blink_wtf': ['[email protected]',
1639 '[email protected]'],
1640 'blink_xmlhttprequest': ['[email protected]'],
1641 'bookmarks': ['[email protected]',
1642 '[email protected]'],
donnd787f6ed2016-08-03 01:00:561643 'bottombar': ['[email protected]',
1644 '[email protected]'],
stevenjbdd133032015-08-07 18:37:471645 'browser_chromeos': ['[email protected]'],
[email protected]22650d22012-07-18 17:02:351646 'browser_components': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351647 'browser_compositor': ['[email protected]',
1648 '[email protected]'],
[email protected]17a2fba2013-02-07 18:46:571649 'browser_resources': ['[email protected]'],
michaelpge42ca3b32016-02-19 08:17:571650 'browser_resources_md': ['[email protected]'],
msramek878b39d92016-04-20 07:55:331651 'browsing_data': ['[email protected]',
1652 '[email protected]'],
pennymac962d190432016-07-27 00:58:351653 'bubble': ['[email protected]',
1654 '[email protected]',
1655 '[email protected]',
1656 '[email protected]'],
1657 'cache_storage': ['[email protected]',
1658 '[email protected]'],
[email protected]c9ae7a32014-03-31 22:18:591659 'cast': ['[email protected]',
[email protected]479180d22014-03-11 09:47:341660 '[email protected]',
miua1710162015-08-27 01:38:091661 '[email protected]',
[email protected]ad8ff0e2013-12-13 09:24:121662 '[email protected]',
miua1710162015-08-27 01:38:091663 '[email protected]',
1664 '[email protected]'],
ryanchung4d157372016-05-10 20:27:161665 'cast_certificate': ['[email protected]',
1666 '[email protected]',
1667 '[email protected]',
1668 '[email protected]'],
[email protected]c863702a2012-09-14 20:05:281669 'cc': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351670 'certificate_transparency': ['[email protected]',
1671 '[email protected]',
1672 '[email protected]'],
1673 'chrome_elf': ['[email protected]',
1674 '[email protected]'],
[email protected]d5b21972012-07-20 02:06:011675 'chrome_views': ['[email protected]'],
alokp9d869cc12016-05-27 01:46:311676 'chromecast': ['[email protected]',
1677 '[email protected]',
halliwellfa56b3a42015-09-04 21:42:571678 '[email protected]'],
gfhuang2548f902016-02-26 02:29:211679 'chromecast_public': ['[email protected]'],
stgaocea5a9c2015-05-29 22:31:391680 'chromedriver': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351681 'chromeos': ['[email protected]'],
1682 'chromeos_attestation': ['[email protected]'],
1683 'chromeos_calculator': ['[email protected]'],
hashimoto40ecb692014-09-02 04:51:311684 'chromeos_dbus': ['[email protected]'],
alematec5187b1b2016-08-26 05:32:181685 'chromeos_geolocation': ['[email protected]'],
1686 'chromeos_login': ['[email protected]',
1687 '[email protected]'],
pennymac962d190432016-07-27 00:58:351688 'chromeos_net': ['[email protected]'],
1689 'chromeos_power': ['[email protected]'],
alematec5187b1b2016-08-26 05:32:181690 'chromeos_timezone': ['[email protected]'],
1691 'chromeos_webui': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351692 'clang_update': ['[email protected]',
[email protected]cf8ffa82013-02-13 08:30:071693 '[email protected]',
pennymac962d190432016-07-27 00:58:351694 '[email protected]',
rnk28bbd1772016-05-04 17:57:581695 '[email protected]',
1696 '[email protected]',
pennymac962d190432016-07-27 00:58:351697 '[email protected]',
1698 '[email protected]',
horo8e9a01572016-07-27 06:05:311699 '[email protected]',
pennymac962d190432016-07-27 00:58:351700 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001701 'clipboard': ['[email protected]'],
[email protected]18fd7a532014-08-20 23:09:511702 'closure': ['[email protected]',
dbeam78528be2016-02-18 07:08:491703 '[email protected]',
1704 '[email protected]'],
sdefresned94c5b02015-07-22 17:54:551705 'components_deps': ['[email protected]',
1706 '[email protected]',
1707 '[email protected]'],
pennymac962d190432016-07-27 00:58:351708 'content': ['[email protected]',
1709 '[email protected]'],
1710 'content_bluetooth': ['[email protected]',
1711 '[email protected]'],
1712 'content_loader': ['[email protected]',
1713 '[email protected]',
1714 '[email protected]'],
1715 'content_renderer': ['[email protected]'],
mkwst75a31a42014-09-14 18:32:531716 'content_shell': ['[email protected]',
peterc9e3e172015-11-02 09:29:161717 '[email protected]',
1718 '[email protected]'],
nhiroki90ba0102015-07-21 01:42:241719 'content_worker': ['[email protected]',
1720 '[email protected]'],
donnd787f6ed2016-08-03 01:00:561721 'contextual_search': ['[email protected]',
1722 '[email protected]'],
pennymac962d190432016-07-27 00:58:351723 'courgette': ['[email protected]',
1724 '[email protected]'],
michaelpge42ca3b32016-02-19 08:17:571725 'cr_elements': ['[email protected]',
1726 '[email protected]',
1727 '[email protected]'],
lizebf34f69b2016-03-30 16:08:531728 'custom_tabs': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:191729 'deep_memory_profiler': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351730 'device_bluetooth': ['[email protected]',
1731 '[email protected]'],
1732 'device_sensors': ['[email protected]',
mlamouri5cdcdf02014-11-27 15:58:591733 '[email protected]',
pennymac962d190432016-07-27 00:58:351734 '[email protected]'],
scheibabdd7d32015-02-11 22:13:081735 'developer_recommended_flags': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351736 'devtools': ['[email protected]',
1737 '[email protected]'],
1738 'disk_cache': ['[email protected]',
1739 '[email protected]'],
benjhaydendd24d5a642015-10-05 18:19:511740 'download': ['[email protected]'],
dbeam78528be2016-02-18 07:08:491741 'downloads_ui': ['[email protected]',
1742 '[email protected]'],
[email protected]9a3781d2013-04-04 18:31:401743 'drive': ['[email protected]'],
[email protected]89d2cd52013-04-16 01:55:361744 'drive_resource_metadata': ['[email protected]'],
[email protected]3a25c8a2014-06-26 06:47:101745 'eme': ['[email protected]'],
jdduke7edf3ca42015-10-26 18:20:011746 'events': ['[email protected]'],
[email protected]f9529e7922013-06-06 05:19:411747 'extension': ['[email protected]',
1748 '[email protected]'],
apaciblec4093a92016-04-19 19:21:581749 'feedback_ui': ['[email protected]'],
[email protected]84dcfd92014-05-23 13:18:191750 'fileapi': ['[email protected]',
[email protected]6f217122013-11-25 07:21:481751 '[email protected]',
1752 '[email protected]'],
yoshiki1c0ba2782014-12-08 07:04:261753 'filebrowse': ['[email protected]'],
okab0be3dc2016-08-30 07:37:101754 'filesapp': ['[email protected]',
1755 '[email protected]',
1756 '[email protected]'],
1757 'filesapp_ui': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001758 'ftp': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351759 'gcm': ['[email protected]',
1760 '[email protected]',
1761 '[email protected]'],
1762 'geolocation': ['[email protected]',
1763 '[email protected]'],
[email protected]cf428f732012-10-02 20:48:151764 'gfx_geometry': ['[email protected]'],
[email protected]f93b7382012-08-09 20:53:161765 'gfx_image': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351766 'gn': ['[email protected]',
1767 '[email protected]'],
[email protected]a6159102013-11-08 23:21:521768 'gpu': ['[email protected]'],
dbeam78528be2016-02-18 07:08:491769 'history_ui': ['[email protected]',
1770 '[email protected]',
1771 '[email protected]'],
[email protected]18d7e402014-07-08 19:53:141772 'hotword': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001773 'i18n': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001774 'importer': ['[email protected]'],
[email protected]8b250562014-08-12 19:07:451775 'indexed_db': ['[email protected]',
dgrogand792a7f2016-01-21 00:12:131776 '[email protected]'],
bruthigaa8281f2016-02-09 17:52:311777 'ink_drop': ['[email protected]'],
dtapuska1f997a12016-03-14 19:22:071778 'input': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351779 'installer': ['[email protected]',
1780 '[email protected]',
1781 '[email protected]'],
mmoss19826c62014-11-14 21:37:361782 'installer_linux': [ '[email protected]'],
pennymac962d190432016-07-27 00:58:351783 'instant': ['[email protected]',
1784 '[email protected]',
1785 '[email protected]',
1786 '[email protected]',
1787 '[email protected]',
1788 '[email protected]',
1789 '[email protected]',
1790 '[email protected]',
1791 '[email protected]',
1792 '[email protected]'],
sdefresne18b47312015-06-18 15:15:091793 'ios_chrome': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351794 'ipc': ['[email protected]',
1795 '[email protected]'],
1796 'libwebp': ['[email protected]',
1797 '[email protected]',
1798 '[email protected]'],
1799 'libvpx': ['[email protected]',
1800 '[email protected]',
1801 '[email protected]',
1802 '[email protected]'],
[email protected]04a292a2013-03-07 19:58:421803 'linux_fonts': ['[email protected]'],
[email protected]6d7e0bf2014-07-28 22:30:401804 'linux_sandboxing': ['[email protected]'],
[email protected]04a292a2013-03-07 19:58:421805 'linux_seccomp_bpf': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351806 'login': ['[email protected]'],
mlamourid8b0feb2015-06-02 16:30:471807 'manifest': ['[email protected]'],
dbeam7a734562015-09-15 18:23:171808 'md_settings': ['[email protected]',
michaelpg32ca07902015-02-07 00:31:111809 '[email protected]',
michaelpg32ca07902015-02-07 00:31:111810 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001811 'media': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351812 'media_galleries': ['[email protected]',
1813 '[email protected]'],
alokp9e369ea72e2016-06-10 05:41:091814 'media_mojo': ['[email protected]'],
kmarshallb698ad4f2015-02-24 19:42:481815 'media_router': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001816 'message_loop': ['[email protected]'],
isherman1eee6f12014-12-09 02:14:301817 'metrics': ['[email protected]'],
[email protected]1d8899ee2014-06-10 20:58:121818 'metrics_xml_files': ['[email protected]'],
toyoshim8f51f902015-03-27 03:50:211819 'midi': ['[email protected]'],
[email protected]c3830c622013-10-10 22:00:001820 'mojo': ['[email protected]',
[email protected]62bbe812013-10-24 22:24:161821 '[email protected]',
[email protected]3bf40cb2013-10-11 19:10:491822 '[email protected]',
[email protected]0f79ff62014-04-25 23:35:531823 '[email protected]',
[email protected]84003af2014-05-02 09:37:131824 '[email protected]',
1825 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001826 'mouse_lock': ['[email protected]'],
rjkroegef60dea862015-10-29 17:50:061827 'mus': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001828 'nacl': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351829 'native_client_sdk': ['[email protected]',
1830 '[email protected]'],
1831 'navigation': ['[email protected]',
1832 '[email protected]'],
[email protected]0b6c5e92013-03-08 22:42:521833 'net': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001834 'net_error_list': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351835 'net_log': ['[email protected]',
1836 '[email protected]'],
jkarlin539748402015-03-31 17:36:311837 'netinfo': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351838 'notifications': ['[email protected]',
1839 '[email protected]'],
Evan Stade459d16662015-07-07 17:04:571840 'ntp': ['[email protected]',
[email protected]0bce107762012-11-27 11:42:541841 '[email protected]'],
bauerb719d4712016-06-21 10:00:441842 'ntp_snippets': ['[email protected]'],
treib70176c52016-07-08 14:34:191843 'ntp_tiles': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351844 'offline_pages': ['[email protected]',
1845 '[email protected]',
1846 '[email protected]',
dewittj74b23f6f2016-04-21 19:29:251847 '[email protected]',
1848 '[email protected]',
pennymac962d190432016-07-27 00:58:351849 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001850 'omnibox': ['[email protected]'],
michaelpgf6260fbd2015-02-06 17:59:351851 'options': ['[email protected]',
1852 '[email protected]'],
chasej6dff9292016-02-02 20:33:121853 'origin_trials': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351854 'ozone': ['[email protected]',
1855 '[email protected]'],
csharrison3b1dc4062015-10-19 14:31:081856 'page_load_metrics' : ['[email protected]',
kinuko01cbe8a12015-10-20 09:59:061857 '[email protected]'],
pennymac962d190432016-07-27 00:58:351858 'panels': ['[email protected]',
1859 '[email protected]',
1860 '[email protected]',
1861 '[email protected]'],
mkwst17a9875d2016-06-24 10:36:391862 'password_manager': ['[email protected]',
vabraafbd4f32015-11-10 19:30:231863 '[email protected]'],
pennymac962d190432016-07-27 00:58:351864 'pepper_api': ['[email protected]',
1865 '[email protected]',
1866 '[email protected]',
1867 '[email protected]',
1868 '[email protected]',
horo8e9a01572016-07-27 06:05:311869 '[email protected]',
pennymac962d190432016-07-27 00:58:351870 '[email protected]'],
kcarattinic1d30ef2016-01-07 05:12:301871 'permissions': ['[email protected]'],
stuartmorganf8c132922015-01-23 14:45:341872 'plugin': ['[email protected]'],
tnagelad92622a92015-10-20 10:26:301873 'policy_definitions': ['[email protected]'],
dbeam78528be2016-02-18 07:08:491874 'polymer': ['[email protected]',
1875 '[email protected]'],
twifkak0c69c1f2015-06-22 18:20:091876 'precache': ['[email protected]'],
tburkard8268a8d2014-09-17 12:53:441877 'predictors': ['[email protected]'],
[email protected]be775bc2014-06-30 15:41:141878 'prepopulated_engines': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351879 'prerender': ['[email protected]',
1880 '[email protected]',
1881 '[email protected]'],
1882 'push_messaging': ['[email protected]',
1883 '[email protected]',
1884 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001885 'pyauto': ['[email protected]',
pennymac962d190432016-07-27 00:58:351886 '[email protected]',
1887 '[email protected]'],
[email protected]c3887592014-02-06 20:02:251888 'remoting': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351889 'rlz_id': ['[email protected]',
1890 '[email protected]',
1891 '[email protected]'],
grt829c6a82014-10-20 09:29:321892 'safe_browsing': ['[email protected]'],
rickyz0a819bfc2015-02-04 23:57:221893 'sandbox': ['[email protected]'],
skyostil20dea312014-11-11 13:43:061894 'scheduler': ['[email protected]'],
mlamourid8b0feb2015-06-02 16:30:471895 'screen_orientation': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351896 'service_worker': ['[email protected]',
[email protected]6d095a8b2014-02-28 15:26:161897 '[email protected]',
pennymac962d190432016-07-27 00:58:351898 '[email protected]',
[email protected]edaf31d2014-03-07 00:09:171899 '[email protected]',
pennymac962d190432016-07-27 00:58:351900 '[email protected]',
horo8e9a01572016-07-27 06:05:311901 '[email protected]',
pennymac962d190432016-07-27 00:58:351902 '[email protected]'],
dominickn8884155a2016-06-23 02:28:161903 'site_engagement': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351904 'site_instance': ['[email protected]',
1905 '[email protected]',
[email protected]b9ecdb62014-03-07 14:56:431906 '[email protected]'],
[email protected]ad0295d2012-10-11 23:43:361907 'spellcheck': ['[email protected]',
[email protected]18d7e402014-07-08 19:53:141908 '[email protected]',
rouslan8d6a8372015-09-10 19:10:101909 '[email protected]'],
[email protected]67f39af2013-08-23 20:06:051910 'streams': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351911 'styleguide': ['[email protected]',
1912 '[email protected]'],
1913 'supervised_users': ['[email protected]'],
maxbogue65ea2632016-04-04 18:12:581914 'sync': ['[email protected]'],
[email protected]84dcfd92014-05-23 13:18:191915 'syncfs': ['[email protected]',
[email protected]6f217122013-11-25 07:21:481916 '[email protected]',
1917 '[email protected]'],
[email protected]82d74152013-07-28 08:55:311918 'tab_capture': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351919 'tab_contents': ['[email protected]',
1920 '[email protected]',
1921 '[email protected]'],
[email protected]31ef420b2014-08-13 21:19:131922 'tab_media_indicators': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:191923 'tcmalloc': ['[email protected]'],
tonygc7f6a4c12015-01-16 18:32:261924 'telemetry': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351925 'test_runner': ['[email protected]',
einbindera29577e2016-08-23 01:21:491926 '[email protected]',
1927 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001928 'tests': [],
pennymac962d190432016-07-27 00:58:351929 'textinput': ['[email protected]',
1930 '[email protected]',
1931 '[email protected]',
1932 '[email protected]'],
1933 'textinput_chromeos': ['[email protected]',
1934 '[email protected]',
1935 '[email protected]'],
chirantan96fcf6d2015-01-21 22:36:191936 'timers': ['[email protected]'],
[email protected]0fc48a12014-06-07 20:26:051937 'tools_emacs': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351938 'tracing': ['[email protected]',
1939 '[email protected]'],
[email protected]cf428f732012-10-02 20:48:151940 'ui_compositor': ['[email protected]'],
robliao2c4b7492016-07-19 01:57:261941 'ui_display_win': ['[email protected]'],
[email protected]6b5093c2012-05-23 19:10:181942 'ui_resources': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001943 'valgrind': ['[email protected]',
timurrrr5335dbd2015-04-15 11:04:551944 '[email protected]'],
[email protected]c73ec8ab2014-01-16 20:35:231945 'version_assembly': ['[email protected]',
1946 '[email protected]'],
posciak62a72272016-05-11 08:31:241947 'video': ['[email protected]'],
miud5878c02016-05-14 23:27:131948 'video_capture': ['[email protected]',
1949 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001950 'views': ['[email protected]'],
[email protected]ef514a32014-02-26 01:02:351951 'virtual_keyboard': ['[email protected]',
1952 '[email protected]'],
tnakamuraa9bda962015-06-03 13:34:021953 'webrtc_browser_tests': ['[email protected]',
1954 '[email protected]'],
raymesf5084632015-07-02 07:14:151955 'website_settings': ['[email protected]',
pennymac962d190432016-07-27 00:58:351956 '[email protected]',
1957 '[email protected]'],
1958 'windows_sandboxing': ['[email protected]',
1959 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001960 'x11': ['[email protected]',
1961 '[email protected]',
1962 '[email protected]'],
pennymac962d190432016-07-27 00:58:351963 'xml': ['[email protected]'],
wjmaclean3ff6a402015-03-31 19:00:201964 'zoom': ['[email protected]'],
[email protected]a3838612009-10-13 21:57:541965 },
1966}