blob: af43afeba50e5a118c591f895ff09909cff2692a [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 },
lhchavez4b19176f2016-05-04 23:12:46111 'arc_net': {
112 'filepath': 'components/arc/net/',
113 },
ejcarusoa298ec02016-06-16 20:30:43114 'arc_power': {
115 'filepath': 'components/arc/power/',
116 },
[email protected]3ce56642013-10-17 22:12:51117 'ash': {
118 'filepath': 'ash/',
119 },
[email protected]f76c8852012-06-21 16:37:00120 'aura': {
[email protected]3ce56642013-10-17 22:12:51121 'filepath': 'ui/aura/',
[email protected]84ba35e32010-08-06 17:22:39122 },
[email protected]c3a6e1e72013-08-02 00:13:07123 'aura_compositor': {
124 'filepath':
125 'ui/compositor/' \
[email protected]6dc38f72014-01-16 22:19:58126 '|content/browser/compositor/' \
127 '|content/browser/renderer_host/compositor_resize_lock_aura' \
[email protected]c3a6e1e72013-08-02 00:13:07128 '|content/browser/renderer_host/render_widget_host_view_aura' \
129 '|content/browser/renderer_host/render_widget_host_view_browsertest' \
[email protected]a6eeeef92014-03-19 19:06:44130 '|content/browser/renderer_host/delegated' \
131 '|content/browser/renderer_host/software' \
[email protected]c3a6e1e72013-08-02 00:13:07132 '|content/common/gpu/client/' \
[email protected]c3a6e1e72013-08-02 00:13:07133 },
sullivan0171e3c2015-03-03 18:47:21134 'auto_bisect': {
135 'filepath': 'tools/run-bisect-perf-regression.py'\
136 '|tools/run-perf-test.cfg'\
137 '|tools/auto_bisect/'
138 },
[email protected]2a38f0c02013-05-29 02:27:45139 'autofill': {
rouslanfbfa7402016-11-22 19:36:39140 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/autofill/|'\
141 'chrome/browser/autofill/|'\
[email protected]d9310a82012-11-02 02:53:48142 'chrome/browser/resources/options/autofill_|'\
[email protected]d9310a82012-11-02 02:53:48143 'chrome/browser/ui/android/autofill/|'\
144 'chrome/browser/ui/autofill/|'\
[email protected]e3e4ca62013-05-17 08:50:27145 'chrome/browser/ui/cocoa/autofill/|'\
[email protected]d9310a82012-11-02 02:53:48146 'chrome/browser/ui/views/autofill/|'\
147 'chrome/browser/ui/webui/options/autofill_|'\
[email protected]d9310a82012-11-02 02:53:48148 'chrome/renderer/autofill/|'\
149 'chrome/test/data/autofill/|'\
[email protected]3947d4a82013-03-12 09:41:05150 'components/autofill/|'\
[email protected]30964792013-05-29 02:41:25151 'components/autofill/browser/webdata/|'\
vabrbeb0c562015-12-01 10:48:08152 'components/webdata/',
[email protected]b3399272010-08-10 19:49:29153 },
dominickn8884155a2016-06-23 02:28:16154 'banners': {
155 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/banners/|'\
156 'chrome/android/javatests/src/org/chromium/chrome/browser/banners/|'\
157 'chrome/browser/android/banners/|'\
158 'chrome/browser/banners/|'\
159 'chrome/browser/ui/android/infobars/app_banner_.*|'\
160 'chrome/renderer/banners/|'\
161 'third_party/WebKit/public/platform/modules/app_banner/|'\
162 'third_party/WebKit/Source/modules/app_banner/',
163 },
jkarlin539748402015-03-31 17:36:31164 'background_sync': {
165 'filepath': 'background_sync',
166 },
[email protected]f76c8852012-06-21 16:37:00167 'base': {
[email protected]f2f0fbb92012-07-14 15:52:49168 'filepath': '^base/',
[email protected]7a7a13b2010-08-25 01:10:59169 },
[email protected]5e105332012-09-13 01:55:52170 'base_allocator': {
171 'filepath': '^base/allocator',
172 },
[email protected]1ed5e0fd2012-07-19 00:19:05173 'base_memory': {
174 'filepath': '^base/memory',
175 },
robliao1644d8b2016-04-11 15:39:59176 'base_task_scheduler': {
177 'filepath': '^base/task_scheduler',
178 },
[email protected]b17d9e02014-07-29 09:45:50179 'base_win': {
180 'filepath': '^base/win',
181 },
[email protected]7e093d4022014-06-26 19:19:55182 'battery_status': {
183 'filepath': 'content/browser/battery_status/|'\
timvolodine953fde72014-12-09 16:47:10184 'content/test/data/battery_status/|'\
185 'device/battery/',
[email protected]7e093d4022014-06-26 19:19:55186 },
[email protected]06798f72013-01-14 22:31:17187 'bookmarks': {
188 'filepath': 'chrome/browser/bookmarks/' \
[email protected]771ad482013-07-16 17:32:48189 '|chrome/browser/extensions/api/bookmark_manager_private/' \
190 '|chrome/browser/extensions/api/bookmarks/' \
191 '|chrome/browser/resources/bookmark_manager/' \
[email protected]cd869cde2013-01-31 15:46:35192 '|chrome/browser/ui/bookmarks/' \
193 '|chrome/browser/ui/cocoa/bookmarks/' \
[email protected]5cb8b6e12014-05-19 16:53:46194 '|chrome/browser/ui/views/bookmarks/' \
195 '|components/bookmarks'
[email protected]06798f72013-01-14 22:31:17196 },
donnd787f6ed2016-08-03 01:00:56197 'bottombar': {
198 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/',
199 },
[email protected]b17d9e02014-07-29 09:45:50200 'breakpad_app': {
sdefresne8ba0b88c2015-09-18 10:33:13201 'filepath': 'components/crash/content/app/',
[email protected]b17d9e02014-07-29 09:45:50202 },
[email protected]f76c8852012-06-21 16:37:00203 'browser': {
[email protected]f2f0fbb92012-07-14 15:52:49204 'filepath': 'chrome/browser/',
[email protected]02c44522010-10-08 17:43:25205 },
[email protected]f76c8852012-06-21 16:37:00206 'browser_chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:49207 'filepath': 'chrome/browser/chromeos/',
[email protected]02c44522010-10-08 17:43:25208 },
[email protected]22650d22012-07-18 17:02:35209 'browser_components': {
[email protected]a7228f62012-09-20 17:52:48210 'filepath': 'chrome/browser/autofill/' \
211 '|chrome/browser/bookmarks/' \
[email protected]a7228f62012-09-20 17:52:48212 '|chrome/browser/favicon/' \
[email protected]ddf288e2013-01-09 20:58:27213 '|chrome/browser/history/' \
[email protected]fccf4882013-03-15 04:46:19214 '|chrome/browser/webdata/' \
[email protected]3947d4a82013-03-12 09:41:05215 '|components/autofill/'
[email protected]22650d22012-07-18 17:02:35216 },
[email protected]f76c8852012-06-21 16:37:00217 'browser_compositor': {
[email protected]f2f0fbb92012-07-14 15:52:49218 'filepath': 'ui/compositor/'
[email protected]fbd846b2010-11-19 01:32:18219 },
[email protected]f76c8852012-06-21 16:37:00220 'browser_resources': {
[email protected]f2f0fbb92012-07-14 15:52:49221 'filepath': 'chrome/browser/resources/',
[email protected]f76c8852012-06-21 16:37:00222 },
michaelpge42ca3b32016-02-19 08:17:57223 'browser_resources_md': {
224 'filepath': 'chrome/browser/resources/md_'\
225 '|chrome/browser/resources/settings/',
226 },
[email protected]0ce480532012-07-20 12:33:20227 'browsing_data': {
228 'filepath': 'chrome/browser/browsing_data/',
229 },
[email protected]f76c8852012-06-21 16:37:00230 'bubble': {
[email protected]f2f0fbb92012-07-14 15:52:49231 'filepath': 'ui/views/bubble/|'\
rouslan8d6a8372015-09-10 19:10:10232 'chrome/browser/ui/views/bubble/|'\
233 'components/bubble/',
[email protected]f76c8852012-06-21 16:37:00234 },
jkarlin539748402015-03-31 17:36:31235 'cache_storage': {
236 'filepath': 'cache_storage',
237 },
[email protected]10fbd5952013-08-22 07:42:39238 'cast': {
[email protected]31ef420b2014-08-13 21:19:13239 'filepath': 'media/cast/'\
240 '|chrome/browser/extensions/api/cast_streaming/'\
241 '|chrome/browser/media/cast'\
242 '|chrome/renderer/media/cast'\
243 '|chrome/test/data/extensions/api_test/cast_'\
miu5e69f1c52016-10-23 13:40:11244 '|content/public/renderer/media_stream_'\
245 '|content/renderer/media/(media_stream|(.+audio_source))',
[email protected]10fbd5952013-08-22 07:42:39246 },
ryanchung4d157372016-05-10 20:27:16247 'cast_certificate': {
248 'filepath': 'components/cast_certificate/'\
249 '|components/test/data/cast_certificate/',
250 },
eranmc2a9f612015-11-24 16:41:34251 'certificate_transparency': {
252 'filepath': 'components/certificate_transparency/'\
253 '|components/packed_ct_ev_whitelist/'\
254 '|net/cert/ct_'\
255 '|net/cert/multi_log_ct_verifier'\
256 '|net/cert/sct_status_flags.h'\
257 '|net/cert/signed_certificate_timestamp'\
258 '|net/cert/signed_tree_head'\
259 '|net/test/ct_',
260 },
[email protected]651d9992014-04-09 17:18:41261 'chromecast': {
262 'filepath': 'chromecast/',
263 },
gfhuang2548f902016-02-26 02:29:21264 'chromecast_public': {
265 'filepath': 'chromecast/public/',
266 },
[email protected]c863702a2012-09-14 20:05:28267 'cc': {
268 'filepath': 'cc/|'\
[email protected]4934d362012-11-22 22:04:53269 'content/common/cc_messages'
[email protected]c863702a2012-09-14 20:05:28270 },
[email protected]c73ec8ab2014-01-16 20:35:23271 'chrome_elf': {
272 'filepath': 'chrome_elf',
273 },
[email protected]d5b21972012-07-20 02:06:01274 'chrome_views': {
275 'filepath': 'chrome/browser/ui/views',
276 },
[email protected]f7bf8ba2011-02-24 22:28:46277 'chromedriver': {
samuong53d5e612014-10-10 18:56:38278 'filepath': 'chrome/test/chromedriver|'\
279 'chrome/test/data/chromedriver|'\
280 'third_party/webdriver'
[email protected]f7bf8ba2011-02-24 22:28:46281 },
[email protected]f76c8852012-06-21 16:37:00282 'chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:49283 'filepath': 'chromeos/',
[email protected]531b1532011-08-11 03:52:01284 },
[email protected]eda0a0b2013-04-19 20:34:35285 'chromeos_attestation': {
286 'filepath': 'chromeos/attestation/|'\
[email protected]64494c3f2013-08-14 22:15:59287 'chrome/browser/chromeos/attestation/|'\
288 'chrome/browser/extensions/api/enterprise_platform_keys_private/',
[email protected]eda0a0b2013-04-19 20:34:35289 },
[email protected]7c59a152012-11-06 20:56:35290 'chromeos_calculator': {
291 'filepath': 'chrome/common/extensions/docs/examples/apps/calculator/',
292 },
hashimoto40ecb692014-09-02 04:51:31293 'chromeos_dbus': {
294 'filepath': 'chromeos/dbus/',
295 },
alematec5187b1b2016-08-26 05:32:18296 'chromeos_geolocation': {
297 'filepath': 'chromeos/geolocation/',
298 },
[email protected]f76c8852012-06-21 16:37:00299 'chromeos_login': {
[email protected]f2f0fbb92012-07-14 15:52:49300 'filepath': 'chrome/browser/chromeos/login/|'\
301 'chrome/browser/ui/webui/chromeos/login/|'\
dzhioevcc7c0492014-11-25 14:52:58302 'chrome/browser/resources/chromeos/login/|'\
303 'ui/login/',
[email protected]a791dac2011-04-07 23:22:57304 },
[email protected]d7d35f342012-10-22 20:32:47305 'chromeos_net': {
306 'filepath': 'chromeos/network/|'\
stevenjbdd133032015-08-07 18:37:47307 'chrome/browser/chromeos/net/|'\
308 'chrome/browser/extensions/api/networking_private/|'\
309 'extensions/browser/api/networking_private/|'\
310 'ui/chromeos/network/',
[email protected]d7d35f342012-10-22 20:32:47311 },
[email protected]2315ac0c2013-02-05 00:49:16312 'chromeos_power': {
[email protected]c3943ad2013-07-03 13:44:56313 'filepath': 'ash/system/chromeos/power/|'\
314 'chromeos/dbus/power_.*|'\
[email protected]2315ac0c2013-02-05 00:49:16315 'chrome/browser/chromeos/power/',
316 },
alematec5187b1b2016-08-26 05:32:18317 'chromeos_timezone': {
318 'filepath': 'chromeos/timezone/',
319 },
[email protected]f76c8852012-06-21 16:37:00320 'chromeos_webui': {
[email protected]f2f0fbb92012-07-14 15:52:49321 'filepath': 'chrome/browser/ui/webui/chromeos/|'\
322 'chrome/browser/resources/chromeos/',
[email protected]ba03af42012-03-08 01:37:12323 },
[email protected]cef7a6d2011-04-29 20:49:07324 'clang_update': {
Nico Webere250e6a2015-12-02 19:31:56325 'filepath': 'tools/clang/scripts/update.py'
[email protected]cef7a6d2011-04-29 20:49:07326 },
[email protected]f76c8852012-06-21 16:37:00327 'clipboard': {
328 'filepath': 'clipboard|dnd|drag|drop',
[email protected]2418b022011-05-19 21:06:02329 },
[email protected]0387ab32014-08-05 00:13:42330 'closure': {
[email protected]18fd7a532014-08-20 23:09:51331 'filepath': 'third_party/closure_(compiler|linter)/|'
dbeam78528be2016-02-18 07:08:49332 'compiled_resources2?.gyp',
[email protected]0387ab32014-08-05 00:13:42333 },
sdefresned94c5b02015-07-22 17:54:55334 'components_deps': {
335 'filepath': 'components/([^/]*/)*DEPS',
336 },
[email protected]f76c8852012-06-21 16:37:00337 'content': {
[email protected]f2f0fbb92012-07-14 15:52:49338 'filepath': 'content/',
[email protected]f76c8852012-06-21 16:37:00339 },
scheib968e61052014-11-05 00:27:25340 'content_bluetooth': {
341 'filepath': 'content/.*bluetooth'
342 },
kinuko01cbe8a12015-10-20 09:59:06343 'content_loader': {
mmenkefaa97d3b2016-09-25 14:24:02344 'filepath': 'chrome/browser/loader|' \
345 'content/browser/loader|' \
kinuko01cbe8a12015-10-20 09:59:06346 'content/child/*loader',
347 },
mkwst512627022014-09-16 09:23:27348 'content_renderer': {
349 'filepath': 'content/renderer/',
350 },
[email protected]aa3311a2012-11-19 16:04:58351 'content_shell': {
352 'filepath': 'content/shell/',
353 },
kinukoa121bce2015-01-30 10:04:41354 'content_worker': {
355 'filepath': 'content/.*worker',
356 },
donnd787f6ed2016-08-03 01:00:56357 'contextual_search': {
358 'filepath': 'chrome/browser/android/contextualsearch/|' \
359 'chrome/android/java/src/org/chromium/chrome/browser/contextualsearch/|' \
360 'chrome/android/javatests/src/org/chromium/chrome/browser/contextualsearch/|' \
361 'components/contextual_search/',
362 },
[email protected]f76c8852012-06-21 16:37:00363 'cookie_monster': {
[email protected]f2f0fbb92012-07-14 15:52:49364 'filepath': 'net/cookies/|'\
[email protected]8492b5b2012-12-17 21:58:08365 'chrome/browser/net/sqlite_persistent_cookie_store',
[email protected]f76c8852012-06-21 16:37:00366 },
wfh792b71c2016-05-04 23:33:41367 'courgette': {
368 'filepath': 'courgette/',
369 },
michaelpge42ca3b32016-02-19 08:17:57370 'cr_elements': {
371 'filepath': 'ui/webui/resources/cr_element',
372 },
ianwencdb8c9e2015-06-18 22:10:15373 'custom_tabs': {
Newton Allen38c62212015-06-24 21:41:53374 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/customtabs/|'\
ianwencdb8c9e2015-06-18 22:10:15375 'chrome/android/javatests/src/org/chromium/chrome/browser/customtabs/',
alancuttercbad6512015-06-19 02:31:28376 },
tbansalc6f1c9f2016-09-30 22:48:42377 'data_reduction_proxy': {
378 'filepath': 'chrome/browser/net/spdyproxy/|'\
379 'data_reduction_proxy|'\
380 'chrome_proxy',
381 },
[email protected]5e105332012-09-13 01:55:52382 'deep_memory_profiler': {
383 'filepath': 'tools/(deep_memory_profiler|find_runtime_symbols)',
384 },
Bartosz Fabianowski85a823812015-04-16 10:27:51385 'device_bluetooth': {
386 'filepath': 'device/.*bluetooth'
387 },
[email protected]29ad47c2014-04-23 09:12:48388 'device_sensors': {
389 'filepath': 'content/browser/device_sensors/|'\
390 'content/common/device_sensors/|'\
391 'content/public/android/java/src/org/chromium/content/browser/DeviceSensors.java|'\
392 'content/public/android/javatests/src/org/chromium/content/browser/DeviceSensorsTest.java|'\
timvolodine8cdb94c2016-09-22 12:17:22393 'content/renderer/device_sensors/|'\
394 'content/test/data/device_sensors/|'\
395 'device/sensors/',
[email protected]8c667232013-11-12 19:49:14396 },
scheibabdd7d32015-02-11 22:13:08397 'developer_recommended_flags': {
398 'filepath': 'developer_recommended_flags.gypi',
399 },
[email protected]342b12872012-11-07 12:10:46400 'devtools': {
401 'filepath': 'devtools',
402 },
[email protected]bab2a832012-07-11 23:29:41403 'disk_cache': {
404 'filepath': 'net/disk_cache/|http_cache',
405 },
[email protected]f76c8852012-06-21 16:37:00406 'download': {
[email protected]f2f0fbb92012-07-14 15:52:49407 'filepath': 'chrome/browser/download/|'\
[email protected]8492b5b2012-12-17 21:58:08408 'content/browser/download/',
[email protected]6bff0ad2011-06-17 01:32:51409 },
[email protected]ca872e362011-07-12 21:06:03410 'downloads_ui': {
dbeam78528be2016-02-18 07:08:49411 'filepath': 'chrome/browser/resources/(md_)?downloads/|' \
[email protected]8492b5b2012-12-17 21:58:08412 'chrome/browser/ui/webui/.*downloads|' \
413 'chrome/browser/ui/views/download/|' \
asanka2009f412015-10-05 17:28:12414 'chrome/browser/ui/cocoa/download/'
[email protected]ca872e362011-07-12 21:06:03415 },
[email protected]f6df20a2012-10-23 21:22:07416 'drive': {
[email protected]8492b5b2012-12-17 21:58:08417 'filepath': 'chrome/browser/chromeos/drive/|' \
418 'chrome/browser/google_apis/'
[email protected]f6df20a2012-10-23 21:22:07419 },
[email protected]89d2cd52013-04-16 01:55:36420 'drive_resource_metadata': {
[email protected]2c948e12013-10-17 03:08:33421 'filepath': 'chrome/browser/chromeos/drive/resource_metadata'
[email protected]89d2cd52013-04-16 01:55:36422 },
[email protected]3a25c8a2014-06-26 06:47:10423 'eme': {
424 'filepath': 'components/cdm/|' \
425 'content/browser/media/cdm/|' \
426 'content/renderer/media/crypto/|' \
427 'media/base/android/*drm*|' \
428 'media/cdm/|' \
429 'third_party/widevine/cdm/'
430 },
[email protected]247dcfb92014-04-23 18:25:59431 'events': {
432 'filepath': 'ui/events/',
433 },
[email protected]f76c8852012-06-21 16:37:00434 'extension': {
435 'filepath': 'extension',
[email protected]161277d42011-06-24 20:48:45436 },
lunalu0a9c05422016-11-11 17:19:06437 'feature_policy': {
438 'filepath': 'third_party/WebKit/Source/platform/feature_policy/|' \
439 'third_party/WebKit/Source/bindings/core/v8/ConditionalFeatures',
440 },
apaciblec4093a92016-04-19 19:21:58441 'feedback_ui': {
442 'filepath': 'chrome/browser/resources/(md_)?feedback/'
443 },
[email protected]f76c8852012-06-21 16:37:00444 'fileapi': {
[email protected]8492b5b2012-12-17 21:58:08445 'filepath': 'file_system/|' \
446 'fileapi/'
[email protected]80919512011-08-03 08:51:04447 },
[email protected]f76c8852012-06-21 16:37:00448 'filebrowse': {
[email protected]8492b5b2012-12-17 21:58:08449 'filepath': 'file_browser|' \
450 'file_manager|' \
451 'filebrowse'
[email protected]4b07b62cc2011-10-03 17:52:39452 },
[email protected]4ed766c2013-09-19 09:45:20453 'filesapp': {
okab0be3dc2016-08-30 07:37:10454 'filepath': 'chrome/browser/chromeos/drive|' \
455 'chrome/browser/chromeos/extensions/file_manager|' \
456 'chrome/browser/chromeos/extensions/file_system_provider|' \
457 'chrome/browser/chromeos/file_manager|' \
458 'chrome/browser/chromeos/file_system_provider|' \
459 'chrome/browser/drive|' \
460 'chrome/test/data/extensions/api_test/file_system_provider|' \
461 'components/drive|' \
462 'google_apis/drive|' \
463 'ui/file_manager'
464 },
465 'filesapp_ui': {
[email protected]4ff3d9f2014-04-24 05:25:20466 'filepath': 'ui/file_manager'
[email protected]4ed766c2013-09-19 09:45:20467 },
[email protected]f76c8852012-06-21 16:37:00468 'ftp': {
469 'filepath': 'ftp',
[email protected]ffeb189d2011-10-05 18:49:39470 },
mmoroz58ddb8172016-09-08 18:29:55471 'fuzzing': {
472 'filepath': 'fuzz|Fuzz',
473 },
[email protected]3a2a6ac02014-06-20 07:07:12474 'gcm': {
peter9f4490a2017-01-27 00:58:36475 'filepath': 'chrome/browser/gcm/|'\
[email protected]3a2a6ac02014-06-20 07:07:12476 'components/gcm_driver/|'\
477 'google_apis/gcm/',
478 },
mikhail.pozdnyakova8db26402016-11-28 18:27:12479 'generic_sensor': {
480 'filepath': 'device/generic_sensor/|'\
481 'third_party/WebKit/Source/modules/sensor/',
482 },
[email protected]d8036492013-08-09 16:02:23483 'geolocation': {
484 'filepath': 'chrome/browser/geolocation/|'\
485 'content/browser/geolocation|'\
486 'content/public/common/geoposition.*|'\
487 'content/public/browser/geolocation.*|'\
488 'content/renderer/geolocation.*|'\
489 'content/shell/geolocation/',
490 },
[email protected]f93b7382012-08-09 20:53:16491 'gfx_image': {
492 'filepath': 'ui/gfx/image/',
493 },
[email protected]cf428f732012-10-02 20:48:15494 'gfx_geometry': {
danakj570c1332015-01-06 16:59:36495 'filepath': 'ui/gfx/geometry/',
[email protected]cf428f732012-10-02 20:48:15496 },
[email protected]4d1773e2014-04-05 07:59:57497 'gn': {
498 'filepath': 'tools/gn',
499 },
tikuta9a7046f2017-02-16 09:22:45500 'goma': {
501 'filepath': 'infra/config/cq.cfg',
502 },
[email protected]f76c8852012-06-21 16:37:00503 'gpu': {
[email protected]f2f0fbb92012-07-14 15:52:49504 'filepath': 'gpu/',
[email protected]f76c8852012-06-21 16:37:00505 },
[email protected]f76c8852012-06-21 16:37:00506 'history_ui': {
dbeam78528be2016-02-18 07:08:49507 'filepath': 'chrome/browser/resources/(md_)?history|'\
508 'chrome/browser/ui/webui/.*history',
[email protected]f76c8852012-06-21 16:37:00509 },
[email protected]18d7e402014-07-08 19:53:14510 'hotword': {
511 'filepath': 'chrome/browser/extensions/api/hotword_private/'\
512 '|chrome/browser/resources/hotword_helper/'\
[email protected]535980d42014-08-12 14:31:28513 '|chrome/browser/resources/hotword/'\
[email protected]18d7e402014-07-08 19:53:14514 '|chrome/browser/search/hotword*'\
515 '|chrome/test/data/extensions/api_test/hotword_private/',
516 },
[email protected]f76c8852012-06-21 16:37:00517 'i18n': {
[email protected]f2f0fbb92012-07-14 15:52:49518 'filepath': 'base/i18n/|base/string|l10n|icu|'\
timvolodine8cdb94c2016-09-22 12:17:22519 'locale_settings|encoding',
[email protected]f76c8852012-06-21 16:37:00520 },
[email protected]f76c8852012-06-21 16:37:00521 'importer': {
[email protected]f2f0fbb92012-07-14 15:52:49522 'filepath': 'import',
[email protected]f76c8852012-06-21 16:37:00523 },
[email protected]c26161352013-11-12 19:50:01524 'indexed_db': {
525 'filepath': 'content/browser/indexed_db|'\
526 'content/child/indexed_db|'\
527 'content/common/indexed_db|'\
528 'content/public/browser/indexed_db|'\
529 'content/test/data/indexeddb',
530 },
bruthigaa8281f2016-02-09 17:52:31531 'ink_drop': {
532 'filepath': 'ui/views/animation/test/.*ink_drop.*|' \
533 'ui/views/animation/.*ink_drop.*'
534 },
dtapuska1f997a12016-03-14 19:22:07535 'input': {
536 'filepath': 'content/browser/renderer_host/input|'\
537 'content/renderer/input|'\
538 'ui/events/blink/'
539 },
[email protected]f76c8852012-06-21 16:37:00540 'installer': {
grt6b46a162017-01-24 17:39:11541 'filepath': 'chrome/install(_static|er)/',
[email protected]f76c8852012-06-21 16:37:00542 },
mmoss19826c62014-11-14 21:37:36543 'installer_linux': {
544 'filepath': 'chrome/installer/linux/',
545 },
[email protected]56b4b09d32012-07-27 18:28:41546 'instant': {
[email protected]607903d2013-03-25 22:15:47547 'filepath': 'instant|searchbox|'\
548 'chrome/browser/search/|'\
[email protected]c29b7dae2013-03-25 22:29:13549 'chrome/browser/ui/search/|'\
[email protected]eb99f8e2013-07-10 10:17:39550 'chrome/browser/resources/local_ntp/|'\
[email protected]607903d2013-03-25 22:15:47551 'chrome/common/search_types.*',
[email protected]56b4b09d32012-07-27 18:28:41552 },
sdefresne18b47312015-06-18 15:15:09553 'ios_chrome': {
554 'filepath': 'ios/chrome',
555 },
marqa4f135f2017-01-10 12:37:34556 'ios_clean': {
557 'filepath': 'ios/clean',
558 },
559 'ios_showcase': {
560 'filepath': 'ios/showcase',
561 },
eugenebutb5a5a8572017-01-20 01:18:11562 'ios_web': {
563 'filepath': 'ios/web',
564 },
[email protected]f76c8852012-06-21 16:37:00565 'ipc': {
[email protected]f2f0fbb92012-07-14 15:52:49566 'filepath': 'ipc/ipc',
[email protected]f76c8852012-06-21 16:37:00567 },
mkwstb0d1b1d2014-09-30 11:45:36568 'ipc_messages': {
569 'filepath': '_message.*.h|'\
570 '_messages.cc',
571 },
vabraafbd4f32015-11-10 19:30:23572 'login': {
573 'filepath': 'chrome/browser/ui/login'
574 },
[email protected]a3f777d2014-01-07 23:38:26575 'libwebp': {
576 'filepath': 'third_party/libwebp'
577 },
johannkoenig52381382015-09-18 22:35:25578 'libvpx': {
johannkoenig8cdf03472016-03-02 13:54:31579 'filepath': 'third_party/libvpx'
johannkoenig52381382015-09-18 22:35:25580 },
[email protected]04a292a2013-03-07 19:58:42581 'linux_fonts': {
582 'filepath': 'ui/gfx/font_render_params_.*|'\
deratcd2d6fb2015-02-12 00:10:41583 'ui/gfx/platform_font_linux.*|'\
584 'ui/gfx/render_text_harfbuzz.*',
[email protected]04a292a2013-03-07 19:58:42585 },
586 'linux_sandboxing': {
[email protected]f2f0fbb92012-07-14 15:52:49587 'filepath': 'sandbox/linux/',
[email protected]f76c8852012-06-21 16:37:00588 },
[email protected]04a292a2013-03-07 19:58:42589 'linux_seccomp_bpf': {
[email protected]d6a23612012-11-13 20:11:54590 'filepath': 'content/common/sandbox.*linux.cc',
[email protected]f76c8852012-06-21 16:37:00591 },
lgrey62faed72016-10-11 21:40:39592 'mac': {
lgrey332339b12016-12-05 17:16:40593 'filepath': '(_|/)(cocoa|mac)(_|\.)|/(cocoa|mac)/|^((?!ios\/).)*\.mm?$',
lgrey62faed72016-10-11 21:40:39594 },
mlamourid8b0feb2015-06-02 16:30:47595 'manifest': {
596 'filepath': 'content/(browser|renderer)/manifest/'\
597 '|content/public/common/manifest*',
598 },
michaelpg32ca07902015-02-07 00:31:11599 'md_settings': {
michaelpge42ca3b32016-02-19 08:17:57600 'filepath': 'chrome/browser/resources/settings/'\
michaelpg9bc66292015-09-04 22:35:19601 '|chrome/browser/ui/webui/settings/',
michaelpg32ca07902015-02-07 00:31:11602 },
[email protected]f76c8852012-06-21 16:37:00603 'media': {
[email protected]f2f0fbb92012-07-14 15:52:49604 'filepath': 'media/|third_party/(ffmpeg|openmax)/|webmediaplayer|'\
[email protected]034548d2012-07-31 20:34:00605 'audio_message_filter|video_layer|media_internals',
[email protected]f76c8852012-06-21 16:37:00606 },
[email protected]06dd23172013-06-24 21:04:51607 'media_galleries': {
608 'filepath': 'chrome/browser/extensions/api/media_galleries/'\
[email protected]06dd23172013-06-24 21:04:51609 '|chrome/browser/media_galleries/'\
610 '|chrome/browser/storage_monitor/'\
611 '|chrome/common/media_galleries/'\
612 '|chrome/test/data/extensions/api_test/media_galleries/'\
613 '|chrome/utility/itunes*'\
614 '|chrome/utility/picasa*',
615 },
alokp9e369ea72e2016-06-10 05:41:09616 'media_mojo': {
617 'filepath': 'media/mojo/*'
618 },
miu5e69f1c52016-10-23 13:40:11619 'media_remoting': {
620 'filepath': 'chrome/browser/media/cast_remoting'\
621 '|media/blink/webmediaplayer_'\
622 '|media/mojo/interfaces/remoting.mojom'\
623 '|media/remoting/',
624 },
kmarshallb698ad4f2015-02-24 19:42:48625 'media_router': {
626 'filepath': 'chrome/browser/media/router/*' \
627 '|chrome/app/theme/*/common/media_router*' \
628 '|chrome/browser/resources/media_router/' \
629 '|chrome/browser/ui/webui/media_router/' \
630 '|chrome/test/media_router/',
631 },
[email protected]f76c8852012-06-21 16:37:00632 'message_loop': {
[email protected]f2f0fbb92012-07-14 15:52:49633 'filepath': 'base/message_'
[email protected]f76c8852012-06-21 16:37:00634 },
635 'metrics': {
[email protected]f2f0fbb92012-07-14 15:52:49636 'filepath': 'base/metrics/'\
asvitkine361b276e2016-08-30 18:45:00637 '|chrome/android/java/src/org/chromium/chrome/browser/metrics/'\
[email protected]f2f0fbb92012-07-14 15:52:49638 '|chrome/browser/metrics/'\
[email protected]f2f0fbb92012-07-14 15:52:49639 '|chrome/browser/chromeos/external_metrics'\
[email protected]b0d594d2014-02-21 03:22:12640 '|chrome/browser/extensions/api/metrics_private/'\
[email protected]f2f0fbb92012-07-14 15:52:49641 '|chrome/browser/ui/webui/metrics_handler'\
asvitkineb7e10302016-01-20 05:17:45642 '|chromecast/browser/metrics/'\
[email protected]f76c8852012-06-21 16:37:00643 '|content/browser/user_metrics.cc'\
asvitkinee4bad382015-11-05 21:56:45644 '|components/metrics/'\
asvitkineb7e10302016-01-20 05:17:45645 '|components/metrics_services_manager/'\
[email protected]ce6b855a2014-03-12 19:51:39646 '|components/rappor/'\
asvitkinee4bad382015-11-05 21:56:45647 '|components/variations/'\
[email protected]f76c8852012-06-21 16:37:00648 '|content/public/browser/user_metrics.h'\
[email protected]b0d594d2014-02-21 03:22:12649 # Exclude XML files; in particular, histograms.xml.
650 '|tools/metrics/[^.]*([.](?!xml$).*)?$',
651 },
652 'metrics_xml_files': {
653 # Subscribe to this to watch for changes to histograms.xml.
toyoshim8f51f902015-03-27 03:50:21654 'filepath': 'tools/metrics/.*\.xml$',
655 },
656 'midi': {
657 'filepath': 'midi',
[email protected]f76c8852012-06-21 16:37:00658 },
[email protected]341f218a2013-09-24 22:16:10659 'mojo': {
660 'filepath': 'mojo',
661 },
[email protected]f76c8852012-06-21 16:37:00662 'mouse_lock': {
663 'filepath': 'mouse_lock',
664 },
rjkroegef60dea862015-10-29 17:50:06665 'mus': {
ben6b0453d12016-07-02 04:27:19666 'filepath': 'services/ui/'\
rjkroegef60dea862015-10-29 17:50:06667 '|mojo/gpu/',
668 },
[email protected]f76c8852012-06-21 16:37:00669 'nacl': {
[email protected]f2f0fbb92012-07-14 15:52:49670 'filepath': 'chrome/nacl/|chrome/test/nacl/|'\
[email protected]193912d2013-09-06 17:41:56671 'chrome/browser/nacl_host/|chrome/common/nacl|'\
672 'native_client_sdk/src/doc/',
[email protected]f76c8852012-06-21 16:37:00673 },
[email protected]99ddc3d2013-01-22 16:15:33674 'native_client_sdk': {
675 'filepath': '^native_client_sdk/',
676 },
[email protected]b9ecdb62014-03-07 14:56:43677 'navigation': {
678 'filepath': 'content/browser/frame_host|'\
679 'content/browser/renderer_host/render_process_host.*|'\
680 'content/browser/renderer_host/render_view_host.*|'\
681 'content/browser/web_contents/web_contents_impl.*|'\
682 'content/renderer/render_frame.*|'\
683 'content/renderer/render_view.*'
684 },
[email protected]f76c8852012-06-21 16:37:00685 'net': {
[email protected]f2f0fbb92012-07-14 15:52:49686 'filepath': 'net/',
[email protected]f76c8852012-06-21 16:37:00687 },
bnc1872e8bd2017-01-27 02:47:28688 'net_base': {
689 'filepath': 'net/base/',
690 },
[email protected]f76c8852012-06-21 16:37:00691 'net_error_list': {
692 'filepath': 'net/base/net_error_list.h',
693 },
bnc1872e8bd2017-01-27 02:47:28694 'net_http2': {
695 'filepath': 'net/http2/',
696 },
[email protected]f76c8852012-06-21 16:37:00697 'net_log': {
mmenke59e4d8fb42016-06-15 21:15:28698 'filepath': 'net/log/|' \
[email protected]f2f0fbb92012-07-14 15:52:49699 'chrome/browser/net/.*net_log|' \
[email protected]f2f0fbb92012-07-14 15:52:49700 'chrome/browser/resources/net_internals/|' \
mmenke59e4d8fb42016-06-15 21:15:28701 'chrome/browser/ui/webui/net_internals/|' \
702 'components/net_log/'
[email protected]f76c8852012-06-21 16:37:00703 },
bnc1872e8bd2017-01-27 02:47:28704 'net_spdy': {
705 'filepath': 'net/spdy/',
706 },
jkarlin539748402015-03-31 17:36:31707 'netinfo': {
708 'filepath': 'netinfo',
709 },
peterf4758412014-09-17 15:06:01710 'notifications': {
711 'filepath': 'chrome/browser/extensions/api/notifications/|' \
712 'chrome/browser/notifications/|' \
peter8ab156b2015-03-29 15:44:12713 'chrome/test/data/notifications/|' \
714 'content/browser/notifications/|' \
715 'content/child/notifications/|' \
716 'content/common/platform_notification|' \
717 'content/public/browser/platform_notification|' \
718 'content/public/common/platform_notification|' \
719 'content/renderer/notification_|' \
peterf4758412014-09-17 15:06:01720 'ui/message_center/'
721 },
tbansalc6f1c9f2016-09-30 22:48:42722 'nqe': {
723 'filepath': 'nqe',
724 },
[email protected]f76c8852012-06-21 16:37:00725 'ntp': {
[email protected]f2f0fbb92012-07-14 15:52:49726 'filepath': 'chrome/browser/resources/ntp4/|'\
[email protected]b7ecd5f2013-02-14 21:04:16727 'chrome/browser/resources/ntp_android/|'\
[email protected]f2f0fbb92012-07-14 15:52:49728 'chrome/browser/ui/webui/ntp/',
[email protected]f76c8852012-06-21 16:37:00729 },
mcwilliamsedee5042016-04-05 18:46:45730 'ntp_snippets': {
731 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk16a37f902016-05-16 15:49:36732 'chrome/android/javatests/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk14c89352016-07-21 13:45:13733 'chrome/android/junit/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk117ffb322017-02-06 12:04:20734 'chrome/android/java/src/org/chromium/chrome/browser/suggestions/|'\
735 'chrome/android/javatests/src/org/chromium/chrome/browser/suggestions/|'\
mvanouwerkerk538dc0b62016-05-17 14:55:34736 'chrome/browser/android/ntp/ntp_snippets|'\
mcwilliamsedee5042016-04-05 18:46:45737 'chrome/browser/ntp_snippets/|'\
mvanouwerkerk41649732016-05-17 13:37:00738 'chrome/browser/resources/snippets_internals|'\
739 'chrome/browser/ui/webui/snippets_internals|'\
mcwilliamsedee5042016-04-05 18:46:45740 'components/ntp_snippets/|'\
741 'chrome/android/java/res/layout/new_tab_page|'\
noyau451e6bb62016-12-23 14:29:04742 'chrome/android/java/res/layout/most_visited|'\
743 'ios/chrome/browser/ntp_snippets'
mcwilliamsedee5042016-04-05 18:46:45744 },
treib70176c52016-07-08 14:34:19745 'ntp_tiles': {
746 'filepath': 'chrome/browser/android/ntp/|'\
747 'chrome/browser/ui/webui/ntp/|'\
748 'chrome/common/search/ntp|'\
noyau451e6bb62016-12-23 14:29:04749 'components/ntp_tiles/|'\
750 'ios/chrome/browser/ntp_tiles'
treib70176c52016-07-08 14:34:19751 },
dimichdce3ee492016-04-04 04:20:52752 'offline_pages': {
753 'filepath': 'components/offline_pages/'\
fgorski329be5b2016-04-19 21:38:11754 '|chrome/browser/android/offline_pages/'\
755 '|chrome/android/java/src/org/chromium/chrome/browser/offlinepages/'
dimichdce3ee492016-04-04 04:20:52756 },
[email protected]f76c8852012-06-21 16:37:00757 'omnibox': {
jdonnelly6fa5a21d2017-01-03 15:28:35758 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/omnibox/|'\
759 'chrome/android/javatests/src/org/chromium/chrome/browser/omnibox/|'\
760 'chrome/browser/autocomplete/|'\
761 'chrome/browser/ui/omnibox/|'\
762 'chrome/browser/ui/.*/omnibox/|'\
763 'components/omnibox/|'\
764 'ios/chrome/browser/ui/omnibox/'
[email protected]f76c8852012-06-21 16:37:00765 },
[email protected]437c44b2012-11-08 01:35:52766 'options': {
767 'filepath': 'chrome/browser/resources/options/|'\
768 'chrome/browser/ui/webui/options/',
769 },
chasej6dff9292016-02-02 20:33:12770 'origin_trials': {
chasej68b8bbd2017-01-26 19:26:13771 'filepath': 'origin_trials'\
772 '|OriginTrial'\
773 '|ConditionalFeature',
chasej6dff9292016-02-02 20:33:12774 },
[email protected]4a2078e2013-07-18 20:40:20775 'ozone': {
[email protected]f93c2c92013-10-31 18:22:44776 'filepath': 'ui/ozone/|'\
[email protected]4b66bf922013-10-28 19:49:43777 'ui/events/ozone/|'\
778 'ui/gfx/ozone/|'\
[email protected]4a2078e2013-07-18 20:40:20779 'ui/gl/gl_.*egl.*|'\
780 'ui/gl/gl_.*ozone.*'
781 },
csharrison3b1dc4062015-10-19 14:31:08782 'page_load_metrics' : {
bmcquade9f433702016-07-26 23:33:50783 'filepath': 'chrome/browser/page_load_metrics/'\
784 '|chrome/common/page_load_metrics/'\
785 '|chrome/renderer/page_load_metrics/'
csharrison3b1dc4062015-10-19 14:31:08786 },
[email protected]f76c8852012-06-21 16:37:00787 'panels': {
[email protected]7cbe5a52012-09-27 02:00:29788 'filepath': 'chrome/browser/ui/panels'\
789 '|chrome/browser/ui/cocoa/panels'\
[email protected]7cbe5a52012-09-27 02:00:29790 '|chrome/browser/ui/views/panels'
[email protected]f76c8852012-06-21 16:37:00791 },
[email protected]3cc8b3922014-05-05 13:12:08792 'password_manager': {
793 'filepath': 'chrome/.*/password_'\
794 '|chrome/browser/ui/passwords'\
795 '|chrome/browser/ui/views/passwords'\
796 '|chrome/test/data/password'\
797 '|components/autofill.*password'
798 '|components/password_'\
vabrccdb7222016-06-01 14:59:40799 '|^ios/chrome/browser/passwords'\
[email protected]3cc8b3922014-05-05 13:12:08800 },
rouslane8a22262016-10-19 20:49:41801 'payments': {
802 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/payments'\
803 '|chrome/android/javatests/src/org/chromium/chrome/browser/payments'\
mathp432cb342017-01-10 15:45:00804 '|chrome/test/data/payments'\
rouslana64ceca2016-10-26 01:10:31805 '|components/payments'\
rouslane8a22262016-10-19 20:49:41806 '|third_party/WebKit/LayoutTests/payments/'\
rouslane8a22262016-10-19 20:49:41807 '|third_party/WebKit/Source/modules/payments'\
mahmadidfac58d2016-12-19 19:11:53808 '|ios/chrome/browser/payments/'
rouslane8a22262016-10-19 20:49:41809 },
[email protected]f76c8852012-06-21 16:37:00810 'pepper_api': {
[email protected]b8491b02013-11-13 03:50:58811 'filepath': 'ppapi/api'\
812 '|ppapi/c',
[email protected]f76c8852012-06-21 16:37:00813 },
mlamourid8b0feb2015-06-02 16:30:47814 'permissions': {
815 'filepath': 'content/(child,browser)/permissions/'\
816 '|content/common/permission_*'\
817 '|content/public/(common,browser)/permission_*'\
818 '|chrome/browser/permissions/'\
819 '|chrome/browser/content_settings/permission*'\
820 '|permission_context',
821 },
[email protected]f76c8852012-06-21 16:37:00822 'plugin': {
[email protected]f2f0fbb92012-07-14 15:52:49823 'filepath': 'chrome/browser/plugin|chrome/plugin/|'\
Thiago Farinae067154bb2015-05-07 15:37:59824 'chrome/common/plugin',
[email protected]f76c8852012-06-21 16:37:00825 },
tnagelad92622a92015-10-20 10:26:30826 'policy_definitions': {
827 'filepath': 'components/policy/resources/policy_templates.json',
828 },
michaelpg11fff3f2015-02-06 03:35:34829 'polymer': {
830 'filepath': 'third_party/polymer/|'\
dbeam78528be2016-02-18 07:08:49831 'tools/polymer|'\
michaelpg11fff3f2015-02-06 03:35:34832 'ui/webui/resources/polymer_resources.grdp',
833 },
twifkak0c69c1f2015-06-22 18:20:09834 'precache': {
835 'filepath': '[pP]recache'
836 },
[email protected]be775bc2014-06-30 15:41:14837 'prepopulated_engines': {
838 'filepath': 'components/search_engines/prepopulated_engines.json',
839 },
[email protected]f76c8852012-06-21 16:37:00840 'prerender': {
[email protected]78375a52012-07-14 14:47:57841 'filepath': 'prerender'
[email protected]f76c8852012-06-21 16:37:00842 },
peter884896c72015-03-12 14:26:20843 'push_messaging': {
844 'filepath': 'push_messaging'
845 },
stkhapugin06503142016-12-07 14:32:12846 'reading_list': {
847 'filepath': 'components/reading_list|'\
848 'ios/chrome/browser/reading_list|'\
849 'ios/chrome/browser/ui/reading_list',
850 },
[email protected]f76c8852012-06-21 16:37:00851 'remoting': {
sergeyu05995a4f2017-01-24 21:26:01852 'filepath': '^remoting/' \
853 '|^testing/chromoting'
[email protected]f76c8852012-06-21 16:37:00854 },
gab57e80c72014-12-08 21:06:13855 'rlz_id': {
856 'filepath' :'rlz/lib/machine_id.cc|'\
857 'rlz/lib/machine_id.h|'\
858 'rlz/win/lib/machine_id_win.cc',
859 },
grt829c6a82014-10-20 09:29:32860 'safe_browsing': {
861 'filepath': 'chrome/(browser|common|renderer)/safe_browsing/',
862 },
vakhf8e14c92016-10-17 21:29:47863 'safe_browsing_db': {
864 'filepath': 'components/safe_browsing_db/',
865 },
rickyz0a819bfc2015-02-04 23:57:22866 'sandbox': {
867 'filepath': 'sandbox/'\
868 '|content/browser/bootstrap_sandbox_mac'\
869 '|content/browser/renderer_host/render_sandbox_host_linux'\
870 '|content/browser/renderer_host/sandbox_ipc_linux'\
871 '|content/browser/zygote_host/'\
872 '|content/common/sandbox_'\
873 '|content/zygote/'\
874 },
skyostil20dea312014-11-11 13:43:06875 'scheduler': {
rmcilroyfa5ac552015-04-09 12:33:17876 'filepath': 'cc/scheduler'\
jochen83c639f02015-04-22 17:07:37877 '|components/scheduler'\
rmcilroyfa5ac552015-04-09 12:33:17878 '|content/renderer/scheduler'
skyostil20dea312014-11-11 13:43:06879 },
mlamourid8b0feb2015-06-02 16:30:47880 'screen_orientation': {
881 'filepath': 'screen_orientation',
882 },
[email protected]21cd39b2012-06-28 01:48:40883 'search': {
[email protected]f2f0fbb92012-07-14 15:52:49884 'filepath': 'chrome/browser/ui/search/',
[email protected]21cd39b2012-06-28 01:48:40885 },
[email protected]0b431722014-01-08 07:21:51886 'service_worker': {
[email protected]edaf31d2014-03-07 00:09:17887 'filepath': 'content/(browser|renderer|child|common)/service_worker/',
[email protected]0b431722014-01-08 07:21:51888 },
dominickn8884155a2016-06-23 02:28:16889 'site_engagement': {
890 'filepath': 'chrome/browser/engagement/|'\
891 'chrome/browser/ui/webui/engagement/',
892 },
[email protected]f76c8852012-06-21 16:37:00893 'site_instance': {
[email protected]f2f0fbb92012-07-14 15:52:49894 'filepath': 'content/browser/site_instance|'\
895 'content/browser/browsing_instance',
[email protected]f76c8852012-06-21 16:37:00896 },
897 'speech': {
[email protected]f2f0fbb92012-07-14 15:52:49898 'filepath': 'chrome/browser/speech/'\
899 '|content/browser/speech/'\
900 '|content/common/.*speech'\
901 '|content/public/.*speech'
[email protected]f76c8852012-06-21 16:37:00902 },
[email protected]ad0295d2012-10-11 23:43:36903 'spellcheck': {
904 'filepath': 'chrome/browser/spellchecker/'\
timvolodine8cdb94c2016-09-22 12:17:22905 '|chrome/browser/renderer_context_menu/spelling_'\
906 '|components/spellcheck/'\
907 '|third_party/hunspell/'\
908 '|third_party/hunspell_dictionaries/',
[email protected]ad0295d2012-10-11 23:43:36909 },
[email protected]67f39af2013-08-23 20:06:05910 'streams': {
911 'filepath': 'content/browser/streams/',
912 },
vmpstrcc1c08302015-11-18 06:05:51913 'styleguide': {
914 'filepath': '^styleguide/',
915 },
engedye7b734da2017-02-07 12:08:13916 'subresource_filter': {
917 'filepath': 'subresource_filter|SubresourceFilter',
918 },
[email protected]43d33e92014-07-14 16:39:31919 'supervised_users': {
920 'filepath': 'chrome/browser/.*managed_mode'\
921 '|chrome/browser/.*managed_user'\
922 '|chrome/browser/.*supervised_user',
923 },
alito438fa4332016-12-20 21:59:17924 'swreporter': {
925 'filepath': 'chrome/browser/safe_browsing/srt_'\
926 '|chrome/browser/component_updater/sw_reporter_',
927 },
[email protected]f76c8852012-06-21 16:37:00928 'sync': {
maxboguefa217942016-04-01 01:08:13929 'filepath': '^chrome/android/sync_shell/'\
930 '|^chrome/browser/ui/sync/'\
931 '|^chrome/browser/ui/views/sync/'\
932 '|^chrome/test/android/javatests/src/org/chromium/chrome/test/util/browser/sync/'\
933 '|^ios/chrome/browser/sync/'\
934 '|^chrome/android/java/src/org/chromium/chrome/browser/sync/'\
935 '|^chrome/browser/sync/'\
936 '|^components/browser_sync/'\
Max Boguefef332d2016-07-28 22:09:09937 '|^components/sync/'\
maxboguefa217942016-04-01 01:08:13938 '|^components/sync_bookmarks/'\
Max Boguefef332d2016-07-28 22:09:09939 '|^components/sync_sessions/',
[email protected]f76c8852012-06-21 16:37:00940 },
[email protected]92871a102013-07-01 11:11:41941 'syncfs': {
942 'filepath': 'sync_file_system',
943 },
miu5e69f1c52016-10-23 13:40:11944 'tab_alert_indicators': {
945 'filepath': 'content/browser/media/audio_stream_monitor'\
946 '|chrome/browser/ui/cocoa/tabs/alert_indicator_button'\
947 '|chrome/browser/ui/cocoa/tabs/tab_controller\.mm'\
948 '|chrome/browser/ui/tabs/tab_utils'\
949 '|chrome/browser/ui/views/tabs/alert_indicator_button'\
950 '|chrome/browser/ui/views/tabs/tab\.cc'\
951 '|chrome/browser/ui/views/tabs/tab_renderer_data'\
952 '|media/audio/audio_(output_controller|power_monitor)',
953 },
[email protected]82d74152013-07-28 08:55:31954 'tab_capture': {
miu5e69f1c52016-10-23 13:40:11955 'filepath': 'cc/output/copy_output_'\
[email protected]31ef420b2014-08-13 21:19:13956 '|chrome/browser/extensions/api/tab_capture/'\
miu5e69f1c52016-10-23 13:40:11957 '|chrome/renderer/resources/extensions/tab_capture_custom_bindings.js'\
[email protected]31ef420b2014-08-13 21:19:13958 '|chrome/test/data/extensions/api_test/tab_capture/'\
[email protected]31ef420b2014-08-13 21:19:13959 '|content/browser/media/capture/'\
miu5e69f1c52016-10-23 13:40:11960 '|content/browser/renderer_host/delegated_frame_host'\
[email protected]31ef420b2014-08-13 21:19:13961 '|content/browser/renderer_host/media/(audio_'\
962 '|media_stream_manager|video_)'\
miu5e69f1c52016-10-23 13:40:11963 '|content/public/renderer/media_stream_'\
964 '|content/renderer/media/(media_stream|(.+audio_source))'\
[email protected]31ef420b2014-08-13 21:19:13965 '|media/audio/(audio_output_controller|fake_audio_|virtual_audio_)'\
966 '|media/base/video_frame\.h'\
miu5e69f1c52016-10-23 13:40:11967 '|media/capture/',
[email protected]82d74152013-07-28 08:55:31968 },
[email protected]f76c8852012-06-21 16:37:00969 'tab_contents': {
[email protected]f2f0fbb92012-07-14 15:52:49970 'filepath': 'chrome/browser/tab_contents/|'\
971 'content/browser/tab_contents/|'\
972 'chrome/browser/ui/tab_contents/',
[email protected]f76c8852012-06-21 16:37:00973 },
974 'task_manager': {
975 'filepath': 'task_manager'
976 },
[email protected]5e105332012-09-13 01:55:52977 'tcmalloc': {
978 'filepath': 'third_party/tcmalloc'
979 },
[email protected]31a10602012-11-21 01:51:26980 'telemetry': {
nednguyen79105d422016-04-18 01:38:42981 'filepath': 'tools/perf/'
[email protected]31a10602012-11-21 01:51:26982 },
[email protected]f76c8852012-06-21 16:37:00983 'tests': {
[email protected]f2f0fbb92012-07-14 15:52:49984 'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/',
[email protected]0cde05a02011-11-30 23:36:52985 },
jlkleinecc81952016-11-19 00:16:07986 'tether': {
987 'filepath': 'components/cryptauth/'\
988 '|chromeos/components/tether/'\
989 '|components/proximity_auth/',
990 },
[email protected]1cbbb30b2011-10-14 08:03:56991 'textinput': {
[email protected]f2f0fbb92012-07-14 15:52:49992 'filepath': 'content/browser/renderer_host/gtk_im'\
993 '|content/browser/renderer_host/gtk_key'\
994 '|content/browser/renderer_host/render_widget_host_view'\
995 '|content/browser/renderer_host/text_input'\
996 '|ui/base/ime/'\
997 '|ui/base/gtk/event'\
998 '|ui/base/gtk/gtk_im'\
999 '|ui/base/keycodes/'\
1000 '|ui/base/win/ime'\
1001 '|ui/views/controls/textfield/'\
1002 '|ui/views/ime/'
[email protected]1cbbb30b2011-10-14 08:03:561003 },
[email protected]3a117c62011-11-29 04:28:021004 'textinput_chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:491005 'filepath': 'chrome/browser/chromeos/input_method/'\
1006 '|chrome/browser/chromeos/extensions/input_method'\
1007 '|chrome/browser/chromeos/status/input_method'\
1008 '|chrome/browser/extensions/extension_input_'\
1009 '|chrome/browser/resources/keyboard'\
1010 '|chrome/browser/resources/options/language'\
[email protected]ef03eae2011-11-30 08:43:431011 '|chrome/browser/ui/webui/options/'\
[email protected]f2f0fbb92012-07-14 15:52:491012 'chromeos/.*(language|keyboard)'\
[email protected]6bd9e802013-04-18 06:40:421013 '|chrome/browser/ui/webui/options/language'\
1014 '|chromeos/ime/*'
[email protected]3a117c62011-11-29 04:28:021015 },
chirantan96fcf6d2015-01-21 22:36:191016 'timers': {
1017 'filepath': 'base/timer/'\
1018 '|components/timers/'
1019 },
[email protected]f76c8852012-06-21 16:37:001020 'tools': {
[email protected]f2f0fbb92012-07-14 15:52:491021 'filepath': 'tools/',
[email protected]6bea7b42011-10-19 19:47:091022 },
robliaofd54b5c2017-01-13 00:41:301023 'tools_win_chromeexts': {
1024 'filepath': 'tools/win/chromeexts',
1025 },
[email protected]c8eb7f72013-07-04 15:30:111026 'tracing': {
1027 'filepath': 'base/debug/trace_event.*'\
primianobef13b42015-01-30 15:29:311028 '|base/trace_event/'\
[email protected]c8eb7f72013-07-04 15:30:111029 '|content/browser/tracing/'\
1030 '|components/tracing/'
1031 },
[email protected]cf428f732012-10-02 20:48:151032 'ui_compositor': {
1033 'filepath': 'ui/compositor/layer\.|'\
1034 'ui/compositor/layer_unittest|'\
1035 'ui/compositor/compositor',
1036 },
robliao2c4b7492016-07-19 01:57:261037 'ui_display_win': {
1038 'filepath': '^ui/display/win',
1039 },
[email protected]6b5093c2012-05-23 19:10:181040 'ui_resources': {
[email protected]f2f0fbb92012-07-14 15:52:491041 'filepath': 'ui/resources/'\
1042 '|ui/base/native_theme/resources/'\
1043 '|chrome/app/theme/'
[email protected]6b5093c2012-05-23 19:10:181044 },
edwardjung83f52ef22017-02-07 13:15:071045 'ui_strings': {
1046 'filepath': 'chrome/app/generated_resources.grd'\
1047 '|chrome/app/google_chrome_strings.grd'\
1048 '|chrome/android/java/strings/android_chrome_strings.grd'\
1049 '|chrome/app/settings_strings.grdp'\
1050 '|ios/chrome/app/strings/ios(_.+)*_strings.grd'\
1051 '|ui/strings/ui_strings.grd',
1052 },
[email protected]f76c8852012-06-21 16:37:001053 'valgrind': {
1054 'filepath': 'valgrind',
1055 },
[email protected]c73ec8ab2014-01-16 20:35:231056 'version_assembly': {
1057 'filepath': 'chrome/app/version_assembly',
1058 },
posciak62a72272016-05-11 08:31:241059 'video': {
1060 'filepath': 'content/browser/renderer_host/media/|'\
1061 'content/renderer/media/|'\
1062 'media/capture/video/|'\
1063 'media/filters/|'\
1064 'media/gpu/|'\
1065 '.*video.*',
1066 },
mcasas09e881c2016-04-09 02:09:501067 'video_capture': {
1068 'filepath': 'chrome/browser/media/.*(capture|media|webrtc)'\
1069 '|content/browser/renderer_host/media/.*(capture|media)'\
1070 '|content/renderer/media/.*(capture|media|webrtc)'\
1071 '|media/capture/'\
chfremer2a01a69b2017-01-06 02:39:011072 '|media/muxers/'\
1073 '|services/video_capture/',
mcasas09e881c2016-04-09 02:09:501074 },
[email protected]f76c8852012-06-21 16:37:001075 'views': {
1076 # Applies to all files and subdirs within this directory.
[email protected]f2f0fbb92012-07-14 15:52:491077 'filepath': '^ui/views/',
[email protected]f76c8852012-06-21 16:37:001078 },
[email protected]f47d871a2013-10-11 22:14:151079 'views_corewm': {
1080 'filepath': 'ui/views/corewm/',
[email protected]3fc918142013-10-12 01:42:171081 },
[email protected]ef514a32014-02-26 01:02:351082 'virtual_keyboard': {
1083 'filepath': 'ui/keyboard/'\
oka47452c22017-02-17 05:07:571084 '|chrome/test/data/chromeos/virtual_keyboard/'\
1085 '|extensions/browser/api/virtual_keyboard_private/'\
1086 '|ash/common/system/chromeos/virtual_keyboard/'\
1087 '|ash/virtual_keyboard',
[email protected]ef514a32014-02-26 01:02:351088 },
billorr3c7e1442016-11-11 21:21:351089 'virtual_reality': {
1090 'filepath': 'vr_shell/|'\
1091 '/vr/|'\
1092 'third_party/gvr',
1093 },
mcasas09e881c2016-04-09 02:09:501094 'webrtc_browser_tests': {
1095 'filepath': 'chrome/browser/media/.*webrtc.*browsertest|'\
1096 'content/browser/media/.*webrtc.*browsertest',
1097 },
[email protected]208879542012-07-05 11:15:341098 'website_settings': {
[email protected]f2f0fbb92012-07-14 15:52:491099 'filepath': 'chrome/browser/content_settings/'\
1100 '|chrome/browser/ui/views/website_settings/'\
1101 '|chrome/browser/ui/website_settings/'\
mukai077089f2014-09-11 18:41:521102 '|chrome/common/content_settings'\
1103 '|components/content_settings/',
[email protected]208879542012-07-05 11:15:341104 },
[email protected]b17d9e02014-07-29 09:45:501105 'windows_sandboxing': {
1106 'filepath': 'sandbox/win/',
1107 },
[email protected]f76c8852012-06-21 16:37:001108 'x11': {
[email protected]f2f0fbb92012-07-14 15:52:491109 'filepath': 'content/browser/renderer_host/backing_store_x\.' \
1110 '|chrome/browser/chromeos/input_method/xkeyboard\.' \
1111 '|chrome/browser/chromeos/system_key_event_listener\.' \
[email protected]f76c8852012-06-21 16:37:001112 '|chrome/browser/chromeos/'\
[email protected]f2f0fbb92012-07-14 15:52:491113 'xinput_hierarchy_changed_event_listener\.' \
1114 '|chrome/browser/chromeos/wm_' \
1115 '|ui/base/x/'
[email protected]0d710852012-05-24 01:18:401116 },
wjmaclean3ff6a402015-03-31 19:00:201117 'zoom': {
1118 'filepath': 'chrome/browser/ui/zoom/' \
1119 '|components/ui/zoom/' \
1120 '|content/browser/host_zoom_*' \
1121 '|content/browser/storage_partition_impl*' \
1122 '|content/public/browser/host_zoom_map.h' \
1123 '|content/public/browser/storage_partition.h'
1124 },
timlohd035d572015-09-25 15:28:021125
1126 'blink': {
1127 'filepath': 'third_party/WebKit/',
1128 },
1129 'blink_accessibility': {
1130 'filepath': 'third_party/WebKit/.*(accessibility|AXObjectCache|WebAX)'
1131 },
1132 'blink_animation': {
1133 'filepath': 'third_party/WebKit/.*([Aa]nimat|[Tt]ransition)',
1134 },
1135 'blink_app_banner': {
1136 'filepath': 'third_party/WebKit/Source/modules/app_banner' \
1137 '|third_party/WebKit/public/platform/modules/app_banner',
1138 },
1139 'blink_audio': {
1140 'filepath': 'third_party/WebKit/Source/platform/audio' \
1141 '|third_party/WebKit/Source/modules/webaudio',
1142 },
1143 'blink_battery_status': {
1144 'filepath': 'third_party/WebKit/Source/modules/battery/' \
1145 '|third_party/WebKit/LayoutTests/battery-status/' \
1146 '|third_party/WebKit/Source/core/frame/PlatformEvent(Controller|Dispatcher)'
1147 },
1148 'blink_bidi': {
1149 'filepath': 'third_party/WebKit/Source/platform/text/.*Bidi' \
1150 '|third_party/WebKit/Source/core/rendering/.*Bidi',
1151 },
1152 'blink_bindings': {
1153 'filepath': 'third_party/WebKit/Source/bindings',
1154 },
jbroman9ac2d532016-09-01 18:20:081155 'blink_bindings_serialization': {
1156 'filepath': 'third_party/WebKit/Source/bindings/(core|modules)/v8/.*[Ss]erializ',
1157 },
timlohd035d572015-09-25 15:28:021158 'blink_bluetooth': {
1159 'filepath': 'third_party/WebKit/.*[Bb]luetooth'
1160 },
1161 'blink_canvas2d': {
1162 'filepath': 'third_party/WebKit/Source/core/html/canvas' \
1163 '|third_party/WebKit/Source/core/html/HTMLCanvasElement' \
1164 '|third_party/WebKit/Source/modules/canvas2d' \
1165 '|third_party/WebKit/Source/platform/graphics/Canvas2D',
1166 },
1167 'blink_clipboard': {
1168 'filepath': 'third_party/WebKit/Source/core/clipboard' \
1169 '|third_party/WebKit/Source/core/page/.*Drag' \
1170 '|third_party/WebKit/Source/platform/.*Drag' \
1171 '|third_party/WebKit/Source/platform/clipboard' \
1172 '|third_party/WebKit/Source/web/.*Drag' \
1173 '|third_party/WebKit/public/platform/.*Drag' \
1174 '|third_party/WebKit/public/web/.*Drag',
1175 },
1176 'blink_content_security_policy': {
1177 'filepath': 'third_party/WebKit/Source/core/frame/csp' \
1178 '|third_party/WebKit/Source/core/events/SecurityPolicyViolationEvent' \
1179 '|third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy'
1180 },
1181 'blink_css': {
1182 'filepath': 'third_party/WebKit/Source/core/css',
1183 },
1184 'blink_css_grid_layout': {
1185 'filepath': 'third_party/WebKit/Source/core/layout/.*Grid' \
1186 '|third_party/WebKit/Source/core/paint/.*Grid' \
1187 '|third_party/WebKit/Source/core/css/.*Grid' \
1188 '|third_party/WebKit/LayoutTests/fast/css-grid-layout/' \
1189 '|third_party/WebKit/LayoutTests/ietestcenter/css3/grid/' \
1190 '|third_party/WebKit/LayoutTests/platform/.*/fast/css-grid-layout/' \
1191 '|third_party/WebKit/LayoutTests/platform/.*/ietestcenter/css3/grid/'
1192 },
1193 'blink_css_flexbox': {
1194 'filepath': 'third_party/WebKit/Source/core/rendering/.*Flex' \
1195 '|third_party/WebKit/LayoutTests/fast/deprecated-flexbox/' \
1196 '|third_party/WebKit/LayoutTests/css3/flexbox/' \
1197 '|third_party/WebKit/LayoutTests/ietestcenter/css3/flexbox/'
1198 },
1199 'blink_css_fragmentation_tests': {
1200 'filepath': 'third_party/WebKit/LayoutTests/fast/multicol/' \
mstensho6471a3d2015-11-25 12:31:021201 '|third_party/WebKit/LayoutTests/fast/pagination/' \
1202 '|third_party/WebKit/LayoutTests/printing/'
timlohd035d572015-09-25 15:28:021203 },
1204 'blink_css_regions': {
1205 'filepath': 'third_party/WebKit/Source/core/rendering/.*(Region|FlowThread)' \
1206 '|third_party/WebKit/Source/core/dom/NodeRendering' \
1207 '|third_party/WebKit/Source/core/dom/.*NamedFlow' \
1208 '|third_party/WebKit/Source/core/css/.*Region' \
1209 '|third_party/WebKit/LayoutTests/compositing/regions/' \
1210 '|third_party/WebKit/LayoutTests/fast/regions/' \
1211 '|third_party/WebKit/LayoutTests/platform/chromium.*/fast/regions/'
1212 },
1213 'blink_custom_elements': {
dominicc05d120d2016-05-16 01:13:401214 'filepath': 'third_party/WebKit/Source/core/dom/custom/' \
timlohd035d572015-09-25 15:28:021215 '|third_party/WebKit/Source/bindings/v8/.*CustomElement',
1216 },
1217 'blink_device_light': {
1218 'filepath': 'third_party/WebKit/Source/modules/device_light/' \
1219 '|third_party/WebKit/LayoutTests/fast/dom/DeviceLight/'
1220 },
1221 'blink_device_orientation': {
1222 'filepath': 'third_party/WebKit/Source/modules/device_orientation/' \
tkentf9e95152017-02-08 22:39:341223 '|third_party/WebKit/LayoutTests/device_orientation/' \
timlohd035d572015-09-25 15:28:021224 '|third_party/WebKit/Source/core/frame/PlatformEvent(Controller|Dispatcher)' \
1225 '|third_party/WebKit/Source/core/frame/DeviceSingleWindowEventController'
1226 },
1227 'blink_devtools': {
1228 'filepath': 'third_party/WebKit/.*(inspector|DevTools|devtools)',
1229 },
1230 'blink_dom': {
1231 'filepath': 'third_party/WebKit/Source/core/dom/'
1232 },
1233 'blink_events': {
1234 'filepath': 'third_party/WebKit/Source/core/page/.*Event' \
1235 '|third_party/WebKit/Source/core/dom/.*Event' \
1236 '|third_party/WebKit/Source/core/css/.*Event' \
1237 '|third_party/WebKit/Source/platform/.*Event'
1238 },
1239 'blink_fetch': {
kinukoc0f5d162017-01-27 06:26:531240 'filepath': 'third_party/WebKit/Source/platform/loader/fetch'
timlohd035d572015-09-25 15:28:021241 },
1242 'blink_heap': {
1243 'filepath': 'third_party/WebKit/Source/platform/heap' \
harakenbc02f102017-01-05 08:46:151244 '|base/allocator/partition_allocator/'
timlohd035d572015-09-25 15:28:021245 },
1246 'blink_html': {
1247 'filepath': 'third_party/WebKit/Source/core/html/'
1248 },
1249 'blink_loader': {
kinukoc0f5d162017-01-27 06:26:531250 'filepath': 'third_party/WebKit/Source/core/loader', \
1251 'filepath': 'third_party/WebKit/Source/platform/loader'
timlohd035d572015-09-25 15:28:021252 },
haraken04143c62016-03-31 08:48:561253 'blink_modules': {
1254 'filepath': 'third_party/WebKit/Source/modules'
1255 },
timlohd035d572015-09-25 15:28:021256 'blink_notifications': {
1257 'filepath': 'third_party/WebKit/LayoutTests/http/tests/notifications' \
1258 '|third_party/WebKit/Source/modules/notifications' \
1259 '|third_party/WebKit/public/platform/modules/notifications'
1260 },
1261 'blink_owners': {
1262 'filepath': 'third_party/WebKit/.*OWNERS',
1263 },
1264 'blink_paint': {
1265 'filepath': 'third_party/WebKit/Source/core/paint/'
1266 },
1267 'blink_permissions': {
1268 'filepath': 'third_party/WebKit/Source/modules/permissions/' \
1269 '|third_party/WebKit/public/platform/modules/permissions/',
1270 },
1271 'blink_preloadScanner': {
1272 'filepath': 'third_party/WebKit/Source/core/html/parser/HTMLPreloadScanner',
1273 },
1274 'blink_public_api': {
1275 'filepath': 'third_party/WebKit/public'
1276 },
1277 'blink_push_messaging': {
1278 'filepath': 'third_party/WebKit/LayoutTests/http/tests/push_messaging' \
1279 '|third_party/WebKit/Source/modules/push_messaging' \
1280 '|third_party/WebKit/public/platform/modules/push_messaging'
1281 },
kinuko533a1692015-12-21 08:57:251282 'blink_platform': {
1283 'filepath': 'third_party/WebKit/Source/platform'
1284 },
timlohd035d572015-09-25 15:28:021285 'blink_platform_graphics': {
1286 'filepath': 'third_party/WebKit/Source/platform/fonts' \
1287 '|third_party/WebKit/Source/platform/geometry' \
1288 '|third_party/WebKit/Source/platform/graphics'
1289 },
1290 'blink_indexed_db': {
1291 'filepath': 'third_party/WebKit/Source/modules/indexeddb/' \
1292 '|third_party/WebKit/Source/web/.*IDB' \
1293 '|third_party/WebKit/LayoutTests/storage/indexeddb' \
1294 '|third_party/WebKit/public/platform/.*IDB'
1295 },
dtapuska1f997a12016-03-14 19:22:071296 'blink_input': {
1297 'filepath': 'third_party/WebKit/Source/core/input/'
1298 },
timlohd035d572015-09-25 15:28:021299 'blink_layout': {
1300 'filepath': 'third_party/WebKit/Source/core/layout' \
1301 '|third_party/WebKit/Source/core/rendering'
1302 },
ojan21576e22016-08-17 21:43:461303 'blink_layout_ng': {
1304 'filepath': 'third_party/WebKit/Source/core/layout/ng',
1305 },
timlohd035d572015-09-25 15:28:021306 'blink_layers': {
1307 'filepath': 'third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator' \
1308 '|third_party/WebKit/Source/platform/graphics/GraphicsLayer' \
1309 '|third_party/WebKit/Source/core/layout/Layer'
1310 },
1311 'blink_prerender': {
1312 'filepath': 'third_party/WebKit/.*(Prerender|loader/LinkLoader|html/HTMLLinkElement)'
1313 },
1314 'blink_client_hints': {
1315 'filepath': 'third_party/WebKit/Source/core/loader/AcceptClientHints*' \
1316 '|third_party/WebKit/Source/core/loader/FrameFetchContext*' \
1317 '|third_party/WebKit/Source/core/fetch/FetchContext*' \
1318 '|third_party/WebKit/Source/core/fetch/ImageResource*' \
1319 '|third_party/WebKit/Source/core/fetch/ResourceFetcher*'
1320 },
1321 'blink_track': {
1322 'filepath': 'third_party/WebKit/Source/core/html/track/' \
1323 '|third_party/WebKit/Source/core/loader/TextTrack' \
1324 '|third_party/WebKit/Source/core/html/HTMLMediaElement' \
1325 '|third_party/WebKit/Source/core/html/HTMLTrackElement' \
1326 '|third_party/WebKit/Source/core/html/shadow/MediaControl' \
1327 '|third_party/WebKit/Source/core/css/mediaControl' \
1328 '|third_party/WebKit/LayoutTests/media/track/'
1329 },
1330 'blink_media': {
1331 'filepath': 'third_party/WebKit/Source/core/css/mediaControls' \
1332 '|third_party/WebKit/Source/core/html/.*(Audio|Media|Video)' \
1333 '|third_party/WebKit/Source/core/html/shadow/MediaControl' \
1334 '|third_party/WebKit/Source/core/layout/LayoutMedia' \
1335 '|third_party/WebKit/Source/core/layout/LayoutTextTrackContainerElement' \
1336 '|third_party/WebKit/Source/modules/(encryptedmedia|mediasource)' \
1337 '|third_party/WebKit/Source/platform/drm/' \
1338 '|third_party/WebKit/Source/platform/graphics/media/' \
1339 '|third_party/WebKit/Source/web/.*Media' \
1340 '|third_party/WebKit/LayoutTests/media/' \
1341 '|third_party/WebKit/public/.*Media'
1342 },
1343 'blink_media_queries': {
1344 'filepath': 'third_party/WebKit/Source/core/css/CSSMediaRule' \
1345 '|third_party/WebKit/Source/core/css/MediaList' \
1346 '|third_party/WebKit/Source/core/css/MediaQuery' \
1347 '|third_party/WebKit/Source/core/css/parser/MediaQuery'
1348 },
1349 'blink_navigator_content_utils': {
1350 'filepath': 'third_party/WebKit/Source/modules/navigatorcontentutils' \
1351 '|third_party/WebKit/LayoutTests/fast/dom/navigatorcontentutils'
1352 },
1353 'blink_out_of_process_frames': {
1354 'filepath': 'third_party/WebKit/Source/core/frame/FrameOwner' \
dcheng10f6a9c2016-05-06 16:40:031355 '|third_party/WebKit/Source/core/frame/Frame\.' \
timlohd035d572015-09-25 15:28:021356 '|third_party/WebKit/Source/web/WebFrame' \
1357 '|third_party/WebKit/Source/web/WebRemoteFrameImpl'
1358 },
1359 'blink_fileapi': {
1360 'filepath': 'third_party/WebKit/Source/modules/filesystem/' \
1361 '|third_party/WebKit/Source/core/fileapi/' \
1362 '|third_party/WebKit/Source/platform/.*File' \
1363 '|third_party/WebKit/Source/web/.*File' \
1364 '|third_party/WebKit/LayoutTests/fast/file' \
1365 '|third_party/WebKit/public/.*File'
1366 },
1367 'blink_quota': {
1368 'filepath': 'third_party/WebKit/Source/modules/quota/' \
1369 '|third_party/WebKit/Source/web/.*Quota' \
1370 '|third_party/WebKit/public/.*Quota'
1371 },
mcasas09e881c2016-04-09 02:09:501372 'blink_mediacapturefromelement': {
1373 'filepath': 'third_party/WebKit/Source/modules/mediacapture/' \
1374 '|third_party/WebKit/Source/platform/exported/WebCanvasCapture' \
1375 '|third_party/WebKit/LayoutTests/fast/mediacapturefromelement/' \
1376 '|third_party/WebKit/public/platform/WebCanvasCapture'
1377 },
1378 'blink_mediarecorder': {
1379 'filepath': 'third_party/WebKit/Source/modules/mediarecorder/' \
1380 '|third_party/WebKit/Source/platform/exported/WebMediaRecorder' \
1381 '|third_party/WebKit/LayoutTests/fast/mediarecorder/' \
1382 '|third_party/WebKit/public/platform/WebMediaRecorder'
1383 },
timlohd035d572015-09-25 15:28:021384 'blink_mediastream': {
1385 'filepath': 'third_party/WebKit/Source/modules/mediastream/' \
1386 '|third_party/WebKit/Source/platform/mediastream/' \
1387 '|third_party/WebKit/Source/platform/exported/WebMediaStream' \
1388 '|third_party/WebKit/Source/platform/exported/WebRTC' \
1389 '|third_party/WebKit/LayoutTests/fast/mediastream/'
1390 },
1391 'blink_geolocation': {
tkentc5e88f02017-02-06 22:47:311392 'filepath': 'third_party/WebKit/LayoutTests/geolocation-api/' \
timlohd035d572015-09-25 15:28:021393 '|third_party/WebKit/Source/modules/geolocation/' \
1394 '|third_party/WebKit/Source/web/.*Geolocation' \
1395 '|third_party/WebKit/public/web/.*Geolocation'
1396 },
1397 'blink_htmlparser': {
1398 'filepath': 'third_party/WebKit/Source/core/html/parser/'
1399 },
1400 'blink_screen_orientation': {
1401 'filepath': 'third_party/WebKit/Source/modules/screen_orientation/' \
1402 '|third_party/WebKit/public/platform/modules/screen_orientation',
1403 },
1404 'blink_scheduler': {
1405 'filepath': 'third_party/WebKit/Source/platform/scheduler' \
1406 '|third_party/WebKit/Source/core/html/parser/.*Scheduler'
1407 },
1408 'blink_serviceworkers' : {
1409 'filepath': 'third_party/WebKit/Source/modules/serviceworkers' \
1410 '|third_party/WebKit/LayoutTests/http/tests/serviceworker'
1411 },
1412 'blink_serviceworkers_tests' : {
1413 'filepath': 'third_party/WebKit/LayoutTests/http/tests/serviceworker'
1414 },
timlohd035d572015-09-25 15:28:021415 'blink_spellcheck' : {
1416 'filepath': 'third_party/WebKit/Source/core/editing/spellcheck'
1417 },
jbromana7bdfdb2016-02-05 15:10:321418 'blink_spv2_layout_tests': {
1419 'filepath': 'third_party/WebKit/LayoutTests/virtual/spv2'
1420 },
timlohd035d572015-09-25 15:28:021421 'blink_style': {
1422 'filepath': 'third_party/WebKit/.*(style/|Style)',
1423 },
1424 'blink_svg': {
1425 'filepath': 'third_party/WebKit/Source/core/(layout/)?svg',
1426 },
timlohd035d572015-09-25 15:28:021427 'blink_vibration': {
1428 'filepath': 'third_party/WebKit/LayoutTests/vibration/' \
1429 '|third_party/WebKit/Source/modules/vibration/'
1430 },
1431 'blink_viewport_interaction': {
1432 'filepath': 'third_party/WebKit/Source/core/css/.*Viewport' \
1433 '|third_party/WebKit/Source/core/dom/ViewportArguments' \
1434 '|third_party/WebKit/Source/core/html/HTMLMetaElement' \
1435 '|third_party/WebKit/Source/core/page/FrameView' \
1436 '|third_party/WebKit/Source/core/page/scrolling'
1437 },
1438 'blink_w3ctests': {
tkent028ee352017-01-23 00:39:241439 'filepath': 'third_party/WebKit/LayoutTests/external/' \
timlohd035d572015-09-25 15:28:021440 '|third_party/WebKit/Tools/Scripts/webkitpy/w3c/'
1441 },
kinukoa1a73202016-05-24 06:42:361442 'blink_web': {
1443 'filepath': 'third_party/WebKit/Source/web'
1444 },
timlohd035d572015-09-25 15:28:021445 'blink_webcomponents': {
1446 'filepath': 'third_party/WebKit/Source/core/dom/shadow/' \
1447 '|third_party/WebKit/Source/core/dom/custom/' \
1448 '|third_party/WebKit/Source/core/html/imports/' \
1449 '|third_party/WebKit/Source/bindings/v8/custom/V8CustomElementConstructorCustom' \
1450 '|third_party/WebKit/Source/bindings/v8/CustomElementHelpers'
1451 },
1452 'blink_webp': {
1453 'filepath': 'third_party/WebKit/Source/platform/image-decoders/webp' \
1454 '|third_party/WebKit/Source/platform/image-encoders/skia/WEBP'
1455 },
1456 'blink_websockets': {
1457 'filepath': 'third_party/WebKit/Source/modules/websockets/'
1458 },
1459 'blink_workers': {
1460 'filepath': 'third_party/WebKit/Source/core/workers',
1461 },
1462 'blink_wtf': {
1463 'filepath': 'third_party/WebKit/Source/wtf',
1464 },
1465 'blink_xmlhttprequest': {
1466 'filepath': 'third_party/WebKit/Source/core/xmlhttprequest/'
tfarinad21f9472015-10-13 18:36:011467 },
1468 'test_runner': {
1469 'filepath': 'components/test_runner/' \
1470 '|content/shell/(common|browser|renderer)/layout_test/' \
1471 '|content/test/layouttest_support.cc' \
1472 '|content/public/test/layouttest_support.h' \
tfarinad21f9472015-10-13 18:36:011473 },
dominicc05d120d2016-05-16 01:13:401474 'xml': {
1475 'filepath': 'third_party/WebKit/Source/core/xml/' \
1476 '|third_party/libxml/' \
1477 '|third_party/libxslt/',
1478 },
[email protected]a3838612009-10-13 21:57:541479 },
[email protected]ca872e362011-07-12 21:06:031480
pennymac962d190432016-07-27 00:58:351481 ##############################################################################
1482 # Please keep alphabetical
1483 ##############################################################################
[email protected]a3838612009-10-13 21:57:541484 'WATCHLISTS': {
asvitkinee4bad382015-11-05 21:56:451485 'about_flags': ['[email protected]'],
mazda6471d0e2015-10-02 06:32:551486 'accelerator_table': ['[email protected]',
[email protected]f76c8852012-06-21 16:37:001487 '[email protected]'],
dmazzoni5f4b7f12015-02-17 16:35:571488 'accessibility': ['[email protected]',
1489 '[email protected]',
[email protected]f76c8852012-06-21 16:37:001490 '[email protected]',
je_julie.kima170bac2015-05-06 14:57:541491 '[email protected]',
dmazzoni5f4b7f12015-02-17 16:35:571492 '[email protected]',
[email protected]f76c8852012-06-21 16:37:001493 '[email protected]'],
agrieve4d9c1c52016-09-23 17:49:381494 'add_to_homescreen': ['[email protected]',
zpeng9351f9d2016-09-25 14:41:201495 '[email protected]',
pkotwicz2ec0b292016-09-26 17:12:321496 '[email protected]',
zpeng9351f9d2016-09-25 14:41:201497 '[email protected]'],
asvitkine361b276e2016-08-30 18:45:001498 'android_crash_reporting': ['[email protected]'],
johnmaguire6aaac7902016-03-15 12:28:201499 'android_crazy_linker': ['[email protected]'],
dfalcantaraef21e9e2016-01-07 01:16:261500 'android_infobars': ['[email protected]'],
agrieve4d9c1c52016-09-23 17:49:381501 'android_infra': ['[email protected]',
1502 '[email protected]',
mikecasec0ea0862015-10-24 00:14:321503 '[email protected]'],
agrieve4d9c1c52016-09-23 17:49:381504 'android_java': ['[email protected]'],
lizebf34f69b2016-03-30 16:08:531505 'android_loading': ['[email protected]',
drogere76b5632016-03-31 14:14:411506 '[email protected]'],
mlamourid8b0feb2015-06-02 16:30:471507 'android_media': ['[email protected]',
1508 '[email protected]'],
nyquistf602bd02017-02-16 23:17:441509 'android_studio': ['[email protected]',
1510 '[email protected]'],
pennymac962d190432016-07-27 00:58:351511 'android_tab': ['[email protected]',
1512 '[email protected]'],
asvitkine361b276e2016-08-30 18:45:001513 'android_uma_settings': ['[email protected]',
1514 '[email protected]'],
zpengb9a180d2016-10-12 18:40:211515 'android_webapk': ['[email protected]'],
[email protected]7ca78dc12012-09-20 09:26:441516 'android_webview': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351517 'app_list': ['[email protected]',
pennymac962d190432016-07-27 00:58:351518 '[email protected]'],
1519 'app_shortcuts': ['[email protected]',
1520 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001521 'appcache': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351522 'apps': ['[email protected]',
1523 '[email protected]'],
lhchavez4b19176f2016-05-04 23:12:461524 'arc': ['[email protected]',
hidehiko49f0b7c2016-05-24 10:59:471525 '[email protected]',
lhchavez4b19176f2016-05-04 23:12:461526 '[email protected]',
1527 '[email protected]'],
lhchavez61532c92016-10-18 21:33:371528 'arc_auth': ['[email protected]'],
lhchavez4b19176f2016-05-04 23:12:461529 'arc_net': ['[email protected]',
1530 '[email protected]',
1531 '[email protected]'],
ejcarusoa298ec02016-06-16 20:30:431532 'arc_power': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351533 'ash': ['[email protected]',
1534 '[email protected]'],
1535 'aura': ['[email protected]',
1536 '[email protected]'],
[email protected]c3a6e1e72013-08-02 00:13:071537 'aura_compositor': ['[email protected]',
1538 '[email protected]',
pennymac962d190432016-07-27 00:58:351539 '[email protected]',
danakj3695c582016-10-26 21:54:431540 '[email protected]'],
sullivan0171e3c2015-03-03 18:47:211541 'auto_bisect': ['[email protected]'],
jdonnelly1ec60d92016-05-25 22:01:391542 'autofill': ['[email protected]',
vabraafbd4f32015-11-10 19:30:231543 '[email protected]',
sebsgbbfbea02016-10-24 21:54:591544 '[email protected]',
1545 '[email protected]',
mathpc2040642017-01-25 14:59:411546 '[email protected]',
1547 '[email protected]'],
pennymac962d190432016-07-27 00:58:351548 'background_sync': ['[email protected]',
chasej6dff9292016-02-02 20:33:121549 '[email protected]',
pennymac962d190432016-07-27 00:58:351550 '[email protected]',
1551 '[email protected]'],
pkotwicz2ec0b292016-09-26 17:12:321552 'banners': ['[email protected]',
zpeng143b4792016-10-06 20:38:121553 '[email protected]',
1554 '[email protected]'],
dmikurubee40b4062014-11-04 17:47:191555 'base_allocator': ['[email protected]',
[email protected]b17d9e02014-07-29 09:45:501556 '[email protected]'],
[email protected]1ed5e0fd2012-07-19 00:19:051557 'base_memory': ['[email protected]'],
robliao1644d8b2016-04-11 15:39:591558 'base_task_scheduler': ['[email protected]',
1559 '[email protected]',
1560 '[email protected]'],
pennymac962d190432016-07-27 00:58:351561 'base_win': ['[email protected]',
1562 '[email protected]'],
vmpstrdeec20e2016-11-18 22:17:321563 'base': ['[email protected]'],
[email protected]7e093d4022014-06-26 19:19:551564 'battery_status': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351565 'blink': ['[email protected]'],
1566 'blink_accessibility': ['[email protected]',
1567 '[email protected]',
horo8e9a01572016-07-27 06:05:311568 '[email protected]',
pennymac962d190432016-07-27 00:58:351569 '[email protected]'],
1570 'blink_animation': ['[email protected]',
1571 '[email protected]',
1572 '[email protected]',
1573 '[email protected]',
1574 '[email protected]'],
1575 'blink_app_banner': ['[email protected]'],
1576 'blink_audio': ['[email protected]',
1577 '[email protected]'],
1578 'blink_battery_status': ['[email protected]',
1579 '[email protected]'],
1580 'blink_bidi': ['[email protected]'],
1581 'blink_bindings': ['[email protected]'],
jbroman9ac2d532016-09-01 18:20:081582 'blink_bindings_serialization': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351583 'blink_bluetooth': ['[email protected]',
1584 '[email protected]'],
1585 'blink_canvas2d': ['[email protected]',
1586 '[email protected]',
1587 '[email protected]',
1588 '[email protected]'],
1589 'blink_client_hints': ['[email protected]'],
1590 'blink_clipboard': ['[email protected]'],
1591 'blink_css': ['[email protected]',
1592 '[email protected]',
horo8e9a01572016-07-27 06:05:311593 '[email protected]',
pennymac962d190432016-07-27 00:58:351594 '[email protected]',
1595 '[email protected]'],
1596 'blink_css_flexbox': ['[email protected]'],
1597 'blink_css_fragmentation_tests': ['[email protected]'],
1598 'blink_css_grid_layout': ['[email protected]',
horo8e9a01572016-07-27 06:05:311599 '[email protected]',
pennymac962d190432016-07-27 00:58:351600 '[email protected]'],
1601 'blink_css_regions': ['[email protected]'],
1602 'blink_custom_elements': ['[email protected]',
1603 '[email protected]'],
1604 'blink_device_light': ['[email protected]',
1605 '[email protected]'],
1606 'blink_device_orientation': ['[email protected]',
1607 '[email protected]'],
1608 'blink_devtools': ['[email protected]',
1609 '[email protected]',
1610 '[email protected]',
1611 '[email protected]',
1612 '[email protected]',
lushnikovc5bd7ca2016-07-27 17:19:391613 '[email protected]'],
pennymac962d190432016-07-27 00:58:351614 'blink_dom': ['[email protected]',
1615 '[email protected]',
1616 '[email protected]',
1617 '[email protected]',
1618 '[email protected]'],
1619 'blink_events': ['[email protected]',
1620 '[email protected]',
1621 '[email protected]',
1622 '[email protected]'],
1623 'blink_fetch': ['[email protected]',
1624 '[email protected]',
1625 '[email protected]',
1626 '[email protected]'],
1627 'blink_fileapi': ['[email protected]',
1628 '[email protected]',
1629 '[email protected]'],
1630 'blink_geolocation': ['[email protected]',
1631 '[email protected]',
1632 '[email protected]'],
1633 'blink_heap': ['[email protected]',
1634 '[email protected]',
1635 '[email protected]',
1636 '[email protected]'],
1637 'blink_html': ['[email protected]',
1638 '[email protected]'],
csharrisonf357e9632016-07-29 01:27:221639 'blink_htmlparser': ['[email protected]',
1640 '[email protected]'],
pennymac962d190432016-07-27 00:58:351641 'blink_indexed_db': ['[email protected]',
1642 '[email protected]'],
1643 'blink_input': ['[email protected]',
nzolghadr773a1982016-10-18 21:26:451644 '[email protected]'],
pennymac962d190432016-07-27 00:58:351645 'blink_layers': ['[email protected]'],
1646 'blink_layout': ['[email protected]',
1647 '[email protected]',
1648 '[email protected]',
1649 '[email protected]',
1650 '[email protected]',
1651 '[email protected]',
1652 '[email protected]'],
cbiesinger46ecaae2016-09-09 18:44:561653 'blink_layout_ng': ['[email protected]',
gleblc60d6632016-09-13 19:49:461654 '[email protected]',
atotic30c8eba2016-10-28 13:24:071655 '[email protected]',
dgroganf9744ea2017-01-18 23:23:261656 '[email protected]',
atotic30c8eba2016-10-28 13:24:071657 '[email protected]'],
pennymac962d190432016-07-27 00:58:351658 'blink_loader': ['[email protected]',
1659 '[email protected]',
1660 '[email protected]',
1661 '[email protected]'],
1662 'blink_media': ['[email protected]',
1663 '[email protected]',
srirama.mdec4f512016-09-06 08:22:191664 '[email protected]',
1665 '[email protected]'],
pennymac962d190432016-07-27 00:58:351666 'blink_media_queries': ['[email protected]',
1667 '[email protected]'],
1668 'blink_mediacapturefromelement': ['[email protected]',
1669 '[email protected]'],
1670 'blink_mediarecorder': ['[email protected]',
1671 '[email protected]'],
1672 'blink_mediastream': ['[email protected]',
1673 '[email protected]'],
1674 'blink_modules': ['[email protected]'],
1675 'blink_navigator_content_utils': ['[email protected]'],
awdf2e270242016-09-06 16:21:341676 'blink_notifications': ['[email protected]',
1677 '[email protected]'],
pennymac962d190432016-07-27 00:58:351678 'blink_out_of_process_frames': ['[email protected]',
1679 '[email protected]'],
1680 'blink_owners': ['[email protected]'],
1681 'blink_paint' : ['[email protected]',
chrishtr4030de342016-10-03 23:57:591682 '[email protected]'],
pennymac962d190432016-07-27 00:58:351683 'blink_permissions': ['[email protected]'],
kinukoc462adb2016-12-22 12:58:491684 'blink_platform': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351685 'blink_platform_graphics': ['[email protected]',
horo8e9a01572016-07-27 06:05:311686 '[email protected]',
pennymac962d190432016-07-27 00:58:351687 '[email protected]',
1688 '[email protected]',
1689 '[email protected]',
1690 '[email protected]',
1691 '[email protected]',
fmalita9710b732017-02-17 05:10:021692 '[email protected]',
pennymac962d190432016-07-27 00:58:351693 '[email protected]',
1694 '[email protected]',
1695 '[email protected]',
1696 '[email protected]',
1697 '[email protected]'],
1698 'blink_prerender': ['[email protected]',
1699 '[email protected]'],
1700 'blink_preloadScanner': ['[email protected]'],
1701 'blink_public_api': ['[email protected]',
1702 '[email protected]'],
awdf2e270242016-09-06 16:21:341703 'blink_push_messaging': ['[email protected]',
1704 '[email protected]',
pennymac962d190432016-07-27 00:58:351705 '[email protected]'],
1706 'blink_quota': ['[email protected]',
1707 '[email protected]',
1708 '[email protected]'],
1709 'blink_scheduler': ['[email protected]'],
1710 'blink_screen_orientation': ['[email protected]'],
falken6731ece42016-10-12 01:41:501711 'blink_serviceworkers': ['[email protected]',
pennymac962d190432016-07-27 00:58:351712 '[email protected]',
1713 '[email protected]',
1714 '[email protected]',
1715 '[email protected]',
1716 '[email protected]',
1717 '[email protected]',
shimazu99de61f2016-09-07 03:57:411718 '[email protected]',
pennymac962d190432016-07-27 00:58:351719 '[email protected]'],
1720 'blink_serviceworkers_tests': ['[email protected]'],
timvolodine8cdb94c2016-09-22 12:17:221721 'blink_spellcheck' : ['[email protected]',
1722 '[email protected]'],
pennymac962d190432016-07-27 00:58:351723 'blink_spv2_layout_tests': ['[email protected]',
1724 '[email protected]'],
1725 'blink_style': ['[email protected]'],
1726 'blink_svg': ['[email protected]',
fmalita9710b732017-02-17 05:10:021727 '[email protected]',
pennymac962d190432016-07-27 00:58:351728 '[email protected]',
1729 '[email protected]',
1730 '[email protected]',
1731 '[email protected]',
1732 '[email protected]',
1733 '[email protected]'],
pennymac962d190432016-07-27 00:58:351734 'blink_track': ['[email protected]',
1735 '[email protected]',
1736 '[email protected]',
danakj40af6b562017-01-24 15:55:281737 '[email protected]'],
pennymac962d190432016-07-27 00:58:351738 'blink_vibration': ['[email protected]',
1739 '[email protected]'],
1740 'blink_viewport_interaction': ['[email protected]'],
1741 'blink_w3ctests': ['[email protected]'],
1742 'blink_web': ['[email protected]'],
1743 'blink_webcomponents': ['[email protected]',
1744 '[email protected]'],
1745 'blink_webp': ['[email protected]',
1746 '[email protected]',
1747 '[email protected]'],
1748 'blink_websockets': ['[email protected]',
1749 '[email protected]'],
1750 'blink_workers': ['[email protected]',
falken6731ece42016-10-12 01:41:501751 '[email protected]',
pennymac962d190432016-07-27 00:58:351752 '[email protected]',
shimazu99de61f2016-09-07 03:57:411753 '[email protected]',
1754 '[email protected]'],
pennymac962d190432016-07-27 00:58:351755 'blink_wtf': ['[email protected]',
1756 '[email protected]'],
1757 'blink_xmlhttprequest': ['[email protected]'],
noyauce460872016-09-09 11:54:001758 'bookmarks': ['[email protected]'],
donnd787f6ed2016-08-03 01:00:561759 'bottombar': ['[email protected]',
1760 '[email protected]'],
stevenjbdd133032015-08-07 18:37:471761 'browser_chromeos': ['[email protected]'],
[email protected]22650d22012-07-18 17:02:351762 'browser_components': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351763 'browser_compositor': ['[email protected]',
1764 '[email protected]'],
[email protected]17a2fba2013-02-07 18:46:571765 'browser_resources': ['[email protected]'],
michaelpge42ca3b32016-02-19 08:17:571766 'browser_resources_md': ['[email protected]'],
msramek878b39d92016-04-20 07:55:331767 'browsing_data': ['[email protected]',
1768 '[email protected]'],
pennymac962d190432016-07-27 00:58:351769 'bubble': ['[email protected]',
1770 '[email protected]',
1771 '[email protected]',
1772 '[email protected]'],
1773 'cache_storage': ['[email protected]',
1774 '[email protected]'],
[email protected]c9ae7a32014-03-31 22:18:591775 'cast': ['[email protected]',
[email protected]479180d22014-03-11 09:47:341776 '[email protected]',
miua1710162015-08-27 01:38:091777 '[email protected]',
[email protected]ad8ff0e2013-12-13 09:24:121778 '[email protected]',
miua1710162015-08-27 01:38:091779 '[email protected]',
1780 '[email protected]'],
ryanchung4d157372016-05-10 20:27:161781 'cast_certificate': ['[email protected]',
ryanchung24f9d7b2017-01-12 19:18:341782 '[email protected]'],
[email protected]c863702a2012-09-14 20:05:281783 'cc': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351784 'certificate_transparency': ['[email protected]',
1785 '[email protected]',
martijnccdd0542016-11-07 18:49:271786 '[email protected]',
pennymac962d190432016-07-27 00:58:351787 '[email protected]'],
1788 'chrome_elf': ['[email protected]',
1789 '[email protected]'],
[email protected]d5b21972012-07-20 02:06:011790 'chrome_views': ['[email protected]'],
alokp9d869cc12016-05-27 01:46:311791 'chromecast': ['[email protected]',
1792 '[email protected]',
halliwellfa56b3a42015-09-04 21:42:571793 '[email protected]'],
gfhuang2548f902016-02-26 02:29:211794 'chromecast_public': ['[email protected]'],
stgaocea5a9c2015-05-29 22:31:391795 'chromedriver': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351796 'chromeos': ['[email protected]'],
1797 'chromeos_attestation': ['[email protected]'],
1798 'chromeos_calculator': ['[email protected]'],
hashimoto40ecb692014-09-02 04:51:311799 'chromeos_dbus': ['[email protected]'],
alematec5187b1b2016-08-26 05:32:181800 'chromeos_geolocation': ['[email protected]'],
1801 'chromeos_login': ['[email protected]',
1802 '[email protected]'],
pennymac962d190432016-07-27 00:58:351803 'chromeos_net': ['[email protected]'],
1804 'chromeos_power': ['[email protected]'],
alematec5187b1b2016-08-26 05:32:181805 'chromeos_timezone': ['[email protected]'],
1806 'chromeos_webui': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351807 'clang_update': ['[email protected]',
thestigf023ccc2016-11-10 14:39:151808 '[email protected]',
[email protected]cf8ffa82013-02-13 08:30:071809 '[email protected]',
pennymac962d190432016-07-27 00:58:351810 '[email protected]',
rnk28bbd1772016-05-04 17:57:581811 '[email protected]',
1812 '[email protected]',
pennymac962d190432016-07-27 00:58:351813 '[email protected]',
thestigf023ccc2016-11-10 14:39:151814 '[email protected]',
pennymac962d190432016-07-27 00:58:351815 '[email protected]',
horo8e9a01572016-07-27 06:05:311816 '[email protected]',
pennymac962d190432016-07-27 00:58:351817 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001818 'clipboard': ['[email protected]'],
[email protected]18fd7a532014-08-20 23:09:511819 'closure': ['[email protected]',
dbeam78528be2016-02-18 07:08:491820 '[email protected]',
1821 '[email protected]'],
sdefresned94c5b02015-07-22 17:54:551822 'components_deps': ['[email protected]',
1823 '[email protected]',
1824 '[email protected]'],
pennymac962d190432016-07-27 00:58:351825 'content': ['[email protected]',
1826 '[email protected]'],
1827 'content_bluetooth': ['[email protected]',
1828 '[email protected]'],
1829 'content_loader': ['[email protected]',
1830 '[email protected]',
1831 '[email protected]'],
1832 'content_renderer': ['[email protected]'],
mkwst75a31a42014-09-14 18:32:531833 'content_shell': ['[email protected]',
peterc9e3e172015-11-02 09:29:161834 '[email protected]',
1835 '[email protected]'],
nhiroki90ba0102015-07-21 01:42:241836 'content_worker': ['[email protected]',
1837 '[email protected]'],
donnd787f6ed2016-08-03 01:00:561838 'contextual_search': ['[email protected]',
1839 '[email protected]'],
pennymac962d190432016-07-27 00:58:351840 'courgette': ['[email protected]',
1841 '[email protected]'],
michaelpge42ca3b32016-02-19 08:17:571842 'cr_elements': ['[email protected]',
1843 '[email protected]',
1844 '[email protected]'],
lizebf34f69b2016-03-30 16:08:531845 'custom_tabs': ['[email protected]'],
tbansalc6f1c9f2016-09-30 22:48:421846 'data_reduction_proxy': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:191847 'deep_memory_profiler': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351848 'device_bluetooth': ['[email protected]',
1849 '[email protected]'],
1850 'device_sensors': ['[email protected]',
mlamouri5cdcdf02014-11-27 15:58:591851 '[email protected]',
pennymac962d190432016-07-27 00:58:351852 '[email protected]'],
scheibabdd7d32015-02-11 22:13:081853 'developer_recommended_flags': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351854 'devtools': ['[email protected]',
1855 '[email protected]'],
kinukoc462adb2016-12-22 12:58:491856 'disk_cache': ['[email protected]'],
benjhaydendd24d5a642015-10-05 18:19:511857 'download': ['[email protected]'],
dbeam78528be2016-02-18 07:08:491858 'downloads_ui': ['[email protected]',
1859 '[email protected]'],
[email protected]9a3781d2013-04-04 18:31:401860 'drive': ['[email protected]'],
[email protected]89d2cd52013-04-16 01:55:361861 'drive_resource_metadata': ['[email protected]'],
[email protected]3a25c8a2014-06-26 06:47:101862 'eme': ['[email protected]'],
jdduke7edf3ca42015-10-26 18:20:011863 'events': ['[email protected]'],
[email protected]f9529e7922013-06-06 05:19:411864 'extension': ['[email protected]',
1865 '[email protected]'],
lunalu0a9c05422016-11-11 17:19:061866 'feature_policy': ['[email protected]',
1867 '[email protected]'],
apaciblec4093a92016-04-19 19:21:581868 'feedback_ui': ['[email protected]'],
[email protected]84dcfd92014-05-23 13:18:191869 'fileapi': ['[email protected]',
[email protected]6f217122013-11-25 07:21:481870 '[email protected]',
1871 '[email protected]'],
yoshiki1c0ba2782014-12-08 07:04:261872 'filebrowse': ['[email protected]'],
okab0be3dc2016-08-30 07:37:101873 'filesapp': ['[email protected]',
1874 '[email protected]',
1875 '[email protected]'],
1876 'filesapp_ui': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001877 'ftp': ['[email protected]'],
mmoroz58ddb8172016-09-08 18:29:551878 'fuzzing': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351879 'gcm': ['[email protected]',
1880 '[email protected]',
1881 '[email protected]'],
mikhail.pozdnyakova8db26402016-11-28 18:27:121882 'generic_sensor': ['[email protected]',
1883 '[email protected]',
1884 '[email protected]'],
pennymac962d190432016-07-27 00:58:351885 'geolocation': ['[email protected]',
1886 '[email protected]'],
[email protected]cf428f732012-10-02 20:48:151887 'gfx_geometry': ['[email protected]'],
[email protected]f93b7382012-08-09 20:53:161888 'gfx_image': ['[email protected]'],
agrieve4d9c1c52016-09-23 17:49:381889 'gn': ['[email protected]',
1890 '[email protected]',
pennymac962d190432016-07-27 00:58:351891 '[email protected]'],
tikuta9a7046f2017-02-16 09:22:451892 'goma': ['[email protected]'],
[email protected]a6159102013-11-08 23:21:521893 'gpu': ['[email protected]'],
dbeam78528be2016-02-18 07:08:491894 'history_ui': ['[email protected]',
1895 '[email protected]',
1896 '[email protected]'],
[email protected]18d7e402014-07-08 19:53:141897 'hotword': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001898 'i18n': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001899 'importer': ['[email protected]'],
[email protected]8b250562014-08-12 19:07:451900 'indexed_db': ['[email protected]',
dgrogand792a7f2016-01-21 00:12:131901 '[email protected]'],
bruthigaa8281f2016-02-09 17:52:311902 'ink_drop': ['[email protected]'],
dtapuska1f997a12016-03-14 19:22:071903 'input': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351904 'installer': ['[email protected]',
1905 '[email protected]',
1906 '[email protected]'],
mmoss19826c62014-11-14 21:37:361907 'installer_linux': [ '[email protected]'],
pennymac962d190432016-07-27 00:58:351908 'instant': ['[email protected]',
pennymac962d190432016-07-27 00:58:351909 '[email protected]',
pennymac962d190432016-07-27 00:58:351910 '[email protected]',
1911 '[email protected]',
1912 '[email protected]',
1913 '[email protected]',
1914 '[email protected]',
1915 '[email protected]'],
pklb5652b522016-11-17 14:14:081916 'ios_chrome': ['[email protected]',
noyau451e6bb62016-12-23 14:29:041917 '[email protected]',
marqa4f135f2017-01-10 12:37:341918 '[email protected]',
eugenebutb5a5a8572017-01-20 01:18:111919 '[email protected]'],
marqa4f135f2017-01-10 12:37:341920 'ios_clean': ['[email protected]',
1921 '[email protected]'],
1922 'ios_showcase': ['[email protected]',
1923 '[email protected]'],
eugenebutb5a5a8572017-01-20 01:18:111924 'ios_web': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351925 'ipc': ['[email protected]',
1926 '[email protected]'],
1927 'libwebp': ['[email protected]',
1928 '[email protected]',
1929 '[email protected]'],
1930 'libvpx': ['[email protected]',
1931 '[email protected]',
1932 '[email protected]',
1933 '[email protected]'],
[email protected]04a292a2013-03-07 19:58:421934 'linux_fonts': ['[email protected]'],
[email protected]6d7e0bf2014-07-28 22:30:401935 'linux_sandboxing': ['[email protected]'],
[email protected]04a292a2013-03-07 19:58:421936 'linux_seccomp_bpf': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351937 'login': ['[email protected]'],
lgrey62faed72016-10-11 21:40:391938 'mac' : ['[email protected]'],
mlamourid8b0feb2015-06-02 16:30:471939 'manifest': ['[email protected]'],
dbeam7a734562015-09-15 18:23:171940 'md_settings': ['[email protected]',
michaelpg32ca07902015-02-07 00:31:111941 '[email protected]',
michaelpg32ca07902015-02-07 00:31:111942 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001943 'media': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351944 'media_galleries': ['[email protected]',
1945 '[email protected]'],
alokp9e369ea72e2016-06-10 05:41:091946 'media_mojo': ['[email protected]'],
apacible01538e02016-11-04 22:15:311947 'media_remoting': ['[email protected]',
erickungc2289dea2016-12-13 19:01:281948 '[email protected]',
apacible01538e02016-11-04 22:15:311949 '[email protected]',
miu5e69f1c52016-10-23 13:40:111950 '[email protected]'],
kmarshallb698ad4f2015-02-24 19:42:481951 'media_router': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001952 'message_loop': ['[email protected]'],
isherman1eee6f12014-12-09 02:14:301953 'metrics': ['[email protected]'],
[email protected]1d8899ee2014-06-10 20:58:121954 'metrics_xml_files': ['[email protected]'],
toyoshim8f51f902015-03-27 03:50:211955 'midi': ['[email protected]'],
[email protected]c3830c622013-10-10 22:00:001956 'mojo': ['[email protected]',
[email protected]62bbe812013-10-24 22:24:161957 '[email protected]',
[email protected]3bf40cb2013-10-11 19:10:491958 '[email protected]',
[email protected]0f79ff62014-04-25 23:35:531959 '[email protected]',
[email protected]84003af2014-05-02 09:37:131960 '[email protected]',
1961 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001962 'mouse_lock': ['[email protected]'],
rjkroegef60dea862015-10-29 17:50:061963 'mus': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001964 'nacl': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351965 'native_client_sdk': ['[email protected]',
1966 '[email protected]'],
1967 'navigation': ['[email protected]',
1968 '[email protected]'],
csharrison27df167d2017-01-26 21:42:311969 'net': ['[email protected]',
1970 '[email protected]'],
bnc1872e8bd2017-01-27 02:47:281971 'net_base': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001972 'net_error_list': ['[email protected]'],
bnc1872e8bd2017-01-27 02:47:281973 'net_http2': ['[email protected]'],
1974 'net_log': ['[email protected]',
1975 '[email protected]',
pennymac962d190432016-07-27 00:58:351976 '[email protected]'],
bnc1872e8bd2017-01-27 02:47:281977 'net_spdy': ['[email protected]'],
jkarlin539748402015-03-31 17:36:311978 'netinfo': ['[email protected]'],
awdf2e270242016-09-06 16:21:341979 'notifications': ['[email protected]',
1980 '[email protected]',
pennymac962d190432016-07-27 00:58:351981 '[email protected]'],
tbansalc6f1c9f2016-09-30 22:48:421982 'nqe': ['[email protected]'],
Evan Stade459d16662015-07-07 17:04:571983 'ntp': ['[email protected]',
[email protected]0bce107762012-11-27 11:42:541984 '[email protected]'],
noyau451e6bb62016-12-23 14:29:041985 'ntp_snippets': ['[email protected]',
1986 '[email protected]'],
1987 'ntp_tiles': ['[email protected]',
1988 '[email protected]'],
pennymac962d190432016-07-27 00:58:351989 'offline_pages': ['[email protected]',
1990 '[email protected]',
1991 '[email protected]',
dewittj74b23f6f2016-04-21 19:29:251992 '[email protected]',
1993 '[email protected]',
pennymac962d190432016-07-27 00:58:351994 '[email protected]'],
jdonnelly6fa5a21d2017-01-03 15:28:351995 'omnibox': ['[email protected]'],
michaelpgf6260fbd2015-02-06 17:59:351996 'options': ['[email protected]',
1997 '[email protected]'],
iclelland8b904402016-10-05 15:01:231998 'origin_trials': ['[email protected]',
1999 '[email protected]'],
pennymac962d190432016-07-27 00:58:352000 'ozone': ['[email protected]',
2001 '[email protected]'],
csharrison3b1dc4062015-10-19 14:31:082002 'page_load_metrics' : ['[email protected]',
kinuko01cbe8a12015-10-20 09:59:062003 '[email protected]'],
pennymac962d190432016-07-27 00:58:352004 'panels': ['[email protected]',
2005 '[email protected]',
2006 '[email protected]',
2007 '[email protected]'],
mkwst17a9875d2016-06-24 10:36:392008 'password_manager': ['[email protected]',
vabraafbd4f32015-11-10 19:30:232009 '[email protected]'],
sebsgbbfbea02016-10-24 21:54:592010 'payments': ['[email protected]',
gogeralde108bcb2016-11-24 16:07:222011 '[email protected]',
2012 '[email protected]'],
pennymac962d190432016-07-27 00:58:352013 'pepper_api': ['[email protected]',
2014 '[email protected]',
2015 '[email protected]',
2016 '[email protected]',
2017 '[email protected]',
horo8e9a01572016-07-27 06:05:312018 '[email protected]',
pennymac962d190432016-07-27 00:58:352019 '[email protected]'],
raymes18e321492017-01-11 04:21:332020 'permissions': ['[email protected]',
2021 '[email protected]'],
stuartmorganf8c132922015-01-23 14:45:342022 'plugin': ['[email protected]'],
tnagelad92622a92015-10-20 10:26:302023 'policy_definitions': ['[email protected]'],
dbeam78528be2016-02-18 07:08:492024 'polymer': ['[email protected]',
2025 '[email protected]'],
twifkak0c69c1f2015-06-22 18:20:092026 'precache': ['[email protected]'],
[email protected]be775bc2014-06-30 15:41:142027 'prepopulated_engines': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352028 'prerender': ['[email protected]',
2029 '[email protected]',
2030 '[email protected]'],
2031 'push_messaging': ['[email protected]',
2032 '[email protected]',
2033 '[email protected]'],
stkhapugin06503142016-12-07 14:32:122034 'reading_list': ['[email protected]'],
[email protected]c3887592014-02-06 20:02:252035 'remoting': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352036 'rlz_id': ['[email protected]',
2037 '[email protected]',
2038 '[email protected]'],
grt829c6a82014-10-20 09:29:322039 'safe_browsing': ['[email protected]'],
vakhf8e14c92016-10-17 21:29:472040 'safe_browsing_db': ['[email protected]'],
skyostil20dea312014-11-11 13:43:062041 'scheduler': ['[email protected]'],
mlamourid8b0feb2015-06-02 16:30:472042 'screen_orientation': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352043 'service_worker': ['[email protected]',
[email protected]6d095a8b2014-02-28 15:26:162044 '[email protected]',
pennymac962d190432016-07-27 00:58:352045 '[email protected]',
[email protected]edaf31d2014-03-07 00:09:172046 '[email protected]',
pennymac962d190432016-07-27 00:58:352047 '[email protected]',
horo8e9a01572016-07-27 06:05:312048 '[email protected]',
shimazu99de61f2016-09-07 03:57:412049 '[email protected]',
pennymac962d190432016-07-27 00:58:352050 '[email protected]'],
dominickn8884155a2016-06-23 02:28:162051 'site_engagement': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352052 'site_instance': ['[email protected]',
2053 '[email protected]',
[email protected]b9ecdb62014-03-07 14:56:432054 '[email protected]'],
[email protected]ad0295d2012-10-11 23:43:362055 'spellcheck': ['[email protected]',
[email protected]18d7e402014-07-08 19:53:142056 '[email protected]',
timvolodine8cdb94c2016-09-22 12:17:222057 '[email protected]',
2058 '[email protected]'],
[email protected]67f39af2013-08-23 20:06:052059 'streams': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352060 'styleguide': ['[email protected]',
vmpstrdeec20e2016-11-18 22:17:322061 '[email protected]',
2062 '[email protected]'],
engedye7b734da2017-02-07 12:08:132063 'subresource_filter': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352064 'supervised_users': ['[email protected]'],
alito438fa4332016-12-20 21:59:172065 'swreporter': ['[email protected]',
2066 '[email protected]',
2067 '[email protected]'],
maxbogue65ea2632016-04-04 18:12:582068 'sync': ['[email protected]'],
[email protected]84dcfd92014-05-23 13:18:192069 'syncfs': ['[email protected]',
[email protected]6f217122013-11-25 07:21:482070 '[email protected]',
2071 '[email protected]'],
miu5e69f1c52016-10-23 13:40:112072 'tab_alert_indicators': ['[email protected]'],
2073 'tab_capture': ['[email protected]',
2074 '[email protected]'],
pennymac962d190432016-07-27 00:58:352075 'tab_contents': ['[email protected]',
2076 '[email protected]',
2077 '[email protected]'],
dmikurubee40b4062014-11-04 17:47:192078 'tcmalloc': ['[email protected]'],
tonygc7f6a4c12015-01-16 18:32:262079 'telemetry': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352080 'test_runner': ['[email protected]',
einbindera29577e2016-08-23 01:21:492081 '[email protected]',
2082 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002083 'tests': [],
jlkleinecc81952016-11-19 00:16:072084 'tether': ['[email protected]',
2085 '[email protected]',
2086 '[email protected]',
2087 '[email protected]',
2088 '[email protected]'],
pennymac962d190432016-07-27 00:58:352089 'textinput': ['[email protected]',
2090 '[email protected]',
2091 '[email protected]',
2092 '[email protected]'],
2093 'textinput_chromeos': ['[email protected]',
2094 '[email protected]',
2095 '[email protected]'],
chirantan96fcf6d2015-01-21 22:36:192096 'timers': ['[email protected]'],
robliaofd54b5c2017-01-13 00:41:302097 'tools_win_chromeexts': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352098 'tracing': ['[email protected]',
2099 '[email protected]'],
[email protected]cf428f732012-10-02 20:48:152100 'ui_compositor': ['[email protected]'],
robliao2c4b7492016-07-19 01:57:262101 'ui_display_win': ['[email protected]'],
[email protected]6b5093c2012-05-23 19:10:182102 'ui_resources': ['[email protected]'],
edwardjung83f52ef22017-02-07 13:15:072103 'ui_strings': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002104 'valgrind': ['[email protected]',
timurrrr5335dbd2015-04-15 11:04:552105 '[email protected]'],
[email protected]c73ec8ab2014-01-16 20:35:232106 'version_assembly': ['[email protected]',
2107 '[email protected]'],
posciak62a72272016-05-11 08:31:242108 'video': ['[email protected]'],
chfremer2a01a69b2017-01-06 02:39:012109 'video_capture': ['[email protected]',
2110 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002111 'views': ['[email protected]'],
[email protected]ef514a32014-02-26 01:02:352112 'virtual_keyboard': ['[email protected]',
2113 '[email protected]'],
billorr3c7e1442016-11-11 21:21:352114 'virtual_reality': ['[email protected]'],
tnakamura43539232016-09-12 14:23:422115 'webrtc_browser_tests': ['[email protected]'],
raymesf5084632015-07-02 07:14:152116 'website_settings': ['[email protected]',
pennymac962d190432016-07-27 00:58:352117 '[email protected]',
2118 '[email protected]'],
2119 'windows_sandboxing': ['[email protected]',
2120 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002121 'x11': ['[email protected]',
2122 '[email protected]',
2123 '[email protected]'],
pennymac962d190432016-07-27 00:58:352124 'xml': ['[email protected]'],
wjmaclean3ff6a402015-03-31 19:00:202125 'zoom': ['[email protected]'],
[email protected]a3838612009-10-13 21:57:542126 },
2127}