blob: e5506e47fe2c3309c3f825e33c46277dd99c80d5 [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 },
wnwena0364162017-02-16 20:37:3868 'android_studio': {
69 'filepath': 'build/android/gradle/'
70 },
[email protected]3261d962014-03-04 22:18:2871 'android_tab': {
72 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/Tab'
73 },
asvitkine361b276e2016-08-30 18:45:0074 'android_uma_settings': {
75 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/preferences/privacy/UsageAndCrashReportsPreferenceFragment.java|'\
76 'chrome/android/java/src/org/chromium/chrome/browser/preferences/privacy/PrivacyPreferencesManager.java|'\
77 'chrome/android/java/src/org/chromium/chrome/browser/preferences/privacy/PrivacyPreferences.java|'\
asvitkine361b276e2016-08-30 18:45:0078 'chrome/android/java/src/org/chromium/chrome/browser/metrics/UmaSessionStats.java',
79 },
zpengb9a180d2016-10-12 18:40:2180 'android_webapk': {
zpeng4c3bc372016-10-13 03:00:4881 'filepath': 'chrome/android/webapk/|'\
82 'chrome/browser/android/webapk/',
zpengb9a180d2016-10-12 18:40:2183 },
[email protected]7ca78dc12012-09-20 09:26:4484 'android_webview': {
85 'filepath': 'android_webview/',
86 },
[email protected]8a197f22012-06-22 14:59:0587 'app_list': {
[email protected]311cc902013-03-15 04:45:4688 'filepath': 'chrome/browser/ui/app_list'\
89 '|chrome/browser/ui/ash/app_list'\
[email protected]311cc902013-03-15 04:45:4690 '|chrome/browser/ui/views/app_list'\
91 '|ui/app_list/'
[email protected]8a197f22012-06-22 14:59:0592 },
[email protected]e38d185a2013-07-09 08:23:5293 'app_shortcuts': {
94 'filepath': 'apps/app_shim/'\
95 '|chrome/browser/web_applications/'\
96 '|chrome/browser/ui/web_applications/'\
97 '|chrome/common/mac/'
98 },
[email protected]374a93c2009-11-05 21:45:5699 'appcache': {
[email protected]f2f0fbb92012-07-14 15:52:49100 'filepath': 'appcache/',
[email protected]374a93c2009-11-05 21:45:56101 },
[email protected]54bf94d2013-01-30 23:07:40102 'apps': {
103 'filepath': '^apps/',
104 },
lhchavez4b19176f2016-05-04 23:12:46105 'arc': {
106 'filepath': 'arc/',
107 },
lhchavez61532c92016-10-18 21:33:37108 'arc_auth': {
109 'filepath': 'chrome/browser/chromeos/arc/arc_auth'
110 },
poromov7633f602017-02-21 16:44:01111 'arc_kiosk': {
112 'filepath': 'chrome/browser/chromeos/app_mode/arc/'\
113 '|components/arc/kiosk/'\
114 '|arc_kiosk'
115 },
lhchavez4b19176f2016-05-04 23:12:46116 'arc_net': {
117 'filepath': 'components/arc/net/',
118 },
ejcarusoa298ec02016-06-16 20:30:43119 'arc_power': {
120 'filepath': 'components/arc/power/',
121 },
[email protected]3ce56642013-10-17 22:12:51122 'ash': {
123 'filepath': 'ash/',
124 },
[email protected]f76c8852012-06-21 16:37:00125 'aura': {
[email protected]3ce56642013-10-17 22:12:51126 'filepath': 'ui/aura/',
[email protected]84ba35e32010-08-06 17:22:39127 },
[email protected]c3a6e1e72013-08-02 00:13:07128 'aura_compositor': {
129 'filepath':
130 'ui/compositor/' \
[email protected]6dc38f72014-01-16 22:19:58131 '|content/browser/compositor/' \
132 '|content/browser/renderer_host/compositor_resize_lock_aura' \
[email protected]c3a6e1e72013-08-02 00:13:07133 '|content/browser/renderer_host/render_widget_host_view_aura' \
134 '|content/browser/renderer_host/render_widget_host_view_browsertest' \
[email protected]a6eeeef92014-03-19 19:06:44135 '|content/browser/renderer_host/delegated' \
136 '|content/browser/renderer_host/software' \
[email protected]c3a6e1e72013-08-02 00:13:07137 '|content/common/gpu/client/' \
[email protected]c3a6e1e72013-08-02 00:13:07138 },
sullivan0171e3c2015-03-03 18:47:21139 'auto_bisect': {
140 'filepath': 'tools/run-bisect-perf-regression.py'\
141 '|tools/run-perf-test.cfg'\
142 '|tools/auto_bisect/'
143 },
[email protected]2a38f0c02013-05-29 02:27:45144 'autofill': {
rouslanfbfa7402016-11-22 19:36:39145 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/autofill/|'\
146 'chrome/browser/autofill/|'\
[email protected]d9310a82012-11-02 02:53:48147 'chrome/browser/resources/options/autofill_|'\
[email protected]d9310a82012-11-02 02:53:48148 'chrome/browser/ui/android/autofill/|'\
149 'chrome/browser/ui/autofill/|'\
[email protected]e3e4ca62013-05-17 08:50:27150 'chrome/browser/ui/cocoa/autofill/|'\
[email protected]d9310a82012-11-02 02:53:48151 'chrome/browser/ui/views/autofill/|'\
152 'chrome/browser/ui/webui/options/autofill_|'\
[email protected]d9310a82012-11-02 02:53:48153 'chrome/renderer/autofill/|'\
154 'chrome/test/data/autofill/|'\
[email protected]3947d4a82013-03-12 09:41:05155 'components/autofill/|'\
[email protected]30964792013-05-29 02:41:25156 'components/autofill/browser/webdata/|'\
vabrbeb0c562015-12-01 10:48:08157 'components/webdata/',
[email protected]b3399272010-08-10 19:49:29158 },
peter39e10a62017-02-21 15:14:13159 'background_fetch': {
160 'filepath': 'background_fetch',
161 },
162 'background_sync': {
163 'filepath': 'background_sync',
164 },
dominickn8884155a2016-06-23 02:28:16165 'banners': {
166 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/banners/|'\
167 'chrome/android/javatests/src/org/chromium/chrome/browser/banners/|'\
168 'chrome/browser/android/banners/|'\
169 'chrome/browser/banners/|'\
170 'chrome/browser/ui/android/infobars/app_banner_.*|'\
171 'chrome/renderer/banners/|'\
172 'third_party/WebKit/public/platform/modules/app_banner/|'\
173 'third_party/WebKit/Source/modules/app_banner/',
174 },
[email protected]f76c8852012-06-21 16:37:00175 'base': {
[email protected]f2f0fbb92012-07-14 15:52:49176 'filepath': '^base/',
[email protected]7a7a13b2010-08-25 01:10:59177 },
[email protected]5e105332012-09-13 01:55:52178 'base_allocator': {
179 'filepath': '^base/allocator',
180 },
[email protected]1ed5e0fd2012-07-19 00:19:05181 'base_memory': {
182 'filepath': '^base/memory',
183 },
robliao1644d8b2016-04-11 15:39:59184 'base_task_scheduler': {
185 'filepath': '^base/task_scheduler',
186 },
[email protected]b17d9e02014-07-29 09:45:50187 'base_win': {
188 'filepath': '^base/win',
189 },
[email protected]7e093d4022014-06-26 19:19:55190 'battery_status': {
191 'filepath': 'content/browser/battery_status/|'\
timvolodine953fde72014-12-09 16:47:10192 'content/test/data/battery_status/|'\
193 'device/battery/',
[email protected]7e093d4022014-06-26 19:19:55194 },
[email protected]06798f72013-01-14 22:31:17195 'bookmarks': {
196 'filepath': 'chrome/browser/bookmarks/' \
[email protected]771ad482013-07-16 17:32:48197 '|chrome/browser/extensions/api/bookmark_manager_private/' \
198 '|chrome/browser/extensions/api/bookmarks/' \
199 '|chrome/browser/resources/bookmark_manager/' \
[email protected]cd869cde2013-01-31 15:46:35200 '|chrome/browser/ui/bookmarks/' \
201 '|chrome/browser/ui/cocoa/bookmarks/' \
[email protected]5cb8b6e12014-05-19 16:53:46202 '|chrome/browser/ui/views/bookmarks/' \
203 '|components/bookmarks'
[email protected]06798f72013-01-14 22:31:17204 },
donnd787f6ed2016-08-03 01:00:56205 'bottombar': {
206 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/',
207 },
[email protected]b17d9e02014-07-29 09:45:50208 'breakpad_app': {
sdefresne8ba0b88c2015-09-18 10:33:13209 'filepath': 'components/crash/content/app/',
[email protected]b17d9e02014-07-29 09:45:50210 },
[email protected]f76c8852012-06-21 16:37:00211 'browser': {
[email protected]f2f0fbb92012-07-14 15:52:49212 'filepath': 'chrome/browser/',
[email protected]02c44522010-10-08 17:43:25213 },
[email protected]f76c8852012-06-21 16:37:00214 'browser_chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:49215 'filepath': 'chrome/browser/chromeos/',
[email protected]02c44522010-10-08 17:43:25216 },
[email protected]22650d22012-07-18 17:02:35217 'browser_components': {
[email protected]a7228f62012-09-20 17:52:48218 'filepath': 'chrome/browser/autofill/' \
219 '|chrome/browser/bookmarks/' \
[email protected]a7228f62012-09-20 17:52:48220 '|chrome/browser/favicon/' \
[email protected]ddf288e2013-01-09 20:58:27221 '|chrome/browser/history/' \
[email protected]fccf4882013-03-15 04:46:19222 '|chrome/browser/webdata/' \
[email protected]3947d4a82013-03-12 09:41:05223 '|components/autofill/'
[email protected]22650d22012-07-18 17:02:35224 },
[email protected]f76c8852012-06-21 16:37:00225 'browser_compositor': {
[email protected]f2f0fbb92012-07-14 15:52:49226 'filepath': 'ui/compositor/'
[email protected]fbd846b2010-11-19 01:32:18227 },
[email protected]f76c8852012-06-21 16:37:00228 'browser_resources': {
[email protected]f2f0fbb92012-07-14 15:52:49229 'filepath': 'chrome/browser/resources/',
[email protected]f76c8852012-06-21 16:37:00230 },
michaelpge42ca3b32016-02-19 08:17:57231 'browser_resources_md': {
232 'filepath': 'chrome/browser/resources/md_'\
233 '|chrome/browser/resources/settings/',
234 },
[email protected]0ce480532012-07-20 12:33:20235 'browsing_data': {
236 'filepath': 'chrome/browser/browsing_data/',
237 },
[email protected]f76c8852012-06-21 16:37:00238 'bubble': {
[email protected]f2f0fbb92012-07-14 15:52:49239 'filepath': 'ui/views/bubble/|'\
rouslan8d6a8372015-09-10 19:10:10240 'chrome/browser/ui/views/bubble/|'\
241 'components/bubble/',
[email protected]f76c8852012-06-21 16:37:00242 },
jkarlin539748402015-03-31 17:36:31243 'cache_storage': {
244 'filepath': 'cache_storage',
245 },
[email protected]10fbd5952013-08-22 07:42:39246 'cast': {
[email protected]31ef420b2014-08-13 21:19:13247 'filepath': 'media/cast/'\
248 '|chrome/browser/extensions/api/cast_streaming/'\
249 '|chrome/browser/media/cast'\
250 '|chrome/renderer/media/cast'\
251 '|chrome/test/data/extensions/api_test/cast_'\
miu5e69f1c52016-10-23 13:40:11252 '|content/public/renderer/media_stream_'\
253 '|content/renderer/media/(media_stream|(.+audio_source))',
[email protected]10fbd5952013-08-22 07:42:39254 },
ryanchung4d157372016-05-10 20:27:16255 'cast_certificate': {
256 'filepath': 'components/cast_certificate/'\
257 '|components/test/data/cast_certificate/',
258 },
eranmc2a9f612015-11-24 16:41:34259 'certificate_transparency': {
260 'filepath': 'components/certificate_transparency/'\
261 '|components/packed_ct_ev_whitelist/'\
262 '|net/cert/ct_'\
263 '|net/cert/multi_log_ct_verifier'\
264 '|net/cert/sct_status_flags.h'\
265 '|net/cert/signed_certificate_timestamp'\
266 '|net/cert/signed_tree_head'\
267 '|net/test/ct_',
268 },
[email protected]651d9992014-04-09 17:18:41269 'chromecast': {
270 'filepath': 'chromecast/',
271 },
gfhuang2548f902016-02-26 02:29:21272 'chromecast_public': {
273 'filepath': 'chromecast/public/',
274 },
[email protected]c863702a2012-09-14 20:05:28275 'cc': {
276 'filepath': 'cc/|'\
[email protected]4934d362012-11-22 22:04:53277 'content/common/cc_messages'
[email protected]c863702a2012-09-14 20:05:28278 },
[email protected]c73ec8ab2014-01-16 20:35:23279 'chrome_elf': {
280 'filepath': 'chrome_elf',
281 },
[email protected]d5b21972012-07-20 02:06:01282 'chrome_views': {
283 'filepath': 'chrome/browser/ui/views',
284 },
[email protected]f7bf8ba2011-02-24 22:28:46285 'chromedriver': {
samuong53d5e612014-10-10 18:56:38286 'filepath': 'chrome/test/chromedriver|'\
287 'chrome/test/data/chromedriver|'\
288 'third_party/webdriver'
[email protected]f7bf8ba2011-02-24 22:28:46289 },
[email protected]f76c8852012-06-21 16:37:00290 'chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:49291 'filepath': 'chromeos/',
[email protected]531b1532011-08-11 03:52:01292 },
[email protected]eda0a0b2013-04-19 20:34:35293 'chromeos_attestation': {
294 'filepath': 'chromeos/attestation/|'\
[email protected]64494c3f2013-08-14 22:15:59295 'chrome/browser/chromeos/attestation/|'\
296 'chrome/browser/extensions/api/enterprise_platform_keys_private/',
[email protected]eda0a0b2013-04-19 20:34:35297 },
[email protected]7c59a152012-11-06 20:56:35298 'chromeos_calculator': {
299 'filepath': 'chrome/common/extensions/docs/examples/apps/calculator/',
300 },
hashimoto40ecb692014-09-02 04:51:31301 'chromeos_dbus': {
302 'filepath': 'chromeos/dbus/',
303 },
alematec5187b1b2016-08-26 05:32:18304 'chromeos_geolocation': {
305 'filepath': 'chromeos/geolocation/',
306 },
[email protected]f76c8852012-06-21 16:37:00307 'chromeos_login': {
[email protected]f2f0fbb92012-07-14 15:52:49308 'filepath': 'chrome/browser/chromeos/login/|'\
309 'chrome/browser/ui/webui/chromeos/login/|'\
dzhioevcc7c0492014-11-25 14:52:58310 'chrome/browser/resources/chromeos/login/|'\
311 'ui/login/',
[email protected]a791dac2011-04-07 23:22:57312 },
[email protected]d7d35f342012-10-22 20:32:47313 'chromeos_net': {
314 'filepath': 'chromeos/network/|'\
stevenjbdd133032015-08-07 18:37:47315 'chrome/browser/chromeos/net/|'\
316 'chrome/browser/extensions/api/networking_private/|'\
317 'extensions/browser/api/networking_private/|'\
318 'ui/chromeos/network/',
[email protected]d7d35f342012-10-22 20:32:47319 },
[email protected]2315ac0c2013-02-05 00:49:16320 'chromeos_power': {
[email protected]c3943ad2013-07-03 13:44:56321 'filepath': 'ash/system/chromeos/power/|'\
322 'chromeos/dbus/power_.*|'\
[email protected]2315ac0c2013-02-05 00:49:16323 'chrome/browser/chromeos/power/',
324 },
alematec5187b1b2016-08-26 05:32:18325 'chromeos_timezone': {
326 'filepath': 'chromeos/timezone/',
327 },
[email protected]f76c8852012-06-21 16:37:00328 'chromeos_webui': {
[email protected]f2f0fbb92012-07-14 15:52:49329 'filepath': 'chrome/browser/ui/webui/chromeos/|'\
330 'chrome/browser/resources/chromeos/',
[email protected]ba03af42012-03-08 01:37:12331 },
[email protected]cef7a6d2011-04-29 20:49:07332 'clang_update': {
Nico Webere250e6a2015-12-02 19:31:56333 'filepath': 'tools/clang/scripts/update.py'
[email protected]cef7a6d2011-04-29 20:49:07334 },
[email protected]f76c8852012-06-21 16:37:00335 'clipboard': {
336 'filepath': 'clipboard|dnd|drag|drop',
[email protected]2418b022011-05-19 21:06:02337 },
[email protected]0387ab32014-08-05 00:13:42338 'closure': {
[email protected]18fd7a532014-08-20 23:09:51339 'filepath': 'third_party/closure_(compiler|linter)/|'
dbeam78528be2016-02-18 07:08:49340 'compiled_resources2?.gyp',
[email protected]0387ab32014-08-05 00:13:42341 },
sdefresned94c5b02015-07-22 17:54:55342 'components_deps': {
343 'filepath': 'components/([^/]*/)*DEPS',
344 },
[email protected]f76c8852012-06-21 16:37:00345 'content': {
[email protected]f2f0fbb92012-07-14 15:52:49346 'filepath': 'content/',
[email protected]f76c8852012-06-21 16:37:00347 },
scheib968e61052014-11-05 00:27:25348 'content_bluetooth': {
349 'filepath': 'content/.*bluetooth'
350 },
kinuko01cbe8a12015-10-20 09:59:06351 'content_loader': {
mmenkefaa97d3b2016-09-25 14:24:02352 'filepath': 'chrome/browser/loader|' \
353 'content/browser/loader|' \
kinuko01cbe8a12015-10-20 09:59:06354 'content/child/*loader',
355 },
mkwst512627022014-09-16 09:23:27356 'content_renderer': {
357 'filepath': 'content/renderer/',
358 },
[email protected]aa3311a2012-11-19 16:04:58359 'content_shell': {
360 'filepath': 'content/shell/',
361 },
kinukoa121bce2015-01-30 10:04:41362 'content_worker': {
363 'filepath': 'content/.*worker',
364 },
donnd787f6ed2016-08-03 01:00:56365 'contextual_search': {
366 'filepath': 'chrome/browser/android/contextualsearch/|' \
367 'chrome/android/java/src/org/chromium/chrome/browser/contextualsearch/|' \
368 'chrome/android/javatests/src/org/chromium/chrome/browser/contextualsearch/|' \
369 'components/contextual_search/',
370 },
[email protected]f76c8852012-06-21 16:37:00371 'cookie_monster': {
[email protected]f2f0fbb92012-07-14 15:52:49372 'filepath': 'net/cookies/|'\
[email protected]8492b5b2012-12-17 21:58:08373 'chrome/browser/net/sqlite_persistent_cookie_store',
[email protected]f76c8852012-06-21 16:37:00374 },
wfh792b71c2016-05-04 23:33:41375 'courgette': {
376 'filepath': 'courgette/',
377 },
michaelpge42ca3b32016-02-19 08:17:57378 'cr_elements': {
379 'filepath': 'ui/webui/resources/cr_element',
380 },
ianwencdb8c9e2015-06-18 22:10:15381 'custom_tabs': {
Newton Allen38c62212015-06-24 21:41:53382 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/customtabs/|'\
ianwencdb8c9e2015-06-18 22:10:15383 'chrome/android/javatests/src/org/chromium/chrome/browser/customtabs/',
alancuttercbad6512015-06-19 02:31:28384 },
tbansalc6f1c9f2016-09-30 22:48:42385 'data_reduction_proxy': {
386 'filepath': 'chrome/browser/net/spdyproxy/|'\
387 'data_reduction_proxy|'\
388 'chrome_proxy',
389 },
[email protected]5e105332012-09-13 01:55:52390 'deep_memory_profiler': {
391 'filepath': 'tools/(deep_memory_profiler|find_runtime_symbols)',
392 },
Bartosz Fabianowski85a823812015-04-16 10:27:51393 'device_bluetooth': {
394 'filepath': 'device/.*bluetooth'
395 },
[email protected]29ad47c2014-04-23 09:12:48396 'device_sensors': {
397 'filepath': 'content/browser/device_sensors/|'\
398 'content/common/device_sensors/|'\
399 'content/public/android/java/src/org/chromium/content/browser/DeviceSensors.java|'\
400 'content/public/android/javatests/src/org/chromium/content/browser/DeviceSensorsTest.java|'\
timvolodine8cdb94c2016-09-22 12:17:22401 'content/renderer/device_sensors/|'\
402 'content/test/data/device_sensors/|'\
403 'device/sensors/',
[email protected]8c667232013-11-12 19:49:14404 },
scheibabdd7d32015-02-11 22:13:08405 'developer_recommended_flags': {
406 'filepath': 'developer_recommended_flags.gypi',
407 },
[email protected]342b12872012-11-07 12:10:46408 'devtools': {
409 'filepath': 'devtools',
410 },
[email protected]bab2a832012-07-11 23:29:41411 'disk_cache': {
412 'filepath': 'net/disk_cache/|http_cache',
413 },
[email protected]f76c8852012-06-21 16:37:00414 'download': {
[email protected]f2f0fbb92012-07-14 15:52:49415 'filepath': 'chrome/browser/download/|'\
[email protected]8492b5b2012-12-17 21:58:08416 'content/browser/download/',
[email protected]6bff0ad2011-06-17 01:32:51417 },
[email protected]ca872e362011-07-12 21:06:03418 'downloads_ui': {
dbeam78528be2016-02-18 07:08:49419 'filepath': 'chrome/browser/resources/(md_)?downloads/|' \
[email protected]8492b5b2012-12-17 21:58:08420 'chrome/browser/ui/webui/.*downloads|' \
421 'chrome/browser/ui/views/download/|' \
asanka2009f412015-10-05 17:28:12422 'chrome/browser/ui/cocoa/download/'
[email protected]ca872e362011-07-12 21:06:03423 },
[email protected]f6df20a2012-10-23 21:22:07424 'drive': {
[email protected]8492b5b2012-12-17 21:58:08425 'filepath': 'chrome/browser/chromeos/drive/|' \
426 'chrome/browser/google_apis/'
[email protected]f6df20a2012-10-23 21:22:07427 },
[email protected]89d2cd52013-04-16 01:55:36428 'drive_resource_metadata': {
[email protected]2c948e12013-10-17 03:08:33429 'filepath': 'chrome/browser/chromeos/drive/resource_metadata'
[email protected]89d2cd52013-04-16 01:55:36430 },
[email protected]3a25c8a2014-06-26 06:47:10431 'eme': {
432 'filepath': 'components/cdm/|' \
433 'content/browser/media/cdm/|' \
434 'content/renderer/media/crypto/|' \
435 'media/base/android/*drm*|' \
436 'media/cdm/|' \
437 'third_party/widevine/cdm/'
438 },
[email protected]247dcfb92014-04-23 18:25:59439 'events': {
440 'filepath': 'ui/events/',
441 },
[email protected]f76c8852012-06-21 16:37:00442 'extension': {
443 'filepath': 'extension',
[email protected]161277d42011-06-24 20:48:45444 },
lunalu0a9c05422016-11-11 17:19:06445 'feature_policy': {
446 'filepath': 'third_party/WebKit/Source/platform/feature_policy/|' \
447 'third_party/WebKit/Source/bindings/core/v8/ConditionalFeatures',
448 },
apaciblec4093a92016-04-19 19:21:58449 'feedback_ui': {
450 'filepath': 'chrome/browser/resources/(md_)?feedback/'
451 },
[email protected]f76c8852012-06-21 16:37:00452 'fileapi': {
[email protected]8492b5b2012-12-17 21:58:08453 'filepath': 'file_system/|' \
454 'fileapi/'
[email protected]80919512011-08-03 08:51:04455 },
[email protected]f76c8852012-06-21 16:37:00456 'filebrowse': {
[email protected]8492b5b2012-12-17 21:58:08457 'filepath': 'file_browser|' \
458 'file_manager|' \
459 'filebrowse'
[email protected]4b07b62cc2011-10-03 17:52:39460 },
[email protected]4ed766c2013-09-19 09:45:20461 'filesapp': {
okab0be3dc2016-08-30 07:37:10462 'filepath': 'chrome/browser/chromeos/drive|' \
463 'chrome/browser/chromeos/extensions/file_manager|' \
464 'chrome/browser/chromeos/extensions/file_system_provider|' \
465 'chrome/browser/chromeos/file_manager|' \
466 'chrome/browser/chromeos/file_system_provider|' \
467 'chrome/browser/drive|' \
468 'chrome/test/data/extensions/api_test/file_system_provider|' \
469 'components/drive|' \
470 'google_apis/drive|' \
471 'ui/file_manager'
472 },
473 'filesapp_ui': {
[email protected]4ff3d9f2014-04-24 05:25:20474 'filepath': 'ui/file_manager'
[email protected]4ed766c2013-09-19 09:45:20475 },
[email protected]f76c8852012-06-21 16:37:00476 'ftp': {
477 'filepath': 'ftp',
[email protected]ffeb189d2011-10-05 18:49:39478 },
mmoroz58ddb8172016-09-08 18:29:55479 'fuzzing': {
480 'filepath': 'fuzz|Fuzz',
481 },
[email protected]3a2a6ac02014-06-20 07:07:12482 'gcm': {
peter9f4490a2017-01-27 00:58:36483 'filepath': 'chrome/browser/gcm/|'\
[email protected]3a2a6ac02014-06-20 07:07:12484 'components/gcm_driver/|'\
485 'google_apis/gcm/',
486 },
mikhail.pozdnyakova8db26402016-11-28 18:27:12487 'generic_sensor': {
488 'filepath': 'device/generic_sensor/|'\
489 'third_party/WebKit/Source/modules/sensor/',
490 },
[email protected]d8036492013-08-09 16:02:23491 'geolocation': {
492 'filepath': 'chrome/browser/geolocation/|'\
493 'content/browser/geolocation|'\
494 'content/public/common/geoposition.*|'\
495 'content/public/browser/geolocation.*|'\
496 'content/renderer/geolocation.*|'\
497 'content/shell/geolocation/',
498 },
[email protected]f93b7382012-08-09 20:53:16499 'gfx_image': {
500 'filepath': 'ui/gfx/image/',
501 },
[email protected]cf428f732012-10-02 20:48:15502 'gfx_geometry': {
danakj570c1332015-01-06 16:59:36503 'filepath': 'ui/gfx/geometry/',
[email protected]cf428f732012-10-02 20:48:15504 },
[email protected]4d1773e2014-04-05 07:59:57505 'gn': {
506 'filepath': 'tools/gn',
507 },
tikuta9a7046f2017-02-16 09:22:45508 'goma': {
509 'filepath': 'infra/config/cq.cfg',
510 },
[email protected]f76c8852012-06-21 16:37:00511 'gpu': {
[email protected]f2f0fbb92012-07-14 15:52:49512 'filepath': 'gpu/',
[email protected]f76c8852012-06-21 16:37:00513 },
[email protected]f76c8852012-06-21 16:37:00514 'history_ui': {
dbeam78528be2016-02-18 07:08:49515 'filepath': 'chrome/browser/resources/(md_)?history|'\
516 'chrome/browser/ui/webui/.*history',
[email protected]f76c8852012-06-21 16:37:00517 },
[email protected]18d7e402014-07-08 19:53:14518 'hotword': {
519 'filepath': 'chrome/browser/extensions/api/hotword_private/'\
520 '|chrome/browser/resources/hotword_helper/'\
[email protected]535980d42014-08-12 14:31:28521 '|chrome/browser/resources/hotword/'\
[email protected]18d7e402014-07-08 19:53:14522 '|chrome/browser/search/hotword*'\
523 '|chrome/test/data/extensions/api_test/hotword_private/',
524 },
[email protected]f76c8852012-06-21 16:37:00525 'i18n': {
[email protected]f2f0fbb92012-07-14 15:52:49526 'filepath': 'base/i18n/|base/string|l10n|icu|'\
timvolodine8cdb94c2016-09-22 12:17:22527 'locale_settings|encoding',
[email protected]f76c8852012-06-21 16:37:00528 },
[email protected]f76c8852012-06-21 16:37:00529 'importer': {
[email protected]f2f0fbb92012-07-14 15:52:49530 'filepath': 'import',
[email protected]f76c8852012-06-21 16:37:00531 },
[email protected]c26161352013-11-12 19:50:01532 'indexed_db': {
533 'filepath': 'content/browser/indexed_db|'\
534 'content/child/indexed_db|'\
535 'content/common/indexed_db|'\
536 'content/public/browser/indexed_db|'\
537 'content/test/data/indexeddb',
538 },
bruthigaa8281f2016-02-09 17:52:31539 'ink_drop': {
540 'filepath': 'ui/views/animation/test/.*ink_drop.*|' \
541 'ui/views/animation/.*ink_drop.*'
542 },
dtapuska1f997a12016-03-14 19:22:07543 'input': {
544 'filepath': 'content/browser/renderer_host/input|'\
545 'content/renderer/input|'\
546 'ui/events/blink/'
547 },
[email protected]f76c8852012-06-21 16:37:00548 'installer': {
grt6b46a162017-01-24 17:39:11549 'filepath': 'chrome/install(_static|er)/',
[email protected]f76c8852012-06-21 16:37:00550 },
mmoss19826c62014-11-14 21:37:36551 'installer_linux': {
552 'filepath': 'chrome/installer/linux/',
553 },
[email protected]56b4b09d32012-07-27 18:28:41554 'instant': {
[email protected]607903d2013-03-25 22:15:47555 'filepath': 'instant|searchbox|'\
556 'chrome/browser/search/|'\
[email protected]c29b7dae2013-03-25 22:29:13557 'chrome/browser/ui/search/|'\
[email protected]eb99f8e2013-07-10 10:17:39558 'chrome/browser/resources/local_ntp/|'\
[email protected]607903d2013-03-25 22:15:47559 'chrome/common/search_types.*',
[email protected]56b4b09d32012-07-27 18:28:41560 },
sdefresne18b47312015-06-18 15:15:09561 'ios_chrome': {
562 'filepath': 'ios/chrome',
563 },
marqa4f135f2017-01-10 12:37:34564 'ios_clean': {
565 'filepath': 'ios/clean',
566 },
567 'ios_showcase': {
568 'filepath': 'ios/showcase',
569 },
eugenebutb5a5a8572017-01-20 01:18:11570 'ios_web': {
571 'filepath': 'ios/web',
572 },
[email protected]f76c8852012-06-21 16:37:00573 'ipc': {
[email protected]f2f0fbb92012-07-14 15:52:49574 'filepath': 'ipc/ipc',
[email protected]f76c8852012-06-21 16:37:00575 },
mkwstb0d1b1d2014-09-30 11:45:36576 'ipc_messages': {
577 'filepath': '_message.*.h|'\
578 '_messages.cc',
579 },
vabraafbd4f32015-11-10 19:30:23580 'login': {
581 'filepath': 'chrome/browser/ui/login'
582 },
[email protected]a3f777d2014-01-07 23:38:26583 'libwebp': {
584 'filepath': 'third_party/libwebp'
585 },
johannkoenig52381382015-09-18 22:35:25586 'libvpx': {
johannkoenig8cdf03472016-03-02 13:54:31587 'filepath': 'third_party/libvpx'
johannkoenig52381382015-09-18 22:35:25588 },
[email protected]04a292a2013-03-07 19:58:42589 'linux_fonts': {
590 'filepath': 'ui/gfx/font_render_params_.*|'\
deratcd2d6fb2015-02-12 00:10:41591 'ui/gfx/platform_font_linux.*|'\
592 'ui/gfx/render_text_harfbuzz.*',
[email protected]04a292a2013-03-07 19:58:42593 },
594 'linux_sandboxing': {
[email protected]f2f0fbb92012-07-14 15:52:49595 'filepath': 'sandbox/linux/',
[email protected]f76c8852012-06-21 16:37:00596 },
[email protected]04a292a2013-03-07 19:58:42597 'linux_seccomp_bpf': {
[email protected]d6a23612012-11-13 20:11:54598 'filepath': 'content/common/sandbox.*linux.cc',
[email protected]f76c8852012-06-21 16:37:00599 },
lgrey62faed72016-10-11 21:40:39600 'mac': {
lgrey332339b12016-12-05 17:16:40601 'filepath': '(_|/)(cocoa|mac)(_|\.)|/(cocoa|mac)/|^((?!ios\/).)*\.mm?$',
lgrey62faed72016-10-11 21:40:39602 },
mlamourid8b0feb2015-06-02 16:30:47603 'manifest': {
604 'filepath': 'content/(browser|renderer)/manifest/'\
605 '|content/public/common/manifest*',
606 },
michaelpg32ca07902015-02-07 00:31:11607 'md_settings': {
michaelpge42ca3b32016-02-19 08:17:57608 'filepath': 'chrome/browser/resources/settings/'\
michaelpg9bc66292015-09-04 22:35:19609 '|chrome/browser/ui/webui/settings/',
michaelpg32ca07902015-02-07 00:31:11610 },
[email protected]f76c8852012-06-21 16:37:00611 'media': {
[email protected]f2f0fbb92012-07-14 15:52:49612 'filepath': 'media/|third_party/(ffmpeg|openmax)/|webmediaplayer|'\
[email protected]034548d2012-07-31 20:34:00613 'audio_message_filter|video_layer|media_internals',
[email protected]f76c8852012-06-21 16:37:00614 },
[email protected]06dd23172013-06-24 21:04:51615 'media_galleries': {
616 'filepath': 'chrome/browser/extensions/api/media_galleries/'\
[email protected]06dd23172013-06-24 21:04:51617 '|chrome/browser/media_galleries/'\
618 '|chrome/browser/storage_monitor/'\
619 '|chrome/common/media_galleries/'\
620 '|chrome/test/data/extensions/api_test/media_galleries/'\
621 '|chrome/utility/itunes*'\
622 '|chrome/utility/picasa*',
623 },
alokp9e369ea72e2016-06-10 05:41:09624 'media_mojo': {
625 'filepath': 'media/mojo/*'
626 },
miu5e69f1c52016-10-23 13:40:11627 'media_remoting': {
628 'filepath': 'chrome/browser/media/cast_remoting'\
629 '|media/blink/webmediaplayer_'\
630 '|media/mojo/interfaces/remoting.mojom'\
631 '|media/remoting/',
632 },
kmarshallb698ad4f2015-02-24 19:42:48633 'media_router': {
634 'filepath': 'chrome/browser/media/router/*' \
635 '|chrome/app/theme/*/common/media_router*' \
636 '|chrome/browser/resources/media_router/' \
637 '|chrome/browser/ui/webui/media_router/' \
638 '|chrome/test/media_router/',
639 },
[email protected]f76c8852012-06-21 16:37:00640 'message_loop': {
[email protected]f2f0fbb92012-07-14 15:52:49641 'filepath': 'base/message_'
[email protected]f76c8852012-06-21 16:37:00642 },
643 'metrics': {
[email protected]f2f0fbb92012-07-14 15:52:49644 'filepath': 'base/metrics/'\
asvitkine361b276e2016-08-30 18:45:00645 '|chrome/android/java/src/org/chromium/chrome/browser/metrics/'\
[email protected]f2f0fbb92012-07-14 15:52:49646 '|chrome/browser/metrics/'\
[email protected]f2f0fbb92012-07-14 15:52:49647 '|chrome/browser/chromeos/external_metrics'\
[email protected]b0d594d2014-02-21 03:22:12648 '|chrome/browser/extensions/api/metrics_private/'\
[email protected]f2f0fbb92012-07-14 15:52:49649 '|chrome/browser/ui/webui/metrics_handler'\
asvitkineb7e10302016-01-20 05:17:45650 '|chromecast/browser/metrics/'\
[email protected]f76c8852012-06-21 16:37:00651 '|content/browser/user_metrics.cc'\
asvitkinee4bad382015-11-05 21:56:45652 '|components/metrics/'\
asvitkineb7e10302016-01-20 05:17:45653 '|components/metrics_services_manager/'\
[email protected]ce6b855a2014-03-12 19:51:39654 '|components/rappor/'\
asvitkinee4bad382015-11-05 21:56:45655 '|components/variations/'\
[email protected]f76c8852012-06-21 16:37:00656 '|content/public/browser/user_metrics.h'\
[email protected]b0d594d2014-02-21 03:22:12657 # Exclude XML files; in particular, histograms.xml.
658 '|tools/metrics/[^.]*([.](?!xml$).*)?$',
659 },
660 'metrics_xml_files': {
661 # Subscribe to this to watch for changes to histograms.xml.
toyoshim8f51f902015-03-27 03:50:21662 'filepath': 'tools/metrics/.*\.xml$',
663 },
664 'midi': {
665 'filepath': 'midi',
[email protected]f76c8852012-06-21 16:37:00666 },
[email protected]341f218a2013-09-24 22:16:10667 'mojo': {
668 'filepath': 'mojo',
669 },
[email protected]f76c8852012-06-21 16:37:00670 'mouse_lock': {
671 'filepath': 'mouse_lock',
672 },
rjkroegef60dea862015-10-29 17:50:06673 'mus': {
ben6b0453d12016-07-02 04:27:19674 'filepath': 'services/ui/'\
rjkroegef60dea862015-10-29 17:50:06675 '|mojo/gpu/',
676 },
[email protected]f76c8852012-06-21 16:37:00677 'nacl': {
[email protected]f2f0fbb92012-07-14 15:52:49678 'filepath': 'chrome/nacl/|chrome/test/nacl/|'\
[email protected]193912d2013-09-06 17:41:56679 'chrome/browser/nacl_host/|chrome/common/nacl|'\
680 'native_client_sdk/src/doc/',
[email protected]f76c8852012-06-21 16:37:00681 },
[email protected]99ddc3d2013-01-22 16:15:33682 'native_client_sdk': {
683 'filepath': '^native_client_sdk/',
684 },
[email protected]b9ecdb62014-03-07 14:56:43685 'navigation': {
686 'filepath': 'content/browser/frame_host|'\
687 'content/browser/renderer_host/render_process_host.*|'\
688 'content/browser/renderer_host/render_view_host.*|'\
689 'content/browser/web_contents/web_contents_impl.*|'\
690 'content/renderer/render_frame.*|'\
691 'content/renderer/render_view.*'
692 },
[email protected]f76c8852012-06-21 16:37:00693 'net': {
[email protected]f2f0fbb92012-07-14 15:52:49694 'filepath': 'net/',
[email protected]f76c8852012-06-21 16:37:00695 },
bnc1872e8bd2017-01-27 02:47:28696 'net_base': {
697 'filepath': 'net/base/',
698 },
[email protected]f76c8852012-06-21 16:37:00699 'net_error_list': {
700 'filepath': 'net/base/net_error_list.h',
701 },
bnc1872e8bd2017-01-27 02:47:28702 'net_http2': {
703 'filepath': 'net/http2/',
704 },
[email protected]f76c8852012-06-21 16:37:00705 'net_log': {
mmenke59e4d8fb42016-06-15 21:15:28706 'filepath': 'net/log/|' \
[email protected]f2f0fbb92012-07-14 15:52:49707 'chrome/browser/net/.*net_log|' \
[email protected]f2f0fbb92012-07-14 15:52:49708 'chrome/browser/resources/net_internals/|' \
mmenke59e4d8fb42016-06-15 21:15:28709 'chrome/browser/ui/webui/net_internals/|' \
710 'components/net_log/'
[email protected]f76c8852012-06-21 16:37:00711 },
bnc1872e8bd2017-01-27 02:47:28712 'net_spdy': {
713 'filepath': 'net/spdy/',
714 },
jkarlin539748402015-03-31 17:36:31715 'netinfo': {
716 'filepath': 'netinfo',
717 },
peterf4758412014-09-17 15:06:01718 'notifications': {
719 'filepath': 'chrome/browser/extensions/api/notifications/|' \
720 'chrome/browser/notifications/|' \
peter8ab156b2015-03-29 15:44:12721 'chrome/test/data/notifications/|' \
722 'content/browser/notifications/|' \
723 'content/child/notifications/|' \
724 'content/common/platform_notification|' \
725 'content/public/browser/platform_notification|' \
726 'content/public/common/platform_notification|' \
727 'content/renderer/notification_|' \
peterf4758412014-09-17 15:06:01728 'ui/message_center/'
729 },
tbansalc6f1c9f2016-09-30 22:48:42730 'nqe': {
731 'filepath': 'nqe',
732 },
[email protected]f76c8852012-06-21 16:37:00733 'ntp': {
[email protected]f2f0fbb92012-07-14 15:52:49734 'filepath': 'chrome/browser/resources/ntp4/|'\
[email protected]b7ecd5f2013-02-14 21:04:16735 'chrome/browser/resources/ntp_android/|'\
[email protected]f2f0fbb92012-07-14 15:52:49736 'chrome/browser/ui/webui/ntp/',
[email protected]f76c8852012-06-21 16:37:00737 },
mcwilliamsedee5042016-04-05 18:46:45738 'ntp_snippets': {
739 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk16a37f902016-05-16 15:49:36740 'chrome/android/javatests/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk14c89352016-07-21 13:45:13741 'chrome/android/junit/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk117ffb322017-02-06 12:04:20742 'chrome/android/java/src/org/chromium/chrome/browser/suggestions/|'\
743 'chrome/android/javatests/src/org/chromium/chrome/browser/suggestions/|'\
mvanouwerkerk538dc0b62016-05-17 14:55:34744 'chrome/browser/android/ntp/ntp_snippets|'\
mcwilliamsedee5042016-04-05 18:46:45745 'chrome/browser/ntp_snippets/|'\
mvanouwerkerk41649732016-05-17 13:37:00746 'chrome/browser/resources/snippets_internals|'\
747 'chrome/browser/ui/webui/snippets_internals|'\
mcwilliamsedee5042016-04-05 18:46:45748 'components/ntp_snippets/|'\
749 'chrome/android/java/res/layout/new_tab_page|'\
noyau451e6bb62016-12-23 14:29:04750 'chrome/android/java/res/layout/most_visited|'\
751 'ios/chrome/browser/ntp_snippets'
mcwilliamsedee5042016-04-05 18:46:45752 },
treib70176c52016-07-08 14:34:19753 'ntp_tiles': {
754 'filepath': 'chrome/browser/android/ntp/|'\
755 'chrome/browser/ui/webui/ntp/|'\
756 'chrome/common/search/ntp|'\
noyau451e6bb62016-12-23 14:29:04757 'components/ntp_tiles/|'\
758 'ios/chrome/browser/ntp_tiles'
treib70176c52016-07-08 14:34:19759 },
dimichdce3ee492016-04-04 04:20:52760 'offline_pages': {
761 'filepath': 'components/offline_pages/'\
fgorski329be5b2016-04-19 21:38:11762 '|chrome/browser/android/offline_pages/'\
763 '|chrome/android/java/src/org/chromium/chrome/browser/offlinepages/'
dimichdce3ee492016-04-04 04:20:52764 },
[email protected]f76c8852012-06-21 16:37:00765 'omnibox': {
jdonnelly6fa5a21d2017-01-03 15:28:35766 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/omnibox/|'\
767 'chrome/android/javatests/src/org/chromium/chrome/browser/omnibox/|'\
768 'chrome/browser/autocomplete/|'\
769 'chrome/browser/ui/omnibox/|'\
770 'chrome/browser/ui/.*/omnibox/|'\
771 'components/omnibox/|'\
772 'ios/chrome/browser/ui/omnibox/'
[email protected]f76c8852012-06-21 16:37:00773 },
[email protected]437c44b2012-11-08 01:35:52774 'options': {
775 'filepath': 'chrome/browser/resources/options/|'\
776 'chrome/browser/ui/webui/options/',
777 },
chasej6dff9292016-02-02 20:33:12778 'origin_trials': {
chasej68b8bbd2017-01-26 19:26:13779 'filepath': 'origin_trials'\
780 '|OriginTrial'\
781 '|ConditionalFeature',
chasej6dff9292016-02-02 20:33:12782 },
[email protected]4a2078e2013-07-18 20:40:20783 'ozone': {
[email protected]f93c2c92013-10-31 18:22:44784 'filepath': 'ui/ozone/|'\
[email protected]4b66bf922013-10-28 19:49:43785 'ui/events/ozone/|'\
786 'ui/gfx/ozone/|'\
[email protected]4a2078e2013-07-18 20:40:20787 'ui/gl/gl_.*egl.*|'\
788 'ui/gl/gl_.*ozone.*'
789 },
csharrison3b1dc4062015-10-19 14:31:08790 'page_load_metrics' : {
bmcquade9f433702016-07-26 23:33:50791 'filepath': 'chrome/browser/page_load_metrics/'\
792 '|chrome/common/page_load_metrics/'\
793 '|chrome/renderer/page_load_metrics/'
csharrison3b1dc4062015-10-19 14:31:08794 },
[email protected]f76c8852012-06-21 16:37:00795 'panels': {
[email protected]7cbe5a52012-09-27 02:00:29796 'filepath': 'chrome/browser/ui/panels'\
797 '|chrome/browser/ui/cocoa/panels'\
[email protected]7cbe5a52012-09-27 02:00:29798 '|chrome/browser/ui/views/panels'
[email protected]f76c8852012-06-21 16:37:00799 },
[email protected]3cc8b3922014-05-05 13:12:08800 'password_manager': {
801 'filepath': 'chrome/.*/password_'\
802 '|chrome/browser/ui/passwords'\
803 '|chrome/browser/ui/views/passwords'\
804 '|chrome/test/data/password'\
805 '|components/autofill.*password'
806 '|components/password_'\
vabrccdb7222016-06-01 14:59:40807 '|^ios/chrome/browser/passwords'\
[email protected]3cc8b3922014-05-05 13:12:08808 },
rouslane8a22262016-10-19 20:49:41809 'payments': {
810 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/payments'\
811 '|chrome/android/javatests/src/org/chromium/chrome/browser/payments'\
mathp432cb342017-01-10 15:45:00812 '|chrome/test/data/payments'\
rouslana64ceca2016-10-26 01:10:31813 '|components/payments'\
rouslane8a22262016-10-19 20:49:41814 '|third_party/WebKit/LayoutTests/payments/'\
rouslane8a22262016-10-19 20:49:41815 '|third_party/WebKit/Source/modules/payments'\
mahmadi0a7bb59f2017-02-22 19:13:49816 '|ios/web/payments/'\
817 '|ios/web/public/payments/'\
818 '|ios/chrome/browser/payments/'
819 },
820 'payments_ios': {
821 'filepath': 'ios/web/payments/'\
822 '|ios/web/public/payments/'\
mahmadidfac58d2016-12-19 19:11:53823 '|ios/chrome/browser/payments/'
rouslane8a22262016-10-19 20:49:41824 },
[email protected]f76c8852012-06-21 16:37:00825 'pepper_api': {
[email protected]b8491b02013-11-13 03:50:58826 'filepath': 'ppapi/api'\
827 '|ppapi/c',
[email protected]f76c8852012-06-21 16:37:00828 },
mlamourid8b0feb2015-06-02 16:30:47829 'permissions': {
830 'filepath': 'content/(child,browser)/permissions/'\
831 '|content/common/permission_*'\
832 '|content/public/(common,browser)/permission_*'\
833 '|chrome/browser/permissions/'\
834 '|chrome/browser/content_settings/permission*'\
835 '|permission_context',
836 },
[email protected]f76c8852012-06-21 16:37:00837 'plugin': {
[email protected]f2f0fbb92012-07-14 15:52:49838 'filepath': 'chrome/browser/plugin|chrome/plugin/|'\
Thiago Farinae067154bb2015-05-07 15:37:59839 'chrome/common/plugin',
[email protected]f76c8852012-06-21 16:37:00840 },
tnagelad92622a92015-10-20 10:26:30841 'policy_definitions': {
842 'filepath': 'components/policy/resources/policy_templates.json',
843 },
michaelpg11fff3f2015-02-06 03:35:34844 'polymer': {
845 'filepath': 'third_party/polymer/|'\
dbeam78528be2016-02-18 07:08:49846 'tools/polymer|'\
michaelpg11fff3f2015-02-06 03:35:34847 'ui/webui/resources/polymer_resources.grdp',
848 },
twifkak0c69c1f2015-06-22 18:20:09849 'precache': {
850 'filepath': '[pP]recache'
851 },
[email protected]be775bc2014-06-30 15:41:14852 'prepopulated_engines': {
853 'filepath': 'components/search_engines/prepopulated_engines.json',
854 },
[email protected]f76c8852012-06-21 16:37:00855 'prerender': {
[email protected]78375a52012-07-14 14:47:57856 'filepath': 'prerender'
[email protected]f76c8852012-06-21 16:37:00857 },
peter884896c72015-03-12 14:26:20858 'push_messaging': {
859 'filepath': 'push_messaging'
860 },
stkhapugin06503142016-12-07 14:32:12861 'reading_list': {
862 'filepath': 'components/reading_list|'\
863 'ios/chrome/browser/reading_list|'\
864 'ios/chrome/browser/ui/reading_list',
865 },
[email protected]f76c8852012-06-21 16:37:00866 'remoting': {
sergeyu05995a4f2017-01-24 21:26:01867 'filepath': '^remoting/' \
868 '|^testing/chromoting'
[email protected]f76c8852012-06-21 16:37:00869 },
gab57e80c72014-12-08 21:06:13870 'rlz_id': {
871 'filepath' :'rlz/lib/machine_id.cc|'\
872 'rlz/lib/machine_id.h|'\
873 'rlz/win/lib/machine_id_win.cc',
874 },
grt829c6a82014-10-20 09:29:32875 'safe_browsing': {
876 'filepath': 'chrome/(browser|common|renderer)/safe_browsing/',
877 },
vakhf8e14c92016-10-17 21:29:47878 'safe_browsing_db': {
879 'filepath': 'components/safe_browsing_db/',
880 },
rickyz0a819bfc2015-02-04 23:57:22881 'sandbox': {
882 'filepath': 'sandbox/'\
883 '|content/browser/bootstrap_sandbox_mac'\
884 '|content/browser/renderer_host/render_sandbox_host_linux'\
885 '|content/browser/renderer_host/sandbox_ipc_linux'\
886 '|content/browser/zygote_host/'\
887 '|content/common/sandbox_'\
888 '|content/zygote/'\
889 },
skyostil20dea312014-11-11 13:43:06890 'scheduler': {
rmcilroyfa5ac552015-04-09 12:33:17891 'filepath': 'cc/scheduler'\
jochen83c639f02015-04-22 17:07:37892 '|components/scheduler'\
rmcilroyfa5ac552015-04-09 12:33:17893 '|content/renderer/scheduler'
skyostil20dea312014-11-11 13:43:06894 },
mlamourid8b0feb2015-06-02 16:30:47895 'screen_orientation': {
896 'filepath': 'screen_orientation',
897 },
[email protected]21cd39b2012-06-28 01:48:40898 'search': {
[email protected]f2f0fbb92012-07-14 15:52:49899 'filepath': 'chrome/browser/ui/search/',
[email protected]21cd39b2012-06-28 01:48:40900 },
[email protected]0b431722014-01-08 07:21:51901 'service_worker': {
[email protected]edaf31d2014-03-07 00:09:17902 'filepath': 'content/(browser|renderer|child|common)/service_worker/',
[email protected]0b431722014-01-08 07:21:51903 },
dominickn8884155a2016-06-23 02:28:16904 'site_engagement': {
905 'filepath': 'chrome/browser/engagement/|'\
906 'chrome/browser/ui/webui/engagement/',
907 },
[email protected]f76c8852012-06-21 16:37:00908 'site_instance': {
[email protected]f2f0fbb92012-07-14 15:52:49909 'filepath': 'content/browser/site_instance|'\
910 'content/browser/browsing_instance',
[email protected]f76c8852012-06-21 16:37:00911 },
912 'speech': {
[email protected]f2f0fbb92012-07-14 15:52:49913 'filepath': 'chrome/browser/speech/'\
914 '|content/browser/speech/'\
915 '|content/common/.*speech'\
916 '|content/public/.*speech'
[email protected]f76c8852012-06-21 16:37:00917 },
[email protected]ad0295d2012-10-11 23:43:36918 'spellcheck': {
919 'filepath': 'chrome/browser/spellchecker/'\
timvolodine8cdb94c2016-09-22 12:17:22920 '|chrome/browser/renderer_context_menu/spelling_'\
921 '|components/spellcheck/'\
922 '|third_party/hunspell/'\
923 '|third_party/hunspell_dictionaries/',
[email protected]ad0295d2012-10-11 23:43:36924 },
[email protected]67f39af2013-08-23 20:06:05925 'streams': {
926 'filepath': 'content/browser/streams/',
927 },
vmpstrcc1c08302015-11-18 06:05:51928 'styleguide': {
929 'filepath': '^styleguide/',
930 },
engedye7b734da2017-02-07 12:08:13931 'subresource_filter': {
932 'filepath': 'subresource_filter|SubresourceFilter',
933 },
[email protected]43d33e92014-07-14 16:39:31934 'supervised_users': {
935 'filepath': 'chrome/browser/.*managed_mode'\
936 '|chrome/browser/.*managed_user'\
937 '|chrome/browser/.*supervised_user',
938 },
alito438fa4332016-12-20 21:59:17939 'swreporter': {
940 'filepath': 'chrome/browser/safe_browsing/srt_'\
941 '|chrome/browser/component_updater/sw_reporter_',
942 },
[email protected]f76c8852012-06-21 16:37:00943 'sync': {
maxboguefa217942016-04-01 01:08:13944 'filepath': '^chrome/android/sync_shell/'\
945 '|^chrome/browser/ui/sync/'\
946 '|^chrome/browser/ui/views/sync/'\
947 '|^chrome/test/android/javatests/src/org/chromium/chrome/test/util/browser/sync/'\
948 '|^ios/chrome/browser/sync/'\
949 '|^chrome/android/java/src/org/chromium/chrome/browser/sync/'\
950 '|^chrome/browser/sync/'\
951 '|^components/browser_sync/'\
Max Boguefef332d2016-07-28 22:09:09952 '|^components/sync/'\
maxboguefa217942016-04-01 01:08:13953 '|^components/sync_bookmarks/'\
Max Boguefef332d2016-07-28 22:09:09954 '|^components/sync_sessions/',
[email protected]f76c8852012-06-21 16:37:00955 },
[email protected]92871a102013-07-01 11:11:41956 'syncfs': {
957 'filepath': 'sync_file_system',
958 },
miu5e69f1c52016-10-23 13:40:11959 'tab_alert_indicators': {
960 'filepath': 'content/browser/media/audio_stream_monitor'\
961 '|chrome/browser/ui/cocoa/tabs/alert_indicator_button'\
962 '|chrome/browser/ui/cocoa/tabs/tab_controller\.mm'\
963 '|chrome/browser/ui/tabs/tab_utils'\
964 '|chrome/browser/ui/views/tabs/alert_indicator_button'\
965 '|chrome/browser/ui/views/tabs/tab\.cc'\
966 '|chrome/browser/ui/views/tabs/tab_renderer_data'\
967 '|media/audio/audio_(output_controller|power_monitor)',
968 },
[email protected]82d74152013-07-28 08:55:31969 'tab_capture': {
miu5e69f1c52016-10-23 13:40:11970 'filepath': 'cc/output/copy_output_'\
[email protected]31ef420b2014-08-13 21:19:13971 '|chrome/browser/extensions/api/tab_capture/'\
miu5e69f1c52016-10-23 13:40:11972 '|chrome/renderer/resources/extensions/tab_capture_custom_bindings.js'\
[email protected]31ef420b2014-08-13 21:19:13973 '|chrome/test/data/extensions/api_test/tab_capture/'\
[email protected]31ef420b2014-08-13 21:19:13974 '|content/browser/media/capture/'\
miu5e69f1c52016-10-23 13:40:11975 '|content/browser/renderer_host/delegated_frame_host'\
[email protected]31ef420b2014-08-13 21:19:13976 '|content/browser/renderer_host/media/(audio_'\
977 '|media_stream_manager|video_)'\
miu5e69f1c52016-10-23 13:40:11978 '|content/public/renderer/media_stream_'\
979 '|content/renderer/media/(media_stream|(.+audio_source))'\
[email protected]31ef420b2014-08-13 21:19:13980 '|media/audio/(audio_output_controller|fake_audio_|virtual_audio_)'\
981 '|media/base/video_frame\.h'\
miu5e69f1c52016-10-23 13:40:11982 '|media/capture/',
[email protected]82d74152013-07-28 08:55:31983 },
[email protected]f76c8852012-06-21 16:37:00984 'tab_contents': {
[email protected]f2f0fbb92012-07-14 15:52:49985 'filepath': 'chrome/browser/tab_contents/|'\
986 'content/browser/tab_contents/|'\
987 'chrome/browser/ui/tab_contents/',
[email protected]f76c8852012-06-21 16:37:00988 },
989 'task_manager': {
990 'filepath': 'task_manager'
991 },
[email protected]5e105332012-09-13 01:55:52992 'tcmalloc': {
993 'filepath': 'third_party/tcmalloc'
994 },
[email protected]31a10602012-11-21 01:51:26995 'telemetry': {
nednguyen79105d422016-04-18 01:38:42996 'filepath': 'tools/perf/'
[email protected]31a10602012-11-21 01:51:26997 },
[email protected]f76c8852012-06-21 16:37:00998 'tests': {
[email protected]f2f0fbb92012-07-14 15:52:49999 'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/',
[email protected]0cde05a02011-11-30 23:36:521000 },
jlkleinecc81952016-11-19 00:16:071001 'tether': {
1002 'filepath': 'components/cryptauth/'\
1003 '|chromeos/components/tether/'\
1004 '|components/proximity_auth/',
1005 },
[email protected]1cbbb30b2011-10-14 08:03:561006 'textinput': {
[email protected]f2f0fbb92012-07-14 15:52:491007 'filepath': 'content/browser/renderer_host/gtk_im'\
1008 '|content/browser/renderer_host/gtk_key'\
1009 '|content/browser/renderer_host/render_widget_host_view'\
1010 '|content/browser/renderer_host/text_input'\
1011 '|ui/base/ime/'\
1012 '|ui/base/gtk/event'\
1013 '|ui/base/gtk/gtk_im'\
1014 '|ui/base/keycodes/'\
1015 '|ui/base/win/ime'\
1016 '|ui/views/controls/textfield/'\
1017 '|ui/views/ime/'
[email protected]1cbbb30b2011-10-14 08:03:561018 },
[email protected]3a117c62011-11-29 04:28:021019 'textinput_chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:491020 'filepath': 'chrome/browser/chromeos/input_method/'\
1021 '|chrome/browser/chromeos/extensions/input_method'\
1022 '|chrome/browser/chromeos/status/input_method'\
1023 '|chrome/browser/extensions/extension_input_'\
1024 '|chrome/browser/resources/keyboard'\
1025 '|chrome/browser/resources/options/language'\
[email protected]ef03eae2011-11-30 08:43:431026 '|chrome/browser/ui/webui/options/'\
[email protected]f2f0fbb92012-07-14 15:52:491027 'chromeos/.*(language|keyboard)'\
[email protected]6bd9e802013-04-18 06:40:421028 '|chrome/browser/ui/webui/options/language'\
1029 '|chromeos/ime/*'
[email protected]3a117c62011-11-29 04:28:021030 },
chirantan96fcf6d2015-01-21 22:36:191031 'timers': {
1032 'filepath': 'base/timer/'\
1033 '|components/timers/'
1034 },
[email protected]f76c8852012-06-21 16:37:001035 'tools': {
[email protected]f2f0fbb92012-07-14 15:52:491036 'filepath': 'tools/',
[email protected]6bea7b42011-10-19 19:47:091037 },
robliaofd54b5c2017-01-13 00:41:301038 'tools_win_chromeexts': {
1039 'filepath': 'tools/win/chromeexts',
1040 },
[email protected]c8eb7f72013-07-04 15:30:111041 'tracing': {
1042 'filepath': 'base/debug/trace_event.*'\
primianobef13b42015-01-30 15:29:311043 '|base/trace_event/'\
[email protected]c8eb7f72013-07-04 15:30:111044 '|content/browser/tracing/'\
1045 '|components/tracing/'
1046 },
[email protected]cf428f732012-10-02 20:48:151047 'ui_compositor': {
1048 'filepath': 'ui/compositor/layer\.|'\
1049 'ui/compositor/layer_unittest|'\
1050 'ui/compositor/compositor',
1051 },
robliao2c4b7492016-07-19 01:57:261052 'ui_display_win': {
1053 'filepath': '^ui/display/win',
1054 },
[email protected]6b5093c2012-05-23 19:10:181055 'ui_resources': {
[email protected]f2f0fbb92012-07-14 15:52:491056 'filepath': 'ui/resources/'\
1057 '|ui/base/native_theme/resources/'\
1058 '|chrome/app/theme/'
[email protected]6b5093c2012-05-23 19:10:181059 },
edwardjung83f52ef22017-02-07 13:15:071060 'ui_strings': {
1061 'filepath': 'chrome/app/generated_resources.grd'\
1062 '|chrome/app/google_chrome_strings.grd'\
1063 '|chrome/android/java/strings/android_chrome_strings.grd'\
1064 '|chrome/app/settings_strings.grdp'\
1065 '|ios/chrome/app/strings/ios(_.+)*_strings.grd'\
1066 '|ui/strings/ui_strings.grd',
1067 },
[email protected]f76c8852012-06-21 16:37:001068 'valgrind': {
1069 'filepath': 'valgrind',
1070 },
[email protected]c73ec8ab2014-01-16 20:35:231071 'version_assembly': {
1072 'filepath': 'chrome/app/version_assembly',
1073 },
posciak62a72272016-05-11 08:31:241074 'video': {
1075 'filepath': 'content/browser/renderer_host/media/|'\
1076 'content/renderer/media/|'\
1077 'media/capture/video/|'\
1078 'media/filters/|'\
1079 'media/gpu/|'\
1080 '.*video.*',
1081 },
mcasas09e881c2016-04-09 02:09:501082 'video_capture': {
1083 'filepath': 'chrome/browser/media/.*(capture|media|webrtc)'\
1084 '|content/browser/renderer_host/media/.*(capture|media)'\
1085 '|content/renderer/media/.*(capture|media|webrtc)'\
1086 '|media/capture/'\
chfremer2a01a69b2017-01-06 02:39:011087 '|media/muxers/'\
1088 '|services/video_capture/',
mcasas09e881c2016-04-09 02:09:501089 },
[email protected]f76c8852012-06-21 16:37:001090 'views': {
1091 # Applies to all files and subdirs within this directory.
[email protected]f2f0fbb92012-07-14 15:52:491092 'filepath': '^ui/views/',
[email protected]f76c8852012-06-21 16:37:001093 },
[email protected]f47d871a2013-10-11 22:14:151094 'views_corewm': {
1095 'filepath': 'ui/views/corewm/',
[email protected]3fc918142013-10-12 01:42:171096 },
[email protected]ef514a32014-02-26 01:02:351097 'virtual_keyboard': {
1098 'filepath': 'ui/keyboard/'\
oka47452c22017-02-17 05:07:571099 '|chrome/test/data/chromeos/virtual_keyboard/'\
1100 '|extensions/browser/api/virtual_keyboard_private/'\
1101 '|ash/common/system/chromeos/virtual_keyboard/'\
1102 '|ash/virtual_keyboard',
[email protected]ef514a32014-02-26 01:02:351103 },
billorr3c7e1442016-11-11 21:21:351104 'virtual_reality': {
1105 'filepath': 'vr_shell/|'\
1106 '/vr/|'\
1107 'third_party/gvr',
1108 },
mcasas09e881c2016-04-09 02:09:501109 'webrtc_browser_tests': {
1110 'filepath': 'chrome/browser/media/.*webrtc.*browsertest|'\
1111 'content/browser/media/.*webrtc.*browsertest',
1112 },
[email protected]208879542012-07-05 11:15:341113 'website_settings': {
[email protected]f2f0fbb92012-07-14 15:52:491114 'filepath': 'chrome/browser/content_settings/'\
1115 '|chrome/browser/ui/views/website_settings/'\
1116 '|chrome/browser/ui/website_settings/'\
mukai077089f2014-09-11 18:41:521117 '|chrome/common/content_settings'\
1118 '|components/content_settings/',
[email protected]208879542012-07-05 11:15:341119 },
[email protected]b17d9e02014-07-29 09:45:501120 'windows_sandboxing': {
1121 'filepath': 'sandbox/win/',
1122 },
[email protected]f76c8852012-06-21 16:37:001123 'x11': {
[email protected]f2f0fbb92012-07-14 15:52:491124 'filepath': 'content/browser/renderer_host/backing_store_x\.' \
1125 '|chrome/browser/chromeos/input_method/xkeyboard\.' \
1126 '|chrome/browser/chromeos/system_key_event_listener\.' \
[email protected]f76c8852012-06-21 16:37:001127 '|chrome/browser/chromeos/'\
[email protected]f2f0fbb92012-07-14 15:52:491128 'xinput_hierarchy_changed_event_listener\.' \
1129 '|chrome/browser/chromeos/wm_' \
1130 '|ui/base/x/'
[email protected]0d710852012-05-24 01:18:401131 },
wjmaclean3ff6a402015-03-31 19:00:201132 'zoom': {
1133 'filepath': 'chrome/browser/ui/zoom/' \
1134 '|components/ui/zoom/' \
1135 '|content/browser/host_zoom_*' \
1136 '|content/browser/storage_partition_impl*' \
1137 '|content/public/browser/host_zoom_map.h' \
1138 '|content/public/browser/storage_partition.h'
1139 },
timlohd035d572015-09-25 15:28:021140
1141 'blink': {
1142 'filepath': 'third_party/WebKit/',
1143 },
1144 'blink_accessibility': {
1145 'filepath': 'third_party/WebKit/.*(accessibility|AXObjectCache|WebAX)'
1146 },
1147 'blink_animation': {
1148 'filepath': 'third_party/WebKit/.*([Aa]nimat|[Tt]ransition)',
1149 },
1150 'blink_app_banner': {
1151 'filepath': 'third_party/WebKit/Source/modules/app_banner' \
1152 '|third_party/WebKit/public/platform/modules/app_banner',
1153 },
1154 'blink_audio': {
1155 'filepath': 'third_party/WebKit/Source/platform/audio' \
1156 '|third_party/WebKit/Source/modules/webaudio',
1157 },
1158 'blink_battery_status': {
1159 'filepath': 'third_party/WebKit/Source/modules/battery/' \
1160 '|third_party/WebKit/LayoutTests/battery-status/' \
1161 '|third_party/WebKit/Source/core/frame/PlatformEvent(Controller|Dispatcher)'
1162 },
1163 'blink_bidi': {
1164 'filepath': 'third_party/WebKit/Source/platform/text/.*Bidi' \
1165 '|third_party/WebKit/Source/core/rendering/.*Bidi',
1166 },
1167 'blink_bindings': {
1168 'filepath': 'third_party/WebKit/Source/bindings',
1169 },
jbroman9ac2d532016-09-01 18:20:081170 'blink_bindings_serialization': {
1171 'filepath': 'third_party/WebKit/Source/bindings/(core|modules)/v8/.*[Ss]erializ',
1172 },
timlohd035d572015-09-25 15:28:021173 'blink_bluetooth': {
1174 'filepath': 'third_party/WebKit/.*[Bb]luetooth'
1175 },
1176 'blink_canvas2d': {
1177 'filepath': 'third_party/WebKit/Source/core/html/canvas' \
1178 '|third_party/WebKit/Source/core/html/HTMLCanvasElement' \
1179 '|third_party/WebKit/Source/modules/canvas2d' \
1180 '|third_party/WebKit/Source/platform/graphics/Canvas2D',
1181 },
1182 'blink_clipboard': {
1183 'filepath': 'third_party/WebKit/Source/core/clipboard' \
1184 '|third_party/WebKit/Source/core/page/.*Drag' \
1185 '|third_party/WebKit/Source/platform/.*Drag' \
1186 '|third_party/WebKit/Source/platform/clipboard' \
1187 '|third_party/WebKit/Source/web/.*Drag' \
1188 '|third_party/WebKit/public/platform/.*Drag' \
1189 '|third_party/WebKit/public/web/.*Drag',
1190 },
1191 'blink_content_security_policy': {
1192 'filepath': 'third_party/WebKit/Source/core/frame/csp' \
1193 '|third_party/WebKit/Source/core/events/SecurityPolicyViolationEvent' \
1194 '|third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy'
1195 },
1196 'blink_css': {
1197 'filepath': 'third_party/WebKit/Source/core/css',
1198 },
1199 'blink_css_grid_layout': {
1200 'filepath': 'third_party/WebKit/Source/core/layout/.*Grid' \
1201 '|third_party/WebKit/Source/core/paint/.*Grid' \
1202 '|third_party/WebKit/Source/core/css/.*Grid' \
1203 '|third_party/WebKit/LayoutTests/fast/css-grid-layout/' \
1204 '|third_party/WebKit/LayoutTests/ietestcenter/css3/grid/' \
1205 '|third_party/WebKit/LayoutTests/platform/.*/fast/css-grid-layout/' \
1206 '|third_party/WebKit/LayoutTests/platform/.*/ietestcenter/css3/grid/'
1207 },
1208 'blink_css_flexbox': {
1209 'filepath': 'third_party/WebKit/Source/core/rendering/.*Flex' \
1210 '|third_party/WebKit/LayoutTests/fast/deprecated-flexbox/' \
1211 '|third_party/WebKit/LayoutTests/css3/flexbox/' \
1212 '|third_party/WebKit/LayoutTests/ietestcenter/css3/flexbox/'
1213 },
1214 'blink_css_fragmentation_tests': {
1215 'filepath': 'third_party/WebKit/LayoutTests/fast/multicol/' \
mstensho6471a3d2015-11-25 12:31:021216 '|third_party/WebKit/LayoutTests/fast/pagination/' \
1217 '|third_party/WebKit/LayoutTests/printing/'
timlohd035d572015-09-25 15:28:021218 },
1219 'blink_css_regions': {
1220 'filepath': 'third_party/WebKit/Source/core/rendering/.*(Region|FlowThread)' \
1221 '|third_party/WebKit/Source/core/dom/NodeRendering' \
1222 '|third_party/WebKit/Source/core/dom/.*NamedFlow' \
1223 '|third_party/WebKit/Source/core/css/.*Region' \
1224 '|third_party/WebKit/LayoutTests/compositing/regions/' \
1225 '|third_party/WebKit/LayoutTests/fast/regions/' \
1226 '|third_party/WebKit/LayoutTests/platform/chromium.*/fast/regions/'
1227 },
1228 'blink_custom_elements': {
dominicc05d120d2016-05-16 01:13:401229 'filepath': 'third_party/WebKit/Source/core/dom/custom/' \
timlohd035d572015-09-25 15:28:021230 '|third_party/WebKit/Source/bindings/v8/.*CustomElement',
1231 },
1232 'blink_device_light': {
1233 'filepath': 'third_party/WebKit/Source/modules/device_light/' \
1234 '|third_party/WebKit/LayoutTests/fast/dom/DeviceLight/'
1235 },
1236 'blink_device_orientation': {
1237 'filepath': 'third_party/WebKit/Source/modules/device_orientation/' \
tkentf9e95152017-02-08 22:39:341238 '|third_party/WebKit/LayoutTests/device_orientation/' \
timlohd035d572015-09-25 15:28:021239 '|third_party/WebKit/Source/core/frame/PlatformEvent(Controller|Dispatcher)' \
1240 '|third_party/WebKit/Source/core/frame/DeviceSingleWindowEventController'
1241 },
1242 'blink_devtools': {
1243 'filepath': 'third_party/WebKit/.*(inspector|DevTools|devtools)',
1244 },
1245 'blink_dom': {
1246 'filepath': 'third_party/WebKit/Source/core/dom/'
1247 },
1248 'blink_events': {
1249 'filepath': 'third_party/WebKit/Source/core/page/.*Event' \
1250 '|third_party/WebKit/Source/core/dom/.*Event' \
1251 '|third_party/WebKit/Source/core/css/.*Event' \
1252 '|third_party/WebKit/Source/platform/.*Event'
1253 },
1254 'blink_fetch': {
kinukoc0f5d162017-01-27 06:26:531255 'filepath': 'third_party/WebKit/Source/platform/loader/fetch'
timlohd035d572015-09-25 15:28:021256 },
1257 'blink_heap': {
1258 'filepath': 'third_party/WebKit/Source/platform/heap' \
harakenbc02f102017-01-05 08:46:151259 '|base/allocator/partition_allocator/'
timlohd035d572015-09-25 15:28:021260 },
1261 'blink_html': {
1262 'filepath': 'third_party/WebKit/Source/core/html/'
1263 },
1264 'blink_loader': {
kinukoc0f5d162017-01-27 06:26:531265 'filepath': 'third_party/WebKit/Source/core/loader', \
1266 'filepath': 'third_party/WebKit/Source/platform/loader'
timlohd035d572015-09-25 15:28:021267 },
haraken04143c62016-03-31 08:48:561268 'blink_modules': {
1269 'filepath': 'third_party/WebKit/Source/modules'
1270 },
timlohd035d572015-09-25 15:28:021271 'blink_notifications': {
1272 'filepath': 'third_party/WebKit/LayoutTests/http/tests/notifications' \
1273 '|third_party/WebKit/Source/modules/notifications' \
1274 '|third_party/WebKit/public/platform/modules/notifications'
1275 },
1276 'blink_owners': {
1277 'filepath': 'third_party/WebKit/.*OWNERS',
1278 },
1279 'blink_paint': {
1280 'filepath': 'third_party/WebKit/Source/core/paint/'
1281 },
1282 'blink_permissions': {
1283 'filepath': 'third_party/WebKit/Source/modules/permissions/' \
1284 '|third_party/WebKit/public/platform/modules/permissions/',
1285 },
1286 'blink_preloadScanner': {
1287 'filepath': 'third_party/WebKit/Source/core/html/parser/HTMLPreloadScanner',
1288 },
1289 'blink_public_api': {
1290 'filepath': 'third_party/WebKit/public'
1291 },
1292 'blink_push_messaging': {
1293 'filepath': 'third_party/WebKit/LayoutTests/http/tests/push_messaging' \
1294 '|third_party/WebKit/Source/modules/push_messaging' \
1295 '|third_party/WebKit/public/platform/modules/push_messaging'
1296 },
kinuko533a1692015-12-21 08:57:251297 'blink_platform': {
1298 'filepath': 'third_party/WebKit/Source/platform'
1299 },
timlohd035d572015-09-25 15:28:021300 'blink_platform_graphics': {
1301 'filepath': 'third_party/WebKit/Source/platform/fonts' \
1302 '|third_party/WebKit/Source/platform/geometry' \
1303 '|third_party/WebKit/Source/platform/graphics'
1304 },
1305 'blink_indexed_db': {
1306 'filepath': 'third_party/WebKit/Source/modules/indexeddb/' \
1307 '|third_party/WebKit/Source/web/.*IDB' \
1308 '|third_party/WebKit/LayoutTests/storage/indexeddb' \
1309 '|third_party/WebKit/public/platform/.*IDB'
1310 },
dtapuska1f997a12016-03-14 19:22:071311 'blink_input': {
1312 'filepath': 'third_party/WebKit/Source/core/input/'
1313 },
timlohd035d572015-09-25 15:28:021314 'blink_layout': {
1315 'filepath': 'third_party/WebKit/Source/core/layout' \
1316 '|third_party/WebKit/Source/core/rendering'
1317 },
ojan21576e22016-08-17 21:43:461318 'blink_layout_ng': {
1319 'filepath': 'third_party/WebKit/Source/core/layout/ng',
1320 },
timlohd035d572015-09-25 15:28:021321 'blink_layers': {
1322 'filepath': 'third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator' \
1323 '|third_party/WebKit/Source/platform/graphics/GraphicsLayer' \
1324 '|third_party/WebKit/Source/core/layout/Layer'
1325 },
1326 'blink_prerender': {
1327 'filepath': 'third_party/WebKit/.*(Prerender|loader/LinkLoader|html/HTMLLinkElement)'
1328 },
1329 'blink_client_hints': {
1330 'filepath': 'third_party/WebKit/Source/core/loader/AcceptClientHints*' \
1331 '|third_party/WebKit/Source/core/loader/FrameFetchContext*' \
1332 '|third_party/WebKit/Source/core/fetch/FetchContext*' \
1333 '|third_party/WebKit/Source/core/fetch/ImageResource*' \
1334 '|third_party/WebKit/Source/core/fetch/ResourceFetcher*'
1335 },
1336 'blink_track': {
1337 'filepath': 'third_party/WebKit/Source/core/html/track/' \
1338 '|third_party/WebKit/Source/core/loader/TextTrack' \
1339 '|third_party/WebKit/Source/core/html/HTMLMediaElement' \
1340 '|third_party/WebKit/Source/core/html/HTMLTrackElement' \
1341 '|third_party/WebKit/Source/core/html/shadow/MediaControl' \
1342 '|third_party/WebKit/Source/core/css/mediaControl' \
1343 '|third_party/WebKit/LayoutTests/media/track/'
1344 },
1345 'blink_media': {
1346 'filepath': 'third_party/WebKit/Source/core/css/mediaControls' \
1347 '|third_party/WebKit/Source/core/html/.*(Audio|Media|Video)' \
1348 '|third_party/WebKit/Source/core/html/shadow/MediaControl' \
1349 '|third_party/WebKit/Source/core/layout/LayoutMedia' \
1350 '|third_party/WebKit/Source/core/layout/LayoutTextTrackContainerElement' \
1351 '|third_party/WebKit/Source/modules/(encryptedmedia|mediasource)' \
1352 '|third_party/WebKit/Source/platform/drm/' \
1353 '|third_party/WebKit/Source/platform/graphics/media/' \
1354 '|third_party/WebKit/Source/web/.*Media' \
1355 '|third_party/WebKit/LayoutTests/media/' \
1356 '|third_party/WebKit/public/.*Media'
1357 },
1358 'blink_media_queries': {
1359 'filepath': 'third_party/WebKit/Source/core/css/CSSMediaRule' \
1360 '|third_party/WebKit/Source/core/css/MediaList' \
1361 '|third_party/WebKit/Source/core/css/MediaQuery' \
1362 '|third_party/WebKit/Source/core/css/parser/MediaQuery'
1363 },
1364 'blink_navigator_content_utils': {
1365 'filepath': 'third_party/WebKit/Source/modules/navigatorcontentutils' \
1366 '|third_party/WebKit/LayoutTests/fast/dom/navigatorcontentutils'
1367 },
1368 'blink_out_of_process_frames': {
1369 'filepath': 'third_party/WebKit/Source/core/frame/FrameOwner' \
dcheng10f6a9c2016-05-06 16:40:031370 '|third_party/WebKit/Source/core/frame/Frame\.' \
timlohd035d572015-09-25 15:28:021371 '|third_party/WebKit/Source/web/WebFrame' \
1372 '|third_party/WebKit/Source/web/WebRemoteFrameImpl'
1373 },
1374 'blink_fileapi': {
1375 'filepath': 'third_party/WebKit/Source/modules/filesystem/' \
1376 '|third_party/WebKit/Source/core/fileapi/' \
1377 '|third_party/WebKit/Source/platform/.*File' \
1378 '|third_party/WebKit/Source/web/.*File' \
1379 '|third_party/WebKit/LayoutTests/fast/file' \
1380 '|third_party/WebKit/public/.*File'
1381 },
haraken98d0827a2017-02-27 00:55:191382 'blink_frames': {
1383 'filepath': 'third_party/WebKit/Source/core/frame/'
1384 },
timlohd035d572015-09-25 15:28:021385 'blink_quota': {
1386 'filepath': 'third_party/WebKit/Source/modules/quota/' \
1387 '|third_party/WebKit/Source/web/.*Quota' \
1388 '|third_party/WebKit/public/.*Quota'
1389 },
mcasas09e881c2016-04-09 02:09:501390 'blink_mediacapturefromelement': {
1391 'filepath': 'third_party/WebKit/Source/modules/mediacapture/' \
1392 '|third_party/WebKit/Source/platform/exported/WebCanvasCapture' \
1393 '|third_party/WebKit/LayoutTests/fast/mediacapturefromelement/' \
1394 '|third_party/WebKit/public/platform/WebCanvasCapture'
1395 },
1396 'blink_mediarecorder': {
1397 'filepath': 'third_party/WebKit/Source/modules/mediarecorder/' \
1398 '|third_party/WebKit/Source/platform/exported/WebMediaRecorder' \
1399 '|third_party/WebKit/LayoutTests/fast/mediarecorder/' \
1400 '|third_party/WebKit/public/platform/WebMediaRecorder'
1401 },
timlohd035d572015-09-25 15:28:021402 'blink_mediastream': {
1403 'filepath': 'third_party/WebKit/Source/modules/mediastream/' \
1404 '|third_party/WebKit/Source/platform/mediastream/' \
1405 '|third_party/WebKit/Source/platform/exported/WebMediaStream' \
1406 '|third_party/WebKit/Source/platform/exported/WebRTC' \
1407 '|third_party/WebKit/LayoutTests/fast/mediastream/'
1408 },
1409 'blink_geolocation': {
tkentc5e88f02017-02-06 22:47:311410 'filepath': 'third_party/WebKit/LayoutTests/geolocation-api/' \
timlohd035d572015-09-25 15:28:021411 '|third_party/WebKit/Source/modules/geolocation/' \
1412 '|third_party/WebKit/Source/web/.*Geolocation' \
1413 '|third_party/WebKit/public/web/.*Geolocation'
1414 },
1415 'blink_htmlparser': {
1416 'filepath': 'third_party/WebKit/Source/core/html/parser/'
1417 },
1418 'blink_screen_orientation': {
1419 'filepath': 'third_party/WebKit/Source/modules/screen_orientation/' \
1420 '|third_party/WebKit/public/platform/modules/screen_orientation',
1421 },
1422 'blink_scheduler': {
1423 'filepath': 'third_party/WebKit/Source/platform/scheduler' \
1424 '|third_party/WebKit/Source/core/html/parser/.*Scheduler'
1425 },
1426 'blink_serviceworkers' : {
1427 'filepath': 'third_party/WebKit/Source/modules/serviceworkers' \
1428 '|third_party/WebKit/LayoutTests/http/tests/serviceworker'
1429 },
1430 'blink_serviceworkers_tests' : {
1431 'filepath': 'third_party/WebKit/LayoutTests/http/tests/serviceworker'
1432 },
timlohd035d572015-09-25 15:28:021433 'blink_spellcheck' : {
1434 'filepath': 'third_party/WebKit/Source/core/editing/spellcheck'
1435 },
jbromana7bdfdb2016-02-05 15:10:321436 'blink_spv2_layout_tests': {
1437 'filepath': 'third_party/WebKit/LayoutTests/virtual/spv2'
1438 },
timlohd035d572015-09-25 15:28:021439 'blink_style': {
1440 'filepath': 'third_party/WebKit/.*(style/|Style)',
1441 },
1442 'blink_svg': {
1443 'filepath': 'third_party/WebKit/Source/core/(layout/)?svg',
1444 },
timlohd035d572015-09-25 15:28:021445 'blink_vibration': {
1446 'filepath': 'third_party/WebKit/LayoutTests/vibration/' \
1447 '|third_party/WebKit/Source/modules/vibration/'
1448 },
1449 'blink_viewport_interaction': {
1450 'filepath': 'third_party/WebKit/Source/core/css/.*Viewport' \
1451 '|third_party/WebKit/Source/core/dom/ViewportArguments' \
1452 '|third_party/WebKit/Source/core/html/HTMLMetaElement' \
1453 '|third_party/WebKit/Source/core/page/FrameView' \
1454 '|third_party/WebKit/Source/core/page/scrolling'
1455 },
1456 'blink_w3ctests': {
tkent028ee352017-01-23 00:39:241457 'filepath': 'third_party/WebKit/LayoutTests/external/' \
timlohd035d572015-09-25 15:28:021458 '|third_party/WebKit/Tools/Scripts/webkitpy/w3c/'
1459 },
kinukoa1a73202016-05-24 06:42:361460 'blink_web': {
1461 'filepath': 'third_party/WebKit/Source/web'
1462 },
timlohd035d572015-09-25 15:28:021463 'blink_webcomponents': {
1464 'filepath': 'third_party/WebKit/Source/core/dom/shadow/' \
1465 '|third_party/WebKit/Source/core/dom/custom/' \
1466 '|third_party/WebKit/Source/core/html/imports/' \
1467 '|third_party/WebKit/Source/bindings/v8/custom/V8CustomElementConstructorCustom' \
1468 '|third_party/WebKit/Source/bindings/v8/CustomElementHelpers'
1469 },
1470 'blink_webp': {
1471 'filepath': 'third_party/WebKit/Source/platform/image-decoders/webp' \
1472 '|third_party/WebKit/Source/platform/image-encoders/skia/WEBP'
1473 },
1474 'blink_websockets': {
1475 'filepath': 'third_party/WebKit/Source/modules/websockets/'
1476 },
1477 'blink_workers': {
1478 'filepath': 'third_party/WebKit/Source/core/workers',
1479 },
1480 'blink_wtf': {
1481 'filepath': 'third_party/WebKit/Source/wtf',
1482 },
1483 'blink_xmlhttprequest': {
1484 'filepath': 'third_party/WebKit/Source/core/xmlhttprequest/'
tfarinad21f9472015-10-13 18:36:011485 },
1486 'test_runner': {
1487 'filepath': 'components/test_runner/' \
1488 '|content/shell/(common|browser|renderer)/layout_test/' \
1489 '|content/test/layouttest_support.cc' \
1490 '|content/public/test/layouttest_support.h' \
tfarinad21f9472015-10-13 18:36:011491 },
dominicc05d120d2016-05-16 01:13:401492 'xml': {
1493 'filepath': 'third_party/WebKit/Source/core/xml/' \
1494 '|third_party/libxml/' \
1495 '|third_party/libxslt/',
1496 },
[email protected]a3838612009-10-13 21:57:541497 },
[email protected]ca872e362011-07-12 21:06:031498
pennymac962d190432016-07-27 00:58:351499 ##############################################################################
1500 # Please keep alphabetical
1501 ##############################################################################
[email protected]a3838612009-10-13 21:57:541502 'WATCHLISTS': {
asvitkinee4bad382015-11-05 21:56:451503 'about_flags': ['[email protected]'],
mazda6471d0e2015-10-02 06:32:551504 'accelerator_table': ['[email protected]',
[email protected]f76c8852012-06-21 16:37:001505 '[email protected]'],
dmazzoni5f4b7f12015-02-17 16:35:571506 'accessibility': ['[email protected]',
1507 '[email protected]',
[email protected]f76c8852012-06-21 16:37:001508 '[email protected]',
je_julie.kima170bac2015-05-06 14:57:541509 '[email protected]',
dmazzoni5f4b7f12015-02-17 16:35:571510 '[email protected]',
[email protected]f76c8852012-06-21 16:37:001511 '[email protected]'],
agrieve4d9c1c52016-09-23 17:49:381512 'add_to_homescreen': ['[email protected]',
zpeng9351f9d2016-09-25 14:41:201513 '[email protected]',
pkotwicz2ec0b292016-09-26 17:12:321514 '[email protected]',
zpeng9351f9d2016-09-25 14:41:201515 '[email protected]'],
asvitkine361b276e2016-08-30 18:45:001516 'android_crash_reporting': ['[email protected]'],
johnmaguire6aaac7902016-03-15 12:28:201517 'android_crazy_linker': ['[email protected]'],
dfalcantaraef21e9e2016-01-07 01:16:261518 'android_infobars': ['[email protected]'],
agrieve4d9c1c52016-09-23 17:49:381519 'android_infra': ['[email protected]',
1520 '[email protected]',
mikecasec0ea0862015-10-24 00:14:321521 '[email protected]'],
agrieve4d9c1c52016-09-23 17:49:381522 'android_java': ['[email protected]'],
lizebf34f69b2016-03-30 16:08:531523 'android_loading': ['[email protected]',
drogere76b5632016-03-31 14:14:411524 '[email protected]'],
mlamourid8b0feb2015-06-02 16:30:471525 'android_media': ['[email protected]',
1526 '[email protected]'],
nyquistf602bd02017-02-16 23:17:441527 'android_studio': ['[email protected]',
1528 '[email protected]'],
pennymac962d190432016-07-27 00:58:351529 'android_tab': ['[email protected]',
1530 '[email protected]'],
asvitkine361b276e2016-08-30 18:45:001531 'android_uma_settings': ['[email protected]',
1532 '[email protected]'],
zpengb9a180d2016-10-12 18:40:211533 'android_webapk': ['[email protected]'],
[email protected]7ca78dc12012-09-20 09:26:441534 'android_webview': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351535 'app_list': ['[email protected]',
pennymac962d190432016-07-27 00:58:351536 '[email protected]'],
1537 'app_shortcuts': ['[email protected]',
1538 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001539 'appcache': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351540 'apps': ['[email protected]',
1541 '[email protected]'],
lhchavez4b19176f2016-05-04 23:12:461542 'arc': ['[email protected]',
hidehiko49f0b7c2016-05-24 10:59:471543 '[email protected]',
lhchavez4b19176f2016-05-04 23:12:461544 '[email protected]',
victorhsieh52feccd2017-02-27 18:27:021545 '[email protected]',
lhchavez4b19176f2016-05-04 23:12:461546 '[email protected]'],
lhchavez61532c92016-10-18 21:33:371547 'arc_auth': ['[email protected]'],
poromov7633f602017-02-21 16:44:011548 'arc_kiosk': ['[email protected]'],
lhchavez4b19176f2016-05-04 23:12:461549 'arc_net': ['[email protected]',
1550 '[email protected]',
1551 '[email protected]'],
ejcarusoa298ec02016-06-16 20:30:431552 'arc_power': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351553 'ash': ['[email protected]',
1554 '[email protected]'],
1555 'aura': ['[email protected]',
1556 '[email protected]'],
[email protected]c3a6e1e72013-08-02 00:13:071557 'aura_compositor': ['[email protected]',
1558 '[email protected]',
pennymac962d190432016-07-27 00:58:351559 '[email protected]',
danakj3695c582016-10-26 21:54:431560 '[email protected]'],
sullivan0171e3c2015-03-03 18:47:211561 'auto_bisect': ['[email protected]'],
jdonnelly1ec60d92016-05-25 22:01:391562 'autofill': ['[email protected]',
vabraafbd4f32015-11-10 19:30:231563 '[email protected]',
sebsgbbfbea02016-10-24 21:54:591564 '[email protected]',
1565 '[email protected]',
mathpc2040642017-01-25 14:59:411566 '[email protected]',
1567 '[email protected]'],
peter39e10a62017-02-21 15:14:131568 'background_fetch': ['[email protected]',
1569 '[email protected]',
1570 '[email protected]'],
pennymac962d190432016-07-27 00:58:351571 'background_sync': ['[email protected]',
chasej6dff9292016-02-02 20:33:121572 '[email protected]',
pennymac962d190432016-07-27 00:58:351573 '[email protected]',
1574 '[email protected]'],
pkotwicz2ec0b292016-09-26 17:12:321575 'banners': ['[email protected]',
zpeng143b4792016-10-06 20:38:121576 '[email protected]',
1577 '[email protected]'],
dmikurubee40b4062014-11-04 17:47:191578 'base_allocator': ['[email protected]',
[email protected]b17d9e02014-07-29 09:45:501579 '[email protected]'],
[email protected]1ed5e0fd2012-07-19 00:19:051580 'base_memory': ['[email protected]'],
robliao1644d8b2016-04-11 15:39:591581 'base_task_scheduler': ['[email protected]',
1582 '[email protected]',
1583 '[email protected]'],
pennymac962d190432016-07-27 00:58:351584 'base_win': ['[email protected]',
1585 '[email protected]'],
vmpstrdeec20e2016-11-18 22:17:321586 'base': ['[email protected]'],
[email protected]7e093d4022014-06-26 19:19:551587 'battery_status': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351588 'blink': ['[email protected]'],
1589 'blink_accessibility': ['[email protected]',
1590 '[email protected]',
horo8e9a01572016-07-27 06:05:311591 '[email protected]',
pennymac962d190432016-07-27 00:58:351592 '[email protected]'],
1593 'blink_animation': ['[email protected]',
1594 '[email protected]',
1595 '[email protected]',
1596 '[email protected]',
1597 '[email protected]'],
1598 'blink_app_banner': ['[email protected]'],
1599 'blink_audio': ['[email protected]',
1600 '[email protected]'],
1601 'blink_battery_status': ['[email protected]',
1602 '[email protected]'],
1603 'blink_bidi': ['[email protected]'],
1604 'blink_bindings': ['[email protected]'],
jbroman9ac2d532016-09-01 18:20:081605 'blink_bindings_serialization': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351606 'blink_bluetooth': ['[email protected]',
1607 '[email protected]'],
1608 'blink_canvas2d': ['[email protected]',
1609 '[email protected]',
1610 '[email protected]',
1611 '[email protected]'],
1612 'blink_client_hints': ['[email protected]'],
1613 'blink_clipboard': ['[email protected]'],
1614 'blink_css': ['[email protected]',
1615 '[email protected]',
horo8e9a01572016-07-27 06:05:311616 '[email protected]',
pennymac962d190432016-07-27 00:58:351617 '[email protected]',
1618 '[email protected]'],
1619 'blink_css_flexbox': ['[email protected]'],
1620 'blink_css_fragmentation_tests': ['[email protected]'],
1621 'blink_css_grid_layout': ['[email protected]',
horo8e9a01572016-07-27 06:05:311622 '[email protected]',
pennymac962d190432016-07-27 00:58:351623 '[email protected]'],
1624 'blink_css_regions': ['[email protected]'],
1625 'blink_custom_elements': ['[email protected]',
1626 '[email protected]'],
1627 'blink_device_light': ['[email protected]',
1628 '[email protected]'],
1629 'blink_device_orientation': ['[email protected]',
1630 '[email protected]'],
1631 'blink_devtools': ['[email protected]',
1632 '[email protected]',
1633 '[email protected]',
1634 '[email protected]',
1635 '[email protected]',
lushnikovc5bd7ca2016-07-27 17:19:391636 '[email protected]'],
pennymac962d190432016-07-27 00:58:351637 'blink_dom': ['[email protected]',
1638 '[email protected]',
1639 '[email protected]',
1640 '[email protected]',
1641 '[email protected]'],
1642 'blink_events': ['[email protected]',
1643 '[email protected]',
1644 '[email protected]',
1645 '[email protected]'],
1646 'blink_fetch': ['[email protected]',
1647 '[email protected]',
1648 '[email protected]',
1649 '[email protected]'],
1650 'blink_fileapi': ['[email protected]',
1651 '[email protected]',
1652 '[email protected]'],
haraken98d0827a2017-02-27 00:55:191653 'blink_frames': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351654 'blink_geolocation': ['[email protected]',
1655 '[email protected]',
1656 '[email protected]'],
1657 'blink_heap': ['[email protected]',
1658 '[email protected]',
1659 '[email protected]',
1660 '[email protected]'],
1661 'blink_html': ['[email protected]',
1662 '[email protected]'],
csharrisonf357e9632016-07-29 01:27:221663 'blink_htmlparser': ['[email protected]',
1664 '[email protected]'],
pennymac962d190432016-07-27 00:58:351665 'blink_indexed_db': ['[email protected]',
1666 '[email protected]'],
1667 'blink_input': ['[email protected]',
nzolghadr773a1982016-10-18 21:26:451668 '[email protected]'],
pennymac962d190432016-07-27 00:58:351669 'blink_layers': ['[email protected]'],
1670 'blink_layout': ['[email protected]',
1671 '[email protected]',
1672 '[email protected]',
1673 '[email protected]',
1674 '[email protected]',
1675 '[email protected]',
1676 '[email protected]'],
cbiesinger46ecaae2016-09-09 18:44:561677 'blink_layout_ng': ['[email protected]',
gleblc60d6632016-09-13 19:49:461678 '[email protected]',
atotic30c8eba2016-10-28 13:24:071679 '[email protected]',
dgroganf9744ea2017-01-18 23:23:261680 '[email protected]',
atotic30c8eba2016-10-28 13:24:071681 '[email protected]'],
pennymac962d190432016-07-27 00:58:351682 'blink_loader': ['[email protected]',
1683 '[email protected]',
1684 '[email protected]',
1685 '[email protected]'],
1686 'blink_media': ['[email protected]',
1687 '[email protected]',
srirama.mdec4f512016-09-06 08:22:191688 '[email protected]',
1689 '[email protected]'],
pennymac962d190432016-07-27 00:58:351690 'blink_media_queries': ['[email protected]',
1691 '[email protected]'],
1692 'blink_mediacapturefromelement': ['[email protected]',
1693 '[email protected]'],
1694 'blink_mediarecorder': ['[email protected]',
1695 '[email protected]'],
1696 'blink_mediastream': ['[email protected]',
1697 '[email protected]'],
1698 'blink_modules': ['[email protected]'],
1699 'blink_navigator_content_utils': ['[email protected]'],
awdf2e270242016-09-06 16:21:341700 'blink_notifications': ['[email protected]',
1701 '[email protected]'],
pennymac962d190432016-07-27 00:58:351702 'blink_out_of_process_frames': ['[email protected]',
1703 '[email protected]'],
1704 'blink_owners': ['[email protected]'],
1705 'blink_paint' : ['[email protected]',
chrishtr4030de342016-10-03 23:57:591706 '[email protected]'],
pennymac962d190432016-07-27 00:58:351707 'blink_permissions': ['[email protected]'],
kinukoc462adb2016-12-22 12:58:491708 'blink_platform': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351709 'blink_platform_graphics': ['[email protected]',
horo8e9a01572016-07-27 06:05:311710 '[email protected]',
pennymac962d190432016-07-27 00:58:351711 '[email protected]',
1712 '[email protected]',
1713 '[email protected]',
1714 '[email protected]',
1715 '[email protected]',
fmalita9710b732017-02-17 05:10:021716 '[email protected]',
pennymac962d190432016-07-27 00:58:351717 '[email protected]',
1718 '[email protected]',
1719 '[email protected]',
1720 '[email protected]',
1721 '[email protected]'],
1722 'blink_prerender': ['[email protected]',
1723 '[email protected]'],
1724 'blink_preloadScanner': ['[email protected]'],
1725 'blink_public_api': ['[email protected]',
1726 '[email protected]'],
awdf2e270242016-09-06 16:21:341727 'blink_push_messaging': ['[email protected]',
1728 '[email protected]',
pennymac962d190432016-07-27 00:58:351729 '[email protected]'],
1730 'blink_quota': ['[email protected]',
1731 '[email protected]',
1732 '[email protected]'],
1733 'blink_scheduler': ['[email protected]'],
1734 'blink_screen_orientation': ['[email protected]'],
falken6731ece42016-10-12 01:41:501735 'blink_serviceworkers': ['[email protected]',
pennymac962d190432016-07-27 00:58:351736 '[email protected]',
1737 '[email protected]',
1738 '[email protected]',
1739 '[email protected]',
1740 '[email protected]',
1741 '[email protected]',
shimazu99de61f2016-09-07 03:57:411742 '[email protected]',
pennymac962d190432016-07-27 00:58:351743 '[email protected]'],
1744 'blink_serviceworkers_tests': ['[email protected]'],
timvolodine8cdb94c2016-09-22 12:17:221745 'blink_spellcheck' : ['[email protected]',
1746 '[email protected]'],
pennymac962d190432016-07-27 00:58:351747 'blink_spv2_layout_tests': ['[email protected]',
1748 '[email protected]'],
1749 'blink_style': ['[email protected]'],
1750 'blink_svg': ['[email protected]',
fmalita9710b732017-02-17 05:10:021751 '[email protected]',
pennymac962d190432016-07-27 00:58:351752 '[email protected]',
1753 '[email protected]',
1754 '[email protected]',
1755 '[email protected]',
1756 '[email protected]',
1757 '[email protected]'],
pennymac962d190432016-07-27 00:58:351758 'blink_track': ['[email protected]',
1759 '[email protected]',
1760 '[email protected]',
danakj40af6b562017-01-24 15:55:281761 '[email protected]'],
pennymac962d190432016-07-27 00:58:351762 'blink_vibration': ['[email protected]',
1763 '[email protected]'],
1764 'blink_viewport_interaction': ['[email protected]'],
1765 'blink_w3ctests': ['[email protected]'],
1766 'blink_web': ['[email protected]'],
1767 'blink_webcomponents': ['[email protected]',
1768 '[email protected]'],
1769 'blink_webp': ['[email protected]',
1770 '[email protected]',
1771 '[email protected]'],
1772 'blink_websockets': ['[email protected]',
1773 '[email protected]'],
1774 'blink_workers': ['[email protected]',
falken6731ece42016-10-12 01:41:501775 '[email protected]',
pennymac962d190432016-07-27 00:58:351776 '[email protected]',
shimazu99de61f2016-09-07 03:57:411777 '[email protected]',
1778 '[email protected]'],
pennymac962d190432016-07-27 00:58:351779 'blink_wtf': ['[email protected]',
1780 '[email protected]'],
1781 'blink_xmlhttprequest': ['[email protected]'],
noyauce460872016-09-09 11:54:001782 'bookmarks': ['[email protected]'],
donnd787f6ed2016-08-03 01:00:561783 'bottombar': ['[email protected]',
1784 '[email protected]'],
stevenjbdd133032015-08-07 18:37:471785 'browser_chromeos': ['[email protected]'],
[email protected]22650d22012-07-18 17:02:351786 'browser_components': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351787 'browser_compositor': ['[email protected]',
1788 '[email protected]'],
[email protected]17a2fba2013-02-07 18:46:571789 'browser_resources': ['[email protected]'],
michaelpge42ca3b32016-02-19 08:17:571790 'browser_resources_md': ['[email protected]'],
msramek878b39d92016-04-20 07:55:331791 'browsing_data': ['[email protected]',
1792 '[email protected]'],
pennymac962d190432016-07-27 00:58:351793 'bubble': ['[email protected]',
1794 '[email protected]',
1795 '[email protected]',
1796 '[email protected]'],
1797 'cache_storage': ['[email protected]',
1798 '[email protected]'],
[email protected]c9ae7a32014-03-31 22:18:591799 'cast': ['[email protected]',
[email protected]479180d22014-03-11 09:47:341800 '[email protected]',
miua1710162015-08-27 01:38:091801 '[email protected]',
[email protected]ad8ff0e2013-12-13 09:24:121802 '[email protected]',
miua1710162015-08-27 01:38:091803 '[email protected]',
1804 '[email protected]'],
ryanchung4d157372016-05-10 20:27:161805 'cast_certificate': ['[email protected]',
ryanchung24f9d7b2017-01-12 19:18:341806 '[email protected]'],
[email protected]c863702a2012-09-14 20:05:281807 'cc': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351808 'certificate_transparency': ['[email protected]',
1809 '[email protected]',
martijnccdd0542016-11-07 18:49:271810 '[email protected]',
pennymac962d190432016-07-27 00:58:351811 '[email protected]'],
1812 'chrome_elf': ['[email protected]',
1813 '[email protected]'],
[email protected]d5b21972012-07-20 02:06:011814 'chrome_views': ['[email protected]'],
alokp9d869cc12016-05-27 01:46:311815 'chromecast': ['[email protected]',
1816 '[email protected]',
halliwellfa56b3a42015-09-04 21:42:571817 '[email protected]'],
gfhuang2548f902016-02-26 02:29:211818 'chromecast_public': ['[email protected]'],
stgaocea5a9c2015-05-29 22:31:391819 'chromedriver': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351820 'chromeos': ['[email protected]'],
1821 'chromeos_attestation': ['[email protected]'],
1822 'chromeos_calculator': ['[email protected]'],
hashimoto40ecb692014-09-02 04:51:311823 'chromeos_dbus': ['[email protected]'],
alematec5187b1b2016-08-26 05:32:181824 'chromeos_geolocation': ['[email protected]'],
1825 'chromeos_login': ['[email protected]',
1826 '[email protected]'],
pennymac962d190432016-07-27 00:58:351827 'chromeos_net': ['[email protected]'],
1828 'chromeos_power': ['[email protected]'],
alematec5187b1b2016-08-26 05:32:181829 'chromeos_timezone': ['[email protected]'],
1830 'chromeos_webui': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351831 'clang_update': ['[email protected]',
thestigf023ccc2016-11-10 14:39:151832 '[email protected]',
[email protected]cf8ffa82013-02-13 08:30:071833 '[email protected]',
pennymac962d190432016-07-27 00:58:351834 '[email protected]',
rnk28bbd1772016-05-04 17:57:581835 '[email protected]',
1836 '[email protected]',
pennymac962d190432016-07-27 00:58:351837 '[email protected]',
thestigf023ccc2016-11-10 14:39:151838 '[email protected]',
pennymac962d190432016-07-27 00:58:351839 '[email protected]',
horo8e9a01572016-07-27 06:05:311840 '[email protected]',
pennymac962d190432016-07-27 00:58:351841 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001842 'clipboard': ['[email protected]'],
[email protected]18fd7a532014-08-20 23:09:511843 'closure': ['[email protected]',
dbeam78528be2016-02-18 07:08:491844 '[email protected]',
1845 '[email protected]'],
sdefresned94c5b02015-07-22 17:54:551846 'components_deps': ['[email protected]',
1847 '[email protected]',
1848 '[email protected]'],
pennymac962d190432016-07-27 00:58:351849 'content': ['[email protected]',
1850 '[email protected]'],
1851 'content_bluetooth': ['[email protected]',
1852 '[email protected]'],
1853 'content_loader': ['[email protected]',
1854 '[email protected]',
1855 '[email protected]'],
1856 'content_renderer': ['[email protected]'],
mkwst75a31a42014-09-14 18:32:531857 'content_shell': ['[email protected]',
peterc9e3e172015-11-02 09:29:161858 '[email protected]',
1859 '[email protected]'],
nhiroki90ba0102015-07-21 01:42:241860 'content_worker': ['[email protected]',
1861 '[email protected]'],
donnd787f6ed2016-08-03 01:00:561862 'contextual_search': ['[email protected]',
1863 '[email protected]'],
pennymac962d190432016-07-27 00:58:351864 'courgette': ['[email protected]',
1865 '[email protected]'],
michaelpge42ca3b32016-02-19 08:17:571866 'cr_elements': ['[email protected]',
1867 '[email protected]',
1868 '[email protected]'],
lizebf34f69b2016-03-30 16:08:531869 'custom_tabs': ['[email protected]'],
tbansalc6f1c9f2016-09-30 22:48:421870 'data_reduction_proxy': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:191871 'deep_memory_profiler': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351872 'device_bluetooth': ['[email protected]',
1873 '[email protected]'],
1874 'device_sensors': ['[email protected]',
mlamouri5cdcdf02014-11-27 15:58:591875 '[email protected]',
pennymac962d190432016-07-27 00:58:351876 '[email protected]'],
scheibabdd7d32015-02-11 22:13:081877 'developer_recommended_flags': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351878 'devtools': ['[email protected]',
1879 '[email protected]'],
kinukoc462adb2016-12-22 12:58:491880 'disk_cache': ['[email protected]'],
benjhaydendd24d5a642015-10-05 18:19:511881 'download': ['[email protected]'],
dbeam78528be2016-02-18 07:08:491882 'downloads_ui': ['[email protected]',
1883 '[email protected]'],
[email protected]9a3781d2013-04-04 18:31:401884 'drive': ['[email protected]'],
[email protected]89d2cd52013-04-16 01:55:361885 'drive_resource_metadata': ['[email protected]'],
[email protected]3a25c8a2014-06-26 06:47:101886 'eme': ['[email protected]'],
jdduke7edf3ca42015-10-26 18:20:011887 'events': ['[email protected]'],
[email protected]f9529e7922013-06-06 05:19:411888 'extension': ['[email protected]',
1889 '[email protected]'],
lunalu0a9c05422016-11-11 17:19:061890 'feature_policy': ['[email protected]',
1891 '[email protected]'],
apaciblec4093a92016-04-19 19:21:581892 'feedback_ui': ['[email protected]'],
[email protected]84dcfd92014-05-23 13:18:191893 'fileapi': ['[email protected]',
[email protected]6f217122013-11-25 07:21:481894 '[email protected]',
1895 '[email protected]'],
yoshiki1c0ba2782014-12-08 07:04:261896 'filebrowse': ['[email protected]'],
okab0be3dc2016-08-30 07:37:101897 'filesapp': ['[email protected]',
1898 '[email protected]',
1899 '[email protected]'],
1900 'filesapp_ui': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001901 'ftp': ['[email protected]'],
mmoroz58ddb8172016-09-08 18:29:551902 'fuzzing': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351903 'gcm': ['[email protected]',
1904 '[email protected]',
1905 '[email protected]'],
mikhail.pozdnyakova8db26402016-11-28 18:27:121906 'generic_sensor': ['[email protected]',
1907 '[email protected]',
1908 '[email protected]'],
pennymac962d190432016-07-27 00:58:351909 'geolocation': ['[email protected]',
1910 '[email protected]'],
[email protected]cf428f732012-10-02 20:48:151911 'gfx_geometry': ['[email protected]'],
[email protected]f93b7382012-08-09 20:53:161912 'gfx_image': ['[email protected]'],
agrieve4d9c1c52016-09-23 17:49:381913 'gn': ['[email protected]',
1914 '[email protected]',
pennymac962d190432016-07-27 00:58:351915 '[email protected]'],
tikutae3922862017-02-20 03:16:091916 'goma': ['[email protected]',
1917 '[email protected]',
1918 '[email protected]',
1919 '[email protected]'],
[email protected]a6159102013-11-08 23:21:521920 'gpu': ['[email protected]'],
dbeam78528be2016-02-18 07:08:491921 'history_ui': ['[email protected]',
1922 '[email protected]',
1923 '[email protected]'],
[email protected]18d7e402014-07-08 19:53:141924 'hotword': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001925 'i18n': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001926 'importer': ['[email protected]'],
[email protected]8b250562014-08-12 19:07:451927 'indexed_db': ['[email protected]',
dgrogand792a7f2016-01-21 00:12:131928 '[email protected]'],
bruthigaa8281f2016-02-09 17:52:311929 'ink_drop': ['[email protected]'],
dtapuska1f997a12016-03-14 19:22:071930 'input': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351931 'installer': ['[email protected]',
1932 '[email protected]',
1933 '[email protected]'],
mmoss19826c62014-11-14 21:37:361934 'installer_linux': [ '[email protected]'],
pennymac962d190432016-07-27 00:58:351935 'instant': ['[email protected]',
pennymac962d190432016-07-27 00:58:351936 '[email protected]',
pennymac962d190432016-07-27 00:58:351937 '[email protected]',
1938 '[email protected]',
1939 '[email protected]',
1940 '[email protected]',
1941 '[email protected]',
1942 '[email protected]'],
pklb5652b522016-11-17 14:14:081943 'ios_chrome': ['[email protected]',
noyau451e6bb62016-12-23 14:29:041944 '[email protected]',
marqa4f135f2017-01-10 12:37:341945 '[email protected]',
eugenebutb5a5a8572017-01-20 01:18:111946 '[email protected]'],
marqa4f135f2017-01-10 12:37:341947 'ios_clean': ['[email protected]',
1948 '[email protected]'],
1949 'ios_showcase': ['[email protected]',
1950 '[email protected]'],
eugenebutb5a5a8572017-01-20 01:18:111951 'ios_web': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351952 'ipc': ['[email protected]',
1953 '[email protected]'],
1954 'libwebp': ['[email protected]',
1955 '[email protected]',
1956 '[email protected]'],
1957 'libvpx': ['[email protected]',
1958 '[email protected]',
1959 '[email protected]',
1960 '[email protected]'],
[email protected]04a292a2013-03-07 19:58:421961 'linux_fonts': ['[email protected]'],
[email protected]6d7e0bf2014-07-28 22:30:401962 'linux_sandboxing': ['[email protected]'],
[email protected]04a292a2013-03-07 19:58:421963 'linux_seccomp_bpf': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351964 'login': ['[email protected]'],
lgrey62faed72016-10-11 21:40:391965 'mac' : ['[email protected]'],
mlamourid8b0feb2015-06-02 16:30:471966 'manifest': ['[email protected]'],
dbeam7a734562015-09-15 18:23:171967 'md_settings': ['[email protected]',
michaelpg32ca07902015-02-07 00:31:111968 '[email protected]',
michaelpg32ca07902015-02-07 00:31:111969 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001970 'media': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351971 'media_galleries': ['[email protected]',
1972 '[email protected]'],
alokp9e369ea72e2016-06-10 05:41:091973 'media_mojo': ['[email protected]'],
apacible01538e02016-11-04 22:15:311974 'media_remoting': ['[email protected]',
erickungc2289dea2016-12-13 19:01:281975 '[email protected]',
apacible01538e02016-11-04 22:15:311976 '[email protected]',
miu5e69f1c52016-10-23 13:40:111977 '[email protected]'],
kmarshallb698ad4f2015-02-24 19:42:481978 'media_router': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001979 'message_loop': ['[email protected]'],
isherman1eee6f12014-12-09 02:14:301980 'metrics': ['[email protected]'],
[email protected]1d8899ee2014-06-10 20:58:121981 'metrics_xml_files': ['[email protected]'],
toyoshim8f51f902015-03-27 03:50:211982 'midi': ['[email protected]'],
[email protected]c3830c622013-10-10 22:00:001983 'mojo': ['[email protected]',
[email protected]62bbe812013-10-24 22:24:161984 '[email protected]',
[email protected]3bf40cb2013-10-11 19:10:491985 '[email protected]',
[email protected]0f79ff62014-04-25 23:35:531986 '[email protected]',
[email protected]84003af2014-05-02 09:37:131987 '[email protected]',
1988 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001989 'mouse_lock': ['[email protected]'],
rjkroegef60dea862015-10-29 17:50:061990 'mus': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001991 'nacl': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351992 'native_client_sdk': ['[email protected]',
1993 '[email protected]'],
1994 'navigation': ['[email protected]',
1995 '[email protected]'],
csharrison27df167d2017-01-26 21:42:311996 'net': ['[email protected]',
1997 '[email protected]'],
bnc1872e8bd2017-01-27 02:47:281998 'net_base': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001999 'net_error_list': ['[email protected]'],
bnc1872e8bd2017-01-27 02:47:282000 'net_http2': ['[email protected]'],
2001 'net_log': ['[email protected]',
2002 '[email protected]',
pennymac962d190432016-07-27 00:58:352003 '[email protected]'],
bnc1872e8bd2017-01-27 02:47:282004 'net_spdy': ['[email protected]'],
jkarlin539748402015-03-31 17:36:312005 'netinfo': ['[email protected]'],
awdf2e270242016-09-06 16:21:342006 'notifications': ['[email protected]',
2007 '[email protected]',
pennymac962d190432016-07-27 00:58:352008 '[email protected]'],
tbansalc6f1c9f2016-09-30 22:48:422009 'nqe': ['[email protected]'],
Evan Stade459d16662015-07-07 17:04:572010 'ntp': ['[email protected]',
[email protected]0bce107762012-11-27 11:42:542011 '[email protected]'],
noyau451e6bb62016-12-23 14:29:042012 'ntp_snippets': ['[email protected]',
2013 '[email protected]'],
2014 'ntp_tiles': ['[email protected]',
2015 '[email protected]'],
pennymac962d190432016-07-27 00:58:352016 'offline_pages': ['[email protected]',
2017 '[email protected]',
2018 '[email protected]',
dewittj74b23f6f2016-04-21 19:29:252019 '[email protected]',
2020 '[email protected]',
pennymac962d190432016-07-27 00:58:352021 '[email protected]'],
jdonnelly6fa5a21d2017-01-03 15:28:352022 'omnibox': ['[email protected]'],
michaelpgf6260fbd2015-02-06 17:59:352023 'options': ['[email protected]',
2024 '[email protected]'],
iclelland8b904402016-10-05 15:01:232025 'origin_trials': ['[email protected]',
2026 '[email protected]'],
pennymac962d190432016-07-27 00:58:352027 'ozone': ['[email protected]',
2028 '[email protected]'],
csharrison3b1dc4062015-10-19 14:31:082029 'page_load_metrics' : ['[email protected]',
kinuko01cbe8a12015-10-20 09:59:062030 '[email protected]'],
pennymac962d190432016-07-27 00:58:352031 'panels': ['[email protected]',
2032 '[email protected]',
2033 '[email protected]',
2034 '[email protected]'],
mkwst17a9875d2016-06-24 10:36:392035 'password_manager': ['[email protected]',
vabraafbd4f32015-11-10 19:30:232036 '[email protected]'],
sebsgbbfbea02016-10-24 21:54:592037 'payments': ['[email protected]',
gogeralde108bcb2016-11-24 16:07:222038 '[email protected]',
mahmadi0a7bb59f2017-02-22 19:13:492039 '[email protected]',
2040 '[email protected]'],
2041 'payments_ios': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352042 'pepper_api': ['[email protected]',
2043 '[email protected]',
2044 '[email protected]',
2045 '[email protected]',
2046 '[email protected]',
horo8e9a01572016-07-27 06:05:312047 '[email protected]',
pennymac962d190432016-07-27 00:58:352048 '[email protected]'],
raymes18e321492017-01-11 04:21:332049 'permissions': ['[email protected]',
2050 '[email protected]'],
stuartmorganf8c132922015-01-23 14:45:342051 'plugin': ['[email protected]'],
tnagelad92622a92015-10-20 10:26:302052 'policy_definitions': ['[email protected]'],
dbeam78528be2016-02-18 07:08:492053 'polymer': ['[email protected]',
2054 '[email protected]'],
twifkak0c69c1f2015-06-22 18:20:092055 'precache': ['[email protected]'],
[email protected]be775bc2014-06-30 15:41:142056 'prepopulated_engines': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352057 'prerender': ['[email protected]',
2058 '[email protected]',
2059 '[email protected]'],
2060 'push_messaging': ['[email protected]',
2061 '[email protected]',
2062 '[email protected]'],
stkhapugin06503142016-12-07 14:32:122063 'reading_list': ['[email protected]'],
[email protected]c3887592014-02-06 20:02:252064 'remoting': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352065 'rlz_id': ['[email protected]',
2066 '[email protected]',
2067 '[email protected]'],
grt829c6a82014-10-20 09:29:322068 'safe_browsing': ['[email protected]'],
vakhf8e14c92016-10-17 21:29:472069 'safe_browsing_db': ['[email protected]'],
skyostil20dea312014-11-11 13:43:062070 'scheduler': ['[email protected]'],
mlamourid8b0feb2015-06-02 16:30:472071 'screen_orientation': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352072 'service_worker': ['[email protected]',
[email protected]6d095a8b2014-02-28 15:26:162073 '[email protected]',
pennymac962d190432016-07-27 00:58:352074 '[email protected]',
[email protected]edaf31d2014-03-07 00:09:172075 '[email protected]',
pennymac962d190432016-07-27 00:58:352076 '[email protected]',
horo8e9a01572016-07-27 06:05:312077 '[email protected]',
shimazu99de61f2016-09-07 03:57:412078 '[email protected]',
pennymac962d190432016-07-27 00:58:352079 '[email protected]'],
dominickn8884155a2016-06-23 02:28:162080 'site_engagement': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352081 'site_instance': ['[email protected]',
2082 '[email protected]',
[email protected]b9ecdb62014-03-07 14:56:432083 '[email protected]'],
[email protected]ad0295d2012-10-11 23:43:362084 'spellcheck': ['[email protected]',
[email protected]18d7e402014-07-08 19:53:142085 '[email protected]',
timvolodine8cdb94c2016-09-22 12:17:222086 '[email protected]',
2087 '[email protected]'],
[email protected]67f39af2013-08-23 20:06:052088 'streams': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352089 'styleguide': ['[email protected]',
vmpstrdeec20e2016-11-18 22:17:322090 '[email protected]',
2091 '[email protected]'],
engedye7b734da2017-02-07 12:08:132092 'subresource_filter': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352093 'supervised_users': ['[email protected]'],
alito438fa4332016-12-20 21:59:172094 'swreporter': ['[email protected]',
2095 '[email protected]',
2096 '[email protected]'],
maxbogue65ea2632016-04-04 18:12:582097 'sync': ['[email protected]'],
[email protected]84dcfd92014-05-23 13:18:192098 'syncfs': ['[email protected]',
[email protected]6f217122013-11-25 07:21:482099 '[email protected]',
2100 '[email protected]'],
miu5e69f1c52016-10-23 13:40:112101 'tab_alert_indicators': ['[email protected]'],
2102 'tab_capture': ['[email protected]',
2103 '[email protected]'],
pennymac962d190432016-07-27 00:58:352104 'tab_contents': ['[email protected]',
2105 '[email protected]',
2106 '[email protected]'],
dmikurubee40b4062014-11-04 17:47:192107 'tcmalloc': ['[email protected]'],
tonygc7f6a4c12015-01-16 18:32:262108 'telemetry': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352109 'test_runner': ['[email protected]',
einbindera29577e2016-08-23 01:21:492110 '[email protected]',
2111 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002112 'tests': [],
jlkleinecc81952016-11-19 00:16:072113 'tether': ['[email protected]',
2114 '[email protected]',
2115 '[email protected]',
2116 '[email protected]',
2117 '[email protected]'],
pennymac962d190432016-07-27 00:58:352118 'textinput': ['[email protected]',
2119 '[email protected]',
2120 '[email protected]',
2121 '[email protected]'],
2122 'textinput_chromeos': ['[email protected]',
2123 '[email protected]',
2124 '[email protected]'],
chirantan96fcf6d2015-01-21 22:36:192125 'timers': ['[email protected]'],
robliaofd54b5c2017-01-13 00:41:302126 'tools_win_chromeexts': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352127 'tracing': ['[email protected]',
2128 '[email protected]'],
[email protected]cf428f732012-10-02 20:48:152129 'ui_compositor': ['[email protected]'],
robliao2c4b7492016-07-19 01:57:262130 'ui_display_win': ['[email protected]'],
[email protected]6b5093c2012-05-23 19:10:182131 'ui_resources': ['[email protected]'],
edwardjung83f52ef22017-02-07 13:15:072132 'ui_strings': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002133 'valgrind': ['[email protected]',
timurrrr5335dbd2015-04-15 11:04:552134 '[email protected]'],
[email protected]c73ec8ab2014-01-16 20:35:232135 'version_assembly': ['[email protected]',
2136 '[email protected]'],
posciak62a72272016-05-11 08:31:242137 'video': ['[email protected]'],
chfremer2a01a69b2017-01-06 02:39:012138 'video_capture': ['[email protected]',
2139 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002140 'views': ['[email protected]'],
[email protected]ef514a32014-02-26 01:02:352141 'virtual_keyboard': ['[email protected]',
okabf9f6f02017-02-17 05:14:292142 '[email protected]',
2143 '[email protected]',
2144 '[email protected]'],
billorr3c7e1442016-11-11 21:21:352145 'virtual_reality': ['[email protected]'],
tnakamura43539232016-09-12 14:23:422146 'webrtc_browser_tests': ['[email protected]'],
raymesf5084632015-07-02 07:14:152147 'website_settings': ['[email protected]',
pennymac962d190432016-07-27 00:58:352148 '[email protected]',
2149 '[email protected]'],
2150 'windows_sandboxing': ['[email protected]',
2151 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002152 'x11': ['[email protected]',
2153 '[email protected]',
2154 '[email protected]'],
pennymac962d190432016-07-27 00:58:352155 'xml': ['[email protected]'],
wjmaclean3ff6a402015-03-31 19:00:202156 'zoom': ['[email protected]'],
[email protected]a3838612009-10-13 21:57:542157 },
2158}