blob: 6f87de94683a385e01593b3f9302230da0d42716 [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 },
ortunoe6240542017-04-05 00:48:5240 'android_item_chooser_dialogs': {
41 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/.*ChooserDialog.java|'\
ortunoc112e8d2017-04-05 02:41:3942 'chrome/android/javatests/src/org/chromium/chrome/browser/.*ChooserDialogTest.java'
ortunoe6240542017-04-05 00:48:5243 },
asvitkine361b276e2016-08-30 18:45:0044 'android_crash_reporting': {
45 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/crash/'
46 },
johnmaguire6aaac7902016-03-15 12:28:2047 'android_crazy_linker': {
48 'filepath': 'third_party/android_crazy_linker/'
49 },
dfalcantaraef21e9e2016-01-07 01:16:2650 'android_infobars': {
51 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/infobar/'
52 },
[email protected]d2cdf342012-08-07 11:00:0253 'android_infra': {
54 'filepath': 'build/android/' \
55 '|testing/android/' \
56 '|tools/android/'
57 },
agrieve4d9c1c52016-09-23 17:49:3858 'android_java': {
59 'filepath': '/java/'
60 },
gabadieb0d23bb92016-02-17 11:26:1661 'android_loading': {
62 'filepath': 'tools/android/loading/'
63 },
[email protected]d6af50812014-04-01 17:18:0964 'android_media': {
65 'filepath': 'content/browser/media/android' \
66 '|content/renderer/media/android' \
67 '|media/audio/android' \
68 '|media/base/android' \
69 '|media/midi/*_android.*' \
70 '|media/video/capture/android'
71 },
wnwena0364162017-02-16 20:37:3872 'android_studio': {
nyquist6e560d032017-02-28 07:49:5973 'filepath': 'build/android/gradle/' \
74 '|docs/android_studio.md' \
75 '|tools/android/android_studio'
wnwena0364162017-02-16 20:37:3876 },
[email protected]3261d962014-03-04 22:18:2877 'android_tab': {
78 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/Tab'
79 },
asvitkine361b276e2016-08-30 18:45:0080 'android_uma_settings': {
81 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/preferences/privacy/UsageAndCrashReportsPreferenceFragment.java|'\
82 'chrome/android/java/src/org/chromium/chrome/browser/preferences/privacy/PrivacyPreferencesManager.java|'\
83 'chrome/android/java/src/org/chromium/chrome/browser/preferences/privacy/PrivacyPreferences.java|'\
asvitkine361b276e2016-08-30 18:45:0084 'chrome/android/java/src/org/chromium/chrome/browser/metrics/UmaSessionStats.java',
85 },
zpengb9a180d2016-10-12 18:40:2186 'android_webapk': {
zpeng4c3bc372016-10-13 03:00:4887 'filepath': 'chrome/android/webapk/|'\
88 'chrome/browser/android/webapk/',
zpengb9a180d2016-10-12 18:40:2189 },
[email protected]7ca78dc12012-09-20 09:26:4490 'android_webview': {
91 'filepath': 'android_webview/',
92 },
[email protected]8a197f22012-06-22 14:59:0593 'app_list': {
[email protected]311cc902013-03-15 04:45:4694 'filepath': 'chrome/browser/ui/app_list'\
95 '|chrome/browser/ui/ash/app_list'\
[email protected]311cc902013-03-15 04:45:4696 '|chrome/browser/ui/views/app_list'\
97 '|ui/app_list/'
[email protected]8a197f22012-06-22 14:59:0598 },
[email protected]e38d185a2013-07-09 08:23:5299 'app_shortcuts': {
100 'filepath': 'apps/app_shim/'\
101 '|chrome/browser/web_applications/'\
102 '|chrome/browser/ui/web_applications/'\
103 '|chrome/common/mac/'
104 },
[email protected]374a93c2009-11-05 21:45:56105 'appcache': {
[email protected]f2f0fbb92012-07-14 15:52:49106 'filepath': 'appcache/',
[email protected]374a93c2009-11-05 21:45:56107 },
[email protected]54bf94d2013-01-30 23:07:40108 'apps': {
109 'filepath': '^apps/',
110 },
lhchavez4b19176f2016-05-04 23:12:46111 'arc': {
112 'filepath': 'arc/',
113 },
lhchavez61532c92016-10-18 21:33:37114 'arc_auth': {
115 'filepath': 'chrome/browser/chromeos/arc/arc_auth'
116 },
poromov7633f602017-02-21 16:44:01117 'arc_kiosk': {
118 'filepath': 'chrome/browser/chromeos/app_mode/arc/'\
119 '|components/arc/kiosk/'\
120 '|arc_kiosk'
121 },
lhchavez4b19176f2016-05-04 23:12:46122 'arc_net': {
123 'filepath': 'components/arc/net/',
124 },
ejcarusoa298ec02016-06-16 20:30:43125 'arc_power': {
126 'filepath': 'components/arc/power/',
127 },
[email protected]3ce56642013-10-17 22:12:51128 'ash': {
129 'filepath': 'ash/',
130 },
[email protected]f76c8852012-06-21 16:37:00131 'aura': {
[email protected]3ce56642013-10-17 22:12:51132 'filepath': 'ui/aura/',
[email protected]84ba35e32010-08-06 17:22:39133 },
[email protected]c3a6e1e72013-08-02 00:13:07134 'aura_compositor': {
135 'filepath':
136 'ui/compositor/' \
[email protected]6dc38f72014-01-16 22:19:58137 '|content/browser/compositor/' \
danakj479ab502017-03-31 20:19:09138 '|content/browser/renderer_host/compositor_resize_lock' \
[email protected]c3a6e1e72013-08-02 00:13:07139 '|content/browser/renderer_host/render_widget_host_view_aura' \
140 '|content/browser/renderer_host/render_widget_host_view_browsertest' \
[email protected]a6eeeef92014-03-19 19:06:44141 '|content/browser/renderer_host/delegated' \
[email protected]c3a6e1e72013-08-02 00:13:07142 '|content/common/gpu/client/' \
[email protected]c3a6e1e72013-08-02 00:13:07143 },
sullivan0171e3c2015-03-03 18:47:21144 'auto_bisect': {
145 'filepath': 'tools/run-bisect-perf-regression.py'\
146 '|tools/run-perf-test.cfg'\
147 '|tools/auto_bisect/'
148 },
[email protected]2a38f0c02013-05-29 02:27:45149 'autofill': {
rouslanfbfa7402016-11-22 19:36:39150 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/autofill/|'\
151 'chrome/browser/autofill/|'\
[email protected]d9310a82012-11-02 02:53:48152 'chrome/browser/resources/options/autofill_|'\
[email protected]d9310a82012-11-02 02:53:48153 'chrome/browser/ui/android/autofill/|'\
154 'chrome/browser/ui/autofill/|'\
[email protected]e3e4ca62013-05-17 08:50:27155 'chrome/browser/ui/cocoa/autofill/|'\
[email protected]d9310a82012-11-02 02:53:48156 'chrome/browser/ui/views/autofill/|'\
157 'chrome/browser/ui/webui/options/autofill_|'\
[email protected]d9310a82012-11-02 02:53:48158 'chrome/renderer/autofill/|'\
159 'chrome/test/data/autofill/|'\
[email protected]3947d4a82013-03-12 09:41:05160 'components/autofill/|'\
[email protected]30964792013-05-29 02:41:25161 'components/autofill/browser/webdata/|'\
vabrbeb0c562015-12-01 10:48:08162 'components/webdata/',
[email protected]b3399272010-08-10 19:49:29163 },
peter39e10a62017-02-21 15:14:13164 'background_fetch': {
165 'filepath': 'background_fetch',
166 },
167 'background_sync': {
168 'filepath': 'background_sync',
169 },
dominickn8884155a2016-06-23 02:28:16170 'banners': {
171 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/banners/|'\
172 'chrome/android/javatests/src/org/chromium/chrome/browser/banners/|'\
173 'chrome/browser/android/banners/|'\
174 'chrome/browser/banners/|'\
175 'chrome/browser/ui/android/infobars/app_banner_.*|'\
176 'chrome/renderer/banners/|'\
177 'third_party/WebKit/public/platform/modules/app_banner/|'\
178 'third_party/WebKit/Source/modules/app_banner/',
179 },
[email protected]f76c8852012-06-21 16:37:00180 'base': {
[email protected]f2f0fbb92012-07-14 15:52:49181 'filepath': '^base/',
[email protected]7a7a13b2010-08-25 01:10:59182 },
[email protected]5e105332012-09-13 01:55:52183 'base_allocator': {
184 'filepath': '^base/allocator',
185 },
[email protected]1ed5e0fd2012-07-19 00:19:05186 'base_memory': {
187 'filepath': '^base/memory',
188 },
robliao1644d8b2016-04-11 15:39:59189 'base_task_scheduler': {
190 'filepath': '^base/task_scheduler',
191 },
[email protected]b17d9e02014-07-29 09:45:50192 'base_win': {
193 'filepath': '^base/win',
194 },
[email protected]7e093d4022014-06-26 19:19:55195 'battery_status': {
196 'filepath': 'content/browser/battery_status/|'\
timvolodine953fde72014-12-09 16:47:10197 'content/test/data/battery_status/|'\
198 'device/battery/',
[email protected]7e093d4022014-06-26 19:19:55199 },
wnwen72684762017-03-29 13:28:37200 'binary_size': {
201 'filepath': 'build/android/binary_size/|'\
202 'tools/binary_size/',
203 },
[email protected]06798f72013-01-14 22:31:17204 'bookmarks': {
205 'filepath': 'chrome/browser/bookmarks/' \
[email protected]771ad482013-07-16 17:32:48206 '|chrome/browser/extensions/api/bookmark_manager_private/' \
207 '|chrome/browser/extensions/api/bookmarks/' \
208 '|chrome/browser/resources/bookmark_manager/' \
[email protected]cd869cde2013-01-31 15:46:35209 '|chrome/browser/ui/bookmarks/' \
210 '|chrome/browser/ui/cocoa/bookmarks/' \
[email protected]5cb8b6e12014-05-19 16:53:46211 '|chrome/browser/ui/views/bookmarks/' \
212 '|components/bookmarks'
[email protected]06798f72013-01-14 22:31:17213 },
donnd787f6ed2016-08-03 01:00:56214 'bottombar': {
215 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/',
216 },
[email protected]b17d9e02014-07-29 09:45:50217 'breakpad_app': {
sdefresne8ba0b88c2015-09-18 10:33:13218 'filepath': 'components/crash/content/app/',
[email protected]b17d9e02014-07-29 09:45:50219 },
[email protected]f76c8852012-06-21 16:37:00220 'browser': {
[email protected]f2f0fbb92012-07-14 15:52:49221 'filepath': 'chrome/browser/',
[email protected]02c44522010-10-08 17:43:25222 },
[email protected]f76c8852012-06-21 16:37:00223 'browser_chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:49224 'filepath': 'chrome/browser/chromeos/',
[email protected]02c44522010-10-08 17:43:25225 },
[email protected]22650d22012-07-18 17:02:35226 'browser_components': {
[email protected]a7228f62012-09-20 17:52:48227 'filepath': 'chrome/browser/autofill/' \
228 '|chrome/browser/bookmarks/' \
[email protected]a7228f62012-09-20 17:52:48229 '|chrome/browser/favicon/' \
[email protected]ddf288e2013-01-09 20:58:27230 '|chrome/browser/history/' \
[email protected]fccf4882013-03-15 04:46:19231 '|chrome/browser/webdata/' \
[email protected]3947d4a82013-03-12 09:41:05232 '|components/autofill/'
[email protected]22650d22012-07-18 17:02:35233 },
[email protected]f76c8852012-06-21 16:37:00234 'browser_compositor': {
[email protected]f2f0fbb92012-07-14 15:52:49235 'filepath': 'ui/compositor/'
[email protected]fbd846b2010-11-19 01:32:18236 },
[email protected]f76c8852012-06-21 16:37:00237 'browser_resources': {
[email protected]f2f0fbb92012-07-14 15:52:49238 'filepath': 'chrome/browser/resources/',
[email protected]f76c8852012-06-21 16:37:00239 },
michaelpge42ca3b32016-02-19 08:17:57240 'browser_resources_md': {
241 'filepath': 'chrome/browser/resources/md_'\
242 '|chrome/browser/resources/settings/',
243 },
[email protected]0ce480532012-07-20 12:33:20244 'browsing_data': {
245 'filepath': 'chrome/browser/browsing_data/',
246 },
[email protected]f76c8852012-06-21 16:37:00247 'bubble': {
[email protected]f2f0fbb92012-07-14 15:52:49248 'filepath': 'ui/views/bubble/|'\
rouslan8d6a8372015-09-10 19:10:10249 'chrome/browser/ui/views/bubble/|'\
250 'components/bubble/',
[email protected]f76c8852012-06-21 16:37:00251 },
jkarlin539748402015-03-31 17:36:31252 'cache_storage': {
253 'filepath': 'cache_storage',
254 },
[email protected]10fbd5952013-08-22 07:42:39255 'cast': {
[email protected]31ef420b2014-08-13 21:19:13256 'filepath': 'media/cast/'\
257 '|chrome/browser/extensions/api/cast_streaming/'\
258 '|chrome/browser/media/cast'\
259 '|chrome/renderer/media/cast'\
260 '|chrome/test/data/extensions/api_test/cast_'\
miu5e69f1c52016-10-23 13:40:11261 '|content/public/renderer/media_stream_'\
262 '|content/renderer/media/(media_stream|(.+audio_source))',
[email protected]10fbd5952013-08-22 07:42:39263 },
ryanchung4d157372016-05-10 20:27:16264 'cast_certificate': {
265 'filepath': 'components/cast_certificate/'\
266 '|components/test/data/cast_certificate/',
267 },
mfoltz57fd7f32017-05-03 06:12:58268 'cast_channel': {
269 'filepath': 'chrome/test/data/extensions/api_test/cast_channel/' \
270 '|extensions/(browser|common)/api/cast_channel'
271 },
eranmc2a9f612015-11-24 16:41:34272 'certificate_transparency': {
273 'filepath': 'components/certificate_transparency/'\
274 '|components/packed_ct_ev_whitelist/'\
275 '|net/cert/ct_'\
276 '|net/cert/multi_log_ct_verifier'\
277 '|net/cert/sct_status_flags.h'\
278 '|net/cert/signed_certificate_timestamp'\
279 '|net/cert/signed_tree_head'\
280 '|net/test/ct_',
281 },
[email protected]651d9992014-04-09 17:18:41282 'chromecast': {
283 'filepath': 'chromecast/',
284 },
gfhuang2548f902016-02-26 02:29:21285 'chromecast_public': {
286 'filepath': 'chromecast/public/',
287 },
[email protected]c863702a2012-09-14 20:05:28288 'cc': {
289 'filepath': 'cc/|'\
danakj1c6df462017-04-27 15:20:43290 'components/viz/'
[email protected]c863702a2012-09-14 20:05:28291 },
[email protected]c73ec8ab2014-01-16 20:35:23292 'chrome_elf': {
293 'filepath': 'chrome_elf',
294 },
lpy0ca13772017-02-28 19:48:27295 'chrome_grc': {
296 'filepath': 'services/resource_coordinator',
297 },
[email protected]d5b21972012-07-20 02:06:01298 'chrome_views': {
299 'filepath': 'chrome/browser/ui/views',
300 },
[email protected]f7bf8ba2011-02-24 22:28:46301 'chromedriver': {
samuong53d5e612014-10-10 18:56:38302 'filepath': 'chrome/test/chromedriver|'\
303 'chrome/test/data/chromedriver|'\
304 'third_party/webdriver'
[email protected]f7bf8ba2011-02-24 22:28:46305 },
[email protected]f76c8852012-06-21 16:37:00306 'chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:49307 'filepath': 'chromeos/',
[email protected]531b1532011-08-11 03:52:01308 },
[email protected]eda0a0b2013-04-19 20:34:35309 'chromeos_attestation': {
310 'filepath': 'chromeos/attestation/|'\
[email protected]64494c3f2013-08-14 22:15:59311 'chrome/browser/chromeos/attestation/|'\
312 'chrome/browser/extensions/api/enterprise_platform_keys_private/',
[email protected]eda0a0b2013-04-19 20:34:35313 },
[email protected]7c59a152012-11-06 20:56:35314 'chromeos_calculator': {
315 'filepath': 'chrome/common/extensions/docs/examples/apps/calculator/',
316 },
hashimoto40ecb692014-09-02 04:51:31317 'chromeos_dbus': {
318 'filepath': 'chromeos/dbus/',
319 },
alematec5187b1b2016-08-26 05:32:18320 'chromeos_geolocation': {
321 'filepath': 'chromeos/geolocation/',
322 },
[email protected]f76c8852012-06-21 16:37:00323 'chromeos_login': {
[email protected]f2f0fbb92012-07-14 15:52:49324 'filepath': 'chrome/browser/chromeos/login/|'\
325 'chrome/browser/ui/webui/chromeos/login/|'\
dzhioevcc7c0492014-11-25 14:52:58326 'chrome/browser/resources/chromeos/login/|'\
327 'ui/login/',
[email protected]a791dac2011-04-07 23:22:57328 },
[email protected]d7d35f342012-10-22 20:32:47329 'chromeos_net': {
330 'filepath': 'chromeos/network/|'\
stevenjbdd133032015-08-07 18:37:47331 'chrome/browser/chromeos/net/|'\
332 'chrome/browser/extensions/api/networking_private/|'\
333 'extensions/browser/api/networking_private/|'\
334 'ui/chromeos/network/',
[email protected]d7d35f342012-10-22 20:32:47335 },
[email protected]2315ac0c2013-02-05 00:49:16336 'chromeos_power': {
James Cooka35a1e22017-04-08 02:33:08337 'filepath': 'ash/system/power/|'\
[email protected]c3943ad2013-07-03 13:44:56338 'chromeos/dbus/power_.*|'\
[email protected]2315ac0c2013-02-05 00:49:16339 'chrome/browser/chromeos/power/',
340 },
alematec5187b1b2016-08-26 05:32:18341 'chromeos_timezone': {
342 'filepath': 'chromeos/timezone/',
343 },
[email protected]f76c8852012-06-21 16:37:00344 'chromeos_webui': {
[email protected]f2f0fbb92012-07-14 15:52:49345 'filepath': 'chrome/browser/ui/webui/chromeos/|'\
346 'chrome/browser/resources/chromeos/',
[email protected]ba03af42012-03-08 01:37:12347 },
[email protected]cef7a6d2011-04-29 20:49:07348 'clang_update': {
Nico Webere250e6a2015-12-02 19:31:56349 'filepath': 'tools/clang/scripts/update.py'
[email protected]cef7a6d2011-04-29 20:49:07350 },
[email protected]f76c8852012-06-21 16:37:00351 'clipboard': {
352 'filepath': 'clipboard|dnd|drag|drop',
[email protected]2418b022011-05-19 21:06:02353 },
[email protected]0387ab32014-08-05 00:13:42354 'closure': {
[email protected]18fd7a532014-08-20 23:09:51355 'filepath': 'third_party/closure_(compiler|linter)/|'
dbeam78528be2016-02-18 07:08:49356 'compiled_resources2?.gyp',
[email protected]0387ab32014-08-05 00:13:42357 },
Aaron Gable64f273582017-03-30 18:02:00358 'codereview_settings': {
359 'filepath': 'codereview.settings',
360 },
sdefresned94c5b02015-07-22 17:54:55361 'components_deps': {
362 'filepath': 'components/([^/]*/)*DEPS',
363 },
[email protected]f76c8852012-06-21 16:37:00364 'content': {
[email protected]f2f0fbb92012-07-14 15:52:49365 'filepath': 'content/',
[email protected]f76c8852012-06-21 16:37:00366 },
scheib968e61052014-11-05 00:27:25367 'content_bluetooth': {
368 'filepath': 'content/.*bluetooth'
369 },
kinuko01cbe8a12015-10-20 09:59:06370 'content_loader': {
mmenkefaa97d3b2016-09-25 14:24:02371 'filepath': 'chrome/browser/loader|' \
372 'content/browser/loader|' \
kinuko01cbe8a12015-10-20 09:59:06373 'content/child/*loader',
374 },
mkwst512627022014-09-16 09:23:27375 'content_renderer': {
376 'filepath': 'content/renderer/',
377 },
[email protected]aa3311a2012-11-19 16:04:58378 'content_shell': {
379 'filepath': 'content/shell/',
380 },
kinukoa121bce2015-01-30 10:04:41381 'content_worker': {
382 'filepath': 'content/.*worker',
383 },
donnd787f6ed2016-08-03 01:00:56384 'contextual_search': {
385 'filepath': 'chrome/browser/android/contextualsearch/|' \
386 'chrome/android/java/src/org/chromium/chrome/browser/contextualsearch/|' \
387 'chrome/android/javatests/src/org/chromium/chrome/browser/contextualsearch/|' \
388 'components/contextual_search/',
389 },
rdsmitheed6d932017-04-19 02:49:16390 'content_network' : {
391 'filepath': 'content/network/',
392 },
[email protected]f76c8852012-06-21 16:37:00393 'cookie_monster': {
[email protected]f2f0fbb92012-07-14 15:52:49394 'filepath': 'net/cookies/|'\
[email protected]8492b5b2012-12-17 21:58:08395 'chrome/browser/net/sqlite_persistent_cookie_store',
[email protected]f76c8852012-06-21 16:37:00396 },
wfh792b71c2016-05-04 23:33:41397 'courgette': {
398 'filepath': 'courgette/',
399 },
michaelpge42ca3b32016-02-19 08:17:57400 'cr_elements': {
401 'filepath': 'ui/webui/resources/cr_element',
402 },
ianwencdb8c9e2015-06-18 22:10:15403 'custom_tabs': {
Newton Allen38c62212015-06-24 21:41:53404 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/customtabs/|'\
ianwencdb8c9e2015-06-18 22:10:15405 'chrome/android/javatests/src/org/chromium/chrome/browser/customtabs/',
alancuttercbad6512015-06-19 02:31:28406 },
tbansalc6f1c9f2016-09-30 22:48:42407 'data_reduction_proxy': {
408 'filepath': 'chrome/browser/net/spdyproxy/|'\
409 'data_reduction_proxy|'\
410 'chrome_proxy',
411 },
[email protected]5e105332012-09-13 01:55:52412 'deep_memory_profiler': {
413 'filepath': 'tools/(deep_memory_profiler|find_runtime_symbols)',
414 },
Bartosz Fabianowski85a823812015-04-16 10:27:51415 'device_bluetooth': {
416 'filepath': 'device/.*bluetooth'
417 },
[email protected]29ad47c2014-04-23 09:12:48418 'device_sensors': {
419 'filepath': 'content/browser/device_sensors/|'\
420 'content/common/device_sensors/|'\
421 'content/public/android/java/src/org/chromium/content/browser/DeviceSensors.java|'\
422 'content/public/android/javatests/src/org/chromium/content/browser/DeviceSensorsTest.java|'\
timvolodine8cdb94c2016-09-22 12:17:22423 'content/renderer/device_sensors/|'\
424 'content/test/data/device_sensors/|'\
425 'device/sensors/',
[email protected]8c667232013-11-12 19:49:14426 },
scheibabdd7d32015-02-11 22:13:08427 'developer_recommended_flags': {
428 'filepath': 'developer_recommended_flags.gypi',
429 },
[email protected]342b12872012-11-07 12:10:46430 'devtools': {
431 'filepath': 'devtools',
432 },
mfoltz57fd7f32017-05-03 06:12:58433 'dial': {
434 'filepath': 'chrome/(browser|common)/extensions/api/dial' \
435 '|chrome/browser/media/router/discovery/dial/' \
436 '|chrome/test/data/extensions/api_test/dial/'
437 },
[email protected]bab2a832012-07-11 23:29:41438 'disk_cache': {
439 'filepath': 'net/disk_cache/|http_cache',
440 },
[email protected]f76c8852012-06-21 16:37:00441 'download': {
[email protected]f2f0fbb92012-07-14 15:52:49442 'filepath': 'chrome/browser/download/|'\
[email protected]8492b5b2012-12-17 21:58:08443 'content/browser/download/',
[email protected]6bff0ad2011-06-17 01:32:51444 },
[email protected]ca872e362011-07-12 21:06:03445 'downloads_ui': {
dbeam78528be2016-02-18 07:08:49446 'filepath': 'chrome/browser/resources/(md_)?downloads/|' \
[email protected]8492b5b2012-12-17 21:58:08447 'chrome/browser/ui/webui/.*downloads|' \
448 'chrome/browser/ui/views/download/|' \
asanka2009f412015-10-05 17:28:12449 'chrome/browser/ui/cocoa/download/'
[email protected]ca872e362011-07-12 21:06:03450 },
[email protected]f6df20a2012-10-23 21:22:07451 'drive': {
[email protected]8492b5b2012-12-17 21:58:08452 'filepath': 'chrome/browser/chromeos/drive/|' \
453 'chrome/browser/google_apis/'
[email protected]f6df20a2012-10-23 21:22:07454 },
[email protected]89d2cd52013-04-16 01:55:36455 'drive_resource_metadata': {
[email protected]2c948e12013-10-17 03:08:33456 'filepath': 'chrome/browser/chromeos/drive/resource_metadata'
[email protected]89d2cd52013-04-16 01:55:36457 },
[email protected]3a25c8a2014-06-26 06:47:10458 'eme': {
459 'filepath': 'components/cdm/|' \
460 'content/browser/media/cdm/|' \
461 'content/renderer/media/crypto/|' \
462 'media/base/android/*drm*|' \
463 'media/cdm/|' \
464 'third_party/widevine/cdm/'
465 },
[email protected]f76c8852012-06-21 16:37:00466 'extension': {
467 'filepath': 'extension',
[email protected]161277d42011-06-24 20:48:45468 },
lunalu0a9c05422016-11-11 17:19:06469 'feature_policy': {
470 'filepath': 'third_party/WebKit/Source/platform/feature_policy/|' \
471 'third_party/WebKit/Source/bindings/core/v8/ConditionalFeatures',
472 },
apaciblec4093a92016-04-19 19:21:58473 'feedback_ui': {
474 'filepath': 'chrome/browser/resources/(md_)?feedback/'
475 },
[email protected]f76c8852012-06-21 16:37:00476 'fileapi': {
[email protected]8492b5b2012-12-17 21:58:08477 'filepath': 'file_system/|' \
478 'fileapi/'
[email protected]80919512011-08-03 08:51:04479 },
[email protected]f76c8852012-06-21 16:37:00480 'filebrowse': {
[email protected]8492b5b2012-12-17 21:58:08481 'filepath': 'file_browser|' \
482 'file_manager|' \
483 'filebrowse'
[email protected]4b07b62cc2011-10-03 17:52:39484 },
[email protected]4ed766c2013-09-19 09:45:20485 'filesapp': {
okab0be3dc2016-08-30 07:37:10486 'filepath': 'chrome/browser/chromeos/drive|' \
487 'chrome/browser/chromeos/extensions/file_manager|' \
488 'chrome/browser/chromeos/extensions/file_system_provider|' \
489 'chrome/browser/chromeos/file_manager|' \
490 'chrome/browser/chromeos/file_system_provider|' \
491 'chrome/browser/drive|' \
492 'chrome/test/data/extensions/api_test/file_system_provider|' \
493 'components/drive|' \
494 'google_apis/drive|' \
495 'ui/file_manager'
496 },
497 'filesapp_ui': {
[email protected]4ff3d9f2014-04-24 05:25:20498 'filepath': 'ui/file_manager'
[email protected]4ed766c2013-09-19 09:45:20499 },
[email protected]f76c8852012-06-21 16:37:00500 'ftp': {
501 'filepath': 'ftp',
[email protected]ffeb189d2011-10-05 18:49:39502 },
mmoroz58ddb8172016-09-08 18:29:55503 'fuzzing': {
504 'filepath': 'fuzz|Fuzz',
505 },
[email protected]3a2a6ac02014-06-20 07:07:12506 'gcm': {
peter9f4490a2017-01-27 00:58:36507 'filepath': 'chrome/browser/gcm/|'\
[email protected]3a2a6ac02014-06-20 07:07:12508 'components/gcm_driver/|'\
509 'google_apis/gcm/',
510 },
mikhail.pozdnyakova8db26402016-11-28 18:27:12511 'generic_sensor': {
512 'filepath': 'device/generic_sensor/|'\
513 'third_party/WebKit/Source/modules/sensor/',
514 },
[email protected]d8036492013-08-09 16:02:23515 'geolocation': {
516 'filepath': 'chrome/browser/geolocation/|'\
517 'content/browser/geolocation|'\
518 'content/public/common/geoposition.*|'\
519 'content/public/browser/geolocation.*|'\
520 'content/renderer/geolocation.*|'\
521 'content/shell/geolocation/',
522 },
[email protected]f93b7382012-08-09 20:53:16523 'gfx_image': {
524 'filepath': 'ui/gfx/image/',
525 },
[email protected]cf428f732012-10-02 20:48:15526 'gfx_geometry': {
danakj570c1332015-01-06 16:59:36527 'filepath': 'ui/gfx/geometry/',
[email protected]cf428f732012-10-02 20:48:15528 },
[email protected]4d1773e2014-04-05 07:59:57529 'gn': {
530 'filepath': 'tools/gn',
531 },
tikuta9a7046f2017-02-16 09:22:45532 'goma': {
533 'filepath': 'infra/config/cq.cfg',
534 },
[email protected]f76c8852012-06-21 16:37:00535 'gpu': {
[email protected]f2f0fbb92012-07-14 15:52:49536 'filepath': 'gpu/',
[email protected]f76c8852012-06-21 16:37:00537 },
[email protected]f76c8852012-06-21 16:37:00538 'history_ui': {
dbeam78528be2016-02-18 07:08:49539 'filepath': 'chrome/browser/resources/(md_)?history|'\
540 'chrome/browser/ui/webui/.*history',
[email protected]f76c8852012-06-21 16:37:00541 },
[email protected]18d7e402014-07-08 19:53:14542 'hotword': {
543 'filepath': 'chrome/browser/extensions/api/hotword_private/'\
544 '|chrome/browser/resources/hotword_helper/'\
[email protected]535980d42014-08-12 14:31:28545 '|chrome/browser/resources/hotword/'\
[email protected]18d7e402014-07-08 19:53:14546 '|chrome/browser/search/hotword*'\
547 '|chrome/test/data/extensions/api_test/hotword_private/',
548 },
[email protected]f76c8852012-06-21 16:37:00549 'i18n': {
[email protected]f2f0fbb92012-07-14 15:52:49550 'filepath': 'base/i18n/|base/string|l10n|icu|'\
timvolodine8cdb94c2016-09-22 12:17:22551 'locale_settings|encoding',
[email protected]f76c8852012-06-21 16:37:00552 },
[email protected]f76c8852012-06-21 16:37:00553 'importer': {
[email protected]f2f0fbb92012-07-14 15:52:49554 'filepath': 'import',
[email protected]f76c8852012-06-21 16:37:00555 },
[email protected]c26161352013-11-12 19:50:01556 'indexed_db': {
557 'filepath': 'content/browser/indexed_db|'\
558 'content/child/indexed_db|'\
559 'content/common/indexed_db|'\
560 'content/public/browser/indexed_db|'\
561 'content/test/data/indexeddb',
562 },
bruthigaa8281f2016-02-09 17:52:31563 'ink_drop': {
564 'filepath': 'ui/views/animation/test/.*ink_drop.*|' \
565 'ui/views/animation/.*ink_drop.*'
566 },
dtapuska1f997a12016-03-14 19:22:07567 'input': {
568 'filepath': 'content/browser/renderer_host/input|'\
569 'content/renderer/input|'\
570 'ui/events/blink/'
571 },
[email protected]f76c8852012-06-21 16:37:00572 'installer': {
grt6b46a162017-01-24 17:39:11573 'filepath': 'chrome/install(_static|er)/',
[email protected]f76c8852012-06-21 16:37:00574 },
mmoss19826c62014-11-14 21:37:36575 'installer_linux': {
576 'filepath': 'chrome/installer/linux/',
577 },
[email protected]56b4b09d32012-07-27 18:28:41578 'instant': {
[email protected]607903d2013-03-25 22:15:47579 'filepath': 'instant|searchbox|'\
580 'chrome/browser/search/|'\
[email protected]c29b7dae2013-03-25 22:29:13581 'chrome/browser/ui/search/|'\
[email protected]eb99f8e2013-07-10 10:17:39582 'chrome/browser/resources/local_ntp/|'\
[email protected]607903d2013-03-25 22:15:47583 'chrome/common/search_types.*',
[email protected]56b4b09d32012-07-27 18:28:41584 },
edchin46453b42017-03-03 01:40:11585 'ios': {
586 'filepath': 'ios',
587 },
sdefresne18b47312015-06-18 15:15:09588 'ios_chrome': {
589 'filepath': 'ios/chrome',
590 },
marqa4f135f2017-01-10 12:37:34591 'ios_clean': {
592 'filepath': 'ios/clean',
593 },
594 'ios_showcase': {
595 'filepath': 'ios/showcase',
596 },
baxley9bfbd3cc2017-03-15 21:22:32597 'ios_test': {
598 'filepath': 'ios/chrome/test|'\
599 'ios/testing|'\
600 'ios/web/public/test|'\
601 'ios/web/test',
602 },
eugenebutb5a5a8572017-01-20 01:18:11603 'ios_web': {
604 'filepath': 'ios/web',
605 },
[email protected]f76c8852012-06-21 16:37:00606 'ipc': {
[email protected]f2f0fbb92012-07-14 15:52:49607 'filepath': 'ipc/ipc',
[email protected]f76c8852012-06-21 16:37:00608 },
mkwstb0d1b1d2014-09-30 11:45:36609 'ipc_messages': {
610 'filepath': '_message.*.h|'\
611 '_messages.cc',
612 },
vabraafbd4f32015-11-10 19:30:23613 'login': {
614 'filepath': 'chrome/browser/ui/login'
615 },
[email protected]a3f777d2014-01-07 23:38:26616 'libwebp': {
617 'filepath': 'third_party/libwebp'
618 },
johannkoenig52381382015-09-18 22:35:25619 'libvpx': {
johannkoenig8cdf03472016-03-02 13:54:31620 'filepath': 'third_party/libvpx'
johannkoenig52381382015-09-18 22:35:25621 },
dominiccabb90e02017-03-31 04:54:23622 'libxml_xslt': {
623 'filepath': 'third_party/libxml/' \
624 '|third_party/libxslt/',
625 },
[email protected]04a292a2013-03-07 19:58:42626 'linux_fonts': {
627 'filepath': 'ui/gfx/font_render_params_.*|'\
deratcd2d6fb2015-02-12 00:10:41628 'ui/gfx/platform_font_linux.*|'\
629 'ui/gfx/render_text_harfbuzz.*',
[email protected]04a292a2013-03-07 19:58:42630 },
631 'linux_sandboxing': {
[email protected]f2f0fbb92012-07-14 15:52:49632 'filepath': 'sandbox/linux/',
[email protected]f76c8852012-06-21 16:37:00633 },
[email protected]04a292a2013-03-07 19:58:42634 'linux_seccomp_bpf': {
[email protected]d6a23612012-11-13 20:11:54635 'filepath': 'content/common/sandbox.*linux.cc',
[email protected]f76c8852012-06-21 16:37:00636 },
lgrey62faed72016-10-11 21:40:39637 'mac': {
lgrey332339b12016-12-05 17:16:40638 'filepath': '(_|/)(cocoa|mac)(_|\.)|/(cocoa|mac)/|^((?!ios\/).)*\.mm?$',
lgrey62faed72016-10-11 21:40:39639 },
mlamourid8b0feb2015-06-02 16:30:47640 'manifest': {
641 'filepath': 'content/(browser|renderer)/manifest/'\
642 '|content/public/common/manifest*',
643 },
michaelpg32ca07902015-02-07 00:31:11644 'md_settings': {
michaelpge42ca3b32016-02-19 08:17:57645 'filepath': 'chrome/browser/resources/settings/'\
michaelpg9bc66292015-09-04 22:35:19646 '|chrome/browser/ui/webui/settings/',
michaelpg32ca07902015-02-07 00:31:11647 },
[email protected]f76c8852012-06-21 16:37:00648 'media': {
[email protected]f2f0fbb92012-07-14 15:52:49649 'filepath': 'media/|third_party/(ffmpeg|openmax)/|webmediaplayer|'\
[email protected]034548d2012-07-31 20:34:00650 'audio_message_filter|video_layer|media_internals',
[email protected]f76c8852012-06-21 16:37:00651 },
mcasasfeedbe42017-03-03 05:23:56652 'media_capture_from_element': {
alancutter40359812017-03-03 08:20:27653 'filepath': 'content/renderer/media_capture_from_element/' \
mcasasfeedbe42017-03-03 05:23:56654 '|third_party/WebKit/Source/modules/mediacapture/' \
655 '|third_party/WebKit/Source/platform/exported/WebCanvasCapture' \
656 '|third_party/WebKit/LayoutTests/fast/mediacapturefromelement/' \
657 '|third_party/WebKit/public/platform/WebCanvasCapture'
658 },
[email protected]06dd23172013-06-24 21:04:51659 'media_galleries': {
660 'filepath': 'chrome/browser/extensions/api/media_galleries/'\
[email protected]06dd23172013-06-24 21:04:51661 '|chrome/browser/media_galleries/'\
662 '|chrome/browser/storage_monitor/'\
663 '|chrome/common/media_galleries/'\
664 '|chrome/test/data/extensions/api_test/media_galleries/'\
665 '|chrome/utility/itunes*'\
666 '|chrome/utility/picasa*',
667 },
alokp9e369ea72e2016-06-10 05:41:09668 'media_mojo': {
669 'filepath': 'media/mojo/*'
670 },
mcasasfeedbe42017-03-03 05:23:56671 'media_recorder': {
alancutter40359812017-03-03 08:20:27672 'filepath': 'content/renderer/media_recorder/' \
mcasasfeedbe42017-03-03 05:23:56673 '|third_party/WebKit/Source/modules/mediarecorder/' \
674 '|third_party/WebKit/Source/platform/exported/WebMediaRecorder' \
675 '|third_party/WebKit/LayoutTests/fast/mediarecorder/' \
676 '|third_party/WebKit/public/platform/WebMediaRecorder'
677 },
miu5e69f1c52016-10-23 13:40:11678 'media_remoting': {
679 'filepath': 'chrome/browser/media/cast_remoting'\
680 '|media/blink/webmediaplayer_'\
681 '|media/mojo/interfaces/remoting.mojom'\
682 '|media/remoting/',
683 },
kmarshallb698ad4f2015-02-24 19:42:48684 'media_router': {
mfoltz57fd7f32017-05-03 06:12:58685 'filepath': 'chrome/android/(java|junit)/src/org/chromium/chrome/browser/media/router/' \
686 '|chrome/browser/media/router/' \
kmarshallb698ad4f2015-02-24 19:42:48687 '|chrome/browser/resources/media_router/' \
mfoltz57fd7f32017-05-03 06:12:58688 '|chrome/browser/ui/views/media_router/' \
kmarshallb698ad4f2015-02-24 19:42:48689 '|chrome/browser/ui/webui/media_router/' \
mfoltz57fd7f32017-05-03 06:12:58690 '|chrome/common/media/router/' \
691 '|chrome/test/data/webui/media_router/' \
692 '|chrome/test/media_router/' \
693 '|chrome/utility/media_router/'
kmarshallb698ad4f2015-02-24 19:42:48694 },
fmeawad4582cd22017-03-30 20:59:36695 'memory_coordinator': {
696 'filepath': 'base/memory/memory_|' \
fmeawadd015b232017-03-31 02:22:45697 'content/browser/memory/|' \
698 'content/child/memory/'
fmeawad4582cd22017-03-30 20:59:36699 },
[email protected]f76c8852012-06-21 16:37:00700 'message_loop': {
[email protected]f2f0fbb92012-07-14 15:52:49701 'filepath': 'base/message_'
[email protected]f76c8852012-06-21 16:37:00702 },
703 'metrics': {
[email protected]f2f0fbb92012-07-14 15:52:49704 'filepath': 'base/metrics/'\
asvitkine361b276e2016-08-30 18:45:00705 '|chrome/android/java/src/org/chromium/chrome/browser/metrics/'\
[email protected]f2f0fbb92012-07-14 15:52:49706 '|chrome/browser/metrics/'\
[email protected]f2f0fbb92012-07-14 15:52:49707 '|chrome/browser/chromeos/external_metrics'\
[email protected]b0d594d2014-02-21 03:22:12708 '|chrome/browser/extensions/api/metrics_private/'\
[email protected]f2f0fbb92012-07-14 15:52:49709 '|chrome/browser/ui/webui/metrics_handler'\
asvitkineb7e10302016-01-20 05:17:45710 '|chromecast/browser/metrics/'\
asvitkinee4bad382015-11-05 21:56:45711 '|components/metrics/'\
asvitkineb7e10302016-01-20 05:17:45712 '|components/metrics_services_manager/'\
[email protected]ce6b855a2014-03-12 19:51:39713 '|components/rappor/'\
asvitkinee4bad382015-11-05 21:56:45714 '|components/variations/'\
[email protected]b0d594d2014-02-21 03:22:12715 # Exclude XML files; in particular, histograms.xml.
716 '|tools/metrics/[^.]*([.](?!xml$).*)?$',
717 },
718 'metrics_xml_files': {
719 # Subscribe to this to watch for changes to histograms.xml.
toyoshim8f51f902015-03-27 03:50:21720 'filepath': 'tools/metrics/.*\.xml$',
721 },
722 'midi': {
723 'filepath': 'midi',
[email protected]f76c8852012-06-21 16:37:00724 },
[email protected]341f218a2013-09-24 22:16:10725 'mojo': {
726 'filepath': 'mojo',
727 },
[email protected]f76c8852012-06-21 16:37:00728 'mouse_lock': {
729 'filepath': 'mouse_lock',
730 },
rjkroegef60dea862015-10-29 17:50:06731 'mus': {
ben6b0453d12016-07-02 04:27:19732 'filepath': 'services/ui/'\
rjkroegef60dea862015-10-29 17:50:06733 '|mojo/gpu/',
734 },
[email protected]f76c8852012-06-21 16:37:00735 'nacl': {
[email protected]f2f0fbb92012-07-14 15:52:49736 'filepath': 'chrome/nacl/|chrome/test/nacl/|'\
[email protected]193912d2013-09-06 17:41:56737 'chrome/browser/nacl_host/|chrome/common/nacl|'\
738 'native_client_sdk/src/doc/',
[email protected]f76c8852012-06-21 16:37:00739 },
[email protected]99ddc3d2013-01-22 16:15:33740 'native_client_sdk': {
741 'filepath': '^native_client_sdk/',
742 },
[email protected]b9ecdb62014-03-07 14:56:43743 'navigation': {
744 'filepath': 'content/browser/frame_host|'\
745 'content/browser/renderer_host/render_process_host.*|'\
746 'content/browser/renderer_host/render_view_host.*|'\
747 'content/browser/web_contents/web_contents_impl.*|'\
748 'content/renderer/render_frame.*|'\
749 'content/renderer/render_view.*'
750 },
[email protected]f76c8852012-06-21 16:37:00751 'net': {
[email protected]f2f0fbb92012-07-14 15:52:49752 'filepath': 'net/',
[email protected]f76c8852012-06-21 16:37:00753 },
bnc1872e8bd2017-01-27 02:47:28754 'net_base': {
755 'filepath': 'net/base/',
756 },
[email protected]f76c8852012-06-21 16:37:00757 'net_error_list': {
758 'filepath': 'net/base/net_error_list.h',
759 },
bnc1872e8bd2017-01-27 02:47:28760 'net_http2': {
761 'filepath': 'net/http2/',
762 },
[email protected]f76c8852012-06-21 16:37:00763 'net_log': {
mmenke59e4d8fb42016-06-15 21:15:28764 'filepath': 'net/log/|' \
[email protected]f2f0fbb92012-07-14 15:52:49765 'chrome/browser/net/.*net_log|' \
[email protected]f2f0fbb92012-07-14 15:52:49766 'chrome/browser/resources/net_internals/|' \
mmenke59e4d8fb42016-06-15 21:15:28767 'chrome/browser/ui/webui/net_internals/|' \
768 'components/net_log/'
[email protected]f76c8852012-06-21 16:37:00769 },
bnc1872e8bd2017-01-27 02:47:28770 'net_spdy': {
771 'filepath': 'net/spdy/',
772 },
jkarlin539748402015-03-31 17:36:31773 'netinfo': {
774 'filepath': 'netinfo',
775 },
peterf4758412014-09-17 15:06:01776 'notifications': {
777 'filepath': 'chrome/browser/extensions/api/notifications/|' \
778 'chrome/browser/notifications/|' \
peter8ab156b2015-03-29 15:44:12779 'chrome/test/data/notifications/|' \
780 'content/browser/notifications/|' \
781 'content/child/notifications/|' \
782 'content/common/platform_notification|' \
783 'content/public/browser/platform_notification|' \
784 'content/public/common/platform_notification|' \
785 'content/renderer/notification_|' \
peterf4758412014-09-17 15:06:01786 'ui/message_center/'
787 },
tbansalc6f1c9f2016-09-30 22:48:42788 'nqe': {
789 'filepath': 'nqe',
790 },
[email protected]f76c8852012-06-21 16:37:00791 'ntp': {
[email protected]f2f0fbb92012-07-14 15:52:49792 'filepath': 'chrome/browser/resources/ntp4/|'\
[email protected]b7ecd5f2013-02-14 21:04:16793 'chrome/browser/resources/ntp_android/|'\
[email protected]f2f0fbb92012-07-14 15:52:49794 'chrome/browser/ui/webui/ntp/',
[email protected]f76c8852012-06-21 16:37:00795 },
mcwilliamsedee5042016-04-05 18:46:45796 'ntp_snippets': {
797 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk16a37f902016-05-16 15:49:36798 'chrome/android/javatests/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk14c89352016-07-21 13:45:13799 'chrome/android/junit/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk117ffb322017-02-06 12:04:20800 'chrome/android/java/src/org/chromium/chrome/browser/suggestions/|'\
801 'chrome/android/javatests/src/org/chromium/chrome/browser/suggestions/|'\
mvanouwerkerk538dc0b62016-05-17 14:55:34802 'chrome/browser/android/ntp/ntp_snippets|'\
mcwilliamsedee5042016-04-05 18:46:45803 'chrome/browser/ntp_snippets/|'\
mvanouwerkerk41649732016-05-17 13:37:00804 'chrome/browser/resources/snippets_internals|'\
805 'chrome/browser/ui/webui/snippets_internals|'\
mcwilliamsedee5042016-04-05 18:46:45806 'components/ntp_snippets/|'\
807 'chrome/android/java/res/layout/new_tab_page|'\
noyau451e6bb62016-12-23 14:29:04808 'chrome/android/java/res/layout/most_visited|'\
809 'ios/chrome/browser/ntp_snippets'
mcwilliamsedee5042016-04-05 18:46:45810 },
treib70176c52016-07-08 14:34:19811 'ntp_tiles': {
812 'filepath': 'chrome/browser/android/ntp/|'\
813 'chrome/browser/ui/webui/ntp/|'\
814 'chrome/common/search/ntp|'\
noyau451e6bb62016-12-23 14:29:04815 'components/ntp_tiles/|'\
816 'ios/chrome/browser/ntp_tiles'
treib70176c52016-07-08 14:34:19817 },
peterb8ec88f82017-03-21 13:29:42818 'offline_items_collection': {
819 'filepath': 'components/offline_items_collection/',
820 },
dimichdce3ee492016-04-04 04:20:52821 'offline_pages': {
822 'filepath': 'components/offline_pages/'\
fgorski329be5b2016-04-19 21:38:11823 '|chrome/browser/android/offline_pages/'\
824 '|chrome/android/java/src/org/chromium/chrome/browser/offlinepages/'
dimichdce3ee492016-04-04 04:20:52825 },
[email protected]f76c8852012-06-21 16:37:00826 'omnibox': {
jdonnelly6fa5a21d2017-01-03 15:28:35827 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/omnibox/|'\
828 'chrome/android/javatests/src/org/chromium/chrome/browser/omnibox/|'\
829 'chrome/browser/autocomplete/|'\
830 'chrome/browser/ui/omnibox/|'\
831 'chrome/browser/ui/.*/omnibox/|'\
832 'components/omnibox/|'\
833 'ios/chrome/browser/ui/omnibox/'
[email protected]f76c8852012-06-21 16:37:00834 },
[email protected]437c44b2012-11-08 01:35:52835 'options': {
836 'filepath': 'chrome/browser/resources/options/|'\
837 'chrome/browser/ui/webui/options/',
838 },
chasej6dff9292016-02-02 20:33:12839 'origin_trials': {
chasej68b8bbd2017-01-26 19:26:13840 'filepath': 'origin_trials'\
841 '|OriginTrial'\
842 '|ConditionalFeature',
chasej6dff9292016-02-02 20:33:12843 },
[email protected]4a2078e2013-07-18 20:40:20844 'ozone': {
[email protected]f93c2c92013-10-31 18:22:44845 'filepath': 'ui/ozone/|'\
[email protected]4b66bf922013-10-28 19:49:43846 'ui/events/ozone/|'\
847 'ui/gfx/ozone/|'\
[email protected]4a2078e2013-07-18 20:40:20848 'ui/gl/gl_.*egl.*|'\
849 'ui/gl/gl_.*ozone.*'
850 },
lgarron9e25c7402017-03-15 04:03:11851 'page_info' : {
852 'filepath': 'chrome/browser/ui/page_info/'\
853 '|chrome/browser/ui/.*/page_info/'\
lgarron3428b2d32017-03-21 18:35:19854 '|chrome/android/java/src/org/chromium/chrome/browser/page_info/'\
lgarron6cd116a2017-04-07 19:42:18855 '|components/page_info_strings.grdp'\
lgarron9e25c7402017-03-15 04:03:11856 '|ios/chrome/browser/ui/omnibox/page_info_'
lgarron6cd116a2017-04-07 19:42:18857 },
csharrison3b1dc4062015-10-19 14:31:08858 'page_load_metrics' : {
bmcquade9f433702016-07-26 23:33:50859 'filepath': 'chrome/browser/page_load_metrics/'\
860 '|chrome/common/page_load_metrics/'\
861 '|chrome/renderer/page_load_metrics/'
csharrison3b1dc4062015-10-19 14:31:08862 },
[email protected]f76c8852012-06-21 16:37:00863 'panels': {
[email protected]7cbe5a52012-09-27 02:00:29864 'filepath': 'chrome/browser/ui/panels'\
865 '|chrome/browser/ui/cocoa/panels'\
[email protected]7cbe5a52012-09-27 02:00:29866 '|chrome/browser/ui/views/panels'
[email protected]f76c8852012-06-21 16:37:00867 },
[email protected]3cc8b3922014-05-05 13:12:08868 'password_manager': {
869 'filepath': 'chrome/.*/password_'\
870 '|chrome/browser/ui/passwords'\
871 '|chrome/browser/ui/views/passwords'\
872 '|chrome/test/data/password'\
873 '|components/autofill.*password'
874 '|components/password_'\
vabrccdb7222016-06-01 14:59:40875 '|^ios/chrome/browser/passwords'\
[email protected]3cc8b3922014-05-05 13:12:08876 },
rouslane8a22262016-10-19 20:49:41877 'payments': {
878 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/payments'\
879 '|chrome/android/javatests/src/org/chromium/chrome/browser/payments'\
mathp432cb342017-01-10 15:45:00880 '|chrome/test/data/payments'\
rouslana64ceca2016-10-26 01:10:31881 '|components/payments'\
rouslane8a22262016-10-19 20:49:41882 '|third_party/WebKit/LayoutTests/payments/'\
rouslane8a22262016-10-19 20:49:41883 '|third_party/WebKit/Source/modules/payments'\
mahmadi0a7bb59f2017-02-22 19:13:49884 '|ios/web/payments/'\
885 '|ios/web/public/payments/'\
886 '|ios/chrome/browser/payments/'
887 },
888 'payments_ios': {
889 'filepath': 'ios/web/payments/'\
890 '|ios/web/public/payments/'\
mahmadidfac58d2016-12-19 19:11:53891 '|ios/chrome/browser/payments/'
rouslane8a22262016-10-19 20:49:41892 },
[email protected]f76c8852012-06-21 16:37:00893 'pepper_api': {
[email protected]b8491b02013-11-13 03:50:58894 'filepath': 'ppapi/api'\
895 '|ppapi/c',
[email protected]f76c8852012-06-21 16:37:00896 },
mlamourid8b0feb2015-06-02 16:30:47897 'permissions': {
898 'filepath': 'content/(child,browser)/permissions/'\
899 '|content/common/permission_*'\
900 '|content/public/(common,browser)/permission_*'\
901 '|chrome/browser/permissions/'\
902 '|chrome/browser/content_settings/permission*'\
903 '|permission_context',
904 },
[email protected]f76c8852012-06-21 16:37:00905 'plugin': {
[email protected]f2f0fbb92012-07-14 15:52:49906 'filepath': 'chrome/browser/plugin|chrome/plugin/|'\
Thiago Farinae067154bb2015-05-07 15:37:59907 'chrome/common/plugin',
[email protected]f76c8852012-06-21 16:37:00908 },
michaelpg11fff3f2015-02-06 03:35:34909 'polymer': {
910 'filepath': 'third_party/polymer/|'\
michaelpgf94a2a22017-03-06 22:35:00911 'third_party/web-animations-js/|'\
dbeam78528be2016-02-18 07:08:49912 'tools/polymer|'\
michaelpg11fff3f2015-02-06 03:35:34913 'ui/webui/resources/polymer_resources.grdp',
914 },
twifkak0c69c1f2015-06-22 18:20:09915 'precache': {
916 'filepath': '[pP]recache'
917 },
[email protected]be775bc2014-06-30 15:41:14918 'prepopulated_engines': {
919 'filepath': 'components/search_engines/prepopulated_engines.json',
920 },
[email protected]f76c8852012-06-21 16:37:00921 'prerender': {
[email protected]78375a52012-07-14 14:47:57922 'filepath': 'prerender'
[email protected]f76c8852012-06-21 16:37:00923 },
mfoltz57fd7f32017-05-03 06:12:58924 'presentation': {
925 'filepath': 'content/(browser|common|renderer)/presentation/' \
926 '|third_party/WebKit/public/platform/modules/presentation/' \
927 '|third_party/WebKit/LayoutTests/presentation/' \
928 '|third_party/WebKit/Source/modules/presentation/'
929 },
peter884896c72015-03-12 14:26:20930 'push_messaging': {
931 'filepath': 'push_messaging'
932 },
stkhapugin06503142016-12-07 14:32:12933 'reading_list': {
934 'filepath': 'components/reading_list|'\
935 'ios/chrome/browser/reading_list|'\
936 'ios/chrome/browser/ui/reading_list',
937 },
[email protected]f76c8852012-06-21 16:37:00938 'remoting': {
sergeyu05995a4f2017-01-24 21:26:01939 'filepath': '^remoting/' \
940 '|^testing/chromoting'
[email protected]f76c8852012-06-21 16:37:00941 },
gab57e80c72014-12-08 21:06:13942 'rlz_id': {
943 'filepath' :'rlz/lib/machine_id.cc|'\
944 'rlz/lib/machine_id.h|'\
945 'rlz/win/lib/machine_id_win.cc',
946 },
grt829c6a82014-10-20 09:29:32947 'safe_browsing': {
timvolodine41e95412017-03-14 02:55:34948 'filepath': 'chrome/(browser|common|renderer)/safe_browsing/|'\
949 'components/safe_browsing/',
grt829c6a82014-10-20 09:29:32950 },
vakhf8e14c92016-10-17 21:29:47951 'safe_browsing_db': {
952 'filepath': 'components/safe_browsing_db/',
953 },
rickyz0a819bfc2015-02-04 23:57:22954 'sandbox': {
955 'filepath': 'sandbox/'\
956 '|content/browser/bootstrap_sandbox_mac'\
957 '|content/browser/renderer_host/render_sandbox_host_linux'\
958 '|content/browser/renderer_host/sandbox_ipc_linux'\
959 '|content/browser/zygote_host/'\
960 '|content/common/sandbox_'\
961 '|content/zygote/'\
962 },
skyostil20dea312014-11-11 13:43:06963 'scheduler': {
rmcilroyfa5ac552015-04-09 12:33:17964 'filepath': 'cc/scheduler'\
jochen83c639f02015-04-22 17:07:37965 '|components/scheduler'\
rmcilroyfa5ac552015-04-09 12:33:17966 '|content/renderer/scheduler'
skyostil20dea312014-11-11 13:43:06967 },
mlamourid8b0feb2015-06-02 16:30:47968 'screen_orientation': {
969 'filepath': 'screen_orientation',
970 },
[email protected]21cd39b2012-06-28 01:48:40971 'search': {
[email protected]f2f0fbb92012-07-14 15:52:49972 'filepath': 'chrome/browser/ui/search/',
[email protected]21cd39b2012-06-28 01:48:40973 },
[email protected]0b431722014-01-08 07:21:51974 'service_worker': {
[email protected]edaf31d2014-03-07 00:09:17975 'filepath': 'content/(browser|renderer|child|common)/service_worker/',
[email protected]0b431722014-01-08 07:21:51976 },
alitoc5534d62017-04-21 01:48:58977 'settings_reset_prompt': {
978 'filepath': 'chrome/browser/safe_browsing/settings_reset_prompt/'\
979 '|chrome/browser/ui/views/settings_reset_prompt',
980 },
dominickn8884155a2016-06-23 02:28:16981 'site_engagement': {
982 'filepath': 'chrome/browser/engagement/|'\
983 'chrome/browser/ui/webui/engagement/',
984 },
[email protected]f76c8852012-06-21 16:37:00985 'site_instance': {
[email protected]f2f0fbb92012-07-14 15:52:49986 'filepath': 'content/browser/site_instance|'\
987 'content/browser/browsing_instance',
[email protected]f76c8852012-06-21 16:37:00988 },
989 'speech': {
[email protected]f2f0fbb92012-07-14 15:52:49990 'filepath': 'chrome/browser/speech/'\
991 '|content/browser/speech/'\
992 '|content/common/.*speech'\
993 '|content/public/.*speech'
[email protected]f76c8852012-06-21 16:37:00994 },
[email protected]ad0295d2012-10-11 23:43:36995 'spellcheck': {
996 'filepath': 'chrome/browser/spellchecker/'\
timvolodine8cdb94c2016-09-22 12:17:22997 '|chrome/browser/renderer_context_menu/spelling_'\
998 '|components/spellcheck/'\
999 '|third_party/hunspell/'\
1000 '|third_party/hunspell_dictionaries/',
[email protected]ad0295d2012-10-11 23:43:361001 },
[email protected]67f39af2013-08-23 20:06:051002 'streams': {
1003 'filepath': 'content/browser/streams/',
1004 },
vmpstrcc1c08302015-11-18 06:05:511005 'styleguide': {
1006 'filepath': '^styleguide/',
1007 },
engedye7b734da2017-02-07 12:08:131008 'subresource_filter': {
1009 'filepath': 'subresource_filter|SubresourceFilter',
1010 },
[email protected]43d33e92014-07-14 16:39:311011 'supervised_users': {
1012 'filepath': 'chrome/browser/.*managed_mode'\
1013 '|chrome/browser/.*managed_user'\
1014 '|chrome/browser/.*supervised_user',
1015 },
alito438fa4332016-12-20 21:59:171016 'swreporter': {
alitof6fcb352017-05-01 22:34:281017 'filepath': 'chrome/browser/safe_browsing/chrome_cleaner/'\
alito438fa4332016-12-20 21:59:171018 '|chrome/browser/component_updater/sw_reporter_',
1019 },
[email protected]f76c8852012-06-21 16:37:001020 'sync': {
maxboguefa217942016-04-01 01:08:131021 'filepath': '^chrome/android/sync_shell/'\
1022 '|^chrome/browser/ui/sync/'\
1023 '|^chrome/browser/ui/views/sync/'\
1024 '|^chrome/test/android/javatests/src/org/chromium/chrome/test/util/browser/sync/'\
1025 '|^ios/chrome/browser/sync/'\
1026 '|^chrome/android/java/src/org/chromium/chrome/browser/sync/'\
1027 '|^chrome/browser/sync/'\
1028 '|^components/browser_sync/'\
Max Boguefef332d2016-07-28 22:09:091029 '|^components/sync/'\
maxboguefa217942016-04-01 01:08:131030 '|^components/sync_bookmarks/'\
Max Boguefef332d2016-07-28 22:09:091031 '|^components/sync_sessions/',
[email protected]f76c8852012-06-21 16:37:001032 },
[email protected]92871a102013-07-01 11:11:411033 'syncfs': {
1034 'filepath': 'sync_file_system',
1035 },
miu5e69f1c52016-10-23 13:40:111036 'tab_alert_indicators': {
1037 'filepath': 'content/browser/media/audio_stream_monitor'\
1038 '|chrome/browser/ui/cocoa/tabs/alert_indicator_button'\
1039 '|chrome/browser/ui/cocoa/tabs/tab_controller\.mm'\
1040 '|chrome/browser/ui/tabs/tab_utils'\
1041 '|chrome/browser/ui/views/tabs/alert_indicator_button'\
1042 '|chrome/browser/ui/views/tabs/tab\.cc'\
1043 '|chrome/browser/ui/views/tabs/tab_renderer_data'\
1044 '|media/audio/audio_(output_controller|power_monitor)',
1045 },
[email protected]82d74152013-07-28 08:55:311046 'tab_capture': {
miu5e69f1c52016-10-23 13:40:111047 'filepath': 'cc/output/copy_output_'\
[email protected]31ef420b2014-08-13 21:19:131048 '|chrome/browser/extensions/api/tab_capture/'\
miu5e69f1c52016-10-23 13:40:111049 '|chrome/renderer/resources/extensions/tab_capture_custom_bindings.js'\
[email protected]31ef420b2014-08-13 21:19:131050 '|chrome/test/data/extensions/api_test/tab_capture/'\
[email protected]31ef420b2014-08-13 21:19:131051 '|content/browser/media/capture/'\
miu5e69f1c52016-10-23 13:40:111052 '|content/browser/renderer_host/delegated_frame_host'\
[email protected]31ef420b2014-08-13 21:19:131053 '|content/browser/renderer_host/media/(audio_'\
1054 '|media_stream_manager|video_)'\
miu5e69f1c52016-10-23 13:40:111055 '|content/public/renderer/media_stream_'\
1056 '|content/renderer/media/(media_stream|(.+audio_source))'\
[email protected]31ef420b2014-08-13 21:19:131057 '|media/audio/(audio_output_controller|fake_audio_|virtual_audio_)'\
1058 '|media/base/video_frame\.h'\
miu5e69f1c52016-10-23 13:40:111059 '|media/capture/',
[email protected]82d74152013-07-28 08:55:311060 },
[email protected]f76c8852012-06-21 16:37:001061 'tab_contents': {
[email protected]f2f0fbb92012-07-14 15:52:491062 'filepath': 'chrome/browser/tab_contents/|'\
1063 'content/browser/tab_contents/|'\
1064 'chrome/browser/ui/tab_contents/',
[email protected]f76c8852012-06-21 16:37:001065 },
1066 'task_manager': {
1067 'filepath': 'task_manager'
1068 },
tdresserd80646f2017-03-03 19:26:081069 'tbmv2_metrics': {
1070 'filepath': 'third_party/catapult/tracing/tracing/metrics'
1071 },
[email protected]5e105332012-09-13 01:55:521072 'tcmalloc': {
1073 'filepath': 'third_party/tcmalloc'
1074 },
[email protected]31a10602012-11-21 01:51:261075 'telemetry': {
nednguyen79105d422016-04-18 01:38:421076 'filepath': 'tools/perf/'
[email protected]31a10602012-11-21 01:51:261077 },
[email protected]f76c8852012-06-21 16:37:001078 'tests': {
[email protected]f2f0fbb92012-07-14 15:52:491079 'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/',
[email protected]0cde05a02011-11-30 23:36:521080 },
jlkleinecc81952016-11-19 00:16:071081 'tether': {
1082 'filepath': 'components/cryptauth/'\
1083 '|chromeos/components/tether/'\
1084 '|components/proximity_auth/',
1085 },
[email protected]1cbbb30b2011-10-14 08:03:561086 'textinput': {
[email protected]f2f0fbb92012-07-14 15:52:491087 'filepath': 'content/browser/renderer_host/gtk_im'\
1088 '|content/browser/renderer_host/gtk_key'\
1089 '|content/browser/renderer_host/render_widget_host_view'\
1090 '|content/browser/renderer_host/text_input'\
1091 '|ui/base/ime/'\
1092 '|ui/base/gtk/event'\
1093 '|ui/base/gtk/gtk_im'\
1094 '|ui/base/keycodes/'\
1095 '|ui/base/win/ime'\
1096 '|ui/views/controls/textfield/'\
1097 '|ui/views/ime/'
[email protected]1cbbb30b2011-10-14 08:03:561098 },
[email protected]3a117c62011-11-29 04:28:021099 'textinput_chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:491100 'filepath': 'chrome/browser/chromeos/input_method/'\
1101 '|chrome/browser/chromeos/extensions/input_method'\
1102 '|chrome/browser/chromeos/status/input_method'\
1103 '|chrome/browser/extensions/extension_input_'\
1104 '|chrome/browser/resources/keyboard'\
1105 '|chrome/browser/resources/options/language'\
[email protected]ef03eae2011-11-30 08:43:431106 '|chrome/browser/ui/webui/options/'\
[email protected]f2f0fbb92012-07-14 15:52:491107 'chromeos/.*(language|keyboard)'\
[email protected]6bd9e802013-04-18 06:40:421108 '|chrome/browser/ui/webui/options/language'\
1109 '|chromeos/ime/*'
[email protected]3a117c62011-11-29 04:28:021110 },
chirantan96fcf6d2015-01-21 22:36:191111 'timers': {
1112 'filepath': 'base/timer/'\
1113 '|components/timers/'
1114 },
[email protected]f76c8852012-06-21 16:37:001115 'tools': {
[email protected]f2f0fbb92012-07-14 15:52:491116 'filepath': 'tools/',
[email protected]6bea7b42011-10-19 19:47:091117 },
robliaofd54b5c2017-01-13 00:41:301118 'tools_win_chromeexts': {
1119 'filepath': 'tools/win/chromeexts',
1120 },
[email protected]c8eb7f72013-07-04 15:30:111121 'tracing': {
1122 'filepath': 'base/debug/trace_event.*'\
primianobef13b42015-01-30 15:29:311123 '|base/trace_event/'\
[email protected]c8eb7f72013-07-04 15:30:111124 '|content/browser/tracing/'\
1125 '|components/tracing/'
1126 },
[email protected]cf428f732012-10-02 20:48:151127 'ui_compositor': {
1128 'filepath': 'ui/compositor/layer\.|'\
1129 'ui/compositor/layer_unittest|'\
1130 'ui/compositor/compositor',
1131 },
robliao2c4b7492016-07-19 01:57:261132 'ui_display_win': {
1133 'filepath': '^ui/display/win',
1134 },
[email protected]6b5093c2012-05-23 19:10:181135 'ui_resources': {
[email protected]f2f0fbb92012-07-14 15:52:491136 'filepath': 'ui/resources/'\
1137 '|ui/base/native_theme/resources/'\
1138 '|chrome/app/theme/'
[email protected]6b5093c2012-05-23 19:10:181139 },
edwardjung83f52ef22017-02-07 13:15:071140 'ui_strings': {
1141 'filepath': 'chrome/app/generated_resources.grd'\
1142 '|chrome/app/google_chrome_strings.grd'\
1143 '|chrome/android/java/strings/android_chrome_strings.grd'\
1144 '|chrome/app/settings_strings.grdp'\
1145 '|ios/chrome/app/strings/ios(_.+)*_strings.grd'\
1146 '|ui/strings/ui_strings.grd',
1147 },
[email protected]f76c8852012-06-21 16:37:001148 'valgrind': {
1149 'filepath': 'valgrind',
1150 },
[email protected]c73ec8ab2014-01-16 20:35:231151 'version_assembly': {
1152 'filepath': 'chrome/app/version_assembly',
1153 },
posciak62a72272016-05-11 08:31:241154 'video': {
1155 'filepath': 'content/browser/renderer_host/media/|'\
1156 'content/renderer/media/|'\
1157 'media/capture/video/|'\
1158 'media/filters/|'\
1159 'media/gpu/|'\
1160 '.*video.*',
1161 },
mcasas09e881c2016-04-09 02:09:501162 'video_capture': {
1163 'filepath': 'chrome/browser/media/.*(capture|media|webrtc)'\
1164 '|content/browser/renderer_host/media/.*(capture|media)'\
1165 '|content/renderer/media/.*(capture|media|webrtc)'\
1166 '|media/capture/'\
chfremer2a01a69b2017-01-06 02:39:011167 '|media/muxers/'\
1168 '|services/video_capture/',
mcasas09e881c2016-04-09 02:09:501169 },
[email protected]f76c8852012-06-21 16:37:001170 'views': {
1171 # Applies to all files and subdirs within this directory.
[email protected]f2f0fbb92012-07-14 15:52:491172 'filepath': '^ui/views/',
[email protected]f76c8852012-06-21 16:37:001173 },
[email protected]f47d871a2013-10-11 22:14:151174 'views_corewm': {
1175 'filepath': 'ui/views/corewm/',
[email protected]3fc918142013-10-12 01:42:171176 },
[email protected]ef514a32014-02-26 01:02:351177 'virtual_keyboard': {
1178 'filepath': 'ui/keyboard/'\
oka47452c22017-02-17 05:07:571179 '|chrome/test/data/chromeos/virtual_keyboard/'\
1180 '|extensions/browser/api/virtual_keyboard_private/'\
James Cooka35a1e22017-04-08 02:33:081181 '|ash/system/virtual_keyboard/'\
oka47452c22017-02-17 05:07:571182 '|ash/virtual_keyboard',
[email protected]ef514a32014-02-26 01:02:351183 },
billorr3c7e1442016-11-11 21:21:351184 'virtual_reality': {
1185 'filepath': 'vr_shell/|'\
1186 '/vr/|'\
1187 'third_party/gvr',
1188 },
mcasas09e881c2016-04-09 02:09:501189 'webrtc_browser_tests': {
1190 'filepath': 'chrome/browser/media/.*webrtc.*browsertest|'\
1191 'content/browser/media/.*webrtc.*browsertest',
1192 },
[email protected]208879542012-07-05 11:15:341193 'website_settings': {
[email protected]f2f0fbb92012-07-14 15:52:491194 'filepath': 'chrome/browser/content_settings/'\
1195 '|chrome/browser/ui/views/website_settings/'\
1196 '|chrome/browser/ui/website_settings/'\
mukai077089f2014-09-11 18:41:521197 '|chrome/common/content_settings'\
1198 '|components/content_settings/',
[email protected]208879542012-07-05 11:15:341199 },
[email protected]b17d9e02014-07-29 09:45:501200 'windows_sandboxing': {
1201 'filepath': 'sandbox/win/',
1202 },
[email protected]f76c8852012-06-21 16:37:001203 'x11': {
[email protected]f2f0fbb92012-07-14 15:52:491204 'filepath': 'content/browser/renderer_host/backing_store_x\.' \
1205 '|chrome/browser/chromeos/input_method/xkeyboard\.' \
1206 '|chrome/browser/chromeos/system_key_event_listener\.' \
[email protected]f76c8852012-06-21 16:37:001207 '|chrome/browser/chromeos/'\
[email protected]f2f0fbb92012-07-14 15:52:491208 'xinput_hierarchy_changed_event_listener\.' \
1209 '|chrome/browser/chromeos/wm_' \
1210 '|ui/base/x/'
[email protected]0d710852012-05-24 01:18:401211 },
wjmaclean3ff6a402015-03-31 19:00:201212 'zoom': {
1213 'filepath': 'chrome/browser/ui/zoom/' \
1214 '|components/ui/zoom/' \
1215 '|content/browser/host_zoom_*' \
1216 '|content/browser/storage_partition_impl*' \
1217 '|content/public/browser/host_zoom_map.h' \
1218 '|content/public/browser/storage_partition.h'
1219 },
timlohd035d572015-09-25 15:28:021220
1221 'blink': {
1222 'filepath': 'third_party/WebKit/',
1223 },
1224 'blink_accessibility': {
1225 'filepath': 'third_party/WebKit/.*(accessibility|AXObjectCache|WebAX)'
1226 },
1227 'blink_animation': {
1228 'filepath': 'third_party/WebKit/.*([Aa]nimat|[Tt]ransition)',
1229 },
1230 'blink_app_banner': {
1231 'filepath': 'third_party/WebKit/Source/modules/app_banner' \
1232 '|third_party/WebKit/public/platform/modules/app_banner',
1233 },
1234 'blink_audio': {
1235 'filepath': 'third_party/WebKit/Source/platform/audio' \
1236 '|third_party/WebKit/Source/modules/webaudio',
1237 },
1238 'blink_battery_status': {
1239 'filepath': 'third_party/WebKit/Source/modules/battery/' \
1240 '|third_party/WebKit/LayoutTests/battery-status/' \
1241 '|third_party/WebKit/Source/core/frame/PlatformEvent(Controller|Dispatcher)'
1242 },
1243 'blink_bidi': {
1244 'filepath': 'third_party/WebKit/Source/platform/text/.*Bidi' \
1245 '|third_party/WebKit/Source/core/rendering/.*Bidi',
1246 },
1247 'blink_bindings': {
1248 'filepath': 'third_party/WebKit/Source/bindings',
1249 },
jbroman9ac2d532016-09-01 18:20:081250 'blink_bindings_serialization': {
1251 'filepath': 'third_party/WebKit/Source/bindings/(core|modules)/v8/.*[Ss]erializ',
1252 },
timlohd035d572015-09-25 15:28:021253 'blink_bluetooth': {
1254 'filepath': 'third_party/WebKit/.*[Bb]luetooth'
1255 },
1256 'blink_canvas2d': {
1257 'filepath': 'third_party/WebKit/Source/core/html/canvas' \
1258 '|third_party/WebKit/Source/core/html/HTMLCanvasElement' \
1259 '|third_party/WebKit/Source/modules/canvas2d' \
1260 '|third_party/WebKit/Source/platform/graphics/Canvas2D',
1261 },
1262 'blink_clipboard': {
1263 'filepath': 'third_party/WebKit/Source/core/clipboard' \
1264 '|third_party/WebKit/Source/core/page/.*Drag' \
1265 '|third_party/WebKit/Source/platform/.*Drag' \
1266 '|third_party/WebKit/Source/platform/clipboard' \
1267 '|third_party/WebKit/Source/web/.*Drag' \
1268 '|third_party/WebKit/public/platform/.*Drag' \
1269 '|third_party/WebKit/public/web/.*Drag',
1270 },
1271 'blink_content_security_policy': {
1272 'filepath': 'third_party/WebKit/Source/core/frame/csp' \
1273 '|third_party/WebKit/Source/core/events/SecurityPolicyViolationEvent' \
1274 '|third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy'
1275 },
1276 'blink_css': {
1277 'filepath': 'third_party/WebKit/Source/core/css',
1278 },
1279 'blink_css_grid_layout': {
1280 'filepath': 'third_party/WebKit/Source/core/layout/.*Grid' \
1281 '|third_party/WebKit/Source/core/paint/.*Grid' \
1282 '|third_party/WebKit/Source/core/css/.*Grid' \
1283 '|third_party/WebKit/LayoutTests/fast/css-grid-layout/' \
1284 '|third_party/WebKit/LayoutTests/ietestcenter/css3/grid/' \
1285 '|third_party/WebKit/LayoutTests/platform/.*/fast/css-grid-layout/' \
1286 '|third_party/WebKit/LayoutTests/platform/.*/ietestcenter/css3/grid/'
1287 },
1288 'blink_css_flexbox': {
1289 'filepath': 'third_party/WebKit/Source/core/rendering/.*Flex' \
1290 '|third_party/WebKit/LayoutTests/fast/deprecated-flexbox/' \
1291 '|third_party/WebKit/LayoutTests/css3/flexbox/' \
1292 '|third_party/WebKit/LayoutTests/ietestcenter/css3/flexbox/'
1293 },
1294 'blink_css_fragmentation_tests': {
1295 'filepath': 'third_party/WebKit/LayoutTests/fast/multicol/' \
mstensho6471a3d2015-11-25 12:31:021296 '|third_party/WebKit/LayoutTests/fast/pagination/' \
1297 '|third_party/WebKit/LayoutTests/printing/'
timlohd035d572015-09-25 15:28:021298 },
1299 'blink_css_regions': {
1300 'filepath': 'third_party/WebKit/Source/core/rendering/.*(Region|FlowThread)' \
1301 '|third_party/WebKit/Source/core/dom/NodeRendering' \
1302 '|third_party/WebKit/Source/core/dom/.*NamedFlow' \
1303 '|third_party/WebKit/Source/core/css/.*Region' \
1304 '|third_party/WebKit/LayoutTests/compositing/regions/' \
1305 '|third_party/WebKit/LayoutTests/fast/regions/' \
1306 '|third_party/WebKit/LayoutTests/platform/chromium.*/fast/regions/'
1307 },
1308 'blink_custom_elements': {
dominicc05d120d2016-05-16 01:13:401309 'filepath': 'third_party/WebKit/Source/core/dom/custom/' \
timlohd035d572015-09-25 15:28:021310 '|third_party/WebKit/Source/bindings/v8/.*CustomElement',
1311 },
1312 'blink_device_light': {
1313 'filepath': 'third_party/WebKit/Source/modules/device_light/' \
1314 '|third_party/WebKit/LayoutTests/fast/dom/DeviceLight/'
1315 },
1316 'blink_device_orientation': {
1317 'filepath': 'third_party/WebKit/Source/modules/device_orientation/' \
tkentf9e95152017-02-08 22:39:341318 '|third_party/WebKit/LayoutTests/device_orientation/' \
timlohd035d572015-09-25 15:28:021319 '|third_party/WebKit/Source/core/frame/PlatformEvent(Controller|Dispatcher)' \
1320 '|third_party/WebKit/Source/core/frame/DeviceSingleWindowEventController'
1321 },
1322 'blink_devtools': {
1323 'filepath': 'third_party/WebKit/.*(inspector|DevTools|devtools)',
1324 },
1325 'blink_dom': {
1326 'filepath': 'third_party/WebKit/Source/core/dom/'
1327 },
1328 'blink_events': {
1329 'filepath': 'third_party/WebKit/Source/core/page/.*Event' \
1330 '|third_party/WebKit/Source/core/dom/.*Event' \
1331 '|third_party/WebKit/Source/core/css/.*Event' \
1332 '|third_party/WebKit/Source/platform/.*Event'
1333 },
1334 'blink_fetch': {
kinukoc0f5d162017-01-27 06:26:531335 'filepath': 'third_party/WebKit/Source/platform/loader/fetch'
timlohd035d572015-09-25 15:28:021336 },
1337 'blink_heap': {
1338 'filepath': 'third_party/WebKit/Source/platform/heap' \
harakenbc02f102017-01-05 08:46:151339 '|base/allocator/partition_allocator/'
timlohd035d572015-09-25 15:28:021340 },
1341 'blink_html': {
1342 'filepath': 'third_party/WebKit/Source/core/html/'
1343 },
mcasas9558316b2017-03-10 18:57:311344 'blink_image_capture': {
1345 'filepath': 'third_party/WebKit/Source/modules/imagecapture' \
1346 '|third_party/WebKit/LayoutTests/fast/imagecapture/' \
1347 '|third_party/WebKit/LayoutTests/imagecapture/'
1348 },
timlohd035d572015-09-25 15:28:021349 'blink_loader': {
kinukoc0f5d162017-01-27 06:26:531350 'filepath': 'third_party/WebKit/Source/core/loader', \
1351 'filepath': 'third_party/WebKit/Source/platform/loader'
timlohd035d572015-09-25 15:28:021352 },
haraken04143c62016-03-31 08:48:561353 'blink_modules': {
1354 'filepath': 'third_party/WebKit/Source/modules'
1355 },
timlohd035d572015-09-25 15:28:021356 'blink_notifications': {
1357 'filepath': 'third_party/WebKit/LayoutTests/http/tests/notifications' \
1358 '|third_party/WebKit/Source/modules/notifications' \
1359 '|third_party/WebKit/public/platform/modules/notifications'
1360 },
1361 'blink_owners': {
1362 'filepath': 'third_party/WebKit/.*OWNERS',
1363 },
1364 'blink_paint': {
1365 'filepath': 'third_party/WebKit/Source/core/paint/'
1366 },
panickere9ffa3f2017-04-10 18:26:061367 'blink_performance_timing': {
1368 'filepath': 'third_party/WebKit/Source/core/timing/'
1369 },
timlohd035d572015-09-25 15:28:021370 'blink_permissions': {
1371 'filepath': 'third_party/WebKit/Source/modules/permissions/' \
1372 '|third_party/WebKit/public/platform/modules/permissions/',
1373 },
1374 'blink_preloadScanner': {
1375 'filepath': 'third_party/WebKit/Source/core/html/parser/HTMLPreloadScanner',
1376 },
1377 'blink_public_api': {
1378 'filepath': 'third_party/WebKit/public'
1379 },
1380 'blink_push_messaging': {
1381 'filepath': 'third_party/WebKit/LayoutTests/http/tests/push_messaging' \
1382 '|third_party/WebKit/Source/modules/push_messaging' \
1383 '|third_party/WebKit/public/platform/modules/push_messaging'
1384 },
kinuko533a1692015-12-21 08:57:251385 'blink_platform': {
1386 'filepath': 'third_party/WebKit/Source/platform'
1387 },
timlohd035d572015-09-25 15:28:021388 'blink_platform_graphics': {
1389 'filepath': 'third_party/WebKit/Source/platform/fonts' \
1390 '|third_party/WebKit/Source/platform/geometry' \
1391 '|third_party/WebKit/Source/platform/graphics'
1392 },
1393 'blink_indexed_db': {
1394 'filepath': 'third_party/WebKit/Source/modules/indexeddb/' \
1395 '|third_party/WebKit/Source/web/.*IDB' \
1396 '|third_party/WebKit/LayoutTests/storage/indexeddb' \
1397 '|third_party/WebKit/public/platform/.*IDB'
1398 },
dtapuska1f997a12016-03-14 19:22:071399 'blink_input': {
1400 'filepath': 'third_party/WebKit/Source/core/input/'
1401 },
timlohd035d572015-09-25 15:28:021402 'blink_layout': {
1403 'filepath': 'third_party/WebKit/Source/core/layout' \
1404 '|third_party/WebKit/Source/core/rendering'
1405 },
ojan21576e22016-08-17 21:43:461406 'blink_layout_ng': {
1407 'filepath': 'third_party/WebKit/Source/core/layout/ng',
1408 },
timlohd035d572015-09-25 15:28:021409 'blink_layers': {
1410 'filepath': 'third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator' \
1411 '|third_party/WebKit/Source/platform/graphics/GraphicsLayer' \
1412 '|third_party/WebKit/Source/core/layout/Layer'
1413 },
1414 'blink_prerender': {
1415 'filepath': 'third_party/WebKit/.*(Prerender|loader/LinkLoader|html/HTMLLinkElement)'
1416 },
1417 'blink_client_hints': {
1418 'filepath': 'third_party/WebKit/Source/core/loader/AcceptClientHints*' \
1419 '|third_party/WebKit/Source/core/loader/FrameFetchContext*' \
1420 '|third_party/WebKit/Source/core/fetch/FetchContext*' \
1421 '|third_party/WebKit/Source/core/fetch/ImageResource*' \
1422 '|third_party/WebKit/Source/core/fetch/ResourceFetcher*'
1423 },
1424 'blink_track': {
1425 'filepath': 'third_party/WebKit/Source/core/html/track/' \
1426 '|third_party/WebKit/Source/core/loader/TextTrack' \
1427 '|third_party/WebKit/Source/core/html/HTMLMediaElement' \
1428 '|third_party/WebKit/Source/core/html/HTMLTrackElement' \
1429 '|third_party/WebKit/Source/core/html/shadow/MediaControl' \
1430 '|third_party/WebKit/Source/core/css/mediaControl' \
1431 '|third_party/WebKit/LayoutTests/media/track/'
1432 },
1433 'blink_media': {
1434 'filepath': 'third_party/WebKit/Source/core/css/mediaControls' \
1435 '|third_party/WebKit/Source/core/html/.*(Audio|Media|Video)' \
1436 '|third_party/WebKit/Source/core/html/shadow/MediaControl' \
1437 '|third_party/WebKit/Source/core/layout/LayoutMedia' \
1438 '|third_party/WebKit/Source/core/layout/LayoutTextTrackContainerElement' \
1439 '|third_party/WebKit/Source/modules/(encryptedmedia|mediasource)' \
1440 '|third_party/WebKit/Source/platform/drm/' \
1441 '|third_party/WebKit/Source/platform/graphics/media/' \
1442 '|third_party/WebKit/Source/web/.*Media' \
1443 '|third_party/WebKit/LayoutTests/media/' \
1444 '|third_party/WebKit/public/.*Media'
1445 },
1446 'blink_media_queries': {
1447 'filepath': 'third_party/WebKit/Source/core/css/CSSMediaRule' \
1448 '|third_party/WebKit/Source/core/css/MediaList' \
1449 '|third_party/WebKit/Source/core/css/MediaQuery' \
1450 '|third_party/WebKit/Source/core/css/parser/MediaQuery'
1451 },
1452 'blink_navigator_content_utils': {
1453 'filepath': 'third_party/WebKit/Source/modules/navigatorcontentutils' \
1454 '|third_party/WebKit/LayoutTests/fast/dom/navigatorcontentutils'
1455 },
1456 'blink_out_of_process_frames': {
1457 'filepath': 'third_party/WebKit/Source/core/frame/FrameOwner' \
dcheng10f6a9c2016-05-06 16:40:031458 '|third_party/WebKit/Source/core/frame/Frame\.' \
timlohd035d572015-09-25 15:28:021459 '|third_party/WebKit/Source/web/WebFrame' \
1460 '|third_party/WebKit/Source/web/WebRemoteFrameImpl'
1461 },
1462 'blink_fileapi': {
1463 'filepath': 'third_party/WebKit/Source/modules/filesystem/' \
1464 '|third_party/WebKit/Source/core/fileapi/' \
1465 '|third_party/WebKit/Source/platform/.*File' \
1466 '|third_party/WebKit/Source/web/.*File' \
1467 '|third_party/WebKit/LayoutTests/fast/file' \
1468 '|third_party/WebKit/public/.*File'
1469 },
haraken98d0827a2017-02-27 00:55:191470 'blink_frames': {
1471 'filepath': 'third_party/WebKit/Source/core/frame/'
1472 },
timlohd035d572015-09-25 15:28:021473 'blink_quota': {
1474 'filepath': 'third_party/WebKit/Source/modules/quota/' \
1475 '|third_party/WebKit/Source/web/.*Quota' \
1476 '|third_party/WebKit/public/.*Quota'
1477 },
1478 'blink_mediastream': {
1479 'filepath': 'third_party/WebKit/Source/modules/mediastream/' \
1480 '|third_party/WebKit/Source/platform/mediastream/' \
1481 '|third_party/WebKit/Source/platform/exported/WebMediaStream' \
1482 '|third_party/WebKit/Source/platform/exported/WebRTC' \
1483 '|third_party/WebKit/LayoutTests/fast/mediastream/'
1484 },
1485 'blink_geolocation': {
tkentc5e88f02017-02-06 22:47:311486 'filepath': 'third_party/WebKit/LayoutTests/geolocation-api/' \
timlohd035d572015-09-25 15:28:021487 '|third_party/WebKit/Source/modules/geolocation/' \
1488 '|third_party/WebKit/Source/web/.*Geolocation' \
1489 '|third_party/WebKit/public/web/.*Geolocation'
1490 },
1491 'blink_htmlparser': {
1492 'filepath': 'third_party/WebKit/Source/core/html/parser/'
1493 },
1494 'blink_screen_orientation': {
1495 'filepath': 'third_party/WebKit/Source/modules/screen_orientation/' \
1496 '|third_party/WebKit/public/platform/modules/screen_orientation',
1497 },
1498 'blink_scheduler': {
1499 'filepath': 'third_party/WebKit/Source/platform/scheduler' \
1500 '|third_party/WebKit/Source/core/html/parser/.*Scheduler'
1501 },
1502 'blink_serviceworkers' : {
1503 'filepath': 'third_party/WebKit/Source/modules/serviceworkers' \
falkenfc5997952017-03-15 07:09:141504 '|third_party/WebKit/LayoutTests/http/tests/serviceworker' \
1505 '|third_party/WebKit/LayoutTests/external/wpt/service-workers'
timlohd035d572015-09-25 15:28:021506 },
1507 'blink_serviceworkers_tests' : {
falkenfc5997952017-03-15 07:09:141508 'filepath': 'third_party/WebKit/LayoutTests/http/tests/serviceworker' \
1509 '|third_party/WebKit/LayoutTests/external/wpt/service-workers'
timlohd035d572015-09-25 15:28:021510 },
timlohd035d572015-09-25 15:28:021511 'blink_spellcheck' : {
1512 'filepath': 'third_party/WebKit/Source/core/editing/spellcheck'
1513 },
jbromana7bdfdb2016-02-05 15:10:321514 'blink_spv2_layout_tests': {
1515 'filepath': 'third_party/WebKit/LayoutTests/virtual/spv2'
1516 },
timlohd035d572015-09-25 15:28:021517 'blink_style': {
1518 'filepath': 'third_party/WebKit/.*(style/|Style)',
1519 },
1520 'blink_svg': {
1521 'filepath': 'third_party/WebKit/Source/core/(layout/)?svg',
1522 },
timlohd035d572015-09-25 15:28:021523 'blink_vibration': {
1524 'filepath': 'third_party/WebKit/LayoutTests/vibration/' \
1525 '|third_party/WebKit/Source/modules/vibration/'
1526 },
1527 'blink_viewport_interaction': {
1528 'filepath': 'third_party/WebKit/Source/core/css/.*Viewport' \
1529 '|third_party/WebKit/Source/core/dom/ViewportArguments' \
1530 '|third_party/WebKit/Source/core/html/HTMLMetaElement' \
1531 '|third_party/WebKit/Source/core/page/FrameView' \
1532 '|third_party/WebKit/Source/core/page/scrolling'
1533 },
1534 'blink_w3ctests': {
tkent028ee352017-01-23 00:39:241535 'filepath': 'third_party/WebKit/LayoutTests/external/' \
timlohd035d572015-09-25 15:28:021536 '|third_party/WebKit/Tools/Scripts/webkitpy/w3c/'
1537 },
kinukoa1a73202016-05-24 06:42:361538 'blink_web': {
1539 'filepath': 'third_party/WebKit/Source/web'
1540 },
timlohd035d572015-09-25 15:28:021541 'blink_webcomponents': {
1542 'filepath': 'third_party/WebKit/Source/core/dom/shadow/' \
1543 '|third_party/WebKit/Source/core/dom/custom/' \
1544 '|third_party/WebKit/Source/core/html/imports/' \
1545 '|third_party/WebKit/Source/bindings/v8/custom/V8CustomElementConstructorCustom' \
1546 '|third_party/WebKit/Source/bindings/v8/CustomElementHelpers'
1547 },
1548 'blink_webp': {
1549 'filepath': 'third_party/WebKit/Source/platform/image-decoders/webp' \
1550 '|third_party/WebKit/Source/platform/image-encoders/skia/WEBP'
1551 },
1552 'blink_websockets': {
1553 'filepath': 'third_party/WebKit/Source/modules/websockets/'
1554 },
1555 'blink_workers': {
falkenfc5997952017-03-15 07:09:141556 'filepath': 'third_party/WebKit/Source/core/workers' \
1557 '|third_party/WebKit/LayoutTests/http/tests/workers' \
1558 '|third_party/WebKit/LayoutTests/fast/workers' \
1559 '|third_party/WebKit/LayoutTests/external/wpt/workers'
timlohd035d572015-09-25 15:28:021560 },
1561 'blink_wtf': {
1562 'filepath': 'third_party/WebKit/Source/wtf',
1563 },
dominiccabb90e02017-03-31 04:54:231564 'blink_xml': {
1565 'filepath': 'third_party/WebKit/Source/core/xml/'
1566 },
timlohd035d572015-09-25 15:28:021567 'blink_xmlhttprequest': {
1568 'filepath': 'third_party/WebKit/Source/core/xmlhttprequest/'
tfarinad21f9472015-10-13 18:36:011569 },
1570 'test_runner': {
1571 'filepath': 'components/test_runner/' \
1572 '|content/shell/(common|browser|renderer)/layout_test/' \
1573 '|content/test/layouttest_support.cc' \
1574 '|content/public/test/layouttest_support.h' \
tfarinad21f9472015-10-13 18:36:011575 },
[email protected]a3838612009-10-13 21:57:541576 },
[email protected]ca872e362011-07-12 21:06:031577
pennymac962d190432016-07-27 00:58:351578 ##############################################################################
1579 # Please keep alphabetical
1580 ##############################################################################
[email protected]a3838612009-10-13 21:57:541581 'WATCHLISTS': {
asvitkinee4bad382015-11-05 21:56:451582 'about_flags': ['[email protected]'],
mazda6471d0e2015-10-02 06:32:551583 'accelerator_table': ['[email protected]',
[email protected]f76c8852012-06-21 16:37:001584 '[email protected]'],
dmazzoni5f4b7f12015-02-17 16:35:571585 'accessibility': ['[email protected]',
1586 '[email protected]',
dougtcd8ac01d2017-03-24 16:23:401587 '[email protected]',
[email protected]f76c8852012-06-21 16:37:001588 '[email protected]',
je_julie.kima170bac2015-05-06 14:57:541589 '[email protected]',
dmazzoni5f4b7f12015-02-17 16:35:571590 '[email protected]',
[email protected]f76c8852012-06-21 16:37:001591 '[email protected]'],
agrieve4d9c1c52016-09-23 17:49:381592 'add_to_homescreen': ['[email protected]',
zpeng9351f9d2016-09-25 14:41:201593 '[email protected]',
pkotwicz2ec0b292016-09-26 17:12:321594 '[email protected]',
zpeng9351f9d2016-09-25 14:41:201595 '[email protected]'],
asvitkine361b276e2016-08-30 18:45:001596 'android_crash_reporting': ['[email protected]'],
ortunoe6240542017-04-05 00:48:521597 'android_item_chooser_dialogs': ['[email protected]'],
johnmaguire6aaac7902016-03-15 12:28:201598 'android_crazy_linker': ['[email protected]'],
dfalcantaraef21e9e2016-01-07 01:16:261599 'android_infobars': ['[email protected]'],
agrieve4d9c1c52016-09-23 17:49:381600 'android_infra': ['[email protected]',
1601 '[email protected]',
mikecasec0ea0862015-10-24 00:14:321602 '[email protected]'],
agrieve4d9c1c52016-09-23 17:49:381603 'android_java': ['[email protected]'],
lizebf34f69b2016-03-30 16:08:531604 'android_loading': ['[email protected]',
drogere76b5632016-03-31 14:14:411605 '[email protected]'],
mlamourid8b0feb2015-06-02 16:30:471606 'android_media': ['[email protected]',
1607 '[email protected]'],
nyquistf602bd02017-02-16 23:17:441608 'android_studio': ['[email protected]',
1609 '[email protected]'],
pennymac962d190432016-07-27 00:58:351610 'android_tab': ['[email protected]',
1611 '[email protected]'],
asvitkine361b276e2016-08-30 18:45:001612 'android_uma_settings': ['[email protected]',
1613 '[email protected]'],
zpengb9a180d2016-10-12 18:40:211614 'android_webapk': ['[email protected]'],
[email protected]7ca78dc12012-09-20 09:26:441615 'android_webview': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351616 'app_list': ['[email protected]',
pennymac962d190432016-07-27 00:58:351617 '[email protected]'],
1618 'app_shortcuts': ['[email protected]',
1619 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001620 'appcache': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351621 'apps': ['[email protected]',
1622 '[email protected]'],
lhchavez4b19176f2016-05-04 23:12:461623 'arc': ['[email protected]',
hidehiko49f0b7c2016-05-24 10:59:471624 '[email protected]',
lhchavez4b19176f2016-05-04 23:12:461625 '[email protected]',
victorhsieh52feccd2017-02-27 18:27:021626 '[email protected]',
lhchavez4b19176f2016-05-04 23:12:461627 '[email protected]'],
lhchavez61532c92016-10-18 21:33:371628 'arc_auth': ['[email protected]'],
poromov7633f602017-02-21 16:44:011629 'arc_kiosk': ['[email protected]'],
lhchavez4b19176f2016-05-04 23:12:461630 'arc_net': ['[email protected]',
1631 '[email protected]',
1632 '[email protected]'],
ejcarusoa298ec02016-06-16 20:30:431633 'arc_power': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351634 'ash': ['[email protected]',
1635 '[email protected]'],
1636 'aura': ['[email protected]',
1637 '[email protected]'],
[email protected]c3a6e1e72013-08-02 00:13:071638 'aura_compositor': ['[email protected]',
1639 '[email protected]',
pennymac962d190432016-07-27 00:58:351640 '[email protected]',
danakj3695c582016-10-26 21:54:431641 '[email protected]'],
sullivan0171e3c2015-03-03 18:47:211642 'auto_bisect': ['[email protected]'],
jdonnelly1ec60d92016-05-25 22:01:391643 'autofill': ['[email protected]',
vabraafbd4f32015-11-10 19:30:231644 '[email protected]',
sebsgbbfbea02016-10-24 21:54:591645 '[email protected]',
1646 '[email protected]',
mathpc2040642017-01-25 14:59:411647 '[email protected]',
1648 '[email protected]'],
peter39e10a62017-02-21 15:14:131649 'background_fetch': ['[email protected]',
1650 '[email protected]',
1651 '[email protected]'],
pennymac962d190432016-07-27 00:58:351652 'background_sync': ['[email protected]',
chasej6dff9292016-02-02 20:33:121653 '[email protected]',
pennymac962d190432016-07-27 00:58:351654 '[email protected]',
1655 '[email protected]'],
pkotwicz2ec0b292016-09-26 17:12:321656 'banners': ['[email protected]',
zpeng143b4792016-10-06 20:38:121657 '[email protected]',
1658 '[email protected]'],
dmikurubee40b4062014-11-04 17:47:191659 'base_allocator': ['[email protected]',
[email protected]b17d9e02014-07-29 09:45:501660 '[email protected]'],
[email protected]1ed5e0fd2012-07-19 00:19:051661 'base_memory': ['[email protected]'],
robliao1644d8b2016-04-11 15:39:591662 'base_task_scheduler': ['[email protected]',
1663 '[email protected]',
1664 '[email protected]'],
pennymac962d190432016-07-27 00:58:351665 'base_win': ['[email protected]',
1666 '[email protected]'],
danakj479ab502017-03-31 20:19:091667 'base': ['[email protected]',
1668 '[email protected]',],
[email protected]7e093d4022014-06-26 19:19:551669 'battery_status': ['[email protected]'],
wnwen72684762017-03-29 13:28:371670 'binary_size': ['[email protected]',
1671 '[email protected]',
1672 '[email protected]'],
pennymac962d190432016-07-27 00:58:351673 'blink': ['[email protected]'],
1674 'blink_accessibility': ['[email protected]',
1675 '[email protected]',
dougtcd8ac01d2017-03-24 16:23:401676 '[email protected]',
horo8e9a01572016-07-27 06:05:311677 '[email protected]',
pennymac962d190432016-07-27 00:58:351678 '[email protected]'],
1679 'blink_animation': ['[email protected]',
1680 '[email protected]',
1681 '[email protected]',
1682 '[email protected]',
1683 '[email protected]'],
1684 'blink_app_banner': ['[email protected]'],
1685 'blink_audio': ['[email protected]',
1686 '[email protected]'],
1687 'blink_battery_status': ['[email protected]',
1688 '[email protected]'],
1689 'blink_bidi': ['[email protected]'],
1690 'blink_bindings': ['[email protected]'],
jbroman9ac2d532016-09-01 18:20:081691 'blink_bindings_serialization': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351692 'blink_bluetooth': ['[email protected]',
1693 '[email protected]'],
ajumabd2c9c22017-05-01 21:29:501694 'blink_canvas2d': ['[email protected]',
pennymac962d190432016-07-27 00:58:351695 '[email protected]',
1696 '[email protected]'],
1697 'blink_client_hints': ['[email protected]'],
1698 'blink_clipboard': ['[email protected]'],
1699 'blink_css': ['[email protected]',
1700 '[email protected]',
horo8e9a01572016-07-27 06:05:311701 '[email protected]',
pennymac962d190432016-07-27 00:58:351702 '[email protected]',
1703 '[email protected]'],
1704 'blink_css_flexbox': ['[email protected]'],
1705 'blink_css_fragmentation_tests': ['[email protected]'],
1706 'blink_css_grid_layout': ['[email protected]',
horo8e9a01572016-07-27 06:05:311707 '[email protected]',
pennymac962d190432016-07-27 00:58:351708 '[email protected]'],
1709 'blink_css_regions': ['[email protected]'],
1710 'blink_custom_elements': ['[email protected]',
1711 '[email protected]'],
1712 'blink_device_light': ['[email protected]',
1713 '[email protected]'],
1714 'blink_device_orientation': ['[email protected]',
1715 '[email protected]'],
1716 'blink_devtools': ['[email protected]',
1717 '[email protected]',
1718 '[email protected]',
1719 '[email protected]',
1720 '[email protected]',
lushnikovc5bd7ca2016-07-27 17:19:391721 '[email protected]'],
pennymac962d190432016-07-27 00:58:351722 'blink_dom': ['[email protected]',
1723 '[email protected]',
1724 '[email protected]',
1725 '[email protected]',
1726 '[email protected]'],
1727 'blink_events': ['[email protected]',
1728 '[email protected]',
1729 '[email protected]',
1730 '[email protected]'],
1731 'blink_fetch': ['[email protected]',
1732 '[email protected]',
1733 '[email protected]',
1734 '[email protected]'],
1735 'blink_fileapi': ['[email protected]',
1736 '[email protected]',
1737 '[email protected]'],
haraken98d0827a2017-02-27 00:55:191738 'blink_frames': ['[email protected]'],
mcasas9558316b2017-03-10 18:57:311739 'blink_geolocation': ['[email protected]',
1740 '[email protected]',
pennymac962d190432016-07-27 00:58:351741 '[email protected]'],
1742 'blink_heap': ['[email protected]',
1743 '[email protected]',
1744 '[email protected]',
1745 '[email protected]'],
1746 'blink_html': ['[email protected]',
1747 '[email protected]'],
csharrisonf357e9632016-07-29 01:27:221748 'blink_htmlparser': ['[email protected]',
1749 '[email protected]'],
mcasas9558316b2017-03-10 18:57:311750 'blink_image_capture': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351751 'blink_indexed_db': ['[email protected]',
1752 '[email protected]'],
1753 'blink_input': ['[email protected]',
nzolghadr773a1982016-10-18 21:26:451754 '[email protected]'],
pennymac962d190432016-07-27 00:58:351755 'blink_layers': ['[email protected]'],
1756 'blink_layout': ['[email protected]',
1757 '[email protected]',
1758 '[email protected]',
1759 '[email protected]',
1760 '[email protected]',
1761 '[email protected]',
1762 '[email protected]'],
cbiesinger46ecaae2016-09-09 18:44:561763 'blink_layout_ng': ['[email protected]',
gleblc60d6632016-09-13 19:49:461764 '[email protected]',
atotic30c8eba2016-10-28 13:24:071765 '[email protected]',
dgroganf9744ea2017-01-18 23:23:261766 '[email protected]',
atotic30c8eba2016-10-28 13:24:071767 '[email protected]'],
pennymac962d190432016-07-27 00:58:351768 'blink_loader': ['[email protected]',
1769 '[email protected]',
1770 '[email protected]',
1771 '[email protected]'],
1772 'blink_media': ['[email protected]',
1773 '[email protected]',
srirama.mdec4f512016-09-06 08:22:191774 '[email protected]',
1775 '[email protected]'],
pennymac962d190432016-07-27 00:58:351776 'blink_media_queries': ['[email protected]',
1777 '[email protected]'],
mcasas9558316b2017-03-10 18:57:311778 'blink_mediastream': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351779 'blink_modules': ['[email protected]'],
1780 'blink_navigator_content_utils': ['[email protected]'],
awdf2e270242016-09-06 16:21:341781 'blink_notifications': ['[email protected]',
1782 '[email protected]'],
pennymac962d190432016-07-27 00:58:351783 'blink_out_of_process_frames': ['[email protected]',
1784 '[email protected]'],
1785 'blink_owners': ['[email protected]'],
1786 'blink_paint' : ['[email protected]',
chrishtr4030de342016-10-03 23:57:591787 '[email protected]'],
panickere9ffa3f2017-04-10 18:26:061788 'blink_performance_timing': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351789 'blink_permissions': ['[email protected]'],
kinukoc462adb2016-12-22 12:58:491790 'blink_platform': ['[email protected]'],
ajumabd2c9c22017-05-01 21:29:501791 'blink_platform_graphics': ['[email protected]',
pennymac962d190432016-07-27 00:58:351792 '[email protected]',
pennymac962d190432016-07-27 00:58:351793 '[email protected]',
1794 '[email protected]',
1795 '[email protected]',
fmalita9710b732017-02-17 05:10:021796 '[email protected]',
pennymac962d190432016-07-27 00:58:351797 '[email protected]',
1798 '[email protected]',
1799 '[email protected]',
1800 '[email protected]'],
1801 'blink_prerender': ['[email protected]',
1802 '[email protected]'],
1803 'blink_preloadScanner': ['[email protected]'],
1804 'blink_public_api': ['[email protected]',
1805 '[email protected]'],
awdf2e270242016-09-06 16:21:341806 'blink_push_messaging': ['[email protected]',
1807 '[email protected]',
pennymac962d190432016-07-27 00:58:351808 '[email protected]'],
1809 'blink_quota': ['[email protected]',
1810 '[email protected]',
1811 '[email protected]'],
1812 'blink_scheduler': ['[email protected]'],
1813 'blink_screen_orientation': ['[email protected]'],
falken6731ece42016-10-12 01:41:501814 'blink_serviceworkers': ['[email protected]',
pennymac962d190432016-07-27 00:58:351815 '[email protected]',
1816 '[email protected]',
1817 '[email protected]',
1818 '[email protected]',
1819 '[email protected]',
1820 '[email protected]',
shimazu99de61f2016-09-07 03:57:411821 '[email protected]',
pennymac962d190432016-07-27 00:58:351822 '[email protected]'],
1823 'blink_serviceworkers_tests': ['[email protected]'],
timvolodine8cdb94c2016-09-22 12:17:221824 'blink_spellcheck' : ['[email protected]',
xiaochengh4a3c84e2017-03-28 07:15:321825 '[email protected]',
1826 '[email protected]'],
jbroman69166ca82017-04-04 21:01:361827 'blink_spv2_layout_tests': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351828 'blink_style': ['[email protected]'],
1829 'blink_svg': ['[email protected]',
fmalita9710b732017-02-17 05:10:021830 '[email protected]',
pennymac962d190432016-07-27 00:58:351831 '[email protected]',
1832 '[email protected]',
1833 '[email protected]',
1834 '[email protected]',
1835 '[email protected]',
1836 '[email protected]'],
pennymac962d190432016-07-27 00:58:351837 'blink_track': ['[email protected]',
1838 '[email protected]',
1839 '[email protected]',
danakj40af6b562017-01-24 15:55:281840 '[email protected]'],
mvanouwerkerk38f632c62017-04-13 10:35:311841 'blink_vibration': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351842 'blink_viewport_interaction': ['[email protected]'],
1843 'blink_w3ctests': ['[email protected]'],
1844 'blink_web': ['[email protected]'],
1845 'blink_webcomponents': ['[email protected]',
1846 '[email protected]'],
1847 'blink_webp': ['[email protected]',
1848 '[email protected]',
1849 '[email protected]'],
1850 'blink_websockets': ['[email protected]',
1851 '[email protected]'],
1852 'blink_workers': ['[email protected]',
falken6731ece42016-10-12 01:41:501853 '[email protected]',
pennymac962d190432016-07-27 00:58:351854 '[email protected]',
shimazu99de61f2016-09-07 03:57:411855 '[email protected]',
1856 '[email protected]'],
pennymac962d190432016-07-27 00:58:351857 'blink_wtf': ['[email protected]',
1858 '[email protected]'],
dominiccabb90e02017-03-31 04:54:231859 'blink_xml': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351860 'blink_xmlhttprequest': ['[email protected]'],
noyauce460872016-09-09 11:54:001861 'bookmarks': ['[email protected]'],
donnd787f6ed2016-08-03 01:00:561862 'bottombar': ['[email protected]',
1863 '[email protected]'],
stevenjbdd133032015-08-07 18:37:471864 'browser_chromeos': ['[email protected]'],
[email protected]22650d22012-07-18 17:02:351865 'browser_components': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351866 'browser_compositor': ['[email protected]',
1867 '[email protected]'],
[email protected]17a2fba2013-02-07 18:46:571868 'browser_resources': ['[email protected]'],
michaelpge42ca3b32016-02-19 08:17:571869 'browser_resources_md': ['[email protected]'],
msramek878b39d92016-04-20 07:55:331870 'browsing_data': ['[email protected]',
1871 '[email protected]'],
pennymac962d190432016-07-27 00:58:351872 'bubble': ['[email protected]',
1873 '[email protected]',
pennymac962d190432016-07-27 00:58:351874 '[email protected]'],
1875 'cache_storage': ['[email protected]',
1876 '[email protected]'],
[email protected]c9ae7a32014-03-31 22:18:591877 'cast': ['[email protected]',
[email protected]479180d22014-03-11 09:47:341878 '[email protected]',
miua1710162015-08-27 01:38:091879 '[email protected]',
[email protected]ad8ff0e2013-12-13 09:24:121880 '[email protected]',
mfoltz57fd7f32017-05-03 06:12:581881 '[email protected]',
miua1710162015-08-27 01:38:091882 '[email protected]',
1883 '[email protected]'],
ryanchung4d157372016-05-10 20:27:161884 'cast_certificate': ['[email protected]',
mfoltz57fd7f32017-05-03 06:12:581885 '[email protected]',
ryanchung24f9d7b2017-01-12 19:18:341886 '[email protected]'],
mfoltz57fd7f32017-05-03 06:12:581887 'cast_channel': ['[email protected]'],
[email protected]c863702a2012-09-14 20:05:281888 'cc': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351889 'certificate_transparency': ['[email protected]',
1890 '[email protected]',
martijnccdd0542016-11-07 18:49:271891 '[email protected]',
pennymac962d190432016-07-27 00:58:351892 '[email protected]'],
1893 'chrome_elf': ['[email protected]',
1894 '[email protected]'],
lpy0ca13772017-02-28 19:48:271895 'chrome_grc': ['[email protected]'],
[email protected]d5b21972012-07-20 02:06:011896 'chrome_views': ['[email protected]'],
alokp9d869cc12016-05-27 01:46:311897 'chromecast': ['[email protected]',
1898 '[email protected]',
halliwellfa56b3a42015-09-04 21:42:571899 '[email protected]'],
gfhuang2548f902016-02-26 02:29:211900 'chromecast_public': ['[email protected]'],
johnchen302ecd62017-04-25 17:23:111901 'chromedriver': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351902 'chromeos': ['[email protected]'],
1903 'chromeos_attestation': ['[email protected]'],
1904 'chromeos_calculator': ['[email protected]'],
hashimoto40ecb692014-09-02 04:51:311905 'chromeos_dbus': ['[email protected]'],
alematec5187b1b2016-08-26 05:32:181906 'chromeos_geolocation': ['[email protected]'],
1907 'chromeos_login': ['[email protected]',
1908 '[email protected]'],
pennymac962d190432016-07-27 00:58:351909 'chromeos_net': ['[email protected]'],
1910 'chromeos_power': ['[email protected]'],
alematec5187b1b2016-08-26 05:32:181911 'chromeos_timezone': ['[email protected]'],
1912 'chromeos_webui': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351913 'clang_update': ['[email protected]',
thestigf023ccc2016-11-10 14:39:151914 '[email protected]',
[email protected]cf8ffa82013-02-13 08:30:071915 '[email protected]',
pennymac962d190432016-07-27 00:58:351916 '[email protected]',
rnk28bbd1772016-05-04 17:57:581917 '[email protected]',
1918 '[email protected]',
pennymac962d190432016-07-27 00:58:351919 '[email protected]',
thestigf023ccc2016-11-10 14:39:151920 '[email protected]',
pennymac962d190432016-07-27 00:58:351921 '[email protected]',
horo8e9a01572016-07-27 06:05:311922 '[email protected]',
pennymac962d190432016-07-27 00:58:351923 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001924 'clipboard': ['[email protected]'],
[email protected]18fd7a532014-08-20 23:09:511925 'closure': ['[email protected]',
dbeam78528be2016-02-18 07:08:491926 '[email protected]',
1927 '[email protected]'],
Aaron Gable64f273582017-03-30 18:02:001928 'codereview_settings': ['[email protected]'],
sdefresned94c5b02015-07-22 17:54:551929 'components_deps': ['[email protected]',
1930 '[email protected]',
1931 '[email protected]'],
pennymac962d190432016-07-27 00:58:351932 'content': ['[email protected]',
1933 '[email protected]'],
1934 'content_bluetooth': ['[email protected]',
1935 '[email protected]'],
1936 'content_loader': ['[email protected]',
1937 '[email protected]',
1938 '[email protected]'],
rdsmitheed6d932017-04-19 02:49:161939 'content_network': ['[email protected]',
1940 '[email protected]',
1941 '[email protected]'],
pennymac962d190432016-07-27 00:58:351942 'content_renderer': ['[email protected]'],
mkwst75a31a42014-09-14 18:32:531943 'content_shell': ['[email protected]',
peterc9e3e172015-11-02 09:29:161944 '[email protected]',
1945 '[email protected]'],
nhiroki90ba0102015-07-21 01:42:241946 'content_worker': ['[email protected]',
1947 '[email protected]'],
donnd787f6ed2016-08-03 01:00:561948 'contextual_search': ['[email protected]',
1949 '[email protected]'],
pennymac962d190432016-07-27 00:58:351950 'courgette': ['[email protected]',
1951 '[email protected]'],
michaelpge42ca3b32016-02-19 08:17:571952 'cr_elements': ['[email protected]',
1953 '[email protected]',
1954 '[email protected]'],
lizebf34f69b2016-03-30 16:08:531955 'custom_tabs': ['[email protected]'],
tbansalc6f1c9f2016-09-30 22:48:421956 'data_reduction_proxy': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:191957 'deep_memory_profiler': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351958 'device_bluetooth': ['[email protected]',
1959 '[email protected]'],
1960 'device_sensors': ['[email protected]',
mlamouri5cdcdf02014-11-27 15:58:591961 '[email protected]',
pennymac962d190432016-07-27 00:58:351962 '[email protected]'],
scheibabdd7d32015-02-11 22:13:081963 'developer_recommended_flags': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351964 'devtools': ['[email protected]',
1965 '[email protected]'],
mfoltz57fd7f32017-05-03 06:12:581966 'dial': ['[email protected]',
1967 '[email protected]'],
kinukoc462adb2016-12-22 12:58:491968 'disk_cache': ['[email protected]'],
asankad8b95e82017-03-31 19:54:381969 'download': ['[email protected]'],
1970 'downloads_ui': ['[email protected]',
dbeam78528be2016-02-18 07:08:491971 '[email protected]'],
[email protected]9a3781d2013-04-04 18:31:401972 'drive': ['[email protected]'],
[email protected]89d2cd52013-04-16 01:55:361973 'drive_resource_metadata': ['[email protected]'],
[email protected]3a25c8a2014-06-26 06:47:101974 'eme': ['[email protected]'],
[email protected]f9529e7922013-06-06 05:19:411975 'extension': ['[email protected]',
1976 '[email protected]'],
lunalu0a9c05422016-11-11 17:19:061977 'feature_policy': ['[email protected]',
1978 '[email protected]'],
apaciblec4093a92016-04-19 19:21:581979 'feedback_ui': ['[email protected]'],
[email protected]84dcfd92014-05-23 13:18:191980 'fileapi': ['[email protected]',
[email protected]6f217122013-11-25 07:21:481981 '[email protected]',
1982 '[email protected]'],
yoshiki1c0ba2782014-12-08 07:04:261983 'filebrowse': ['[email protected]'],
okab0be3dc2016-08-30 07:37:101984 'filesapp': ['[email protected]',
1985 '[email protected]',
1986 '[email protected]'],
1987 'filesapp_ui': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001988 'ftp': ['[email protected]'],
mmoroz58ddb8172016-09-08 18:29:551989 'fuzzing': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351990 'gcm': ['[email protected]',
1991 '[email protected]',
1992 '[email protected]'],
mikhail.pozdnyakova8db26402016-11-28 18:27:121993 'generic_sensor': ['[email protected]',
1994 '[email protected]',
1995 '[email protected]'],
mcasas9558316b2017-03-10 18:57:311996 'geolocation': ['[email protected]',
mvanouwerkerka0863c02017-04-03 16:19:291997 '[email protected]'],
[email protected]cf428f732012-10-02 20:48:151998 'gfx_geometry': ['[email protected]'],
[email protected]f93b7382012-08-09 20:53:161999 'gfx_image': ['[email protected]'],
agrieve4d9c1c52016-09-23 17:49:382000 'gn': ['[email protected]',
2001 '[email protected]',
pennymac962d190432016-07-27 00:58:352002 '[email protected]'],
tikutae3922862017-02-20 03:16:092003 'goma': ['[email protected]',
2004 '[email protected]',
2005 '[email protected]',
2006 '[email protected]'],
[email protected]a6159102013-11-08 23:21:522007 'gpu': ['[email protected]'],
dbeam78528be2016-02-18 07:08:492008 'history_ui': ['[email protected]',
2009 '[email protected]',
2010 '[email protected]'],
[email protected]18d7e402014-07-08 19:53:142011 'hotword': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002012 'i18n': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002013 'importer': ['[email protected]'],
[email protected]8b250562014-08-12 19:07:452014 'indexed_db': ['[email protected]',
dgrogand792a7f2016-01-21 00:12:132015 '[email protected]'],
bruthigaa8281f2016-02-09 17:52:312016 'ink_drop': ['[email protected]'],
dtapuska1f997a12016-03-14 19:22:072017 'input': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352018 'installer': ['[email protected]',
2019 '[email protected]',
2020 '[email protected]'],
mmoss19826c62014-11-14 21:37:362021 'installer_linux': [ '[email protected]'],
pennymac962d190432016-07-27 00:58:352022 'instant': ['[email protected]',
pennymac962d190432016-07-27 00:58:352023 '[email protected]',
pennymac962d190432016-07-27 00:58:352024 '[email protected]',
2025 '[email protected]',
2026 '[email protected]',
2027 '[email protected]',
2028 '[email protected]',
2029 '[email protected]'],
edchin46453b42017-03-03 01:40:112030 'ios': ['[email protected]'],
2031 'ios_chrome': ['[email protected]',
2032 '[email protected]',
marqa4f135f2017-01-10 12:37:342033 '[email protected]',
eugenebutb5a5a8572017-01-20 01:18:112034 '[email protected]'],
edchin46453b42017-03-03 01:40:112035 'ios_clean': ['[email protected]',
2036 '[email protected]',
marqa4f135f2017-01-10 12:37:342037 '[email protected]'],
edchin46453b42017-03-03 01:40:112038 'ios_showcase': ['[email protected]',
2039 '[email protected]',
marqa4f135f2017-01-10 12:37:342040 '[email protected]'],
baxley9bfbd3cc2017-03-15 21:22:322041 'ios_test': ['[email protected]',
2042 '[email protected]',
2043 '[email protected]'],
edchin46453b42017-03-03 01:40:112044 'ios_web': ['[email protected]',
2045 '[email protected]'],
pennymac962d190432016-07-27 00:58:352046 'ipc': ['[email protected]',
2047 '[email protected]'],
2048 'libwebp': ['[email protected]',
2049 '[email protected]',
2050 '[email protected]'],
2051 'libvpx': ['[email protected]',
2052 '[email protected]',
2053 '[email protected]',
2054 '[email protected]'],
dominiccabb90e02017-03-31 04:54:232055 'libxml_xslt': ['[email protected]',
2056 '[email protected]'],
[email protected]04a292a2013-03-07 19:58:422057 'linux_fonts': ['[email protected]'],
[email protected]6d7e0bf2014-07-28 22:30:402058 'linux_sandboxing': ['[email protected]'],
[email protected]04a292a2013-03-07 19:58:422059 'linux_seccomp_bpf': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352060 'login': ['[email protected]'],
lgrey62faed72016-10-11 21:40:392061 'mac' : ['[email protected]'],
mlamourid8b0feb2015-06-02 16:30:472062 'manifest': ['[email protected]'],
dbeam7a734562015-09-15 18:23:172063 'md_settings': ['[email protected]',
michaelpg32ca07902015-02-07 00:31:112064 '[email protected]',
michaelpg32ca07902015-02-07 00:31:112065 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002066 'media': ['[email protected]'],
mcasasfeedbe42017-03-03 05:23:562067 'media_capture_from_element': ['[email protected]',
mcasas9558316b2017-03-10 18:57:312068 '[email protected]'],
pennymac962d190432016-07-27 00:58:352069 'media_galleries': ['[email protected]',
2070 '[email protected]'],
alokp9e369ea72e2016-06-10 05:41:092071 'media_mojo': ['[email protected]'],
mcasasfeedbe42017-03-03 05:23:562072 'media_recorder': ['[email protected]',
mcasas9558316b2017-03-10 18:57:312073 '[email protected]'],
apacible01538e02016-11-04 22:15:312074 'media_remoting': ['[email protected]',
erickungc2289dea2016-12-13 19:01:282075 '[email protected]',
mfoltz57fd7f32017-05-03 06:12:582076 '[email protected]',
apacible01538e02016-11-04 22:15:312077 '[email protected]',
miu5e69f1c52016-10-23 13:40:112078 '[email protected]'],
mfoltz57fd7f32017-05-03 06:12:582079 'media_router': ['[email protected]',
2080 '[email protected]'],
fmeawad4582cd22017-03-30 20:59:362081 'memory_coordinator': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002082 'message_loop': ['[email protected]'],
isherman1eee6f12014-12-09 02:14:302083 'metrics': ['[email protected]'],
[email protected]1d8899ee2014-06-10 20:58:122084 'metrics_xml_files': ['[email protected]'],
toyoshim8f51f902015-03-27 03:50:212085 'midi': ['[email protected]'],
[email protected]c3830c622013-10-10 22:00:002086 'mojo': ['[email protected]',
[email protected]62bbe812013-10-24 22:24:162087 '[email protected]',
[email protected]3bf40cb2013-10-11 19:10:492088 '[email protected]',
[email protected]0f79ff62014-04-25 23:35:532089 '[email protected]',
[email protected]84003af2014-05-02 09:37:132090 '[email protected]',
2091 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002092 'mouse_lock': ['[email protected]'],
rjkroegef60dea862015-10-29 17:50:062093 'mus': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002094 'nacl': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352095 'native_client_sdk': ['[email protected]',
2096 '[email protected]'],
2097 'navigation': ['[email protected]',
2098 '[email protected]'],
csharrison27df167d2017-01-26 21:42:312099 'net': ['[email protected]',
2100 '[email protected]'],
bnc1872e8bd2017-01-27 02:47:282101 'net_base': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002102 'net_error_list': ['[email protected]'],
bnc1872e8bd2017-01-27 02:47:282103 'net_http2': ['[email protected]'],
2104 'net_log': ['[email protected]',
2105 '[email protected]',
pennymac962d190432016-07-27 00:58:352106 '[email protected]'],
bnc1872e8bd2017-01-27 02:47:282107 'net_spdy': ['[email protected]'],
jkarlin539748402015-03-31 17:36:312108 'netinfo': ['[email protected]'],
awdf2e270242016-09-06 16:21:342109 'notifications': ['[email protected]',
2110 '[email protected]',
pennymac962d190432016-07-27 00:58:352111 '[email protected]'],
tbansalc6f1c9f2016-09-30 22:48:422112 'nqe': ['[email protected]'],
Evan Stade459d16662015-07-07 17:04:572113 'ntp': ['[email protected]',
[email protected]0bce107762012-11-27 11:42:542114 '[email protected]'],
noyau451e6bb62016-12-23 14:29:042115 'ntp_snippets': ['[email protected]',
2116 '[email protected]'],
2117 'ntp_tiles': ['[email protected]',
2118 '[email protected]'],
peterb8ec88f82017-03-21 13:29:422119 'offline_items_collection': ['[email protected]',
2120 '[email protected]'],
pennymac962d190432016-07-27 00:58:352121 'offline_pages': ['[email protected]',
2122 '[email protected]',
2123 '[email protected]',
dewittj74b23f6f2016-04-21 19:29:252124 '[email protected]',
2125 '[email protected]',
pennymac962d190432016-07-27 00:58:352126 '[email protected]'],
jdonnelly6fa5a21d2017-01-03 15:28:352127 'omnibox': ['[email protected]'],
michaelpgf6260fbd2015-02-06 17:59:352128 'options': ['[email protected]',
2129 '[email protected]'],
iclelland8b904402016-10-05 15:01:232130 'origin_trials': ['[email protected]',
2131 '[email protected]'],
pennymac962d190432016-07-27 00:58:352132 'ozone': ['[email protected]',
2133 '[email protected]'],
lgarron9e25c7402017-03-15 04:03:112134 'page_info' : ['[email protected]',
2135 '[email protected]'],
csharrison3b1dc4062015-10-19 14:31:082136 'page_load_metrics' : ['[email protected]',
tdresserd80646f2017-03-03 19:26:082137 '[email protected]',
2138 '[email protected]'],
pennymac962d190432016-07-27 00:58:352139 'panels': ['[email protected]',
2140 '[email protected]',
2141 '[email protected]',
2142 '[email protected]'],
mkwst17a9875d2016-06-24 10:36:392143 'password_manager': ['[email protected]',
vabraafbd4f32015-11-10 19:30:232144 '[email protected]'],
sebsgbbfbea02016-10-24 21:54:592145 'payments': ['[email protected]',
gogeralde108bcb2016-11-24 16:07:222146 '[email protected]',
mahmadi0a7bb59f2017-02-22 19:13:492147 '[email protected]',
2148 '[email protected]'],
2149 'payments_ios': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352150 'pepper_api': ['[email protected]',
2151 '[email protected]',
2152 '[email protected]',
2153 '[email protected]',
2154 '[email protected]',
horo8e9a01572016-07-27 06:05:312155 '[email protected]',
pennymac962d190432016-07-27 00:58:352156 '[email protected]'],
raymes18e321492017-01-11 04:21:332157 'permissions': ['[email protected]',
2158 '[email protected]'],
stuartmorganf8c132922015-01-23 14:45:342159 'plugin': ['[email protected]'],
dbeam78528be2016-02-18 07:08:492160 'polymer': ['[email protected]',
2161 '[email protected]'],
twifkak0c69c1f2015-06-22 18:20:092162 'precache': ['[email protected]'],
[email protected]be775bc2014-06-30 15:41:142163 'prepopulated_engines': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352164 'prerender': ['[email protected]',
2165 '[email protected]',
2166 '[email protected]'],
mfoltz57fd7f32017-05-03 06:12:582167 'presentation': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352168 'push_messaging': ['[email protected]',
2169 '[email protected]',
2170 '[email protected]'],
stkhapugin06503142016-12-07 14:32:122171 'reading_list': ['[email protected]'],
[email protected]c3887592014-02-06 20:02:252172 'remoting': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352173 'rlz_id': ['[email protected]',
2174 '[email protected]',
2175 '[email protected]'],
timvolodine41e95412017-03-14 02:55:342176 'safe_browsing': ['[email protected]',
vakh125ad862017-03-17 00:06:252177 '[email protected]',
2178 '[email protected]'],
2179 'safe_browsing_db': ['[email protected]',
2180 '[email protected]'],
skyostil20dea312014-11-11 13:43:062181 'scheduler': ['[email protected]'],
mlamourid8b0feb2015-06-02 16:30:472182 'screen_orientation': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352183 'service_worker': ['[email protected]',
[email protected]6d095a8b2014-02-28 15:26:162184 '[email protected]',
pennymac962d190432016-07-27 00:58:352185 '[email protected]',
[email protected]edaf31d2014-03-07 00:09:172186 '[email protected]',
pennymac962d190432016-07-27 00:58:352187 '[email protected]',
horo8e9a01572016-07-27 06:05:312188 '[email protected]',
shimazu99de61f2016-09-07 03:57:412189 '[email protected]',
pennymac962d190432016-07-27 00:58:352190 '[email protected]'],
alitoc5534d62017-04-21 01:48:582191 'settings_reset_prompt': ['[email protected]'],
dominickn8884155a2016-06-23 02:28:162192 'site_engagement': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352193 'site_instance': ['[email protected]',
2194 '[email protected]',
[email protected]b9ecdb62014-03-07 14:56:432195 '[email protected]'],
[email protected]ad0295d2012-10-11 23:43:362196 'spellcheck': ['[email protected]',
[email protected]18d7e402014-07-08 19:53:142197 '[email protected]',
timvolodine8cdb94c2016-09-22 12:17:222198 '[email protected]',
2199 '[email protected]'],
[email protected]67f39af2013-08-23 20:06:052200 'streams': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352201 'styleguide': ['[email protected]',
vmpstrdeec20e2016-11-18 22:17:322202 '[email protected]',
2203 '[email protected]'],
engedye7b734da2017-02-07 12:08:132204 'subresource_filter': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352205 'supervised_users': ['[email protected]'],
alito438fa4332016-12-20 21:59:172206 'swreporter': ['[email protected]',
csharpcfd628d2017-04-06 19:12:102207 '[email protected]',
alito438fa4332016-12-20 21:59:172208 '[email protected]',
2209 '[email protected]'],
maxbogue65ea2632016-04-04 18:12:582210 'sync': ['[email protected]'],
[email protected]84dcfd92014-05-23 13:18:192211 'syncfs': ['[email protected]',
[email protected]6f217122013-11-25 07:21:482212 '[email protected]',
2213 '[email protected]'],
miu5e69f1c52016-10-23 13:40:112214 'tab_alert_indicators': ['[email protected]'],
mfoltz57fd7f32017-05-03 06:12:582215 'tab_capture': ['[email protected]',
2216 '[email protected]',
miu5e69f1c52016-10-23 13:40:112217 '[email protected]'],
pennymac962d190432016-07-27 00:58:352218 'tab_contents': ['[email protected]',
2219 '[email protected]',
2220 '[email protected]'],
tdresserd80646f2017-03-03 19:26:082221 'tbmv2_metrics': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:192222 'tcmalloc': ['[email protected]'],
tonygc7f6a4c12015-01-16 18:32:262223 'telemetry': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352224 'test_runner': ['[email protected]',
einbindera29577e2016-08-23 01:21:492225 '[email protected]',
2226 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002227 'tests': [],
jlkleinecc81952016-11-19 00:16:072228 'tether': ['[email protected]',
2229 '[email protected]',
2230 '[email protected]',
khorimotoc6885b32017-04-11 22:20:292231 '[email protected]',
jlkleinecc81952016-11-19 00:16:072232 '[email protected]',
2233 '[email protected]'],
pennymac962d190432016-07-27 00:58:352234 'textinput': ['[email protected]',
2235 '[email protected]',
2236 '[email protected]',
2237 '[email protected]'],
2238 'textinput_chromeos': ['[email protected]',
2239 '[email protected]',
2240 '[email protected]'],
chirantan96fcf6d2015-01-21 22:36:192241 'timers': ['[email protected]'],
robliaofd54b5c2017-01-13 00:41:302242 'tools_win_chromeexts': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352243 'tracing': ['[email protected]',
2244 '[email protected]'],
[email protected]cf428f732012-10-02 20:48:152245 'ui_compositor': ['[email protected]'],
robliao2c4b7492016-07-19 01:57:262246 'ui_display_win': ['[email protected]'],
[email protected]6b5093c2012-05-23 19:10:182247 'ui_resources': ['[email protected]'],
edwardjung83f52ef22017-02-07 13:15:072248 'ui_strings': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002249 'valgrind': ['[email protected]',
timurrrr5335dbd2015-04-15 11:04:552250 '[email protected]'],
[email protected]c73ec8ab2014-01-16 20:35:232251 'version_assembly': ['[email protected]',
2252 '[email protected]'],
posciak62a72272016-05-11 08:31:242253 'video': ['[email protected]'],
mcasas9558316b2017-03-10 18:57:312254 'video_capture': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002255 'views': ['[email protected]'],
[email protected]ef514a32014-02-26 01:02:352256 'virtual_keyboard': ['[email protected]',
okabf9f6f02017-02-17 05:14:292257 '[email protected]',
2258 '[email protected]',
2259 '[email protected]'],
billorr3c7e1442016-11-11 21:21:352260 'virtual_reality': ['[email protected]'],
tnakamura43539232016-09-12 14:23:422261 'webrtc_browser_tests': ['[email protected]'],
raymesf5084632015-07-02 07:14:152262 'website_settings': ['[email protected]',
pennymac962d190432016-07-27 00:58:352263 '[email protected]',
2264 '[email protected]'],
2265 'windows_sandboxing': ['[email protected]',
2266 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002267 'x11': ['[email protected]',
2268 '[email protected]',
2269 '[email protected]'],
wjmaclean3ff6a402015-03-31 19:00:202270 'zoom': ['[email protected]'],
[email protected]a3838612009-10-13 21:57:542271 },
2272}