blob: d6aacb4171a390f049650c2be32342dab6a6fbbd [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 },
agrieve4d9c1c52016-09-23 17:49:3854 'android_java': {
55 'filepath': '/java/'
56 },
gabadieb0d23bb92016-02-17 11:26:1657 'android_loading': {
58 'filepath': 'tools/android/loading/'
59 },
[email protected]d6af50812014-04-01 17:18:0960 'android_media': {
61 'filepath': 'content/browser/media/android' \
62 '|content/renderer/media/android' \
63 '|media/audio/android' \
64 '|media/base/android' \
65 '|media/midi/*_android.*' \
66 '|media/video/capture/android'
67 },
[email protected]3261d962014-03-04 22:18:2868 'android_tab': {
69 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/Tab'
70 },
asvitkine361b276e2016-08-30 18:45:0071 'android_uma_settings': {
72 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/preferences/privacy/UsageAndCrashReportsPreferenceFragment.java|'\
73 'chrome/android/java/src/org/chromium/chrome/browser/preferences/privacy/PrivacyPreferencesManager.java|'\
74 'chrome/android/java/src/org/chromium/chrome/browser/preferences/privacy/PrivacyPreferences.java|'\
asvitkine361b276e2016-08-30 18:45:0075 'chrome/android/java/src/org/chromium/chrome/browser/metrics/UmaSessionStats.java',
76 },
zpengb9a180d2016-10-12 18:40:2177 'android_webapk': {
zpeng4c3bc372016-10-13 03:00:4878 'filepath': 'chrome/android/webapk/|'\
79 'chrome/browser/android/webapk/',
zpengb9a180d2016-10-12 18:40:2180 },
[email protected]7ca78dc12012-09-20 09:26:4481 'android_webview': {
82 'filepath': 'android_webview/',
83 },
[email protected]8a197f22012-06-22 14:59:0584 'app_list': {
[email protected]311cc902013-03-15 04:45:4685 'filepath': 'chrome/browser/ui/app_list'\
86 '|chrome/browser/ui/ash/app_list'\
[email protected]311cc902013-03-15 04:45:4687 '|chrome/browser/ui/views/app_list'\
88 '|ui/app_list/'
[email protected]8a197f22012-06-22 14:59:0589 },
[email protected]e38d185a2013-07-09 08:23:5290 'app_shortcuts': {
91 'filepath': 'apps/app_shim/'\
92 '|chrome/browser/web_applications/'\
93 '|chrome/browser/ui/web_applications/'\
94 '|chrome/common/mac/'
95 },
[email protected]374a93c2009-11-05 21:45:5696 'appcache': {
[email protected]f2f0fbb92012-07-14 15:52:4997 'filepath': 'appcache/',
[email protected]374a93c2009-11-05 21:45:5698 },
[email protected]54bf94d2013-01-30 23:07:4099 'apps': {
100 'filepath': '^apps/',
101 },
lhchavez4b19176f2016-05-04 23:12:46102 'arc': {
103 'filepath': 'arc/',
104 },
lhchavez61532c92016-10-18 21:33:37105 'arc_auth': {
106 'filepath': 'chrome/browser/chromeos/arc/arc_auth'
107 },
lhchavez4b19176f2016-05-04 23:12:46108 'arc_net': {
109 'filepath': 'components/arc/net/',
110 },
ejcarusoa298ec02016-06-16 20:30:43111 'arc_power': {
112 'filepath': 'components/arc/power/',
113 },
[email protected]3ce56642013-10-17 22:12:51114 'ash': {
115 'filepath': 'ash/',
116 },
[email protected]f76c8852012-06-21 16:37:00117 'aura': {
[email protected]3ce56642013-10-17 22:12:51118 'filepath': 'ui/aura/',
[email protected]84ba35e32010-08-06 17:22:39119 },
[email protected]c3a6e1e72013-08-02 00:13:07120 'aura_compositor': {
121 'filepath':
122 'ui/compositor/' \
[email protected]6dc38f72014-01-16 22:19:58123 '|content/browser/compositor/' \
124 '|content/browser/renderer_host/compositor_resize_lock_aura' \
[email protected]c3a6e1e72013-08-02 00:13:07125 '|content/browser/renderer_host/render_widget_host_view_aura' \
126 '|content/browser/renderer_host/render_widget_host_view_browsertest' \
[email protected]a6eeeef92014-03-19 19:06:44127 '|content/browser/renderer_host/delegated' \
128 '|content/browser/renderer_host/software' \
[email protected]c3a6e1e72013-08-02 00:13:07129 '|content/common/gpu/client/' \
[email protected]c3a6e1e72013-08-02 00:13:07130 },
sullivan0171e3c2015-03-03 18:47:21131 'auto_bisect': {
132 'filepath': 'tools/run-bisect-perf-regression.py'\
133 '|tools/run-perf-test.cfg'\
134 '|tools/auto_bisect/'
135 },
[email protected]2a38f0c02013-05-29 02:27:45136 'autofill': {
[email protected]30964792013-05-29 02:41:25137 'filepath': 'chrome/browser/autofill/|'\
[email protected]d9310a82012-11-02 02:53:48138 'chrome/browser/resources/options/autofill_|'\
[email protected]d9310a82012-11-02 02:53:48139 'chrome/browser/ui/android/autofill/|'\
140 'chrome/browser/ui/autofill/|'\
[email protected]e3e4ca62013-05-17 08:50:27141 'chrome/browser/ui/cocoa/autofill/|'\
[email protected]d9310a82012-11-02 02:53:48142 'chrome/browser/ui/views/autofill/|'\
143 'chrome/browser/ui/webui/options/autofill_|'\
[email protected]d9310a82012-11-02 02:53:48144 'chrome/renderer/autofill/|'\
145 'chrome/test/data/autofill/|'\
[email protected]3947d4a82013-03-12 09:41:05146 'components/autofill/|'\
[email protected]30964792013-05-29 02:41:25147 'components/autofill/browser/webdata/|'\
vabrbeb0c562015-12-01 10:48:08148 'components/webdata/',
[email protected]b3399272010-08-10 19:49:29149 },
[email protected]f76c8852012-06-21 16:37:00150 'automation': {
[email protected]f2f0fbb92012-07-14 15:52:49151 'filepath': 'chrome/browser/automation/|chrome/test/automation/',
[email protected]b8a0f8fa2010-09-02 18:35:55152 },
dominickn8884155a2016-06-23 02:28:16153 'banners': {
154 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/banners/|'\
155 'chrome/android/javatests/src/org/chromium/chrome/browser/banners/|'\
156 'chrome/browser/android/banners/|'\
157 'chrome/browser/banners/|'\
158 'chrome/browser/ui/android/infobars/app_banner_.*|'\
159 'chrome/renderer/banners/|'\
160 'third_party/WebKit/public/platform/modules/app_banner/|'\
161 'third_party/WebKit/Source/modules/app_banner/',
162 },
jkarlin539748402015-03-31 17:36:31163 'background_sync': {
164 'filepath': 'background_sync',
165 },
[email protected]f76c8852012-06-21 16:37:00166 'base': {
[email protected]f2f0fbb92012-07-14 15:52:49167 'filepath': '^base/',
[email protected]7a7a13b2010-08-25 01:10:59168 },
[email protected]5e105332012-09-13 01:55:52169 'base_allocator': {
170 'filepath': '^base/allocator',
171 },
[email protected]1ed5e0fd2012-07-19 00:19:05172 'base_memory': {
173 'filepath': '^base/memory',
174 },
robliao1644d8b2016-04-11 15:39:59175 'base_task_scheduler': {
176 'filepath': '^base/task_scheduler',
177 },
[email protected]b17d9e02014-07-29 09:45:50178 'base_win': {
179 'filepath': '^base/win',
180 },
[email protected]7e093d4022014-06-26 19:19:55181 'battery_status': {
182 'filepath': 'content/browser/battery_status/|'\
timvolodine953fde72014-12-09 16:47:10183 'content/test/data/battery_status/|'\
184 'device/battery/',
[email protected]7e093d4022014-06-26 19:19:55185 },
maniscalco44c99752015-09-09 21:52:04186 'blimp': {
187 'filepath': '^blimp/',
188 },
[email protected]06798f72013-01-14 22:31:17189 'bookmarks': {
190 'filepath': 'chrome/browser/bookmarks/' \
[email protected]771ad482013-07-16 17:32:48191 '|chrome/browser/extensions/api/bookmark_manager_private/' \
192 '|chrome/browser/extensions/api/bookmarks/' \
193 '|chrome/browser/resources/bookmark_manager/' \
[email protected]cd869cde2013-01-31 15:46:35194 '|chrome/browser/ui/bookmarks/' \
195 '|chrome/browser/ui/cocoa/bookmarks/' \
[email protected]5cb8b6e12014-05-19 16:53:46196 '|chrome/browser/ui/views/bookmarks/' \
197 '|components/bookmarks'
[email protected]06798f72013-01-14 22:31:17198 },
donnd787f6ed2016-08-03 01:00:56199 'bottombar': {
200 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/',
201 },
[email protected]b17d9e02014-07-29 09:45:50202 'breakpad_app': {
sdefresne8ba0b88c2015-09-18 10:33:13203 'filepath': 'components/crash/content/app/',
[email protected]b17d9e02014-07-29 09:45:50204 },
[email protected]f76c8852012-06-21 16:37:00205 'browser': {
[email protected]f2f0fbb92012-07-14 15:52:49206 'filepath': 'chrome/browser/',
[email protected]02c44522010-10-08 17:43:25207 },
[email protected]f76c8852012-06-21 16:37:00208 'browser_chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:49209 'filepath': 'chrome/browser/chromeos/',
[email protected]02c44522010-10-08 17:43:25210 },
[email protected]22650d22012-07-18 17:02:35211 'browser_components': {
[email protected]a7228f62012-09-20 17:52:48212 'filepath': 'chrome/browser/autofill/' \
213 '|chrome/browser/bookmarks/' \
[email protected]a7228f62012-09-20 17:52:48214 '|chrome/browser/favicon/' \
[email protected]ddf288e2013-01-09 20:58:27215 '|chrome/browser/history/' \
[email protected]fccf4882013-03-15 04:46:19216 '|chrome/browser/webdata/' \
[email protected]3947d4a82013-03-12 09:41:05217 '|components/autofill/'
[email protected]22650d22012-07-18 17:02:35218 },
[email protected]f76c8852012-06-21 16:37:00219 'browser_compositor': {
[email protected]f2f0fbb92012-07-14 15:52:49220 'filepath': 'ui/compositor/'
[email protected]fbd846b2010-11-19 01:32:18221 },
[email protected]f76c8852012-06-21 16:37:00222 'browser_resources': {
[email protected]f2f0fbb92012-07-14 15:52:49223 'filepath': 'chrome/browser/resources/',
[email protected]f76c8852012-06-21 16:37:00224 },
michaelpge42ca3b32016-02-19 08:17:57225 'browser_resources_md': {
226 'filepath': 'chrome/browser/resources/md_'\
227 '|chrome/browser/resources/settings/',
228 },
[email protected]0ce480532012-07-20 12:33:20229 'browsing_data': {
230 'filepath': 'chrome/browser/browsing_data/',
231 },
[email protected]f76c8852012-06-21 16:37:00232 'bubble': {
[email protected]f2f0fbb92012-07-14 15:52:49233 'filepath': 'ui/views/bubble/|'\
rouslan8d6a8372015-09-10 19:10:10234 'chrome/browser/ui/views/bubble/|'\
235 'components/bubble/',
[email protected]f76c8852012-06-21 16:37:00236 },
jkarlin539748402015-03-31 17:36:31237 'cache_storage': {
238 'filepath': 'cache_storage',
239 },
[email protected]10fbd5952013-08-22 07:42:39240 'cast': {
[email protected]31ef420b2014-08-13 21:19:13241 'filepath': 'media/cast/'\
242 '|chrome/browser/extensions/api/cast_streaming/'\
243 '|chrome/browser/media/cast'\
244 '|chrome/renderer/media/cast'\
245 '|chrome/test/data/extensions/api_test/cast_'\
miu5e69f1c52016-10-23 13:40:11246 '|content/public/renderer/media_stream_'\
247 '|content/renderer/media/(media_stream|(.+audio_source))',
[email protected]10fbd5952013-08-22 07:42:39248 },
ryanchung4d157372016-05-10 20:27:16249 'cast_certificate': {
250 'filepath': 'components/cast_certificate/'\
251 '|components/test/data/cast_certificate/',
252 },
eranmc2a9f612015-11-24 16:41:34253 'certificate_transparency': {
254 'filepath': 'components/certificate_transparency/'\
255 '|components/packed_ct_ev_whitelist/'\
256 '|net/cert/ct_'\
257 '|net/cert/multi_log_ct_verifier'\
258 '|net/cert/sct_status_flags.h'\
259 '|net/cert/signed_certificate_timestamp'\
260 '|net/cert/signed_tree_head'\
261 '|net/test/ct_',
262 },
[email protected]651d9992014-04-09 17:18:41263 'chromecast': {
264 'filepath': 'chromecast/',
265 },
gfhuang2548f902016-02-26 02:29:21266 'chromecast_public': {
267 'filepath': 'chromecast/public/',
268 },
[email protected]c863702a2012-09-14 20:05:28269 'cc': {
270 'filepath': 'cc/|'\
[email protected]4934d362012-11-22 22:04:53271 'content/common/cc_messages'
[email protected]c863702a2012-09-14 20:05:28272 },
[email protected]c73ec8ab2014-01-16 20:35:23273 'chrome_elf': {
274 'filepath': 'chrome_elf',
275 },
[email protected]d5b21972012-07-20 02:06:01276 'chrome_views': {
277 'filepath': 'chrome/browser/ui/views',
278 },
[email protected]f7bf8ba2011-02-24 22:28:46279 'chromedriver': {
samuong53d5e612014-10-10 18:56:38280 'filepath': 'chrome/test/chromedriver|'\
281 'chrome/test/data/chromedriver|'\
282 'third_party/webdriver'
[email protected]f7bf8ba2011-02-24 22:28:46283 },
[email protected]f76c8852012-06-21 16:37:00284 'chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:49285 'filepath': 'chromeos/',
[email protected]531b1532011-08-11 03:52:01286 },
[email protected]eda0a0b2013-04-19 20:34:35287 'chromeos_attestation': {
288 'filepath': 'chromeos/attestation/|'\
[email protected]64494c3f2013-08-14 22:15:59289 'chrome/browser/chromeos/attestation/|'\
290 'chrome/browser/extensions/api/enterprise_platform_keys_private/',
[email protected]eda0a0b2013-04-19 20:34:35291 },
[email protected]7c59a152012-11-06 20:56:35292 'chromeos_calculator': {
293 'filepath': 'chrome/common/extensions/docs/examples/apps/calculator/',
294 },
hashimoto40ecb692014-09-02 04:51:31295 'chromeos_dbus': {
296 'filepath': 'chromeos/dbus/',
297 },
alematec5187b1b2016-08-26 05:32:18298 'chromeos_geolocation': {
299 'filepath': 'chromeos/geolocation/',
300 },
[email protected]f76c8852012-06-21 16:37:00301 'chromeos_login': {
[email protected]f2f0fbb92012-07-14 15:52:49302 'filepath': 'chrome/browser/chromeos/login/|'\
303 'chrome/browser/ui/webui/chromeos/login/|'\
dzhioevcc7c0492014-11-25 14:52:58304 'chrome/browser/resources/chromeos/login/|'\
305 'ui/login/',
[email protected]a791dac2011-04-07 23:22:57306 },
[email protected]d7d35f342012-10-22 20:32:47307 'chromeos_net': {
308 'filepath': 'chromeos/network/|'\
stevenjbdd133032015-08-07 18:37:47309 'chrome/browser/chromeos/net/|'\
310 'chrome/browser/extensions/api/networking_private/|'\
311 'extensions/browser/api/networking_private/|'\
312 'ui/chromeos/network/',
[email protected]d7d35f342012-10-22 20:32:47313 },
[email protected]2315ac0c2013-02-05 00:49:16314 'chromeos_power': {
[email protected]c3943ad2013-07-03 13:44:56315 'filepath': 'ash/system/chromeos/power/|'\
316 'chromeos/dbus/power_.*|'\
[email protected]2315ac0c2013-02-05 00:49:16317 'chrome/browser/chromeos/power/',
318 },
alematec5187b1b2016-08-26 05:32:18319 'chromeos_timezone': {
320 'filepath': 'chromeos/timezone/',
321 },
[email protected]f76c8852012-06-21 16:37:00322 'chromeos_webui': {
[email protected]f2f0fbb92012-07-14 15:52:49323 'filepath': 'chrome/browser/ui/webui/chromeos/|'\
324 'chrome/browser/resources/chromeos/',
[email protected]ba03af42012-03-08 01:37:12325 },
[email protected]cef7a6d2011-04-29 20:49:07326 'clang_update': {
Nico Webere250e6a2015-12-02 19:31:56327 'filepath': 'tools/clang/scripts/update.py'
[email protected]cef7a6d2011-04-29 20:49:07328 },
[email protected]f76c8852012-06-21 16:37:00329 'clipboard': {
330 'filepath': 'clipboard|dnd|drag|drop',
[email protected]2418b022011-05-19 21:06:02331 },
[email protected]0387ab32014-08-05 00:13:42332 'closure': {
[email protected]18fd7a532014-08-20 23:09:51333 'filepath': 'third_party/closure_(compiler|linter)/|'
dbeam78528be2016-02-18 07:08:49334 'compiled_resources2?.gyp',
[email protected]0387ab32014-08-05 00:13:42335 },
sdefresned94c5b02015-07-22 17:54:55336 'components_deps': {
337 'filepath': 'components/([^/]*/)*DEPS',
338 },
[email protected]f76c8852012-06-21 16:37:00339 'content': {
[email protected]f2f0fbb92012-07-14 15:52:49340 'filepath': 'content/',
[email protected]f76c8852012-06-21 16:37:00341 },
scheib968e61052014-11-05 00:27:25342 'content_bluetooth': {
343 'filepath': 'content/.*bluetooth'
344 },
kinuko01cbe8a12015-10-20 09:59:06345 'content_loader': {
mmenkefaa97d3b2016-09-25 14:24:02346 'filepath': 'chrome/browser/loader|' \
347 'content/browser/loader|' \
kinuko01cbe8a12015-10-20 09:59:06348 'content/child/*loader',
349 },
mkwst512627022014-09-16 09:23:27350 'content_renderer': {
351 'filepath': 'content/renderer/',
352 },
[email protected]aa3311a2012-11-19 16:04:58353 'content_shell': {
354 'filepath': 'content/shell/',
355 },
kinukoa121bce2015-01-30 10:04:41356 'content_worker': {
357 'filepath': 'content/.*worker',
358 },
donnd787f6ed2016-08-03 01:00:56359 'contextual_search': {
360 'filepath': 'chrome/browser/android/contextualsearch/|' \
361 'chrome/android/java/src/org/chromium/chrome/browser/contextualsearch/|' \
362 'chrome/android/javatests/src/org/chromium/chrome/browser/contextualsearch/|' \
363 'components/contextual_search/',
364 },
[email protected]f76c8852012-06-21 16:37:00365 'cookie_monster': {
[email protected]f2f0fbb92012-07-14 15:52:49366 'filepath': 'net/cookies/|'\
[email protected]8492b5b2012-12-17 21:58:08367 'chrome/browser/net/sqlite_persistent_cookie_store',
[email protected]f76c8852012-06-21 16:37:00368 },
wfh792b71c2016-05-04 23:33:41369 'courgette': {
370 'filepath': 'courgette/',
371 },
michaelpge42ca3b32016-02-19 08:17:57372 'cr_elements': {
373 'filepath': 'ui/webui/resources/cr_element',
374 },
ianwencdb8c9e2015-06-18 22:10:15375 'custom_tabs': {
Newton Allen38c62212015-06-24 21:41:53376 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/customtabs/|'\
ianwencdb8c9e2015-06-18 22:10:15377 'chrome/android/javatests/src/org/chromium/chrome/browser/customtabs/',
alancuttercbad6512015-06-19 02:31:28378 },
tbansalc6f1c9f2016-09-30 22:48:42379 'data_reduction_proxy': {
380 'filepath': 'chrome/browser/net/spdyproxy/|'\
381 'data_reduction_proxy|'\
382 'chrome_proxy',
383 },
[email protected]5e105332012-09-13 01:55:52384 'deep_memory_profiler': {
385 'filepath': 'tools/(deep_memory_profiler|find_runtime_symbols)',
386 },
Bartosz Fabianowski85a823812015-04-16 10:27:51387 'device_bluetooth': {
388 'filepath': 'device/.*bluetooth'
389 },
[email protected]29ad47c2014-04-23 09:12:48390 'device_sensors': {
391 'filepath': 'content/browser/device_sensors/|'\
392 'content/common/device_sensors/|'\
393 'content/public/android/java/src/org/chromium/content/browser/DeviceSensors.java|'\
394 'content/public/android/javatests/src/org/chromium/content/browser/DeviceSensorsTest.java|'\
timvolodine8cdb94c2016-09-22 12:17:22395 'content/renderer/device_sensors/|'\
396 'content/test/data/device_sensors/|'\
397 'device/sensors/',
[email protected]8c667232013-11-12 19:49:14398 },
scheibabdd7d32015-02-11 22:13:08399 'developer_recommended_flags': {
400 'filepath': 'developer_recommended_flags.gypi',
401 },
[email protected]342b12872012-11-07 12:10:46402 'devtools': {
403 'filepath': 'devtools',
404 },
[email protected]bab2a832012-07-11 23:29:41405 'disk_cache': {
406 'filepath': 'net/disk_cache/|http_cache',
407 },
[email protected]f76c8852012-06-21 16:37:00408 'download': {
[email protected]f2f0fbb92012-07-14 15:52:49409 'filepath': 'chrome/browser/download/|'\
[email protected]8492b5b2012-12-17 21:58:08410 'content/browser/download/',
[email protected]6bff0ad2011-06-17 01:32:51411 },
[email protected]ca872e362011-07-12 21:06:03412 'downloads_ui': {
dbeam78528be2016-02-18 07:08:49413 'filepath': 'chrome/browser/resources/(md_)?downloads/|' \
[email protected]8492b5b2012-12-17 21:58:08414 'chrome/browser/ui/webui/.*downloads|' \
415 'chrome/browser/ui/views/download/|' \
asanka2009f412015-10-05 17:28:12416 'chrome/browser/ui/cocoa/download/'
[email protected]ca872e362011-07-12 21:06:03417 },
[email protected]f6df20a2012-10-23 21:22:07418 'drive': {
[email protected]8492b5b2012-12-17 21:58:08419 'filepath': 'chrome/browser/chromeos/drive/|' \
420 'chrome/browser/google_apis/'
[email protected]f6df20a2012-10-23 21:22:07421 },
[email protected]89d2cd52013-04-16 01:55:36422 'drive_resource_metadata': {
[email protected]2c948e12013-10-17 03:08:33423 'filepath': 'chrome/browser/chromeos/drive/resource_metadata'
[email protected]89d2cd52013-04-16 01:55:36424 },
[email protected]3a25c8a2014-06-26 06:47:10425 'eme': {
426 'filepath': 'components/cdm/|' \
427 'content/browser/media/cdm/|' \
428 'content/renderer/media/crypto/|' \
429 'media/base/android/*drm*|' \
430 'media/cdm/|' \
431 'third_party/widevine/cdm/'
432 },
[email protected]247dcfb92014-04-23 18:25:59433 'events': {
434 'filepath': 'ui/events/',
435 },
[email protected]f76c8852012-06-21 16:37:00436 'extension': {
437 'filepath': 'extension',
[email protected]161277d42011-06-24 20:48:45438 },
apaciblec4093a92016-04-19 19:21:58439 'feedback_ui': {
440 'filepath': 'chrome/browser/resources/(md_)?feedback/'
441 },
[email protected]f76c8852012-06-21 16:37:00442 'fileapi': {
[email protected]8492b5b2012-12-17 21:58:08443 'filepath': 'file_system/|' \
444 'fileapi/'
[email protected]80919512011-08-03 08:51:04445 },
[email protected]f76c8852012-06-21 16:37:00446 'filebrowse': {
[email protected]8492b5b2012-12-17 21:58:08447 'filepath': 'file_browser|' \
448 'file_manager|' \
449 'filebrowse'
[email protected]4b07b62cc2011-10-03 17:52:39450 },
[email protected]4ed766c2013-09-19 09:45:20451 'filesapp': {
okab0be3dc2016-08-30 07:37:10452 'filepath': 'chrome/browser/chromeos/drive|' \
453 'chrome/browser/chromeos/extensions/file_manager|' \
454 'chrome/browser/chromeos/extensions/file_system_provider|' \
455 'chrome/browser/chromeos/file_manager|' \
456 'chrome/browser/chromeos/file_system_provider|' \
457 'chrome/browser/drive|' \
458 'chrome/test/data/extensions/api_test/file_system_provider|' \
459 'components/drive|' \
460 'google_apis/drive|' \
461 'ui/file_manager'
462 },
463 'filesapp_ui': {
[email protected]4ff3d9f2014-04-24 05:25:20464 'filepath': 'ui/file_manager'
[email protected]4ed766c2013-09-19 09:45:20465 },
[email protected]f76c8852012-06-21 16:37:00466 'ftp': {
467 'filepath': 'ftp',
[email protected]ffeb189d2011-10-05 18:49:39468 },
mmoroz58ddb8172016-09-08 18:29:55469 'fuzzing': {
470 'filepath': 'fuzz|Fuzz',
471 },
[email protected]3a2a6ac02014-06-20 07:07:12472 'gcm': {
473 'filepath': 'chrome/browser/services/gcm/|'\
474 'components/gcm_driver/|'\
475 'google_apis/gcm/',
476 },
[email protected]d8036492013-08-09 16:02:23477 'geolocation': {
478 'filepath': 'chrome/browser/geolocation/|'\
479 'content/browser/geolocation|'\
480 'content/public/common/geoposition.*|'\
481 'content/public/browser/geolocation.*|'\
482 'content/renderer/geolocation.*|'\
483 'content/shell/geolocation/',
484 },
[email protected]f93b7382012-08-09 20:53:16485 'gfx_image': {
486 'filepath': 'ui/gfx/image/',
487 },
[email protected]cf428f732012-10-02 20:48:15488 'gfx_geometry': {
danakj570c1332015-01-06 16:59:36489 'filepath': 'ui/gfx/geometry/',
[email protected]cf428f732012-10-02 20:48:15490 },
[email protected]4d1773e2014-04-05 07:59:57491 'gn': {
492 'filepath': 'tools/gn',
493 },
[email protected]f76c8852012-06-21 16:37:00494 'gpu': {
[email protected]f2f0fbb92012-07-14 15:52:49495 'filepath': 'gpu/',
[email protected]f76c8852012-06-21 16:37:00496 },
[email protected]f76c8852012-06-21 16:37:00497 'history_ui': {
dbeam78528be2016-02-18 07:08:49498 'filepath': 'chrome/browser/resources/(md_)?history|'\
499 'chrome/browser/ui/webui/.*history',
[email protected]f76c8852012-06-21 16:37:00500 },
[email protected]18d7e402014-07-08 19:53:14501 'hotword': {
502 'filepath': 'chrome/browser/extensions/api/hotword_private/'\
503 '|chrome/browser/resources/hotword_helper/'\
[email protected]535980d42014-08-12 14:31:28504 '|chrome/browser/resources/hotword/'\
[email protected]18d7e402014-07-08 19:53:14505 '|chrome/browser/search/hotword*'\
506 '|chrome/test/data/extensions/api_test/hotword_private/',
507 },
[email protected]f76c8852012-06-21 16:37:00508 'i18n': {
[email protected]f2f0fbb92012-07-14 15:52:49509 'filepath': 'base/i18n/|base/string|l10n|icu|'\
timvolodine8cdb94c2016-09-22 12:17:22510 'locale_settings|encoding',
[email protected]f76c8852012-06-21 16:37:00511 },
[email protected]f76c8852012-06-21 16:37:00512 'importer': {
[email protected]f2f0fbb92012-07-14 15:52:49513 'filepath': 'import',
[email protected]f76c8852012-06-21 16:37:00514 },
[email protected]c26161352013-11-12 19:50:01515 'indexed_db': {
516 'filepath': 'content/browser/indexed_db|'\
517 'content/child/indexed_db|'\
518 'content/common/indexed_db|'\
519 'content/public/browser/indexed_db|'\
520 'content/test/data/indexeddb',
521 },
bruthigaa8281f2016-02-09 17:52:31522 'ink_drop': {
523 'filepath': 'ui/views/animation/test/.*ink_drop.*|' \
524 'ui/views/animation/.*ink_drop.*'
525 },
dtapuska1f997a12016-03-14 19:22:07526 'input': {
527 'filepath': 'content/browser/renderer_host/input|'\
528 'content/renderer/input|'\
529 'ui/events/blink/'
530 },
[email protected]f76c8852012-06-21 16:37:00531 'installer': {
[email protected]f2f0fbb92012-07-14 15:52:49532 'filepath': 'chrome/installer/',
[email protected]f76c8852012-06-21 16:37:00533 },
mmoss19826c62014-11-14 21:37:36534 'installer_linux': {
535 'filepath': 'chrome/installer/linux/',
536 },
[email protected]56b4b09d32012-07-27 18:28:41537 'instant': {
[email protected]607903d2013-03-25 22:15:47538 'filepath': 'instant|searchbox|'\
539 'chrome/browser/search/|'\
[email protected]c29b7dae2013-03-25 22:29:13540 'chrome/browser/ui/search/|'\
[email protected]eb99f8e2013-07-10 10:17:39541 'chrome/browser/resources/local_ntp/|'\
[email protected]607903d2013-03-25 22:15:47542 'chrome/common/search_types.*',
[email protected]56b4b09d32012-07-27 18:28:41543 },
sdefresne18b47312015-06-18 15:15:09544 'ios_chrome': {
545 'filepath': 'ios/chrome',
546 },
[email protected]f76c8852012-06-21 16:37:00547 'ipc': {
[email protected]f2f0fbb92012-07-14 15:52:49548 'filepath': 'ipc/ipc',
[email protected]f76c8852012-06-21 16:37:00549 },
mkwstb0d1b1d2014-09-30 11:45:36550 'ipc_messages': {
551 'filepath': '_message.*.h|'\
552 '_messages.cc',
553 },
vabraafbd4f32015-11-10 19:30:23554 'login': {
555 'filepath': 'chrome/browser/ui/login'
556 },
[email protected]a3f777d2014-01-07 23:38:26557 'libwebp': {
558 'filepath': 'third_party/libwebp'
559 },
johannkoenig52381382015-09-18 22:35:25560 'libvpx': {
johannkoenig8cdf03472016-03-02 13:54:31561 'filepath': 'third_party/libvpx'
johannkoenig52381382015-09-18 22:35:25562 },
[email protected]04a292a2013-03-07 19:58:42563 'linux_fonts': {
564 'filepath': 'ui/gfx/font_render_params_.*|'\
deratcd2d6fb2015-02-12 00:10:41565 'ui/gfx/platform_font_linux.*|'\
566 'ui/gfx/render_text_harfbuzz.*',
[email protected]04a292a2013-03-07 19:58:42567 },
568 'linux_sandboxing': {
[email protected]f2f0fbb92012-07-14 15:52:49569 'filepath': 'sandbox/linux/',
[email protected]f76c8852012-06-21 16:37:00570 },
[email protected]04a292a2013-03-07 19:58:42571 'linux_seccomp_bpf': {
[email protected]d6a23612012-11-13 20:11:54572 'filepath': 'content/common/sandbox.*linux.cc',
[email protected]f76c8852012-06-21 16:37:00573 },
lgrey62faed72016-10-11 21:40:39574 'mac': {
575 'filepath': '(_|/)(cocoa|mac)(_|\.)|/(cocoa|mac)/|\.mm?$',
576 },
mlamourid8b0feb2015-06-02 16:30:47577 'manifest': {
578 'filepath': 'content/(browser|renderer)/manifest/'\
579 '|content/public/common/manifest*',
580 },
michaelpg32ca07902015-02-07 00:31:11581 'md_settings': {
michaelpge42ca3b32016-02-19 08:17:57582 'filepath': 'chrome/browser/resources/settings/'\
michaelpg9bc66292015-09-04 22:35:19583 '|chrome/browser/ui/webui/settings/',
michaelpg32ca07902015-02-07 00:31:11584 },
[email protected]f76c8852012-06-21 16:37:00585 'media': {
[email protected]f2f0fbb92012-07-14 15:52:49586 'filepath': 'media/|third_party/(ffmpeg|openmax)/|webmediaplayer|'\
[email protected]034548d2012-07-31 20:34:00587 'audio_message_filter|video_layer|media_internals',
[email protected]f76c8852012-06-21 16:37:00588 },
[email protected]06dd23172013-06-24 21:04:51589 'media_galleries': {
590 'filepath': 'chrome/browser/extensions/api/media_galleries/'\
[email protected]06dd23172013-06-24 21:04:51591 '|chrome/browser/media_galleries/'\
592 '|chrome/browser/storage_monitor/'\
593 '|chrome/common/media_galleries/'\
594 '|chrome/test/data/extensions/api_test/media_galleries/'\
595 '|chrome/utility/itunes*'\
596 '|chrome/utility/picasa*',
597 },
alokp9e369ea72e2016-06-10 05:41:09598 'media_mojo': {
599 'filepath': 'media/mojo/*'
600 },
miu5e69f1c52016-10-23 13:40:11601 'media_remoting': {
602 'filepath': 'chrome/browser/media/cast_remoting'\
603 '|media/blink/webmediaplayer_'\
604 '|media/mojo/interfaces/remoting.mojom'\
605 '|media/remoting/',
606 },
kmarshallb698ad4f2015-02-24 19:42:48607 'media_router': {
608 'filepath': 'chrome/browser/media/router/*' \
609 '|chrome/app/theme/*/common/media_router*' \
610 '|chrome/browser/resources/media_router/' \
611 '|chrome/browser/ui/webui/media_router/' \
612 '|chrome/test/media_router/',
613 },
[email protected]f76c8852012-06-21 16:37:00614 'message_loop': {
[email protected]f2f0fbb92012-07-14 15:52:49615 'filepath': 'base/message_'
[email protected]f76c8852012-06-21 16:37:00616 },
617 'metrics': {
[email protected]f2f0fbb92012-07-14 15:52:49618 'filepath': 'base/metrics/'\
asvitkine361b276e2016-08-30 18:45:00619 '|chrome/android/java/src/org/chromium/chrome/browser/metrics/'\
[email protected]f2f0fbb92012-07-14 15:52:49620 '|chrome/browser/metrics/'\
[email protected]f2f0fbb92012-07-14 15:52:49621 '|chrome/browser/chromeos/external_metrics'\
[email protected]b0d594d2014-02-21 03:22:12622 '|chrome/browser/extensions/api/metrics_private/'\
[email protected]f2f0fbb92012-07-14 15:52:49623 '|chrome/browser/ui/webui/metrics_handler'\
asvitkineb7e10302016-01-20 05:17:45624 '|chromecast/browser/metrics/'\
[email protected]f76c8852012-06-21 16:37:00625 '|content/browser/user_metrics.cc'\
asvitkinee4bad382015-11-05 21:56:45626 '|components/metrics/'\
asvitkineb7e10302016-01-20 05:17:45627 '|components/metrics_services_manager/'\
[email protected]ce6b855a2014-03-12 19:51:39628 '|components/rappor/'\
asvitkinee4bad382015-11-05 21:56:45629 '|components/variations/'\
[email protected]f76c8852012-06-21 16:37:00630 '|content/public/browser/user_metrics.h'\
[email protected]b0d594d2014-02-21 03:22:12631 # Exclude XML files; in particular, histograms.xml.
632 '|tools/metrics/[^.]*([.](?!xml$).*)?$',
633 },
634 'metrics_xml_files': {
635 # Subscribe to this to watch for changes to histograms.xml.
toyoshim8f51f902015-03-27 03:50:21636 'filepath': 'tools/metrics/.*\.xml$',
637 },
638 'midi': {
639 'filepath': 'midi',
[email protected]f76c8852012-06-21 16:37:00640 },
[email protected]341f218a2013-09-24 22:16:10641 'mojo': {
642 'filepath': 'mojo',
643 },
[email protected]f76c8852012-06-21 16:37:00644 'mouse_lock': {
645 'filepath': 'mouse_lock',
646 },
rjkroegef60dea862015-10-29 17:50:06647 'mus': {
ben6b0453d12016-07-02 04:27:19648 'filepath': 'services/ui/'\
rjkroegef60dea862015-10-29 17:50:06649 '|mojo/gpu/',
650 },
[email protected]f76c8852012-06-21 16:37:00651 'nacl': {
[email protected]f2f0fbb92012-07-14 15:52:49652 'filepath': 'chrome/nacl/|chrome/test/nacl/|'\
[email protected]193912d2013-09-06 17:41:56653 'chrome/browser/nacl_host/|chrome/common/nacl|'\
654 'native_client_sdk/src/doc/',
[email protected]f76c8852012-06-21 16:37:00655 },
[email protected]99ddc3d2013-01-22 16:15:33656 'native_client_sdk': {
657 'filepath': '^native_client_sdk/',
658 },
[email protected]b9ecdb62014-03-07 14:56:43659 'navigation': {
660 'filepath': 'content/browser/frame_host|'\
661 'content/browser/renderer_host/render_process_host.*|'\
662 'content/browser/renderer_host/render_view_host.*|'\
663 'content/browser/web_contents/web_contents_impl.*|'\
664 'content/renderer/render_frame.*|'\
665 'content/renderer/render_view.*'
666 },
[email protected]f76c8852012-06-21 16:37:00667 'net': {
[email protected]f2f0fbb92012-07-14 15:52:49668 'filepath': 'net/',
[email protected]f76c8852012-06-21 16:37:00669 },
670 'net_error_list': {
671 'filepath': 'net/base/net_error_list.h',
672 },
673 'net_log': {
mmenke59e4d8fb42016-06-15 21:15:28674 'filepath': 'net/log/|' \
[email protected]f2f0fbb92012-07-14 15:52:49675 'chrome/browser/net/.*net_log|' \
[email protected]f2f0fbb92012-07-14 15:52:49676 'chrome/browser/resources/net_internals/|' \
mmenke59e4d8fb42016-06-15 21:15:28677 'chrome/browser/ui/webui/net_internals/|' \
678 'components/net_log/'
[email protected]f76c8852012-06-21 16:37:00679 },
jkarlin539748402015-03-31 17:36:31680 'netinfo': {
681 'filepath': 'netinfo',
682 },
peterf4758412014-09-17 15:06:01683 'notifications': {
684 'filepath': 'chrome/browser/extensions/api/notifications/|' \
685 'chrome/browser/notifications/|' \
peter8ab156b2015-03-29 15:44:12686 'chrome/test/data/notifications/|' \
687 'content/browser/notifications/|' \
688 'content/child/notifications/|' \
689 'content/common/platform_notification|' \
690 'content/public/browser/platform_notification|' \
691 'content/public/common/platform_notification|' \
692 'content/renderer/notification_|' \
peterf4758412014-09-17 15:06:01693 'ui/message_center/'
694 },
tbansalc6f1c9f2016-09-30 22:48:42695 'nqe': {
696 'filepath': 'nqe',
697 },
[email protected]f76c8852012-06-21 16:37:00698 'ntp': {
[email protected]f2f0fbb92012-07-14 15:52:49699 'filepath': 'chrome/browser/resources/ntp4/|'\
[email protected]b7ecd5f2013-02-14 21:04:16700 'chrome/browser/resources/ntp_android/|'\
[email protected]f2f0fbb92012-07-14 15:52:49701 'chrome/browser/ui/webui/ntp/',
[email protected]f76c8852012-06-21 16:37:00702 },
mcwilliamsedee5042016-04-05 18:46:45703 'ntp_snippets': {
704 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk16a37f902016-05-16 15:49:36705 'chrome/android/javatests/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk14c89352016-07-21 13:45:13706 'chrome/android/junit/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk538dc0b62016-05-17 14:55:34707 'chrome/browser/android/ntp/ntp_snippets|'\
mcwilliamsedee5042016-04-05 18:46:45708 'chrome/browser/ntp_snippets/|'\
mvanouwerkerk41649732016-05-17 13:37:00709 'chrome/browser/resources/snippets_internals|'\
710 'chrome/browser/ui/webui/snippets_internals|'\
mcwilliamsedee5042016-04-05 18:46:45711 'components/ntp_snippets/|'\
712 'chrome/android/java/res/layout/new_tab_page|'\
713 'chrome/android/java/res/layout/most_visited'
714 },
treib70176c52016-07-08 14:34:19715 'ntp_tiles': {
716 'filepath': 'chrome/browser/android/ntp/|'\
717 'chrome/browser/ui/webui/ntp/|'\
718 'chrome/common/search/ntp|'\
719 'components/ntp_tiles/'
720 },
dimichdce3ee492016-04-04 04:20:52721 'offline_pages': {
722 'filepath': 'components/offline_pages/'\
fgorski329be5b2016-04-19 21:38:11723 '|chrome/browser/android/offline_pages/'\
724 '|chrome/android/java/src/org/chromium/chrome/browser/offlinepages/'
dimichdce3ee492016-04-04 04:20:52725 },
[email protected]f76c8852012-06-21 16:37:00726 'omnibox': {
[email protected]f2f0fbb92012-07-14 15:52:49727 'filepath': 'chrome/browser/autocomplete/'\
728 '|chrome/browser/ui/.*/omnibox/'
[email protected]f76c8852012-06-21 16:37:00729 },
[email protected]437c44b2012-11-08 01:35:52730 'options': {
731 'filepath': 'chrome/browser/resources/options/|'\
732 'chrome/browser/ui/webui/options/',
733 },
chasej6dff9292016-02-02 20:33:12734 'origin_trials': {
735 'filepath': 'origin_trials',
736 },
[email protected]4a2078e2013-07-18 20:40:20737 'ozone': {
[email protected]f93c2c92013-10-31 18:22:44738 'filepath': 'ui/ozone/|'\
[email protected]4b66bf922013-10-28 19:49:43739 'ui/events/ozone/|'\
740 'ui/gfx/ozone/|'\
[email protected]4a2078e2013-07-18 20:40:20741 'ui/gl/gl_.*egl.*|'\
742 'ui/gl/gl_.*ozone.*'
743 },
csharrison3b1dc4062015-10-19 14:31:08744 'page_load_metrics' : {
bmcquade9f433702016-07-26 23:33:50745 'filepath': 'chrome/browser/page_load_metrics/'\
746 '|chrome/common/page_load_metrics/'\
747 '|chrome/renderer/page_load_metrics/'
csharrison3b1dc4062015-10-19 14:31:08748 },
[email protected]f76c8852012-06-21 16:37:00749 'panels': {
[email protected]7cbe5a52012-09-27 02:00:29750 'filepath': 'chrome/browser/ui/panels'\
751 '|chrome/browser/ui/cocoa/panels'\
[email protected]7cbe5a52012-09-27 02:00:29752 '|chrome/browser/ui/views/panels'
[email protected]f76c8852012-06-21 16:37:00753 },
[email protected]3cc8b3922014-05-05 13:12:08754 'password_manager': {
755 'filepath': 'chrome/.*/password_'\
756 '|chrome/browser/ui/passwords'\
757 '|chrome/browser/ui/views/passwords'\
758 '|chrome/test/data/password'\
759 '|components/autofill.*password'
760 '|components/password_'\
vabrccdb7222016-06-01 14:59:40761 '|^ios/chrome/browser/passwords'\
[email protected]3cc8b3922014-05-05 13:12:08762 },
rouslane8a22262016-10-19 20:49:41763 'payments': {
764 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/payments'\
765 '|chrome/android/javatests/src/org/chromium/chrome/browser/payments'\
766 '|chrome/test/data/android/payments'\
rouslana64ceca2016-10-26 01:10:31767 '|components/payments'\
rouslane8a22262016-10-19 20:49:41768 '|third_party/WebKit/LayoutTests/payments/'\
rouslane8a22262016-10-19 20:49:41769 '|third_party/WebKit/Source/modules/payments'\
770 },
[email protected]f76c8852012-06-21 16:37:00771 'pepper_api': {
[email protected]b8491b02013-11-13 03:50:58772 'filepath': 'ppapi/api'\
773 '|ppapi/c',
[email protected]f76c8852012-06-21 16:37:00774 },
mlamourid8b0feb2015-06-02 16:30:47775 'permissions': {
776 'filepath': 'content/(child,browser)/permissions/'\
777 '|content/common/permission_*'\
778 '|content/public/(common,browser)/permission_*'\
779 '|chrome/browser/permissions/'\
780 '|chrome/browser/content_settings/permission*'\
781 '|permission_context',
782 },
[email protected]f76c8852012-06-21 16:37:00783 'plugin': {
[email protected]f2f0fbb92012-07-14 15:52:49784 'filepath': 'chrome/browser/plugin|chrome/plugin/|'\
Thiago Farinae067154bb2015-05-07 15:37:59785 'chrome/common/plugin',
[email protected]f76c8852012-06-21 16:37:00786 },
tnagelad92622a92015-10-20 10:26:30787 'policy_definitions': {
788 'filepath': 'components/policy/resources/policy_templates.json',
789 },
michaelpg11fff3f2015-02-06 03:35:34790 'polymer': {
791 'filepath': 'third_party/polymer/|'\
dbeam78528be2016-02-18 07:08:49792 'tools/polymer|'\
michaelpg11fff3f2015-02-06 03:35:34793 'ui/webui/resources/polymer_resources.grdp',
794 },
twifkak0c69c1f2015-06-22 18:20:09795 'precache': {
796 'filepath': '[pP]recache'
797 },
[email protected]ef6cc442012-10-30 03:24:17798 'predictors': {
799 'filepath': 'predictors',
800 },
[email protected]be775bc2014-06-30 15:41:14801 'prepopulated_engines': {
802 'filepath': 'components/search_engines/prepopulated_engines.json',
803 },
[email protected]f76c8852012-06-21 16:37:00804 'prerender': {
[email protected]78375a52012-07-14 14:47:57805 'filepath': 'prerender'
[email protected]f76c8852012-06-21 16:37:00806 },
peter884896c72015-03-12 14:26:20807 'push_messaging': {
808 'filepath': 'push_messaging'
809 },
[email protected]f76c8852012-06-21 16:37:00810 'pyauto': {
811 'filepath': 'chrome/test/pyautolib' \
812 '|chrome/test/functional' \
813 '|chrome/browser/automation/automation_provider_json'
814 },
815 'remoting': {
anandce1c55372015-03-04 01:23:10816 'filepath': 'remoting/' \
817 '|testing/chromoting'
[email protected]f76c8852012-06-21 16:37:00818 },
gab57e80c72014-12-08 21:06:13819 'rlz_id': {
820 'filepath' :'rlz/lib/machine_id.cc|'\
821 'rlz/lib/machine_id.h|'\
822 'rlz/win/lib/machine_id_win.cc',
823 },
grt829c6a82014-10-20 09:29:32824 'safe_browsing': {
825 'filepath': 'chrome/(browser|common|renderer)/safe_browsing/',
826 },
vakhf8e14c92016-10-17 21:29:47827 'safe_browsing_db': {
828 'filepath': 'components/safe_browsing_db/',
829 },
rickyz0a819bfc2015-02-04 23:57:22830 'sandbox': {
831 'filepath': 'sandbox/'\
832 '|content/browser/bootstrap_sandbox_mac'\
833 '|content/browser/renderer_host/render_sandbox_host_linux'\
834 '|content/browser/renderer_host/sandbox_ipc_linux'\
835 '|content/browser/zygote_host/'\
836 '|content/common/sandbox_'\
837 '|content/zygote/'\
838 },
skyostil20dea312014-11-11 13:43:06839 'scheduler': {
rmcilroyfa5ac552015-04-09 12:33:17840 'filepath': 'cc/scheduler'\
jochen83c639f02015-04-22 17:07:37841 '|components/scheduler'\
rmcilroyfa5ac552015-04-09 12:33:17842 '|content/renderer/scheduler'
skyostil20dea312014-11-11 13:43:06843 },
mlamourid8b0feb2015-06-02 16:30:47844 'screen_orientation': {
845 'filepath': 'screen_orientation',
846 },
[email protected]21cd39b2012-06-28 01:48:40847 'search': {
[email protected]f2f0fbb92012-07-14 15:52:49848 'filepath': 'chrome/browser/ui/search/',
[email protected]21cd39b2012-06-28 01:48:40849 },
[email protected]0b431722014-01-08 07:21:51850 'service_worker': {
[email protected]edaf31d2014-03-07 00:09:17851 'filepath': 'content/(browser|renderer|child|common)/service_worker/',
[email protected]0b431722014-01-08 07:21:51852 },
dominickn8884155a2016-06-23 02:28:16853 'site_engagement': {
854 'filepath': 'chrome/browser/engagement/|'\
855 'chrome/browser/ui/webui/engagement/',
856 },
[email protected]f76c8852012-06-21 16:37:00857 'site_instance': {
[email protected]f2f0fbb92012-07-14 15:52:49858 'filepath': 'content/browser/site_instance|'\
859 'content/browser/browsing_instance',
[email protected]f76c8852012-06-21 16:37:00860 },
861 'speech': {
[email protected]f2f0fbb92012-07-14 15:52:49862 'filepath': 'chrome/browser/speech/'\
863 '|content/browser/speech/'\
864 '|content/common/.*speech'\
865 '|content/public/.*speech'
[email protected]f76c8852012-06-21 16:37:00866 },
[email protected]ad0295d2012-10-11 23:43:36867 'spellcheck': {
868 'filepath': 'chrome/browser/spellchecker/'\
timvolodine8cdb94c2016-09-22 12:17:22869 '|chrome/browser/renderer_context_menu/spelling_'\
870 '|components/spellcheck/'\
871 '|third_party/hunspell/'\
872 '|third_party/hunspell_dictionaries/',
[email protected]ad0295d2012-10-11 23:43:36873 },
[email protected]67f39af2013-08-23 20:06:05874 'streams': {
875 'filepath': 'content/browser/streams/',
876 },
vmpstrcc1c08302015-11-18 06:05:51877 'styleguide': {
878 'filepath': '^styleguide/',
879 },
[email protected]43d33e92014-07-14 16:39:31880 'supervised_users': {
881 'filepath': 'chrome/browser/.*managed_mode'\
882 '|chrome/browser/.*managed_user'\
883 '|chrome/browser/.*supervised_user',
884 },
[email protected]f76c8852012-06-21 16:37:00885 'sync': {
maxboguefa217942016-04-01 01:08:13886 'filepath': '^chrome/android/sync_shell/'\
887 '|^chrome/browser/ui/sync/'\
888 '|^chrome/browser/ui/views/sync/'\
889 '|^chrome/test/android/javatests/src/org/chromium/chrome/test/util/browser/sync/'\
890 '|^ios/chrome/browser/sync/'\
891 '|^chrome/android/java/src/org/chromium/chrome/browser/sync/'\
892 '|^chrome/browser/sync/'\
893 '|^components/browser_sync/'\
Max Boguefef332d2016-07-28 22:09:09894 '|^components/sync/'\
maxboguefa217942016-04-01 01:08:13895 '|^components/sync_bookmarks/'\
Max Boguefef332d2016-07-28 22:09:09896 '|^components/sync_sessions/',
[email protected]f76c8852012-06-21 16:37:00897 },
[email protected]92871a102013-07-01 11:11:41898 'syncfs': {
899 'filepath': 'sync_file_system',
900 },
miu5e69f1c52016-10-23 13:40:11901 'tab_alert_indicators': {
902 'filepath': 'content/browser/media/audio_stream_monitor'\
903 '|chrome/browser/ui/cocoa/tabs/alert_indicator_button'\
904 '|chrome/browser/ui/cocoa/tabs/tab_controller\.mm'\
905 '|chrome/browser/ui/tabs/tab_utils'\
906 '|chrome/browser/ui/views/tabs/alert_indicator_button'\
907 '|chrome/browser/ui/views/tabs/tab\.cc'\
908 '|chrome/browser/ui/views/tabs/tab_renderer_data'\
909 '|media/audio/audio_(output_controller|power_monitor)',
910 },
[email protected]82d74152013-07-28 08:55:31911 'tab_capture': {
miu5e69f1c52016-10-23 13:40:11912 'filepath': 'cc/output/copy_output_'\
[email protected]31ef420b2014-08-13 21:19:13913 '|chrome/browser/extensions/api/tab_capture/'\
miu5e69f1c52016-10-23 13:40:11914 '|chrome/renderer/resources/extensions/tab_capture_custom_bindings.js'\
[email protected]31ef420b2014-08-13 21:19:13915 '|chrome/test/data/extensions/api_test/tab_capture/'\
[email protected]31ef420b2014-08-13 21:19:13916 '|content/browser/media/capture/'\
miu5e69f1c52016-10-23 13:40:11917 '|content/browser/renderer_host/delegated_frame_host'\
[email protected]31ef420b2014-08-13 21:19:13918 '|content/browser/renderer_host/media/(audio_'\
919 '|media_stream_manager|video_)'\
miu5e69f1c52016-10-23 13:40:11920 '|content/public/renderer/media_stream_'\
921 '|content/renderer/media/(media_stream|(.+audio_source))'\
[email protected]31ef420b2014-08-13 21:19:13922 '|media/audio/(audio_output_controller|fake_audio_|virtual_audio_)'\
923 '|media/base/video_frame\.h'\
miu5e69f1c52016-10-23 13:40:11924 '|media/capture/',
[email protected]82d74152013-07-28 08:55:31925 },
[email protected]f76c8852012-06-21 16:37:00926 'tab_contents': {
[email protected]f2f0fbb92012-07-14 15:52:49927 'filepath': 'chrome/browser/tab_contents/|'\
928 'content/browser/tab_contents/|'\
929 'chrome/browser/ui/tab_contents/',
[email protected]f76c8852012-06-21 16:37:00930 },
931 'task_manager': {
932 'filepath': 'task_manager'
933 },
[email protected]5e105332012-09-13 01:55:52934 'tcmalloc': {
935 'filepath': 'third_party/tcmalloc'
936 },
[email protected]31a10602012-11-21 01:51:26937 'telemetry': {
nednguyen79105d422016-04-18 01:38:42938 'filepath': 'tools/perf/'
[email protected]31a10602012-11-21 01:51:26939 },
[email protected]f76c8852012-06-21 16:37:00940 'tests': {
[email protected]f2f0fbb92012-07-14 15:52:49941 'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/',
[email protected]0cde05a02011-11-30 23:36:52942 },
[email protected]1cbbb30b2011-10-14 08:03:56943 'textinput': {
[email protected]f2f0fbb92012-07-14 15:52:49944 'filepath': 'content/browser/renderer_host/gtk_im'\
945 '|content/browser/renderer_host/gtk_key'\
946 '|content/browser/renderer_host/render_widget_host_view'\
947 '|content/browser/renderer_host/text_input'\
948 '|ui/base/ime/'\
949 '|ui/base/gtk/event'\
950 '|ui/base/gtk/gtk_im'\
951 '|ui/base/keycodes/'\
952 '|ui/base/win/ime'\
953 '|ui/views/controls/textfield/'\
954 '|ui/views/ime/'
[email protected]1cbbb30b2011-10-14 08:03:56955 },
[email protected]3a117c62011-11-29 04:28:02956 'textinput_chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:49957 'filepath': 'chrome/browser/chromeos/input_method/'\
958 '|chrome/browser/chromeos/extensions/input_method'\
959 '|chrome/browser/chromeos/status/input_method'\
960 '|chrome/browser/extensions/extension_input_'\
961 '|chrome/browser/resources/keyboard'\
962 '|chrome/browser/resources/options/language'\
[email protected]ef03eae2011-11-30 08:43:43963 '|chrome/browser/ui/webui/options/'\
[email protected]f2f0fbb92012-07-14 15:52:49964 'chromeos/.*(language|keyboard)'\
[email protected]6bd9e802013-04-18 06:40:42965 '|chrome/browser/ui/webui/options/language'\
966 '|chromeos/ime/*'
[email protected]3a117c62011-11-29 04:28:02967 },
chirantan96fcf6d2015-01-21 22:36:19968 'timers': {
969 'filepath': 'base/timer/'\
970 '|components/timers/'
971 },
[email protected]f76c8852012-06-21 16:37:00972 'tools': {
[email protected]f2f0fbb92012-07-14 15:52:49973 'filepath': 'tools/',
[email protected]6bea7b42011-10-19 19:47:09974 },
[email protected]f76c8852012-06-21 16:37:00975 'tools_emacs': {
[email protected]f2f0fbb92012-07-14 15:52:49976 'filepath': 'tools/emacs/',
[email protected]65676d32012-04-18 14:41:05977 },
[email protected]c8eb7f72013-07-04 15:30:11978 'tracing': {
979 'filepath': 'base/debug/trace_event.*'\
primianobef13b42015-01-30 15:29:31980 '|base/trace_event/'\
[email protected]c8eb7f72013-07-04 15:30:11981 '|content/browser/tracing/'\
982 '|components/tracing/'
983 },
[email protected]cf428f732012-10-02 20:48:15984 'ui_compositor': {
985 'filepath': 'ui/compositor/layer\.|'\
986 'ui/compositor/layer_unittest|'\
987 'ui/compositor/compositor',
988 },
robliao2c4b7492016-07-19 01:57:26989 'ui_display_win': {
990 'filepath': '^ui/display/win',
991 },
[email protected]6b5093c2012-05-23 19:10:18992 'ui_resources': {
[email protected]f2f0fbb92012-07-14 15:52:49993 'filepath': 'ui/resources/'\
994 '|ui/base/native_theme/resources/'\
995 '|chrome/app/theme/'
[email protected]6b5093c2012-05-23 19:10:18996 },
[email protected]f76c8852012-06-21 16:37:00997 'valgrind': {
998 'filepath': 'valgrind',
999 },
[email protected]c73ec8ab2014-01-16 20:35:231000 'version_assembly': {
1001 'filepath': 'chrome/app/version_assembly',
1002 },
posciak62a72272016-05-11 08:31:241003 'video': {
1004 'filepath': 'content/browser/renderer_host/media/|'\
1005 'content/renderer/media/|'\
1006 'media/capture/video/|'\
1007 'media/filters/|'\
1008 'media/gpu/|'\
1009 '.*video.*',
1010 },
mcasas09e881c2016-04-09 02:09:501011 'video_capture': {
1012 'filepath': 'chrome/browser/media/.*(capture|media|webrtc)'\
1013 '|content/browser/renderer_host/media/.*(capture|media)'\
1014 '|content/renderer/media/.*(capture|media|webrtc)'\
1015 '|media/capture/'\
1016 '|media/muxers/',
1017 },
[email protected]f76c8852012-06-21 16:37:001018 'views': {
1019 # Applies to all files and subdirs within this directory.
[email protected]f2f0fbb92012-07-14 15:52:491020 'filepath': '^ui/views/',
[email protected]f76c8852012-06-21 16:37:001021 },
[email protected]f47d871a2013-10-11 22:14:151022 'views_corewm': {
1023 'filepath': 'ui/views/corewm/',
[email protected]3fc918142013-10-12 01:42:171024 },
[email protected]ef514a32014-02-26 01:02:351025 'virtual_keyboard': {
1026 'filepath': 'ui/keyboard/'\
1027 'chrome/test/data/chromeos/virtual_keyboard/'\
1028 'chrome/common/extensions/api/virtual_keyboard',
1029 },
mcasas09e881c2016-04-09 02:09:501030 'webrtc_browser_tests': {
1031 'filepath': 'chrome/browser/media/.*webrtc.*browsertest|'\
1032 'content/browser/media/.*webrtc.*browsertest',
1033 },
[email protected]208879542012-07-05 11:15:341034 'website_settings': {
[email protected]f2f0fbb92012-07-14 15:52:491035 'filepath': 'chrome/browser/content_settings/'\
1036 '|chrome/browser/ui/views/website_settings/'\
1037 '|chrome/browser/ui/website_settings/'\
mukai077089f2014-09-11 18:41:521038 '|chrome/common/content_settings'\
1039 '|components/content_settings/',
[email protected]208879542012-07-05 11:15:341040 },
[email protected]b17d9e02014-07-29 09:45:501041 'windows_sandboxing': {
1042 'filepath': 'sandbox/win/',
1043 },
[email protected]f76c8852012-06-21 16:37:001044 'x11': {
[email protected]f2f0fbb92012-07-14 15:52:491045 'filepath': 'content/browser/renderer_host/backing_store_x\.' \
1046 '|chrome/browser/chromeos/input_method/xkeyboard\.' \
1047 '|chrome/browser/chromeos/system_key_event_listener\.' \
[email protected]f76c8852012-06-21 16:37:001048 '|chrome/browser/chromeos/'\
[email protected]f2f0fbb92012-07-14 15:52:491049 'xinput_hierarchy_changed_event_listener\.' \
1050 '|chrome/browser/chromeos/wm_' \
1051 '|ui/base/x/'
[email protected]0d710852012-05-24 01:18:401052 },
wjmaclean3ff6a402015-03-31 19:00:201053 'zoom': {
1054 'filepath': 'chrome/browser/ui/zoom/' \
1055 '|components/ui/zoom/' \
1056 '|content/browser/host_zoom_*' \
1057 '|content/browser/storage_partition_impl*' \
1058 '|content/public/browser/host_zoom_map.h' \
1059 '|content/public/browser/storage_partition.h'
1060 },
timlohd035d572015-09-25 15:28:021061
1062 'blink': {
1063 'filepath': 'third_party/WebKit/',
1064 },
1065 'blink_accessibility': {
1066 'filepath': 'third_party/WebKit/.*(accessibility|AXObjectCache|WebAX)'
1067 },
1068 'blink_animation': {
1069 'filepath': 'third_party/WebKit/.*([Aa]nimat|[Tt]ransition)',
1070 },
1071 'blink_app_banner': {
1072 'filepath': 'third_party/WebKit/Source/modules/app_banner' \
1073 '|third_party/WebKit/public/platform/modules/app_banner',
1074 },
1075 'blink_audio': {
1076 'filepath': 'third_party/WebKit/Source/platform/audio' \
1077 '|third_party/WebKit/Source/modules/webaudio',
1078 },
1079 'blink_battery_status': {
1080 'filepath': 'third_party/WebKit/Source/modules/battery/' \
1081 '|third_party/WebKit/LayoutTests/battery-status/' \
1082 '|third_party/WebKit/Source/core/frame/PlatformEvent(Controller|Dispatcher)'
1083 },
1084 'blink_bidi': {
1085 'filepath': 'third_party/WebKit/Source/platform/text/.*Bidi' \
1086 '|third_party/WebKit/Source/core/rendering/.*Bidi',
1087 },
1088 'blink_bindings': {
1089 'filepath': 'third_party/WebKit/Source/bindings',
1090 },
jbroman9ac2d532016-09-01 18:20:081091 'blink_bindings_serialization': {
1092 'filepath': 'third_party/WebKit/Source/bindings/(core|modules)/v8/.*[Ss]erializ',
1093 },
timlohd035d572015-09-25 15:28:021094 'blink_bluetooth': {
1095 'filepath': 'third_party/WebKit/.*[Bb]luetooth'
1096 },
1097 'blink_canvas2d': {
1098 'filepath': 'third_party/WebKit/Source/core/html/canvas' \
1099 '|third_party/WebKit/Source/core/html/HTMLCanvasElement' \
1100 '|third_party/WebKit/Source/modules/canvas2d' \
1101 '|third_party/WebKit/Source/platform/graphics/Canvas2D',
1102 },
1103 'blink_clipboard': {
1104 'filepath': 'third_party/WebKit/Source/core/clipboard' \
1105 '|third_party/WebKit/Source/core/page/.*Drag' \
1106 '|third_party/WebKit/Source/platform/.*Drag' \
1107 '|third_party/WebKit/Source/platform/clipboard' \
1108 '|third_party/WebKit/Source/web/.*Drag' \
1109 '|third_party/WebKit/public/platform/.*Drag' \
1110 '|third_party/WebKit/public/web/.*Drag',
1111 },
1112 'blink_content_security_policy': {
1113 'filepath': 'third_party/WebKit/Source/core/frame/csp' \
1114 '|third_party/WebKit/Source/core/events/SecurityPolicyViolationEvent' \
1115 '|third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy'
1116 },
1117 'blink_css': {
1118 'filepath': 'third_party/WebKit/Source/core/css',
1119 },
1120 'blink_css_grid_layout': {
1121 'filepath': 'third_party/WebKit/Source/core/layout/.*Grid' \
1122 '|third_party/WebKit/Source/core/paint/.*Grid' \
1123 '|third_party/WebKit/Source/core/css/.*Grid' \
1124 '|third_party/WebKit/LayoutTests/fast/css-grid-layout/' \
1125 '|third_party/WebKit/LayoutTests/ietestcenter/css3/grid/' \
1126 '|third_party/WebKit/LayoutTests/platform/.*/fast/css-grid-layout/' \
1127 '|third_party/WebKit/LayoutTests/platform/.*/ietestcenter/css3/grid/'
1128 },
1129 'blink_css_flexbox': {
1130 'filepath': 'third_party/WebKit/Source/core/rendering/.*Flex' \
1131 '|third_party/WebKit/LayoutTests/fast/deprecated-flexbox/' \
1132 '|third_party/WebKit/LayoutTests/css3/flexbox/' \
1133 '|third_party/WebKit/LayoutTests/ietestcenter/css3/flexbox/'
1134 },
1135 'blink_css_fragmentation_tests': {
1136 'filepath': 'third_party/WebKit/LayoutTests/fast/multicol/' \
mstensho6471a3d2015-11-25 12:31:021137 '|third_party/WebKit/LayoutTests/fast/pagination/' \
1138 '|third_party/WebKit/LayoutTests/printing/'
timlohd035d572015-09-25 15:28:021139 },
1140 'blink_css_regions': {
1141 'filepath': 'third_party/WebKit/Source/core/rendering/.*(Region|FlowThread)' \
1142 '|third_party/WebKit/Source/core/dom/NodeRendering' \
1143 '|third_party/WebKit/Source/core/dom/.*NamedFlow' \
1144 '|third_party/WebKit/Source/core/css/.*Region' \
1145 '|third_party/WebKit/LayoutTests/compositing/regions/' \
1146 '|third_party/WebKit/LayoutTests/fast/regions/' \
1147 '|third_party/WebKit/LayoutTests/platform/chromium.*/fast/regions/'
1148 },
1149 'blink_custom_elements': {
dominicc05d120d2016-05-16 01:13:401150 'filepath': 'third_party/WebKit/Source/core/dom/custom/' \
timlohd035d572015-09-25 15:28:021151 '|third_party/WebKit/Source/bindings/v8/.*CustomElement',
1152 },
1153 'blink_device_light': {
1154 'filepath': 'third_party/WebKit/Source/modules/device_light/' \
1155 '|third_party/WebKit/LayoutTests/fast/dom/DeviceLight/'
1156 },
1157 'blink_device_orientation': {
1158 'filepath': 'third_party/WebKit/Source/modules/device_orientation/' \
1159 '|third_party/WebKit/LayoutTests/fast/dom/DeviceMotion/' \
1160 '|third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/' \
1161 '|third_party/WebKit/Source/core/frame/PlatformEvent(Controller|Dispatcher)' \
1162 '|third_party/WebKit/Source/core/frame/DeviceSingleWindowEventController'
1163 },
1164 'blink_devtools': {
1165 'filepath': 'third_party/WebKit/.*(inspector|DevTools|devtools)',
1166 },
1167 'blink_dom': {
1168 'filepath': 'third_party/WebKit/Source/core/dom/'
1169 },
1170 'blink_events': {
1171 'filepath': 'third_party/WebKit/Source/core/page/.*Event' \
1172 '|third_party/WebKit/Source/core/dom/.*Event' \
1173 '|third_party/WebKit/Source/core/css/.*Event' \
1174 '|third_party/WebKit/Source/platform/.*Event'
1175 },
1176 'blink_fetch': {
1177 'filepath': 'third_party/WebKit/Source/core/fetch',
1178 },
1179 'blink_heap': {
1180 'filepath': 'third_party/WebKit/Source/platform/heap' \
1181 '|third_party/WebKit/Source/wtf/Partition.*'
1182 },
1183 'blink_html': {
1184 'filepath': 'third_party/WebKit/Source/core/html/'
1185 },
1186 'blink_loader': {
1187 'filepath': 'third_party/WebKit/Source/core/loader',
1188 },
haraken04143c62016-03-31 08:48:561189 'blink_modules': {
1190 'filepath': 'third_party/WebKit/Source/modules'
1191 },
timlohd035d572015-09-25 15:28:021192 'blink_notifications': {
1193 'filepath': 'third_party/WebKit/LayoutTests/http/tests/notifications' \
1194 '|third_party/WebKit/Source/modules/notifications' \
1195 '|third_party/WebKit/public/platform/modules/notifications'
1196 },
1197 'blink_owners': {
1198 'filepath': 'third_party/WebKit/.*OWNERS',
1199 },
1200 'blink_paint': {
1201 'filepath': 'third_party/WebKit/Source/core/paint/'
1202 },
1203 'blink_permissions': {
1204 'filepath': 'third_party/WebKit/Source/modules/permissions/' \
1205 '|third_party/WebKit/public/platform/modules/permissions/',
1206 },
1207 'blink_preloadScanner': {
1208 'filepath': 'third_party/WebKit/Source/core/html/parser/HTMLPreloadScanner',
1209 },
1210 'blink_public_api': {
1211 'filepath': 'third_party/WebKit/public'
1212 },
1213 'blink_push_messaging': {
1214 'filepath': 'third_party/WebKit/LayoutTests/http/tests/push_messaging' \
1215 '|third_party/WebKit/Source/modules/push_messaging' \
1216 '|third_party/WebKit/public/platform/modules/push_messaging'
1217 },
kinuko533a1692015-12-21 08:57:251218 'blink_platform': {
1219 'filepath': 'third_party/WebKit/Source/platform'
1220 },
timlohd035d572015-09-25 15:28:021221 'blink_platform_graphics': {
1222 'filepath': 'third_party/WebKit/Source/platform/fonts' \
1223 '|third_party/WebKit/Source/platform/geometry' \
1224 '|third_party/WebKit/Source/platform/graphics'
1225 },
1226 'blink_indexed_db': {
1227 'filepath': 'third_party/WebKit/Source/modules/indexeddb/' \
1228 '|third_party/WebKit/Source/web/.*IDB' \
1229 '|third_party/WebKit/LayoutTests/storage/indexeddb' \
1230 '|third_party/WebKit/public/platform/.*IDB'
1231 },
dtapuska1f997a12016-03-14 19:22:071232 'blink_input': {
1233 'filepath': 'third_party/WebKit/Source/core/input/'
1234 },
timlohd035d572015-09-25 15:28:021235 'blink_layout': {
1236 'filepath': 'third_party/WebKit/Source/core/layout' \
1237 '|third_party/WebKit/Source/core/rendering'
1238 },
ojan21576e22016-08-17 21:43:461239 'blink_layout_ng': {
1240 'filepath': 'third_party/WebKit/Source/core/layout/ng',
1241 },
timlohd035d572015-09-25 15:28:021242 'blink_layers': {
1243 'filepath': 'third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator' \
1244 '|third_party/WebKit/Source/platform/graphics/GraphicsLayer' \
1245 '|third_party/WebKit/Source/core/layout/Layer'
1246 },
1247 'blink_prerender': {
1248 'filepath': 'third_party/WebKit/.*(Prerender|loader/LinkLoader|html/HTMLLinkElement)'
1249 },
1250 'blink_client_hints': {
1251 'filepath': 'third_party/WebKit/Source/core/loader/AcceptClientHints*' \
1252 '|third_party/WebKit/Source/core/loader/FrameFetchContext*' \
1253 '|third_party/WebKit/Source/core/fetch/FetchContext*' \
1254 '|third_party/WebKit/Source/core/fetch/ImageResource*' \
1255 '|third_party/WebKit/Source/core/fetch/ResourceFetcher*'
1256 },
1257 'blink_track': {
1258 'filepath': 'third_party/WebKit/Source/core/html/track/' \
1259 '|third_party/WebKit/Source/core/loader/TextTrack' \
1260 '|third_party/WebKit/Source/core/html/HTMLMediaElement' \
1261 '|third_party/WebKit/Source/core/html/HTMLTrackElement' \
1262 '|third_party/WebKit/Source/core/html/shadow/MediaControl' \
1263 '|third_party/WebKit/Source/core/css/mediaControl' \
1264 '|third_party/WebKit/LayoutTests/media/track/'
1265 },
1266 'blink_media': {
1267 'filepath': 'third_party/WebKit/Source/core/css/mediaControls' \
1268 '|third_party/WebKit/Source/core/html/.*(Audio|Media|Video)' \
1269 '|third_party/WebKit/Source/core/html/shadow/MediaControl' \
1270 '|third_party/WebKit/Source/core/layout/LayoutMedia' \
1271 '|third_party/WebKit/Source/core/layout/LayoutTextTrackContainerElement' \
1272 '|third_party/WebKit/Source/modules/(encryptedmedia|mediasource)' \
1273 '|third_party/WebKit/Source/platform/drm/' \
1274 '|third_party/WebKit/Source/platform/graphics/media/' \
1275 '|third_party/WebKit/Source/web/.*Media' \
1276 '|third_party/WebKit/LayoutTests/media/' \
1277 '|third_party/WebKit/public/.*Media'
1278 },
1279 'blink_media_queries': {
1280 'filepath': 'third_party/WebKit/Source/core/css/CSSMediaRule' \
1281 '|third_party/WebKit/Source/core/css/MediaList' \
1282 '|third_party/WebKit/Source/core/css/MediaQuery' \
1283 '|third_party/WebKit/Source/core/css/parser/MediaQuery'
1284 },
1285 'blink_navigator_content_utils': {
1286 'filepath': 'third_party/WebKit/Source/modules/navigatorcontentutils' \
1287 '|third_party/WebKit/LayoutTests/fast/dom/navigatorcontentutils'
1288 },
1289 'blink_out_of_process_frames': {
1290 'filepath': 'third_party/WebKit/Source/core/frame/FrameOwner' \
dcheng10f6a9c2016-05-06 16:40:031291 '|third_party/WebKit/Source/core/frame/Frame\.' \
timlohd035d572015-09-25 15:28:021292 '|third_party/WebKit/Source/web/WebFrame' \
1293 '|third_party/WebKit/Source/web/WebRemoteFrameImpl'
1294 },
1295 'blink_fileapi': {
1296 'filepath': 'third_party/WebKit/Source/modules/filesystem/' \
1297 '|third_party/WebKit/Source/core/fileapi/' \
1298 '|third_party/WebKit/Source/platform/.*File' \
1299 '|third_party/WebKit/Source/web/.*File' \
1300 '|third_party/WebKit/LayoutTests/fast/file' \
1301 '|third_party/WebKit/public/.*File'
1302 },
1303 'blink_quota': {
1304 'filepath': 'third_party/WebKit/Source/modules/quota/' \
1305 '|third_party/WebKit/Source/web/.*Quota' \
1306 '|third_party/WebKit/public/.*Quota'
1307 },
mcasas09e881c2016-04-09 02:09:501308 'blink_mediacapturefromelement': {
1309 'filepath': 'third_party/WebKit/Source/modules/mediacapture/' \
1310 '|third_party/WebKit/Source/platform/exported/WebCanvasCapture' \
1311 '|third_party/WebKit/LayoutTests/fast/mediacapturefromelement/' \
1312 '|third_party/WebKit/public/platform/WebCanvasCapture'
1313 },
1314 'blink_mediarecorder': {
1315 'filepath': 'third_party/WebKit/Source/modules/mediarecorder/' \
1316 '|third_party/WebKit/Source/platform/exported/WebMediaRecorder' \
1317 '|third_party/WebKit/LayoutTests/fast/mediarecorder/' \
1318 '|third_party/WebKit/public/platform/WebMediaRecorder'
1319 },
timlohd035d572015-09-25 15:28:021320 'blink_mediastream': {
1321 'filepath': 'third_party/WebKit/Source/modules/mediastream/' \
1322 '|third_party/WebKit/Source/platform/mediastream/' \
1323 '|third_party/WebKit/Source/platform/exported/WebMediaStream' \
1324 '|third_party/WebKit/Source/platform/exported/WebRTC' \
1325 '|third_party/WebKit/LayoutTests/fast/mediastream/'
1326 },
1327 'blink_geolocation': {
1328 'filepath': 'third_party/WebKit/LayoutTests/fast/dom/Geolocation/' \
1329 '|third_party/WebKit/Source/modules/geolocation/' \
1330 '|third_party/WebKit/Source/web/.*Geolocation' \
1331 '|third_party/WebKit/public/web/.*Geolocation'
1332 },
1333 'blink_htmlparser': {
1334 'filepath': 'third_party/WebKit/Source/core/html/parser/'
1335 },
1336 'blink_screen_orientation': {
1337 'filepath': 'third_party/WebKit/Source/modules/screen_orientation/' \
1338 '|third_party/WebKit/public/platform/modules/screen_orientation',
1339 },
1340 'blink_scheduler': {
1341 'filepath': 'third_party/WebKit/Source/platform/scheduler' \
1342 '|third_party/WebKit/Source/core/html/parser/.*Scheduler'
1343 },
1344 'blink_serviceworkers' : {
1345 'filepath': 'third_party/WebKit/Source/modules/serviceworkers' \
1346 '|third_party/WebKit/LayoutTests/http/tests/serviceworker'
1347 },
1348 'blink_serviceworkers_tests' : {
1349 'filepath': 'third_party/WebKit/LayoutTests/http/tests/serviceworker'
1350 },
timlohd035d572015-09-25 15:28:021351 'blink_spellcheck' : {
1352 'filepath': 'third_party/WebKit/Source/core/editing/spellcheck'
1353 },
jbromana7bdfdb2016-02-05 15:10:321354 'blink_spv2_layout_tests': {
1355 'filepath': 'third_party/WebKit/LayoutTests/virtual/spv2'
1356 },
timlohd035d572015-09-25 15:28:021357 'blink_style': {
1358 'filepath': 'third_party/WebKit/.*(style/|Style)',
1359 },
1360 'blink_svg': {
1361 'filepath': 'third_party/WebKit/Source/core/(layout/)?svg',
1362 },
timlohd035d572015-09-25 15:28:021363 'blink_vibration': {
1364 'filepath': 'third_party/WebKit/LayoutTests/vibration/' \
1365 '|third_party/WebKit/Source/modules/vibration/'
1366 },
1367 'blink_viewport_interaction': {
1368 'filepath': 'third_party/WebKit/Source/core/css/.*Viewport' \
1369 '|third_party/WebKit/Source/core/dom/ViewportArguments' \
1370 '|third_party/WebKit/Source/core/html/HTMLMetaElement' \
1371 '|third_party/WebKit/Source/core/page/FrameView' \
1372 '|third_party/WebKit/Source/core/page/scrolling'
1373 },
1374 'blink_w3ctests': {
1375 'filepath': 'third_party/WebKit/LayoutTests/imported/' \
1376 '|third_party/WebKit/Tools/Scripts/webkitpy/w3c/'
1377 },
kinukoa1a73202016-05-24 06:42:361378 'blink_web': {
1379 'filepath': 'third_party/WebKit/Source/web'
1380 },
timlohd035d572015-09-25 15:28:021381 'blink_webcomponents': {
1382 'filepath': 'third_party/WebKit/Source/core/dom/shadow/' \
1383 '|third_party/WebKit/Source/core/dom/custom/' \
1384 '|third_party/WebKit/Source/core/html/imports/' \
1385 '|third_party/WebKit/Source/bindings/v8/custom/V8CustomElementConstructorCustom' \
1386 '|third_party/WebKit/Source/bindings/v8/CustomElementHelpers'
1387 },
dpranke7d5df742016-04-06 00:27:031388 'blink_tools': {
1389 'filepath': 'third_party/WebKit/Tools/'
1390 },
timlohd035d572015-09-25 15:28:021391 'blink_webp': {
1392 'filepath': 'third_party/WebKit/Source/platform/image-decoders/webp' \
1393 '|third_party/WebKit/Source/platform/image-encoders/skia/WEBP'
1394 },
1395 'blink_websockets': {
1396 'filepath': 'third_party/WebKit/Source/modules/websockets/'
1397 },
1398 'blink_workers': {
1399 'filepath': 'third_party/WebKit/Source/core/workers',
1400 },
1401 'blink_wtf': {
1402 'filepath': 'third_party/WebKit/Source/wtf',
1403 },
1404 'blink_xmlhttprequest': {
1405 'filepath': 'third_party/WebKit/Source/core/xmlhttprequest/'
tfarinad21f9472015-10-13 18:36:011406 },
1407 'test_runner': {
1408 'filepath': 'components/test_runner/' \
1409 '|content/shell/(common|browser|renderer)/layout_test/' \
1410 '|content/test/layouttest_support.cc' \
1411 '|content/public/test/layouttest_support.h' \
tfarinad21f9472015-10-13 18:36:011412 },
dominicc05d120d2016-05-16 01:13:401413 'xml': {
1414 'filepath': 'third_party/WebKit/Source/core/xml/' \
1415 '|third_party/libxml/' \
1416 '|third_party/libxslt/',
1417 },
[email protected]a3838612009-10-13 21:57:541418 },
[email protected]ca872e362011-07-12 21:06:031419
pennymac962d190432016-07-27 00:58:351420 ##############################################################################
1421 # Please keep alphabetical
1422 ##############################################################################
[email protected]a3838612009-10-13 21:57:541423 'WATCHLISTS': {
asvitkinee4bad382015-11-05 21:56:451424 'about_flags': ['[email protected]'],
mazda6471d0e2015-10-02 06:32:551425 'accelerator_table': ['[email protected]',
[email protected]f76c8852012-06-21 16:37:001426 '[email protected]'],
dmazzoni5f4b7f12015-02-17 16:35:571427 'accessibility': ['[email protected]',
1428 '[email protected]',
[email protected]f76c8852012-06-21 16:37:001429 '[email protected]',
je_julie.kima170bac2015-05-06 14:57:541430 '[email protected]',
dmazzoni5f4b7f12015-02-17 16:35:571431 '[email protected]',
[email protected]f76c8852012-06-21 16:37:001432 '[email protected]'],
agrieve4d9c1c52016-09-23 17:49:381433 'add_to_homescreen': ['[email protected]',
zpeng9351f9d2016-09-25 14:41:201434 '[email protected]',
pkotwicz2ec0b292016-09-26 17:12:321435 '[email protected]',
zpeng9351f9d2016-09-25 14:41:201436 '[email protected]'],
asvitkine361b276e2016-08-30 18:45:001437 'android_crash_reporting': ['[email protected]'],
johnmaguire6aaac7902016-03-15 12:28:201438 'android_crazy_linker': ['[email protected]'],
dfalcantaraef21e9e2016-01-07 01:16:261439 'android_infobars': ['[email protected]'],
agrieve4d9c1c52016-09-23 17:49:381440 'android_infra': ['[email protected]',
1441 '[email protected]',
mikecasec0ea0862015-10-24 00:14:321442 '[email protected]'],
agrieve4d9c1c52016-09-23 17:49:381443 'android_java': ['[email protected]'],
lizebf34f69b2016-03-30 16:08:531444 'android_loading': ['[email protected]',
drogere76b5632016-03-31 14:14:411445 '[email protected]'],
mlamourid8b0feb2015-06-02 16:30:471446 'android_media': ['[email protected]',
1447 '[email protected]'],
pennymac962d190432016-07-27 00:58:351448 'android_tab': ['[email protected]',
1449 '[email protected]'],
asvitkine361b276e2016-08-30 18:45:001450 'android_uma_settings': ['[email protected]',
1451 '[email protected]'],
zpengb9a180d2016-10-12 18:40:211452 'android_webapk': ['[email protected]'],
[email protected]7ca78dc12012-09-20 09:26:441453 'android_webview': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351454 'app_list': ['[email protected]',
pennymac962d190432016-07-27 00:58:351455 '[email protected]'],
1456 'app_shortcuts': ['[email protected]',
1457 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001458 'appcache': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351459 'apps': ['[email protected]',
1460 '[email protected]'],
lhchavez4b19176f2016-05-04 23:12:461461 'arc': ['[email protected]',
hidehiko49f0b7c2016-05-24 10:59:471462 '[email protected]',
lhchavez4b19176f2016-05-04 23:12:461463 '[email protected]',
1464 '[email protected]'],
lhchavez61532c92016-10-18 21:33:371465 'arc_auth': ['[email protected]'],
lhchavez4b19176f2016-05-04 23:12:461466 'arc_net': ['[email protected]',
1467 '[email protected]',
1468 '[email protected]'],
ejcarusoa298ec02016-06-16 20:30:431469 'arc_power': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351470 'ash': ['[email protected]',
1471 '[email protected]'],
1472 'aura': ['[email protected]',
1473 '[email protected]'],
[email protected]c3a6e1e72013-08-02 00:13:071474 'aura_compositor': ['[email protected]',
1475 '[email protected]',
pennymac962d190432016-07-27 00:58:351476 '[email protected]',
danakj3695c582016-10-26 21:54:431477 '[email protected]'],
sullivan0171e3c2015-03-03 18:47:211478 'auto_bisect': ['[email protected]'],
jdonnelly1ec60d92016-05-25 22:01:391479 'autofill': ['[email protected]',
jdonnelly40d55452015-08-31 19:37:031480 '[email protected]',
vabraafbd4f32015-11-10 19:30:231481 '[email protected]',
sebsgbbfbea02016-10-24 21:54:591482 '[email protected]',
1483 '[email protected]',
1484 '[email protected]'],
[email protected]121773a2013-06-07 22:02:331485 'automation': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351486 'background_sync': ['[email protected]',
chasej6dff9292016-02-02 20:33:121487 '[email protected]',
pennymac962d190432016-07-27 00:58:351488 '[email protected]',
1489 '[email protected]'],
pkotwicz2ec0b292016-09-26 17:12:321490 'banners': ['[email protected]',
zpeng143b4792016-10-06 20:38:121491 '[email protected]',
1492 '[email protected]'],
dmikurubee40b4062014-11-04 17:47:191493 'base_allocator': ['[email protected]',
[email protected]b17d9e02014-07-29 09:45:501494 '[email protected]'],
[email protected]1ed5e0fd2012-07-19 00:19:051495 'base_memory': ['[email protected]'],
robliao1644d8b2016-04-11 15:39:591496 'base_task_scheduler': ['[email protected]',
1497 '[email protected]',
1498 '[email protected]'],
pennymac962d190432016-07-27 00:58:351499 'base_win': ['[email protected]',
1500 '[email protected]'],
[email protected]7e093d4022014-06-26 19:19:551501 'battery_status': ['[email protected]'],
anandc54ad4f72016-01-08 20:43:531502 'blimp' : ['[email protected]',
bgoldmand80ba1e2016-09-27 21:06:301503 '[email protected]',
anandc54ad4f72016-01-08 20:43:531504 '[email protected]',
gcastoe4733aa52016-07-19 19:21:461505 '[email protected]',
nyquist0af49ad2015-09-16 19:22:351506 '[email protected]',
nyquist05ec00812016-05-11 00:57:111507 '[email protected]',
dominickn8884155a2016-06-23 02:28:161508 '[email protected]',
nyquist0af49ad2015-09-16 19:22:351509 '[email protected]',
sriramsr93d84202015-10-08 00:06:151510 '[email protected]',
1511 '[email protected]',
perumaalee8f0a62016-09-14 17:08:201512 '[email protected]',
scf7ed73562016-09-14 23:00:431513 '[email protected]',
nyquist05ec00812016-05-11 00:57:111514 '[email protected]',
steimelcaea0ed2016-09-19 19:04:231515 '[email protected]',
1516 '[email protected]'],
pennymac962d190432016-07-27 00:58:351517 'blink': ['[email protected]'],
1518 'blink_accessibility': ['[email protected]',
1519 '[email protected]',
horo8e9a01572016-07-27 06:05:311520 '[email protected]',
pennymac962d190432016-07-27 00:58:351521 '[email protected]'],
1522 'blink_animation': ['[email protected]',
1523 '[email protected]',
1524 '[email protected]',
1525 '[email protected]',
1526 '[email protected]'],
1527 'blink_app_banner': ['[email protected]'],
1528 'blink_audio': ['[email protected]',
1529 '[email protected]'],
1530 'blink_battery_status': ['[email protected]',
1531 '[email protected]'],
1532 'blink_bidi': ['[email protected]'],
1533 'blink_bindings': ['[email protected]'],
jbroman9ac2d532016-09-01 18:20:081534 'blink_bindings_serialization': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351535 'blink_bluetooth': ['[email protected]',
1536 '[email protected]'],
1537 'blink_canvas2d': ['[email protected]',
1538 '[email protected]',
1539 '[email protected]',
1540 '[email protected]'],
1541 'blink_client_hints': ['[email protected]'],
1542 'blink_clipboard': ['[email protected]'],
1543 'blink_css': ['[email protected]',
1544 '[email protected]',
horo8e9a01572016-07-27 06:05:311545 '[email protected]',
pennymac962d190432016-07-27 00:58:351546 '[email protected]',
1547 '[email protected]'],
1548 'blink_css_flexbox': ['[email protected]'],
1549 'blink_css_fragmentation_tests': ['[email protected]'],
1550 'blink_css_grid_layout': ['[email protected]',
horo8e9a01572016-07-27 06:05:311551 '[email protected]',
pennymac962d190432016-07-27 00:58:351552 '[email protected]'],
1553 'blink_css_regions': ['[email protected]'],
1554 'blink_custom_elements': ['[email protected]',
1555 '[email protected]'],
1556 'blink_device_light': ['[email protected]',
1557 '[email protected]'],
1558 'blink_device_orientation': ['[email protected]',
1559 '[email protected]'],
1560 'blink_devtools': ['[email protected]',
1561 '[email protected]',
1562 '[email protected]',
1563 '[email protected]',
1564 '[email protected]',
lushnikovc5bd7ca2016-07-27 17:19:391565 '[email protected]'],
pennymac962d190432016-07-27 00:58:351566 'blink_dom': ['[email protected]',
1567 '[email protected]',
1568 '[email protected]',
1569 '[email protected]',
1570 '[email protected]'],
1571 'blink_events': ['[email protected]',
1572 '[email protected]',
1573 '[email protected]',
1574 '[email protected]'],
1575 'blink_fetch': ['[email protected]',
1576 '[email protected]',
1577 '[email protected]',
1578 '[email protected]'],
1579 'blink_fileapi': ['[email protected]',
1580 '[email protected]',
1581 '[email protected]'],
1582 'blink_geolocation': ['[email protected]',
1583 '[email protected]',
1584 '[email protected]'],
1585 'blink_heap': ['[email protected]',
1586 '[email protected]',
1587 '[email protected]',
1588 '[email protected]'],
1589 'blink_html': ['[email protected]',
1590 '[email protected]'],
csharrisonf357e9632016-07-29 01:27:221591 'blink_htmlparser': ['[email protected]',
1592 '[email protected]'],
pennymac962d190432016-07-27 00:58:351593 'blink_indexed_db': ['[email protected]',
1594 '[email protected]'],
1595 'blink_input': ['[email protected]',
nzolghadr773a1982016-10-18 21:26:451596 '[email protected]'],
pennymac962d190432016-07-27 00:58:351597 'blink_layers': ['[email protected]'],
1598 'blink_layout': ['[email protected]',
1599 '[email protected]',
1600 '[email protected]',
1601 '[email protected]',
1602 '[email protected]',
1603 '[email protected]',
1604 '[email protected]'],
cbiesinger46ecaae2016-09-09 18:44:561605 'blink_layout_ng': ['[email protected]',
gleblc60d6632016-09-13 19:49:461606 '[email protected]',
atotic30c8eba2016-10-28 13:24:071607 '[email protected]',
1608 '[email protected]'],
pennymac962d190432016-07-27 00:58:351609 'blink_loader': ['[email protected]',
1610 '[email protected]',
1611 '[email protected]',
1612 '[email protected]'],
1613 'blink_media': ['[email protected]',
1614 '[email protected]',
srirama.mdec4f512016-09-06 08:22:191615 '[email protected]',
1616 '[email protected]'],
pennymac962d190432016-07-27 00:58:351617 'blink_media_queries': ['[email protected]',
1618 '[email protected]'],
1619 'blink_mediacapturefromelement': ['[email protected]',
1620 '[email protected]'],
1621 'blink_mediarecorder': ['[email protected]',
1622 '[email protected]'],
1623 'blink_mediastream': ['[email protected]',
1624 '[email protected]'],
1625 'blink_modules': ['[email protected]'],
1626 'blink_navigator_content_utils': ['[email protected]'],
awdf2e270242016-09-06 16:21:341627 'blink_notifications': ['[email protected]',
1628 '[email protected]'],
pennymac962d190432016-07-27 00:58:351629 'blink_out_of_process_frames': ['[email protected]',
1630 '[email protected]'],
1631 'blink_owners': ['[email protected]'],
1632 'blink_paint' : ['[email protected]',
chrishtr4030de342016-10-03 23:57:591633 '[email protected]'],
pennymac962d190432016-07-27 00:58:351634 'blink_permissions': ['[email protected]'],
1635 'blink_platform_graphics': ['[email protected]',
horo8e9a01572016-07-27 06:05:311636 '[email protected]',
pennymac962d190432016-07-27 00:58:351637 '[email protected]',
1638 '[email protected]',
1639 '[email protected]',
1640 '[email protected]',
1641 '[email protected]',
1642 '[email protected]',
1643 '[email protected]',
1644 '[email protected]',
1645 '[email protected]',
1646 '[email protected]',
1647 '[email protected]'],
1648 'blink_prerender': ['[email protected]',
1649 '[email protected]'],
1650 'blink_preloadScanner': ['[email protected]'],
1651 'blink_public_api': ['[email protected]',
1652 '[email protected]'],
awdf2e270242016-09-06 16:21:341653 'blink_push_messaging': ['[email protected]',
1654 '[email protected]',
pennymac962d190432016-07-27 00:58:351655 '[email protected]'],
1656 'blink_quota': ['[email protected]',
1657 '[email protected]',
1658 '[email protected]'],
1659 'blink_scheduler': ['[email protected]'],
1660 'blink_screen_orientation': ['[email protected]'],
falken6731ece42016-10-12 01:41:501661 'blink_serviceworkers': ['[email protected]',
pennymac962d190432016-07-27 00:58:351662 '[email protected]',
1663 '[email protected]',
1664 '[email protected]',
1665 '[email protected]',
1666 '[email protected]',
1667 '[email protected]',
shimazu99de61f2016-09-07 03:57:411668 '[email protected]',
pennymac962d190432016-07-27 00:58:351669 '[email protected]'],
1670 'blink_serviceworkers_tests': ['[email protected]'],
timvolodine8cdb94c2016-09-22 12:17:221671 'blink_spellcheck' : ['[email protected]',
1672 '[email protected]'],
pennymac962d190432016-07-27 00:58:351673 'blink_spv2_layout_tests': ['[email protected]',
1674 '[email protected]'],
1675 'blink_style': ['[email protected]'],
1676 'blink_svg': ['[email protected]',
1677 '[email protected]',
1678 '[email protected]',
1679 '[email protected]',
1680 '[email protected]',
1681 '[email protected]',
1682 '[email protected]',
1683 '[email protected]'],
dpranke7d5df742016-04-06 00:27:031684 'blink_tools': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351685 'blink_track': ['[email protected]',
1686 '[email protected]',
1687 '[email protected]',
1688 '[email protected]',
1689 '[email protected]'],
1690 'blink_vibration': ['[email protected]',
1691 '[email protected]'],
1692 'blink_viewport_interaction': ['[email protected]'],
1693 'blink_w3ctests': ['[email protected]'],
1694 'blink_web': ['[email protected]'],
1695 'blink_webcomponents': ['[email protected]',
1696 '[email protected]'],
1697 'blink_webp': ['[email protected]',
1698 '[email protected]',
1699 '[email protected]'],
1700 'blink_websockets': ['[email protected]',
1701 '[email protected]'],
1702 'blink_workers': ['[email protected]',
falken6731ece42016-10-12 01:41:501703 '[email protected]',
pennymac962d190432016-07-27 00:58:351704 '[email protected]',
shimazu99de61f2016-09-07 03:57:411705 '[email protected]',
1706 '[email protected]'],
pennymac962d190432016-07-27 00:58:351707 'blink_wtf': ['[email protected]',
1708 '[email protected]'],
1709 'blink_xmlhttprequest': ['[email protected]'],
noyauce460872016-09-09 11:54:001710 'bookmarks': ['[email protected]'],
donnd787f6ed2016-08-03 01:00:561711 'bottombar': ['[email protected]',
1712 '[email protected]'],
stevenjbdd133032015-08-07 18:37:471713 'browser_chromeos': ['[email protected]'],
[email protected]22650d22012-07-18 17:02:351714 'browser_components': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351715 'browser_compositor': ['[email protected]',
1716 '[email protected]'],
[email protected]17a2fba2013-02-07 18:46:571717 'browser_resources': ['[email protected]'],
michaelpge42ca3b32016-02-19 08:17:571718 'browser_resources_md': ['[email protected]'],
msramek878b39d92016-04-20 07:55:331719 'browsing_data': ['[email protected]',
1720 '[email protected]'],
pennymac962d190432016-07-27 00:58:351721 'bubble': ['[email protected]',
1722 '[email protected]',
1723 '[email protected]',
1724 '[email protected]'],
1725 'cache_storage': ['[email protected]',
1726 '[email protected]'],
[email protected]c9ae7a32014-03-31 22:18:591727 'cast': ['[email protected]',
[email protected]479180d22014-03-11 09:47:341728 '[email protected]',
miua1710162015-08-27 01:38:091729 '[email protected]',
[email protected]ad8ff0e2013-12-13 09:24:121730 '[email protected]',
miua1710162015-08-27 01:38:091731 '[email protected]',
1732 '[email protected]'],
ryanchung4d157372016-05-10 20:27:161733 'cast_certificate': ['[email protected]',
1734 '[email protected]',
1735 '[email protected]',
1736 '[email protected]'],
[email protected]c863702a2012-09-14 20:05:281737 'cc': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351738 'certificate_transparency': ['[email protected]',
1739 '[email protected]',
1740 '[email protected]'],
1741 'chrome_elf': ['[email protected]',
1742 '[email protected]'],
[email protected]d5b21972012-07-20 02:06:011743 'chrome_views': ['[email protected]'],
alokp9d869cc12016-05-27 01:46:311744 'chromecast': ['[email protected]',
1745 '[email protected]',
halliwellfa56b3a42015-09-04 21:42:571746 '[email protected]'],
gfhuang2548f902016-02-26 02:29:211747 'chromecast_public': ['[email protected]'],
stgaocea5a9c2015-05-29 22:31:391748 'chromedriver': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351749 'chromeos': ['[email protected]'],
1750 'chromeos_attestation': ['[email protected]'],
1751 'chromeos_calculator': ['[email protected]'],
hashimoto40ecb692014-09-02 04:51:311752 'chromeos_dbus': ['[email protected]'],
alematec5187b1b2016-08-26 05:32:181753 'chromeos_geolocation': ['[email protected]'],
1754 'chromeos_login': ['[email protected]',
1755 '[email protected]'],
pennymac962d190432016-07-27 00:58:351756 'chromeos_net': ['[email protected]'],
1757 'chromeos_power': ['[email protected]'],
alematec5187b1b2016-08-26 05:32:181758 'chromeos_timezone': ['[email protected]'],
1759 'chromeos_webui': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351760 'clang_update': ['[email protected]',
[email protected]cf8ffa82013-02-13 08:30:071761 '[email protected]',
pennymac962d190432016-07-27 00:58:351762 '[email protected]',
rnk28bbd1772016-05-04 17:57:581763 '[email protected]',
1764 '[email protected]',
pennymac962d190432016-07-27 00:58:351765 '[email protected]',
1766 '[email protected]',
horo8e9a01572016-07-27 06:05:311767 '[email protected]',
pennymac962d190432016-07-27 00:58:351768 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001769 'clipboard': ['[email protected]'],
[email protected]18fd7a532014-08-20 23:09:511770 'closure': ['[email protected]',
dbeam78528be2016-02-18 07:08:491771 '[email protected]',
1772 '[email protected]'],
sdefresned94c5b02015-07-22 17:54:551773 'components_deps': ['[email protected]',
1774 '[email protected]',
1775 '[email protected]'],
pennymac962d190432016-07-27 00:58:351776 'content': ['[email protected]',
1777 '[email protected]'],
1778 'content_bluetooth': ['[email protected]',
1779 '[email protected]'],
1780 'content_loader': ['[email protected]',
1781 '[email protected]',
1782 '[email protected]'],
1783 'content_renderer': ['[email protected]'],
mkwst75a31a42014-09-14 18:32:531784 'content_shell': ['[email protected]',
peterc9e3e172015-11-02 09:29:161785 '[email protected]',
1786 '[email protected]'],
nhiroki90ba0102015-07-21 01:42:241787 'content_worker': ['[email protected]',
1788 '[email protected]'],
donnd787f6ed2016-08-03 01:00:561789 'contextual_search': ['[email protected]',
1790 '[email protected]'],
pennymac962d190432016-07-27 00:58:351791 'courgette': ['[email protected]',
1792 '[email protected]'],
michaelpge42ca3b32016-02-19 08:17:571793 'cr_elements': ['[email protected]',
1794 '[email protected]',
1795 '[email protected]'],
lizebf34f69b2016-03-30 16:08:531796 'custom_tabs': ['[email protected]'],
tbansalc6f1c9f2016-09-30 22:48:421797 'data_reduction_proxy': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:191798 'deep_memory_profiler': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351799 'device_bluetooth': ['[email protected]',
1800 '[email protected]'],
1801 'device_sensors': ['[email protected]',
mlamouri5cdcdf02014-11-27 15:58:591802 '[email protected]',
pennymac962d190432016-07-27 00:58:351803 '[email protected]'],
scheibabdd7d32015-02-11 22:13:081804 'developer_recommended_flags': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351805 'devtools': ['[email protected]',
1806 '[email protected]'],
1807 'disk_cache': ['[email protected]',
1808 '[email protected]'],
benjhaydendd24d5a642015-10-05 18:19:511809 'download': ['[email protected]'],
dbeam78528be2016-02-18 07:08:491810 'downloads_ui': ['[email protected]',
1811 '[email protected]'],
[email protected]9a3781d2013-04-04 18:31:401812 'drive': ['[email protected]'],
[email protected]89d2cd52013-04-16 01:55:361813 'drive_resource_metadata': ['[email protected]'],
[email protected]3a25c8a2014-06-26 06:47:101814 'eme': ['[email protected]'],
jdduke7edf3ca42015-10-26 18:20:011815 'events': ['[email protected]'],
[email protected]f9529e7922013-06-06 05:19:411816 'extension': ['[email protected]',
1817 '[email protected]'],
apaciblec4093a92016-04-19 19:21:581818 'feedback_ui': ['[email protected]'],
[email protected]84dcfd92014-05-23 13:18:191819 'fileapi': ['[email protected]',
[email protected]6f217122013-11-25 07:21:481820 '[email protected]',
1821 '[email protected]'],
yoshiki1c0ba2782014-12-08 07:04:261822 'filebrowse': ['[email protected]'],
okab0be3dc2016-08-30 07:37:101823 'filesapp': ['[email protected]',
1824 '[email protected]',
1825 '[email protected]'],
1826 'filesapp_ui': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001827 'ftp': ['[email protected]'],
mmoroz58ddb8172016-09-08 18:29:551828 'fuzzing': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351829 'gcm': ['[email protected]',
1830 '[email protected]',
1831 '[email protected]'],
1832 'geolocation': ['[email protected]',
1833 '[email protected]'],
[email protected]cf428f732012-10-02 20:48:151834 'gfx_geometry': ['[email protected]'],
[email protected]f93b7382012-08-09 20:53:161835 'gfx_image': ['[email protected]'],
agrieve4d9c1c52016-09-23 17:49:381836 'gn': ['[email protected]',
1837 '[email protected]',
pennymac962d190432016-07-27 00:58:351838 '[email protected]'],
[email protected]a6159102013-11-08 23:21:521839 'gpu': ['[email protected]'],
dbeam78528be2016-02-18 07:08:491840 'history_ui': ['[email protected]',
1841 '[email protected]',
1842 '[email protected]'],
[email protected]18d7e402014-07-08 19:53:141843 'hotword': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001844 'i18n': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001845 'importer': ['[email protected]'],
[email protected]8b250562014-08-12 19:07:451846 'indexed_db': ['[email protected]',
dgrogand792a7f2016-01-21 00:12:131847 '[email protected]'],
bruthigaa8281f2016-02-09 17:52:311848 'ink_drop': ['[email protected]'],
dtapuska1f997a12016-03-14 19:22:071849 'input': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351850 'installer': ['[email protected]',
1851 '[email protected]',
1852 '[email protected]'],
mmoss19826c62014-11-14 21:37:361853 'installer_linux': [ '[email protected]'],
pennymac962d190432016-07-27 00:58:351854 'instant': ['[email protected]',
1855 '[email protected]',
1856 '[email protected]',
1857 '[email protected]',
1858 '[email protected]',
1859 '[email protected]',
1860 '[email protected]',
1861 '[email protected]',
1862 '[email protected]',
1863 '[email protected]'],
sdefresne18b47312015-06-18 15:15:091864 'ios_chrome': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351865 'ipc': ['[email protected]',
1866 '[email protected]'],
1867 'libwebp': ['[email protected]',
1868 '[email protected]',
1869 '[email protected]'],
1870 'libvpx': ['[email protected]',
1871 '[email protected]',
1872 '[email protected]',
1873 '[email protected]'],
[email protected]04a292a2013-03-07 19:58:421874 'linux_fonts': ['[email protected]'],
[email protected]6d7e0bf2014-07-28 22:30:401875 'linux_sandboxing': ['[email protected]'],
[email protected]04a292a2013-03-07 19:58:421876 'linux_seccomp_bpf': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351877 'login': ['[email protected]'],
lgrey62faed72016-10-11 21:40:391878 'mac' : ['[email protected]'],
mlamourid8b0feb2015-06-02 16:30:471879 'manifest': ['[email protected]'],
dbeam7a734562015-09-15 18:23:171880 'md_settings': ['[email protected]',
michaelpg32ca07902015-02-07 00:31:111881 '[email protected]',
michaelpg32ca07902015-02-07 00:31:111882 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001883 'media': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351884 'media_galleries': ['[email protected]',
1885 '[email protected]'],
alokp9e369ea72e2016-06-10 05:41:091886 'media_mojo': ['[email protected]'],
miu5e69f1c52016-10-23 13:40:111887 'media_remoting': ['[email protected]',
1888 '[email protected]'],
kmarshallb698ad4f2015-02-24 19:42:481889 'media_router': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001890 'message_loop': ['[email protected]'],
isherman1eee6f12014-12-09 02:14:301891 'metrics': ['[email protected]'],
[email protected]1d8899ee2014-06-10 20:58:121892 'metrics_xml_files': ['[email protected]'],
toyoshim8f51f902015-03-27 03:50:211893 'midi': ['[email protected]'],
[email protected]c3830c622013-10-10 22:00:001894 'mojo': ['[email protected]',
[email protected]62bbe812013-10-24 22:24:161895 '[email protected]',
[email protected]3bf40cb2013-10-11 19:10:491896 '[email protected]',
[email protected]0f79ff62014-04-25 23:35:531897 '[email protected]',
[email protected]84003af2014-05-02 09:37:131898 '[email protected]',
1899 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001900 'mouse_lock': ['[email protected]'],
rjkroegef60dea862015-10-29 17:50:061901 'mus': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001902 'nacl': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351903 'native_client_sdk': ['[email protected]',
1904 '[email protected]'],
1905 'navigation': ['[email protected]',
1906 '[email protected]'],
[email protected]0b6c5e92013-03-08 22:42:521907 'net': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001908 'net_error_list': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351909 'net_log': ['[email protected]',
1910 '[email protected]'],
jkarlin539748402015-03-31 17:36:311911 'netinfo': ['[email protected]'],
awdf2e270242016-09-06 16:21:341912 'notifications': ['[email protected]',
1913 '[email protected]',
pennymac962d190432016-07-27 00:58:351914 '[email protected]'],
tbansalc6f1c9f2016-09-30 22:48:421915 'nqe': ['[email protected]'],
Evan Stade459d16662015-07-07 17:04:571916 'ntp': ['[email protected]',
[email protected]0bce107762012-11-27 11:42:541917 '[email protected]'],
bauerb719d4712016-06-21 10:00:441918 'ntp_snippets': ['[email protected]'],
treib70176c52016-07-08 14:34:191919 'ntp_tiles': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351920 'offline_pages': ['[email protected]',
1921 '[email protected]',
1922 '[email protected]',
dewittj74b23f6f2016-04-21 19:29:251923 '[email protected]',
1924 '[email protected]',
pennymac962d190432016-07-27 00:58:351925 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001926 'omnibox': ['[email protected]'],
michaelpgf6260fbd2015-02-06 17:59:351927 'options': ['[email protected]',
1928 '[email protected]'],
iclelland8b904402016-10-05 15:01:231929 'origin_trials': ['[email protected]',
1930 '[email protected]'],
pennymac962d190432016-07-27 00:58:351931 'ozone': ['[email protected]',
1932 '[email protected]'],
csharrison3b1dc4062015-10-19 14:31:081933 'page_load_metrics' : ['[email protected]',
kinuko01cbe8a12015-10-20 09:59:061934 '[email protected]'],
pennymac962d190432016-07-27 00:58:351935 'panels': ['[email protected]',
1936 '[email protected]',
1937 '[email protected]',
1938 '[email protected]'],
mkwst17a9875d2016-06-24 10:36:391939 'password_manager': ['[email protected]',
vabraafbd4f32015-11-10 19:30:231940 '[email protected]'],
sebsgbbfbea02016-10-24 21:54:591941 'payments': ['[email protected]',
1942 '[email protected]'],
pennymac962d190432016-07-27 00:58:351943 'pepper_api': ['[email protected]',
1944 '[email protected]',
1945 '[email protected]',
1946 '[email protected]',
1947 '[email protected]',
horo8e9a01572016-07-27 06:05:311948 '[email protected]',
pennymac962d190432016-07-27 00:58:351949 '[email protected]'],
kcarattinic1d30ef2016-01-07 05:12:301950 'permissions': ['[email protected]'],
stuartmorganf8c132922015-01-23 14:45:341951 'plugin': ['[email protected]'],
tnagelad92622a92015-10-20 10:26:301952 'policy_definitions': ['[email protected]'],
dbeam78528be2016-02-18 07:08:491953 'polymer': ['[email protected]',
1954 '[email protected]'],
twifkak0c69c1f2015-06-22 18:20:091955 'precache': ['[email protected]'],
tburkard8268a8d2014-09-17 12:53:441956 'predictors': ['[email protected]'],
[email protected]be775bc2014-06-30 15:41:141957 'prepopulated_engines': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351958 'prerender': ['[email protected]',
1959 '[email protected]',
1960 '[email protected]'],
1961 'push_messaging': ['[email protected]',
1962 '[email protected]',
1963 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001964 'pyauto': ['[email protected]',
pennymac962d190432016-07-27 00:58:351965 '[email protected]',
1966 '[email protected]'],
[email protected]c3887592014-02-06 20:02:251967 'remoting': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351968 'rlz_id': ['[email protected]',
1969 '[email protected]',
1970 '[email protected]'],
grt829c6a82014-10-20 09:29:321971 'safe_browsing': ['[email protected]'],
vakhf8e14c92016-10-17 21:29:471972 'safe_browsing_db': ['[email protected]'],
rickyz0a819bfc2015-02-04 23:57:221973 'sandbox': ['[email protected]'],
skyostil20dea312014-11-11 13:43:061974 'scheduler': ['[email protected]'],
mlamourid8b0feb2015-06-02 16:30:471975 'screen_orientation': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351976 'service_worker': ['[email protected]',
[email protected]6d095a8b2014-02-28 15:26:161977 '[email protected]',
pennymac962d190432016-07-27 00:58:351978 '[email protected]',
[email protected]edaf31d2014-03-07 00:09:171979 '[email protected]',
pennymac962d190432016-07-27 00:58:351980 '[email protected]',
horo8e9a01572016-07-27 06:05:311981 '[email protected]',
shimazu99de61f2016-09-07 03:57:411982 '[email protected]',
pennymac962d190432016-07-27 00:58:351983 '[email protected]'],
dominickn8884155a2016-06-23 02:28:161984 'site_engagement': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351985 'site_instance': ['[email protected]',
1986 '[email protected]',
[email protected]b9ecdb62014-03-07 14:56:431987 '[email protected]'],
[email protected]ad0295d2012-10-11 23:43:361988 'spellcheck': ['[email protected]',
[email protected]18d7e402014-07-08 19:53:141989 '[email protected]',
timvolodine8cdb94c2016-09-22 12:17:221990 '[email protected]',
1991 '[email protected]'],
[email protected]67f39af2013-08-23 20:06:051992 'streams': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351993 'styleguide': ['[email protected]',
1994 '[email protected]'],
1995 'supervised_users': ['[email protected]'],
maxbogue65ea2632016-04-04 18:12:581996 'sync': ['[email protected]'],
[email protected]84dcfd92014-05-23 13:18:191997 'syncfs': ['[email protected]',
[email protected]6f217122013-11-25 07:21:481998 '[email protected]',
1999 '[email protected]'],
miu5e69f1c52016-10-23 13:40:112000 'tab_alert_indicators': ['[email protected]'],
2001 'tab_capture': ['[email protected]',
2002 '[email protected]'],
pennymac962d190432016-07-27 00:58:352003 'tab_contents': ['[email protected]',
2004 '[email protected]',
2005 '[email protected]'],
dmikurubee40b4062014-11-04 17:47:192006 'tcmalloc': ['[email protected]'],
tonygc7f6a4c12015-01-16 18:32:262007 'telemetry': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352008 'test_runner': ['[email protected]',
einbindera29577e2016-08-23 01:21:492009 '[email protected]',
2010 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002011 'tests': [],
pennymac962d190432016-07-27 00:58:352012 'textinput': ['[email protected]',
2013 '[email protected]',
2014 '[email protected]',
2015 '[email protected]'],
2016 'textinput_chromeos': ['[email protected]',
2017 '[email protected]',
2018 '[email protected]'],
chirantan96fcf6d2015-01-21 22:36:192019 'timers': ['[email protected]'],
[email protected]0fc48a12014-06-07 20:26:052020 'tools_emacs': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352021 'tracing': ['[email protected]',
2022 '[email protected]'],
[email protected]cf428f732012-10-02 20:48:152023 'ui_compositor': ['[email protected]'],
robliao2c4b7492016-07-19 01:57:262024 'ui_display_win': ['[email protected]'],
[email protected]6b5093c2012-05-23 19:10:182025 'ui_resources': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002026 'valgrind': ['[email protected]',
timurrrr5335dbd2015-04-15 11:04:552027 '[email protected]'],
[email protected]c73ec8ab2014-01-16 20:35:232028 'version_assembly': ['[email protected]',
2029 '[email protected]'],
posciak62a72272016-05-11 08:31:242030 'video': ['[email protected]'],
miu5e69f1c52016-10-23 13:40:112031 'video_capture': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002032 'views': ['[email protected]'],
[email protected]ef514a32014-02-26 01:02:352033 'virtual_keyboard': ['[email protected]',
2034 '[email protected]'],
tnakamura43539232016-09-12 14:23:422035 'webrtc_browser_tests': ['[email protected]'],
raymesf5084632015-07-02 07:14:152036 'website_settings': ['[email protected]',
pennymac962d190432016-07-27 00:58:352037 '[email protected]',
2038 '[email protected]'],
2039 'windows_sandboxing': ['[email protected]',
2040 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002041 'x11': ['[email protected]',
2042 '[email protected]',
2043 '[email protected]'],
pennymac962d190432016-07-27 00:58:352044 'xml': ['[email protected]'],
wjmaclean3ff6a402015-03-31 19:00:202045 'zoom': ['[email protected]'],
[email protected]a3838612009-10-13 21:57:542046 },
2047}