blob: 0c95f03f70ed2c72bcca09cc9621ec7ab90128ea [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 },
juncaic08f41d2017-05-04 20:36:58418 'device_chooser': {
419 'filepath': 'chrome/browser/chooser_controller/|'\
420 'chrome/browser/ui/android/bluetooth_chooser_.*|'\
421 'chrome/browser/ui/android/usb_chooser_.*|'\
422 'chrome/browser/ui/bluetooth/|'\
423 'chrome/browser/ui/cocoa/device_chooser_.*|'\
424 'chrome/browser/ui/cocoa/extensions/chooser_dialog_.*|'\
425 'chrome/browser/ui/cocoa/permission_bubble/chooser_bubble_.*|'\
426 'chrome/browser/ui/views/device_chooser_.*|'\
427 'chrome/browser/ui/views/extensions/chooser_dialog_.*|'\
428 'chrome/browser/ui/views/permission_bubble/chooser_bubble_.*|'\
429 'chrome/browser/usb/usb_chooser_.*',
430 },
[email protected]29ad47c2014-04-23 09:12:48431 'device_sensors': {
432 'filepath': 'content/browser/device_sensors/|'\
433 'content/common/device_sensors/|'\
434 'content/public/android/java/src/org/chromium/content/browser/DeviceSensors.java|'\
435 'content/public/android/javatests/src/org/chromium/content/browser/DeviceSensorsTest.java|'\
timvolodine8cdb94c2016-09-22 12:17:22436 'content/renderer/device_sensors/|'\
437 'content/test/data/device_sensors/|'\
438 'device/sensors/',
[email protected]8c667232013-11-12 19:49:14439 },
scheibabdd7d32015-02-11 22:13:08440 'developer_recommended_flags': {
441 'filepath': 'developer_recommended_flags.gypi',
442 },
[email protected]342b12872012-11-07 12:10:46443 'devtools': {
444 'filepath': 'devtools',
445 },
mfoltz57fd7f32017-05-03 06:12:58446 'dial': {
447 'filepath': 'chrome/(browser|common)/extensions/api/dial' \
448 '|chrome/browser/media/router/discovery/dial/' \
449 '|chrome/test/data/extensions/api_test/dial/'
450 },
[email protected]bab2a832012-07-11 23:29:41451 'disk_cache': {
452 'filepath': 'net/disk_cache/|http_cache',
453 },
[email protected]f76c8852012-06-21 16:37:00454 'download': {
[email protected]f2f0fbb92012-07-14 15:52:49455 'filepath': 'chrome/browser/download/|'\
[email protected]8492b5b2012-12-17 21:58:08456 'content/browser/download/',
[email protected]6bff0ad2011-06-17 01:32:51457 },
[email protected]ca872e362011-07-12 21:06:03458 'downloads_ui': {
dbeam78528be2016-02-18 07:08:49459 'filepath': 'chrome/browser/resources/(md_)?downloads/|' \
[email protected]8492b5b2012-12-17 21:58:08460 'chrome/browser/ui/webui/.*downloads|' \
461 'chrome/browser/ui/views/download/|' \
asanka2009f412015-10-05 17:28:12462 'chrome/browser/ui/cocoa/download/'
[email protected]ca872e362011-07-12 21:06:03463 },
[email protected]f6df20a2012-10-23 21:22:07464 'drive': {
[email protected]8492b5b2012-12-17 21:58:08465 'filepath': 'chrome/browser/chromeos/drive/|' \
466 'chrome/browser/google_apis/'
[email protected]f6df20a2012-10-23 21:22:07467 },
[email protected]89d2cd52013-04-16 01:55:36468 'drive_resource_metadata': {
[email protected]2c948e12013-10-17 03:08:33469 'filepath': 'chrome/browser/chromeos/drive/resource_metadata'
[email protected]89d2cd52013-04-16 01:55:36470 },
[email protected]3a25c8a2014-06-26 06:47:10471 'eme': {
472 'filepath': 'components/cdm/|' \
473 'content/browser/media/cdm/|' \
474 'content/renderer/media/crypto/|' \
475 'media/base/android/*drm*|' \
476 'media/cdm/|' \
477 'third_party/widevine/cdm/'
478 },
[email protected]f76c8852012-06-21 16:37:00479 'extension': {
480 'filepath': 'extension',
[email protected]161277d42011-06-24 20:48:45481 },
lunalu0a9c05422016-11-11 17:19:06482 'feature_policy': {
483 'filepath': 'third_party/WebKit/Source/platform/feature_policy/|' \
484 'third_party/WebKit/Source/bindings/core/v8/ConditionalFeatures',
485 },
apaciblec4093a92016-04-19 19:21:58486 'feedback_ui': {
487 'filepath': 'chrome/browser/resources/(md_)?feedback/'
488 },
[email protected]f76c8852012-06-21 16:37:00489 'fileapi': {
[email protected]8492b5b2012-12-17 21:58:08490 'filepath': 'file_system/|' \
491 'fileapi/'
[email protected]80919512011-08-03 08:51:04492 },
[email protected]f76c8852012-06-21 16:37:00493 'filebrowse': {
[email protected]8492b5b2012-12-17 21:58:08494 'filepath': 'file_browser|' \
495 'file_manager|' \
496 'filebrowse'
[email protected]4b07b62cc2011-10-03 17:52:39497 },
[email protected]4ed766c2013-09-19 09:45:20498 'filesapp': {
okab0be3dc2016-08-30 07:37:10499 'filepath': 'chrome/browser/chromeos/drive|' \
500 'chrome/browser/chromeos/extensions/file_manager|' \
501 'chrome/browser/chromeos/extensions/file_system_provider|' \
502 'chrome/browser/chromeos/file_manager|' \
503 'chrome/browser/chromeos/file_system_provider|' \
504 'chrome/browser/drive|' \
505 'chrome/test/data/extensions/api_test/file_system_provider|' \
506 'components/drive|' \
507 'google_apis/drive|' \
508 'ui/file_manager'
509 },
510 'filesapp_ui': {
[email protected]4ff3d9f2014-04-24 05:25:20511 'filepath': 'ui/file_manager'
[email protected]4ed766c2013-09-19 09:45:20512 },
[email protected]f76c8852012-06-21 16:37:00513 'ftp': {
514 'filepath': 'ftp',
[email protected]ffeb189d2011-10-05 18:49:39515 },
mmoroz58ddb8172016-09-08 18:29:55516 'fuzzing': {
517 'filepath': 'fuzz|Fuzz',
518 },
[email protected]3a2a6ac02014-06-20 07:07:12519 'gcm': {
peter9f4490a2017-01-27 00:58:36520 'filepath': 'chrome/browser/gcm/|'\
[email protected]3a2a6ac02014-06-20 07:07:12521 'components/gcm_driver/|'\
522 'google_apis/gcm/',
523 },
mikhail.pozdnyakova8db26402016-11-28 18:27:12524 'generic_sensor': {
525 'filepath': 'device/generic_sensor/|'\
526 'third_party/WebKit/Source/modules/sensor/',
527 },
[email protected]d8036492013-08-09 16:02:23528 'geolocation': {
529 'filepath': 'chrome/browser/geolocation/|'\
530 'content/browser/geolocation|'\
531 'content/public/common/geoposition.*|'\
532 'content/public/browser/geolocation.*|'\
533 'content/renderer/geolocation.*|'\
534 'content/shell/geolocation/',
535 },
[email protected]f93b7382012-08-09 20:53:16536 'gfx_image': {
537 'filepath': 'ui/gfx/image/',
538 },
[email protected]cf428f732012-10-02 20:48:15539 'gfx_geometry': {
danakj570c1332015-01-06 16:59:36540 'filepath': 'ui/gfx/geometry/',
[email protected]cf428f732012-10-02 20:48:15541 },
[email protected]4d1773e2014-04-05 07:59:57542 'gn': {
543 'filepath': 'tools/gn',
544 },
tikuta9a7046f2017-02-16 09:22:45545 'goma': {
546 'filepath': 'infra/config/cq.cfg',
547 },
[email protected]f76c8852012-06-21 16:37:00548 'gpu': {
[email protected]f2f0fbb92012-07-14 15:52:49549 'filepath': 'gpu/',
[email protected]f76c8852012-06-21 16:37:00550 },
[email protected]f76c8852012-06-21 16:37:00551 'history_ui': {
dbeam78528be2016-02-18 07:08:49552 'filepath': 'chrome/browser/resources/(md_)?history|'\
553 'chrome/browser/ui/webui/.*history',
[email protected]f76c8852012-06-21 16:37:00554 },
[email protected]18d7e402014-07-08 19:53:14555 'hotword': {
556 'filepath': 'chrome/browser/extensions/api/hotword_private/'\
557 '|chrome/browser/resources/hotword_helper/'\
[email protected]535980d42014-08-12 14:31:28558 '|chrome/browser/resources/hotword/'\
[email protected]18d7e402014-07-08 19:53:14559 '|chrome/browser/search/hotword*'\
560 '|chrome/test/data/extensions/api_test/hotword_private/',
561 },
[email protected]f76c8852012-06-21 16:37:00562 'i18n': {
[email protected]f2f0fbb92012-07-14 15:52:49563 'filepath': 'base/i18n/|base/string|l10n|icu|'\
timvolodine8cdb94c2016-09-22 12:17:22564 'locale_settings|encoding',
[email protected]f76c8852012-06-21 16:37:00565 },
[email protected]f76c8852012-06-21 16:37:00566 'importer': {
[email protected]f2f0fbb92012-07-14 15:52:49567 'filepath': 'import',
[email protected]f76c8852012-06-21 16:37:00568 },
[email protected]c26161352013-11-12 19:50:01569 'indexed_db': {
570 'filepath': 'content/browser/indexed_db|'\
571 'content/child/indexed_db|'\
572 'content/common/indexed_db|'\
573 'content/public/browser/indexed_db|'\
574 'content/test/data/indexeddb',
575 },
bruthigaa8281f2016-02-09 17:52:31576 'ink_drop': {
577 'filepath': 'ui/views/animation/test/.*ink_drop.*|' \
578 'ui/views/animation/.*ink_drop.*'
579 },
dtapuska1f997a12016-03-14 19:22:07580 'input': {
581 'filepath': 'content/browser/renderer_host/input|'\
582 'content/renderer/input|'\
583 'ui/events/blink/'
584 },
[email protected]f76c8852012-06-21 16:37:00585 'installer': {
grt6b46a162017-01-24 17:39:11586 'filepath': 'chrome/install(_static|er)/',
[email protected]f76c8852012-06-21 16:37:00587 },
mmoss19826c62014-11-14 21:37:36588 'installer_linux': {
589 'filepath': 'chrome/installer/linux/',
590 },
[email protected]56b4b09d32012-07-27 18:28:41591 'instant': {
[email protected]607903d2013-03-25 22:15:47592 'filepath': 'instant|searchbox|'\
593 'chrome/browser/search/|'\
[email protected]c29b7dae2013-03-25 22:29:13594 'chrome/browser/ui/search/|'\
[email protected]eb99f8e2013-07-10 10:17:39595 'chrome/browser/resources/local_ntp/|'\
[email protected]607903d2013-03-25 22:15:47596 'chrome/common/search_types.*',
[email protected]56b4b09d32012-07-27 18:28:41597 },
edchin46453b42017-03-03 01:40:11598 'ios': {
599 'filepath': 'ios',
600 },
sdefresne18b47312015-06-18 15:15:09601 'ios_chrome': {
602 'filepath': 'ios/chrome',
603 },
marqa4f135f2017-01-10 12:37:34604 'ios_clean': {
605 'filepath': 'ios/clean',
606 },
607 'ios_showcase': {
608 'filepath': 'ios/showcase',
609 },
baxley9bfbd3cc2017-03-15 21:22:32610 'ios_test': {
611 'filepath': 'ios/chrome/test|'\
612 'ios/testing|'\
613 'ios/web/public/test|'\
614 'ios/web/test',
615 },
eugenebutb5a5a8572017-01-20 01:18:11616 'ios_web': {
617 'filepath': 'ios/web',
618 },
[email protected]f76c8852012-06-21 16:37:00619 'ipc': {
[email protected]f2f0fbb92012-07-14 15:52:49620 'filepath': 'ipc/ipc',
[email protected]f76c8852012-06-21 16:37:00621 },
mkwstb0d1b1d2014-09-30 11:45:36622 'ipc_messages': {
623 'filepath': '_message.*.h|'\
624 '_messages.cc',
625 },
vabraafbd4f32015-11-10 19:30:23626 'login': {
627 'filepath': 'chrome/browser/ui/login'
628 },
[email protected]a3f777d2014-01-07 23:38:26629 'libwebp': {
630 'filepath': 'third_party/libwebp'
631 },
johannkoenig52381382015-09-18 22:35:25632 'libvpx': {
johannkoenig8cdf03472016-03-02 13:54:31633 'filepath': 'third_party/libvpx'
johannkoenig52381382015-09-18 22:35:25634 },
dominiccabb90e02017-03-31 04:54:23635 'libxml_xslt': {
636 'filepath': 'third_party/libxml/' \
637 '|third_party/libxslt/',
638 },
[email protected]04a292a2013-03-07 19:58:42639 'linux_fonts': {
640 'filepath': 'ui/gfx/font_render_params_.*|'\
deratcd2d6fb2015-02-12 00:10:41641 'ui/gfx/platform_font_linux.*|'\
642 'ui/gfx/render_text_harfbuzz.*',
[email protected]04a292a2013-03-07 19:58:42643 },
644 'linux_sandboxing': {
[email protected]f2f0fbb92012-07-14 15:52:49645 'filepath': 'sandbox/linux/',
[email protected]f76c8852012-06-21 16:37:00646 },
[email protected]04a292a2013-03-07 19:58:42647 'linux_seccomp_bpf': {
[email protected]d6a23612012-11-13 20:11:54648 'filepath': 'content/common/sandbox.*linux.cc',
[email protected]f76c8852012-06-21 16:37:00649 },
lgrey62faed72016-10-11 21:40:39650 'mac': {
lgrey332339b12016-12-05 17:16:40651 'filepath': '(_|/)(cocoa|mac)(_|\.)|/(cocoa|mac)/|^((?!ios\/).)*\.mm?$',
lgrey62faed72016-10-11 21:40:39652 },
mlamourid8b0feb2015-06-02 16:30:47653 'manifest': {
654 'filepath': 'content/(browser|renderer)/manifest/'\
655 '|content/public/common/manifest*',
656 },
michaelpg32ca07902015-02-07 00:31:11657 'md_settings': {
michaelpge42ca3b32016-02-19 08:17:57658 'filepath': 'chrome/browser/resources/settings/'\
michaelpg9bc66292015-09-04 22:35:19659 '|chrome/browser/ui/webui/settings/',
michaelpg32ca07902015-02-07 00:31:11660 },
[email protected]f76c8852012-06-21 16:37:00661 'media': {
[email protected]f2f0fbb92012-07-14 15:52:49662 'filepath': 'media/|third_party/(ffmpeg|openmax)/|webmediaplayer|'\
[email protected]034548d2012-07-31 20:34:00663 'audio_message_filter|video_layer|media_internals',
[email protected]f76c8852012-06-21 16:37:00664 },
mcasasfeedbe42017-03-03 05:23:56665 'media_capture_from_element': {
alancutter40359812017-03-03 08:20:27666 'filepath': 'content/renderer/media_capture_from_element/' \
mcasasfeedbe42017-03-03 05:23:56667 '|third_party/WebKit/Source/modules/mediacapture/' \
668 '|third_party/WebKit/Source/platform/exported/WebCanvasCapture' \
669 '|third_party/WebKit/LayoutTests/fast/mediacapturefromelement/' \
670 '|third_party/WebKit/public/platform/WebCanvasCapture'
671 },
[email protected]06dd23172013-06-24 21:04:51672 'media_galleries': {
673 'filepath': 'chrome/browser/extensions/api/media_galleries/'\
[email protected]06dd23172013-06-24 21:04:51674 '|chrome/browser/media_galleries/'\
675 '|chrome/browser/storage_monitor/'\
676 '|chrome/common/media_galleries/'\
677 '|chrome/test/data/extensions/api_test/media_galleries/'\
678 '|chrome/utility/itunes*'\
679 '|chrome/utility/picasa*',
680 },
alokp9e369ea72e2016-06-10 05:41:09681 'media_mojo': {
682 'filepath': 'media/mojo/*'
683 },
mcasasfeedbe42017-03-03 05:23:56684 'media_recorder': {
alancutter40359812017-03-03 08:20:27685 'filepath': 'content/renderer/media_recorder/' \
mcasasfeedbe42017-03-03 05:23:56686 '|third_party/WebKit/Source/modules/mediarecorder/' \
687 '|third_party/WebKit/Source/platform/exported/WebMediaRecorder' \
688 '|third_party/WebKit/LayoutTests/fast/mediarecorder/' \
689 '|third_party/WebKit/public/platform/WebMediaRecorder'
690 },
miu5e69f1c52016-10-23 13:40:11691 'media_remoting': {
692 'filepath': 'chrome/browser/media/cast_remoting'\
693 '|media/blink/webmediaplayer_'\
694 '|media/mojo/interfaces/remoting.mojom'\
695 '|media/remoting/',
696 },
kmarshallb698ad4f2015-02-24 19:42:48697 'media_router': {
mfoltz57fd7f32017-05-03 06:12:58698 'filepath': 'chrome/android/(java|junit)/src/org/chromium/chrome/browser/media/router/' \
699 '|chrome/browser/media/router/' \
kmarshallb698ad4f2015-02-24 19:42:48700 '|chrome/browser/resources/media_router/' \
mfoltz57fd7f32017-05-03 06:12:58701 '|chrome/browser/ui/views/media_router/' \
kmarshallb698ad4f2015-02-24 19:42:48702 '|chrome/browser/ui/webui/media_router/' \
mfoltz57fd7f32017-05-03 06:12:58703 '|chrome/common/media/router/' \
704 '|chrome/test/data/webui/media_router/' \
705 '|chrome/test/media_router/' \
706 '|chrome/utility/media_router/'
kmarshallb698ad4f2015-02-24 19:42:48707 },
fmeawad4582cd22017-03-30 20:59:36708 'memory_coordinator': {
709 'filepath': 'base/memory/memory_|' \
fmeawadd015b232017-03-31 02:22:45710 'content/browser/memory/|' \
711 'content/child/memory/'
fmeawad4582cd22017-03-30 20:59:36712 },
[email protected]f76c8852012-06-21 16:37:00713 'message_loop': {
[email protected]f2f0fbb92012-07-14 15:52:49714 'filepath': 'base/message_'
[email protected]f76c8852012-06-21 16:37:00715 },
716 'metrics': {
[email protected]f2f0fbb92012-07-14 15:52:49717 'filepath': 'base/metrics/'\
asvitkine361b276e2016-08-30 18:45:00718 '|chrome/android/java/src/org/chromium/chrome/browser/metrics/'\
[email protected]f2f0fbb92012-07-14 15:52:49719 '|chrome/browser/metrics/'\
[email protected]f2f0fbb92012-07-14 15:52:49720 '|chrome/browser/chromeos/external_metrics'\
[email protected]b0d594d2014-02-21 03:22:12721 '|chrome/browser/extensions/api/metrics_private/'\
[email protected]f2f0fbb92012-07-14 15:52:49722 '|chrome/browser/ui/webui/metrics_handler'\
asvitkineb7e10302016-01-20 05:17:45723 '|chromecast/browser/metrics/'\
asvitkinee4bad382015-11-05 21:56:45724 '|components/metrics/'\
asvitkineb7e10302016-01-20 05:17:45725 '|components/metrics_services_manager/'\
[email protected]ce6b855a2014-03-12 19:51:39726 '|components/rappor/'\
asvitkinee4bad382015-11-05 21:56:45727 '|components/variations/'\
[email protected]b0d594d2014-02-21 03:22:12728 # Exclude XML files; in particular, histograms.xml.
729 '|tools/metrics/[^.]*([.](?!xml$).*)?$',
730 },
731 'metrics_xml_files': {
732 # Subscribe to this to watch for changes to histograms.xml.
toyoshim8f51f902015-03-27 03:50:21733 'filepath': 'tools/metrics/.*\.xml$',
734 },
735 'midi': {
736 'filepath': 'midi',
[email protected]f76c8852012-06-21 16:37:00737 },
[email protected]341f218a2013-09-24 22:16:10738 'mojo': {
739 'filepath': 'mojo',
740 },
[email protected]f76c8852012-06-21 16:37:00741 'mouse_lock': {
742 'filepath': 'mouse_lock',
743 },
rjkroegef60dea862015-10-29 17:50:06744 'mus': {
ben6b0453d12016-07-02 04:27:19745 'filepath': 'services/ui/'\
rjkroegef60dea862015-10-29 17:50:06746 '|mojo/gpu/',
747 },
[email protected]f76c8852012-06-21 16:37:00748 'nacl': {
[email protected]f2f0fbb92012-07-14 15:52:49749 'filepath': 'chrome/nacl/|chrome/test/nacl/|'\
[email protected]193912d2013-09-06 17:41:56750 'chrome/browser/nacl_host/|chrome/common/nacl|'\
751 'native_client_sdk/src/doc/',
[email protected]f76c8852012-06-21 16:37:00752 },
[email protected]99ddc3d2013-01-22 16:15:33753 'native_client_sdk': {
754 'filepath': '^native_client_sdk/',
755 },
[email protected]b9ecdb62014-03-07 14:56:43756 'navigation': {
757 'filepath': 'content/browser/frame_host|'\
758 'content/browser/renderer_host/render_process_host.*|'\
759 'content/browser/renderer_host/render_view_host.*|'\
760 'content/browser/web_contents/web_contents_impl.*|'\
761 'content/renderer/render_frame.*|'\
762 'content/renderer/render_view.*'
763 },
[email protected]f76c8852012-06-21 16:37:00764 'net': {
[email protected]f2f0fbb92012-07-14 15:52:49765 'filepath': 'net/',
[email protected]f76c8852012-06-21 16:37:00766 },
bnc1872e8bd2017-01-27 02:47:28767 'net_base': {
768 'filepath': 'net/base/',
769 },
[email protected]f76c8852012-06-21 16:37:00770 'net_error_list': {
771 'filepath': 'net/base/net_error_list.h',
772 },
bnc1872e8bd2017-01-27 02:47:28773 'net_http2': {
774 'filepath': 'net/http2/',
775 },
[email protected]f76c8852012-06-21 16:37:00776 'net_log': {
mmenke59e4d8fb42016-06-15 21:15:28777 'filepath': 'net/log/|' \
[email protected]f2f0fbb92012-07-14 15:52:49778 'chrome/browser/net/.*net_log|' \
[email protected]f2f0fbb92012-07-14 15:52:49779 'chrome/browser/resources/net_internals/|' \
mmenke59e4d8fb42016-06-15 21:15:28780 'chrome/browser/ui/webui/net_internals/|' \
781 'components/net_log/'
[email protected]f76c8852012-06-21 16:37:00782 },
bnc1872e8bd2017-01-27 02:47:28783 'net_spdy': {
784 'filepath': 'net/spdy/',
785 },
jkarlin539748402015-03-31 17:36:31786 'netinfo': {
787 'filepath': 'netinfo',
788 },
peterf4758412014-09-17 15:06:01789 'notifications': {
790 'filepath': 'chrome/browser/extensions/api/notifications/|' \
791 'chrome/browser/notifications/|' \
peter8ab156b2015-03-29 15:44:12792 'chrome/test/data/notifications/|' \
793 'content/browser/notifications/|' \
794 'content/child/notifications/|' \
795 'content/common/platform_notification|' \
796 'content/public/browser/platform_notification|' \
797 'content/public/common/platform_notification|' \
798 'content/renderer/notification_|' \
peterf4758412014-09-17 15:06:01799 'ui/message_center/'
800 },
tbansalc6f1c9f2016-09-30 22:48:42801 'nqe': {
802 'filepath': 'nqe',
803 },
[email protected]f76c8852012-06-21 16:37:00804 'ntp': {
[email protected]f2f0fbb92012-07-14 15:52:49805 'filepath': 'chrome/browser/resources/ntp4/|'\
[email protected]b7ecd5f2013-02-14 21:04:16806 'chrome/browser/resources/ntp_android/|'\
[email protected]f2f0fbb92012-07-14 15:52:49807 'chrome/browser/ui/webui/ntp/',
[email protected]f76c8852012-06-21 16:37:00808 },
mcwilliamsedee5042016-04-05 18:46:45809 'ntp_snippets': {
810 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk16a37f902016-05-16 15:49:36811 'chrome/android/javatests/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk14c89352016-07-21 13:45:13812 'chrome/android/junit/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk117ffb322017-02-06 12:04:20813 'chrome/android/java/src/org/chromium/chrome/browser/suggestions/|'\
814 'chrome/android/javatests/src/org/chromium/chrome/browser/suggestions/|'\
mvanouwerkerk538dc0b62016-05-17 14:55:34815 'chrome/browser/android/ntp/ntp_snippets|'\
mcwilliamsedee5042016-04-05 18:46:45816 'chrome/browser/ntp_snippets/|'\
mvanouwerkerk41649732016-05-17 13:37:00817 'chrome/browser/resources/snippets_internals|'\
818 'chrome/browser/ui/webui/snippets_internals|'\
mcwilliamsedee5042016-04-05 18:46:45819 'components/ntp_snippets/|'\
820 'chrome/android/java/res/layout/new_tab_page|'\
noyau451e6bb62016-12-23 14:29:04821 'chrome/android/java/res/layout/most_visited|'\
822 'ios/chrome/browser/ntp_snippets'
mcwilliamsedee5042016-04-05 18:46:45823 },
treib70176c52016-07-08 14:34:19824 'ntp_tiles': {
825 'filepath': 'chrome/browser/android/ntp/|'\
826 'chrome/browser/ui/webui/ntp/|'\
827 'chrome/common/search/ntp|'\
noyau451e6bb62016-12-23 14:29:04828 'components/ntp_tiles/|'\
829 'ios/chrome/browser/ntp_tiles'
treib70176c52016-07-08 14:34:19830 },
peterb8ec88f82017-03-21 13:29:42831 'offline_items_collection': {
832 'filepath': 'components/offline_items_collection/',
833 },
dimichdce3ee492016-04-04 04:20:52834 'offline_pages': {
835 'filepath': 'components/offline_pages/'\
fgorski329be5b2016-04-19 21:38:11836 '|chrome/browser/android/offline_pages/'\
837 '|chrome/android/java/src/org/chromium/chrome/browser/offlinepages/'
dimichdce3ee492016-04-04 04:20:52838 },
[email protected]f76c8852012-06-21 16:37:00839 'omnibox': {
jdonnelly6fa5a21d2017-01-03 15:28:35840 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/omnibox/|'\
841 'chrome/android/javatests/src/org/chromium/chrome/browser/omnibox/|'\
842 'chrome/browser/autocomplete/|'\
843 'chrome/browser/ui/omnibox/|'\
844 'chrome/browser/ui/.*/omnibox/|'\
845 'components/omnibox/|'\
846 'ios/chrome/browser/ui/omnibox/'
[email protected]f76c8852012-06-21 16:37:00847 },
[email protected]437c44b2012-11-08 01:35:52848 'options': {
849 'filepath': 'chrome/browser/resources/options/|'\
850 'chrome/browser/ui/webui/options/',
851 },
chasej6dff9292016-02-02 20:33:12852 'origin_trials': {
chasej68b8bbd2017-01-26 19:26:13853 'filepath': 'origin_trials'\
854 '|OriginTrial'\
855 '|ConditionalFeature',
chasej6dff9292016-02-02 20:33:12856 },
[email protected]4a2078e2013-07-18 20:40:20857 'ozone': {
[email protected]f93c2c92013-10-31 18:22:44858 'filepath': 'ui/ozone/|'\
[email protected]4b66bf922013-10-28 19:49:43859 'ui/events/ozone/|'\
860 'ui/gfx/ozone/|'\
[email protected]4a2078e2013-07-18 20:40:20861 'ui/gl/gl_.*egl.*|'\
862 'ui/gl/gl_.*ozone.*'
863 },
lgarron9e25c7402017-03-15 04:03:11864 'page_info' : {
865 'filepath': 'chrome/browser/ui/page_info/'\
866 '|chrome/browser/ui/.*/page_info/'\
lgarron3428b2d32017-03-21 18:35:19867 '|chrome/android/java/src/org/chromium/chrome/browser/page_info/'\
lgarron6cd116a2017-04-07 19:42:18868 '|components/page_info_strings.grdp'\
lgarron9e25c7402017-03-15 04:03:11869 '|ios/chrome/browser/ui/omnibox/page_info_'
lgarron6cd116a2017-04-07 19:42:18870 },
csharrison3b1dc4062015-10-19 14:31:08871 'page_load_metrics' : {
bmcquade9f433702016-07-26 23:33:50872 'filepath': 'chrome/browser/page_load_metrics/'\
873 '|chrome/common/page_load_metrics/'\
874 '|chrome/renderer/page_load_metrics/'
csharrison3b1dc4062015-10-19 14:31:08875 },
[email protected]f76c8852012-06-21 16:37:00876 'panels': {
[email protected]7cbe5a52012-09-27 02:00:29877 'filepath': 'chrome/browser/ui/panels'\
878 '|chrome/browser/ui/cocoa/panels'\
[email protected]7cbe5a52012-09-27 02:00:29879 '|chrome/browser/ui/views/panels'
[email protected]f76c8852012-06-21 16:37:00880 },
[email protected]3cc8b3922014-05-05 13:12:08881 'password_manager': {
882 'filepath': 'chrome/.*/password_'\
883 '|chrome/browser/ui/passwords'\
884 '|chrome/browser/ui/views/passwords'\
885 '|chrome/test/data/password'\
886 '|components/autofill.*password'
887 '|components/password_'\
vabrccdb7222016-06-01 14:59:40888 '|^ios/chrome/browser/passwords'\
[email protected]3cc8b3922014-05-05 13:12:08889 },
rouslane8a22262016-10-19 20:49:41890 'payments': {
891 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/payments'\
892 '|chrome/android/javatests/src/org/chromium/chrome/browser/payments'\
mathp432cb342017-01-10 15:45:00893 '|chrome/test/data/payments'\
rouslana64ceca2016-10-26 01:10:31894 '|components/payments'\
rouslane8a22262016-10-19 20:49:41895 '|third_party/WebKit/LayoutTests/payments/'\
rouslane8a22262016-10-19 20:49:41896 '|third_party/WebKit/Source/modules/payments'\
mahmadi0a7bb59f2017-02-22 19:13:49897 '|ios/web/payments/'\
898 '|ios/web/public/payments/'\
899 '|ios/chrome/browser/payments/'
900 },
901 'payments_ios': {
902 'filepath': 'ios/web/payments/'\
903 '|ios/web/public/payments/'\
mahmadidfac58d2016-12-19 19:11:53904 '|ios/chrome/browser/payments/'
rouslane8a22262016-10-19 20:49:41905 },
[email protected]f76c8852012-06-21 16:37:00906 'pepper_api': {
[email protected]b8491b02013-11-13 03:50:58907 'filepath': 'ppapi/api'\
908 '|ppapi/c',
[email protected]f76c8852012-06-21 16:37:00909 },
mlamourid8b0feb2015-06-02 16:30:47910 'permissions': {
911 'filepath': 'content/(child,browser)/permissions/'\
912 '|content/common/permission_*'\
913 '|content/public/(common,browser)/permission_*'\
914 '|chrome/browser/permissions/'\
915 '|chrome/browser/content_settings/permission*'\
916 '|permission_context',
917 },
[email protected]f76c8852012-06-21 16:37:00918 'plugin': {
[email protected]f2f0fbb92012-07-14 15:52:49919 'filepath': 'chrome/browser/plugin|chrome/plugin/|'\
Thiago Farinae067154bb2015-05-07 15:37:59920 'chrome/common/plugin',
[email protected]f76c8852012-06-21 16:37:00921 },
michaelpg11fff3f2015-02-06 03:35:34922 'polymer': {
923 'filepath': 'third_party/polymer/|'\
michaelpgf94a2a22017-03-06 22:35:00924 'third_party/web-animations-js/|'\
dbeam78528be2016-02-18 07:08:49925 'tools/polymer|'\
michaelpg11fff3f2015-02-06 03:35:34926 'ui/webui/resources/polymer_resources.grdp',
927 },
twifkak0c69c1f2015-06-22 18:20:09928 'precache': {
929 'filepath': '[pP]recache'
930 },
[email protected]be775bc2014-06-30 15:41:14931 'prepopulated_engines': {
932 'filepath': 'components/search_engines/prepopulated_engines.json',
933 },
[email protected]f76c8852012-06-21 16:37:00934 'prerender': {
[email protected]78375a52012-07-14 14:47:57935 'filepath': 'prerender'
[email protected]f76c8852012-06-21 16:37:00936 },
mfoltz57fd7f32017-05-03 06:12:58937 'presentation': {
938 'filepath': 'content/(browser|common|renderer)/presentation/' \
939 '|third_party/WebKit/public/platform/modules/presentation/' \
940 '|third_party/WebKit/LayoutTests/presentation/' \
941 '|third_party/WebKit/Source/modules/presentation/'
942 },
peter884896c72015-03-12 14:26:20943 'push_messaging': {
944 'filepath': 'push_messaging'
945 },
stkhapugin06503142016-12-07 14:32:12946 'reading_list': {
947 'filepath': 'components/reading_list|'\
948 'ios/chrome/browser/reading_list|'\
949 'ios/chrome/browser/ui/reading_list',
950 },
[email protected]f76c8852012-06-21 16:37:00951 'remoting': {
sergeyu05995a4f2017-01-24 21:26:01952 'filepath': '^remoting/' \
953 '|^testing/chromoting'
[email protected]f76c8852012-06-21 16:37:00954 },
gab57e80c72014-12-08 21:06:13955 'rlz_id': {
956 'filepath' :'rlz/lib/machine_id.cc|'\
957 'rlz/lib/machine_id.h|'\
958 'rlz/win/lib/machine_id_win.cc',
959 },
grt829c6a82014-10-20 09:29:32960 'safe_browsing': {
timvolodine41e95412017-03-14 02:55:34961 'filepath': 'chrome/(browser|common|renderer)/safe_browsing/|'\
962 'components/safe_browsing/',
grt829c6a82014-10-20 09:29:32963 },
vakhf8e14c92016-10-17 21:29:47964 'safe_browsing_db': {
965 'filepath': 'components/safe_browsing_db/',
966 },
rickyz0a819bfc2015-02-04 23:57:22967 'sandbox': {
968 'filepath': 'sandbox/'\
969 '|content/browser/bootstrap_sandbox_mac'\
970 '|content/browser/renderer_host/render_sandbox_host_linux'\
971 '|content/browser/renderer_host/sandbox_ipc_linux'\
972 '|content/browser/zygote_host/'\
973 '|content/common/sandbox_'\
974 '|content/zygote/'\
975 },
skyostil20dea312014-11-11 13:43:06976 'scheduler': {
rmcilroyfa5ac552015-04-09 12:33:17977 'filepath': 'cc/scheduler'\
jochen83c639f02015-04-22 17:07:37978 '|components/scheduler'\
rmcilroyfa5ac552015-04-09 12:33:17979 '|content/renderer/scheduler'
skyostil20dea312014-11-11 13:43:06980 },
mlamourid8b0feb2015-06-02 16:30:47981 'screen_orientation': {
982 'filepath': 'screen_orientation',
983 },
[email protected]21cd39b2012-06-28 01:48:40984 'search': {
[email protected]f2f0fbb92012-07-14 15:52:49985 'filepath': 'chrome/browser/ui/search/',
[email protected]21cd39b2012-06-28 01:48:40986 },
[email protected]0b431722014-01-08 07:21:51987 'service_worker': {
[email protected]edaf31d2014-03-07 00:09:17988 'filepath': 'content/(browser|renderer|child|common)/service_worker/',
[email protected]0b431722014-01-08 07:21:51989 },
alitoc5534d62017-04-21 01:48:58990 'settings_reset_prompt': {
991 'filepath': 'chrome/browser/safe_browsing/settings_reset_prompt/'\
992 '|chrome/browser/ui/views/settings_reset_prompt',
993 },
dominickn8884155a2016-06-23 02:28:16994 'site_engagement': {
995 'filepath': 'chrome/browser/engagement/|'\
996 'chrome/browser/ui/webui/engagement/',
997 },
[email protected]f76c8852012-06-21 16:37:00998 'site_instance': {
[email protected]f2f0fbb92012-07-14 15:52:49999 'filepath': 'content/browser/site_instance|'\
1000 'content/browser/browsing_instance',
[email protected]f76c8852012-06-21 16:37:001001 },
1002 'speech': {
[email protected]f2f0fbb92012-07-14 15:52:491003 'filepath': 'chrome/browser/speech/'\
1004 '|content/browser/speech/'\
1005 '|content/common/.*speech'\
1006 '|content/public/.*speech'
[email protected]f76c8852012-06-21 16:37:001007 },
[email protected]ad0295d2012-10-11 23:43:361008 'spellcheck': {
1009 'filepath': 'chrome/browser/spellchecker/'\
timvolodine8cdb94c2016-09-22 12:17:221010 '|chrome/browser/renderer_context_menu/spelling_'\
1011 '|components/spellcheck/'\
1012 '|third_party/hunspell/'\
1013 '|third_party/hunspell_dictionaries/',
[email protected]ad0295d2012-10-11 23:43:361014 },
[email protected]67f39af2013-08-23 20:06:051015 'streams': {
1016 'filepath': 'content/browser/streams/',
1017 },
vmpstrcc1c08302015-11-18 06:05:511018 'styleguide': {
1019 'filepath': '^styleguide/',
1020 },
engedye7b734da2017-02-07 12:08:131021 'subresource_filter': {
1022 'filepath': 'subresource_filter|SubresourceFilter',
1023 },
[email protected]43d33e92014-07-14 16:39:311024 'supervised_users': {
1025 'filepath': 'chrome/browser/.*managed_mode'\
1026 '|chrome/browser/.*managed_user'\
1027 '|chrome/browser/.*supervised_user',
1028 },
alito438fa4332016-12-20 21:59:171029 'swreporter': {
alitof6fcb352017-05-01 22:34:281030 'filepath': 'chrome/browser/safe_browsing/chrome_cleaner/'\
alito438fa4332016-12-20 21:59:171031 '|chrome/browser/component_updater/sw_reporter_',
1032 },
[email protected]f76c8852012-06-21 16:37:001033 'sync': {
maxboguefa217942016-04-01 01:08:131034 'filepath': '^chrome/android/sync_shell/'\
1035 '|^chrome/browser/ui/sync/'\
1036 '|^chrome/browser/ui/views/sync/'\
1037 '|^chrome/test/android/javatests/src/org/chromium/chrome/test/util/browser/sync/'\
1038 '|^ios/chrome/browser/sync/'\
1039 '|^chrome/android/java/src/org/chromium/chrome/browser/sync/'\
1040 '|^chrome/browser/sync/'\
1041 '|^components/browser_sync/'\
Max Boguefef332d2016-07-28 22:09:091042 '|^components/sync/'\
maxboguefa217942016-04-01 01:08:131043 '|^components/sync_bookmarks/'\
Max Boguefef332d2016-07-28 22:09:091044 '|^components/sync_sessions/',
[email protected]f76c8852012-06-21 16:37:001045 },
[email protected]92871a102013-07-01 11:11:411046 'syncfs': {
1047 'filepath': 'sync_file_system',
1048 },
miu5e69f1c52016-10-23 13:40:111049 'tab_alert_indicators': {
1050 'filepath': 'content/browser/media/audio_stream_monitor'\
1051 '|chrome/browser/ui/cocoa/tabs/alert_indicator_button'\
1052 '|chrome/browser/ui/cocoa/tabs/tab_controller\.mm'\
1053 '|chrome/browser/ui/tabs/tab_utils'\
1054 '|chrome/browser/ui/views/tabs/alert_indicator_button'\
1055 '|chrome/browser/ui/views/tabs/tab\.cc'\
1056 '|chrome/browser/ui/views/tabs/tab_renderer_data'\
1057 '|media/audio/audio_(output_controller|power_monitor)',
1058 },
[email protected]82d74152013-07-28 08:55:311059 'tab_capture': {
miu5e69f1c52016-10-23 13:40:111060 'filepath': 'cc/output/copy_output_'\
[email protected]31ef420b2014-08-13 21:19:131061 '|chrome/browser/extensions/api/tab_capture/'\
miu5e69f1c52016-10-23 13:40:111062 '|chrome/renderer/resources/extensions/tab_capture_custom_bindings.js'\
[email protected]31ef420b2014-08-13 21:19:131063 '|chrome/test/data/extensions/api_test/tab_capture/'\
[email protected]31ef420b2014-08-13 21:19:131064 '|content/browser/media/capture/'\
miu5e69f1c52016-10-23 13:40:111065 '|content/browser/renderer_host/delegated_frame_host'\
[email protected]31ef420b2014-08-13 21:19:131066 '|content/browser/renderer_host/media/(audio_'\
1067 '|media_stream_manager|video_)'\
miu5e69f1c52016-10-23 13:40:111068 '|content/public/renderer/media_stream_'\
1069 '|content/renderer/media/(media_stream|(.+audio_source))'\
[email protected]31ef420b2014-08-13 21:19:131070 '|media/audio/(audio_output_controller|fake_audio_|virtual_audio_)'\
1071 '|media/base/video_frame\.h'\
miu5e69f1c52016-10-23 13:40:111072 '|media/capture/',
[email protected]82d74152013-07-28 08:55:311073 },
[email protected]f76c8852012-06-21 16:37:001074 'tab_contents': {
[email protected]f2f0fbb92012-07-14 15:52:491075 'filepath': 'chrome/browser/tab_contents/|'\
1076 'content/browser/tab_contents/|'\
1077 'chrome/browser/ui/tab_contents/',
[email protected]f76c8852012-06-21 16:37:001078 },
1079 'task_manager': {
1080 'filepath': 'task_manager'
1081 },
tdresserd80646f2017-03-03 19:26:081082 'tbmv2_metrics': {
1083 'filepath': 'third_party/catapult/tracing/tracing/metrics'
1084 },
[email protected]5e105332012-09-13 01:55:521085 'tcmalloc': {
1086 'filepath': 'third_party/tcmalloc'
1087 },
[email protected]31a10602012-11-21 01:51:261088 'telemetry': {
nednguyen79105d422016-04-18 01:38:421089 'filepath': 'tools/perf/'
[email protected]31a10602012-11-21 01:51:261090 },
[email protected]f76c8852012-06-21 16:37:001091 'tests': {
[email protected]f2f0fbb92012-07-14 15:52:491092 'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/',
[email protected]0cde05a02011-11-30 23:36:521093 },
jlkleinecc81952016-11-19 00:16:071094 'tether': {
1095 'filepath': 'components/cryptauth/'\
1096 '|chromeos/components/tether/'\
1097 '|components/proximity_auth/',
1098 },
[email protected]1cbbb30b2011-10-14 08:03:561099 'textinput': {
[email protected]f2f0fbb92012-07-14 15:52:491100 'filepath': 'content/browser/renderer_host/gtk_im'\
1101 '|content/browser/renderer_host/gtk_key'\
1102 '|content/browser/renderer_host/render_widget_host_view'\
1103 '|content/browser/renderer_host/text_input'\
1104 '|ui/base/ime/'\
1105 '|ui/base/gtk/event'\
1106 '|ui/base/gtk/gtk_im'\
1107 '|ui/base/keycodes/'\
1108 '|ui/base/win/ime'\
1109 '|ui/views/controls/textfield/'\
1110 '|ui/views/ime/'
[email protected]1cbbb30b2011-10-14 08:03:561111 },
[email protected]3a117c62011-11-29 04:28:021112 'textinput_chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:491113 'filepath': 'chrome/browser/chromeos/input_method/'\
1114 '|chrome/browser/chromeos/extensions/input_method'\
1115 '|chrome/browser/chromeos/status/input_method'\
1116 '|chrome/browser/extensions/extension_input_'\
1117 '|chrome/browser/resources/keyboard'\
1118 '|chrome/browser/resources/options/language'\
[email protected]ef03eae2011-11-30 08:43:431119 '|chrome/browser/ui/webui/options/'\
[email protected]f2f0fbb92012-07-14 15:52:491120 'chromeos/.*(language|keyboard)'\
[email protected]6bd9e802013-04-18 06:40:421121 '|chrome/browser/ui/webui/options/language'\
1122 '|chromeos/ime/*'
[email protected]3a117c62011-11-29 04:28:021123 },
chirantan96fcf6d2015-01-21 22:36:191124 'timers': {
1125 'filepath': 'base/timer/'\
1126 '|components/timers/'
1127 },
[email protected]f76c8852012-06-21 16:37:001128 'tools': {
[email protected]f2f0fbb92012-07-14 15:52:491129 'filepath': 'tools/',
[email protected]6bea7b42011-10-19 19:47:091130 },
robliaofd54b5c2017-01-13 00:41:301131 'tools_win_chromeexts': {
1132 'filepath': 'tools/win/chromeexts',
1133 },
[email protected]c8eb7f72013-07-04 15:30:111134 'tracing': {
1135 'filepath': 'base/debug/trace_event.*'\
primianobef13b42015-01-30 15:29:311136 '|base/trace_event/'\
[email protected]c8eb7f72013-07-04 15:30:111137 '|content/browser/tracing/'\
1138 '|components/tracing/'
1139 },
[email protected]cf428f732012-10-02 20:48:151140 'ui_compositor': {
1141 'filepath': 'ui/compositor/layer\.|'\
1142 'ui/compositor/layer_unittest|'\
1143 'ui/compositor/compositor',
1144 },
robliao2c4b7492016-07-19 01:57:261145 'ui_display_win': {
1146 'filepath': '^ui/display/win',
1147 },
[email protected]6b5093c2012-05-23 19:10:181148 'ui_resources': {
[email protected]f2f0fbb92012-07-14 15:52:491149 'filepath': 'ui/resources/'\
1150 '|ui/base/native_theme/resources/'\
1151 '|chrome/app/theme/'
[email protected]6b5093c2012-05-23 19:10:181152 },
edwardjung83f52ef22017-02-07 13:15:071153 'ui_strings': {
1154 'filepath': 'chrome/app/generated_resources.grd'\
1155 '|chrome/app/google_chrome_strings.grd'\
1156 '|chrome/android/java/strings/android_chrome_strings.grd'\
1157 '|chrome/app/settings_strings.grdp'\
1158 '|ios/chrome/app/strings/ios(_.+)*_strings.grd'\
1159 '|ui/strings/ui_strings.grd',
1160 },
[email protected]f76c8852012-06-21 16:37:001161 'valgrind': {
1162 'filepath': 'valgrind',
1163 },
[email protected]c73ec8ab2014-01-16 20:35:231164 'version_assembly': {
1165 'filepath': 'chrome/app/version_assembly',
1166 },
posciak62a72272016-05-11 08:31:241167 'video': {
1168 'filepath': 'content/browser/renderer_host/media/|'\
1169 'content/renderer/media/|'\
1170 'media/capture/video/|'\
1171 'media/filters/|'\
1172 'media/gpu/|'\
1173 '.*video.*',
1174 },
mcasas09e881c2016-04-09 02:09:501175 'video_capture': {
1176 'filepath': 'chrome/browser/media/.*(capture|media|webrtc)'\
1177 '|content/browser/renderer_host/media/.*(capture|media)'\
1178 '|content/renderer/media/.*(capture|media|webrtc)'\
1179 '|media/capture/'\
chfremer2a01a69b2017-01-06 02:39:011180 '|media/muxers/'\
1181 '|services/video_capture/',
mcasas09e881c2016-04-09 02:09:501182 },
[email protected]f76c8852012-06-21 16:37:001183 'views': {
1184 # Applies to all files and subdirs within this directory.
[email protected]f2f0fbb92012-07-14 15:52:491185 'filepath': '^ui/views/',
[email protected]f76c8852012-06-21 16:37:001186 },
[email protected]f47d871a2013-10-11 22:14:151187 'views_corewm': {
1188 'filepath': 'ui/views/corewm/',
[email protected]3fc918142013-10-12 01:42:171189 },
[email protected]ef514a32014-02-26 01:02:351190 'virtual_keyboard': {
1191 'filepath': 'ui/keyboard/'\
oka47452c22017-02-17 05:07:571192 '|chrome/test/data/chromeos/virtual_keyboard/'\
1193 '|extensions/browser/api/virtual_keyboard_private/'\
James Cooka35a1e22017-04-08 02:33:081194 '|ash/system/virtual_keyboard/'\
oka47452c22017-02-17 05:07:571195 '|ash/virtual_keyboard',
[email protected]ef514a32014-02-26 01:02:351196 },
billorr3c7e1442016-11-11 21:21:351197 'virtual_reality': {
1198 'filepath': 'vr_shell/|'\
1199 '/vr/|'\
1200 'third_party/gvr',
1201 },
mcasas09e881c2016-04-09 02:09:501202 'webrtc_browser_tests': {
1203 'filepath': 'chrome/browser/media/.*webrtc.*browsertest|'\
1204 'content/browser/media/.*webrtc.*browsertest',
1205 },
[email protected]208879542012-07-05 11:15:341206 'website_settings': {
[email protected]f2f0fbb92012-07-14 15:52:491207 'filepath': 'chrome/browser/content_settings/'\
1208 '|chrome/browser/ui/views/website_settings/'\
1209 '|chrome/browser/ui/website_settings/'\
mukai077089f2014-09-11 18:41:521210 '|chrome/common/content_settings'\
1211 '|components/content_settings/',
[email protected]208879542012-07-05 11:15:341212 },
[email protected]b17d9e02014-07-29 09:45:501213 'windows_sandboxing': {
1214 'filepath': 'sandbox/win/',
1215 },
[email protected]f76c8852012-06-21 16:37:001216 'x11': {
[email protected]f2f0fbb92012-07-14 15:52:491217 'filepath': 'content/browser/renderer_host/backing_store_x\.' \
1218 '|chrome/browser/chromeos/input_method/xkeyboard\.' \
1219 '|chrome/browser/chromeos/system_key_event_listener\.' \
[email protected]f76c8852012-06-21 16:37:001220 '|chrome/browser/chromeos/'\
[email protected]f2f0fbb92012-07-14 15:52:491221 'xinput_hierarchy_changed_event_listener\.' \
1222 '|chrome/browser/chromeos/wm_' \
1223 '|ui/base/x/'
[email protected]0d710852012-05-24 01:18:401224 },
wjmaclean3ff6a402015-03-31 19:00:201225 'zoom': {
1226 'filepath': 'chrome/browser/ui/zoom/' \
1227 '|components/ui/zoom/' \
1228 '|content/browser/host_zoom_*' \
1229 '|content/browser/storage_partition_impl*' \
1230 '|content/public/browser/host_zoom_map.h' \
1231 '|content/public/browser/storage_partition.h'
1232 },
timlohd035d572015-09-25 15:28:021233
1234 'blink': {
1235 'filepath': 'third_party/WebKit/',
1236 },
1237 'blink_accessibility': {
1238 'filepath': 'third_party/WebKit/.*(accessibility|AXObjectCache|WebAX)'
1239 },
1240 'blink_animation': {
1241 'filepath': 'third_party/WebKit/.*([Aa]nimat|[Tt]ransition)',
1242 },
1243 'blink_app_banner': {
1244 'filepath': 'third_party/WebKit/Source/modules/app_banner' \
1245 '|third_party/WebKit/public/platform/modules/app_banner',
1246 },
1247 'blink_audio': {
1248 'filepath': 'third_party/WebKit/Source/platform/audio' \
1249 '|third_party/WebKit/Source/modules/webaudio',
1250 },
1251 'blink_battery_status': {
1252 'filepath': 'third_party/WebKit/Source/modules/battery/' \
1253 '|third_party/WebKit/LayoutTests/battery-status/' \
1254 '|third_party/WebKit/Source/core/frame/PlatformEvent(Controller|Dispatcher)'
1255 },
1256 'blink_bidi': {
1257 'filepath': 'third_party/WebKit/Source/platform/text/.*Bidi' \
1258 '|third_party/WebKit/Source/core/rendering/.*Bidi',
1259 },
1260 'blink_bindings': {
1261 'filepath': 'third_party/WebKit/Source/bindings',
1262 },
jbroman9ac2d532016-09-01 18:20:081263 'blink_bindings_serialization': {
1264 'filepath': 'third_party/WebKit/Source/bindings/(core|modules)/v8/.*[Ss]erializ',
1265 },
timlohd035d572015-09-25 15:28:021266 'blink_bluetooth': {
1267 'filepath': 'third_party/WebKit/.*[Bb]luetooth'
1268 },
1269 'blink_canvas2d': {
1270 'filepath': 'third_party/WebKit/Source/core/html/canvas' \
1271 '|third_party/WebKit/Source/core/html/HTMLCanvasElement' \
1272 '|third_party/WebKit/Source/modules/canvas2d' \
1273 '|third_party/WebKit/Source/platform/graphics/Canvas2D',
1274 },
1275 'blink_clipboard': {
1276 'filepath': 'third_party/WebKit/Source/core/clipboard' \
1277 '|third_party/WebKit/Source/core/page/.*Drag' \
1278 '|third_party/WebKit/Source/platform/.*Drag' \
1279 '|third_party/WebKit/Source/platform/clipboard' \
1280 '|third_party/WebKit/Source/web/.*Drag' \
1281 '|third_party/WebKit/public/platform/.*Drag' \
1282 '|third_party/WebKit/public/web/.*Drag',
1283 },
1284 'blink_content_security_policy': {
1285 'filepath': 'third_party/WebKit/Source/core/frame/csp' \
1286 '|third_party/WebKit/Source/core/events/SecurityPolicyViolationEvent' \
1287 '|third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy'
1288 },
1289 'blink_css': {
1290 'filepath': 'third_party/WebKit/Source/core/css',
1291 },
1292 'blink_css_grid_layout': {
1293 'filepath': 'third_party/WebKit/Source/core/layout/.*Grid' \
1294 '|third_party/WebKit/Source/core/paint/.*Grid' \
1295 '|third_party/WebKit/Source/core/css/.*Grid' \
1296 '|third_party/WebKit/LayoutTests/fast/css-grid-layout/' \
1297 '|third_party/WebKit/LayoutTests/ietestcenter/css3/grid/' \
1298 '|third_party/WebKit/LayoutTests/platform/.*/fast/css-grid-layout/' \
1299 '|third_party/WebKit/LayoutTests/platform/.*/ietestcenter/css3/grid/'
1300 },
1301 'blink_css_flexbox': {
1302 'filepath': 'third_party/WebKit/Source/core/rendering/.*Flex' \
1303 '|third_party/WebKit/LayoutTests/fast/deprecated-flexbox/' \
1304 '|third_party/WebKit/LayoutTests/css3/flexbox/' \
1305 '|third_party/WebKit/LayoutTests/ietestcenter/css3/flexbox/'
1306 },
1307 'blink_css_fragmentation_tests': {
1308 'filepath': 'third_party/WebKit/LayoutTests/fast/multicol/' \
mstensho6471a3d2015-11-25 12:31:021309 '|third_party/WebKit/LayoutTests/fast/pagination/' \
1310 '|third_party/WebKit/LayoutTests/printing/'
timlohd035d572015-09-25 15:28:021311 },
1312 'blink_css_regions': {
1313 'filepath': 'third_party/WebKit/Source/core/rendering/.*(Region|FlowThread)' \
1314 '|third_party/WebKit/Source/core/dom/NodeRendering' \
1315 '|third_party/WebKit/Source/core/dom/.*NamedFlow' \
1316 '|third_party/WebKit/Source/core/css/.*Region' \
1317 '|third_party/WebKit/LayoutTests/compositing/regions/' \
1318 '|third_party/WebKit/LayoutTests/fast/regions/' \
1319 '|third_party/WebKit/LayoutTests/platform/chromium.*/fast/regions/'
1320 },
1321 'blink_custom_elements': {
dominicc05d120d2016-05-16 01:13:401322 'filepath': 'third_party/WebKit/Source/core/dom/custom/' \
timlohd035d572015-09-25 15:28:021323 '|third_party/WebKit/Source/bindings/v8/.*CustomElement',
1324 },
1325 'blink_device_light': {
1326 'filepath': 'third_party/WebKit/Source/modules/device_light/' \
1327 '|third_party/WebKit/LayoutTests/fast/dom/DeviceLight/'
1328 },
1329 'blink_device_orientation': {
1330 'filepath': 'third_party/WebKit/Source/modules/device_orientation/' \
tkentf9e95152017-02-08 22:39:341331 '|third_party/WebKit/LayoutTests/device_orientation/' \
timlohd035d572015-09-25 15:28:021332 '|third_party/WebKit/Source/core/frame/PlatformEvent(Controller|Dispatcher)' \
1333 '|third_party/WebKit/Source/core/frame/DeviceSingleWindowEventController'
1334 },
1335 'blink_devtools': {
1336 'filepath': 'third_party/WebKit/.*(inspector|DevTools|devtools)',
1337 },
1338 'blink_dom': {
1339 'filepath': 'third_party/WebKit/Source/core/dom/'
1340 },
1341 'blink_events': {
1342 'filepath': 'third_party/WebKit/Source/core/page/.*Event' \
1343 '|third_party/WebKit/Source/core/dom/.*Event' \
1344 '|third_party/WebKit/Source/core/css/.*Event' \
1345 '|third_party/WebKit/Source/platform/.*Event'
1346 },
1347 'blink_fetch': {
kinukoc0f5d162017-01-27 06:26:531348 'filepath': 'third_party/WebKit/Source/platform/loader/fetch'
timlohd035d572015-09-25 15:28:021349 },
1350 'blink_heap': {
1351 'filepath': 'third_party/WebKit/Source/platform/heap' \
harakenbc02f102017-01-05 08:46:151352 '|base/allocator/partition_allocator/'
timlohd035d572015-09-25 15:28:021353 },
1354 'blink_html': {
1355 'filepath': 'third_party/WebKit/Source/core/html/'
1356 },
mcasas9558316b2017-03-10 18:57:311357 'blink_image_capture': {
1358 'filepath': 'third_party/WebKit/Source/modules/imagecapture' \
1359 '|third_party/WebKit/LayoutTests/fast/imagecapture/' \
1360 '|third_party/WebKit/LayoutTests/imagecapture/'
1361 },
timlohd035d572015-09-25 15:28:021362 'blink_loader': {
kinukoc0f5d162017-01-27 06:26:531363 'filepath': 'third_party/WebKit/Source/core/loader', \
1364 'filepath': 'third_party/WebKit/Source/platform/loader'
timlohd035d572015-09-25 15:28:021365 },
haraken04143c62016-03-31 08:48:561366 'blink_modules': {
1367 'filepath': 'third_party/WebKit/Source/modules'
1368 },
timlohd035d572015-09-25 15:28:021369 'blink_notifications': {
1370 'filepath': 'third_party/WebKit/LayoutTests/http/tests/notifications' \
1371 '|third_party/WebKit/Source/modules/notifications' \
1372 '|third_party/WebKit/public/platform/modules/notifications'
1373 },
1374 'blink_owners': {
1375 'filepath': 'third_party/WebKit/.*OWNERS',
1376 },
1377 'blink_paint': {
1378 'filepath': 'third_party/WebKit/Source/core/paint/'
1379 },
panickere9ffa3f2017-04-10 18:26:061380 'blink_performance_timing': {
1381 'filepath': 'third_party/WebKit/Source/core/timing/'
1382 },
timlohd035d572015-09-25 15:28:021383 'blink_permissions': {
1384 'filepath': 'third_party/WebKit/Source/modules/permissions/' \
1385 '|third_party/WebKit/public/platform/modules/permissions/',
1386 },
1387 'blink_preloadScanner': {
1388 'filepath': 'third_party/WebKit/Source/core/html/parser/HTMLPreloadScanner',
1389 },
1390 'blink_public_api': {
1391 'filepath': 'third_party/WebKit/public'
1392 },
1393 'blink_push_messaging': {
1394 'filepath': 'third_party/WebKit/LayoutTests/http/tests/push_messaging' \
1395 '|third_party/WebKit/Source/modules/push_messaging' \
1396 '|third_party/WebKit/public/platform/modules/push_messaging'
1397 },
kinuko533a1692015-12-21 08:57:251398 'blink_platform': {
1399 'filepath': 'third_party/WebKit/Source/platform'
1400 },
timlohd035d572015-09-25 15:28:021401 'blink_platform_graphics': {
1402 'filepath': 'third_party/WebKit/Source/platform/fonts' \
1403 '|third_party/WebKit/Source/platform/geometry' \
1404 '|third_party/WebKit/Source/platform/graphics'
1405 },
1406 'blink_indexed_db': {
1407 'filepath': 'third_party/WebKit/Source/modules/indexeddb/' \
1408 '|third_party/WebKit/Source/web/.*IDB' \
1409 '|third_party/WebKit/LayoutTests/storage/indexeddb' \
1410 '|third_party/WebKit/public/platform/.*IDB'
1411 },
dtapuska1f997a12016-03-14 19:22:071412 'blink_input': {
1413 'filepath': 'third_party/WebKit/Source/core/input/'
1414 },
timlohd035d572015-09-25 15:28:021415 'blink_layout': {
1416 'filepath': 'third_party/WebKit/Source/core/layout' \
1417 '|third_party/WebKit/Source/core/rendering'
1418 },
ojan21576e22016-08-17 21:43:461419 'blink_layout_ng': {
1420 'filepath': 'third_party/WebKit/Source/core/layout/ng',
1421 },
timlohd035d572015-09-25 15:28:021422 'blink_layers': {
1423 'filepath': 'third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator' \
1424 '|third_party/WebKit/Source/platform/graphics/GraphicsLayer' \
1425 '|third_party/WebKit/Source/core/layout/Layer'
1426 },
1427 'blink_prerender': {
1428 'filepath': 'third_party/WebKit/.*(Prerender|loader/LinkLoader|html/HTMLLinkElement)'
1429 },
1430 'blink_client_hints': {
1431 'filepath': 'third_party/WebKit/Source/core/loader/AcceptClientHints*' \
1432 '|third_party/WebKit/Source/core/loader/FrameFetchContext*' \
1433 '|third_party/WebKit/Source/core/fetch/FetchContext*' \
1434 '|third_party/WebKit/Source/core/fetch/ImageResource*' \
1435 '|third_party/WebKit/Source/core/fetch/ResourceFetcher*'
1436 },
1437 'blink_track': {
1438 'filepath': 'third_party/WebKit/Source/core/html/track/' \
1439 '|third_party/WebKit/Source/core/loader/TextTrack' \
1440 '|third_party/WebKit/Source/core/html/HTMLMediaElement' \
1441 '|third_party/WebKit/Source/core/html/HTMLTrackElement' \
1442 '|third_party/WebKit/Source/core/html/shadow/MediaControl' \
1443 '|third_party/WebKit/Source/core/css/mediaControl' \
1444 '|third_party/WebKit/LayoutTests/media/track/'
1445 },
1446 'blink_media': {
1447 'filepath': 'third_party/WebKit/Source/core/css/mediaControls' \
1448 '|third_party/WebKit/Source/core/html/.*(Audio|Media|Video)' \
1449 '|third_party/WebKit/Source/core/html/shadow/MediaControl' \
1450 '|third_party/WebKit/Source/core/layout/LayoutMedia' \
1451 '|third_party/WebKit/Source/core/layout/LayoutTextTrackContainerElement' \
1452 '|third_party/WebKit/Source/modules/(encryptedmedia|mediasource)' \
1453 '|third_party/WebKit/Source/platform/drm/' \
1454 '|third_party/WebKit/Source/platform/graphics/media/' \
1455 '|third_party/WebKit/Source/web/.*Media' \
1456 '|third_party/WebKit/LayoutTests/media/' \
1457 '|third_party/WebKit/public/.*Media'
1458 },
1459 'blink_media_queries': {
1460 'filepath': 'third_party/WebKit/Source/core/css/CSSMediaRule' \
1461 '|third_party/WebKit/Source/core/css/MediaList' \
1462 '|third_party/WebKit/Source/core/css/MediaQuery' \
1463 '|third_party/WebKit/Source/core/css/parser/MediaQuery'
1464 },
1465 'blink_navigator_content_utils': {
1466 'filepath': 'third_party/WebKit/Source/modules/navigatorcontentutils' \
1467 '|third_party/WebKit/LayoutTests/fast/dom/navigatorcontentutils'
1468 },
1469 'blink_out_of_process_frames': {
1470 'filepath': 'third_party/WebKit/Source/core/frame/FrameOwner' \
dcheng10f6a9c2016-05-06 16:40:031471 '|third_party/WebKit/Source/core/frame/Frame\.' \
timlohd035d572015-09-25 15:28:021472 '|third_party/WebKit/Source/web/WebFrame' \
1473 '|third_party/WebKit/Source/web/WebRemoteFrameImpl'
1474 },
1475 'blink_fileapi': {
1476 'filepath': 'third_party/WebKit/Source/modules/filesystem/' \
1477 '|third_party/WebKit/Source/core/fileapi/' \
1478 '|third_party/WebKit/Source/platform/.*File' \
1479 '|third_party/WebKit/Source/web/.*File' \
1480 '|third_party/WebKit/LayoutTests/fast/file' \
1481 '|third_party/WebKit/public/.*File'
1482 },
haraken98d0827a2017-02-27 00:55:191483 'blink_frames': {
1484 'filepath': 'third_party/WebKit/Source/core/frame/'
1485 },
timlohd035d572015-09-25 15:28:021486 'blink_quota': {
1487 'filepath': 'third_party/WebKit/Source/modules/quota/' \
1488 '|third_party/WebKit/Source/web/.*Quota' \
1489 '|third_party/WebKit/public/.*Quota'
1490 },
1491 'blink_mediastream': {
1492 'filepath': 'third_party/WebKit/Source/modules/mediastream/' \
1493 '|third_party/WebKit/Source/platform/mediastream/' \
1494 '|third_party/WebKit/Source/platform/exported/WebMediaStream' \
1495 '|third_party/WebKit/Source/platform/exported/WebRTC' \
1496 '|third_party/WebKit/LayoutTests/fast/mediastream/'
1497 },
1498 'blink_geolocation': {
tkentc5e88f02017-02-06 22:47:311499 'filepath': 'third_party/WebKit/LayoutTests/geolocation-api/' \
timlohd035d572015-09-25 15:28:021500 '|third_party/WebKit/Source/modules/geolocation/' \
1501 '|third_party/WebKit/Source/web/.*Geolocation' \
1502 '|third_party/WebKit/public/web/.*Geolocation'
1503 },
1504 'blink_htmlparser': {
1505 'filepath': 'third_party/WebKit/Source/core/html/parser/'
1506 },
1507 'blink_screen_orientation': {
1508 'filepath': 'third_party/WebKit/Source/modules/screen_orientation/' \
1509 '|third_party/WebKit/public/platform/modules/screen_orientation',
1510 },
1511 'blink_scheduler': {
1512 'filepath': 'third_party/WebKit/Source/platform/scheduler' \
1513 '|third_party/WebKit/Source/core/html/parser/.*Scheduler'
1514 },
1515 'blink_serviceworkers' : {
1516 'filepath': 'third_party/WebKit/Source/modules/serviceworkers' \
falkenfc5997952017-03-15 07:09:141517 '|third_party/WebKit/LayoutTests/http/tests/serviceworker' \
1518 '|third_party/WebKit/LayoutTests/external/wpt/service-workers'
timlohd035d572015-09-25 15:28:021519 },
1520 'blink_serviceworkers_tests' : {
falkenfc5997952017-03-15 07:09:141521 'filepath': 'third_party/WebKit/LayoutTests/http/tests/serviceworker' \
1522 '|third_party/WebKit/LayoutTests/external/wpt/service-workers'
timlohd035d572015-09-25 15:28:021523 },
timlohd035d572015-09-25 15:28:021524 'blink_spellcheck' : {
1525 'filepath': 'third_party/WebKit/Source/core/editing/spellcheck'
1526 },
jbromana7bdfdb2016-02-05 15:10:321527 'blink_spv2_layout_tests': {
1528 'filepath': 'third_party/WebKit/LayoutTests/virtual/spv2'
1529 },
timlohd035d572015-09-25 15:28:021530 'blink_style': {
1531 'filepath': 'third_party/WebKit/.*(style/|Style)',
1532 },
1533 'blink_svg': {
1534 'filepath': 'third_party/WebKit/Source/core/(layout/)?svg',
1535 },
timlohd035d572015-09-25 15:28:021536 'blink_vibration': {
1537 'filepath': 'third_party/WebKit/LayoutTests/vibration/' \
1538 '|third_party/WebKit/Source/modules/vibration/'
1539 },
1540 'blink_viewport_interaction': {
1541 'filepath': 'third_party/WebKit/Source/core/css/.*Viewport' \
1542 '|third_party/WebKit/Source/core/dom/ViewportArguments' \
1543 '|third_party/WebKit/Source/core/html/HTMLMetaElement' \
1544 '|third_party/WebKit/Source/core/page/FrameView' \
1545 '|third_party/WebKit/Source/core/page/scrolling'
1546 },
1547 'blink_w3ctests': {
tkent028ee352017-01-23 00:39:241548 'filepath': 'third_party/WebKit/LayoutTests/external/' \
timlohd035d572015-09-25 15:28:021549 '|third_party/WebKit/Tools/Scripts/webkitpy/w3c/'
1550 },
kinukoa1a73202016-05-24 06:42:361551 'blink_web': {
1552 'filepath': 'third_party/WebKit/Source/web'
1553 },
timlohd035d572015-09-25 15:28:021554 'blink_webcomponents': {
1555 'filepath': 'third_party/WebKit/Source/core/dom/shadow/' \
1556 '|third_party/WebKit/Source/core/dom/custom/' \
1557 '|third_party/WebKit/Source/core/html/imports/' \
1558 '|third_party/WebKit/Source/bindings/v8/custom/V8CustomElementConstructorCustom' \
1559 '|third_party/WebKit/Source/bindings/v8/CustomElementHelpers'
1560 },
1561 'blink_webp': {
1562 'filepath': 'third_party/WebKit/Source/platform/image-decoders/webp' \
1563 '|third_party/WebKit/Source/platform/image-encoders/skia/WEBP'
1564 },
1565 'blink_websockets': {
1566 'filepath': 'third_party/WebKit/Source/modules/websockets/'
1567 },
1568 'blink_workers': {
falkenfc5997952017-03-15 07:09:141569 'filepath': 'third_party/WebKit/Source/core/workers' \
1570 '|third_party/WebKit/LayoutTests/http/tests/workers' \
1571 '|third_party/WebKit/LayoutTests/fast/workers' \
1572 '|third_party/WebKit/LayoutTests/external/wpt/workers'
timlohd035d572015-09-25 15:28:021573 },
1574 'blink_wtf': {
1575 'filepath': 'third_party/WebKit/Source/wtf',
1576 },
dominiccabb90e02017-03-31 04:54:231577 'blink_xml': {
1578 'filepath': 'third_party/WebKit/Source/core/xml/'
1579 },
timlohd035d572015-09-25 15:28:021580 'blink_xmlhttprequest': {
1581 'filepath': 'third_party/WebKit/Source/core/xmlhttprequest/'
tfarinad21f9472015-10-13 18:36:011582 },
1583 'test_runner': {
1584 'filepath': 'components/test_runner/' \
1585 '|content/shell/(common|browser|renderer)/layout_test/' \
1586 '|content/test/layouttest_support.cc' \
1587 '|content/public/test/layouttest_support.h' \
tfarinad21f9472015-10-13 18:36:011588 },
[email protected]a3838612009-10-13 21:57:541589 },
[email protected]ca872e362011-07-12 21:06:031590
pennymac962d190432016-07-27 00:58:351591 ##############################################################################
1592 # Please keep alphabetical
1593 ##############################################################################
[email protected]a3838612009-10-13 21:57:541594 'WATCHLISTS': {
asvitkinee4bad382015-11-05 21:56:451595 'about_flags': ['[email protected]'],
mazda6471d0e2015-10-02 06:32:551596 'accelerator_table': ['[email protected]',
[email protected]f76c8852012-06-21 16:37:001597 '[email protected]'],
dmazzoni5f4b7f12015-02-17 16:35:571598 'accessibility': ['[email protected]',
1599 '[email protected]',
dougtcd8ac01d2017-03-24 16:23:401600 '[email protected]',
[email protected]f76c8852012-06-21 16:37:001601 '[email protected]',
je_julie.kima170bac2015-05-06 14:57:541602 '[email protected]',
dmazzoni5f4b7f12015-02-17 16:35:571603 '[email protected]',
[email protected]f76c8852012-06-21 16:37:001604 '[email protected]'],
agrieve4d9c1c52016-09-23 17:49:381605 'add_to_homescreen': ['[email protected]',
zpeng9351f9d2016-09-25 14:41:201606 '[email protected]',
pkotwicz2ec0b292016-09-26 17:12:321607 '[email protected]',
zpeng9351f9d2016-09-25 14:41:201608 '[email protected]'],
asvitkine361b276e2016-08-30 18:45:001609 'android_crash_reporting': ['[email protected]'],
juncaic08f41d2017-05-04 20:36:581610 'android_item_chooser_dialogs': ['[email protected]',
1611 '[email protected]'],
johnmaguire6aaac7902016-03-15 12:28:201612 'android_crazy_linker': ['[email protected]'],
dfalcantaraef21e9e2016-01-07 01:16:261613 'android_infobars': ['[email protected]'],
agrieve4d9c1c52016-09-23 17:49:381614 'android_infra': ['[email protected]',
1615 '[email protected]',
mikecasec0ea0862015-10-24 00:14:321616 '[email protected]'],
agrieve4d9c1c52016-09-23 17:49:381617 'android_java': ['[email protected]'],
lizebf34f69b2016-03-30 16:08:531618 'android_loading': ['[email protected]',
drogere76b5632016-03-31 14:14:411619 '[email protected]'],
mlamourid8b0feb2015-06-02 16:30:471620 'android_media': ['[email protected]',
1621 '[email protected]'],
nyquistf602bd02017-02-16 23:17:441622 'android_studio': ['[email protected]',
1623 '[email protected]'],
pennymac962d190432016-07-27 00:58:351624 'android_tab': ['[email protected]',
1625 '[email protected]'],
asvitkine361b276e2016-08-30 18:45:001626 'android_uma_settings': ['[email protected]',
1627 '[email protected]'],
zpengb9a180d2016-10-12 18:40:211628 'android_webapk': ['[email protected]'],
[email protected]7ca78dc12012-09-20 09:26:441629 'android_webview': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351630 'app_list': ['[email protected]',
pennymac962d190432016-07-27 00:58:351631 '[email protected]'],
1632 'app_shortcuts': ['[email protected]',
1633 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001634 'appcache': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351635 'apps': ['[email protected]',
1636 '[email protected]'],
lhchavez4b19176f2016-05-04 23:12:461637 'arc': ['[email protected]',
hidehiko49f0b7c2016-05-24 10:59:471638 '[email protected]',
lhchavez4b19176f2016-05-04 23:12:461639 '[email protected]',
victorhsieh52feccd2017-02-27 18:27:021640 '[email protected]',
lhchavez4b19176f2016-05-04 23:12:461641 '[email protected]'],
lhchavez61532c92016-10-18 21:33:371642 'arc_auth': ['[email protected]'],
poromov7633f602017-02-21 16:44:011643 'arc_kiosk': ['[email protected]'],
lhchavez4b19176f2016-05-04 23:12:461644 'arc_net': ['[email protected]',
1645 '[email protected]',
1646 '[email protected]'],
ejcarusoa298ec02016-06-16 20:30:431647 'arc_power': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351648 'ash': ['[email protected]',
1649 '[email protected]'],
1650 'aura': ['[email protected]',
1651 '[email protected]'],
[email protected]c3a6e1e72013-08-02 00:13:071652 'aura_compositor': ['[email protected]',
1653 '[email protected]',
pennymac962d190432016-07-27 00:58:351654 '[email protected]',
danakj3695c582016-10-26 21:54:431655 '[email protected]'],
sullivan0171e3c2015-03-03 18:47:211656 'auto_bisect': ['[email protected]'],
jdonnelly1ec60d92016-05-25 22:01:391657 'autofill': ['[email protected]',
vabraafbd4f32015-11-10 19:30:231658 '[email protected]',
sebsgbbfbea02016-10-24 21:54:591659 '[email protected]',
1660 '[email protected]',
mathpc2040642017-01-25 14:59:411661 '[email protected]',
1662 '[email protected]'],
peter39e10a62017-02-21 15:14:131663 'background_fetch': ['[email protected]',
1664 '[email protected]',
1665 '[email protected]'],
pennymac962d190432016-07-27 00:58:351666 'background_sync': ['[email protected]',
chasej6dff9292016-02-02 20:33:121667 '[email protected]',
pennymac962d190432016-07-27 00:58:351668 '[email protected]',
1669 '[email protected]'],
pkotwicz2ec0b292016-09-26 17:12:321670 'banners': ['[email protected]',
zpeng143b4792016-10-06 20:38:121671 '[email protected]',
1672 '[email protected]'],
dmikurubee40b4062014-11-04 17:47:191673 'base_allocator': ['[email protected]',
[email protected]b17d9e02014-07-29 09:45:501674 '[email protected]'],
[email protected]1ed5e0fd2012-07-19 00:19:051675 'base_memory': ['[email protected]'],
robliao1644d8b2016-04-11 15:39:591676 'base_task_scheduler': ['[email protected]',
1677 '[email protected]',
1678 '[email protected]'],
pennymac962d190432016-07-27 00:58:351679 'base_win': ['[email protected]',
1680 '[email protected]'],
danakj479ab502017-03-31 20:19:091681 'base': ['[email protected]',
1682 '[email protected]',],
[email protected]7e093d4022014-06-26 19:19:551683 'battery_status': ['[email protected]'],
wnwen72684762017-03-29 13:28:371684 'binary_size': ['[email protected]',
1685 '[email protected]',
1686 '[email protected]'],
pennymac962d190432016-07-27 00:58:351687 'blink': ['[email protected]'],
1688 'blink_accessibility': ['[email protected]',
1689 '[email protected]',
dougtcd8ac01d2017-03-24 16:23:401690 '[email protected]',
horo8e9a01572016-07-27 06:05:311691 '[email protected]',
pennymac962d190432016-07-27 00:58:351692 '[email protected]'],
1693 'blink_animation': ['[email protected]',
1694 '[email protected]',
1695 '[email protected]',
1696 '[email protected]',
1697 '[email protected]'],
1698 'blink_app_banner': ['[email protected]'],
1699 'blink_audio': ['[email protected]',
1700 '[email protected]'],
1701 'blink_battery_status': ['[email protected]',
1702 '[email protected]'],
1703 'blink_bidi': ['[email protected]'],
1704 'blink_bindings': ['[email protected]'],
jbroman9ac2d532016-09-01 18:20:081705 'blink_bindings_serialization': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351706 'blink_bluetooth': ['[email protected]',
1707 '[email protected]'],
ajumabd2c9c22017-05-01 21:29:501708 'blink_canvas2d': ['[email protected]',
pennymac962d190432016-07-27 00:58:351709 '[email protected]',
1710 '[email protected]'],
1711 'blink_client_hints': ['[email protected]'],
1712 'blink_clipboard': ['[email protected]'],
1713 'blink_css': ['[email protected]',
1714 '[email protected]',
horo8e9a01572016-07-27 06:05:311715 '[email protected]',
pennymac962d190432016-07-27 00:58:351716 '[email protected]',
1717 '[email protected]'],
1718 'blink_css_flexbox': ['[email protected]'],
1719 'blink_css_fragmentation_tests': ['[email protected]'],
1720 'blink_css_grid_layout': ['[email protected]',
horo8e9a01572016-07-27 06:05:311721 '[email protected]',
pennymac962d190432016-07-27 00:58:351722 '[email protected]'],
1723 'blink_css_regions': ['[email protected]'],
1724 'blink_custom_elements': ['[email protected]',
1725 '[email protected]'],
1726 'blink_device_light': ['[email protected]',
1727 '[email protected]'],
1728 'blink_device_orientation': ['[email protected]',
1729 '[email protected]'],
1730 'blink_devtools': ['[email protected]',
1731 '[email protected]',
1732 '[email protected]',
1733 '[email protected]',
1734 '[email protected]',
lushnikovc5bd7ca2016-07-27 17:19:391735 '[email protected]'],
pennymac962d190432016-07-27 00:58:351736 'blink_dom': ['[email protected]',
1737 '[email protected]',
1738 '[email protected]',
1739 '[email protected]',
1740 '[email protected]'],
1741 'blink_events': ['[email protected]',
1742 '[email protected]',
1743 '[email protected]',
1744 '[email protected]'],
1745 'blink_fetch': ['[email protected]',
1746 '[email protected]',
1747 '[email protected]',
1748 '[email protected]'],
1749 'blink_fileapi': ['[email protected]',
1750 '[email protected]',
1751 '[email protected]'],
haraken98d0827a2017-02-27 00:55:191752 'blink_frames': ['[email protected]'],
mcasas9558316b2017-03-10 18:57:311753 'blink_geolocation': ['[email protected]',
1754 '[email protected]',
pennymac962d190432016-07-27 00:58:351755 '[email protected]'],
1756 'blink_heap': ['[email protected]',
1757 '[email protected]',
1758 '[email protected]',
1759 '[email protected]'],
1760 'blink_html': ['[email protected]',
1761 '[email protected]'],
csharrisonf357e9632016-07-29 01:27:221762 'blink_htmlparser': ['[email protected]',
1763 '[email protected]'],
mcasas9558316b2017-03-10 18:57:311764 'blink_image_capture': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351765 'blink_indexed_db': ['[email protected]',
1766 '[email protected]'],
1767 'blink_input': ['[email protected]',
nzolghadr773a1982016-10-18 21:26:451768 '[email protected]'],
pennymac962d190432016-07-27 00:58:351769 'blink_layers': ['[email protected]'],
1770 'blink_layout': ['[email protected]',
1771 '[email protected]',
1772 '[email protected]',
1773 '[email protected]',
1774 '[email protected]',
1775 '[email protected]',
1776 '[email protected]'],
cbiesinger46ecaae2016-09-09 18:44:561777 'blink_layout_ng': ['[email protected]',
gleblc60d6632016-09-13 19:49:461778 '[email protected]',
atotic30c8eba2016-10-28 13:24:071779 '[email protected]',
dgroganf9744ea2017-01-18 23:23:261780 '[email protected]',
atotic30c8eba2016-10-28 13:24:071781 '[email protected]'],
pennymac962d190432016-07-27 00:58:351782 'blink_loader': ['[email protected]',
1783 '[email protected]',
1784 '[email protected]',
1785 '[email protected]'],
1786 'blink_media': ['[email protected]',
1787 '[email protected]',
srirama.mdec4f512016-09-06 08:22:191788 '[email protected]',
1789 '[email protected]'],
pennymac962d190432016-07-27 00:58:351790 'blink_media_queries': ['[email protected]',
1791 '[email protected]'],
mcasas9558316b2017-03-10 18:57:311792 'blink_mediastream': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351793 'blink_modules': ['[email protected]'],
1794 'blink_navigator_content_utils': ['[email protected]'],
awdf2e270242016-09-06 16:21:341795 'blink_notifications': ['[email protected]',
1796 '[email protected]'],
pennymac962d190432016-07-27 00:58:351797 'blink_out_of_process_frames': ['[email protected]',
1798 '[email protected]'],
1799 'blink_owners': ['[email protected]'],
1800 'blink_paint' : ['[email protected]',
chrishtr4030de342016-10-03 23:57:591801 '[email protected]'],
panickere9ffa3f2017-04-10 18:26:061802 'blink_performance_timing': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351803 'blink_permissions': ['[email protected]'],
kinukoc462adb2016-12-22 12:58:491804 'blink_platform': ['[email protected]'],
ajumabd2c9c22017-05-01 21:29:501805 'blink_platform_graphics': ['[email protected]',
pennymac962d190432016-07-27 00:58:351806 '[email protected]',
pennymac962d190432016-07-27 00:58:351807 '[email protected]',
1808 '[email protected]',
1809 '[email protected]',
fmalita9710b732017-02-17 05:10:021810 '[email protected]',
pennymac962d190432016-07-27 00:58:351811 '[email protected]',
1812 '[email protected]',
1813 '[email protected]',
1814 '[email protected]'],
1815 'blink_prerender': ['[email protected]',
1816 '[email protected]'],
1817 'blink_preloadScanner': ['[email protected]'],
1818 'blink_public_api': ['[email protected]',
1819 '[email protected]'],
awdf2e270242016-09-06 16:21:341820 'blink_push_messaging': ['[email protected]',
1821 '[email protected]',
pennymac962d190432016-07-27 00:58:351822 '[email protected]'],
1823 'blink_quota': ['[email protected]',
1824 '[email protected]',
1825 '[email protected]'],
1826 'blink_scheduler': ['[email protected]'],
1827 'blink_screen_orientation': ['[email protected]'],
falken6731ece42016-10-12 01:41:501828 'blink_serviceworkers': ['[email protected]',
pennymac962d190432016-07-27 00:58:351829 '[email protected]',
1830 '[email protected]',
1831 '[email protected]',
1832 '[email protected]',
1833 '[email protected]',
1834 '[email protected]',
shimazu99de61f2016-09-07 03:57:411835 '[email protected]',
pennymac962d190432016-07-27 00:58:351836 '[email protected]'],
1837 'blink_serviceworkers_tests': ['[email protected]'],
timvolodine8cdb94c2016-09-22 12:17:221838 'blink_spellcheck' : ['[email protected]',
xiaochengh4a3c84e2017-03-28 07:15:321839 '[email protected]',
1840 '[email protected]'],
jbroman69166ca82017-04-04 21:01:361841 'blink_spv2_layout_tests': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351842 'blink_style': ['[email protected]'],
1843 'blink_svg': ['[email protected]',
fmalita9710b732017-02-17 05:10:021844 '[email protected]',
pennymac962d190432016-07-27 00:58:351845 '[email protected]',
1846 '[email protected]',
1847 '[email protected]',
1848 '[email protected]',
1849 '[email protected]',
1850 '[email protected]'],
pennymac962d190432016-07-27 00:58:351851 'blink_track': ['[email protected]',
1852 '[email protected]',
1853 '[email protected]',
danakj40af6b562017-01-24 15:55:281854 '[email protected]'],
mvanouwerkerk38f632c62017-04-13 10:35:311855 'blink_vibration': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351856 'blink_viewport_interaction': ['[email protected]'],
1857 'blink_w3ctests': ['[email protected]'],
1858 'blink_web': ['[email protected]'],
1859 'blink_webcomponents': ['[email protected]',
1860 '[email protected]'],
1861 'blink_webp': ['[email protected]',
1862 '[email protected]',
1863 '[email protected]'],
1864 'blink_websockets': ['[email protected]',
1865 '[email protected]'],
1866 'blink_workers': ['[email protected]',
falken6731ece42016-10-12 01:41:501867 '[email protected]',
pennymac962d190432016-07-27 00:58:351868 '[email protected]',
shimazu99de61f2016-09-07 03:57:411869 '[email protected]',
1870 '[email protected]'],
pennymac962d190432016-07-27 00:58:351871 'blink_wtf': ['[email protected]',
1872 '[email protected]'],
dominiccabb90e02017-03-31 04:54:231873 'blink_xml': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351874 'blink_xmlhttprequest': ['[email protected]'],
noyauce460872016-09-09 11:54:001875 'bookmarks': ['[email protected]'],
donnd787f6ed2016-08-03 01:00:561876 'bottombar': ['[email protected]',
1877 '[email protected]'],
stevenjbdd133032015-08-07 18:37:471878 'browser_chromeos': ['[email protected]'],
[email protected]22650d22012-07-18 17:02:351879 'browser_components': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351880 'browser_compositor': ['[email protected]',
1881 '[email protected]'],
[email protected]17a2fba2013-02-07 18:46:571882 'browser_resources': ['[email protected]'],
michaelpge42ca3b32016-02-19 08:17:571883 'browser_resources_md': ['[email protected]'],
msramek878b39d92016-04-20 07:55:331884 'browsing_data': ['[email protected]',
1885 '[email protected]'],
pennymac962d190432016-07-27 00:58:351886 'bubble': ['[email protected]',
1887 '[email protected]',
pennymac962d190432016-07-27 00:58:351888 '[email protected]'],
1889 'cache_storage': ['[email protected]',
1890 '[email protected]'],
[email protected]c9ae7a32014-03-31 22:18:591891 'cast': ['[email protected]',
[email protected]479180d22014-03-11 09:47:341892 '[email protected]',
miua1710162015-08-27 01:38:091893 '[email protected]',
[email protected]ad8ff0e2013-12-13 09:24:121894 '[email protected]',
mfoltz57fd7f32017-05-03 06:12:581895 '[email protected]',
miua1710162015-08-27 01:38:091896 '[email protected]',
1897 '[email protected]'],
ryanchung4d157372016-05-10 20:27:161898 'cast_certificate': ['[email protected]',
mfoltz57fd7f32017-05-03 06:12:581899 '[email protected]',
ryanchung24f9d7b2017-01-12 19:18:341900 '[email protected]'],
mfoltz57fd7f32017-05-03 06:12:581901 'cast_channel': ['[email protected]'],
[email protected]c863702a2012-09-14 20:05:281902 'cc': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351903 'certificate_transparency': ['[email protected]',
1904 '[email protected]',
martijnccdd0542016-11-07 18:49:271905 '[email protected]',
pennymac962d190432016-07-27 00:58:351906 '[email protected]'],
1907 'chrome_elf': ['[email protected]',
1908 '[email protected]'],
lpy0ca13772017-02-28 19:48:271909 'chrome_grc': ['[email protected]'],
[email protected]d5b21972012-07-20 02:06:011910 'chrome_views': ['[email protected]'],
alokp9d869cc12016-05-27 01:46:311911 'chromecast': ['[email protected]',
1912 '[email protected]',
halliwellfa56b3a42015-09-04 21:42:571913 '[email protected]'],
gfhuang2548f902016-02-26 02:29:211914 'chromecast_public': ['[email protected]'],
johnchen302ecd62017-04-25 17:23:111915 'chromedriver': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351916 'chromeos': ['[email protected]'],
1917 'chromeos_attestation': ['[email protected]'],
1918 'chromeos_calculator': ['[email protected]'],
hashimoto40ecb692014-09-02 04:51:311919 'chromeos_dbus': ['[email protected]'],
alematec5187b1b2016-08-26 05:32:181920 'chromeos_geolocation': ['[email protected]'],
1921 'chromeos_login': ['[email protected]',
1922 '[email protected]'],
pennymac962d190432016-07-27 00:58:351923 'chromeos_net': ['[email protected]'],
1924 'chromeos_power': ['[email protected]'],
alematec5187b1b2016-08-26 05:32:181925 'chromeos_timezone': ['[email protected]'],
1926 'chromeos_webui': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351927 'clang_update': ['[email protected]',
thestigf023ccc2016-11-10 14:39:151928 '[email protected]',
[email protected]cf8ffa82013-02-13 08:30:071929 '[email protected]',
pennymac962d190432016-07-27 00:58:351930 '[email protected]',
rnk28bbd1772016-05-04 17:57:581931 '[email protected]',
1932 '[email protected]',
pennymac962d190432016-07-27 00:58:351933 '[email protected]',
thestigf023ccc2016-11-10 14:39:151934 '[email protected]',
pennymac962d190432016-07-27 00:58:351935 '[email protected]',
horo8e9a01572016-07-27 06:05:311936 '[email protected]',
pennymac962d190432016-07-27 00:58:351937 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001938 'clipboard': ['[email protected]'],
[email protected]18fd7a532014-08-20 23:09:511939 'closure': ['[email protected]',
dbeam78528be2016-02-18 07:08:491940 '[email protected]',
1941 '[email protected]'],
Aaron Gable64f273582017-03-30 18:02:001942 'codereview_settings': ['[email protected]'],
sdefresned94c5b02015-07-22 17:54:551943 'components_deps': ['[email protected]',
1944 '[email protected]',
1945 '[email protected]'],
pennymac962d190432016-07-27 00:58:351946 'content': ['[email protected]',
1947 '[email protected]'],
1948 'content_bluetooth': ['[email protected]',
1949 '[email protected]'],
1950 'content_loader': ['[email protected]',
1951 '[email protected]',
1952 '[email protected]'],
rdsmitheed6d932017-04-19 02:49:161953 'content_network': ['[email protected]',
1954 '[email protected]',
1955 '[email protected]'],
pennymac962d190432016-07-27 00:58:351956 'content_renderer': ['[email protected]'],
mkwst75a31a42014-09-14 18:32:531957 'content_shell': ['[email protected]',
peterc9e3e172015-11-02 09:29:161958 '[email protected]',
1959 '[email protected]'],
nhiroki90ba0102015-07-21 01:42:241960 'content_worker': ['[email protected]',
1961 '[email protected]'],
donnd787f6ed2016-08-03 01:00:561962 'contextual_search': ['[email protected]',
1963 '[email protected]'],
pennymac962d190432016-07-27 00:58:351964 'courgette': ['[email protected]',
1965 '[email protected]'],
michaelpge42ca3b32016-02-19 08:17:571966 'cr_elements': ['[email protected]',
1967 '[email protected]',
1968 '[email protected]'],
lizebf34f69b2016-03-30 16:08:531969 'custom_tabs': ['[email protected]'],
tbansalc6f1c9f2016-09-30 22:48:421970 'data_reduction_proxy': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:191971 'deep_memory_profiler': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351972 'device_bluetooth': ['[email protected]',
1973 '[email protected]'],
juncaic08f41d2017-05-04 20:36:581974 'device_chooser': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351975 'device_sensors': ['[email protected]',
mlamouri5cdcdf02014-11-27 15:58:591976 '[email protected]',
pennymac962d190432016-07-27 00:58:351977 '[email protected]'],
scheibabdd7d32015-02-11 22:13:081978 'developer_recommended_flags': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351979 'devtools': ['[email protected]',
1980 '[email protected]'],
mfoltz57fd7f32017-05-03 06:12:581981 'dial': ['[email protected]',
1982 '[email protected]'],
kinukoc462adb2016-12-22 12:58:491983 'disk_cache': ['[email protected]'],
asankad8b95e82017-03-31 19:54:381984 'download': ['[email protected]'],
1985 'downloads_ui': ['[email protected]',
dbeam78528be2016-02-18 07:08:491986 '[email protected]'],
[email protected]9a3781d2013-04-04 18:31:401987 'drive': ['[email protected]'],
[email protected]89d2cd52013-04-16 01:55:361988 'drive_resource_metadata': ['[email protected]'],
[email protected]3a25c8a2014-06-26 06:47:101989 'eme': ['[email protected]'],
[email protected]f9529e7922013-06-06 05:19:411990 'extension': ['[email protected]',
1991 '[email protected]'],
lunalu0a9c05422016-11-11 17:19:061992 'feature_policy': ['[email protected]',
1993 '[email protected]'],
apaciblec4093a92016-04-19 19:21:581994 'feedback_ui': ['[email protected]'],
[email protected]84dcfd92014-05-23 13:18:191995 'fileapi': ['[email protected]',
[email protected]6f217122013-11-25 07:21:481996 '[email protected]',
1997 '[email protected]'],
yoshiki1c0ba2782014-12-08 07:04:261998 'filebrowse': ['[email protected]'],
okab0be3dc2016-08-30 07:37:101999 'filesapp': ['[email protected]',
2000 '[email protected]',
2001 '[email protected]'],
2002 'filesapp_ui': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002003 'ftp': ['[email protected]'],
mmoroz58ddb8172016-09-08 18:29:552004 'fuzzing': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352005 'gcm': ['[email protected]',
2006 '[email protected]',
2007 '[email protected]'],
mikhail.pozdnyakova8db26402016-11-28 18:27:122008 'generic_sensor': ['[email protected]',
2009 '[email protected]',
2010 '[email protected]'],
mcasas9558316b2017-03-10 18:57:312011 'geolocation': ['[email protected]',
mvanouwerkerka0863c02017-04-03 16:19:292012 '[email protected]'],
[email protected]cf428f732012-10-02 20:48:152013 'gfx_geometry': ['[email protected]'],
[email protected]f93b7382012-08-09 20:53:162014 'gfx_image': ['[email protected]'],
agrieve4d9c1c52016-09-23 17:49:382015 'gn': ['[email protected]',
2016 '[email protected]',
pennymac962d190432016-07-27 00:58:352017 '[email protected]'],
tikutae3922862017-02-20 03:16:092018 'goma': ['[email protected]',
2019 '[email protected]',
2020 '[email protected]',
2021 '[email protected]'],
[email protected]a6159102013-11-08 23:21:522022 'gpu': ['[email protected]'],
dbeam78528be2016-02-18 07:08:492023 'history_ui': ['[email protected]',
2024 '[email protected]',
2025 '[email protected]'],
[email protected]18d7e402014-07-08 19:53:142026 'hotword': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002027 'i18n': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002028 'importer': ['[email protected]'],
[email protected]8b250562014-08-12 19:07:452029 'indexed_db': ['[email protected]',
dgrogand792a7f2016-01-21 00:12:132030 '[email protected]'],
bruthigaa8281f2016-02-09 17:52:312031 'ink_drop': ['[email protected]'],
dtapuska1f997a12016-03-14 19:22:072032 'input': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352033 'installer': ['[email protected]',
2034 '[email protected]',
2035 '[email protected]'],
mmoss19826c62014-11-14 21:37:362036 'installer_linux': [ '[email protected]'],
pennymac962d190432016-07-27 00:58:352037 'instant': ['[email protected]',
pennymac962d190432016-07-27 00:58:352038 '[email protected]',
jered0bd025a82017-05-03 20:01:132039 '[email protected]',
pennymac962d190432016-07-27 00:58:352040 '[email protected]',
2041 '[email protected]',
2042 '[email protected]',
2043 '[email protected]',
2044 '[email protected]'],
edchin46453b42017-03-03 01:40:112045 'ios': ['[email protected]'],
2046 'ios_chrome': ['[email protected]',
2047 '[email protected]',
marqa4f135f2017-01-10 12:37:342048 '[email protected]',
eugenebutb5a5a8572017-01-20 01:18:112049 '[email protected]'],
edchin46453b42017-03-03 01:40:112050 'ios_clean': ['[email protected]',
2051 '[email protected]',
marqa4f135f2017-01-10 12:37:342052 '[email protected]'],
edchin46453b42017-03-03 01:40:112053 'ios_showcase': ['[email protected]',
2054 '[email protected]',
marqa4f135f2017-01-10 12:37:342055 '[email protected]'],
baxley9bfbd3cc2017-03-15 21:22:322056 'ios_test': ['[email protected]',
2057 '[email protected]',
2058 '[email protected]'],
edchin46453b42017-03-03 01:40:112059 'ios_web': ['[email protected]',
2060 '[email protected]'],
pennymac962d190432016-07-27 00:58:352061 'ipc': ['[email protected]',
2062 '[email protected]'],
2063 'libwebp': ['[email protected]',
2064 '[email protected]',
2065 '[email protected]'],
2066 'libvpx': ['[email protected]',
2067 '[email protected]',
2068 '[email protected]',
2069 '[email protected]'],
dominiccabb90e02017-03-31 04:54:232070 'libxml_xslt': ['[email protected]',
2071 '[email protected]'],
[email protected]04a292a2013-03-07 19:58:422072 'linux_fonts': ['[email protected]'],
[email protected]6d7e0bf2014-07-28 22:30:402073 'linux_sandboxing': ['[email protected]'],
[email protected]04a292a2013-03-07 19:58:422074 'linux_seccomp_bpf': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352075 'login': ['[email protected]'],
lgrey62faed72016-10-11 21:40:392076 'mac' : ['[email protected]'],
mlamourid8b0feb2015-06-02 16:30:472077 'manifest': ['[email protected]'],
dbeam7a734562015-09-15 18:23:172078 'md_settings': ['[email protected]',
michaelpg32ca07902015-02-07 00:31:112079 '[email protected]',
michaelpg32ca07902015-02-07 00:31:112080 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002081 'media': ['[email protected]'],
mcasasfeedbe42017-03-03 05:23:562082 'media_capture_from_element': ['[email protected]',
mcasas9558316b2017-03-10 18:57:312083 '[email protected]'],
pennymac962d190432016-07-27 00:58:352084 'media_galleries': ['[email protected]',
2085 '[email protected]'],
alokp9e369ea72e2016-06-10 05:41:092086 'media_mojo': ['[email protected]'],
mcasasfeedbe42017-03-03 05:23:562087 'media_recorder': ['[email protected]',
mcasas9558316b2017-03-10 18:57:312088 '[email protected]'],
apacible01538e02016-11-04 22:15:312089 'media_remoting': ['[email protected]',
erickungc2289dea2016-12-13 19:01:282090 '[email protected]',
mfoltz57fd7f32017-05-03 06:12:582091 '[email protected]',
apacible01538e02016-11-04 22:15:312092 '[email protected]',
miu5e69f1c52016-10-23 13:40:112093 '[email protected]'],
mfoltz57fd7f32017-05-03 06:12:582094 'media_router': ['[email protected]',
2095 '[email protected]'],
fmeawad4582cd22017-03-30 20:59:362096 'memory_coordinator': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002097 'message_loop': ['[email protected]'],
isherman1eee6f12014-12-09 02:14:302098 'metrics': ['[email protected]'],
[email protected]1d8899ee2014-06-10 20:58:122099 'metrics_xml_files': ['[email protected]'],
toyoshim8f51f902015-03-27 03:50:212100 'midi': ['[email protected]'],
[email protected]c3830c622013-10-10 22:00:002101 'mojo': ['[email protected]',
[email protected]62bbe812013-10-24 22:24:162102 '[email protected]',
[email protected]3bf40cb2013-10-11 19:10:492103 '[email protected]',
[email protected]0f79ff62014-04-25 23:35:532104 '[email protected]',
[email protected]84003af2014-05-02 09:37:132105 '[email protected]',
2106 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002107 'mouse_lock': ['[email protected]'],
rjkroegef60dea862015-10-29 17:50:062108 'mus': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002109 'nacl': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352110 'native_client_sdk': ['[email protected]',
2111 '[email protected]'],
2112 'navigation': ['[email protected]',
2113 '[email protected]'],
csharrison27df167d2017-01-26 21:42:312114 'net': ['[email protected]',
2115 '[email protected]'],
bnc1872e8bd2017-01-27 02:47:282116 'net_base': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002117 'net_error_list': ['[email protected]'],
bnc1872e8bd2017-01-27 02:47:282118 'net_http2': ['[email protected]'],
2119 'net_log': ['[email protected]',
2120 '[email protected]',
pennymac962d190432016-07-27 00:58:352121 '[email protected]'],
bnc1872e8bd2017-01-27 02:47:282122 'net_spdy': ['[email protected]'],
jkarlin539748402015-03-31 17:36:312123 'netinfo': ['[email protected]'],
awdf2e270242016-09-06 16:21:342124 'notifications': ['[email protected]',
2125 '[email protected]',
pennymac962d190432016-07-27 00:58:352126 '[email protected]'],
tbansalc6f1c9f2016-09-30 22:48:422127 'nqe': ['[email protected]'],
Evan Stade459d16662015-07-07 17:04:572128 'ntp': ['[email protected]',
[email protected]0bce107762012-11-27 11:42:542129 '[email protected]'],
noyau451e6bb62016-12-23 14:29:042130 'ntp_snippets': ['[email protected]',
2131 '[email protected]'],
2132 'ntp_tiles': ['[email protected]',
2133 '[email protected]'],
peterb8ec88f82017-03-21 13:29:422134 'offline_items_collection': ['[email protected]',
2135 '[email protected]'],
pennymac962d190432016-07-27 00:58:352136 'offline_pages': ['[email protected]',
2137 '[email protected]',
2138 '[email protected]',
dewittj74b23f6f2016-04-21 19:29:252139 '[email protected]',
2140 '[email protected]',
pennymac962d190432016-07-27 00:58:352141 '[email protected]'],
jdonnelly6fa5a21d2017-01-03 15:28:352142 'omnibox': ['[email protected]'],
michaelpgf6260fbd2015-02-06 17:59:352143 'options': ['[email protected]',
2144 '[email protected]'],
iclelland8b904402016-10-05 15:01:232145 'origin_trials': ['[email protected]',
2146 '[email protected]'],
pennymac962d190432016-07-27 00:58:352147 'ozone': ['[email protected]',
2148 '[email protected]'],
lgarron9e25c7402017-03-15 04:03:112149 'page_info' : ['[email protected]',
2150 '[email protected]'],
csharrison3b1dc4062015-10-19 14:31:082151 'page_load_metrics' : ['[email protected]',
tdresserd80646f2017-03-03 19:26:082152 '[email protected]',
2153 '[email protected]'],
pennymac962d190432016-07-27 00:58:352154 'panels': ['[email protected]',
2155 '[email protected]',
2156 '[email protected]',
2157 '[email protected]'],
mkwst17a9875d2016-06-24 10:36:392158 'password_manager': ['[email protected]',
vabraafbd4f32015-11-10 19:30:232159 '[email protected]'],
sebsgbbfbea02016-10-24 21:54:592160 'payments': ['[email protected]',
gogeralde108bcb2016-11-24 16:07:222161 '[email protected]',
mahmadi0a7bb59f2017-02-22 19:13:492162 '[email protected]',
2163 '[email protected]'],
2164 'payments_ios': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352165 'pepper_api': ['[email protected]',
2166 '[email protected]',
2167 '[email protected]',
2168 '[email protected]',
2169 '[email protected]',
horo8e9a01572016-07-27 06:05:312170 '[email protected]',
pennymac962d190432016-07-27 00:58:352171 '[email protected]'],
raymes18e321492017-01-11 04:21:332172 'permissions': ['[email protected]',
2173 '[email protected]'],
stuartmorganf8c132922015-01-23 14:45:342174 'plugin': ['[email protected]'],
dbeam78528be2016-02-18 07:08:492175 'polymer': ['[email protected]',
2176 '[email protected]'],
twifkak0c69c1f2015-06-22 18:20:092177 'precache': ['[email protected]'],
[email protected]be775bc2014-06-30 15:41:142178 'prepopulated_engines': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352179 'prerender': ['[email protected]',
2180 '[email protected]',
2181 '[email protected]'],
mfoltz57fd7f32017-05-03 06:12:582182 'presentation': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352183 'push_messaging': ['[email protected]',
2184 '[email protected]',
2185 '[email protected]'],
stkhapugin06503142016-12-07 14:32:122186 'reading_list': ['[email protected]'],
[email protected]c3887592014-02-06 20:02:252187 'remoting': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352188 'rlz_id': ['[email protected]',
2189 '[email protected]',
2190 '[email protected]'],
timvolodine41e95412017-03-14 02:55:342191 'safe_browsing': ['[email protected]',
vakh125ad862017-03-17 00:06:252192 '[email protected]',
2193 '[email protected]'],
2194 'safe_browsing_db': ['[email protected]',
2195 '[email protected]'],
skyostil20dea312014-11-11 13:43:062196 'scheduler': ['[email protected]'],
mlamourid8b0feb2015-06-02 16:30:472197 'screen_orientation': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352198 'service_worker': ['[email protected]',
[email protected]6d095a8b2014-02-28 15:26:162199 '[email protected]',
pennymac962d190432016-07-27 00:58:352200 '[email protected]',
[email protected]edaf31d2014-03-07 00:09:172201 '[email protected]',
pennymac962d190432016-07-27 00:58:352202 '[email protected]',
horo8e9a01572016-07-27 06:05:312203 '[email protected]',
shimazu99de61f2016-09-07 03:57:412204 '[email protected]',
pennymac962d190432016-07-27 00:58:352205 '[email protected]'],
alitoc5534d62017-04-21 01:48:582206 'settings_reset_prompt': ['[email protected]'],
dominickn8884155a2016-06-23 02:28:162207 'site_engagement': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352208 'site_instance': ['[email protected]',
2209 '[email protected]',
[email protected]b9ecdb62014-03-07 14:56:432210 '[email protected]'],
[email protected]ad0295d2012-10-11 23:43:362211 'spellcheck': ['[email protected]',
[email protected]18d7e402014-07-08 19:53:142212 '[email protected]',
timvolodine8cdb94c2016-09-22 12:17:222213 '[email protected]',
2214 '[email protected]'],
[email protected]67f39af2013-08-23 20:06:052215 'streams': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352216 'styleguide': ['[email protected]',
vmpstrdeec20e2016-11-18 22:17:322217 '[email protected]',
2218 '[email protected]'],
engedye7b734da2017-02-07 12:08:132219 'subresource_filter': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352220 'supervised_users': ['[email protected]'],
alito438fa4332016-12-20 21:59:172221 'swreporter': ['[email protected]',
csharpcfd628d2017-04-06 19:12:102222 '[email protected]',
alito438fa4332016-12-20 21:59:172223 '[email protected]',
2224 '[email protected]'],
maxbogue65ea2632016-04-04 18:12:582225 'sync': ['[email protected]'],
[email protected]84dcfd92014-05-23 13:18:192226 'syncfs': ['[email protected]',
[email protected]6f217122013-11-25 07:21:482227 '[email protected]',
2228 '[email protected]'],
miu5e69f1c52016-10-23 13:40:112229 'tab_alert_indicators': ['[email protected]'],
mfoltz57fd7f32017-05-03 06:12:582230 'tab_capture': ['[email protected]',
2231 '[email protected]',
miu5e69f1c52016-10-23 13:40:112232 '[email protected]'],
pennymac962d190432016-07-27 00:58:352233 'tab_contents': ['[email protected]',
2234 '[email protected]',
2235 '[email protected]'],
tdresserd80646f2017-03-03 19:26:082236 'tbmv2_metrics': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:192237 'tcmalloc': ['[email protected]'],
tonygc7f6a4c12015-01-16 18:32:262238 'telemetry': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352239 'test_runner': ['[email protected]',
einbindera29577e2016-08-23 01:21:492240 '[email protected]',
2241 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002242 'tests': [],
jlkleinecc81952016-11-19 00:16:072243 'tether': ['[email protected]',
2244 '[email protected]',
2245 '[email protected]',
khorimotoc6885b32017-04-11 22:20:292246 '[email protected]',
jlkleinecc81952016-11-19 00:16:072247 '[email protected]',
2248 '[email protected]'],
pennymac962d190432016-07-27 00:58:352249 'textinput': ['[email protected]',
2250 '[email protected]',
2251 '[email protected]',
2252 '[email protected]'],
2253 'textinput_chromeos': ['[email protected]',
2254 '[email protected]',
2255 '[email protected]'],
chirantan96fcf6d2015-01-21 22:36:192256 'timers': ['[email protected]'],
robliaofd54b5c2017-01-13 00:41:302257 'tools_win_chromeexts': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352258 'tracing': ['[email protected]',
2259 '[email protected]'],
[email protected]cf428f732012-10-02 20:48:152260 'ui_compositor': ['[email protected]'],
robliao2c4b7492016-07-19 01:57:262261 'ui_display_win': ['[email protected]'],
[email protected]6b5093c2012-05-23 19:10:182262 'ui_resources': ['[email protected]'],
edwardjung83f52ef22017-02-07 13:15:072263 'ui_strings': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002264 'valgrind': ['[email protected]',
timurrrr5335dbd2015-04-15 11:04:552265 '[email protected]'],
[email protected]c73ec8ab2014-01-16 20:35:232266 'version_assembly': ['[email protected]',
2267 '[email protected]'],
posciak62a72272016-05-11 08:31:242268 'video': ['[email protected]'],
mcasas9558316b2017-03-10 18:57:312269 'video_capture': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002270 'views': ['[email protected]'],
[email protected]ef514a32014-02-26 01:02:352271 'virtual_keyboard': ['[email protected]',
okabf9f6f02017-02-17 05:14:292272 '[email protected]',
2273 '[email protected]',
2274 '[email protected]'],
billorr3c7e1442016-11-11 21:21:352275 'virtual_reality': ['[email protected]'],
tnakamura43539232016-09-12 14:23:422276 'webrtc_browser_tests': ['[email protected]'],
raymesf5084632015-07-02 07:14:152277 'website_settings': ['[email protected]',
pennymac962d190432016-07-27 00:58:352278 '[email protected]',
2279 '[email protected]'],
2280 'windows_sandboxing': ['[email protected]',
2281 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002282 'x11': ['[email protected]',
2283 '[email protected]',
2284 '[email protected]'],
wjmaclean3ff6a402015-03-31 19:00:202285 'zoom': ['[email protected]'],
[email protected]a3838612009-10-13 21:57:542286 },
2287}